/**
  * @return bool
  */
 public function canExport()
 {
     return $this->configurator->canExport();
 }