public static string GetNamedAttributeText(this IXmlNode node, string name)
 {
     return(node.GetNamedAttribute(name).GetText());
 }