static Command? parse(Object? content) { var helper = sharedMessageExtensions.commandHelper; return helper!.parseCommand(content); }