public ActionResult <Output.HolidayOutputModel?> GetNextHoliday(DateTime date) => Ok(holidayService.GetNextHoliday(date));