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