protected function serializePostComment(PostCommentDto $comment): PostCommentResponseDto
    {
        $response = $this->postCommentFactory->createResponseDto($comment);

        if ($this->isGranted('ROLE_OAUTH2_POST_COMMENT:VOTE')) {