public bool GetBool(string key, bool defaultValue = false) { return(config.GetBool(key, defaultValue)); }