/**
  * @When I choose :rating as its rating
  */
 public function iChooseAsItsRating($rating)
 {
     $this->updatePage->chooseRating($rating);
 }