/**
  * Set Api Url
  *
  * @param String $apiUrl
  */
 static function setApiUrl($apiUrl)
 {
     self::$apiUrl = $apiUrl;
 }