public void ThenIAmShownTheReviewsAndAppealsLearnerWithdrawnPage()
        {
            var uln = _scenarioContext["uln"] as string;

            ReviewAndAppealsLearnerWithdrawnByExamBoardPage.VerifyLearnerWithdrawnByExamBoardPage();
            ReviewAndAppealsLearnerWithdrawnByExamBoardPage.VerifyLearnerDetails(uln);
        }
 public void ThenWhenIClickTheBackToHomeButtonOnTheReviewsAndAppealsLearnerWithdrawnPage()
 {
     ReviewAndAppealsLearnerWithdrawnByExamBoardPage.ClickBackToHomeBtn();
 }
 public void ThenWhenIClickTheBackLinkOnTheReviewsAndAppealsLearnerWithdrawnPage()
 {
     ReviewAndAppealsLearnerWithdrawnByExamBoardPage.ClickBackLink();
 }