public void SchedulesShouldNotBeNull()
 {
     fetchSchedules.Execute();
     Assert.That(fetchSchedules.Out.Schedules, Is.Not.Null);
 }