/**
  * Returns the settigns used to configure the product (and the rest) wrapper
  *
  * @return mixed
  */
 public function getConfig()
 {
     return $this->productWrapper->getConfig();
 }