public HtmlNode Element(string name) { var element = _htmlNode.Element(name); return(element == null ? null : new HtmlNode(element)); }