logger.info(Messages.PERFORMING_NODE_DISCOVERY_LOG_MSG);
discoverAllChildren();
logger.info(Messages.MAKING_PLUGINS_AVAILABLE_VIA_MODEL_LOG_MSG);
pluginAccessor = new PluginAccessor(this, pluginLocator);
commandList = new CommandList(this, pluginLocator.getCommandPlugins());
this.appVersionGenerator = appVersionGenerator;
}