public virtual IActionResult AttachmentsBulkPost([FromBody] Attachment[] items) { return(_service.AttachmentsBulkPostAsync(items)); }