/**
  * Turns on/off the test mode in API
  * @param bool $on
  */
 public static function setLight($on = true)
 {
     self::$light = $on;
 }