public static void UnregisterCleanupDelegate(IntPtr cleanupObject, IntPtr notifyObject)
 {
     AppUtilPINVOKE.CleanupNotifierBridge_UnregisterCleanupDelegate(cleanupObject, notifyObject);
     if (AppUtilPINVOKE.SWIGPendingException.Pending)
     {
         throw AppUtilPINVOKE.SWIGPendingException.Retrieve();
     }
 }