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