/**
  * {@inheritDoc}
  */
 public function restoreVersion($documentVersion, $removeExisting = true)
 {
     return $this->wrapped->restoreVersion($documentVersion, $removeExisting);
 }