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