public void StopWatching()
 {
     _watcher.Stop();
 }
 public void StopWatching()
 {
     _appDomainWatcher.StopWatching();
     _watcher.Stop();
 }