public void ThenTheConnectedDocumentWithSubjectShouldAppearInTheList(string subject)
 {
     Assert.IsTrue(inboxPage.ValidateConnectedDocumentList(subject), subject + " should appear in the connected document");
 }