public void Send(Command command)
        {
            var message = CommandRegister.ToMessage(command);

            this.Send(message);
        }