public interface INews2Service { Task GetCurrentAsync(Guid encounterId); Task> GetHistoryAsync( Guid encounterId, int limit, string? cursorToken); }