public void WhenUserComposeMail(string subject, string content)
 {
     inboxPage.ComposeMail(subject, content);
 }