Create message draft without sending it to the server
Message createMessage(String topicName, dynamic data, bool? echo) { echo ??= true; return Message(topicName, data, echo); }