public function __construct()
 {
     if (Configuration::$registry === null) {
         Configuration::$registry = array();
     }
 }