/**
  * {@inheritdoc}
  */
 public function removeTranslation($langcode)
 {
     $this->subject->removeTranslation($langcode);
 }