public void PauseMonitoring()
 {
     if (_currentMonitor != null)
     {
         _currentMonitor.Pause();
     }
 }