public ImapObjectNotFoundException(string entryId, Exception innerException) : base(MrsStrings.ImapObjectNotFound(entryId), innerException)
 {
     this.entryId = entryId;
 }