public void ThenTheWeatherDetailsForBristolBristolShouldBeDisplayedAlongWithPageTitleBBCWeather(string expectedlocation, string expectedCityPageTitle)
 {
     weatherPage.VerifyCityWeatherPage(expectedlocation, expectedCityPageTitle);
 }