/**
  * @When I enable their account
  */
 public function iEnableIt()
 {
     $this->updatePage->enable();
 }