public ApcupsdClient(string host, int port = 3551)
        {
            this.host = host;
            this.port = port;

            this.messageProcessor = new ApcupsdMessageProcessor();
        }
 public ApcupsdEventListener()
 {
     this.messageProcessor = new ApcupsdMessageProcessor();
 }