public async Task <bool> CreatePostAttachment(PostAttachmentViewModel postAttachment)
 {
     return(await _attachmentService.AttachmentToPost(postAttachment));
 }