public function __construct()
 {
     $this->setupPaths();
     $this->config = new Config();
     $this->config->loadConfigurationFiles($this->paths['config_path'], $this->getEnvironment());
 }