namespace Persistence.Repositories; /// /// /// /// public interface ISyncRepository { /// /// /// /// /// /// Task> GetGtDate(DateTimeOffset date, CancellationToken token); }