/**
  * @When I remove its email
  */
 public function iRemoveItsEmail()
 {
     $this->updatePage->changeEmail('');
 }