@Override
 public CommentSummary getCommentById(long taskId, long commentId) {
   return CommentSummaryHelper.adapt(taskService.getCommentById(taskId, commentId));
 }