public void ForecastDefaultsToGlasgow()
 {
     //Assert
     Assert.IsTrue(WeatherPage.TitleHeader.Displayed, "Unable to find header");
     Assert.AreEqual("Glasgow", WeatherPage.GetCurrentCity()
                     , "Unexpected city found on initial page open.");
 }