/**
  * @When I define it for the :zoneName zone
  * @When I change its zone to :zoneName
  */
 public function iDefineItForTheZone($zoneName)
 {
     $this->createPage->chooseZone($zoneName);
 }