public void WhenISelectADeliveryLocationOnBookingPage(string location)
 {
     BookingPage.SelectADeliveryLocationByName(location);
 }