@When("^I uncheck the improve your credit score box on the for rent card$")
 public void UncheckCreditRepairCheckBoxOnForRentCard() throws Throwable {
   detailPage.UnCheckImproveCreditScoreBox();
   System.out.println("Unchecked Credit Repair Button");
 }