public List <DisplayInformation> GetDisplayInformation() { try { return(InputChannel.GetDisplayInformation()); } catch (EndpointNotFoundException) { return(null); } catch (CommunicationException) { return(null); } }