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