/**
  * Set the API key for the request.
  *
  * @param string $key
  */
 public static function setApiKey($key)
 {
     self::$apiKey = $key;
 }