public void DeleteComment(int commentId) { queries.HandleTransaction(ctx => queries.Comments(ctx).Delete(commentId)); }