/**
  * {@inheritdoc}
  */
 public function get($offset, $limit)
 {
     $this->log->setOffset($offset);
     $this->log->setLimit($limit);
     return $this->log->getCommits();
 }