namespace Jibo.Runtime.Abstractions; public interface IRobotEventMapper { Task MapToTurnContextAsync(RobotEvent robotEvent, CancellationToken cancellationToken = default); }