public void WhenTheUserVerifyContinueButtonIsDisabled()
 {
     location = new LocationScreen();
     location.VerifyContinueButtonIsDisabled();
 }
 public void WhenTheUserSelectsTheLocation()
 {
     location = new LocationScreen();
     location.SelectLocationByIndex(0);
     location.TapOnContinueButton();
 }
 public void WhenTheUserContinueToLocationScreen()
 {
     location = new LocationScreen();
     location.WaitForLocationIcon();
 }