/**
  * @return float
  */
 public function getDefaultTaxRate()
 {
     return $this->taxFacade->getDefaultTaxRate();
 }