public static void AssertEmpty(this XmlParser parser) { parser.AssertNodeDepth(1); parser.AssertNodeIs <XDocument> (); }