public void Search()
        {
            var gp = new GooglePage(Driver);

            gp.GoTo();
            gp.Search("stuff");
        }