public void MatchesException()
 {
     Assert.True(testPeriod1.MatchesException(DateTime.Parse("2018-12-25")));
     Assert.False(testPeriod1.MatchesException(DateTime.Parse("2018-12-26")));
 }