private function loadConfigFiles(Loader $loader, array $files)
 {
     foreach ($files as $file) {
         $loader->load($file);
     }
 }