public bool TryGetValue(string key, out object value) { return(_inner.TryGetValue(key, out value)); }