public ProcessingOutput GetProcessingOutput()
 {
     RunTasks();
     return(_taskScheduler.GetProcessingOutput());
 }