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