public IEnumerable <object> GetSettingsFor(string keyPrefix) { return(inner.GetSettingsFor(AppendKey(keyPrefix))); }