public string GetValueInGroup(string group, string key, string defaultValue = null) { return(config.GetValueInGroup(group, key, defaultValue)); }