public DuckDuckGoHomePageFixture()
 {
     this.Page = DuckDuckGoHomePageObject
                 .Load(this.driver);
 }
 public DuckDuckGoResultsFixture()
 {
     this.Page = DuckDuckGoHomePageObject
                 .Load(this.driver).Search("Cheese");
 }