public float GetFloat(string key, float defaultValue = 0.0f) { return(config.GetFloat(key, defaultValue)); }