namespace Shared.Contracts.Holidays; public interface IHolidayQueryService { Task> GetHolidaysInDates(DateTime startDate, DateTime endDate); }