public bool IsStopped()
 {
     return(Runners.All(t => t.State == StateEnum.Stopped) && (SchedulerRunner == null || !SchedulerRunner.IsRunning));
 }