public void ScripturalGetDaysFromStartOfYearToStartOfMonth_InvalidForCoverage()
 {
     Assert.Throws <ArgumentOutOfRangeException>(() => HebrewScripturalCalculator.GetDaysFromStartOfYearToStartOfMonth(5502, 0));
 }