internal void Dispatch(NativeHandle handle)
 {
     try
     {
         this.pipeListener.DispatchHandle(handle);
     }
     catch
     {
         handle.CloseHandle();
         throw;
     }
 }