public SymbolService(PackageService packageService, SymbolPackageService symbolPackageService, ISymbolsPathResolver symbolsPathResolver, ISymbolPackagePathResolver symbolPackagePathResolver, SymbolTools symbolTools) { this.packageService = packageService; this.symbolPackageService = symbolPackageService; this.symbolsPathResolver = symbolsPathResolver; this.symbolPackagePathResolver = symbolPackagePathResolver; this.symbolTools = symbolTools; }