public void RunBeforeAnyTests()
        {
            SetDisableInputEventsOnAllWindows(true);
            MouseCaptureController.ReleaseMouse();

            Debug.Assert(!GraphViewStaticBridge.GetDisableThrottling());
            GraphViewStaticBridge.SetDisableThrottling(true);
        }
        public void RunAfterAnyTests()
        {
            SetDisableInputEventsOnAllWindows(false);

            GraphViewStaticBridge.SetDisableThrottling(false);
        }