public bool TryGetValue(string keyword, out object value) { return(_Wrapped.TryGetValue(keyword, out value)); }