public EventWatcher(EventLogDescription description)
     : this()
 {
     this.decription = description;
     InitWatcher();
 }
 public EventWatcher(EventLogDescription description)
     : this()
 {
     this.decription = description;
     InitWatcher();
 }