public void Should_the_timechanged_two_times()
 {
     TimeChangedCount.ShouldBeEqualTo(2);
 }
 public void Should_the_time_changed_once()
 {
     TimeChangedCount.ShouldBeEqualTo(1);
 }