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