namespace Jibo.Runtime.Abstractions; public interface IRobotEventSource { IAsyncEnumerable ReadEventsAsync(CancellationToken cancellationToken = default); }