public static string SelectSingleInnerText(this System.Xml.XmlNode node, string xpath) { return(node.SelectSingleInnerText(xpath, null)); }