public void WhenUserSendTheEmail()
 {
     inboxPage.clickOnSendBtn();
     Assert.IsTrue(inboxPage.WaitTillMailSent(), "Unable to send mail");
 }