public async Task CreateComment(Comment comment) { await Context.Comments.AddAsync(CommentDAO.FromDomain(comment)); await Context.SaveChangesAsync(); }