public List <string> GetXPathValues(string XPath) { var result = XPathHelper.GetXPathValue(xDoc, XPath); return(result); }