/**
  * @When I get PriceIncludingTax
  */
 public function iGetPriceincludingtax()
 {
     try {
         $this->response = $this->price->getPriceIncludingTax();
     } catch (\Exception $e) {
         $this->exception = $e;
     }
 }