public EasSyncCouldNotFindFolderException(string folderId, Exception innerException) : base(MrsStrings.EasSyncCouldNotFindFolder(folderId), innerException)
 {
     this.folderId = folderId;
 }