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