protected override void OnStart(string[] args)
 {
     watcherFactory = new WatcherFactory();
     watcherFactory.Initialize();
 }