/**
  * {@inheritdoc}
  */
 public function exists($email)
 {
     return $this->baseHelper->exists($email);
 }