internal override int GetDaysInYear(int year) => HebrewScripturalCalculator.DaysInYear(year);
internal override int GetDaysInYear(int year) { return(HebrewScripturalCalculator.DaysInYear(year)); }