public override JsInstance Get(JsDictionaryObject that) { object value = getter.GetValue(that.Value, Name).GetValue(that.Value); return(global.Visitor.Return(global.WrapClr(value))); }