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