/**
  * Gets a unique identifier for the wiki being imported
  * @return string Usually either a string 'local' or an API URL
  */
 public function getApiKey()
 {
     return $this->api->getKey();
 }