/**
  * Get the importer for this content item
  * 
  * @return ExternalContentImporter
  */
 public function getContentImporter($target = null)
 {
     return $this->source->getContentImporter($target);
 }