public static function setInstance(array $config)
 {
     self::$instance = new self($config);
 }