public function checkCodenameUnicity()
 {
     return 0 === CMS_polymod_oembed_definition_catalog::countByCodename($this->codename, $this->id);
 }