public static bool IsHoliday(this DateTime value, ICalendar calendar) { return calendar.Check(value).Result; }