/**
  * {@inheritDoc}
  */
 public function removeVersion($documentVersion)
 {
     return $this->wrapped->removeVersion($documentVersion);
 }