/**
  * {@inheritdoc}
  */
 public function get(PersistentCollection $collection, $index)
 {
     return $this->persister->get($collection, $index);
 }