factory Command(EventBus busBinded, {String? path, int maxLen = 10}) { return CommandImpl(busBinded, path: path, maxLen: maxLen); }