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