public void WhenAddAWithAnd(string category, string productType, string subCategory) { CreateNewProductPage createNewProduct = new CreateNewProductPage(Driver, _appSettings); createNewProduct.AddAProductOnHomePage(category, productType, subCategory); }