public async Task <ActionResult <CreateCommentOutputModel> > Create(int postId, CreateCommentCommand command) => await this.Send(command.SetId(postId));