public static Config GetInstance() { if (Config.instance == null) { Config.instance = new Config(); } return Config.instance; }