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