public function index()
 {
     $registrationIsSuccess = $this->userRegistration->execute($this->request);
     return $this->view->render('userRegistration', $registrationIsSuccess);
 }