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