public override PropertyTreeMetaObject Process(PropertyTreeBinderImpl parent, PropertyTreeMetaObject target, PropertyTreeNavigator self, NodeList children)
            {
                target.ApplyUriContextToProperties(self.BaseUri);

                children.FindAndRemove(t => Apply(parent, target, t)).All();
                return(target);
            }