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