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