public function removeObject($contentObject, $commit = null)
 {
     $this->recommendationClient->deleteContent($contentObject->attribute('id'));
     return $this->legacySearchEngine->removeObject($contentObject, $commit);
 }