/**
  * {@inheritDoc}
  */
 public function createVote()
 {
     return $this->realManager->createVote();
 }
 /**
  * {@inheritDoc}
  */
 public function createVote(VotableCommentInterface $comment)
 {
     return $this->realManager->createVote($comment);
 }