/**
  * @return array|null
  */
 public function getItems()
 {
     return $this->configurator->getItems();
 }