public void WhenYearIsDivisibleWith4And100ButNotWith400_ThenItIsNotLeapYear()
 {
     Assert.IsFalse(_calendarUtils.IsLeapYear(1900));
 }