public void HandleRightMouseUp() { try { InputChannel.HandleRightMouseUp(); } catch (EndpointNotFoundException) { } catch (CommunicationException) { } }