/**
  * @Given I want to modify a tax rate :taxRate
  * @Given /^I want to modify (this tax rate)$/
  */
 public function iWantToModifyTaxRate(TaxRateInterface $taxRate)
 {
     $this->updatePage->open(['id' => $taxRate->getId()]);
 }