public override bool TrySetMember(string mbname, object value)
 {
     _context.SetPropertyValue(this, mbname, value);
     return(true);
 }