singleton('Download', static function (): DownloadService { return app(DownloadService::class); }); } }