public double GetDouble(string key, double defaultValue) { return(config.GetDouble(key, defaultValue)); }