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