/**
  * {@inheritDoc}
  */
 public function getAllLinearVersions($document, $limit = -1)
 {
     return $this->wrapped->getAllLinearVersions($document, $limit);
 }