public void TestForms() { var numberOfForms = formResponse.Forms().Count; Assert.AreEqual(5, numberOfForms, "Wrong number of forms returned."); }