/**
  * {@inheritdoc}
  */
 public function getCurrentProducerIdentifier()
 {
     if ($this->hasCurrentProducer()) {
         return $this->currentProducer->getId();
     }
     return null;
 }