/**
  * {@inheritdoc}
  */
 public function slice(PersistentCollection $collection, $offset, $length = null)
 {
     return $this->persister->slice($collection, $offset, $length);
 }