I want run a ...foreach... loop in a ...HtmlNode... which has been parsed from internet via ...HtmlWeb...class and ...loadFromWebAsync... method. Before running the loop I want to make sure the that the node exists in the ...HtmlDocument.... How do I chec...