internal void Send(MqttCommand command) { ICommandWriter writer = new CommandWriter(); writer.Send(Connection, command); }