public AvalonConfig(string configPath) { _iniWrapper = new IniWrapper(configPath); _minerInfo = new MinerInfo(this); }