public void GivenINavigateToCertificationsTab()
 {
     ProfileCertificationPage.NavigateToCertificationsTab();
 }
 public void GivenAnExistingCertificationIsPresent()
 {
     ProfileCertificationPage.CheckExistingCertificationIsPresent();
 }
 public void ThenIShouldBeAbleToDeleteAnExistingCertification()
 {
     ProfileCertificationPage.SearchCertificationDeleted(Certification, From, Year);
 }