public IActionResult GetHolidayById(int holidayId) { return(OkOrNotFound(_holidayService.GetHolidayById(holidayId))); }