public CardsPage(IWebDriver driver) : base(driver) { Map = new CardsPageMap(driver); }
public CardsPage() { Map = new CardsPageMap(); }