public static void DestroyProvider( IntPtr sessionHandle, Guid id) { AssertSuccess(() => PInvoke.DestroyProvider( sessionHandle, ref id)); }