/// <summary> /// Initializes a new instance of the <see cref="ParseConfigController"/> class. /// </summary> public ParseConfigController(IParseCommandRunner commandRunner, IStorageController storageController) { this.commandRunner = commandRunner; CurrentConfigController = new ParseCurrentConfigController(storageController); }