public static NotificationProxyClientHandle DangerousCreate(System.IntPtr unsafeHandle)
 {
     return(NotificationProxyClientHandle.DangerousCreate(unsafeHandle, true));
 }
 public object MarshalNativeToManaged(System.IntPtr nativeData)
 {
     return(NotificationProxyClientHandle.DangerousCreate(nativeData, false));
 }