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