Future<BaseMessage?> parseMessage(Command? data) async { return await parseMessageFromCommand(data); }