public void ScrollMouse(bool positive) { try { InputChannel?.MouseScroll(positive); } catch (EndpointNotFoundException) { // } catch (CommunicationException) { // } }