public override void OnRequestSentFailed(MailSend.MessageWrapper mail, MailSend.MailState mailState)
 {
     throw new NotImplementedException();
 }
 public override void OnBeforeMailSent(MailSend.MessageWrapper mail, MailSend.MailState mailState)
 {
     throw new NotImplementedException();
 }