/**
  * @When I specify its amount as :amount%
  * @When I change its amount to :amount%
  * @When I do not specify its amount
  * @When I remove its amount
  */
 public function iSpecifyItsAmountAs($amount = null)
 {
     $this->createPage->specifyAmount($amount);
 }