private IWebElement PerformValidation(IWebDriver driver, CustomersPage customerPage, Customer customer) { ValidateURL(driver, customersUrl); return(customerPage.Search(driver, customer)); }