public ConfigReader(string configFilePath) { _diffMgr = new DiffManager(configFilePath); _configRoot = _diffMgr.ConfigRoot; PrintConfig(); }