private function differUnique(array $serviceList)
 {
     return array_diff($serviceList, array_keys($this->application->getLoadedProviders()));
 }