internal ContactUsPage NavigateToContactUs()
 {
     WebElementExtensions.MoveToElement(SecurepaySupport);
     WebDriverExtensions.WaitForElement(DriverContext.Driver, SecurepayContactUs, 10);
     SecurepayContactUs.Click();
     return(GetInstance <ContactUsPage>());
 }