protected WatchRegistration(Watcher watcher, string clientPath)
 {
     this.watcher    = watcher;
     this.clientPath = clientPath;
 }
 public ChildWatchRegistration(IClientWatchManager watchManager, Watcher watcher, string clientPath)
     : base(watcher, clientPath)
 {
     this.watchManager = watchManager;
 }