/**
  * Set Api Key
  *
  * @param String $apiKey
  */
 static function setApiKey($apiKey)
 {
     self::$apiKey = $apiKey;
 }