public bool TryGetSetting(string name, out string value) { return(configStrategy.TryGetSetting(name, out value)); }