public ActionResult <AttachmentModel> GetZip([FromQuery] List <int> attachmentIds) { return(Ok(_attachmentHelper.DownloadAttchmentsAsZip(attachmentIds))); }