public SchedulerTests ThenSheduleShouldNotRun() { int count = _Count; Assert.IsTrue(CountScheduleRunTimes() == count, "Expected the schedule should not have run"); return this; }