public void WhenIHaveEnteredIntoTheCityFieldAndPressedEnter(string cityName)
 {
     theForecastPage.EnterCity(cityName);
     Driver.Pause(2000);
 }