/**
  * @When I change its title to :title
  * @When I remove its title
  */
 public function iChangeItsTitleTo($title = null)
 {
     $this->updatePage->specifyTitle($title);
 }