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