public string GetLocalName(object obj, string preferredName)
 {
     return(uniqueNamer.GetLocalName(obj, GetValidIsaString(preferredName)));
 }