protected functiongetDownloadManager() : DownloadManager {
assert($this->downloadManager instanceof DownloadManager, new\LogicException(self::class . ' should be initialized with a fully loaded Composer instance to be able to install/... packages'));
return$this->downloadManager;
}