public function renderDeleteComment(DeleteCommentCommand $command)
 {
     return sprintf('%s;%u', $command->getIsService() ? 'DEL_SVC_COMMENT' : 'DEL_HOST_COMMENT', $command->getCommentId());
 }