protected void setValue(XName name, XElement value)
 {
     propertyManager.SetValue(parent, context, name, value);
 }
 protected void setValue(string identityType, string entityName)
 {
     propertyManager.SetValue(parent, context, entityName, identityType);
 }