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