namespace Application { public interface ICalendarioService { Task ObterEventoLimiteColetaAsync(DateTime dataReferencia, CancellationToken ct = default); } }