public function run()
 {
     echo "Hello " . RequestParser::getQueryParam('name') . '<br>' . $this . "<pre>";
     $this->config->setConf('a', 'b');
     echo $this->config->getConf('a') . ' ' . ConfigLoader::getConfParam('a');
 }