internal void DisposeEventNotify(EventNotify eventNotify)
 {
     _proxy.Invoke2(delegate
     {
         eventNotify.Dispose();
     });
 }