public void ThenTheIsSelected(string location)
 {
     searchHotelPage.SelectLocation(location);
     Assert.AreEqual(searchHotelPage.LocationText(), location);
 }