public void ThenIShouldSeeTheContactUsPage()
 {
     ContactUsPage.VerifyContactUsPage();
 }
 public void ThenIAmShownTheContactUsPage()
 {
     ContactUsPage.VerifyContactUsPage();
 }
 public void ThenContactUsPageShouldOpenWithAHeadingOf(string ExpectedH1Text)
 {
     ContactUsPage.VerifyContactUsPage(ExpectedH1Text);
 }