protected XElement getValue(XName name)
 {
     return(propertyManager.GetValue(parent, name));
 }
 protected string getValue(string identityType)
 {
     return(propertyManager.GetValue(parent, identityType));
 }