Review Blocking calls inside CommentService
The patch Methods are currently using the ObjectReader which produces warning regarding blocking calls in a non blocking method. We should refactor this and remove the ability to PATCH or change the implmenetation to a non blocking way.