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