public override void Pause()
 {
     _quartzFilgraphManager.Pause();
     _isPaused = true;
 }