var/cache/dev_h35c9e4fa64367e5a564f83803cfdec08/ContainerEecrEEf/Shopware_Core_KernelDevDebugContainer.php line 43278

Open in your IDE?
  1. <?php
  2. namespace ContainerEecrEEf;
  3. use Symfony\Component\DependencyInjection\Argument\RewindableGenerator;
  4. use Symfony\Component\DependencyInjection\ContainerInterface;
  5. use Symfony\Component\DependencyInjection\Container;
  6. use Symfony\Component\DependencyInjection\Exception\InvalidArgumentException;
  7. use Symfony\Component\DependencyInjection\Exception\LogicException;
  8. use Symfony\Component\DependencyInjection\Exception\RuntimeException;
  9. use Symfony\Component\DependencyInjection\ParameterBag\FrozenParameterBag;
  10. use Symfony\Component\DependencyInjection\ParameterBag\ParameterBagInterface;
  11. /**
  12.  * @internal This class has been auto-generated by the Symfony Dependency Injection Component.
  13.  */
  14. class Shopware_Core_KernelDevDebugContainer extends Container
  15. {
  16.     protected $containerDir;
  17.     protected $targetDir;
  18.     protected $parameters = [];
  19.     private $buildParameters;
  20.     protected $getService;
  21.     public function __construct(array $buildParameters = [], $containerDir __DIR__)
  22.     {
  23.         $this->getService \Closure::fromCallable([$this'getService']);
  24.         $this->buildParameters $buildParameters;
  25.         $this->containerDir $containerDir;
  26.         $this->targetDir \dirname($containerDir);
  27.         $this->parameters $this->getDefaultParameters();
  28.         $this->services $this->privates = [];
  29.         $this->syntheticIds = [
  30.             'kernel' => true,
  31.         ];
  32.         $this->methodMap = [
  33.             '.container.private.cache_clearer' => 'get_Container_Private_CacheClearerService',
  34.             '.container.private.filesystem' => 'get_Container_Private_FilesystemService',
  35.             '.container.private.profiler' => 'get_Container_Private_ProfilerService',
  36.             '.container.private.security.csrf.token_manager' => 'get_Container_Private_Security_Csrf_TokenManagerService',
  37.             '.container.private.serializer' => 'get_Container_Private_SerializerService',
  38.             '.container.private.session' => 'get_Container_Private_SessionService',
  39.             '.container.private.twig' => 'get_Container_Private_TwigService',
  40.             '.container.private.validator' => 'get_Container_Private_ValidatorService',
  41.             'Acris\\Promotion\\AcrisPromotionCS' => 'getAcrisPromotionCSService',
  42.             'Acris\\Promotion\\Custom\\PromotionDisplayDefinition' => 'getPromotionDisplayDefinitionService',
  43.             'Acris\\SuggestedProducts\\AcrisSuggestedProductsCS' => 'getAcrisSuggestedProductsCSService',
  44.             'Acris\\SuggestedProducts\\Core\\Content\\Product\\SalesChannel\\RecentlyViewedProducts\\RecentlyViewedProductsRoute' => 'getRecentlyViewedProductsRouteService',
  45.             'Acris\\SuggestedProducts\\Custom\\CustomersAlsoViewedDefinition' => 'getCustomersAlsoViewedDefinitionService',
  46.             'Acris\\SuggestedProducts\\Storefront\\Controller\\RecentlyViewedController' => 'getRecentlyViewedControllerService',
  47.             'Acris\\SuggestedProducts\\Storefront\\Page\\RecentlyViewed\\RecentlyViewedPageLoader' => 'getRecentlyViewedPageLoaderService',
  48.             'Atl\\SeoUrlManager\\AtlSeoUrlManager' => 'getAtlSeoUrlManagerService',
  49.             'Cbax\\ModulAdcell\\CbaxModulAdcell' => 'getCbaxModulAdcellService',
  50.             'Cbax\\ModulAnalytics\\CbaxModulAnalytics' => 'getCbaxModulAnalyticsService',
  51.             'Cbax\\ModulAnalytics\\Components\\ConfigReaderHelper' => 'getConfigReaderHelperService',
  52.             'Cbax\\ModulAnalytics\\Components\\ExtensionHelper' => 'getExtensionHelperService',
  53.             'Cbax\\ModulAnalytics\\Controller\\BackendController' => 'getBackendControllerService',
  54.             'Cbax\\ModulAnalytics\\Core\\Content\\Analytics\\CategoryImpressionsDefinition' => 'getCategoryImpressionsDefinitionService',
  55.             'Cbax\\ModulAnalytics\\Core\\Content\\Analytics\\ConfigDefinition' => 'getConfigDefinitionService',
  56.             'Cbax\\ModulAnalytics\\Core\\Content\\Analytics\\GroupDefinition' => 'getGroupDefinitionService',
  57.             'Cbax\\ModulAnalytics\\Core\\Content\\Analytics\\ManufacturerImpressionsDefinition' => 'getManufacturerImpressionsDefinitionService',
  58.             'Cbax\\ModulAnalytics\\Core\\Content\\Analytics\\PoolDefinition' => 'getPoolDefinitionService',
  59.             'Cbax\\ModulAnalytics\\Core\\Content\\Analytics\\ProductImpressionsDefinition' => 'getProductImpressionsDefinitionService',
  60.             'Cbax\\ModulAnalytics\\Core\\Content\\Analytics\\RefererDefinition' => 'getRefererDefinitionService',
  61.             'Cbax\\ModulAnalytics\\Core\\Content\\Analytics\\SearchResultDefinition' => 'getSearchResultDefinitionService',
  62.             'Cbax\\ModulAnalytics\\Core\\Content\\Analytics\\VisitorsDefinition' => 'getVisitorsDefinitionService',
  63.             'Cbax\\ModulExternalOrder\\Bootstrap\\Assets' => 'getAssetsService',
  64.             'Cbax\\ModulExternalOrder\\Bootstrap\\Database' => 'getDatabaseService',
  65.             'Cbax\\ModulExternalOrder\\CbaxModulExternalOrder' => 'getCbaxModulExternalOrderService',
  66.             'Cbax\\ModulExternalOrder\\Components\\CbaxScheduledTasks' => 'getCbaxScheduledTasksService',
  67.             'Cbax\\ModulExternalOrder\\Components\\ConfigReaderHelper' => 'getConfigReaderHelper2Service',
  68.             'Cbax\\ModulExternalOrder\\Components\\ExternalOrderDb' => 'getExternalOrderDbService',
  69.             'Cbax\\ModulExternalOrder\\Components\\ExternalOrderHelper' => 'getExternalOrderHelperService',
  70.             'Cbax\\ModulExternalOrder\\Controller\\ApiController' => 'getApiControllerService',
  71.             'Cbax\\ModulExternalOrder\\Controller\\BackendController' => 'getBackendController2Service',
  72.             'Cbax\\ModulExternalOrder\\Core\\Content\\ExternalOrder\\BillingAddressDefinition' => 'getBillingAddressDefinitionService',
  73.             'Cbax\\ModulExternalOrder\\Core\\Content\\ExternalOrder\\CarrierDefinition' => 'getCarrierDefinitionService',
  74.             'Cbax\\ModulExternalOrder\\Core\\Content\\ExternalOrder\\CarrierRuleDefinition' => 'getCarrierRuleDefinitionService',
  75.             'Cbax\\ModulExternalOrder\\Core\\Content\\ExternalOrder\\ExternalOrderDefinition' => 'getExternalOrderDefinitionService',
  76.             'Cbax\\ModulExternalOrder\\Core\\Content\\ExternalOrder\\ExternalOrderLineItemDefinition' => 'getExternalOrderLineItemDefinitionService',
  77.             'Cbax\\ModulExternalOrder\\Core\\Content\\ExternalOrder\\LogDefinition' => 'getLogDefinitionService',
  78.             'Cbax\\ModulExternalOrder\\Core\\Content\\ExternalOrder\\Marketplace\\MarketplaceSettingsDefinition' => 'getMarketplaceSettingsDefinitionService',
  79.             'Cbax\\ModulExternalOrder\\Core\\Content\\ExternalOrder\\ShippingAddressDefinition' => 'getShippingAddressDefinitionService',
  80.             'Cbax\\ModulManufacturers\\CbaxModulManufacturers' => 'getCbaxModulManufacturersService',
  81.             'Cbax\\ModulManufacturers\\Controller\\BackendController' => 'getBackendController3Service',
  82.             'Cbax\\ModulManufacturers\\Controller\\FrontendController' => 'getFrontendControllerService',
  83.             'Cbax\\ModulManufacturers\\Core\\Content\\Cms\\ManufacturerSliderCmsElementResolver' => 'getManufacturerSliderCmsElementResolverService',
  84.             'Cbax\\ModulManufacturers\\Core\\Content\\Product\\SalesChannel\\Listing\\ManufacturerProductListingRouteDecorator' => 'getManufacturerProductListingRouteDecoratorService',
  85.             'Cbax\\ModulOrderImportGalaxus\\CbaxModulOrderImportGalaxus' => 'getCbaxModulOrderImportGalaxusService',
  86.             'Cbax\\ModulOrderImportGalaxus\\Components\\Connector' => 'getConnectorService',
  87.             'Cbax\\ModulOrderImportGalaxus\\Controller\\ApiController' => 'getApiController2Service',
  88.             'Cbax\\ModulOrderImportGalaxus\\Controller\\BackendController' => 'getBackendController4Service',
  89.             'Doctrine\\DBAL\\Connection' => 'getConnectionService',
  90.             'DreiscSeoPro\\Administration\\Controller\\DreiscSeoBulkController' => 'getDreiscSeoBulkControllerService',
  91.             'DreiscSeoPro\\Administration\\Controller\\DreiscSeoCustomConfigController' => 'getDreiscSeoCustomConfigControllerService',
  92.             'DreiscSeoPro\\Administration\\Controller\\DreiscSeoRedirectController' => 'getDreiscSeoRedirectControllerService',
  93.             'DreiscSeoPro\\Command\\BulkGenerator\\CategoryCommand' => 'getCategoryCommandService',
  94.             'DreiscSeoPro\\Command\\BulkGenerator\\ProductCommand' => 'getProductCommandService',
  95.             'DreiscSeoPro\\Core\\Breadcrumb\\PlainBreadcrumbCalculator' => 'getPlainBreadcrumbCalculatorService',
  96.             'DreiscSeoPro\\Core\\BulkGenerator\\CategoryGenerator' => 'getCategoryGeneratorService',
  97.             'DreiscSeoPro\\Core\\BulkGenerator\\CategoryTemplateGenerator' => 'getCategoryTemplateGeneratorService',
  98.             'DreiscSeoPro\\Core\\BulkGenerator\\ProductGenerator' => 'getProductGeneratorService',
  99.             'DreiscSeoPro\\Core\\BulkGenerator\\ProductTemplateGenerator' => 'getProductTemplateGeneratorService',
  100.             'DreiscSeoPro\\Core\\BulkGenerator\\TemplateGenerator\\TemplateGeneratorHelper' => 'getTemplateGeneratorHelperService',
  101.             'DreiscSeoPro\\Core\\BulkGenerator\\TemplateVariablesFetcher\\CategoryTemplateVariablesFetcher' => 'getCategoryTemplateVariablesFetcherService',
  102.             'DreiscSeoPro\\Core\\BulkGenerator\\TemplateVariablesFetcher\\CommonTemplateVariablesFetcher' => 'getCommonTemplateVariablesFetcherService',
  103.             'DreiscSeoPro\\Core\\BulkGenerator\\TemplateVariablesFetcher\\ProductTemplateVariablesFetcher' => 'getProductTemplateVariablesFetcherService',
  104.             'DreiscSeoPro\\Core\\Canonical\\CanonicalFetcher' => 'getCanonicalFetcherService',
  105.             'DreiscSeoPro\\Core\\Content\\Category\\CategoryIndexer' => 'getCategoryIndexerService',
  106.             'DreiscSeoPro\\Core\\Content\\Category\\CategoryRepository' => 'getCategoryRepositoryService',
  107.             'DreiscSeoPro\\Core\\Content\\Country\\CountryRepository' => 'getCountryRepositoryService',
  108.             'DreiscSeoPro\\Core\\Content\\Currency\\CurrencyRepository' => 'getCurrencyRepositoryService',
  109.             'DreiscSeoPro\\Core\\Content\\CustomField\\Aggregate\\CustomFieldSet\\CustomFieldSetRepository' => 'getCustomFieldSetRepositoryService',
  110.             'DreiscSeoPro\\Core\\Content\\CustomField\\CustomFieldRepository' => 'getCustomFieldRepositoryService',
  111.             'DreiscSeoPro\\Core\\Content\\Customer\\CustomerRepository' => 'getCustomerRepositoryService',
  112.             'DreiscSeoPro\\Core\\Content\\DreiscSeoBulk\\Aggregate\\DreiscSeoBulkTemplate\\DreiscSeoBulkTemplateDefinition' => 'getDreiscSeoBulkTemplateDefinitionService',
  113.             'DreiscSeoPro\\Core\\Content\\DreiscSeoBulk\\Aggregate\\DreiscSeoBulkTemplate\\DreiscSeoBulkTemplateRepository' => 'getDreiscSeoBulkTemplateRepositoryService',
  114.             'DreiscSeoPro\\Core\\Content\\DreiscSeoBulk\\DreiscSeoBulkDefinition' => 'getDreiscSeoBulkDefinitionService',
  115.             'DreiscSeoPro\\Core\\Content\\DreiscSeoBulk\\DreiscSeoBulkRepository' => 'getDreiscSeoBulkRepositoryService',
  116.             'DreiscSeoPro\\Core\\Content\\DreiscSeoRedirect\\Aggregate\\DreiscSeoRedirectImportExportFile\\DreiscSeoRedirectImportExportFileDefinition' => 'getDreiscSeoRedirectImportExportFileDefinitionService',
  117.             'DreiscSeoPro\\Core\\Content\\DreiscSeoRedirect\\Aggregate\\DreiscSeoRedirectImportExportFile\\DreiscSeoRedirectImportExportFileRepository' => 'getDreiscSeoRedirectImportExportFileRepositoryService',
  118.             'DreiscSeoPro\\Core\\Content\\DreiscSeoRedirect\\Aggregate\\DreiscSeoRedirectImportExportFile\\DreiscSeoRedirectImportExportFileService' => 'getDreiscSeoRedirectImportExportFileServiceService',
  119.             'DreiscSeoPro\\Core\\Content\\DreiscSeoRedirect\\Aggregate\\DreiscSeoRedirectImportExportFile\\Import\\RowExporter' => 'getRowExporterService',
  120.             'DreiscSeoPro\\Core\\Content\\DreiscSeoRedirect\\Aggregate\\DreiscSeoRedirectImportExportFile\\Import\\RowImporter' => 'getRowImporterService',
  121.             'DreiscSeoPro\\Core\\Content\\DreiscSeoRedirect\\Aggregate\\DreiscSeoRedirectImportExportLog\\DreiscSeoRedirectImportExportLogDefinition' => 'getDreiscSeoRedirectImportExportLogDefinitionService',
  122.             'DreiscSeoPro\\Core\\Content\\DreiscSeoRedirect\\Aggregate\\DreiscSeoRedirectImportExportLog\\DreiscSeoRedirectImportExportLogRepository' => 'getDreiscSeoRedirectImportExportLogRepositoryService',
  123.             'DreiscSeoPro\\Core\\Content\\DreiscSeoRedirect\\DreiscSeoRedirectDefinition' => 'getDreiscSeoRedirectDefinitionService',
  124.             'DreiscSeoPro\\Core\\Content\\DreiscSeoRedirect\\DreiscSeoRedirectRepository' => 'getDreiscSeoRedirectRepositoryService',
  125.             'DreiscSeoPro\\Core\\Content\\DreiscSeoRedirect\\DreiscSeoRedirectValidator' => 'getDreiscSeoRedirectValidatorService',
  126.             'DreiscSeoPro\\Core\\Content\\DreiscSeoSetting\\DreiscSeoSettingDefinition' => 'getDreiscSeoSettingDefinitionService',
  127.             'DreiscSeoPro\\Core\\Content\\DreiscSeoSetting\\DreiscSeoSettingRepository' => 'getDreiscSeoSettingRepositoryService',
  128.             'DreiscSeoPro\\Core\\Content\\Language\\LanguageExtension' => 'getLanguageExtensionService',
  129.             'DreiscSeoPro\\Core\\Content\\Language\\LanguageRepository' => 'getLanguageRepositoryService',
  130.             'DreiscSeoPro\\Core\\Content\\MainCategory\\MainCategoryRepository' => 'getMainCategoryRepositoryService',
  131.             'DreiscSeoPro\\Core\\Content\\Media\\MediaRepository' => 'getMediaRepositoryService',
  132.             'DreiscSeoPro\\Core\\Content\\Product\\ProductIndexer' => 'getProductIndexerService',
  133.             'DreiscSeoPro\\Core\\Content\\Product\\ProductRepository' => 'getProductRepositoryService',
  134.             'DreiscSeoPro\\Core\\Content\\SalesChannel\\Aggregate\\SalesChannelDomain\\SalesChannelDomainRepository' => 'getSalesChannelDomainRepositoryService',
  135.             'DreiscSeoPro\\Core\\Content\\SalesChannel\\SalesChannelRepository' => 'getSalesChannelRepositoryService',
  136.             'DreiscSeoPro\\Core\\Content\\SeoUrlTemplate\\SeoUrlTemplateRepository' => 'getSeoUrlTemplateRepositoryService',
  137.             'DreiscSeoPro\\Core\\Content\\SeoUrl\\SeoUrlRepository' => 'getSeoUrlRepositoryService',
  138.             'DreiscSeoPro\\Core\\Content\\SystemConfig\\SystemConfigRepository' => 'getSystemConfigRepositoryService',
  139.             'DreiscSeoPro\\Core\\CustomSetting\\CustomSettingLoader' => 'getCustomSettingLoaderService',
  140.             'DreiscSeoPro\\Core\\CustomSetting\\CustomSettingSaver' => 'getCustomSettingSaverService',
  141.             'DreiscSeoPro\\Core\\Dbl\\BulkUpdater\\BulkUpdater' => 'getBulkUpdaterService',
  142.             'DreiscSeoPro\\Core\\Dbl\\PlainSqlUpdate\\Category' => 'getCategoryService',
  143.             'DreiscSeoPro\\Core\\Dbl\\PlainSqlUpdate\\Common' => 'getCommonService',
  144.             'DreiscSeoPro\\Core\\Dbl\\PlainSqlUpdate\\Product' => 'getProductService',
  145.             'DreiscSeoPro\\Core\\Foundation\\Context\\ContextFactory' => 'getContextFactoryService',
  146.             'DreiscSeoPro\\Core\\Foundation\\Context\\LanguageChainFactory' => 'getLanguageChainFactoryService',
  147.             'DreiscSeoPro\\Core\\Foundation\\CustomSettingEntity\\CustomSettingEntityService' => 'getCustomSettingEntityServiceService',
  148.             'DreiscSeoPro\\Core\\Foundation\\Dal\\Iterator\\IteratorFactory' => 'getIteratorFactoryService',
  149.             'DreiscSeoPro\\Core\\Foundation\\Dal\\Validator' => 'getValidatorService',
  150.             'DreiscSeoPro\\Core\\Foundation\\DemoData\\DemoDataIds' => 'getDemoDataIdsService',
  151.             'DreiscSeoPro\\Core\\Foundation\\DemoData\\DemoDataRepository' => 'getDemoDataRepositoryService',
  152.             'DreiscSeoPro\\Core\\Foundation\\Seo\\SeoUrlAssembler' => 'getSeoUrlAssemblerService',
  153.             'DreiscSeoPro\\Core\\Foundation\\Seo\\SeoUrlParser' => 'getSeoUrlParserService',
  154.             'DreiscSeoPro\\Core\\Foundation\\String\\StringAnalyzer' => 'getStringAnalyzerService',
  155.             'DreiscSeoPro\\Core\\Foundation\\Translation\\EntityInheritanceFieldReader' => 'getEntityInheritanceFieldReaderService',
  156.             'DreiscSeoPro\\Core\\Foundation\\Twig\\TemplateRendererFactory' => 'getTemplateRendererFactoryService',
  157.             'DreiscSeoPro\\Core\\RichSnippet\\Breadcrumb\\BreadcrumbRichSnippetLdBuilder' => 'getBreadcrumbRichSnippetLdBuilderService',
  158.             'DreiscSeoPro\\Core\\RichSnippet\\LocalBusiness\\LocalBusinessRichSnippetLdBuilder' => 'getLocalBusinessRichSnippetLdBuilderService',
  159.             'DreiscSeoPro\\Core\\RichSnippet\\Logo\\LogoRichSnippetLdBuilder' => 'getLogoRichSnippetLdBuilderService',
  160.             'DreiscSeoPro\\Core\\RichSnippet\\Logo\\LogoRichSnippetLdBuilderInterface' => 'getLogoRichSnippetLdBuilderInterfaceService',
  161.             'DreiscSeoPro\\Core\\RichSnippet\\Product\\ProductRichSnippetLdBuilder' => 'getProductRichSnippetLdBuilderService',
  162.             'DreiscSeoPro\\Core\\RobotsTag\\NoIndexParameterSearcher' => 'getNoIndexParameterSearcherService',
  163.             'DreiscSeoPro\\Core\\RobotsTag\\RobotsTagFetcher' => 'getRobotsTagFetcherService',
  164.             'DreiscSeoPro\\Core\\Routing\\Category\\CategoryRedirectSearcher' => 'getCategoryRedirectSearcherService',
  165.             'DreiscSeoPro\\Core\\Routing\\Product\\ProductRedirectSearcher' => 'getProductRedirectSearcherService',
  166.             'DreiscSeoPro\\Core\\Routing\\RedirectExecutor' => 'getRedirectExecutorService',
  167.             'DreiscSeoPro\\Core\\Routing\\RequestTransformer' => 'getRequestTransformerService',
  168.             'DreiscSeoPro\\Core\\Routing\\SourceSalesChannelDomainRestrictionChecker' => 'getSourceSalesChannelDomainRestrictionCheckerService',
  169.             'DreiscSeoPro\\Core\\Seo\\LiveTemplate\\LiveTemplateConverter' => 'getLiveTemplateConverterService',
  170.             'DreiscSeoPro\\Core\\Seo\\SeoDataFetcher\\CategorySeoDataFetcher' => 'getCategorySeoDataFetcherService',
  171.             'DreiscSeoPro\\Core\\Seo\\SeoDataFetcher\\Common\\DataFetcher' => 'getDataFetcherService',
  172.             'DreiscSeoPro\\Core\\Seo\\SeoDataFetcher\\ProductSeoDataFetcher' => 'getProductSeoDataFetcherService',
  173.             'DreiscSeoPro\\Core\\Seo\\SeoDataSaver' => 'getSeoDataSaverService',
  174.             'DreiscSeoPro\\Core\\Seo\\SeoDataSaver\\CategorySeoDataSaver' => 'getCategorySeoDataSaverService',
  175.             'DreiscSeoPro\\Core\\Seo\\SeoDataSaver\\ProductSeoDataSaver' => 'getProductSeoDataSaverService',
  176.             'DreiscSeoPro\\Core\\Seo\\SeoDataSaver\\Saver\\Category\\FacebookDescriptionSaver' => 'getFacebookDescriptionSaverService',
  177.             'DreiscSeoPro\\Core\\Seo\\SeoDataSaver\\Saver\\Category\\FacebookTitleSaver' => 'getFacebookTitleSaverService',
  178.             'DreiscSeoPro\\Core\\Seo\\SeoDataSaver\\Saver\\Category\\MetaDescriptionSaver' => 'getMetaDescriptionSaverService',
  179.             'DreiscSeoPro\\Core\\Seo\\SeoDataSaver\\Saver\\Category\\MetaTitleSaver' => 'getMetaTitleSaverService',
  180.             'DreiscSeoPro\\Core\\Seo\\SeoDataSaver\\Saver\\Category\\RobotsTagSaver' => 'getRobotsTagSaverService',
  181.             'DreiscSeoPro\\Core\\Seo\\SeoDataSaver\\Saver\\Category\\TwitterDescriptionSaver' => 'getTwitterDescriptionSaverService',
  182.             'DreiscSeoPro\\Core\\Seo\\SeoDataSaver\\Saver\\Category\\TwitterTitleSaver' => 'getTwitterTitleSaverService',
  183.             'DreiscSeoPro\\Core\\Seo\\SeoDataSaver\\Saver\\Category\\UrlSaver' => 'getUrlSaverService',
  184.             'DreiscSeoPro\\Core\\Seo\\SeoDataSaver\\Saver\\Product\\FacebookDescriptionSaver' => 'getFacebookDescriptionSaver2Service',
  185.             'DreiscSeoPro\\Core\\Seo\\SeoDataSaver\\Saver\\Product\\FacebookTitleSaver' => 'getFacebookTitleSaver2Service',
  186.             'DreiscSeoPro\\Core\\Seo\\SeoDataSaver\\Saver\\Product\\MetaDescriptionSaver' => 'getMetaDescriptionSaver2Service',
  187.             'DreiscSeoPro\\Core\\Seo\\SeoDataSaver\\Saver\\Product\\MetaTitleSaver' => 'getMetaTitleSaver2Service',
  188.             'DreiscSeoPro\\Core\\Seo\\SeoDataSaver\\Saver\\Product\\RobotsTagSaver' => 'getRobotsTagSaver2Service',
  189.             'DreiscSeoPro\\Core\\Seo\\SeoDataSaver\\Saver\\Product\\TwitterDescriptionSaver' => 'getTwitterDescriptionSaver2Service',
  190.             'DreiscSeoPro\\Core\\Seo\\SeoDataSaver\\Saver\\Product\\TwitterTitleSaver' => 'getTwitterTitleSaver2Service',
  191.             'DreiscSeoPro\\Core\\Seo\\SeoDataSaver\\Saver\\Product\\UrlSaver' => 'getUrlSaver2Service',
  192.             'DreiscSeoPro\\Core\\Seo\\SeoUrlSlugify' => 'getSeoUrlSlugifyService',
  193.             'DreiscSeoPro\\Core\\Seo\\SeoUrl\\SeoUrlSaver' => 'getSeoUrlSaverService',
  194.             'DreiscSeoPro\\Core\\SocialMedia\\SocialMediaFetcher' => 'getSocialMediaFetcherService',
  195.             'DreiscSeoPro\\Decorator\\Core\\Content\\Seo\\SeoUrlPlaceholderHandlerDecorator' => 'getSeoUrlPlaceholderHandlerDecoratorService',
  196.             'DreiscSeoPro\\Decorator\\Shopware\\Storefront\\Routing\\RequestTransformerDecorator' => 'getRequestTransformerDecoratorService',
  197.             'DreiscSeoPro\\Decorator\\Storefront\\Framework\\Twig\\TemplateDataExtensionDecorator' => 'getTemplateDataExtensionDecoratorService',
  198.             'DreiscSeoPro\\DreiscSeoPro' => 'getDreiscSeoProService',
  199.             'DreiscSeoPro\\Subscriber\\CategoryEvents\\CategoryLoadedSubscriber' => 'getCategoryLoadedSubscriberService',
  200.             'DreiscSeoPro\\Subscriber\\Installment\\BaseInformation\\BaseInformationSubscriber' => 'getBaseInformationSubscriberService',
  201.             'DreiscSeoPro\\Subscriber\\Installment\\Canonical\\CanonicalSubscriber' => 'getCanonicalSubscriberService',
  202.             'DreiscSeoPro\\Subscriber\\Installment\\RichSnippet\\RichSnippetSubscriber' => 'getRichSnippetSubscriberService',
  203.             'DreiscSeoPro\\Subscriber\\Installment\\RobotsTag\\RobotsTagSubscriber' => 'getRobotsTagSubscriberService',
  204.             'DreiscSeoPro\\Subscriber\\Installment\\SocialMedia\\SocialMediaSubscriber' => 'getSocialMediaSubscriberService',
  205.             'DreiscSeoPro\\Subscriber\\ProductEvents\\ProductLoadedSubscriber' => 'getProductLoadedSubscriberService',
  206.             'DreiscSeoPro\\Test\\Core\\Seo\\SeoDataSaver\\TestHelper' => 'getTestHelperService',
  207.             'Elasticsearch\\Client' => 'getClientService',
  208.             'Frosh\\Adminer\\Controller\\Adminer' => 'getAdminerService',
  209.             'Frosh\\Adminer\\FroshPlatformAdminer' => 'getFroshPlatformAdminerService',
  210.             'Frosh\\Tools\\Controller\\CacheController' => 'getCacheControllerService',
  211.             'Frosh\\Tools\\Controller\\ElasticsearchController' => 'getElasticsearchControllerService',
  212.             'Frosh\\Tools\\Controller\\FeatureFlagController' => 'getFeatureFlagControllerService',
  213.             'Frosh\\Tools\\Controller\\HealthController' => 'getHealthControllerService',
  214.             'Frosh\\Tools\\Controller\\LogController' => 'getLogControllerService',
  215.             'Frosh\\Tools\\Controller\\QueueController' => 'getQueueControllerService',
  216.             'Frosh\\Tools\\Controller\\ScheduledTaskController' => 'getScheduledTaskControllerService',
  217.             'Frosh\\Tools\\Controller\\ShopwareFilesController' => 'getShopwareFilesControllerService',
  218.             'Frosh\\Tools\\Controller\\StateMachineController' => 'getStateMachineControllerService',
  219.             'Frosh\\Tools\\FroshTools' => 'getFroshToolsService',
  220.             'LDSCustom\\LDSCustom' => 'getLDSCustomService',
  221.             'LdsSubCategories\\LdsSubCategories' => 'getLdsSubCategoriesService',
  222.             'Maxia\\MaxiaCrossVariantDiscounts6\\MaxiaCrossVariantDiscounts6' => 'getMaxiaCrossVariantDiscounts6Service',
  223.             'Meteor\\PromotionGift\\Content\\PromotionGift\\PromotionGiftEntityDefinition' => 'getPromotionGiftEntityDefinitionService',
  224.             'Meteor\\PromotionGift\\MeteorPromotionGift' => 'getMeteorPromotionGiftService',
  225.             'MoorlCmsCategoryListing\\MoorlCmsCategoryListing' => 'getMoorlCmsCategoryListingService',
  226.             'MoorlCmsTwig\\MoorlCmsTwig' => 'getMoorlCmsTwigService',
  227.             'MoorlCreator\\Core\\Content\\CreatorType\\Aggregate\\CreatorTypeTranslation\\CreatorTypeTranslationDefinition' => 'getCreatorTypeTranslationDefinitionService',
  228.             'MoorlCreator\\Core\\Content\\CreatorType\\CreatorTypeDefinition' => 'getCreatorTypeDefinitionService',
  229.             'MoorlCreator\\Core\\Content\\Creator\\Aggregate\\CreatorCustomer\\CreatorCustomerDefinition' => 'getCreatorCustomerDefinitionService',
  230.             'MoorlCreator\\Core\\Content\\Creator\\Aggregate\\CreatorFollower\\CreatorFollowerDefinition' => 'getCreatorFollowerDefinitionService',
  231.             'MoorlCreator\\Core\\Content\\Creator\\Aggregate\\CreatorProduct\\CreatorProductDefinition' => 'getCreatorProductDefinitionService',
  232.             'MoorlCreator\\Core\\Content\\Creator\\Aggregate\\CreatorTranslation\\CreatorTranslationDefinition' => 'getCreatorTranslationDefinitionService',
  233.             'MoorlCreator\\Core\\Content\\Creator\\CreatorDefinition' => 'getCreatorDefinitionService',
  234.             'MoorlCreator\\Core\\Content\\Creator\\SalesChannel\\CreatorDetailRoute' => 'getCreatorDetailRouteService',
  235.             'MoorlCreator\\Core\\Content\\Creator\\SalesChannel\\CreatorFollowRoute' => 'getCreatorFollowRouteService',
  236.             'MoorlCreator\\Core\\Content\\Creator\\SalesChannel\\SalesChannelCreatorDefinition' => 'getSalesChannelCreatorDefinitionService',
  237.             'MoorlCreator\\Core\\Content\\Product\\SalesChannel\\Listing\\CreatorProductListingRoute' => 'getCreatorProductListingRouteService',
  238.             'MoorlCreator\\MoorlCreator' => 'getMoorlCreatorService',
  239.             'MoorlCreator\\Storefront\\Controller\\CreatorController' => 'getCreatorControllerService',
  240.             'MoorlCreator\\Storefront\\Subscriber\\ProductCriteriaSubscriber' => 'getProductCriteriaSubscriberService',
  241.             'MoorlFoundationUnlock\\MoorlFoundationUnlock' => 'getMoorlFoundationUnlockService',
  242.             'MoorlFoundation\\Administration\\Controller\\FileExplorerController' => 'getFileExplorerControllerService',
  243.             'MoorlFoundation\\Administration\\Controller\\SettingsController' => 'getSettingsControllerService',
  244.             'MoorlFoundation\\Core\\Content\\Client\\ClientDefinition' => 'getClientDefinitionService',
  245.             'MoorlFoundation\\Core\\Content\\CmsElementConfig\\CmsElementConfigDefinition' => 'getCmsElementConfigDefinitionService',
  246.             'MoorlFoundation\\Core\\Content\\Location\\LocationCacheDefinition' => 'getLocationCacheDefinitionService',
  247.             'MoorlFoundation\\Core\\Content\\Location\\LocationDefinition' => 'getLocationDefinitionService',
  248.             'MoorlFoundation\\Core\\Content\\Marker\\MarkerDefinition' => 'getMarkerDefinitionService',
  249.             'MoorlFoundation\\Core\\Content\\Product\\SalesChannel\\Listing\\FoundationProductListingRoute' => 'getFoundationProductListingRouteService',
  250.             'MoorlFoundation\\Core\\Content\\Product\\SalesChannel\\Search\\FoundationProductSearchRoute' => 'getFoundationProductSearchRouteService',
  251.             'MoorlFoundation\\Core\\Content\\Sorting\\SortingDefinition' => 'getSortingDefinitionService',
  252.             'MoorlFoundation\\Core\\Content\\Sorting\\SortingTranslationDefinition' => 'getSortingTranslationDefinitionService',
  253.             'MoorlFoundation\\Core\\PluginFoundation' => 'getPluginFoundationService',
  254.             'MoorlFoundation\\Core\\Service\\ClientService' => 'getClientServiceService',
  255.             'MoorlFoundation\\Core\\Service\\DataService' => 'getDataServiceService',
  256.             'MoorlFoundation\\Core\\Service\\EntityEnricherService' => 'getEntityEnricherServiceService',
  257.             'MoorlFoundation\\Core\\Service\\EntitySearchService' => 'getEntitySearchServiceService',
  258.             'MoorlFoundation\\Core\\Service\\EntitySuggestService' => 'getEntitySuggestServiceService',
  259.             'MoorlFoundation\\Core\\Service\\LocationService' => 'getLocationServiceService',
  260.             'MoorlFoundation\\Core\\Service\\LocationServiceV2' => 'getLocationServiceV2Service',
  261.             'MoorlFoundation\\Core\\Service\\SortingService' => 'getSortingServiceService',
  262.             'MoorlFoundation\\Core\\Service\\TranslationService' => 'getTranslationServiceService',
  263.             'MoorlFoundation\\Core\\Subscriber\\MoorlFoundationSubscriber' => 'getMoorlFoundationSubscriberService',
  264.             'MoorlFoundation\\MoorlFoundation' => 'getMoorlFoundationService',
  265.             'MoorlFoundation\\Storefront\\Controller\\CustomerUploadController' => 'getCustomerUploadControllerService',
  266.             'MoorlFoundation\\Storefront\\Controller\\ProductBuyListController' => 'getProductBuyListControllerService',
  267.             'MoorlFoundation\\Storefront\\Subscriber\\ProductListingResultSubscriber' => 'getProductListingResultSubscriberService',
  268.             'MoorlFoundation\\Storefront\\Subscriber\\SalesChannelContextResolvedSubscriber' => 'getSalesChannelContextResolvedSubscriberService',
  269.             'MoorlMagazine\\Core\\Content\\MagazineArticle\\Aggregate\\MagazineArticleCategory\\MagazineArticleCategoryDefinition' => 'getMagazineArticleCategoryDefinitionService',
  270.             'MoorlMagazine\\Core\\Content\\MagazineArticle\\Aggregate\\MagazineArticleMagazineCategory\\MagazineArticleMagazineCategoryDefinition' => 'getMagazineArticleMagazineCategoryDefinitionService',
  271.             'MoorlMagazine\\Core\\Content\\MagazineArticle\\Aggregate\\MagazineArticleMedia\\MagazineArticleMediaDefinition' => 'getMagazineArticleMediaDefinitionService',
  272.             'MoorlMagazine\\Core\\Content\\MagazineArticle\\Aggregate\\MagazineArticleProduct\\MagazineArticleProductDefinition' => 'getMagazineArticleProductDefinitionService',
  273.             'MoorlMagazine\\Core\\Content\\MagazineArticle\\Aggregate\\MagazineArticleSalesChannel\\MagazineArticleSalesChannelDefinition' => 'getMagazineArticleSalesChannelDefinitionService',
  274.             'MoorlMagazine\\Core\\Content\\MagazineArticle\\Aggregate\\MagazineArticleTag\\MagazineArticleTagDefinition' => 'getMagazineArticleTagDefinitionService',
  275.             'MoorlMagazine\\Core\\Content\\MagazineArticle\\Aggregate\\MagazineArticleTranslation\\MagazineArticleTranslationDefinition' => 'getMagazineArticleTranslationDefinitionService',
  276.             'MoorlMagazine\\Core\\Content\\MagazineArticle\\MagazineArticleDefinition' => 'getMagazineArticleDefinitionService',
  277.             'MoorlMagazine\\Core\\Content\\MagazineArticle\\SalesChannel\\Detail\\MagazineArticleDetailRoute' => 'getMagazineArticleDetailRouteService',
  278.             'MoorlMagazine\\Core\\Content\\MagazineArticle\\SalesChannel\\SalesChannelMagazineArticleDefinition' => 'getSalesChannelMagazineArticleDefinitionService',
  279.             'MoorlMagazine\\Core\\Content\\MagazineAuthor\\Aggregate\\MagazineAuthorTranslation\\MagazineAuthorTranslationDefinition' => 'getMagazineAuthorTranslationDefinitionService',
  280.             'MoorlMagazine\\Core\\Content\\MagazineAuthor\\MagazineAuthorDefinition' => 'getMagazineAuthorDefinitionService',
  281.             'MoorlMagazine\\Core\\Content\\MagazineCategory\\Aggregate\\MagazineCategoryTranslation\\MagazineCategoryTranslationDefinition' => 'getMagazineCategoryTranslationDefinitionService',
  282.             'MoorlMagazine\\Core\\Content\\MagazineCategory\\MagazineCategoryDefinition' => 'getMagazineCategoryDefinitionService',
  283.             'MoorlMagazine\\Core\\Content\\MagazineComment\\MagazineCommentDefinition' => 'getMagazineCommentDefinitionService',
  284.             'MoorlMagazine\\Core\\Service\\MagazineService' => 'getMagazineServiceService',
  285.             'MoorlMagazine\\Core\\WordpressSync\\WordpressSyncService' => 'getWordpressSyncServiceService',
  286.             'MoorlMagazine\\MoorlMagazine' => 'getMoorlMagazineService',
  287.             'MoorlMagazine\\Storefront\\Controller\\MagazineApiController' => 'getMagazineApiControllerService',
  288.             'MoorlMagazine\\Storefront\\Controller\\MagazineArticleController' => 'getMagazineArticleControllerService',
  289.             'Nds\\RecipeManager\\Controller\\NdsRecipeManagerController' => 'getNdsRecipeManagerControllerService',
  290.             'Nds\\RecipeManager\\Controller\\RecipeSearchController' => 'getRecipeSearchControllerService',
  291.             'Nds\\RecipeManager\\Core\\Content\\Category\\Aggregate\\CategoryTranslation\\CategoryTranslationDefinition' => 'getCategoryTranslationDefinitionService',
  292.             'Nds\\RecipeManager\\Core\\Content\\Category\\CategoryDefinition' => 'getCategoryDefinitionService',
  293.             'Nds\\RecipeManager\\Core\\Content\\Difficulty\\Aggregate\\DifficultyTranslation\\DifficultyTranslationDefinition' => 'getDifficultyTranslationDefinitionService',
  294.             'Nds\\RecipeManager\\Core\\Content\\Difficulty\\DifficultyDefinition' => 'getDifficultyDefinitionService',
  295.             'Nds\\RecipeManager\\Core\\Content\\Ingredient\\Aggregate\\IngredientTranslation\\IngredientTranslationDefinition' => 'getIngredientTranslationDefinitionService',
  296.             'Nds\\RecipeManager\\Core\\Content\\Ingredient\\IngredientDefinition' => 'getIngredientDefinitionService',
  297.             'Nds\\RecipeManager\\Core\\Content\\Recipe\\Aggregate\\RecipeCategory\\RecipeCategoryDefinition' => 'getRecipeCategoryDefinitionService',
  298.             'Nds\\RecipeManager\\Core\\Content\\Recipe\\Aggregate\\RecipeIngredient\\RecipeIngredientDefinition' => 'getRecipeIngredientDefinitionService',
  299.             'Nds\\RecipeManager\\Core\\Content\\Recipe\\Aggregate\\RecipeRelated\\RecipeRelatedDefinition' => 'getRecipeRelatedDefinitionService',
  300.             'Nds\\RecipeManager\\Core\\Content\\Recipe\\Aggregate\\RecipeTag\\RecipeTagDefinition' => 'getRecipeTagDefinitionService',
  301.             'Nds\\RecipeManager\\Core\\Content\\Recipe\\Aggregate\\RecipeTranslation\\RecipeTranslationDefinition' => 'getRecipeTranslationDefinitionService',
  302.             'Nds\\RecipeManager\\Core\\Content\\Recipe\\RecipeDefinition' => 'getRecipeDefinitionService',
  303.             'Nds\\RecipeManager\\Core\\Content\\Recipe\\RecipeMedia\\RecipeMediaDefinition' => 'getRecipeMediaDefinitionService',
  304.             'Nds\\RecipeManager\\Core\\Content\\Related\\RelatedDefinition' => 'getRelatedDefinitionService',
  305.             'Nds\\RecipeManager\\Core\\Content\\SalesChannel\\Suggest\\ProductSuggestDecorated' => 'getProductSuggestDecoratedService',
  306.             'Nds\\RecipeManager\\Core\\Content\\Tag\\Aggregate\\TagTranslation\\TagTranslationDefinition' => 'getTagTranslationDefinitionService',
  307.             'Nds\\RecipeManager\\Core\\Content\\Tag\\TagDefinition' => 'getTagDefinitionService',
  308.             'Nds\\RecipeManager\\Core\\Content\\TimeUnit\\TimeUnitDefinition' => 'getTimeUnitDefinitionService',
  309.             'Nds\\RecipeManager\\Core\\Content\\Unit\\Aggregate\\UnitTranslation\\UnitTranslationDefinition' => 'getUnitTranslationDefinitionService',
  310.             'Nds\\RecipeManager\\Core\\Content\\Unit\\UnitDefinition' => 'getUnitDefinitionService',
  311.             'Nds\\RecipeManager\\NdsRecipeManager' => 'getNdsRecipeManagerService',
  312.             'NetInventors\\NetiNextModal\\Core\\Content\\Modal\\Aggregate\\ModalCategory\\ModalCategoryDefinition' => 'getModalCategoryDefinitionService',
  313.             'NetInventors\\NetiNextModal\\Core\\Content\\Modal\\Aggregate\\ModalLanguage\\ModalLanguageDefinition' => 'getModalLanguageDefinitionService',
  314.             'NetInventors\\NetiNextModal\\Core\\Content\\Modal\\Aggregate\\ModalProduct\\ModalProductDefinition' => 'getModalProductDefinitionService',
  315.             'NetInventors\\NetiNextModal\\Core\\Content\\Modal\\Aggregate\\ModalSalesChannel\\ModalSalesChannelDefinition' => 'getModalSalesChannelDefinitionService',
  316.             'NetInventors\\NetiNextModal\\Core\\Content\\Modal\\Aggregate\\ModalSchedule\\ModalScheduleDefinition' => 'getModalScheduleDefinitionService',
  317.             'NetInventors\\NetiNextModal\\Core\\Content\\Modal\\Aggregate\\ModalTranslation\\ModalTranslationDefinition' => 'getModalTranslationDefinitionService',
  318.             'NetInventors\\NetiNextModal\\Core\\Content\\Modal\\ModalDefinition' => 'getModalDefinitionService',
  319.             'NetInventors\\NetiNextModal\\NetiNextModal' => 'getNetiNextModalService',
  320.             'NetInventors\\NetiNextModal\\Storefront\\Controller\\NetiModalConfirmController' => 'getNetiModalConfirmControllerService',
  321.             'NetInventors\\NetiNextModal\\Storefront\\Controller\\NetiModalController' => 'getNetiModalControllerService',
  322.             'NetInventors\\NetiNextModal\\Storefront\\Controller\\NetiModalGroupedBoxController' => 'getNetiModalGroupedBoxControllerService',
  323.             'NetInventors\\NetiNextModal\\Storefront\\Controller\\NetiModalShownController' => 'getNetiModalShownControllerService',
  324.             'NetInventors\\NetiNextModal\\Storefront\\Controller\\NetiModalSingleBoxController' => 'getNetiModalSingleBoxControllerService',
  325.             'Nimbits\\NimbitsArticleQuestionsNext\\ArticleQuestions\\ArticleQuestionEntityDefinition' => 'getArticleQuestionEntityDefinitionService',
  326.             'Nimbits\\NimbitsArticleQuestionsNext\\Controller\\ApiController' => 'getApiController3Service',
  327.             'Nimbits\\NimbitsArticleQuestionsNext\\Controller\\ArticleQuestionsController' => 'getArticleQuestionsControllerService',
  328.             'Nimbits\\NimbitsArticleQuestionsNext\\NimbitsArticleQuestionsNext' => 'getNimbitsArticleQuestionsNextService',
  329.             'Pixel\\LexikonSW6\\Controller\\BackendController' => 'getBackendController5Service',
  330.             'Pixel\\LexikonSW6\\Controller\\FrontendController' => 'getFrontendController2Service',
  331.             'Pixel\\LexikonSW6\\Controller\\StoreApi\\LexikonCategories\\CachedLexikonCatRoute' => 'getCachedLexikonCatRouteService',
  332.             'Pixel\\LexikonSW6\\Entities\\Categories\\LexikonCategoriesDefinition' => 'getLexikonCategoriesDefinitionService',
  333.             'Pixel\\LexikonSW6\\Entities\\Categories\\LexikonCategoriesTranslationDefinition' => 'getLexikonCategoriesTranslationDefinitionService',
  334.             'Pixel\\LexikonSW6\\Entities\\Categories\\Reference\\LexikonCategoriesRoDefinition' => 'getLexikonCategoriesRoDefinitionService',
  335.             'Pixel\\LexikonSW6\\Entities\\Items\\Aggregate\\LexikonMedia\\LexikonMediaDefinition' => 'getLexikonMediaDefinitionService',
  336.             'Pixel\\LexikonSW6\\Entities\\Items\\LexikonDefinition' => 'getLexikonDefinitionService',
  337.             'Pixel\\LexikonSW6\\Entities\\Items\\LexikonProductsDefinition' => 'getLexikonProductsDefinitionService',
  338.             'Pixel\\LexikonSW6\\Entities\\Items\\LexikonTranslationDefinition' => 'getLexikonTranslationDefinitionService',
  339.             'Pixel\\LexikonSW6\\Entities\\LexikonCatChannels\\LexikonCatChannelsDefinition' => 'getLexikonCatChannelsDefinitionService',
  340.             'Pixel\\LexikonSW6\\Entities\\LexikonChannels\\LexikonChannelsDefinition' => 'getLexikonChannelsDefinitionService',
  341.             'Pixel\\LexikonSW6\\PixelLexikonSW6' => 'getPixelLexikonSW6Service',
  342.             'Pixel\\LexikonSW6\\Resources\\snippet\\de_DE\\SnippetFile_de_DE' => 'getSnippetFileDeDEService',
  343.             'Pixel\\LexikonSW6\\Resources\\snippet\\en_GB\\SnippetFile_en_GB' => 'getSnippetFileEnGBService',
  344.             'ProxaBasketCrossSellingSW6\\ProxaBasketCrossSellingSW6' => 'getProxaBasketCrossSellingSW6Service',
  345.             'ProxaCheckoutTemplate\\ProxaCheckoutTemplate' => 'getProxaCheckoutTemplateService',
  346.             'ProxaCheckoutTemplate\\Storefront\\Controller\\ProxaCheckoutTemplateController' => 'getProxaCheckoutTemplateControllerService',
  347.             'Redgecko\\Magnalister\\Controller\\MagnalisterController' => 'getMagnalisterControllerService',
  348.             'Redgecko\\Magnalister\\Core\\Content\\Bundle\\BundleCookieDefinition' => 'getBundleCookieDefinitionService',
  349.             'Redgecko\\Magnalister\\RedMagnalisterSW6' => 'getRedMagnalisterSW6Service',
  350.             'Scop\\PlatformRedirecter\\Administration\\ImportExportRedirectsController' => 'getImportExportRedirectsControllerService',
  351.             'Scop\\PlatformRedirecter\\Redirect\\RedirectDefinition' => 'getRedirectDefinitionService',
  352.             'Scop\\PlatformRedirecter\\ScopPlatformRedirecter' => 'getScopPlatformRedirecterService',
  353.             'Shopware\\Administration\\Controller\\AdminExtensionApiController' => 'getAdminExtensionApiControllerService',
  354.             'Shopware\\Administration\\Controller\\AdminProductStreamController' => 'getAdminProductStreamControllerService',
  355.             'Shopware\\Administration\\Controller\\AdminSearchController' => 'getAdminSearchControllerService',
  356.             'Shopware\\Administration\\Controller\\AdminTagController' => 'getAdminTagControllerService',
  357.             'Shopware\\Administration\\Controller\\AdministrationController' => 'getAdministrationControllerService',
  358.             'Shopware\\Administration\\Controller\\DocumentServiceDeprecationController' => 'getDocumentServiceDeprecationControllerService',
  359.             'Shopware\\Administration\\Controller\\NotificationController' => 'getNotificationControllerService',
  360.             'Shopware\\Administration\\Controller\\UserConfigController' => 'getUserConfigControllerService',
  361.             'Shopware\\Administration\\Notification\\NotificationDefinition' => 'getNotificationDefinitionService',
  362.             'Shopware\\Administration\\Notification\\NotificationService' => 'getNotificationServiceService',
  363.             'Shopware\\Administration\\Snippet\\AppAdministrationSnippetDefinition' => 'getAppAdministrationSnippetDefinitionService',
  364.             'Shopware\\Core\\Checkout\\Cart\\Calculator' => 'getCalculatorService',
  365.             'Shopware\\Core\\Checkout\\Cart\\Facade\\CartFacadeHookFactory' => 'getCartFacadeHookFactoryService',
  366.             'Shopware\\Core\\Checkout\\Cart\\Order\\Api\\OrderConverterController' => 'getOrderConverterControllerService',
  367.             'Shopware\\Core\\Checkout\\Cart\\Order\\Api\\OrderRecalculationController' => 'getOrderRecalculationControllerService',
  368.             'Shopware\\Core\\Checkout\\Cart\\PriceActionController' => 'getPriceActionControllerService',
  369.             'Shopware\\Core\\Checkout\\Cart\\SalesChannel\\CartDeleteRoute' => 'getCartDeleteRouteService',
  370.             'Shopware\\Core\\Checkout\\Cart\\SalesChannel\\CartItemAddRoute' => 'getCartItemAddRouteService',
  371.             'Shopware\\Core\\Checkout\\Cart\\SalesChannel\\CartItemRemoveRoute' => 'getCartItemRemoveRouteService',
  372.             'Shopware\\Core\\Checkout\\Cart\\SalesChannel\\CartItemUpdateRoute' => 'getCartItemUpdateRouteService',
  373.             'Shopware\\Core\\Checkout\\Cart\\SalesChannel\\CartLoadRoute' => 'getCartLoadRouteService',
  374.             'Shopware\\Core\\Checkout\\Cart\\SalesChannel\\CartOrderRoute' => 'getCartOrderRouteService',
  375.             'Shopware\\Core\\Checkout\\Cart\\SalesChannel\\CartService' => 'getCartServiceService',
  376.             'Shopware\\Core\\Checkout\\Customer\\Aggregate\\CustomerAddress\\CustomerAddressDefinition' => 'getCustomerAddressDefinitionService',
  377.             'Shopware\\Core\\Checkout\\Customer\\Aggregate\\CustomerGroupRegistrationSalesChannel\\CustomerGroupRegistrationSalesChannelDefinition' => 'getCustomerGroupRegistrationSalesChannelDefinitionService',
  378.             'Shopware\\Core\\Checkout\\Customer\\Aggregate\\CustomerGroupTranslation\\CustomerGroupTranslationDefinition' => 'getCustomerGroupTranslationDefinitionService',
  379.             'Shopware\\Core\\Checkout\\Customer\\Aggregate\\CustomerGroup\\CustomerGroupDefinition' => 'getCustomerGroupDefinitionService',
  380.             'Shopware\\Core\\Checkout\\Customer\\Aggregate\\CustomerRecovery\\CustomerRecoveryDefinition' => 'getCustomerRecoveryDefinitionService',
  381.             'Shopware\\Core\\Checkout\\Customer\\Aggregate\\CustomerTag\\CustomerTagDefinition' => 'getCustomerTagDefinitionService',
  382.             'Shopware\\Core\\Checkout\\Customer\\Aggregate\\CustomerWishlistProduct\\CustomerWishlistProductDefinition' => 'getCustomerWishlistProductDefinitionService',
  383.             'Shopware\\Core\\Checkout\\Customer\\Aggregate\\CustomerWishlist\\CustomerWishlistDefinition' => 'getCustomerWishlistDefinitionService',
  384.             'Shopware\\Core\\Checkout\\Customer\\Api\\CustomerGroupRegistrationActionController' => 'getCustomerGroupRegistrationActionControllerService',
  385.             'Shopware\\Core\\Checkout\\Customer\\CustomerDefinition' => 'getCustomerDefinitionService',
  386.             'Shopware\\Core\\Checkout\\Customer\\SalesChannel\\AccountNewsletterRecipientRoute' => 'getAccountNewsletterRecipientRouteService',
  387.             'Shopware\\Core\\Checkout\\Customer\\SalesChannel\\AddWishlistProductRoute' => 'getAddWishlistProductRouteService',
  388.             'Shopware\\Core\\Checkout\\Customer\\SalesChannel\\ChangeCustomerProfileRoute' => 'getChangeCustomerProfileRouteService',
  389.             'Shopware\\Core\\Checkout\\Customer\\SalesChannel\\ChangeEmailRoute' => 'getChangeEmailRouteService',
  390.             'Shopware\\Core\\Checkout\\Customer\\SalesChannel\\ChangeLanguageRoute' => 'getChangeLanguageRouteService',
  391.             'Shopware\\Core\\Checkout\\Customer\\SalesChannel\\ChangePasswordRoute' => 'getChangePasswordRouteService',
  392.             'Shopware\\Core\\Checkout\\Customer\\SalesChannel\\ChangePaymentMethodRoute' => 'getChangePaymentMethodRouteService',
  393.             'Shopware\\Core\\Checkout\\Customer\\SalesChannel\\CustomerGroupRegistrationSettingsRoute' => 'getCustomerGroupRegistrationSettingsRouteService',
  394.             'Shopware\\Core\\Checkout\\Customer\\SalesChannel\\CustomerRecoveryIsExpiredRoute' => 'getCustomerRecoveryIsExpiredRouteService',
  395.             'Shopware\\Core\\Checkout\\Customer\\SalesChannel\\CustomerRoute' => 'getCustomerRouteService',
  396.             'Shopware\\Core\\Checkout\\Customer\\SalesChannel\\DeleteAddressRoute' => 'getDeleteAddressRouteService',
  397.             'Shopware\\Core\\Checkout\\Customer\\SalesChannel\\DeleteCustomerRoute' => 'getDeleteCustomerRouteService',
  398.             'Shopware\\Core\\Checkout\\Customer\\SalesChannel\\DownloadRoute' => 'getDownloadRouteService',
  399.             'Shopware\\Core\\Checkout\\Customer\\SalesChannel\\ListAddressRoute' => 'getListAddressRouteService',
  400.             'Shopware\\Core\\Checkout\\Customer\\SalesChannel\\LoadWishlistRoute' => 'getLoadWishlistRouteService',
  401.             'Shopware\\Core\\Checkout\\Customer\\SalesChannel\\LoginRoute' => 'getLoginRouteService',
  402.             'Shopware\\Core\\Checkout\\Customer\\SalesChannel\\LogoutRoute' => 'getLogoutRouteService',
  403.             'Shopware\\Core\\Checkout\\Customer\\SalesChannel\\MergeWishlistProductRoute' => 'getMergeWishlistProductRouteService',
  404.             'Shopware\\Core\\Checkout\\Customer\\SalesChannel\\RegisterConfirmRoute' => 'getRegisterConfirmRouteService',
  405.             'Shopware\\Core\\Checkout\\Customer\\SalesChannel\\RegisterRoute' => 'getRegisterRouteService',
  406.             'Shopware\\Core\\Checkout\\Customer\\SalesChannel\\RemoveWishlistProductRoute' => 'getRemoveWishlistProductRouteService',
  407.             'Shopware\\Core\\Checkout\\Customer\\SalesChannel\\ResetPasswordRoute' => 'getResetPasswordRouteService',
  408.             'Shopware\\Core\\Checkout\\Customer\\SalesChannel\\SendPasswordRecoveryMailRoute' => 'getSendPasswordRecoveryMailRouteService',
  409.             'Shopware\\Core\\Checkout\\Customer\\SalesChannel\\SwitchDefaultAddressRoute' => 'getSwitchDefaultAddressRouteService',
  410.             'Shopware\\Core\\Checkout\\Customer\\SalesChannel\\UpsertAddressRoute' => 'getUpsertAddressRouteService',
  411.             'Shopware\\Core\\Checkout\\Document\\Aggregate\\DocumentBaseConfigSalesChannel\\DocumentBaseConfigSalesChannelDefinition' => 'getDocumentBaseConfigSalesChannelDefinitionService',
  412.             'Shopware\\Core\\Checkout\\Document\\Aggregate\\DocumentBaseConfig\\DocumentBaseConfigDefinition' => 'getDocumentBaseConfigDefinitionService',
  413.             'Shopware\\Core\\Checkout\\Document\\Aggregate\\DocumentTypeTranslation\\DocumentTypeTranslationDefinition' => 'getDocumentTypeTranslationDefinitionService',
  414.             'Shopware\\Core\\Checkout\\Document\\Aggregate\\DocumentType\\DocumentTypeDefinition' => 'getDocumentTypeDefinitionService',
  415.             'Shopware\\Core\\Checkout\\Document\\Controller\\DocumentController' => 'getDocumentControllerService',
  416.             'Shopware\\Core\\Checkout\\Document\\DocumentDefinition' => 'getDocumentDefinitionService',
  417.             'Shopware\\Core\\Checkout\\Document\\DocumentGeneratorController' => 'getDocumentGeneratorControllerService',
  418.             'Shopware\\Core\\Checkout\\Document\\SalesChannel\\DocumentRoute' => 'getDocumentRouteService',
  419.             'Shopware\\Core\\Checkout\\Order\\Aggregate\\OrderAddress\\OrderAddressDefinition' => 'getOrderAddressDefinitionService',
  420.             'Shopware\\Core\\Checkout\\Order\\Aggregate\\OrderCustomer\\OrderCustomerDefinition' => 'getOrderCustomerDefinitionService',
  421.             'Shopware\\Core\\Checkout\\Order\\Aggregate\\OrderDeliveryPosition\\OrderDeliveryPositionDefinition' => 'getOrderDeliveryPositionDefinitionService',
  422.             'Shopware\\Core\\Checkout\\Order\\Aggregate\\OrderDelivery\\OrderDeliveryDefinition' => 'getOrderDeliveryDefinitionService',
  423.             'Shopware\\Core\\Checkout\\Order\\Aggregate\\OrderLineItemDownload\\OrderLineItemDownloadDefinition' => 'getOrderLineItemDownloadDefinitionService',
  424.             'Shopware\\Core\\Checkout\\Order\\Aggregate\\OrderLineItem\\OrderLineItemDefinition' => 'getOrderLineItemDefinitionService',
  425.             'Shopware\\Core\\Checkout\\Order\\Aggregate\\OrderTag\\OrderTagDefinition' => 'getOrderTagDefinitionService',
  426.             'Shopware\\Core\\Checkout\\Order\\Aggregate\\OrderTransactionCaptureRefundPosition\\OrderTransactionCaptureRefundPositionDefinition' => 'getOrderTransactionCaptureRefundPositionDefinitionService',
  427.             'Shopware\\Core\\Checkout\\Order\\Aggregate\\OrderTransactionCaptureRefund\\OrderTransactionCaptureRefundDefinition' => 'getOrderTransactionCaptureRefundDefinitionService',
  428.             'Shopware\\Core\\Checkout\\Order\\Aggregate\\OrderTransactionCapture\\OrderTransactionCaptureDefinition' => 'getOrderTransactionCaptureDefinitionService',
  429.             'Shopware\\Core\\Checkout\\Order\\Aggregate\\OrderTransaction\\OrderTransactionDefinition' => 'getOrderTransactionDefinitionService',
  430.             'Shopware\\Core\\Checkout\\Order\\Api\\OrderActionController' => 'getOrderActionControllerService',
  431.             'Shopware\\Core\\Checkout\\Order\\OrderDefinition' => 'getOrderDefinitionService',
  432.             'Shopware\\Core\\Checkout\\Order\\SalesChannel\\CancelOrderRoute' => 'getCancelOrderRouteService',
  433.             'Shopware\\Core\\Checkout\\Order\\SalesChannel\\OrderRoute' => 'getOrderRouteService',
  434.             'Shopware\\Core\\Checkout\\Order\\SalesChannel\\SetPaymentOrderRoute' => 'getSetPaymentOrderRouteService',
  435.             'Shopware\\Core\\Checkout\\Payment\\Aggregate\\PaymentMethodTranslation\\PaymentMethodTranslationDefinition' => 'getPaymentMethodTranslationDefinitionService',
  436.             'Shopware\\Core\\Checkout\\Payment\\Cart\\PaymentRefundProcessor' => 'getPaymentRefundProcessorService',
  437.             'Shopware\\Core\\Checkout\\Payment\\Controller\\PaymentController' => 'getPaymentControllerService',
  438.             'Shopware\\Core\\Checkout\\Payment\\PaymentMethodDefinition' => 'getPaymentMethodDefinitionService',
  439.             'Shopware\\Core\\Checkout\\Payment\\SalesChannel\\CachedPaymentMethodRoute' => 'getCachedPaymentMethodRouteService',
  440.             'Shopware\\Core\\Checkout\\Payment\\SalesChannel\\HandlePaymentMethodRoute' => 'getHandlePaymentMethodRouteService',
  441.             'Shopware\\Core\\Checkout\\Payment\\SalesChannel\\SalesChannelPaymentMethodDefinition' => 'getSalesChannelPaymentMethodDefinitionService',
  442.             'Shopware\\Core\\Checkout\\Payment\\SalesChannel\\SortedPaymentMethodRoute' => 'getSortedPaymentMethodRouteService',
  443.             'Shopware\\Core\\Checkout\\Promotion\\Aggregate\\PromotionCartRule\\PromotionCartRuleDefinition' => 'getPromotionCartRuleDefinitionService',
  444.             'Shopware\\Core\\Checkout\\Promotion\\Aggregate\\PromotionDiscountPrice\\PromotionDiscountPriceDefinition' => 'getPromotionDiscountPriceDefinitionService',
  445.             'Shopware\\Core\\Checkout\\Promotion\\Aggregate\\PromotionDiscountRule\\PromotionDiscountRuleDefinition' => 'getPromotionDiscountRuleDefinitionService',
  446.             'Shopware\\Core\\Checkout\\Promotion\\Aggregate\\PromotionDiscount\\PromotionDiscountDefinition' => 'getPromotionDiscountDefinitionService',
  447.             'Shopware\\Core\\Checkout\\Promotion\\Aggregate\\PromotionIndividualCode\\PromotionIndividualCodeDefinition' => 'getPromotionIndividualCodeDefinitionService',
  448.             'Shopware\\Core\\Checkout\\Promotion\\Aggregate\\PromotionOrderRule\\PromotionOrderRuleDefinition' => 'getPromotionOrderRuleDefinitionService',
  449.             'Shopware\\Core\\Checkout\\Promotion\\Aggregate\\PromotionPersonaCustomer\\PromotionPersonaCustomerDefinition' => 'getPromotionPersonaCustomerDefinitionService',
  450.             'Shopware\\Core\\Checkout\\Promotion\\Aggregate\\PromotionPersonaRule\\PromotionPersonaRuleDefinition' => 'getPromotionPersonaRuleDefinitionService',
  451.             'Shopware\\Core\\Checkout\\Promotion\\Aggregate\\PromotionSalesChannel\\PromotionSalesChannelDefinition' => 'getPromotionSalesChannelDefinitionService',
  452.             'Shopware\\Core\\Checkout\\Promotion\\Aggregate\\PromotionSetGroupRule\\PromotionSetGroupRuleDefinition' => 'getPromotionSetGroupRuleDefinitionService',
  453.             'Shopware\\Core\\Checkout\\Promotion\\Aggregate\\PromotionSetGroup\\PromotionSetGroupDefinition' => 'getPromotionSetGroupDefinitionService',
  454.             'Shopware\\Core\\Checkout\\Promotion\\Aggregate\\PromotionTranslation\\PromotionTranslationDefinition' => 'getPromotionTranslationDefinitionService',
  455.             'Shopware\\Core\\Checkout\\Promotion\\Api\\PromotionActionController' => 'getPromotionActionControllerService',
  456.             'Shopware\\Core\\Checkout\\Promotion\\Api\\PromotionController' => 'getPromotionControllerService',
  457.             'Shopware\\Core\\Checkout\\Promotion\\PromotionDefinition' => 'getPromotionDefinitionService',
  458.             'Shopware\\Core\\Checkout\\Shipping\\Aggregate\\ShippingMethodPrice\\ShippingMethodPriceDefinition' => 'getShippingMethodPriceDefinitionService',
  459.             'Shopware\\Core\\Checkout\\Shipping\\Aggregate\\ShippingMethodTag\\ShippingMethodTagDefinition' => 'getShippingMethodTagDefinitionService',
  460.             'Shopware\\Core\\Checkout\\Shipping\\Aggregate\\ShippingMethodTranslation\\ShippingMethodTranslationDefinition' => 'getShippingMethodTranslationDefinitionService',
  461.             'Shopware\\Core\\Checkout\\Shipping\\SalesChannel\\CachedShippingMethodRoute' => 'getCachedShippingMethodRouteService',
  462.             'Shopware\\Core\\Checkout\\Shipping\\SalesChannel\\SalesChannelShippingMethodDefinition' => 'getSalesChannelShippingMethodDefinitionService',
  463.             'Shopware\\Core\\Checkout\\Shipping\\SalesChannel\\SortedShippingMethodRoute' => 'getSortedShippingMethodRouteService',
  464.             'Shopware\\Core\\Checkout\\Shipping\\ShippingMethodDefinition' => 'getShippingMethodDefinitionService',
  465.             'Shopware\\Core\\Content\\Category\\Aggregate\\CategoryTag\\CategoryTagDefinition' => 'getCategoryTagDefinitionService',
  466.             'Shopware\\Core\\Content\\Category\\Aggregate\\CategoryTranslation\\CategoryTranslationDefinition' => 'getCategoryTranslationDefinition2Service',
  467.             'Shopware\\Core\\Content\\Category\\CategoryDefinition' => 'getCategoryDefinition2Service',
  468.             'Shopware\\Core\\Content\\Category\\CategoryHydrator' => 'getCategoryHydratorService',
  469.             'Shopware\\Core\\Content\\Category\\SalesChannel\\CachedCategoryRoute' => 'getCachedCategoryRouteService',
  470.             'Shopware\\Core\\Content\\Category\\SalesChannel\\CachedNavigationRoute' => 'getCachedNavigationRouteService',
  471.             'Shopware\\Core\\Content\\Category\\SalesChannel\\CategoryListRoute' => 'getCategoryListRouteService',
  472.             'Shopware\\Core\\Content\\Category\\SalesChannel\\SalesChannelCategoryDefinition' => 'getSalesChannelCategoryDefinitionService',
  473.             'Shopware\\Core\\Content\\Category\\SalesChannel\\TreeBuildingNavigationRoute' => 'getTreeBuildingNavigationRouteService',
  474.             'Shopware\\Core\\Content\\Cms\\Aggregate\\CmsBlock\\CmsBlockDefinition' => 'getCmsBlockDefinitionService',
  475.             'Shopware\\Core\\Content\\Cms\\Aggregate\\CmsPageTranslation\\CmsPageTranslationDefinition' => 'getCmsPageTranslationDefinitionService',
  476.             'Shopware\\Core\\Content\\Cms\\Aggregate\\CmsSection\\CmsSectionDefinition' => 'getCmsSectionDefinitionService',
  477.             'Shopware\\Core\\Content\\Cms\\Aggregate\\CmsSlotTranslation\\CmsSlotTranslationDefinition' => 'getCmsSlotTranslationDefinitionService',
  478.             'Shopware\\Core\\Content\\Cms\\Aggregate\\CmsSlot\\CmsSlotDefinition' => 'getCmsSlotDefinitionService',
  479.             'Shopware\\Core\\Content\\Cms\\CmsPageDefinition' => 'getCmsPageDefinitionService',
  480.             'Shopware\\Core\\Content\\Cms\\DataAbstractionLayer\\FieldSerializer\\SlotConfigFieldSerializer' => 'getSlotConfigFieldSerializerService',
  481.             'Shopware\\Core\\Content\\Cms\\DataResolver\\CmsSlotsDataResolver' => 'getCmsSlotsDataResolverService',
  482.             'Shopware\\Core\\Content\\Cms\\SalesChannel\\CmsRoute' => 'getCmsRouteService',
  483.             'Shopware\\Core\\Content\\Cms\\SalesChannel\\SalesChannelCmsPageRepository' => 'getSalesChannelCmsPageRepositoryService',
  484.             'Shopware\\Core\\Content\\ContactForm\\SalesChannel\\ContactFormRoute' => 'getContactFormRouteService',
  485.             'Shopware\\Core\\Content\\Flow\\Aggregate\\FlowSequence\\FlowSequenceDefinition' => 'getFlowSequenceDefinitionService',
  486.             'Shopware\\Core\\Content\\Flow\\Aggregate\\FlowTemplate\\FlowTemplateDefinition' => 'getFlowTemplateDefinitionService',
  487.             'Shopware\\Core\\Content\\Flow\\DataAbstractionLayer\\FieldSerializer\\FlowTemplateConfigFieldSerializer' => 'getFlowTemplateConfigFieldSerializerService',
  488.             'Shopware\\Core\\Content\\Flow\\Dispatching\\CachedFlowLoader' => 'getCachedFlowLoaderService',
  489.             'Shopware\\Core\\Content\\Flow\\Dispatching\\FlowExecutor' => 'getFlowExecutorService',
  490.             'Shopware\\Core\\Content\\Flow\\Dispatching\\FlowFactory' => 'getFlowFactoryService',
  491.             'Shopware\\Core\\Content\\Flow\\FlowDefinition' => 'getFlowDefinitionService',
  492.             'Shopware\\Core\\Content\\ImportExport\\Aggregate\\ImportExportFile\\ImportExportFileDefinition' => 'getImportExportFileDefinitionService',
  493.             'Shopware\\Core\\Content\\ImportExport\\Aggregate\\ImportExportLog\\ImportExportLogDefinition' => 'getImportExportLogDefinitionService',
  494.             'Shopware\\Core\\Content\\ImportExport\\Controller\\ImportExportActionController' => 'getImportExportActionControllerService',
  495.             'Shopware\\Core\\Content\\ImportExport\\ImportExportFactory' => 'getImportExportFactoryService',
  496.             'Shopware\\Core\\Content\\ImportExport\\ImportExportProfileDefinition' => 'getImportExportProfileDefinitionService',
  497.             'Shopware\\Core\\Content\\ImportExport\\ImportExportProfileTranslationDefinition' => 'getImportExportProfileTranslationDefinitionService',
  498.             'Shopware\\Core\\Content\\ImportExport\\Message\\ImportExportHandler' => 'getImportExportHandlerService',
  499.             'Shopware\\Core\\Content\\LandingPage\\Aggregate\\LandingPageSalesChannel\\LandingPageSalesChannelDefinition' => 'getLandingPageSalesChannelDefinitionService',
  500.             'Shopware\\Core\\Content\\LandingPage\\Aggregate\\LandingPageTag\\LandingPageTagDefinition' => 'getLandingPageTagDefinitionService',
  501.             'Shopware\\Core\\Content\\LandingPage\\Aggregate\\LandingPageTranslation\\LandingPageTranslationDefinition' => 'getLandingPageTranslationDefinitionService',
  502.             'Shopware\\Core\\Content\\LandingPage\\LandingPageDefinition' => 'getLandingPageDefinitionService',
  503.             'Shopware\\Core\\Content\\LandingPage\\SalesChannel\\CachedLandingPageRoute' => 'getCachedLandingPageRouteService',
  504.             'Shopware\\Core\\Content\\LandingPage\\SalesChannel\\SalesChannelLandingPageDefinition' => 'getSalesChannelLandingPageDefinitionService',
  505.             'Shopware\\Core\\Content\\MailTemplate\\Aggregate\\MailHeaderFooterTranslation\\MailHeaderFooterTranslationDefinition' => 'getMailHeaderFooterTranslationDefinitionService',
  506.             'Shopware\\Core\\Content\\MailTemplate\\Aggregate\\MailHeaderFooter\\MailHeaderFooterDefinition' => 'getMailHeaderFooterDefinitionService',
  507.             'Shopware\\Core\\Content\\MailTemplate\\Aggregate\\MailTemplateMedia\\MailTemplateMediaDefinition' => 'getMailTemplateMediaDefinitionService',
  508.             'Shopware\\Core\\Content\\MailTemplate\\Aggregate\\MailTemplateTranslation\\MailTemplateTranslationDefinition' => 'getMailTemplateTranslationDefinitionService',
  509.             'Shopware\\Core\\Content\\MailTemplate\\Aggregate\\MailTemplateTypeTranslation\\MailTemplateTypeTranslationDefinition' => 'getMailTemplateTypeTranslationDefinitionService',
  510.             'Shopware\\Core\\Content\\MailTemplate\\Aggregate\\MailTemplateType\\MailTemplateTypeDefinition' => 'getMailTemplateTypeDefinitionService',
  511.             'Shopware\\Core\\Content\\MailTemplate\\Api\\MailActionController' => 'getMailActionControllerService',
  512.             'Shopware\\Core\\Content\\MailTemplate\\MailTemplateDefinition' => 'getMailTemplateDefinitionService',
  513.             'Shopware\\Core\\Content\\Mail\\Service\\MailFactory' => 'getMailFactoryService',
  514.             'Shopware\\Core\\Content\\Mail\\Service\\MailSender' => 'getMailSenderService',
  515.             'Shopware\\Core\\Content\\Media\\Aggregate\\MediaDefaultFolder\\MediaDefaultFolderDefinition' => 'getMediaDefaultFolderDefinitionService',
  516.             'Shopware\\Core\\Content\\Media\\Aggregate\\MediaFolderConfigurationMediaThumbnailSize\\MediaFolderConfigurationMediaThumbnailSizeDefinition' => 'getMediaFolderConfigurationMediaThumbnailSizeDefinitionService',
  517.             'Shopware\\Core\\Content\\Media\\Aggregate\\MediaFolderConfiguration\\MediaFolderConfigurationDefinition' => 'getMediaFolderConfigurationDefinitionService',
  518.             'Shopware\\Core\\Content\\Media\\Aggregate\\MediaFolder\\MediaFolderDefinition' => 'getMediaFolderDefinitionService',
  519.             'Shopware\\Core\\Content\\Media\\Aggregate\\MediaTag\\MediaTagDefinition' => 'getMediaTagDefinitionService',
  520.             'Shopware\\Core\\Content\\Media\\Aggregate\\MediaThumbnailSize\\MediaThumbnailSizeDefinition' => 'getMediaThumbnailSizeDefinitionService',
  521.             'Shopware\\Core\\Content\\Media\\Aggregate\\MediaThumbnail\\MediaThumbnailDefinition' => 'getMediaThumbnailDefinitionService',
  522.             'Shopware\\Core\\Content\\Media\\Aggregate\\MediaTranslation\\MediaTranslationDefinition' => 'getMediaTranslationDefinitionService',
  523.             'Shopware\\Core\\Content\\Media\\Api\\MediaFolderController' => 'getMediaFolderControllerService',
  524.             'Shopware\\Core\\Content\\Media\\Api\\MediaUploadController' => 'getMediaUploadControllerService',
  525.             'Shopware\\Core\\Content\\Media\\File\\FileSaver' => 'getFileSaverService',
  526.             'Shopware\\Core\\Content\\Media\\MediaDefinition' => 'getMediaDefinitionService',
  527.             'Shopware\\Core\\Content\\Newsletter\\Aggregate\\NewsletterRecipientTag\\NewsletterRecipientTagDefinition' => 'getNewsletterRecipientTagDefinitionService',
  528.             'Shopware\\Core\\Content\\Newsletter\\Aggregate\\NewsletterRecipient\\NewsletterRecipientDefinition' => 'getNewsletterRecipientDefinitionService',
  529.             'Shopware\\Core\\Content\\Newsletter\\SalesChannel\\NewsletterConfirmRoute' => 'getNewsletterConfirmRouteService',
  530.             'Shopware\\Core\\Content\\Newsletter\\SalesChannel\\NewsletterSubscribeRoute' => 'getNewsletterSubscribeRouteService',
  531.             'Shopware\\Core\\Content\\Newsletter\\SalesChannel\\NewsletterUnsubscribeRoute' => 'getNewsletterUnsubscribeRouteService',
  532.             'Shopware\\Core\\Content\\Newsletter\\SalesChannel\\SalesChannelNewsletterRecipientDefinition' => 'getSalesChannelNewsletterRecipientDefinitionService',
  533.             'Shopware\\Core\\Content\\ProductExport\\Api\\ProductExportController' => 'getProductExportControllerService',
  534.             'Shopware\\Core\\Content\\ProductExport\\ProductExportDefinition' => 'getProductExportDefinitionService',
  535.             'Shopware\\Core\\Content\\ProductExport\\ProductExportHydrator' => 'getProductExportHydratorService',
  536.             'Shopware\\Core\\Content\\ProductExport\\SalesChannel\\ExportController' => 'getExportControllerService',
  537.             'Shopware\\Core\\Content\\ProductExport\\Service\\ProductExportGenerator' => 'getProductExportGeneratorService',
  538.             'Shopware\\Core\\Content\\ProductExport\\Service\\ProductExporter' => 'getProductExporterService',
  539.             'Shopware\\Core\\Content\\ProductStream\\Aggregate\\ProductStreamFilter\\ProductStreamFilterDefinition' => 'getProductStreamFilterDefinitionService',
  540.             'Shopware\\Core\\Content\\ProductStream\\Aggregate\\ProductStreamFilter\\ProductStreamFilterHydrator' => 'getProductStreamFilterHydratorService',
  541.             'Shopware\\Core\\Content\\ProductStream\\Aggregate\\ProductStreamTranslation\\ProductStreamTranslationDefinition' => 'getProductStreamTranslationDefinitionService',
  542.             'Shopware\\Core\\Content\\ProductStream\\ProductStreamDefinition' => 'getProductStreamDefinitionService',
  543.             'Shopware\\Core\\Content\\ProductStream\\ProductStreamHydrator' => 'getProductStreamHydratorService',
  544.             'Shopware\\Core\\Content\\ProductStream\\Service\\ProductStreamBuilder' => 'getProductStreamBuilderService',
  545.             'Shopware\\Core\\Content\\Product\\Aggregate\\ProductCategoryTree\\ProductCategoryTreeDefinition' => 'getProductCategoryTreeDefinitionService',
  546.             'Shopware\\Core\\Content\\Product\\Aggregate\\ProductCategory\\ProductCategoryDefinition' => 'getProductCategoryDefinitionService',
  547.             'Shopware\\Core\\Content\\Product\\Aggregate\\ProductConfiguratorSetting\\ProductConfiguratorSettingDefinition' => 'getProductConfiguratorSettingDefinitionService',
  548.             'Shopware\\Core\\Content\\Product\\Aggregate\\ProductConfiguratorSetting\\ProductConfiguratorSettingHydrator' => 'getProductConfiguratorSettingHydratorService',
  549.             'Shopware\\Core\\Content\\Product\\Aggregate\\ProductCrossSellingAssignedProducts\\ProductCrossSellingAssignedProductsDefinition' => 'getProductCrossSellingAssignedProductsDefinitionService',
  550.             'Shopware\\Core\\Content\\Product\\Aggregate\\ProductCrossSellingAssignedProducts\\ProductCrossSellingAssignedProductsHydrator' => 'getProductCrossSellingAssignedProductsHydratorService',
  551.             'Shopware\\Core\\Content\\Product\\Aggregate\\ProductCrossSellingTranslation\\ProductCrossSellingTranslationDefinition' => 'getProductCrossSellingTranslationDefinitionService',
  552.             'Shopware\\Core\\Content\\Product\\Aggregate\\ProductCrossSelling\\ProductCrossSellingDefinition' => 'getProductCrossSellingDefinitionService',
  553.             'Shopware\\Core\\Content\\Product\\Aggregate\\ProductCrossSelling\\ProductCrossSellingHydrator' => 'getProductCrossSellingHydratorService',
  554.             'Shopware\\Core\\Content\\Product\\Aggregate\\ProductCustomFieldSet\\ProductCustomFieldSetDefinition' => 'getProductCustomFieldSetDefinitionService',
  555.             'Shopware\\Core\\Content\\Product\\Aggregate\\ProductDownload\\ProductDownloadDefinition' => 'getProductDownloadDefinitionService',
  556.             'Shopware\\Core\\Content\\Product\\Aggregate\\ProductFeatureSetTranslation\\ProductFeatureSetTranslationDefinition' => 'getProductFeatureSetTranslationDefinitionService',
  557.             'Shopware\\Core\\Content\\Product\\Aggregate\\ProductFeatureSet\\ProductFeatureSetDefinition' => 'getProductFeatureSetDefinitionService',
  558.             'Shopware\\Core\\Content\\Product\\Aggregate\\ProductFeatureSet\\ProductFeatureSetHydrator' => 'getProductFeatureSetHydratorService',
  559.             'Shopware\\Core\\Content\\Product\\Aggregate\\ProductKeywordDictionary\\ProductKeywordDictionaryDefinition' => 'getProductKeywordDictionaryDefinitionService',
  560.             'Shopware\\Core\\Content\\Product\\Aggregate\\ProductKeywordDictionary\\ProductKeywordDictionaryHydrator' => 'getProductKeywordDictionaryHydratorService',
  561.             'Shopware\\Core\\Content\\Product\\Aggregate\\ProductManufacturerTranslation\\ProductManufacturerTranslationDefinition' => 'getProductManufacturerTranslationDefinitionService',
  562.             'Shopware\\Core\\Content\\Product\\Aggregate\\ProductManufacturer\\ProductManufacturerDefinition' => 'getProductManufacturerDefinitionService',
  563.             'Shopware\\Core\\Content\\Product\\Aggregate\\ProductManufacturer\\ProductManufacturerHydrator' => 'getProductManufacturerHydratorService',
  564.             'Shopware\\Core\\Content\\Product\\Aggregate\\ProductMedia\\ProductMediaDefinition' => 'getProductMediaDefinitionService',
  565.             'Shopware\\Core\\Content\\Product\\Aggregate\\ProductMedia\\ProductMediaHydrator' => 'getProductMediaHydratorService',
  566.             'Shopware\\Core\\Content\\Product\\Aggregate\\ProductOption\\ProductOptionDefinition' => 'getProductOptionDefinitionService',
  567.             'Shopware\\Core\\Content\\Product\\Aggregate\\ProductPrice\\ProductPriceDefinition' => 'getProductPriceDefinitionService',
  568.             'Shopware\\Core\\Content\\Product\\Aggregate\\ProductPrice\\ProductPriceHydrator' => 'getProductPriceHydratorService',
  569.             'Shopware\\Core\\Content\\Product\\Aggregate\\ProductProperty\\ProductPropertyDefinition' => 'getProductPropertyDefinitionService',
  570.             'Shopware\\Core\\Content\\Product\\Aggregate\\ProductReview\\ProductReviewDefinition' => 'getProductReviewDefinitionService',
  571.             'Shopware\\Core\\Content\\Product\\Aggregate\\ProductReview\\ProductReviewHydrator' => 'getProductReviewHydratorService',
  572.             'Shopware\\Core\\Content\\Product\\Aggregate\\ProductSearchConfigField\\ProductSearchConfigFieldDefinition' => 'getProductSearchConfigFieldDefinitionService',
  573.             'Shopware\\Core\\Content\\Product\\Aggregate\\ProductSearchConfigField\\ProductSearchConfigFieldHydrator' => 'getProductSearchConfigFieldHydratorService',
  574.             'Shopware\\Core\\Content\\Product\\Aggregate\\ProductSearchConfig\\ProductSearchConfigDefinition' => 'getProductSearchConfigDefinitionService',
  575.             'Shopware\\Core\\Content\\Product\\Aggregate\\ProductSearchConfig\\ProductSearchConfigHydrator' => 'getProductSearchConfigHydratorService',
  576.             'Shopware\\Core\\Content\\Product\\Aggregate\\ProductSearchKeyword\\ProductSearchKeywordDefinition' => 'getProductSearchKeywordDefinitionService',
  577.             'Shopware\\Core\\Content\\Product\\Aggregate\\ProductSearchKeyword\\ProductSearchKeywordHydrator' => 'getProductSearchKeywordHydratorService',
  578.             'Shopware\\Core\\Content\\Product\\Aggregate\\ProductStreamMapping\\ProductStreamMappingDefinition' => 'getProductStreamMappingDefinitionService',
  579.             'Shopware\\Core\\Content\\Product\\Aggregate\\ProductTag\\ProductTagDefinition' => 'getProductTagDefinitionService',
  580.             'Shopware\\Core\\Content\\Product\\Aggregate\\ProductTranslation\\ProductTranslationDefinition' => 'getProductTranslationDefinitionService',
  581.             'Shopware\\Core\\Content\\Product\\Aggregate\\ProductVisibility\\ProductVisibilityDefinition' => 'getProductVisibilityDefinitionService',
  582.             'Shopware\\Core\\Content\\Product\\Aggregate\\ProductVisibility\\ProductVisibilityHydrator' => 'getProductVisibilityHydratorService',
  583.             'Shopware\\Core\\Content\\Product\\Api\\ProductActionController' => 'getProductActionControllerService',
  584.             'Shopware\\Core\\Content\\Product\\DataAbstractionLayer\\CheapestPrice\\CheapestPriceAccessorBuilder' => 'getCheapestPriceAccessorBuilderService',
  585.             'Shopware\\Core\\Content\\Product\\ProductDefinition' => 'getProductDefinitionService',
  586.             'Shopware\\Core\\Content\\Product\\ProductHydrator' => 'getProductHydratorService',
  587.             'Shopware\\Core\\Content\\Product\\SalesChannel\\CrossSelling\\CachedProductCrossSellingRoute' => 'getCachedProductCrossSellingRouteService',
  588.             'Shopware\\Core\\Content\\Product\\SalesChannel\\Detail\\CachedProductDetailRoute' => 'getCachedProductDetailRouteService',
  589.             'Shopware\\Core\\Content\\Product\\SalesChannel\\FindVariant\\FindProductVariantRoute' => 'getFindProductVariantRouteService',
  590.             'Shopware\\Core\\Content\\Product\\SalesChannel\\Listing\\CachedProductListingRoute' => 'getCachedProductListingRouteService',
  591.             'Shopware\\Core\\Content\\Product\\SalesChannel\\Listing\\ResolveCriteriaProductListingRoute' => 'getResolveCriteriaProductListingRouteService',
  592.             'Shopware\\Core\\Content\\Product\\SalesChannel\\ProductListRoute' => 'getProductListRouteService',
  593.             'Shopware\\Core\\Content\\Product\\SalesChannel\\Review\\CachedProductReviewRoute' => 'getCachedProductReviewRouteService',
  594.             'Shopware\\Core\\Content\\Product\\SalesChannel\\Review\\ProductReviewSaveRoute' => 'getProductReviewSaveRouteService',
  595.             'Shopware\\Core\\Content\\Product\\SalesChannel\\SalesChannelProductDefinition' => 'getSalesChannelProductDefinitionService',
  596.             'Shopware\\Core\\Content\\Product\\SalesChannel\\Search\\CachedProductSearchRoute' => 'getCachedProductSearchRouteService',
  597.             'Shopware\\Core\\Content\\Product\\SalesChannel\\Search\\ResolvedCriteriaProductSearchRoute' => 'getResolvedCriteriaProductSearchRouteService',
  598.             'Shopware\\Core\\Content\\Product\\SalesChannel\\Sorting\\ProductSortingDefinition' => 'getProductSortingDefinitionService',
  599.             'Shopware\\Core\\Content\\Product\\SalesChannel\\Sorting\\ProductSortingHydrator' => 'getProductSortingHydratorService',
  600.             'Shopware\\Core\\Content\\Product\\SalesChannel\\Sorting\\ProductSortingTranslationDefinition' => 'getProductSortingTranslationDefinitionService',
  601.             'Shopware\\Core\\Content\\Product\\SalesChannel\\Suggest\\CachedProductSuggestRoute' => 'getCachedProductSuggestRouteService',
  602.             'Shopware\\Core\\Content\\Property\\Aggregate\\PropertyGroupOptionTranslation\\PropertyGroupOptionTranslationDefinition' => 'getPropertyGroupOptionTranslationDefinitionService',
  603.             'Shopware\\Core\\Content\\Property\\Aggregate\\PropertyGroupOption\\PropertyGroupOptionDefinition' => 'getPropertyGroupOptionDefinitionService',
  604.             'Shopware\\Core\\Content\\Property\\Aggregate\\PropertyGroupOption\\PropertyGroupOptionHydrator' => 'getPropertyGroupOptionHydratorService',
  605.             'Shopware\\Core\\Content\\Property\\Aggregate\\PropertyGroupTranslation\\PropertyGroupTranslationDefinition' => 'getPropertyGroupTranslationDefinitionService',
  606.             'Shopware\\Core\\Content\\Property\\PropertyGroupDefinition' => 'getPropertyGroupDefinitionService',
  607.             'Shopware\\Core\\Content\\Property\\PropertyGroupHydrator' => 'getPropertyGroupHydratorService',
  608.             'Shopware\\Core\\Content\\Rule\\Aggregate\\RuleCondition\\RuleConditionDefinition' => 'getRuleConditionDefinitionService',
  609.             'Shopware\\Core\\Content\\Rule\\Aggregate\\RuleTag\\RuleTagDefinition' => 'getRuleTagDefinitionService',
  610.             'Shopware\\Core\\Content\\Rule\\RuleDefinition' => 'getRuleDefinitionService',
  611.             'Shopware\\Core\\Content\\Seo\\Api\\SeoActionController' => 'getSeoActionControllerService',
  612.             'Shopware\\Core\\Content\\Seo\\CachedSeoResolver' => 'getCachedSeoResolverService',
  613.             'Shopware\\Core\\Content\\Seo\\EmptyPathInfoResolver' => 'getEmptyPathInfoResolverService',
  614.             'Shopware\\Core\\Content\\Seo\\Entity\\Dbal\\SeoUrlAssociationFieldResolver' => 'getSeoUrlAssociationFieldResolverService',
  615.             'Shopware\\Core\\Content\\Seo\\Entity\\Serializer\\SeoUrlFieldSerializer' => 'getSeoUrlFieldSerializerService',
  616.             'Shopware\\Core\\Content\\Seo\\MainCategory\\MainCategoryDefinition' => 'getMainCategoryDefinitionService',
  617.             'Shopware\\Core\\Content\\Seo\\MainCategory\\SalesChannel\\SalesChannelMainCategoryDefinition' => 'getSalesChannelMainCategoryDefinitionService',
  618.             'Shopware\\Core\\Content\\Seo\\SalesChannel\\SeoUrlRoute' => 'getSeoUrlRouteService',
  619.             'Shopware\\Core\\Content\\Seo\\SeoUrlTemplate\\SeoUrlTemplateDefinition' => 'getSeoUrlTemplateDefinitionService',
  620.             'Shopware\\Core\\Content\\Seo\\SeoUrl\\SalesChannel\\SalesChannelSeoUrlDefinition' => 'getSalesChannelSeoUrlDefinitionService',
  621.             'Shopware\\Core\\Content\\Seo\\SeoUrl\\SeoUrlDefinition' => 'getSeoUrlDefinitionService',
  622.             'Shopware\\Core\\Content\\Sitemap\\SalesChannel\\CachedSitemapRoute' => 'getCachedSitemapRouteService',
  623.             'Shopware\\Core\\Framework\\Adapter\\Asset\\AssetPackageService' => 'getAssetPackageServiceService',
  624.             'Shopware\\Core\\Framework\\Adapter\\Cache\\CacheIdLoader' => 'getCacheIdLoaderService',
  625.             'Shopware\\Core\\Framework\\Adapter\\Cache\\Script\\Facade\\CacheInvalidatorFacadeHookFactory' => 'getCacheInvalidatorFacadeHookFactoryService',
  626.             'Shopware\\Core\\Framework\\Adapter\\Twig\\AppTemplateIterator' => 'getAppTemplateIteratorService',
  627.             'Shopware\\Core\\Framework\\Adapter\\Twig\\TemplateFinder' => 'getTemplateFinderService',
  628.             'Shopware\\Core\\Framework\\Adapter\\Twig\\TemplateIterator' => 'getTemplateIteratorService',
  629.             'Shopware\\Core\\Framework\\Api\\Acl\\AclCriteriaValidator' => 'getAclCriteriaValidatorService',
  630.             'Shopware\\Core\\Framework\\Api\\Acl\\Role\\AclRoleDefinition' => 'getAclRoleDefinitionService',
  631.             'Shopware\\Core\\Framework\\Api\\Acl\\Role\\AclUserRoleDefinition' => 'getAclUserRoleDefinitionService',
  632.             'Shopware\\Core\\Framework\\Api\\Controller\\AccessKeyController' => 'getAccessKeyControllerService',
  633.             'Shopware\\Core\\Framework\\Api\\Controller\\AclController' => 'getAclControllerService',
  634.             'Shopware\\Core\\Framework\\Api\\Controller\\ApiController' => 'getApiController4Service',
  635.             'Shopware\\Core\\Framework\\Api\\Controller\\AuthController' => 'getAuthControllerService',
  636.             'Shopware\\Core\\Framework\\Api\\Controller\\CacheController' => 'getCacheController2Service',
  637.             'Shopware\\Core\\Framework\\Api\\Controller\\CustomSnippetFormatController' => 'getCustomSnippetFormatControllerService',
  638.             'Shopware\\Core\\Framework\\Api\\Controller\\FallbackController' => 'getFallbackControllerService',
  639.             'Shopware\\Core\\Framework\\Api\\Controller\\IndexingController' => 'getIndexingControllerService',
  640.             'Shopware\\Core\\Framework\\Api\\Controller\\InfoController' => 'getInfoControllerService',
  641.             'Shopware\\Core\\Framework\\Api\\Controller\\IntegrationController' => 'getIntegrationControllerService',
  642.             'Shopware\\Core\\Framework\\Api\\Controller\\SalesChannelProxyController' => 'getSalesChannelProxyControllerService',
  643.             'Shopware\\Core\\Framework\\Api\\Controller\\SyncController' => 'getSyncControllerService',
  644.             'Shopware\\Core\\Framework\\Api\\Controller\\UserController' => 'getUserControllerService',
  645.             'Shopware\\Core\\Framework\\Api\\Sync\\SyncService' => 'getSyncServiceService',
  646.             'Shopware\\Core\\Framework\\App\\Aggregate\\ActionButtonTranslation\\ActionButtonTranslationDefinition' => 'getActionButtonTranslationDefinitionService',
  647.             'Shopware\\Core\\Framework\\App\\Aggregate\\ActionButton\\ActionButtonDefinition' => 'getActionButtonDefinitionService',
  648.             'Shopware\\Core\\Framework\\App\\Aggregate\\AppPaymentMethod\\AppPaymentMethodDefinition' => 'getAppPaymentMethodDefinitionService',
  649.             'Shopware\\Core\\Framework\\App\\Aggregate\\AppScriptConditionTranslation\\AppScriptConditionTranslationDefinition' => 'getAppScriptConditionTranslationDefinitionService',
  650.             'Shopware\\Core\\Framework\\App\\Aggregate\\AppScriptCondition\\AppScriptConditionDefinition' => 'getAppScriptConditionDefinitionService',
  651.             'Shopware\\Core\\Framework\\App\\Aggregate\\AppTranslation\\AppTranslationDefinition' => 'getAppTranslationDefinitionService',
  652.             'Shopware\\Core\\Framework\\App\\Aggregate\\CmsBlockTranslation\\AppCmsBlockTranslationDefinition' => 'getAppCmsBlockTranslationDefinitionService',
  653.             'Shopware\\Core\\Framework\\App\\Aggregate\\CmsBlock\\AppCmsBlockDefinition' => 'getAppCmsBlockDefinitionService',
  654.             'Shopware\\Core\\Framework\\App\\Aggregate\\FlowActionTranslation\\AppFlowActionTranslationDefinition' => 'getAppFlowActionTranslationDefinitionService',
  655.             'Shopware\\Core\\Framework\\App\\Aggregate\\FlowAction\\AppFlowActionDefinition' => 'getAppFlowActionDefinitionService',
  656.             'Shopware\\Core\\Framework\\App\\Api\\AppActionController' => 'getAppActionControllerService',
  657.             'Shopware\\Core\\Framework\\App\\Api\\AppCmsController' => 'getAppCmsControllerService',
  658.             'Shopware\\Core\\Framework\\App\\Api\\AppUrlChangeController' => 'getAppUrlChangeControllerService',
  659.             'Shopware\\Core\\Framework\\App\\AppDefinition' => 'getAppDefinitionService',
  660.             'Shopware\\Core\\Framework\\App\\AppLocaleProvider' => 'getAppLocaleProviderService',
  661.             'Shopware\\Core\\Framework\\App\\AppUrlChangeResolver\\Resolver' => 'getResolverService',
  662.             'Shopware\\Core\\Framework\\App\\FlowAction\\AppFlowActionProvider' => 'getAppFlowActionProviderService',
  663.             'Shopware\\Core\\Framework\\App\\ShopId\\ShopIdProvider' => 'getShopIdProviderService',
  664.             'Shopware\\Core\\Framework\\App\\Template\\TemplateDefinition' => 'getTemplateDefinitionService',
  665.             'Shopware\\Core\\Framework\\App\\Template\\TemplateStateService' => 'getTemplateStateServiceService',
  666.             'Shopware\\Core\\Framework\\DataAbstractionLayer\\Cache\\EntityCacheKeyGenerator' => 'getEntityCacheKeyGeneratorService',
  667.             'Shopware\\Core\\Framework\\DataAbstractionLayer\\Dbal\\EntityHydrator' => 'getEntityHydratorService',
  668.             'Shopware\\Core\\Framework\\DataAbstractionLayer\\Dbal\\FieldAccessorBuilder\\ConfigJsonFieldAccessorBuilder' => 'getConfigJsonFieldAccessorBuilderService',
  669.             'Shopware\\Core\\Framework\\DataAbstractionLayer\\Dbal\\FieldAccessorBuilder\\CustomFieldsAccessorBuilder' => 'getCustomFieldsAccessorBuilderService',
  670.             'Shopware\\Core\\Framework\\DataAbstractionLayer\\Dbal\\FieldAccessorBuilder\\DefaultFieldAccessorBuilder' => 'getDefaultFieldAccessorBuilderService',
  671.             'Shopware\\Core\\Framework\\DataAbstractionLayer\\Dbal\\FieldAccessorBuilder\\JsonFieldAccessorBuilder' => 'getJsonFieldAccessorBuilderService',
  672.             'Shopware\\Core\\Framework\\DataAbstractionLayer\\Dbal\\FieldAccessorBuilder\\PriceFieldAccessorBuilder' => 'getPriceFieldAccessorBuilderService',
  673.             'Shopware\\Core\\Framework\\DataAbstractionLayer\\Dbal\\FieldResolver\\ManyToManyAssociationFieldResolver' => 'getManyToManyAssociationFieldResolverService',
  674.             'Shopware\\Core\\Framework\\DataAbstractionLayer\\Dbal\\FieldResolver\\ManyToOneAssociationFieldResolver' => 'getManyToOneAssociationFieldResolverService',
  675.             'Shopware\\Core\\Framework\\DataAbstractionLayer\\Dbal\\FieldResolver\\OneToManyAssociationFieldResolver' => 'getOneToManyAssociationFieldResolverService',
  676.             'Shopware\\Core\\Framework\\DataAbstractionLayer\\Dbal\\FieldResolver\\TranslationFieldResolver' => 'getTranslationFieldResolverService',
  677.             'Shopware\\Core\\Framework\\DataAbstractionLayer\\Dbal\\JoinGroupBuilder' => 'getJoinGroupBuilderService',
  678.             'Shopware\\Core\\Framework\\DataAbstractionLayer\\DefinitionInstanceRegistry' => 'getDefinitionInstanceRegistryService',
  679.             'Shopware\\Core\\Framework\\DataAbstractionLayer\\Event\\EntityLoadedEventFactory' => 'getEntityLoadedEventFactoryService',
  680.             'Shopware\\Core\\Framework\\DataAbstractionLayer\\ExtensionRegistry' => 'getExtensionRegistryService',
  681.             'Shopware\\Core\\Framework\\DataAbstractionLayer\\Facade\\RepositoryFacadeHookFactory' => 'getRepositoryFacadeHookFactoryService',
  682.             'Shopware\\Core\\Framework\\DataAbstractionLayer\\Facade\\RepositoryWriterFacadeHookFactory' => 'getRepositoryWriterFacadeHookFactoryService',
  683.             'Shopware\\Core\\Framework\\DataAbstractionLayer\\Facade\\SalesChannelRepositoryFacadeHookFactory' => 'getSalesChannelRepositoryFacadeHookFactoryService',
  684.             'Shopware\\Core\\Framework\\DataAbstractionLayer\\FieldSerializer\\BlobFieldSerializer' => 'getBlobFieldSerializerService',
  685.             'Shopware\\Core\\Framework\\DataAbstractionLayer\\FieldSerializer\\BoolFieldSerializer' => 'getBoolFieldSerializerService',
  686.             'Shopware\\Core\\Framework\\DataAbstractionLayer\\FieldSerializer\\CalculatedPriceFieldSerializer' => 'getCalculatedPriceFieldSerializerService',
  687.             'Shopware\\Core\\Framework\\DataAbstractionLayer\\FieldSerializer\\CartPriceFieldSerializer' => 'getCartPriceFieldSerializerService',
  688.             'Shopware\\Core\\Framework\\DataAbstractionLayer\\FieldSerializer\\CashRoundingConfigFieldSerializer' => 'getCashRoundingConfigFieldSerializerService',
  689.             'Shopware\\Core\\Framework\\DataAbstractionLayer\\FieldSerializer\\ConfigJsonFieldSerializer' => 'getConfigJsonFieldSerializerService',
  690.             'Shopware\\Core\\Framework\\DataAbstractionLayer\\FieldSerializer\\CreatedAtFieldSerializer' => 'getCreatedAtFieldSerializerService',
  691.             'Shopware\\Core\\Framework\\DataAbstractionLayer\\FieldSerializer\\CreatedByFieldSerializer' => 'getCreatedByFieldSerializerService',
  692.             'Shopware\\Core\\Framework\\DataAbstractionLayer\\FieldSerializer\\CustomFieldsSerializer' => 'getCustomFieldsSerializerService',
  693.             'Shopware\\Core\\Framework\\DataAbstractionLayer\\FieldSerializer\\DateFieldSerializer' => 'getDateFieldSerializerService',
  694.             'Shopware\\Core\\Framework\\DataAbstractionLayer\\FieldSerializer\\DateTimeFieldSerializer' => 'getDateTimeFieldSerializerService',
  695.             'Shopware\\Core\\Framework\\DataAbstractionLayer\\FieldSerializer\\EmailFieldSerializer' => 'getEmailFieldSerializerService',
  696.             'Shopware\\Core\\Framework\\DataAbstractionLayer\\FieldSerializer\\FkFieldSerializer' => 'getFkFieldSerializerService',
  697.             'Shopware\\Core\\Framework\\DataAbstractionLayer\\FieldSerializer\\FloatFieldSerializer' => 'getFloatFieldSerializerService',
  698.             'Shopware\\Core\\Framework\\DataAbstractionLayer\\FieldSerializer\\IdFieldSerializer' => 'getIdFieldSerializerService',
  699.             'Shopware\\Core\\Framework\\DataAbstractionLayer\\FieldSerializer\\IntFieldSerializer' => 'getIntFieldSerializerService',
  700.             'Shopware\\Core\\Framework\\DataAbstractionLayer\\FieldSerializer\\JsonFieldSerializer' => 'getJsonFieldSerializerService',
  701.             'Shopware\\Core\\Framework\\DataAbstractionLayer\\FieldSerializer\\ListFieldSerializer' => 'getListFieldSerializerService',
  702.             'Shopware\\Core\\Framework\\DataAbstractionLayer\\FieldSerializer\\LongTextFieldSerializer' => 'getLongTextFieldSerializerService',
  703.             'Shopware\\Core\\Framework\\DataAbstractionLayer\\FieldSerializer\\ManyToManyAssociationFieldSerializer' => 'getManyToManyAssociationFieldSerializerService',
  704.             'Shopware\\Core\\Framework\\DataAbstractionLayer\\FieldSerializer\\ManyToOneAssociationFieldSerializer' => 'getManyToOneAssociationFieldSerializerService',
  705.             'Shopware\\Core\\Framework\\DataAbstractionLayer\\FieldSerializer\\OneToManyAssociationFieldSerializer' => 'getOneToManyAssociationFieldSerializerService',
  706.             'Shopware\\Core\\Framework\\DataAbstractionLayer\\FieldSerializer\\OneToOneAssociationFieldSerializer' => 'getOneToOneAssociationFieldSerializerService',
  707.             'Shopware\\Core\\Framework\\DataAbstractionLayer\\FieldSerializer\\PHPUnserializeFieldSerializer' => 'getPHPUnserializeFieldSerializerService',
  708.             'Shopware\\Core\\Framework\\DataAbstractionLayer\\FieldSerializer\\PasswordFieldSerializer' => 'getPasswordFieldSerializerService',
  709.             'Shopware\\Core\\Framework\\DataAbstractionLayer\\FieldSerializer\\PriceDefinitionFieldSerializer' => 'getPriceDefinitionFieldSerializerService',
  710.             'Shopware\\Core\\Framework\\DataAbstractionLayer\\FieldSerializer\\PriceFieldSerializer' => 'getPriceFieldSerializerService',
  711.             'Shopware\\Core\\Framework\\DataAbstractionLayer\\FieldSerializer\\ReferenceVersionFieldSerializer' => 'getReferenceVersionFieldSerializerService',
  712.             'Shopware\\Core\\Framework\\DataAbstractionLayer\\FieldSerializer\\RemoteAddressFieldSerializer' => 'getRemoteAddressFieldSerializerService',
  713.             'Shopware\\Core\\Framework\\DataAbstractionLayer\\FieldSerializer\\StateMachineStateFieldSerializer' => 'getStateMachineStateFieldSerializerService',
  714.             'Shopware\\Core\\Framework\\DataAbstractionLayer\\FieldSerializer\\StringFieldSerializer' => 'getStringFieldSerializerService',
  715.             'Shopware\\Core\\Framework\\DataAbstractionLayer\\FieldSerializer\\TaxFreeConfigFieldSerializer' => 'getTaxFreeConfigFieldSerializerService',
  716.             'Shopware\\Core\\Framework\\DataAbstractionLayer\\FieldSerializer\\TimeZoneFieldSerializer' => 'getTimeZoneFieldSerializerService',
  717.             'Shopware\\Core\\Framework\\DataAbstractionLayer\\FieldSerializer\\TranslatedFieldSerializer' => 'getTranslatedFieldSerializerService',
  718.             'Shopware\\Core\\Framework\\DataAbstractionLayer\\FieldSerializer\\TranslationsAssociationFieldSerializer' => 'getTranslationsAssociationFieldSerializerService',
  719.             'Shopware\\Core\\Framework\\DataAbstractionLayer\\FieldSerializer\\UpdatedAtFieldSerializer' => 'getUpdatedAtFieldSerializerService',
  720.             'Shopware\\Core\\Framework\\DataAbstractionLayer\\FieldSerializer\\UpdatedByFieldSerializer' => 'getUpdatedByFieldSerializerService',
  721.             'Shopware\\Core\\Framework\\DataAbstractionLayer\\FieldSerializer\\VariantListingConfigFieldSerializer' => 'getVariantListingConfigFieldSerializerService',
  722.             'Shopware\\Core\\Framework\\DataAbstractionLayer\\FieldSerializer\\VersionDataPayloadFieldSerializer' => 'getVersionDataPayloadFieldSerializerService',
  723.             'Shopware\\Core\\Framework\\DataAbstractionLayer\\FieldSerializer\\VersionFieldSerializer' => 'getVersionFieldSerializerService',
  724.             'Shopware\\Core\\Framework\\DataAbstractionLayer\\Indexing\\EntityIndexerRegistry' => 'getEntityIndexerRegistryService',
  725.             'Shopware\\Core\\Framework\\DataAbstractionLayer\\Read\\EntityReaderInterface' => 'getEntityReaderInterfaceService',
  726.             'Shopware\\Core\\Framework\\DataAbstractionLayer\\Search\\EntityAggregatorInterface' => 'getEntityAggregatorInterfaceService',
  727.             'Shopware\\Core\\Framework\\DataAbstractionLayer\\Search\\EntitySearcherInterface' => 'getEntitySearcherInterfaceService',
  728.             'Shopware\\Core\\Framework\\DataAbstractionLayer\\VersionManager' => 'getVersionManagerService',
  729.             'Shopware\\Core\\Framework\\DataAbstractionLayer\\Version\\Aggregate\\VersionCommitData\\VersionCommitDataDefinition' => 'getVersionCommitDataDefinitionService',
  730.             'Shopware\\Core\\Framework\\DataAbstractionLayer\\Version\\Aggregate\\VersionCommit\\VersionCommitDefinition' => 'getVersionCommitDefinitionService',
  731.             'Shopware\\Core\\Framework\\DataAbstractionLayer\\Version\\VersionDefinition' => 'getVersionDefinitionService',
  732.             'Shopware\\Core\\Framework\\DataAbstractionLayer\\Write\\EntityWriteGatewayInterface' => 'getEntityWriteGatewayInterfaceService',
  733.             'Shopware\\Core\\Framework\\DataAbstractionLayer\\Write\\EntityWriter' => 'getEntityWriterService',
  734.             'Shopware\\Core\\Framework\\Event\\BusinessEventRegistry' => 'getBusinessEventRegistryService',
  735.             'Shopware\\Core\\Framework\\Event\\EventAction\\Aggregate\\EventActionRule\\EventActionRuleDefinition' => 'getEventActionRuleDefinitionService',
  736.             'Shopware\\Core\\Framework\\Event\\EventAction\\Aggregate\\EventActionSalesChannel\\EventActionSalesChannelDefinition' => 'getEventActionSalesChannelDefinitionService',
  737.             'Shopware\\Core\\Framework\\Event\\EventAction\\EventActionDefinition' => 'getEventActionDefinitionService',
  738.             'Shopware\\Core\\Framework\\Increment\\Controller\\IncrementApiController' => 'getIncrementApiControllerService',
  739.             'Shopware\\Core\\Framework\\Log\\LogEntryDefinition' => 'getLogEntryDefinitionService',
  740.             'Shopware\\Core\\Framework\\MessageQueue\\Api\\ConsumeMessagesController' => 'getConsumeMessagesControllerService',
  741.             'Shopware\\Core\\Framework\\MessageQueue\\DeadMessage\\DeadMessageDefinition' => 'getDeadMessageDefinitionService',
  742.             'Shopware\\Core\\Framework\\MessageQueue\\MessageQueueStatsDefinition' => 'getMessageQueueStatsDefinitionService',
  743.             'Shopware\\Core\\Framework\\MessageQueue\\ScheduledTask\\Api\\ScheduledTaskController' => 'getScheduledTaskController2Service',
  744.             'Shopware\\Core\\Framework\\MessageQueue\\ScheduledTask\\ScheduledTaskDefinition' => 'getScheduledTaskDefinitionService',
  745.             'Shopware\\Core\\Framework\\Migration\\Api\\MigrationController' => 'getMigrationControllerService',
  746.             'Shopware\\Core\\Framework\\Migration\\IndexerQueuer' => 'getIndexerQueuerService',
  747.             'Shopware\\Core\\Framework\\Migration\\MigrationCollectionLoader' => 'getMigrationCollectionLoaderService',
  748.             'Shopware\\Core\\Framework\\Plugin\\Aggregate\\PluginTranslation\\PluginTranslationDefinition' => 'getPluginTranslationDefinitionService',
  749.             'Shopware\\Core\\Framework\\Plugin\\KernelPluginCollection' => 'getKernelPluginCollectionService',
  750.             'Shopware\\Core\\Framework\\Plugin\\KernelPluginLoader\\KernelPluginLoader' => 'getKernelPluginLoaderService',
  751.             'Shopware\\Core\\Framework\\Plugin\\PluginDefinition' => 'getPluginDefinitionService',
  752.             'Shopware\\Core\\Framework\\Plugin\\Util\\PluginIdProvider' => 'getPluginIdProviderService',
  753.             'Shopware\\Core\\Framework\\Routing\\CanonicalRedirectService' => 'getCanonicalRedirectServiceService',
  754.             'Shopware\\Core\\Framework\\Rule\\Api\\RuleConfigController' => 'getRuleConfigControllerService',
  755.             'Shopware\\Core\\Framework\\Script\\Api\\ScriptApiRoute' => 'getScriptApiRouteService',
  756.             'Shopware\\Core\\Framework\\Script\\Api\\ScriptResponseFactoryFacadeHookFactory' => 'getScriptResponseFactoryFacadeHookFactoryService',
  757.             'Shopware\\Core\\Framework\\Script\\Api\\ScriptStoreApiRoute' => 'getScriptStoreApiRouteService',
  758.             'Shopware\\Core\\Framework\\Script\\Execution\\ScriptExecutor' => 'getScriptExecutorService',
  759.             'Shopware\\Core\\Framework\\Script\\ScriptDefinition' => 'getScriptDefinitionService',
  760.             'Shopware\\Core\\Framework\\Store\\Api\\ExtensionStoreActionsController' => 'getExtensionStoreActionsControllerService',
  761.             'Shopware\\Core\\Framework\\Store\\Api\\ExtensionStoreDataController' => 'getExtensionStoreDataControllerService',
  762.             'Shopware\\Core\\Framework\\Store\\Api\\ExtensionStoreLicensesController' => 'getExtensionStoreLicensesControllerService',
  763.             'Shopware\\Core\\Framework\\Store\\Api\\FirstRunWizardController' => 'getFirstRunWizardControllerService',
  764.             'Shopware\\Core\\Framework\\Store\\Api\\StoreController' => 'getStoreControllerService',
  765.             'Shopware\\Core\\Framework\\Store\\Authentication\\StoreRequestOptionsProvider' => 'getStoreRequestOptionsProviderService',
  766.             'Shopware\\Core\\Framework\\Store\\Services\\ShopSecretInvalidMiddleware' => 'getShopSecretInvalidMiddlewareService',
  767.             'Shopware\\Core\\Framework\\Store\\Services\\StoreSessionExpiredMiddleware' => 'getStoreSessionExpiredMiddlewareService',
  768.             'Shopware\\Core\\Framework\\Store\\Services\\VerifyResponseSignatureMiddleware' => 'getVerifyResponseSignatureMiddlewareService',
  769.             'Shopware\\Core\\Framework\\Update\\Api\\UpdateController' => 'getUpdateControllerService',
  770.             'Shopware\\Core\\Framework\\Util\\HtmlSanitizer' => 'getHtmlSanitizerService',
  771.             'Shopware\\Core\\Framework\\Webhook\\EventLog\\WebhookEventLogDefinition' => 'getWebhookEventLogDefinitionService',
  772.             'Shopware\\Core\\Framework\\Webhook\\WebhookDefinition' => 'getWebhookDefinitionService',
  773.             'Shopware\\Core\\Maintenance\\SalesChannel\\Service\\SalesChannelCreator' => 'getSalesChannelCreatorService',
  774.             'Shopware\\Core\\Maintenance\\User\\Service\\UserProvisioner' => 'getUserProvisionerService',
  775.             'Shopware\\Core\\Profiling\\Profiler' => 'getProfilerService',
  776.             'Shopware\\Core\\System\\Country\\Aggregate\\CountryStateTranslation\\CountryStateTranslationDefinition' => 'getCountryStateTranslationDefinitionService',
  777.             'Shopware\\Core\\System\\Country\\Aggregate\\CountryState\\CountryStateDefinition' => 'getCountryStateDefinitionService',
  778.             'Shopware\\Core\\System\\Country\\Aggregate\\CountryState\\SalesChannel\\SalesChannelCountryStateDefinition' => 'getSalesChannelCountryStateDefinitionService',
  779.             'Shopware\\Core\\System\\Country\\Aggregate\\CountryTranslation\\CountryTranslationDefinition' => 'getCountryTranslationDefinitionService',
  780.             'Shopware\\Core\\System\\Country\\CountryDefinition' => 'getCountryDefinitionService',
  781.             'Shopware\\Core\\System\\Country\\SalesChannel\\CachedCountryRoute' => 'getCachedCountryRouteService',
  782.             'Shopware\\Core\\System\\Country\\SalesChannel\\CachedCountryStateRoute' => 'getCachedCountryStateRouteService',
  783.             'Shopware\\Core\\System\\Country\\SalesChannel\\SalesChannelCountryDefinition' => 'getSalesChannelCountryDefinitionService',
  784.             'Shopware\\Core\\System\\Currency\\Aggregate\\CurrencyCountryRounding\\CurrencyCountryRoundingDefinition' => 'getCurrencyCountryRoundingDefinitionService',
  785.             'Shopware\\Core\\System\\Currency\\Aggregate\\CurrencyTranslation\\CurrencyTranslationDefinition' => 'getCurrencyTranslationDefinitionService',
  786.             'Shopware\\Core\\System\\Currency\\CurrencyDefinition' => 'getCurrencyDefinitionService',
  787.             'Shopware\\Core\\System\\Currency\\CurrencyFormatter' => 'getCurrencyFormatterService',
  788.             'Shopware\\Core\\System\\Currency\\SalesChannel\\CachedCurrencyRoute' => 'getCachedCurrencyRouteService',
  789.             'Shopware\\Core\\System\\Currency\\SalesChannel\\SalesChannelCurrencyDefinition' => 'getSalesChannelCurrencyDefinitionService',
  790.             'Shopware\\Core\\System\\CustomEntity\\Api\\CustomEntityApiController' => 'getCustomEntityApiControllerService',
  791.             'Shopware\\Core\\System\\CustomEntity\\CustomEntityDefinition' => 'getCustomEntityDefinitionService',
  792.             'Shopware\\Core\\System\\CustomEntity\\CustomEntityRegistrar' => 'getCustomEntityRegistrarService',
  793.             'Shopware\\Core\\System\\CustomEntity\\Schema\\CustomEntitySchemaUpdater' => 'getCustomEntitySchemaUpdaterService',
  794.             'Shopware\\Core\\System\\CustomField\\Aggregate\\CustomFieldSetRelation\\CustomFieldSetRelationDefinition' => 'getCustomFieldSetRelationDefinitionService',
  795.             'Shopware\\Core\\System\\CustomField\\Aggregate\\CustomFieldSet\\CustomFieldSetDefinition' => 'getCustomFieldSetDefinitionService',
  796.             'Shopware\\Core\\System\\CustomField\\Api\\CustomFieldSetActionController' => 'getCustomFieldSetActionControllerService',
  797.             'Shopware\\Core\\System\\CustomField\\CustomFieldDefinition' => 'getCustomFieldDefinitionService',
  798.             'Shopware\\Core\\System\\DeliveryTime\\Aggregate\\DeliveryTimeTranslation\\DeliveryTimeTranslationDefinition' => 'getDeliveryTimeTranslationDefinitionService',
  799.             'Shopware\\Core\\System\\DeliveryTime\\DeliveryTimeDefinition' => 'getDeliveryTimeDefinitionService',
  800.             'Shopware\\Core\\System\\Integration\\Aggregate\\IntegrationRole\\IntegrationRoleDefinition' => 'getIntegrationRoleDefinitionService',
  801.             'Shopware\\Core\\System\\Integration\\IntegrationDefinition' => 'getIntegrationDefinitionService',
  802.             'Shopware\\Core\\System\\Language\\LanguageDefinition' => 'getLanguageDefinitionService',
  803.             'Shopware\\Core\\System\\Language\\SalesChannel\\CachedLanguageRoute' => 'getCachedLanguageRouteService',
  804.             'Shopware\\Core\\System\\Language\\SalesChannel\\SalesChannelLanguageDefinition' => 'getSalesChannelLanguageDefinitionService',
  805.             'Shopware\\Core\\System\\Locale\\Aggregate\\LocaleTranslation\\LocaleTranslationDefinition' => 'getLocaleTranslationDefinitionService',
  806.             'Shopware\\Core\\System\\Locale\\LocaleDefinition' => 'getLocaleDefinitionService',
  807.             'Shopware\\Core\\System\\NumberRange\\Aggregate\\NumberRangeSalesChannel\\NumberRangeSalesChannelDefinition' => 'getNumberRangeSalesChannelDefinitionService',
  808.             'Shopware\\Core\\System\\NumberRange\\Aggregate\\NumberRangeState\\NumberRangeStateDefinition' => 'getNumberRangeStateDefinitionService',
  809.             'Shopware\\Core\\System\\NumberRange\\Aggregate\\NumberRangeTranslation\\NumberRangeTranslationDefinition' => 'getNumberRangeTranslationDefinitionService',
  810.             'Shopware\\Core\\System\\NumberRange\\Aggregate\\NumberRangeTypeTranslation\\NumberRangeTypeTranslationDefinition' => 'getNumberRangeTypeTranslationDefinitionService',
  811.             'Shopware\\Core\\System\\NumberRange\\Aggregate\\NumberRangeType\\NumberRangeTypeDefinition' => 'getNumberRangeTypeDefinitionService',
  812.             'Shopware\\Core\\System\\NumberRange\\Api\\NumberRangeController' => 'getNumberRangeControllerService',
  813.             'Shopware\\Core\\System\\NumberRange\\NumberRangeDefinition' => 'getNumberRangeDefinitionService',
  814.             'Shopware\\Core\\System\\NumberRange\\ValueGenerator\\NumberRangeValueGeneratorInterface' => 'getNumberRangeValueGeneratorInterfaceService',
  815.             'Shopware\\Core\\System\\SalesChannel\\Aggregate\\SalesChannelAnalytics\\SalesChannelAnalyticsDefinition' => 'getSalesChannelAnalyticsDefinitionService',
  816.             'Shopware\\Core\\System\\SalesChannel\\Aggregate\\SalesChannelCountry\\SalesChannelCountryDefinition' => 'getSalesChannelCountryDefinition2Service',
  817.             'Shopware\\Core\\System\\SalesChannel\\Aggregate\\SalesChannelCurrency\\SalesChannelCurrencyDefinition' => 'getSalesChannelCurrencyDefinition2Service',
  818.             'Shopware\\Core\\System\\SalesChannel\\Aggregate\\SalesChannelDomain\\SalesChannelDomainDefinition' => 'getSalesChannelDomainDefinitionService',
  819.             'Shopware\\Core\\System\\SalesChannel\\Aggregate\\SalesChannelLanguage\\SalesChannelLanguageDefinition' => 'getSalesChannelLanguageDefinition2Service',
  820.             'Shopware\\Core\\System\\SalesChannel\\Aggregate\\SalesChannelPaymentMethod\\SalesChannelPaymentMethodDefinition' => 'getSalesChannelPaymentMethodDefinition2Service',
  821.             'Shopware\\Core\\System\\SalesChannel\\Aggregate\\SalesChannelShippingMethod\\SalesChannelShippingMethodDefinition' => 'getSalesChannelShippingMethodDefinition2Service',
  822.             'Shopware\\Core\\System\\SalesChannel\\Aggregate\\SalesChannelTranslation\\SalesChannelTranslationDefinition' => 'getSalesChannelTranslationDefinitionService',
  823.             'Shopware\\Core\\System\\SalesChannel\\Aggregate\\SalesChannelTypeTranslation\\SalesChannelTypeTranslationDefinition' => 'getSalesChannelTypeTranslationDefinitionService',
  824.             'Shopware\\Core\\System\\SalesChannel\\Aggregate\\SalesChannelType\\SalesChannelTypeDefinition' => 'getSalesChannelTypeDefinitionService',
  825.             'Shopware\\Core\\System\\SalesChannel\\Context\\SalesChannelContextFactory' => 'getSalesChannelContextFactoryService',
  826.             'Shopware\\Core\\System\\SalesChannel\\Entity\\SalesChannelDefinitionInstanceRegistry' => 'getSalesChannelDefinitionInstanceRegistryService',
  827.             'Shopware\\Core\\System\\SalesChannel\\SalesChannelDefinition' => 'getSalesChannelDefinitionService',
  828.             'Shopware\\Core\\System\\SalesChannel\\SalesChannel\\ContextSwitchRoute' => 'getContextSwitchRouteService',
  829.             'Shopware\\Core\\System\\SalesChannel\\SalesChannel\\StoreApiInfoController' => 'getStoreApiInfoControllerService',
  830.             'Shopware\\Core\\System\\Salutation\\Aggregate\\SalutationTranslation\\SalutationTranslationDefinition' => 'getSalutationTranslationDefinitionService',
  831.             'Shopware\\Core\\System\\Salutation\\SalesChannel\\CachedSalutationRoute' => 'getCachedSalutationRouteService',
  832.             'Shopware\\Core\\System\\Salutation\\SalesChannel\\SalesChannelSalutationDefinition' => 'getSalesChannelSalutationDefinitionService',
  833.             'Shopware\\Core\\System\\Salutation\\SalutationDefinition' => 'getSalutationDefinitionService',
  834.             'Shopware\\Core\\System\\Snippet\\Aggregate\\SnippetSet\\SnippetSetDefinition' => 'getSnippetSetDefinitionService',
  835.             'Shopware\\Core\\System\\Snippet\\Api\\SnippetController' => 'getSnippetControllerService',
  836.             'Shopware\\Core\\System\\Snippet\\Files\\SnippetFileCollection' => 'getSnippetFileCollectionService',
  837.             'Shopware\\Core\\System\\Snippet\\Filter\\SnippetFilterFactory' => 'getSnippetFilterFactoryService',
  838.             'Shopware\\Core\\System\\Snippet\\SnippetDefinition' => 'getSnippetDefinitionService',
  839.             'Shopware\\Core\\System\\StateMachine\\Aggregation\\StateMachineHistory\\StateMachineHistoryDefinition' => 'getStateMachineHistoryDefinitionService',
  840.             'Shopware\\Core\\System\\StateMachine\\Aggregation\\StateMachineState\\StateMachineStateDefinition' => 'getStateMachineStateDefinitionService',
  841.             'Shopware\\Core\\System\\StateMachine\\Aggregation\\StateMachineState\\StateMachineStateTranslationDefinition' => 'getStateMachineStateTranslationDefinitionService',
  842.             'Shopware\\Core\\System\\StateMachine\\Aggregation\\StateMachineTransition\\StateMachineTransitionDefinition' => 'getStateMachineTransitionDefinitionService',
  843.             'Shopware\\Core\\System\\StateMachine\\Api\\StateMachineActionController' => 'getStateMachineActionControllerService',
  844.             'Shopware\\Core\\System\\StateMachine\\StateMachineDefinition' => 'getStateMachineDefinitionService',
  845.             'Shopware\\Core\\System\\StateMachine\\StateMachineTranslationDefinition' => 'getStateMachineTranslationDefinitionService',
  846.             'Shopware\\Core\\System\\SystemConfig\\Facade\\SystemConfigFacadeHookFactory' => 'getSystemConfigFacadeHookFactoryService',
  847.             'Shopware\\Core\\System\\SystemConfig\\SystemConfigDefinition' => 'getSystemConfigDefinitionService',
  848.             'Shopware\\Core\\System\\SystemConfig\\SystemConfigService' => 'getSystemConfigServiceService',
  849.             'Shopware\\Core\\System\\Tag\\Service\\FilterTagIdsService' => 'getFilterTagIdsServiceService',
  850.             'Shopware\\Core\\System\\Tag\\TagDefinition' => 'getTagDefinition2Service',
  851.             'Shopware\\Core\\System\\Tax\\Aggregate\\TaxRuleTypeTranslation\\TaxRuleTypeTranslationDefinition' => 'getTaxRuleTypeTranslationDefinitionService',
  852.             'Shopware\\Core\\System\\Tax\\Aggregate\\TaxRuleType\\TaxRuleTypeDefinition' => 'getTaxRuleTypeDefinitionService',
  853.             'Shopware\\Core\\System\\Tax\\Aggregate\\TaxRule\\TaxRuleDefinition' => 'getTaxRuleDefinitionService',
  854.             'Shopware\\Core\\System\\Tax\\TaxDefinition' => 'getTaxDefinitionService',
  855.             'Shopware\\Core\\System\\Unit\\Aggregate\\UnitTranslation\\UnitTranslationDefinition' => 'getUnitTranslationDefinition2Service',
  856.             'Shopware\\Core\\System\\Unit\\UnitDefinition' => 'getUnitDefinition2Service',
  857.             'Shopware\\Core\\System\\User\\Aggregate\\UserAccessKey\\UserAccessKeyDefinition' => 'getUserAccessKeyDefinitionService',
  858.             'Shopware\\Core\\System\\User\\Aggregate\\UserConfig\\UserConfigDefinition' => 'getUserConfigDefinitionService',
  859.             'Shopware\\Core\\System\\User\\Aggregate\\UserRecovery\\UserRecoveryDefinition' => 'getUserRecoveryDefinitionService',
  860.             'Shopware\\Core\\System\\User\\Api\\UserRecoveryController' => 'getUserRecoveryControllerService',
  861.             'Shopware\\Core\\System\\User\\Api\\UserValidationController' => 'getUserValidationControllerService',
  862.             'Shopware\\Core\\System\\User\\UserDefinition' => 'getUserDefinitionService',
  863.             'Shopware\\Elasticsearch\\Admin\\AdminElasticsearchHelper' => 'getAdminElasticsearchHelperService',
  864.             'Shopware\\Elasticsearch\\Admin\\AdminSearchController' => 'getAdminSearchController2Service',
  865.             'Shopware\\Elasticsearch\\Framework\\ElasticsearchHelper' => 'getElasticsearchHelperService',
  866.             'Shopware\\Elasticsearch\\Framework\\Indexing\\CreateAliasTaskHandler' => 'getCreateAliasTaskHandlerService',
  867.             'Shopware\\Storefront\\Controller\\AccountOrderController' => 'getAccountOrderControllerService',
  868.             'Shopware\\Storefront\\Controller\\AccountPaymentController' => 'getAccountPaymentControllerService',
  869.             'Shopware\\Storefront\\Controller\\AccountProfileController' => 'getAccountProfileControllerService',
  870.             'Shopware\\Storefront\\Controller\\AddressController' => 'getAddressControllerService',
  871.             'Shopware\\Storefront\\Controller\\Api\\CaptchaController' => 'getCaptchaControllerService',
  872.             'Shopware\\Storefront\\Controller\\AuthController' => 'getAuthController2Service',
  873.             'Shopware\\Storefront\\Controller\\CaptchaController' => 'getCaptchaController2Service',
  874.             'Shopware\\Storefront\\Controller\\CartLineItemController' => 'getCartLineItemControllerService',
  875.             'Shopware\\Storefront\\Controller\\CmsController' => 'getCmsControllerService',
  876.             'Shopware\\Storefront\\Controller\\ContextController' => 'getContextControllerService',
  877.             'Shopware\\Storefront\\Controller\\CookieController' => 'getCookieControllerService',
  878.             'Shopware\\Storefront\\Controller\\CountryStateController' => 'getCountryStateControllerService',
  879.             'Shopware\\Storefront\\Controller\\CsrfController' => 'getCsrfControllerService',
  880.             'Shopware\\Storefront\\Controller\\DocumentController' => 'getDocumentController2Service',
  881.             'Shopware\\Storefront\\Controller\\DownloadController' => 'getDownloadControllerService',
  882.             'Shopware\\Storefront\\Controller\\ErrorController' => 'getErrorControllerService',
  883.             'Shopware\\Storefront\\Controller\\FormController' => 'getFormControllerService',
  884.             'Shopware\\Storefront\\Controller\\LandingPageController' => 'getLandingPageControllerService',
  885.             'Shopware\\Storefront\\Controller\\MaintenanceController' => 'getMaintenanceControllerService',
  886.             'Shopware\\Storefront\\Controller\\NavigationController' => 'getNavigationControllerService',
  887.             'Shopware\\Storefront\\Controller\\NewsletterController' => 'getNewsletterControllerService',
  888.             'Shopware\\Storefront\\Controller\\ProductController' => 'getProductControllerService',
  889.             'Shopware\\Storefront\\Controller\\RegisterController' => 'getRegisterControllerService',
  890.             'Shopware\\Storefront\\Controller\\ScriptController' => 'getScriptControllerService',
  891.             'Shopware\\Storefront\\Controller\\SearchController' => 'getSearchControllerService',
  892.             'Shopware\\Storefront\\Controller\\SitemapController' => 'getSitemapControllerService',
  893.             'Shopware\\Storefront\\Controller\\StoreApiProxyController' => 'getStoreApiProxyControllerService',
  894.             'Shopware\\Storefront\\Controller\\VerificationHashController' => 'getVerificationHashControllerService',
  895.             'Shopware\\Storefront\\Controller\\WellKnownController' => 'getWellKnownControllerService',
  896.             'Shopware\\Storefront\\Controller\\WishlistController' => 'getWishlistControllerService',
  897.             'Shopware\\Storefront\\Framework\\Cache\\CacheStore' => 'getCacheStoreService',
  898.             'Shopware\\Storefront\\Framework\\Csrf\\CsrfPlaceholderHandler' => 'getCsrfPlaceholderHandlerService',
  899.             'Shopware\\Storefront\\Framework\\Media\\StorefrontMediaValidatorRegistry' => 'getStorefrontMediaValidatorRegistryService',
  900.             'Shopware\\Storefront\\Page\\Checkout\\Register\\CheckoutRegisterPageLoader' => 'getCheckoutRegisterPageLoaderService',
  901.             'Shopware\\Storefront\\Page\\Product\\Configurator\\ProductCombinationFinder' => 'getProductCombinationFinderService',
  902.             'Shopware\\Storefront\\Page\\Product\\Review\\ProductReviewLoader' => 'getProductReviewLoaderService',
  903.             'Shopware\\Storefront\\Page\\Search\\SearchPageLoader' => 'getSearchPageLoaderService',
  904.             'Shopware\\Storefront\\Theme\\Aggregate\\ThemeChildDefinition' => 'getThemeChildDefinitionService',
  905.             'Shopware\\Storefront\\Theme\\Aggregate\\ThemeMediaDefinition' => 'getThemeMediaDefinitionService',
  906.             'Shopware\\Storefront\\Theme\\Aggregate\\ThemeSalesChannelDefinition' => 'getThemeSalesChannelDefinitionService',
  907.             'Shopware\\Storefront\\Theme\\Aggregate\\ThemeTranslationDefinition' => 'getThemeTranslationDefinitionService',
  908.             'Shopware\\Storefront\\Theme\\Controller\\ThemeController' => 'getThemeControllerService',
  909.             'Shopware\\Storefront\\Theme\\SalesChannelThemeLoader' => 'getSalesChannelThemeLoaderService',
  910.             'Shopware\\Storefront\\Theme\\StorefrontPluginRegistry' => 'getStorefrontPluginRegistryService',
  911.             'Shopware\\Storefront\\Theme\\ThemeDefinition' => 'getThemeDefinitionService',
  912.             'StudioSolid\\AdvancedSliderElements\\SolidAdvancedSliderElements' => 'getSolidAdvancedSliderElementsService',
  913.             'SwagExtensionStore\\Controller\\DataController' => 'getDataControllerService',
  914.             'SwagExtensionStore\\Controller\\LicenseController' => 'getLicenseControllerService',
  915.             'SwagExtensionStore\\SwagExtensionStore' => 'getSwagExtensionStoreService',
  916.             'SwagMigrationAssistant\\Controller\\DataProviderController' => 'getDataProviderControllerService',
  917.             'SwagMigrationAssistant\\Controller\\HistoryController' => 'getHistoryControllerService',
  918.             'SwagMigrationAssistant\\Controller\\MigrationController' => 'getMigrationController2Service',
  919.             'SwagMigrationAssistant\\Controller\\PremappingController' => 'getPremappingControllerService',
  920.             'SwagMigrationAssistant\\Controller\\StatusController' => 'getStatusControllerService',
  921.             'SwagMigrationAssistant\\Migration\\Connection\\SwagMigrationConnectionDefinition' => 'getSwagMigrationConnectionDefinitionService',
  922.             'SwagMigrationAssistant\\Migration\\Data\\SwagMigrationDataDefinition' => 'getSwagMigrationDataDefinitionService',
  923.             'SwagMigrationAssistant\\Migration\\Logging\\SwagMigrationLoggingDefinition' => 'getSwagMigrationLoggingDefinitionService',
  924.             'SwagMigrationAssistant\\Migration\\Mapping\\SwagMigrationMappingDefinition' => 'getSwagMigrationMappingDefinitionService',
  925.             'SwagMigrationAssistant\\Migration\\Media\\SwagMigrationMediaFileDefinition' => 'getSwagMigrationMediaFileDefinitionService',
  926.             'SwagMigrationAssistant\\Migration\\Run\\SwagMigrationRunDefinition' => 'getSwagMigrationRunDefinitionService',
  927.             'SwagMigrationAssistant\\Migration\\Service\\MediaFileProcessorService' => 'getMediaFileProcessorServiceService',
  928.             'SwagMigrationAssistant\\Migration\\Service\\MigrationDataConverter' => 'getMigrationDataConverterService',
  929.             'SwagMigrationAssistant\\Migration\\Service\\MigrationDataFetcher' => 'getMigrationDataFetcherService',
  930.             'SwagMigrationAssistant\\Migration\\Service\\MigrationDataWriter' => 'getMigrationDataWriterService',
  931.             'SwagMigrationAssistant\\Migration\\Service\\MigrationProgressService' => 'getMigrationProgressServiceService',
  932.             'SwagMigrationAssistant\\Migration\\Setting\\GeneralSettingDefinition' => 'getGeneralSettingDefinitionService',
  933.             'SwagMigrationAssistant\\SwagMigrationAssistant' => 'getSwagMigrationAssistantService',
  934.             'Swag\\AmazonPay\\Administration\\Controller\\AmazonPayConfigurationController' => 'getAmazonPayConfigurationControllerService',
  935.             'Swag\\AmazonPay\\Administration\\Controller\\AmazonPayInstanPaymentNotificationController' => 'getAmazonPayInstanPaymentNotificationControllerService',
  936.             'Swag\\AmazonPay\\Administration\\Controller\\AmazonPayOrderController' => 'getAmazonPayOrderControllerService',
  937.             'Swag\\AmazonPay\\Components\\Client\\ClientProvider' => 'getClientProviderService',
  938.             'Swag\\AmazonPay\\Components\\Client\\Service\\PaymentActionService' => 'getPaymentActionServiceService',
  939.             'Swag\\AmazonPay\\Core\\AmazonPay\\SalesChannel\\AmazonPayRoute' => 'getAmazonPayRouteService',
  940.             'Swag\\AmazonPay\\DataAbstractionLayer\\Entity\\AmazonPayTransaction\\AmazonPayTransactionDefinition' => 'getAmazonPayTransactionDefinitionService',
  941.             'Swag\\AmazonPay\\DataAbstractionLayer\\Entity\\PaymentNotification\\PaymentNotificationDefinition' => 'getPaymentNotificationDefinitionService',
  942.             'Swag\\AmazonPay\\DataAbstractionLayer\\Entity\\SignUpToken\\SignUpTokenDefinition' => 'getSignUpTokenDefinitionService',
  943.             'Swag\\AmazonPay\\Storefront\\Controller\\AmazonLoginController' => 'getAmazonLoginControllerService',
  944.             'Swag\\AmazonPay\\Storefront\\Controller\\AmazonPayController' => 'getAmazonPayControllerService',
  945.             'Swag\\AmazonPay\\Storefront\\Controller\\AmazonPurePaymentMethodController' => 'getAmazonPurePaymentMethodControllerService',
  946.             'Swag\\AmazonPay\\SwagAmazonPay' => 'getSwagAmazonPayService',
  947.             'Swag\\PayPal\\Administration\\PayPalPaymentMethodController' => 'getPayPalPaymentMethodControllerService',
  948.             'Swag\\PayPal\\Checkout\\ExpressCheckout\\SalesChannel\\ExpressCategoryRoute' => 'getExpressCategoryRouteService',
  949.             'Swag\\PayPal\\Checkout\\ExpressCheckout\\SalesChannel\\ExpressCreateOrderRoute' => 'getExpressCreateOrderRouteService',
  950.             'Swag\\PayPal\\Checkout\\ExpressCheckout\\SalesChannel\\ExpressPrepareCheckoutRoute' => 'getExpressPrepareCheckoutRouteService',
  951.             'Swag\\PayPal\\Checkout\\PUI\\SalesChannel\\PUIPaymentInstructionsRoute' => 'getPUIPaymentInstructionsRouteService',
  952.             'Swag\\PayPal\\Checkout\\Plus\\PlusPaymentFinalizeController' => 'getPlusPaymentFinalizeControllerService',
  953.             'Swag\\PayPal\\Checkout\\Plus\\PlusPaymentHandleController' => 'getPlusPaymentHandleControllerService',
  954.             'Swag\\PayPal\\Checkout\\SalesChannel\\CreateOrderRoute' => 'getCreateOrderRouteService',
  955.             'Swag\\PayPal\\Checkout\\SalesChannel\\ErrorRoute' => 'getErrorRouteService',
  956.             'Swag\\PayPal\\Checkout\\SalesChannel\\FilteredPaymentMethodRoute' => 'getFilteredPaymentMethodRouteService',
  957.             'Swag\\PayPal\\Checkout\\SalesChannel\\MethodEligibilityRoute' => 'getMethodEligibilityRouteService',
  958.             'Swag\\PayPal\\Dispute\\Administration\\DisputeController' => 'getDisputeControllerService',
  959.             'Swag\\PayPal\\OrdersApi\\Administration\\PayPalOrdersController' => 'getPayPalOrdersControllerService',
  960.             'Swag\\PayPal\\PaymentsApi\\Administration\\PayPalPaymentController' => 'getPayPalPaymentControllerService',
  961.             'Swag\\PayPal\\Pos\\DataAbstractionLayer\\Entity\\PosSalesChannelDefinition' => 'getPosSalesChannelDefinitionService',
  962.             'Swag\\PayPal\\Pos\\DataAbstractionLayer\\Entity\\PosSalesChannelInventoryDefinition' => 'getPosSalesChannelInventoryDefinitionService',
  963.             'Swag\\PayPal\\Pos\\DataAbstractionLayer\\Entity\\PosSalesChannelMediaDefinition' => 'getPosSalesChannelMediaDefinitionService',
  964.             'Swag\\PayPal\\Pos\\DataAbstractionLayer\\Entity\\PosSalesChannelProductDefinition' => 'getPosSalesChannelProductDefinitionService',
  965.             'Swag\\PayPal\\Pos\\DataAbstractionLayer\\Entity\\PosSalesChannelRunDefinition' => 'getPosSalesChannelRunDefinitionService',
  966.             'Swag\\PayPal\\Pos\\DataAbstractionLayer\\Entity\\PosSalesChannelRunLogDefinition' => 'getPosSalesChannelRunLogDefinitionService',
  967.             'Swag\\PayPal\\Pos\\PosSyncController' => 'getPosSyncControllerService',
  968.             'Swag\\PayPal\\Pos\\Setting\\Service\\InformationDefaultService' => 'getInformationDefaultServiceService',
  969.             'Swag\\PayPal\\Pos\\Setting\\SettingsController' => 'getSettingsController2Service',
  970.             'Swag\\PayPal\\Pos\\Webhook\\WebhookController' => 'getWebhookControllerService',
  971.             'Swag\\PayPal\\Pos\\Webhook\\WebhookService' => 'getWebhookServiceService',
  972.             'Swag\\PayPal\\Setting\\SettingsController' => 'getSettingsController3Service',
  973.             'Swag\\PayPal\\Storefront\\Controller\\PayPalController' => 'getPayPalControllerService',
  974.             'Swag\\PayPal\\Storefront\\Data\\Service\\ACDCCheckoutDataService' => 'getACDCCheckoutDataServiceService',
  975.             'Swag\\PayPal\\Storefront\\Data\\Service\\PayLaterCheckoutDataService' => 'getPayLaterCheckoutDataServiceService',
  976.             'Swag\\PayPal\\Storefront\\Data\\Service\\SEPACheckoutDataService' => 'getSEPACheckoutDataServiceService',
  977.             'Swag\\PayPal\\Storefront\\Data\\Service\\SPBCheckoutDataService' => 'getSPBCheckoutDataServiceService',
  978.             'Swag\\PayPal\\Storefront\\Data\\Service\\VenmoCheckoutDataService' => 'getVenmoCheckoutDataServiceService',
  979.             'Swag\\PayPal\\SwagPayPal' => 'getSwagPayPalService',
  980.             'Swag\\PayPal\\Util\\Lifecycle\\Installer\\MediaInstaller' => 'getMediaInstallerService',
  981.             'Swag\\PayPal\\Util\\Lifecycle\\Installer\\PaymentMethodInstaller' => 'getPaymentMethodInstallerService',
  982.             'Swag\\PayPal\\Util\\Lifecycle\\State\\PaymentMethodStateService' => 'getPaymentMethodStateServiceService',
  983.             'Swag\\PayPal\\Webhook\\Registration\\WebhookSystemConfigController' => 'getWebhookSystemConfigControllerService',
  984.             'Swag\\PayPal\\Webhook\\WebhookController' => 'getWebhookController2Service',
  985.             'Swag\\PayPal\\Webhook\\WebhookService' => 'getWebhookService2Service',
  986.             'Symfony\\Bundle\\FrameworkBundle\\Controller\\RedirectController' => 'getRedirectControllerService',
  987.             'Symfony\\Bundle\\FrameworkBundle\\Controller\\TemplateController' => 'getTemplateControllerService',
  988.             'TcinnThemeWareModern\\TcinnThemeWareModern' => 'getTcinnThemeWareModernService',
  989.             'UnzerPayment6\\Controllers\\Administration\\UnzerPaymentApplePayController' => 'getUnzerPaymentApplePayControllerService',
  990.             'UnzerPayment6\\Controllers\\Administration\\UnzerPaymentConfigurationController' => 'getUnzerPaymentConfigurationControllerService',
  991.             'UnzerPayment6\\Controllers\\Administration\\UnzerPaymentTransactionController' => 'getUnzerPaymentTransactionControllerService',
  992.             'UnzerPayment6\\Controllers\\Storefront\\UnzerCheckoutController' => 'getUnzerCheckoutControllerService',
  993.             'UnzerPayment6\\Controllers\\Storefront\\UnzerPaymentApplePayController' => 'getUnzerPaymentApplePayController2Service',
  994.             'UnzerPayment6\\Controllers\\Storefront\\UnzerPaymentDeviceController' => 'getUnzerPaymentDeviceControllerService',
  995.             'UnzerPayment6\\Controllers\\Storefront\\UnzerPaymentWebhookController' => 'getUnzerPaymentWebhookControllerService',
  996.             'UnzerPayment6\\DataAbstractionLayer\\Entity\\PaymentDevice\\UnzerPaymentDeviceDefinition' => 'getUnzerPaymentDeviceDefinitionService',
  997.             'UnzerPayment6\\DataAbstractionLayer\\Entity\\TransferInfo\\UnzerPaymentTransferInfoEntityDefinition' => 'getUnzerPaymentTransferInfoEntityDefinitionService',
  998.             'UnzerPayment6\\UnzerPayment6' => 'getUnzerPayment6Service',
  999.             'Wato\\DigitecGalaxusExport\\WatoDigitecGalaxusExport' => 'getWatoDigitecGalaxusExportService',
  1000.             'Wbm\\TagManagerEcomm\\Api\\ImportExportController' => 'getImportExportControllerService',
  1001.             'Wbm\\TagManagerEcomm\\Core\\Content\\Module\\ModuleDefinition' => 'getModuleDefinitionService',
  1002.             'Wbm\\TagManagerEcomm\\Core\\Content\\Property\\PropertyDefinition' => 'getPropertyDefinitionService',
  1003.             'Wbm\\TagManagerEcomm\\WbmTagManagerEcomm' => 'getWbmTagManagerEcommService',
  1004.             'Zeobv\\AbandonedCart\\Checkout\\AbandonedCart\\AbandonedCartDefinition' => 'getAbandonedCartDefinitionService',
  1005.             'Zeobv\\AbandonedCart\\Core\\Framework\\DataAbstractionLayer\\FieldSerializer\\IdNullableFieldSerializer' => 'getIdNullableFieldSerializerService',
  1006.             'Zeobv\\AbandonedCart\\Storefront\\Controller\\RecoverController' => 'getRecoverControllerService',
  1007.             'Zeobv\\AbandonedCart\\ZeobvAbandonedCart' => 'getZeobvAbandonedCartService',
  1008.             'acl_role.repository' => 'getAclRole_RepositoryService',
  1009.             'acl_user_role.repository' => 'getAclUserRole_RepositoryService',
  1010.             'acris_customers_also_viewed.repository' => 'getAcrisCustomersAlsoViewed_RepositoryService',
  1011.             'acris_promotion_c_s.filesystem.private' => 'getAcrisPromotionCS_Filesystem_PrivateService',
  1012.             'acris_promotion_c_s.filesystem.public' => 'getAcrisPromotionCS_Filesystem_PublicService',
  1013.             'acris_promotion_display.repository' => 'getAcrisPromotionDisplay_RepositoryService',
  1014.             'acris_suggested_products_c_s.filesystem.private' => 'getAcrisSuggestedProductsCS_Filesystem_PrivateService',
  1015.             'acris_suggested_products_c_s.filesystem.public' => 'getAcrisSuggestedProductsCS_Filesystem_PublicService',
  1016.             'admin.openSearch.client' => 'getAdmin_OpenSearch_ClientService',
  1017.             'administration.filesystem.private' => 'getAdministration_Filesystem_PrivateService',
  1018.             'administration.filesystem.public' => 'getAdministration_Filesystem_PublicService',
  1019.             'app.repository' => 'getApp_RepositoryService',
  1020.             'app_action_button.repository' => 'getAppActionButton_RepositoryService',
  1021.             'app_action_button_translation.repository' => 'getAppActionButtonTranslation_RepositoryService',
  1022.             'app_administration_snippet.repository' => 'getAppAdministrationSnippet_RepositoryService',
  1023.             'app_cms_block.repository' => 'getAppCmsBlock_RepositoryService',
  1024.             'app_cms_block_translation.repository' => 'getAppCmsBlockTranslation_RepositoryService',
  1025.             'app_flow_action.repository' => 'getAppFlowAction_RepositoryService',
  1026.             'app_flow_action_translation.repository' => 'getAppFlowActionTranslation_RepositoryService',
  1027.             'app_payment_method.repository' => 'getAppPaymentMethod_RepositoryService',
  1028.             'app_script_condition.repository' => 'getAppScriptCondition_RepositoryService',
  1029.             'app_script_condition_translation.repository' => 'getAppScriptConditionTranslation_RepositoryService',
  1030.             'app_template.repository' => 'getAppTemplate_RepositoryService',
  1031.             'app_translation.repository' => 'getAppTranslation_RepositoryService',
  1032.             'atl_seo_url_manager.filesystem.private' => 'getAtlSeoUrlManager_Filesystem_PrivateService',
  1033.             'atl_seo_url_manager.filesystem.public' => 'getAtlSeoUrlManager_Filesystem_PublicService',
  1034.             'cache.app' => 'getCache_AppService',
  1035.             'cache.app_clearer' => 'getCache_AppClearerService',
  1036.             'cache.global_clearer' => 'getCache_GlobalClearerService',
  1037.             'cache.system' => 'getCache_SystemService',
  1038.             'cache.system_clearer' => 'getCache_SystemClearerService',
  1039.             'cache.validator_expression_language' => 'getCache_ValidatorExpressionLanguageService',
  1040.             'cache_warmer' => 'getCacheWarmerService',
  1041.             'category.repository' => 'getCategory_RepositoryService',
  1042.             'category_tag.repository' => 'getCategoryTag_RepositoryService',
  1043.             'category_translation.repository' => 'getCategoryTranslation_RepositoryService',
  1044.             'cbax_analytics_category_impressions.repository' => 'getCbaxAnalyticsCategoryImpressions_RepositoryService',
  1045.             'cbax_analytics_config.repository' => 'getCbaxAnalyticsConfig_RepositoryService',
  1046.             'cbax_analytics_groups_config.repository' => 'getCbaxAnalyticsGroupsConfig_RepositoryService',
  1047.             'cbax_analytics_manufacturer_impressions.repository' => 'getCbaxAnalyticsManufacturerImpressions_RepositoryService',
  1048.             'cbax_analytics_pool.repository' => 'getCbaxAnalyticsPool_RepositoryService',
  1049.             'cbax_analytics_product_impressions.repository' => 'getCbaxAnalyticsProductImpressions_RepositoryService',
  1050.             'cbax_analytics_referer.repository' => 'getCbaxAnalyticsReferer_RepositoryService',
  1051.             'cbax_analytics_search.repository' => 'getCbaxAnalyticsSearch_RepositoryService',
  1052.             'cbax_analytics_visitors.repository' => 'getCbaxAnalyticsVisitors_RepositoryService',
  1053.             'cbax_externalorder_billingaddress.repository' => 'getCbaxExternalorderBillingaddress_RepositoryService',
  1054.             'cbax_externalorder_carrier.repository' => 'getCbaxExternalorderCarrier_RepositoryService',
  1055.             'cbax_externalorder_carrier_rule.repository' => 'getCbaxExternalorderCarrierRule_RepositoryService',
  1056.             'cbax_externalorder_line_item.repository' => 'getCbaxExternalorderLineItem_RepositoryService',
  1057.             'cbax_externalorder_log.repository' => 'getCbaxExternalorderLog_RepositoryService',
  1058.             'cbax_externalorder_marketplace_settings.repository' => 'getCbaxExternalorderMarketplaceSettings_RepositoryService',
  1059.             'cbax_externalorder_order.repository' => 'getCbaxExternalorderOrder_RepositoryService',
  1060.             'cbax_externalorder_shippingaddress.repository' => 'getCbaxExternalorderShippingaddress_RepositoryService',
  1061.             'cbax_modul_adcell.filesystem.private' => 'getCbaxModulAdcell_Filesystem_PrivateService',
  1062.             'cbax_modul_adcell.filesystem.public' => 'getCbaxModulAdcell_Filesystem_PublicService',
  1063.             'cbax_modul_analytics.filesystem.private' => 'getCbaxModulAnalytics_Filesystem_PrivateService',
  1064.             'cbax_modul_analytics.filesystem.public' => 'getCbaxModulAnalytics_Filesystem_PublicService',
  1065.             'cbax_modul_external_order.filesystem.private' => 'getCbaxModulExternalOrder_Filesystem_PrivateService',
  1066.             'cbax_modul_external_order.filesystem.public' => 'getCbaxModulExternalOrder_Filesystem_PublicService',
  1067.             'cbax_modul_manufacturers.filesystem.private' => 'getCbaxModulManufacturers_Filesystem_PrivateService',
  1068.             'cbax_modul_manufacturers.filesystem.public' => 'getCbaxModulManufacturers_Filesystem_PublicService',
  1069.             'cbax_modul_order_import_galaxus.filesystem.private' => 'getCbaxModulOrderImportGalaxus_Filesystem_PrivateService',
  1070.             'cbax_modul_order_import_galaxus.filesystem.public' => 'getCbaxModulOrderImportGalaxus_Filesystem_PublicService',
  1071.             'checkout.filesystem.private' => 'getCheckout_Filesystem_PrivateService',
  1072.             'checkout.filesystem.public' => 'getCheckout_Filesystem_PublicService',
  1073.             'cms_block.repository' => 'getCmsBlock_RepositoryService',
  1074.             'cms_page.repository' => 'getCmsPage_RepositoryService',
  1075.             'cms_page_translation.repository' => 'getCmsPageTranslation_RepositoryService',
  1076.             'cms_section.repository' => 'getCmsSection_RepositoryService',
  1077.             'cms_slot.repository' => 'getCmsSlot_RepositoryService',
  1078.             'cms_slot_translation.repository' => 'getCmsSlotTranslation_RepositoryService',
  1079.             'console.command.public_alias.Frosh\\Tools\\Command\\DevRobotsTxtCommand' => 'getDevRobotsTxtCommandService',
  1080.             'console.command.public_alias.UnzerPayment6\\Commands\\RegisterWebhookCommand' => 'getRegisterWebhookCommandService',
  1081.             'console.command.public_alias.UnzerPayment6\\Commands\\SendShippingNotificationCommand' => 'getSendShippingNotificationCommandService',
  1082.             'console.command.public_alias.Zeobv\\AbandonedCart\\Command\\AbandonedCart\\Collect' => 'getCollectService',
  1083.             'console.command_loader' => 'getConsole_CommandLoaderService',
  1084.             'container.env_var_processors_locator' => 'getContainer_EnvVarProcessorsLocatorService',
  1085.             'content.filesystem.private' => 'getContent_Filesystem_PrivateService',
  1086.             'content.filesystem.public' => 'getContent_Filesystem_PublicService',
  1087.             'country.repository' => 'getCountry_RepositoryService',
  1088.             'country_state.repository' => 'getCountryState_RepositoryService',
  1089.             'country_state_translation.repository' => 'getCountryStateTranslation_RepositoryService',
  1090.             'country_translation.repository' => 'getCountryTranslation_RepositoryService',
  1091.             'currency.repository' => 'getCurrency_RepositoryService',
  1092.             'currency_country_rounding.repository' => 'getCurrencyCountryRounding_RepositoryService',
  1093.             'currency_translation.repository' => 'getCurrencyTranslation_RepositoryService',
  1094.             'custom_entity.repository' => 'getCustomEntity_RepositoryService',
  1095.             'custom_field.repository' => 'getCustomField_RepositoryService',
  1096.             'custom_field_set.repository' => 'getCustomFieldSet_RepositoryService',
  1097.             'custom_field_set_relation.repository' => 'getCustomFieldSetRelation_RepositoryService',
  1098.             'customer.repository' => 'getCustomer_RepositoryService',
  1099.             'customer_address.repository' => 'getCustomerAddress_RepositoryService',
  1100.             'customer_group.repository' => 'getCustomerGroup_RepositoryService',
  1101.             'customer_group_registration_sales_channels.repository' => 'getCustomerGroupRegistrationSalesChannels_RepositoryService',
  1102.             'customer_group_translation.repository' => 'getCustomerGroupTranslation_RepositoryService',
  1103.             'customer_recovery.repository' => 'getCustomerRecovery_RepositoryService',
  1104.             'customer_tag.repository' => 'getCustomerTag_RepositoryService',
  1105.             'customer_wishlist.repository' => 'getCustomerWishlist_RepositoryService',
  1106.             'customer_wishlist_product.repository' => 'getCustomerWishlistProduct_RepositoryService',
  1107.             'data_collector.dump' => 'getDataCollector_DumpService',
  1108.             'dead_message.repository' => 'getDeadMessage_RepositoryService',
  1109.             'delivery_time.repository' => 'getDeliveryTime_RepositoryService',
  1110.             'delivery_time_translation.repository' => 'getDeliveryTimeTranslation_RepositoryService',
  1111.             'document.repository' => 'getDocument_RepositoryService',
  1112.             'document_base_config.repository' => 'getDocumentBaseConfig_RepositoryService',
  1113.             'document_base_config_sales_channel.repository' => 'getDocumentBaseConfigSalesChannel_RepositoryService',
  1114.             'document_type.repository' => 'getDocumentType_RepositoryService',
  1115.             'document_type_translation.repository' => 'getDocumentTypeTranslation_RepositoryService',
  1116.             'dreisc_seo_bulk.repository' => 'getDreiscSeoBulk_RepositoryService',
  1117.             'dreisc_seo_bulk_template.repository' => 'getDreiscSeoBulkTemplate_RepositoryService',
  1118.             'dreisc_seo_pro.filesystem.private' => 'getDreiscSeoPro_Filesystem_PrivateService',
  1119.             'dreisc_seo_pro.filesystem.public' => 'getDreiscSeoPro_Filesystem_PublicService',
  1120.             'dreisc_seo_redirect.repository' => 'getDreiscSeoRedirect_RepositoryService',
  1121.             'dreisc_seo_redirect_import_export_file.repository' => 'getDreiscSeoRedirectImportExportFile_RepositoryService',
  1122.             'dreisc_seo_redirect_import_export_log.repository' => 'getDreiscSeoRedirectImportExportLog_RepositoryService',
  1123.             'dreisc_seo_setting.repository' => 'getDreiscSeoSetting_RepositoryService',
  1124.             'elasticsearch.filesystem.private' => 'getElasticsearch_Filesystem_PrivateService',
  1125.             'elasticsearch.filesystem.public' => 'getElasticsearch_Filesystem_PublicService',
  1126.             'enqueue.client.default.producer' => 'getEnqueue_Client_Default_ProducerService',
  1127.             'error_controller' => 'getErrorController2Service',
  1128.             'event_action.repository' => 'getEventAction_RepositoryService',
  1129.             'event_action_rule.repository' => 'getEventActionRule_RepositoryService',
  1130.             'event_action_sales_channel.repository' => 'getEventActionSalesChannel_RepositoryService',
  1131.             'event_dispatcher' => 'getEventDispatcherService',
  1132.             'flow.repository' => 'getFlow_RepositoryService',
  1133.             'flow_sequence.repository' => 'getFlowSequence_RepositoryService',
  1134.             'flow_template.repository' => 'getFlowTemplate_RepositoryService',
  1135.             'framework.filesystem.private' => 'getFramework_Filesystem_PrivateService',
  1136.             'framework.filesystem.public' => 'getFramework_Filesystem_PublicService',
  1137.             'frosh_platform_adminer.filesystem.private' => 'getFroshPlatformAdminer_Filesystem_PrivateService',
  1138.             'frosh_platform_adminer.filesystem.public' => 'getFroshPlatformAdminer_Filesystem_PublicService',
  1139.             'frosh_tools.filesystem.private' => 'getFroshTools_Filesystem_PrivateService',
  1140.             'frosh_tools.filesystem.public' => 'getFroshTools_Filesystem_PublicService',
  1141.             'http_kernel' => 'getHttpKernelService',
  1142.             'import_export_file.repository' => 'getImportExportFile_RepositoryService',
  1143.             'import_export_log.repository' => 'getImportExportLog_RepositoryService',
  1144.             'import_export_profile.repository' => 'getImportExportProfile_RepositoryService',
  1145.             'import_export_profile_translation.repository' => 'getImportExportProfileTranslation_RepositoryService',
  1146.             'integration.repository' => 'getIntegration_RepositoryService',
  1147.             'integration_role.repository' => 'getIntegrationRole_RepositoryService',
  1148.             'l_d_s_custom.filesystem.private' => 'getLDSCustom_Filesystem_PrivateService',
  1149.             'l_d_s_custom.filesystem.public' => 'getLDSCustom_Filesystem_PublicService',
  1150.             'landing_page.repository' => 'getLandingPage_RepositoryService',
  1151.             'landing_page_sales_channel.repository' => 'getLandingPageSalesChannel_RepositoryService',
  1152.             'landing_page_tag.repository' => 'getLandingPageTag_RepositoryService',
  1153.             'landing_page_translation.repository' => 'getLandingPageTranslation_RepositoryService',
  1154.             'language.repository' => 'getLanguage_RepositoryService',
  1155.             'lds_sub_categories.filesystem.private' => 'getLdsSubCategories_Filesystem_PrivateService',
  1156.             'lds_sub_categories.filesystem.public' => 'getLdsSubCategories_Filesystem_PublicService',
  1157.             'locale.repository' => 'getLocale_RepositoryService',
  1158.             'locale_translation.repository' => 'getLocaleTranslation_RepositoryService',
  1159.             'log_entry.repository' => 'getLogEntry_RepositoryService',
  1160.             'logger' => 'getLoggerService',
  1161.             'magnalister_shopware6.repository' => 'getMagnalisterShopware6_RepositoryService',
  1162.             'mail_header_footer.repository' => 'getMailHeaderFooter_RepositoryService',
  1163.             'mail_header_footer_translation.repository' => 'getMailHeaderFooterTranslation_RepositoryService',
  1164.             'mail_template.repository' => 'getMailTemplate_RepositoryService',
  1165.             'mail_template_media.repository' => 'getMailTemplateMedia_RepositoryService',
  1166.             'mail_template_translation.repository' => 'getMailTemplateTranslation_RepositoryService',
  1167.             'mail_template_type.repository' => 'getMailTemplateType_RepositoryService',
  1168.             'mail_template_type_translation.repository' => 'getMailTemplateTypeTranslation_RepositoryService',
  1169.             'main_category.repository' => 'getMainCategory_RepositoryService',
  1170.             'maintenance.filesystem.private' => 'getMaintenance_Filesystem_PrivateService',
  1171.             'maintenance.filesystem.public' => 'getMaintenance_Filesystem_PublicService',
  1172.             'mart1MwFaq\\mart1MwFaq' => 'getMart1MwFaqService',
  1173.             'mart1_mw_faq.filesystem.private' => 'getMart1MwFaq_Filesystem_PrivateService',
  1174.             'mart1_mw_faq.filesystem.public' => 'getMart1MwFaq_Filesystem_PublicService',
  1175.             'maxia_cross_variant_discounts6.filesystem.private' => 'getMaxiaCrossVariantDiscounts6_Filesystem_PrivateService',
  1176.             'maxia_cross_variant_discounts6.filesystem.public' => 'getMaxiaCrossVariantDiscounts6_Filesystem_PublicService',
  1177.             'media.repository' => 'getMedia_RepositoryService',
  1178.             'media_default_folder.repository' => 'getMediaDefaultFolder_RepositoryService',
  1179.             'media_folder.repository' => 'getMediaFolder_RepositoryService',
  1180.             'media_folder_configuration.repository' => 'getMediaFolderConfiguration_RepositoryService',
  1181.             'media_folder_configuration_media_thumbnail_size.repository' => 'getMediaFolderConfigurationMediaThumbnailSize_RepositoryService',
  1182.             'media_tag.repository' => 'getMediaTag_RepositoryService',
  1183.             'media_thumbnail.repository' => 'getMediaThumbnail_RepositoryService',
  1184.             'media_thumbnail_size.repository' => 'getMediaThumbnailSize_RepositoryService',
  1185.             'media_translation.repository' => 'getMediaTranslation_RepositoryService',
  1186.             'message_queue_stats.repository' => 'getMessageQueueStats_RepositoryService',
  1187.             'messenger.default_bus' => 'getMessenger_DefaultBusService',
  1188.             'meteor_promotion_gift.filesystem.private' => 'getMeteorPromotionGift_Filesystem_PrivateService',
  1189.             'meteor_promotion_gift.filesystem.public' => 'getMeteorPromotionGift_Filesystem_PublicService',
  1190.             'meteor_promotion_gift.repository' => 'getMeteorPromotionGift_RepositoryService',
  1191.             'monolog.logger.business_events' => 'getMonolog_Logger_BusinessEventsService',
  1192.             'moorl_client.repository' => 'getMoorlClient_RepositoryService',
  1193.             'moorl_cms_category_listing.filesystem.private' => 'getMoorlCmsCategoryListing_Filesystem_PrivateService',
  1194.             'moorl_cms_category_listing.filesystem.public' => 'getMoorlCmsCategoryListing_Filesystem_PublicService',
  1195.             'moorl_cms_element_config.repository' => 'getMoorlCmsElementConfig_RepositoryService',
  1196.             'moorl_cms_twig.filesystem.private' => 'getMoorlCmsTwig_Filesystem_PrivateService',
  1197.             'moorl_cms_twig.filesystem.public' => 'getMoorlCmsTwig_Filesystem_PublicService',
  1198.             'moorl_creator.filesystem.private' => 'getMoorlCreator_Filesystem_PrivateService',
  1199.             'moorl_creator.filesystem.public' => 'getMoorlCreator_Filesystem_PublicService',
  1200.             'moorl_creator.repository' => 'getMoorlCreator_RepositoryService',
  1201.             'moorl_creator_customer.repository' => 'getMoorlCreatorCustomer_RepositoryService',
  1202.             'moorl_creator_follower.repository' => 'getMoorlCreatorFollower_RepositoryService',
  1203.             'moorl_creator_product.repository' => 'getMoorlCreatorProduct_RepositoryService',
  1204.             'moorl_creator_translation.repository' => 'getMoorlCreatorTranslation_RepositoryService',
  1205.             'moorl_creator_type.repository' => 'getMoorlCreatorType_RepositoryService',
  1206.             'moorl_creator_type_translation.repository' => 'getMoorlCreatorTypeTranslation_RepositoryService',
  1207.             'moorl_foundation.filesystem.private' => 'getMoorlFoundation_Filesystem_PrivateService',
  1208.             'moorl_foundation.filesystem.public' => 'getMoorlFoundation_Filesystem_PublicService',
  1209.             'moorl_foundation_unlock.filesystem.private' => 'getMoorlFoundationUnlock_Filesystem_PrivateService',
  1210.             'moorl_foundation_unlock.filesystem.public' => 'getMoorlFoundationUnlock_Filesystem_PublicService',
  1211.             'moorl_location.repository' => 'getMoorlLocation_RepositoryService',
  1212.             'moorl_location_cache.repository' => 'getMoorlLocationCache_RepositoryService',
  1213.             'moorl_magazine.filesystem.private' => 'getMoorlMagazine_Filesystem_PrivateService',
  1214.             'moorl_magazine.filesystem.public' => 'getMoorlMagazine_Filesystem_PublicService',
  1215.             'moorl_magazine_article.repository' => 'getMoorlMagazineArticle_RepositoryService',
  1216.             'moorl_magazine_article_category.repository' => 'getMoorlMagazineArticleCategory_RepositoryService',
  1217.             'moorl_magazine_article_media.repository' => 'getMoorlMagazineArticleMedia_RepositoryService',
  1218.             'moorl_magazine_article_product.repository' => 'getMoorlMagazineArticleProduct_RepositoryService',
  1219.             'moorl_magazine_article_sales_channel.repository' => 'getMoorlMagazineArticleSalesChannel_RepositoryService',
  1220.             'moorl_magazine_article_sw_category.repository' => 'getMoorlMagazineArticleSwCategory_RepositoryService',
  1221.             'moorl_magazine_article_tag.repository' => 'getMoorlMagazineArticleTag_RepositoryService',
  1222.             'moorl_magazine_article_translation.repository' => 'getMoorlMagazineArticleTranslation_RepositoryService',
  1223.             'moorl_magazine_author.repository' => 'getMoorlMagazineAuthor_RepositoryService',
  1224.             'moorl_magazine_author_translation.repository' => 'getMoorlMagazineAuthorTranslation_RepositoryService',
  1225.             'moorl_magazine_category.repository' => 'getMoorlMagazineCategory_RepositoryService',
  1226.             'moorl_magazine_category_translation.repository' => 'getMoorlMagazineCategoryTranslation_RepositoryService',
  1227.             'moorl_magazine_comment.repository' => 'getMoorlMagazineComment_RepositoryService',
  1228.             'moorl_marker.repository' => 'getMoorlMarker_RepositoryService',
  1229.             'moorl_sorting.repository' => 'getMoorlSorting_RepositoryService',
  1230.             'moorl_sorting_translation.repository' => 'getMoorlSortingTranslation_RepositoryService',
  1231.             'nds_rcp_category.repository' => 'getNdsRcpCategory_RepositoryService',
  1232.             'nds_rcp_category_translation.repository' => 'getNdsRcpCategoryTranslation_RepositoryService',
  1233.             'nds_rcp_difficulty.repository' => 'getNdsRcpDifficulty_RepositoryService',
  1234.             'nds_rcp_difficulty_translation.repository' => 'getNdsRcpDifficultyTranslation_RepositoryService',
  1235.             'nds_rcp_ingredient.repository' => 'getNdsRcpIngredient_RepositoryService',
  1236.             'nds_rcp_ingredient_translation.repository' => 'getNdsRcpIngredientTranslation_RepositoryService',
  1237.             'nds_rcp_recipe.repository' => 'getNdsRcpRecipe_RepositoryService',
  1238.             'nds_rcp_recipe_category.repository' => 'getNdsRcpRecipeCategory_RepositoryService',
  1239.             'nds_rcp_recipe_ingredient.repository' => 'getNdsRcpRecipeIngredient_RepositoryService',
  1240.             'nds_rcp_recipe_media.repository' => 'getNdsRcpRecipeMedia_RepositoryService',
  1241.             'nds_rcp_recipe_tag.repository' => 'getNdsRcpRecipeTag_RepositoryService',
  1242.             'nds_rcp_recipe_translation.repository' => 'getNdsRcpRecipeTranslation_RepositoryService',
  1243.             'nds_rcp_related.repository' => 'getNdsRcpRelated_RepositoryService',
  1244.             'nds_rcp_tag.repository' => 'getNdsRcpTag_RepositoryService',
  1245.             'nds_rcp_tag_translation.repository' => 'getNdsRcpTagTranslation_RepositoryService',
  1246.             'nds_rcp_timeunit.repository' => 'getNdsRcpTimeunit_RepositoryService',
  1247.             'nds_rcp_unit.repository' => 'getNdsRcpUnit_RepositoryService',
  1248.             'nds_rcp_unit_translation.repository' => 'getNdsRcpUnitTranslation_RepositoryService',
  1249.             'nds_recipe_manager.filesystem.private' => 'getNdsRecipeManager_Filesystem_PrivateService',
  1250.             'nds_recipe_manager.filesystem.public' => 'getNdsRecipeManager_Filesystem_PublicService',
  1251.             'neti_modal.repository' => 'getNetiModal_RepositoryService',
  1252.             'neti_modal_category.repository' => 'getNetiModalCategory_RepositoryService',
  1253.             'neti_modal_language.repository' => 'getNetiModalLanguage_RepositoryService',
  1254.             'neti_modal_product.repository' => 'getNetiModalProduct_RepositoryService',
  1255.             'neti_modal_sales_channel.repository' => 'getNetiModalSalesChannel_RepositoryService',
  1256.             'neti_modal_schedule.repository' => 'getNetiModalSchedule_RepositoryService',
  1257.             'neti_modal_translation.repository' => 'getNetiModalTranslation_RepositoryService',
  1258.             'neti_next_modal.filesystem.private' => 'getNetiNextModal_Filesystem_PrivateService',
  1259.             'neti_next_modal.filesystem.public' => 'getNetiNextModal_Filesystem_PublicService',
  1260.             'newsletter_recipient.repository' => 'getNewsletterRecipient_RepositoryService',
  1261.             'newsletter_recipient_tag.repository' => 'getNewsletterRecipientTag_RepositoryService',
  1262.             'nimbits_article_questions_next.filesystem.private' => 'getNimbitsArticleQuestionsNext_Filesystem_PrivateService',
  1263.             'nimbits_article_questions_next.filesystem.public' => 'getNimbitsArticleQuestionsNext_Filesystem_PublicService',
  1264.             'nimbits_articlequestions.repository' => 'getNimbitsArticlequestions_RepositoryService',
  1265.             'notification.repository' => 'getNotification_RepositoryService',
  1266.             'number_range.repository' => 'getNumberRange_RepositoryService',
  1267.             'number_range_sales_channel.repository' => 'getNumberRangeSalesChannel_RepositoryService',
  1268.             'number_range_state.repository' => 'getNumberRangeState_RepositoryService',
  1269.             'number_range_translation.repository' => 'getNumberRangeTranslation_RepositoryService',
  1270.             'number_range_type.repository' => 'getNumberRangeType_RepositoryService',
  1271.             'number_range_type_translation.repository' => 'getNumberRangeTypeTranslation_RepositoryService',
  1272.             'order.repository' => 'getOrder_RepositoryService',
  1273.             'order_address.repository' => 'getOrderAddress_RepositoryService',
  1274.             'order_customer.repository' => 'getOrderCustomer_RepositoryService',
  1275.             'order_delivery.repository' => 'getOrderDelivery_RepositoryService',
  1276.             'order_delivery_position.repository' => 'getOrderDeliveryPosition_RepositoryService',
  1277.             'order_line_item.repository' => 'getOrderLineItem_RepositoryService',
  1278.             'order_line_item_download.repository' => 'getOrderLineItemDownload_RepositoryService',
  1279.             'order_tag.repository' => 'getOrderTag_RepositoryService',
  1280.             'order_transaction.repository' => 'getOrderTransaction_RepositoryService',
  1281.             'order_transaction_capture.repository' => 'getOrderTransactionCapture_RepositoryService',
  1282.             'order_transaction_capture_refund.repository' => 'getOrderTransactionCaptureRefund_RepositoryService',
  1283.             'order_transaction_capture_refund_position.repository' => 'getOrderTransactionCaptureRefundPosition_RepositoryService',
  1284.             'payment_method.repository' => 'getPaymentMethod_RepositoryService',
  1285.             'payment_method_translation.repository' => 'getPaymentMethodTranslation_RepositoryService',
  1286.             'pixel_lexcat_channels.repository' => 'getPixelLexcatChannels_RepositoryService',
  1287.             'pixel_lexikon.repository' => 'getPixelLexikon_RepositoryService',
  1288.             'pixel_lexikon_categories.repository' => 'getPixelLexikonCategories_RepositoryService',
  1289.             'pixel_lexikon_categories_list.repository' => 'getPixelLexikonCategoriesList_RepositoryService',
  1290.             'pixel_lexikon_categories_translation.repository' => 'getPixelLexikonCategoriesTranslation_RepositoryService',
  1291.             'pixel_lexikon_channels.repository' => 'getPixelLexikonChannels_RepositoryService',
  1292.             'pixel_lexikon_media.repository' => 'getPixelLexikonMedia_RepositoryService',
  1293.             'pixel_lexikon_products.repository' => 'getPixelLexikonProducts_RepositoryService',
  1294.             'pixel_lexikon_s_w6.filesystem.private' => 'getPixelLexikonSW6_Filesystem_PrivateService',
  1295.             'pixel_lexikon_s_w6.filesystem.public' => 'getPixelLexikonSW6_Filesystem_PublicService',
  1296.             'pixel_lexikon_translation.repository' => 'getPixelLexikonTranslation_RepositoryService',
  1297.             'plugin.repository' => 'getPlugin_RepositoryService',
  1298.             'plugin_translation.repository' => 'getPluginTranslation_RepositoryService',
  1299.             'product.repository' => 'getProduct_RepositoryService',
  1300.             'product_category.repository' => 'getProductCategory_RepositoryService',
  1301.             'product_category_tree.repository' => 'getProductCategoryTree_RepositoryService',
  1302.             'product_configurator_setting.repository' => 'getProductConfiguratorSetting_RepositoryService',
  1303.             'product_cross_selling.repository' => 'getProductCrossSelling_RepositoryService',
  1304.             'product_cross_selling_assigned_products.repository' => 'getProductCrossSellingAssignedProducts_RepositoryService',
  1305.             'product_cross_selling_translation.repository' => 'getProductCrossSellingTranslation_RepositoryService',
  1306.             'product_custom_field_set.repository' => 'getProductCustomFieldSet_RepositoryService',
  1307.             'product_download.repository' => 'getProductDownload_RepositoryService',
  1308.             'product_export.repository' => 'getProductExport_RepositoryService',
  1309.             'product_feature_set.repository' => 'getProductFeatureSet_RepositoryService',
  1310.             'product_feature_set_translation.repository' => 'getProductFeatureSetTranslation_RepositoryService',
  1311.             'product_keyword_dictionary.repository' => 'getProductKeywordDictionary_RepositoryService',
  1312.             'product_manufacturer.repository' => 'getProductManufacturer_RepositoryService',
  1313.             'product_manufacturer_translation.repository' => 'getProductManufacturerTranslation_RepositoryService',
  1314.             'product_media.repository' => 'getProductMedia_RepositoryService',
  1315.             'product_option.repository' => 'getProductOption_RepositoryService',
  1316.             'product_price.repository' => 'getProductPrice_RepositoryService',
  1317.             'product_property.repository' => 'getProductProperty_RepositoryService',
  1318.             'product_review.repository' => 'getProductReview_RepositoryService',
  1319.             'product_search_config.repository' => 'getProductSearchConfig_RepositoryService',
  1320.             'product_search_config_field.repository' => 'getProductSearchConfigField_RepositoryService',
  1321.             'product_search_keyword.repository' => 'getProductSearchKeyword_RepositoryService',
  1322.             'product_sorting.repository' => 'getProductSorting_RepositoryService',
  1323.             'product_sorting_translation.repository' => 'getProductSortingTranslation_RepositoryService',
  1324.             'product_stream.repository' => 'getProductStream_RepositoryService',
  1325.             'product_stream_filter.repository' => 'getProductStreamFilter_RepositoryService',
  1326.             'product_stream_mapping.repository' => 'getProductStreamMapping_RepositoryService',
  1327.             'product_stream_translation.repository' => 'getProductStreamTranslation_RepositoryService',
  1328.             'product_tag.repository' => 'getProductTag_RepositoryService',
  1329.             'product_translation.repository' => 'getProductTranslation_RepositoryService',
  1330.             'product_visibility.repository' => 'getProductVisibility_RepositoryService',
  1331.             'profiling.filesystem.private' => 'getProfiling_Filesystem_PrivateService',
  1332.             'profiling.filesystem.public' => 'getProfiling_Filesystem_PublicService',
  1333.             'promotion.repository' => 'getPromotion_RepositoryService',
  1334.             'promotion_cart_rule.repository' => 'getPromotionCartRule_RepositoryService',
  1335.             'promotion_discount.repository' => 'getPromotionDiscount_RepositoryService',
  1336.             'promotion_discount_prices.repository' => 'getPromotionDiscountPrices_RepositoryService',
  1337.             'promotion_discount_rule.repository' => 'getPromotionDiscountRule_RepositoryService',
  1338.             'promotion_individual_code.repository' => 'getPromotionIndividualCode_RepositoryService',
  1339.             'promotion_order_rule.repository' => 'getPromotionOrderRule_RepositoryService',
  1340.             'promotion_persona_customer.repository' => 'getPromotionPersonaCustomer_RepositoryService',
  1341.             'promotion_persona_rule.repository' => 'getPromotionPersonaRule_RepositoryService',
  1342.             'promotion_sales_channel.repository' => 'getPromotionSalesChannel_RepositoryService',
  1343.             'promotion_setgroup.repository' => 'getPromotionSetgroup_RepositoryService',
  1344.             'promotion_setgroup_rule.repository' => 'getPromotionSetgroupRule_RepositoryService',
  1345.             'promotion_translation.repository' => 'getPromotionTranslation_RepositoryService',
  1346.             'property_group.repository' => 'getPropertyGroup_RepositoryService',
  1347.             'property_group_option.repository' => 'getPropertyGroupOption_RepositoryService',
  1348.             'property_group_option_translation.repository' => 'getPropertyGroupOptionTranslation_RepositoryService',
  1349.             'property_group_translation.repository' => 'getPropertyGroupTranslation_RepositoryService',
  1350.             'proxa_basket_cross_selling_s_w6.filesystem.private' => 'getProxaBasketCrossSellingSW6_Filesystem_PrivateService',
  1351.             'proxa_basket_cross_selling_s_w6.filesystem.public' => 'getProxaBasketCrossSellingSW6_Filesystem_PublicService',
  1352.             'proxa_checkout_template.filesystem.private' => 'getProxaCheckoutTemplate_Filesystem_PrivateService',
  1353.             'proxa_checkout_template.filesystem.public' => 'getProxaCheckoutTemplate_Filesystem_PublicService',
  1354.             'red_magnalister_s_w6.filesystem.private' => 'getRedMagnalisterSW6_Filesystem_PrivateService',
  1355.             'red_magnalister_s_w6.filesystem.public' => 'getRedMagnalisterSW6_Filesystem_PublicService',
  1356.             'request_stack' => 'getRequestStackService',
  1357.             'router' => 'getRouterService',
  1358.             'routing.loader' => 'getRouting_LoaderService',
  1359.             'rule.repository' => 'getRule_RepositoryService',
  1360.             'rule_condition.repository' => 'getRuleCondition_RepositoryService',
  1361.             'rule_tag.repository' => 'getRuleTag_RepositoryService',
  1362.             'sales_channel.category.repository' => 'getSalesChannel_Category_RepositoryService',
  1363.             'sales_channel.country.repository' => 'getSalesChannel_Country_RepositoryService',
  1364.             'sales_channel.country_state.repository' => 'getSalesChannel_CountryState_RepositoryService',
  1365.             'sales_channel.currency.repository' => 'getSalesChannel_Currency_RepositoryService',
  1366.             'sales_channel.landing_page.repository' => 'getSalesChannel_LandingPage_RepositoryService',
  1367.             'sales_channel.language.repository' => 'getSalesChannel_Language_RepositoryService',
  1368.             'sales_channel.main_category.repository' => 'getSalesChannel_MainCategory_RepositoryService',
  1369.             'sales_channel.moorl_creator.repository' => 'getSalesChannel_MoorlCreator_RepositoryService',
  1370.             'sales_channel.moorl_magazine_article.repository' => 'getSalesChannel_MoorlMagazineArticle_RepositoryService',
  1371.             'sales_channel.newsletter_recipient.repository' => 'getSalesChannel_NewsletterRecipient_RepositoryService',
  1372.             'sales_channel.payment_method.repository' => 'getSalesChannel_PaymentMethod_RepositoryService',
  1373.             'sales_channel.product.repository' => 'getSalesChannel_Product_RepositoryService',
  1374.             'sales_channel.repository' => 'getSalesChannel_RepositoryService',
  1375.             'sales_channel.salutation.repository' => 'getSalesChannel_Salutation_RepositoryService',
  1376.             'sales_channel.seo_url.repository' => 'getSalesChannel_SeoUrl_RepositoryService',
  1377.             'sales_channel.shipping_method.repository' => 'getSalesChannel_ShippingMethod_RepositoryService',
  1378.             'sales_channel_analytics.repository' => 'getSalesChannelAnalytics_RepositoryService',
  1379.             'sales_channel_country.repository' => 'getSalesChannelCountry_RepositoryService',
  1380.             'sales_channel_currency.repository' => 'getSalesChannelCurrency_RepositoryService',
  1381.             'sales_channel_definition.Acris\\Promotion\\Custom\\PromotionDisplayDefinition' => 'getPromotionDisplayDefinition2Service',
  1382.             'sales_channel_definition.Acris\\SuggestedProducts\\Custom\\CustomersAlsoViewedDefinition' => 'getCustomersAlsoViewedDefinition2Service',
  1383.             'sales_channel_definition.Cbax\\ModulAnalytics\\Core\\Content\\Analytics\\CategoryImpressionsDefinition' => 'getCategoryImpressionsDefinition2Service',
  1384.             'sales_channel_definition.Cbax\\ModulAnalytics\\Core\\Content\\Analytics\\ConfigDefinition' => 'getConfigDefinition2Service',
  1385.             'sales_channel_definition.Cbax\\ModulAnalytics\\Core\\Content\\Analytics\\GroupDefinition' => 'getGroupDefinition2Service',
  1386.             'sales_channel_definition.Cbax\\ModulAnalytics\\Core\\Content\\Analytics\\ManufacturerImpressionsDefinition' => 'getManufacturerImpressionsDefinition2Service',
  1387.             'sales_channel_definition.Cbax\\ModulAnalytics\\Core\\Content\\Analytics\\PoolDefinition' => 'getPoolDefinition2Service',
  1388.             'sales_channel_definition.Cbax\\ModulAnalytics\\Core\\Content\\Analytics\\ProductImpressionsDefinition' => 'getProductImpressionsDefinition2Service',
  1389.             'sales_channel_definition.Cbax\\ModulAnalytics\\Core\\Content\\Analytics\\RefererDefinition' => 'getRefererDefinition2Service',
  1390.             'sales_channel_definition.Cbax\\ModulAnalytics\\Core\\Content\\Analytics\\SearchResultDefinition' => 'getSearchResultDefinition2Service',
  1391.             'sales_channel_definition.Cbax\\ModulAnalytics\\Core\\Content\\Analytics\\VisitorsDefinition' => 'getVisitorsDefinition2Service',
  1392.             'sales_channel_definition.Cbax\\ModulExternalOrder\\Core\\Content\\ExternalOrder\\BillingAddressDefinition' => 'getBillingAddressDefinition2Service',
  1393.             'sales_channel_definition.Cbax\\ModulExternalOrder\\Core\\Content\\ExternalOrder\\CarrierDefinition' => 'getCarrierDefinition2Service',
  1394.             'sales_channel_definition.Cbax\\ModulExternalOrder\\Core\\Content\\ExternalOrder\\CarrierRuleDefinition' => 'getCarrierRuleDefinition2Service',
  1395.             'sales_channel_definition.Cbax\\ModulExternalOrder\\Core\\Content\\ExternalOrder\\ExternalOrderDefinition' => 'getExternalOrderDefinition2Service',
  1396.             'sales_channel_definition.Cbax\\ModulExternalOrder\\Core\\Content\\ExternalOrder\\ExternalOrderLineItemDefinition' => 'getExternalOrderLineItemDefinition2Service',
  1397.             'sales_channel_definition.Cbax\\ModulExternalOrder\\Core\\Content\\ExternalOrder\\LogDefinition' => 'getLogDefinition2Service',
  1398.             'sales_channel_definition.Cbax\\ModulExternalOrder\\Core\\Content\\ExternalOrder\\Marketplace\\MarketplaceSettingsDefinition' => 'getMarketplaceSettingsDefinition2Service',
  1399.             'sales_channel_definition.Cbax\\ModulExternalOrder\\Core\\Content\\ExternalOrder\\ShippingAddressDefinition' => 'getShippingAddressDefinition2Service',
  1400.             'sales_channel_definition.DreiscSeoPro\\Core\\Content\\DreiscSeoBulk\\Aggregate\\DreiscSeoBulkTemplate\\DreiscSeoBulkTemplateDefinition' => 'getDreiscSeoBulkTemplateDefinition2Service',
  1401.             'sales_channel_definition.DreiscSeoPro\\Core\\Content\\DreiscSeoBulk\\DreiscSeoBulkDefinition' => 'getDreiscSeoBulkDefinition2Service',
  1402.             'sales_channel_definition.DreiscSeoPro\\Core\\Content\\DreiscSeoRedirect\\Aggregate\\DreiscSeoRedirectImportExportFile\\DreiscSeoRedirectImportExportFileDefinition' => 'getDreiscSeoRedirectImportExportFileDefinition2Service',
  1403.             'sales_channel_definition.DreiscSeoPro\\Core\\Content\\DreiscSeoRedirect\\Aggregate\\DreiscSeoRedirectImportExportLog\\DreiscSeoRedirectImportExportLogDefinition' => 'getDreiscSeoRedirectImportExportLogDefinition2Service',
  1404.             'sales_channel_definition.DreiscSeoPro\\Core\\Content\\DreiscSeoRedirect\\DreiscSeoRedirectDefinition' => 'getDreiscSeoRedirectDefinition2Service',
  1405.             'sales_channel_definition.DreiscSeoPro\\Core\\Content\\DreiscSeoSetting\\DreiscSeoSettingDefinition' => 'getDreiscSeoSettingDefinition2Service',
  1406.             'sales_channel_definition.Meteor\\PromotionGift\\Content\\PromotionGift\\PromotionGiftEntityDefinition' => 'getPromotionGiftEntityDefinition2Service',
  1407.             'sales_channel_definition.MoorlCreator\\Core\\Content\\CreatorType\\Aggregate\\CreatorTypeTranslation\\CreatorTypeTranslationDefinition' => 'getCreatorTypeTranslationDefinition2Service',
  1408.             'sales_channel_definition.MoorlCreator\\Core\\Content\\CreatorType\\CreatorTypeDefinition' => 'getCreatorTypeDefinition2Service',
  1409.             'sales_channel_definition.MoorlCreator\\Core\\Content\\Creator\\Aggregate\\CreatorCustomer\\CreatorCustomerDefinition' => 'getCreatorCustomerDefinition2Service',
  1410.             'sales_channel_definition.MoorlCreator\\Core\\Content\\Creator\\Aggregate\\CreatorFollower\\CreatorFollowerDefinition' => 'getCreatorFollowerDefinition2Service',
  1411.             'sales_channel_definition.MoorlCreator\\Core\\Content\\Creator\\Aggregate\\CreatorProduct\\CreatorProductDefinition' => 'getCreatorProductDefinition2Service',
  1412.             'sales_channel_definition.MoorlCreator\\Core\\Content\\Creator\\Aggregate\\CreatorTranslation\\CreatorTranslationDefinition' => 'getCreatorTranslationDefinition2Service',
  1413.             'sales_channel_definition.MoorlFoundation\\Core\\Content\\Client\\ClientDefinition' => 'getClientDefinition2Service',
  1414.             'sales_channel_definition.MoorlFoundation\\Core\\Content\\CmsElementConfig\\CmsElementConfigDefinition' => 'getCmsElementConfigDefinition2Service',
  1415.             'sales_channel_definition.MoorlFoundation\\Core\\Content\\Location\\LocationCacheDefinition' => 'getLocationCacheDefinition2Service',
  1416.             'sales_channel_definition.MoorlFoundation\\Core\\Content\\Location\\LocationDefinition' => 'getLocationDefinition2Service',
  1417.             'sales_channel_definition.MoorlFoundation\\Core\\Content\\Marker\\MarkerDefinition' => 'getMarkerDefinition2Service',
  1418.             'sales_channel_definition.MoorlFoundation\\Core\\Content\\Sorting\\SortingDefinition' => 'getSortingDefinition2Service',
  1419.             'sales_channel_definition.MoorlFoundation\\Core\\Content\\Sorting\\SortingTranslationDefinition' => 'getSortingTranslationDefinition2Service',
  1420.             'sales_channel_definition.MoorlMagazine\\Core\\Content\\MagazineArticle\\Aggregate\\MagazineArticleCategory\\MagazineArticleCategoryDefinition' => 'getMagazineArticleCategoryDefinition2Service',
  1421.             'sales_channel_definition.MoorlMagazine\\Core\\Content\\MagazineArticle\\Aggregate\\MagazineArticleMagazineCategory\\MagazineArticleMagazineCategoryDefinition' => 'getMagazineArticleMagazineCategoryDefinition2Service',
  1422.             'sales_channel_definition.MoorlMagazine\\Core\\Content\\MagazineArticle\\Aggregate\\MagazineArticleMedia\\MagazineArticleMediaDefinition' => 'getMagazineArticleMediaDefinition2Service',
  1423.             'sales_channel_definition.MoorlMagazine\\Core\\Content\\MagazineArticle\\Aggregate\\MagazineArticleProduct\\MagazineArticleProductDefinition' => 'getMagazineArticleProductDefinition2Service',
  1424.             'sales_channel_definition.MoorlMagazine\\Core\\Content\\MagazineArticle\\Aggregate\\MagazineArticleSalesChannel\\MagazineArticleSalesChannelDefinition' => 'getMagazineArticleSalesChannelDefinition2Service',
  1425.             'sales_channel_definition.MoorlMagazine\\Core\\Content\\MagazineArticle\\Aggregate\\MagazineArticleTag\\MagazineArticleTagDefinition' => 'getMagazineArticleTagDefinition2Service',
  1426.             'sales_channel_definition.MoorlMagazine\\Core\\Content\\MagazineArticle\\Aggregate\\MagazineArticleTranslation\\MagazineArticleTranslationDefinition' => 'getMagazineArticleTranslationDefinition2Service',
  1427.             'sales_channel_definition.MoorlMagazine\\Core\\Content\\MagazineAuthor\\Aggregate\\MagazineAuthorTranslation\\MagazineAuthorTranslationDefinition' => 'getMagazineAuthorTranslationDefinition2Service',
  1428.             'sales_channel_definition.MoorlMagazine\\Core\\Content\\MagazineAuthor\\MagazineAuthorDefinition' => 'getMagazineAuthorDefinition2Service',
  1429.             'sales_channel_definition.MoorlMagazine\\Core\\Content\\MagazineCategory\\Aggregate\\MagazineCategoryTranslation\\MagazineCategoryTranslationDefinition' => 'getMagazineCategoryTranslationDefinition2Service',
  1430.             'sales_channel_definition.MoorlMagazine\\Core\\Content\\MagazineCategory\\MagazineCategoryDefinition' => 'getMagazineCategoryDefinition2Service',
  1431.             'sales_channel_definition.MoorlMagazine\\Core\\Content\\MagazineComment\\MagazineCommentDefinition' => 'getMagazineCommentDefinition2Service',
  1432.             'sales_channel_definition.Nds\\RecipeManager\\Core\\Content\\Category\\Aggregate\\CategoryTranslation\\CategoryTranslationDefinition' => 'getCategoryTranslationDefinition3Service',
  1433.             'sales_channel_definition.Nds\\RecipeManager\\Core\\Content\\Category\\CategoryDefinition' => 'getCategoryDefinition3Service',
  1434.             'sales_channel_definition.Nds\\RecipeManager\\Core\\Content\\Difficulty\\Aggregate\\DifficultyTranslation\\DifficultyTranslationDefinition' => 'getDifficultyTranslationDefinition2Service',
  1435.             'sales_channel_definition.Nds\\RecipeManager\\Core\\Content\\Difficulty\\DifficultyDefinition' => 'getDifficultyDefinition2Service',
  1436.             'sales_channel_definition.Nds\\RecipeManager\\Core\\Content\\Ingredient\\Aggregate\\IngredientTranslation\\IngredientTranslationDefinition' => 'getIngredientTranslationDefinition2Service',
  1437.             'sales_channel_definition.Nds\\RecipeManager\\Core\\Content\\Ingredient\\IngredientDefinition' => 'getIngredientDefinition2Service',
  1438.             'sales_channel_definition.Nds\\RecipeManager\\Core\\Content\\Recipe\\Aggregate\\RecipeCategory\\RecipeCategoryDefinition' => 'getRecipeCategoryDefinition2Service',
  1439.             'sales_channel_definition.Nds\\RecipeManager\\Core\\Content\\Recipe\\Aggregate\\RecipeIngredient\\RecipeIngredientDefinition' => 'getRecipeIngredientDefinition2Service',
  1440.             'sales_channel_definition.Nds\\RecipeManager\\Core\\Content\\Recipe\\Aggregate\\RecipeRelated\\RecipeRelatedDefinition' => 'getRecipeRelatedDefinition2Service',
  1441.             'sales_channel_definition.Nds\\RecipeManager\\Core\\Content\\Recipe\\Aggregate\\RecipeTag\\RecipeTagDefinition' => 'getRecipeTagDefinition2Service',
  1442.             'sales_channel_definition.Nds\\RecipeManager\\Core\\Content\\Recipe\\Aggregate\\RecipeTranslation\\RecipeTranslationDefinition' => 'getRecipeTranslationDefinition2Service',
  1443.             'sales_channel_definition.Nds\\RecipeManager\\Core\\Content\\Recipe\\RecipeDefinition' => 'getRecipeDefinition2Service',
  1444.             'sales_channel_definition.Nds\\RecipeManager\\Core\\Content\\Recipe\\RecipeMedia\\RecipeMediaDefinition' => 'getRecipeMediaDefinition2Service',
  1445.             'sales_channel_definition.Nds\\RecipeManager\\Core\\Content\\Tag\\Aggregate\\TagTranslation\\TagTranslationDefinition' => 'getTagTranslationDefinition2Service',
  1446.             'sales_channel_definition.Nds\\RecipeManager\\Core\\Content\\Tag\\TagDefinition' => 'getTagDefinition3Service',
  1447.             'sales_channel_definition.Nds\\RecipeManager\\Core\\Content\\TimeUnit\\TimeUnitDefinition' => 'getTimeUnitDefinition2Service',
  1448.             'sales_channel_definition.Nds\\RecipeManager\\Core\\Content\\Unit\\Aggregate\\UnitTranslation\\UnitTranslationDefinition' => 'getUnitTranslationDefinition3Service',
  1449.             'sales_channel_definition.Nds\\RecipeManager\\Core\\Content\\Unit\\UnitDefinition' => 'getUnitDefinition3Service',
  1450.             'sales_channel_definition.NetInventors\\NetiNextModal\\Core\\Content\\Modal\\Aggregate\\ModalCategory\\ModalCategoryDefinition' => 'getModalCategoryDefinition2Service',
  1451.             'sales_channel_definition.NetInventors\\NetiNextModal\\Core\\Content\\Modal\\Aggregate\\ModalLanguage\\ModalLanguageDefinition' => 'getModalLanguageDefinition2Service',
  1452.             'sales_channel_definition.NetInventors\\NetiNextModal\\Core\\Content\\Modal\\Aggregate\\ModalProduct\\ModalProductDefinition' => 'getModalProductDefinition2Service',
  1453.             'sales_channel_definition.NetInventors\\NetiNextModal\\Core\\Content\\Modal\\Aggregate\\ModalSalesChannel\\ModalSalesChannelDefinition' => 'getModalSalesChannelDefinition2Service',
  1454.             'sales_channel_definition.NetInventors\\NetiNextModal\\Core\\Content\\Modal\\Aggregate\\ModalSchedule\\ModalScheduleDefinition' => 'getModalScheduleDefinition2Service',
  1455.             'sales_channel_definition.NetInventors\\NetiNextModal\\Core\\Content\\Modal\\Aggregate\\ModalTranslation\\ModalTranslationDefinition' => 'getModalTranslationDefinition2Service',
  1456.             'sales_channel_definition.NetInventors\\NetiNextModal\\Core\\Content\\Modal\\ModalDefinition' => 'getModalDefinition2Service',
  1457.             'sales_channel_definition.Nimbits\\NimbitsArticleQuestionsNext\\ArticleQuestions\\ArticleQuestionEntityDefinition' => 'getArticleQuestionEntityDefinition2Service',
  1458.             'sales_channel_definition.Pixel\\LexikonSW6\\Entities\\Categories\\LexikonCategoriesDefinition' => 'getLexikonCategoriesDefinition2Service',
  1459.             'sales_channel_definition.Pixel\\LexikonSW6\\Entities\\Categories\\LexikonCategoriesTranslationDefinition' => 'getLexikonCategoriesTranslationDefinition2Service',
  1460.             'sales_channel_definition.Pixel\\LexikonSW6\\Entities\\Categories\\Reference\\LexikonCategoriesRoDefinition' => 'getLexikonCategoriesRoDefinition2Service',
  1461.             'sales_channel_definition.Pixel\\LexikonSW6\\Entities\\Items\\Aggregate\\LexikonMedia\\LexikonMediaDefinition' => 'getLexikonMediaDefinition2Service',
  1462.             'sales_channel_definition.Pixel\\LexikonSW6\\Entities\\Items\\LexikonDefinition' => 'getLexikonDefinition2Service',
  1463.             'sales_channel_definition.Pixel\\LexikonSW6\\Entities\\Items\\LexikonProductsDefinition' => 'getLexikonProductsDefinition2Service',
  1464.             'sales_channel_definition.Pixel\\LexikonSW6\\Entities\\Items\\LexikonTranslationDefinition' => 'getLexikonTranslationDefinition2Service',
  1465.             'sales_channel_definition.Pixel\\LexikonSW6\\Entities\\LexikonCatChannels\\LexikonCatChannelsDefinition' => 'getLexikonCatChannelsDefinition2Service',
  1466.             'sales_channel_definition.Pixel\\LexikonSW6\\Entities\\LexikonChannels\\LexikonChannelsDefinition' => 'getLexikonChannelsDefinition2Service',
  1467.             'sales_channel_definition.Redgecko\\Magnalister\\Core\\Content\\Bundle\\BundleCookieDefinition' => 'getBundleCookieDefinition2Service',
  1468.             'sales_channel_definition.Scop\\PlatformRedirecter\\Redirect\\RedirectDefinition' => 'getRedirectDefinition2Service',
  1469.             'sales_channel_definition.Shopware\\Administration\\Notification\\NotificationDefinition' => 'getNotificationDefinition2Service',
  1470.             'sales_channel_definition.Shopware\\Administration\\Snippet\\AppAdministrationSnippetDefinition' => 'getAppAdministrationSnippetDefinition2Service',
  1471.             'sales_channel_definition.Shopware\\Core\\Checkout\\Customer\\Aggregate\\CustomerAddress\\CustomerAddressDefinition' => 'getCustomerAddressDefinition2Service',
  1472.             'sales_channel_definition.Shopware\\Core\\Checkout\\Customer\\Aggregate\\CustomerGroupRegistrationSalesChannel\\CustomerGroupRegistrationSalesChannelDefinition' => 'getCustomerGroupRegistrationSalesChannelDefinition2Service',
  1473.             'sales_channel_definition.Shopware\\Core\\Checkout\\Customer\\Aggregate\\CustomerGroupTranslation\\CustomerGroupTranslationDefinition' => 'getCustomerGroupTranslationDefinition2Service',
  1474.             'sales_channel_definition.Shopware\\Core\\Checkout\\Customer\\Aggregate\\CustomerGroup\\CustomerGroupDefinition' => 'getCustomerGroupDefinition2Service',
  1475.             'sales_channel_definition.Shopware\\Core\\Checkout\\Customer\\Aggregate\\CustomerRecovery\\CustomerRecoveryDefinition' => 'getCustomerRecoveryDefinition2Service',
  1476.             'sales_channel_definition.Shopware\\Core\\Checkout\\Customer\\Aggregate\\CustomerTag\\CustomerTagDefinition' => 'getCustomerTagDefinition2Service',
  1477.             'sales_channel_definition.Shopware\\Core\\Checkout\\Customer\\Aggregate\\CustomerWishlistProduct\\CustomerWishlistProductDefinition' => 'getCustomerWishlistProductDefinition2Service',
  1478.             'sales_channel_definition.Shopware\\Core\\Checkout\\Customer\\Aggregate\\CustomerWishlist\\CustomerWishlistDefinition' => 'getCustomerWishlistDefinition2Service',
  1479.             'sales_channel_definition.Shopware\\Core\\Checkout\\Customer\\CustomerDefinition' => 'getCustomerDefinition2Service',
  1480.             'sales_channel_definition.Shopware\\Core\\Checkout\\Document\\Aggregate\\DocumentBaseConfigSalesChannel\\DocumentBaseConfigSalesChannelDefinition' => 'getDocumentBaseConfigSalesChannelDefinition2Service',
  1481.             'sales_channel_definition.Shopware\\Core\\Checkout\\Document\\Aggregate\\DocumentBaseConfig\\DocumentBaseConfigDefinition' => 'getDocumentBaseConfigDefinition2Service',
  1482.             'sales_channel_definition.Shopware\\Core\\Checkout\\Document\\Aggregate\\DocumentTypeTranslation\\DocumentTypeTranslationDefinition' => 'getDocumentTypeTranslationDefinition2Service',
  1483.             'sales_channel_definition.Shopware\\Core\\Checkout\\Document\\Aggregate\\DocumentType\\DocumentTypeDefinition' => 'getDocumentTypeDefinition2Service',
  1484.             'sales_channel_definition.Shopware\\Core\\Checkout\\Document\\DocumentDefinition' => 'getDocumentDefinition2Service',
  1485.             'sales_channel_definition.Shopware\\Core\\Checkout\\Order\\Aggregate\\OrderAddress\\OrderAddressDefinition' => 'getOrderAddressDefinition2Service',
  1486.             'sales_channel_definition.Shopware\\Core\\Checkout\\Order\\Aggregate\\OrderCustomer\\OrderCustomerDefinition' => 'getOrderCustomerDefinition2Service',
  1487.             'sales_channel_definition.Shopware\\Core\\Checkout\\Order\\Aggregate\\OrderDeliveryPosition\\OrderDeliveryPositionDefinition' => 'getOrderDeliveryPositionDefinition2Service',
  1488.             'sales_channel_definition.Shopware\\Core\\Checkout\\Order\\Aggregate\\OrderDelivery\\OrderDeliveryDefinition' => 'getOrderDeliveryDefinition2Service',
  1489.             'sales_channel_definition.Shopware\\Core\\Checkout\\Order\\Aggregate\\OrderLineItemDownload\\OrderLineItemDownloadDefinition' => 'getOrderLineItemDownloadDefinition2Service',
  1490.             'sales_channel_definition.Shopware\\Core\\Checkout\\Order\\Aggregate\\OrderLineItem\\OrderLineItemDefinition' => 'getOrderLineItemDefinition2Service',
  1491.             'sales_channel_definition.Shopware\\Core\\Checkout\\Order\\Aggregate\\OrderTag\\OrderTagDefinition' => 'getOrderTagDefinition2Service',
  1492.             'sales_channel_definition.Shopware\\Core\\Checkout\\Order\\Aggregate\\OrderTransactionCaptureRefundPosition\\OrderTransactionCaptureRefundPositionDefinition' => 'getOrderTransactionCaptureRefundPositionDefinition2Service',
  1493.             'sales_channel_definition.Shopware\\Core\\Checkout\\Order\\Aggregate\\OrderTransactionCaptureRefund\\OrderTransactionCaptureRefundDefinition' => 'getOrderTransactionCaptureRefundDefinition2Service',
  1494.             'sales_channel_definition.Shopware\\Core\\Checkout\\Order\\Aggregate\\OrderTransactionCapture\\OrderTransactionCaptureDefinition' => 'getOrderTransactionCaptureDefinition2Service',
  1495.             'sales_channel_definition.Shopware\\Core\\Checkout\\Order\\Aggregate\\OrderTransaction\\OrderTransactionDefinition' => 'getOrderTransactionDefinition2Service',
  1496.             'sales_channel_definition.Shopware\\Core\\Checkout\\Order\\OrderDefinition' => 'getOrderDefinition2Service',
  1497.             'sales_channel_definition.Shopware\\Core\\Checkout\\Payment\\Aggregate\\PaymentMethodTranslation\\PaymentMethodTranslationDefinition' => 'getPaymentMethodTranslationDefinition2Service',
  1498.             'sales_channel_definition.Shopware\\Core\\Checkout\\Promotion\\Aggregate\\PromotionCartRule\\PromotionCartRuleDefinition' => 'getPromotionCartRuleDefinition2Service',
  1499.             'sales_channel_definition.Shopware\\Core\\Checkout\\Promotion\\Aggregate\\PromotionDiscountPrice\\PromotionDiscountPriceDefinition' => 'getPromotionDiscountPriceDefinition2Service',
  1500.             'sales_channel_definition.Shopware\\Core\\Checkout\\Promotion\\Aggregate\\PromotionDiscountRule\\PromotionDiscountRuleDefinition' => 'getPromotionDiscountRuleDefinition2Service',
  1501.             'sales_channel_definition.Shopware\\Core\\Checkout\\Promotion\\Aggregate\\PromotionDiscount\\PromotionDiscountDefinition' => 'getPromotionDiscountDefinition2Service',
  1502.             'sales_channel_definition.Shopware\\Core\\Checkout\\Promotion\\Aggregate\\PromotionIndividualCode\\PromotionIndividualCodeDefinition' => 'getPromotionIndividualCodeDefinition2Service',
  1503.             'sales_channel_definition.Shopware\\Core\\Checkout\\Promotion\\Aggregate\\PromotionOrderRule\\PromotionOrderRuleDefinition' => 'getPromotionOrderRuleDefinition2Service',
  1504.             'sales_channel_definition.Shopware\\Core\\Checkout\\Promotion\\Aggregate\\PromotionPersonaCustomer\\PromotionPersonaCustomerDefinition' => 'getPromotionPersonaCustomerDefinition2Service',
  1505.             'sales_channel_definition.Shopware\\Core\\Checkout\\Promotion\\Aggregate\\PromotionPersonaRule\\PromotionPersonaRuleDefinition' => 'getPromotionPersonaRuleDefinition2Service',
  1506.             'sales_channel_definition.Shopware\\Core\\Checkout\\Promotion\\Aggregate\\PromotionSalesChannel\\PromotionSalesChannelDefinition' => 'getPromotionSalesChannelDefinition2Service',
  1507.             'sales_channel_definition.Shopware\\Core\\Checkout\\Promotion\\Aggregate\\PromotionSetGroupRule\\PromotionSetGroupRuleDefinition' => 'getPromotionSetGroupRuleDefinition2Service',
  1508.             'sales_channel_definition.Shopware\\Core\\Checkout\\Promotion\\Aggregate\\PromotionSetGroup\\PromotionSetGroupDefinition' => 'getPromotionSetGroupDefinition2Service',
  1509.             'sales_channel_definition.Shopware\\Core\\Checkout\\Promotion\\Aggregate\\PromotionTranslation\\PromotionTranslationDefinition' => 'getPromotionTranslationDefinition2Service',
  1510.             'sales_channel_definition.Shopware\\Core\\Checkout\\Promotion\\PromotionDefinition' => 'getPromotionDefinition2Service',
  1511.             'sales_channel_definition.Shopware\\Core\\Checkout\\Shipping\\Aggregate\\ShippingMethodPrice\\ShippingMethodPriceDefinition' => 'getShippingMethodPriceDefinition2Service',
  1512.             'sales_channel_definition.Shopware\\Core\\Checkout\\Shipping\\Aggregate\\ShippingMethodTag\\ShippingMethodTagDefinition' => 'getShippingMethodTagDefinition2Service',
  1513.             'sales_channel_definition.Shopware\\Core\\Checkout\\Shipping\\Aggregate\\ShippingMethodTranslation\\ShippingMethodTranslationDefinition' => 'getShippingMethodTranslationDefinition2Service',
  1514.             'sales_channel_definition.Shopware\\Core\\Content\\Category\\Aggregate\\CategoryTag\\CategoryTagDefinition' => 'getCategoryTagDefinition2Service',
  1515.             'sales_channel_definition.Shopware\\Core\\Content\\Category\\Aggregate\\CategoryTranslation\\CategoryTranslationDefinition' => 'getCategoryTranslationDefinition4Service',
  1516.             'sales_channel_definition.Shopware\\Core\\Content\\Cms\\Aggregate\\CmsBlock\\CmsBlockDefinition' => 'getCmsBlockDefinition2Service',
  1517.             'sales_channel_definition.Shopware\\Core\\Content\\Cms\\Aggregate\\CmsPageTranslation\\CmsPageTranslationDefinition' => 'getCmsPageTranslationDefinition2Service',
  1518.             'sales_channel_definition.Shopware\\Core\\Content\\Cms\\Aggregate\\CmsSection\\CmsSectionDefinition' => 'getCmsSectionDefinition2Service',
  1519.             'sales_channel_definition.Shopware\\Core\\Content\\Cms\\Aggregate\\CmsSlotTranslation\\CmsSlotTranslationDefinition' => 'getCmsSlotTranslationDefinition2Service',
  1520.             'sales_channel_definition.Shopware\\Core\\Content\\Cms\\Aggregate\\CmsSlot\\CmsSlotDefinition' => 'getCmsSlotDefinition2Service',
  1521.             'sales_channel_definition.Shopware\\Core\\Content\\Cms\\CmsPageDefinition' => 'getCmsPageDefinition2Service',
  1522.             'sales_channel_definition.Shopware\\Core\\Content\\Flow\\Aggregate\\FlowSequence\\FlowSequenceDefinition' => 'getFlowSequenceDefinition2Service',
  1523.             'sales_channel_definition.Shopware\\Core\\Content\\Flow\\Aggregate\\FlowTemplate\\FlowTemplateDefinition' => 'getFlowTemplateDefinition2Service',
  1524.             'sales_channel_definition.Shopware\\Core\\Content\\Flow\\FlowDefinition' => 'getFlowDefinition2Service',
  1525.             'sales_channel_definition.Shopware\\Core\\Content\\ImportExport\\Aggregate\\ImportExportFile\\ImportExportFileDefinition' => 'getImportExportFileDefinition2Service',
  1526.             'sales_channel_definition.Shopware\\Core\\Content\\ImportExport\\Aggregate\\ImportExportLog\\ImportExportLogDefinition' => 'getImportExportLogDefinition2Service',
  1527.             'sales_channel_definition.Shopware\\Core\\Content\\ImportExport\\ImportExportProfileDefinition' => 'getImportExportProfileDefinition2Service',
  1528.             'sales_channel_definition.Shopware\\Core\\Content\\ImportExport\\ImportExportProfileTranslationDefinition' => 'getImportExportProfileTranslationDefinition2Service',
  1529.             'sales_channel_definition.Shopware\\Core\\Content\\LandingPage\\Aggregate\\LandingPageSalesChannel\\LandingPageSalesChannelDefinition' => 'getLandingPageSalesChannelDefinition2Service',
  1530.             'sales_channel_definition.Shopware\\Core\\Content\\LandingPage\\Aggregate\\LandingPageTag\\LandingPageTagDefinition' => 'getLandingPageTagDefinition2Service',
  1531.             'sales_channel_definition.Shopware\\Core\\Content\\LandingPage\\Aggregate\\LandingPageTranslation\\LandingPageTranslationDefinition' => 'getLandingPageTranslationDefinition2Service',
  1532.             'sales_channel_definition.Shopware\\Core\\Content\\MailTemplate\\Aggregate\\MailHeaderFooterTranslation\\MailHeaderFooterTranslationDefinition' => 'getMailHeaderFooterTranslationDefinition2Service',
  1533.             'sales_channel_definition.Shopware\\Core\\Content\\MailTemplate\\Aggregate\\MailHeaderFooter\\MailHeaderFooterDefinition' => 'getMailHeaderFooterDefinition2Service',
  1534.             'sales_channel_definition.Shopware\\Core\\Content\\MailTemplate\\Aggregate\\MailTemplateMedia\\MailTemplateMediaDefinition' => 'getMailTemplateMediaDefinition2Service',
  1535.             'sales_channel_definition.Shopware\\Core\\Content\\MailTemplate\\Aggregate\\MailTemplateTranslation\\MailTemplateTranslationDefinition' => 'getMailTemplateTranslationDefinition2Service',
  1536.             'sales_channel_definition.Shopware\\Core\\Content\\MailTemplate\\Aggregate\\MailTemplateTypeTranslation\\MailTemplateTypeTranslationDefinition' => 'getMailTemplateTypeTranslationDefinition2Service',
  1537.             'sales_channel_definition.Shopware\\Core\\Content\\MailTemplate\\Aggregate\\MailTemplateType\\MailTemplateTypeDefinition' => 'getMailTemplateTypeDefinition2Service',
  1538.             'sales_channel_definition.Shopware\\Core\\Content\\MailTemplate\\MailTemplateDefinition' => 'getMailTemplateDefinition2Service',
  1539.             'sales_channel_definition.Shopware\\Core\\Content\\Media\\Aggregate\\MediaDefaultFolder\\MediaDefaultFolderDefinition' => 'getMediaDefaultFolderDefinition2Service',
  1540.             'sales_channel_definition.Shopware\\Core\\Content\\Media\\Aggregate\\MediaFolderConfigurationMediaThumbnailSize\\MediaFolderConfigurationMediaThumbnailSizeDefinition' => 'getMediaFolderConfigurationMediaThumbnailSizeDefinition2Service',
  1541.             'sales_channel_definition.Shopware\\Core\\Content\\Media\\Aggregate\\MediaFolderConfiguration\\MediaFolderConfigurationDefinition' => 'getMediaFolderConfigurationDefinition2Service',
  1542.             'sales_channel_definition.Shopware\\Core\\Content\\Media\\Aggregate\\MediaFolder\\MediaFolderDefinition' => 'getMediaFolderDefinition2Service',
  1543.             'sales_channel_definition.Shopware\\Core\\Content\\Media\\Aggregate\\MediaTag\\MediaTagDefinition' => 'getMediaTagDefinition2Service',
  1544.             'sales_channel_definition.Shopware\\Core\\Content\\Media\\Aggregate\\MediaThumbnailSize\\MediaThumbnailSizeDefinition' => 'getMediaThumbnailSizeDefinition2Service',
  1545.             'sales_channel_definition.Shopware\\Core\\Content\\Media\\Aggregate\\MediaThumbnail\\MediaThumbnailDefinition' => 'getMediaThumbnailDefinition2Service',
  1546.             'sales_channel_definition.Shopware\\Core\\Content\\Media\\Aggregate\\MediaTranslation\\MediaTranslationDefinition' => 'getMediaTranslationDefinition2Service',
  1547.             'sales_channel_definition.Shopware\\Core\\Content\\Media\\MediaDefinition' => 'getMediaDefinition2Service',
  1548.             'sales_channel_definition.Shopware\\Core\\Content\\Newsletter\\Aggregate\\NewsletterRecipientTag\\NewsletterRecipientTagDefinition' => 'getNewsletterRecipientTagDefinition2Service',
  1549.             'sales_channel_definition.Shopware\\Core\\Content\\ProductExport\\ProductExportDefinition' => 'getProductExportDefinition2Service',
  1550.             'sales_channel_definition.Shopware\\Core\\Content\\ProductStream\\Aggregate\\ProductStreamFilter\\ProductStreamFilterDefinition' => 'getProductStreamFilterDefinition2Service',
  1551.             'sales_channel_definition.Shopware\\Core\\Content\\ProductStream\\Aggregate\\ProductStreamTranslation\\ProductStreamTranslationDefinition' => 'getProductStreamTranslationDefinition2Service',
  1552.             'sales_channel_definition.Shopware\\Core\\Content\\ProductStream\\ProductStreamDefinition' => 'getProductStreamDefinition2Service',
  1553.             'sales_channel_definition.Shopware\\Core\\Content\\Product\\Aggregate\\ProductCategoryTree\\ProductCategoryTreeDefinition' => 'getProductCategoryTreeDefinition2Service',
  1554.             'sales_channel_definition.Shopware\\Core\\Content\\Product\\Aggregate\\ProductCategory\\ProductCategoryDefinition' => 'getProductCategoryDefinition2Service',
  1555.             'sales_channel_definition.Shopware\\Core\\Content\\Product\\Aggregate\\ProductConfiguratorSetting\\ProductConfiguratorSettingDefinition' => 'getProductConfiguratorSettingDefinition2Service',
  1556.             'sales_channel_definition.Shopware\\Core\\Content\\Product\\Aggregate\\ProductCrossSellingAssignedProducts\\ProductCrossSellingAssignedProductsDefinition' => 'getProductCrossSellingAssignedProductsDefinition2Service',
  1557.             'sales_channel_definition.Shopware\\Core\\Content\\Product\\Aggregate\\ProductCrossSellingTranslation\\ProductCrossSellingTranslationDefinition' => 'getProductCrossSellingTranslationDefinition2Service',
  1558.             'sales_channel_definition.Shopware\\Core\\Content\\Product\\Aggregate\\ProductCrossSelling\\ProductCrossSellingDefinition' => 'getProductCrossSellingDefinition2Service',
  1559.             'sales_channel_definition.Shopware\\Core\\Content\\Product\\Aggregate\\ProductCustomFieldSet\\ProductCustomFieldSetDefinition' => 'getProductCustomFieldSetDefinition2Service',
  1560.             'sales_channel_definition.Shopware\\Core\\Content\\Product\\Aggregate\\ProductDownload\\ProductDownloadDefinition' => 'getProductDownloadDefinition2Service',
  1561.             'sales_channel_definition.Shopware\\Core\\Content\\Product\\Aggregate\\ProductFeatureSetTranslation\\ProductFeatureSetTranslationDefinition' => 'getProductFeatureSetTranslationDefinition2Service',
  1562.             'sales_channel_definition.Shopware\\Core\\Content\\Product\\Aggregate\\ProductFeatureSet\\ProductFeatureSetDefinition' => 'getProductFeatureSetDefinition2Service',
  1563.             'sales_channel_definition.Shopware\\Core\\Content\\Product\\Aggregate\\ProductKeywordDictionary\\ProductKeywordDictionaryDefinition' => 'getProductKeywordDictionaryDefinition2Service',
  1564.             'sales_channel_definition.Shopware\\Core\\Content\\Product\\Aggregate\\ProductManufacturerTranslation\\ProductManufacturerTranslationDefinition' => 'getProductManufacturerTranslationDefinition2Service',
  1565.             'sales_channel_definition.Shopware\\Core\\Content\\Product\\Aggregate\\ProductManufacturer\\ProductManufacturerDefinition' => 'getProductManufacturerDefinition2Service',
  1566.             'sales_channel_definition.Shopware\\Core\\Content\\Product\\Aggregate\\ProductMedia\\ProductMediaDefinition' => 'getProductMediaDefinition2Service',
  1567.             'sales_channel_definition.Shopware\\Core\\Content\\Product\\Aggregate\\ProductOption\\ProductOptionDefinition' => 'getProductOptionDefinition2Service',
  1568.             'sales_channel_definition.Shopware\\Core\\Content\\Product\\Aggregate\\ProductPrice\\ProductPriceDefinition' => 'getProductPriceDefinition2Service',
  1569.             'sales_channel_definition.Shopware\\Core\\Content\\Product\\Aggregate\\ProductProperty\\ProductPropertyDefinition' => 'getProductPropertyDefinition2Service',
  1570.             'sales_channel_definition.Shopware\\Core\\Content\\Product\\Aggregate\\ProductReview\\ProductReviewDefinition' => 'getProductReviewDefinition2Service',
  1571.             'sales_channel_definition.Shopware\\Core\\Content\\Product\\Aggregate\\ProductSearchConfigField\\ProductSearchConfigFieldDefinition' => 'getProductSearchConfigFieldDefinition2Service',
  1572.             'sales_channel_definition.Shopware\\Core\\Content\\Product\\Aggregate\\ProductSearchConfig\\ProductSearchConfigDefinition' => 'getProductSearchConfigDefinition2Service',
  1573.             'sales_channel_definition.Shopware\\Core\\Content\\Product\\Aggregate\\ProductSearchKeyword\\ProductSearchKeywordDefinition' => 'getProductSearchKeywordDefinition2Service',
  1574.             'sales_channel_definition.Shopware\\Core\\Content\\Product\\Aggregate\\ProductStreamMapping\\ProductStreamMappingDefinition' => 'getProductStreamMappingDefinition2Service',
  1575.             'sales_channel_definition.Shopware\\Core\\Content\\Product\\Aggregate\\ProductTag\\ProductTagDefinition' => 'getProductTagDefinition2Service',
  1576.             'sales_channel_definition.Shopware\\Core\\Content\\Product\\Aggregate\\ProductTranslation\\ProductTranslationDefinition' => 'getProductTranslationDefinition2Service',
  1577.             'sales_channel_definition.Shopware\\Core\\Content\\Product\\Aggregate\\ProductVisibility\\ProductVisibilityDefinition' => 'getProductVisibilityDefinition2Service',
  1578.             'sales_channel_definition.Shopware\\Core\\Content\\Product\\SalesChannel\\Sorting\\ProductSortingDefinition' => 'getProductSortingDefinition2Service',
  1579.             'sales_channel_definition.Shopware\\Core\\Content\\Product\\SalesChannel\\Sorting\\ProductSortingTranslationDefinition' => 'getProductSortingTranslationDefinition2Service',
  1580.             'sales_channel_definition.Shopware\\Core\\Content\\Property\\Aggregate\\PropertyGroupOptionTranslation\\PropertyGroupOptionTranslationDefinition' => 'getPropertyGroupOptionTranslationDefinition2Service',
  1581.             'sales_channel_definition.Shopware\\Core\\Content\\Property\\Aggregate\\PropertyGroupOption\\PropertyGroupOptionDefinition' => 'getPropertyGroupOptionDefinition2Service',
  1582.             'sales_channel_definition.Shopware\\Core\\Content\\Property\\Aggregate\\PropertyGroupTranslation\\PropertyGroupTranslationDefinition' => 'getPropertyGroupTranslationDefinition2Service',
  1583.             'sales_channel_definition.Shopware\\Core\\Content\\Property\\PropertyGroupDefinition' => 'getPropertyGroupDefinition2Service',
  1584.             'sales_channel_definition.Shopware\\Core\\Content\\Rule\\Aggregate\\RuleCondition\\RuleConditionDefinition' => 'getRuleConditionDefinition2Service',
  1585.             'sales_channel_definition.Shopware\\Core\\Content\\Rule\\Aggregate\\RuleTag\\RuleTagDefinition' => 'getRuleTagDefinition2Service',
  1586.             'sales_channel_definition.Shopware\\Core\\Content\\Rule\\RuleDefinition' => 'getRuleDefinition2Service',
  1587.             'sales_channel_definition.Shopware\\Core\\Content\\Seo\\SeoUrlTemplate\\SeoUrlTemplateDefinition' => 'getSeoUrlTemplateDefinition2Service',
  1588.             'sales_channel_definition.Shopware\\Core\\Framework\\Api\\Acl\\Role\\AclRoleDefinition' => 'getAclRoleDefinition2Service',
  1589.             'sales_channel_definition.Shopware\\Core\\Framework\\Api\\Acl\\Role\\AclUserRoleDefinition' => 'getAclUserRoleDefinition2Service',
  1590.             'sales_channel_definition.Shopware\\Core\\Framework\\App\\Aggregate\\ActionButtonTranslation\\ActionButtonTranslationDefinition' => 'getActionButtonTranslationDefinition2Service',
  1591.             'sales_channel_definition.Shopware\\Core\\Framework\\App\\Aggregate\\ActionButton\\ActionButtonDefinition' => 'getActionButtonDefinition2Service',
  1592.             'sales_channel_definition.Shopware\\Core\\Framework\\App\\Aggregate\\AppPaymentMethod\\AppPaymentMethodDefinition' => 'getAppPaymentMethodDefinition2Service',
  1593.             'sales_channel_definition.Shopware\\Core\\Framework\\App\\Aggregate\\AppScriptConditionTranslation\\AppScriptConditionTranslationDefinition' => 'getAppScriptConditionTranslationDefinition2Service',
  1594.             'sales_channel_definition.Shopware\\Core\\Framework\\App\\Aggregate\\AppScriptCondition\\AppScriptConditionDefinition' => 'getAppScriptConditionDefinition2Service',
  1595.             'sales_channel_definition.Shopware\\Core\\Framework\\App\\Aggregate\\AppTranslation\\AppTranslationDefinition' => 'getAppTranslationDefinition2Service',
  1596.             'sales_channel_definition.Shopware\\Core\\Framework\\App\\Aggregate\\CmsBlockTranslation\\AppCmsBlockTranslationDefinition' => 'getAppCmsBlockTranslationDefinition2Service',
  1597.             'sales_channel_definition.Shopware\\Core\\Framework\\App\\Aggregate\\CmsBlock\\AppCmsBlockDefinition' => 'getAppCmsBlockDefinition2Service',
  1598.             'sales_channel_definition.Shopware\\Core\\Framework\\App\\Aggregate\\FlowActionTranslation\\AppFlowActionTranslationDefinition' => 'getAppFlowActionTranslationDefinition2Service',
  1599.             'sales_channel_definition.Shopware\\Core\\Framework\\App\\Aggregate\\FlowAction\\AppFlowActionDefinition' => 'getAppFlowActionDefinition2Service',
  1600.             'sales_channel_definition.Shopware\\Core\\Framework\\App\\AppDefinition' => 'getAppDefinition2Service',
  1601.             'sales_channel_definition.Shopware\\Core\\Framework\\App\\Template\\TemplateDefinition' => 'getTemplateDefinition2Service',
  1602.             'sales_channel_definition.Shopware\\Core\\Framework\\DataAbstractionLayer\\Version\\Aggregate\\VersionCommitData\\VersionCommitDataDefinition' => 'getVersionCommitDataDefinition2Service',
  1603.             'sales_channel_definition.Shopware\\Core\\Framework\\DataAbstractionLayer\\Version\\Aggregate\\VersionCommit\\VersionCommitDefinition' => 'getVersionCommitDefinition2Service',
  1604.             'sales_channel_definition.Shopware\\Core\\Framework\\DataAbstractionLayer\\Version\\VersionDefinition' => 'getVersionDefinition2Service',
  1605.             'sales_channel_definition.Shopware\\Core\\Framework\\Event\\EventAction\\Aggregate\\EventActionRule\\EventActionRuleDefinition' => 'getEventActionRuleDefinition2Service',
  1606.             'sales_channel_definition.Shopware\\Core\\Framework\\Event\\EventAction\\Aggregate\\EventActionSalesChannel\\EventActionSalesChannelDefinition' => 'getEventActionSalesChannelDefinition2Service',
  1607.             'sales_channel_definition.Shopware\\Core\\Framework\\Event\\EventAction\\EventActionDefinition' => 'getEventActionDefinition2Service',
  1608.             'sales_channel_definition.Shopware\\Core\\Framework\\Log\\LogEntryDefinition' => 'getLogEntryDefinition2Service',
  1609.             'sales_channel_definition.Shopware\\Core\\Framework\\MessageQueue\\DeadMessage\\DeadMessageDefinition' => 'getDeadMessageDefinition2Service',
  1610.             'sales_channel_definition.Shopware\\Core\\Framework\\MessageQueue\\MessageQueueStatsDefinition' => 'getMessageQueueStatsDefinition2Service',
  1611.             'sales_channel_definition.Shopware\\Core\\Framework\\MessageQueue\\ScheduledTask\\ScheduledTaskDefinition' => 'getScheduledTaskDefinition2Service',
  1612.             'sales_channel_definition.Shopware\\Core\\Framework\\Plugin\\Aggregate\\PluginTranslation\\PluginTranslationDefinition' => 'getPluginTranslationDefinition2Service',
  1613.             'sales_channel_definition.Shopware\\Core\\Framework\\Plugin\\PluginDefinition' => 'getPluginDefinition2Service',
  1614.             'sales_channel_definition.Shopware\\Core\\Framework\\Script\\ScriptDefinition' => 'getScriptDefinition2Service',
  1615.             'sales_channel_definition.Shopware\\Core\\Framework\\Webhook\\EventLog\\WebhookEventLogDefinition' => 'getWebhookEventLogDefinition2Service',
  1616.             'sales_channel_definition.Shopware\\Core\\Framework\\Webhook\\WebhookDefinition' => 'getWebhookDefinition2Service',
  1617.             'sales_channel_definition.Shopware\\Core\\System\\Country\\Aggregate\\CountryStateTranslation\\CountryStateTranslationDefinition' => 'getCountryStateTranslationDefinition2Service',
  1618.             'sales_channel_definition.Shopware\\Core\\System\\Country\\Aggregate\\CountryTranslation\\CountryTranslationDefinition' => 'getCountryTranslationDefinition2Service',
  1619.             'sales_channel_definition.Shopware\\Core\\System\\Currency\\Aggregate\\CurrencyCountryRounding\\CurrencyCountryRoundingDefinition' => 'getCurrencyCountryRoundingDefinition2Service',
  1620.             'sales_channel_definition.Shopware\\Core\\System\\Currency\\Aggregate\\CurrencyTranslation\\CurrencyTranslationDefinition' => 'getCurrencyTranslationDefinition2Service',
  1621.             'sales_channel_definition.Shopware\\Core\\System\\CustomEntity\\CustomEntityDefinition' => 'getCustomEntityDefinition2Service',
  1622.             'sales_channel_definition.Shopware\\Core\\System\\CustomField\\Aggregate\\CustomFieldSetRelation\\CustomFieldSetRelationDefinition' => 'getCustomFieldSetRelationDefinition2Service',
  1623.             'sales_channel_definition.Shopware\\Core\\System\\CustomField\\Aggregate\\CustomFieldSet\\CustomFieldSetDefinition' => 'getCustomFieldSetDefinition2Service',
  1624.             'sales_channel_definition.Shopware\\Core\\System\\CustomField\\CustomFieldDefinition' => 'getCustomFieldDefinition2Service',
  1625.             'sales_channel_definition.Shopware\\Core\\System\\DeliveryTime\\Aggregate\\DeliveryTimeTranslation\\DeliveryTimeTranslationDefinition' => 'getDeliveryTimeTranslationDefinition2Service',
  1626.             'sales_channel_definition.Shopware\\Core\\System\\DeliveryTime\\DeliveryTimeDefinition' => 'getDeliveryTimeDefinition2Service',
  1627.             'sales_channel_definition.Shopware\\Core\\System\\Integration\\Aggregate\\IntegrationRole\\IntegrationRoleDefinition' => 'getIntegrationRoleDefinition2Service',
  1628.             'sales_channel_definition.Shopware\\Core\\System\\Integration\\IntegrationDefinition' => 'getIntegrationDefinition2Service',
  1629.             'sales_channel_definition.Shopware\\Core\\System\\Locale\\Aggregate\\LocaleTranslation\\LocaleTranslationDefinition' => 'getLocaleTranslationDefinition2Service',
  1630.             'sales_channel_definition.Shopware\\Core\\System\\Locale\\LocaleDefinition' => 'getLocaleDefinition2Service',
  1631.             'sales_channel_definition.Shopware\\Core\\System\\NumberRange\\Aggregate\\NumberRangeSalesChannel\\NumberRangeSalesChannelDefinition' => 'getNumberRangeSalesChannelDefinition2Service',
  1632.             'sales_channel_definition.Shopware\\Core\\System\\NumberRange\\Aggregate\\NumberRangeState\\NumberRangeStateDefinition' => 'getNumberRangeStateDefinition2Service',
  1633.             'sales_channel_definition.Shopware\\Core\\System\\NumberRange\\Aggregate\\NumberRangeTranslation\\NumberRangeTranslationDefinition' => 'getNumberRangeTranslationDefinition2Service',
  1634.             'sales_channel_definition.Shopware\\Core\\System\\NumberRange\\Aggregate\\NumberRangeTypeTranslation\\NumberRangeTypeTranslationDefinition' => 'getNumberRangeTypeTranslationDefinition2Service',
  1635.             'sales_channel_definition.Shopware\\Core\\System\\NumberRange\\Aggregate\\NumberRangeType\\NumberRangeTypeDefinition' => 'getNumberRangeTypeDefinition2Service',
  1636.             'sales_channel_definition.Shopware\\Core\\System\\NumberRange\\NumberRangeDefinition' => 'getNumberRangeDefinition2Service',
  1637.             'sales_channel_definition.Shopware\\Core\\System\\SalesChannel\\Aggregate\\SalesChannelAnalytics\\SalesChannelAnalyticsDefinition' => 'getSalesChannelAnalyticsDefinition2Service',
  1638.             'sales_channel_definition.Shopware\\Core\\System\\SalesChannel\\Aggregate\\SalesChannelCountry\\SalesChannelCountryDefinition' => 'getSalesChannelCountryDefinition3Service',
  1639.             'sales_channel_definition.Shopware\\Core\\System\\SalesChannel\\Aggregate\\SalesChannelCurrency\\SalesChannelCurrencyDefinition' => 'getSalesChannelCurrencyDefinition3Service',
  1640.             'sales_channel_definition.Shopware\\Core\\System\\SalesChannel\\Aggregate\\SalesChannelDomain\\SalesChannelDomainDefinition' => 'getSalesChannelDomainDefinition2Service',
  1641.             'sales_channel_definition.Shopware\\Core\\System\\SalesChannel\\Aggregate\\SalesChannelLanguage\\SalesChannelLanguageDefinition' => 'getSalesChannelLanguageDefinition3Service',
  1642.             'sales_channel_definition.Shopware\\Core\\System\\SalesChannel\\Aggregate\\SalesChannelPaymentMethod\\SalesChannelPaymentMethodDefinition' => 'getSalesChannelPaymentMethodDefinition3Service',
  1643.             'sales_channel_definition.Shopware\\Core\\System\\SalesChannel\\Aggregate\\SalesChannelShippingMethod\\SalesChannelShippingMethodDefinition' => 'getSalesChannelShippingMethodDefinition3Service',
  1644.             'sales_channel_definition.Shopware\\Core\\System\\SalesChannel\\Aggregate\\SalesChannelTranslation\\SalesChannelTranslationDefinition' => 'getSalesChannelTranslationDefinition2Service',
  1645.             'sales_channel_definition.Shopware\\Core\\System\\SalesChannel\\Aggregate\\SalesChannelTypeTranslation\\SalesChannelTypeTranslationDefinition' => 'getSalesChannelTypeTranslationDefinition2Service',
  1646.             'sales_channel_definition.Shopware\\Core\\System\\SalesChannel\\Aggregate\\SalesChannelType\\SalesChannelTypeDefinition' => 'getSalesChannelTypeDefinition2Service',
  1647.             'sales_channel_definition.Shopware\\Core\\System\\SalesChannel\\SalesChannelDefinition' => 'getSalesChannelDefinition2Service',
  1648.             'sales_channel_definition.Shopware\\Core\\System\\Salutation\\Aggregate\\SalutationTranslation\\SalutationTranslationDefinition' => 'getSalutationTranslationDefinition2Service',
  1649.             'sales_channel_definition.Shopware\\Core\\System\\Snippet\\Aggregate\\SnippetSet\\SnippetSetDefinition' => 'getSnippetSetDefinition2Service',
  1650.             'sales_channel_definition.Shopware\\Core\\System\\Snippet\\SnippetDefinition' => 'getSnippetDefinition2Service',
  1651.             'sales_channel_definition.Shopware\\Core\\System\\StateMachine\\Aggregation\\StateMachineHistory\\StateMachineHistoryDefinition' => 'getStateMachineHistoryDefinition2Service',
  1652.             'sales_channel_definition.Shopware\\Core\\System\\StateMachine\\Aggregation\\StateMachineState\\StateMachineStateDefinition' => 'getStateMachineStateDefinition2Service',
  1653.             'sales_channel_definition.Shopware\\Core\\System\\StateMachine\\Aggregation\\StateMachineState\\StateMachineStateTranslationDefinition' => 'getStateMachineStateTranslationDefinition2Service',
  1654.             'sales_channel_definition.Shopware\\Core\\System\\StateMachine\\Aggregation\\StateMachineTransition\\StateMachineTransitionDefinition' => 'getStateMachineTransitionDefinition2Service',
  1655.             'sales_channel_definition.Shopware\\Core\\System\\StateMachine\\StateMachineDefinition' => 'getStateMachineDefinition2Service',
  1656.             'sales_channel_definition.Shopware\\Core\\System\\StateMachine\\StateMachineTranslationDefinition' => 'getStateMachineTranslationDefinition2Service',
  1657.             'sales_channel_definition.Shopware\\Core\\System\\SystemConfig\\SystemConfigDefinition' => 'getSystemConfigDefinition2Service',
  1658.             'sales_channel_definition.Shopware\\Core\\System\\Tag\\TagDefinition' => 'getTagDefinition4Service',
  1659.             'sales_channel_definition.Shopware\\Core\\System\\Tax\\Aggregate\\TaxRuleTypeTranslation\\TaxRuleTypeTranslationDefinition' => 'getTaxRuleTypeTranslationDefinition2Service',
  1660.             'sales_channel_definition.Shopware\\Core\\System\\Tax\\Aggregate\\TaxRuleType\\TaxRuleTypeDefinition' => 'getTaxRuleTypeDefinition2Service',
  1661.             'sales_channel_definition.Shopware\\Core\\System\\Tax\\Aggregate\\TaxRule\\TaxRuleDefinition' => 'getTaxRuleDefinition2Service',
  1662.             'sales_channel_definition.Shopware\\Core\\System\\Tax\\TaxDefinition' => 'getTaxDefinition2Service',
  1663.             'sales_channel_definition.Shopware\\Core\\System\\Unit\\Aggregate\\UnitTranslation\\UnitTranslationDefinition' => 'getUnitTranslationDefinition4Service',
  1664.             'sales_channel_definition.Shopware\\Core\\System\\Unit\\UnitDefinition' => 'getUnitDefinition4Service',
  1665.             'sales_channel_definition.Shopware\\Core\\System\\User\\Aggregate\\UserAccessKey\\UserAccessKeyDefinition' => 'getUserAccessKeyDefinition2Service',
  1666.             'sales_channel_definition.Shopware\\Core\\System\\User\\Aggregate\\UserConfig\\UserConfigDefinition' => 'getUserConfigDefinition2Service',
  1667.             'sales_channel_definition.Shopware\\Core\\System\\User\\Aggregate\\UserRecovery\\UserRecoveryDefinition' => 'getUserRecoveryDefinition2Service',
  1668.             'sales_channel_definition.Shopware\\Core\\System\\User\\UserDefinition' => 'getUserDefinition2Service',
  1669.             'sales_channel_definition.Shopware\\Storefront\\Theme\\Aggregate\\ThemeChildDefinition' => 'getThemeChildDefinition2Service',
  1670.             'sales_channel_definition.Shopware\\Storefront\\Theme\\Aggregate\\ThemeMediaDefinition' => 'getThemeMediaDefinition2Service',
  1671.             'sales_channel_definition.Shopware\\Storefront\\Theme\\Aggregate\\ThemeSalesChannelDefinition' => 'getThemeSalesChannelDefinition2Service',
  1672.             'sales_channel_definition.Shopware\\Storefront\\Theme\\Aggregate\\ThemeTranslationDefinition' => 'getThemeTranslationDefinition2Service',
  1673.             'sales_channel_definition.Shopware\\Storefront\\Theme\\ThemeDefinition' => 'getThemeDefinition2Service',
  1674.             'sales_channel_definition.SwagMigrationAssistant\\Migration\\Connection\\SwagMigrationConnectionDefinition' => 'getSwagMigrationConnectionDefinition2Service',
  1675.             'sales_channel_definition.SwagMigrationAssistant\\Migration\\Data\\SwagMigrationDataDefinition' => 'getSwagMigrationDataDefinition2Service',
  1676.             'sales_channel_definition.SwagMigrationAssistant\\Migration\\Logging\\SwagMigrationLoggingDefinition' => 'getSwagMigrationLoggingDefinition2Service',
  1677.             'sales_channel_definition.SwagMigrationAssistant\\Migration\\Mapping\\SwagMigrationMappingDefinition' => 'getSwagMigrationMappingDefinition2Service',
  1678.             'sales_channel_definition.SwagMigrationAssistant\\Migration\\Media\\SwagMigrationMediaFileDefinition' => 'getSwagMigrationMediaFileDefinition2Service',
  1679.             'sales_channel_definition.SwagMigrationAssistant\\Migration\\Run\\SwagMigrationRunDefinition' => 'getSwagMigrationRunDefinition2Service',
  1680.             'sales_channel_definition.SwagMigrationAssistant\\Migration\\Setting\\GeneralSettingDefinition' => 'getGeneralSettingDefinition2Service',
  1681.             'sales_channel_definition.Swag\\AmazonPay\\DataAbstractionLayer\\Entity\\AmazonPayTransaction\\AmazonPayTransactionDefinition' => 'getAmazonPayTransactionDefinition2Service',
  1682.             'sales_channel_definition.Swag\\AmazonPay\\DataAbstractionLayer\\Entity\\PaymentNotification\\PaymentNotificationDefinition' => 'getPaymentNotificationDefinition2Service',
  1683.             'sales_channel_definition.Swag\\AmazonPay\\DataAbstractionLayer\\Entity\\SignUpToken\\SignUpTokenDefinition' => 'getSignUpTokenDefinition2Service',
  1684.             'sales_channel_definition.Swag\\PayPal\\Pos\\DataAbstractionLayer\\Entity\\PosSalesChannelDefinition' => 'getPosSalesChannelDefinition2Service',
  1685.             'sales_channel_definition.Swag\\PayPal\\Pos\\DataAbstractionLayer\\Entity\\PosSalesChannelInventoryDefinition' => 'getPosSalesChannelInventoryDefinition2Service',
  1686.             'sales_channel_definition.Swag\\PayPal\\Pos\\DataAbstractionLayer\\Entity\\PosSalesChannelMediaDefinition' => 'getPosSalesChannelMediaDefinition2Service',
  1687.             'sales_channel_definition.Swag\\PayPal\\Pos\\DataAbstractionLayer\\Entity\\PosSalesChannelProductDefinition' => 'getPosSalesChannelProductDefinition2Service',
  1688.             'sales_channel_definition.Swag\\PayPal\\Pos\\DataAbstractionLayer\\Entity\\PosSalesChannelRunDefinition' => 'getPosSalesChannelRunDefinition2Service',
  1689.             'sales_channel_definition.Swag\\PayPal\\Pos\\DataAbstractionLayer\\Entity\\PosSalesChannelRunLogDefinition' => 'getPosSalesChannelRunLogDefinition2Service',
  1690.             'sales_channel_definition.UnzerPayment6\\DataAbstractionLayer\\Entity\\PaymentDevice\\UnzerPaymentDeviceDefinition' => 'getUnzerPaymentDeviceDefinition2Service',
  1691.             'sales_channel_definition.UnzerPayment6\\DataAbstractionLayer\\Entity\\TransferInfo\\UnzerPaymentTransferInfoEntityDefinition' => 'getUnzerPaymentTransferInfoEntityDefinition2Service',
  1692.             'sales_channel_definition.Wbm\\TagManagerEcomm\\Core\\Content\\Module\\ModuleDefinition' => 'getModuleDefinition2Service',
  1693.             'sales_channel_definition.Wbm\\TagManagerEcomm\\Core\\Content\\Property\\PropertyDefinition' => 'getPropertyDefinition2Service',
  1694.             'sales_channel_definition.Zeobv\\AbandonedCart\\Checkout\\AbandonedCart\\AbandonedCartDefinition' => 'getAbandonedCartDefinition2Service',
  1695.             'sales_channel_domain.repository' => 'getSalesChannelDomain_RepositoryService',
  1696.             'sales_channel_language.repository' => 'getSalesChannelLanguage_RepositoryService',
  1697.             'sales_channel_payment_method.repository' => 'getSalesChannelPaymentMethod_RepositoryService',
  1698.             'sales_channel_shipping_method.repository' => 'getSalesChannelShippingMethod_RepositoryService',
  1699.             'sales_channel_translation.repository' => 'getSalesChannelTranslation_RepositoryService',
  1700.             'sales_channel_type.repository' => 'getSalesChannelType_RepositoryService',
  1701.             'sales_channel_type_translation.repository' => 'getSalesChannelTypeTranslation_RepositoryService',
  1702.             'salutation.repository' => 'getSalutation_RepositoryService',
  1703.             'salutation_translation.repository' => 'getSalutationTranslation_RepositoryService',
  1704.             'scheduled_task.repository' => 'getScheduledTask_RepositoryService',
  1705.             'scop.platform_redirecter.test.test_browser' => 'getScop_PlatformRedirecter_Test_TestBrowserService',
  1706.             'scop_platform_redirecter.filesystem.private' => 'getScopPlatformRedirecter_Filesystem_PrivateService',
  1707.             'scop_platform_redirecter.filesystem.public' => 'getScopPlatformRedirecter_Filesystem_PublicService',
  1708.             'scop_platform_redirecter_redirect.repository' => 'getScopPlatformRedirecterRedirect_RepositoryService',
  1709.             'script.repository' => 'getScript_RepositoryService',
  1710.             'seo_url.repository' => 'getSeoUrl_RepositoryService',
  1711.             'seo_url_template.repository' => 'getSeoUrlTemplate_RepositoryService',
  1712.             'services_resetter' => 'getServicesResetterService',
  1713.             'shipping_method.repository' => 'getShippingMethod_RepositoryService',
  1714.             'shipping_method_price.repository' => 'getShippingMethodPrice_RepositoryService',
  1715.             'shipping_method_tag.repository' => 'getShippingMethodTag_RepositoryService',
  1716.             'shipping_method_translation.repository' => 'getShippingMethodTranslation_RepositoryService',
  1717.             'shopware.filesystem.asset' => 'getShopware_Filesystem_AssetService',
  1718.             'shopware.filesystem.private' => 'getShopware_Filesystem_PrivateService',
  1719.             'shopware.filesystem.public' => 'getShopware_Filesystem_PublicService',
  1720.             'shopware.filesystem.sitemap' => 'getShopware_Filesystem_SitemapService',
  1721.             'shopware.filesystem.temp' => 'getShopware_Filesystem_TempService',
  1722.             'shopware.filesystem.theme' => 'getShopware_Filesystem_ThemeService',
  1723.             'shopware.increment.gateway.registry' => 'getShopware_Increment_Gateway_RegistryService',
  1724.             'shopware.store_client' => 'getShopware_StoreClientService',
  1725.             'snippet.repository' => 'getSnippet_RepositoryService',
  1726.             'snippet_set.repository' => 'getSnippetSet_RepositoryService',
  1727.             'solid_advanced_slider_elements.filesystem.private' => 'getSolidAdvancedSliderElements_Filesystem_PrivateService',
  1728.             'solid_advanced_slider_elements.filesystem.public' => 'getSolidAdvancedSliderElements_Filesystem_PublicService',
  1729.             'state_machine.repository' => 'getStateMachine_RepositoryService',
  1730.             'state_machine_history.repository' => 'getStateMachineHistory_RepositoryService',
  1731.             'state_machine_state.repository' => 'getStateMachineState_RepositoryService',
  1732.             'state_machine_state_translation.repository' => 'getStateMachineStateTranslation_RepositoryService',
  1733.             'state_machine_transition.repository' => 'getStateMachineTransition_RepositoryService',
  1734.             'state_machine_translation.repository' => 'getStateMachineTranslation_RepositoryService',
  1735.             'storefront.filesystem.private' => 'getStorefront_Filesystem_PrivateService',
  1736.             'storefront.filesystem.public' => 'getStorefront_Filesystem_PublicService',
  1737.             'swag_amazon_pay.filesystem.private' => 'getSwagAmazonPay_Filesystem_PrivateService',
  1738.             'swag_amazon_pay.filesystem.public' => 'getSwagAmazonPay_Filesystem_PublicService',
  1739.             'swag_amazon_pay_payment_notification.repository' => 'getSwagAmazonPayPaymentNotification_RepositoryService',
  1740.             'swag_amazon_pay_signup_token.repository' => 'getSwagAmazonPaySignupToken_RepositoryService',
  1741.             'swag_amazon_pay_transaction.repository' => 'getSwagAmazonPayTransaction_RepositoryService',
  1742.             'swag_extension_store.filesystem.private' => 'getSwagExtensionStore_Filesystem_PrivateService',
  1743.             'swag_extension_store.filesystem.public' => 'getSwagExtensionStore_Filesystem_PublicService',
  1744.             'swag_migration_assistant.filesystem.private' => 'getSwagMigrationAssistant_Filesystem_PrivateService',
  1745.             'swag_migration_assistant.filesystem.public' => 'getSwagMigrationAssistant_Filesystem_PublicService',
  1746.             'swag_migration_connection.repository' => 'getSwagMigrationConnection_RepositoryService',
  1747.             'swag_migration_data.repository' => 'getSwagMigrationData_RepositoryService',
  1748.             'swag_migration_general_setting.repository' => 'getSwagMigrationGeneralSetting_RepositoryService',
  1749.             'swag_migration_logging.repository' => 'getSwagMigrationLogging_RepositoryService',
  1750.             'swag_migration_mapping.repository' => 'getSwagMigrationMapping_RepositoryService',
  1751.             'swag_migration_media_file.repository' => 'getSwagMigrationMediaFile_RepositoryService',
  1752.             'swag_migration_run.repository' => 'getSwagMigrationRun_RepositoryService',
  1753.             'swag_pay_pal.filesystem.private' => 'getSwagPayPal_Filesystem_PrivateService',
  1754.             'swag_pay_pal.filesystem.public' => 'getSwagPayPal_Filesystem_PublicService',
  1755.             'swag_paypal_pos_sales_channel.repository' => 'getSwagPaypalPosSalesChannel_RepositoryService',
  1756.             'swag_paypal_pos_sales_channel_inventory.repository' => 'getSwagPaypalPosSalesChannelInventory_RepositoryService',
  1757.             'swag_paypal_pos_sales_channel_media.repository' => 'getSwagPaypalPosSalesChannelMedia_RepositoryService',
  1758.             'swag_paypal_pos_sales_channel_product.repository' => 'getSwagPaypalPosSalesChannelProduct_RepositoryService',
  1759.             'swag_paypal_pos_sales_channel_run.repository' => 'getSwagPaypalPosSalesChannelRun_RepositoryService',
  1760.             'swag_paypal_pos_sales_channel_run_log.repository' => 'getSwagPaypalPosSalesChannelRunLog_RepositoryService',
  1761.             'system.filesystem.private' => 'getSystem_Filesystem_PrivateService',
  1762.             'system.filesystem.public' => 'getSystem_Filesystem_PublicService',
  1763.             'system_config.repository' => 'getSystemConfig_RepositoryService',
  1764.             'tag.repository' => 'getTag_RepositoryService',
  1765.             'tax.repository' => 'getTax_RepositoryService',
  1766.             'tax_rule.repository' => 'getTaxRule_RepositoryService',
  1767.             'tax_rule_type.repository' => 'getTaxRuleType_RepositoryService',
  1768.             'tax_rule_type_translation.repository' => 'getTaxRuleTypeTranslation_RepositoryService',
  1769.             'tcinn_theme_ware_modern.filesystem.private' => 'getTcinnThemeWareModern_Filesystem_PrivateService',
  1770.             'tcinn_theme_ware_modern.filesystem.public' => 'getTcinnThemeWareModern_Filesystem_PublicService',
  1771.             'theme.repository' => 'getTheme_RepositoryService',
  1772.             'theme_child.repository' => 'getThemeChild_RepositoryService',
  1773.             'theme_media.repository' => 'getThemeMedia_RepositoryService',
  1774.             'theme_sales_channel.repository' => 'getThemeSalesChannel_RepositoryService',
  1775.             'theme_translation.repository' => 'getThemeTranslation_RepositoryService',
  1776.             'translator' => 'getTranslatorService',
  1777.             'unit.repository' => 'getUnit_RepositoryService',
  1778.             'unit_translation.repository' => 'getUnitTranslation_RepositoryService',
  1779.             'unzer_payment6.filesystem.private' => 'getUnzerPayment6_Filesystem_PrivateService',
  1780.             'unzer_payment6.filesystem.public' => 'getUnzerPayment6_Filesystem_PublicService',
  1781.             'unzer_payment_payment_device.repository' => 'getUnzerPaymentPaymentDevice_RepositoryService',
  1782.             'unzer_payment_transfer_info.repository' => 'getUnzerPaymentTransferInfo_RepositoryService',
  1783.             'user.repository' => 'getUser_RepositoryService',
  1784.             'user_access_key.repository' => 'getUserAccessKey_RepositoryService',
  1785.             'user_config.repository' => 'getUserConfig_RepositoryService',
  1786.             'user_recovery.repository' => 'getUserRecovery_RepositoryService',
  1787.             'var_dumper.cloner' => 'getVarDumper_ClonerService',
  1788.             'version.repository' => 'getVersion_RepositoryService',
  1789.             'version_commit.repository' => 'getVersionCommit_RepositoryService',
  1790.             'version_commit_data.repository' => 'getVersionCommitData_RepositoryService',
  1791.             'wato_digitec_galaxus_export.filesystem.private' => 'getWatoDigitecGalaxusExport_Filesystem_PrivateService',
  1792.             'wato_digitec_galaxus_export.filesystem.public' => 'getWatoDigitecGalaxusExport_Filesystem_PublicService',
  1793.             'wbm_data_layer_modules.repository' => 'getWbmDataLayerModules_RepositoryService',
  1794.             'wbm_data_layer_properties.repository' => 'getWbmDataLayerProperties_RepositoryService',
  1795.             'wbm_tag_manager_ecomm.filesystem.private' => 'getWbmTagManagerEcomm_Filesystem_PrivateService',
  1796.             'wbm_tag_manager_ecomm.filesystem.public' => 'getWbmTagManagerEcomm_Filesystem_PublicService',
  1797.             'web_profiler.controller.exception_panel' => 'getWebProfiler_Controller_ExceptionPanelService',
  1798.             'web_profiler.controller.profiler' => 'getWebProfiler_Controller_ProfilerService',
  1799.             'web_profiler.controller.router' => 'getWebProfiler_Controller_RouterService',
  1800.             'webhook.repository' => 'getWebhook_RepositoryService',
  1801.             'webhook_event_log.repository' => 'getWebhookEventLog_RepositoryService',
  1802.             'zeo_abandoned_cart.repository' => 'getZeoAbandonedCart_RepositoryService',
  1803.             'zeobv_abandoned_cart.filesystem.private' => 'getZeobvAbandonedCart_Filesystem_PrivateService',
  1804.             'zeobv_abandoned_cart.filesystem.public' => 'getZeobvAbandonedCart_Filesystem_PublicService',
  1805.             'cache_clearer' => 'getCacheClearerService',
  1806.             'filesystem' => 'getFilesystemService',
  1807.             'serializer' => 'getSerializerService',
  1808.             'security.csrf.token_manager' => 'getSecurity_Csrf_TokenManagerService',
  1809.             'profiler' => 'getProfiler2Service',
  1810.             'twig' => 'getTwigService',
  1811.             'session' => 'getSessionService',
  1812.             'validator' => 'getValidator2Service',
  1813.         ];
  1814.         $this->aliases = [
  1815.             'Pixel\\LexikonSW6\\Controller\\StoreApi\\LexikonCategories\\LexikonCatRoute' => 'Pixel\\LexikonSW6\\Controller\\StoreApi\\LexikonCategories\\CachedLexikonCatRoute',
  1816.             'Shopware\\Core\\Checkout\\Payment\\SalesChannel\\PaymentMethodRoute' => 'Shopware\\Core\\Checkout\\Payment\\SalesChannel\\SortedPaymentMethodRoute',
  1817.             'Shopware\\Core\\Checkout\\Shipping\\SalesChannel\\ShippingMethodRoute' => 'Shopware\\Core\\Checkout\\Shipping\\SalesChannel\\SortedShippingMethodRoute',
  1818.             'Shopware\\Core\\Content\\Category\\SalesChannel\\CategoryRoute' => 'Swag\\PayPal\\Checkout\\ExpressCheckout\\SalesChannel\\ExpressCategoryRoute',
  1819.             'Shopware\\Core\\Content\\Category\\SalesChannel\\NavigationRoute' => 'Shopware\\Core\\Content\\Category\\SalesChannel\\TreeBuildingNavigationRoute',
  1820.             'Shopware\\Core\\Content\\Flow\\Dispatching\\FlowLoader' => 'Shopware\\Core\\Content\\Flow\\Dispatching\\CachedFlowLoader',
  1821.             'Shopware\\Core\\Content\\LandingPage\\SalesChannel\\LandingPageRoute' => 'Shopware\\Core\\Content\\LandingPage\\SalesChannel\\CachedLandingPageRoute',
  1822.             'Shopware\\Core\\Content\\Product\\SalesChannel\\CrossSelling\\ProductCrossSellingRoute' => 'Shopware\\Core\\Content\\Product\\SalesChannel\\CrossSelling\\CachedProductCrossSellingRoute',
  1823.             'Shopware\\Core\\Content\\Product\\SalesChannel\\Detail\\ProductDetailRoute' => 'Shopware\\Core\\Content\\Product\\SalesChannel\\Detail\\CachedProductDetailRoute',
  1824.             'Shopware\\Core\\Content\\Product\\SalesChannel\\Listing\\ProductListingRoute' => 'MoorlFoundation\\Core\\Content\\Product\\SalesChannel\\Listing\\FoundationProductListingRoute',
  1825.             'Shopware\\Core\\Content\\Product\\SalesChannel\\Review\\ProductReviewRoute' => 'Shopware\\Core\\Content\\Product\\SalesChannel\\Review\\CachedProductReviewRoute',
  1826.             'Shopware\\Core\\Content\\Product\\SalesChannel\\Search\\ProductSearchRoute' => 'MoorlFoundation\\Core\\Content\\Product\\SalesChannel\\Search\\FoundationProductSearchRoute',
  1827.             'Shopware\\Core\\Content\\Product\\SalesChannel\\Suggest\\ProductSuggestRoute' => 'Shopware\\Core\\Content\\Product\\SalesChannel\\Suggest\\CachedProductSuggestRoute',
  1828.             'Shopware\\Core\\Content\\Seo\\SeoResolver' => 'Shopware\\Core\\Content\\Seo\\EmptyPathInfoResolver',
  1829.             'Shopware\\Core\\Content\\Seo\\SeoUrlPlaceholderHandlerInterface' => 'DreiscSeoPro\\Decorator\\Core\\Content\\Seo\\SeoUrlPlaceholderHandlerDecorator',
  1830.             'Shopware\\Core\\Content\\Sitemap\\SalesChannel\\SitemapRoute' => 'Shopware\\Core\\Content\\Sitemap\\SalesChannel\\CachedSitemapRoute',
  1831.             'Shopware\\Core\\Framework\\Routing\\RequestTransformerInterface' => 'DreiscSeoPro\\Decorator\\Shopware\\Storefront\\Routing\\RequestTransformerDecorator',
  1832.             'Shopware\\Core\\System\\Country\\SalesChannel\\CountryRoute' => 'Shopware\\Core\\System\\Country\\SalesChannel\\CachedCountryRoute',
  1833.             'Shopware\\Core\\System\\Country\\SalesChannel\\CountryStateRoute' => 'Shopware\\Core\\System\\Country\\SalesChannel\\CachedCountryStateRoute',
  1834.             'Shopware\\Core\\System\\Currency\\SalesChannel\\CurrencyRoute' => 'Shopware\\Core\\System\\Currency\\SalesChannel\\CachedCurrencyRoute',
  1835.             'Shopware\\Core\\System\\Language\\SalesChannel\\LanguageRoute' => 'Shopware\\Core\\System\\Language\\SalesChannel\\CachedLanguageRoute',
  1836.             'Shopware\\Core\\System\\Salutation\\SalesChannel\\SalutationRoute' => 'Shopware\\Core\\System\\Salutation\\SalesChannel\\CachedSalutationRoute',
  1837.             'Shopware\\Core\\System\\SystemConfig\\Api\\SystemConfigController' => 'Swag\\PayPal\\Webhook\\Registration\\WebhookSystemConfigController',
  1838.             'Shopware\\Storefront\\Controller\\CheckoutController' => 'UnzerPayment6\\Controllers\\Storefront\\UnzerCheckoutController',
  1839.             'sales_channel_definition.MoorlCreator\\Core\\Content\\Creator\\CreatorDefinition' => 'MoorlCreator\\Core\\Content\\Creator\\SalesChannel\\SalesChannelCreatorDefinition',
  1840.             'sales_channel_definition.MoorlCreator\\Core\\Content\\Creator\\SalesChannel\\SalesChannelCreatorDefinition' => 'MoorlCreator\\Core\\Content\\Creator\\SalesChannel\\SalesChannelCreatorDefinition',
  1841.             'sales_channel_definition.MoorlMagazine\\Core\\Content\\MagazineArticle\\MagazineArticleDefinition' => 'MoorlMagazine\\Core\\Content\\MagazineArticle\\SalesChannel\\SalesChannelMagazineArticleDefinition',
  1842.             'sales_channel_definition.MoorlMagazine\\Core\\Content\\MagazineArticle\\SalesChannel\\SalesChannelMagazineArticleDefinition' => 'MoorlMagazine\\Core\\Content\\MagazineArticle\\SalesChannel\\SalesChannelMagazineArticleDefinition',
  1843.             'sales_channel_definition.Shopware\\Core\\Checkout\\Payment\\PaymentMethodDefinition' => 'Shopware\\Core\\Checkout\\Payment\\SalesChannel\\SalesChannelPaymentMethodDefinition',
  1844.             'sales_channel_definition.Shopware\\Core\\Checkout\\Payment\\SalesChannel\\SalesChannelPaymentMethodDefinition' => 'Shopware\\Core\\Checkout\\Payment\\SalesChannel\\SalesChannelPaymentMethodDefinition',
  1845.             'sales_channel_definition.Shopware\\Core\\Checkout\\Shipping\\SalesChannel\\SalesChannelShippingMethodDefinition' => 'Shopware\\Core\\Checkout\\Shipping\\SalesChannel\\SalesChannelShippingMethodDefinition',
  1846.             'sales_channel_definition.Shopware\\Core\\Checkout\\Shipping\\ShippingMethodDefinition' => 'Shopware\\Core\\Checkout\\Shipping\\SalesChannel\\SalesChannelShippingMethodDefinition',
  1847.             'sales_channel_definition.Shopware\\Core\\Content\\Category\\CategoryDefinition' => 'Shopware\\Core\\Content\\Category\\SalesChannel\\SalesChannelCategoryDefinition',
  1848.             'sales_channel_definition.Shopware\\Core\\Content\\Category\\SalesChannel\\SalesChannelCategoryDefinition' => 'Shopware\\Core\\Content\\Category\\SalesChannel\\SalesChannelCategoryDefinition',
  1849.             'sales_channel_definition.Shopware\\Core\\Content\\LandingPage\\LandingPageDefinition' => 'Shopware\\Core\\Content\\LandingPage\\SalesChannel\\SalesChannelLandingPageDefinition',
  1850.             'sales_channel_definition.Shopware\\Core\\Content\\LandingPage\\SalesChannel\\SalesChannelLandingPageDefinition' => 'Shopware\\Core\\Content\\LandingPage\\SalesChannel\\SalesChannelLandingPageDefinition',
  1851.             'sales_channel_definition.Shopware\\Core\\Content\\Newsletter\\Aggregate\\NewsletterRecipient\\NewsletterRecipientDefinition' => 'Shopware\\Core\\Content\\Newsletter\\SalesChannel\\SalesChannelNewsletterRecipientDefinition',
  1852.             'sales_channel_definition.Shopware\\Core\\Content\\Newsletter\\SalesChannel\\SalesChannelNewsletterRecipientDefinition' => 'Shopware\\Core\\Content\\Newsletter\\SalesChannel\\SalesChannelNewsletterRecipientDefinition',
  1853.             'sales_channel_definition.Shopware\\Core\\Content\\Product\\ProductDefinition' => 'Shopware\\Core\\Content\\Product\\SalesChannel\\SalesChannelProductDefinition',
  1854.             'sales_channel_definition.Shopware\\Core\\Content\\Product\\SalesChannel\\SalesChannelProductDefinition' => 'Shopware\\Core\\Content\\Product\\SalesChannel\\SalesChannelProductDefinition',
  1855.             'sales_channel_definition.Shopware\\Core\\Content\\Seo\\MainCategory\\MainCategoryDefinition' => 'Shopware\\Core\\Content\\Seo\\MainCategory\\SalesChannel\\SalesChannelMainCategoryDefinition',
  1856.             'sales_channel_definition.Shopware\\Core\\Content\\Seo\\MainCategory\\SalesChannel\\SalesChannelMainCategoryDefinition' => 'Shopware\\Core\\Content\\Seo\\MainCategory\\SalesChannel\\SalesChannelMainCategoryDefinition',
  1857.             'sales_channel_definition.Shopware\\Core\\Content\\Seo\\SeoUrl\\SalesChannel\\SalesChannelSeoUrlDefinition' => 'Shopware\\Core\\Content\\Seo\\SeoUrl\\SalesChannel\\SalesChannelSeoUrlDefinition',
  1858.             'sales_channel_definition.Shopware\\Core\\Content\\Seo\\SeoUrl\\SeoUrlDefinition' => 'Shopware\\Core\\Content\\Seo\\SeoUrl\\SalesChannel\\SalesChannelSeoUrlDefinition',
  1859.             'sales_channel_definition.Shopware\\Core\\System\\Country\\Aggregate\\CountryState\\CountryStateDefinition' => 'Shopware\\Core\\System\\Country\\Aggregate\\CountryState\\SalesChannel\\SalesChannelCountryStateDefinition',
  1860.             'sales_channel_definition.Shopware\\Core\\System\\Country\\Aggregate\\CountryState\\SalesChannel\\SalesChannelCountryStateDefinition' => 'Shopware\\Core\\System\\Country\\Aggregate\\CountryState\\SalesChannel\\SalesChannelCountryStateDefinition',
  1861.             'sales_channel_definition.Shopware\\Core\\System\\Country\\CountryDefinition' => 'Shopware\\Core\\System\\Country\\SalesChannel\\SalesChannelCountryDefinition',
  1862.             'sales_channel_definition.Shopware\\Core\\System\\Country\\SalesChannel\\SalesChannelCountryDefinition' => 'Shopware\\Core\\System\\Country\\SalesChannel\\SalesChannelCountryDefinition',
  1863.             'sales_channel_definition.Shopware\\Core\\System\\Currency\\CurrencyDefinition' => 'Shopware\\Core\\System\\Currency\\SalesChannel\\SalesChannelCurrencyDefinition',
  1864.             'sales_channel_definition.Shopware\\Core\\System\\Currency\\SalesChannel\\SalesChannelCurrencyDefinition' => 'Shopware\\Core\\System\\Currency\\SalesChannel\\SalesChannelCurrencyDefinition',
  1865.             'sales_channel_definition.Shopware\\Core\\System\\Language\\LanguageDefinition' => 'Shopware\\Core\\System\\Language\\SalesChannel\\SalesChannelLanguageDefinition',
  1866.             'sales_channel_definition.Shopware\\Core\\System\\Language\\SalesChannel\\SalesChannelLanguageDefinition' => 'Shopware\\Core\\System\\Language\\SalesChannel\\SalesChannelLanguageDefinition',
  1867.             'sales_channel_definition.Shopware\\Core\\System\\Salutation\\SalesChannel\\SalesChannelSalutationDefinition' => 'Shopware\\Core\\System\\Salutation\\SalesChannel\\SalesChannelSalutationDefinition',
  1868.             'sales_channel_definition.Shopware\\Core\\System\\Salutation\\SalutationDefinition' => 'Shopware\\Core\\System\\Salutation\\SalesChannel\\SalesChannelSalutationDefinition',
  1869.         ];
  1870.         $this->privates['service_container'] = function () {
  1871.             include_once \dirname(__DIR__4).'/vendor/doctrine/dbal/lib/Doctrine/DBAL/Driver/Connection.php';
  1872.             include_once \dirname(__DIR__4).'/vendor/doctrine/dbal/lib/Doctrine/DBAL/Connection.php';
  1873.             include_once \dirname(__DIR__4).'/vendor/symfony/http-kernel/HttpKernelInterface.php';
  1874.             include_once \dirname(__DIR__4).'/vendor/symfony/http-kernel/KernelInterface.php';
  1875.             include_once \dirname(__DIR__4).'/vendor/symfony/http-kernel/RebootableInterface.php';
  1876.             include_once \dirname(__DIR__4).'/vendor/symfony/http-kernel/TerminableInterface.php';
  1877.             include_once \dirname(__DIR__4).'/vendor/symfony/http-kernel/Kernel.php';
  1878.             include_once \dirname(__DIR__4).'/vendor/symfony/framework-bundle/Kernel/MicroKernelTrait.php';
  1879.             include_once \dirname(__DIR__4).'/vendor/shopware/core/Kernel.php';
  1880.             include_once \dirname(__DIR__4).'/vendor/cocur/slugify/src/SlugifyInterface.php';
  1881.             include_once \dirname(__DIR__4).'/vendor/cocur/slugify/src/Slugify.php';
  1882.             include_once \dirname(__DIR__4).'/vendor/symfony/serializer/Normalizer/DenormalizerInterface.php';
  1883.             include_once \dirname(__DIR__4).'/vendor/symfony/serializer/Normalizer/NormalizerInterface.php';
  1884.             include_once \dirname(__DIR__4).'/vendor/shopware/core/Framework/Struct/Serializer/StructNormalizer.php';
  1885.             include_once \dirname(__DIR__4).'/vendor/symfony/event-dispatcher/EventSubscriberInterface.php';
  1886.             include_once \dirname(__DIR__4).'/vendor/shopware/core/Framework/Routing/ContextResolverListener.php';
  1887.             include_once \dirname(__DIR__4).'/vendor/shopware/core/Framework/Routing/CoreSubscriber.php';
  1888.             include_once \dirname(__DIR__4).'/vendor/shopware/core/Framework/Routing/RouteScopeListener.php';
  1889.             include_once \dirname(__DIR__4).'/vendor/shopware/core/Framework/Routing/RouteEventSubscriber.php';
  1890.             include_once \dirname(__DIR__4).'/vendor/symfony/translation-contracts/TranslatorInterface.php';
  1891.             include_once \dirname(__DIR__4).'/vendor/symfony/translation/TranslatorBagInterface.php';
  1892.             include_once \dirname(__DIR__4).'/vendor/symfony/translation-contracts/LocaleAwareInterface.php';
  1893.             include_once \dirname(__DIR__4).'/vendor/shopware/core/Framework/Adapter/Translation/AbstractTranslator.php';
  1894.             include_once \dirname(__DIR__4).'/vendor/symfony/translation-contracts/TranslatorTrait.php';
  1895.             include_once \dirname(__DIR__4).'/vendor/shopware/core/Framework/Adapter/Translation/Translator.php';
  1896.             include_once \dirname(__DIR__4).'/vendor/shopware/core/System/Snippet/SnippetService.php';
  1897.             include_once \dirname(__DIR__4).'/vendor/shopware/core/System/Snippet/Filter/SnippetFilterFactory.php';
  1898.             include_once \dirname(__DIR__4).'/vendor/shopware/core/Framework/Adapter/Twig/TemplateFinderInterface.php';
  1899.             include_once \dirname(__DIR__4).'/vendor/symfony/service-contracts/ResetInterface.php';
  1900.             include_once \dirname(__DIR__4).'/vendor/shopware/core/Framework/Adapter/Twig/TemplateFinder.php';
  1901.             include_once \dirname(__DIR__4).'/vendor/shopware/core/Framework/Adapter/Twig/NamespaceHierarchy/NamespaceHierarchyBuilder.php';
  1902.             include_once \dirname(__DIR__4).'/vendor/twig/twig/src/Loader/LoaderInterface.php';
  1903.             include_once \dirname(__DIR__4).'/vendor/shopware/core/Framework/Adapter/Twig/EntityTemplateLoader.php';
  1904.             include_once \dirname(__DIR__4).'/vendor/shopware/core/Framework/Routing/RequestContextResolverInterface.php';
  1905.             include_once \dirname(__DIR__4).'/vendor/shopware/core/Framework/Routing/RouteScopeCheckTrait.php';
  1906.             include_once \dirname(__DIR__4).'/vendor/shopware/core/Framework/Routing/SalesChannelRequestContextResolver.php';
  1907.             include_once \dirname(__DIR__4).'/vendor/shopware/core/Framework/Routing/ApiRequestContextResolver.php';
  1908.             include_once \dirname(__DIR__4).'/vendor/shopware/core/Framework/Routing/RouteScopeRegistry.php';
  1909.             include_once \dirname(__DIR__4).'/vendor/shopware/core/Framework/Adapter/Cache/CacheStateSubscriber.php';
  1910.             include_once \dirname(__DIR__4).'/vendor/symfony/messenger/Handler/MessageHandlerInterface.php';
  1911.             include_once \dirname(__DIR__4).'/vendor/symfony/messenger/Handler/MessageSubscriberInterface.php';
  1912.             include_once \dirname(__DIR__4).'/vendor/shopware/core/Framework/MessageQueue/Handler/AbstractMessageHandler.php';
  1913.             include_once \dirname(__DIR__4).'/vendor/shopware/core/Framework/MessageQueue/ScheduledTask/ScheduledTaskHandler.php';
  1914.             include_once \dirname(__DIR__4).'/vendor/shopware/core/Framework/Adapter/Cache/CacheInvalidator.php';
  1915.             include_once \dirname(__DIR__4).'/vendor/shopware/core/Framework/Log/LoggerFactory.php';
  1916.             include_once \dirname(__DIR__4).'/vendor/shopware/core/Framework/Adapter/Cache/CacheTagCollection.php';
  1917.             include_once \dirname(__DIR__4).'/vendor/psr/cache/src/CacheItemPoolInterface.php';
  1918.             include_once \dirname(__DIR__4).'/vendor/symfony/cache/Adapter/AdapterInterface.php';
  1919.             include_once \dirname(__DIR__4).'/vendor/symfony/cache/Adapter/TagAwareAdapterInterface.php';
  1920.             include_once \dirname(__DIR__4).'/vendor/symfony/cache-contracts/CacheInterface.php';
  1921.             include_once \dirname(__DIR__4).'/vendor/symfony/cache-contracts/TagAwareCacheInterface.php';
  1922.             include_once \dirname(__DIR__4).'/vendor/symfony/cache-contracts/CacheTrait.php';
  1923.             include_once \dirname(__DIR__4).'/vendor/shopware/core/Framework/Adapter/Cache/CacheDecorator.php';
  1924.             include_once \dirname(__DIR__4).'/vendor/symfony/cache/PruneableInterface.php';
  1925.             include_once \dirname(__DIR__4).'/vendor/symfony/cache/ResettableInterface.php';
  1926.             include_once \dirname(__DIR__4).'/vendor/psr/log/Psr/Log/LoggerAwareInterface.php';
  1927.             include_once \dirname(__DIR__4).'/vendor/symfony/cache/Traits/ContractsTrait.php';
  1928.             include_once \dirname(__DIR__4).'/vendor/psr/log/Psr/Log/LoggerAwareTrait.php';
  1929.             include_once \dirname(__DIR__4).'/vendor/symfony/cache/Traits/ProxyTrait.php';
  1930.             include_once \dirname(__DIR__4).'/vendor/symfony/cache/Adapter/TagAwareAdapter.php';
  1931.             include_once \dirname(__DIR__4).'/vendor/shopware/core/Framework/Util/HtmlSanitizer.php';
  1932.             include_once \dirname(__DIR__4).'/vendor/monolog/monolog/src/Monolog/Handler/HandlerInterface.php';
  1933.             include_once \dirname(__DIR__4).'/vendor/monolog/monolog/src/Monolog/Handler/Handler.php';
  1934.             include_once \dirname(__DIR__4).'/vendor/monolog/monolog/src/Monolog/ResettableInterface.php';
  1935.             include_once \dirname(__DIR__4).'/vendor/monolog/monolog/src/Monolog/Handler/AbstractHandler.php';
  1936.             include_once \dirname(__DIR__4).'/vendor/shopware/core/Framework/Log/Monolog/ExcludeFlowEventHandler.php';
  1937.             include_once \dirname(__DIR__4).'/vendor/monolog/monolog/src/Monolog/Handler/ProcessableHandlerInterface.php';
  1938.             include_once \dirname(__DIR__4).'/vendor/monolog/monolog/src/Monolog/Handler/FormattableHandlerInterface.php';
  1939.             include_once \dirname(__DIR__4).'/vendor/monolog/monolog/src/Monolog/Handler/ProcessableHandlerTrait.php';
  1940.             include_once \dirname(__DIR__4).'/vendor/monolog/monolog/src/Monolog/Handler/FormattableHandlerTrait.php';
  1941.             include_once \dirname(__DIR__4).'/vendor/monolog/monolog/src/Monolog/Handler/AbstractProcessingHandler.php';
  1942.             include_once \dirname(__DIR__4).'/vendor/monolog/monolog/src/Monolog/Handler/StreamHandler.php';
  1943.             include_once \dirname(__DIR__4).'/vendor/monolog/monolog/src/Monolog/Processor/ProcessorInterface.php';
  1944.             include_once \dirname(__DIR__4).'/vendor/monolog/monolog/src/Monolog/Processor/PsrLogMessageProcessor.php';
  1945.             include_once \dirname(__DIR__4).'/vendor/shopware/core/Framework/Routing/RouteParamsCleanupListener.php';
  1946.             include_once \dirname(__DIR__4).'/vendor/shopware/core/Framework/Api/Acl/AclAnnotationValidator.php';
  1947.             include_once \dirname(__DIR__4).'/vendor/shopware/core/Framework/Api/EventListener/CorsListener.php';
  1948.             include_once \dirname(__DIR__4).'/vendor/shopware/core/Framework/Api/EventListener/ResponseHeaderListener.php';
  1949.             include_once \dirname(__DIR__4).'/vendor/shopware/core/Framework/Api/Serializer/JsonEntityEncoder.php';
  1950.             include_once \dirname(__DIR__4).'/vendor/shopware/core/Framework/Api/Converter/ApiVersionConverter.php';
  1951.             include_once \dirname(__DIR__4).'/vendor/shopware/core/Framework/Api/Converter/ConverterRegistry.php';
  1952.             include_once \dirname(__DIR__4).'/vendor/shopware/core/Framework/Api/Converter/DefaultApiConverter.php';
  1953.             include_once \dirname(__DIR__4).'/vendor/league/oauth2-server/src/Repositories/RepositoryInterface.php';
  1954.             include_once \dirname(__DIR__4).'/vendor/league/oauth2-server/src/Repositories/AccessTokenRepositoryInterface.php';
  1955.             include_once \dirname(__DIR__4).'/vendor/shopware/core/Framework/Api/OAuth/AccessTokenRepository.php';
  1956.             include_once \dirname(__DIR__4).'/vendor/league/oauth2-server/src/Repositories/RefreshTokenRepositoryInterface.php';
  1957.             include_once \dirname(__DIR__4).'/vendor/shopware/core/Framework/Api/OAuth/RefreshTokenRepository.php';
  1958.             include_once \dirname(__DIR__4).'/vendor/league/oauth2-server/src/CryptKey.php';
  1959.             include_once \dirname(__DIR__4).'/vendor/league/event/src/EmitterAwareInterface.php';
  1960.             include_once \dirname(__DIR__4).'/vendor/league/event/src/EmitterAwareTrait.php';
  1961.             include_once \dirname(__DIR__4).'/vendor/league/oauth2-server/src/AuthorizationServer.php';
  1962.             include_once \dirname(__DIR__4).'/vendor/league/oauth2-server/src/Repositories/ClientRepositoryInterface.php';
  1963.             include_once \dirname(__DIR__4).'/vendor/shopware/core/Framework/Api/OAuth/ClientRepository.php';
  1964.             include_once \dirname(__DIR__4).'/vendor/league/oauth2-server/src/Repositories/ScopeRepositoryInterface.php';
  1965.             include_once \dirname(__DIR__4).'/vendor/shopware/core/Framework/Api/OAuth/ScopeRepository.php';
  1966.             include_once \dirname(__DIR__4).'/vendor/shopware/core/Framework/Api/EventListener/JsonRequestTransformerListener.php';
  1967.             include_once \dirname(__DIR__4).'/vendor/shopware/core/Framework/Api/EventListener/ExpectationSubscriber.php';
  1968.             include_once \dirname(__DIR__4).'/vendor/shopware/core/Framework/Api/EventListener/Authentication/SalesChannelAuthenticationListener.php';
  1969.             include_once \dirname(__DIR__4).'/vendor/shopware/core/Framework/Api/EventListener/Authentication/ApiAuthenticationListener.php';
  1970.             include_once \dirname(__DIR__4).'/vendor/league/oauth2-server/src/ResourceServer.php';
  1971.             include_once \dirname(__DIR__4).'/vendor/league/oauth2-server/src/AuthorizationValidators/AuthorizationValidatorInterface.php';
  1972.             include_once \dirname(__DIR__4).'/vendor/shopware/core/Framework/Api/OAuth/BearerTokenValidator.php';
  1973.             include_once \dirname(__DIR__4).'/vendor/league/oauth2-server/src/CryptTrait.php';
  1974.             include_once \dirname(__DIR__4).'/vendor/league/oauth2-server/src/AuthorizationValidators/BearerTokenValidator.php';
  1975.             include_once \dirname(__DIR__4).'/vendor/league/oauth2-server/src/Repositories/UserRepositoryInterface.php';
  1976.             include_once \dirname(__DIR__4).'/vendor/shopware/core/Framework/Api/OAuth/UserRepository.php';
  1977.             include_once \dirname(__DIR__4).'/vendor/shopware/core/Framework/Validation/DataValidator.php';
  1978.             include_once \dirname(__DIR__4).'/vendor/symfony/psr-http-message-bridge/HttpMessageFactoryInterface.php';
  1979.             include_once \dirname(__DIR__4).'/vendor/symfony/psr-http-message-bridge/Factory/PsrHttpFactory.php';
  1980.             include_once \dirname(__DIR__4).'/vendor/psr/http-factory/src/RequestFactoryInterface.php';
  1981.             include_once \dirname(__DIR__4).'/vendor/psr/http-factory/src/ResponseFactoryInterface.php';
  1982.             include_once \dirname(__DIR__4).'/vendor/psr/http-factory/src/ServerRequestFactoryInterface.php';
  1983.             include_once \dirname(__DIR__4).'/vendor/psr/http-factory/src/StreamFactoryInterface.php';
  1984.             include_once \dirname(__DIR__4).'/vendor/psr/http-factory/src/UploadedFileFactoryInterface.php';
  1985.             include_once \dirname(__DIR__4).'/vendor/psr/http-factory/src/UriFactoryInterface.php';
  1986.             include_once \dirname(__DIR__4).'/vendor/nyholm/psr7/src/Factory/Psr17Factory.php';
  1987.             include_once \dirname(__DIR__4).'/vendor/shopware/core/Framework/App/ShopId/ShopIdProvider.php';
  1988.             include_once \dirname(__DIR__4).'/vendor/shopware/core/Framework/App/Lifecycle/Persister/ScriptPersister.php';
  1989.             include_once \dirname(__DIR__4).'/vendor/shopware/core/Framework/App/Lifecycle/ScriptFileReaderInterface.php';
  1990.             include_once \dirname(__DIR__4).'/vendor/shopware/core/Framework/App/Lifecycle/ScriptFileReader.php';
  1991.             include_once \dirname(__DIR__4).'/vendor/shopware/core/Framework/App/ActiveAppsLoader.php';
  1992.             include_once \dirname(__DIR__4).'/vendor/shopware/core/Framework/App/Lifecycle/AbstractAppLoader.php';
  1993.             include_once \dirname(__DIR__4).'/vendor/shopware/core/Framework/App/Lifecycle/AppLoader.php';
  1994.             include_once \dirname(__DIR__4).'/vendor/shopware/core/System/CustomEntity/Xml/CustomEntityXmlSchemaValidator.php';
  1995.             include_once \dirname(__DIR__4).'/vendor/shopware/core/Framework/App/AppLocaleProvider.php';
  1996.             include_once \dirname(__DIR__4).'/vendor/shopware/core/Framework/DataAbstractionLayer/EntityDefinition.php';
  1997.             include_once \dirname(__DIR__4).'/vendor/shopware/core/Framework/App/AppDefinition.php';
  1998.             include_once \dirname(__DIR__4).'/vendor/shopware/core/Framework/App/Aggregate/AppPaymentMethod/AppPaymentMethodDefinition.php';
  1999.             include_once \dirname(__DIR__4).'/vendor/shopware/core/Framework/DataAbstractionLayer/Event/EntityLoadedEventFactory.php';
  2000.             include_once \dirname(__DIR__4).'/vendor/shopware/core/Framework/DataAbstractionLayer/Cache/EntityCacheKeyGenerator.php';
  2001.             include_once \dirname(__DIR__4).'/vendor/shopware/core/Framework/DataAbstractionLayer/Dbal/EntityDefinitionQueryHelper.php';
  2002.             include_once \dirname(__DIR__4).'/vendor/shopware/core/Framework/DataAbstractionLayer/Dbal/JoinGroupBuilder.php';
  2003.             include_once \dirname(__DIR__4).'/vendor/shopware/core/Framework/DataAbstractionLayer/Dbal/EntityHydrator.php';
  2004.             include_once \dirname(__DIR__4).'/vendor/shopware/core/Framework/DataAbstractionLayer/Search/Term/TokenizerInterface.php';
  2005.             include_once \dirname(__DIR__4).'/vendor/shopware/core/Framework/DataAbstractionLayer/Search/Term/Tokenizer.php';
  2006.             include_once \dirname(__DIR__4).'/vendor/shopware/core/Framework/DataAbstractionLayer/Search/Term/SearchTermInterpreter.php';
  2007.             include_once \dirname(__DIR__4).'/vendor/shopware/core/Framework/DataAbstractionLayer/Search/Term/EntityScoreQueryBuilder.php';
  2008.             include_once \dirname(__DIR__4).'/vendor/shopware/core/Framework/DataAbstractionLayer/Read/EntityReaderInterface.php';
  2009.             include_once \dirname(__DIR__4).'/vendor/shopware/core/Framework/DataAbstractionLayer/Dbal/EntityReader.php';
  2010.             include_once \dirname(__DIR__4).'/vendor/shopware/core/Framework/DataAbstractionLayer/Dbal/CriteriaQueryBuilder.php';
  2011.             include_once \dirname(__DIR__4).'/vendor/shopware/core/Framework/DataAbstractionLayer/Dbal/FieldResolver/CriteriaPartResolver.php';
  2012.             include_once \dirname(__DIR__4).'/vendor/shopware/core/Framework/DataAbstractionLayer/Write/EntityWriterInterface.php';
  2013.             include_once \dirname(__DIR__4).'/vendor/shopware/core/Framework/DataAbstractionLayer/Write/EntityWriter.php';
  2014.             include_once \dirname(__DIR__4).'/vendor/shopware/core/Framework/DataAbstractionLayer/Dbal/EntityForeignKeyResolver.php';
  2015.             include_once \dirname(__DIR__4).'/vendor/shopware/core/Framework/DataAbstractionLayer/Write/EntityWriteResultFactory.php';
  2016.             include_once \dirname(__DIR__4).'/vendor/shopware/core/Framework/DataAbstractionLayer/Write/WriteCommandExtractor.php';
  2017.             include_once \dirname(__DIR__4).'/vendor/shopware/core/Framework/DataAbstractionLayer/Write/EntityWriteGatewayInterface.php';
  2018.             include_once \dirname(__DIR__4).'/vendor/shopware/core/Framework/DataAbstractionLayer/Dbal/EntityWriteGateway.php';
  2019.             include_once \dirname(__DIR__4).'/vendor/shopware/core/Framework/DataAbstractionLayer/Dbal/ExceptionHandlerRegistry.php';
  2020.             include_once \dirname(__DIR__4).'/vendor/shopware/core/Framework/DataAbstractionLayer/Search/Parser/SqlQueryParser.php';
  2021.             include_once \dirname(__DIR__4).'/vendor/shopware/core/Framework/DataAbstractionLayer/Version/VersionDefinition.php';
  2022.             include_once \dirname(__DIR__4).'/vendor/shopware/core/Framework/DataAbstractionLayer/Version/Aggregate/VersionCommit/VersionCommitDefinition.php';
  2023.             include_once \dirname(__DIR__4).'/vendor/shopware/core/Framework/DataAbstractionLayer/Version/Aggregate/VersionCommitData/VersionCommitDataDefinition.php';
  2024.             include_once \dirname(__DIR__4).'/vendor/shopware/core/Framework/DataAbstractionLayer/VersionManager.php';
  2025.             include_once \dirname(__DIR__4).'/vendor/shopware/core/Framework/DataAbstractionLayer/DefinitionInstanceRegistry.php';
  2026.             include_once \dirname(__DIR__4).'/vendor/shopware/core/Framework/Event/EventAction/EventActionDefinition.php';
  2027.             include_once \dirname(__DIR__4).'/vendor/psr/event-dispatcher/src/EventDispatcherInterface.php';
  2028.             include_once \dirname(__DIR__4).'/vendor/symfony/event-dispatcher-contracts/EventDispatcherInterface.php';
  2029.             include_once \dirname(__DIR__4).'/vendor/symfony/event-dispatcher/EventDispatcherInterface.php';
  2030.             include_once \dirname(__DIR__4).'/vendor/shopware/core/Framework/Event/BusinessEventDispatcher.php';
  2031.             include_once \dirname(__DIR__4).'/vendor/shopware/core/Framework/Adapter/Filesystem/FilesystemFactory.php';
  2032.             include_once \dirname(__DIR__4).'/vendor/league/flysystem/src/FilesystemInterface.php';
  2033.             include_once \dirname(__DIR__4).'/vendor/symfony/asset/PackageInterface.php';
  2034.             include_once \dirname(__DIR__4).'/vendor/symfony/asset/Package.php';
  2035.             include_once \dirname(__DIR__4).'/vendor/symfony/asset/UrlPackage.php';
  2036.             include_once \dirname(__DIR__4).'/vendor/shopware/core/Framework/Adapter/Asset/FallbackUrlPackage.php';
  2037.             include_once \dirname(__DIR__4).'/vendor/shopware/storefront/Theme/ThemeAssetPackage.php';
  2038.             include_once \dirname(__DIR__4).'/vendor/symfony/asset/VersionStrategy/VersionStrategyInterface.php';
  2039.             include_once \dirname(__DIR__4).'/vendor/shopware/core/Framework/Adapter/Asset/FlysystemLastModifiedVersionStrategy.php';
  2040.             include_once \dirname(__DIR__4).'/vendor/shopware/core/Framework/MessageQueue/ScheduledTask/ScheduledTaskDefinition.php';
  2041.             include_once \dirname(__DIR__4).'/vendor/shopware/core/Framework/Script/Execution/ScriptLoader.php';
  2042.             include_once \dirname(__DIR__4).'/vendor/shopware/core/Framework/Script/Execution/ScriptExecutor.php';
  2043.             include_once \dirname(__DIR__4).'/vendor/shopware/core/Framework/Script/ScriptDefinition.php';
  2044.             include_once \dirname(__DIR__4).'/vendor/symfony/http-kernel/DataCollector/DataCollectorInterface.php';
  2045.             include_once \dirname(__DIR__4).'/vendor/symfony/http-kernel/DataCollector/DataCollector.php';
  2046.             include_once \dirname(__DIR__4).'/vendor/symfony/framework-bundle/DataCollector/TemplateAwareDataCollectorInterface.php';
  2047.             include_once \dirname(__DIR__4).'/vendor/symfony/framework-bundle/DataCollector/AbstractDataCollector.php';
  2048.             include_once \dirname(__DIR__4).'/vendor/shopware/core/Framework/Script/Debugging/ScriptTraces.php';
  2049.             include_once \dirname(__DIR__4).'/vendor/shopware/core/System/Language/LanguageDefinition.php';
  2050.             include_once \dirname(__DIR__4).'/vendor/shopware/core/System/SalesChannel/Entity/SalesChannelDefinitionInterface.php';
  2051.             include_once \dirname(__DIR__4).'/vendor/shopware/core/System/Language/SalesChannel/SalesChannelLanguageDefinition.php';
  2052.             include_once \dirname(__DIR__4).'/vendor/shopware/core/System/Language/LanguageLoaderInterface.php';
  2053.             include_once \dirname(__DIR__4).'/vendor/shopware/core/System/Language/CachedLanguageLoader.php';
  2054.             include_once \dirname(__DIR__4).'/vendor/shopware/core/System/Language/LanguageLoader.php';
  2055.             include_once \dirname(__DIR__4).'/vendor/shopware/core/System/Language/SalesChannel/AbstractLanguageRoute.php';
  2056.             include_once \dirname(__DIR__4).'/vendor/shopware/core/System/Language/SalesChannel/CachedLanguageRoute.php';
  2057.             include_once \dirname(__DIR__4).'/vendor/shopware/core/System/Language/SalesChannel/LanguageRoute.php';
  2058.             include_once \dirname(__DIR__4).'/vendor/shopware/core/Content/Seo/SeoUrl/SeoUrlDefinition.php';
  2059.             include_once \dirname(__DIR__4).'/vendor/shopware/core/Content/Seo/SeoUrl/SalesChannel/SalesChannelSeoUrlDefinition.php';
  2060.             include_once \dirname(__DIR__4).'/vendor/shopware/core/Content/Seo/SeoUrlRoute/SeoUrlRouteRegistry.php';
  2061.             include_once \dirname(__DIR__4).'/vendor/shopware/core/Content/Seo/SalesChannel/StoreApiSeoResolver.php';
  2062.             include_once \dirname(__DIR__4).'/vendor/shopware/core/Framework/Webhook/WebhookDispatcher.php';
  2063.             include_once \dirname(__DIR__4).'/vendor/shopware/core/Content/Flow/Dispatching/FlowDispatcher.php';
  2064.             include_once \dirname(__DIR__4).'/vendor/symfony/event-dispatcher/EventDispatcher.php';
  2065.             include_once \dirname(__DIR__4).'/vendor/shopware/core/Framework/Webhook/BusinessEventEncoder.php';
  2066.             include_once \dirname(__DIR__4).'/vendor/shopware/core/Framework/Increment/IncrementGatewayRegistry.php';
  2067.             include_once \dirname(__DIR__4).'/vendor/shopware/core/System/SalesChannel/SalesChannelDefinition.php';
  2068.             include_once \dirname(__DIR__4).'/vendor/shopware/core/System/SalesChannel/Aggregate/SalesChannelDomain/SalesChannelDomainDefinition.php';
  2069.             include_once \dirname(__DIR__4).'/vendor/shopware/core/System/SalesChannel/Context/SalesChannelContextPersister.php';
  2070.             include_once \dirname(__DIR__4).'/vendor/shopware/core/System/SalesChannel/Context/AbstractSalesChannelContextFactory.php';
  2071.             include_once \dirname(__DIR__4).'/vendor/shopware/core/System/SalesChannel/Context/CachedSalesChannelContextFactory.php';
  2072.             include_once \dirname(__DIR__4).'/vendor/shopware/core/System/SalesChannel/Context/SalesChannelContextFactory.php';
  2073.             include_once \dirname(__DIR__4).'/vendor/shopware/core/System/SalesChannel/Context/AbstractBaseContextFactory.php';
  2074.             include_once \dirname(__DIR__4).'/vendor/shopware/core/System/SalesChannel/Context/CachedBaseContextFactory.php';
  2075.             include_once \dirname(__DIR__4).'/vendor/shopware/core/System/SalesChannel/Context/BaseContextFactory.php';
  2076.             include_once \dirname(__DIR__4).'/vendor/shopware/core/System/SalesChannel/Context/SalesChannelContextServiceInterface.php';
  2077.             include_once \dirname(__DIR__4).'/vendor/shopware/core/System/SalesChannel/Context/SalesChannelContextService.php';
  2078.             include_once \dirname(__DIR__4).'/vendor/shopware/core/System/SalesChannel/Entity/SalesChannelDefinitionInstanceRegistry.php';
  2079.             include_once \dirname(__DIR__4).'/vendor/shopware/core/System/SalesChannel/Api/StoreApiResponseListener.php';
  2080.             include_once \dirname(__DIR__4).'/vendor/shopware/core/System/SalesChannel/Api/StructEncoder.php';
  2081.             include_once \dirname(__DIR__4).'/vendor/shopware/core/System/Country/CountryDefinition.php';
  2082.             include_once \dirname(__DIR__4).'/vendor/shopware/core/System/Country/Aggregate/CountryState/CountryStateDefinition.php';
  2083.             include_once \dirname(__DIR__4).'/vendor/shopware/core/System/Currency/CurrencyDefinition.php';
  2084.             include_once \dirname(__DIR__4).'/vendor/shopware/core/System/Currency/Aggregate/CurrencyCountryRounding/CurrencyCountryRoundingDefinition.php';
  2085.             include_once \dirname(__DIR__4).'/vendor/shopware/core/System/Currency/SalesChannel/SalesChannelCurrencyDefinition.php';
  2086.             include_once \dirname(__DIR__4).'/vendor/shopware/core/System/Currency/CurrencyFormatter.php';
  2087.             include_once \dirname(__DIR__4).'/vendor/shopware/core/System/Currency/SalesChannel/AbstractCurrencyRoute.php';
  2088.             include_once \dirname(__DIR__4).'/vendor/shopware/core/System/Currency/SalesChannel/CachedCurrencyRoute.php';
  2089.             include_once \dirname(__DIR__4).'/vendor/shopware/core/System/Currency/SalesChannel/CurrencyRoute.php';
  2090.             include_once \dirname(__DIR__4).'/vendor/shopware/core/System/Locale/LanguageLocaleCodeProvider.php';
  2091.             include_once \dirname(__DIR__4).'/vendor/shopware/core/System/Snippet/Aggregate/SnippetSet/SnippetSetDefinition.php';
  2092.             include_once \dirname(__DIR__4).'/vendor/shopware/core/System/Snippet/SnippetDefinition.php';
  2093.             include_once \dirname(__DIR__4).'/vendor/shopware/core/System/Tax/TaxDefinition.php';
  2094.             include_once \dirname(__DIR__4).'/vendor/shopware/core/System/User/UserDefinition.php';
  2095.             include_once \dirname(__DIR__4).'/vendor/shopware/core/System/StateMachine/Loader/InitialStateIdLoader.php';
  2096.             include_once \dirname(__DIR__4).'/vendor/shopware/core/System/SystemConfig/SystemConfigDefinition.php';
  2097.             include_once \dirname(__DIR__4).'/vendor/shopware/core/Framework/Util/XmlReader.php';
  2098.             include_once \dirname(__DIR__4).'/vendor/shopware/core/System/SystemConfig/Util/ConfigReader.php';
  2099.             include_once \dirname(__DIR__4).'/vendor/shopware/core/System/SystemConfig/SystemConfigService.php';
  2100.             include_once \dirname(__DIR__4).'/vendor/shopware/core/System/SystemConfig/AbstractSystemConfigLoader.php';
  2101.             include_once \dirname(__DIR__4).'/vendor/shopware/core/System/SystemConfig/MemoizedSystemConfigLoader.php';
  2102.             include_once \dirname(__DIR__4).'/vendor/shopware/core/System/SystemConfig/CachedSystemConfigLoader.php';
  2103.             include_once \dirname(__DIR__4).'/vendor/shopware/core/System/SystemConfig/SystemConfigLoader.php';
  2104.             include_once \dirname(__DIR__4).'/vendor/shopware/core/System/SystemConfig/Store/MemoizedSystemConfigStore.php';
  2105.             include_once \dirname(__DIR__4).'/vendor/shopware/core/System/NumberRange/ValueGenerator/NumberRangeValueGeneratorInterface.php';
  2106.             include_once \dirname(__DIR__4).'/vendor/shopware/core/System/NumberRange/ValueGenerator/NumberRangeValueGenerator.php';
  2107.             include_once \dirname(__DIR__4).'/vendor/shopware/core/System/NumberRange/ValueGenerator/Pattern/ValueGeneratorPatternRegistry.php';
  2108.             include_once \dirname(__DIR__4).'/vendor/shopware/core/Content/Category/CategoryDefinition.php';
  2109.             include_once \dirname(__DIR__4).'/vendor/shopware/core/Content/Category/SalesChannel/SalesChannelCategoryDefinition.php';
  2110.             include_once \dirname(__DIR__4).'/vendor/shopware/core/Content/Category/Service/NavigationLoaderInterface.php';
  2111.             include_once \dirname(__DIR__4).'/vendor/shopware/core/Content/Category/Service/NavigationLoader.php';
  2112.             include_once \dirname(__DIR__4).'/vendor/shopware/core/Content/Category/SalesChannel/AbstractNavigationRoute.php';
  2113.             include_once \dirname(__DIR__4).'/vendor/shopware/core/Content/Category/SalesChannel/CachedNavigationRoute.php';
  2114.             include_once \dirname(__DIR__4).'/vendor/shopware/core/Content/Category/SalesChannel/NavigationRoute.php';
  2115.             include_once \dirname(__DIR__4).'/vendor/shopware/core/Content/Category/SalesChannel/TreeBuildingNavigationRoute.php';
  2116.             include_once \dirname(__DIR__4).'/vendor/shopware/core/Content/Category/Service/CategoryBreadcrumbBuilder.php';
  2117.             include_once \dirname(__DIR__4).'/vendor/shopware/core/Content/Media/MediaDefinition.php';
  2118.             include_once \dirname(__DIR__4).'/vendor/shopware/core/Framework/DataAbstractionLayer/EntityRepositoryInterface.php';
  2119.             include_once \dirname(__DIR__4).'/vendor/shopware/core/Content/Media/DataAbstractionLayer/MediaRepositoryDecorator.php';
  2120.             include_once \dirname(__DIR__4).'/vendor/shopware/core/Framework/DataAbstractionLayer/EntityRepository.php';
  2121.             include_once \dirname(__DIR__4).'/vendor/shopware/core/Content/Product/ProductDefinition.php';
  2122.             include_once \dirname(__DIR__4).'/vendor/shopware/core/Content/Product/SalesChannel/SalesChannelProductDefinition.php';
  2123.             include_once \dirname(__DIR__4).'/vendor/shopware/core/Content/Product/Aggregate/ProductDownload/ProductDownloadDefinition.php';
  2124.             include_once \dirname(__DIR__4).'/vendor/shopware/core/Content/Rule/RuleDefinition.php';
  2125.             include_once \dirname(__DIR__4).'/vendor/shopware/core/Content/Cms/CmsPageDefinition.php';
  2126.             include_once \dirname(__DIR__4).'/vendor/shopware/core/Content/Cms/DataResolver/CmsSlotsDataResolver.php';
  2127.             include_once \dirname(__DIR__4).'/vendor/shopware/core/Content/Cms/SalesChannel/SalesChannelCmsPageLoaderInterface.php';
  2128.             include_once \dirname(__DIR__4).'/vendor/shopware/core/Content/Cms/SalesChannel/SalesChannelCmsPageLoader.php';
  2129.             include_once \dirname(__DIR__4).'/vendor/shopware/core/Content/Flow/Dispatching/FlowFactory.php';
  2130.             include_once \dirname(__DIR__4).'/vendor/shopware/core/Checkout/Cart/Price/AmountCalculator.php';
  2131.             include_once \dirname(__DIR__4).'/vendor/shopware/core/Checkout/Cart/Price/CashRounding.php';
  2132.             include_once \dirname(__DIR__4).'/vendor/shopware/core/Checkout/Cart/CartPersisterInterface.php';
  2133.             include_once \dirname(__DIR__4).'/vendor/shopware/core/Checkout/Cart/AbstractCartPersister.php';
  2134.             include_once \dirname(__DIR__4).'/vendor/shopware/core/Checkout/Cart/CartPersister.php';
  2135.             include_once \dirname(__DIR__4).'/vendor/shopware/core/Checkout/Cart/CartSerializationCleaner.php';
  2136.             include_once \dirname(__DIR__4).'/vendor/shopware/core/Checkout/Cart/SalesChannel/CartService.php';
  2137.             include_once \dirname(__DIR__4).'/vendor/shopware/core/Checkout/Cart/CartCalculator.php';
  2138.             include_once \dirname(__DIR__4).'/vendor/shopware/core/Checkout/Cart/SalesChannel/AbstractCartItemUpdateRoute.php';
  2139.             include_once \dirname(__DIR__4).'/vendor/shopware/core/Checkout/Cart/SalesChannel/CartItemUpdateRoute.php';
  2140.             include_once \dirname(__DIR__4).'/vendor/shopware/core/Checkout/Cart/SalesChannel/AbstractCartLoadRoute.php';
  2141.             include_once \dirname(__DIR__4).'/vendor/shopware/core/Checkout/Cart/SalesChannel/CartLoadRoute.php';
  2142.             include_once \dirname(__DIR__4).'/vendor/shopware/core/Checkout/Cart/SalesChannel/AbstractCartDeleteRoute.php';
  2143.             include_once \dirname(__DIR__4).'/vendor/shopware/core/Checkout/Cart/SalesChannel/CartDeleteRoute.php';
  2144.             include_once \dirname(__DIR__4).'/vendor/shopware/core/Checkout/Cart/SalesChannel/AbstractCartItemRemoveRoute.php';
  2145.             include_once \dirname(__DIR__4).'/vendor/shopware/core/Checkout/Cart/SalesChannel/CartItemRemoveRoute.php';
  2146.             include_once \dirname(__DIR__4).'/vendor/shopware/core/Checkout/Cart/SalesChannel/AbstractCartItemAddRoute.php';
  2147.             include_once \dirname(__DIR__4).'/vendor/shopware/core/Checkout/Cart/SalesChannel/CartItemAddRoute.php';
  2148.             include_once \dirname(__DIR__4).'/vendor/shopware/core/Checkout/Cart/SalesChannel/AbstractCartOrderRoute.php';
  2149.             include_once \dirname(__DIR__4).'/vendor/shopware/core/Checkout/Cart/SalesChannel/CartOrderRoute.php';
  2150.             include_once \dirname(__DIR__4).'/vendor/shopware/core/Checkout/Cart/Order/OrderPersisterInterface.php';
  2151.             include_once \dirname(__DIR__4).'/vendor/shopware/core/Checkout/Cart/Order/OrderPersister.php';
  2152.             include_once \dirname(__DIR__4).'/vendor/shopware/core/Checkout/Payment/PreparedPaymentService.php';
  2153.             include_once \dirname(__DIR__4).'/vendor/shopware/core/Checkout/Cart/Tax/PercentageTaxRuleBuilder.php';
  2154.             include_once \dirname(__DIR__4).'/vendor/shopware/core/Checkout/Cart/Tax/TaxDetector.php';
  2155.             include_once \dirname(__DIR__4).'/vendor/shopware/core/Checkout/Cart/Tax/TaxCalculator.php';
  2156.             include_once \dirname(__DIR__4).'/vendor/shopware/core/Checkout/Cart/Processor.php';
  2157.             include_once \dirname(__DIR__4).'/vendor/shopware/core/Checkout/Cart/Validator.php';
  2158.             include_once \dirname(__DIR__4).'/vendor/shopware/core/Checkout/Cart/Transaction/TransactionProcessor.php';
  2159.             include_once \dirname(__DIR__4).'/vendor/shopware/core/Checkout/Cart/CartRuleLoader.php';
  2160.             include_once \dirname(__DIR__4).'/vendor/shopware/core/Checkout/Cart/AbstractRuleLoader.php';
  2161.             include_once \dirname(__DIR__4).'/vendor/shopware/core/Checkout/Cart/CachedRuleLoader.php';
  2162.             include_once \dirname(__DIR__4).'/vendor/shopware/core/Checkout/Cart/RuleLoader.php';
  2163.             include_once \dirname(__DIR__4).'/vendor/shopware/core/Checkout/Cart/LineItemFactoryRegistry.php';
  2164.             include_once \dirname(__DIR__4).'/vendor/shopware/core/Checkout/Customer/CustomerDefinition.php';
  2165.             include_once \dirname(__DIR__4).'/vendor/shopware/core/Checkout/Customer/Aggregate/CustomerAddress/CustomerAddressDefinition.php';
  2166.             include_once \dirname(__DIR__4).'/vendor/shopware/core/Checkout/Customer/Aggregate/CustomerGroup/CustomerGroupDefinition.php';
  2167.             include_once \dirname(__DIR__4).'/vendor/shopware/core/Checkout/Order/OrderDefinition.php';
  2168.             include_once \dirname(__DIR__4).'/vendor/shopware/core/Checkout/Order/Aggregate/OrderAddress/OrderAddressDefinition.php';
  2169.             include_once \dirname(__DIR__4).'/vendor/shopware/core/Checkout/Cart/Order/OrderConverter.php';
  2170.             include_once \dirname(__DIR__4).'/vendor/shopware/core/Checkout/Cart/Order/LineItemDownloadLoader.php';
  2171.             include_once \dirname(__DIR__4).'/vendor/shopware/core/Checkout/Payment/PaymentMethodDefinition.php';
  2172.             include_once \dirname(__DIR__4).'/vendor/shopware/core/Checkout/Payment/SalesChannel/SalesChannelPaymentMethodDefinition.php';
  2173.             include_once \dirname(__DIR__4).'/vendor/lcobucci/jwt/src/Configuration.php';
  2174.             include_once \dirname(__DIR__4).'/vendor/shopware/core/Checkout/Payment/Cart/Token/JWTConfigurationFactory.php';
  2175.             include_once \dirname(__DIR__4).'/vendor/lcobucci/jwt/src/Signer.php';
  2176.             include_once \dirname(__DIR__4).'/vendor/lcobucci/jwt/src/Signer/OpenSSL.php';
  2177.             include_once \dirname(__DIR__4).'/vendor/lcobucci/jwt/src/Signer/Rsa.php';
  2178.             include_once \dirname(__DIR__4).'/vendor/lcobucci/jwt/src/Signer/Rsa/Sha256.php';
  2179.             include_once \dirname(__DIR__4).'/vendor/shopware/core/Checkout/Payment/Cart/PaymentHandler/PaymentHandlerRegistry.php';
  2180.             include_once \dirname(__DIR__4).'/vendor/psr/container/src/ContainerInterface.php';
  2181.             include_once \dirname(__DIR__4).'/vendor/symfony/service-contracts/ServiceProviderInterface.php';
  2182.             include_once \dirname(__DIR__4).'/vendor/symfony/service-contracts/ServiceLocatorTrait.php';
  2183.             include_once \dirname(__DIR__4).'/vendor/symfony/dependency-injection/ServiceLocator.php';
  2184.             include_once \dirname(__DIR__4).'/vendor/shopware/core/Checkout/Payment/SalesChannel/AbstractPaymentMethodRoute.php';
  2185.             include_once \dirname(__DIR__4).'/vendor/shopware/core/Checkout/Payment/SalesChannel/CachedPaymentMethodRoute.php';
  2186.             include_once \dirname(__DIR__4).'/vendor/shopware/core/Checkout/Payment/SalesChannel/PaymentMethodRoute.php';
  2187.             include_once \dirname(__DIR__4).'/vendor/shopware/core/Checkout/Payment/SalesChannel/SortedPaymentMethodRoute.php';
  2188.             include_once \dirname(__DIR__4).'/vendor/shopware/core/Checkout/Shipping/ShippingMethodDefinition.php';
  2189.             include_once \dirname(__DIR__4).'/vendor/shopware/core/Checkout/Shipping/SalesChannel/SalesChannelShippingMethodDefinition.php';
  2190.             include_once \dirname(__DIR__4).'/vendor/shopware/core/Checkout/Shipping/SalesChannel/AbstractShippingMethodRoute.php';
  2191.             include_once \dirname(__DIR__4).'/vendor/shopware/core/Checkout/Shipping/SalesChannel/CachedShippingMethodRoute.php';
  2192.             include_once \dirname(__DIR__4).'/vendor/shopware/core/Checkout/Shipping/SalesChannel/ShippingMethodRoute.php';
  2193.             include_once \dirname(__DIR__4).'/vendor/shopware/core/Checkout/Shipping/SalesChannel/SortedShippingMethodRoute.php';
  2194.             include_once \dirname(__DIR__4).'/vendor/shopware/storefront/Framework/Routing/MaintenanceModeResolver.php';
  2195.             include_once \dirname(__DIR__4).'/vendor/shopware/storefront/Theme/ThemeConfigValueAccessor.php';
  2196.             include_once \dirname(__DIR__4).'/vendor/shopware/storefront/Theme/AbstractResolvedConfigLoader.php';
  2197.             include_once \dirname(__DIR__4).'/vendor/shopware/storefront/Theme/CachedResolvedConfigLoader.php';
  2198.             include_once \dirname(__DIR__4).'/vendor/shopware/storefront/Theme/ResolvedConfigLoader.php';
  2199.             include_once \dirname(__DIR__4).'/vendor/composer/composer/src/Composer/EventDispatcher/EventSubscriberInterface.php';
  2200.             include_once \dirname(__DIR__4).'/vendor/shopware/storefront/Framework/Twig/TwigDateRequestListener.php';
  2201.             include_once \dirname(__DIR__4).'/vendor/shopware/storefront/Framework/Csrf/CsrfPlaceholderHandler.php';
  2202.             include_once \dirname(__DIR__4).'/vendor/shopware/storefront/Framework/Routing/StorefrontSubscriber.php';
  2203.             include_once \dirname(__DIR__4).'/vendor/shopware/core/Content/Seo/HreflangLoaderInterface.php';
  2204.             include_once \dirname(__DIR__4).'/vendor/shopware/core/Content/Seo/HreflangLoader.php';
  2205.             include_once \dirname(__DIR__4).'/vendor/shopware/storefront/Framework/Routing/NotFound/NotFoundSubscriber.php';
  2206.             include_once \dirname(__DIR__4).'/vendor/shopware/storefront/Framework/Csrf/CsrfRouteListener.php';
  2207.             include_once \dirname(__DIR__4).'/vendor/shopware/storefront/Framework/AffiliateTracking/AffiliateTrackingListener.php';
  2208.             include_once \dirname(__DIR__4).'/vendor/shopware/storefront/Pagelet/Header/HeaderPageletLoaderInterface.php';
  2209.             include_once \dirname(__DIR__4).'/vendor/shopware/storefront/Pagelet/Header/HeaderPageletLoader.php';
  2210.             include_once \dirname(__DIR__4).'/vendor/shopware/storefront/Pagelet/Footer/FooterPageletLoaderInterface.php';
  2211.             include_once \dirname(__DIR__4).'/vendor/shopware/storefront/Pagelet/Footer/FooterPageletLoader.php';
  2212.             include_once \dirname(__DIR__4).'/vendor/shopware/storefront/Page/GenericPageLoaderInterface.php';
  2213.             include_once \dirname(__DIR__4).'/vendor/shopware/storefront/Page/GenericPageLoader.php';
  2214.             include_once \dirname(__DIR__4).'/vendor/shopware/core/Framework/Adapter/Cache/AbstractCacheTracer.php';
  2215.             include_once \dirname(__DIR__4).'/vendor/shopware/storefront/Framework/Cache/CacheTracer.php';
  2216.             include_once \dirname(__DIR__4).'/vendor/shopware/core/Framework/Adapter/Cache/CacheTracer.php';
  2217.             include_once \dirname(__DIR__4).'/vendor/shopware/storefront/Framework/Cache/CacheResponseSubscriber.php';
  2218.             include_once \dirname(__DIR__4).'/vendor/shopware/storefront/Framework/Captcha/CaptchaRouteListener.php';
  2219.             include_once \dirname(__DIR__4).'/vendor/shopware/storefront/Framework/Routing/ResponseHeaderListener.php';
  2220.             include_once \dirname(__DIR__4).'/vendor/shopware/storefront/Theme/StorefrontPluginConfiguration/AbstractStorefrontPluginConfigurationFactory.php';
  2221.             include_once \dirname(__DIR__4).'/vendor/shopware/storefront/Theme/StorefrontPluginConfiguration/StorefrontPluginConfigurationFactory.php';
  2222.             include_once \dirname(__DIR__4).'/vendor/shopware/storefront/Theme/StorefrontPluginRegistryInterface.php';
  2223.             include_once \dirname(__DIR__4).'/vendor/shopware/storefront/Theme/StorefrontPluginRegistry.php';
  2224.             include_once \dirname(__DIR__4).'/vendor/shopware/storefront/Theme/ThemeFileImporterInterface.php';
  2225.             include_once \dirname(__DIR__4).'/vendor/shopware/storefront/Theme/ThemeFileImporter.php';
  2226.             include_once \dirname(__DIR__4).'/vendor/shopware/storefront/Theme/ThemeFileResolver.php';
  2227.             include_once \dirname(__DIR__4).'/vendor/shopware/storefront/Theme/ThemeService.php';
  2228.             include_once \dirname(__DIR__4).'/vendor/shopware/storefront/Theme/ThemeCompilerInterface.php';
  2229.             include_once \dirname(__DIR__4).'/vendor/shopware/storefront/Theme/ThemeCompiler.php';
  2230.             include_once \dirname(__DIR__4).'/vendor/shopware/storefront/Theme/AbstractScssCompiler.php';
  2231.             include_once \dirname(__DIR__4).'/vendor/shopware/storefront/Theme/ScssPhpCompiler.php';
  2232.             include_once \dirname(__DIR__4).'/vendor/shopware/storefront/Theme/ConfigLoader/AbstractConfigLoader.php';
  2233.             include_once \dirname(__DIR__4).'/vendor/shopware/storefront/Theme/ConfigLoader/DatabaseConfigLoader.php';
  2234.             include_once \dirname(__DIR__4).'/vendor/shopware/storefront/Theme/AbstractThemePathBuilder.php';
  2235.             include_once \dirname(__DIR__4).'/vendor/shopware/storefront/Theme/MD5ThemePathBuilder.php';
  2236.             include_once \dirname(__DIR__4).'/vendor/shopware/storefront/Theme/ThemeDefinition.php';
  2237.             include_once \dirname(__DIR__4).'/vendor/shopware/core/Framework/DataAbstractionLayer/MappingEntityDefinition.php';
  2238.             include_once \dirname(__DIR__4).'/vendor/shopware/storefront/Theme/Aggregate/ThemeSalesChannelDefinition.php';
  2239.             include_once \dirname(__DIR__4).'/vendor/shopware/core/Framework/Adapter/Twig/NamespaceHierarchy/TemplateNamespaceHierarchyBuilderInterface.php';
  2240.             include_once \dirname(__DIR__4).'/vendor/shopware/storefront/Theme/Twig/ThemeNamespaceHierarchyBuilder.php';
  2241.             include_once \dirname(__DIR__4).'/vendor/shopware/storefront/Theme/Twig/ThemeInheritanceBuilderInterface.php';
  2242.             include_once \dirname(__DIR__4).'/vendor/shopware/storefront/Theme/Twig/ThemeInheritanceBuilder.php';
  2243.             include_once \dirname(__DIR__4).'/vendor/shopware/storefront/Theme/SalesChannelThemeLoader.php';
  2244.             include_once \dirname(__DIR__4).'/vendor/shopware/elasticsearch/Framework/DataAbstractionLayer/CriteriaParser.php';
  2245.             include_once \dirname(__DIR__4).'/vendor/shopware/elasticsearch/Framework/ElasticsearchHelper.php';
  2246.             include_once \dirname(__DIR__4).'/vendor/shopware/elasticsearch/Framework/ElasticsearchRegistry.php';
  2247.             include_once \dirname(__DIR__4).'/vendor/psr/log/Psr/Log/LoggerInterface.php';
  2248.             include_once \dirname(__DIR__4).'/vendor/shopware/core/Profiling/Subscriber/ActiveRulesDataCollectorSubscriber.php';
  2249.             include_once \dirname(__DIR__4).'/vendor/store.shopware.com/swagpaypal/src/Checkout/Cart/Service/ExcludedProductValidator.php';
  2250.             include_once \dirname(__DIR__4).'/vendor/store.shopware.com/swagpaypal/src/Checkout/Cart/Service/CartPriceService.php';
  2251.             include_once \dirname(__DIR__4).'/vendor/store.shopware.com/swagpaypal/src/Checkout/SalesChannel/FilteredPaymentMethodRoute.php';
  2252.             include_once \dirname(__DIR__4).'/vendor/store.shopware.com/swagpaypal/src/Setting/Service/SettingsValidationServiceInterface.php';
  2253.             include_once \dirname(__DIR__4).'/vendor/store.shopware.com/swagpaypal/src/Setting/Service/SettingsValidationService.php';
  2254.             include_once \dirname(__DIR__4).'/vendor/monolog/monolog/src/Monolog/Logger.php';
  2255.             include_once \dirname(__DIR__4).'/vendor/store.shopware.com/swagpaypal/src/Util/Log/LoggerFactory.php';
  2256.             include_once \dirname(__DIR__4).'/vendor/store.shopware.com/swagpaypal/src/Util/Lifecycle/Method/PaymentMethodDataRegistry.php';
  2257.             include_once \dirname(__DIR__4).'/vendor/store.shopware.com/swagpaypal/src/Util/Availability/AvailabilityService.php';
  2258.             include_once \dirname(__DIR__4).'/vendor/store.shopware.com/wbmtagmanagerecomm/src/Subscriber/KernelEventsSubscriber.php';
  2259.             include_once \dirname(__DIR__4).'/vendor/store.shopware.com/wbmtagmanagerecomm/src/Services/DataLayerModulesInterface.php';
  2260.             include_once \dirname(__DIR__4).'/vendor/store.shopware.com/wbmtagmanagerecomm/src/Services/DataLayerModules.php';
  2261.             include_once \dirname(__DIR__4).'/vendor/store.shopware.com/wbmtagmanagerecomm/src/Services/DataLayerRendererInterface.php';
  2262.             include_once \dirname(__DIR__4).'/vendor/store.shopware.com/wbmtagmanagerecomm/src/Services/DataLayerRenderer.php';
  2263.             include_once \dirname(__DIR__4).'/vendor/store.shopware.com/dreiscseopro/src/Core/Content/DreiscSeoSetting/DreiscSeoSettingDefinition.php';
  2264.             include_once \dirname(__DIR__4).'/vendor/store.shopware.com/dreiscseopro/src/Core/Foundation/Dal/EntityRepository.php';
  2265.             include_once \dirname(__DIR__4).'/vendor/store.shopware.com/dreiscseopro/src/Core/Content/DreiscSeoSetting/DreiscSeoSettingRepository.php';
  2266.             include_once \dirname(__DIR__4).'/vendor/store.shopware.com/dreiscseopro/src/Core/CustomSetting/CustomSettingLoader.php';
  2267.             include_once \dirname(__DIR__4).'/vendor/store.shopware.com/dreiscseopro/src/Core/Foundation/CustomSettingEntity/CustomSettingEntityService.php';
  2268.             include_once \dirname(__DIR__4).'/vendor/shopware/core/Content/Seo/SeoUrlPlaceholderHandlerInterface.php';
  2269.             include_once \dirname(__DIR__4).'/vendor/store.shopware.com/dreiscseopro/src/Decorator/Core/Content/Seo/SeoUrlPlaceholderHandlerDecorator.php';
  2270.             include_once \dirname(__DIR__4).'/vendor/shopware/core/Content/Seo/SeoUrlPlaceholderHandler.php';
  2271.             include_once \dirname(__DIR__4).'/vendor/twig/twig/src/Extension/ExtensionInterface.php';
  2272.             include_once \dirname(__DIR__4).'/vendor/twig/twig/src/Extension/AbstractExtension.php';
  2273.             include_once \dirname(__DIR__4).'/vendor/twig/twig/src/Extension/GlobalsInterface.php';
  2274.             include_once \dirname(__DIR__4).'/vendor/store.shopware.com/dreiscseopro/src/Decorator/Storefront/Framework/Twig/TemplateDataExtensionDecorator.php';
  2275.             include_once \dirname(__DIR__4).'/vendor/shopware/storefront/Framework/Twig/TemplateDataExtension.php';
  2276.             include_once \dirname(__DIR__4).'/vendor/store.shopware.com/redmagnalistersw6/src/EventListeners/MagnalisterEventListener.php';
  2277.             include_once \dirname(__DIR__4).'/custom/plugins/PixelLexikonSW6/src/Entities/Items/LexikonDefinition.php';
  2278.             include_once \dirname(__DIR__4).'/custom/plugins/PixelLexikonSW6/src/Component/CoreFunctions.php';
  2279.             include_once \dirname(__DIR__4).'/vendor/store.shopware.com/froshtools/src/Components/Elasticsearch/AdminInfoSubscriber.php';
  2280.             include_once \dirname(__DIR__4).'/vendor/symfony/http-kernel/ControllerMetadata/ArgumentMetadataFactoryInterface.php';
  2281.             include_once \dirname(__DIR__4).'/vendor/symfony/http-kernel/ControllerMetadata/ArgumentMetadataFactory.php';
  2282.             include_once \dirname(__DIR__4).'/vendor/symfony/http-kernel/EventListener/ResponseListener.php';
  2283.             include_once \dirname(__DIR__4).'/vendor/symfony/http-kernel/EventListener/StreamedResponseListener.php';
  2284.             include_once \dirname(__DIR__4).'/vendor/symfony/http-kernel/EventListener/LocaleListener.php';
  2285.             include_once \dirname(__DIR__4).'/vendor/symfony/http-kernel/EventListener/ValidateRequestListener.php';
  2286.             include_once \dirname(__DIR__4).'/vendor/symfony/http-kernel/EventListener/DisallowRobotsIndexingListener.php';
  2287.             include_once \dirname(__DIR__4).'/vendor/symfony/http-kernel/EventListener/ErrorListener.php';
  2288.             include_once \dirname(__DIR__4).'/vendor/symfony/dependency-injection/ParameterBag/ParameterBagInterface.php';
  2289.             include_once \dirname(__DIR__4).'/vendor/symfony/dependency-injection/ParameterBag/ParameterBag.php';
  2290.             include_once \dirname(__DIR__4).'/vendor/symfony/dependency-injection/ParameterBag/FrozenParameterBag.php';
  2291.             include_once \dirname(__DIR__4).'/vendor/symfony/dependency-injection/ParameterBag/ContainerBagInterface.php';
  2292.             include_once \dirname(__DIR__4).'/vendor/symfony/dependency-injection/ParameterBag/ContainerBag.php';
  2293.             include_once \dirname(__DIR__4).'/vendor/symfony/http-kernel/HttpKernel.php';
  2294.             include_once \dirname(__DIR__4).'/vendor/symfony/http-kernel/Controller/ControllerResolverInterface.php';
  2295.             include_once \dirname(__DIR__4).'/vendor/symfony/http-kernel/Controller/TraceableControllerResolver.php';
  2296.             include_once \dirname(__DIR__4).'/vendor/symfony/http-kernel/Controller/ControllerResolver.php';
  2297.             include_once \dirname(__DIR__4).'/vendor/symfony/http-kernel/Controller/ContainerControllerResolver.php';
  2298.             include_once \dirname(__DIR__4).'/vendor/symfony/framework-bundle/Controller/ControllerResolver.php';
  2299.             include_once \dirname(__DIR__4).'/vendor/symfony/http-kernel/Controller/ArgumentResolverInterface.php';
  2300.             include_once \dirname(__DIR__4).'/vendor/symfony/http-kernel/Controller/TraceableArgumentResolver.php';
  2301.             include_once \dirname(__DIR__4).'/vendor/symfony/http-kernel/Controller/ArgumentResolver.php';
  2302.             include_once \dirname(__DIR__4).'/vendor/symfony/http-foundation/RequestStack.php';
  2303.             include_once \dirname(__DIR__4).'/vendor/symfony/http-kernel/UriSigner.php';
  2304.             include_once \dirname(__DIR__4).'/vendor/symfony/config/ConfigCacheFactoryInterface.php';
  2305.             include_once \dirname(__DIR__4).'/vendor/symfony/config/ResourceCheckerConfigCacheFactory.php';
  2306.             include_once \dirname(__DIR__4).'/vendor/symfony/http-kernel/EventListener/LocaleAwareListener.php';
  2307.             include_once \dirname(__DIR__4).'/vendor/symfony/cache/Adapter/TraceableAdapter.php';
  2308.             include_once \dirname(__DIR__4).'/vendor/symfony/cache/Adapter/ArrayAdapter.php';
  2309.             include_once \dirname(__DIR__4).'/vendor/symfony/cache/Traits/AbstractAdapterTrait.php';
  2310.             include_once \dirname(__DIR__4).'/vendor/symfony/cache/Adapter/AbstractAdapter.php';
  2311.             include_once \dirname(__DIR__4).'/vendor/symfony/asset/Packages.php';
  2312.             include_once \dirname(__DIR__4).'/vendor/symfony/asset/PathPackage.php';
  2313.             include_once \dirname(__DIR__4).'/vendor/symfony/asset/Context/ContextInterface.php';
  2314.             include_once \dirname(__DIR__4).'/vendor/symfony/asset/Context/RequestStackContext.php';
  2315.             include_once \dirname(__DIR__4).'/vendor/symfony/asset/VersionStrategy/EmptyVersionStrategy.php';
  2316.             include_once \dirname(__DIR__4).'/vendor/symfony/mailer/EventListener/MessageLoggerListener.php';
  2317.             include_once \dirname(__DIR__4).'/vendor/symfony/http-kernel/HttpCache/SurrogateInterface.php';
  2318.             include_once \dirname(__DIR__4).'/vendor/symfony/http-kernel/HttpCache/AbstractSurrogate.php';
  2319.             include_once \dirname(__DIR__4).'/vendor/symfony/http-kernel/HttpCache/Esi.php';
  2320.             include_once \dirname(__DIR__4).'/vendor/symfony/http-kernel/EventListener/SurrogateListener.php';
  2321.             include_once \dirname(__DIR__4).'/vendor/symfony/http-kernel/EventListener/FragmentListener.php';
  2322.             include_once \dirname(__DIR__4).'/vendor/symfony/translation/Translator.php';
  2323.             include_once \dirname(__DIR__4).'/vendor/symfony/http-kernel/CacheWarmer/WarmableInterface.php';
  2324.             include_once \dirname(__DIR__4).'/vendor/symfony/framework-bundle/Translation/Translator.php';
  2325.             include_once \dirname(__DIR__4).'/vendor/symfony/translation/Formatter/MessageFormatterInterface.php';
  2326.             include_once \dirname(__DIR__4).'/vendor/symfony/translation/Formatter/IntlFormatterInterface.php';
  2327.             include_once \dirname(__DIR__4).'/vendor/symfony/translation/Formatter/MessageFormatter.php';
  2328.             include_once \dirname(__DIR__4).'/vendor/symfony/translation/IdentityTranslator.php';
  2329.             include_once \dirname(__DIR__4).'/vendor/symfony/http-kernel/EventListener/DebugHandlersListener.php';
  2330.             include_once \dirname(__DIR__4).'/vendor/symfony/http-kernel/Log/DebugLoggerInterface.php';
  2331.             include_once \dirname(__DIR__4).'/vendor/symfony/monolog-bridge/Logger.php';
  2332.             include_once \dirname(__DIR__4).'/vendor/symfony/http-kernel/Debug/FileLinkFormatter.php';
  2333.             include_once \dirname(__DIR__4).'/vendor/symfony/stopwatch/Stopwatch.php';
  2334.             include_once \dirname(__DIR__4).'/vendor/symfony/monolog-bridge/Processor/DebugProcessor.php';
  2335.             include_once \dirname(__DIR__4).'/vendor/symfony/routing/RequestContextAwareInterface.php';
  2336.             include_once \dirname(__DIR__4).'/vendor/symfony/routing/Matcher/UrlMatcherInterface.php';
  2337.             include_once \dirname(__DIR__4).'/vendor/symfony/routing/Generator/UrlGeneratorInterface.php';
  2338.             include_once \dirname(__DIR__4).'/vendor/symfony/routing/RouterInterface.php';
  2339.             include_once \dirname(__DIR__4).'/vendor/symfony/routing/Matcher/RequestMatcherInterface.php';
  2340.             include_once \dirname(__DIR__4).'/vendor/symfony/routing/Router.php';
  2341.             include_once \dirname(__DIR__4).'/vendor/symfony/framework-bundle/Routing/Router.php';
  2342.             include_once \dirname(__DIR__4).'/vendor/symfony/routing/RequestContext.php';
  2343.             include_once \dirname(__DIR__4).'/vendor/symfony/http-kernel/EventListener/RouterListener.php';
  2344.             include_once \dirname(__DIR__4).'/vendor/doctrine/annotations/lib/Doctrine/Common/Annotations/Reader.php';
  2345.             include_once \dirname(__DIR__4).'/vendor/shopware/core/Framework/Compatibility/AnnotationReader.php';
  2346.             include_once \dirname(__DIR__4).'/vendor/doctrine/annotations/lib/Doctrine/Common/Annotations/AnnotationRegistry.php';
  2347.             include_once \dirname(__DIR__4).'/vendor/doctrine/annotations/lib/Doctrine/Common/Annotations/PsrCachedReader.php';
  2348.             include_once \dirname(__DIR__4).'/vendor/symfony/cache/Adapter/PhpArrayAdapter.php';
  2349.             include_once \dirname(__DIR__4).'/vendor/symfony/serializer/Mapping/Factory/ClassMetadataFactoryInterface.php';
  2350.             include_once \dirname(__DIR__4).'/vendor/symfony/serializer/Mapping/Factory/ClassResolverTrait.php';
  2351.             include_once \dirname(__DIR__4).'/vendor/symfony/serializer/Mapping/Factory/ClassMetadataFactory.php';
  2352.             include_once \dirname(__DIR__4).'/vendor/symfony/serializer/Mapping/Loader/LoaderInterface.php';
  2353.             include_once \dirname(__DIR__4).'/vendor/symfony/serializer/Mapping/Loader/LoaderChain.php';
  2354.             include_once \dirname(__DIR__4).'/vendor/symfony/serializer/Mapping/Loader/AnnotationLoader.php';
  2355.             include_once \dirname(__DIR__4).'/vendor/symfony/property-info/PropertyTypeExtractorInterface.php';
  2356.             include_once \dirname(__DIR__4).'/vendor/symfony/property-info/PropertyDescriptionExtractorInterface.php';
  2357.             include_once \dirname(__DIR__4).'/vendor/symfony/property-info/PropertyAccessExtractorInterface.php';
  2358.             include_once \dirname(__DIR__4).'/vendor/symfony/property-info/PropertyListExtractorInterface.php';
  2359.             include_once \dirname(__DIR__4).'/vendor/symfony/property-info/PropertyInfoExtractorInterface.php';
  2360.             include_once \dirname(__DIR__4).'/vendor/symfony/property-info/PropertyInitializableExtractorInterface.php';
  2361.             include_once \dirname(__DIR__4).'/vendor/symfony/property-info/PropertyInfoExtractor.php';
  2362.             include_once \dirname(__DIR__4).'/vendor/symfony/property-info/PropertyReadInfoExtractorInterface.php';
  2363.             include_once \dirname(__DIR__4).'/vendor/symfony/property-info/PropertyWriteInfoExtractorInterface.php';
  2364.             include_once \dirname(__DIR__4).'/vendor/symfony/property-info/Extractor/ConstructorArgumentTypeExtractorInterface.php';
  2365.             include_once \dirname(__DIR__4).'/vendor/symfony/property-info/Extractor/ReflectionExtractor.php';
  2366.             include_once \dirname(__DIR__4).'/vendor/symfony/lock/LockFactory.php';
  2367.             include_once \dirname(__DIR__4).'/vendor/symfony/lock/PersistingStoreInterface.php';
  2368.             include_once \dirname(__DIR__4).'/vendor/symfony/lock/Store/StoreFactory.php';
  2369.             include_once \dirname(__DIR__4).'/vendor/symfony/http-foundation/Session/SessionFactoryInterface.php';
  2370.             include_once \dirname(__DIR__4).'/vendor/symfony/http-foundation/Session/SessionFactory.php';
  2371.             include_once \dirname(__DIR__4).'/vendor/symfony/http-foundation/Session/Storage/SessionStorageFactoryInterface.php';
  2372.             include_once \dirname(__DIR__4).'/vendor/symfony/http-foundation/Session/Storage/NativeSessionStorageFactory.php';
  2373.             include_once \dirname(__DIR__4).'/vendor/symfony/http-foundation/Session/Storage/Handler/AbstractSessionHandler.php';
  2374.             include_once \dirname(__DIR__4).'/vendor/symfony/http-foundation/Session/Storage/Handler/StrictSessionHandler.php';
  2375.             include_once \dirname(__DIR__4).'/vendor/symfony/http-foundation/Session/SessionBagInterface.php';
  2376.             include_once \dirname(__DIR__4).'/vendor/symfony/http-foundation/Session/Storage/MetadataBag.php';
  2377.             include_once \dirname(__DIR__4).'/vendor/symfony/http-kernel/EventListener/AbstractSessionListener.php';
  2378.             include_once \dirname(__DIR__4).'/vendor/symfony/http-kernel/EventListener/SessionListener.php';
  2379.             include_once \dirname(__DIR__4).'/vendor/symfony/validator/ValidatorBuilder.php';
  2380.             include_once \dirname(__DIR__4).'/vendor/symfony/validator/Validation.php';
  2381.             include_once \dirname(__DIR__4).'/vendor/symfony/validator/ConstraintValidatorFactoryInterface.php';
  2382.             include_once \dirname(__DIR__4).'/vendor/symfony/validator/ContainerConstraintValidatorFactory.php';
  2383.             include_once \dirname(__DIR__4).'/vendor/symfony/validator/Mapping/Loader/LoaderInterface.php';
  2384.             include_once \dirname(__DIR__4).'/vendor/symfony/validator/Mapping/Loader/AutoMappingTrait.php';
  2385.             include_once \dirname(__DIR__4).'/vendor/symfony/validator/Mapping/Loader/PropertyInfoLoader.php';
  2386.             include_once \dirname(__DIR__4).'/vendor/symfony/http-kernel/EventListener/ProfilerListener.php';
  2387.             include_once \dirname(__DIR__4).'/vendor/symfony/http-kernel/DataCollector/LateDataCollectorInterface.php';
  2388.             include_once \dirname(__DIR__4).'/vendor/symfony/http-kernel/DataCollector/RequestDataCollector.php';
  2389.             include_once \dirname(__DIR__4).'/vendor/symfony/http-kernel/DataCollector/RouterDataCollector.php';
  2390.             include_once \dirname(__DIR__4).'/vendor/symfony/framework-bundle/DataCollector/RouterDataCollector.php';
  2391.             include_once \dirname(__DIR__4).'/vendor/symfony/validator/Mapping/Factory/MetadataFactoryInterface.php';
  2392.             include_once \dirname(__DIR__4).'/vendor/symfony/validator/Validator/ValidatorInterface.php';
  2393.             include_once \dirname(__DIR__4).'/vendor/symfony/validator/Validator/TraceableValidator.php';
  2394.             include_once \dirname(__DIR__4).'/vendor/symfony/mime/MimeTypeGuesserInterface.php';
  2395.             include_once \dirname(__DIR__4).'/vendor/symfony/mime/MimeTypesInterface.php';
  2396.             include_once \dirname(__DIR__4).'/vendor/symfony/mime/MimeTypes.php';
  2397.             include_once \dirname(__DIR__4).'/vendor/symfony/monolog-bridge/Handler/ConsoleHandler.php';
  2398.             include_once \dirname(__DIR__4).'/vendor/sensio/framework-extra-bundle/src/EventListener/ControllerListener.php';
  2399.             include_once \dirname(__DIR__4).'/vendor/sensio/framework-extra-bundle/src/EventListener/ParamConverterListener.php';
  2400.             include_once \dirname(__DIR__4).'/vendor/sensio/framework-extra-bundle/src/Request/ParamConverter/ParamConverterManager.php';
  2401.             include_once \dirname(__DIR__4).'/vendor/sensio/framework-extra-bundle/src/Request/ParamConverter/ParamConverterInterface.php';
  2402.             include_once \dirname(__DIR__4).'/vendor/sensio/framework-extra-bundle/src/Request/ParamConverter/DoctrineParamConverter.php';
  2403.             include_once \dirname(__DIR__4).'/vendor/sensio/framework-extra-bundle/src/Request/ParamConverter/DateTimeParamConverter.php';
  2404.             include_once \dirname(__DIR__4).'/vendor/sensio/framework-extra-bundle/src/EventListener/TemplateListener.php';
  2405.             include_once \dirname(__DIR__4).'/vendor/sensio/framework-extra-bundle/src/Templating/TemplateGuesser.php';
  2406.             include_once \dirname(__DIR__4).'/vendor/sensio/framework-extra-bundle/src/EventListener/HttpCacheListener.php';
  2407.             include_once \dirname(__DIR__4).'/vendor/sensio/framework-extra-bundle/src/EventListener/IsGrantedListener.php';
  2408.             include_once \dirname(__DIR__4).'/vendor/sensio/framework-extra-bundle/src/Request/ArgumentNameConverter.php';
  2409.             include_once \dirname(__DIR__4).'/vendor/twig/twig/src/Loader/ChainLoader.php';
  2410.             include_once \dirname(__DIR__4).'/vendor/twig/twig/src/Loader/FilesystemLoader.php';
  2411.             include_once \dirname(__DIR__4).'/vendor/twig/twig/src/Profiler/Profile.php';
  2412.             include_once \dirname(__DIR__4).'/vendor/symfony/twig-bridge/Extension/TranslationExtension.php';
  2413.             include_once \dirname(__DIR__4).'/vendor/symfony/var-dumper/Dumper/DataDumperInterface.php';
  2414.             include_once \dirname(__DIR__4).'/vendor/symfony/http-kernel/DataCollector/DumpDataCollector.php';
  2415.             include_once \dirname(__DIR__4).'/vendor/symfony/var-dumper/Cloner/ClonerInterface.php';
  2416.             include_once \dirname(__DIR__4).'/vendor/symfony/var-dumper/Cloner/AbstractCloner.php';
  2417.             include_once \dirname(__DIR__4).'/vendor/symfony/var-dumper/Cloner/VarCloner.php';
  2418.             include_once \dirname(__DIR__4).'/vendor/symfony/var-dumper/Cloner/DumperInterface.php';
  2419.             include_once \dirname(__DIR__4).'/vendor/symfony/var-dumper/Dumper/AbstractDumper.php';
  2420.             include_once \dirname(__DIR__4).'/vendor/symfony/var-dumper/Dumper/CliDumper.php';
  2421.             include_once \dirname(__DIR__4).'/vendor/symfony/var-dumper/Dumper/HtmlDumper.php';
  2422.             include_once \dirname(__DIR__4).'/vendor/queue-interop/queue-interop/src/ConnectionFactory.php';
  2423.             include_once \dirname(__DIR__4).'/vendor/enqueue/enqueue/ConnectionFactoryFactoryInterface.php';
  2424.             include_once \dirname(__DIR__4).'/vendor/shopware/core/Framework/MessageQueue/Enqueue/ConnectionFactoryFactory.php';
  2425.             include_once \dirname(__DIR__4).'/vendor/queue-interop/queue-interop/src/Context.php';
  2426.             include_once \dirname(__DIR__4).'/vendor/enqueue/enqueue/Client/DriverInterface.php';
  2427.             include_once \dirname(__DIR__4).'/vendor/enqueue/enqueue/Client/DriverFactoryInterface.php';
  2428.             include_once \dirname(__DIR__4).'/vendor/enqueue/enqueue/Client/DriverFactory.php';
  2429.             include_once \dirname(__DIR__4).'/vendor/enqueue/enqueue/Client/Config.php';
  2430.             include_once \dirname(__DIR__4).'/vendor/enqueue/enqueue/Client/RouteCollection.php';
  2431.             include_once \dirname(__DIR__4).'/vendor/symfony/web-profiler-bundle/Csp/ContentSecurityPolicyHandler.php';
  2432.             include_once \dirname(__DIR__4).'/vendor/symfony/web-profiler-bundle/Csp/NonceGenerator.php';
  2433.             include_once \dirname(__DIR__4).'/vendor/symfony/web-profiler-bundle/EventListener/WebDebugToolbarListener.php';
  2434.             include_once \dirname(__DIR__4).'/vendor/shopware/core/Framework/RateLimiter/RateLimiter.php';
  2435.             include_once \dirname(__DIR__4).'/vendor/shopware/core/Framework/RateLimiter/RateLimiterFactory.php';
  2436.             include_once \dirname(__DIR__4).'/vendor/symfony/rate-limiter/Storage/StorageInterface.php';
  2437.             include_once \dirname(__DIR__4).'/vendor/symfony/rate-limiter/Storage/CacheStorage.php';
  2438.             include_once \dirname(__DIR__4).'/vendor/shopware/core/System/SalesChannel/Entity/SalesChannelRepositoryInterface.php';
  2439.             include_once \dirname(__DIR__4).'/vendor/shopware/core/System/SalesChannel/Entity/SalesChannelRepository.php';
  2440.             include_once \dirname(__DIR__4).'/vendor/symfony/translation/DataCollectorTranslator.php';
  2441.             include_once \dirname(__DIR__4).'/vendor/shopware/storefront/Framework/Routing/Router.php';
  2442.             include_once \dirname(__DIR__4).'/vendor/symfony/messenger/MessageBusInterface.php';
  2443.             include_once \dirname(__DIR__4).'/vendor/symfony/messenger/TraceableMessageBus.php';
  2444.             include_once \dirname(__DIR__4).'/vendor/shopware/core/Framework/MessageQueue/Monitoring/MonitoringBusDecorator.php';
  2445.             include_once \dirname(__DIR__4).'/vendor/symfony/messenger/MessageBus.php';
  2446.             include_once \dirname(__DIR__4).'/vendor/symfony/event-dispatcher/Debug/TraceableEventDispatcher.php';
  2447.             include_once \dirname(__DIR__4).'/vendor/symfony/http-kernel/Debug/TraceableEventDispatcher.php';
  2448.             include_once \dirname(__DIR__4).'/vendor/shopware/core/Framework/Event/NestedEventDispatcher.php';
  2449.             include_once \dirname(__DIR__4).'/vendor/monolog/monolog/src/Monolog/Handler/NullHandler.php';
  2450.             include_once \dirname(__DIR__4).'/vendor/shopware/core/Framework/DataAbstractionLayer/Search/EntitySearcherInterface.php';
  2451.             include_once \dirname(__DIR__4).'/vendor/shopware/elasticsearch/Framework/DataAbstractionLayer/ElasticsearchEntitySearcher.php';
  2452.             include_once \dirname(__DIR__4).'/vendor/shopware/core/Framework/DataAbstractionLayer/Dbal/EntitySearcher.php';
  2453.             include_once \dirname(__DIR__4).'/vendor/shopware/elasticsearch/Framework/DataAbstractionLayer/AbstractElasticsearchSearchHydrator.php';
  2454.             include_once \dirname(__DIR__4).'/vendor/shopware/elasticsearch/Framework/DataAbstractionLayer/ElasticsearchEntitySearchHydrator.php';
  2455.             include_once \dirname(__DIR__4).'/vendor/shopware/core/Framework/DataAbstractionLayer/Search/EntityAggregatorInterface.php';
  2456.             include_once \dirname(__DIR__4).'/vendor/shopware/elasticsearch/Framework/DataAbstractionLayer/ElasticsearchEntityAggregator.php';
  2457.             include_once \dirname(__DIR__4).'/vendor/shopware/core/Framework/DataAbstractionLayer/Dbal/EntityAggregator.php';
  2458.             include_once \dirname(__DIR__4).'/vendor/shopware/elasticsearch/Framework/DataAbstractionLayer/AbstractElasticsearchAggregationHydrator.php';
  2459.             include_once \dirname(__DIR__4).'/vendor/shopware/elasticsearch/Framework/DataAbstractionLayer/ElasticsearchEntityAggregatorHydrator.php';
  2460.             include_once \dirname(__DIR__4).'/vendor/shopware/core/Framework/DataAbstractionLayer/EntityRepositoryForwardCompatibilityDecorator.php';
  2461.             include_once \dirname(__DIR__4).'/vendor/shopware/core/Checkout/Payment/DataAbstractionLayer/PaymentMethodRepositoryDecorator.php';
  2462.             include_once \dirname(__DIR__4).'/vendor/enqueue/enqueue/Client/ProducerInterface.php';
  2463.             include_once \dirname(__DIR__4).'/vendor/enqueue/enqueue/Client/TraceableProducer.php';
  2464.             include_once \dirname(__DIR__4).'/vendor/enqueue/enqueue/Client/Producer.php';
  2465.             include_once \dirname(__DIR__4).'/vendor/enqueue/enqueue/Rpc/RpcFactory.php';
  2466.             include_once \dirname(__DIR__4).'/vendor/enqueue/enqueue/Client/PreSendEventExtensionInterface.php';
  2467.             include_once \dirname(__DIR__4).'/vendor/enqueue/enqueue/Client/PreSendCommandExtensionInterface.php';
  2468.             include_once \dirname(__DIR__4).'/vendor/enqueue/enqueue/Client/DriverPreSendExtensionInterface.php';
  2469.             include_once \dirname(__DIR__4).'/vendor/enqueue/enqueue/Client/PostSendExtensionInterface.php';
  2470.             include_once \dirname(__DIR__4).'/vendor/enqueue/enqueue/Client/ExtensionInterface.php';
  2471.             include_once \dirname(__DIR__4).'/vendor/enqueue/enqueue/Client/ChainExtension.php';
  2472.             include_once \dirname(__DIR__4).'/vendor/shopware/elasticsearch/Profiler/ClientProfiler.php';
  2473.             include_once \dirname(__DIR__4).'/vendor/store.shopware.com/redmagnalistersw6/src/Service/MagnalisterSalesChannelContextFactory.php';
  2474.             include_once \dirname(__DIR__4).'/vendor/store.shopware.com/swagpaypal/src/Util/Compatibility/SalesChannelRepositoryDecorator.php';
  2475.             include_once \dirname(__DIR__4).'/vendor/symfony/serializer/SerializerInterface.php';
  2476.             include_once \dirname(__DIR__4).'/vendor/symfony/serializer/Normalizer/ContextAwareNormalizerInterface.php';
  2477.             include_once \dirname(__DIR__4).'/vendor/symfony/serializer/Normalizer/ContextAwareDenormalizerInterface.php';
  2478.             include_once \dirname(__DIR__4).'/vendor/symfony/serializer/Encoder/EncoderInterface.php';
  2479.             include_once \dirname(__DIR__4).'/vendor/symfony/serializer/Encoder/ContextAwareEncoderInterface.php';
  2480.             include_once \dirname(__DIR__4).'/vendor/symfony/serializer/Encoder/DecoderInterface.php';
  2481.             include_once \dirname(__DIR__4).'/vendor/symfony/serializer/Encoder/ContextAwareDecoderInterface.php';
  2482.             include_once \dirname(__DIR__4).'/vendor/symfony/serializer/Serializer.php';
  2483.             include_once \dirname(__DIR__4).'/vendor/symfony/serializer/SerializerAwareInterface.php';
  2484.             include_once \dirname(__DIR__4).'/vendor/symfony/serializer/Normalizer/CacheableSupportsMethodInterface.php';
  2485.             include_once \dirname(__DIR__4).'/vendor/symfony/serializer/SerializerAwareTrait.php';
  2486.             include_once \dirname(__DIR__4).'/vendor/symfony/serializer/Normalizer/UnwrappingDenormalizer.php';
  2487.             include_once \dirname(__DIR__4).'/vendor/symfony/property-access/PropertyAccessorInterface.php';
  2488.             include_once \dirname(__DIR__4).'/vendor/symfony/property-access/PropertyAccessor.php';
  2489.             include_once \dirname(__DIR__4).'/vendor/symfony/serializer/Normalizer/NormalizerAwareTrait.php';
  2490.             include_once \dirname(__DIR__4).'/vendor/symfony/messenger/Transport/Serialization/Normalizer/FlattenExceptionNormalizer.php';
  2491.             include_once \dirname(__DIR__4).'/vendor/symfony/serializer/Normalizer/ProblemNormalizer.php';
  2492.             include_once \dirname(__DIR__4).'/vendor/symfony/serializer/Normalizer/UidNormalizer.php';
  2493.             include_once \dirname(__DIR__4).'/vendor/symfony/serializer/Normalizer/DateTimeNormalizer.php';
  2494.             include_once \dirname(__DIR__4).'/vendor/symfony/serializer/Normalizer/ConstraintViolationListNormalizer.php';
  2495.             include_once \dirname(__DIR__4).'/vendor/symfony/serializer/NameConverter/NameConverterInterface.php';
  2496.             include_once \dirname(__DIR__4).'/vendor/symfony/serializer/NameConverter/AdvancedNameConverterInterface.php';
  2497.             include_once \dirname(__DIR__4).'/vendor/symfony/serializer/NameConverter/MetadataAwareNameConverter.php';
  2498.             include_once \dirname(__DIR__4).'/vendor/symfony/serializer/Normalizer/MimeMessageNormalizer.php';
  2499.             include_once \dirname(__DIR__4).'/vendor/symfony/serializer/Normalizer/ObjectToPopulateTrait.php';
  2500.             include_once \dirname(__DIR__4).'/vendor/symfony/serializer/Normalizer/AbstractNormalizer.php';
  2501.             include_once \dirname(__DIR__4).'/vendor/symfony/serializer/Normalizer/AbstractObjectNormalizer.php';
  2502.             include_once \dirname(__DIR__4).'/vendor/symfony/serializer/Normalizer/PropertyNormalizer.php';
  2503.             include_once \dirname(__DIR__4).'/vendor/symfony/serializer/Mapping/ClassDiscriminatorResolverInterface.php';
  2504.             include_once \dirname(__DIR__4).'/vendor/symfony/serializer/Mapping/ClassDiscriminatorFromClassMetadata.php';
  2505.             include_once \dirname(__DIR__4).'/vendor/symfony/serializer/Normalizer/DateTimeZoneNormalizer.php';
  2506.             include_once \dirname(__DIR__4).'/vendor/symfony/serializer/Normalizer/DateIntervalNormalizer.php';
  2507.             include_once \dirname(__DIR__4).'/vendor/symfony/serializer/Normalizer/FormErrorNormalizer.php';
  2508.             include_once \dirname(__DIR__4).'/vendor/symfony/serializer/Normalizer/DataUriNormalizer.php';
  2509.             include_once \dirname(__DIR__4).'/vendor/symfony/serializer/Normalizer/JsonSerializableNormalizer.php';
  2510.             include_once \dirname(__DIR__4).'/vendor/symfony/serializer/Normalizer/DenormalizerAwareInterface.php';
  2511.             include_once \dirname(__DIR__4).'/vendor/symfony/serializer/Normalizer/DenormalizerAwareTrait.php';
  2512.             include_once \dirname(__DIR__4).'/vendor/symfony/serializer/Normalizer/ArrayDenormalizer.php';
  2513.             include_once \dirname(__DIR__4).'/vendor/symfony/serializer/Normalizer/ObjectNormalizer.php';
  2514.             include_once \dirname(__DIR__4).'/vendor/shopware/core/Framework/Struct/Serializer/StructDecoder.php';
  2515.             include_once \dirname(__DIR__4).'/vendor/shopware/core/Framework/Api/Serializer/JsonApiDecoder.php';
  2516.             include_once \dirname(__DIR__4).'/vendor/symfony/serializer/Encoder/NormalizationAwareInterface.php';
  2517.             include_once \dirname(__DIR__4).'/vendor/symfony/serializer/Encoder/XmlEncoder.php';
  2518.             include_once \dirname(__DIR__4).'/vendor/symfony/serializer/Encoder/JsonEncoder.php';
  2519.             include_once \dirname(__DIR__4).'/vendor/symfony/serializer/Encoder/YamlEncoder.php';
  2520.             include_once \dirname(__DIR__4).'/vendor/symfony/serializer/Encoder/CsvEncoder.php';
  2521.             include_once \dirname(__DIR__4).'/vendor/symfony/security-csrf/CsrfTokenManagerInterface.php';
  2522.             include_once \dirname(__DIR__4).'/vendor/symfony/security-csrf/CsrfTokenManager.php';
  2523.             include_once \dirname(__DIR__4).'/vendor/symfony/security-csrf/TokenGenerator/TokenGeneratorInterface.php';
  2524.             include_once \dirname(__DIR__4).'/vendor/symfony/security-csrf/TokenGenerator/UriSafeTokenGenerator.php';
  2525.             include_once \dirname(__DIR__4).'/vendor/symfony/security-csrf/TokenStorage/TokenStorageInterface.php';
  2526.             include_once \dirname(__DIR__4).'/vendor/symfony/security-csrf/TokenStorage/ClearableTokenStorageInterface.php';
  2527.             include_once \dirname(__DIR__4).'/vendor/symfony/security-csrf/TokenStorage/SessionTokenStorage.php';
  2528.             include_once \dirname(__DIR__4).'/vendor/symfony/http-kernel/Profiler/Profiler.php';
  2529.             include_once \dirname(__DIR__4).'/vendor/symfony/http-kernel/Profiler/ProfilerStorageInterface.php';
  2530.             include_once \dirname(__DIR__4).'/vendor/symfony/http-kernel/Profiler/FileProfilerStorage.php';
  2531.             include_once \dirname(__DIR__4).'/vendor/symfony/http-kernel/DataCollector/TimeDataCollector.php';
  2532.             include_once \dirname(__DIR__4).'/vendor/symfony/http-kernel/DataCollector/MemoryDataCollector.php';
  2533.             include_once \dirname(__DIR__4).'/vendor/symfony/validator/DataCollector/ValidatorDataCollector.php';
  2534.             include_once \dirname(__DIR__4).'/vendor/symfony/http-kernel/DataCollector/AjaxDataCollector.php';
  2535.             include_once \dirname(__DIR__4).'/vendor/symfony/http-kernel/DataCollector/ExceptionDataCollector.php';
  2536.             include_once \dirname(__DIR__4).'/vendor/symfony/http-kernel/DataCollector/LoggerDataCollector.php';
  2537.             include_once \dirname(__DIR__4).'/vendor/symfony/http-kernel/DataCollector/EventDataCollector.php';
  2538.             include_once \dirname(__DIR__4).'/vendor/symfony/cache/DataCollector/CacheDataCollector.php';
  2539.             include_once \dirname(__DIR__4).'/vendor/symfony/translation/DataCollector/TranslationDataCollector.php';
  2540.             include_once \dirname(__DIR__4).'/vendor/symfony/twig-bridge/DataCollector/TwigDataCollector.php';
  2541.             include_once \dirname(__DIR__4).'/vendor/shopware/core/Profiling/Doctrine/ConnectionProfiler.php';
  2542.             include_once \dirname(__DIR__4).'/vendor/symfony/messenger/DataCollector/MessengerDataCollector.php';
  2543.             include_once \dirname(__DIR__4).'/vendor/shopware/elasticsearch/Profiler/DataCollector.php';
  2544.             include_once \dirname(__DIR__4).'/vendor/symfony/mailer/DataCollector/MessageDataCollector.php';
  2545.             include_once \dirname(__DIR__4).'/vendor/enqueue/enqueue-bundle/Profiler/AbstractMessageQueueCollector.php';
  2546.             include_once \dirname(__DIR__4).'/vendor/enqueue/enqueue-bundle/Profiler/MessageQueueCollector.php';
  2547.             include_once \dirname(__DIR__4).'/vendor/symfony/http-kernel/DataCollector/ConfigDataCollector.php';
  2548.             include_once \dirname(__DIR__4).'/vendor/twig/twig/src/Cache/CacheInterface.php';
  2549.             include_once \dirname(__DIR__4).'/vendor/twig/twig/src/Cache/FilesystemCache.php';
  2550.             include_once \dirname(__DIR__4).'/vendor/twig/twig/src/Extension/CoreExtension.php';
  2551.             include_once \dirname(__DIR__4).'/vendor/twig/twig/src/Extension/EscaperExtension.php';
  2552.             include_once \dirname(__DIR__4).'/vendor/twig/twig/src/Extension/OptimizerExtension.php';
  2553.             include_once \dirname(__DIR__4).'/vendor/twig/twig/src/Extension/StagingExtension.php';
  2554.             include_once \dirname(__DIR__4).'/vendor/twig/twig/src/ExtensionSet.php';
  2555.             include_once \dirname(__DIR__4).'/vendor/twig/twig/src/Template.php';
  2556.             include_once \dirname(__DIR__4).'/vendor/twig/twig/src/TemplateWrapper.php';
  2557.             include_once \dirname(__DIR__4).'/vendor/twig/twig/src/Environment.php';
  2558.             include_once \dirname(__DIR__4).'/vendor/shopware/core/Framework/Adapter/Twig/TwigEnvironment.php';
  2559.             include_once \dirname(__DIR__4).'/vendor/symfony/twig-bridge/Extension/CsrfExtension.php';
  2560.             include_once \dirname(__DIR__4).'/vendor/twig/twig/src/Extension/ProfilerExtension.php';
  2561.             include_once \dirname(__DIR__4).'/vendor/symfony/twig-bridge/Extension/ProfilerExtension.php';
  2562.             include_once \dirname(__DIR__4).'/vendor/symfony/twig-bridge/Extension/AssetExtension.php';
  2563.             include_once \dirname(__DIR__4).'/vendor/symfony/twig-bridge/Extension/CodeExtension.php';
  2564.             include_once \dirname(__DIR__4).'/vendor/symfony/twig-bridge/Extension/RoutingExtension.php';
  2565.             include_once \dirname(__DIR__4).'/vendor/symfony/twig-bridge/Extension/YamlExtension.php';
  2566.             include_once \dirname(__DIR__4).'/vendor/symfony/twig-bridge/Extension/StopwatchExtension.php';
  2567.             include_once \dirname(__DIR__4).'/vendor/symfony/twig-bridge/Extension/HttpKernelExtension.php';
  2568.             include_once \dirname(__DIR__4).'/vendor/symfony/twig-bridge/Extension/HttpFoundationExtension.php';
  2569.             include_once \dirname(__DIR__4).'/vendor/symfony/http-foundation/UrlHelper.php';
  2570.             include_once \dirname(__DIR__4).'/vendor/symfony/twig-bridge/Extension/SerializerExtension.php';
  2571.             include_once \dirname(__DIR__4).'/vendor/symfony/twig-bridge/Extension/DumpExtension.php';
  2572.             include_once \dirname(__DIR__4).'/vendor/shopware/core/Framework/Adapter/Twig/Extension/NodeExtension.php';
  2573.             include_once \dirname(__DIR__4).'/vendor/shopware/core/Framework/Adapter/Twig/Extension/PhpSyntaxExtension.php';
  2574.             include_once \dirname(__DIR__4).'/vendor/shopware/core/Framework/Adapter/Twig/Extension/FeatureFlagExtension.php';
  2575.             include_once \dirname(__DIR__4).'/vendor/twig/intl-extra/IntlExtension.php';
  2576.             include_once \dirname(__DIR__4).'/vendor/twig/string-extra/StringExtension.php';
  2577.             include_once \dirname(__DIR__4).'/vendor/shopware/core/Framework/Adapter/Twig/Extension/InstanceOfExtension.php';
  2578.             include_once \dirname(__DIR__4).'/vendor/shopware/core/Framework/Adapter/Twig/Filter/CurrencyFilter.php';
  2579.             include_once \dirname(__DIR__4).'/vendor/cocur/slugify/src/Bridge/Twig/SlugifyExtension.php';
  2580.             include_once \dirname(__DIR__4).'/vendor/shopware/core/Framework/Adapter/Twig/Filter/ReplaceRecursiveFilter.php';
  2581.             include_once \dirname(__DIR__4).'/vendor/shopware/core/Framework/Adapter/Twig/SecurityExtension.php';
  2582.             include_once \dirname(__DIR__4).'/vendor/shopware/core/Framework/Adapter/Twig/Extension/SeoUrlFunctionExtension.php';
  2583.             include_once \dirname(__DIR__4).'/vendor/shopware/core/Framework/Adapter/Twig/Extension/CategoryUrlExtension.php';
  2584.             include_once \dirname(__DIR__4).'/vendor/shopware/core/Content/Category/Service/AbstractCategoryUrlGenerator.php';
  2585.             include_once \dirname(__DIR__4).'/vendor/shopware/core/Content/Category/Service/CategoryUrlGenerator.php';
  2586.             include_once \dirname(__DIR__4).'/vendor/shopware/core/Framework/Adapter/Twig/Extension/MediaExtension.php';
  2587.             include_once \dirname(__DIR__4).'/vendor/shopware/core/Framework/Adapter/Twig/Extension/RawUrlFunctionExtension.php';
  2588.             include_once \dirname(__DIR__4).'/vendor/shopware/core/Framework/Adapter/Twig/Extension/SwSanitizeTwigFilter.php';
  2589.             include_once \dirname(__DIR__4).'/vendor/shopware/core/Framework/Adapter/Twig/Extension/BuildBreadcrumbExtension.php';
  2590.             include_once \dirname(__DIR__4).'/vendor/shopware/storefront/Framework/Twig/Extension/ConfigExtension.php';
  2591.             include_once \dirname(__DIR__4).'/vendor/shopware/storefront/Framework/Twig/TemplateConfigAccessor.php';
  2592.             include_once \dirname(__DIR__4).'/vendor/shopware/storefront/Framework/Twig/IconExtension.php';
  2593.             include_once \dirname(__DIR__4).'/vendor/shopware/storefront/Framework/Twig/ThumbnailExtension.php';
  2594.             include_once \dirname(__DIR__4).'/vendor/shopware/storefront/Framework/Twig/Extension/UrlEncodingTwigFilter.php';
  2595.             include_once \dirname(__DIR__4).'/vendor/shopware/storefront/Framework/Twig/Extension/IconCacheTwigFilter.php';
  2596.             include_once \dirname(__DIR__4).'/vendor/shopware/storefront/Framework/Twig/Extension/CsrfFunctionExtension.php';
  2597.             include_once \dirname(__DIR__4).'/vendor/shopware/core/Profiling/Twig/DoctrineExtension.php';
  2598.             include_once \dirname(__DIR__4).'/vendor/twig/twig/src/Extension/StringLoaderExtension.php';
  2599.             include_once \dirname(__DIR__4).'/vendor/store.shopware.com/solidadvancedsliderelements/src/Core/Framework/Adapter/Twig/Extension/TwigExtensions.php';
  2600.             include_once \dirname(__DIR__4).'/vendor/store.shopware.com/ndsrecipemanager/src/Twig/NdsRecipe.php';
  2601.             include_once \dirname(__DIR__4).'/vendor/store.shopware.com/moorlfoundation/src/Core/Framework/Twig/AnimatedExtension.php';
  2602.             include_once \dirname(__DIR__4).'/vendor/store.shopware.com/moorlfoundation/src/Core/Framework/Twig/ListingExtension.php';
  2603.             include_once \dirname(__DIR__4).'/vendor/store.shopware.com/moorlfoundation/src/Core/Framework/Twig/VersionCompareExtension.php';
  2604.             include_once \dirname(__DIR__4).'/vendor/store.shopware.com/wbmtagmanagerecomm/src/Twig/TagManagerExtension.php';
  2605.             include_once \dirname(__DIR__4).'/custom/plugins/PixelLexikonSW6/src/Twig/twigLexicon.php';
  2606.             include_once \dirname(__DIR__4).'/vendor/store.shopware.com/meteorpromotiongift/src/Twig/Extension/IsLineItemTypeOfPromotionGiftWrapper.php';
  2607.             include_once \dirname(__DIR__4).'/custom/static-plugins/LDSCustom/src/Twig/AppExtension.php';
  2608.             include_once \dirname(__DIR__4).'/custom/static-plugins/LDSCustom/src/Twig/ProductSearchByOptionExtension.php';
  2609.             include_once \dirname(__DIR__4).'/vendor/symfony/web-profiler-bundle/Twig/WebProfilerExtension.php';
  2610.             include_once \dirname(__DIR__4).'/vendor/symfony/twig-bridge/AppVariable.php';
  2611.             include_once \dirname(__DIR__4).'/vendor/shopware/storefront/Framework/Twig/TwigAppVariable.php';
  2612.             include_once \dirname(__DIR__4).'/vendor/twig/twig/src/RuntimeLoader/RuntimeLoaderInterface.php';
  2613.             include_once \dirname(__DIR__4).'/vendor/twig/twig/src/RuntimeLoader/ContainerRuntimeLoader.php';
  2614.             include_once \dirname(__DIR__4).'/vendor/symfony/twig-bundle/DependencyInjection/Configurator/EnvironmentConfigurator.php';
  2615.             include_once \dirname(__DIR__4).'/vendor/symfony/http-foundation/Session/SessionInterface.php';
  2616.             include_once \dirname(__DIR__4).'/vendor/symfony/http-foundation/Session/Session.php';
  2617.             include_once \dirname(__DIR__4).'/vendor/shopware/core/Framework/Validation/HappyPathValidator.php';
  2618.             include_once __DIR__.'/proxy-classes.php';
  2619.         };
  2620.     }
  2621.     public function compile(): void
  2622.     {
  2623.         throw new LogicException('You cannot compile a dumped container that was already compiled.');
  2624.     }
  2625.     public function isCompiled(): bool
  2626.     {
  2627.         return true;
  2628.     }
  2629.     public function getRemovedIds(): array
  2630.     {
  2631.         return require $this->containerDir.\DIRECTORY_SEPARATOR.'removed-ids.php';
  2632.     }
  2633.     protected function createProxy($class\Closure $factory)
  2634.     {
  2635.         return $factory();
  2636.     }
  2637.     /**
  2638.      * Gets the public '.container.private.cache_clearer' shared service.
  2639.      *
  2640.      * @return \Symfony\Component\HttpKernel\CacheClearer\ChainCacheClearer
  2641.      */
  2642.     protected function get_Container_Private_CacheClearerService()
  2643.     {
  2644.         include_once \dirname(__DIR__4).'/vendor/symfony/http-kernel/CacheClearer/CacheClearerInterface.php';
  2645.         include_once \dirname(__DIR__4).'/vendor/symfony/http-kernel/CacheClearer/ChainCacheClearer.php';
  2646.         return $this->services['.container.private.cache_clearer'] = new \Symfony\Component\HttpKernel\CacheClearer\ChainCacheClearer(new RewindableGenerator(function () {
  2647.             yield => ($this->services['cache.system_clearer'] ?? $this->getCache_SystemClearerService());
  2648.         }, 1));
  2649.     }
  2650.     /**
  2651.      * Gets the public '.container.private.filesystem' shared service.
  2652.      *
  2653.      * @return \Symfony\Component\Filesystem\Filesystem
  2654.      */
  2655.     protected function get_Container_Private_FilesystemService()
  2656.     {
  2657.         include_once \dirname(__DIR__4).'/vendor/symfony/filesystem/Filesystem.php';
  2658.         return $this->services['.container.private.filesystem'] = new \Symfony\Component\Filesystem\Filesystem();
  2659.     }
  2660.     /**
  2661.      * Gets the public '.container.private.profiler' shared service.
  2662.      *
  2663.      * @return \Symfony\Component\HttpKernel\Profiler\Profiler
  2664.      */
  2665.     protected function get_Container_Private_ProfilerService()
  2666.     {
  2667.         $a = new \Symfony\Bridge\Monolog\Logger('profiler');
  2668.         $a->pushProcessor(($this->privates['debug.log_processor'] ?? $this->getDebug_LogProcessorService()));
  2669.         $a->pushHandler(($this->privates['monolog.handler.console'] ?? $this->getMonolog_Handler_ConsoleService()));
  2670.         $a->pushHandler(($this->privates['Shopware\\Core\\Framework\\Log\\Monolog\\ExcludeFlowEventHandler'] ?? $this->getExcludeFlowEventHandlerService()));
  2671.         \Symfony\Bundle\FrameworkBundle\DependencyInjection\Compiler\AddDebugLogProcessorPass::configureLogger($a);
  2672.         $this->services['.container.private.profiler'] = $instance = new \Symfony\Component\HttpKernel\Profiler\Profiler(new \Symfony\Component\HttpKernel\Profiler\FileProfilerStorage(('file:'.$this->targetDir.''.'/profiler')), $atrue);
  2673.         $b = ($this->services['kernel'] ?? $this->get('kernel'));
  2674.         $c = ($this->services['request_stack'] ?? ($this->services['request_stack'] = new \Symfony\Component\HttpFoundation\RequestStack()));
  2675.         $d = new \Symfony\Component\Cache\DataCollector\CacheDataCollector();
  2676.         $d->addInstance('cache.app', ($this->services['cache.app'] ?? $this->getCache_AppService()));
  2677.         $d->addInstance('cache.system', ($this->services['cache.system'] ?? $this->getCache_SystemService()));
  2678.         $d->addInstance('cache.validator', ($this->privates['cache.validator'] ?? $this->getCache_ValidatorService()));
  2679.         $d->addInstance('cache.serializer', ($this->privates['cache.serializer'] ?? $this->getCache_SerializerService()));
  2680.         $d->addInstance('cache.annotations', ($this->privates['cache.annotations'] ?? $this->getCache_AnnotationsService()));
  2681.         $d->addInstance('cache.property_info', ($this->privates['cache.property_info'] ?? $this->getCache_PropertyInfoService()));
  2682.         $d->addInstance('cache.messenger.restart_workers_signal', ($this->privates['cache.messenger.restart_workers_signal'] ?? $this->getCache_Messenger_RestartWorkersSignalService()));
  2683.         $d->addInstance('cache.rate_limiter', ($this->privates['cache.rate_limiter'] ?? $this->getCache_RateLimiterService()));
  2684.         $d->addInstance('cache.object', ($this->privates['.cache.object.inner'] ?? $this->get_Cache_Object_InnerService()));
  2685.         $d->addInstance('cache.http', ($this->privates['.cache.http.inner'] ?? $this->get_Cache_Http_InnerService()));
  2686.         $d->addInstance('cache.tags', ($this->privates['cache.tags'] ?? $this->getCache_TagsService()));
  2687.         $d->addInstance('cache.validator_expression_language', ($this->services['cache.validator_expression_language'] ?? $this->getCache_ValidatorExpressionLanguageService()));
  2688.         $e = new \Symfony\Component\Messenger\DataCollector\MessengerDataCollector();
  2689.         $e->registerBus('messenger.bus.shopware', ($this->services['messenger.default_bus'] ?? $this->getMessenger_DefaultBusService()));
  2690.         $f = new \Enqueue\Bundle\Profiler\MessageQueueCollector();
  2691.         $f->addProducer('default', ($this->services['enqueue.client.default.producer'] ?? $this->getEnqueue_Client_Default_ProducerService()));
  2692.         $g = new \Symfony\Component\HttpKernel\DataCollector\ConfigDataCollector();
  2693.         if ($this->has('kernel')) {
  2694.             $g->setKernel($b);
  2695.         }
  2696.         $instance->add(($this->privates['data_collector.request'] ?? $this->getDataCollector_RequestService()));
  2697.         $instance->add(new \Symfony\Component\HttpKernel\DataCollector\TimeDataCollector($b, ($this->privates['debug.stopwatch'] ?? ($this->privates['debug.stopwatch'] = new \Symfony\Component\Stopwatch\Stopwatch(true)))));
  2698.         $instance->add(new \Symfony\Component\HttpKernel\DataCollector\MemoryDataCollector());
  2699.         $instance->add(new \Symfony\Component\Validator\DataCollector\ValidatorDataCollector(($this->privates['debug.validator'] ?? $this->getDebug_ValidatorService())));
  2700.         $instance->add(new \Symfony\Component\HttpKernel\DataCollector\AjaxDataCollector());
  2701.         $instance->add(new \Symfony\Component\HttpKernel\DataCollector\ExceptionDataCollector());
  2702.         $instance->add(new \Symfony\Component\HttpKernel\DataCollector\LoggerDataCollector($a, ($this->targetDir.''.'/Shopware_Core_KernelDevDebugContainer'), $c));
  2703.         $instance->add(new \Symfony\Component\HttpKernel\DataCollector\EventDataCollector(($this->services['event_dispatcher'] ?? $this->getEventDispatcherService()), $c));
  2704.         $instance->add(($this->privates['data_collector.router'] ?? ($this->privates['data_collector.router'] = new \Symfony\Bundle\FrameworkBundle\DataCollector\RouterDataCollector())));
  2705.         $instance->add($d);
  2706.         $instance->add(new \Symfony\Component\Translation\DataCollector\TranslationDataCollector(($this->services['translator'] ?? $this->getTranslatorService())));
  2707.         $instance->add(new \Symfony\Bridge\Twig\DataCollector\TwigDataCollector(($this->privates['twig.profile'] ?? ($this->privates['twig.profile'] = new \Twig\Profiler\Profile())), ($this->services['.container.private.twig'] ?? $this->get_Container_Private_TwigService())));
  2708.         $instance->add(($this->services['data_collector.dump'] ?? $this->getDataCollector_DumpService()));
  2709.         $instance->add(new \Shopware\Core\Profiling\Doctrine\ConnectionProfiler());
  2710.         $instance->add($e);
  2711.         $instance->add(($this->privates['Shopware\\Core\\Framework\\Script\\Debugging\\ScriptTraces'] ?? ($this->privates['Shopware\\Core\\Framework\\Script\\Debugging\\ScriptTraces'] = new \Shopware\Core\Framework\Script\Debugging\ScriptTraces())));
  2712.         $instance->add(new \Shopware\Elasticsearch\Profiler\DataCollector($this->getEnv('bool:default:default_whitespace:SHOPWARE_ES_ENABLED'), $this->getEnv('bool:SHOPWARE_ADMIN_ES_ENABLED'), ($this->services['Elasticsearch\\Client'] ?? $this->getClientService()), ($this->services['admin.openSearch.client'] ?? $this->getAdmin_OpenSearch_ClientService())));
  2713.         $instance->add(($this->privates['Shopware\\Core\\Profiling\\Subscriber\\ActiveRulesDataCollectorSubscriber'] ?? $this->getActiveRulesDataCollectorSubscriberService()));
  2714.         $instance->add(new \Symfony\Component\Mailer\DataCollector\MessageDataCollector(($this->privates['mailer.message_logger_listener'] ?? ($this->privates['mailer.message_logger_listener'] = new \Symfony\Component\Mailer\EventListener\MessageLoggerListener()))));
  2715.         $instance->add($f);
  2716.         $instance->add($g);
  2717.         return $instance;
  2718.     }
  2719.     /**
  2720.      * Gets the public '.container.private.security.csrf.token_manager' shared service.
  2721.      *
  2722.      * @return \Symfony\Component\Security\Csrf\CsrfTokenManager
  2723.      */
  2724.     protected function get_Container_Private_Security_Csrf_TokenManagerService()
  2725.     {
  2726.         $a = ($this->services['request_stack'] ?? ($this->services['request_stack'] = new \Symfony\Component\HttpFoundation\RequestStack()));
  2727.         return $this->services['.container.private.security.csrf.token_manager'] = new \Symfony\Component\Security\Csrf\CsrfTokenManager(new \Symfony\Component\Security\Csrf\TokenGenerator\UriSafeTokenGenerator(), new \Symfony\Component\Security\Csrf\TokenStorage\SessionTokenStorage($a), $a);
  2728.     }
  2729.     /**
  2730.      * Gets the public '.container.private.serializer' shared service.
  2731.      *
  2732.      * @return \Symfony\Component\Serializer\Serializer
  2733.      */
  2734.     protected function get_Container_Private_SerializerService()
  2735.     {
  2736.         $a = ($this->privates['property_info.reflection_extractor'] ?? ($this->privates['property_info.reflection_extractor'] = new \Symfony\Component\PropertyInfo\Extractor\ReflectionExtractor()));
  2737.         $b = new \Symfony\Component\PropertyAccess\PropertyAccessor(32, new \Symfony\Component\Cache\Adapter\ArrayAdapter(0false), $a$a);
  2738.         $c = ($this->privates['serializer.mapping.class_metadata_factory'] ?? $this->getSerializer_Mapping_ClassMetadataFactoryService());
  2739.         $d = new \Symfony\Component\Serializer\NameConverter\MetadataAwareNameConverter($c);
  2740.         $e = ($this->privates['property_info'] ?? $this->getPropertyInfoService());
  2741.         $f = new \Symfony\Component\Serializer\Mapping\ClassDiscriminatorFromClassMetadata($c);
  2742.         return $this->services['.container.private.serializer'] = new \Symfony\Component\Serializer\Serializer([=> new \Symfony\Component\Serializer\Normalizer\UnwrappingDenormalizer($b), => ($this->privates['Shopware\\Core\\Framework\\Struct\\Serializer\\StructNormalizer'] ?? ($this->privates['Shopware\\Core\\Framework\\Struct\\Serializer\\StructNormalizer'] = new \Shopware\Core\Framework\Struct\Serializer\StructNormalizer())), => new \Symfony\Component\Messenger\Transport\Serialization\Normalizer\FlattenExceptionNormalizer(), => new \Symfony\Component\Serializer\Normalizer\ProblemNormalizer(true), => new \Symfony\Component\Serializer\Normalizer\UidNormalizer(), => new \Symfony\Component\Serializer\Normalizer\DateTimeNormalizer(), => new \Symfony\Component\Serializer\Normalizer\ConstraintViolationListNormalizer([], $d), => new \Symfony\Component\Serializer\Normalizer\MimeMessageNormalizer(new \Symfony\Component\Serializer\Normalizer\PropertyNormalizer($c$d$e$fNULL, [])), => new \Symfony\Component\Serializer\Normalizer\DateTimeZoneNormalizer(), => new \Symfony\Component\Serializer\Normalizer\DateIntervalNormalizer(), 10 => new \Symfony\Component\Serializer\Normalizer\FormErrorNormalizer(), 11 => new \Symfony\Component\Serializer\Normalizer\DataUriNormalizer(($this->privates['mime_types'] ?? $this->getMimeTypesService())), 12 => new \Symfony\Component\Serializer\Normalizer\JsonSerializableNormalizer(NULLNULL), 13 => new \Symfony\Component\Serializer\Normalizer\ArrayDenormalizer(), 14 => new \Symfony\Component\Serializer\Normalizer\ObjectNormalizer($c$d$b$e$fNULL, [], $e)], [=> new \Shopware\Core\Framework\Struct\Serializer\StructDecoder(), => new \Shopware\Core\Framework\Api\Serializer\JsonApiDecoder(), => new \Symfony\Component\Serializer\Encoder\XmlEncoder(), => new \Symfony\Component\Serializer\Encoder\JsonEncoder(NULLNULL), => new \Symfony\Component\Serializer\Encoder\YamlEncoder(NULLNULL), => new \Symfony\Component\Serializer\Encoder\CsvEncoder()]);
  2743.     }
  2744.     /**
  2745.      * Gets the public '.container.private.session' shared service.
  2746.      *
  2747.      * @return \Symfony\Component\HttpFoundation\Session\Session
  2748.      */
  2749.     protected function get_Container_Private_SessionService()
  2750.     {
  2751.         $a = ($this->privates['session.factory'] ?? $this->getSession_FactoryService());
  2752.         if (isset($this->services['.container.private.session'])) {
  2753.             return $this->services['.container.private.session'];
  2754.         }
  2755.         return $this->services['.container.private.session'] = $a->createSession();
  2756.     }
  2757.     /**
  2758.      * Gets the public '.container.private.twig' shared service.
  2759.      *
  2760.      * @return \Shopware\Core\Framework\Adapter\Twig\TwigEnvironment
  2761.      */
  2762.     protected function get_Container_Private_TwigService()
  2763.     {
  2764.         $this->services['.container.private.twig'] = $instance = new \Shopware\Core\Framework\Adapter\Twig\TwigEnvironment(($this->privates['twig.loader.chain'] ?? $this->getTwig_Loader_ChainService()), ['debug' => true'strict_variables' => false'autoescape' => 'name''cache' => ($this->targetDir.''.'/twig'), 'charset' => 'UTF-8']);
  2765.         $a = ($this->privates['debug.stopwatch'] ?? ($this->privates['debug.stopwatch'] = new \Symfony\Component\Stopwatch\Stopwatch(true)));
  2766.         $b = ($this->privates['debug.file_link_formatter'] ?? $this->getDebug_FileLinkFormatterService());
  2767.         $c = ($this->services['router'] ?? $this->getRouterService());
  2768.         $d = new \Symfony\Bridge\Twig\Extension\RoutingExtension($c);
  2769.         $e = ($this->services['request_stack'] ?? ($this->services['request_stack'] = new \Symfony\Component\HttpFoundation\RequestStack()));
  2770.         $f = ($this->services['Shopware\\Core\\Framework\\Adapter\\Twig\\TemplateFinder'] ?? $this->getTemplateFinderService());
  2771.         $g = ($this->services['DreiscSeoPro\\Decorator\\Core\\Content\\Seo\\SeoUrlPlaceholderHandlerDecorator'] ?? $this->getSeoUrlPlaceholderHandlerDecoratorService());
  2772.         $h = ($this->services['Shopware\\Core\\System\\SystemConfig\\SystemConfigService'] ?? $this->getSystemConfigServiceService());
  2773.         $i = ($this->services['Doctrine\\DBAL\\Connection'] ?? $this->getConnectionService());
  2774.         $j = ($this->services['product.repository'] ?? $this->getProduct_RepositoryService());
  2775.         $k = new \Symfony\Component\VarDumper\Dumper\HtmlDumper(NULL'UTF-8'1);
  2776.         $k->setDisplayOptions(['maxStringLength' => 4096'fileLinkFormat' => $b]);
  2777.         $l = new \Symfony\Bridge\Twig\AppVariable();
  2778.         $l->setEnvironment('dev');
  2779.         $l->setDebug(true);
  2780.         if ($this->has('request_stack')) {
  2781.             $l->setRequestStack($e);
  2782.         }
  2783.         $instance->addExtension(new \Symfony\Bridge\Twig\Extension\CsrfExtension());
  2784.         $instance->addExtension(new \Symfony\Bridge\Twig\Extension\ProfilerExtension(($this->privates['twig.profile'] ?? ($this->privates['twig.profile'] = new \Twig\Profiler\Profile())), $a));
  2785.         $instance->addExtension(($this->privates['twig.extension.trans'] ?? $this->getTwig_Extension_TransService()));
  2786.         $instance->addExtension(new \Symfony\Bridge\Twig\Extension\AssetExtension(($this->privates['assets.packages'] ?? $this->getAssets_PackagesService())));
  2787.         $instance->addExtension(new \Symfony\Bridge\Twig\Extension\CodeExtension($b\dirname(__DIR__4), 'UTF-8'));
  2788.         $instance->addExtension($d);
  2789.         $instance->addExtension(new \Symfony\Bridge\Twig\Extension\YamlExtension());
  2790.         $instance->addExtension(new \Symfony\Bridge\Twig\Extension\StopwatchExtension($atrue));
  2791.         $instance->addExtension(new \Symfony\Bridge\Twig\Extension\HttpKernelExtension());
  2792.         $instance->addExtension(new \Symfony\Bridge\Twig\Extension\HttpFoundationExtension(new \Symfony\Component\HttpFoundation\UrlHelper($e$c)));
  2793.         $instance->addExtension(new \Symfony\Bridge\Twig\Extension\SerializerExtension());
  2794.         $instance->addExtension(new \Symfony\Bridge\Twig\Extension\DumpExtension(($this->services['var_dumper.cloner'] ?? $this->getVarDumper_ClonerService()), ($this->privates['var_dumper.html_dumper'] ?? $this->getVarDumper_HtmlDumperService())));
  2795.         $instance->addExtension(new \Shopware\Core\Framework\Adapter\Twig\Extension\NodeExtension($f));
  2796.         $instance->addExtension(new \Shopware\Core\Framework\Adapter\Twig\Extension\PhpSyntaxExtension());
  2797.         $instance->addExtension(new \Shopware\Core\Framework\Adapter\Twig\Extension\FeatureFlagExtension());
  2798.         $instance->addExtension(new \Twig\Extra\Intl\IntlExtension());
  2799.         $instance->addExtension(new \Twig\Extra\String\StringExtension());
  2800.         $instance->addExtension(new \Shopware\Core\Framework\Adapter\Twig\Extension\InstanceOfExtension());
  2801.         $instance->addExtension(new \Shopware\Core\Framework\Adapter\Twig\Filter\CurrencyFilter(($this->services['Shopware\\Core\\System\\Currency\\CurrencyFormatter'] ?? $this->getCurrencyFormatterService())));
  2802.         $instance->addExtension(new \Cocur\Slugify\Bridge\Twig\SlugifyExtension(($this->privates['slugify'] ?? $this->getSlugifyService())));
  2803.         $instance->addExtension(new \Shopware\Core\Framework\Adapter\Twig\Filter\ReplaceRecursiveFilter());
  2804.         $instance->addExtension(new \Shopware\Core\Framework\Adapter\Twig\SecurityExtension([]));
  2805.         $instance->addExtension(new \Shopware\Core\Framework\Adapter\Twig\Extension\SeoUrlFunctionExtension($d$g));
  2806.         $instance->addExtension(new \Shopware\Core\Framework\Adapter\Twig\Extension\CategoryUrlExtension($d, new \Shopware\Core\Content\Category\Service\CategoryUrlGenerator($g)));
  2807.         $instance->addExtension(new \Shopware\Core\Framework\Adapter\Twig\Extension\MediaExtension(($this->services['media.repository'] ?? $this->getMedia_RepositoryService())));
  2808.         $instance->addExtension(new \Shopware\Core\Framework\Adapter\Twig\Extension\RawUrlFunctionExtension($c$e));
  2809.         $instance->addExtension(new \Shopware\Core\Framework\Adapter\Twig\Extension\SwSanitizeTwigFilter(($this->services['Shopware\\Core\\Framework\\Util\\HtmlSanitizer'] ?? $this->getHtmlSanitizerService())));
  2810.         $instance->addExtension(new \Shopware\Core\Framework\Adapter\Twig\Extension\BuildBreadcrumbExtension(($this->privates['Shopware\\Core\\Content\\Category\\Service\\CategoryBreadcrumbBuilder'] ?? $this->getCategoryBreadcrumbBuilderService()), ($this->services['category.repository'] ?? $this->getCategory_RepositoryService())));
  2811.         $instance->addExtension(($this->services['DreiscSeoPro\\Decorator\\Storefront\\Framework\\Twig\\TemplateDataExtensionDecorator'] ?? $this->getTemplateDataExtensionDecoratorService()));
  2812.         $instance->addExtension(new \Shopware\Storefront\Framework\Twig\Extension\ConfigExtension(new \Shopware\Storefront\Framework\Twig\TemplateConfigAccessor($h, ($this->privates['Shopware\\Storefront\\Theme\\ThemeConfigValueAccessor'] ?? $this->getThemeConfigValueAccessorService()))));
  2813.         $instance->addExtension(new \Shopware\Storefront\Framework\Twig\IconExtension($f));
  2814.         $instance->addExtension(new \Shopware\Storefront\Framework\Twig\ThumbnailExtension($f));
  2815.         $instance->addExtension(new \Shopware\Storefront\Framework\Twig\Extension\UrlEncodingTwigFilter());
  2816.         $instance->addExtension(new \Shopware\Storefront\Framework\Twig\Extension\IconCacheTwigFilter());
  2817.         $instance->addExtension(new \Shopware\Storefront\Framework\Twig\Extension\CsrfFunctionExtension());
  2818.         $instance->addExtension(new \Shopware\Core\Profiling\Twig\DoctrineExtension());
  2819.         $instance->addExtension(new \Twig\Extension\StringLoaderExtension());
  2820.         $instance->addExtension(new \StudioSolid\AdvancedSliderElements\Core\Framework\Adapter\Twig\Extension\TwigExtensions());
  2821.         $instance->addExtension(new \Nds\RecipeManager\Twig\NdsRecipe());
  2822.         $instance->addExtension(new \MoorlFoundation\Core\Framework\Twig\AnimatedExtension());
  2823.         $instance->addExtension(new \MoorlFoundation\Core\Framework\Twig\ListingExtension());
  2824.         $instance->addExtension(new \MoorlFoundation\Core\Framework\Twig\VersionCompareExtension('6.4.20.0'));
  2825.         $instance->addExtension(new \Wbm\TagManagerEcomm\Twig\TagManagerExtension($i, ($this->services['Shopware\\Core\\Checkout\\Cart\\SalesChannel\\CartService'] ?? $this->getCartServiceService()), ($this->privates['Shopware\\Core\\Checkout\\Cart\\CartRuleLoader'] ?? $this->getCartRuleLoaderService()), ($this->privates['Shopware\\Core\\System\\SalesChannel\\Context\\SalesChannelContextService'] ?? $this->getSalesChannelContextServiceService()), $e));
  2826.         $instance->addExtension(new \Pixel\LexikonSW6\Twig\twigLexicon($h, ($this->privates['Pixel\\LexikonSW6\\Component\\CoreFunctions'] ?? $this->getCoreFunctionsService()), $c$e$i));
  2827.         $instance->addExtension(new \Meteor\PromotionGift\Twig\Extension\IsLineItemTypeOfPromotionGiftWrapper());
  2828.         $instance->addExtension(new \LDSCustom\Twig\AppExtension($j$i));
  2829.         $instance->addExtension(new \LDSCustom\Twig\ProductSearchByOptionExtension($j));
  2830.         $instance->addExtension(new \Symfony\Bundle\WebProfilerBundle\Twig\WebProfilerExtension($k));
  2831.         $instance->addGlobal('app', new \Shopware\Storefront\Framework\Twig\TwigAppVariable($l$this->parameters['shopware.twig.app_variable.allowed_server_params']));
  2832.         $instance->addRuntimeLoader(new \Twig\RuntimeLoader\ContainerRuntimeLoader(new \Symfony\Component\DependencyInjection\Argument\ServiceLocator($this->getService, [
  2833.             'Symfony\\Bridge\\Twig\\Extension\\CsrfRuntime' => ['privates''twig.runtime.security_csrf''getTwig_Runtime_SecurityCsrfService'false],
  2834.             'Symfony\\Bridge\\Twig\\Extension\\HttpKernelRuntime' => ['privates''twig.runtime.httpkernel''getTwig_Runtime_HttpkernelService'false],
  2835.             'Symfony\\Bridge\\Twig\\Extension\\SerializerRuntime' => ['privates''twig.runtime.serializer''getTwig_Runtime_SerializerService'false],
  2836.         ], [
  2837.             'Symfony\\Bridge\\Twig\\Extension\\CsrfRuntime' => '?',
  2838.             'Symfony\\Bridge\\Twig\\Extension\\HttpKernelRuntime' => '?',
  2839.             'Symfony\\Bridge\\Twig\\Extension\\SerializerRuntime' => '?',
  2840.         ])));
  2841.         (new \Symfony\Bundle\TwigBundle\DependencyInjection\Configurator\EnvironmentConfigurator('F j, Y H:i''%d days'NULL0'.'','))->configure($instance);
  2842.         return $instance;
  2843.     }
  2844.     /**
  2845.      * Gets the public '.container.private.validator' shared service.
  2846.      *
  2847.      * @return \Shopware\Core\Framework\Validation\HappyPathValidator
  2848.      */
  2849.     protected function get_Container_Private_ValidatorService()
  2850.     {
  2851.         $a = ($this->privates['debug.validator'] ?? $this->getDebug_ValidatorService());
  2852.         if (isset($this->services['.container.private.validator'])) {
  2853.             return $this->services['.container.private.validator'];
  2854.         }
  2855.         return $this->services['.container.private.validator'] = new \Shopware\Core\Framework\Validation\HappyPathValidator($a);
  2856.     }
  2857.     /**
  2858.      * Gets the public 'Acris\Promotion\AcrisPromotionCS' shared autowired service.
  2859.      *
  2860.      * @return \Acris\Promotion\AcrisPromotionCS
  2861.      */
  2862.     protected function getAcrisPromotionCSService()
  2863.     {
  2864.         include_once \dirname(__DIR__4).'/vendor/symfony/dependency-injection/ContainerAwareInterface.php';
  2865.         include_once \dirname(__DIR__4).'/vendor/symfony/http-kernel/Bundle/BundleInterface.php';
  2866.         include_once \dirname(__DIR__4).'/vendor/symfony/dependency-injection/ContainerAwareTrait.php';
  2867.         include_once \dirname(__DIR__4).'/vendor/symfony/http-kernel/Bundle/Bundle.php';
  2868.         include_once \dirname(__DIR__4).'/vendor/shopware/core/Framework/Bundle.php';
  2869.         include_once \dirname(__DIR__4).'/vendor/shopware/core/Framework/Plugin.php';
  2870.         include_once \dirname(__DIR__4).'/vendor/store.shopware.com/acrispromotioncs/src/AcrisPromotionCS.php';
  2871.         return $this->services['Acris\\Promotion\\AcrisPromotionCS'] = ($this->services['Shopware\\Core\\Framework\\Plugin\\KernelPluginLoader\\KernelPluginLoader'] ?? $this->getKernelPluginLoaderService())->getPluginInstance('Acris\\Promotion\\AcrisPromotionCS');
  2872.     }
  2873.     /**
  2874.      * Gets the public 'Acris\Promotion\Custom\PromotionDisplayDefinition' shared service.
  2875.      *
  2876.      * @return \Acris\Promotion\Custom\PromotionDisplayDefinition
  2877.      */
  2878.     protected function getPromotionDisplayDefinitionService()
  2879.     {
  2880.         include_once \dirname(__DIR__4).'/vendor/store.shopware.com/acrispromotioncs/src/Custom/PromotionDisplayDefinition.php';
  2881.         $this->services['Acris\\Promotion\\Custom\\PromotionDisplayDefinition'] = $instance = new \Acris\Promotion\Custom\PromotionDisplayDefinition();
  2882.         $instance->compile(($this->services['Shopware\\Core\\Framework\\DataAbstractionLayer\\DefinitionInstanceRegistry'] ?? $this->getDefinitionInstanceRegistryService()));
  2883.         return $instance;
  2884.     }
  2885.     /**
  2886.      * Gets the public 'Acris\SuggestedProducts\AcrisSuggestedProductsCS' shared autowired service.
  2887.      *
  2888.      * @return \Acris\SuggestedProducts\AcrisSuggestedProductsCS
  2889.      */
  2890.     protected function getAcrisSuggestedProductsCSService()
  2891.     {
  2892.         include_once \dirname(__DIR__4).'/vendor/symfony/dependency-injection/ContainerAwareInterface.php';
  2893.         include_once \dirname(__DIR__4).'/vendor/symfony/http-kernel/Bundle/BundleInterface.php';
  2894.         include_once \dirname(__DIR__4).'/vendor/symfony/dependency-injection/ContainerAwareTrait.php';
  2895.         include_once \dirname(__DIR__4).'/vendor/symfony/http-kernel/Bundle/Bundle.php';
  2896.         include_once \dirname(__DIR__4).'/vendor/shopware/core/Framework/Bundle.php';
  2897.         include_once \dirname(__DIR__4).'/vendor/shopware/core/Framework/Plugin.php';
  2898.         include_once \dirname(__DIR__4).'/vendor/store.shopware.com/acrissuggestedproductscs/src/AcrisSuggestedProductsCS.php';
  2899.         return $this->services['Acris\\SuggestedProducts\\AcrisSuggestedProductsCS'] = ($this->services['Shopware\\Core\\Framework\\Plugin\\KernelPluginLoader\\KernelPluginLoader'] ?? $this->getKernelPluginLoaderService())->getPluginInstance('Acris\\SuggestedProducts\\AcrisSuggestedProductsCS');
  2900.     }
  2901.     /**
  2902.      * Gets the public 'Acris\SuggestedProducts\Core\Content\Product\SalesChannel\RecentlyViewedProducts\RecentlyViewedProductsRoute' shared service.
  2903.      *
  2904.      * @return \Acris\SuggestedProducts\Core\Content\Product\SalesChannel\RecentlyViewedProducts\RecentlyViewedProductsRoute
  2905.      */
  2906.     protected function getRecentlyViewedProductsRouteService()
  2907.     {
  2908.         include_once \dirname(__DIR__4).'/vendor/store.shopware.com/acrissuggestedproductscs/src/Core/Content/Product/SalesChannel/RecentlyViewedProducts/AbstractRecentlyViewedProductsRoute.php';
  2909.         include_once \dirname(__DIR__4).'/vendor/store.shopware.com/acrissuggestedproductscs/src/Core/Content/Product/SalesChannel/RecentlyViewedProducts/RecentlyViewedProductsRoute.php';
  2910.         return $this->services['Acris\\SuggestedProducts\\Core\\Content\\Product\\SalesChannel\\RecentlyViewedProducts\\RecentlyViewedProductsRoute'] = new \Acris\SuggestedProducts\Core\Content\Product\SalesChannel\RecentlyViewedProducts\RecentlyViewedProductsRoute(($this->services['event_dispatcher'] ?? $this->getEventDispatcherService()), ($this->privates['Shopware\\Core\\Content\\Product\\SalesChannel\\Listing\\ProductListingLoader'] ?? $this->getProductListingLoaderService()), ($this->services['Shopware\\Core\\System\\SystemConfig\\SystemConfigService'] ?? $this->getSystemConfigServiceService()));
  2911.     }
  2912.     /**
  2913.      * Gets the public 'Acris\SuggestedProducts\Custom\CustomersAlsoViewedDefinition' shared service.
  2914.      *
  2915.      * @return \Acris\SuggestedProducts\Custom\CustomersAlsoViewedDefinition
  2916.      */
  2917.     protected function getCustomersAlsoViewedDefinitionService()
  2918.     {
  2919.         include_once \dirname(__DIR__4).'/vendor/store.shopware.com/acrissuggestedproductscs/src/Custom/CustomersAlsoViewedDefinition.php';
  2920.         $this->services['Acris\\SuggestedProducts\\Custom\\CustomersAlsoViewedDefinition'] = $instance = new \Acris\SuggestedProducts\Custom\CustomersAlsoViewedDefinition();
  2921.         $instance->compile(($this->services['Shopware\\Core\\Framework\\DataAbstractionLayer\\DefinitionInstanceRegistry'] ?? $this->getDefinitionInstanceRegistryService()));
  2922.         return $instance;
  2923.     }
  2924.     /**
  2925.      * Gets the public 'Acris\SuggestedProducts\Storefront\Controller\RecentlyViewedController' shared service.
  2926.      *
  2927.      * @return \Acris\SuggestedProducts\Storefront\Controller\RecentlyViewedController
  2928.      */
  2929.     protected function getRecentlyViewedControllerService()
  2930.     {
  2931.         include_once \dirname(__DIR__4).'/vendor/store.shopware.com/acrissuggestedproductscs/src/Storefront/Controller/RecentlyViewedController.php';
  2932.         $this->services['Acris\\SuggestedProducts\\Storefront\\Controller\\RecentlyViewedController'] = $instance = new \Acris\SuggestedProducts\Storefront\Controller\RecentlyViewedController(($this->services['Acris\\SuggestedProducts\\Storefront\\Page\\RecentlyViewed\\RecentlyViewedPageLoader'] ?? $this->getRecentlyViewedPageLoaderService()));
  2933.         $instance->setContainer($this);
  2934.         return $instance;
  2935.     }
  2936.     /**
  2937.      * Gets the public 'Acris\SuggestedProducts\Storefront\Page\RecentlyViewed\RecentlyViewedPageLoader' shared service.
  2938.      *
  2939.      * @return \Acris\SuggestedProducts\Storefront\Page\RecentlyViewed\RecentlyViewedPageLoader
  2940.      */
  2941.     protected function getRecentlyViewedPageLoaderService()
  2942.     {
  2943.         include_once \dirname(__DIR__4).'/vendor/store.shopware.com/acrissuggestedproductscs/src/Storefront/Page/RecentlyViewed/RecentlyViewedPageLoader.php';
  2944.         return $this->services['Acris\\SuggestedProducts\\Storefront\\Page\\RecentlyViewed\\RecentlyViewedPageLoader'] = new \Acris\SuggestedProducts\Storefront\Page\RecentlyViewed\RecentlyViewedPageLoader(($this->privates['Shopware\\Storefront\\Page\\GenericPageLoader'] ?? $this->getGenericPageLoaderService()), ($this->services['event_dispatcher'] ?? $this->getEventDispatcherService()), ($this->services['Acris\\SuggestedProducts\\Core\\Content\\Product\\SalesChannel\\RecentlyViewedProducts\\RecentlyViewedProductsRoute'] ?? $this->getRecentlyViewedProductsRouteService()), ($this->privates['Shopware\\Core\\Content\\Product\\SalesChannel\\Price\\ProductPriceCalculator'] ?? $this->getProductPriceCalculatorService()));
  2945.     }
  2946.     /**
  2947.      * Gets the public 'Atl\SeoUrlManager\AtlSeoUrlManager' shared autowired service.
  2948.      *
  2949.      * @return \Atl\SeoUrlManager\AtlSeoUrlManager
  2950.      */
  2951.     protected function getAtlSeoUrlManagerService()
  2952.     {
  2953.         include_once \dirname(__DIR__4).'/vendor/symfony/dependency-injection/ContainerAwareInterface.php';
  2954.         include_once \dirname(__DIR__4).'/vendor/symfony/http-kernel/Bundle/BundleInterface.php';
  2955.         include_once \dirname(__DIR__4).'/vendor/symfony/dependency-injection/ContainerAwareTrait.php';
  2956.         include_once \dirname(__DIR__4).'/vendor/symfony/http-kernel/Bundle/Bundle.php';
  2957.         include_once \dirname(__DIR__4).'/vendor/shopware/core/Framework/Bundle.php';
  2958.         include_once \dirname(__DIR__4).'/vendor/shopware/core/Framework/Plugin.php';
  2959.         include_once \dirname(__DIR__4).'/vendor/store.shopware.com/atlseourlmanager/src/AtlSeoUrlManager.php';
  2960.         return $this->services['Atl\\SeoUrlManager\\AtlSeoUrlManager'] = ($this->services['Shopware\\Core\\Framework\\Plugin\\KernelPluginLoader\\KernelPluginLoader'] ?? $this->getKernelPluginLoaderService())->getPluginInstance('Atl\\SeoUrlManager\\AtlSeoUrlManager');
  2961.     }
  2962.     /**
  2963.      * Gets the public 'Cbax\ModulAdcell\CbaxModulAdcell' shared autowired service.
  2964.      *
  2965.      * @return \Cbax\ModulAdcell\CbaxModulAdcell
  2966.      */
  2967.     protected function getCbaxModulAdcellService()
  2968.     {
  2969.         include_once \dirname(__DIR__4).'/vendor/symfony/dependency-injection/ContainerAwareInterface.php';
  2970.         include_once \dirname(__DIR__4).'/vendor/symfony/http-kernel/Bundle/BundleInterface.php';
  2971.         include_once \dirname(__DIR__4).'/vendor/symfony/dependency-injection/ContainerAwareTrait.php';
  2972.         include_once \dirname(__DIR__4).'/vendor/symfony/http-kernel/Bundle/Bundle.php';
  2973.         include_once \dirname(__DIR__4).'/vendor/shopware/core/Framework/Bundle.php';
  2974.         include_once \dirname(__DIR__4).'/vendor/shopware/core/Framework/Plugin.php';
  2975.         include_once \dirname(__DIR__4).'/vendor/store.shopware.com/cbaxmoduladcell/src/CbaxModulAdcell.php';
  2976.         return $this->services['Cbax\\ModulAdcell\\CbaxModulAdcell'] = ($this->services['Shopware\\Core\\Framework\\Plugin\\KernelPluginLoader\\KernelPluginLoader'] ?? $this->getKernelPluginLoaderService())->getPluginInstance('Cbax\\ModulAdcell\\CbaxModulAdcell');
  2977.     }
  2978.     /**
  2979.      * Gets the public 'Cbax\ModulAnalytics\CbaxModulAnalytics' shared autowired service.
  2980.      *
  2981.      * @return \Cbax\ModulAnalytics\CbaxModulAnalytics
  2982.      */
  2983.     protected function getCbaxModulAnalyticsService()
  2984.     {
  2985.         include_once \dirname(__DIR__4).'/vendor/symfony/dependency-injection/ContainerAwareInterface.php';
  2986.         include_once \dirname(__DIR__4).'/vendor/symfony/http-kernel/Bundle/BundleInterface.php';
  2987.         include_once \dirname(__DIR__4).'/vendor/symfony/dependency-injection/ContainerAwareTrait.php';
  2988.         include_once \dirname(__DIR__4).'/vendor/symfony/http-kernel/Bundle/Bundle.php';
  2989.         include_once \dirname(__DIR__4).'/vendor/shopware/core/Framework/Bundle.php';
  2990.         include_once \dirname(__DIR__4).'/vendor/shopware/core/Framework/Plugin.php';
  2991.         include_once \dirname(__DIR__4).'/custom/plugins/CbaxModulAnalytics/src/CbaxModulAnalytics.php';
  2992.         return $this->services['Cbax\\ModulAnalytics\\CbaxModulAnalytics'] = ($this->services['Shopware\\Core\\Framework\\Plugin\\KernelPluginLoader\\KernelPluginLoader'] ?? $this->getKernelPluginLoaderService())->getPluginInstance('Cbax\\ModulAnalytics\\CbaxModulAnalytics');
  2993.     }
  2994.     /**
  2995.      * Gets the public 'Cbax\ModulAnalytics\Components\ConfigReaderHelper' shared service.
  2996.      *
  2997.      * @return \Cbax\ModulAnalytics\Components\ConfigReaderHelper
  2998.      */
  2999.     protected function getConfigReaderHelperService()
  3000.     {
  3001.         include_once \dirname(__DIR__4).'/custom/plugins/CbaxModulAnalytics/src/Components/ConfigReaderHelper.php';
  3002.         $a = ($this->services['Shopware\\Core\\System\\SystemConfig\\SystemConfigService'] ?? $this->getSystemConfigServiceService());
  3003.         if (isset($this->services['Cbax\\ModulAnalytics\\Components\\ConfigReaderHelper'])) {
  3004.             return $this->services['Cbax\\ModulAnalytics\\Components\\ConfigReaderHelper'];
  3005.         }
  3006.         return $this->services['Cbax\\ModulAnalytics\\Components\\ConfigReaderHelper'] = new \Cbax\ModulAnalytics\Components\ConfigReaderHelper($a, ($this->services['request_stack'] ?? ($this->services['request_stack'] = new \Symfony\Component\HttpFoundation\RequestStack())));
  3007.     }
  3008.     /**
  3009.      * Gets the public 'Cbax\ModulAnalytics\Components\ExtensionHelper' shared service.
  3010.      *
  3011.      * @return \Cbax\ModulAnalytics\Components\ExtensionHelper
  3012.      */
  3013.     protected function getExtensionHelperService()
  3014.     {
  3015.         include_once \dirname(__DIR__4).'/custom/plugins/CbaxModulAnalytics/src/Components/ExtensionHelper.php';
  3016.         return $this->services['Cbax\\ModulAnalytics\\Components\\ExtensionHelper'] = new \Cbax\ModulAnalytics\Components\ExtensionHelper(($this->services['cbax_analytics_config.repository'] ?? $this->getCbaxAnalyticsConfig_RepositoryService()), ($this->services['cbax_analytics_groups_config.repository'] ?? $this->getCbaxAnalyticsGroupsConfig_RepositoryService()));
  3017.     }
  3018.     /**
  3019.      * Gets the public 'Cbax\ModulAnalytics\Controller\BackendController' shared service.
  3020.      *
  3021.      * @return \Cbax\ModulAnalytics\Controller\BackendController
  3022.      */
  3023.     protected function getBackendControllerService()
  3024.     {
  3025.         include_once \dirname(__DIR__4).'/custom/plugins/CbaxModulAnalytics/src/Controller/BackendController.php';
  3026.         include_once \dirname(__DIR__4).'/custom/plugins/CbaxModulAnalytics/src/Components/Statistics/Connector.php';
  3027.         include_once \dirname(__DIR__4).'/custom/plugins/CbaxModulAnalytics/src/Components/Base.php';
  3028.         $a = ($this->services['language.repository'] ?? $this->getLanguage_RepositoryService());
  3029.         $b = ($this->services['product.repository'] ?? $this->getProduct_RepositoryService());
  3030.         $c = ($this->services['property_group_option.repository'] ?? $this->getPropertyGroupOption_RepositoryService());
  3031.         $d = new \Cbax\ModulAnalytics\Components\Base(($this->services['state_machine.repository'] ?? $this->getStateMachine_RepositoryService()), ($this->services['state_machine_state.repository'] ?? $this->getStateMachineState_RepositoryService()), ($this->services['locale.repository'] ?? $this->getLocale_RepositoryService()), $a$b$c, ($this->services['Cbax\\ModulAnalytics\\Components\\ConfigReaderHelper'] ?? $this->getConfigReaderHelperService()), ($this->services['shopware.filesystem.private'] ?? $this->getShopware_Filesystem_PrivateService()));
  3032.         $this->services['Cbax\\ModulAnalytics\\Controller\\BackendController'] = $instance = new \Cbax\ModulAnalytics\Controller\BackendController(new \Cbax\ModulAnalytics\Components\Statistics\Connector($d, ($this->services['order.repository'] ?? $this->getOrder_RepositoryService()), $a$b, ($this->services['customer.repository'] ?? $this->getCustomer_RepositoryService()), $c, ($this->services['cbax_analytics_search.repository'] ?? $this->getCbaxAnalyticsSearch_RepositoryService()), ($this->services['product_stream.repository'] ?? $this->getProductStream_RepositoryService()), ($this->services['product_manufacturer.repository'] ?? $this->getProductManufacturer_RepositoryService()), ($this->services['cbax_analytics_product_impressions.repository'] ?? $this->getCbaxAnalyticsProductImpressions_RepositoryService()), ($this->services['cbax_analytics_visitors.repository'] ?? $this->getCbaxAnalyticsVisitors_RepositoryService()), ($this->services['cbax_analytics_referer.repository'] ?? $this->getCbaxAnalyticsReferer_RepositoryService()), ($this->services['cbax_analytics_category_impressions.repository'] ?? $this->getCbaxAnalyticsCategoryImpressions_RepositoryService()), ($this->services['category.repository'] ?? $this->getCategory_RepositoryService()), ($this->services['cbax_analytics_manufacturer_impressions.repository'] ?? $this->getCbaxAnalyticsManufacturerImpressions_RepositoryService()), ($this->services['product_cross_selling.repository'] ?? $this->getProductCrossSelling_RepositoryService()), ($this->services['cbax_analytics_pool.repository'] ?? $this->getCbaxAnalyticsPool_RepositoryService()), ($this->services['Shopware\\Core\\Content\\ProductStream\\Service\\ProductStreamBuilder'] ?? $this->getProductStreamBuilderService()), ($this->services['Doctrine\\DBAL\\Connection'] ?? $this->getConnectionService())), $d);
  3033.         $instance->setContainer($this);
  3034.         return $instance;
  3035.     }
  3036.     /**
  3037.      * Gets the public 'Cbax\ModulAnalytics\Core\Content\Analytics\CategoryImpressionsDefinition' shared service.
  3038.      *
  3039.      * @return \Cbax\ModulAnalytics\Core\Content\Analytics\CategoryImpressionsDefinition
  3040.      */
  3041.     protected function getCategoryImpressionsDefinitionService()
  3042.     {
  3043.         include_once \dirname(__DIR__4).'/custom/plugins/CbaxModulAnalytics/src/Core/Content/Analytics/CategoryImpressionsDefinition.php';
  3044.         $this->services['Cbax\\ModulAnalytics\\Core\\Content\\Analytics\\CategoryImpressionsDefinition'] = $instance = new \Cbax\ModulAnalytics\Core\Content\Analytics\CategoryImpressionsDefinition();
  3045.         $instance->compile(($this->services['Shopware\\Core\\Framework\\DataAbstractionLayer\\DefinitionInstanceRegistry'] ?? $this->getDefinitionInstanceRegistryService()));
  3046.         return $instance;
  3047.     }
  3048.     /**
  3049.      * Gets the public 'Cbax\ModulAnalytics\Core\Content\Analytics\ConfigDefinition' shared service.
  3050.      *
  3051.      * @return \Cbax\ModulAnalytics\Core\Content\Analytics\ConfigDefinition
  3052.      */
  3053.     protected function getConfigDefinitionService()
  3054.     {
  3055.         include_once \dirname(__DIR__4).'/custom/plugins/CbaxModulAnalytics/src/Core/Content/Analytics/ConfigDefinition.php';
  3056.         $this->services['Cbax\\ModulAnalytics\\Core\\Content\\Analytics\\ConfigDefinition'] = $instance = new \Cbax\ModulAnalytics\Core\Content\Analytics\ConfigDefinition();
  3057.         $instance->compile(($this->services['Shopware\\Core\\Framework\\DataAbstractionLayer\\DefinitionInstanceRegistry'] ?? $this->getDefinitionInstanceRegistryService()));
  3058.         return $instance;
  3059.     }
  3060.     /**
  3061.      * Gets the public 'Cbax\ModulAnalytics\Core\Content\Analytics\GroupDefinition' shared service.
  3062.      *
  3063.      * @return \Cbax\ModulAnalytics\Core\Content\Analytics\GroupDefinition
  3064.      */
  3065.     protected function getGroupDefinitionService()
  3066.     {
  3067.         include_once \dirname(__DIR__4).'/custom/plugins/CbaxModulAnalytics/src/Core/Content/Analytics/GroupDefinition.php';
  3068.         $this->services['Cbax\\ModulAnalytics\\Core\\Content\\Analytics\\GroupDefinition'] = $instance = new \Cbax\ModulAnalytics\Core\Content\Analytics\GroupDefinition();
  3069.         $instance->compile(($this->services['Shopware\\Core\\Framework\\DataAbstractionLayer\\DefinitionInstanceRegistry'] ?? $this->getDefinitionInstanceRegistryService()));
  3070.         return $instance;
  3071.     }
  3072.     /**
  3073.      * Gets the public 'Cbax\ModulAnalytics\Core\Content\Analytics\ManufacturerImpressionsDefinition' shared service.
  3074.      *
  3075.      * @return \Cbax\ModulAnalytics\Core\Content\Analytics\ManufacturerImpressionsDefinition
  3076.      */
  3077.     protected function getManufacturerImpressionsDefinitionService()
  3078.     {
  3079.         include_once \dirname(__DIR__4).'/custom/plugins/CbaxModulAnalytics/src/Core/Content/Analytics/ManufacturerImpressionsDefinition.php';
  3080.         $this->services['Cbax\\ModulAnalytics\\Core\\Content\\Analytics\\ManufacturerImpressionsDefinition'] = $instance = new \Cbax\ModulAnalytics\Core\Content\Analytics\ManufacturerImpressionsDefinition();
  3081.         $instance->compile(($this->services['Shopware\\Core\\Framework\\DataAbstractionLayer\\DefinitionInstanceRegistry'] ?? $this->getDefinitionInstanceRegistryService()));
  3082.         return $instance;
  3083.     }
  3084.     /**
  3085.      * Gets the public 'Cbax\ModulAnalytics\Core\Content\Analytics\PoolDefinition' shared service.
  3086.      *
  3087.      * @return \Cbax\ModulAnalytics\Core\Content\Analytics\PoolDefinition
  3088.      */
  3089.     protected function getPoolDefinitionService()
  3090.     {
  3091.         include_once \dirname(__DIR__4).'/custom/plugins/CbaxModulAnalytics/src/Core/Content/Analytics/PoolDefinition.php';
  3092.         $this->services['Cbax\\ModulAnalytics\\Core\\Content\\Analytics\\PoolDefinition'] = $instance = new \Cbax\ModulAnalytics\Core\Content\Analytics\PoolDefinition();
  3093.         $instance->compile(($this->services['Shopware\\Core\\Framework\\DataAbstractionLayer\\DefinitionInstanceRegistry'] ?? $this->getDefinitionInstanceRegistryService()));
  3094.         return $instance;
  3095.     }
  3096.     /**
  3097.      * Gets the public 'Cbax\ModulAnalytics\Core\Content\Analytics\ProductImpressionsDefinition' shared service.
  3098.      *
  3099.      * @return \Cbax\ModulAnalytics\Core\Content\Analytics\ProductImpressionsDefinition
  3100.      */
  3101.     protected function getProductImpressionsDefinitionService()
  3102.     {
  3103.         include_once \dirname(__DIR__4).'/custom/plugins/CbaxModulAnalytics/src/Core/Content/Analytics/ProductImpressionsDefinition.php';
  3104.         $this->services['Cbax\\ModulAnalytics\\Core\\Content\\Analytics\\ProductImpressionsDefinition'] = $instance = new \Cbax\ModulAnalytics\Core\Content\Analytics\ProductImpressionsDefinition();
  3105.         $instance->compile(($this->services['Shopware\\Core\\Framework\\DataAbstractionLayer\\DefinitionInstanceRegistry'] ?? $this->getDefinitionInstanceRegistryService()));
  3106.         return $instance;
  3107.     }
  3108.     /**
  3109.      * Gets the public 'Cbax\ModulAnalytics\Core\Content\Analytics\RefererDefinition' shared service.
  3110.      *
  3111.      * @return \Cbax\ModulAnalytics\Core\Content\Analytics\RefererDefinition
  3112.      */
  3113.     protected function getRefererDefinitionService()
  3114.     {
  3115.         include_once \dirname(__DIR__4).'/custom/plugins/CbaxModulAnalytics/src/Core/Content/Analytics/RefererDefinition.php';
  3116.         $this->services['Cbax\\ModulAnalytics\\Core\\Content\\Analytics\\RefererDefinition'] = $instance = new \Cbax\ModulAnalytics\Core\Content\Analytics\RefererDefinition();
  3117.         $instance->compile(($this->services['Shopware\\Core\\Framework\\DataAbstractionLayer\\DefinitionInstanceRegistry'] ?? $this->getDefinitionInstanceRegistryService()));
  3118.         return $instance;
  3119.     }
  3120.     /**
  3121.      * Gets the public 'Cbax\ModulAnalytics\Core\Content\Analytics\SearchResultDefinition' shared service.
  3122.      *
  3123.      * @return \Cbax\ModulAnalytics\Core\Content\Analytics\SearchResultDefinition
  3124.      */
  3125.     protected function getSearchResultDefinitionService()
  3126.     {
  3127.         include_once \dirname(__DIR__4).'/custom/plugins/CbaxModulAnalytics/src/Core/Content/Analytics/SearchResultDefinition.php';
  3128.         $this->services['Cbax\\ModulAnalytics\\Core\\Content\\Analytics\\SearchResultDefinition'] = $instance = new \Cbax\ModulAnalytics\Core\Content\Analytics\SearchResultDefinition();
  3129.         $instance->compile(($this->services['Shopware\\Core\\Framework\\DataAbstractionLayer\\DefinitionInstanceRegistry'] ?? $this->getDefinitionInstanceRegistryService()));
  3130.         return $instance;
  3131.     }
  3132.     /**
  3133.      * Gets the public 'Cbax\ModulAnalytics\Core\Content\Analytics\VisitorsDefinition' shared service.
  3134.      *
  3135.      * @return \Cbax\ModulAnalytics\Core\Content\Analytics\VisitorsDefinition
  3136.      */
  3137.     protected function getVisitorsDefinitionService()
  3138.     {
  3139.         include_once \dirname(__DIR__4).'/custom/plugins/CbaxModulAnalytics/src/Core/Content/Analytics/VisitorsDefinition.php';
  3140.         $this->services['Cbax\\ModulAnalytics\\Core\\Content\\Analytics\\VisitorsDefinition'] = $instance = new \Cbax\ModulAnalytics\Core\Content\Analytics\VisitorsDefinition();
  3141.         $instance->compile(($this->services['Shopware\\Core\\Framework\\DataAbstractionLayer\\DefinitionInstanceRegistry'] ?? $this->getDefinitionInstanceRegistryService()));
  3142.         return $instance;
  3143.     }
  3144.     /**
  3145.      * Gets the public 'Cbax\ModulExternalOrder\Bootstrap\Assets' shared service.
  3146.      *
  3147.      * @return \Cbax\ModulExternalOrder\Bootstrap\Assets
  3148.      */
  3149.     protected function getAssetsService()
  3150.     {
  3151.         include_once \dirname(__DIR__4).'/custom/plugins/CbaxModulExternalOrder/src/Bootstrap/Assets.php';
  3152.         return $this->services['Cbax\\ModulExternalOrder\\Bootstrap\\Assets'] = new \Cbax\ModulExternalOrder\Bootstrap\Assets(($this->services['media.repository'] ?? $this->getMedia_RepositoryService()), ($this->services['media_folder.repository'] ?? $this->getMediaFolder_RepositoryService()), ($this->services['media_folder_configuration.repository'] ?? $this->getMediaFolderConfiguration_RepositoryService()), ($this->services['Shopware\\Core\\Content\\Media\\File\\FileSaver'] ?? $this->getFileSaverService()));
  3153.     }
  3154.     /**
  3155.      * Gets the public 'Cbax\ModulExternalOrder\Bootstrap\Database' shared service.
  3156.      *
  3157.      * @return \Cbax\ModulExternalOrder\Bootstrap\Database
  3158.      */
  3159.     protected function getDatabaseService()
  3160.     {
  3161.         include_once \dirname(__DIR__4).'/custom/plugins/CbaxModulExternalOrder/src/Bootstrap/Database.php';
  3162.         return $this->services['Cbax\\ModulExternalOrder\\Bootstrap\\Database'] = new \Cbax\ModulExternalOrder\Bootstrap\Database(($this->services['state_machine.repository'] ?? $this->getStateMachine_RepositoryService()), ($this->services['state_machine_state.repository'] ?? $this->getStateMachineState_RepositoryService()), ($this->services['sales_channel_type.repository'] ?? $this->getSalesChannelType_RepositoryService()), ($this->services['sales_channel.repository'] ?? $this->getSalesChannel_RepositoryService()), ($this->services['tax.repository'] ?? $this->getTax_RepositoryService()), ($this->services['customer_group_translation.repository'] ?? $this->getCustomerGroupTranslation_RepositoryService()), ($this->services['shipping_method_translation.repository'] ?? $this->getShippingMethodTranslation_RepositoryService()), ($this->services['cbax_externalorder_carrier.repository'] ?? $this->getCbaxExternalorderCarrier_RepositoryService()), ($this->services['cbax_externalorder_carrier_rule.repository'] ?? $this->getCbaxExternalorderCarrierRule_RepositoryService()), ($this->services['cbax_externalorder_marketplace_settings.repository'] ?? $this->getCbaxExternalorderMarketplaceSettings_RepositoryService()));
  3163.     }
  3164.     /**
  3165.      * Gets the public 'Cbax\ModulExternalOrder\CbaxModulExternalOrder' shared autowired service.
  3166.      *
  3167.      * @return \Cbax\ModulExternalOrder\CbaxModulExternalOrder
  3168.      */
  3169.     protected function getCbaxModulExternalOrderService()
  3170.     {
  3171.         include_once \dirname(__DIR__4).'/vendor/symfony/dependency-injection/ContainerAwareInterface.php';
  3172.         include_once \dirname(__DIR__4).'/vendor/symfony/http-kernel/Bundle/BundleInterface.php';
  3173.         include_once \dirname(__DIR__4).'/vendor/symfony/dependency-injection/ContainerAwareTrait.php';
  3174.         include_once \dirname(__DIR__4).'/vendor/symfony/http-kernel/Bundle/Bundle.php';
  3175.         include_once \dirname(__DIR__4).'/vendor/shopware/core/Framework/Bundle.php';
  3176.         include_once \dirname(__DIR__4).'/vendor/shopware/core/Framework/Plugin.php';
  3177.         include_once \dirname(__DIR__4).'/custom/plugins/CbaxModulExternalOrder/src/CbaxModulExternalOrder.php';
  3178.         return $this->services['Cbax\\ModulExternalOrder\\CbaxModulExternalOrder'] = ($this->services['Shopware\\Core\\Framework\\Plugin\\KernelPluginLoader\\KernelPluginLoader'] ?? $this->getKernelPluginLoaderService())->getPluginInstance('Cbax\\ModulExternalOrder\\CbaxModulExternalOrder');
  3179.     }
  3180.     /**
  3181.      * Gets the public 'Cbax\ModulExternalOrder\Components\CbaxScheduledTasks' shared service.
  3182.      *
  3183.      * @return \Cbax\ModulExternalOrder\Components\CbaxScheduledTasks
  3184.      */
  3185.     protected function getCbaxScheduledTasksService()
  3186.     {
  3187.         include_once \dirname(__DIR__4).'/custom/plugins/CbaxModulExternalOrder/src/Components/CbaxScheduledTasks.php';
  3188.         return $this->services['Cbax\\ModulExternalOrder\\Components\\CbaxScheduledTasks'] = new \Cbax\ModulExternalOrder\Components\CbaxScheduledTasks(($this->services['messenger.default_bus'] ?? $this->getMessenger_DefaultBusService()), ($this->services['scheduled_task.repository'] ?? $this->getScheduledTask_RepositoryService()), ($this->services['Shopware\\Core\\Framework\\MessageQueue\\Api\\ConsumeMessagesController'] ?? $this->getConsumeMessagesControllerService()));
  3189.     }
  3190.     /**
  3191.      * Gets the public 'Cbax\ModulExternalOrder\Components\ConfigReaderHelper' shared service.
  3192.      *
  3193.      * @return \Cbax\ModulExternalOrder\Components\ConfigReaderHelper
  3194.      */
  3195.     protected function getConfigReaderHelper2Service()
  3196.     {
  3197.         include_once \dirname(__DIR__4).'/custom/plugins/CbaxModulExternalOrder/src/Components/ConfigReaderHelper.php';
  3198.         $a = ($this->services['Shopware\\Core\\System\\SystemConfig\\SystemConfigService'] ?? $this->getSystemConfigServiceService());
  3199.         if (isset($this->services['Cbax\\ModulExternalOrder\\Components\\ConfigReaderHelper'])) {
  3200.             return $this->services['Cbax\\ModulExternalOrder\\Components\\ConfigReaderHelper'];
  3201.         }
  3202.         return $this->services['Cbax\\ModulExternalOrder\\Components\\ConfigReaderHelper'] = new \Cbax\ModulExternalOrder\Components\ConfigReaderHelper($a, ($this->services['request_stack'] ?? ($this->services['request_stack'] = new \Symfony\Component\HttpFoundation\RequestStack())));
  3203.     }
  3204.     /**
  3205.      * Gets the public 'Cbax\ModulExternalOrder\Components\ExternalOrderDb' shared service.
  3206.      *
  3207.      * @return \Cbax\ModulExternalOrder\Components\ExternalOrderDb
  3208.      */
  3209.     protected function getExternalOrderDbService()
  3210.     {
  3211.         include_once \dirname(__DIR__4).'/custom/plugins/CbaxModulExternalOrder/src/Components/ExternalOrderDb.php';
  3212.         include_once \dirname(__DIR__4).'/custom/plugins/CbaxModulExternalOrder/src/Components/DbConverter.php';
  3213.         $a = ($this->services['cbax_externalorder_order.repository'] ?? $this->getCbaxExternalorderOrder_RepositoryService());
  3214.         if (isset($this->services['Cbax\\ModulExternalOrder\\Components\\ExternalOrderDb'])) {
  3215.             return $this->services['Cbax\\ModulExternalOrder\\Components\\ExternalOrderDb'];
  3216.         }
  3217.         $b = ($this->services['Cbax\\ModulExternalOrder\\Components\\ExternalOrderHelper'] ?? $this->getExternalOrderHelperService());
  3218.         if (isset($this->services['Cbax\\ModulExternalOrder\\Components\\ExternalOrderDb'])) {
  3219.             return $this->services['Cbax\\ModulExternalOrder\\Components\\ExternalOrderDb'];
  3220.         }
  3221.         $c = ($this->services['Shopware\\Core\\Checkout\\Customer\\SalesChannel\\RegisterRoute'] ?? $this->getRegisterRouteService());
  3222.         if (isset($this->services['Cbax\\ModulExternalOrder\\Components\\ExternalOrderDb'])) {
  3223.             return $this->services['Cbax\\ModulExternalOrder\\Components\\ExternalOrderDb'];
  3224.         }
  3225.         $d = ($this->privates['Shopware\\Core\\Checkout\\Customer\\SalesChannel\\AccountService'] ?? $this->getAccountServiceService());
  3226.         if (isset($this->services['Cbax\\ModulExternalOrder\\Components\\ExternalOrderDb'])) {
  3227.             return $this->services['Cbax\\ModulExternalOrder\\Components\\ExternalOrderDb'];
  3228.         }
  3229.         $e = ($this->services['event_dispatcher'] ?? $this->getEventDispatcherService());
  3230.         if (isset($this->services['Cbax\\ModulExternalOrder\\Components\\ExternalOrderDb'])) {
  3231.             return $this->services['Cbax\\ModulExternalOrder\\Components\\ExternalOrderDb'];
  3232.         }
  3233.         $f = ($this->services['shipping_method.repository'] ?? $this->getShippingMethod_RepositoryService());
  3234.         if (isset($this->services['Cbax\\ModulExternalOrder\\Components\\ExternalOrderDb'])) {
  3235.             return $this->services['Cbax\\ModulExternalOrder\\Components\\ExternalOrderDb'];
  3236.         }
  3237.         $g = ($this->services['Shopware\\Core\\Checkout\\Customer\\SalesChannel\\UpsertAddressRoute'] ?? $this->getUpsertAddressRouteService());
  3238.         if (isset($this->services['Cbax\\ModulExternalOrder\\Components\\ExternalOrderDb'])) {
  3239.             return $this->services['Cbax\\ModulExternalOrder\\Components\\ExternalOrderDb'];
  3240.         }
  3241.         $h = ($this->services['customer.repository'] ?? $this->getCustomer_RepositoryService());
  3242.         if (isset($this->services['Cbax\\ModulExternalOrder\\Components\\ExternalOrderDb'])) {
  3243.             return $this->services['Cbax\\ModulExternalOrder\\Components\\ExternalOrderDb'];
  3244.         }
  3245.         $i = ($this->services['order.repository'] ?? $this->getOrder_RepositoryService());
  3246.         if (isset($this->services['Cbax\\ModulExternalOrder\\Components\\ExternalOrderDb'])) {
  3247.             return $this->services['Cbax\\ModulExternalOrder\\Components\\ExternalOrderDb'];
  3248.         }
  3249.         $j = ($this->services['Shopware\\Core\\System\\NumberRange\\ValueGenerator\\NumberRangeValueGeneratorInterface'] ?? $this->getNumberRangeValueGeneratorInterfaceService());
  3250.         if (isset($this->services['Cbax\\ModulExternalOrder\\Components\\ExternalOrderDb'])) {
  3251.             return $this->services['Cbax\\ModulExternalOrder\\Components\\ExternalOrderDb'];
  3252.         }
  3253.         $k = ($this->services['state_machine_state.repository'] ?? $this->getStateMachineState_RepositoryService());
  3254.         if (isset($this->services['Cbax\\ModulExternalOrder\\Components\\ExternalOrderDb'])) {
  3255.             return $this->services['Cbax\\ModulExternalOrder\\Components\\ExternalOrderDb'];
  3256.         }
  3257.         return $this->services['Cbax\\ModulExternalOrder\\Components\\ExternalOrderDb'] = new \Cbax\ModulExternalOrder\Components\ExternalOrderDb($a$b, new \Cbax\ModulExternalOrder\Components\DbConverter($b$c$d$e$f$g$h), $i$j$e, ($this->services['Doctrine\\DBAL\\Connection'] ?? $this->getConnectionService()), $k);
  3258.     }
  3259.     /**
  3260.      * Gets the public 'Cbax\ModulExternalOrder\Components\ExternalOrderHelper' shared service.
  3261.      *
  3262.      * @return \Cbax\ModulExternalOrder\Components\ExternalOrderHelper
  3263.      */
  3264.     protected function getExternalOrderHelperService()
  3265.     {
  3266.         include_once \dirname(__DIR__4).'/custom/plugins/CbaxModulExternalOrder/src/Components/ExternalOrderHelper.php';
  3267.         include_once \dirname(__DIR__4).'/custom/plugins/CbaxModulExternalOrder/src/Components/Mailer.php';
  3268.         $a = ($this->privates['Shopware\\Core\\System\\SalesChannel\\Context\\CachedSalesChannelContextFactory'] ?? $this->getCachedSalesChannelContextFactoryService());
  3269.         if (isset($this->services['Cbax\\ModulExternalOrder\\Components\\ExternalOrderHelper'])) {
  3270.             return $this->services['Cbax\\ModulExternalOrder\\Components\\ExternalOrderHelper'];
  3271.         }
  3272.         $b = ($this->services['Shopware\\Core\\System\\SystemConfig\\SystemConfigService'] ?? $this->getSystemConfigServiceService());
  3273.         if (isset($this->services['Cbax\\ModulExternalOrder\\Components\\ExternalOrderHelper'])) {
  3274.             return $this->services['Cbax\\ModulExternalOrder\\Components\\ExternalOrderHelper'];
  3275.         }
  3276.         $c = ($this->services['Cbax\\ModulExternalOrder\\Components\\ConfigReaderHelper'] ?? $this->getConfigReaderHelper2Service());
  3277.         if (isset($this->services['Cbax\\ModulExternalOrder\\Components\\ExternalOrderHelper'])) {
  3278.             return $this->services['Cbax\\ModulExternalOrder\\Components\\ExternalOrderHelper'];
  3279.         }
  3280.         $d = ($this->services['log_entry.repository'] ?? $this->getLogEntry_RepositoryService());
  3281.         if (isset($this->services['Cbax\\ModulExternalOrder\\Components\\ExternalOrderHelper'])) {
  3282.             return $this->services['Cbax\\ModulExternalOrder\\Components\\ExternalOrderHelper'];
  3283.         }
  3284.         $e = ($this->services['cbax_externalorder_log.repository'] ?? $this->getCbaxExternalorderLog_RepositoryService());
  3285.         if (isset($this->services['Cbax\\ModulExternalOrder\\Components\\ExternalOrderHelper'])) {
  3286.             return $this->services['Cbax\\ModulExternalOrder\\Components\\ExternalOrderHelper'];
  3287.         }
  3288.         $f = ($this->services['product.repository'] ?? $this->getProduct_RepositoryService());
  3289.         if (isset($this->services['Cbax\\ModulExternalOrder\\Components\\ExternalOrderHelper'])) {
  3290.             return $this->services['Cbax\\ModulExternalOrder\\Components\\ExternalOrderHelper'];
  3291.         }
  3292.         $g = ($this->services['tax_rule.repository'] ?? $this->getTaxRule_RepositoryService());
  3293.         if (isset($this->services['Cbax\\ModulExternalOrder\\Components\\ExternalOrderHelper'])) {
  3294.             return $this->services['Cbax\\ModulExternalOrder\\Components\\ExternalOrderHelper'];
  3295.         }
  3296.         $h = ($this->services['tax.repository'] ?? $this->getTax_RepositoryService());
  3297.         if (isset($this->services['Cbax\\ModulExternalOrder\\Components\\ExternalOrderHelper'])) {
  3298.             return $this->services['Cbax\\ModulExternalOrder\\Components\\ExternalOrderHelper'];
  3299.         }
  3300.         $i = ($this->services['cbax_externalorder_carrier.repository'] ?? $this->getCbaxExternalorderCarrier_RepositoryService());
  3301.         if (isset($this->services['Cbax\\ModulExternalOrder\\Components\\ExternalOrderHelper'])) {
  3302.             return $this->services['Cbax\\ModulExternalOrder\\Components\\ExternalOrderHelper'];
  3303.         }
  3304.         $j = ($this->services['cbax_externalorder_carrier_rule.repository'] ?? $this->getCbaxExternalorderCarrierRule_RepositoryService());
  3305.         if (isset($this->services['Cbax\\ModulExternalOrder\\Components\\ExternalOrderHelper'])) {
  3306.             return $this->services['Cbax\\ModulExternalOrder\\Components\\ExternalOrderHelper'];
  3307.         }
  3308.         $k = ($this->services['cbax_externalorder_marketplace_settings.repository'] ?? $this->getCbaxExternalorderMarketplaceSettings_RepositoryService());
  3309.         if (isset($this->services['Cbax\\ModulExternalOrder\\Components\\ExternalOrderHelper'])) {
  3310.             return $this->services['Cbax\\ModulExternalOrder\\Components\\ExternalOrderHelper'];
  3311.         }
  3312.         $l = ($this->services['state_machine.repository'] ?? $this->getStateMachine_RepositoryService());
  3313.         if (isset($this->services['Cbax\\ModulExternalOrder\\Components\\ExternalOrderHelper'])) {
  3314.             return $this->services['Cbax\\ModulExternalOrder\\Components\\ExternalOrderHelper'];
  3315.         }
  3316.         $m = ($this->services['state_machine_state.repository'] ?? $this->getStateMachineState_RepositoryService());
  3317.         if (isset($this->services['Cbax\\ModulExternalOrder\\Components\\ExternalOrderHelper'])) {
  3318.             return $this->services['Cbax\\ModulExternalOrder\\Components\\ExternalOrderHelper'];
  3319.         }
  3320.         $n = ($this->services['sales_channel.repository'] ?? $this->getSalesChannel_RepositoryService());
  3321.         if (isset($this->services['Cbax\\ModulExternalOrder\\Components\\ExternalOrderHelper'])) {
  3322.             return $this->services['Cbax\\ModulExternalOrder\\Components\\ExternalOrderHelper'];
  3323.         }
  3324.         $o = ($this->services['currency.repository'] ?? $this->getCurrency_RepositoryService());
  3325.         if (isset($this->services['Cbax\\ModulExternalOrder\\Components\\ExternalOrderHelper'])) {
  3326.             return $this->services['Cbax\\ModulExternalOrder\\Components\\ExternalOrderHelper'];
  3327.         }
  3328.         $p = ($this->services['customer.repository'] ?? $this->getCustomer_RepositoryService());
  3329.         if (isset($this->services['Cbax\\ModulExternalOrder\\Components\\ExternalOrderHelper'])) {
  3330.             return $this->services['Cbax\\ModulExternalOrder\\Components\\ExternalOrderHelper'];
  3331.         }
  3332.         $q = ($this->services['country.repository'] ?? $this->getCountry_RepositoryService());
  3333.         if (isset($this->services['Cbax\\ModulExternalOrder\\Components\\ExternalOrderHelper'])) {
  3334.             return $this->services['Cbax\\ModulExternalOrder\\Components\\ExternalOrderHelper'];
  3335.         }
  3336.         $r = ($this->services['salutation.repository'] ?? $this->getSalutation_RepositoryService());
  3337.         if (isset($this->services['Cbax\\ModulExternalOrder\\Components\\ExternalOrderHelper'])) {
  3338.             return $this->services['Cbax\\ModulExternalOrder\\Components\\ExternalOrderHelper'];
  3339.         }
  3340.         $s = ($this->services['language.repository'] ?? $this->getLanguage_RepositoryService());
  3341.         if (isset($this->services['Cbax\\ModulExternalOrder\\Components\\ExternalOrderHelper'])) {
  3342.             return $this->services['Cbax\\ModulExternalOrder\\Components\\ExternalOrderHelper'];
  3343.         }
  3344.         $t = ($this->services['user.repository'] ?? $this->getUser_RepositoryService());
  3345.         if (isset($this->services['Cbax\\ModulExternalOrder\\Components\\ExternalOrderHelper'])) {
  3346.             return $this->services['Cbax\\ModulExternalOrder\\Components\\ExternalOrderHelper'];
  3347.         }
  3348.         $u = ($this->services['translator'] ?? $this->getTranslatorService());
  3349.         if (isset($this->services['Cbax\\ModulExternalOrder\\Components\\ExternalOrderHelper'])) {
  3350.             return $this->services['Cbax\\ModulExternalOrder\\Components\\ExternalOrderHelper'];
  3351.         }
  3352.         $v = ($this->privates['Shopware\\Core\\Content\\Mail\\Service\\MailService'] ?? $this->getMailServiceService());
  3353.         if (isset($this->services['Cbax\\ModulExternalOrder\\Components\\ExternalOrderHelper'])) {
  3354.             return $this->services['Cbax\\ModulExternalOrder\\Components\\ExternalOrderHelper'];
  3355.         }
  3356.         $w = ($this->services['mail_template_type.repository'] ?? $this->getMailTemplateType_RepositoryService());
  3357.         if (isset($this->services['Cbax\\ModulExternalOrder\\Components\\ExternalOrderHelper'])) {
  3358.             return $this->services['Cbax\\ModulExternalOrder\\Components\\ExternalOrderHelper'];
  3359.         }
  3360.         $x = ($this->services['mail_template.repository'] ?? $this->getMailTemplate_RepositoryService());
  3361.         if (isset($this->services['Cbax\\ModulExternalOrder\\Components\\ExternalOrderHelper'])) {
  3362.             return $this->services['Cbax\\ModulExternalOrder\\Components\\ExternalOrderHelper'];
  3363.         }
  3364.         return $this->services['Cbax\\ModulExternalOrder\\Components\\ExternalOrderHelper'] = new \Cbax\ModulExternalOrder\Components\ExternalOrderHelper(($this->services['logger'] ?? $this->getLoggerService()), $a$b$c$d$e$f$g$h$i$j$k$l$m$n$o$p$q$r$s$t$u, new \Cbax\ModulExternalOrder\Components\Mailer($v$w$x), $this->parameters['kernel.plugin_infos']);
  3365.     }
  3366.     /**
  3367.      * Gets the public 'Cbax\ModulExternalOrder\Controller\ApiController' shared service.
  3368.      *
  3369.      * @return \Cbax\ModulExternalOrder\Controller\ApiController
  3370.      */
  3371.     protected function getApiControllerService()
  3372.     {
  3373.         include_once \dirname(__DIR__4).'/custom/plugins/CbaxModulExternalOrder/src/Controller/ApiController.php';
  3374.         $this->services['Cbax\\ModulExternalOrder\\Controller\\ApiController'] = $instance = new \Cbax\ModulExternalOrder\Controller\ApiController(($this->services['Cbax\\ModulExternalOrder\\Components\\ConfigReaderHelper'] ?? $this->getConfigReaderHelper2Service()), ($this->services['Cbax\\ModulExternalOrder\\Components\\ExternalOrderDb'] ?? $this->getExternalOrderDbService()), ($this->services['Cbax\\ModulExternalOrder\\Components\\ExternalOrderHelper'] ?? $this->getExternalOrderHelperService()), ($this->services['Cbax\\ModulExternalOrder\\Components\\CbaxScheduledTasks'] ?? $this->getCbaxScheduledTasksService()));
  3375.         $instance->setContainer($this);
  3376.         return $instance;
  3377.     }
  3378.     /**
  3379.      * Gets the public 'Cbax\ModulExternalOrder\Controller\BackendController' shared service.
  3380.      *
  3381.      * @return \Cbax\ModulExternalOrder\Controller\BackendController
  3382.      */
  3383.     protected function getBackendController2Service()
  3384.     {
  3385.         include_once \dirname(__DIR__4).'/custom/plugins/CbaxModulExternalOrder/src/Controller/BackendController.php';
  3386.         $this->services['Cbax\\ModulExternalOrder\\Controller\\BackendController'] = $instance = new \Cbax\ModulExternalOrder\Controller\BackendController(($this->services['Cbax\\ModulExternalOrder\\Components\\ExternalOrderDb'] ?? $this->getExternalOrderDbService()), ($this->services['Cbax\\ModulExternalOrder\\Components\\ExternalOrderHelper'] ?? $this->getExternalOrderHelperService()), $this, ($this->privates['Shopware\\Core\\Framework\\Validation\\DataValidator'] ?? $this->getDataValidatorService()), ($this->services['event_dispatcher'] ?? $this->getEventDispatcherService()));
  3387.         $instance->setContainer($this);
  3388.         return $instance;
  3389.     }
  3390.     /**
  3391.      * Gets the public 'Cbax\ModulExternalOrder\Core\Content\ExternalOrder\BillingAddressDefinition' shared service.
  3392.      *
  3393.      * @return \Cbax\ModulExternalOrder\Core\Content\ExternalOrder\BillingAddressDefinition
  3394.      */
  3395.     protected function getBillingAddressDefinitionService()
  3396.     {
  3397.         include_once \dirname(__DIR__4).'/custom/plugins/CbaxModulExternalOrder/src/Core/Content/ExternalOrder/BillingAddressDefinition.php';
  3398.         $this->services['Cbax\\ModulExternalOrder\\Core\\Content\\ExternalOrder\\BillingAddressDefinition'] = $instance = new \Cbax\ModulExternalOrder\Core\Content\ExternalOrder\BillingAddressDefinition();
  3399.         $instance->compile(($this->services['Shopware\\Core\\Framework\\DataAbstractionLayer\\DefinitionInstanceRegistry'] ?? $this->getDefinitionInstanceRegistryService()));
  3400.         return $instance;
  3401.     }
  3402.     /**
  3403.      * Gets the public 'Cbax\ModulExternalOrder\Core\Content\ExternalOrder\CarrierDefinition' shared service.
  3404.      *
  3405.      * @return \Cbax\ModulExternalOrder\Core\Content\ExternalOrder\CarrierDefinition
  3406.      */
  3407.     protected function getCarrierDefinitionService()
  3408.     {
  3409.         include_once \dirname(__DIR__4).'/custom/plugins/CbaxModulExternalOrder/src/Core/Content/ExternalOrder/CarrierDefinition.php';
  3410.         $this->services['Cbax\\ModulExternalOrder\\Core\\Content\\ExternalOrder\\CarrierDefinition'] = $instance = new \Cbax\ModulExternalOrder\Core\Content\ExternalOrder\CarrierDefinition();
  3411.         $instance->compile(($this->services['Shopware\\Core\\Framework\\DataAbstractionLayer\\DefinitionInstanceRegistry'] ?? $this->getDefinitionInstanceRegistryService()));
  3412.         return $instance;
  3413.     }
  3414.     /**
  3415.      * Gets the public 'Cbax\ModulExternalOrder\Core\Content\ExternalOrder\CarrierRuleDefinition' shared service.
  3416.      *
  3417.      * @return \Cbax\ModulExternalOrder\Core\Content\ExternalOrder\CarrierRuleDefinition
  3418.      */
  3419.     protected function getCarrierRuleDefinitionService()
  3420.     {
  3421.         include_once \dirname(__DIR__4).'/custom/plugins/CbaxModulExternalOrder/src/Core/Content/ExternalOrder/CarrierRuleDefinition.php';
  3422.         $this->services['Cbax\\ModulExternalOrder\\Core\\Content\\ExternalOrder\\CarrierRuleDefinition'] = $instance = new \Cbax\ModulExternalOrder\Core\Content\ExternalOrder\CarrierRuleDefinition();
  3423.         $instance->compile(($this->services['Shopware\\Core\\Framework\\DataAbstractionLayer\\DefinitionInstanceRegistry'] ?? $this->getDefinitionInstanceRegistryService()));
  3424.         return $instance;
  3425.     }
  3426.     /**
  3427.      * Gets the public 'Cbax\ModulExternalOrder\Core\Content\ExternalOrder\ExternalOrderDefinition' shared service.
  3428.      *
  3429.      * @return \Cbax\ModulExternalOrder\Core\Content\ExternalOrder\ExternalOrderDefinition
  3430.      */
  3431.     protected function getExternalOrderDefinitionService()
  3432.     {
  3433.         include_once \dirname(__DIR__4).'/custom/plugins/CbaxModulExternalOrder/src/Core/Content/ExternalOrder/ExternalOrderDefinition.php';
  3434.         $this->services['Cbax\\ModulExternalOrder\\Core\\Content\\ExternalOrder\\ExternalOrderDefinition'] = $instance = new \Cbax\ModulExternalOrder\Core\Content\ExternalOrder\ExternalOrderDefinition();
  3435.         $instance->compile(($this->services['Shopware\\Core\\Framework\\DataAbstractionLayer\\DefinitionInstanceRegistry'] ?? $this->getDefinitionInstanceRegistryService()));
  3436.         return $instance;
  3437.     }
  3438.     /**
  3439.      * Gets the public 'Cbax\ModulExternalOrder\Core\Content\ExternalOrder\ExternalOrderLineItemDefinition' shared service.
  3440.      *
  3441.      * @return \Cbax\ModulExternalOrder\Core\Content\ExternalOrder\ExternalOrderLineItemDefinition
  3442.      */
  3443.     protected function getExternalOrderLineItemDefinitionService()
  3444.     {
  3445.         include_once \dirname(__DIR__4).'/custom/plugins/CbaxModulExternalOrder/src/Core/Content/ExternalOrder/ExternalOrderLineItemDefinition.php';
  3446.         $this->services['Cbax\\ModulExternalOrder\\Core\\Content\\ExternalOrder\\ExternalOrderLineItemDefinition'] = $instance = new \Cbax\ModulExternalOrder\Core\Content\ExternalOrder\ExternalOrderLineItemDefinition();
  3447.         $instance->compile(($this->services['Shopware\\Core\\Framework\\DataAbstractionLayer\\DefinitionInstanceRegistry'] ?? $this->getDefinitionInstanceRegistryService()));
  3448.         return $instance;
  3449.     }
  3450.     /**
  3451.      * Gets the public 'Cbax\ModulExternalOrder\Core\Content\ExternalOrder\LogDefinition' shared service.
  3452.      *
  3453.      * @return \Cbax\ModulExternalOrder\Core\Content\ExternalOrder\LogDefinition
  3454.      */
  3455.     protected function getLogDefinitionService()
  3456.     {
  3457.         include_once \dirname(__DIR__4).'/custom/plugins/CbaxModulExternalOrder/src/Core/Content/ExternalOrder/LogDefinition.php';
  3458.         $this->services['Cbax\\ModulExternalOrder\\Core\\Content\\ExternalOrder\\LogDefinition'] = $instance = new \Cbax\ModulExternalOrder\Core\Content\ExternalOrder\LogDefinition();
  3459.         $instance->compile(($this->services['Shopware\\Core\\Framework\\DataAbstractionLayer\\DefinitionInstanceRegistry'] ?? $this->getDefinitionInstanceRegistryService()));
  3460.         return $instance;
  3461.     }
  3462.     /**
  3463.      * Gets the public 'Cbax\ModulExternalOrder\Core\Content\ExternalOrder\Marketplace\MarketplaceSettingsDefinition' shared service.
  3464.      *
  3465.      * @return \Cbax\ModulExternalOrder\Core\Content\ExternalOrder\Marketplace\MarketplaceSettingsDefinition
  3466.      */
  3467.     protected function getMarketplaceSettingsDefinitionService()
  3468.     {
  3469.         include_once \dirname(__DIR__4).'/custom/plugins/CbaxModulExternalOrder/src/Core/Content/ExternalOrder/Marketplace/MarketplaceSettingsDefinition.php';
  3470.         $this->services['Cbax\\ModulExternalOrder\\Core\\Content\\ExternalOrder\\Marketplace\\MarketplaceSettingsDefinition'] = $instance = new \Cbax\ModulExternalOrder\Core\Content\ExternalOrder\Marketplace\MarketplaceSettingsDefinition();
  3471.         $instance->compile(($this->services['Shopware\\Core\\Framework\\DataAbstractionLayer\\DefinitionInstanceRegistry'] ?? $this->getDefinitionInstanceRegistryService()));
  3472.         return $instance;
  3473.     }
  3474.     /**
  3475.      * Gets the public 'Cbax\ModulExternalOrder\Core\Content\ExternalOrder\ShippingAddressDefinition' shared service.
  3476.      *
  3477.      * @return \Cbax\ModulExternalOrder\Core\Content\ExternalOrder\ShippingAddressDefinition
  3478.      */
  3479.     protected function getShippingAddressDefinitionService()
  3480.     {
  3481.         include_once \dirname(__DIR__4).'/custom/plugins/CbaxModulExternalOrder/src/Core/Content/ExternalOrder/ShippingAddressDefinition.php';
  3482.         $this->services['Cbax\\ModulExternalOrder\\Core\\Content\\ExternalOrder\\ShippingAddressDefinition'] = $instance = new \Cbax\ModulExternalOrder\Core\Content\ExternalOrder\ShippingAddressDefinition();
  3483.         $instance->compile(($this->services['Shopware\\Core\\Framework\\DataAbstractionLayer\\DefinitionInstanceRegistry'] ?? $this->getDefinitionInstanceRegistryService()));
  3484.         return $instance;
  3485.     }
  3486.     /**
  3487.      * Gets the public 'Cbax\ModulManufacturers\CbaxModulManufacturers' shared autowired service.
  3488.      *
  3489.      * @return \Cbax\ModulManufacturers\CbaxModulManufacturers
  3490.      */
  3491.     protected function getCbaxModulManufacturersService()
  3492.     {
  3493.         include_once \dirname(__DIR__4).'/vendor/symfony/dependency-injection/ContainerAwareInterface.php';
  3494.         include_once \dirname(__DIR__4).'/vendor/symfony/http-kernel/Bundle/BundleInterface.php';
  3495.         include_once \dirname(__DIR__4).'/vendor/symfony/dependency-injection/ContainerAwareTrait.php';
  3496.         include_once \dirname(__DIR__4).'/vendor/symfony/http-kernel/Bundle/Bundle.php';
  3497.         include_once \dirname(__DIR__4).'/vendor/shopware/core/Framework/Bundle.php';
  3498.         include_once \dirname(__DIR__4).'/vendor/shopware/core/Framework/Plugin.php';
  3499.         include_once \dirname(__DIR__4).'/vendor/store.shopware.com/cbaxmodulmanufacturers/src/CbaxModulManufacturers.php';
  3500.         return $this->services['Cbax\\ModulManufacturers\\CbaxModulManufacturers'] = ($this->services['Shopware\\Core\\Framework\\Plugin\\KernelPluginLoader\\KernelPluginLoader'] ?? $this->getKernelPluginLoaderService())->getPluginInstance('Cbax\\ModulManufacturers\\CbaxModulManufacturers');
  3501.     }
  3502.     /**
  3503.      * Gets the public 'Cbax\ModulManufacturers\Controller\BackendController' shared service.
  3504.      *
  3505.      * @return \Cbax\ModulManufacturers\Controller\BackendController
  3506.      */
  3507.     protected function getBackendController3Service()
  3508.     {
  3509.         include_once \dirname(__DIR__4).'/vendor/store.shopware.com/cbaxmodulmanufacturers/src/Controller/BackendController.php';
  3510.         $this->services['Cbax\\ModulManufacturers\\Controller\\BackendController'] = $instance = new \Cbax\ModulManufacturers\Controller\BackendController(($this->privates['Cbax\\ModulManufacturers\\Components\\ManufacturerSeo'] ?? $this->getManufacturerSeoService()), ($this->privates['Cbax\\ModulManufacturers\\Components\\ManufacturersHelper'] ?? $this->getManufacturersHelperService()));
  3511.         $instance->setContainer($this);
  3512.         return $instance;
  3513.     }
  3514.     /**
  3515.      * Gets the public 'Cbax\ModulManufacturers\Controller\FrontendController' shared service.
  3516.      *
  3517.      * @return \Cbax\ModulManufacturers\Controller\FrontendController
  3518.      */
  3519.     protected function getFrontendControllerService()
  3520.     {
  3521.         include_once \dirname(__DIR__4).'/vendor/store.shopware.com/cbaxmodulmanufacturers/src/Controller/FrontendController.php';
  3522.         $this->services['Cbax\\ModulManufacturers\\Controller\\FrontendController'] = $instance = new \Cbax\ModulManufacturers\Controller\FrontendController(($this->privates['Cbax\\ModulManufacturers\\Components\\ManufacturersHelper'] ?? $this->getManufacturersHelperService()), ($this->privates['Cbax\\ModulManufacturers\\Components\\ManufacturerSeo'] ?? $this->getManufacturerSeoService()), ($this->services['product_manufacturer.repository'] ?? $this->getProductManufacturer_RepositoryService()), ($this->privates['Shopware\\Storefront\\Page\\GenericPageLoader'] ?? $this->getGenericPageLoaderService()), ($this->services['media.repository'] ?? $this->getMedia_RepositoryService()), ($this->services['Shopware\\Core\\System\\SystemConfig\\SystemConfigService'] ?? $this->getSystemConfigServiceService()), ($this->services['MoorlFoundation\\Core\\Content\\Product\\SalesChannel\\Listing\\FoundationProductListingRoute'] ?? $this->getFoundationProductListingRouteService()), ($this->services['Shopware\\Core\\Content\\Product\\Aggregate\\ProductManufacturer\\ProductManufacturerDefinition'] ?? $this->getProductManufacturerDefinitionService()));
  3523.         $instance->setContainer($this);
  3524.         return $instance;
  3525.     }
  3526.     /**
  3527.      * Gets the public 'Cbax\ModulManufacturers\Core\Content\Cms\ManufacturerSliderCmsElementResolver' shared service.
  3528.      *
  3529.      * @return \Cbax\ModulManufacturers\Core\Content\Cms\ManufacturerSliderCmsElementResolver
  3530.      */
  3531.     protected function getManufacturerSliderCmsElementResolverService()
  3532.     {
  3533.         include_once \dirname(__DIR__4).'/vendor/shopware/core/Content/Cms/DataResolver/Element/CmsElementResolverInterface.php';
  3534.         include_once \dirname(__DIR__4).'/vendor/shopware/core/Content/Cms/DataResolver/Element/AbstractCmsElementResolver.php';
  3535.         include_once \dirname(__DIR__4).'/vendor/store.shopware.com/cbaxmodulmanufacturers/src/Core/Content/Cms/ManufacturerSliderCmsElementResolver.php';
  3536.         $a = ($this->services['Shopware\\Core\\System\\SystemConfig\\SystemConfigService'] ?? $this->getSystemConfigServiceService());
  3537.         if (isset($this->services['Cbax\\ModulManufacturers\\Core\\Content\\Cms\\ManufacturerSliderCmsElementResolver'])) {
  3538.             return $this->services['Cbax\\ModulManufacturers\\Core\\Content\\Cms\\ManufacturerSliderCmsElementResolver'];
  3539.         }
  3540.         $b = ($this->services['sales_channel.product.repository'] ?? $this->getSalesChannel_Product_RepositoryService());
  3541.         if (isset($this->services['Cbax\\ModulManufacturers\\Core\\Content\\Cms\\ManufacturerSliderCmsElementResolver'])) {
  3542.             return $this->services['Cbax\\ModulManufacturers\\Core\\Content\\Cms\\ManufacturerSliderCmsElementResolver'];
  3543.         }
  3544.         $c = ($this->services['product_manufacturer.repository'] ?? $this->getProductManufacturer_RepositoryService());
  3545.         if (isset($this->services['Cbax\\ModulManufacturers\\Core\\Content\\Cms\\ManufacturerSliderCmsElementResolver'])) {
  3546.             return $this->services['Cbax\\ModulManufacturers\\Core\\Content\\Cms\\ManufacturerSliderCmsElementResolver'];
  3547.         }
  3548.         return $this->services['Cbax\\ModulManufacturers\\Core\\Content\\Cms\\ManufacturerSliderCmsElementResolver'] = new \Cbax\ModulManufacturers\Core\Content\Cms\ManufacturerSliderCmsElementResolver(($this->services['request_stack'] ?? ($this->services['request_stack'] = new \Symfony\Component\HttpFoundation\RequestStack())), $a$b$c);
  3549.     }
  3550.     /**
  3551.      * Gets the public 'Cbax\ModulManufacturers\Core\Content\Product\SalesChannel\Listing\ManufacturerProductListingRouteDecorator' shared service.
  3552.      *
  3553.      * @return \Cbax\ModulManufacturers\Core\Content\Product\SalesChannel\Listing\ManufacturerProductListingRouteDecorator
  3554.      */
  3555.     protected function getManufacturerProductListingRouteDecoratorService()
  3556.     {
  3557.         include_once \dirname(__DIR__4).'/vendor/shopware/core/Content/Product/SalesChannel/Listing/AbstractProductListingRoute.php';
  3558.         include_once \dirname(__DIR__4).'/vendor/store.shopware.com/cbaxmodulmanufacturers/src/Core/Content/Product/SalesChannel/Listing/ManufacturerProductListingRouteDecorator.php';
  3559.         $a = ($this->services['Shopware\\Core\\Content\\Product\\SalesChannel\\Listing\\CachedProductListingRoute'] ?? $this->getCachedProductListingRouteService());
  3560.         if (isset($this->services['Cbax\\ModulManufacturers\\Core\\Content\\Product\\SalesChannel\\Listing\\ManufacturerProductListingRouteDecorator'])) {
  3561.             return $this->services['Cbax\\ModulManufacturers\\Core\\Content\\Product\\SalesChannel\\Listing\\ManufacturerProductListingRouteDecorator'];
  3562.         }
  3563.         $b = ($this->privates['Shopware\\Core\\Content\\Product\\SalesChannel\\Listing\\ProductListingLoader'] ?? $this->getProductListingLoaderService());
  3564.         if (isset($this->services['Cbax\\ModulManufacturers\\Core\\Content\\Product\\SalesChannel\\Listing\\ManufacturerProductListingRouteDecorator'])) {
  3565.             return $this->services['Cbax\\ModulManufacturers\\Core\\Content\\Product\\SalesChannel\\Listing\\ManufacturerProductListingRouteDecorator'];
  3566.         }
  3567.         $c = ($this->services['event_dispatcher'] ?? $this->getEventDispatcherService());
  3568.         if (isset($this->services['Cbax\\ModulManufacturers\\Core\\Content\\Product\\SalesChannel\\Listing\\ManufacturerProductListingRouteDecorator'])) {
  3569.             return $this->services['Cbax\\ModulManufacturers\\Core\\Content\\Product\\SalesChannel\\Listing\\ManufacturerProductListingRouteDecorator'];
  3570.         }
  3571.         return $this->services['Cbax\\ModulManufacturers\\Core\\Content\\Product\\SalesChannel\\Listing\\ManufacturerProductListingRouteDecorator'] = new \Cbax\ModulManufacturers\Core\Content\Product\SalesChannel\Listing\ManufacturerProductListingRouteDecorator($a$b$c);
  3572.     }
  3573.     /**
  3574.      * Gets the public 'Cbax\ModulOrderImportGalaxus\CbaxModulOrderImportGalaxus' shared autowired service.
  3575.      *
  3576.      * @return \Cbax\ModulOrderImportGalaxus\CbaxModulOrderImportGalaxus
  3577.      */
  3578.     protected function getCbaxModulOrderImportGalaxusService()
  3579.     {
  3580.         include_once \dirname(__DIR__4).'/vendor/symfony/dependency-injection/ContainerAwareInterface.php';
  3581.         include_once \dirname(__DIR__4).'/vendor/symfony/http-kernel/Bundle/BundleInterface.php';
  3582.         include_once \dirname(__DIR__4).'/vendor/symfony/dependency-injection/ContainerAwareTrait.php';
  3583.         include_once \dirname(__DIR__4).'/vendor/symfony/http-kernel/Bundle/Bundle.php';
  3584.         include_once \dirname(__DIR__4).'/vendor/shopware/core/Framework/Bundle.php';
  3585.         include_once \dirname(__DIR__4).'/vendor/shopware/core/Framework/Plugin.php';
  3586.         include_once \dirname(__DIR__4).'/custom/plugins/CbaxModulOrderImportGalaxus/src/CbaxModulOrderImportGalaxus.php';
  3587.         return $this->services['Cbax\\ModulOrderImportGalaxus\\CbaxModulOrderImportGalaxus'] = ($this->services['Shopware\\Core\\Framework\\Plugin\\KernelPluginLoader\\KernelPluginLoader'] ?? $this->getKernelPluginLoaderService())->getPluginInstance('Cbax\\ModulOrderImportGalaxus\\CbaxModulOrderImportGalaxus');
  3588.     }
  3589.     /**
  3590.      * Gets the public 'Cbax\ModulOrderImportGalaxus\Components\Connector' shared service.
  3591.      *
  3592.      * @return \Cbax\ModulOrderImportGalaxus\Components\Connector
  3593.      */
  3594.     protected function getConnectorService()
  3595.     {
  3596.         include_once \dirname(__DIR__4).'/custom/plugins/CbaxModulOrderImportGalaxus/src/Components/Connector.php';
  3597.         include_once \dirname(__DIR__4).'/custom/plugins/CbaxModulOrderImportGalaxus/src/Components/OrderConverter.php';
  3598.         $a = ($this->privates['Cbax\\ModulOrderImportGalaxus\\Components\\Base'] ?? $this->getBaseService());
  3599.         if (isset($this->services['Cbax\\ModulOrderImportGalaxus\\Components\\Connector'])) {
  3600.             return $this->services['Cbax\\ModulOrderImportGalaxus\\Components\\Connector'];
  3601.         }
  3602.         $b = ($this->privates['Cbax\\ModulOrderImportGalaxus\\Components\\Client'] ?? $this->getClient2Service());
  3603.         if (isset($this->services['Cbax\\ModulOrderImportGalaxus\\Components\\Connector'])) {
  3604.             return $this->services['Cbax\\ModulOrderImportGalaxus\\Components\\Connector'];
  3605.         }
  3606.         $c = ($this->services['Cbax\\ModulExternalOrder\\Components\\ExternalOrderHelper'] ?? $this->getExternalOrderHelperService());
  3607.         if (isset($this->services['Cbax\\ModulOrderImportGalaxus\\Components\\Connector'])) {
  3608.             return $this->services['Cbax\\ModulOrderImportGalaxus\\Components\\Connector'];
  3609.         }
  3610.         $d = ($this->services['event_dispatcher'] ?? $this->getEventDispatcherService());
  3611.         if (isset($this->services['Cbax\\ModulOrderImportGalaxus\\Components\\Connector'])) {
  3612.             return $this->services['Cbax\\ModulOrderImportGalaxus\\Components\\Connector'];
  3613.         }
  3614.         $e = ($this->services['Cbax\\ModulExternalOrder\\Components\\ExternalOrderDb'] ?? $this->getExternalOrderDbService());
  3615.         if (isset($this->services['Cbax\\ModulOrderImportGalaxus\\Components\\Connector'])) {
  3616.             return $this->services['Cbax\\ModulOrderImportGalaxus\\Components\\Connector'];
  3617.         }
  3618.         return $this->services['Cbax\\ModulOrderImportGalaxus\\Components\\Connector'] = new \Cbax\ModulOrderImportGalaxus\Components\Connector($a$b, new \Cbax\ModulOrderImportGalaxus\Components\OrderConverter($a$c), $d$c$e);
  3619.     }
  3620.     /**
  3621.      * Gets the public 'Cbax\ModulOrderImportGalaxus\Controller\ApiController' shared service.
  3622.      *
  3623.      * @return \Cbax\ModulOrderImportGalaxus\Controller\ApiController
  3624.      */
  3625.     protected function getApiController2Service()
  3626.     {
  3627.         include_once \dirname(__DIR__4).'/custom/plugins/CbaxModulOrderImportGalaxus/src/Controller/ApiController.php';
  3628.         $this->services['Cbax\\ModulOrderImportGalaxus\\Controller\\ApiController'] = $instance = new \Cbax\ModulOrderImportGalaxus\Controller\ApiController(($this->services['Cbax\\ModulOrderImportGalaxus\\Components\\Connector'] ?? $this->getConnectorService()), ($this->services['Cbax\\ModulExternalOrder\\Components\\ConfigReaderHelper'] ?? $this->getConfigReaderHelper2Service()), ($this->services['Cbax\\ModulExternalOrder\\Components\\ExternalOrderHelper'] ?? $this->getExternalOrderHelperService()));
  3629.         $instance->setContainer($this);
  3630.         return $instance;
  3631.     }
  3632.     /**
  3633.      * Gets the public 'Cbax\ModulOrderImportGalaxus\Controller\BackendController' shared service.
  3634.      *
  3635.      * @return \Cbax\ModulOrderImportGalaxus\Controller\BackendController
  3636.      */
  3637.     protected function getBackendController4Service()
  3638.     {
  3639.         include_once \dirname(__DIR__4).'/custom/plugins/CbaxModulOrderImportGalaxus/src/Controller/BackendController.php';
  3640.         $this->services['Cbax\\ModulOrderImportGalaxus\\Controller\\BackendController'] = $instance = new \Cbax\ModulOrderImportGalaxus\Controller\BackendController(($this->services['Cbax\\ModulOrderImportGalaxus\\Components\\Connector'] ?? $this->getConnectorService()), ($this->services['Cbax\\ModulExternalOrder\\Components\\ExternalOrderHelper'] ?? $this->getExternalOrderHelperService()), ($this->privates['Shopware\\Core\\Framework\\Validation\\DataValidator'] ?? $this->getDataValidatorService()));
  3641.         $instance->setContainer($this);
  3642.         return $instance;
  3643.     }
  3644.     /**
  3645.      * Gets the public 'Doctrine\DBAL\Connection' shared service.
  3646.      *
  3647.      * @return \Doctrine\DBAL\Connection
  3648.      */
  3649.     protected function getConnectionService()
  3650.     {
  3651.         return $this->services['Doctrine\\DBAL\\Connection'] = \Shopware\Core\Kernel::getConnection();
  3652.     }
  3653.     /**
  3654.      * Gets the public 'DreiscSeoPro\Administration\Controller\DreiscSeoBulkController' shared service.
  3655.      *
  3656.      * @return \DreiscSeoPro\Administration\Controller\DreiscSeoBulkController
  3657.      */
  3658.     protected function getDreiscSeoBulkControllerService()
  3659.     {
  3660.         include_once \dirname(__DIR__4).'/vendor/store.shopware.com/dreiscseopro/src/Administration/Controller/DreiscSeoBulkController.php';
  3661.         $this->services['DreiscSeoPro\\Administration\\Controller\\DreiscSeoBulkController'] = $instance = new \DreiscSeoPro\Administration\Controller\DreiscSeoBulkController(($this->services['DreiscSeoPro\\Core\\Content\\DreiscSeoBulk\\DreiscSeoBulkRepository'] ?? $this->getDreiscSeoBulkRepositoryService()), ($this->services['DreiscSeoPro\\Core\\Content\\DreiscSeoBulk\\Aggregate\\DreiscSeoBulkTemplate\\DreiscSeoBulkTemplateRepository'] ?? $this->getDreiscSeoBulkTemplateRepositoryService()), ($this->services['DreiscSeoPro\\Core\\BulkGenerator\\CategoryTemplateGenerator'] ?? $this->getCategoryTemplateGeneratorService()), ($this->services['DreiscSeoPro\\Core\\BulkGenerator\\ProductTemplateGenerator'] ?? $this->getProductTemplateGeneratorService()), ($this->services['DreiscSeoPro\\Core\\Foundation\\Dal\\Iterator\\IteratorFactory'] ?? $this->getIteratorFactoryService()), ($this->services['DreiscSeoPro\\Core\\BulkGenerator\\CategoryGenerator'] ?? $this->getCategoryGeneratorService()), ($this->services['DreiscSeoPro\\Core\\BulkGenerator\\ProductGenerator'] ?? $this->getProductGeneratorService()));
  3662.         $instance->setContainer($this);
  3663.         return $instance;
  3664.     }
  3665.     /**
  3666.      * Gets the public 'DreiscSeoPro\Administration\Controller\DreiscSeoCustomConfigController' shared service.
  3667.      *
  3668.      * @return \DreiscSeoPro\Administration\Controller\DreiscSeoCustomConfigController
  3669.      */
  3670.     protected function getDreiscSeoCustomConfigControllerService()
  3671.     {
  3672.         include_once \dirname(__DIR__4).'/vendor/store.shopware.com/dreiscseopro/src/Administration/Controller/DreiscSeoCustomConfigController.php';
  3673.         $this->services['DreiscSeoPro\\Administration\\Controller\\DreiscSeoCustomConfigController'] = $instance = new \DreiscSeoPro\Administration\Controller\DreiscSeoCustomConfigController(($this->services['DreiscSeoPro\\Core\\CustomSetting\\CustomSettingLoader'] ?? $this->getCustomSettingLoaderService()), ($this->services['DreiscSeoPro\\Core\\CustomSetting\\CustomSettingSaver'] ?? $this->getCustomSettingSaverService()), ($this->services['DreiscSeoPro\\Core\\Content\\SalesChannel\\SalesChannelRepository'] ?? $this->getSalesChannelRepositoryService()));
  3674.         $instance->setContainer($this);
  3675.         return $instance;
  3676.     }
  3677.     /**
  3678.      * Gets the public 'DreiscSeoPro\Administration\Controller\DreiscSeoRedirectController' shared service.
  3679.      *
  3680.      * @return \DreiscSeoPro\Administration\Controller\DreiscSeoRedirectController
  3681.      */
  3682.     protected function getDreiscSeoRedirectControllerService()
  3683.     {
  3684.         include_once \dirname(__DIR__4).'/vendor/store.shopware.com/dreiscseopro/src/Administration/Controller/DreiscSeoRedirectController.php';
  3685.         $this->services['DreiscSeoPro\\Administration\\Controller\\DreiscSeoRedirectController'] = $instance = new \DreiscSeoPro\Administration\Controller\DreiscSeoRedirectController(($this->services['Doctrine\\DBAL\\Connection'] ?? $this->getConnectionService()), ($this->services['Shopware\\Core\\Framework\\DataAbstractionLayer\\Cache\\EntityCacheKeyGenerator'] ?? ($this->services['Shopware\\Core\\Framework\\DataAbstractionLayer\\Cache\\EntityCacheKeyGenerator'] = new \Shopware\Core\Framework\DataAbstractionLayer\Cache\EntityCacheKeyGenerator())), ($this->privates['Shopware\\Core\\Framework\\Adapter\\Cache\\CacheClearer'] ?? $this->getCacheClearer2Service()), ($this->privates['Shopware\\Core\\Framework\\Validation\\DataValidator'] ?? $this->getDataValidatorService()), ($this->services['DreiscSeoPro\\Core\\Content\\DreiscSeoRedirect\\Aggregate\\DreiscSeoRedirectImportExportFile\\DreiscSeoRedirectImportExportFileService'] ?? $this->getDreiscSeoRedirectImportExportFileServiceService()), ($this->services['shopware.filesystem.private'] ?? $this->getShopware_Filesystem_PrivateService()), ($this->services['import_export_file.repository'] ?? $this->getImportExportFile_RepositoryService()), ($this->services['DreiscSeoPro\\Core\\Content\\DreiscSeoRedirect\\Aggregate\\DreiscSeoRedirectImportExportLog\\DreiscSeoRedirectImportExportLogRepository'] ?? $this->getDreiscSeoRedirectImportExportLogRepositoryService()), ($this->services['DreiscSeoPro\\Core\\Content\\DreiscSeoRedirect\\DreiscSeoRedirectRepository'] ?? $this->getDreiscSeoRedirectRepositoryService()));
  3686.         $instance->setContainer($this);
  3687.         return $instance;
  3688.     }
  3689.     /**
  3690.      * Gets the public 'DreiscSeoPro\Command\BulkGenerator\CategoryCommand' shared service.
  3691.      *
  3692.      * @return \DreiscSeoPro\Command\BulkGenerator\CategoryCommand
  3693.      */
  3694.     protected function getCategoryCommandService()
  3695.     {
  3696.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/Command.php';
  3697.         include_once \dirname(__DIR__4).'/vendor/store.shopware.com/dreiscseopro/src/Core/Foundation/Command/ProgressCommand/AbstractBaseProgressCommand.php';
  3698.         include_once \dirname(__DIR__4).'/vendor/store.shopware.com/dreiscseopro/src/Core/Foundation/Command/AbstractIteratorProgressCommand.php';
  3699.         include_once \dirname(__DIR__4).'/vendor/store.shopware.com/dreiscseopro/src/Command/BulkGenerator/CategoryCommand.php';
  3700.         return $this->services['DreiscSeoPro\\Command\\BulkGenerator\\CategoryCommand'] = new \DreiscSeoPro\Command\BulkGenerator\CategoryCommand(($this->services['Doctrine\\DBAL\\Connection'] ?? $this->getConnectionService()), ($this->services['Shopware\\Core\\Framework\\DataAbstractionLayer\\DefinitionInstanceRegistry'] ?? $this->getDefinitionInstanceRegistryService()), ($this->services['DreiscSeoPro\\Core\\BulkGenerator\\CategoryGenerator'] ?? $this->getCategoryGeneratorService()), ($this->services['DreiscSeoPro\\Core\\Foundation\\Dal\\Iterator\\IteratorFactory'] ?? $this->getIteratorFactoryService()));
  3701.     }
  3702.     /**
  3703.      * Gets the public 'DreiscSeoPro\Command\BulkGenerator\ProductCommand' shared service.
  3704.      *
  3705.      * @return \DreiscSeoPro\Command\BulkGenerator\ProductCommand
  3706.      */
  3707.     protected function getProductCommandService()
  3708.     {
  3709.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/Command.php';
  3710.         include_once \dirname(__DIR__4).'/vendor/store.shopware.com/dreiscseopro/src/Core/Foundation/Command/ProgressCommand/AbstractBaseProgressCommand.php';
  3711.         include_once \dirname(__DIR__4).'/vendor/store.shopware.com/dreiscseopro/src/Core/Foundation/Command/AbstractIteratorProgressCommand.php';
  3712.         include_once \dirname(__DIR__4).'/vendor/store.shopware.com/dreiscseopro/src/Command/BulkGenerator/ProductCommand.php';
  3713.         return $this->services['DreiscSeoPro\\Command\\BulkGenerator\\ProductCommand'] = new \DreiscSeoPro\Command\BulkGenerator\ProductCommand(($this->services['Doctrine\\DBAL\\Connection'] ?? $this->getConnectionService()), ($this->services['Shopware\\Core\\Framework\\DataAbstractionLayer\\DefinitionInstanceRegistry'] ?? $this->getDefinitionInstanceRegistryService()), ($this->services['DreiscSeoPro\\Core\\BulkGenerator\\ProductGenerator'] ?? $this->getProductGeneratorService()), ($this->services['DreiscSeoPro\\Core\\Foundation\\Dal\\Iterator\\IteratorFactory'] ?? $this->getIteratorFactoryService()));
  3714.     }
  3715.     /**
  3716.      * Gets the public 'DreiscSeoPro\Core\Breadcrumb\PlainBreadcrumbCalculator' shared service.
  3717.      *
  3718.      * @return \DreiscSeoPro\Core\Breadcrumb\PlainBreadcrumbCalculator
  3719.      */
  3720.     protected function getPlainBreadcrumbCalculatorService()
  3721.     {
  3722.         include_once \dirname(__DIR__4).'/vendor/store.shopware.com/dreiscseopro/src/Core/Breadcrumb/PlainBreadcrumbCalculator.php';
  3723.         return $this->services['DreiscSeoPro\\Core\\Breadcrumb\\PlainBreadcrumbCalculator'] = new \DreiscSeoPro\Core\Breadcrumb\PlainBreadcrumbCalculator(($this->privates['Shopware\\Core\\Content\\Category\\Service\\CategoryBreadcrumbBuilder'] ?? $this->getCategoryBreadcrumbBuilderService()));
  3724.     }
  3725.     /**
  3726.      * Gets the public 'DreiscSeoPro\Core\BulkGenerator\CategoryGenerator' shared service.
  3727.      *
  3728.      * @return \DreiscSeoPro\Core\BulkGenerator\CategoryGenerator
  3729.      */
  3730.     protected function getCategoryGeneratorService()
  3731.     {
  3732.         include_once \dirname(__DIR__4).'/vendor/store.shopware.com/dreiscseopro/src/Core/BulkGenerator/Generator/AbstractGenerator.php';
  3733.         include_once \dirname(__DIR__4).'/vendor/store.shopware.com/dreiscseopro/src/Core/BulkGenerator/CategoryGenerator.php';
  3734.         $a = ($this->services['DreiscSeoPro\\Core\\Content\\Language\\LanguageRepository'] ?? $this->getLanguageRepositoryService());
  3735.         if (isset($this->services['DreiscSeoPro\\Core\\BulkGenerator\\CategoryGenerator'])) {
  3736.             return $this->services['DreiscSeoPro\\Core\\BulkGenerator\\CategoryGenerator'];
  3737.         }
  3738.         $b = ($this->services['DreiscSeoPro\\Core\\Content\\SalesChannel\\SalesChannelRepository'] ?? $this->getSalesChannelRepositoryService());
  3739.         if (isset($this->services['DreiscSeoPro\\Core\\BulkGenerator\\CategoryGenerator'])) {
  3740.             return $this->services['DreiscSeoPro\\Core\\BulkGenerator\\CategoryGenerator'];
  3741.         }
  3742.         $c = ($this->services['DreiscSeoPro\\Core\\Content\\DreiscSeoBulk\\DreiscSeoBulkRepository'] ?? $this->getDreiscSeoBulkRepositoryService());
  3743.         if (isset($this->services['DreiscSeoPro\\Core\\BulkGenerator\\CategoryGenerator'])) {
  3744.             return $this->services['DreiscSeoPro\\Core\\BulkGenerator\\CategoryGenerator'];
  3745.         }
  3746.         $d = ($this->services['DreiscSeoPro\\Core\\BulkGenerator\\CategoryTemplateGenerator'] ?? $this->getCategoryTemplateGeneratorService());
  3747.         if (isset($this->services['DreiscSeoPro\\Core\\BulkGenerator\\CategoryGenerator'])) {
  3748.             return $this->services['DreiscSeoPro\\Core\\BulkGenerator\\CategoryGenerator'];
  3749.         }
  3750.         $e = ($this->services['DreiscSeoPro\\Core\\Seo\\SeoDataSaver'] ?? $this->getSeoDataSaverService());
  3751.         if (isset($this->services['DreiscSeoPro\\Core\\BulkGenerator\\CategoryGenerator'])) {
  3752.             return $this->services['DreiscSeoPro\\Core\\BulkGenerator\\CategoryGenerator'];
  3753.         }
  3754.         $f = ($this->services['DreiscSeoPro\\Core\\Dbl\\BulkUpdater\\BulkUpdater'] ?? $this->getBulkUpdaterService());
  3755.         if (isset($this->services['DreiscSeoPro\\Core\\BulkGenerator\\CategoryGenerator'])) {
  3756.             return $this->services['DreiscSeoPro\\Core\\BulkGenerator\\CategoryGenerator'];
  3757.         }
  3758.         return $this->services['DreiscSeoPro\\Core\\BulkGenerator\\CategoryGenerator'] = new \DreiscSeoPro\Core\BulkGenerator\CategoryGenerator($a$b$c$d$e$f, ($this->services['DreiscSeoPro\\Core\\Content\\Category\\CategoryRepository'] ?? $this->getCategoryRepositoryService()), ($this->services['DreiscSeoPro\\Core\\BulkGenerator\\TemplateGenerator\\TemplateGeneratorHelper'] ?? $this->getTemplateGeneratorHelperService()));
  3759.     }
  3760.     /**
  3761.      * Gets the public 'DreiscSeoPro\Core\BulkGenerator\CategoryTemplateGenerator' shared service.
  3762.      *
  3763.      * @return \DreiscSeoPro\Core\BulkGenerator\CategoryTemplateGenerator
  3764.      */
  3765.     protected function getCategoryTemplateGeneratorService()
  3766.     {
  3767.         include_once \dirname(__DIR__4).'/vendor/store.shopware.com/dreiscseopro/src/Core/BulkGenerator/TemplateGenerator/TemplateGeneratorInterface.php';
  3768.         include_once \dirname(__DIR__4).'/vendor/store.shopware.com/dreiscseopro/src/Core/BulkGenerator/CategoryTemplateGenerator.php';
  3769.         $a = ($this->services['DreiscSeoPro\\Core\\BulkGenerator\\TemplateVariablesFetcher\\CategoryTemplateVariablesFetcher'] ?? $this->getCategoryTemplateVariablesFetcherService());
  3770.         if (isset($this->services['DreiscSeoPro\\Core\\BulkGenerator\\CategoryTemplateGenerator'])) {
  3771.             return $this->services['DreiscSeoPro\\Core\\BulkGenerator\\CategoryTemplateGenerator'];
  3772.         }
  3773.         return $this->services['DreiscSeoPro\\Core\\BulkGenerator\\CategoryTemplateGenerator'] = new \DreiscSeoPro\Core\BulkGenerator\CategoryTemplateGenerator(($this->services['DreiscSeoPro\\Core\\BulkGenerator\\TemplateGenerator\\TemplateGeneratorHelper'] ?? $this->getTemplateGeneratorHelperService()), $a, ($this->services['DreiscSeoPro\\Core\\Seo\\SeoUrlSlugify'] ?? $this->getSeoUrlSlugifyService()));
  3774.     }
  3775.     /**
  3776.      * Gets the public 'DreiscSeoPro\Core\BulkGenerator\ProductGenerator' shared service.
  3777.      *
  3778.      * @return \DreiscSeoPro\Core\BulkGenerator\ProductGenerator
  3779.      */
  3780.     protected function getProductGeneratorService()
  3781.     {
  3782.         include_once \dirname(__DIR__4).'/vendor/store.shopware.com/dreiscseopro/src/Core/BulkGenerator/Generator/AbstractGenerator.php';
  3783.         include_once \dirname(__DIR__4).'/vendor/store.shopware.com/dreiscseopro/src/Core/BulkGenerator/ProductGenerator.php';
  3784.         $a = ($this->services['DreiscSeoPro\\Core\\Content\\DreiscSeoBulk\\DreiscSeoBulkRepository'] ?? $this->getDreiscSeoBulkRepositoryService());
  3785.         if (isset($this->services['DreiscSeoPro\\Core\\BulkGenerator\\ProductGenerator'])) {
  3786.             return $this->services['DreiscSeoPro\\Core\\BulkGenerator\\ProductGenerator'];
  3787.         }
  3788.         $b = ($this->services['DreiscSeoPro\\Core\\BulkGenerator\\ProductTemplateGenerator'] ?? $this->getProductTemplateGeneratorService());
  3789.         if (isset($this->services['DreiscSeoPro\\Core\\BulkGenerator\\ProductGenerator'])) {
  3790.             return $this->services['DreiscSeoPro\\Core\\BulkGenerator\\ProductGenerator'];
  3791.         }
  3792.         $c = ($this->services['DreiscSeoPro\\Core\\Content\\Product\\ProductRepository'] ?? $this->getProductRepositoryService());
  3793.         if (isset($this->services['DreiscSeoPro\\Core\\BulkGenerator\\ProductGenerator'])) {
  3794.             return $this->services['DreiscSeoPro\\Core\\BulkGenerator\\ProductGenerator'];
  3795.         }
  3796.         return $this->services['DreiscSeoPro\\Core\\BulkGenerator\\ProductGenerator'] = new \DreiscSeoPro\Core\BulkGenerator\ProductGenerator(($this->services['DreiscSeoPro\\Core\\Content\\Language\\LanguageRepository'] ?? $this->getLanguageRepositoryService()), ($this->services['DreiscSeoPro\\Core\\Content\\SalesChannel\\SalesChannelRepository'] ?? $this->getSalesChannelRepositoryService()), $a$b, ($this->services['DreiscSeoPro\\Core\\Seo\\SeoDataSaver'] ?? $this->getSeoDataSaverService()), ($this->services['DreiscSeoPro\\Core\\Dbl\\BulkUpdater\\BulkUpdater'] ?? $this->getBulkUpdaterService()), $c, ($this->services['DreiscSeoPro\\Core\\BulkGenerator\\TemplateGenerator\\TemplateGeneratorHelper'] ?? $this->getTemplateGeneratorHelperService()));
  3797.     }
  3798.     /**
  3799.      * Gets the public 'DreiscSeoPro\Core\BulkGenerator\ProductTemplateGenerator' shared service.
  3800.      *
  3801.      * @return \DreiscSeoPro\Core\BulkGenerator\ProductTemplateGenerator
  3802.      */
  3803.     protected function getProductTemplateGeneratorService()
  3804.     {
  3805.         include_once \dirname(__DIR__4).'/vendor/store.shopware.com/dreiscseopro/src/Core/BulkGenerator/TemplateGenerator/TemplateGeneratorInterface.php';
  3806.         include_once \dirname(__DIR__4).'/vendor/store.shopware.com/dreiscseopro/src/Core/BulkGenerator/ProductTemplateGenerator.php';
  3807.         $a = ($this->services['DreiscSeoPro\\Core\\BulkGenerator\\TemplateVariablesFetcher\\ProductTemplateVariablesFetcher'] ?? $this->getProductTemplateVariablesFetcherService());
  3808.         if (isset($this->services['DreiscSeoPro\\Core\\BulkGenerator\\ProductTemplateGenerator'])) {
  3809.             return $this->services['DreiscSeoPro\\Core\\BulkGenerator\\ProductTemplateGenerator'];
  3810.         }
  3811.         return $this->services['DreiscSeoPro\\Core\\BulkGenerator\\ProductTemplateGenerator'] = new \DreiscSeoPro\Core\BulkGenerator\ProductTemplateGenerator(($this->services['DreiscSeoPro\\Core\\BulkGenerator\\TemplateGenerator\\TemplateGeneratorHelper'] ?? $this->getTemplateGeneratorHelperService()), $a, ($this->services['DreiscSeoPro\\Core\\Seo\\SeoUrlSlugify'] ?? $this->getSeoUrlSlugifyService()));
  3812.     }
  3813.     /**
  3814.      * Gets the public 'DreiscSeoPro\Core\BulkGenerator\TemplateGenerator\TemplateGeneratorHelper' shared service.
  3815.      *
  3816.      * @return \DreiscSeoPro\Core\BulkGenerator\TemplateGenerator\TemplateGeneratorHelper
  3817.      */
  3818.     protected function getTemplateGeneratorHelperService()
  3819.     {
  3820.         include_once \dirname(__DIR__4).'/vendor/store.shopware.com/dreiscseopro/src/Core/BulkGenerator/TemplateGenerator/TemplateGeneratorHelper.php';
  3821.         include_once \dirname(__DIR__4).'/vendor/store.shopware.com/dreiscseopro/src/Core/Foundation/Context/ContextFactory.php';
  3822.         include_once \dirname(__DIR__4).'/vendor/store.shopware.com/dreiscseopro/src/Core/Foundation/Twig/TemplateRendererFactory.php';
  3823.         return $this->services['DreiscSeoPro\\Core\\BulkGenerator\\TemplateGenerator\\TemplateGeneratorHelper'] = new \DreiscSeoPro\Core\BulkGenerator\TemplateGenerator\TemplateGeneratorHelper(($this->services['DreiscSeoPro\\Core\\Foundation\\Context\\ContextFactory'] ?? ($this->services['DreiscSeoPro\\Core\\Foundation\\Context\\ContextFactory'] = new \DreiscSeoPro\Core\Foundation\Context\ContextFactory())), ($this->services['DreiscSeoPro\\Core\\Foundation\\Twig\\TemplateRendererFactory'] ?? ($this->services['DreiscSeoPro\\Core\\Foundation\\Twig\\TemplateRendererFactory'] = new \DreiscSeoPro\Core\Foundation\Twig\TemplateRendererFactory())), ($this->services['DreiscSeoPro\\Core\\Foundation\\Context\\LanguageChainFactory'] ?? $this->getLanguageChainFactoryService()));
  3824.     }
  3825.     /**
  3826.      * Gets the public 'DreiscSeoPro\Core\BulkGenerator\TemplateVariablesFetcher\CategoryTemplateVariablesFetcher' shared service.
  3827.      *
  3828.      * @return \DreiscSeoPro\Core\BulkGenerator\TemplateVariablesFetcher\CategoryTemplateVariablesFetcher
  3829.      */
  3830.     protected function getCategoryTemplateVariablesFetcherService()
  3831.     {
  3832.         include_once \dirname(__DIR__4).'/vendor/store.shopware.com/dreiscseopro/src/Core/BulkGenerator/TemplateVariablesFetcher/CategoryTemplateVariablesFetcher.php';
  3833.         $a = ($this->services['DreiscSeoPro\\Core\\Seo\\SeoDataFetcher\\CategorySeoDataFetcher'] ?? $this->getCategorySeoDataFetcherService());
  3834.         if (isset($this->services['DreiscSeoPro\\Core\\BulkGenerator\\TemplateVariablesFetcher\\CategoryTemplateVariablesFetcher'])) {
  3835.             return $this->services['DreiscSeoPro\\Core\\BulkGenerator\\TemplateVariablesFetcher\\CategoryTemplateVariablesFetcher'];
  3836.         }
  3837.         return $this->services['DreiscSeoPro\\Core\\BulkGenerator\\TemplateVariablesFetcher\\CategoryTemplateVariablesFetcher'] = new \DreiscSeoPro\Core\BulkGenerator\TemplateVariablesFetcher\CategoryTemplateVariablesFetcher(($this->services['DreiscSeoPro\\Core\\Content\\Category\\CategoryRepository'] ?? $this->getCategoryRepositoryService()), ($this->services['DreiscSeoPro\\Core\\BulkGenerator\\TemplateVariablesFetcher\\CommonTemplateVariablesFetcher'] ?? $this->getCommonTemplateVariablesFetcherService()), $a);
  3838.     }
  3839.     /**
  3840.      * Gets the public 'DreiscSeoPro\Core\BulkGenerator\TemplateVariablesFetcher\CommonTemplateVariablesFetcher' shared service.
  3841.      *
  3842.      * @return \DreiscSeoPro\Core\BulkGenerator\TemplateVariablesFetcher\CommonTemplateVariablesFetcher
  3843.      */
  3844.     protected function getCommonTemplateVariablesFetcherService()
  3845.     {
  3846.         include_once \dirname(__DIR__4).'/vendor/store.shopware.com/dreiscseopro/src/Core/BulkGenerator/TemplateVariablesFetcher/CommonTemplateVariablesFetcher.php';
  3847.         return $this->services['DreiscSeoPro\\Core\\BulkGenerator\\TemplateVariablesFetcher\\CommonTemplateVariablesFetcher'] = new \DreiscSeoPro\Core\BulkGenerator\TemplateVariablesFetcher\CommonTemplateVariablesFetcher(($this->services['DreiscSeoPro\\Core\\Content\\Language\\LanguageRepository'] ?? $this->getLanguageRepositoryService()));
  3848.     }
  3849.     /**
  3850.      * Gets the public 'DreiscSeoPro\Core\BulkGenerator\TemplateVariablesFetcher\ProductTemplateVariablesFetcher' shared service.
  3851.      *
  3852.      * @return \DreiscSeoPro\Core\BulkGenerator\TemplateVariablesFetcher\ProductTemplateVariablesFetcher
  3853.      */
  3854.     protected function getProductTemplateVariablesFetcherService()
  3855.     {
  3856.         include_once \dirname(__DIR__4).'/vendor/store.shopware.com/dreiscseopro/src/Core/BulkGenerator/TemplateVariablesFetcher/ProductTemplateVariablesFetcher.php';
  3857.         $a = ($this->services['DreiscSeoPro\\Core\\Content\\Product\\ProductRepository'] ?? $this->getProductRepositoryService());
  3858.         if (isset($this->services['DreiscSeoPro\\Core\\BulkGenerator\\TemplateVariablesFetcher\\ProductTemplateVariablesFetcher'])) {
  3859.             return $this->services['DreiscSeoPro\\Core\\BulkGenerator\\TemplateVariablesFetcher\\ProductTemplateVariablesFetcher'];
  3860.         }
  3861.         $b = ($this->services['DreiscSeoPro\\Core\\Content\\MainCategory\\MainCategoryRepository'] ?? $this->getMainCategoryRepositoryService());
  3862.         if (isset($this->services['DreiscSeoPro\\Core\\BulkGenerator\\TemplateVariablesFetcher\\ProductTemplateVariablesFetcher'])) {
  3863.             return $this->services['DreiscSeoPro\\Core\\BulkGenerator\\TemplateVariablesFetcher\\ProductTemplateVariablesFetcher'];
  3864.         }
  3865.         $c = ($this->services['DreiscSeoPro\\Core\\Seo\\SeoDataFetcher\\CategorySeoDataFetcher'] ?? $this->getCategorySeoDataFetcherService());
  3866.         if (isset($this->services['DreiscSeoPro\\Core\\BulkGenerator\\TemplateVariablesFetcher\\ProductTemplateVariablesFetcher'])) {
  3867.             return $this->services['DreiscSeoPro\\Core\\BulkGenerator\\TemplateVariablesFetcher\\ProductTemplateVariablesFetcher'];
  3868.         }
  3869.         return $this->services['DreiscSeoPro\\Core\\BulkGenerator\\TemplateVariablesFetcher\\ProductTemplateVariablesFetcher'] = new \DreiscSeoPro\Core\BulkGenerator\TemplateVariablesFetcher\ProductTemplateVariablesFetcher($a, ($this->services['DreiscSeoPro\\Core\\Seo\\SeoDataFetcher\\ProductSeoDataFetcher'] ?? $this->getProductSeoDataFetcherService()), $b$c, ($this->services['DreiscSeoPro\\Core\\BulkGenerator\\TemplateVariablesFetcher\\CommonTemplateVariablesFetcher'] ?? $this->getCommonTemplateVariablesFetcherService()));
  3870.     }
  3871.     /**
  3872.      * Gets the public 'DreiscSeoPro\Core\Canonical\CanonicalFetcher' shared service.
  3873.      *
  3874.      * @return \DreiscSeoPro\Core\Canonical\CanonicalFetcher
  3875.      */
  3876.     protected function getCanonicalFetcherService()
  3877.     {
  3878.         include_once \dirname(__DIR__4).'/vendor/store.shopware.com/dreiscseopro/src/Core/Canonical/CanonicalFetcher.php';
  3879.         $a = ($this->services['DreiscSeoPro\\Core\\Seo\\SeoDataFetcher\\CategorySeoDataFetcher'] ?? $this->getCategorySeoDataFetcherService());
  3880.         if (isset($this->services['DreiscSeoPro\\Core\\Canonical\\CanonicalFetcher'])) {
  3881.             return $this->services['DreiscSeoPro\\Core\\Canonical\\CanonicalFetcher'];
  3882.         }
  3883.         $b = ($this->services['DreiscSeoPro\\Core\\Content\\Product\\ProductRepository'] ?? $this->getProductRepositoryService());
  3884.         if (isset($this->services['DreiscSeoPro\\Core\\Canonical\\CanonicalFetcher'])) {
  3885.             return $this->services['DreiscSeoPro\\Core\\Canonical\\CanonicalFetcher'];
  3886.         }
  3887.         $c = ($this->services['DreiscSeoPro\\Core\\Foundation\\Seo\\SeoUrlAssembler'] ?? $this->getSeoUrlAssemblerService());
  3888.         if (isset($this->services['DreiscSeoPro\\Core\\Canonical\\CanonicalFetcher'])) {
  3889.             return $this->services['DreiscSeoPro\\Core\\Canonical\\CanonicalFetcher'];
  3890.         }
  3891.         return $this->services['DreiscSeoPro\\Core\\Canonical\\CanonicalFetcher'] = new \DreiscSeoPro\Core\Canonical\CanonicalFetcher(($this->services['DreiscSeoPro\\Core\\Seo\\SeoDataFetcher\\ProductSeoDataFetcher'] ?? $this->getProductSeoDataFetcherService()), $a$b, ($this->services['DreiscSeoPro\\Core\\Content\\Category\\CategoryRepository'] ?? $this->getCategoryRepositoryService()), $c);
  3892.     }
  3893.     /**
  3894.      * Gets the public 'DreiscSeoPro\Core\Content\Category\CategoryIndexer' shared service.
  3895.      *
  3896.      * @return \DreiscSeoPro\Core\Content\Category\CategoryIndexer
  3897.      */
  3898.     protected function getCategoryIndexerService()
  3899.     {
  3900.         include_once \dirname(__DIR__4).'/vendor/shopware/core/Framework/DataAbstractionLayer/Indexing/EntityIndexer.php';
  3901.         include_once \dirname(__DIR__4).'/vendor/store.shopware.com/dreiscseopro/src/Core/Content/Category/CategoryIndexer.php';
  3902.         $a = ($this->services['category.repository'] ?? $this->getCategory_RepositoryService());
  3903.         if (isset($this->services['DreiscSeoPro\\Core\\Content\\Category\\CategoryIndexer'])) {
  3904.             return $this->services['DreiscSeoPro\\Core\\Content\\Category\\CategoryIndexer'];
  3905.         }
  3906.         $b = ($this->services['DreiscSeoPro\\Core\\BulkGenerator\\CategoryGenerator'] ?? $this->getCategoryGeneratorService());
  3907.         if (isset($this->services['DreiscSeoPro\\Core\\Content\\Category\\CategoryIndexer'])) {
  3908.             return $this->services['DreiscSeoPro\\Core\\Content\\Category\\CategoryIndexer'];
  3909.         }
  3910.         $c = ($this->services['DreiscSeoPro\\Core\\CustomSetting\\CustomSettingLoader'] ?? $this->getCustomSettingLoaderService());
  3911.         if (isset($this->services['DreiscSeoPro\\Core\\Content\\Category\\CategoryIndexer'])) {
  3912.             return $this->services['DreiscSeoPro\\Core\\Content\\Category\\CategoryIndexer'];
  3913.         }
  3914.         return $this->services['DreiscSeoPro\\Core\\Content\\Category\\CategoryIndexer'] = new \DreiscSeoPro\Core\Content\Category\CategoryIndexer(($this->privates['Shopware\\Core\\Framework\\DataAbstractionLayer\\Dbal\\Common\\IteratorFactory'] ?? $this->getIteratorFactory2Service()), $a$b$c);
  3915.     }
  3916.     /**
  3917.      * Gets the public 'DreiscSeoPro\Core\Content\Category\CategoryRepository' shared service.
  3918.      *
  3919.      * @return \DreiscSeoPro\Core\Content\Category\CategoryRepository
  3920.      */
  3921.     protected function getCategoryRepositoryService()
  3922.     {
  3923.         include_once \dirname(__DIR__4).'/vendor/store.shopware.com/dreiscseopro/src/Core/Content/Category/CategoryRepository.php';
  3924.         $a = ($this->services['category.repository'] ?? $this->getCategory_RepositoryService());
  3925.         if (isset($this->services['DreiscSeoPro\\Core\\Content\\Category\\CategoryRepository'])) {
  3926.             return $this->services['DreiscSeoPro\\Core\\Content\\Category\\CategoryRepository'];
  3927.         }
  3928.         return $this->services['DreiscSeoPro\\Core\\Content\\Category\\CategoryRepository'] = new \DreiscSeoPro\Core\Content\Category\CategoryRepository($a);
  3929.     }
  3930.     /**
  3931.      * Gets the public 'DreiscSeoPro\Core\Content\Country\CountryRepository' shared service.
  3932.      *
  3933.      * @return \DreiscSeoPro\Core\Content\Country\CountryRepository
  3934.      */
  3935.     protected function getCountryRepositoryService()
  3936.     {
  3937.         include_once \dirname(__DIR__4).'/vendor/store.shopware.com/dreiscseopro/src/Core/Content/Country/CountryRepository.php';
  3938.         $a = ($this->services['country.repository'] ?? $this->getCountry_RepositoryService());
  3939.         if (isset($this->services['DreiscSeoPro\\Core\\Content\\Country\\CountryRepository'])) {
  3940.             return $this->services['DreiscSeoPro\\Core\\Content\\Country\\CountryRepository'];
  3941.         }
  3942.         return $this->services['DreiscSeoPro\\Core\\Content\\Country\\CountryRepository'] = new \DreiscSeoPro\Core\Content\Country\CountryRepository($a);
  3943.     }
  3944.     /**
  3945.      * Gets the public 'DreiscSeoPro\Core\Content\Currency\CurrencyRepository' shared service.
  3946.      *
  3947.      * @return \DreiscSeoPro\Core\Content\Currency\CurrencyRepository
  3948.      */
  3949.     protected function getCurrencyRepositoryService()
  3950.     {
  3951.         include_once \dirname(__DIR__4).'/vendor/store.shopware.com/dreiscseopro/src/Core/Content/Currency/CurrencyRepository.php';
  3952.         $a = ($this->services['currency.repository'] ?? $this->getCurrency_RepositoryService());
  3953.         if (isset($this->services['DreiscSeoPro\\Core\\Content\\Currency\\CurrencyRepository'])) {
  3954.             return $this->services['DreiscSeoPro\\Core\\Content\\Currency\\CurrencyRepository'];
  3955.         }
  3956.         return $this->services['DreiscSeoPro\\Core\\Content\\Currency\\CurrencyRepository'] = new \DreiscSeoPro\Core\Content\Currency\CurrencyRepository($a);
  3957.     }
  3958.     /**
  3959.      * Gets the public 'DreiscSeoPro\Core\Content\CustomField\Aggregate\CustomFieldSet\CustomFieldSetRepository' shared service.
  3960.      *
  3961.      * @return \DreiscSeoPro\Core\Content\CustomField\Aggregate\CustomFieldSet\CustomFieldSetRepository
  3962.      */
  3963.     protected function getCustomFieldSetRepositoryService()
  3964.     {
  3965.         include_once \dirname(__DIR__4).'/vendor/store.shopware.com/dreiscseopro/src/Core/Content/CustomField/Aggregate/CustomFieldSet/CustomFieldSetRepository.php';
  3966.         return $this->services['DreiscSeoPro\\Core\\Content\\CustomField\\Aggregate\\CustomFieldSet\\CustomFieldSetRepository'] = new \DreiscSeoPro\Core\Content\CustomField\Aggregate\CustomFieldSet\CustomFieldSetRepository(($this->services['custom_field_set.repository'] ?? $this->getCustomFieldSet_RepositoryService()));
  3967.     }
  3968.     /**
  3969.      * Gets the public 'DreiscSeoPro\Core\Content\CustomField\CustomFieldRepository' shared service.
  3970.      *
  3971.      * @return \DreiscSeoPro\Core\Content\CustomField\CustomFieldRepository
  3972.      */
  3973.     protected function getCustomFieldRepositoryService()
  3974.     {
  3975.         include_once \dirname(__DIR__4).'/vendor/store.shopware.com/dreiscseopro/src/Core/Content/CustomField/CustomFieldRepository.php';
  3976.         return $this->services['DreiscSeoPro\\Core\\Content\\CustomField\\CustomFieldRepository'] = new \DreiscSeoPro\Core\Content\CustomField\CustomFieldRepository(($this->services['custom_field.repository'] ?? $this->getCustomField_RepositoryService()));
  3977.     }
  3978.     /**
  3979.      * Gets the public 'DreiscSeoPro\Core\Content\Customer\CustomerRepository' shared service.
  3980.      *
  3981.      * @return \DreiscSeoPro\Core\Content\Customer\CustomerRepository
  3982.      */
  3983.     protected function getCustomerRepositoryService()
  3984.     {
  3985.         include_once \dirname(__DIR__4).'/vendor/store.shopware.com/dreiscseopro/src/Core/Content/Customer/CustomerRepository.php';
  3986.         $a = ($this->services['customer.repository'] ?? $this->getCustomer_RepositoryService());
  3987.         if (isset($this->services['DreiscSeoPro\\Core\\Content\\Customer\\CustomerRepository'])) {
  3988.             return $this->services['DreiscSeoPro\\Core\\Content\\Customer\\CustomerRepository'];
  3989.         }
  3990.         return $this->services['DreiscSeoPro\\Core\\Content\\Customer\\CustomerRepository'] = new \DreiscSeoPro\Core\Content\Customer\CustomerRepository($a);
  3991.     }
  3992.     /**
  3993.      * Gets the public 'DreiscSeoPro\Core\Content\DreiscSeoBulk\Aggregate\DreiscSeoBulkTemplate\DreiscSeoBulkTemplateDefinition' shared service.
  3994.      *
  3995.      * @return \DreiscSeoPro\Core\Content\DreiscSeoBulk\Aggregate\DreiscSeoBulkTemplate\DreiscSeoBulkTemplateDefinition
  3996.      */
  3997.     protected function getDreiscSeoBulkTemplateDefinitionService()
  3998.     {
  3999.         include_once \dirname(__DIR__4).'/vendor/store.shopware.com/dreiscseopro/src/Core/Content/DreiscSeoBulk/Aggregate/DreiscSeoBulkTemplate/DreiscSeoBulkTemplateDefinition.php';
  4000.         $this->services['DreiscSeoPro\\Core\\Content\\DreiscSeoBulk\\Aggregate\\DreiscSeoBulkTemplate\\DreiscSeoBulkTemplateDefinition'] = $instance = new \DreiscSeoPro\Core\Content\DreiscSeoBulk\Aggregate\DreiscSeoBulkTemplate\DreiscSeoBulkTemplateDefinition();
  4001.         $instance->compile(($this->services['Shopware\\Core\\Framework\\DataAbstractionLayer\\DefinitionInstanceRegistry'] ?? $this->getDefinitionInstanceRegistryService()));
  4002.         return $instance;
  4003.     }
  4004.     /**
  4005.      * Gets the public 'DreiscSeoPro\Core\Content\DreiscSeoBulk\Aggregate\DreiscSeoBulkTemplate\DreiscSeoBulkTemplateRepository' shared service.
  4006.      *
  4007.      * @return \DreiscSeoPro\Core\Content\DreiscSeoBulk\Aggregate\DreiscSeoBulkTemplate\DreiscSeoBulkTemplateRepository
  4008.      */
  4009.     protected function getDreiscSeoBulkTemplateRepositoryService()
  4010.     {
  4011.         include_once \dirname(__DIR__4).'/vendor/store.shopware.com/dreiscseopro/src/Core/Content/DreiscSeoBulk/Aggregate/DreiscSeoBulkTemplate/DreiscSeoBulkTemplateRepository.php';
  4012.         return $this->services['DreiscSeoPro\\Core\\Content\\DreiscSeoBulk\\Aggregate\\DreiscSeoBulkTemplate\\DreiscSeoBulkTemplateRepository'] = new \DreiscSeoPro\Core\Content\DreiscSeoBulk\Aggregate\DreiscSeoBulkTemplate\DreiscSeoBulkTemplateRepository(($this->services['dreisc_seo_bulk_template.repository'] ?? $this->getDreiscSeoBulkTemplate_RepositoryService()));
  4013.     }
  4014.     /**
  4015.      * Gets the public 'DreiscSeoPro\Core\Content\DreiscSeoBulk\DreiscSeoBulkDefinition' shared service.
  4016.      *
  4017.      * @return \DreiscSeoPro\Core\Content\DreiscSeoBulk\DreiscSeoBulkDefinition
  4018.      */
  4019.     protected function getDreiscSeoBulkDefinitionService()
  4020.     {
  4021.         include_once \dirname(__DIR__4).'/vendor/store.shopware.com/dreiscseopro/src/Core/Content/DreiscSeoBulk/DreiscSeoBulkDefinition.php';
  4022.         $this->services['DreiscSeoPro\\Core\\Content\\DreiscSeoBulk\\DreiscSeoBulkDefinition'] = $instance = new \DreiscSeoPro\Core\Content\DreiscSeoBulk\DreiscSeoBulkDefinition();
  4023.         $instance->compile(($this->services['Shopware\\Core\\Framework\\DataAbstractionLayer\\DefinitionInstanceRegistry'] ?? $this->getDefinitionInstanceRegistryService()));
  4024.         return $instance;
  4025.     }
  4026.     /**
  4027.      * Gets the public 'DreiscSeoPro\Core\Content\DreiscSeoBulk\DreiscSeoBulkRepository' shared service.
  4028.      *
  4029.      * @return \DreiscSeoPro\Core\Content\DreiscSeoBulk\DreiscSeoBulkRepository
  4030.      */
  4031.     protected function getDreiscSeoBulkRepositoryService()
  4032.     {
  4033.         include_once \dirname(__DIR__4).'/vendor/store.shopware.com/dreiscseopro/src/Core/Content/DreiscSeoBulk/DreiscSeoBulkRepository.php';
  4034.         $a = ($this->services['dreisc_seo_bulk.repository'] ?? $this->getDreiscSeoBulk_RepositoryService());
  4035.         if (isset($this->services['DreiscSeoPro\\Core\\Content\\DreiscSeoBulk\\DreiscSeoBulkRepository'])) {
  4036.             return $this->services['DreiscSeoPro\\Core\\Content\\DreiscSeoBulk\\DreiscSeoBulkRepository'];
  4037.         }
  4038.         $b = ($this->services['DreiscSeoPro\\Core\\Content\\Category\\CategoryRepository'] ?? $this->getCategoryRepositoryService());
  4039.         if (isset($this->services['DreiscSeoPro\\Core\\Content\\DreiscSeoBulk\\DreiscSeoBulkRepository'])) {
  4040.             return $this->services['DreiscSeoPro\\Core\\Content\\DreiscSeoBulk\\DreiscSeoBulkRepository'];
  4041.         }
  4042.         $c = ($this->services['DreiscSeoPro\\Core\\Content\\Product\\ProductRepository'] ?? $this->getProductRepositoryService());
  4043.         if (isset($this->services['DreiscSeoPro\\Core\\Content\\DreiscSeoBulk\\DreiscSeoBulkRepository'])) {
  4044.             return $this->services['DreiscSeoPro\\Core\\Content\\DreiscSeoBulk\\DreiscSeoBulkRepository'];
  4045.         }
  4046.         return $this->services['DreiscSeoPro\\Core\\Content\\DreiscSeoBulk\\DreiscSeoBulkRepository'] = new \DreiscSeoPro\Core\Content\DreiscSeoBulk\DreiscSeoBulkRepository($a$b$c);
  4047.     }
  4048.     /**
  4049.      * Gets the public 'DreiscSeoPro\Core\Content\DreiscSeoRedirect\Aggregate\DreiscSeoRedirectImportExportFile\DreiscSeoRedirectImportExportFileDefinition' shared service.
  4050.      *
  4051.      * @return \DreiscSeoPro\Core\Content\DreiscSeoRedirect\Aggregate\DreiscSeoRedirectImportExportFile\DreiscSeoRedirectImportExportFileDefinition
  4052.      */
  4053.     protected function getDreiscSeoRedirectImportExportFileDefinitionService()
  4054.     {
  4055.         include_once \dirname(__DIR__4).'/vendor/store.shopware.com/dreiscseopro/src/Core/Content/DreiscSeoRedirect/Aggregate/DreiscSeoRedirectImportExportFile/DreiscSeoRedirectImportExportFileDefinition.php';
  4056.         $this->services['DreiscSeoPro\\Core\\Content\\DreiscSeoRedirect\\Aggregate\\DreiscSeoRedirectImportExportFile\\DreiscSeoRedirectImportExportFileDefinition'] = $instance = new \DreiscSeoPro\Core\Content\DreiscSeoRedirect\Aggregate\DreiscSeoRedirectImportExportFile\DreiscSeoRedirectImportExportFileDefinition();
  4057.         $instance->compile(($this->services['Shopware\\Core\\Framework\\DataAbstractionLayer\\DefinitionInstanceRegistry'] ?? $this->getDefinitionInstanceRegistryService()));
  4058.         return $instance;
  4059.     }
  4060.     /**
  4061.      * Gets the public 'DreiscSeoPro\Core\Content\DreiscSeoRedirect\Aggregate\DreiscSeoRedirectImportExportFile\DreiscSeoRedirectImportExportFileRepository' shared service.
  4062.      *
  4063.      * @return \DreiscSeoPro\Core\Content\DreiscSeoRedirect\Aggregate\DreiscSeoRedirectImportExportFile\DreiscSeoRedirectImportExportFileRepository
  4064.      */
  4065.     protected function getDreiscSeoRedirectImportExportFileRepositoryService()
  4066.     {
  4067.         include_once \dirname(__DIR__4).'/vendor/store.shopware.com/dreiscseopro/src/Core/Content/DreiscSeoRedirect/Aggregate/DreiscSeoRedirectImportExportFile/DreiscSeoRedirectImportExportFileRepository.php';
  4068.         return $this->services['DreiscSeoPro\\Core\\Content\\DreiscSeoRedirect\\Aggregate\\DreiscSeoRedirectImportExportFile\\DreiscSeoRedirectImportExportFileRepository'] = new \DreiscSeoPro\Core\Content\DreiscSeoRedirect\Aggregate\DreiscSeoRedirectImportExportFile\DreiscSeoRedirectImportExportFileRepository(($this->services['dreisc_seo_redirect_import_export_file.repository'] ?? $this->getDreiscSeoRedirectImportExportFile_RepositoryService()));
  4069.     }
  4070.     /**
  4071.      * Gets the public 'DreiscSeoPro\Core\Content\DreiscSeoRedirect\Aggregate\DreiscSeoRedirectImportExportFile\DreiscSeoRedirectImportExportFileService' shared service.
  4072.      *
  4073.      * @return \DreiscSeoPro\Core\Content\DreiscSeoRedirect\Aggregate\DreiscSeoRedirectImportExportFile\DreiscSeoRedirectImportExportFileService
  4074.      */
  4075.     protected function getDreiscSeoRedirectImportExportFileServiceService()
  4076.     {
  4077.         include_once \dirname(__DIR__4).'/vendor/store.shopware.com/dreiscseopro/src/Core/Content/DreiscSeoRedirect/Aggregate/DreiscSeoRedirectImportExportFile/DreiscSeoRedirectImportExportFileService.php';
  4078.         return $this->services['DreiscSeoPro\\Core\\Content\\DreiscSeoRedirect\\Aggregate\\DreiscSeoRedirectImportExportFile\\DreiscSeoRedirectImportExportFileService'] = new \DreiscSeoPro\Core\Content\DreiscSeoRedirect\Aggregate\DreiscSeoRedirectImportExportFile\DreiscSeoRedirectImportExportFileService(($this->services['DreiscSeoPro\\Core\\Content\\DreiscSeoRedirect\\Aggregate\\DreiscSeoRedirectImportExportFile\\DreiscSeoRedirectImportExportFileRepository'] ?? $this->getDreiscSeoRedirectImportExportFileRepositoryService()), ($this->services['shopware.filesystem.private'] ?? $this->getShopware_Filesystem_PrivateService()), ($this->services['DreiscSeoPro\\Core\\Content\\DreiscSeoRedirect\\Aggregate\\DreiscSeoRedirectImportExportFile\\Import\\RowImporter'] ?? $this->getRowImporterService()), ($this->services['DreiscSeoPro\\Core\\Content\\DreiscSeoRedirect\\Aggregate\\DreiscSeoRedirectImportExportLog\\DreiscSeoRedirectImportExportLogRepository'] ?? $this->getDreiscSeoRedirectImportExportLogRepositoryService()), ($this->services['DreiscSeoPro\\Core\\Content\\DreiscSeoRedirect\\Aggregate\\DreiscSeoRedirectImportExportFile\\Import\\RowExporter'] ?? $this->getRowExporterService()));
  4079.     }
  4080.     /**
  4081.      * Gets the public 'DreiscSeoPro\Core\Content\DreiscSeoRedirect\Aggregate\DreiscSeoRedirectImportExportFile\Import\RowExporter' shared service.
  4082.      *
  4083.      * @return \DreiscSeoPro\Core\Content\DreiscSeoRedirect\Aggregate\DreiscSeoRedirectImportExportFile\Import\RowExporter
  4084.      */
  4085.     protected function getRowExporterService()
  4086.     {
  4087.         include_once \dirname(__DIR__4).'/vendor/store.shopware.com/dreiscseopro/src/Core/Content/DreiscSeoRedirect/Aggregate/DreiscSeoRedirectImportExportFile/Import/RowExporter.php';
  4088.         return $this->services['DreiscSeoPro\\Core\\Content\\DreiscSeoRedirect\\Aggregate\\DreiscSeoRedirectImportExportFile\\Import\\RowExporter'] = new \DreiscSeoPro\Core\Content\DreiscSeoRedirect\Aggregate\DreiscSeoRedirectImportExportFile\Import\RowExporter(($this->services['DreiscSeoPro\\Core\\Content\\DreiscSeoRedirect\\DreiscSeoRedirectRepository'] ?? $this->getDreiscSeoRedirectRepositoryService()), ($this->services['DreiscSeoPro\\Core\\Content\\SalesChannel\\Aggregate\\SalesChannelDomain\\SalesChannelDomainRepository'] ?? $this->getSalesChannelDomainRepositoryService()));
  4089.     }
  4090.     /**
  4091.      * Gets the public 'DreiscSeoPro\Core\Content\DreiscSeoRedirect\Aggregate\DreiscSeoRedirectImportExportFile\Import\RowImporter' shared service.
  4092.      *
  4093.      * @return \DreiscSeoPro\Core\Content\DreiscSeoRedirect\Aggregate\DreiscSeoRedirectImportExportFile\Import\RowImporter
  4094.      */
  4095.     protected function getRowImporterService()
  4096.     {
  4097.         include_once \dirname(__DIR__4).'/vendor/store.shopware.com/dreiscseopro/src/Core/Content/DreiscSeoRedirect/Aggregate/DreiscSeoRedirectImportExportFile/Import/RowImporter.php';
  4098.         return $this->services['DreiscSeoPro\\Core\\Content\\DreiscSeoRedirect\\Aggregate\\DreiscSeoRedirectImportExportFile\\Import\\RowImporter'] = new \DreiscSeoPro\Core\Content\DreiscSeoRedirect\Aggregate\DreiscSeoRedirectImportExportFile\Import\RowImporter(($this->services['DreiscSeoPro\\Core\\Content\\DreiscSeoRedirect\\Aggregate\\DreiscSeoRedirectImportExportLog\\DreiscSeoRedirectImportExportLogRepository'] ?? $this->getDreiscSeoRedirectImportExportLogRepositoryService()), ($this->services['DreiscSeoPro\\Core\\Content\\DreiscSeoRedirect\\DreiscSeoRedirectRepository'] ?? $this->getDreiscSeoRedirectRepositoryService()), ($this->services['DreiscSeoPro\\Core\\Content\\Product\\ProductRepository'] ?? $this->getProductRepositoryService()), ($this->services['DreiscSeoPro\\Core\\Foundation\\Seo\\SeoUrlParser'] ?? $this->getSeoUrlParserService()), ($this->services['DreiscSeoPro\\Core\\Content\\Category\\CategoryRepository'] ?? $this->getCategoryRepositoryService()), ($this->services['DreiscSeoPro\\Core\\Content\\SalesChannel\\Aggregate\\SalesChannelDomain\\SalesChannelDomainRepository'] ?? $this->getSalesChannelDomainRepositoryService()));
  4099.     }
  4100.     /**
  4101.      * Gets the public 'DreiscSeoPro\Core\Content\DreiscSeoRedirect\Aggregate\DreiscSeoRedirectImportExportLog\DreiscSeoRedirectImportExportLogDefinition' shared service.
  4102.      *
  4103.      * @return \DreiscSeoPro\Core\Content\DreiscSeoRedirect\Aggregate\DreiscSeoRedirectImportExportLog\DreiscSeoRedirectImportExportLogDefinition
  4104.      */
  4105.     protected function getDreiscSeoRedirectImportExportLogDefinitionService()
  4106.     {
  4107.         include_once \dirname(__DIR__4).'/vendor/store.shopware.com/dreiscseopro/src/Core/Content/DreiscSeoRedirect/Aggregate/DreiscSeoRedirectImportExportLog/DreiscSeoRedirectImportExportLogDefinition.php';
  4108.         $this->services['DreiscSeoPro\\Core\\Content\\DreiscSeoRedirect\\Aggregate\\DreiscSeoRedirectImportExportLog\\DreiscSeoRedirectImportExportLogDefinition'] = $instance = new \DreiscSeoPro\Core\Content\DreiscSeoRedirect\Aggregate\DreiscSeoRedirectImportExportLog\DreiscSeoRedirectImportExportLogDefinition();
  4109.         $instance->compile(($this->services['Shopware\\Core\\Framework\\DataAbstractionLayer\\DefinitionInstanceRegistry'] ?? $this->getDefinitionInstanceRegistryService()));
  4110.         return $instance;
  4111.     }
  4112.     /**
  4113.      * Gets the public 'DreiscSeoPro\Core\Content\DreiscSeoRedirect\Aggregate\DreiscSeoRedirectImportExportLog\DreiscSeoRedirectImportExportLogRepository' shared service.
  4114.      *
  4115.      * @return \DreiscSeoPro\Core\Content\DreiscSeoRedirect\Aggregate\DreiscSeoRedirectImportExportLog\DreiscSeoRedirectImportExportLogRepository
  4116.      */
  4117.     protected function getDreiscSeoRedirectImportExportLogRepositoryService()
  4118.     {
  4119.         include_once \dirname(__DIR__4).'/vendor/store.shopware.com/dreiscseopro/src/Core/Content/DreiscSeoRedirect/Aggregate/DreiscSeoRedirectImportExportLog/DreiscSeoRedirectImportExportLogRepository.php';
  4120.         return $this->services['DreiscSeoPro\\Core\\Content\\DreiscSeoRedirect\\Aggregate\\DreiscSeoRedirectImportExportLog\\DreiscSeoRedirectImportExportLogRepository'] = new \DreiscSeoPro\Core\Content\DreiscSeoRedirect\Aggregate\DreiscSeoRedirectImportExportLog\DreiscSeoRedirectImportExportLogRepository(($this->services['dreisc_seo_redirect_import_export_log.repository'] ?? $this->getDreiscSeoRedirectImportExportLog_RepositoryService()), ($this->services['Doctrine\\DBAL\\Connection'] ?? $this->getConnectionService()), ($this->privates['Shopware\\Core\\Framework\\Adapter\\Cache\\CacheClearer'] ?? $this->getCacheClearer2Service()), ($this->services['Shopware\\Core\\Framework\\DataAbstractionLayer\\Cache\\EntityCacheKeyGenerator'] ?? ($this->services['Shopware\\Core\\Framework\\DataAbstractionLayer\\Cache\\EntityCacheKeyGenerator'] = new \Shopware\Core\Framework\DataAbstractionLayer\Cache\EntityCacheKeyGenerator())));
  4121.     }
  4122.     /**
  4123.      * Gets the public 'DreiscSeoPro\Core\Content\DreiscSeoRedirect\DreiscSeoRedirectDefinition' shared service.
  4124.      *
  4125.      * @return \DreiscSeoPro\Core\Content\DreiscSeoRedirect\DreiscSeoRedirectDefinition
  4126.      */
  4127.     protected function getDreiscSeoRedirectDefinitionService()
  4128.     {
  4129.         include_once \dirname(__DIR__4).'/vendor/store.shopware.com/dreiscseopro/src/Core/Content/DreiscSeoRedirect/DreiscSeoRedirectDefinition.php';
  4130.         $this->services['DreiscSeoPro\\Core\\Content\\DreiscSeoRedirect\\DreiscSeoRedirectDefinition'] = $instance = new \DreiscSeoPro\Core\Content\DreiscSeoRedirect\DreiscSeoRedirectDefinition();
  4131.         $instance->compile(($this->services['Shopware\\Core\\Framework\\DataAbstractionLayer\\DefinitionInstanceRegistry'] ?? $this->getDefinitionInstanceRegistryService()));
  4132.         return $instance;
  4133.     }
  4134.     /**
  4135.      * Gets the public 'DreiscSeoPro\Core\Content\DreiscSeoRedirect\DreiscSeoRedirectRepository' shared service.
  4136.      *
  4137.      * @return \DreiscSeoPro\Core\Content\DreiscSeoRedirect\DreiscSeoRedirectRepository
  4138.      */
  4139.     protected function getDreiscSeoRedirectRepositoryService()
  4140.     {
  4141.         include_once \dirname(__DIR__4).'/vendor/store.shopware.com/dreiscseopro/src/Core/Content/DreiscSeoRedirect/DreiscSeoRedirectRepository.php';
  4142.         $a = ($this->services['dreisc_seo_redirect.repository'] ?? $this->getDreiscSeoRedirect_RepositoryService());
  4143.         if (isset($this->services['DreiscSeoPro\\Core\\Content\\DreiscSeoRedirect\\DreiscSeoRedirectRepository'])) {
  4144.             return $this->services['DreiscSeoPro\\Core\\Content\\DreiscSeoRedirect\\DreiscSeoRedirectRepository'];
  4145.         }
  4146.         return $this->services['DreiscSeoPro\\Core\\Content\\DreiscSeoRedirect\\DreiscSeoRedirectRepository'] = new \DreiscSeoPro\Core\Content\DreiscSeoRedirect\DreiscSeoRedirectRepository($a, ($this->services['Doctrine\\DBAL\\Connection'] ?? $this->getConnectionService()), ($this->privates['Shopware\\Core\\Framework\\Adapter\\Cache\\CacheClearer'] ?? $this->getCacheClearer2Service()), ($this->services['Shopware\\Core\\Framework\\DataAbstractionLayer\\Cache\\EntityCacheKeyGenerator'] ?? ($this->services['Shopware\\Core\\Framework\\DataAbstractionLayer\\Cache\\EntityCacheKeyGenerator'] = new \Shopware\Core\Framework\DataAbstractionLayer\Cache\EntityCacheKeyGenerator())));
  4147.     }
  4148.     /**
  4149.      * Gets the public 'DreiscSeoPro\Core\Content\DreiscSeoRedirect\DreiscSeoRedirectValidator' shared service.
  4150.      *
  4151.      * @return \DreiscSeoPro\Core\Content\DreiscSeoRedirect\DreiscSeoRedirectValidator
  4152.      */
  4153.     protected function getDreiscSeoRedirectValidatorService()
  4154.     {
  4155.         include_once \dirname(__DIR__4).'/vendor/store.shopware.com/dreiscseopro/src/Core/Foundation/Dal/Validator.php';
  4156.         include_once \dirname(__DIR__4).'/vendor/store.shopware.com/dreiscseopro/src/Core/Content/DreiscSeoRedirect/DreiscSeoRedirectValidator.php';
  4157.         return $this->services['DreiscSeoPro\\Core\\Content\\DreiscSeoRedirect\\DreiscSeoRedirectValidator'] = new \DreiscSeoPro\Core\Content\DreiscSeoRedirect\DreiscSeoRedirectValidator(($this->services['Doctrine\\DBAL\\Connection'] ?? $this->getConnectionService()));
  4158.     }
  4159.     /**
  4160.      * Gets the public 'DreiscSeoPro\Core\Content\DreiscSeoSetting\DreiscSeoSettingDefinition' shared service.
  4161.      *
  4162.      * @return \DreiscSeoPro\Core\Content\DreiscSeoSetting\DreiscSeoSettingDefinition
  4163.      */
  4164.     protected function getDreiscSeoSettingDefinitionService()
  4165.     {
  4166.         $this->services['DreiscSeoPro\\Core\\Content\\DreiscSeoSetting\\DreiscSeoSettingDefinition'] = $instance = new \DreiscSeoPro\Core\Content\DreiscSeoSetting\DreiscSeoSettingDefinition();
  4167.         $instance->compile(($this->services['Shopware\\Core\\Framework\\DataAbstractionLayer\\DefinitionInstanceRegistry'] ?? $this->getDefinitionInstanceRegistryService()));
  4168.         return $instance;
  4169.     }
  4170.     /**
  4171.      * Gets the public 'DreiscSeoPro\Core\Content\DreiscSeoSetting\DreiscSeoSettingRepository' shared service.
  4172.      *
  4173.      * @return \DreiscSeoPro\Core\Content\DreiscSeoSetting\DreiscSeoSettingRepository
  4174.      */
  4175.     protected function getDreiscSeoSettingRepositoryService()
  4176.     {
  4177.         $a = ($this->services['dreisc_seo_setting.repository'] ?? $this->getDreiscSeoSetting_RepositoryService());
  4178.         if (isset($this->services['DreiscSeoPro\\Core\\Content\\DreiscSeoSetting\\DreiscSeoSettingRepository'])) {
  4179.             return $this->services['DreiscSeoPro\\Core\\Content\\DreiscSeoSetting\\DreiscSeoSettingRepository'];
  4180.         }
  4181.         return $this->services['DreiscSeoPro\\Core\\Content\\DreiscSeoSetting\\DreiscSeoSettingRepository'] = new \DreiscSeoPro\Core\Content\DreiscSeoSetting\DreiscSeoSettingRepository($a);
  4182.     }
  4183.     /**
  4184.      * Gets the public 'DreiscSeoPro\Core\Content\Language\LanguageExtension' shared service.
  4185.      *
  4186.      * @return \DreiscSeoPro\Core\Content\Language\LanguageExtension
  4187.      */
  4188.     protected function getLanguageExtensionService()
  4189.     {
  4190.         include_once \dirname(__DIR__4).'/vendor/shopware/core/Framework/DataAbstractionLayer/EntityExtension.php';
  4191.         include_once \dirname(__DIR__4).'/vendor/store.shopware.com/dreiscseopro/src/Core/Content/Language/LanguageExtension.php';
  4192.         return $this->services['DreiscSeoPro\\Core\\Content\\Language\\LanguageExtension'] = new \DreiscSeoPro\Core\Content\Language\LanguageExtension();
  4193.     }
  4194.     /**
  4195.      * Gets the public 'DreiscSeoPro\Core\Content\Language\LanguageRepository' shared service.
  4196.      *
  4197.      * @return \DreiscSeoPro\Core\Content\Language\LanguageRepository
  4198.      */
  4199.     protected function getLanguageRepositoryService()
  4200.     {
  4201.         include_once \dirname(__DIR__4).'/vendor/store.shopware.com/dreiscseopro/src/Core/Content/Language/LanguageRepository.php';
  4202.         $a = ($this->services['language.repository'] ?? $this->getLanguage_RepositoryService());
  4203.         if (isset($this->services['DreiscSeoPro\\Core\\Content\\Language\\LanguageRepository'])) {
  4204.             return $this->services['DreiscSeoPro\\Core\\Content\\Language\\LanguageRepository'];
  4205.         }
  4206.         return $this->services['DreiscSeoPro\\Core\\Content\\Language\\LanguageRepository'] = new \DreiscSeoPro\Core\Content\Language\LanguageRepository($a);
  4207.     }
  4208.     /**
  4209.      * Gets the public 'DreiscSeoPro\Core\Content\MainCategory\MainCategoryRepository' shared service.
  4210.      *
  4211.      * @return \DreiscSeoPro\Core\Content\MainCategory\MainCategoryRepository
  4212.      */
  4213.     protected function getMainCategoryRepositoryService()
  4214.     {
  4215.         include_once \dirname(__DIR__4).'/vendor/store.shopware.com/dreiscseopro/src/Core/Content/MainCategory/MainCategoryRepository.php';
  4216.         include_once \dirname(__DIR__4).'/vendor/store.shopware.com/dreiscseopro/src/Core/Foundation/Context/ContextFactory.php';
  4217.         $a = ($this->services['main_category.repository'] ?? $this->getMainCategory_RepositoryService());
  4218.         if (isset($this->services['DreiscSeoPro\\Core\\Content\\MainCategory\\MainCategoryRepository'])) {
  4219.             return $this->services['DreiscSeoPro\\Core\\Content\\MainCategory\\MainCategoryRepository'];
  4220.         }
  4221.         $b = ($this->services['DreiscSeoPro\\Core\\Content\\Product\\ProductRepository'] ?? $this->getProductRepositoryService());
  4222.         if (isset($this->services['DreiscSeoPro\\Core\\Content\\MainCategory\\MainCategoryRepository'])) {
  4223.             return $this->services['DreiscSeoPro\\Core\\Content\\MainCategory\\MainCategoryRepository'];
  4224.         }
  4225.         return $this->services['DreiscSeoPro\\Core\\Content\\MainCategory\\MainCategoryRepository'] = new \DreiscSeoPro\Core\Content\MainCategory\MainCategoryRepository($a, ($this->services['DreiscSeoPro\\Core\\Content\\Category\\CategoryRepository'] ?? $this->getCategoryRepositoryService()), $b, ($this->services['DreiscSeoPro\\Core\\Content\\SalesChannel\\SalesChannelRepository'] ?? $this->getSalesChannelRepositoryService()), ($this->services['DreiscSeoPro\\Core\\Foundation\\Context\\ContextFactory'] ?? ($this->services['DreiscSeoPro\\Core\\Foundation\\Context\\ContextFactory'] = new \DreiscSeoPro\Core\Foundation\Context\ContextFactory())));
  4226.     }
  4227.     /**
  4228.      * Gets the public 'DreiscSeoPro\Core\Content\Media\MediaRepository' shared service.
  4229.      *
  4230.      * @return \DreiscSeoPro\Core\Content\Media\MediaRepository
  4231.      */
  4232.     protected function getMediaRepositoryService()
  4233.     {
  4234.         include_once \dirname(__DIR__4).'/vendor/store.shopware.com/dreiscseopro/src/Core/Content/Media/MediaRepository.php';
  4235.         $a = ($this->services['media.repository'] ?? $this->getMedia_RepositoryService());
  4236.         if (isset($this->services['DreiscSeoPro\\Core\\Content\\Media\\MediaRepository'])) {
  4237.             return $this->services['DreiscSeoPro\\Core\\Content\\Media\\MediaRepository'];
  4238.         }
  4239.         return $this->services['DreiscSeoPro\\Core\\Content\\Media\\MediaRepository'] = new \DreiscSeoPro\Core\Content\Media\MediaRepository($a);
  4240.     }
  4241.     /**
  4242.      * Gets the public 'DreiscSeoPro\Core\Content\Product\ProductIndexer' shared service.
  4243.      *
  4244.      * @return \DreiscSeoPro\Core\Content\Product\ProductIndexer
  4245.      */
  4246.     protected function getProductIndexerService()
  4247.     {
  4248.         include_once \dirname(__DIR__4).'/vendor/shopware/core/Framework/DataAbstractionLayer/Indexing/EntityIndexer.php';
  4249.         include_once \dirname(__DIR__4).'/vendor/store.shopware.com/dreiscseopro/src/Core/Content/Product/ProductIndexer.php';
  4250.         $a = ($this->services['product.repository'] ?? $this->getProduct_RepositoryService());
  4251.         if (isset($this->services['DreiscSeoPro\\Core\\Content\\Product\\ProductIndexer'])) {
  4252.             return $this->services['DreiscSeoPro\\Core\\Content\\Product\\ProductIndexer'];
  4253.         }
  4254.         $b = ($this->services['DreiscSeoPro\\Core\\BulkGenerator\\ProductGenerator'] ?? $this->getProductGeneratorService());
  4255.         if (isset($this->services['DreiscSeoPro\\Core\\Content\\Product\\ProductIndexer'])) {
  4256.             return $this->services['DreiscSeoPro\\Core\\Content\\Product\\ProductIndexer'];
  4257.         }
  4258.         $c = ($this->services['DreiscSeoPro\\Core\\CustomSetting\\CustomSettingLoader'] ?? $this->getCustomSettingLoaderService());
  4259.         if (isset($this->services['DreiscSeoPro\\Core\\Content\\Product\\ProductIndexer'])) {
  4260.             return $this->services['DreiscSeoPro\\Core\\Content\\Product\\ProductIndexer'];
  4261.         }
  4262.         return $this->services['DreiscSeoPro\\Core\\Content\\Product\\ProductIndexer'] = new \DreiscSeoPro\Core\Content\Product\ProductIndexer(($this->privates['Shopware\\Core\\Framework\\DataAbstractionLayer\\Dbal\\Common\\IteratorFactory'] ?? $this->getIteratorFactory2Service()), $a$b$c);
  4263.     }
  4264.     /**
  4265.      * Gets the public 'DreiscSeoPro\Core\Content\Product\ProductRepository' shared service.
  4266.      *
  4267.      * @return \DreiscSeoPro\Core\Content\Product\ProductRepository
  4268.      */
  4269.     protected function getProductRepositoryService()
  4270.     {
  4271.         include_once \dirname(__DIR__4).'/vendor/store.shopware.com/dreiscseopro/src/Core/Content/Product/ProductRepository.php';
  4272.         $a = ($this->services['product.repository'] ?? $this->getProduct_RepositoryService());
  4273.         if (isset($this->services['DreiscSeoPro\\Core\\Content\\Product\\ProductRepository'])) {
  4274.             return $this->services['DreiscSeoPro\\Core\\Content\\Product\\ProductRepository'];
  4275.         }
  4276.         return $this->services['DreiscSeoPro\\Core\\Content\\Product\\ProductRepository'] = new \DreiscSeoPro\Core\Content\Product\ProductRepository($a);
  4277.     }
  4278.     /**
  4279.      * Gets the public 'DreiscSeoPro\Core\Content\SalesChannel\Aggregate\SalesChannelDomain\SalesChannelDomainRepository' shared service.
  4280.      *
  4281.      * @return \DreiscSeoPro\Core\Content\SalesChannel\Aggregate\SalesChannelDomain\SalesChannelDomainRepository
  4282.      */
  4283.     protected function getSalesChannelDomainRepositoryService()
  4284.     {
  4285.         include_once \dirname(__DIR__4).'/vendor/store.shopware.com/dreiscseopro/src/Core/Content/SalesChannel/Aggregate/SalesChannelDomain/SalesChannelDomainRepository.php';
  4286.         $a = ($this->services['sales_channel_domain.repository'] ?? $this->getSalesChannelDomain_RepositoryService());
  4287.         if (isset($this->services['DreiscSeoPro\\Core\\Content\\SalesChannel\\Aggregate\\SalesChannelDomain\\SalesChannelDomainRepository'])) {
  4288.             return $this->services['DreiscSeoPro\\Core\\Content\\SalesChannel\\Aggregate\\SalesChannelDomain\\SalesChannelDomainRepository'];
  4289.         }
  4290.         return $this->services['DreiscSeoPro\\Core\\Content\\SalesChannel\\Aggregate\\SalesChannelDomain\\SalesChannelDomainRepository'] = new \DreiscSeoPro\Core\Content\SalesChannel\Aggregate\SalesChannelDomain\SalesChannelDomainRepository($a);
  4291.     }
  4292.     /**
  4293.      * Gets the public 'DreiscSeoPro\Core\Content\SalesChannel\SalesChannelRepository' shared service.
  4294.      *
  4295.      * @return \DreiscSeoPro\Core\Content\SalesChannel\SalesChannelRepository
  4296.      */
  4297.     protected function getSalesChannelRepositoryService()
  4298.     {
  4299.         include_once \dirname(__DIR__4).'/vendor/store.shopware.com/dreiscseopro/src/Core/Content/SalesChannel/SalesChannelRepository.php';
  4300.         $a = ($this->services['sales_channel.repository'] ?? $this->getSalesChannel_RepositoryService());
  4301.         if (isset($this->services['DreiscSeoPro\\Core\\Content\\SalesChannel\\SalesChannelRepository'])) {
  4302.             return $this->services['DreiscSeoPro\\Core\\Content\\SalesChannel\\SalesChannelRepository'];
  4303.         }
  4304.         $b = ($this->services['DreiscSeoPro\\Core\\Content\\SalesChannel\\Aggregate\\SalesChannelDomain\\SalesChannelDomainRepository'] ?? $this->getSalesChannelDomainRepositoryService());
  4305.         if (isset($this->services['DreiscSeoPro\\Core\\Content\\SalesChannel\\SalesChannelRepository'])) {
  4306.             return $this->services['DreiscSeoPro\\Core\\Content\\SalesChannel\\SalesChannelRepository'];
  4307.         }
  4308.         return $this->services['DreiscSeoPro\\Core\\Content\\SalesChannel\\SalesChannelRepository'] = new \DreiscSeoPro\Core\Content\SalesChannel\SalesChannelRepository($a$b);
  4309.     }
  4310.     /**
  4311.      * Gets the public 'DreiscSeoPro\Core\Content\SeoUrlTemplate\SeoUrlTemplateRepository' shared service.
  4312.      *
  4313.      * @return \DreiscSeoPro\Core\Content\SeoUrlTemplate\SeoUrlTemplateRepository
  4314.      */
  4315.     protected function getSeoUrlTemplateRepositoryService()
  4316.     {
  4317.         include_once \dirname(__DIR__4).'/vendor/store.shopware.com/dreiscseopro/src/Core/Content/SeoUrlTemplate/SeoUrlTemplateRepository.php';
  4318.         return $this->services['DreiscSeoPro\\Core\\Content\\SeoUrlTemplate\\SeoUrlTemplateRepository'] = new \DreiscSeoPro\Core\Content\SeoUrlTemplate\SeoUrlTemplateRepository(($this->services['seo_url_template.repository'] ?? $this->getSeoUrlTemplate_RepositoryService()));
  4319.     }
  4320.     /**
  4321.      * Gets the public 'DreiscSeoPro\Core\Content\SeoUrl\SeoUrlRepository' shared service.
  4322.      *
  4323.      * @return \DreiscSeoPro\Core\Content\SeoUrl\SeoUrlRepository
  4324.      */
  4325.     protected function getSeoUrlRepositoryService()
  4326.     {
  4327.         include_once \dirname(__DIR__4).'/vendor/store.shopware.com/dreiscseopro/src/Core/Content/SeoUrl/SeoUrlRepository.php';
  4328.         $a = ($this->services['seo_url.repository'] ?? $this->getSeoUrl_RepositoryService());
  4329.         if (isset($this->services['DreiscSeoPro\\Core\\Content\\SeoUrl\\SeoUrlRepository'])) {
  4330.             return $this->services['DreiscSeoPro\\Core\\Content\\SeoUrl\\SeoUrlRepository'];
  4331.         }
  4332.         $b = ($this->privates['Shopware\\Core\\Framework\\Adapter\\Cache\\CacheClearer'] ?? $this->getCacheClearer2Service());
  4333.         if (isset($this->services['DreiscSeoPro\\Core\\Content\\SeoUrl\\SeoUrlRepository'])) {
  4334.             return $this->services['DreiscSeoPro\\Core\\Content\\SeoUrl\\SeoUrlRepository'];
  4335.         }
  4336.         return $this->services['DreiscSeoPro\\Core\\Content\\SeoUrl\\SeoUrlRepository'] = new \DreiscSeoPro\Core\Content\SeoUrl\SeoUrlRepository($a, ($this->services['Doctrine\\DBAL\\Connection'] ?? $this->getConnectionService()), ($this->services['Shopware\\Core\\Framework\\DataAbstractionLayer\\Cache\\EntityCacheKeyGenerator'] ?? ($this->services['Shopware\\Core\\Framework\\DataAbstractionLayer\\Cache\\EntityCacheKeyGenerator'] = new \Shopware\Core\Framework\DataAbstractionLayer\Cache\EntityCacheKeyGenerator())), $b);
  4337.     }
  4338.     /**
  4339.      * Gets the public 'DreiscSeoPro\Core\Content\SystemConfig\SystemConfigRepository' shared service.
  4340.      *
  4341.      * @return \DreiscSeoPro\Core\Content\SystemConfig\SystemConfigRepository
  4342.      */
  4343.     protected function getSystemConfigRepositoryService()
  4344.     {
  4345.         include_once \dirname(__DIR__4).'/vendor/store.shopware.com/dreiscseopro/src/Core/Content/SystemConfig/SystemConfigRepository.php';
  4346.         return $this->services['DreiscSeoPro\\Core\\Content\\SystemConfig\\SystemConfigRepository'] = new \DreiscSeoPro\Core\Content\SystemConfig\SystemConfigRepository(($this->services['system_config.repository'] ?? $this->getSystemConfig_RepositoryService()));
  4347.     }
  4348.     /**
  4349.      * Gets the public 'DreiscSeoPro\Core\CustomSetting\CustomSettingLoader' shared service.
  4350.      *
  4351.      * @return \DreiscSeoPro\Core\CustomSetting\CustomSettingLoader
  4352.      */
  4353.     protected function getCustomSettingLoaderService()
  4354.     {
  4355.         $a = ($this->services['DreiscSeoPro\\Core\\Content\\DreiscSeoSetting\\DreiscSeoSettingRepository'] ?? $this->getDreiscSeoSettingRepositoryService());
  4356.         if (isset($this->services['DreiscSeoPro\\Core\\CustomSetting\\CustomSettingLoader'])) {
  4357.             return $this->services['DreiscSeoPro\\Core\\CustomSetting\\CustomSettingLoader'];
  4358.         }
  4359.         return $this->services['DreiscSeoPro\\Core\\CustomSetting\\CustomSettingLoader'] = new \DreiscSeoPro\Core\CustomSetting\CustomSettingLoader($a, ($this->services['DreiscSeoPro\\Core\\Foundation\\CustomSettingEntity\\CustomSettingEntityService'] ?? ($this->services['DreiscSeoPro\\Core\\Foundation\\CustomSettingEntity\\CustomSettingEntityService'] = new \DreiscSeoPro\Core\Foundation\CustomSettingEntity\CustomSettingEntityService())));
  4360.     }
  4361.     /**
  4362.      * Gets the public 'DreiscSeoPro\Core\CustomSetting\CustomSettingSaver' shared service.
  4363.      *
  4364.      * @return \DreiscSeoPro\Core\CustomSetting\CustomSettingSaver
  4365.      */
  4366.     protected function getCustomSettingSaverService()
  4367.     {
  4368.         include_once \dirname(__DIR__4).'/vendor/store.shopware.com/dreiscseopro/src/Core/CustomSetting/CustomSettingSaver.php';
  4369.         return $this->services['DreiscSeoPro\\Core\\CustomSetting\\CustomSettingSaver'] = new \DreiscSeoPro\Core\CustomSetting\CustomSettingSaver(($this->services['DreiscSeoPro\\Core\\Content\\DreiscSeoSetting\\DreiscSeoSettingRepository'] ?? $this->getDreiscSeoSettingRepositoryService()), ($this->services['DreiscSeoPro\\Core\\Foundation\\CustomSettingEntity\\CustomSettingEntityService'] ?? ($this->services['DreiscSeoPro\\Core\\Foundation\\CustomSettingEntity\\CustomSettingEntityService'] = new \DreiscSeoPro\Core\Foundation\CustomSettingEntity\CustomSettingEntityService())));
  4370.     }
  4371.     /**
  4372.      * Gets the public 'DreiscSeoPro\Core\Dbl\BulkUpdater\BulkUpdater' shared service.
  4373.      *
  4374.      * @return \DreiscSeoPro\Core\Dbl\BulkUpdater\BulkUpdater
  4375.      */
  4376.     protected function getBulkUpdaterService()
  4377.     {
  4378.         include_once \dirname(__DIR__4).'/vendor/store.shopware.com/dreiscseopro/src/Core/Dbl/BulkUpdater/BulkUpdater.php';
  4379.         $a = ($this->services['DreiscSeoPro\\Core\\Dbl\\PlainSqlUpdate\\Product'] ?? $this->getProductService());
  4380.         if (isset($this->services['DreiscSeoPro\\Core\\Dbl\\BulkUpdater\\BulkUpdater'])) {
  4381.             return $this->services['DreiscSeoPro\\Core\\Dbl\\BulkUpdater\\BulkUpdater'];
  4382.         }
  4383.         return $this->services['DreiscSeoPro\\Core\\Dbl\\BulkUpdater\\BulkUpdater'] = new \DreiscSeoPro\Core\Dbl\BulkUpdater\BulkUpdater($a, ($this->services['DreiscSeoPro\\Core\\Dbl\\PlainSqlUpdate\\Category'] ?? $this->getCategoryService()));
  4384.     }
  4385.     /**
  4386.      * Gets the public 'DreiscSeoPro\Core\Dbl\PlainSqlUpdate\Category' shared service.
  4387.      *
  4388.      * @return \DreiscSeoPro\Core\Dbl\PlainSqlUpdate\Category
  4389.      */
  4390.     protected function getCategoryService()
  4391.     {
  4392.         include_once \dirname(__DIR__4).'/vendor/store.shopware.com/dreiscseopro/src/Core/Dbl/PlainSqlUpdate/Category.php';
  4393.         return $this->services['DreiscSeoPro\\Core\\Dbl\\PlainSqlUpdate\\Category'] = new \DreiscSeoPro\Core\Dbl\PlainSqlUpdate\Category(($this->services['DreiscSeoPro\\Core\\Dbl\\PlainSqlUpdate\\Common'] ?? $this->getCommonService()));
  4394.     }
  4395.     /**
  4396.      * Gets the public 'DreiscSeoPro\Core\Dbl\PlainSqlUpdate\Common' shared service.
  4397.      *
  4398.      * @return \DreiscSeoPro\Core\Dbl\PlainSqlUpdate\Common
  4399.      */
  4400.     protected function getCommonService()
  4401.     {
  4402.         include_once \dirname(__DIR__4).'/vendor/store.shopware.com/dreiscseopro/src/Core/Dbl/PlainSqlUpdate/Common.php';
  4403.         $a = ($this->privates['Shopware\\Core\\Framework\\Adapter\\Cache\\CacheClearer'] ?? $this->getCacheClearer2Service());
  4404.         if (isset($this->services['DreiscSeoPro\\Core\\Dbl\\PlainSqlUpdate\\Common'])) {
  4405.             return $this->services['DreiscSeoPro\\Core\\Dbl\\PlainSqlUpdate\\Common'];
  4406.         }
  4407.         return $this->services['DreiscSeoPro\\Core\\Dbl\\PlainSqlUpdate\\Common'] = new \DreiscSeoPro\Core\Dbl\PlainSqlUpdate\Common(($this->services['Doctrine\\DBAL\\Connection'] ?? $this->getConnectionService()), $a);
  4408.     }
  4409.     /**
  4410.      * Gets the public 'DreiscSeoPro\Core\Dbl\PlainSqlUpdate\Product' shared service.
  4411.      *
  4412.      * @return \DreiscSeoPro\Core\Dbl\PlainSqlUpdate\Product
  4413.      */
  4414.     protected function getProductService()
  4415.     {
  4416.         include_once \dirname(__DIR__4).'/vendor/store.shopware.com/dreiscseopro/src/Core/Dbl/PlainSqlUpdate/Product.php';
  4417.         $a = ($this->services['DreiscSeoPro\\Core\\Dbl\\PlainSqlUpdate\\Common'] ?? $this->getCommonService());
  4418.         if (isset($this->services['DreiscSeoPro\\Core\\Dbl\\PlainSqlUpdate\\Product'])) {
  4419.             return $this->services['DreiscSeoPro\\Core\\Dbl\\PlainSqlUpdate\\Product'];
  4420.         }
  4421.         return $this->services['DreiscSeoPro\\Core\\Dbl\\PlainSqlUpdate\\Product'] = new \DreiscSeoPro\Core\Dbl\PlainSqlUpdate\Product($a);
  4422.     }
  4423.     /**
  4424.      * Gets the public 'DreiscSeoPro\Core\Foundation\Context\ContextFactory' shared service.
  4425.      *
  4426.      * @return \DreiscSeoPro\Core\Foundation\Context\ContextFactory
  4427.      */
  4428.     protected function getContextFactoryService()
  4429.     {
  4430.         include_once \dirname(__DIR__4).'/vendor/store.shopware.com/dreiscseopro/src/Core/Foundation/Context/ContextFactory.php';
  4431.         return $this->services['DreiscSeoPro\\Core\\Foundation\\Context\\ContextFactory'] = new \DreiscSeoPro\Core\Foundation\Context\ContextFactory();
  4432.     }
  4433.     /**
  4434.      * Gets the public 'DreiscSeoPro\Core\Foundation\Context\LanguageChainFactory' shared service.
  4435.      *
  4436.      * @return \DreiscSeoPro\Core\Foundation\Context\LanguageChainFactory
  4437.      */
  4438.     protected function getLanguageChainFactoryService()
  4439.     {
  4440.         include_once \dirname(__DIR__4).'/vendor/store.shopware.com/dreiscseopro/src/Core/Foundation/Context/LanguageChainFactory.php';
  4441.         return $this->services['DreiscSeoPro\\Core\\Foundation\\Context\\LanguageChainFactory'] = new \DreiscSeoPro\Core\Foundation\Context\LanguageChainFactory(($this->services['Doctrine\\DBAL\\Connection'] ?? $this->getConnectionService()));
  4442.     }
  4443.     /**
  4444.      * Gets the public 'DreiscSeoPro\Core\Foundation\CustomSettingEntity\CustomSettingEntityService' shared service.
  4445.      *
  4446.      * @return \DreiscSeoPro\Core\Foundation\CustomSettingEntity\CustomSettingEntityService
  4447.      */
  4448.     protected function getCustomSettingEntityServiceService()
  4449.     {
  4450.         return $this->services['DreiscSeoPro\\Core\\Foundation\\CustomSettingEntity\\CustomSettingEntityService'] = new \DreiscSeoPro\Core\Foundation\CustomSettingEntity\CustomSettingEntityService();
  4451.     }
  4452.     /**
  4453.      * Gets the public 'DreiscSeoPro\Core\Foundation\Dal\Iterator\IteratorFactory' shared service.
  4454.      *
  4455.      * @return \DreiscSeoPro\Core\Foundation\Dal\Iterator\IteratorFactory
  4456.      */
  4457.     protected function getIteratorFactoryService()
  4458.     {
  4459.         include_once \dirname(__DIR__4).'/vendor/store.shopware.com/dreiscseopro/src/Core/Foundation/Dal/Iterator/IteratorFactory.php';
  4460.         return $this->services['DreiscSeoPro\\Core\\Foundation\\Dal\\Iterator\\IteratorFactory'] = new \DreiscSeoPro\Core\Foundation\Dal\Iterator\IteratorFactory(($this->services['Doctrine\\DBAL\\Connection'] ?? $this->getConnectionService()), ($this->services['Shopware\\Core\\Framework\\DataAbstractionLayer\\DefinitionInstanceRegistry'] ?? $this->getDefinitionInstanceRegistryService()));
  4461.     }
  4462.     /**
  4463.      * Gets the public 'DreiscSeoPro\Core\Foundation\Dal\Validator' shared service.
  4464.      *
  4465.      * @return \DreiscSeoPro\Core\Foundation\Dal\Validator
  4466.      */
  4467.     protected function getValidatorService()
  4468.     {
  4469.         include_once \dirname(__DIR__4).'/vendor/store.shopware.com/dreiscseopro/src/Core/Foundation/Dal/Validator.php';
  4470.         return $this->services['DreiscSeoPro\\Core\\Foundation\\Dal\\Validator'] = new \DreiscSeoPro\Core\Foundation\Dal\Validator(($this->services['Doctrine\\DBAL\\Connection'] ?? $this->getConnectionService()));
  4471.     }
  4472.     /**
  4473.      * Gets the public 'DreiscSeoPro\Core\Foundation\DemoData\DemoDataIds' shared service.
  4474.      *
  4475.      * @return \DreiscSeoPro\Core\Foundation\DemoData\DemoDataIds
  4476.      */
  4477.     protected function getDemoDataIdsService()
  4478.     {
  4479.         include_once \dirname(__DIR__4).'/vendor/store.shopware.com/dreiscseopro/src/Core/Foundation/DemoData/DemoDataIds.php';
  4480.         return $this->services['DreiscSeoPro\\Core\\Foundation\\DemoData\\DemoDataIds'] = new \DreiscSeoPro\Core\Foundation\DemoData\DemoDataIds();
  4481.     }
  4482.     /**
  4483.      * Gets the public 'DreiscSeoPro\Core\Foundation\DemoData\DemoDataRepository' shared service.
  4484.      *
  4485.      * @return \DreiscSeoPro\Core\Foundation\DemoData\DemoDataRepository
  4486.      */
  4487.     protected function getDemoDataRepositoryService()
  4488.     {
  4489.         include_once \dirname(__DIR__4).'/vendor/store.shopware.com/dreiscseopro/src/Core/Foundation/DemoData/DemoDataRepository.php';
  4490.         return $this->services['DreiscSeoPro\\Core\\Foundation\\DemoData\\DemoDataRepository'] = new \DreiscSeoPro\Core\Foundation\DemoData\DemoDataRepository(($this->services['Doctrine\\DBAL\\Connection'] ?? $this->getConnectionService()));
  4491.     }
  4492.     /**
  4493.      * Gets the public 'DreiscSeoPro\Core\Foundation\Seo\SeoUrlAssembler' shared service.
  4494.      *
  4495.      * @return \DreiscSeoPro\Core\Foundation\Seo\SeoUrlAssembler
  4496.      */
  4497.     protected function getSeoUrlAssemblerService()
  4498.     {
  4499.         include_once \dirname(__DIR__4).'/vendor/store.shopware.com/dreiscseopro/src/Core/Foundation/Seo/SeoUrlAssembler.php';
  4500.         $a = ($this->services['seo_url.repository'] ?? $this->getSeoUrl_RepositoryService());
  4501.         if (isset($this->services['DreiscSeoPro\\Core\\Foundation\\Seo\\SeoUrlAssembler'])) {
  4502.             return $this->services['DreiscSeoPro\\Core\\Foundation\\Seo\\SeoUrlAssembler'];
  4503.         }
  4504.         $b = ($this->services['sales_channel_domain.repository'] ?? $this->getSalesChannelDomain_RepositoryService());
  4505.         if (isset($this->services['DreiscSeoPro\\Core\\Foundation\\Seo\\SeoUrlAssembler'])) {
  4506.             return $this->services['DreiscSeoPro\\Core\\Foundation\\Seo\\SeoUrlAssembler'];
  4507.         }
  4508.         return $this->services['DreiscSeoPro\\Core\\Foundation\\Seo\\SeoUrlAssembler'] = new \DreiscSeoPro\Core\Foundation\Seo\SeoUrlAssembler($a$b);
  4509.     }
  4510.     /**
  4511.      * Gets the public 'DreiscSeoPro\Core\Foundation\Seo\SeoUrlParser' shared service.
  4512.      *
  4513.      * @return \DreiscSeoPro\Core\Foundation\Seo\SeoUrlParser
  4514.      */
  4515.     protected function getSeoUrlParserService()
  4516.     {
  4517.         include_once \dirname(__DIR__4).'/vendor/store.shopware.com/dreiscseopro/src/Core/Foundation/Seo/SeoUrlParser.php';
  4518.         include_once \dirname(__DIR__4).'/vendor/store.shopware.com/dreiscseopro/src/Core/Foundation/String/StringAnalyzer.php';
  4519.         return $this->services['DreiscSeoPro\\Core\\Foundation\\Seo\\SeoUrlParser'] = new \DreiscSeoPro\Core\Foundation\Seo\SeoUrlParser(($this->services['sales_channel_domain.repository'] ?? $this->getSalesChannelDomain_RepositoryService()), ($this->services['DreiscSeoPro\\Core\\Foundation\\String\\StringAnalyzer'] ?? ($this->services['DreiscSeoPro\\Core\\Foundation\\String\\StringAnalyzer'] = new \DreiscSeoPro\Core\Foundation\String\StringAnalyzer())));
  4520.     }
  4521.     /**
  4522.      * Gets the public 'DreiscSeoPro\Core\Foundation\String\StringAnalyzer' shared service.
  4523.      *
  4524.      * @return \DreiscSeoPro\Core\Foundation\String\StringAnalyzer
  4525.      */
  4526.     protected function getStringAnalyzerService()
  4527.     {
  4528.         include_once \dirname(__DIR__4).'/vendor/store.shopware.com/dreiscseopro/src/Core/Foundation/String/StringAnalyzer.php';
  4529.         return $this->services['DreiscSeoPro\\Core\\Foundation\\String\\StringAnalyzer'] = new \DreiscSeoPro\Core\Foundation\String\StringAnalyzer();
  4530.     }
  4531.     /**
  4532.      * Gets the public 'DreiscSeoPro\Core\Foundation\Translation\EntityInheritanceFieldReader' shared service.
  4533.      *
  4534.      * @return \DreiscSeoPro\Core\Foundation\Translation\EntityInheritanceFieldReader
  4535.      */
  4536.     protected function getEntityInheritanceFieldReaderService()
  4537.     {
  4538.         include_once \dirname(__DIR__4).'/vendor/store.shopware.com/dreiscseopro/src/Core/Foundation/Translation/EntityInheritanceFieldReader.php';
  4539.         return $this->services['DreiscSeoPro\\Core\\Foundation\\Translation\\EntityInheritanceFieldReader'] = new \DreiscSeoPro\Core\Foundation\Translation\EntityInheritanceFieldReader();
  4540.     }
  4541.     /**
  4542.      * Gets the public 'DreiscSeoPro\Core\Foundation\Twig\TemplateRendererFactory' shared service.
  4543.      *
  4544.      * @return \DreiscSeoPro\Core\Foundation\Twig\TemplateRendererFactory
  4545.      */
  4546.     protected function getTemplateRendererFactoryService()
  4547.     {
  4548.         include_once \dirname(__DIR__4).'/vendor/store.shopware.com/dreiscseopro/src/Core/Foundation/Twig/TemplateRendererFactory.php';
  4549.         return $this->services['DreiscSeoPro\\Core\\Foundation\\Twig\\TemplateRendererFactory'] = new \DreiscSeoPro\Core\Foundation\Twig\TemplateRendererFactory();
  4550.     }
  4551.     /**
  4552.      * Gets the public 'DreiscSeoPro\Core\RichSnippet\Breadcrumb\BreadcrumbRichSnippetLdBuilder' shared service.
  4553.      *
  4554.      * @return \DreiscSeoPro\Core\RichSnippet\Breadcrumb\BreadcrumbRichSnippetLdBuilder
  4555.      */
  4556.     protected function getBreadcrumbRichSnippetLdBuilderService()
  4557.     {
  4558.         include_once \dirname(__DIR__4).'/vendor/store.shopware.com/dreiscseopro/src/Core/RichSnippet/Breadcrumb/BreadcrumbRichSnippetLdBuilderInterface.php';
  4559.         include_once \dirname(__DIR__4).'/vendor/store.shopware.com/dreiscseopro/src/Core/RichSnippet/Breadcrumb/BreadcrumbRichSnippetLdBuilder.php';
  4560.         $a = ($this->privates['Shopware\\Core\\Framework\\Adapter\\Translation\\Translator'] ?? $this->getTranslator2Service());
  4561.         if (isset($this->services['DreiscSeoPro\\Core\\RichSnippet\\Breadcrumb\\BreadcrumbRichSnippetLdBuilder'])) {
  4562.             return $this->services['DreiscSeoPro\\Core\\RichSnippet\\Breadcrumb\\BreadcrumbRichSnippetLdBuilder'];
  4563.         }
  4564.         return $this->services['DreiscSeoPro\\Core\\RichSnippet\\Breadcrumb\\BreadcrumbRichSnippetLdBuilder'] = new \DreiscSeoPro\Core\RichSnippet\Breadcrumb\BreadcrumbRichSnippetLdBuilder(($this->services['DreiscSeoPro\\Core\\Foundation\\Seo\\SeoUrlAssembler'] ?? $this->getSeoUrlAssemblerService()), ($this->services['DreiscSeoPro\\Core\\Content\\Category\\CategoryRepository'] ?? $this->getCategoryRepositoryService()), $a, ($this->services['router'] ?? $this->getRouterService()));
  4565.     }
  4566.     /**
  4567.      * Gets the public 'DreiscSeoPro\Core\RichSnippet\LocalBusiness\LocalBusinessRichSnippetLdBuilder' shared service.
  4568.      *
  4569.      * @return \DreiscSeoPro\Core\RichSnippet\LocalBusiness\LocalBusinessRichSnippetLdBuilder
  4570.      */
  4571.     protected function getLocalBusinessRichSnippetLdBuilderService()
  4572.     {
  4573.         include_once \dirname(__DIR__4).'/vendor/store.shopware.com/dreiscseopro/src/Core/RichSnippet/LocalBusiness/LocalBusinessRichSnippetLdBuilderInterface.php';
  4574.         include_once \dirname(__DIR__4).'/vendor/store.shopware.com/dreiscseopro/src/Core/RichSnippet/LocalBusiness/LocalBusinessRichSnippetLdBuilder.php';
  4575.         $a = ($this->services['DreiscSeoPro\\Core\\Content\\Country\\CountryRepository'] ?? $this->getCountryRepositoryService());
  4576.         if (isset($this->services['DreiscSeoPro\\Core\\RichSnippet\\LocalBusiness\\LocalBusinessRichSnippetLdBuilder'])) {
  4577.             return $this->services['DreiscSeoPro\\Core\\RichSnippet\\LocalBusiness\\LocalBusinessRichSnippetLdBuilder'];
  4578.         }
  4579.         return $this->services['DreiscSeoPro\\Core\\RichSnippet\\LocalBusiness\\LocalBusinessRichSnippetLdBuilder'] = new \DreiscSeoPro\Core\RichSnippet\LocalBusiness\LocalBusinessRichSnippetLdBuilder($a);
  4580.     }
  4581.     /**
  4582.      * Gets the public 'DreiscSeoPro\Core\RichSnippet\Logo\LogoRichSnippetLdBuilder' shared service.
  4583.      *
  4584.      * @return \DreiscSeoPro\Core\RichSnippet\Logo\LogoRichSnippetLdBuilder
  4585.      */
  4586.     protected function getLogoRichSnippetLdBuilderService()
  4587.     {
  4588.         include_once \dirname(__DIR__4).'/vendor/store.shopware.com/dreiscseopro/src/Core/RichSnippet/Logo/LogoRichSnippetLdBuilderInterface.php';
  4589.         include_once \dirname(__DIR__4).'/vendor/store.shopware.com/dreiscseopro/src/Core/RichSnippet/Logo/LogoRichSnippetLdBuilder.php';
  4590.         return $this->services['DreiscSeoPro\\Core\\RichSnippet\\Logo\\LogoRichSnippetLdBuilder'] = new \DreiscSeoPro\Core\RichSnippet\Logo\LogoRichSnippetLdBuilder(($this->services['DreiscSeoPro\\Core\\Content\\Media\\MediaRepository'] ?? $this->getMediaRepositoryService()));
  4591.     }
  4592.     /**
  4593.      * Gets the public 'DreiscSeoPro\Core\RichSnippet\Logo\LogoRichSnippetLdBuilderInterface' shared service.
  4594.      *
  4595.      * @return \DreiscSeoPro\Core\RichSnippet\Logo\LogoRichSnippetLdBuilderInterface
  4596.      */
  4597.     protected function getLogoRichSnippetLdBuilderInterfaceService()
  4598.     {
  4599.         include_once \dirname(__DIR__4).'/vendor/store.shopware.com/dreiscseopro/src/Core/RichSnippet/Logo/LogoRichSnippetLdBuilderInterface.php';
  4600.         return $this->services['DreiscSeoPro\\Core\\RichSnippet\\Logo\\LogoRichSnippetLdBuilderInterface'] = new \DreiscSeoPro\Core\RichSnippet\Logo\LogoRichSnippetLdBuilderInterface();
  4601.     }
  4602.     /**
  4603.      * Gets the public 'DreiscSeoPro\Core\RichSnippet\Product\ProductRichSnippetLdBuilder' shared service.
  4604.      *
  4605.      * @return \DreiscSeoPro\Core\RichSnippet\Product\ProductRichSnippetLdBuilder
  4606.      */
  4607.     protected function getProductRichSnippetLdBuilderService()
  4608.     {
  4609.         include_once \dirname(__DIR__4).'/vendor/store.shopware.com/dreiscseopro/src/Core/RichSnippet/Product/ProductRichSnippetLdBuilderInterface.php';
  4610.         include_once \dirname(__DIR__4).'/vendor/store.shopware.com/dreiscseopro/src/Core/RichSnippet/Product/ProductRichSnippetLdBuilder.php';
  4611.         $a = ($this->privates['Shopware\\Core\\Framework\\Adapter\\Translation\\Translator'] ?? $this->getTranslator2Service());
  4612.         if (isset($this->services['DreiscSeoPro\\Core\\RichSnippet\\Product\\ProductRichSnippetLdBuilder'])) {
  4613.             return $this->services['DreiscSeoPro\\Core\\RichSnippet\\Product\\ProductRichSnippetLdBuilder'];
  4614.         }
  4615.         $b = ($this->services['DreiscSeoPro\\Core\\Content\\Customer\\CustomerRepository'] ?? $this->getCustomerRepositoryService());
  4616.         if (isset($this->services['DreiscSeoPro\\Core\\RichSnippet\\Product\\ProductRichSnippetLdBuilder'])) {
  4617.             return $this->services['DreiscSeoPro\\Core\\RichSnippet\\Product\\ProductRichSnippetLdBuilder'];
  4618.         }
  4619.         return $this->services['DreiscSeoPro\\Core\\RichSnippet\\Product\\ProductRichSnippetLdBuilder'] = new \DreiscSeoPro\Core\RichSnippet\Product\ProductRichSnippetLdBuilder(($this->services['DreiscSeoPro\\Core\\Foundation\\Seo\\SeoUrlAssembler'] ?? $this->getSeoUrlAssemblerService()), $a$b);
  4620.     }
  4621.     /**
  4622.      * Gets the public 'DreiscSeoPro\Core\RobotsTag\NoIndexParameterSearcher' shared service.
  4623.      *
  4624.      * @return \DreiscSeoPro\Core\RobotsTag\NoIndexParameterSearcher
  4625.      */
  4626.     protected function getNoIndexParameterSearcherService()
  4627.     {
  4628.         include_once \dirname(__DIR__4).'/vendor/store.shopware.com/dreiscseopro/src/Core/RobotsTag/NoIndexParameterSearcher.php';
  4629.         return $this->services['DreiscSeoPro\\Core\\RobotsTag\\NoIndexParameterSearcher'] = new \DreiscSeoPro\Core\RobotsTag\NoIndexParameterSearcher();
  4630.     }
  4631.     /**
  4632.      * Gets the public 'DreiscSeoPro\Core\RobotsTag\RobotsTagFetcher' shared service.
  4633.      *
  4634.      * @return \DreiscSeoPro\Core\RobotsTag\RobotsTagFetcher
  4635.      */
  4636.     protected function getRobotsTagFetcherService()
  4637.     {
  4638.         include_once \dirname(__DIR__4).'/vendor/store.shopware.com/dreiscseopro/src/Core/RobotsTag/RobotsTagFetcher.php';
  4639.         include_once \dirname(__DIR__4).'/vendor/store.shopware.com/dreiscseopro/src/Core/RobotsTag/NoIndexParameterSearcher.php';
  4640.         $a = ($this->services['DreiscSeoPro\\Core\\Seo\\SeoDataFetcher\\CategorySeoDataFetcher'] ?? $this->getCategorySeoDataFetcherService());
  4641.         if (isset($this->services['DreiscSeoPro\\Core\\RobotsTag\\RobotsTagFetcher'])) {
  4642.             return $this->services['DreiscSeoPro\\Core\\RobotsTag\\RobotsTagFetcher'];
  4643.         }
  4644.         return $this->services['DreiscSeoPro\\Core\\RobotsTag\\RobotsTagFetcher'] = new \DreiscSeoPro\Core\RobotsTag\RobotsTagFetcher(($this->services['DreiscSeoPro\\Core\\RobotsTag\\NoIndexParameterSearcher'] ?? ($this->services['DreiscSeoPro\\Core\\RobotsTag\\NoIndexParameterSearcher'] = new \DreiscSeoPro\Core\RobotsTag\NoIndexParameterSearcher())), ($this->services['DreiscSeoPro\\Core\\Seo\\SeoDataFetcher\\ProductSeoDataFetcher'] ?? $this->getProductSeoDataFetcherService()), $a);
  4645.     }
  4646.     /**
  4647.      * Gets the public 'DreiscSeoPro\Core\Routing\Category\CategoryRedirectSearcher' shared service.
  4648.      *
  4649.      * @return \DreiscSeoPro\Core\Routing\Category\CategoryRedirectSearcher
  4650.      */
  4651.     protected function getCategoryRedirectSearcherService()
  4652.     {
  4653.         include_once \dirname(__DIR__4).'/vendor/store.shopware.com/dreiscseopro/src/Core/Routing/Category/CategoryRedirectSearcher.php';
  4654.         include_once \dirname(__DIR__4).'/vendor/store.shopware.com/dreiscseopro/src/Core/Routing/SourceSalesChannelDomainRestrictionChecker.php';
  4655.         $a = ($this->services['DreiscSeoPro\\Core\\Content\\DreiscSeoRedirect\\DreiscSeoRedirectRepository'] ?? $this->getDreiscSeoRedirectRepositoryService());
  4656.         if (isset($this->services['DreiscSeoPro\\Core\\Routing\\Category\\CategoryRedirectSearcher'])) {
  4657.             return $this->services['DreiscSeoPro\\Core\\Routing\\Category\\CategoryRedirectSearcher'];
  4658.         }
  4659.         return $this->services['DreiscSeoPro\\Core\\Routing\\Category\\CategoryRedirectSearcher'] = new \DreiscSeoPro\Core\Routing\Category\CategoryRedirectSearcher($a, ($this->services['DreiscSeoPro\\Core\\Routing\\RedirectExecutor'] ?? $this->getRedirectExecutorService()), ($this->services['DreiscSeoPro\\Core\\Routing\\SourceSalesChannelDomainRestrictionChecker'] ?? ($this->services['DreiscSeoPro\\Core\\Routing\\SourceSalesChannelDomainRestrictionChecker'] = new \DreiscSeoPro\Core\Routing\SourceSalesChannelDomainRestrictionChecker())));
  4660.     }
  4661.     /**
  4662.      * Gets the public 'DreiscSeoPro\Core\Routing\Product\ProductRedirectSearcher' shared service.
  4663.      *
  4664.      * @return \DreiscSeoPro\Core\Routing\Product\ProductRedirectSearcher
  4665.      */
  4666.     protected function getProductRedirectSearcherService()
  4667.     {
  4668.         include_once \dirname(__DIR__4).'/vendor/store.shopware.com/dreiscseopro/src/Core/Routing/Product/ProductRedirectSearcher.php';
  4669.         include_once \dirname(__DIR__4).'/vendor/store.shopware.com/dreiscseopro/src/Core/Routing/SourceSalesChannelDomainRestrictionChecker.php';
  4670.         $a = ($this->services['DreiscSeoPro\\Core\\Content\\DreiscSeoRedirect\\DreiscSeoRedirectRepository'] ?? $this->getDreiscSeoRedirectRepositoryService());
  4671.         if (isset($this->services['DreiscSeoPro\\Core\\Routing\\Product\\ProductRedirectSearcher'])) {
  4672.             return $this->services['DreiscSeoPro\\Core\\Routing\\Product\\ProductRedirectSearcher'];
  4673.         }
  4674.         return $this->services['DreiscSeoPro\\Core\\Routing\\Product\\ProductRedirectSearcher'] = new \DreiscSeoPro\Core\Routing\Product\ProductRedirectSearcher($a, ($this->services['DreiscSeoPro\\Core\\Routing\\RedirectExecutor'] ?? $this->getRedirectExecutorService()), ($this->services['DreiscSeoPro\\Core\\Routing\\SourceSalesChannelDomainRestrictionChecker'] ?? ($this->services['DreiscSeoPro\\Core\\Routing\\SourceSalesChannelDomainRestrictionChecker'] = new \DreiscSeoPro\Core\Routing\SourceSalesChannelDomainRestrictionChecker())), ($this->services['DreiscSeoPro\\Core\\Content\\Product\\ProductRepository'] ?? $this->getProductRepositoryService()));
  4675.     }
  4676.     /**
  4677.      * Gets the public 'DreiscSeoPro\Core\Routing\RedirectExecutor' shared service.
  4678.      *
  4679.      * @return \DreiscSeoPro\Core\Routing\RedirectExecutor
  4680.      */
  4681.     protected function getRedirectExecutorService()
  4682.     {
  4683.         include_once \dirname(__DIR__4).'/vendor/store.shopware.com/dreiscseopro/src/Core/Routing/RedirectExecutor.php';
  4684.         return $this->services['DreiscSeoPro\\Core\\Routing\\RedirectExecutor'] = new \DreiscSeoPro\Core\Routing\RedirectExecutor(($this->services['DreiscSeoPro\\Core\\Content\\SalesChannel\\SalesChannelRepository'] ?? $this->getSalesChannelRepositoryService()), ($this->services['DreiscSeoPro\\Core\\Content\\SalesChannel\\Aggregate\\SalesChannelDomain\\SalesChannelDomainRepository'] ?? $this->getSalesChannelDomainRepositoryService()), ($this->services['DreiscSeoPro\\Core\\Content\\Product\\ProductRepository'] ?? $this->getProductRepositoryService()), ($this->services['DreiscSeoPro\\Core\\Content\\Category\\CategoryRepository'] ?? $this->getCategoryRepositoryService()), ($this->services['DreiscSeoPro\\Core\\Foundation\\Seo\\SeoUrlAssembler'] ?? $this->getSeoUrlAssemblerService()));
  4685.     }
  4686.     /**
  4687.      * Gets the public 'DreiscSeoPro\Core\Routing\RequestTransformer' shared service.
  4688.      *
  4689.      * @return \DreiscSeoPro\Core\Routing\RequestTransformer
  4690.      */
  4691.     protected function getRequestTransformerService()
  4692.     {
  4693.         include_once \dirname(__DIR__4).'/vendor/store.shopware.com/dreiscseopro/src/Core/Routing/RequestTransformer.php';
  4694.         $a = ($this->services['DreiscSeoPro\\Core\\Content\\DreiscSeoRedirect\\DreiscSeoRedirectRepository'] ?? $this->getDreiscSeoRedirectRepositoryService());
  4695.         if (isset($this->services['DreiscSeoPro\\Core\\Routing\\RequestTransformer'])) {
  4696.             return $this->services['DreiscSeoPro\\Core\\Routing\\RequestTransformer'];
  4697.         }
  4698.         $b = ($this->services['DreiscSeoPro\\Core\\Routing\\Product\\ProductRedirectSearcher'] ?? $this->getProductRedirectSearcherService());
  4699.         if (isset($this->services['DreiscSeoPro\\Core\\Routing\\RequestTransformer'])) {
  4700.             return $this->services['DreiscSeoPro\\Core\\Routing\\RequestTransformer'];
  4701.         }
  4702.         $c = ($this->services['DreiscSeoPro\\Core\\Routing\\Category\\CategoryRedirectSearcher'] ?? $this->getCategoryRedirectSearcherService());
  4703.         if (isset($this->services['DreiscSeoPro\\Core\\Routing\\RequestTransformer'])) {
  4704.             return $this->services['DreiscSeoPro\\Core\\Routing\\RequestTransformer'];
  4705.         }
  4706.         return $this->services['DreiscSeoPro\\Core\\Routing\\RequestTransformer'] = new \DreiscSeoPro\Core\Routing\RequestTransformer($a, ($this->services['DreiscSeoPro\\Core\\Routing\\RedirectExecutor'] ?? $this->getRedirectExecutorService()), $b$c);
  4707.     }
  4708.     /**
  4709.      * Gets the public 'DreiscSeoPro\Core\Routing\SourceSalesChannelDomainRestrictionChecker' shared service.
  4710.      *
  4711.      * @return \DreiscSeoPro\Core\Routing\SourceSalesChannelDomainRestrictionChecker
  4712.      */
  4713.     protected function getSourceSalesChannelDomainRestrictionCheckerService()
  4714.     {
  4715.         include_once \dirname(__DIR__4).'/vendor/store.shopware.com/dreiscseopro/src/Core/Routing/SourceSalesChannelDomainRestrictionChecker.php';
  4716.         return $this->services['DreiscSeoPro\\Core\\Routing\\SourceSalesChannelDomainRestrictionChecker'] = new \DreiscSeoPro\Core\Routing\SourceSalesChannelDomainRestrictionChecker();
  4717.     }
  4718.     /**
  4719.      * Gets the public 'DreiscSeoPro\Core\Seo\LiveTemplate\LiveTemplateConverter' shared service.
  4720.      *
  4721.      * @return \DreiscSeoPro\Core\Seo\LiveTemplate\LiveTemplateConverter
  4722.      */
  4723.     protected function getLiveTemplateConverterService()
  4724.     {
  4725.         include_once \dirname(__DIR__4).'/vendor/store.shopware.com/dreiscseopro/src/Core/Seo/LiveTemplate/LiveTemplateConverter.php';
  4726.         $a = ($this->services['Shopware\\Core\\System\\SystemConfig\\SystemConfigService'] ?? $this->getSystemConfigServiceService());
  4727.         if (isset($this->services['DreiscSeoPro\\Core\\Seo\\LiveTemplate\\LiveTemplateConverter'])) {
  4728.             return $this->services['DreiscSeoPro\\Core\\Seo\\LiveTemplate\\LiveTemplateConverter'];
  4729.         }
  4730.         $b = ($this->services['DreiscSeoPro\\Core\\Content\\Currency\\CurrencyRepository'] ?? $this->getCurrencyRepositoryService());
  4731.         if (isset($this->services['DreiscSeoPro\\Core\\Seo\\LiveTemplate\\LiveTemplateConverter'])) {
  4732.             return $this->services['DreiscSeoPro\\Core\\Seo\\LiveTemplate\\LiveTemplateConverter'];
  4733.         }
  4734.         return $this->services['DreiscSeoPro\\Core\\Seo\\LiveTemplate\\LiveTemplateConverter'] = new \DreiscSeoPro\Core\Seo\LiveTemplate\LiveTemplateConverter($a, ($this->services['Shopware\\Core\\System\\Currency\\CurrencyFormatter'] ?? $this->getCurrencyFormatterService()), $b);
  4735.     }
  4736.     /**
  4737.      * Gets the public 'DreiscSeoPro\Core\Seo\SeoDataFetcher\CategorySeoDataFetcher' shared service.
  4738.      *
  4739.      * @return \DreiscSeoPro\Core\Seo\SeoDataFetcher\CategorySeoDataFetcher
  4740.      */
  4741.     protected function getCategorySeoDataFetcherService()
  4742.     {
  4743.         include_once \dirname(__DIR__4).'/vendor/store.shopware.com/dreiscseopro/src/Core/Seo/SeoDataFetcher/CategorySeoDataFetcher.php';
  4744.         include_once \dirname(__DIR__4).'/vendor/store.shopware.com/dreiscseopro/src/Core/Foundation/Context/ContextFactory.php';
  4745.         $a = ($this->services['DreiscSeoPro\\Core\\Content\\SeoUrl\\SeoUrlRepository'] ?? $this->getSeoUrlRepositoryService());
  4746.         if (isset($this->services['DreiscSeoPro\\Core\\Seo\\SeoDataFetcher\\CategorySeoDataFetcher'])) {
  4747.             return $this->services['DreiscSeoPro\\Core\\Seo\\SeoDataFetcher\\CategorySeoDataFetcher'];
  4748.         }
  4749.         $b = ($this->services['DreiscSeoPro\\Core\\Seo\\SeoDataFetcher\\Common\\DataFetcher'] ?? $this->getDataFetcherService());
  4750.         if (isset($this->services['DreiscSeoPro\\Core\\Seo\\SeoDataFetcher\\CategorySeoDataFetcher'])) {
  4751.             return $this->services['DreiscSeoPro\\Core\\Seo\\SeoDataFetcher\\CategorySeoDataFetcher'];
  4752.         }
  4753.         return $this->services['DreiscSeoPro\\Core\\Seo\\SeoDataFetcher\\CategorySeoDataFetcher'] = new \DreiscSeoPro\Core\Seo\SeoDataFetcher\CategorySeoDataFetcher(($this->services['DreiscSeoPro\\Core\\Foundation\\Context\\ContextFactory'] ?? ($this->services['DreiscSeoPro\\Core\\Foundation\\Context\\ContextFactory'] = new \DreiscSeoPro\Core\Foundation\Context\ContextFactory())), ($this->services['DreiscSeoPro\\Core\\Content\\Category\\CategoryRepository'] ?? $this->getCategoryRepositoryService()), ($this->services['DreiscSeoPro\\Core\\Foundation\\Context\\LanguageChainFactory'] ?? $this->getLanguageChainFactoryService()), $a$b);
  4754.     }
  4755.     /**
  4756.      * Gets the public 'DreiscSeoPro\Core\Seo\SeoDataFetcher\Common\DataFetcher' shared service.
  4757.      *
  4758.      * @return \DreiscSeoPro\Core\Seo\SeoDataFetcher\Common\DataFetcher
  4759.      */
  4760.     protected function getDataFetcherService()
  4761.     {
  4762.         include_once \dirname(__DIR__4).'/vendor/store.shopware.com/dreiscseopro/src/Core/Seo/SeoDataFetcher/Common/DataFetcher.php';
  4763.         include_once \dirname(__DIR__4).'/vendor/store.shopware.com/dreiscseopro/src/Core/Foundation/Context/ContextFactory.php';
  4764.         $a = ($this->services['DreiscSeoPro\\Core\\Content\\SeoUrl\\SeoUrlRepository'] ?? $this->getSeoUrlRepositoryService());
  4765.         if (isset($this->services['DreiscSeoPro\\Core\\Seo\\SeoDataFetcher\\Common\\DataFetcher'])) {
  4766.             return $this->services['DreiscSeoPro\\Core\\Seo\\SeoDataFetcher\\Common\\DataFetcher'];
  4767.         }
  4768.         $b = ($this->services['DreiscSeoPro\\Core\\Content\\Media\\MediaRepository'] ?? $this->getMediaRepositoryService());
  4769.         if (isset($this->services['DreiscSeoPro\\Core\\Seo\\SeoDataFetcher\\Common\\DataFetcher'])) {
  4770.             return $this->services['DreiscSeoPro\\Core\\Seo\\SeoDataFetcher\\Common\\DataFetcher'];
  4771.         }
  4772.         return $this->services['DreiscSeoPro\\Core\\Seo\\SeoDataFetcher\\Common\\DataFetcher'] = new \DreiscSeoPro\Core\Seo\SeoDataFetcher\Common\DataFetcher(($this->services['DreiscSeoPro\\Core\\Foundation\\Context\\LanguageChainFactory'] ?? $this->getLanguageChainFactoryService()), ($this->services['DreiscSeoPro\\Core\\Foundation\\Context\\ContextFactory'] ?? ($this->services['DreiscSeoPro\\Core\\Foundation\\Context\\ContextFactory'] = new \DreiscSeoPro\Core\Foundation\Context\ContextFactory())), $a$b);
  4773.     }
  4774.     /**
  4775.      * Gets the public 'DreiscSeoPro\Core\Seo\SeoDataFetcher\ProductSeoDataFetcher' shared service.
  4776.      *
  4777.      * @return \DreiscSeoPro\Core\Seo\SeoDataFetcher\ProductSeoDataFetcher
  4778.      */
  4779.     protected function getProductSeoDataFetcherService()
  4780.     {
  4781.         include_once \dirname(__DIR__4).'/vendor/store.shopware.com/dreiscseopro/src/Core/Seo/SeoDataFetcher/ProductSeoDataFetcher.php';
  4782.         include_once \dirname(__DIR__4).'/vendor/store.shopware.com/dreiscseopro/src/Core/Foundation/Context/ContextFactory.php';
  4783.         $a = ($this->services['DreiscSeoPro\\Core\\Content\\SeoUrl\\SeoUrlRepository'] ?? $this->getSeoUrlRepositoryService());
  4784.         if (isset($this->services['DreiscSeoPro\\Core\\Seo\\SeoDataFetcher\\ProductSeoDataFetcher'])) {
  4785.             return $this->services['DreiscSeoPro\\Core\\Seo\\SeoDataFetcher\\ProductSeoDataFetcher'];
  4786.         }
  4787.         $b = ($this->services['DreiscSeoPro\\Core\\Content\\Product\\ProductRepository'] ?? $this->getProductRepositoryService());
  4788.         if (isset($this->services['DreiscSeoPro\\Core\\Seo\\SeoDataFetcher\\ProductSeoDataFetcher'])) {
  4789.             return $this->services['DreiscSeoPro\\Core\\Seo\\SeoDataFetcher\\ProductSeoDataFetcher'];
  4790.         }
  4791.         return $this->services['DreiscSeoPro\\Core\\Seo\\SeoDataFetcher\\ProductSeoDataFetcher'] = new \DreiscSeoPro\Core\Seo\SeoDataFetcher\ProductSeoDataFetcher(($this->services['DreiscSeoPro\\Core\\Foundation\\Context\\ContextFactory'] ?? ($this->services['DreiscSeoPro\\Core\\Foundation\\Context\\ContextFactory'] = new \DreiscSeoPro\Core\Foundation\Context\ContextFactory())), ($this->services['DreiscSeoPro\\Core\\Content\\Category\\CategoryRepository'] ?? $this->getCategoryRepositoryService()), ($this->services['DreiscSeoPro\\Core\\Foundation\\Context\\LanguageChainFactory'] ?? $this->getLanguageChainFactoryService()), $a$b, ($this->services['DreiscSeoPro\\Core\\Seo\\SeoDataFetcher\\Common\\DataFetcher'] ?? $this->getDataFetcherService()));
  4792.     }
  4793.     /**
  4794.      * Gets the public 'DreiscSeoPro\Core\Seo\SeoDataSaver' shared service.
  4795.      *
  4796.      * @return \DreiscSeoPro\Core\Seo\SeoDataSaver
  4797.      */
  4798.     protected function getSeoDataSaverService()
  4799.     {
  4800.         include_once \dirname(__DIR__4).'/vendor/store.shopware.com/dreiscseopro/src/Core/Seo/SeoDataSaver.php';
  4801.         $a = ($this->services['DreiscSeoPro\\Core\\Seo\\SeoDataSaver\\CategorySeoDataSaver'] ?? $this->getCategorySeoDataSaverService());
  4802.         if (isset($this->services['DreiscSeoPro\\Core\\Seo\\SeoDataSaver'])) {
  4803.             return $this->services['DreiscSeoPro\\Core\\Seo\\SeoDataSaver'];
  4804.         }
  4805.         $b = ($this->services['DreiscSeoPro\\Core\\Seo\\SeoDataSaver\\ProductSeoDataSaver'] ?? $this->getProductSeoDataSaverService());
  4806.         if (isset($this->services['DreiscSeoPro\\Core\\Seo\\SeoDataSaver'])) {
  4807.             return $this->services['DreiscSeoPro\\Core\\Seo\\SeoDataSaver'];
  4808.         }
  4809.         return $this->services['DreiscSeoPro\\Core\\Seo\\SeoDataSaver'] = new \DreiscSeoPro\Core\Seo\SeoDataSaver($a$b);
  4810.     }
  4811.     /**
  4812.      * Gets the public 'DreiscSeoPro\Core\Seo\SeoDataSaver\CategorySeoDataSaver' shared service.
  4813.      *
  4814.      * @return \DreiscSeoPro\Core\Seo\SeoDataSaver\CategorySeoDataSaver
  4815.      */
  4816.     protected function getCategorySeoDataSaverService()
  4817.     {
  4818.         include_once \dirname(__DIR__4).'/vendor/store.shopware.com/dreiscseopro/src/Core/Seo/SeoDataSaver/AbstractSeoDataSaver.php';
  4819.         include_once \dirname(__DIR__4).'/vendor/store.shopware.com/dreiscseopro/src/Core/Seo/SeoDataSaver/CategorySeoDataSaver.php';
  4820.         $a = ($this->services['DreiscSeoPro\\Core\\Seo\\SeoDataSaver\\Saver\\Category\\MetaTitleSaver'] ?? $this->getMetaTitleSaverService());
  4821.         if (isset($this->services['DreiscSeoPro\\Core\\Seo\\SeoDataSaver\\CategorySeoDataSaver'])) {
  4822.             return $this->services['DreiscSeoPro\\Core\\Seo\\SeoDataSaver\\CategorySeoDataSaver'];
  4823.         }
  4824.         $b = ($this->services['DreiscSeoPro\\Core\\Seo\\SeoDataSaver\\Saver\\Category\\MetaDescriptionSaver'] ?? $this->getMetaDescriptionSaverService());
  4825.         if (isset($this->services['DreiscSeoPro\\Core\\Seo\\SeoDataSaver\\CategorySeoDataSaver'])) {
  4826.             return $this->services['DreiscSeoPro\\Core\\Seo\\SeoDataSaver\\CategorySeoDataSaver'];
  4827.         }
  4828.         $c = ($this->services['DreiscSeoPro\\Core\\Seo\\SeoDataSaver\\Saver\\Category\\UrlSaver'] ?? $this->getUrlSaverService());
  4829.         if (isset($this->services['DreiscSeoPro\\Core\\Seo\\SeoDataSaver\\CategorySeoDataSaver'])) {
  4830.             return $this->services['DreiscSeoPro\\Core\\Seo\\SeoDataSaver\\CategorySeoDataSaver'];
  4831.         }
  4832.         $d = ($this->services['DreiscSeoPro\\Core\\Seo\\SeoDataSaver\\Saver\\Category\\RobotsTagSaver'] ?? $this->getRobotsTagSaverService());
  4833.         if (isset($this->services['DreiscSeoPro\\Core\\Seo\\SeoDataSaver\\CategorySeoDataSaver'])) {
  4834.             return $this->services['DreiscSeoPro\\Core\\Seo\\SeoDataSaver\\CategorySeoDataSaver'];
  4835.         }
  4836.         $e = ($this->services['DreiscSeoPro\\Core\\Seo\\SeoDataSaver\\Saver\\Category\\FacebookTitleSaver'] ?? $this->getFacebookTitleSaverService());
  4837.         if (isset($this->services['DreiscSeoPro\\Core\\Seo\\SeoDataSaver\\CategorySeoDataSaver'])) {
  4838.             return $this->services['DreiscSeoPro\\Core\\Seo\\SeoDataSaver\\CategorySeoDataSaver'];
  4839.         }
  4840.         $f = ($this->services['DreiscSeoPro\\Core\\Seo\\SeoDataSaver\\Saver\\Category\\FacebookDescriptionSaver'] ?? $this->getFacebookDescriptionSaverService());
  4841.         if (isset($this->services['DreiscSeoPro\\Core\\Seo\\SeoDataSaver\\CategorySeoDataSaver'])) {
  4842.             return $this->services['DreiscSeoPro\\Core\\Seo\\SeoDataSaver\\CategorySeoDataSaver'];
  4843.         }
  4844.         $g = ($this->services['DreiscSeoPro\\Core\\Seo\\SeoDataSaver\\Saver\\Category\\TwitterTitleSaver'] ?? $this->getTwitterTitleSaverService());
  4845.         if (isset($this->services['DreiscSeoPro\\Core\\Seo\\SeoDataSaver\\CategorySeoDataSaver'])) {
  4846.             return $this->services['DreiscSeoPro\\Core\\Seo\\SeoDataSaver\\CategorySeoDataSaver'];
  4847.         }
  4848.         $h = ($this->services['DreiscSeoPro\\Core\\Seo\\SeoDataSaver\\Saver\\Category\\TwitterDescriptionSaver'] ?? $this->getTwitterDescriptionSaverService());
  4849.         if (isset($this->services['DreiscSeoPro\\Core\\Seo\\SeoDataSaver\\CategorySeoDataSaver'])) {
  4850.             return $this->services['DreiscSeoPro\\Core\\Seo\\SeoDataSaver\\CategorySeoDataSaver'];
  4851.         }
  4852.         return $this->services['DreiscSeoPro\\Core\\Seo\\SeoDataSaver\\CategorySeoDataSaver'] = new \DreiscSeoPro\Core\Seo\SeoDataSaver\CategorySeoDataSaver($a$b$c$d$e$f$g$h);
  4853.     }
  4854.     /**
  4855.      * Gets the public 'DreiscSeoPro\Core\Seo\SeoDataSaver\ProductSeoDataSaver' shared service.
  4856.      *
  4857.      * @return \DreiscSeoPro\Core\Seo\SeoDataSaver\ProductSeoDataSaver
  4858.      */
  4859.     protected function getProductSeoDataSaverService()
  4860.     {
  4861.         include_once \dirname(__DIR__4).'/vendor/store.shopware.com/dreiscseopro/src/Core/Seo/SeoDataSaver/AbstractSeoDataSaver.php';
  4862.         include_once \dirname(__DIR__4).'/vendor/store.shopware.com/dreiscseopro/src/Core/Seo/SeoDataSaver/ProductSeoDataSaver.php';
  4863.         $a = ($this->services['DreiscSeoPro\\Core\\Seo\\SeoDataSaver\\Saver\\Product\\MetaTitleSaver'] ?? $this->getMetaTitleSaver2Service());
  4864.         if (isset($this->services['DreiscSeoPro\\Core\\Seo\\SeoDataSaver\\ProductSeoDataSaver'])) {
  4865.             return $this->services['DreiscSeoPro\\Core\\Seo\\SeoDataSaver\\ProductSeoDataSaver'];
  4866.         }
  4867.         $b = ($this->services['DreiscSeoPro\\Core\\Seo\\SeoDataSaver\\Saver\\Product\\MetaDescriptionSaver'] ?? $this->getMetaDescriptionSaver2Service());
  4868.         if (isset($this->services['DreiscSeoPro\\Core\\Seo\\SeoDataSaver\\ProductSeoDataSaver'])) {
  4869.             return $this->services['DreiscSeoPro\\Core\\Seo\\SeoDataSaver\\ProductSeoDataSaver'];
  4870.         }
  4871.         $c = ($this->services['DreiscSeoPro\\Core\\Seo\\SeoDataSaver\\Saver\\Product\\RobotsTagSaver'] ?? $this->getRobotsTagSaver2Service());
  4872.         if (isset($this->services['DreiscSeoPro\\Core\\Seo\\SeoDataSaver\\ProductSeoDataSaver'])) {
  4873.             return $this->services['DreiscSeoPro\\Core\\Seo\\SeoDataSaver\\ProductSeoDataSaver'];
  4874.         }
  4875.         $d = ($this->services['DreiscSeoPro\\Core\\Seo\\SeoDataSaver\\Saver\\Product\\FacebookTitleSaver'] ?? $this->getFacebookTitleSaver2Service());
  4876.         if (isset($this->services['DreiscSeoPro\\Core\\Seo\\SeoDataSaver\\ProductSeoDataSaver'])) {
  4877.             return $this->services['DreiscSeoPro\\Core\\Seo\\SeoDataSaver\\ProductSeoDataSaver'];
  4878.         }
  4879.         $e = ($this->services['DreiscSeoPro\\Core\\Seo\\SeoDataSaver\\Saver\\Product\\FacebookDescriptionSaver'] ?? $this->getFacebookDescriptionSaver2Service());
  4880.         if (isset($this->services['DreiscSeoPro\\Core\\Seo\\SeoDataSaver\\ProductSeoDataSaver'])) {
  4881.             return $this->services['DreiscSeoPro\\Core\\Seo\\SeoDataSaver\\ProductSeoDataSaver'];
  4882.         }
  4883.         $f = ($this->services['DreiscSeoPro\\Core\\Seo\\SeoDataSaver\\Saver\\Product\\TwitterTitleSaver'] ?? $this->getTwitterTitleSaver2Service());
  4884.         if (isset($this->services['DreiscSeoPro\\Core\\Seo\\SeoDataSaver\\ProductSeoDataSaver'])) {
  4885.             return $this->services['DreiscSeoPro\\Core\\Seo\\SeoDataSaver\\ProductSeoDataSaver'];
  4886.         }
  4887.         $g = ($this->services['DreiscSeoPro\\Core\\Seo\\SeoDataSaver\\Saver\\Product\\TwitterDescriptionSaver'] ?? $this->getTwitterDescriptionSaver2Service());
  4888.         if (isset($this->services['DreiscSeoPro\\Core\\Seo\\SeoDataSaver\\ProductSeoDataSaver'])) {
  4889.             return $this->services['DreiscSeoPro\\Core\\Seo\\SeoDataSaver\\ProductSeoDataSaver'];
  4890.         }
  4891.         return $this->services['DreiscSeoPro\\Core\\Seo\\SeoDataSaver\\ProductSeoDataSaver'] = new \DreiscSeoPro\Core\Seo\SeoDataSaver\ProductSeoDataSaver($a$b, ($this->services['DreiscSeoPro\\Core\\Seo\\SeoDataSaver\\Saver\\Product\\UrlSaver'] ?? $this->getUrlSaver2Service()), $c$d$e$f$g);
  4892.     }
  4893.     /**
  4894.      * Gets the public 'DreiscSeoPro\Core\Seo\SeoDataSaver\Saver\Category\FacebookDescriptionSaver' shared service.
  4895.      *
  4896.      * @return \DreiscSeoPro\Core\Seo\SeoDataSaver\Saver\Category\FacebookDescriptionSaver
  4897.      */
  4898.     protected function getFacebookDescriptionSaverService()
  4899.     {
  4900.         include_once \dirname(__DIR__4).'/vendor/store.shopware.com/dreiscseopro/src/Core/Seo/SeoDataSaver/Saver/SaverInterface.php';
  4901.         include_once \dirname(__DIR__4).'/vendor/store.shopware.com/dreiscseopro/src/Core/Seo/SeoDataSaver/Saver/Category/FacebookDescriptionSaver.php';
  4902.         $a = ($this->services['DreiscSeoPro\\Core\\Seo\\SeoDataFetcher\\CategorySeoDataFetcher'] ?? $this->getCategorySeoDataFetcherService());
  4903.         if (isset($this->services['DreiscSeoPro\\Core\\Seo\\SeoDataSaver\\Saver\\Category\\FacebookDescriptionSaver'])) {
  4904.             return $this->services['DreiscSeoPro\\Core\\Seo\\SeoDataSaver\\Saver\\Category\\FacebookDescriptionSaver'];
  4905.         }
  4906.         return $this->services['DreiscSeoPro\\Core\\Seo\\SeoDataSaver\\Saver\\Category\\FacebookDescriptionSaver'] = new \DreiscSeoPro\Core\Seo\SeoDataSaver\Saver\Category\FacebookDescriptionSaver($a, ($this->services['DreiscSeoPro\\Core\\Content\\Category\\CategoryRepository'] ?? $this->getCategoryRepositoryService()));
  4907.     }
  4908.     /**
  4909.      * Gets the public 'DreiscSeoPro\Core\Seo\SeoDataSaver\Saver\Category\FacebookTitleSaver' shared service.
  4910.      *
  4911.      * @return \DreiscSeoPro\Core\Seo\SeoDataSaver\Saver\Category\FacebookTitleSaver
  4912.      */
  4913.     protected function getFacebookTitleSaverService()
  4914.     {
  4915.         include_once \dirname(__DIR__4).'/vendor/store.shopware.com/dreiscseopro/src/Core/Seo/SeoDataSaver/Saver/SaverInterface.php';
  4916.         include_once \dirname(__DIR__4).'/vendor/store.shopware.com/dreiscseopro/src/Core/Seo/SeoDataSaver/Saver/Category/FacebookTitleSaver.php';
  4917.         $a = ($this->services['DreiscSeoPro\\Core\\Seo\\SeoDataFetcher\\CategorySeoDataFetcher'] ?? $this->getCategorySeoDataFetcherService());
  4918.         if (isset($this->services['DreiscSeoPro\\Core\\Seo\\SeoDataSaver\\Saver\\Category\\FacebookTitleSaver'])) {
  4919.             return $this->services['DreiscSeoPro\\Core\\Seo\\SeoDataSaver\\Saver\\Category\\FacebookTitleSaver'];
  4920.         }
  4921.         return $this->services['DreiscSeoPro\\Core\\Seo\\SeoDataSaver\\Saver\\Category\\FacebookTitleSaver'] = new \DreiscSeoPro\Core\Seo\SeoDataSaver\Saver\Category\FacebookTitleSaver($a, ($this->services['DreiscSeoPro\\Core\\Content\\Category\\CategoryRepository'] ?? $this->getCategoryRepositoryService()));
  4922.     }
  4923.     /**
  4924.      * Gets the public 'DreiscSeoPro\Core\Seo\SeoDataSaver\Saver\Category\MetaDescriptionSaver' shared service.
  4925.      *
  4926.      * @return \DreiscSeoPro\Core\Seo\SeoDataSaver\Saver\Category\MetaDescriptionSaver
  4927.      */
  4928.     protected function getMetaDescriptionSaverService()
  4929.     {
  4930.         include_once \dirname(__DIR__4).'/vendor/store.shopware.com/dreiscseopro/src/Core/Seo/SeoDataSaver/Saver/SaverInterface.php';
  4931.         include_once \dirname(__DIR__4).'/vendor/store.shopware.com/dreiscseopro/src/Core/Seo/SeoDataSaver/Saver/Category/MetaDescriptionSaver.php';
  4932.         $a = ($this->services['DreiscSeoPro\\Core\\Seo\\SeoDataFetcher\\CategorySeoDataFetcher'] ?? $this->getCategorySeoDataFetcherService());
  4933.         if (isset($this->services['DreiscSeoPro\\Core\\Seo\\SeoDataSaver\\Saver\\Category\\MetaDescriptionSaver'])) {
  4934.             return $this->services['DreiscSeoPro\\Core\\Seo\\SeoDataSaver\\Saver\\Category\\MetaDescriptionSaver'];
  4935.         }
  4936.         return $this->services['DreiscSeoPro\\Core\\Seo\\SeoDataSaver\\Saver\\Category\\MetaDescriptionSaver'] = new \DreiscSeoPro\Core\Seo\SeoDataSaver\Saver\Category\MetaDescriptionSaver($a, ($this->services['DreiscSeoPro\\Core\\Content\\Category\\CategoryRepository'] ?? $this->getCategoryRepositoryService()));
  4937.     }
  4938.     /**
  4939.      * Gets the public 'DreiscSeoPro\Core\Seo\SeoDataSaver\Saver\Category\MetaTitleSaver' shared service.
  4940.      *
  4941.      * @return \DreiscSeoPro\Core\Seo\SeoDataSaver\Saver\Category\MetaTitleSaver
  4942.      */
  4943.     protected function getMetaTitleSaverService()
  4944.     {
  4945.         include_once \dirname(__DIR__4).'/vendor/store.shopware.com/dreiscseopro/src/Core/Seo/SeoDataSaver/Saver/SaverInterface.php';
  4946.         include_once \dirname(__DIR__4).'/vendor/store.shopware.com/dreiscseopro/src/Core/Seo/SeoDataSaver/Saver/Category/MetaTitleSaver.php';
  4947.         $a = ($this->services['DreiscSeoPro\\Core\\Seo\\SeoDataFetcher\\CategorySeoDataFetcher'] ?? $this->getCategorySeoDataFetcherService());
  4948.         if (isset($this->services['DreiscSeoPro\\Core\\Seo\\SeoDataSaver\\Saver\\Category\\MetaTitleSaver'])) {
  4949.             return $this->services['DreiscSeoPro\\Core\\Seo\\SeoDataSaver\\Saver\\Category\\MetaTitleSaver'];
  4950.         }
  4951.         return $this->services['DreiscSeoPro\\Core\\Seo\\SeoDataSaver\\Saver\\Category\\MetaTitleSaver'] = new \DreiscSeoPro\Core\Seo\SeoDataSaver\Saver\Category\MetaTitleSaver($a, ($this->services['DreiscSeoPro\\Core\\Content\\Category\\CategoryRepository'] ?? $this->getCategoryRepositoryService()));
  4952.     }
  4953.     /**
  4954.      * Gets the public 'DreiscSeoPro\Core\Seo\SeoDataSaver\Saver\Category\RobotsTagSaver' shared service.
  4955.      *
  4956.      * @return \DreiscSeoPro\Core\Seo\SeoDataSaver\Saver\Category\RobotsTagSaver
  4957.      */
  4958.     protected function getRobotsTagSaverService()
  4959.     {
  4960.         include_once \dirname(__DIR__4).'/vendor/store.shopware.com/dreiscseopro/src/Core/Seo/SeoDataSaver/Saver/SaverInterface.php';
  4961.         include_once \dirname(__DIR__4).'/vendor/store.shopware.com/dreiscseopro/src/Core/Seo/SeoDataSaver/Saver/Category/RobotsTagSaver.php';
  4962.         $a = ($this->services['DreiscSeoPro\\Core\\Seo\\SeoDataFetcher\\CategorySeoDataFetcher'] ?? $this->getCategorySeoDataFetcherService());
  4963.         if (isset($this->services['DreiscSeoPro\\Core\\Seo\\SeoDataSaver\\Saver\\Category\\RobotsTagSaver'])) {
  4964.             return $this->services['DreiscSeoPro\\Core\\Seo\\SeoDataSaver\\Saver\\Category\\RobotsTagSaver'];
  4965.         }
  4966.         return $this->services['DreiscSeoPro\\Core\\Seo\\SeoDataSaver\\Saver\\Category\\RobotsTagSaver'] = new \DreiscSeoPro\Core\Seo\SeoDataSaver\Saver\Category\RobotsTagSaver($a, ($this->services['DreiscSeoPro\\Core\\Content\\Category\\CategoryRepository'] ?? $this->getCategoryRepositoryService()));
  4967.     }
  4968.     /**
  4969.      * Gets the public 'DreiscSeoPro\Core\Seo\SeoDataSaver\Saver\Category\TwitterDescriptionSaver' shared service.
  4970.      *
  4971.      * @return \DreiscSeoPro\Core\Seo\SeoDataSaver\Saver\Category\TwitterDescriptionSaver
  4972.      */
  4973.     protected function getTwitterDescriptionSaverService()
  4974.     {
  4975.         include_once \dirname(__DIR__4).'/vendor/store.shopware.com/dreiscseopro/src/Core/Seo/SeoDataSaver/Saver/SaverInterface.php';
  4976.         include_once \dirname(__DIR__4).'/vendor/store.shopware.com/dreiscseopro/src/Core/Seo/SeoDataSaver/Saver/Category/TwitterDescriptionSaver.php';
  4977.         $a = ($this->services['DreiscSeoPro\\Core\\Seo\\SeoDataFetcher\\CategorySeoDataFetcher'] ?? $this->getCategorySeoDataFetcherService());
  4978.         if (isset($this->services['DreiscSeoPro\\Core\\Seo\\SeoDataSaver\\Saver\\Category\\TwitterDescriptionSaver'])) {
  4979.             return $this->services['DreiscSeoPro\\Core\\Seo\\SeoDataSaver\\Saver\\Category\\TwitterDescriptionSaver'];
  4980.         }
  4981.         return $this->services['DreiscSeoPro\\Core\\Seo\\SeoDataSaver\\Saver\\Category\\TwitterDescriptionSaver'] = new \DreiscSeoPro\Core\Seo\SeoDataSaver\Saver\Category\TwitterDescriptionSaver($a, ($this->services['DreiscSeoPro\\Core\\Content\\Category\\CategoryRepository'] ?? $this->getCategoryRepositoryService()));
  4982.     }
  4983.     /**
  4984.      * Gets the public 'DreiscSeoPro\Core\Seo\SeoDataSaver\Saver\Category\TwitterTitleSaver' shared service.
  4985.      *
  4986.      * @return \DreiscSeoPro\Core\Seo\SeoDataSaver\Saver\Category\TwitterTitleSaver
  4987.      */
  4988.     protected function getTwitterTitleSaverService()
  4989.     {
  4990.         include_once \dirname(__DIR__4).'/vendor/store.shopware.com/dreiscseopro/src/Core/Seo/SeoDataSaver/Saver/SaverInterface.php';
  4991.         include_once \dirname(__DIR__4).'/vendor/store.shopware.com/dreiscseopro/src/Core/Seo/SeoDataSaver/Saver/Category/TwitterTitleSaver.php';
  4992.         $a = ($this->services['DreiscSeoPro\\Core\\Seo\\SeoDataFetcher\\CategorySeoDataFetcher'] ?? $this->getCategorySeoDataFetcherService());
  4993.         if (isset($this->services['DreiscSeoPro\\Core\\Seo\\SeoDataSaver\\Saver\\Category\\TwitterTitleSaver'])) {
  4994.             return $this->services['DreiscSeoPro\\Core\\Seo\\SeoDataSaver\\Saver\\Category\\TwitterTitleSaver'];
  4995.         }
  4996.         return $this->services['DreiscSeoPro\\Core\\Seo\\SeoDataSaver\\Saver\\Category\\TwitterTitleSaver'] = new \DreiscSeoPro\Core\Seo\SeoDataSaver\Saver\Category\TwitterTitleSaver($a, ($this->services['DreiscSeoPro\\Core\\Content\\Category\\CategoryRepository'] ?? $this->getCategoryRepositoryService()));
  4997.     }
  4998.     /**
  4999.      * Gets the public 'DreiscSeoPro\Core\Seo\SeoDataSaver\Saver\Category\UrlSaver' shared service.
  5000.      *
  5001.      * @return \DreiscSeoPro\Core\Seo\SeoDataSaver\Saver\Category\UrlSaver
  5002.      */
  5003.     protected function getUrlSaverService()
  5004.     {
  5005.         include_once \dirname(__DIR__4).'/vendor/store.shopware.com/dreiscseopro/src/Core/Seo/SeoDataSaver/Saver/SaverInterface.php';
  5006.         include_once \dirname(__DIR__4).'/vendor/store.shopware.com/dreiscseopro/src/Core/Seo/SeoDataSaver/Saver/Category/UrlSaver.php';
  5007.         $a = ($this->services['DreiscSeoPro\\Core\\Seo\\SeoDataFetcher\\CategorySeoDataFetcher'] ?? $this->getCategorySeoDataFetcherService());
  5008.         if (isset($this->services['DreiscSeoPro\\Core\\Seo\\SeoDataSaver\\Saver\\Category\\UrlSaver'])) {
  5009.             return $this->services['DreiscSeoPro\\Core\\Seo\\SeoDataSaver\\Saver\\Category\\UrlSaver'];
  5010.         }
  5011.         $b = ($this->services['DreiscSeoPro\\Core\\Seo\\SeoUrl\\SeoUrlSaver'] ?? $this->getSeoUrlSaverService());
  5012.         if (isset($this->services['DreiscSeoPro\\Core\\Seo\\SeoDataSaver\\Saver\\Category\\UrlSaver'])) {
  5013.             return $this->services['DreiscSeoPro\\Core\\Seo\\SeoDataSaver\\Saver\\Category\\UrlSaver'];
  5014.         }
  5015.         return $this->services['DreiscSeoPro\\Core\\Seo\\SeoDataSaver\\Saver\\Category\\UrlSaver'] = new \DreiscSeoPro\Core\Seo\SeoDataSaver\Saver\Category\UrlSaver($a$b);
  5016.     }
  5017.     /**
  5018.      * Gets the public 'DreiscSeoPro\Core\Seo\SeoDataSaver\Saver\Product\FacebookDescriptionSaver' shared service.
  5019.      *
  5020.      * @return \DreiscSeoPro\Core\Seo\SeoDataSaver\Saver\Product\FacebookDescriptionSaver
  5021.      */
  5022.     protected function getFacebookDescriptionSaver2Service()
  5023.     {
  5024.         include_once \dirname(__DIR__4).'/vendor/store.shopware.com/dreiscseopro/src/Core/Seo/SeoDataSaver/Saver/SaverInterface.php';
  5025.         include_once \dirname(__DIR__4).'/vendor/store.shopware.com/dreiscseopro/src/Core/Seo/SeoDataSaver/Saver/Product/FacebookDescriptionSaver.php';
  5026.         $a = ($this->services['DreiscSeoPro\\Core\\Content\\Product\\ProductRepository'] ?? $this->getProductRepositoryService());
  5027.         if (isset($this->services['DreiscSeoPro\\Core\\Seo\\SeoDataSaver\\Saver\\Product\\FacebookDescriptionSaver'])) {
  5028.             return $this->services['DreiscSeoPro\\Core\\Seo\\SeoDataSaver\\Saver\\Product\\FacebookDescriptionSaver'];
  5029.         }
  5030.         return $this->services['DreiscSeoPro\\Core\\Seo\\SeoDataSaver\\Saver\\Product\\FacebookDescriptionSaver'] = new \DreiscSeoPro\Core\Seo\SeoDataSaver\Saver\Product\FacebookDescriptionSaver(($this->services['DreiscSeoPro\\Core\\Seo\\SeoDataFetcher\\ProductSeoDataFetcher'] ?? $this->getProductSeoDataFetcherService()), $a);
  5031.     }
  5032.     /**
  5033.      * Gets the public 'DreiscSeoPro\Core\Seo\SeoDataSaver\Saver\Product\FacebookTitleSaver' shared service.
  5034.      *
  5035.      * @return \DreiscSeoPro\Core\Seo\SeoDataSaver\Saver\Product\FacebookTitleSaver
  5036.      */
  5037.     protected function getFacebookTitleSaver2Service()
  5038.     {
  5039.         include_once \dirname(__DIR__4).'/vendor/store.shopware.com/dreiscseopro/src/Core/Seo/SeoDataSaver/Saver/SaverInterface.php';
  5040.         include_once \dirname(__DIR__4).'/vendor/store.shopware.com/dreiscseopro/src/Core/Seo/SeoDataSaver/Saver/Product/FacebookTitleSaver.php';
  5041.         $a = ($this->services['DreiscSeoPro\\Core\\Content\\Product\\ProductRepository'] ?? $this->getProductRepositoryService());
  5042.         if (isset($this->services['DreiscSeoPro\\Core\\Seo\\SeoDataSaver\\Saver\\Product\\FacebookTitleSaver'])) {
  5043.             return $this->services['DreiscSeoPro\\Core\\Seo\\SeoDataSaver\\Saver\\Product\\FacebookTitleSaver'];
  5044.         }
  5045.         return $this->services['DreiscSeoPro\\Core\\Seo\\SeoDataSaver\\Saver\\Product\\FacebookTitleSaver'] = new \DreiscSeoPro\Core\Seo\SeoDataSaver\Saver\Product\FacebookTitleSaver(($this->services['DreiscSeoPro\\Core\\Seo\\SeoDataFetcher\\ProductSeoDataFetcher'] ?? $this->getProductSeoDataFetcherService()), $a);
  5046.     }
  5047.     /**
  5048.      * Gets the public 'DreiscSeoPro\Core\Seo\SeoDataSaver\Saver\Product\MetaDescriptionSaver' shared service.
  5049.      *
  5050.      * @return \DreiscSeoPro\Core\Seo\SeoDataSaver\Saver\Product\MetaDescriptionSaver
  5051.      */
  5052.     protected function getMetaDescriptionSaver2Service()
  5053.     {
  5054.         include_once \dirname(__DIR__4).'/vendor/store.shopware.com/dreiscseopro/src/Core/Seo/SeoDataSaver/Saver/SaverInterface.php';
  5055.         include_once \dirname(__DIR__4).'/vendor/store.shopware.com/dreiscseopro/src/Core/Seo/SeoDataSaver/Saver/Product/MetaDescriptionSaver.php';
  5056.         $a = ($this->services['DreiscSeoPro\\Core\\Content\\Product\\ProductRepository'] ?? $this->getProductRepositoryService());
  5057.         if (isset($this->services['DreiscSeoPro\\Core\\Seo\\SeoDataSaver\\Saver\\Product\\MetaDescriptionSaver'])) {
  5058.             return $this->services['DreiscSeoPro\\Core\\Seo\\SeoDataSaver\\Saver\\Product\\MetaDescriptionSaver'];
  5059.         }
  5060.         return $this->services['DreiscSeoPro\\Core\\Seo\\SeoDataSaver\\Saver\\Product\\MetaDescriptionSaver'] = new \DreiscSeoPro\Core\Seo\SeoDataSaver\Saver\Product\MetaDescriptionSaver(($this->services['DreiscSeoPro\\Core\\Seo\\SeoDataFetcher\\ProductSeoDataFetcher'] ?? $this->getProductSeoDataFetcherService()), $a);
  5061.     }
  5062.     /**
  5063.      * Gets the public 'DreiscSeoPro\Core\Seo\SeoDataSaver\Saver\Product\MetaTitleSaver' shared service.
  5064.      *
  5065.      * @return \DreiscSeoPro\Core\Seo\SeoDataSaver\Saver\Product\MetaTitleSaver
  5066.      */
  5067.     protected function getMetaTitleSaver2Service()
  5068.     {
  5069.         include_once \dirname(__DIR__4).'/vendor/store.shopware.com/dreiscseopro/src/Core/Seo/SeoDataSaver/Saver/SaverInterface.php';
  5070.         include_once \dirname(__DIR__4).'/vendor/store.shopware.com/dreiscseopro/src/Core/Seo/SeoDataSaver/Saver/Product/MetaTitleSaver.php';
  5071.         $a = ($this->services['DreiscSeoPro\\Core\\Seo\\SeoDataFetcher\\ProductSeoDataFetcher'] ?? $this->getProductSeoDataFetcherService());
  5072.         if (isset($this->services['DreiscSeoPro\\Core\\Seo\\SeoDataSaver\\Saver\\Product\\MetaTitleSaver'])) {
  5073.             return $this->services['DreiscSeoPro\\Core\\Seo\\SeoDataSaver\\Saver\\Product\\MetaTitleSaver'];
  5074.         }
  5075.         $b = ($this->services['DreiscSeoPro\\Core\\Content\\Product\\ProductRepository'] ?? $this->getProductRepositoryService());
  5076.         if (isset($this->services['DreiscSeoPro\\Core\\Seo\\SeoDataSaver\\Saver\\Product\\MetaTitleSaver'])) {
  5077.             return $this->services['DreiscSeoPro\\Core\\Seo\\SeoDataSaver\\Saver\\Product\\MetaTitleSaver'];
  5078.         }
  5079.         return $this->services['DreiscSeoPro\\Core\\Seo\\SeoDataSaver\\Saver\\Product\\MetaTitleSaver'] = new \DreiscSeoPro\Core\Seo\SeoDataSaver\Saver\Product\MetaTitleSaver($a$b);
  5080.     }
  5081.     /**
  5082.      * Gets the public 'DreiscSeoPro\Core\Seo\SeoDataSaver\Saver\Product\RobotsTagSaver' shared service.
  5083.      *
  5084.      * @return \DreiscSeoPro\Core\Seo\SeoDataSaver\Saver\Product\RobotsTagSaver
  5085.      */
  5086.     protected function getRobotsTagSaver2Service()
  5087.     {
  5088.         include_once \dirname(__DIR__4).'/vendor/store.shopware.com/dreiscseopro/src/Core/Seo/SeoDataSaver/Saver/SaverInterface.php';
  5089.         include_once \dirname(__DIR__4).'/vendor/store.shopware.com/dreiscseopro/src/Core/Seo/SeoDataSaver/Saver/Product/RobotsTagSaver.php';
  5090.         $a = ($this->services['DreiscSeoPro\\Core\\Content\\Product\\ProductRepository'] ?? $this->getProductRepositoryService());
  5091.         if (isset($this->services['DreiscSeoPro\\Core\\Seo\\SeoDataSaver\\Saver\\Product\\RobotsTagSaver'])) {
  5092.             return $this->services['DreiscSeoPro\\Core\\Seo\\SeoDataSaver\\Saver\\Product\\RobotsTagSaver'];
  5093.         }
  5094.         return $this->services['DreiscSeoPro\\Core\\Seo\\SeoDataSaver\\Saver\\Product\\RobotsTagSaver'] = new \DreiscSeoPro\Core\Seo\SeoDataSaver\Saver\Product\RobotsTagSaver(($this->services['DreiscSeoPro\\Core\\Seo\\SeoDataFetcher\\ProductSeoDataFetcher'] ?? $this->getProductSeoDataFetcherService()), $a);
  5095.     }
  5096.     /**
  5097.      * Gets the public 'DreiscSeoPro\Core\Seo\SeoDataSaver\Saver\Product\TwitterDescriptionSaver' shared service.
  5098.      *
  5099.      * @return \DreiscSeoPro\Core\Seo\SeoDataSaver\Saver\Product\TwitterDescriptionSaver
  5100.      */
  5101.     protected function getTwitterDescriptionSaver2Service()
  5102.     {
  5103.         include_once \dirname(__DIR__4).'/vendor/store.shopware.com/dreiscseopro/src/Core/Seo/SeoDataSaver/Saver/SaverInterface.php';
  5104.         include_once \dirname(__DIR__4).'/vendor/store.shopware.com/dreiscseopro/src/Core/Seo/SeoDataSaver/Saver/Product/TwitterDescriptionSaver.php';
  5105.         $a = ($this->services['DreiscSeoPro\\Core\\Content\\Product\\ProductRepository'] ?? $this->getProductRepositoryService());
  5106.         if (isset($this->services['DreiscSeoPro\\Core\\Seo\\SeoDataSaver\\Saver\\Product\\TwitterDescriptionSaver'])) {
  5107.             return $this->services['DreiscSeoPro\\Core\\Seo\\SeoDataSaver\\Saver\\Product\\TwitterDescriptionSaver'];
  5108.         }
  5109.         return $this->services['DreiscSeoPro\\Core\\Seo\\SeoDataSaver\\Saver\\Product\\TwitterDescriptionSaver'] = new \DreiscSeoPro\Core\Seo\SeoDataSaver\Saver\Product\TwitterDescriptionSaver(($this->services['DreiscSeoPro\\Core\\Seo\\SeoDataFetcher\\ProductSeoDataFetcher'] ?? $this->getProductSeoDataFetcherService()), $a);
  5110.     }
  5111.     /**
  5112.      * Gets the public 'DreiscSeoPro\Core\Seo\SeoDataSaver\Saver\Product\TwitterTitleSaver' shared service.
  5113.      *
  5114.      * @return \DreiscSeoPro\Core\Seo\SeoDataSaver\Saver\Product\TwitterTitleSaver
  5115.      */
  5116.     protected function getTwitterTitleSaver2Service()
  5117.     {
  5118.         include_once \dirname(__DIR__4).'/vendor/store.shopware.com/dreiscseopro/src/Core/Seo/SeoDataSaver/Saver/SaverInterface.php';
  5119.         include_once \dirname(__DIR__4).'/vendor/store.shopware.com/dreiscseopro/src/Core/Seo/SeoDataSaver/Saver/Product/TwitterTitleSaver.php';
  5120.         $a = ($this->services['DreiscSeoPro\\Core\\Content\\Product\\ProductRepository'] ?? $this->getProductRepositoryService());
  5121.         if (isset($this->services['DreiscSeoPro\\Core\\Seo\\SeoDataSaver\\Saver\\Product\\TwitterTitleSaver'])) {
  5122.             return $this->services['DreiscSeoPro\\Core\\Seo\\SeoDataSaver\\Saver\\Product\\TwitterTitleSaver'];
  5123.         }
  5124.         return $this->services['DreiscSeoPro\\Core\\Seo\\SeoDataSaver\\Saver\\Product\\TwitterTitleSaver'] = new \DreiscSeoPro\Core\Seo\SeoDataSaver\Saver\Product\TwitterTitleSaver(($this->services['DreiscSeoPro\\Core\\Seo\\SeoDataFetcher\\ProductSeoDataFetcher'] ?? $this->getProductSeoDataFetcherService()), $a);
  5125.     }
  5126.     /**
  5127.      * Gets the public 'DreiscSeoPro\Core\Seo\SeoDataSaver\Saver\Product\UrlSaver' shared service.
  5128.      *
  5129.      * @return \DreiscSeoPro\Core\Seo\SeoDataSaver\Saver\Product\UrlSaver
  5130.      */
  5131.     protected function getUrlSaver2Service()
  5132.     {
  5133.         include_once \dirname(__DIR__4).'/vendor/store.shopware.com/dreiscseopro/src/Core/Seo/SeoDataSaver/Saver/SaverInterface.php';
  5134.         include_once \dirname(__DIR__4).'/vendor/store.shopware.com/dreiscseopro/src/Core/Seo/SeoDataSaver/Saver/Product/UrlSaver.php';
  5135.         return $this->services['DreiscSeoPro\\Core\\Seo\\SeoDataSaver\\Saver\\Product\\UrlSaver'] = new \DreiscSeoPro\Core\Seo\SeoDataSaver\Saver\Product\UrlSaver(($this->services['DreiscSeoPro\\Core\\Seo\\SeoDataFetcher\\ProductSeoDataFetcher'] ?? $this->getProductSeoDataFetcherService()), ($this->services['DreiscSeoPro\\Core\\Seo\\SeoUrl\\SeoUrlSaver'] ?? $this->getSeoUrlSaverService()));
  5136.     }
  5137.     /**
  5138.      * Gets the public 'DreiscSeoPro\Core\Seo\SeoUrlSlugify' shared service.
  5139.      *
  5140.      * @return \DreiscSeoPro\Core\Seo\SeoUrlSlugify
  5141.      */
  5142.     protected function getSeoUrlSlugifyService()
  5143.     {
  5144.         include_once \dirname(__DIR__4).'/vendor/store.shopware.com/dreiscseopro/src/Core/Seo/SeoUrlSlugify.php';
  5145.         return $this->services['DreiscSeoPro\\Core\\Seo\\SeoUrlSlugify'] = new \DreiscSeoPro\Core\Seo\SeoUrlSlugify(($this->privates['slugify'] ?? $this->getSlugifyService()));
  5146.     }
  5147.     /**
  5148.      * Gets the public 'DreiscSeoPro\Core\Seo\SeoUrl\SeoUrlSaver' shared service.
  5149.      *
  5150.      * @return \DreiscSeoPro\Core\Seo\SeoUrl\SeoUrlSaver
  5151.      */
  5152.     protected function getSeoUrlSaverService()
  5153.     {
  5154.         include_once \dirname(__DIR__4).'/vendor/store.shopware.com/dreiscseopro/src/Core/Seo/SeoUrl/SeoUrlSaver.php';
  5155.         $a = ($this->services['DreiscSeoPro\\Core\\Content\\SeoUrl\\SeoUrlRepository'] ?? $this->getSeoUrlRepositoryService());
  5156.         if (isset($this->services['DreiscSeoPro\\Core\\Seo\\SeoUrl\\SeoUrlSaver'])) {
  5157.             return $this->services['DreiscSeoPro\\Core\\Seo\\SeoUrl\\SeoUrlSaver'];
  5158.         }
  5159.         return $this->services['DreiscSeoPro\\Core\\Seo\\SeoUrl\\SeoUrlSaver'] = new \DreiscSeoPro\Core\Seo\SeoUrl\SeoUrlSaver($a, ($this->services['DreiscSeoPro\\Core\\Seo\\SeoUrlSlugify'] ?? $this->getSeoUrlSlugifyService()));
  5160.     }
  5161.     /**
  5162.      * Gets the public 'DreiscSeoPro\Core\SocialMedia\SocialMediaFetcher' shared service.
  5163.      *
  5164.      * @return \DreiscSeoPro\Core\SocialMedia\SocialMediaFetcher
  5165.      */
  5166.     protected function getSocialMediaFetcherService()
  5167.     {
  5168.         include_once \dirname(__DIR__4).'/vendor/store.shopware.com/dreiscseopro/src/Core/SocialMedia/SocialMediaFetcher.php';
  5169.         $a = ($this->services['DreiscSeoPro\\Core\\Seo\\SeoDataFetcher\\CategorySeoDataFetcher'] ?? $this->getCategorySeoDataFetcherService());
  5170.         if (isset($this->services['DreiscSeoPro\\Core\\SocialMedia\\SocialMediaFetcher'])) {
  5171.             return $this->services['DreiscSeoPro\\Core\\SocialMedia\\SocialMediaFetcher'];
  5172.         }
  5173.         return $this->services['DreiscSeoPro\\Core\\SocialMedia\\SocialMediaFetcher'] = new \DreiscSeoPro\Core\SocialMedia\SocialMediaFetcher(($this->services['DreiscSeoPro\\Core\\Seo\\SeoDataFetcher\\ProductSeoDataFetcher'] ?? $this->getProductSeoDataFetcherService()), $a);
  5174.     }
  5175.     /**
  5176.      * Gets the public 'DreiscSeoPro\Decorator\Core\Content\Seo\SeoUrlPlaceholderHandlerDecorator' shared service.
  5177.      *
  5178.      * @return \DreiscSeoPro\Decorator\Core\Content\Seo\SeoUrlPlaceholderHandlerDecorator
  5179.      */
  5180.     protected function getSeoUrlPlaceholderHandlerDecoratorService()
  5181.     {
  5182.         $a = ($this->services['DreiscSeoPro\\Core\\CustomSetting\\CustomSettingLoader'] ?? $this->getCustomSettingLoaderService());
  5183.         if (isset($this->services['DreiscSeoPro\\Decorator\\Core\\Content\\Seo\\SeoUrlPlaceholderHandlerDecorator'])) {
  5184.             return $this->services['DreiscSeoPro\\Decorator\\Core\\Content\\Seo\\SeoUrlPlaceholderHandlerDecorator'];
  5185.         }
  5186.         return $this->services['DreiscSeoPro\\Decorator\\Core\\Content\\Seo\\SeoUrlPlaceholderHandlerDecorator'] = new \DreiscSeoPro\Decorator\Core\Content\Seo\SeoUrlPlaceholderHandlerDecorator(new \Shopware\Core\Content\Seo\SeoUrlPlaceholderHandler(($this->services['request_stack'] ?? ($this->services['request_stack'] = new \Symfony\Component\HttpFoundation\RequestStack())), ($this->privates['router.default'] ?? $this->getRouter_DefaultService()), ($this->services['Doctrine\\DBAL\\Connection'] ?? $this->getConnectionService())), $a);
  5187.     }
  5188.     /**
  5189.      * Gets the public 'DreiscSeoPro\Decorator\Shopware\Storefront\Routing\RequestTransformerDecorator' shared service.
  5190.      *
  5191.      * @return \DreiscSeoPro\Decorator\Shopware\Storefront\Routing\RequestTransformerDecorator
  5192.      */
  5193.     protected function getRequestTransformerDecoratorService()
  5194.     {
  5195.         include_once \dirname(__DIR__4).'/vendor/shopware/core/Framework/Routing/RequestTransformerInterface.php';
  5196.         include_once \dirname(__DIR__4).'/vendor/store.shopware.com/dreiscseopro/src/Decorator/Shopware/Storefront/Routing/RequestTransformerDecorator.php';
  5197.         include_once \dirname(__DIR__4).'/vendor/shopware/storefront/Framework/Routing/RequestTransformer.php';
  5198.         include_once \dirname(__DIR__4).'/vendor/shopware/core/Framework/Routing/RequestTransformer.php';
  5199.         include_once \dirname(__DIR__4).'/vendor/shopware/storefront/Framework/Routing/AbstractDomainLoader.php';
  5200.         include_once \dirname(__DIR__4).'/vendor/shopware/storefront/Framework/Routing/CachedDomainLoader.php';
  5201.         include_once \dirname(__DIR__4).'/vendor/shopware/storefront/Framework/Routing/DomainLoader.php';
  5202.         $a = ($this->services['DreiscSeoPro\\Core\\Routing\\RequestTransformer'] ?? $this->getRequestTransformerService());
  5203.         if (isset($this->services['DreiscSeoPro\\Decorator\\Shopware\\Storefront\\Routing\\RequestTransformerDecorator'])) {
  5204.             return $this->services['DreiscSeoPro\\Decorator\\Shopware\\Storefront\\Routing\\RequestTransformerDecorator'];
  5205.         }
  5206.         return $this->services['DreiscSeoPro\\Decorator\\Shopware\\Storefront\\Routing\\RequestTransformerDecorator'] = new \DreiscSeoPro\Decorator\Shopware\Storefront\Routing\RequestTransformerDecorator(new \Shopware\Storefront\Framework\Routing\RequestTransformer(new \Shopware\Core\Framework\Routing\RequestTransformer(), ($this->services['Shopware\\Core\\Content\\Seo\\EmptyPathInfoResolver'] ?? $this->getEmptyPathInfoResolverService()), $this->getParameter('shopware.routing.registered_api_prefixes'), new \Shopware\Storefront\Framework\Routing\CachedDomainLoader(new \Shopware\Storefront\Framework\Routing\DomainLoader(($this->services['Doctrine\\DBAL\\Connection'] ?? $this->getConnectionService())), ($this->privates['Shopware\\Core\\Framework\\Adapter\\Cache\\CacheDecorator'] ?? $this->getCacheDecoratorService()), ($this->services['logger'] ?? $this->getLoggerService()))), $a);
  5207.     }
  5208.     /**
  5209.      * Gets the public 'DreiscSeoPro\Decorator\Storefront\Framework\Twig\TemplateDataExtensionDecorator' shared service.
  5210.      *
  5211.      * @return \DreiscSeoPro\Decorator\Storefront\Framework\Twig\TemplateDataExtensionDecorator
  5212.      */
  5213.     protected function getTemplateDataExtensionDecoratorService()
  5214.     {
  5215.         $a = ($this->services['DreiscSeoPro\\Core\\CustomSetting\\CustomSettingLoader'] ?? $this->getCustomSettingLoaderService());
  5216.         if (isset($this->services['DreiscSeoPro\\Decorator\\Storefront\\Framework\\Twig\\TemplateDataExtensionDecorator'])) {
  5217.             return $this->services['DreiscSeoPro\\Decorator\\Storefront\\Framework\\Twig\\TemplateDataExtensionDecorator'];
  5218.         }
  5219.         return $this->services['DreiscSeoPro\\Decorator\\Storefront\\Framework\\Twig\\TemplateDataExtensionDecorator'] = new \DreiscSeoPro\Decorator\Storefront\Framework\Twig\TemplateDataExtensionDecorator(new \Shopware\Storefront\Framework\Twig\TemplateDataExtension(($this->services['request_stack'] ?? ($this->services['request_stack'] = new \Symfony\Component\HttpFoundation\RequestStack())), true'twig'), $a);
  5220.     }
  5221.     /**
  5222.      * Gets the public 'DreiscSeoPro\DreiscSeoPro' shared autowired service.
  5223.      *
  5224.      * @return \DreiscSeoPro\DreiscSeoPro
  5225.      */
  5226.     protected function getDreiscSeoProService()
  5227.     {
  5228.         include_once \dirname(__DIR__4).'/vendor/symfony/dependency-injection/ContainerAwareInterface.php';
  5229.         include_once \dirname(__DIR__4).'/vendor/symfony/http-kernel/Bundle/BundleInterface.php';
  5230.         include_once \dirname(__DIR__4).'/vendor/symfony/dependency-injection/ContainerAwareTrait.php';
  5231.         include_once \dirname(__DIR__4).'/vendor/symfony/http-kernel/Bundle/Bundle.php';
  5232.         include_once \dirname(__DIR__4).'/vendor/shopware/core/Framework/Bundle.php';
  5233.         include_once \dirname(__DIR__4).'/vendor/shopware/core/Framework/Plugin.php';
  5234.         include_once \dirname(__DIR__4).'/vendor/store.shopware.com/dreiscseopro/src/DreiscSeoPro.php';
  5235.         return $this->services['DreiscSeoPro\\DreiscSeoPro'] = ($this->services['Shopware\\Core\\Framework\\Plugin\\KernelPluginLoader\\KernelPluginLoader'] ?? $this->getKernelPluginLoaderService())->getPluginInstance('DreiscSeoPro\\DreiscSeoPro');
  5236.     }
  5237.     /**
  5238.      * Gets the public 'DreiscSeoPro\Subscriber\CategoryEvents\CategoryLoadedSubscriber' shared service.
  5239.      *
  5240.      * @return \DreiscSeoPro\Subscriber\CategoryEvents\CategoryLoadedSubscriber
  5241.      */
  5242.     protected function getCategoryLoadedSubscriberService()
  5243.     {
  5244.         include_once \dirname(__DIR__4).'/vendor/store.shopware.com/dreiscseopro/src/Subscriber/CategoryEvents/CategoryLoadedSubscriber.php';
  5245.         $a = ($this->services['DreiscSeoPro\\Core\\Seo\\LiveTemplate\\LiveTemplateConverter'] ?? $this->getLiveTemplateConverterService());
  5246.         if (isset($this->services['DreiscSeoPro\\Subscriber\\CategoryEvents\\CategoryLoadedSubscriber'])) {
  5247.             return $this->services['DreiscSeoPro\\Subscriber\\CategoryEvents\\CategoryLoadedSubscriber'];
  5248.         }
  5249.         return $this->services['DreiscSeoPro\\Subscriber\\CategoryEvents\\CategoryLoadedSubscriber'] = new \DreiscSeoPro\Subscriber\CategoryEvents\CategoryLoadedSubscriber($a);
  5250.     }
  5251.     /**
  5252.      * Gets the public 'DreiscSeoPro\Subscriber\Installment\BaseInformation\BaseInformationSubscriber' shared service.
  5253.      *
  5254.      * @return \DreiscSeoPro\Subscriber\Installment\BaseInformation\BaseInformationSubscriber
  5255.      */
  5256.     protected function getBaseInformationSubscriberService()
  5257.     {
  5258.         include_once \dirname(__DIR__4).'/vendor/store.shopware.com/dreiscseopro/src/Subscriber/Installment/BaseInformation/BaseInformationSubscriber.php';
  5259.         return $this->services['DreiscSeoPro\\Subscriber\\Installment\\BaseInformation\\BaseInformationSubscriber'] = new \DreiscSeoPro\Subscriber\Installment\BaseInformation\BaseInformationSubscriber();
  5260.     }
  5261.     /**
  5262.      * Gets the public 'DreiscSeoPro\Subscriber\Installment\Canonical\CanonicalSubscriber' shared service.
  5263.      *
  5264.      * @return \DreiscSeoPro\Subscriber\Installment\Canonical\CanonicalSubscriber
  5265.      */
  5266.     protected function getCanonicalSubscriberService()
  5267.     {
  5268.         include_once \dirname(__DIR__4).'/vendor/store.shopware.com/dreiscseopro/src/Subscriber/Installment/Canonical/CanonicalSubscriber.php';
  5269.         $a = ($this->services['DreiscSeoPro\\Core\\Canonical\\CanonicalFetcher'] ?? $this->getCanonicalFetcherService());
  5270.         if (isset($this->services['DreiscSeoPro\\Subscriber\\Installment\\Canonical\\CanonicalSubscriber'])) {
  5271.             return $this->services['DreiscSeoPro\\Subscriber\\Installment\\Canonical\\CanonicalSubscriber'];
  5272.         }
  5273.         return $this->services['DreiscSeoPro\\Subscriber\\Installment\\Canonical\\CanonicalSubscriber'] = new \DreiscSeoPro\Subscriber\Installment\Canonical\CanonicalSubscriber($a);
  5274.     }
  5275.     /**
  5276.      * Gets the public 'DreiscSeoPro\Subscriber\Installment\RichSnippet\RichSnippetSubscriber' shared service.
  5277.      *
  5278.      * @return \DreiscSeoPro\Subscriber\Installment\RichSnippet\RichSnippetSubscriber
  5279.      */
  5280.     protected function getRichSnippetSubscriberService()
  5281.     {
  5282.         include_once \dirname(__DIR__4).'/vendor/store.shopware.com/dreiscseopro/src/Subscriber/Installment/RichSnippet/RichSnippetSubscriber.php';
  5283.         $a = ($this->services['DreiscSeoPro\\Core\\RichSnippet\\Product\\ProductRichSnippetLdBuilder'] ?? $this->getProductRichSnippetLdBuilderService());
  5284.         if (isset($this->services['DreiscSeoPro\\Subscriber\\Installment\\RichSnippet\\RichSnippetSubscriber'])) {
  5285.             return $this->services['DreiscSeoPro\\Subscriber\\Installment\\RichSnippet\\RichSnippetSubscriber'];
  5286.         }
  5287.         $b = ($this->services['DreiscSeoPro\\Core\\RichSnippet\\Breadcrumb\\BreadcrumbRichSnippetLdBuilder'] ?? $this->getBreadcrumbRichSnippetLdBuilderService());
  5288.         if (isset($this->services['DreiscSeoPro\\Subscriber\\Installment\\RichSnippet\\RichSnippetSubscriber'])) {
  5289.             return $this->services['DreiscSeoPro\\Subscriber\\Installment\\RichSnippet\\RichSnippetSubscriber'];
  5290.         }
  5291.         $c = ($this->services['DreiscSeoPro\\Core\\CustomSetting\\CustomSettingLoader'] ?? $this->getCustomSettingLoaderService());
  5292.         if (isset($this->services['DreiscSeoPro\\Subscriber\\Installment\\RichSnippet\\RichSnippetSubscriber'])) {
  5293.             return $this->services['DreiscSeoPro\\Subscriber\\Installment\\RichSnippet\\RichSnippetSubscriber'];
  5294.         }
  5295.         $d = ($this->services['DreiscSeoPro\\Core\\RichSnippet\\LocalBusiness\\LocalBusinessRichSnippetLdBuilder'] ?? $this->getLocalBusinessRichSnippetLdBuilderService());
  5296.         if (isset($this->services['DreiscSeoPro\\Subscriber\\Installment\\RichSnippet\\RichSnippetSubscriber'])) {
  5297.             return $this->services['DreiscSeoPro\\Subscriber\\Installment\\RichSnippet\\RichSnippetSubscriber'];
  5298.         }
  5299.         $e = ($this->services['Shopware\\Storefront\\Page\\Product\\Review\\ProductReviewLoader'] ?? $this->getProductReviewLoaderService());
  5300.         if (isset($this->services['DreiscSeoPro\\Subscriber\\Installment\\RichSnippet\\RichSnippetSubscriber'])) {
  5301.             return $this->services['DreiscSeoPro\\Subscriber\\Installment\\RichSnippet\\RichSnippetSubscriber'];
  5302.         }
  5303.         return $this->services['DreiscSeoPro\\Subscriber\\Installment\\RichSnippet\\RichSnippetSubscriber'] = new \DreiscSeoPro\Subscriber\Installment\RichSnippet\RichSnippetSubscriber($a$b, ($this->services['DreiscSeoPro\\Core\\RichSnippet\\Logo\\LogoRichSnippetLdBuilder'] ?? $this->getLogoRichSnippetLdBuilderService()), ($this->services['DreiscSeoPro\\Core\\Breadcrumb\\PlainBreadcrumbCalculator'] ?? $this->getPlainBreadcrumbCalculatorService()), $c$d$e);
  5304.     }
  5305.     /**
  5306.      * Gets the public 'DreiscSeoPro\Subscriber\Installment\RobotsTag\RobotsTagSubscriber' shared service.
  5307.      *
  5308.      * @return \DreiscSeoPro\Subscriber\Installment\RobotsTag\RobotsTagSubscriber
  5309.      */
  5310.     protected function getRobotsTagSubscriberService()
  5311.     {
  5312.         include_once \dirname(__DIR__4).'/vendor/store.shopware.com/dreiscseopro/src/Subscriber/Installment/RobotsTag/RobotsTagSubscriber.php';
  5313.         $a = ($this->services['DreiscSeoPro\\Core\\RobotsTag\\RobotsTagFetcher'] ?? $this->getRobotsTagFetcherService());
  5314.         if (isset($this->services['DreiscSeoPro\\Subscriber\\Installment\\RobotsTag\\RobotsTagSubscriber'])) {
  5315.             return $this->services['DreiscSeoPro\\Subscriber\\Installment\\RobotsTag\\RobotsTagSubscriber'];
  5316.         }
  5317.         $b = ($this->services['DreiscSeoPro\\Core\\CustomSetting\\CustomSettingLoader'] ?? $this->getCustomSettingLoaderService());
  5318.         if (isset($this->services['DreiscSeoPro\\Subscriber\\Installment\\RobotsTag\\RobotsTagSubscriber'])) {
  5319.             return $this->services['DreiscSeoPro\\Subscriber\\Installment\\RobotsTag\\RobotsTagSubscriber'];
  5320.         }
  5321.         return $this->services['DreiscSeoPro\\Subscriber\\Installment\\RobotsTag\\RobotsTagSubscriber'] = new \DreiscSeoPro\Subscriber\Installment\RobotsTag\RobotsTagSubscriber($a$b);
  5322.     }
  5323.     /**
  5324.      * Gets the public 'DreiscSeoPro\Subscriber\Installment\SocialMedia\SocialMediaSubscriber' shared service.
  5325.      *
  5326.      * @return \DreiscSeoPro\Subscriber\Installment\SocialMedia\SocialMediaSubscriber
  5327.      */
  5328.     protected function getSocialMediaSubscriberService()
  5329.     {
  5330.         include_once \dirname(__DIR__4).'/vendor/store.shopware.com/dreiscseopro/src/Subscriber/Installment/SocialMedia/SocialMediaSubscriber.php';
  5331.         $a = ($this->services['DreiscSeoPro\\Core\\CustomSetting\\CustomSettingLoader'] ?? $this->getCustomSettingLoaderService());
  5332.         if (isset($this->services['DreiscSeoPro\\Subscriber\\Installment\\SocialMedia\\SocialMediaSubscriber'])) {
  5333.             return $this->services['DreiscSeoPro\\Subscriber\\Installment\\SocialMedia\\SocialMediaSubscriber'];
  5334.         }
  5335.         $b = ($this->services['DreiscSeoPro\\Core\\SocialMedia\\SocialMediaFetcher'] ?? $this->getSocialMediaFetcherService());
  5336.         if (isset($this->services['DreiscSeoPro\\Subscriber\\Installment\\SocialMedia\\SocialMediaSubscriber'])) {
  5337.             return $this->services['DreiscSeoPro\\Subscriber\\Installment\\SocialMedia\\SocialMediaSubscriber'];
  5338.         }
  5339.         return $this->services['DreiscSeoPro\\Subscriber\\Installment\\SocialMedia\\SocialMediaSubscriber'] = new \DreiscSeoPro\Subscriber\Installment\SocialMedia\SocialMediaSubscriber($a$b);
  5340.     }
  5341.     /**
  5342.      * Gets the public 'DreiscSeoPro\Subscriber\ProductEvents\ProductLoadedSubscriber' shared service.
  5343.      *
  5344.      * @return \DreiscSeoPro\Subscriber\ProductEvents\ProductLoadedSubscriber
  5345.      */
  5346.     protected function getProductLoadedSubscriberService()
  5347.     {
  5348.         include_once \dirname(__DIR__4).'/vendor/store.shopware.com/dreiscseopro/src/Subscriber/ProductEvents/ProductLoadedSubscriber.php';
  5349.         return $this->services['DreiscSeoPro\\Subscriber\\ProductEvents\\ProductLoadedSubscriber'] = new \DreiscSeoPro\Subscriber\ProductEvents\ProductLoadedSubscriber(($this->services['DreiscSeoPro\\Core\\Seo\\LiveTemplate\\LiveTemplateConverter'] ?? $this->getLiveTemplateConverterService()));
  5350.     }
  5351.     /**
  5352.      * Gets the public 'DreiscSeoPro\Test\Core\Seo\SeoDataSaver\TestHelper' shared service.
  5353.      *
  5354.      * @return \DreiscSeoPro\Test\Core\Seo\SeoDataSaver\TestHelper
  5355.      */
  5356.     protected function getTestHelperService()
  5357.     {
  5358.         return $this->services['DreiscSeoPro\\Test\\Core\\Seo\\SeoDataSaver\\TestHelper'] = new \DreiscSeoPro\Test\Core\Seo\SeoDataSaver\TestHelper(($this->services['Doctrine\\DBAL\\Connection'] ?? $this->getConnectionService()));
  5359.     }
  5360.     /**
  5361.      * Gets the public 'Elasticsearch\Client' shared service.
  5362.      *
  5363.      * @return \Shopware\Elasticsearch\Profiler\ClientProfiler
  5364.      */
  5365.     protected function getClientService()
  5366.     {
  5367.         return $this->services['Elasticsearch\\Client'] = new \Shopware\Elasticsearch\Profiler\ClientProfiler(($this->privates['shopware.es.profiled.client.inner'] ?? $this->getShopware_Es_Profiled_Client_InnerService()));
  5368.     }
  5369.     /**
  5370.      * Gets the public 'Frosh\Adminer\Controller\Adminer' shared service.
  5371.      *
  5372.      * @return \Frosh\Adminer\Controller\Adminer
  5373.      */
  5374.     protected function getAdminerService()
  5375.     {
  5376.         include_once \dirname(__DIR__4).'/vendor/store.shopware.com/froshplatformadminer/src/Controller/Adminer.php';
  5377.         $this->services['Frosh\\Adminer\\Controller\\Adminer'] = $instance = new \Frosh\Adminer\Controller\Adminer();
  5378.         $instance->setContainer($this);
  5379.         return $instance;
  5380.     }
  5381.     /**
  5382.      * Gets the public 'Frosh\Adminer\FroshPlatformAdminer' shared autowired service.
  5383.      *
  5384.      * @return \Frosh\Adminer\FroshPlatformAdminer
  5385.      */
  5386.     protected function getFroshPlatformAdminerService()
  5387.     {
  5388.         include_once \dirname(__DIR__4).'/vendor/symfony/dependency-injection/ContainerAwareInterface.php';
  5389.         include_once \dirname(__DIR__4).'/vendor/symfony/http-kernel/Bundle/BundleInterface.php';
  5390.         include_once \dirname(__DIR__4).'/vendor/symfony/dependency-injection/ContainerAwareTrait.php';
  5391.         include_once \dirname(__DIR__4).'/vendor/symfony/http-kernel/Bundle/Bundle.php';
  5392.         include_once \dirname(__DIR__4).'/vendor/shopware/core/Framework/Bundle.php';
  5393.         include_once \dirname(__DIR__4).'/vendor/shopware/core/Framework/Plugin.php';
  5394.         include_once \dirname(__DIR__4).'/vendor/store.shopware.com/froshplatformadminer/src/FroshPlatformAdminer.php';
  5395.         return $this->services['Frosh\\Adminer\\FroshPlatformAdminer'] = ($this->services['Shopware\\Core\\Framework\\Plugin\\KernelPluginLoader\\KernelPluginLoader'] ?? $this->getKernelPluginLoaderService())->getPluginInstance('Frosh\\Adminer\\FroshPlatformAdminer');
  5396.     }
  5397.     /**
  5398.      * Gets the public 'Frosh\Tools\Controller\CacheController' shared service.
  5399.      *
  5400.      * @return \Frosh\Tools\Controller\CacheController
  5401.      */
  5402.     protected function getCacheControllerService()
  5403.     {
  5404.         include_once \dirname(__DIR__4).'/vendor/store.shopware.com/froshtools/src/Controller/CacheController.php';
  5405.         return $this->services['Frosh\\Tools\\Controller\\CacheController'] = new \Frosh\Tools\Controller\CacheController($this->targetDir.'', ($this->privates['Frosh\\Tools\\Components\\CacheRegistry'] ?? $this->getCacheRegistryService()));
  5406.     }
  5407.     /**
  5408.      * Gets the public 'Frosh\Tools\Controller\ElasticsearchController' shared service.
  5409.      *
  5410.      * @return \Frosh\Tools\Controller\ElasticsearchController
  5411.      */
  5412.     protected function getElasticsearchControllerService()
  5413.     {
  5414.         include_once \dirname(__DIR__4).'/vendor/store.shopware.com/froshtools/src/Controller/ElasticsearchController.php';
  5415.         return $this->services['Frosh\\Tools\\Controller\\ElasticsearchController'] = new \Frosh\Tools\Controller\ElasticsearchController(($this->privates['Frosh\\Tools\\Components\\Elasticsearch\\ElasticsearchManager'] ?? $this->getElasticsearchManagerService()));
  5416.     }
  5417.     /**
  5418.      * Gets the public 'Frosh\Tools\Controller\FeatureFlagController' shared service.
  5419.      *
  5420.      * @return \Frosh\Tools\Controller\FeatureFlagController
  5421.      */
  5422.     protected function getFeatureFlagControllerService()
  5423.     {
  5424.         include_once \dirname(__DIR__4).'/vendor/store.shopware.com/froshtools/src/Controller/FeatureFlagController.php';
  5425.         return $this->services['Frosh\\Tools\\Controller\\FeatureFlagController'] = new \Frosh\Tools\Controller\FeatureFlagController(\dirname(__DIR__4));
  5426.     }
  5427.     /**
  5428.      * Gets the public 'Frosh\Tools\Controller\HealthController' shared service.
  5429.      *
  5430.      * @return \Frosh\Tools\Controller\HealthController
  5431.      */
  5432.     protected function getHealthControllerService()
  5433.     {
  5434.         include_once \dirname(__DIR__4).'/vendor/store.shopware.com/froshtools/src/Controller/HealthController.php';
  5435.         return $this->services['Frosh\\Tools\\Controller\\HealthController'] = new \Frosh\Tools\Controller\HealthController(new RewindableGenerator(function () {
  5436.             yield => ($this->privates['Frosh\\Tools\\Components\\Health\\Checker\\HealthChecker\\PhpChecker'] ?? ($this->privates['Frosh\\Tools\\Components\\Health\\Checker\\HealthChecker\\PhpChecker'] = new \Frosh\Tools\Components\Health\Checker\HealthChecker\PhpChecker()));
  5437.             yield => ($this->privates['Frosh\\Tools\\Components\\Health\\Checker\\HealthChecker\\MysqlChecker'] ?? $this->getMysqlCheckerService());
  5438.             yield => ($this->privates['Frosh\\Tools\\Components\\Health\\Checker\\HealthChecker\\QueueChecker'] ?? $this->getQueueCheckerService());
  5439.             yield => ($this->privates['Frosh\\Tools\\Components\\Health\\Checker\\HealthChecker\\SwagSecurityChecker'] ?? $this->getSwagSecurityCheckerService());
  5440.             yield => ($this->privates['Frosh\\Tools\\Components\\Health\\Checker\\HealthChecker\\TaskChecker'] ?? $this->getTaskCheckerService());
  5441.             yield => ($this->privates['Frosh\\Tools\\Components\\Health\\Checker\\HealthChecker\\ProductionChecker'] ?? ($this->privates['Frosh\\Tools\\Components\\Health\\Checker\\HealthChecker\\ProductionChecker'] = new \Frosh\Tools\Components\Health\Checker\HealthChecker\ProductionChecker('dev')));
  5442.         }, 6), new RewindableGenerator(function () {
  5443.             yield => ($this->privates['Frosh\\Tools\\Components\\Health\\Checker\\PerformanceChecker\\PhpSettingsChecker'] ?? ($this->privates['Frosh\\Tools\\Components\\Health\\Checker\\PerformanceChecker\\PhpSettingsChecker'] = new \Frosh\Tools\Components\Health\Checker\PerformanceChecker\PhpSettingsChecker()));
  5444.             yield => ($this->privates['Frosh\\Tools\\Components\\Health\\Checker\\PerformanceChecker\\AdminWorkerChecker'] ?? ($this->privates['Frosh\\Tools\\Components\\Health\\Checker\\PerformanceChecker\\AdminWorkerChecker'] = new \Frosh\Tools\Components\Health\Checker\PerformanceChecker\AdminWorkerChecker(false)));
  5445.             yield => ($this->privates['Frosh\\Tools\\Components\\Health\\Checker\\PerformanceChecker\\PublicFilesystemChecker'] ?? ($this->privates['Frosh\\Tools\\Components\\Health\\Checker\\PerformanceChecker\\PublicFilesystemChecker'] = new \Frosh\Tools\Components\Health\Checker\PerformanceChecker\PublicFilesystemChecker('local')));
  5446.             yield => ($this->privates['Frosh\\Tools\\Components\\Health\\Checker\\PerformanceChecker\\MailOverQueueChecker'] ?? ($this->privates['Frosh\\Tools\\Components\\Health\\Checker\\PerformanceChecker\\MailOverQueueChecker'] = new \Frosh\Tools\Components\Health\Checker\PerformanceChecker\MailOverQueueChecker(false)));
  5447.             yield => ($this->privates['Frosh\\Tools\\Components\\Health\\Checker\\PerformanceChecker\\IncrementStorageChecker'] ?? ($this->privates['Frosh\\Tools\\Components\\Health\\Checker\\PerformanceChecker\\IncrementStorageChecker'] = new \Frosh\Tools\Components\Health\Checker\PerformanceChecker\IncrementStorageChecker('mysql''mysql')));
  5448.             yield => ($this->privates['Frosh\\Tools\\Components\\Health\\Checker\\PerformanceChecker\\QueueConnectionChecker'] ?? ($this->privates['Frosh\\Tools\\Components\\Health\\Checker\\PerformanceChecker\\QueueConnectionChecker'] = new \Frosh\Tools\Components\Health\Checker\PerformanceChecker\QueueConnectionChecker($this->getEnv('MESSENGER_TRANSPORT_DSN'))));
  5449.             yield => ($this->privates['Frosh\\Tools\\Components\\Health\\Checker\\PerformanceChecker\\EsChecker'] ?? $this->getEsCheckerService());
  5450.             yield => ($this->privates['Frosh\\Tools\\Components\\Health\\Checker\\PerformanceChecker\\DisabledMailUpdatesChecker'] ?? $this->getDisabledMailUpdatesCheckerService());
  5451.             yield => ($this->privates['Frosh\\Tools\\Components\\Health\\Checker\\PerformanceChecker\\FixCacheIdSetChecker'] ?? ($this->privates['Frosh\\Tools\\Components\\Health\\Checker\\PerformanceChecker\\FixCacheIdSetChecker'] = new \Frosh\Tools\Components\Health\Checker\PerformanceChecker\FixCacheIdSetChecker('6.4.20.0')));
  5452.             yield => ($this->privates['Frosh\\Tools\\Components\\Health\\Checker\\PerformanceChecker\\LoggerLevelChecker'] ?? $this->getLoggerLevelCheckerService());
  5453.             yield 10 => ($this->privates['Frosh\\Tools\\Components\\Health\\Checker\\PerformanceChecker\\MySQL8Checker'] ?? $this->getMySQL8CheckerService());
  5454.         }, 11));
  5455.     }
  5456.     /**
  5457.      * Gets the public 'Frosh\Tools\Controller\LogController' shared service.
  5458.      *
  5459.      * @return \Frosh\Tools\Controller\LogController
  5460.      */
  5461.     protected function getLogControllerService()
  5462.     {
  5463.         include_once \dirname(__DIR__4).'/vendor/store.shopware.com/froshtools/src/Controller/LogController.php';
  5464.         return $this->services['Frosh\\Tools\\Controller\\LogController'] = new \Frosh\Tools\Controller\LogController((\dirname(__DIR__3).'/log'));
  5465.     }
  5466.     /**
  5467.      * Gets the public 'Frosh\Tools\Controller\QueueController' shared service.
  5468.      *
  5469.      * @return \Frosh\Tools\Controller\QueueController
  5470.      */
  5471.     protected function getQueueControllerService()
  5472.     {
  5473.         include_once \dirname(__DIR__4).'/vendor/store.shopware.com/froshtools/src/Controller/QueueController.php';
  5474.         return $this->services['Frosh\\Tools\\Controller\\QueueController'] = new \Frosh\Tools\Controller\QueueController(($this->services['Doctrine\\DBAL\\Connection'] ?? $this->getConnectionService()), ($this->services['shopware.increment.gateway.registry'] ?? $this->getShopware_Increment_Gateway_RegistryService()));
  5475.     }
  5476.     /**
  5477.      * Gets the public 'Frosh\Tools\Controller\ScheduledTaskController' shared service.
  5478.      *
  5479.      * @return \Frosh\Tools\Controller\ScheduledTaskController
  5480.      */
  5481.     protected function getScheduledTaskControllerService()
  5482.     {
  5483.         include_once \dirname(__DIR__4).'/vendor/store.shopware.com/froshtools/src/Controller/ScheduledTaskController.php';
  5484.         return $this->services['Frosh\\Tools\\Controller\\ScheduledTaskController'] = new \Frosh\Tools\Controller\ScheduledTaskController(new RewindableGenerator(function () {
  5485.             yield => ($this->privates['Shopware\\Core\\Framework\\Log\\ScheduledTask\\LogCleanupTaskHandler'] ?? $this->getLogCleanupTaskHandlerService());
  5486.             yield => ($this->privates['Shopware\\Core\\Framework\\Adapter\\Cache\\InvalidateCacheTaskHandler'] ?? $this->getInvalidateCacheTaskHandlerService());
  5487.             yield => ($this->privates['Shopware\\Core\\Framework\\Adapter\\Cache\\Message\\CleanupOldCacheFoldersHandler'] ?? $this->getCleanupOldCacheFoldersHandlerService());
  5488.             yield => ($this->privates['Shopware\\Core\\Content\\Media\\Message\\GenerateThumbnailsHandler'] ?? $this->getGenerateThumbnailsHandlerService());
  5489.             yield => ($this->privates['Shopware\\Core\\Framework\\App\\ScheduledTask\\UpdateAppsHandler'] ?? $this->getUpdateAppsHandlerService());
  5490.             yield => ($this->privates['Shopware\\Core\\Framework\\App\\ScheduledTask\\DeleteCascadeAppsHandler'] ?? $this->getDeleteCascadeAppsHandlerService());
  5491.             yield => ($this->services['Shopware\\Core\\Framework\\DataAbstractionLayer\\Indexing\\EntityIndexerRegistry'] ?? $this->getEntityIndexerRegistryService());
  5492.             yield => ($this->privates['Shopware\\Core\\Framework\\DataAbstractionLayer\\Version\\Cleanup\\CleanupVersionTaskHandler'] ?? $this->getCleanupVersionTaskHandlerService());
  5493.             yield => ($this->privates['Shopware\\Core\\Framework\\MessageQueue\\Handler\\EncryptedMessageHandler'] ?? $this->getEncryptedMessageHandlerService());
  5494.             yield => ($this->privates['Shopware\\Core\\Framework\\MessageQueue\\Handler\\RetryMessageHandler'] ?? $this->getRetryMessageHandlerService());
  5495.             yield 10 => ($this->privates['Shopware\\Core\\Framework\\MessageQueue\\Handler\\SleepTaskHandler'] ?? $this->getSleepTaskHandlerService());
  5496.             yield 11 => ($this->privates['Shopware\\Core\\Framework\\MessageQueue\\ScheduledTask\\RequeueDeadMessagesHandler'] ?? $this->getRequeueDeadMessagesHandlerService());
  5497.             yield 12 => ($this->privates['Shopware\\Core\\Framework\\MessageQueue\\ScheduledTask\\MessageQueue\\RegisterScheduledTaskHandler'] ?? $this->getRegisterScheduledTaskHandlerService());
  5498.             yield 13 => ($this->privates['Shopware\\Core\\Framework\\Webhook\\Handler\\WebhookEventMessageHandler'] ?? $this->getWebhookEventMessageHandlerService());
  5499.             yield 14 => ($this->privates['Shopware\\Core\\System\\SalesChannel\\Context\\Cleanup\\CleanupSalesChannelContextTaskHandler'] ?? $this->getCleanupSalesChannelContextTaskHandlerService());
  5500.             yield 15 => ($this->privates['Shopware\\Core\\Content\\Media\\Message\\DeleteFileHandler'] ?? $this->getDeleteFileHandler2Service());
  5501.             yield 16 => ($this->privates['Shopware\\Core\\Content\\Product\\Cleanup\\CleanupProductKeywordDictionaryTaskHandler'] ?? $this->getCleanupProductKeywordDictionaryTaskHandlerService());
  5502.             yield 17 => ($this->privates['Shopware\\Core\\Content\\Product\\Cleanup\\CleanupUnusedDownloadMediaTaskHandler'] ?? $this->getCleanupUnusedDownloadMediaTaskHandlerService());
  5503.             yield 18 => ($this->privates['Shopware\\Core\\Content\\Newsletter\\ScheduledTask\\NewsletterRecipientTaskHandler'] ?? $this->getNewsletterRecipientTaskHandlerService());
  5504.             yield 19 => ($this->privates['Shopware\\Core\\Content\\ProductStream\\ScheduledTask\\UpdateProductStreamMappingTaskHandler'] ?? $this->getUpdateProductStreamMappingTaskHandlerService());
  5505.             yield 20 => ($this->privates['Shopware\\Core\\Content\\ProductExport\\ScheduledTask\\ProductExportGenerateTaskHandler'] ?? $this->getProductExportGenerateTaskHandlerService());
  5506.             yield 21 => ($this->privates['Shopware\\Core\\Content\\ProductExport\\ScheduledTask\\ProductExportPartialGenerationHandler'] ?? $this->getProductExportPartialGenerationHandlerService());
  5507.             yield 22 => ($this->services['Shopware\\Core\\Content\\ImportExport\\Message\\ImportExportHandler'] ?? $this->getImportExportHandlerService());
  5508.             yield 23 => ($this->privates['Shopware\\Core\\Content\\ImportExport\\Message\\DeleteFileHandler'] ?? $this->getDeleteFileHandlerService());
  5509.             yield 24 => ($this->privates['Shopware\\Core\\Content\\ImportExport\\ScheduledTask\\CleanupImportExportFileTaskHandler'] ?? $this->getCleanupImportExportFileTaskHandlerService());
  5510.             yield 25 => ($this->privates['Shopware\\Core\\Content\\Sitemap\\ScheduledTask\\SitemapGenerateTaskHandler'] ?? $this->getSitemapGenerateTaskHandlerService());
  5511.             yield 26 => ($this->privates['Shopware\\Core\\Checkout\\Cart\\Cleanup\\CleanupCartTaskHandler'] ?? $this->getCleanupCartTaskHandlerService());
  5512.             yield 27 => ($this->privates['Shopware\\Storefront\\Framework\\Cache\\CacheWarmer\\CacheWarmerTaskHandler'] ?? $this->getCacheWarmerTaskHandlerService());
  5513.             yield 28 => ($this->services['Shopware\\Elasticsearch\\Framework\\Indexing\\CreateAliasTaskHandler'] ?? $this->getCreateAliasTaskHandlerService());
  5514.             yield 29 => ($this->privates['Shopware\\Elasticsearch\\Framework\\Indexing\\ElasticsearchIndexer'] ?? $this->getElasticsearchIndexerService());
  5515.             yield 30 => ($this->privates['Shopware\\Elasticsearch\\Admin\\AdminSearchRegistry'] ?? $this->getAdminSearchRegistryService());
  5516.             yield 31 => ($this->privates['Swag\\PayPal\\Checkout\\Payment\\ScheduledTask\\CancelTransactionsTaskHandler'] ?? $this->getCancelTransactionsTaskHandlerService());
  5517.             yield 32 => ($this->privates['Swag\\PayPal\\Pos\\MessageQueue\\Handler\\CloneVisibilityHandler'] ?? $this->getCloneVisibilityHandlerService());
  5518.             yield 33 => ($this->privates['Swag\\PayPal\\Pos\\MessageQueue\\Handler\\SyncManagerHandler'] ?? $this->getSyncManagerHandlerService());
  5519.             yield 34 => ($this->privates['Swag\\PayPal\\Pos\\MessageQueue\\Handler\\Sync\\ProductSingleSyncHandler'] ?? $this->getProductSingleSyncHandlerService());
  5520.             yield 35 => ($this->privates['Swag\\PayPal\\Pos\\MessageQueue\\Handler\\Sync\\ProductVariantSyncHandler'] ?? $this->getProductVariantSyncHandlerService());
  5521.             yield 36 => ($this->privates['Swag\\PayPal\\Pos\\MessageQueue\\Handler\\Sync\\ProductCleanupSyncHandler'] ?? $this->getProductCleanupSyncHandlerService());
  5522.             yield 37 => ($this->privates['Swag\\PayPal\\Pos\\MessageQueue\\Handler\\Sync\\InventorySyncHandler'] ?? $this->getInventorySyncHandlerService());
  5523.             yield 38 => ($this->privates['Swag\\PayPal\\Pos\\MessageQueue\\Handler\\Sync\\ImageSyncHandler'] ?? $this->getImageSyncHandlerService());
  5524.             yield 39 => ($this->privates['Swag\\PayPal\\Pos\\MessageQueue\\Handler\\InventoryUpdateHandler'] ?? $this->getInventoryUpdateHandlerService());
  5525.             yield 40 => ($this->privates['Swag\\PayPal\\Pos\\Schedule\\CleanUpLogTaskHandler'] ?? $this->getCleanUpLogTaskHandlerService());
  5526.             yield 41 => ($this->privates['Swag\\PayPal\\Pos\\Schedule\\CompleteSyncTaskHandler'] ?? $this->getCompleteSyncTaskHandlerService());
  5527.             yield 42 => ($this->privates['Swag\\PayPal\\Pos\\Schedule\\InventorySyncTaskHandler'] ?? $this->getInventorySyncTaskHandlerService());
  5528.             yield 43 => ($this->privates['SwagMigrationAssistant\\Migration\\MessageQueue\\Handler\\ProcessMediaHandler'] ?? $this->getProcessMediaHandlerService());
  5529.             yield 44 => ($this->privates['SwagMigrationAssistant\\Migration\\MessageQueue\\Handler\\CleanupMigrationHandler'] ?? $this->getCleanupMigrationHandlerService());
  5530.             yield 45 => ($this->privates['MoorlMagazine\\Core\\WordpressSync\\WordpressSyncTaskHandler'] ?? $this->getWordpressSyncTaskHandlerService());
  5531.             yield 46 => ($this->privates['Swag\\AmazonPay\\Framework\\ScheduledTasks\\CheckPaymentStatusHandler'] ?? $this->getCheckPaymentStatusHandlerService());
  5532.             yield 47 => ($this->privates['Swag\\AmazonPay\\Framework\\ScheduledTasks\\SignUpTokenCleanUpHandler'] ?? $this->getSignUpTokenCleanUpHandlerService());
  5533.             yield 48 => ($this->privates['Cbax\\ModulManufacturers\\ScheduledTask\\ManufacturerSeoIndexHandler'] ?? $this->getManufacturerSeoIndexHandlerService());
  5534.             yield 49 => ($this->privates['Cbax\\ModulManufacturers\\ScheduledTask\\ManufacturerProductCountHandler'] ?? $this->getManufacturerProductCountHandlerService());
  5535.             yield 50 => ($this->privates['Acris\\SuggestedProducts\\ScheduledTask\\CustomersAlsoViewedIndexTaskHandler'] ?? $this->getCustomersAlsoViewedIndexTaskHandlerService());
  5536.             yield 51 => ($this->privates['Zeobv\\AbandonedCart\\ScheduledTasks\\Handlers\\AbandonedCart\\CollectTaskHandler'] ?? $this->getCollectTaskHandlerService());
  5537.             yield 52 => ($this->privates['Cbax\\ModulAnalytics\\ScheduledTask\\AnalyticsHandler'] ?? $this->getAnalyticsHandlerService());
  5538.             yield 53 => ($this->privates['Cbax\\ModulExternalOrder\\ScheduledTask\\DispatchStatusRefreshHandler'] ?? $this->getDispatchStatusRefreshHandlerService());
  5539.             yield 54 => ($this->privates['Cbax\\ModulExternalOrder\\ScheduledTask\\CanceledStatusRefreshHandler'] ?? $this->getCanceledStatusRefreshHandlerService());
  5540.             yield 55 => ($this->privates['Cbax\\ModulExternalOrder\\ScheduledTask\\ShopwareOrderGenerateHandler'] ?? $this->getShopwareOrderGenerateHandlerService());
  5541.             yield 56 => ($this->privates['Cbax\\ModulOrderImportGalaxus\\ScheduledTask\\OrderImportHandler'] ?? $this->getOrderImportHandlerService());
  5542.             yield 57 => ($this->privates['Cbax\\ModulOrderImportGalaxus\\ScheduledTask\\SendDispatchStatusHandler'] ?? $this->getSendDispatchStatusHandlerService());
  5543.             yield 58 => ($this->privates['Cbax\\ModulOrderImportGalaxus\\ScheduledTask\\SendCanceledStatusHandler'] ?? $this->getSendCanceledStatusHandlerService());
  5544.             yield 59 => ($this->privates['Cbax\\ModulOrderImportGalaxus\\ScheduledTask\\DownloadFilesHandler'] ?? $this->getDownloadFilesHandlerService());
  5545.             yield 60 => ($this->privates['Cbax\\ModulOrderImportGalaxus\\ScheduledTask\\UploadFilesHandler'] ?? $this->getUploadFilesHandlerService());
  5546.             yield 61 => ($this->privates['mailer.messenger.message_handler'] ?? $this->getMailer_Messenger_MessageHandlerService());
  5547.         }, 62), ($this->services['scheduled_task.repository'] ?? $this->getScheduledTask_RepositoryService()), ($this->privates['Shopware\\Core\\Framework\\MessageQueue\\ScheduledTask\\Registry\\TaskRegistry'] ?? $this->getTaskRegistryService()));
  5548.     }
  5549.     /**
  5550.      * Gets the public 'Frosh\Tools\Controller\ShopwareFilesController' shared service.
  5551.      *
  5552.      * @return \Frosh\Tools\Controller\ShopwareFilesController
  5553.      */
  5554.     protected function getShopwareFilesControllerService()
  5555.     {
  5556.         include_once \dirname(__DIR__4).'/vendor/store.shopware.com/froshtools/src/Controller/ShopwareFilesController.php';
  5557.         return $this->services['Frosh\\Tools\\Controller\\ShopwareFilesController'] = new \Frosh\Tools\Controller\ShopwareFilesController('6.4.20.0'\dirname(__DIR__4), []);
  5558.     }
  5559.     /**
  5560.      * Gets the public 'Frosh\Tools\Controller\StateMachineController' shared service.
  5561.      *
  5562.      * @return \Frosh\Tools\Controller\StateMachineController
  5563.      */
  5564.     protected function getStateMachineControllerService()
  5565.     {
  5566.         include_once \dirname(__DIR__4).'/vendor/store.shopware.com/froshtools/src/Controller/StateMachineController.php';
  5567.         return $this->services['Frosh\\Tools\\Controller\\StateMachineController'] = new \Frosh\Tools\Controller\StateMachineController(($this->services['state_machine.repository'] ?? $this->getStateMachine_RepositoryService()));
  5568.     }
  5569.     /**
  5570.      * Gets the public 'Frosh\Tools\FroshTools' shared autowired service.
  5571.      *
  5572.      * @return \Frosh\Tools\FroshTools
  5573.      */
  5574.     protected function getFroshToolsService()
  5575.     {
  5576.         include_once \dirname(__DIR__4).'/vendor/symfony/dependency-injection/ContainerAwareInterface.php';
  5577.         include_once \dirname(__DIR__4).'/vendor/symfony/http-kernel/Bundle/BundleInterface.php';
  5578.         include_once \dirname(__DIR__4).'/vendor/symfony/dependency-injection/ContainerAwareTrait.php';
  5579.         include_once \dirname(__DIR__4).'/vendor/symfony/http-kernel/Bundle/Bundle.php';
  5580.         include_once \dirname(__DIR__4).'/vendor/shopware/core/Framework/Bundle.php';
  5581.         include_once \dirname(__DIR__4).'/vendor/shopware/core/Framework/Plugin.php';
  5582.         include_once \dirname(__DIR__4).'/vendor/store.shopware.com/froshtools/src/FroshTools.php';
  5583.         return $this->services['Frosh\\Tools\\FroshTools'] = ($this->services['Shopware\\Core\\Framework\\Plugin\\KernelPluginLoader\\KernelPluginLoader'] ?? $this->getKernelPluginLoaderService())->getPluginInstance('Frosh\\Tools\\FroshTools');
  5584.     }
  5585.     /**
  5586.      * Gets the public 'LDSCustom\LDSCustom' shared autowired service.
  5587.      *
  5588.      * @return \LDSCustom\LDSCustom
  5589.      */
  5590.     protected function getLDSCustomService()
  5591.     {
  5592.         include_once \dirname(__DIR__4).'/vendor/symfony/dependency-injection/ContainerAwareInterface.php';
  5593.         include_once \dirname(__DIR__4).'/vendor/symfony/http-kernel/Bundle/BundleInterface.php';
  5594.         include_once \dirname(__DIR__4).'/vendor/symfony/dependency-injection/ContainerAwareTrait.php';
  5595.         include_once \dirname(__DIR__4).'/vendor/symfony/http-kernel/Bundle/Bundle.php';
  5596.         include_once \dirname(__DIR__4).'/vendor/shopware/core/Framework/Bundle.php';
  5597.         include_once \dirname(__DIR__4).'/vendor/shopware/core/Framework/Plugin.php';
  5598.         include_once \dirname(__DIR__4).'/custom/static-plugins/LDSCustom/src/LDSCustom.php';
  5599.         return $this->services['LDSCustom\\LDSCustom'] = ($this->services['Shopware\\Core\\Framework\\Plugin\\KernelPluginLoader\\KernelPluginLoader'] ?? $this->getKernelPluginLoaderService())->getPluginInstance('LDSCustom\\LDSCustom');
  5600.     }
  5601.     /**
  5602.      * Gets the public 'LdsSubCategories\LdsSubCategories' shared autowired service.
  5603.      *
  5604.      * @return \LdsSubCategories\LdsSubCategories
  5605.      */
  5606.     protected function getLdsSubCategoriesService()
  5607.     {
  5608.         include_once \dirname(__DIR__4).'/vendor/symfony/dependency-injection/ContainerAwareInterface.php';
  5609.         include_once \dirname(__DIR__4).'/vendor/symfony/http-kernel/Bundle/BundleInterface.php';
  5610.         include_once \dirname(__DIR__4).'/vendor/symfony/dependency-injection/ContainerAwareTrait.php';
  5611.         include_once \dirname(__DIR__4).'/vendor/symfony/http-kernel/Bundle/Bundle.php';
  5612.         include_once \dirname(__DIR__4).'/vendor/shopware/core/Framework/Bundle.php';
  5613.         include_once \dirname(__DIR__4).'/vendor/shopware/core/Framework/Plugin.php';
  5614.         include_once \dirname(__DIR__4).'/custom/static-plugins/LdsSubCategories/src/LdsSubCategories.php';
  5615.         return $this->services['LdsSubCategories\\LdsSubCategories'] = ($this->services['Shopware\\Core\\Framework\\Plugin\\KernelPluginLoader\\KernelPluginLoader'] ?? $this->getKernelPluginLoaderService())->getPluginInstance('LdsSubCategories\\LdsSubCategories');
  5616.     }
  5617.     /**
  5618.      * Gets the public 'Maxia\MaxiaCrossVariantDiscounts6\MaxiaCrossVariantDiscounts6' shared autowired service.
  5619.      *
  5620.      * @return \Maxia\MaxiaCrossVariantDiscounts6\MaxiaCrossVariantDiscounts6
  5621.      */
  5622.     protected function getMaxiaCrossVariantDiscounts6Service()
  5623.     {
  5624.         include_once \dirname(__DIR__4).'/vendor/symfony/dependency-injection/ContainerAwareInterface.php';
  5625.         include_once \dirname(__DIR__4).'/vendor/symfony/http-kernel/Bundle/BundleInterface.php';
  5626.         include_once \dirname(__DIR__4).'/vendor/symfony/dependency-injection/ContainerAwareTrait.php';
  5627.         include_once \dirname(__DIR__4).'/vendor/symfony/http-kernel/Bundle/Bundle.php';
  5628.         include_once \dirname(__DIR__4).'/vendor/shopware/core/Framework/Bundle.php';
  5629.         include_once \dirname(__DIR__4).'/vendor/shopware/core/Framework/Plugin.php';
  5630.         include_once \dirname(__DIR__4).'/vendor/store.shopware.com/maxiacrossvariantdiscounts6/src/MaxiaCrossVariantDiscounts6.php';
  5631.         return $this->services['Maxia\\MaxiaCrossVariantDiscounts6\\MaxiaCrossVariantDiscounts6'] = ($this->services['Shopware\\Core\\Framework\\Plugin\\KernelPluginLoader\\KernelPluginLoader'] ?? $this->getKernelPluginLoaderService())->getPluginInstance('Maxia\\MaxiaCrossVariantDiscounts6\\MaxiaCrossVariantDiscounts6');
  5632.     }
  5633.     /**
  5634.      * Gets the public 'Meteor\PromotionGift\Content\PromotionGift\PromotionGiftEntityDefinition' shared service.
  5635.      *
  5636.      * @return \Meteor\PromotionGift\Content\PromotionGift\PromotionGiftEntityDefinition
  5637.      */
  5638.     protected function getPromotionGiftEntityDefinitionService()
  5639.     {
  5640.         include_once \dirname(__DIR__4).'/vendor/store.shopware.com/meteorpromotiongift/src/Content/PromotionGift/PromotionGiftEntityDefinition.php';
  5641.         $this->services['Meteor\\PromotionGift\\Content\\PromotionGift\\PromotionGiftEntityDefinition'] = $instance = new \Meteor\PromotionGift\Content\PromotionGift\PromotionGiftEntityDefinition();
  5642.         $instance->compile(($this->services['Shopware\\Core\\Framework\\DataAbstractionLayer\\DefinitionInstanceRegistry'] ?? $this->getDefinitionInstanceRegistryService()));
  5643.         return $instance;
  5644.     }
  5645.     /**
  5646.      * Gets the public 'Meteor\PromotionGift\MeteorPromotionGift' shared autowired service.
  5647.      *
  5648.      * @return \Meteor\PromotionGift\MeteorPromotionGift
  5649.      */
  5650.     protected function getMeteorPromotionGiftService()
  5651.     {
  5652.         include_once \dirname(__DIR__4).'/vendor/symfony/dependency-injection/ContainerAwareInterface.php';
  5653.         include_once \dirname(__DIR__4).'/vendor/symfony/http-kernel/Bundle/BundleInterface.php';
  5654.         include_once \dirname(__DIR__4).'/vendor/symfony/dependency-injection/ContainerAwareTrait.php';
  5655.         include_once \dirname(__DIR__4).'/vendor/symfony/http-kernel/Bundle/Bundle.php';
  5656.         include_once \dirname(__DIR__4).'/vendor/shopware/core/Framework/Bundle.php';
  5657.         include_once \dirname(__DIR__4).'/vendor/shopware/core/Framework/Plugin.php';
  5658.         include_once \dirname(__DIR__4).'/vendor/store.shopware.com/meteorpromotiongift/src/MeteorPromotionGift.php';
  5659.         return $this->services['Meteor\\PromotionGift\\MeteorPromotionGift'] = ($this->services['Shopware\\Core\\Framework\\Plugin\\KernelPluginLoader\\KernelPluginLoader'] ?? $this->getKernelPluginLoaderService())->getPluginInstance('Meteor\\PromotionGift\\MeteorPromotionGift');
  5660.     }
  5661.     /**
  5662.      * Gets the public 'MoorlCmsCategoryListing\MoorlCmsCategoryListing' shared autowired service.
  5663.      *
  5664.      * @return \MoorlCmsCategoryListing\MoorlCmsCategoryListing
  5665.      */
  5666.     protected function getMoorlCmsCategoryListingService()
  5667.     {
  5668.         include_once \dirname(__DIR__4).'/vendor/symfony/dependency-injection/ContainerAwareInterface.php';
  5669.         include_once \dirname(__DIR__4).'/vendor/symfony/http-kernel/Bundle/BundleInterface.php';
  5670.         include_once \dirname(__DIR__4).'/vendor/symfony/dependency-injection/ContainerAwareTrait.php';
  5671.         include_once \dirname(__DIR__4).'/vendor/symfony/http-kernel/Bundle/Bundle.php';
  5672.         include_once \dirname(__DIR__4).'/vendor/shopware/core/Framework/Bundle.php';
  5673.         include_once \dirname(__DIR__4).'/vendor/shopware/core/Framework/Plugin.php';
  5674.         include_once \dirname(__DIR__4).'/vendor/store.shopware.com/moorlcmscategorylisting/src/MoorlCmsCategoryListing.php';
  5675.         return $this->services['MoorlCmsCategoryListing\\MoorlCmsCategoryListing'] = ($this->services['Shopware\\Core\\Framework\\Plugin\\KernelPluginLoader\\KernelPluginLoader'] ?? $this->getKernelPluginLoaderService())->getPluginInstance('MoorlCmsCategoryListing\\MoorlCmsCategoryListing');
  5676.     }
  5677.     /**
  5678.      * Gets the public 'MoorlCmsTwig\MoorlCmsTwig' shared autowired service.
  5679.      *
  5680.      * @return \MoorlCmsTwig\MoorlCmsTwig
  5681.      */
  5682.     protected function getMoorlCmsTwigService()
  5683.     {
  5684.         include_once \dirname(__DIR__4).'/vendor/symfony/dependency-injection/ContainerAwareInterface.php';
  5685.         include_once \dirname(__DIR__4).'/vendor/symfony/http-kernel/Bundle/BundleInterface.php';
  5686.         include_once \dirname(__DIR__4).'/vendor/symfony/dependency-injection/ContainerAwareTrait.php';
  5687.         include_once \dirname(__DIR__4).'/vendor/symfony/http-kernel/Bundle/Bundle.php';
  5688.         include_once \dirname(__DIR__4).'/vendor/shopware/core/Framework/Bundle.php';
  5689.         include_once \dirname(__DIR__4).'/vendor/shopware/core/Framework/Plugin.php';
  5690.         include_once \dirname(__DIR__4).'/vendor/store.shopware.com/moorlcmstwig/src/MoorlCmsTwig.php';
  5691.         return $this->services['MoorlCmsTwig\\MoorlCmsTwig'] = ($this->services['Shopware\\Core\\Framework\\Plugin\\KernelPluginLoader\\KernelPluginLoader'] ?? $this->getKernelPluginLoaderService())->getPluginInstance('MoorlCmsTwig\\MoorlCmsTwig');
  5692.     }
  5693.     /**
  5694.      * Gets the public 'MoorlCreator\Core\Content\CreatorType\Aggregate\CreatorTypeTranslation\CreatorTypeTranslationDefinition' shared service.
  5695.      *
  5696.      * @return \MoorlCreator\Core\Content\CreatorType\Aggregate\CreatorTypeTranslation\CreatorTypeTranslationDefinition
  5697.      */
  5698.     protected function getCreatorTypeTranslationDefinitionService()
  5699.     {
  5700.         include_once \dirname(__DIR__4).'/vendor/shopware/core/Framework/DataAbstractionLayer/EntityTranslationDefinition.php';
  5701.         include_once \dirname(__DIR__4).'/vendor/store.shopware.com/moorlcreator/src/Core/Content/CreatorType/Aggregate/CreatorTypeTranslation/CreatorTypeTranslationDefinition.php';
  5702.         $this->services['MoorlCreator\\Core\\Content\\CreatorType\\Aggregate\\CreatorTypeTranslation\\CreatorTypeTranslationDefinition'] = $instance = new \MoorlCreator\Core\Content\CreatorType\Aggregate\CreatorTypeTranslation\CreatorTypeTranslationDefinition();
  5703.         $instance->compile(($this->services['Shopware\\Core\\Framework\\DataAbstractionLayer\\DefinitionInstanceRegistry'] ?? $this->getDefinitionInstanceRegistryService()));
  5704.         return $instance;
  5705.     }
  5706.     /**
  5707.      * Gets the public 'MoorlCreator\Core\Content\CreatorType\CreatorTypeDefinition' shared service.
  5708.      *
  5709.      * @return \MoorlCreator\Core\Content\CreatorType\CreatorTypeDefinition
  5710.      */
  5711.     protected function getCreatorTypeDefinitionService()
  5712.     {
  5713.         include_once \dirname(__DIR__4).'/vendor/store.shopware.com/moorlcreator/src/Core/Content/CreatorType/CreatorTypeDefinition.php';
  5714.         $this->services['MoorlCreator\\Core\\Content\\CreatorType\\CreatorTypeDefinition'] = $instance = new \MoorlCreator\Core\Content\CreatorType\CreatorTypeDefinition();
  5715.         $instance->compile(($this->services['Shopware\\Core\\Framework\\DataAbstractionLayer\\DefinitionInstanceRegistry'] ?? $this->getDefinitionInstanceRegistryService()));
  5716.         return $instance;
  5717.     }
  5718.     /**
  5719.      * Gets the public 'MoorlCreator\Core\Content\Creator\Aggregate\CreatorCustomer\CreatorCustomerDefinition' shared service.
  5720.      *
  5721.      * @return \MoorlCreator\Core\Content\Creator\Aggregate\CreatorCustomer\CreatorCustomerDefinition
  5722.      */
  5723.     protected function getCreatorCustomerDefinitionService()
  5724.     {
  5725.         include_once \dirname(__DIR__4).'/vendor/store.shopware.com/moorlcreator/src/Core/Content/Creator/Aggregate/CreatorCustomer/CreatorCustomerDefinition.php';
  5726.         $this->services['MoorlCreator\\Core\\Content\\Creator\\Aggregate\\CreatorCustomer\\CreatorCustomerDefinition'] = $instance = new \MoorlCreator\Core\Content\Creator\Aggregate\CreatorCustomer\CreatorCustomerDefinition();
  5727.         $instance->compile(($this->services['Shopware\\Core\\Framework\\DataAbstractionLayer\\DefinitionInstanceRegistry'] ?? $this->getDefinitionInstanceRegistryService()));
  5728.         return $instance;
  5729.     }
  5730.     /**
  5731.      * Gets the public 'MoorlCreator\Core\Content\Creator\Aggregate\CreatorFollower\CreatorFollowerDefinition' shared service.
  5732.      *
  5733.      * @return \MoorlCreator\Core\Content\Creator\Aggregate\CreatorFollower\CreatorFollowerDefinition
  5734.      */
  5735.     protected function getCreatorFollowerDefinitionService()
  5736.     {
  5737.         include_once \dirname(__DIR__4).'/vendor/store.shopware.com/moorlcreator/src/Core/Content/Creator/Aggregate/CreatorFollower/CreatorFollowerDefinition.php';
  5738.         $this->services['MoorlCreator\\Core\\Content\\Creator\\Aggregate\\CreatorFollower\\CreatorFollowerDefinition'] = $instance = new \MoorlCreator\Core\Content\Creator\Aggregate\CreatorFollower\CreatorFollowerDefinition();
  5739.         $instance->compile(($this->services['Shopware\\Core\\Framework\\DataAbstractionLayer\\DefinitionInstanceRegistry'] ?? $this->getDefinitionInstanceRegistryService()));
  5740.         return $instance;
  5741.     }
  5742.     /**
  5743.      * Gets the public 'MoorlCreator\Core\Content\Creator\Aggregate\CreatorProduct\CreatorProductDefinition' shared service.
  5744.      *
  5745.      * @return \MoorlCreator\Core\Content\Creator\Aggregate\CreatorProduct\CreatorProductDefinition
  5746.      */
  5747.     protected function getCreatorProductDefinitionService()
  5748.     {
  5749.         include_once \dirname(__DIR__4).'/vendor/store.shopware.com/moorlcreator/src/Core/Content/Creator/Aggregate/CreatorProduct/CreatorProductDefinition.php';
  5750.         $this->services['MoorlCreator\\Core\\Content\\Creator\\Aggregate\\CreatorProduct\\CreatorProductDefinition'] = $instance = new \MoorlCreator\Core\Content\Creator\Aggregate\CreatorProduct\CreatorProductDefinition();
  5751.         $instance->compile(($this->services['Shopware\\Core\\Framework\\DataAbstractionLayer\\DefinitionInstanceRegistry'] ?? $this->getDefinitionInstanceRegistryService()));
  5752.         return $instance;
  5753.     }
  5754.     /**
  5755.      * Gets the public 'MoorlCreator\Core\Content\Creator\Aggregate\CreatorTranslation\CreatorTranslationDefinition' shared service.
  5756.      *
  5757.      * @return \MoorlCreator\Core\Content\Creator\Aggregate\CreatorTranslation\CreatorTranslationDefinition
  5758.      */
  5759.     protected function getCreatorTranslationDefinitionService()
  5760.     {
  5761.         include_once \dirname(__DIR__4).'/vendor/shopware/core/Framework/DataAbstractionLayer/EntityTranslationDefinition.php';
  5762.         include_once \dirname(__DIR__4).'/vendor/store.shopware.com/moorlcreator/src/Core/Content/Creator/Aggregate/CreatorTranslation/CreatorTranslationDefinition.php';
  5763.         $this->services['MoorlCreator\\Core\\Content\\Creator\\Aggregate\\CreatorTranslation\\CreatorTranslationDefinition'] = $instance = new \MoorlCreator\Core\Content\Creator\Aggregate\CreatorTranslation\CreatorTranslationDefinition();
  5764.         $instance->compile(($this->services['Shopware\\Core\\Framework\\DataAbstractionLayer\\DefinitionInstanceRegistry'] ?? $this->getDefinitionInstanceRegistryService()));
  5765.         return $instance;
  5766.     }
  5767.     /**
  5768.      * Gets the public 'MoorlCreator\Core\Content\Creator\CreatorDefinition' shared service.
  5769.      *
  5770.      * @return \MoorlCreator\Core\Content\Creator\CreatorDefinition
  5771.      */
  5772.     protected function getCreatorDefinitionService()
  5773.     {
  5774.         include_once \dirname(__DIR__4).'/vendor/store.shopware.com/moorlcreator/src/Core/Content/Creator/CreatorDefinition.php';
  5775.         $this->services['MoorlCreator\\Core\\Content\\Creator\\CreatorDefinition'] = $instance = new \MoorlCreator\Core\Content\Creator\CreatorDefinition();
  5776.         $instance->compile(($this->services['Shopware\\Core\\Framework\\DataAbstractionLayer\\DefinitionInstanceRegistry'] ?? $this->getDefinitionInstanceRegistryService()));
  5777.         return $instance;
  5778.     }
  5779.     /**
  5780.      * Gets the public 'MoorlCreator\Core\Content\Creator\SalesChannel\CreatorDetailRoute' shared service.
  5781.      *
  5782.      * @return \MoorlCreator\Core\Content\Creator\SalesChannel\CreatorDetailRoute
  5783.      */
  5784.     protected function getCreatorDetailRouteService()
  5785.     {
  5786.         include_once \dirname(__DIR__4).'/vendor/store.shopware.com/moorlcreator/src/Core/Content/Creator/SalesChannel/CreatorDetailRoute.php';
  5787.         return $this->services['MoorlCreator\\Core\\Content\\Creator\\SalesChannel\\CreatorDetailRoute'] = new \MoorlCreator\Core\Content\Creator\SalesChannel\CreatorDetailRoute(($this->services['moorl_creator.repository'] ?? $this->getMoorlCreator_RepositoryService()), ($this->privates['Shopware\\Core\\Content\\Cms\\SalesChannel\\SalesChannelCmsPageLoader'] ?? $this->getSalesChannelCmsPageLoaderService()), ($this->services['MoorlCreator\\Core\\Content\\Creator\\CreatorDefinition'] ?? $this->getCreatorDefinitionService()));
  5788.     }
  5789.     /**
  5790.      * Gets the public 'MoorlCreator\Core\Content\Creator\SalesChannel\CreatorFollowRoute' shared service.
  5791.      *
  5792.      * @return \MoorlCreator\Core\Content\Creator\SalesChannel\CreatorFollowRoute
  5793.      */
  5794.     protected function getCreatorFollowRouteService()
  5795.     {
  5796.         include_once \dirname(__DIR__4).'/vendor/store.shopware.com/moorlcreator/src/Core/Content/Creator/SalesChannel/CreatorFollowRoute.php';
  5797.         return $this->services['MoorlCreator\\Core\\Content\\Creator\\SalesChannel\\CreatorFollowRoute'] = new \MoorlCreator\Core\Content\Creator\SalesChannel\CreatorFollowRoute(($this->services['moorl_creator_follower.repository'] ?? $this->getMoorlCreatorFollower_RepositoryService()));
  5798.     }
  5799.     /**
  5800.      * Gets the public 'MoorlCreator\Core\Content\Creator\SalesChannel\SalesChannelCreatorDefinition' shared service.
  5801.      *
  5802.      * @return \MoorlCreator\Core\Content\Creator\SalesChannel\SalesChannelCreatorDefinition
  5803.      */
  5804.     protected function getSalesChannelCreatorDefinitionService()
  5805.     {
  5806.         include_once \dirname(__DIR__4).'/vendor/store.shopware.com/moorlcreator/src/Core/Content/Creator/CreatorDefinition.php';
  5807.         include_once \dirname(__DIR__4).'/vendor/store.shopware.com/moorlcreator/src/Core/Content/Creator/SalesChannel/SalesChannelCreatorDefinition.php';
  5808.         $this->services['MoorlCreator\\Core\\Content\\Creator\\SalesChannel\\SalesChannelCreatorDefinition'] = $instance = new \MoorlCreator\Core\Content\Creator\SalesChannel\SalesChannelCreatorDefinition();
  5809.         $instance->compile(($this->services['Shopware\\Core\\System\\SalesChannel\\Entity\\SalesChannelDefinitionInstanceRegistry'] ?? $this->getSalesChannelDefinitionInstanceRegistryService()));
  5810.         return $instance;
  5811.     }
  5812.     /**
  5813.      * Gets the public 'MoorlCreator\Core\Content\Product\SalesChannel\Listing\CreatorProductListingRoute' shared service.
  5814.      *
  5815.      * @return \MoorlCreator\Core\Content\Product\SalesChannel\Listing\CreatorProductListingRoute
  5816.      */
  5817.     protected function getCreatorProductListingRouteService()
  5818.     {
  5819.         include_once \dirname(__DIR__4).'/vendor/shopware/core/Content/Product/SalesChannel/Listing/AbstractProductListingRoute.php';
  5820.         include_once \dirname(__DIR__4).'/vendor/store.shopware.com/moorlcreator/src/Core/Content/Product/SalesChannel/Listing/CreatorProductListingRoute.php';
  5821.         $a = ($this->services['Shopware\\Core\\Content\\Product\\SalesChannel\\Listing\\ResolveCriteriaProductListingRoute'] ?? $this->getResolveCriteriaProductListingRouteService());
  5822.         if (isset($this->services['MoorlCreator\\Core\\Content\\Product\\SalesChannel\\Listing\\CreatorProductListingRoute'])) {
  5823.             return $this->services['MoorlCreator\\Core\\Content\\Product\\SalesChannel\\Listing\\CreatorProductListingRoute'];
  5824.         }
  5825.         $b = ($this->privates['Shopware\\Core\\Content\\Product\\SalesChannel\\Listing\\ProductListingLoader'] ?? $this->getProductListingLoaderService());
  5826.         if (isset($this->services['MoorlCreator\\Core\\Content\\Product\\SalesChannel\\Listing\\CreatorProductListingRoute'])) {
  5827.             return $this->services['MoorlCreator\\Core\\Content\\Product\\SalesChannel\\Listing\\CreatorProductListingRoute'];
  5828.         }
  5829.         $c = ($this->services['event_dispatcher'] ?? $this->getEventDispatcherService());
  5830.         if (isset($this->services['MoorlCreator\\Core\\Content\\Product\\SalesChannel\\Listing\\CreatorProductListingRoute'])) {
  5831.             return $this->services['MoorlCreator\\Core\\Content\\Product\\SalesChannel\\Listing\\CreatorProductListingRoute'];
  5832.         }
  5833.         return $this->services['MoorlCreator\\Core\\Content\\Product\\SalesChannel\\Listing\\CreatorProductListingRoute'] = new \MoorlCreator\Core\Content\Product\SalesChannel\Listing\CreatorProductListingRoute($a$b$c);
  5834.     }
  5835.     /**
  5836.      * Gets the public 'MoorlCreator\MoorlCreator' shared autowired service.
  5837.      *
  5838.      * @return \MoorlCreator\MoorlCreator
  5839.      */
  5840.     protected function getMoorlCreatorService()
  5841.     {
  5842.         include_once \dirname(__DIR__4).'/vendor/symfony/dependency-injection/ContainerAwareInterface.php';
  5843.         include_once \dirname(__DIR__4).'/vendor/symfony/http-kernel/Bundle/BundleInterface.php';
  5844.         include_once \dirname(__DIR__4).'/vendor/symfony/dependency-injection/ContainerAwareTrait.php';
  5845.         include_once \dirname(__DIR__4).'/vendor/symfony/http-kernel/Bundle/Bundle.php';
  5846.         include_once \dirname(__DIR__4).'/vendor/shopware/core/Framework/Bundle.php';
  5847.         include_once \dirname(__DIR__4).'/vendor/shopware/core/Framework/Plugin.php';
  5848.         include_once \dirname(__DIR__4).'/vendor/store.shopware.com/moorlcreator/src/MoorlCreator.php';
  5849.         return $this->services['MoorlCreator\\MoorlCreator'] = ($this->services['Shopware\\Core\\Framework\\Plugin\\KernelPluginLoader\\KernelPluginLoader'] ?? $this->getKernelPluginLoaderService())->getPluginInstance('MoorlCreator\\MoorlCreator');
  5850.     }
  5851.     /**
  5852.      * Gets the public 'MoorlCreator\Storefront\Controller\CreatorController' shared service.
  5853.      *
  5854.      * @return \MoorlCreator\Storefront\Controller\CreatorController
  5855.      */
  5856.     protected function getCreatorControllerService()
  5857.     {
  5858.         include_once \dirname(__DIR__4).'/vendor/store.shopware.com/moorlcreator/src/Storefront/Controller/CreatorController.php';
  5859.         include_once \dirname(__DIR__4).'/vendor/store.shopware.com/moorlcreator/src/Storefront/Page/Creator/CreatorPageLoader.php';
  5860.         $this->services['MoorlCreator\\Storefront\\Controller\\CreatorController'] = $instance = new \MoorlCreator\Storefront\Controller\CreatorController(new \MoorlCreator\Storefront\Page\Creator\CreatorPageLoader(($this->privates['Shopware\\Storefront\\Page\\GenericPageLoader'] ?? $this->getGenericPageLoaderService()), ($this->services['MoorlCreator\\Core\\Content\\Creator\\SalesChannel\\CreatorDetailRoute'] ?? $this->getCreatorDetailRouteService()), ($this->services['MoorlFoundation\\Core\\Content\\Product\\SalesChannel\\Listing\\FoundationProductListingRoute'] ?? $this->getFoundationProductListingRouteService())), ($this->services['MoorlCreator\\Core\\Content\\Creator\\SalesChannel\\CreatorFollowRoute'] ?? $this->getCreatorFollowRouteService()));
  5861.         $instance->setContainer($this);
  5862.         $instance->setTwig(($this->services['.container.private.twig'] ?? $this->get_Container_Private_TwigService()));
  5863.         return $instance;
  5864.     }
  5865.     /**
  5866.      * Gets the public 'MoorlCreator\Storefront\Subscriber\ProductCriteriaSubscriber' shared service.
  5867.      *
  5868.      * @return \MoorlCreator\Storefront\Subscriber\ProductCriteriaSubscriber
  5869.      */
  5870.     protected function getProductCriteriaSubscriberService()
  5871.     {
  5872.         include_once \dirname(__DIR__4).'/vendor/store.shopware.com/moorlcreator/src/Storefront/Subscriber/ProductCriteriaSubscriber.php';
  5873.         $a = ($this->services['Shopware\\Core\\System\\SystemConfig\\SystemConfigService'] ?? $this->getSystemConfigServiceService());
  5874.         if (isset($this->services['MoorlCreator\\Storefront\\Subscriber\\ProductCriteriaSubscriber'])) {
  5875.             return $this->services['MoorlCreator\\Storefront\\Subscriber\\ProductCriteriaSubscriber'];
  5876.         }
  5877.         return $this->services['MoorlCreator\\Storefront\\Subscriber\\ProductCriteriaSubscriber'] = new \MoorlCreator\Storefront\Subscriber\ProductCriteriaSubscriber($a);
  5878.     }
  5879.     /**
  5880.      * Gets the public 'MoorlFoundationUnlock\MoorlFoundationUnlock' shared autowired service.
  5881.      *
  5882.      * @return \MoorlFoundationUnlock\MoorlFoundationUnlock
  5883.      */
  5884.     protected function getMoorlFoundationUnlockService()
  5885.     {
  5886.         include_once \dirname(__DIR__4).'/vendor/symfony/dependency-injection/ContainerAwareInterface.php';
  5887.         include_once \dirname(__DIR__4).'/vendor/symfony/http-kernel/Bundle/BundleInterface.php';
  5888.         include_once \dirname(__DIR__4).'/vendor/symfony/dependency-injection/ContainerAwareTrait.php';
  5889.         include_once \dirname(__DIR__4).'/vendor/symfony/http-kernel/Bundle/Bundle.php';
  5890.         include_once \dirname(__DIR__4).'/vendor/shopware/core/Framework/Bundle.php';
  5891.         include_once \dirname(__DIR__4).'/vendor/shopware/core/Framework/Plugin.php';
  5892.         include_once \dirname(__DIR__4).'/vendor/store.shopware.com/moorlfoundationunlock/src/MoorlFoundationUnlock.php';
  5893.         return $this->services['MoorlFoundationUnlock\\MoorlFoundationUnlock'] = ($this->services['Shopware\\Core\\Framework\\Plugin\\KernelPluginLoader\\KernelPluginLoader'] ?? $this->getKernelPluginLoaderService())->getPluginInstance('MoorlFoundationUnlock\\MoorlFoundationUnlock');
  5894.     }
  5895.     /**
  5896.      * Gets the public 'MoorlFoundation\Administration\Controller\FileExplorerController' shared service.
  5897.      *
  5898.      * @return \MoorlFoundation\Administration\Controller\FileExplorerController
  5899.      */
  5900.     protected function getFileExplorerControllerService()
  5901.     {
  5902.         include_once \dirname(__DIR__4).'/vendor/store.shopware.com/moorlfoundation/src/Administration/Controller/FileExplorerController.php';
  5903.         return $this->services['MoorlFoundation\\Administration\\Controller\\FileExplorerController'] = new \MoorlFoundation\Administration\Controller\FileExplorerController(($this->services['MoorlFoundation\\Core\\Service\\ClientService'] ?? $this->getClientServiceService()));
  5904.     }
  5905.     /**
  5906.      * Gets the public 'MoorlFoundation\Administration\Controller\SettingsController' shared service.
  5907.      *
  5908.      * @return \MoorlFoundation\Administration\Controller\SettingsController
  5909.      */
  5910.     protected function getSettingsControllerService()
  5911.     {
  5912.         include_once \dirname(__DIR__4).'/vendor/store.shopware.com/moorlfoundation/src/Administration/Controller/SettingsController.php';
  5913.         return $this->services['MoorlFoundation\\Administration\\Controller\\SettingsController'] = new \MoorlFoundation\Administration\Controller\SettingsController(($this->services['MoorlFoundation\\Core\\Service\\DataService'] ?? $this->getDataServiceService()), ($this->services['MoorlFoundation\\Core\\Service\\ClientService'] ?? $this->getClientServiceService()));
  5914.     }
  5915.     /**
  5916.      * Gets the public 'MoorlFoundation\Core\Content\Client\ClientDefinition' shared service.
  5917.      *
  5918.      * @return \MoorlFoundation\Core\Content\Client\ClientDefinition
  5919.      */
  5920.     protected function getClientDefinitionService()
  5921.     {
  5922.         include_once \dirname(__DIR__4).'/vendor/store.shopware.com/moorlfoundation/src/Core/Content/Client/ClientDefinition.php';
  5923.         $this->services['MoorlFoundation\\Core\\Content\\Client\\ClientDefinition'] = $instance = new \MoorlFoundation\Core\Content\Client\ClientDefinition();
  5924.         $instance->compile(($this->services['Shopware\\Core\\Framework\\DataAbstractionLayer\\DefinitionInstanceRegistry'] ?? $this->getDefinitionInstanceRegistryService()));
  5925.         return $instance;
  5926.     }
  5927.     /**
  5928.      * Gets the public 'MoorlFoundation\Core\Content\CmsElementConfig\CmsElementConfigDefinition' shared service.
  5929.      *
  5930.      * @return \MoorlFoundation\Core\Content\CmsElementConfig\CmsElementConfigDefinition
  5931.      */
  5932.     protected function getCmsElementConfigDefinitionService()
  5933.     {
  5934.         include_once \dirname(__DIR__4).'/vendor/store.shopware.com/moorlfoundation/src/Core/Content/CmsElementConfig/CmsElementConfigDefinition.php';
  5935.         $this->services['MoorlFoundation\\Core\\Content\\CmsElementConfig\\CmsElementConfigDefinition'] = $instance = new \MoorlFoundation\Core\Content\CmsElementConfig\CmsElementConfigDefinition();
  5936.         $instance->compile(($this->services['Shopware\\Core\\Framework\\DataAbstractionLayer\\DefinitionInstanceRegistry'] ?? $this->getDefinitionInstanceRegistryService()));
  5937.         return $instance;
  5938.     }
  5939.     /**
  5940.      * Gets the public 'MoorlFoundation\Core\Content\Location\LocationCacheDefinition' shared service.
  5941.      *
  5942.      * @return \MoorlFoundation\Core\Content\Location\LocationCacheDefinition
  5943.      */
  5944.     protected function getLocationCacheDefinitionService()
  5945.     {
  5946.         include_once \dirname(__DIR__4).'/vendor/store.shopware.com/moorlfoundation/src/Core/Content/Location/LocationCacheDefinition.php';
  5947.         $this->services['MoorlFoundation\\Core\\Content\\Location\\LocationCacheDefinition'] = $instance = new \MoorlFoundation\Core\Content\Location\LocationCacheDefinition();
  5948.         $instance->compile(($this->services['Shopware\\Core\\Framework\\DataAbstractionLayer\\DefinitionInstanceRegistry'] ?? $this->getDefinitionInstanceRegistryService()));
  5949.         return $instance;
  5950.     }
  5951.     /**
  5952.      * Gets the public 'MoorlFoundation\Core\Content\Location\LocationDefinition' shared service.
  5953.      *
  5954.      * @return \MoorlFoundation\Core\Content\Location\LocationDefinition
  5955.      */
  5956.     protected function getLocationDefinitionService()
  5957.     {
  5958.         include_once \dirname(__DIR__4).'/vendor/store.shopware.com/moorlfoundation/src/Core/Content/Location/LocationDefinition.php';
  5959.         $this->services['MoorlFoundation\\Core\\Content\\Location\\LocationDefinition'] = $instance = new \MoorlFoundation\Core\Content\Location\LocationDefinition();
  5960.         $instance->compile(($this->services['Shopware\\Core\\Framework\\DataAbstractionLayer\\DefinitionInstanceRegistry'] ?? $this->getDefinitionInstanceRegistryService()));
  5961.         return $instance;
  5962.     }
  5963.     /**
  5964.      * Gets the public 'MoorlFoundation\Core\Content\Marker\MarkerDefinition' shared service.
  5965.      *
  5966.      * @return \MoorlFoundation\Core\Content\Marker\MarkerDefinition
  5967.      */
  5968.     protected function getMarkerDefinitionService()
  5969.     {
  5970.         include_once \dirname(__DIR__4).'/vendor/store.shopware.com/moorlfoundation/src/Core/Content/Marker/MarkerDefinition.php';
  5971.         $this->services['MoorlFoundation\\Core\\Content\\Marker\\MarkerDefinition'] = $instance = new \MoorlFoundation\Core\Content\Marker\MarkerDefinition();
  5972.         $instance->compile(($this->services['Shopware\\Core\\Framework\\DataAbstractionLayer\\DefinitionInstanceRegistry'] ?? $this->getDefinitionInstanceRegistryService()));
  5973.         return $instance;
  5974.     }
  5975.     /**
  5976.      * Gets the public 'MoorlFoundation\Core\Content\Product\SalesChannel\Listing\FoundationProductListingRoute' shared service.
  5977.      *
  5978.      * @return \MoorlFoundation\Core\Content\Product\SalesChannel\Listing\FoundationProductListingRoute
  5979.      */
  5980.     protected function getFoundationProductListingRouteService()
  5981.     {
  5982.         include_once \dirname(__DIR__4).'/vendor/shopware/core/Content/Product/SalesChannel/Listing/AbstractProductListingRoute.php';
  5983.         include_once \dirname(__DIR__4).'/vendor/store.shopware.com/moorlfoundation/src/Core/Content/Product/SalesChannel/Listing/FoundationProductListingRoute.php';
  5984.         $a = ($this->services['MoorlCreator\\Core\\Content\\Product\\SalesChannel\\Listing\\CreatorProductListingRoute'] ?? $this->getCreatorProductListingRouteService());
  5985.         if (isset($this->services['MoorlFoundation\\Core\\Content\\Product\\SalesChannel\\Listing\\FoundationProductListingRoute'])) {
  5986.             return $this->services['MoorlFoundation\\Core\\Content\\Product\\SalesChannel\\Listing\\FoundationProductListingRoute'];
  5987.         }
  5988.         $b = ($this->services['MoorlFoundation\\Core\\Service\\EntitySearchService'] ?? $this->getEntitySearchServiceService());
  5989.         if (isset($this->services['MoorlFoundation\\Core\\Content\\Product\\SalesChannel\\Listing\\FoundationProductListingRoute'])) {
  5990.             return $this->services['MoorlFoundation\\Core\\Content\\Product\\SalesChannel\\Listing\\FoundationProductListingRoute'];
  5991.         }
  5992.         $c = ($this->services['event_dispatcher'] ?? $this->getEventDispatcherService());
  5993.         if (isset($this->services['MoorlFoundation\\Core\\Content\\Product\\SalesChannel\\Listing\\FoundationProductListingRoute'])) {
  5994.             return $this->services['MoorlFoundation\\Core\\Content\\Product\\SalesChannel\\Listing\\FoundationProductListingRoute'];
  5995.         }
  5996.         return $this->services['MoorlFoundation\\Core\\Content\\Product\\SalesChannel\\Listing\\FoundationProductListingRoute'] = new \MoorlFoundation\Core\Content\Product\SalesChannel\Listing\FoundationProductListingRoute($a$b$c);
  5997.     }
  5998.     /**
  5999.      * Gets the public 'MoorlFoundation\Core\Content\Product\SalesChannel\Search\FoundationProductSearchRoute' shared service.
  6000.      *
  6001.      * @return \MoorlFoundation\Core\Content\Product\SalesChannel\Search\FoundationProductSearchRoute
  6002.      */
  6003.     protected function getFoundationProductSearchRouteService()
  6004.     {
  6005.         include_once \dirname(__DIR__4).'/vendor/shopware/core/Content/Product/SalesChannel/Search/AbstractProductSearchRoute.php';
  6006.         include_once \dirname(__DIR__4).'/vendor/store.shopware.com/moorlfoundation/src/Core/Content/Product/SalesChannel/Search/FoundationProductSearchRoute.php';
  6007.         return $this->services['MoorlFoundation\\Core\\Content\\Product\\SalesChannel\\Search\\FoundationProductSearchRoute'] = new \MoorlFoundation\Core\Content\Product\SalesChannel\Search\FoundationProductSearchRoute(($this->services['Shopware\\Core\\Content\\Product\\SalesChannel\\Search\\ResolvedCriteriaProductSearchRoute'] ?? $this->getResolvedCriteriaProductSearchRouteService()), ($this->services['MoorlFoundation\\Core\\Service\\EntitySearchService'] ?? $this->getEntitySearchServiceService()), ($this->services['event_dispatcher'] ?? $this->getEventDispatcherService()));
  6008.     }
  6009.     /**
  6010.      * Gets the public 'MoorlFoundation\Core\Content\Sorting\SortingDefinition' shared service.
  6011.      *
  6012.      * @return \MoorlFoundation\Core\Content\Sorting\SortingDefinition
  6013.      */
  6014.     protected function getSortingDefinitionService()
  6015.     {
  6016.         include_once \dirname(__DIR__4).'/vendor/store.shopware.com/moorlfoundation/src/Core/Content/Sorting/SortingDefinition.php';
  6017.         $this->services['MoorlFoundation\\Core\\Content\\Sorting\\SortingDefinition'] = $instance = new \MoorlFoundation\Core\Content\Sorting\SortingDefinition();
  6018.         $instance->compile(($this->services['Shopware\\Core\\Framework\\DataAbstractionLayer\\DefinitionInstanceRegistry'] ?? $this->getDefinitionInstanceRegistryService()));
  6019.         return $instance;
  6020.     }
  6021.     /**
  6022.      * Gets the public 'MoorlFoundation\Core\Content\Sorting\SortingTranslationDefinition' shared service.
  6023.      *
  6024.      * @return \MoorlFoundation\Core\Content\Sorting\SortingTranslationDefinition
  6025.      */
  6026.     protected function getSortingTranslationDefinitionService()
  6027.     {
  6028.         include_once \dirname(__DIR__4).'/vendor/shopware/core/Framework/DataAbstractionLayer/EntityTranslationDefinition.php';
  6029.         include_once \dirname(__DIR__4).'/vendor/store.shopware.com/moorlfoundation/src/Core/Content/Sorting/SortingTranslationDefinition.php';
  6030.         $this->services['MoorlFoundation\\Core\\Content\\Sorting\\SortingTranslationDefinition'] = $instance = new \MoorlFoundation\Core\Content\Sorting\SortingTranslationDefinition();
  6031.         $instance->compile(($this->services['Shopware\\Core\\Framework\\DataAbstractionLayer\\DefinitionInstanceRegistry'] ?? $this->getDefinitionInstanceRegistryService()));
  6032.         return $instance;
  6033.     }
  6034.     /**
  6035.      * Gets the public 'MoorlFoundation\Core\PluginFoundation' shared service.
  6036.      *
  6037.      * @return \MoorlFoundation\Core\PluginFoundation
  6038.      */
  6039.     protected function getPluginFoundationService()
  6040.     {
  6041.         include_once \dirname(__DIR__4).'/vendor/store.shopware.com/moorlfoundation/src/Core/PluginFoundation.php';
  6042.         return $this->services['MoorlFoundation\\Core\\PluginFoundation'] = new \MoorlFoundation\Core\PluginFoundation(($this->services['Shopware\\Core\\Framework\\DataAbstractionLayer\\DefinitionInstanceRegistry'] ?? $this->getDefinitionInstanceRegistryService()), ($this->services['Doctrine\\DBAL\\Connection'] ?? $this->getConnectionService()), ($this->services['shopware.filesystem.asset'] ?? $this->getShopware_Filesystem_AssetService()), \dirname(__DIR__4), ($this->services['Shopware\\Core\\System\\SystemConfig\\SystemConfigService'] ?? $this->getSystemConfigServiceService()));
  6043.     }
  6044.     /**
  6045.      * Gets the public 'MoorlFoundation\Core\Service\ClientService' shared service.
  6046.      *
  6047.      * @return \MoorlFoundation\Core\Service\ClientService
  6048.      */
  6049.     protected function getClientServiceService()
  6050.     {
  6051.         include_once \dirname(__DIR__4).'/vendor/store.shopware.com/moorlfoundation/src/Core/Service/ClientService.php';
  6052.         return $this->services['MoorlFoundation\\Core\\Service\\ClientService'] = new \MoorlFoundation\Core\Service\ClientService(($this->services['moorl_client.repository'] ?? $this->getMoorlClient_RepositoryService()), new RewindableGenerator(function () {
  6053.             yield => ($this->privates['MoorlFoundation\\Core\\Content\\Client\\ClientLocal'] ?? ($this->privates['MoorlFoundation\\Core\\Content\\Client\\ClientLocal'] = new \MoorlFoundation\Core\Content\Client\ClientLocal()));
  6054.             yield => ($this->privates['MoorlFoundation\\Core\\Content\\Client\\ClientFtp'] ?? ($this->privates['MoorlFoundation\\Core\\Content\\Client\\ClientFtp'] = new \MoorlFoundation\Core\Content\Client\ClientFtp()));
  6055.         }, 2));
  6056.     }
  6057.     /**
  6058.      * Gets the public 'MoorlFoundation\Core\Service\DataService' shared service.
  6059.      *
  6060.      * @return \MoorlFoundation\Core\Service\DataService
  6061.      */
  6062.     protected function getDataServiceService()
  6063.     {
  6064.         include_once \dirname(__DIR__4).'/vendor/store.shopware.com/moorlfoundation/src/Core/Service/DataService.php';
  6065.         return $this->services['MoorlFoundation\\Core\\Service\\DataService'] = new \MoorlFoundation\Core\Service\DataService(($this->services['Doctrine\\DBAL\\Connection'] ?? $this->getConnectionService()), ($this->services['Shopware\\Core\\Framework\\DataAbstractionLayer\\DefinitionInstanceRegistry'] ?? $this->getDefinitionInstanceRegistryService()), ($this->services['Shopware\\Core\\System\\SystemConfig\\SystemConfigService'] ?? $this->getSystemConfigServiceService()), ($this->privates['Shopware\\Core\\Content\\Media\\MediaService'] ?? $this->getMediaServiceService()), ($this->services['Shopware\\Core\\Content\\Media\\File\\FileSaver'] ?? $this->getFileSaverService()), ($this->services['shopware.filesystem.asset'] ?? $this->getShopware_Filesystem_AssetService()), ($this->privates['Shopware\\Storefront\\Theme\\ThemeService'] ?? $this->getThemeServiceService()), \dirname(__DIR__4), new RewindableGenerator(function () {
  6066.             yield => ($this->privates['MoorlCreator\\Data\\Data'] ?? ($this->privates['MoorlCreator\\Data\\Data'] = new \MoorlCreator\Data\Data()));
  6067.             yield => ($this->privates['MoorlMagazine\\Data\\Data'] ?? ($this->privates['MoorlMagazine\\Data\\Data'] = new \MoorlMagazine\Data\Data()));
  6068.             yield => ($this->privates['MoorlFoundation\\Demo\\Marker\\DemoMarker'] ?? ($this->privates['MoorlFoundation\\Demo\\Marker\\DemoMarker'] = new \MoorlFoundation\Demo\Marker\DemoMarker()));
  6069.             yield => ($this->privates['MoorlFoundation\\Demo\\CmsTools\\DemoCmsTools'] ?? ($this->privates['MoorlFoundation\\Demo\\CmsTools\\DemoCmsTools'] = new \MoorlFoundation\Demo\CmsTools\DemoCmsTools()));
  6070.             yield => ($this->privates['MoorlFoundation\\Demo\\Legals\\DemoLegals'] ?? ($this->privates['MoorlFoundation\\Demo\\Legals\\DemoLegals'] = new \MoorlFoundation\Demo\Legals\DemoLegals()));
  6071.             yield => ($this->privates['MoorlCreator\\Demo\\Standard\\DemoStandard'] ?? ($this->privates['MoorlCreator\\Demo\\Standard\\DemoStandard'] = new \MoorlCreator\Demo\Standard\DemoStandard()));
  6072.             yield => ($this->privates['MoorlMagazine\\Demo\\Standard\\DemoStandard'] ?? ($this->privates['MoorlMagazine\\Demo\\Standard\\DemoStandard'] = new \MoorlMagazine\Demo\Standard\DemoStandard()));
  6073.         }, 7));
  6074.     }
  6075.     /**
  6076.      * Gets the public 'MoorlFoundation\Core\Service\EntityEnricherService' shared service.
  6077.      *
  6078.      * @return \MoorlFoundation\Core\Service\EntityEnricherService
  6079.      */
  6080.     protected function getEntityEnricherServiceService()
  6081.     {
  6082.         include_once \dirname(__DIR__4).'/vendor/store.shopware.com/moorlfoundation/src/Core/Service/EntityEnricherService.php';
  6083.         return $this->services['MoorlFoundation\\Core\\Service\\EntityEnricherService'] = new \MoorlFoundation\Core\Service\EntityEnricherService(($this->services['Shopware\\Core\\Framework\\DataAbstractionLayer\\DefinitionInstanceRegistry'] ?? $this->getDefinitionInstanceRegistryService()), ($this->services['Shopware\\Core\\System\\SystemConfig\\SystemConfigService'] ?? $this->getSystemConfigServiceService()), ($this->privates['Shopware\\Core\\Content\\Product\\SalesChannel\\Price\\ProductPriceCalculator'] ?? $this->getProductPriceCalculatorService()), ($this->privates['Shopware\\Core\\Content\\Media\\Pathname\\UrlGeneratorInterface'] ?? $this->getUrlGeneratorInterfaceService()));
  6084.     }
  6085.     /**
  6086.      * Gets the public 'MoorlFoundation\Core\Service\EntitySearchService' shared service.
  6087.      *
  6088.      * @return \MoorlFoundation\Core\Service\EntitySearchService
  6089.      */
  6090.     protected function getEntitySearchServiceService()
  6091.     {
  6092.         include_once \dirname(__DIR__4).'/vendor/store.shopware.com/moorlfoundation/src/Core/Service/EntitySearchService.php';
  6093.         $a = ($this->services['Shopware\\Core\\System\\SystemConfig\\SystemConfigService'] ?? $this->getSystemConfigServiceService());
  6094.         if (isset($this->services['MoorlFoundation\\Core\\Service\\EntitySearchService'])) {
  6095.             return $this->services['MoorlFoundation\\Core\\Service\\EntitySearchService'];
  6096.         }
  6097.         $b = ($this->services['event_dispatcher'] ?? $this->getEventDispatcherService());
  6098.         if (isset($this->services['MoorlFoundation\\Core\\Service\\EntitySearchService'])) {
  6099.             return $this->services['MoorlFoundation\\Core\\Service\\EntitySearchService'];
  6100.         }
  6101.         return $this->services['MoorlFoundation\\Core\\Service\\EntitySearchService'] = new \MoorlFoundation\Core\Service\EntitySearchService(($this->services['Shopware\\Core\\Framework\\DataAbstractionLayer\\DefinitionInstanceRegistry'] ?? $this->getDefinitionInstanceRegistryService()), $a$b, new RewindableGenerator(function () {
  6102.             yield => ($this->privates['MoorlCreator\\Core\\Content\\Creator\\SalesChannel\\CreatorListing'] ?? $this->getCreatorListingService());
  6103.             yield => ($this->privates['MoorlMagazine\\Core\\Content\\MagazineArticle\\SalesChannel\\MagazineArticleListing'] ?? $this->getMagazineArticleListingService());
  6104.             yield => ($this->privates['MoorlCmsCategoryListing\\Core\\Content\\Category\\SalesChannel\\CategoryListing'] ?? $this->getCategoryListingService());
  6105.         }, 3));
  6106.     }
  6107.     /**
  6108.      * Gets the public 'MoorlFoundation\Core\Service\EntitySuggestService' shared service.
  6109.      *
  6110.      * @return \MoorlFoundation\Core\Service\EntitySuggestService
  6111.      */
  6112.     protected function getEntitySuggestServiceService()
  6113.     {
  6114.         include_once \dirname(__DIR__4).'/vendor/store.shopware.com/moorlfoundation/src/Core/Service/EntitySearchService.php';
  6115.         include_once \dirname(__DIR__4).'/vendor/store.shopware.com/moorlfoundation/src/Core/Service/EntitySuggestService.php';
  6116.         $a = ($this->services['Shopware\\Core\\System\\SystemConfig\\SystemConfigService'] ?? $this->getSystemConfigServiceService());
  6117.         if (isset($this->services['MoorlFoundation\\Core\\Service\\EntitySuggestService'])) {
  6118.             return $this->services['MoorlFoundation\\Core\\Service\\EntitySuggestService'];
  6119.         }
  6120.         $b = ($this->services['event_dispatcher'] ?? $this->getEventDispatcherService());
  6121.         if (isset($this->services['MoorlFoundation\\Core\\Service\\EntitySuggestService'])) {
  6122.             return $this->services['MoorlFoundation\\Core\\Service\\EntitySuggestService'];
  6123.         }
  6124.         return $this->services['MoorlFoundation\\Core\\Service\\EntitySuggestService'] = new \MoorlFoundation\Core\Service\EntitySuggestService(($this->services['Shopware\\Core\\Framework\\DataAbstractionLayer\\DefinitionInstanceRegistry'] ?? $this->getDefinitionInstanceRegistryService()), $a$b, new RewindableGenerator(function () {
  6125.             yield => ($this->privates['MoorlCreator\\Core\\Content\\Creator\\SalesChannel\\CreatorListing'] ?? $this->getCreatorListingService());
  6126.             yield => ($this->privates['MoorlMagazine\\Core\\Content\\MagazineArticle\\SalesChannel\\MagazineArticleListing'] ?? $this->getMagazineArticleListingService());
  6127.             yield => ($this->privates['MoorlCmsCategoryListing\\Core\\Content\\Category\\SalesChannel\\CategoryListing'] ?? $this->getCategoryListingService());
  6128.         }, 3));
  6129.     }
  6130.     /**
  6131.      * Gets the public 'MoorlFoundation\Core\Service\LocationService' shared service.
  6132.      *
  6133.      * @return \MoorlFoundation\Core\Service\LocationService
  6134.      */
  6135.     protected function getLocationServiceService()
  6136.     {
  6137.         include_once \dirname(__DIR__4).'/vendor/store.shopware.com/moorlfoundation/src/Core/Service/LocationService.php';
  6138.         return $this->services['MoorlFoundation\\Core\\Service\\LocationService'] = new \MoorlFoundation\Core\Service\LocationService(($this->services['Shopware\\Core\\Framework\\DataAbstractionLayer\\DefinitionInstanceRegistry'] ?? $this->getDefinitionInstanceRegistryService()), ($this->services['Shopware\\Core\\System\\SystemConfig\\SystemConfigService'] ?? $this->getSystemConfigServiceService()));
  6139.     }
  6140.     /**
  6141.      * Gets the public 'MoorlFoundation\Core\Service\LocationServiceV2' shared service.
  6142.      *
  6143.      * @return \MoorlFoundation\Core\Service\LocationServiceV2
  6144.      */
  6145.     protected function getLocationServiceV2Service()
  6146.     {
  6147.         include_once \dirname(__DIR__4).'/vendor/store.shopware.com/moorlfoundation/src/Core/Service/LocationServiceV2.php';
  6148.         return $this->services['MoorlFoundation\\Core\\Service\\LocationServiceV2'] = new \MoorlFoundation\Core\Service\LocationServiceV2(($this->services['Shopware\\Core\\Framework\\DataAbstractionLayer\\DefinitionInstanceRegistry'] ?? $this->getDefinitionInstanceRegistryService()), ($this->services['Shopware\\Core\\System\\SystemConfig\\SystemConfigService'] ?? $this->getSystemConfigServiceService()), ($this->services['Doctrine\\DBAL\\Connection'] ?? $this->getConnectionService()));
  6149.     }
  6150.     /**
  6151.      * Gets the public 'MoorlFoundation\Core\Service\SortingService' shared service.
  6152.      *
  6153.      * @return \MoorlFoundation\Core\Service\SortingService
  6154.      */
  6155.     protected function getSortingServiceService()
  6156.     {
  6157.         include_once \dirname(__DIR__4).'/vendor/store.shopware.com/moorlfoundation/src/Core/Service/SortingService.php';
  6158.         $a = ($this->services['moorl_sorting.repository'] ?? $this->getMoorlSorting_RepositoryService());
  6159.         if (isset($this->services['MoorlFoundation\\Core\\Service\\SortingService'])) {
  6160.             return $this->services['MoorlFoundation\\Core\\Service\\SortingService'];
  6161.         }
  6162.         return $this->services['MoorlFoundation\\Core\\Service\\SortingService'] = new \MoorlFoundation\Core\Service\SortingService($a);
  6163.     }
  6164.     /**
  6165.      * Gets the public 'MoorlFoundation\Core\Service\TranslationService' shared service.
  6166.      *
  6167.      * @return \MoorlFoundation\Core\Service\TranslationService
  6168.      */
  6169.     protected function getTranslationServiceService()
  6170.     {
  6171.         include_once \dirname(__DIR__4).'/vendor/store.shopware.com/moorlfoundation/src/Core/Service/TranslationService.php';
  6172.         $a = ($this->services['Shopware\\Core\\System\\SystemConfig\\SystemConfigService'] ?? $this->getSystemConfigServiceService());
  6173.         if (isset($this->services['MoorlFoundation\\Core\\Service\\TranslationService'])) {
  6174.             return $this->services['MoorlFoundation\\Core\\Service\\TranslationService'];
  6175.         }
  6176.         return $this->services['MoorlFoundation\\Core\\Service\\TranslationService'] = new \MoorlFoundation\Core\Service\TranslationService($a, ($this->services['Shopware\\Core\\Framework\\DataAbstractionLayer\\DefinitionInstanceRegistry'] ?? $this->getDefinitionInstanceRegistryService()), new RewindableGenerator(function () {
  6177.             yield => ($this->privates['MoorlFoundation\\EntityTranslation\\ProductTranslation'] ?? ($this->privates['MoorlFoundation\\EntityTranslation\\ProductTranslation'] = new \MoorlFoundation\EntityTranslation\ProductTranslation()));
  6178.             yield => ($this->privates['MoorlFoundation\\EntityTranslation\\CategoryTranslation'] ?? ($this->privates['MoorlFoundation\\EntityTranslation\\CategoryTranslation'] = new \MoorlFoundation\EntityTranslation\CategoryTranslation()));
  6179.             yield => ($this->privates['MoorlFoundation\\EntityTranslation\\PropertyGroupTranslation'] ?? ($this->privates['MoorlFoundation\\EntityTranslation\\PropertyGroupTranslation'] = new \MoorlFoundation\EntityTranslation\PropertyGroupTranslation()));
  6180.             yield => ($this->privates['MoorlFoundation\\EntityTranslation\\PropertyGroupOptionTranslation'] ?? ($this->privates['MoorlFoundation\\EntityTranslation\\PropertyGroupOptionTranslation'] = new \MoorlFoundation\EntityTranslation\PropertyGroupOptionTranslation()));
  6181.             yield => ($this->privates['MoorlMagazine\\EntityTranslation\\MagazineArticleTranslation'] ?? ($this->privates['MoorlMagazine\\EntityTranslation\\MagazineArticleTranslation'] = new \MoorlMagazine\EntityTranslation\MagazineArticleTranslation()));
  6182.         }, 5));
  6183.     }
  6184.     /**
  6185.      * Gets the public 'MoorlFoundation\Core\Subscriber\MoorlFoundationSubscriber' shared service.
  6186.      *
  6187.      * @return \MoorlFoundation\Core\Subscriber\MoorlFoundationSubscriber
  6188.      */
  6189.     protected function getMoorlFoundationSubscriberService()
  6190.     {
  6191.         include_once \dirname(__DIR__4).'/vendor/store.shopware.com/moorlfoundation/src/Core/Subscriber/MoorlFoundationSubscriber.php';
  6192.         $a = ($this->services['Shopware\\Core\\System\\SystemConfig\\SystemConfigService'] ?? $this->getSystemConfigServiceService());
  6193.         if (isset($this->services['MoorlFoundation\\Core\\Subscriber\\MoorlFoundationSubscriber'])) {
  6194.             return $this->services['MoorlFoundation\\Core\\Subscriber\\MoorlFoundationSubscriber'];
  6195.         }
  6196.         $b = ($this->services['MoorlFoundation\\Core\\Service\\TranslationService'] ?? $this->getTranslationServiceService());
  6197.         if (isset($this->services['MoorlFoundation\\Core\\Subscriber\\MoorlFoundationSubscriber'])) {
  6198.             return $this->services['MoorlFoundation\\Core\\Subscriber\\MoorlFoundationSubscriber'];
  6199.         }
  6200.         $c = ($this->privates['Shopware\\Core\\System\\StateMachine\\StateMachineRegistry'] ?? $this->getStateMachineRegistryService());
  6201.         if (isset($this->services['MoorlFoundation\\Core\\Subscriber\\MoorlFoundationSubscriber'])) {
  6202.             return $this->services['MoorlFoundation\\Core\\Subscriber\\MoorlFoundationSubscriber'];
  6203.         }
  6204.         return $this->services['MoorlFoundation\\Core\\Subscriber\\MoorlFoundationSubscriber'] = new \MoorlFoundation\Core\Subscriber\MoorlFoundationSubscriber($a$b$c);
  6205.     }
  6206.     /**
  6207.      * Gets the public 'MoorlFoundation\MoorlFoundation' shared autowired service.
  6208.      *
  6209.      * @return \MoorlFoundation\MoorlFoundation
  6210.      */
  6211.     protected function getMoorlFoundationService()
  6212.     {
  6213.         include_once \dirname(__DIR__4).'/vendor/symfony/dependency-injection/ContainerAwareInterface.php';
  6214.         include_once \dirname(__DIR__4).'/vendor/symfony/http-kernel/Bundle/BundleInterface.php';
  6215.         include_once \dirname(__DIR__4).'/vendor/symfony/dependency-injection/ContainerAwareTrait.php';
  6216.         include_once \dirname(__DIR__4).'/vendor/symfony/http-kernel/Bundle/Bundle.php';
  6217.         include_once \dirname(__DIR__4).'/vendor/shopware/core/Framework/Bundle.php';
  6218.         include_once \dirname(__DIR__4).'/vendor/shopware/core/Framework/Plugin.php';
  6219.         include_once \dirname(__DIR__4).'/vendor/store.shopware.com/moorlfoundation/src/MoorlFoundation.php';
  6220.         return $this->services['MoorlFoundation\\MoorlFoundation'] = ($this->services['Shopware\\Core\\Framework\\Plugin\\KernelPluginLoader\\KernelPluginLoader'] ?? $this->getKernelPluginLoaderService())->getPluginInstance('MoorlFoundation\\MoorlFoundation');
  6221.     }
  6222.     /**
  6223.      * Gets the public 'MoorlFoundation\Storefront\Controller\CustomerUploadController' shared service.
  6224.      *
  6225.      * @return \MoorlFoundation\Storefront\Controller\CustomerUploadController
  6226.      */
  6227.     protected function getCustomerUploadControllerService()
  6228.     {
  6229.         include_once \dirname(__DIR__4).'/vendor/store.shopware.com/moorlfoundation/src/Storefront/Controller/CustomerUploadController.php';
  6230.         $this->services['MoorlFoundation\\Storefront\\Controller\\CustomerUploadController'] = $instance = new \MoorlFoundation\Storefront\Controller\CustomerUploadController(($this->services['event_dispatcher'] ?? $this->getEventDispatcherService()), ($this->privates['Shopware\\Core\\Content\\Media\\MediaService'] ?? $this->getMediaServiceService()), ($this->services['media.repository'] ?? $this->getMedia_RepositoryService()), ($this->services['media_folder.repository'] ?? $this->getMediaFolder_RepositoryService()), ($this->services['media_default_folder.repository'] ?? $this->getMediaDefaultFolder_RepositoryService()));
  6231.         $instance->setContainer($this);
  6232.         return $instance;
  6233.     }
  6234.     /**
  6235.      * Gets the public 'MoorlFoundation\Storefront\Controller\ProductBuyListController' shared service.
  6236.      *
  6237.      * @return \MoorlFoundation\Storefront\Controller\ProductBuyListController
  6238.      */
  6239.     protected function getProductBuyListControllerService()
  6240.     {
  6241.         include_once \dirname(__DIR__4).'/vendor/store.shopware.com/moorlfoundation/src/Storefront/Controller/ProductBuyListController.php';
  6242.         $this->services['MoorlFoundation\\Storefront\\Controller\\ProductBuyListController'] = $instance = new \MoorlFoundation\Storefront\Controller\ProductBuyListController(($this->services['sales_channel.product.repository'] ?? $this->getSalesChannel_Product_RepositoryService()), ($this->privates['Shopware\\Storefront\\Page\\Product\\Configurator\\ProductPageConfiguratorLoader'] ?? $this->getProductPageConfiguratorLoaderService()), ($this->services['Shopware\\Storefront\\Page\\Product\\Configurator\\ProductCombinationFinder'] ?? $this->getProductCombinationFinderService()));
  6243.         $instance->setContainer($this);
  6244.         $instance->setTwig(($this->services['.container.private.twig'] ?? $this->get_Container_Private_TwigService()));
  6245.         return $instance;
  6246.     }
  6247.     /**
  6248.      * Gets the public 'MoorlFoundation\Storefront\Subscriber\ProductListingResultSubscriber' shared service.
  6249.      *
  6250.      * @return \MoorlFoundation\Storefront\Subscriber\ProductListingResultSubscriber
  6251.      */
  6252.     protected function getProductListingResultSubscriberService()
  6253.     {
  6254.         include_once \dirname(__DIR__4).'/vendor/store.shopware.com/moorlfoundation/src/Storefront/Subscriber/ProductListingResultSubscriber.php';
  6255.         $a = ($this->services['MoorlFoundation\\Core\\Service\\EntitySearchService'] ?? $this->getEntitySearchServiceService());
  6256.         if (isset($this->services['MoorlFoundation\\Storefront\\Subscriber\\ProductListingResultSubscriber'])) {
  6257.             return $this->services['MoorlFoundation\\Storefront\\Subscriber\\ProductListingResultSubscriber'];
  6258.         }
  6259.         $b = ($this->services['MoorlFoundation\\Core\\Service\\EntitySuggestService'] ?? $this->getEntitySuggestServiceService());
  6260.         if (isset($this->services['MoorlFoundation\\Storefront\\Subscriber\\ProductListingResultSubscriber'])) {
  6261.             return $this->services['MoorlFoundation\\Storefront\\Subscriber\\ProductListingResultSubscriber'];
  6262.         }
  6263.         return $this->services['MoorlFoundation\\Storefront\\Subscriber\\ProductListingResultSubscriber'] = new \MoorlFoundation\Storefront\Subscriber\ProductListingResultSubscriber($a$b);
  6264.     }
  6265.     /**
  6266.      * Gets the public 'MoorlFoundation\Storefront\Subscriber\SalesChannelContextResolvedSubscriber' shared service.
  6267.      *
  6268.      * @return \MoorlFoundation\Storefront\Subscriber\SalesChannelContextResolvedSubscriber
  6269.      */
  6270.     protected function getSalesChannelContextResolvedSubscriberService()
  6271.     {
  6272.         include_once \dirname(__DIR__4).'/vendor/store.shopware.com/moorlfoundation/src/Storefront/Subscriber/SalesChannelContextResolvedSubscriber.php';
  6273.         $a = ($this->services['Shopware\\Core\\System\\SystemConfig\\SystemConfigService'] ?? $this->getSystemConfigServiceService());
  6274.         if (isset($this->services['MoorlFoundation\\Storefront\\Subscriber\\SalesChannelContextResolvedSubscriber'])) {
  6275.             return $this->services['MoorlFoundation\\Storefront\\Subscriber\\SalesChannelContextResolvedSubscriber'];
  6276.         }
  6277.         $b = ($this->services['cms_page.repository'] ?? $this->getCmsPage_RepositoryService());
  6278.         if (isset($this->services['MoorlFoundation\\Storefront\\Subscriber\\SalesChannelContextResolvedSubscriber'])) {
  6279.             return $this->services['MoorlFoundation\\Storefront\\Subscriber\\SalesChannelContextResolvedSubscriber'];
  6280.         }
  6281.         return $this->services['MoorlFoundation\\Storefront\\Subscriber\\SalesChannelContextResolvedSubscriber'] = new \MoorlFoundation\Storefront\Subscriber\SalesChannelContextResolvedSubscriber($a$b);
  6282.     }
  6283.     /**
  6284.      * Gets the public 'MoorlMagazine\Core\Content\MagazineArticle\Aggregate\MagazineArticleCategory\MagazineArticleCategoryDefinition' shared service.
  6285.      *
  6286.      * @return \MoorlMagazine\Core\Content\MagazineArticle\Aggregate\MagazineArticleCategory\MagazineArticleCategoryDefinition
  6287.      */
  6288.     protected function getMagazineArticleCategoryDefinitionService()
  6289.     {
  6290.         include_once \dirname(__DIR__4).'/vendor/store.shopware.com/moorlmagazine/src/Core/Content/MagazineArticle/Aggregate/MagazineArticleCategory/MagazineArticleCategoryDefinition.php';
  6291.         $this->services['MoorlMagazine\\Core\\Content\\MagazineArticle\\Aggregate\\MagazineArticleCategory\\MagazineArticleCategoryDefinition'] = $instance = new \MoorlMagazine\Core\Content\MagazineArticle\Aggregate\MagazineArticleCategory\MagazineArticleCategoryDefinition();
  6292.         $instance->compile(($this->services['Shopware\\Core\\Framework\\DataAbstractionLayer\\DefinitionInstanceRegistry'] ?? $this->getDefinitionInstanceRegistryService()));
  6293.         return $instance;
  6294.     }
  6295.     /**
  6296.      * Gets the public 'MoorlMagazine\Core\Content\MagazineArticle\Aggregate\MagazineArticleMagazineCategory\MagazineArticleMagazineCategoryDefinition' shared service.
  6297.      *
  6298.      * @return \MoorlMagazine\Core\Content\MagazineArticle\Aggregate\MagazineArticleMagazineCategory\MagazineArticleMagazineCategoryDefinition
  6299.      */
  6300.     protected function getMagazineArticleMagazineCategoryDefinitionService()
  6301.     {
  6302.         include_once \dirname(__DIR__4).'/vendor/store.shopware.com/moorlmagazine/src/Core/Content/MagazineArticle/Aggregate/MagazineArticleMagazineCategory/MagazineArticleMagazineCategoryDefinition.php';
  6303.         $this->services['MoorlMagazine\\Core\\Content\\MagazineArticle\\Aggregate\\MagazineArticleMagazineCategory\\MagazineArticleMagazineCategoryDefinition'] = $instance = new \MoorlMagazine\Core\Content\MagazineArticle\Aggregate\MagazineArticleMagazineCategory\MagazineArticleMagazineCategoryDefinition();
  6304.         $instance->compile(($this->services['Shopware\\Core\\Framework\\DataAbstractionLayer\\DefinitionInstanceRegistry'] ?? $this->getDefinitionInstanceRegistryService()));
  6305.         return $instance;
  6306.     }
  6307.     /**
  6308.      * Gets the public 'MoorlMagazine\Core\Content\MagazineArticle\Aggregate\MagazineArticleMedia\MagazineArticleMediaDefinition' shared service.
  6309.      *
  6310.      * @return \MoorlMagazine\Core\Content\MagazineArticle\Aggregate\MagazineArticleMedia\MagazineArticleMediaDefinition
  6311.      */
  6312.     protected function getMagazineArticleMediaDefinitionService()
  6313.     {
  6314.         include_once \dirname(__DIR__4).'/vendor/store.shopware.com/moorlmagazine/src/Core/Content/MagazineArticle/Aggregate/MagazineArticleMedia/MagazineArticleMediaDefinition.php';
  6315.         $this->services['MoorlMagazine\\Core\\Content\\MagazineArticle\\Aggregate\\MagazineArticleMedia\\MagazineArticleMediaDefinition'] = $instance = new \MoorlMagazine\Core\Content\MagazineArticle\Aggregate\MagazineArticleMedia\MagazineArticleMediaDefinition();
  6316.         $instance->compile(($this->services['Shopware\\Core\\Framework\\DataAbstractionLayer\\DefinitionInstanceRegistry'] ?? $this->getDefinitionInstanceRegistryService()));
  6317.         return $instance;
  6318.     }
  6319.     /**
  6320.      * Gets the public 'MoorlMagazine\Core\Content\MagazineArticle\Aggregate\MagazineArticleProduct\MagazineArticleProductDefinition' shared service.
  6321.      *
  6322.      * @return \MoorlMagazine\Core\Content\MagazineArticle\Aggregate\MagazineArticleProduct\MagazineArticleProductDefinition
  6323.      */
  6324.     protected function getMagazineArticleProductDefinitionService()
  6325.     {
  6326.         include_once \dirname(__DIR__4).'/vendor/store.shopware.com/moorlmagazine/src/Core/Content/MagazineArticle/Aggregate/MagazineArticleProduct/MagazineArticleProductDefinition.php';
  6327.         $this->services['MoorlMagazine\\Core\\Content\\MagazineArticle\\Aggregate\\MagazineArticleProduct\\MagazineArticleProductDefinition'] = $instance = new \MoorlMagazine\Core\Content\MagazineArticle\Aggregate\MagazineArticleProduct\MagazineArticleProductDefinition();
  6328.         $instance->compile(($this->services['Shopware\\Core\\Framework\\DataAbstractionLayer\\DefinitionInstanceRegistry'] ?? $this->getDefinitionInstanceRegistryService()));
  6329.         return $instance;
  6330.     }
  6331.     /**
  6332.      * Gets the public 'MoorlMagazine\Core\Content\MagazineArticle\Aggregate\MagazineArticleSalesChannel\MagazineArticleSalesChannelDefinition' shared service.
  6333.      *
  6334.      * @return \MoorlMagazine\Core\Content\MagazineArticle\Aggregate\MagazineArticleSalesChannel\MagazineArticleSalesChannelDefinition
  6335.      */
  6336.     protected function getMagazineArticleSalesChannelDefinitionService()
  6337.     {
  6338.         include_once \dirname(__DIR__4).'/vendor/store.shopware.com/moorlmagazine/src/Core/Content/MagazineArticle/Aggregate/MagazineArticleSalesChannel/MagazineArticleSalesChannelDefinition.php';
  6339.         $this->services['MoorlMagazine\\Core\\Content\\MagazineArticle\\Aggregate\\MagazineArticleSalesChannel\\MagazineArticleSalesChannelDefinition'] = $instance = new \MoorlMagazine\Core\Content\MagazineArticle\Aggregate\MagazineArticleSalesChannel\MagazineArticleSalesChannelDefinition();
  6340.         $instance->compile(($this->services['Shopware\\Core\\Framework\\DataAbstractionLayer\\DefinitionInstanceRegistry'] ?? $this->getDefinitionInstanceRegistryService()));
  6341.         return $instance;
  6342.     }
  6343.     /**
  6344.      * Gets the public 'MoorlMagazine\Core\Content\MagazineArticle\Aggregate\MagazineArticleTag\MagazineArticleTagDefinition' shared service.
  6345.      *
  6346.      * @return \MoorlMagazine\Core\Content\MagazineArticle\Aggregate\MagazineArticleTag\MagazineArticleTagDefinition
  6347.      */
  6348.     protected function getMagazineArticleTagDefinitionService()
  6349.     {
  6350.         include_once \dirname(__DIR__4).'/vendor/store.shopware.com/moorlmagazine/src/Core/Content/MagazineArticle/Aggregate/MagazineArticleTag/MagazineArticleTagDefinition.php';
  6351.         $this->services['MoorlMagazine\\Core\\Content\\MagazineArticle\\Aggregate\\MagazineArticleTag\\MagazineArticleTagDefinition'] = $instance = new \MoorlMagazine\Core\Content\MagazineArticle\Aggregate\MagazineArticleTag\MagazineArticleTagDefinition();
  6352.         $instance->compile(($this->services['Shopware\\Core\\Framework\\DataAbstractionLayer\\DefinitionInstanceRegistry'] ?? $this->getDefinitionInstanceRegistryService()));
  6353.         return $instance;
  6354.     }
  6355.     /**
  6356.      * Gets the public 'MoorlMagazine\Core\Content\MagazineArticle\Aggregate\MagazineArticleTranslation\MagazineArticleTranslationDefinition' shared service.
  6357.      *
  6358.      * @return \MoorlMagazine\Core\Content\MagazineArticle\Aggregate\MagazineArticleTranslation\MagazineArticleTranslationDefinition
  6359.      */
  6360.     protected function getMagazineArticleTranslationDefinitionService()
  6361.     {
  6362.         include_once \dirname(__DIR__4).'/vendor/shopware/core/Framework/DataAbstractionLayer/EntityTranslationDefinition.php';
  6363.         include_once \dirname(__DIR__4).'/vendor/store.shopware.com/moorlmagazine/src/Core/Content/MagazineArticle/Aggregate/MagazineArticleTranslation/MagazineArticleTranslationDefinition.php';
  6364.         $this->services['MoorlMagazine\\Core\\Content\\MagazineArticle\\Aggregate\\MagazineArticleTranslation\\MagazineArticleTranslationDefinition'] = $instance = new \MoorlMagazine\Core\Content\MagazineArticle\Aggregate\MagazineArticleTranslation\MagazineArticleTranslationDefinition();
  6365.         $instance->compile(($this->services['Shopware\\Core\\Framework\\DataAbstractionLayer\\DefinitionInstanceRegistry'] ?? $this->getDefinitionInstanceRegistryService()));
  6366.         return $instance;
  6367.     }
  6368.     /**
  6369.      * Gets the public 'MoorlMagazine\Core\Content\MagazineArticle\MagazineArticleDefinition' shared service.
  6370.      *
  6371.      * @return \MoorlMagazine\Core\Content\MagazineArticle\MagazineArticleDefinition
  6372.      */
  6373.     protected function getMagazineArticleDefinitionService()
  6374.     {
  6375.         include_once \dirname(__DIR__4).'/vendor/store.shopware.com/moorlmagazine/src/Core/Content/MagazineArticle/MagazineArticleDefinition.php';
  6376.         $this->services['MoorlMagazine\\Core\\Content\\MagazineArticle\\MagazineArticleDefinition'] = $instance = new \MoorlMagazine\Core\Content\MagazineArticle\MagazineArticleDefinition();
  6377.         $instance->compile(($this->services['Shopware\\Core\\Framework\\DataAbstractionLayer\\DefinitionInstanceRegistry'] ?? $this->getDefinitionInstanceRegistryService()));
  6378.         return $instance;
  6379.     }
  6380.     /**
  6381.      * Gets the public 'MoorlMagazine\Core\Content\MagazineArticle\SalesChannel\Detail\MagazineArticleDetailRoute' shared service.
  6382.      *
  6383.      * @return \MoorlMagazine\Core\Content\MagazineArticle\SalesChannel\Detail\MagazineArticleDetailRoute
  6384.      */
  6385.     protected function getMagazineArticleDetailRouteService()
  6386.     {
  6387.         include_once \dirname(__DIR__4).'/vendor/store.shopware.com/moorlmagazine/src/Core/Content/MagazineArticle/SalesChannel/Detail/AbstractMagazineArticleDetailRoute.php';
  6388.         include_once \dirname(__DIR__4).'/vendor/store.shopware.com/moorlmagazine/src/Core/Content/MagazineArticle/SalesChannel/Detail/MagazineArticleDetailRoute.php';
  6389.         return $this->services['MoorlMagazine\\Core\\Content\\MagazineArticle\\SalesChannel\\Detail\\MagazineArticleDetailRoute'] = new \MoorlMagazine\Core\Content\MagazineArticle\SalesChannel\Detail\MagazineArticleDetailRoute(($this->services['sales_channel.moorl_magazine_article.repository'] ?? $this->getSalesChannel_MoorlMagazineArticle_RepositoryService()), ($this->privates['Shopware\\Core\\Content\\Cms\\SalesChannel\\SalesChannelCmsPageLoader'] ?? $this->getSalesChannelCmsPageLoaderService()), ($this->services['MoorlMagazine\\Core\\Content\\MagazineArticle\\SalesChannel\\SalesChannelMagazineArticleDefinition'] ?? $this->getSalesChannelMagazineArticleDefinitionService()));
  6390.     }
  6391.     /**
  6392.      * Gets the public 'MoorlMagazine\Core\Content\MagazineArticle\SalesChannel\SalesChannelMagazineArticleDefinition' shared service.
  6393.      *
  6394.      * @return \MoorlMagazine\Core\Content\MagazineArticle\SalesChannel\SalesChannelMagazineArticleDefinition
  6395.      */
  6396.     protected function getSalesChannelMagazineArticleDefinitionService()
  6397.     {
  6398.         include_once \dirname(__DIR__4).'/vendor/store.shopware.com/moorlmagazine/src/Core/Content/MagazineArticle/MagazineArticleDefinition.php';
  6399.         include_once \dirname(__DIR__4).'/vendor/store.shopware.com/moorlmagazine/src/Core/Content/MagazineArticle/SalesChannel/SalesChannelMagazineArticleDefinition.php';
  6400.         $this->services['MoorlMagazine\\Core\\Content\\MagazineArticle\\SalesChannel\\SalesChannelMagazineArticleDefinition'] = $instance = new \MoorlMagazine\Core\Content\MagazineArticle\SalesChannel\SalesChannelMagazineArticleDefinition();
  6401.         $instance->compile(($this->services['Shopware\\Core\\System\\SalesChannel\\Entity\\SalesChannelDefinitionInstanceRegistry'] ?? $this->getSalesChannelDefinitionInstanceRegistryService()));
  6402.         return $instance;
  6403.     }
  6404.     /**
  6405.      * Gets the public 'MoorlMagazine\Core\Content\MagazineAuthor\Aggregate\MagazineAuthorTranslation\MagazineAuthorTranslationDefinition' shared service.
  6406.      *
  6407.      * @return \MoorlMagazine\Core\Content\MagazineAuthor\Aggregate\MagazineAuthorTranslation\MagazineAuthorTranslationDefinition
  6408.      */
  6409.     protected function getMagazineAuthorTranslationDefinitionService()
  6410.     {
  6411.         include_once \dirname(__DIR__4).'/vendor/shopware/core/Framework/DataAbstractionLayer/EntityTranslationDefinition.php';
  6412.         include_once \dirname(__DIR__4).'/vendor/store.shopware.com/moorlmagazine/src/Core/Content/MagazineAuthor/Aggregate/MagazineAuthorTranslation/MagazineAuthorTranslationDefinition.php';
  6413.         $this->services['MoorlMagazine\\Core\\Content\\MagazineAuthor\\Aggregate\\MagazineAuthorTranslation\\MagazineAuthorTranslationDefinition'] = $instance = new \MoorlMagazine\Core\Content\MagazineAuthor\Aggregate\MagazineAuthorTranslation\MagazineAuthorTranslationDefinition();
  6414.         $instance->compile(($this->services['Shopware\\Core\\Framework\\DataAbstractionLayer\\DefinitionInstanceRegistry'] ?? $this->getDefinitionInstanceRegistryService()));
  6415.         return $instance;
  6416.     }
  6417.     /**
  6418.      * Gets the public 'MoorlMagazine\Core\Content\MagazineAuthor\MagazineAuthorDefinition' shared service.
  6419.      *
  6420.      * @return \MoorlMagazine\Core\Content\MagazineAuthor\MagazineAuthorDefinition
  6421.      */
  6422.     protected function getMagazineAuthorDefinitionService()
  6423.     {
  6424.         include_once \dirname(__DIR__4).'/vendor/store.shopware.com/moorlmagazine/src/Core/Content/MagazineAuthor/MagazineAuthorDefinition.php';
  6425.         $this->services['MoorlMagazine\\Core\\Content\\MagazineAuthor\\MagazineAuthorDefinition'] = $instance = new \MoorlMagazine\Core\Content\MagazineAuthor\MagazineAuthorDefinition();
  6426.         $instance->compile(($this->services['Shopware\\Core\\Framework\\DataAbstractionLayer\\DefinitionInstanceRegistry'] ?? $this->getDefinitionInstanceRegistryService()));
  6427.         return $instance;
  6428.     }
  6429.     /**
  6430.      * Gets the public 'MoorlMagazine\Core\Content\MagazineCategory\Aggregate\MagazineCategoryTranslation\MagazineCategoryTranslationDefinition' shared service.
  6431.      *
  6432.      * @return \MoorlMagazine\Core\Content\MagazineCategory\Aggregate\MagazineCategoryTranslation\MagazineCategoryTranslationDefinition
  6433.      */
  6434.     protected function getMagazineCategoryTranslationDefinitionService()
  6435.     {
  6436.         include_once \dirname(__DIR__4).'/vendor/shopware/core/Framework/DataAbstractionLayer/EntityTranslationDefinition.php';
  6437.         include_once \dirname(__DIR__4).'/vendor/store.shopware.com/moorlmagazine/src/Core/Content/MagazineCategory/Aggregate/MagazineCategoryTranslation/MagazineCategoryTranslationDefinition.php';
  6438.         $this->services['MoorlMagazine\\Core\\Content\\MagazineCategory\\Aggregate\\MagazineCategoryTranslation\\MagazineCategoryTranslationDefinition'] = $instance = new \MoorlMagazine\Core\Content\MagazineCategory\Aggregate\MagazineCategoryTranslation\MagazineCategoryTranslationDefinition();
  6439.         $instance->compile(($this->services['Shopware\\Core\\Framework\\DataAbstractionLayer\\DefinitionInstanceRegistry'] ?? $this->getDefinitionInstanceRegistryService()));
  6440.         return $instance;
  6441.     }
  6442.     /**
  6443.      * Gets the public 'MoorlMagazine\Core\Content\MagazineCategory\MagazineCategoryDefinition' shared service.
  6444.      *
  6445.      * @return \MoorlMagazine\Core\Content\MagazineCategory\MagazineCategoryDefinition
  6446.      */
  6447.     protected function getMagazineCategoryDefinitionService()
  6448.     {
  6449.         include_once \dirname(__DIR__4).'/vendor/store.shopware.com/moorlmagazine/src/Core/Content/MagazineCategory/MagazineCategoryDefinition.php';
  6450.         $this->services['MoorlMagazine\\Core\\Content\\MagazineCategory\\MagazineCategoryDefinition'] = $instance = new \MoorlMagazine\Core\Content\MagazineCategory\MagazineCategoryDefinition();
  6451.         $instance->compile(($this->services['Shopware\\Core\\Framework\\DataAbstractionLayer\\DefinitionInstanceRegistry'] ?? $this->getDefinitionInstanceRegistryService()));
  6452.         return $instance;
  6453.     }
  6454.     /**
  6455.      * Gets the public 'MoorlMagazine\Core\Content\MagazineComment\MagazineCommentDefinition' shared service.
  6456.      *
  6457.      * @return \MoorlMagazine\Core\Content\MagazineComment\MagazineCommentDefinition
  6458.      */
  6459.     protected function getMagazineCommentDefinitionService()
  6460.     {
  6461.         include_once \dirname(__DIR__4).'/vendor/store.shopware.com/moorlmagazine/src/Core/Content/MagazineComment/MagazineCommentDefinition.php';
  6462.         $this->services['MoorlMagazine\\Core\\Content\\MagazineComment\\MagazineCommentDefinition'] = $instance = new \MoorlMagazine\Core\Content\MagazineComment\MagazineCommentDefinition();
  6463.         $instance->compile(($this->services['Shopware\\Core\\Framework\\DataAbstractionLayer\\DefinitionInstanceRegistry'] ?? $this->getDefinitionInstanceRegistryService()));
  6464.         return $instance;
  6465.     }
  6466.     /**
  6467.      * Gets the public 'MoorlMagazine\Core\Service\MagazineService' shared service.
  6468.      *
  6469.      * @return \MoorlMagazine\Core\Service\MagazineService
  6470.      */
  6471.     protected function getMagazineServiceService()
  6472.     {
  6473.         include_once \dirname(__DIR__4).'/vendor/store.shopware.com/moorlmagazine/src/Core/Service/MagazineService.php';
  6474.         return $this->services['MoorlMagazine\\Core\\Service\\MagazineService'] = new \MoorlMagazine\Core\Service\MagazineService(($this->services['Doctrine\\DBAL\\Connection'] ?? $this->getConnectionService()), ($this->services['Shopware\\Core\\System\\SystemConfig\\SystemConfigService'] ?? $this->getSystemConfigServiceService()), ($this->services['moorl_magazine_category.repository'] ?? $this->getMoorlMagazineCategory_RepositoryService()), ($this->services['moorl_magazine_article.repository'] ?? $this->getMoorlMagazineArticle_RepositoryService()), ($this->services['moorl_magazine_comment.repository'] ?? $this->getMoorlMagazineComment_RepositoryService()), ($this->services['sales_channel.product.repository'] ?? $this->getSalesChannel_Product_RepositoryService()), ($this->services['DreiscSeoPro\\Decorator\\Core\\Content\\Seo\\SeoUrlPlaceholderHandlerDecorator'] ?? $this->getSeoUrlPlaceholderHandlerDecoratorService()), ($this->services['event_dispatcher'] ?? $this->getEventDispatcherService()));
  6475.     }
  6476.     /**
  6477.      * Gets the public 'MoorlMagazine\Core\WordpressSync\WordpressSyncService' shared service.
  6478.      *
  6479.      * @return \MoorlMagazine\Core\WordpressSync\WordpressSyncService
  6480.      */
  6481.     protected function getWordpressSyncServiceService()
  6482.     {
  6483.         include_once \dirname(__DIR__4).'/vendor/store.shopware.com/moorlmagazine/src/Core/WordpressSync/WordpressSyncService.php';
  6484.         $a = ($this->services['Shopware\\Core\\System\\SystemConfig\\SystemConfigService'] ?? $this->getSystemConfigServiceService());
  6485.         if (isset($this->services['MoorlMagazine\\Core\\WordpressSync\\WordpressSyncService'])) {
  6486.             return $this->services['MoorlMagazine\\Core\\WordpressSync\\WordpressSyncService'];
  6487.         }
  6488.         $b = ($this->privates['Shopware\\Core\\Content\\Media\\MediaService'] ?? $this->getMediaServiceService());
  6489.         if (isset($this->services['MoorlMagazine\\Core\\WordpressSync\\WordpressSyncService'])) {
  6490.             return $this->services['MoorlMagazine\\Core\\WordpressSync\\WordpressSyncService'];
  6491.         }
  6492.         $c = ($this->services['Shopware\\Core\\Content\\Media\\File\\FileSaver'] ?? $this->getFileSaverService());
  6493.         if (isset($this->services['MoorlMagazine\\Core\\WordpressSync\\WordpressSyncService'])) {
  6494.             return $this->services['MoorlMagazine\\Core\\WordpressSync\\WordpressSyncService'];
  6495.         }
  6496.         return $this->services['MoorlMagazine\\Core\\WordpressSync\\WordpressSyncService'] = new \MoorlMagazine\Core\WordpressSync\WordpressSyncService(($this->services['Shopware\\Core\\Framework\\DataAbstractionLayer\\DefinitionInstanceRegistry'] ?? $this->getDefinitionInstanceRegistryService()), ($this->services['Doctrine\\DBAL\\Connection'] ?? $this->getConnectionService()), ($this->privates['Shopware\\Core\\Framework\\Log\\LoggerFactory'] ?? $this->getLoggerFactoryService()), $a$b$c);
  6497.     }
  6498.     /**
  6499.      * Gets the public 'MoorlMagazine\MoorlMagazine' shared autowired service.
  6500.      *
  6501.      * @return \MoorlMagazine\MoorlMagazine
  6502.      */
  6503.     protected function getMoorlMagazineService()
  6504.     {
  6505.         include_once \dirname(__DIR__4).'/vendor/symfony/dependency-injection/ContainerAwareInterface.php';
  6506.         include_once \dirname(__DIR__4).'/vendor/symfony/http-kernel/Bundle/BundleInterface.php';
  6507.         include_once \dirname(__DIR__4).'/vendor/symfony/dependency-injection/ContainerAwareTrait.php';
  6508.         include_once \dirname(__DIR__4).'/vendor/symfony/http-kernel/Bundle/Bundle.php';
  6509.         include_once \dirname(__DIR__4).'/vendor/shopware/core/Framework/Bundle.php';
  6510.         include_once \dirname(__DIR__4).'/vendor/shopware/core/Framework/Plugin.php';
  6511.         include_once \dirname(__DIR__4).'/vendor/store.shopware.com/moorlmagazine/src/MoorlMagazine.php';
  6512.         return $this->services['MoorlMagazine\\MoorlMagazine'] = ($this->services['Shopware\\Core\\Framework\\Plugin\\KernelPluginLoader\\KernelPluginLoader'] ?? $this->getKernelPluginLoaderService())->getPluginInstance('MoorlMagazine\\MoorlMagazine');
  6513.     }
  6514.     /**
  6515.      * Gets the public 'MoorlMagazine\Storefront\Controller\MagazineApiController' shared service.
  6516.      *
  6517.      * @return \MoorlMagazine\Storefront\Controller\MagazineApiController
  6518.      */
  6519.     protected function getMagazineApiControllerService()
  6520.     {
  6521.         include_once \dirname(__DIR__4).'/vendor/store.shopware.com/moorlmagazine/src/Storefront/Controller/MagazineApiController.php';
  6522.         $this->services['MoorlMagazine\\Storefront\\Controller\\MagazineApiController'] = $instance = new \MoorlMagazine\Storefront\Controller\MagazineApiController(($this->services['MoorlMagazine\\Core\\Service\\MagazineService'] ?? $this->getMagazineServiceService()), ($this->privates['Shopware\\Core\\Content\\Cms\\SalesChannel\\SalesChannelCmsPageLoader'] ?? $this->getSalesChannelCmsPageLoaderService()), ($this->privates['Shopware\\Storefront\\Page\\GenericPageLoader'] ?? $this->getGenericPageLoaderService()));
  6523.         $instance->setContainer($this);
  6524.         $instance->setTwig(($this->services['.container.private.twig'] ?? $this->get_Container_Private_TwigService()));
  6525.         return $instance;
  6526.     }
  6527.     /**
  6528.      * Gets the public 'MoorlMagazine\Storefront\Controller\MagazineArticleController' shared service.
  6529.      *
  6530.      * @return \MoorlMagazine\Storefront\Controller\MagazineArticleController
  6531.      */
  6532.     protected function getMagazineArticleControllerService()
  6533.     {
  6534.         include_once \dirname(__DIR__4).'/vendor/store.shopware.com/moorlmagazine/src/Storefront/Controller/MagazineArticleController.php';
  6535.         include_once \dirname(__DIR__4).'/vendor/store.shopware.com/moorlmagazine/src/Storefront/Page/MagazineArticle/MagazineArticlePageLoader.php';
  6536.         $this->services['MoorlMagazine\\Storefront\\Controller\\MagazineArticleController'] = $instance = new \MoorlMagazine\Storefront\Controller\MagazineArticleController(new \MoorlMagazine\Storefront\Page\MagazineArticle\MagazineArticlePageLoader(($this->privates['Shopware\\Storefront\\Page\\GenericPageLoader'] ?? $this->getGenericPageLoaderService()), ($this->services['MoorlMagazine\\Core\\Content\\MagazineArticle\\SalesChannel\\Detail\\MagazineArticleDetailRoute'] ?? $this->getMagazineArticleDetailRouteService())));
  6537.         $instance->setContainer($this);
  6538.         $instance->setTwig(($this->services['.container.private.twig'] ?? $this->get_Container_Private_TwigService()));
  6539.         return $instance;
  6540.     }
  6541.     /**
  6542.      * Gets the public 'Nds\RecipeManager\Controller\NdsRecipeManagerController' shared service.
  6543.      *
  6544.      * @return \Nds\RecipeManager\Controller\NdsRecipeManagerController
  6545.      */
  6546.     protected function getNdsRecipeManagerControllerService()
  6547.     {
  6548.         include_once \dirname(__DIR__4).'/vendor/store.shopware.com/ndsrecipemanager/src/Controller/NdsRecipeManagerController.php';
  6549.         $this->services['Nds\\RecipeManager\\Controller\\NdsRecipeManagerController'] = $instance = new \Nds\RecipeManager\Controller\NdsRecipeManagerController(($this->services['nds_rcp_recipe.repository'] ?? $this->getNdsRcpRecipe_RepositoryService()), ($this->services['nds_rcp_recipe_translation.repository'] ?? $this->getNdsRcpRecipeTranslation_RepositoryService()), ($this->services['nds_rcp_category.repository'] ?? $this->getNdsRcpCategory_RepositoryService()), ($this->services['nds_rcp_category_translation.repository'] ?? $this->getNdsRcpCategoryTranslation_RepositoryService()), ($this->services['nds_rcp_tag.repository'] ?? $this->getNdsRcpTag_RepositoryService()), ($this->privates['Shopware\\Storefront\\Page\\GenericPageLoader'] ?? $this->getGenericPageLoaderService()), ($this->services['Shopware\\Core\\System\\SystemConfig\\SystemConfigService'] ?? $this->getSystemConfigServiceService()));
  6550.         $instance->setContainer($this);
  6551.         $instance->setTwig(($this->services['.container.private.twig'] ?? $this->get_Container_Private_TwigService()));
  6552.         return $instance;
  6553.     }
  6554.     /**
  6555.      * Gets the public 'Nds\RecipeManager\Controller\RecipeSearchController' shared service.
  6556.      *
  6557.      * @return \Nds\RecipeManager\Controller\RecipeSearchController
  6558.      */
  6559.     protected function getRecipeSearchControllerService()
  6560.     {
  6561.         include_once \dirname(__DIR__4).'/vendor/store.shopware.com/ndsrecipemanager/src/Controller/RecipeSearchController.php';
  6562.         include_once \dirname(__DIR__4).'/vendor/store.shopware.com/ndsrecipemanager/src/Page/Search/RecipeSearchPageLoader.php';
  6563.         $this->services['Nds\\RecipeManager\\Controller\\RecipeSearchController'] = $instance = new \Nds\RecipeManager\Controller\RecipeSearchController(new \Nds\RecipeManager\Page\Search\RecipeSearchPageLoader(($this->privates['Shopware\\Storefront\\Page\\GenericPageLoader'] ?? $this->getGenericPageLoaderService()), ($this->services['nds_rcp_recipe.repository'] ?? $this->getNdsRcpRecipe_RepositoryService())));
  6564.         $instance->setContainer($this);
  6565.         $instance->setTwig(($this->services['.container.private.twig'] ?? $this->get_Container_Private_TwigService()));
  6566.         return $instance;
  6567.     }
  6568.     /**
  6569.      * Gets the public 'Nds\RecipeManager\Core\Content\Category\Aggregate\CategoryTranslation\CategoryTranslationDefinition' shared service.
  6570.      *
  6571.      * @return \Nds\RecipeManager\Core\Content\Category\Aggregate\CategoryTranslation\CategoryTranslationDefinition
  6572.      */
  6573.     protected function getCategoryTranslationDefinitionService()
  6574.     {
  6575.         include_once \dirname(__DIR__4).'/vendor/shopware/core/Framework/DataAbstractionLayer/EntityTranslationDefinition.php';
  6576.         include_once \dirname(__DIR__4).'/vendor/store.shopware.com/ndsrecipemanager/src/Core/Content/Category/Aggregate/CategoryTranslation/CategoryTranslationDefinition.php';
  6577.         $this->services['Nds\\RecipeManager\\Core\\Content\\Category\\Aggregate\\CategoryTranslation\\CategoryTranslationDefinition'] = $instance = new \Nds\RecipeManager\Core\Content\Category\Aggregate\CategoryTranslation\CategoryTranslationDefinition();
  6578.         $instance->compile(($this->services['Shopware\\Core\\Framework\\DataAbstractionLayer\\DefinitionInstanceRegistry'] ?? $this->getDefinitionInstanceRegistryService()));
  6579.         return $instance;
  6580.     }
  6581.     /**
  6582.      * Gets the public 'Nds\RecipeManager\Core\Content\Category\CategoryDefinition' shared service.
  6583.      *
  6584.      * @return \Nds\RecipeManager\Core\Content\Category\CategoryDefinition
  6585.      */
  6586.     protected function getCategoryDefinitionService()
  6587.     {
  6588.         include_once \dirname(__DIR__4).'/vendor/store.shopware.com/ndsrecipemanager/src/Core/Content/Category/CategoryDefinition.php';
  6589.         $this->services['Nds\\RecipeManager\\Core\\Content\\Category\\CategoryDefinition'] = $instance = new \Nds\RecipeManager\Core\Content\Category\CategoryDefinition();
  6590.         $instance->compile(($this->services['Shopware\\Core\\Framework\\DataAbstractionLayer\\DefinitionInstanceRegistry'] ?? $this->getDefinitionInstanceRegistryService()));
  6591.         return $instance;
  6592.     }
  6593.     /**
  6594.      * Gets the public 'Nds\RecipeManager\Core\Content\Difficulty\Aggregate\DifficultyTranslation\DifficultyTranslationDefinition' shared service.
  6595.      *
  6596.      * @return \Nds\RecipeManager\Core\Content\Difficulty\Aggregate\DifficultyTranslation\DifficultyTranslationDefinition
  6597.      */
  6598.     protected function getDifficultyTranslationDefinitionService()
  6599.     {
  6600.         include_once \dirname(__DIR__4).'/vendor/shopware/core/Framework/DataAbstractionLayer/EntityTranslationDefinition.php';
  6601.         include_once \dirname(__DIR__4).'/vendor/store.shopware.com/ndsrecipemanager/src/Core/Content/Difficulty/Aggregate/DifficultyTranslation/DifficultyTranslationDefinition.php';
  6602.         $this->services['Nds\\RecipeManager\\Core\\Content\\Difficulty\\Aggregate\\DifficultyTranslation\\DifficultyTranslationDefinition'] = $instance = new \Nds\RecipeManager\Core\Content\Difficulty\Aggregate\DifficultyTranslation\DifficultyTranslationDefinition();
  6603.         $instance->compile(($this->services['Shopware\\Core\\Framework\\DataAbstractionLayer\\DefinitionInstanceRegistry'] ?? $this->getDefinitionInstanceRegistryService()));
  6604.         return $instance;
  6605.     }
  6606.     /**
  6607.      * Gets the public 'Nds\RecipeManager\Core\Content\Difficulty\DifficultyDefinition' shared service.
  6608.      *
  6609.      * @return \Nds\RecipeManager\Core\Content\Difficulty\DifficultyDefinition
  6610.      */
  6611.     protected function getDifficultyDefinitionService()
  6612.     {
  6613.         include_once \dirname(__DIR__4).'/vendor/store.shopware.com/ndsrecipemanager/src/Core/Content/Difficulty/DifficultyDefinition.php';
  6614.         $this->services['Nds\\RecipeManager\\Core\\Content\\Difficulty\\DifficultyDefinition'] = $instance = new \Nds\RecipeManager\Core\Content\Difficulty\DifficultyDefinition();
  6615.         $instance->compile(($this->services['Shopware\\Core\\Framework\\DataAbstractionLayer\\DefinitionInstanceRegistry'] ?? $this->getDefinitionInstanceRegistryService()));
  6616.         return $instance;
  6617.     }
  6618.     /**
  6619.      * Gets the public 'Nds\RecipeManager\Core\Content\Ingredient\Aggregate\IngredientTranslation\IngredientTranslationDefinition' shared service.
  6620.      *
  6621.      * @return \Nds\RecipeManager\Core\Content\Ingredient\Aggregate\IngredientTranslation\IngredientTranslationDefinition
  6622.      */
  6623.     protected function getIngredientTranslationDefinitionService()
  6624.     {
  6625.         include_once \dirname(__DIR__4).'/vendor/shopware/core/Framework/DataAbstractionLayer/EntityTranslationDefinition.php';
  6626.         include_once \dirname(__DIR__4).'/vendor/store.shopware.com/ndsrecipemanager/src/Core/Content/Ingredient/Aggregate/IngredientTranslation/IngredientTranslationDefinition.php';
  6627.         $this->services['Nds\\RecipeManager\\Core\\Content\\Ingredient\\Aggregate\\IngredientTranslation\\IngredientTranslationDefinition'] = $instance = new \Nds\RecipeManager\Core\Content\Ingredient\Aggregate\IngredientTranslation\IngredientTranslationDefinition();
  6628.         $instance->compile(($this->services['Shopware\\Core\\Framework\\DataAbstractionLayer\\DefinitionInstanceRegistry'] ?? $this->getDefinitionInstanceRegistryService()));
  6629.         return $instance;
  6630.     }
  6631.     /**
  6632.      * Gets the public 'Nds\RecipeManager\Core\Content\Ingredient\IngredientDefinition' shared service.
  6633.      *
  6634.      * @return \Nds\RecipeManager\Core\Content\Ingredient\IngredientDefinition
  6635.      */
  6636.     protected function getIngredientDefinitionService()
  6637.     {
  6638.         include_once \dirname(__DIR__4).'/vendor/store.shopware.com/ndsrecipemanager/src/Core/Content/Ingredient/IngredientDefinition.php';
  6639.         $this->services['Nds\\RecipeManager\\Core\\Content\\Ingredient\\IngredientDefinition'] = $instance = new \Nds\RecipeManager\Core\Content\Ingredient\IngredientDefinition();
  6640.         $instance->compile(($this->services['Shopware\\Core\\Framework\\DataAbstractionLayer\\DefinitionInstanceRegistry'] ?? $this->getDefinitionInstanceRegistryService()));
  6641.         return $instance;
  6642.     }
  6643.     /**
  6644.      * Gets the public 'Nds\RecipeManager\Core\Content\Recipe\Aggregate\RecipeCategory\RecipeCategoryDefinition' shared service.
  6645.      *
  6646.      * @return \Nds\RecipeManager\Core\Content\Recipe\Aggregate\RecipeCategory\RecipeCategoryDefinition
  6647.      */
  6648.     protected function getRecipeCategoryDefinitionService()
  6649.     {
  6650.         include_once \dirname(__DIR__4).'/vendor/store.shopware.com/ndsrecipemanager/src/Core/Content/Recipe/Aggregate/RecipeCategory/RecipeCategoryDefinition.php';
  6651.         $this->services['Nds\\RecipeManager\\Core\\Content\\Recipe\\Aggregate\\RecipeCategory\\RecipeCategoryDefinition'] = $instance = new \Nds\RecipeManager\Core\Content\Recipe\Aggregate\RecipeCategory\RecipeCategoryDefinition();
  6652.         $instance->compile(($this->services['Shopware\\Core\\Framework\\DataAbstractionLayer\\DefinitionInstanceRegistry'] ?? $this->getDefinitionInstanceRegistryService()));
  6653.         return $instance;
  6654.     }
  6655.     /**
  6656.      * Gets the public 'Nds\RecipeManager\Core\Content\Recipe\Aggregate\RecipeIngredient\RecipeIngredientDefinition' shared service.
  6657.      *
  6658.      * @return \Nds\RecipeManager\Core\Content\Recipe\Aggregate\RecipeIngredient\RecipeIngredientDefinition
  6659.      */
  6660.     protected function getRecipeIngredientDefinitionService()
  6661.     {
  6662.         include_once \dirname(__DIR__4).'/vendor/store.shopware.com/ndsrecipemanager/src/Core/Content/Recipe/Aggregate/RecipeIngredient/RecipeIngredientDefinition.php';
  6663.         $this->services['Nds\\RecipeManager\\Core\\Content\\Recipe\\Aggregate\\RecipeIngredient\\RecipeIngredientDefinition'] = $instance = new \Nds\RecipeManager\Core\Content\Recipe\Aggregate\RecipeIngredient\RecipeIngredientDefinition();
  6664.         $instance->compile(($this->services['Shopware\\Core\\Framework\\DataAbstractionLayer\\DefinitionInstanceRegistry'] ?? $this->getDefinitionInstanceRegistryService()));
  6665.         return $instance;
  6666.     }
  6667.     /**
  6668.      * Gets the public 'Nds\RecipeManager\Core\Content\Recipe\Aggregate\RecipeRelated\RecipeRelatedDefinition' shared service.
  6669.      *
  6670.      * @return \Nds\RecipeManager\Core\Content\Recipe\Aggregate\RecipeRelated\RecipeRelatedDefinition
  6671.      */
  6672.     protected function getRecipeRelatedDefinitionService()
  6673.     {
  6674.         include_once \dirname(__DIR__4).'/vendor/store.shopware.com/ndsrecipemanager/src/Core/Content/Recipe/Aggregate/RecipeRelated/RecipeRelatedDefinition.php';
  6675.         $this->services['Nds\\RecipeManager\\Core\\Content\\Recipe\\Aggregate\\RecipeRelated\\RecipeRelatedDefinition'] = $instance = new \Nds\RecipeManager\Core\Content\Recipe\Aggregate\RecipeRelated\RecipeRelatedDefinition();
  6676.         $instance->compile(($this->services['Shopware\\Core\\Framework\\DataAbstractionLayer\\DefinitionInstanceRegistry'] ?? $this->getDefinitionInstanceRegistryService()));
  6677.         return $instance;
  6678.     }
  6679.     /**
  6680.      * Gets the public 'Nds\RecipeManager\Core\Content\Recipe\Aggregate\RecipeTag\RecipeTagDefinition' shared service.
  6681.      *
  6682.      * @return \Nds\RecipeManager\Core\Content\Recipe\Aggregate\RecipeTag\RecipeTagDefinition
  6683.      */
  6684.     protected function getRecipeTagDefinitionService()
  6685.     {
  6686.         include_once \dirname(__DIR__4).'/vendor/store.shopware.com/ndsrecipemanager/src/Core/Content/Recipe/Aggregate/RecipeTag/RecipeTagDefinition.php';
  6687.         $this->services['Nds\\RecipeManager\\Core\\Content\\Recipe\\Aggregate\\RecipeTag\\RecipeTagDefinition'] = $instance = new \Nds\RecipeManager\Core\Content\Recipe\Aggregate\RecipeTag\RecipeTagDefinition();
  6688.         $instance->compile(($this->services['Shopware\\Core\\Framework\\DataAbstractionLayer\\DefinitionInstanceRegistry'] ?? $this->getDefinitionInstanceRegistryService()));
  6689.         return $instance;
  6690.     }
  6691.     /**
  6692.      * Gets the public 'Nds\RecipeManager\Core\Content\Recipe\Aggregate\RecipeTranslation\RecipeTranslationDefinition' shared service.
  6693.      *
  6694.      * @return \Nds\RecipeManager\Core\Content\Recipe\Aggregate\RecipeTranslation\RecipeTranslationDefinition
  6695.      */
  6696.     protected function getRecipeTranslationDefinitionService()
  6697.     {
  6698.         include_once \dirname(__DIR__4).'/vendor/shopware/core/Framework/DataAbstractionLayer/EntityTranslationDefinition.php';
  6699.         include_once \dirname(__DIR__4).'/vendor/store.shopware.com/ndsrecipemanager/src/Core/Content/Recipe/Aggregate/RecipeTranslation/RecipeTranslationDefinition.php';
  6700.         $this->services['Nds\\RecipeManager\\Core\\Content\\Recipe\\Aggregate\\RecipeTranslation\\RecipeTranslationDefinition'] = $instance = new \Nds\RecipeManager\Core\Content\Recipe\Aggregate\RecipeTranslation\RecipeTranslationDefinition();
  6701.         $instance->compile(($this->services['Shopware\\Core\\Framework\\DataAbstractionLayer\\DefinitionInstanceRegistry'] ?? $this->getDefinitionInstanceRegistryService()));
  6702.         return $instance;
  6703.     }
  6704.     /**
  6705.      * Gets the public 'Nds\RecipeManager\Core\Content\Recipe\RecipeDefinition' shared service.
  6706.      *
  6707.      * @return \Nds\RecipeManager\Core\Content\Recipe\RecipeDefinition
  6708.      */
  6709.     protected function getRecipeDefinitionService()
  6710.     {
  6711.         include_once \dirname(__DIR__4).'/vendor/store.shopware.com/ndsrecipemanager/src/Core/Content/Recipe/RecipeDefinition.php';
  6712.         $this->services['Nds\\RecipeManager\\Core\\Content\\Recipe\\RecipeDefinition'] = $instance = new \Nds\RecipeManager\Core\Content\Recipe\RecipeDefinition();
  6713.         $instance->compile(($this->services['Shopware\\Core\\Framework\\DataAbstractionLayer\\DefinitionInstanceRegistry'] ?? $this->getDefinitionInstanceRegistryService()));
  6714.         return $instance;
  6715.     }
  6716.     /**
  6717.      * Gets the public 'Nds\RecipeManager\Core\Content\Recipe\RecipeMedia\RecipeMediaDefinition' shared service.
  6718.      *
  6719.      * @return \Nds\RecipeManager\Core\Content\Recipe\RecipeMedia\RecipeMediaDefinition
  6720.      */
  6721.     protected function getRecipeMediaDefinitionService()
  6722.     {
  6723.         include_once \dirname(__DIR__4).'/vendor/store.shopware.com/ndsrecipemanager/src/Core/Content/Recipe/RecipeMedia/RecipeMediaDefinition.php';
  6724.         $this->services['Nds\\RecipeManager\\Core\\Content\\Recipe\\RecipeMedia\\RecipeMediaDefinition'] = $instance = new \Nds\RecipeManager\Core\Content\Recipe\RecipeMedia\RecipeMediaDefinition();
  6725.         $instance->compile(($this->services['Shopware\\Core\\Framework\\DataAbstractionLayer\\DefinitionInstanceRegistry'] ?? $this->getDefinitionInstanceRegistryService()));
  6726.         return $instance;
  6727.     }
  6728.     /**
  6729.      * Gets the public 'Nds\RecipeManager\Core\Content\Related\RelatedDefinition' shared service.
  6730.      *
  6731.      * @return \Nds\RecipeManager\Core\Content\Related\RelatedDefinition
  6732.      */
  6733.     protected function getRelatedDefinitionService()
  6734.     {
  6735.         include_once \dirname(__DIR__4).'/vendor/store.shopware.com/ndsrecipemanager/src/Core/Content/Related/RelatedDefinition.php';
  6736.         $this->services['Nds\\RecipeManager\\Core\\Content\\Related\\RelatedDefinition'] = $instance = new \Nds\RecipeManager\Core\Content\Related\RelatedDefinition();
  6737.         $instance->compile(($this->services['Shopware\\Core\\Framework\\DataAbstractionLayer\\DefinitionInstanceRegistry'] ?? $this->getDefinitionInstanceRegistryService()));
  6738.         return $instance;
  6739.     }
  6740.     /**
  6741.      * Gets the public 'Nds\RecipeManager\Core\Content\SalesChannel\Suggest\ProductSuggestDecorated' shared service.
  6742.      *
  6743.      * @return \Nds\RecipeManager\Core\Content\SalesChannel\Suggest\ProductSuggestDecorated
  6744.      */
  6745.     protected function getProductSuggestDecoratedService()
  6746.     {
  6747.         include_once \dirname(__DIR__4).'/vendor/shopware/core/Content/Product/SalesChannel/Suggest/AbstractProductSuggestRoute.php';
  6748.         include_once \dirname(__DIR__4).'/vendor/store.shopware.com/ndsrecipemanager/src/Core/Content/SalesChannel/Suggest/ProductSuggestDecorated.php';
  6749.         include_once \dirname(__DIR__4).'/vendor/shopware/core/Content/Product/SalesChannel/Suggest/ProductSuggestRoute.php';
  6750.         return $this->services['Nds\\RecipeManager\\Core\\Content\\SalesChannel\\Suggest\\ProductSuggestDecorated'] = new \Nds\RecipeManager\Core\Content\SalesChannel\Suggest\ProductSuggestDecorated(new \Shopware\Core\Content\Product\SalesChannel\Suggest\ProductSuggestRoute(($this->privates['Shopware\\Elasticsearch\\Product\\ProductSearchBuilder'] ?? $this->getProductSearchBuilderService()), ($this->services['event_dispatcher'] ?? $this->getEventDispatcherService()), ($this->privates['Shopware\\Core\\Content\\Product\\SalesChannel\\Listing\\ProductListingLoader'] ?? $this->getProductListingLoaderService())), ($this->services['nds_rcp_recipe.repository'] ?? $this->getNdsRcpRecipe_RepositoryService()), ($this->services['Shopware\\Core\\System\\SystemConfig\\SystemConfigService'] ?? $this->getSystemConfigServiceService()));
  6751.     }
  6752.     /**
  6753.      * Gets the public 'Nds\RecipeManager\Core\Content\Tag\Aggregate\TagTranslation\TagTranslationDefinition' shared service.
  6754.      *
  6755.      * @return \Nds\RecipeManager\Core\Content\Tag\Aggregate\TagTranslation\TagTranslationDefinition
  6756.      */
  6757.     protected function getTagTranslationDefinitionService()
  6758.     {
  6759.         include_once \dirname(__DIR__4).'/vendor/shopware/core/Framework/DataAbstractionLayer/EntityTranslationDefinition.php';
  6760.         include_once \dirname(__DIR__4).'/vendor/store.shopware.com/ndsrecipemanager/src/Core/Content/Tag/Aggregate/TagTranslation/TagTranslationDefinition.php';
  6761.         $this->services['Nds\\RecipeManager\\Core\\Content\\Tag\\Aggregate\\TagTranslation\\TagTranslationDefinition'] = $instance = new \Nds\RecipeManager\Core\Content\Tag\Aggregate\TagTranslation\TagTranslationDefinition();
  6762.         $instance->compile(($this->services['Shopware\\Core\\Framework\\DataAbstractionLayer\\DefinitionInstanceRegistry'] ?? $this->getDefinitionInstanceRegistryService()));
  6763.         return $instance;
  6764.     }
  6765.     /**
  6766.      * Gets the public 'Nds\RecipeManager\Core\Content\Tag\TagDefinition' shared service.
  6767.      *
  6768.      * @return \Nds\RecipeManager\Core\Content\Tag\TagDefinition
  6769.      */
  6770.     protected function getTagDefinitionService()
  6771.     {
  6772.         include_once \dirname(__DIR__4).'/vendor/store.shopware.com/ndsrecipemanager/src/Core/Content/Tag/TagDefinition.php';
  6773.         $this->services['Nds\\RecipeManager\\Core\\Content\\Tag\\TagDefinition'] = $instance = new \Nds\RecipeManager\Core\Content\Tag\TagDefinition();
  6774.         $instance->compile(($this->services['Shopware\\Core\\Framework\\DataAbstractionLayer\\DefinitionInstanceRegistry'] ?? $this->getDefinitionInstanceRegistryService()));
  6775.         return $instance;
  6776.     }
  6777.     /**
  6778.      * Gets the public 'Nds\RecipeManager\Core\Content\TimeUnit\TimeUnitDefinition' shared service.
  6779.      *
  6780.      * @return \Nds\RecipeManager\Core\Content\TimeUnit\TimeUnitDefinition
  6781.      */
  6782.     protected function getTimeUnitDefinitionService()
  6783.     {
  6784.         include_once \dirname(__DIR__4).'/vendor/store.shopware.com/ndsrecipemanager/src/Core/Content/TimeUnit/TimeUnitDefinition.php';
  6785.         $this->services['Nds\\RecipeManager\\Core\\Content\\TimeUnit\\TimeUnitDefinition'] = $instance = new \Nds\RecipeManager\Core\Content\TimeUnit\TimeUnitDefinition();
  6786.         $instance->compile(($this->services['Shopware\\Core\\Framework\\DataAbstractionLayer\\DefinitionInstanceRegistry'] ?? $this->getDefinitionInstanceRegistryService()));
  6787.         return $instance;
  6788.     }
  6789.     /**
  6790.      * Gets the public 'Nds\RecipeManager\Core\Content\Unit\Aggregate\UnitTranslation\UnitTranslationDefinition' shared service.
  6791.      *
  6792.      * @return \Nds\RecipeManager\Core\Content\Unit\Aggregate\UnitTranslation\UnitTranslationDefinition
  6793.      */
  6794.     protected function getUnitTranslationDefinitionService()
  6795.     {
  6796.         include_once \dirname(__DIR__4).'/vendor/shopware/core/Framework/DataAbstractionLayer/EntityTranslationDefinition.php';
  6797.         include_once \dirname(__DIR__4).'/vendor/store.shopware.com/ndsrecipemanager/src/Core/Content/Unit/Aggregate/UnitTranslation/UnitTranslationDefinition.php';
  6798.         $this->services['Nds\\RecipeManager\\Core\\Content\\Unit\\Aggregate\\UnitTranslation\\UnitTranslationDefinition'] = $instance = new \Nds\RecipeManager\Core\Content\Unit\Aggregate\UnitTranslation\UnitTranslationDefinition();
  6799.         $instance->compile(($this->services['Shopware\\Core\\Framework\\DataAbstractionLayer\\DefinitionInstanceRegistry'] ?? $this->getDefinitionInstanceRegistryService()));
  6800.         return $instance;
  6801.     }
  6802.     /**
  6803.      * Gets the public 'Nds\RecipeManager\Core\Content\Unit\UnitDefinition' shared service.
  6804.      *
  6805.      * @return \Nds\RecipeManager\Core\Content\Unit\UnitDefinition
  6806.      */
  6807.     protected function getUnitDefinitionService()
  6808.     {
  6809.         include_once \dirname(__DIR__4).'/vendor/store.shopware.com/ndsrecipemanager/src/Core/Content/Unit/UnitDefinition.php';
  6810.         $this->services['Nds\\RecipeManager\\Core\\Content\\Unit\\UnitDefinition'] = $instance = new \Nds\RecipeManager\Core\Content\Unit\UnitDefinition();
  6811.         $instance->compile(($this->services['Shopware\\Core\\Framework\\DataAbstractionLayer\\DefinitionInstanceRegistry'] ?? $this->getDefinitionInstanceRegistryService()));
  6812.         return $instance;
  6813.     }
  6814.     /**
  6815.      * Gets the public 'Nds\RecipeManager\NdsRecipeManager' shared autowired service.
  6816.      *
  6817.      * @return \Nds\RecipeManager\NdsRecipeManager
  6818.      */
  6819.     protected function getNdsRecipeManagerService()
  6820.     {
  6821.         include_once \dirname(__DIR__4).'/vendor/symfony/dependency-injection/ContainerAwareInterface.php';
  6822.         include_once \dirname(__DIR__4).'/vendor/symfony/http-kernel/Bundle/BundleInterface.php';
  6823.         include_once \dirname(__DIR__4).'/vendor/symfony/dependency-injection/ContainerAwareTrait.php';
  6824.         include_once \dirname(__DIR__4).'/vendor/symfony/http-kernel/Bundle/Bundle.php';
  6825.         include_once \dirname(__DIR__4).'/vendor/shopware/core/Framework/Bundle.php';
  6826.         include_once \dirname(__DIR__4).'/vendor/shopware/core/Framework/Plugin.php';
  6827.         include_once \dirname(__DIR__4).'/vendor/store.shopware.com/ndsrecipemanager/src/NdsRecipeManager.php';
  6828.         include_once \dirname(__DIR__4).'/vendor/store.shopware.com/ndsrecipemanager/src/Util/Lifecycle/ActivateDeactivate.php';
  6829.         $this->services['Nds\\RecipeManager\\NdsRecipeManager'] = $instance = ($this->services['Shopware\\Core\\Framework\\Plugin\\KernelPluginLoader\\KernelPluginLoader'] ?? $this->getKernelPluginLoaderService())->getPluginInstance('Nds\\RecipeManager\\NdsRecipeManager''Nds\\RecipeManager\\NdsRecipeManager');
  6830.         $instance->setActivateDeactivate(new \Nds\RecipeManager\Util\Lifecycle\ActivateDeactivate(($this->services['nds_rcp_timeunit.repository'] ?? $this->getNdsRcpTimeunit_RepositoryService()), ($this->services['nds_rcp_difficulty.repository'] ?? $this->getNdsRcpDifficulty_RepositoryService()), ($this->services['nds_rcp_unit.repository'] ?? $this->getNdsRcpUnit_RepositoryService())));
  6831.         return $instance;
  6832.     }
  6833.     /**
  6834.      * Gets the public 'NetInventors\NetiNextModal\Core\Content\Modal\Aggregate\ModalCategory\ModalCategoryDefinition' shared service.
  6835.      *
  6836.      * @return \NetInventors\NetiNextModal\Core\Content\Modal\Aggregate\ModalCategory\ModalCategoryDefinition
  6837.      */
  6838.     protected function getModalCategoryDefinitionService()
  6839.     {
  6840.         include_once \dirname(__DIR__4).'/vendor/store.shopware.com/netinextmodal/src/Core/Content/Modal/Aggregate/ModalCategory/ModalCategoryDefinition.php';
  6841.         $this->services['NetInventors\\NetiNextModal\\Core\\Content\\Modal\\Aggregate\\ModalCategory\\ModalCategoryDefinition'] = $instance = new \NetInventors\NetiNextModal\Core\Content\Modal\Aggregate\ModalCategory\ModalCategoryDefinition();
  6842.         $instance->compile(($this->services['Shopware\\Core\\Framework\\DataAbstractionLayer\\DefinitionInstanceRegistry'] ?? $this->getDefinitionInstanceRegistryService()));
  6843.         return $instance;
  6844.     }
  6845.     /**
  6846.      * Gets the public 'NetInventors\NetiNextModal\Core\Content\Modal\Aggregate\ModalLanguage\ModalLanguageDefinition' shared service.
  6847.      *
  6848.      * @return \NetInventors\NetiNextModal\Core\Content\Modal\Aggregate\ModalLanguage\ModalLanguageDefinition
  6849.      */
  6850.     protected function getModalLanguageDefinitionService()
  6851.     {
  6852.         include_once \dirname(__DIR__4).'/vendor/store.shopware.com/netinextmodal/src/Core/Content/Modal/Aggregate/ModalLanguage/ModalLanguageDefinition.php';
  6853.         $this->services['NetInventors\\NetiNextModal\\Core\\Content\\Modal\\Aggregate\\ModalLanguage\\ModalLanguageDefinition'] = $instance = new \NetInventors\NetiNextModal\Core\Content\Modal\Aggregate\ModalLanguage\ModalLanguageDefinition();
  6854.         $instance->compile(($this->services['Shopware\\Core\\Framework\\DataAbstractionLayer\\DefinitionInstanceRegistry'] ?? $this->getDefinitionInstanceRegistryService()));
  6855.         return $instance;
  6856.     }
  6857.     /**
  6858.      * Gets the public 'NetInventors\NetiNextModal\Core\Content\Modal\Aggregate\ModalProduct\ModalProductDefinition' shared service.
  6859.      *
  6860.      * @return \NetInventors\NetiNextModal\Core\Content\Modal\Aggregate\ModalProduct\ModalProductDefinition
  6861.      */
  6862.     protected function getModalProductDefinitionService()
  6863.     {
  6864.         include_once \dirname(__DIR__4).'/vendor/store.shopware.com/netinextmodal/src/Core/Content/Modal/Aggregate/ModalProduct/ModalProductDefinition.php';
  6865.         $this->services['NetInventors\\NetiNextModal\\Core\\Content\\Modal\\Aggregate\\ModalProduct\\ModalProductDefinition'] = $instance = new \NetInventors\NetiNextModal\Core\Content\Modal\Aggregate\ModalProduct\ModalProductDefinition();
  6866.         $instance->compile(($this->services['Shopware\\Core\\Framework\\DataAbstractionLayer\\DefinitionInstanceRegistry'] ?? $this->getDefinitionInstanceRegistryService()));
  6867.         return $instance;
  6868.     }
  6869.     /**
  6870.      * Gets the public 'NetInventors\NetiNextModal\Core\Content\Modal\Aggregate\ModalSalesChannel\ModalSalesChannelDefinition' shared service.
  6871.      *
  6872.      * @return \NetInventors\NetiNextModal\Core\Content\Modal\Aggregate\ModalSalesChannel\ModalSalesChannelDefinition
  6873.      */
  6874.     protected function getModalSalesChannelDefinitionService()
  6875.     {
  6876.         include_once \dirname(__DIR__4).'/vendor/store.shopware.com/netinextmodal/src/Core/Content/Modal/Aggregate/ModalSalesChannel/ModalSalesChannelDefinition.php';
  6877.         $this->services['NetInventors\\NetiNextModal\\Core\\Content\\Modal\\Aggregate\\ModalSalesChannel\\ModalSalesChannelDefinition'] = $instance = new \NetInventors\NetiNextModal\Core\Content\Modal\Aggregate\ModalSalesChannel\ModalSalesChannelDefinition();
  6878.         $instance->compile(($this->services['Shopware\\Core\\Framework\\DataAbstractionLayer\\DefinitionInstanceRegistry'] ?? $this->getDefinitionInstanceRegistryService()));
  6879.         return $instance;
  6880.     }
  6881.     /**
  6882.      * Gets the public 'NetInventors\NetiNextModal\Core\Content\Modal\Aggregate\ModalSchedule\ModalScheduleDefinition' shared service.
  6883.      *
  6884.      * @return \NetInventors\NetiNextModal\Core\Content\Modal\Aggregate\ModalSchedule\ModalScheduleDefinition
  6885.      */
  6886.     protected function getModalScheduleDefinitionService()
  6887.     {
  6888.         include_once \dirname(__DIR__4).'/vendor/store.shopware.com/netinextmodal/src/Core/Content/Modal/Aggregate/ModalSchedule/ModalScheduleDefinition.php';
  6889.         $this->services['NetInventors\\NetiNextModal\\Core\\Content\\Modal\\Aggregate\\ModalSchedule\\ModalScheduleDefinition'] = $instance = new \NetInventors\NetiNextModal\Core\Content\Modal\Aggregate\ModalSchedule\ModalScheduleDefinition();
  6890.         $instance->compile(($this->services['Shopware\\Core\\Framework\\DataAbstractionLayer\\DefinitionInstanceRegistry'] ?? $this->getDefinitionInstanceRegistryService()));
  6891.         return $instance;
  6892.     }
  6893.     /**
  6894.      * Gets the public 'NetInventors\NetiNextModal\Core\Content\Modal\Aggregate\ModalTranslation\ModalTranslationDefinition' shared service.
  6895.      *
  6896.      * @return \NetInventors\NetiNextModal\Core\Content\Modal\Aggregate\ModalTranslation\ModalTranslationDefinition
  6897.      */
  6898.     protected function getModalTranslationDefinitionService()
  6899.     {
  6900.         include_once \dirname(__DIR__4).'/vendor/shopware/core/Framework/DataAbstractionLayer/EntityTranslationDefinition.php';
  6901.         include_once \dirname(__DIR__4).'/vendor/store.shopware.com/netinextmodal/src/Core/Content/Modal/Aggregate/ModalTranslation/ModalTranslationDefinition.php';
  6902.         $this->services['NetInventors\\NetiNextModal\\Core\\Content\\Modal\\Aggregate\\ModalTranslation\\ModalTranslationDefinition'] = $instance = new \NetInventors\NetiNextModal\Core\Content\Modal\Aggregate\ModalTranslation\ModalTranslationDefinition();
  6903.         $instance->compile(($this->services['Shopware\\Core\\Framework\\DataAbstractionLayer\\DefinitionInstanceRegistry'] ?? $this->getDefinitionInstanceRegistryService()));
  6904.         return $instance;
  6905.     }
  6906.     /**
  6907.      * Gets the public 'NetInventors\NetiNextModal\Core\Content\Modal\ModalDefinition' shared service.
  6908.      *
  6909.      * @return \NetInventors\NetiNextModal\Core\Content\Modal\ModalDefinition
  6910.      */
  6911.     protected function getModalDefinitionService()
  6912.     {
  6913.         include_once \dirname(__DIR__4).'/vendor/store.shopware.com/netinextmodal/src/Core/Content/Modal/ModalDefinition.php';
  6914.         $this->services['NetInventors\\NetiNextModal\\Core\\Content\\Modal\\ModalDefinition'] = $instance = new \NetInventors\NetiNextModal\Core\Content\Modal\ModalDefinition();
  6915.         $instance->compile(($this->services['Shopware\\Core\\Framework\\DataAbstractionLayer\\DefinitionInstanceRegistry'] ?? $this->getDefinitionInstanceRegistryService()));
  6916.         return $instance;
  6917.     }
  6918.     /**
  6919.      * Gets the public 'NetInventors\NetiNextModal\NetiNextModal' shared autowired service.
  6920.      *
  6921.      * @return \NetInventors\NetiNextModal\NetiNextModal
  6922.      */
  6923.     protected function getNetiNextModalService()
  6924.     {
  6925.         include_once \dirname(__DIR__4).'/vendor/symfony/dependency-injection/ContainerAwareInterface.php';
  6926.         include_once \dirname(__DIR__4).'/vendor/symfony/http-kernel/Bundle/BundleInterface.php';
  6927.         include_once \dirname(__DIR__4).'/vendor/symfony/dependency-injection/ContainerAwareTrait.php';
  6928.         include_once \dirname(__DIR__4).'/vendor/symfony/http-kernel/Bundle/Bundle.php';
  6929.         include_once \dirname(__DIR__4).'/vendor/shopware/core/Framework/Bundle.php';
  6930.         include_once \dirname(__DIR__4).'/vendor/shopware/core/Framework/Plugin.php';
  6931.         include_once \dirname(__DIR__4).'/vendor/store.shopware.com/netinextmodal/src/NetiNextModal.php';
  6932.         return $this->services['NetInventors\\NetiNextModal\\NetiNextModal'] = ($this->services['Shopware\\Core\\Framework\\Plugin\\KernelPluginLoader\\KernelPluginLoader'] ?? $this->getKernelPluginLoaderService())->getPluginInstance('NetInventors\\NetiNextModal\\NetiNextModal');
  6933.     }
  6934.     /**
  6935.      * Gets the public 'NetInventors\NetiNextModal\Storefront\Controller\NetiModalConfirmController' shared service.
  6936.      *
  6937.      * @return \NetInventors\NetiNextModal\Storefront\Controller\NetiModalConfirmController
  6938.      */
  6939.     protected function getNetiModalConfirmControllerService()
  6940.     {
  6941.         include_once \dirname(__DIR__4).'/vendor/store.shopware.com/netinextmodal/src/Storefront/Controller/Traits/ContentBuilderTrait.php';
  6942.         include_once \dirname(__DIR__4).'/vendor/store.shopware.com/netinextmodal/src/Storefront/Controller/NetiModalConfirmController.php';
  6943.         $this->services['NetInventors\\NetiNextModal\\Storefront\\Controller\\NetiModalConfirmController'] = $instance = new \NetInventors\NetiNextModal\Storefront\Controller\NetiModalConfirmController(($this->privates['NetInventors\\NetiNextModal\\Services\\ConfirmedServiceInterface'] ?? $this->getConfirmedServiceInterfaceService()));
  6944.         $instance->setContainer($this);
  6945.         return $instance;
  6946.     }
  6947.     /**
  6948.      * Gets the public 'NetInventors\NetiNextModal\Storefront\Controller\NetiModalController' shared service.
  6949.      *
  6950.      * @return \NetInventors\NetiNextModal\Storefront\Controller\NetiModalController
  6951.      */
  6952.     protected function getNetiModalControllerService()
  6953.     {
  6954.         include_once \dirname(__DIR__4).'/vendor/store.shopware.com/netinextmodal/src/Storefront/Controller/Traits/ContentBuilderTrait.php';
  6955.         include_once \dirname(__DIR__4).'/vendor/store.shopware.com/netinextmodal/src/Storefront/Controller/Traits/CriteriaTrait.php';
  6956.         include_once \dirname(__DIR__4).'/vendor/store.shopware.com/netinextmodal/src/Storefront/Controller/Traits/ResultTrait.php';
  6957.         include_once \dirname(__DIR__4).'/vendor/store.shopware.com/netinextmodal/src/Storefront/Controller/NetiModalController.php';
  6958.         include_once \dirname(__DIR__4).'/vendor/store.shopware.com/netinextmodal/src/Services/ModalFilterServiceInterface.php';
  6959.         include_once \dirname(__DIR__4).'/vendor/store.shopware.com/netinextmodal/src/Services/ModalFilterService.php';
  6960.         $this->services['NetInventors\\NetiNextModal\\Storefront\\Controller\\NetiModalController'] = $instance = new \NetInventors\NetiNextModal\Storefront\Controller\NetiModalController(($this->privates['NetInventors\\NetiNextModal\\Services\\ModalServiceInterface'] ?? $this->getModalServiceInterfaceService()), ($this->privates['NetInventors\\NetiNextModal\\Services\\ModalCriteriaBuilderInterface'] ?? $this->getModalCriteriaBuilderInterfaceService()), new \NetInventors\NetiNextModal\Services\ModalFilterService(new RewindableGenerator(function () {
  6961.             yield => ($this->privates['NetInventors\\NetiNextModal\\Services\\Filter\\ConfirmedFilterHandler'] ?? $this->getConfirmedFilterHandlerService());
  6962.             yield => ($this->privates['NetInventors\\NetiNextModal\\Services\\Filter\\ShownFilterHandler'] ?? $this->getShownFilterHandlerService());
  6963.         }, 2)), ($this->privates['Shopware\\Core\\Content\\Cms\\SalesChannel\\SalesChannelCmsPageLoader'] ?? $this->getSalesChannelCmsPageLoaderService()));
  6964.         $instance->setContainer($this);
  6965.         return $instance;
  6966.     }
  6967.     /**
  6968.      * Gets the public 'NetInventors\NetiNextModal\Storefront\Controller\NetiModalGroupedBoxController' shared service.
  6969.      *
  6970.      * @return \NetInventors\NetiNextModal\Storefront\Controller\NetiModalGroupedBoxController
  6971.      */
  6972.     protected function getNetiModalGroupedBoxControllerService()
  6973.     {
  6974.         include_once \dirname(__DIR__4).'/vendor/store.shopware.com/netinextmodal/src/Storefront/Controller/Traits/ContentBuilderTrait.php';
  6975.         include_once \dirname(__DIR__4).'/vendor/store.shopware.com/netinextmodal/src/Storefront/Controller/NetiModalGroupedBoxController.php';
  6976.         $this->services['NetInventors\\NetiNextModal\\Storefront\\Controller\\NetiModalGroupedBoxController'] = $instance = new \NetInventors\NetiNextModal\Storefront\Controller\NetiModalGroupedBoxController(($this->privates['NetInventors\\NetiNextModal\\Services\\ModalServiceInterface'] ?? $this->getModalServiceInterfaceService()), ($this->privates['Shopware\\Core\\Content\\Cms\\SalesChannel\\SalesChannelCmsPageLoader'] ?? $this->getSalesChannelCmsPageLoaderService()));
  6977.         $instance->setContainer($this);
  6978.         return $instance;
  6979.     }
  6980.     /**
  6981.      * Gets the public 'NetInventors\NetiNextModal\Storefront\Controller\NetiModalShownController' shared service.
  6982.      *
  6983.      * @return \NetInventors\NetiNextModal\Storefront\Controller\NetiModalShownController
  6984.      */
  6985.     protected function getNetiModalShownControllerService()
  6986.     {
  6987.         include_once \dirname(__DIR__4).'/vendor/store.shopware.com/netinextmodal/src/Storefront/Controller/Traits/ContentBuilderTrait.php';
  6988.         include_once \dirname(__DIR__4).'/vendor/store.shopware.com/netinextmodal/src/Storefront/Controller/NetiModalShownController.php';
  6989.         $this->services['NetInventors\\NetiNextModal\\Storefront\\Controller\\NetiModalShownController'] = $instance = new \NetInventors\NetiNextModal\Storefront\Controller\NetiModalShownController(($this->privates['NetInventors\\NetiNextModal\\Services\\ShownService'] ?? $this->getShownServiceService()));
  6990.         $instance->setContainer($this);
  6991.         return $instance;
  6992.     }
  6993.     /**
  6994.      * Gets the public 'NetInventors\NetiNextModal\Storefront\Controller\NetiModalSingleBoxController' shared service.
  6995.      *
  6996.      * @return \NetInventors\NetiNextModal\Storefront\Controller\NetiModalSingleBoxController
  6997.      */
  6998.     protected function getNetiModalSingleBoxControllerService()
  6999.     {
  7000.         include_once \dirname(__DIR__4).'/vendor/store.shopware.com/netinextmodal/src/Storefront/Controller/Traits/ContentBuilderTrait.php';
  7001.         include_once \dirname(__DIR__4).'/vendor/store.shopware.com/netinextmodal/src/Storefront/Controller/Traits/CriteriaTrait.php';
  7002.         include_once \dirname(__DIR__4).'/vendor/store.shopware.com/netinextmodal/src/Storefront/Controller/Traits/ResultTrait.php';
  7003.         include_once \dirname(__DIR__4).'/vendor/store.shopware.com/netinextmodal/src/Storefront/Controller/NetiModalSingleBoxController.php';
  7004.         $this->services['NetInventors\\NetiNextModal\\Storefront\\Controller\\NetiModalSingleBoxController'] = $instance = new \NetInventors\NetiNextModal\Storefront\Controller\NetiModalSingleBoxController(($this->privates['NetInventors\\NetiNextModal\\Services\\ModalServiceInterface'] ?? $this->getModalServiceInterfaceService()), ($this->privates['NetInventors\\NetiNextModal\\Services\\ModalCriteriaBuilderInterface'] ?? $this->getModalCriteriaBuilderInterfaceService()), ($this->privates['Shopware\\Core\\Content\\Cms\\SalesChannel\\SalesChannelCmsPageLoader'] ?? $this->getSalesChannelCmsPageLoaderService()));
  7005.         $instance->setContainer($this);
  7006.         return $instance;
  7007.     }
  7008.     /**
  7009.      * Gets the public 'Nimbits\NimbitsArticleQuestionsNext\ArticleQuestions\ArticleQuestionEntityDefinition' shared service.
  7010.      *
  7011.      * @return \Nimbits\NimbitsArticleQuestionsNext\ArticleQuestions\ArticleQuestionEntityDefinition
  7012.      */
  7013.     protected function getArticleQuestionEntityDefinitionService()
  7014.     {
  7015.         include_once \dirname(__DIR__4).'/vendor/store.shopware.com/nimbitsarticlequestionsnext/src/ArticleQuestions/ArticleQuestionEntityDefinition.php';
  7016.         $this->services['Nimbits\\NimbitsArticleQuestionsNext\\ArticleQuestions\\ArticleQuestionEntityDefinition'] = $instance = new \Nimbits\NimbitsArticleQuestionsNext\ArticleQuestions\ArticleQuestionEntityDefinition();
  7017.         $instance->compile(($this->services['Shopware\\Core\\Framework\\DataAbstractionLayer\\DefinitionInstanceRegistry'] ?? $this->getDefinitionInstanceRegistryService()));
  7018.         return $instance;
  7019.     }
  7020.     /**
  7021.      * Gets the public 'Nimbits\NimbitsArticleQuestionsNext\Controller\ApiController' shared service.
  7022.      *
  7023.      * @return \Nimbits\NimbitsArticleQuestionsNext\Controller\ApiController
  7024.      */
  7025.     protected function getApiController3Service()
  7026.     {
  7027.         include_once \dirname(__DIR__4).'/vendor/store.shopware.com/nimbitsarticlequestionsnext/src/Controller/ApiController.php';
  7028.         $this->services['Nimbits\\NimbitsArticleQuestionsNext\\Controller\\ApiController'] = $instance = new \Nimbits\NimbitsArticleQuestionsNext\Controller\ApiController(($this->privates['Nimbits\\NimbitsArticleQuestionsNext\\Setting\\Service\\SettingService'] ?? $this->getSettingServiceService()), ($this->services['nimbits_articlequestions.repository'] ?? $this->getNimbitsArticlequestions_RepositoryService()), ($this->privates['Shopware\\Core\\Content\\Mail\\Service\\MailService'] ?? $this->getMailServiceService()), ($this->services['sales_channel.repository'] ?? $this->getSalesChannel_RepositoryService()), ($this->services['.container.private.twig'] ?? $this->get_Container_Private_TwigService()), ($this->services['product.repository'] ?? $this->getProduct_RepositoryService()), ($this->privates['Shopware\\Administration\\Snippet\\CachedSnippetFinder'] ?? $this->getCachedSnippetFinderService()), ($this->services['Shopware\\Core\\System\\SystemConfig\\SystemConfigService'] ?? $this->getSystemConfigServiceService()), ($this->privates['Shopware\\Core\\Framework\\Adapter\\Translation\\Translator'] ?? $this->getTranslator2Service()), ($this->services['mail_template.repository'] ?? $this->getMailTemplate_RepositoryService()), ($this->services['Shopware\\Core\\System\\SalesChannel\\Context\\SalesChannelContextFactory'] ?? $this->getSalesChannelContextFactoryService()));
  7029.         $instance->setContainer($this);
  7030.         return $instance;
  7031.     }
  7032.     /**
  7033.      * Gets the public 'Nimbits\NimbitsArticleQuestionsNext\Controller\ArticleQuestionsController' shared service.
  7034.      *
  7035.      * @return \Nimbits\NimbitsArticleQuestionsNext\Controller\ArticleQuestionsController
  7036.      */
  7037.     protected function getArticleQuestionsControllerService()
  7038.     {
  7039.         include_once \dirname(__DIR__4).'/vendor/store.shopware.com/nimbitsarticlequestionsnext/src/Controller/ArticleQuestionsController.php';
  7040.         $this->services['Nimbits\\NimbitsArticleQuestionsNext\\Controller\\ArticleQuestionsController'] = $instance = new \Nimbits\NimbitsArticleQuestionsNext\Controller\ArticleQuestionsController(($this->privates['Nimbits\\NimbitsArticleQuestionsNext\\Setting\\Service\\SettingService'] ?? $this->getSettingServiceService()), ($this->privates['Shopware\\Core\\Content\\Mail\\Service\\MailService'] ?? $this->getMailServiceService()), ($this->services['Shopware\\Core\\System\\SystemConfig\\SystemConfigService'] ?? $this->getSystemConfigServiceService()), ($this->services['product.repository'] ?? $this->getProduct_RepositoryService()), ($this->services['nimbits_articlequestions.repository'] ?? $this->getNimbitsArticlequestions_RepositoryService()), ($this->services['.container.private.twig'] ?? $this->get_Container_Private_TwigService()), ($this->privates['Shopware\\Core\\Framework\\Adapter\\Translation\\Translator'] ?? $this->getTranslator2Service()), ($this->services['mail_template.repository'] ?? $this->getMailTemplate_RepositoryService()));
  7041.         $instance->setContainer($this);
  7042.         return $instance;
  7043.     }
  7044.     /**
  7045.      * Gets the public 'Nimbits\NimbitsArticleQuestionsNext\NimbitsArticleQuestionsNext' shared autowired service.
  7046.      *
  7047.      * @return \Nimbits\NimbitsArticleQuestionsNext\NimbitsArticleQuestionsNext
  7048.      */
  7049.     protected function getNimbitsArticleQuestionsNextService()
  7050.     {
  7051.         include_once \dirname(__DIR__4).'/vendor/symfony/dependency-injection/ContainerAwareInterface.php';
  7052.         include_once \dirname(__DIR__4).'/vendor/symfony/http-kernel/Bundle/BundleInterface.php';
  7053.         include_once \dirname(__DIR__4).'/vendor/symfony/dependency-injection/ContainerAwareTrait.php';
  7054.         include_once \dirname(__DIR__4).'/vendor/symfony/http-kernel/Bundle/Bundle.php';
  7055.         include_once \dirname(__DIR__4).'/vendor/shopware/core/Framework/Bundle.php';
  7056.         include_once \dirname(__DIR__4).'/vendor/shopware/core/Framework/Plugin.php';
  7057.         include_once \dirname(__DIR__4).'/vendor/store.shopware.com/nimbitsarticlequestionsnext/src/NimbitsArticleQuestionsNext.php';
  7058.         return $this->services['Nimbits\\NimbitsArticleQuestionsNext\\NimbitsArticleQuestionsNext'] = ($this->services['Shopware\\Core\\Framework\\Plugin\\KernelPluginLoader\\KernelPluginLoader'] ?? $this->getKernelPluginLoaderService())->getPluginInstance('Nimbits\\NimbitsArticleQuestionsNext\\NimbitsArticleQuestionsNext');
  7059.     }
  7060.     /**
  7061.      * Gets the public 'Pixel\LexikonSW6\Controller\BackendController' shared service.
  7062.      *
  7063.      * @return \Pixel\LexikonSW6\Controller\BackendController
  7064.      */
  7065.     protected function getBackendController5Service()
  7066.     {
  7067.         include_once \dirname(__DIR__4).'/custom/plugins/PixelLexikonSW6/src/Controller/BackendController.php';
  7068.         include_once \dirname(__DIR__4).'/vendor/symfony/filesystem/Filesystem.php';
  7069.         return $this->services['Pixel\\LexikonSW6\\Controller\\BackendController'] = new \Pixel\LexikonSW6\Controller\BackendController(($this->services['Shopware\\Core\\System\\SystemConfig\\SystemConfigService'] ?? $this->getSystemConfigServiceService()), ($this->privates['Shopware\\Core\\Framework\\Adapter\\Cache\\CacheClearer'] ?? $this->getCacheClearer2Service()), ($this->services['.container.private.filesystem'] ?? ($this->services['.container.private.filesystem'] = new \Symfony\Component\Filesystem\Filesystem())), $this->targetDir.'');
  7070.     }
  7071.     /**
  7072.      * Gets the public 'Pixel\LexikonSW6\Controller\FrontendController' shared service.
  7073.      *
  7074.      * @return \Pixel\LexikonSW6\Controller\FrontendController
  7075.      */
  7076.     protected function getFrontendController2Service()
  7077.     {
  7078.         include_once \dirname(__DIR__4).'/custom/plugins/PixelLexikonSW6/src/Controller/FrontendController.php';
  7079.         $this->services['Pixel\\LexikonSW6\\Controller\\FrontendController'] = $instance = new \Pixel\LexikonSW6\Controller\FrontendController(($this->services['DreiscSeoPro\\Decorator\\Core\\Content\\Seo\\SeoUrlPlaceholderHandlerDecorator'] ?? $this->getSeoUrlPlaceholderHandlerDecoratorService()), ($this->services['Shopware\\Core\\System\\SystemConfig\\SystemConfigService'] ?? $this->getSystemConfigServiceService()), ($this->privates['Pixel\\LexikonSW6\\Component\\FrontHelpers'] ?? $this->getFrontHelpersService()), ($this->privates['Pixel\\LexikonSW6\\Component\\CoreFunctions'] ?? $this->getCoreFunctionsService()), ($this->services['pixel_lexikon.repository'] ?? $this->getPixelLexikon_RepositoryService()), ($this->services['pixel_lexikon_categories.repository'] ?? $this->getPixelLexikonCategories_RepositoryService()), ($this->privates['Shopware\\Storefront\\Page\\GenericPageLoader'] ?? $this->getGenericPageLoaderService()), ($this->services['Doctrine\\DBAL\\Connection'] ?? $this->getConnectionService()), ($this->privates['Shopware\\Core\\Content\\Cms\\SalesChannel\\SalesChannelCmsPageLoader'] ?? $this->getSalesChannelCmsPageLoaderService()), ($this->privates['Shopware\\Core\\Framework\\Adapter\\Cache\\CacheDecorator'] ?? $this->getCacheDecoratorService()));
  7080.         $instance->setContainer($this);
  7081.         return $instance;
  7082.     }
  7083.     /**
  7084.      * Gets the public 'Pixel\LexikonSW6\Controller\StoreApi\LexikonCategories\CachedLexikonCatRoute' shared service.
  7085.      *
  7086.      * @return \Pixel\LexikonSW6\Controller\StoreApi\LexikonCategories\CachedLexikonCatRoute
  7087.      */
  7088.     protected function getCachedLexikonCatRouteService()
  7089.     {
  7090.         include_once \dirname(__DIR__4).'/custom/plugins/PixelLexikonSW6/src/Controller/StoreApi/LexikonCategories/AbstractLexikonCatRoute.php';
  7091.         include_once \dirname(__DIR__4).'/custom/plugins/PixelLexikonSW6/src/Controller/StoreApi/LexikonCategories/CachedLexikonCatRoute.php';
  7092.         include_once \dirname(__DIR__4).'/custom/plugins/PixelLexikonSW6/src/Controller/StoreApi/LexikonCategories/LexikonCatRoute.php';
  7093.         $a = ($this->services['pixel_lexikon_categories.repository'] ?? $this->getPixelLexikonCategories_RepositoryService());
  7094.         if (isset($this->services['Pixel\\LexikonSW6\\Controller\\StoreApi\\LexikonCategories\\CachedLexikonCatRoute'])) {
  7095.             return $this->services['Pixel\\LexikonSW6\\Controller\\StoreApi\\LexikonCategories\\CachedLexikonCatRoute'];
  7096.         }
  7097.         $b = ($this->privates['Shopware\\Storefront\\Framework\\Cache\\CacheTracer'] ?? $this->getCacheTracerService());
  7098.         if (isset($this->services['Pixel\\LexikonSW6\\Controller\\StoreApi\\LexikonCategories\\CachedLexikonCatRoute'])) {
  7099.             return $this->services['Pixel\\LexikonSW6\\Controller\\StoreApi\\LexikonCategories\\CachedLexikonCatRoute'];
  7100.         }
  7101.         return $this->services['Pixel\\LexikonSW6\\Controller\\StoreApi\\LexikonCategories\\CachedLexikonCatRoute'] = new \Pixel\LexikonSW6\Controller\StoreApi\LexikonCategories\CachedLexikonCatRoute(new \Pixel\LexikonSW6\Controller\StoreApi\LexikonCategories\LexikonCatRoute($a, ($this->privates['Pixel\\LexikonSW6\\Component\\FrontHelpers'] ?? $this->getFrontHelpersService())), ($this->privates['Shopware\\Core\\Framework\\Adapter\\Cache\\CacheDecorator'] ?? $this->getCacheDecoratorService()), ($this->services['Shopware\\Core\\Framework\\DataAbstractionLayer\\Cache\\EntityCacheKeyGenerator'] ?? ($this->services['Shopware\\Core\\Framework\\DataAbstractionLayer\\Cache\\EntityCacheKeyGenerator'] = new \Shopware\Core\Framework\DataAbstractionLayer\Cache\EntityCacheKeyGenerator())), $b, ($this->services['logger'] ?? $this->getLoggerService()));
  7102.     }
  7103.     /**
  7104.      * Gets the public 'Pixel\LexikonSW6\Entities\Categories\LexikonCategoriesDefinition' shared service.
  7105.      *
  7106.      * @return \Pixel\LexikonSW6\Entities\Categories\LexikonCategoriesDefinition
  7107.      */
  7108.     protected function getLexikonCategoriesDefinitionService()
  7109.     {
  7110.         include_once \dirname(__DIR__4).'/custom/plugins/PixelLexikonSW6/src/Entities/Categories/LexikonCategoriesDefinition.php';
  7111.         $this->services['Pixel\\LexikonSW6\\Entities\\Categories\\LexikonCategoriesDefinition'] = $instance = new \Pixel\LexikonSW6\Entities\Categories\LexikonCategoriesDefinition();
  7112.         $instance->compile(($this->services['Shopware\\Core\\Framework\\DataAbstractionLayer\\DefinitionInstanceRegistry'] ?? $this->getDefinitionInstanceRegistryService()));
  7113.         return $instance;
  7114.     }
  7115.     /**
  7116.      * Gets the public 'Pixel\LexikonSW6\Entities\Categories\LexikonCategoriesTranslationDefinition' shared service.
  7117.      *
  7118.      * @return \Pixel\LexikonSW6\Entities\Categories\LexikonCategoriesTranslationDefinition
  7119.      */
  7120.     protected function getLexikonCategoriesTranslationDefinitionService()
  7121.     {
  7122.         include_once \dirname(__DIR__4).'/vendor/shopware/core/Framework/DataAbstractionLayer/EntityTranslationDefinition.php';
  7123.         include_once \dirname(__DIR__4).'/custom/plugins/PixelLexikonSW6/src/Entities/Categories/LexikonCategoriesTranslationDefinition.php';
  7124.         $this->services['Pixel\\LexikonSW6\\Entities\\Categories\\LexikonCategoriesTranslationDefinition'] = $instance = new \Pixel\LexikonSW6\Entities\Categories\LexikonCategoriesTranslationDefinition();
  7125.         $instance->compile(($this->services['Shopware\\Core\\Framework\\DataAbstractionLayer\\DefinitionInstanceRegistry'] ?? $this->getDefinitionInstanceRegistryService()));
  7126.         return $instance;
  7127.     }
  7128.     /**
  7129.      * Gets the public 'Pixel\LexikonSW6\Entities\Categories\Reference\LexikonCategoriesRoDefinition' shared service.
  7130.      *
  7131.      * @return \Pixel\LexikonSW6\Entities\Categories\Reference\LexikonCategoriesRoDefinition
  7132.      */
  7133.     protected function getLexikonCategoriesRoDefinitionService()
  7134.     {
  7135.         include_once \dirname(__DIR__4).'/custom/plugins/PixelLexikonSW6/src/Entities/Categories/Reference/LexikonCategoriesRoDefinition.php';
  7136.         $this->services['Pixel\\LexikonSW6\\Entities\\Categories\\Reference\\LexikonCategoriesRoDefinition'] = $instance = new \Pixel\LexikonSW6\Entities\Categories\Reference\LexikonCategoriesRoDefinition();
  7137.         $instance->compile(($this->services['Shopware\\Core\\Framework\\DataAbstractionLayer\\DefinitionInstanceRegistry'] ?? $this->getDefinitionInstanceRegistryService()));
  7138.         return $instance;
  7139.     }
  7140.     /**
  7141.      * Gets the public 'Pixel\LexikonSW6\Entities\Items\Aggregate\LexikonMedia\LexikonMediaDefinition' shared service.
  7142.      *
  7143.      * @return \Pixel\LexikonSW6\Entities\Items\Aggregate\LexikonMedia\LexikonMediaDefinition
  7144.      */
  7145.     protected function getLexikonMediaDefinitionService()
  7146.     {
  7147.         include_once \dirname(__DIR__4).'/custom/plugins/PixelLexikonSW6/src/Entities/Items/Aggregate/LexikonMedia/LexikonMediaDefinition.php';
  7148.         $this->services['Pixel\\LexikonSW6\\Entities\\Items\\Aggregate\\LexikonMedia\\LexikonMediaDefinition'] = $instance = new \Pixel\LexikonSW6\Entities\Items\Aggregate\LexikonMedia\LexikonMediaDefinition();
  7149.         $instance->compile(($this->services['Shopware\\Core\\Framework\\DataAbstractionLayer\\DefinitionInstanceRegistry'] ?? $this->getDefinitionInstanceRegistryService()));
  7150.         return $instance;
  7151.     }
  7152.     /**
  7153.      * Gets the public 'Pixel\LexikonSW6\Entities\Items\LexikonDefinition' shared service.
  7154.      *
  7155.      * @return \Pixel\LexikonSW6\Entities\Items\LexikonDefinition
  7156.      */
  7157.     protected function getLexikonDefinitionService()
  7158.     {
  7159.         $this->services['Pixel\\LexikonSW6\\Entities\\Items\\LexikonDefinition'] = $instance = new \Pixel\LexikonSW6\Entities\Items\LexikonDefinition();
  7160.         $instance->compile(($this->services['Shopware\\Core\\Framework\\DataAbstractionLayer\\DefinitionInstanceRegistry'] ?? $this->getDefinitionInstanceRegistryService()));
  7161.         return $instance;
  7162.     }
  7163.     /**
  7164.      * Gets the public 'Pixel\LexikonSW6\Entities\Items\LexikonProductsDefinition' shared service.
  7165.      *
  7166.      * @return \Pixel\LexikonSW6\Entities\Items\LexikonProductsDefinition
  7167.      */
  7168.     protected function getLexikonProductsDefinitionService()
  7169.     {
  7170.         include_once \dirname(__DIR__4).'/custom/plugins/PixelLexikonSW6/src/Entities/Items/LexikonProductsDefinition.php';
  7171.         $this->services['Pixel\\LexikonSW6\\Entities\\Items\\LexikonProductsDefinition'] = $instance = new \Pixel\LexikonSW6\Entities\Items\LexikonProductsDefinition();
  7172.         $instance->compile(($this->services['Shopware\\Core\\Framework\\DataAbstractionLayer\\DefinitionInstanceRegistry'] ?? $this->getDefinitionInstanceRegistryService()));
  7173.         return $instance;
  7174.     }
  7175.     /**
  7176.      * Gets the public 'Pixel\LexikonSW6\Entities\Items\LexikonTranslationDefinition' shared service.
  7177.      *
  7178.      * @return \Pixel\LexikonSW6\Entities\Items\LexikonTranslationDefinition
  7179.      */
  7180.     protected function getLexikonTranslationDefinitionService()
  7181.     {
  7182.         include_once \dirname(__DIR__4).'/vendor/shopware/core/Framework/DataAbstractionLayer/EntityTranslationDefinition.php';
  7183.         include_once \dirname(__DIR__4).'/custom/plugins/PixelLexikonSW6/src/Entities/Items/LexikonTranslationDefinition.php';
  7184.         $this->services['Pixel\\LexikonSW6\\Entities\\Items\\LexikonTranslationDefinition'] = $instance = new \Pixel\LexikonSW6\Entities\Items\LexikonTranslationDefinition();
  7185.         $instance->compile(($this->services['Shopware\\Core\\Framework\\DataAbstractionLayer\\DefinitionInstanceRegistry'] ?? $this->getDefinitionInstanceRegistryService()));
  7186.         return $instance;
  7187.     }
  7188.     /**
  7189.      * Gets the public 'Pixel\LexikonSW6\Entities\LexikonCatChannels\LexikonCatChannelsDefinition' shared service.
  7190.      *
  7191.      * @return \Pixel\LexikonSW6\Entities\LexikonCatChannels\LexikonCatChannelsDefinition
  7192.      */
  7193.     protected function getLexikonCatChannelsDefinitionService()
  7194.     {
  7195.         include_once \dirname(__DIR__4).'/custom/plugins/PixelLexikonSW6/src/Entities/LexikonCatChannels/LexikonCatChannelsDefinition.php';
  7196.         $this->services['Pixel\\LexikonSW6\\Entities\\LexikonCatChannels\\LexikonCatChannelsDefinition'] = $instance = new \Pixel\LexikonSW6\Entities\LexikonCatChannels\LexikonCatChannelsDefinition();
  7197.         $instance->compile(($this->services['Shopware\\Core\\Framework\\DataAbstractionLayer\\DefinitionInstanceRegistry'] ?? $this->getDefinitionInstanceRegistryService()));
  7198.         return $instance;
  7199.     }
  7200.     /**
  7201.      * Gets the public 'Pixel\LexikonSW6\Entities\LexikonChannels\LexikonChannelsDefinition' shared service.
  7202.      *
  7203.      * @return \Pixel\LexikonSW6\Entities\LexikonChannels\LexikonChannelsDefinition
  7204.      */
  7205.     protected function getLexikonChannelsDefinitionService()
  7206.     {
  7207.         include_once \dirname(__DIR__4).'/custom/plugins/PixelLexikonSW6/src/Entities/LexikonChannels/LexikonChannelsDefinition.php';
  7208.         $this->services['Pixel\\LexikonSW6\\Entities\\LexikonChannels\\LexikonChannelsDefinition'] = $instance = new \Pixel\LexikonSW6\Entities\LexikonChannels\LexikonChannelsDefinition();
  7209.         $instance->compile(($this->services['Shopware\\Core\\Framework\\DataAbstractionLayer\\DefinitionInstanceRegistry'] ?? $this->getDefinitionInstanceRegistryService()));
  7210.         return $instance;
  7211.     }
  7212.     /**
  7213.      * Gets the public 'Pixel\LexikonSW6\PixelLexikonSW6' shared autowired service.
  7214.      *
  7215.      * @return \Pixel\LexikonSW6\PixelLexikonSW6
  7216.      */
  7217.     protected function getPixelLexikonSW6Service()
  7218.     {
  7219.         include_once \dirname(__DIR__4).'/vendor/symfony/dependency-injection/ContainerAwareInterface.php';
  7220.         include_once \dirname(__DIR__4).'/vendor/symfony/http-kernel/Bundle/BundleInterface.php';
  7221.         include_once \dirname(__DIR__4).'/vendor/symfony/dependency-injection/ContainerAwareTrait.php';
  7222.         include_once \dirname(__DIR__4).'/vendor/symfony/http-kernel/Bundle/Bundle.php';
  7223.         include_once \dirname(__DIR__4).'/vendor/shopware/core/Framework/Bundle.php';
  7224.         include_once \dirname(__DIR__4).'/vendor/shopware/core/Framework/Plugin.php';
  7225.         include_once \dirname(__DIR__4).'/custom/plugins/PixelLexikonSW6/src/PixelLexikonSW6.php';
  7226.         return $this->services['Pixel\\LexikonSW6\\PixelLexikonSW6'] = ($this->services['Shopware\\Core\\Framework\\Plugin\\KernelPluginLoader\\KernelPluginLoader'] ?? $this->getKernelPluginLoaderService())->getPluginInstance('Pixel\\LexikonSW6\\PixelLexikonSW6');
  7227.     }
  7228.     /**
  7229.      * Gets the public 'Pixel\LexikonSW6\Resources\snippet\de_DE\SnippetFile_de_DE' shared service.
  7230.      *
  7231.      * @return \Pixel\LexikonSW6\Resources\snippet\de_DE\SnippetFile_de_DE
  7232.      */
  7233.     protected function getSnippetFileDeDEService()
  7234.     {
  7235.         include_once \dirname(__DIR__4).'/vendor/shopware/core/System/Snippet/Files/SnippetFileInterface.php';
  7236.         include_once \dirname(__DIR__4).'/custom/plugins/PixelLexikonSW6/src/Resources/snippet/de_DE/SnippetFile_de_DE.php';
  7237.         return $this->services['Pixel\\LexikonSW6\\Resources\\snippet\\de_DE\\SnippetFile_de_DE'] = new \Pixel\LexikonSW6\Resources\snippet\de_DE\SnippetFile_de_DE();
  7238.     }
  7239.     /**
  7240.      * Gets the public 'Pixel\LexikonSW6\Resources\snippet\en_GB\SnippetFile_en_GB' shared service.
  7241.      *
  7242.      * @return \Pixel\LexikonSW6\Resources\snippet\en_GB\SnippetFile_en_GB
  7243.      */
  7244.     protected function getSnippetFileEnGBService()
  7245.     {
  7246.         include_once \dirname(__DIR__4).'/vendor/shopware/core/System/Snippet/Files/SnippetFileInterface.php';
  7247.         include_once \dirname(__DIR__4).'/custom/plugins/PixelLexikonSW6/src/Resources/snippet/en_GB/SnippetFile_en_GB.php';
  7248.         return $this->services['Pixel\\LexikonSW6\\Resources\\snippet\\en_GB\\SnippetFile_en_GB'] = new \Pixel\LexikonSW6\Resources\snippet\en_GB\SnippetFile_en_GB();
  7249.     }
  7250.     /**
  7251.      * Gets the public 'ProxaBasketCrossSellingSW6\ProxaBasketCrossSellingSW6' shared autowired service.
  7252.      *
  7253.      * @return \ProxaBasketCrossSellingSW6\ProxaBasketCrossSellingSW6
  7254.      */
  7255.     protected function getProxaBasketCrossSellingSW6Service()
  7256.     {
  7257.         include_once \dirname(__DIR__4).'/vendor/symfony/dependency-injection/ContainerAwareInterface.php';
  7258.         include_once \dirname(__DIR__4).'/vendor/symfony/http-kernel/Bundle/BundleInterface.php';
  7259.         include_once \dirname(__DIR__4).'/vendor/symfony/dependency-injection/ContainerAwareTrait.php';
  7260.         include_once \dirname(__DIR__4).'/vendor/symfony/http-kernel/Bundle/Bundle.php';
  7261.         include_once \dirname(__DIR__4).'/vendor/shopware/core/Framework/Bundle.php';
  7262.         include_once \dirname(__DIR__4).'/vendor/shopware/core/Framework/Plugin.php';
  7263.         include_once \dirname(__DIR__4).'/vendor/store.shopware.com/proxabasketcrosssellingsw6/src/ProxaBasketCrossSellingSW6.php';
  7264.         return $this->services['ProxaBasketCrossSellingSW6\\ProxaBasketCrossSellingSW6'] = ($this->services['Shopware\\Core\\Framework\\Plugin\\KernelPluginLoader\\KernelPluginLoader'] ?? $this->getKernelPluginLoaderService())->getPluginInstance('ProxaBasketCrossSellingSW6\\ProxaBasketCrossSellingSW6');
  7265.     }
  7266.     /**
  7267.      * Gets the public 'ProxaCheckoutTemplate\ProxaCheckoutTemplate' shared autowired service.
  7268.      *
  7269.      * @return \ProxaCheckoutTemplate\ProxaCheckoutTemplate
  7270.      */
  7271.     protected function getProxaCheckoutTemplateService()
  7272.     {
  7273.         include_once \dirname(__DIR__4).'/vendor/symfony/dependency-injection/ContainerAwareInterface.php';
  7274.         include_once \dirname(__DIR__4).'/vendor/symfony/http-kernel/Bundle/BundleInterface.php';
  7275.         include_once \dirname(__DIR__4).'/vendor/symfony/dependency-injection/ContainerAwareTrait.php';
  7276.         include_once \dirname(__DIR__4).'/vendor/symfony/http-kernel/Bundle/Bundle.php';
  7277.         include_once \dirname(__DIR__4).'/vendor/shopware/core/Framework/Bundle.php';
  7278.         include_once \dirname(__DIR__4).'/vendor/shopware/core/Framework/Plugin.php';
  7279.         include_once \dirname(__DIR__4).'/custom/plugins/ProxaCheckoutTemplate/src/ProxaCheckoutTemplate.php';
  7280.         return $this->services['ProxaCheckoutTemplate\\ProxaCheckoutTemplate'] = ($this->services['Shopware\\Core\\Framework\\Plugin\\KernelPluginLoader\\KernelPluginLoader'] ?? $this->getKernelPluginLoaderService())->getPluginInstance('ProxaCheckoutTemplate\\ProxaCheckoutTemplate');
  7281.     }
  7282.     /**
  7283.      * Gets the public 'ProxaCheckoutTemplate\Storefront\Controller\ProxaCheckoutTemplateController' shared service.
  7284.      *
  7285.      * @return \ProxaCheckoutTemplate\Storefront\Controller\ProxaCheckoutTemplateController
  7286.      */
  7287.     protected function getProxaCheckoutTemplateControllerService()
  7288.     {
  7289.         include_once \dirname(__DIR__4).'/custom/plugins/ProxaCheckoutTemplate/src/Storefront/Controller/ProxaCheckoutTemplateController.php';
  7290.         $this->services['ProxaCheckoutTemplate\\Storefront\\Controller\\ProxaCheckoutTemplateController'] = $instance = new \ProxaCheckoutTemplate\Storefront\Controller\ProxaCheckoutTemplateController(($this->services['Shopware\\Core\\Checkout\\Customer\\SalesChannel\\LogoutRoute'] ?? $this->getLogoutRouteService()), ($this->services['customer.repository'] ?? $this->getCustomer_RepositoryService()), ($this->services['Shopware\\Core\\Content\\Newsletter\\SalesChannel\\NewsletterSubscribeRoute'] ?? $this->getNewsletterSubscribeRouteService()), ($this->services['Shopware\\Core\\Content\\Newsletter\\SalesChannel\\NewsletterUnsubscribeRoute'] ?? $this->getNewsletterUnsubscribeRouteService()), ($this->privates['Shopware\\Storefront\\Pagelet\\Newsletter\\Account\\NewsletterAccountPageletLoader'] ?? $this->getNewsletterAccountPageletLoaderService()));
  7291.         $instance->setContainer($this);
  7292.         return $instance;
  7293.     }
  7294.     /**
  7295.      * Gets the public 'Redgecko\Magnalister\Controller\MagnalisterController' shared service.
  7296.      *
  7297.      * @return \Redgecko\Magnalister\Controller\MagnalisterController
  7298.      */
  7299.     protected function getMagnalisterControllerService()
  7300.     {
  7301.         include_once \dirname(__DIR__4).'/vendor/store.shopware.com/redmagnalistersw6/src/Controller/MagnalisterController.php';
  7302.         $this->services['Redgecko\\Magnalister\\Controller\\MagnalisterController'] = $instance = new \Redgecko\Magnalister\Controller\MagnalisterController(($this->privates['parameter_bag'] ?? ($this->privates['parameter_bag'] = new \Symfony\Component\DependencyInjection\ParameterBag\ContainerBag($this))), ($this->services['.container.private.session'] ?? $this->get_Container_Private_SessionService()), ($this->services['Doctrine\\DBAL\\Connection'] ?? $this->getConnectionService()), ($this->services['request_stack'] ?? ($this->services['request_stack'] = new \Symfony\Component\HttpFoundation\RequestStack())), ($this->services['kernel'] ?? $this->get('kernel'1)), $this, ($this->services['.container.private.security.csrf.token_manager'] ?? $this->get_Container_Private_Security_Csrf_TokenManagerService()), ($this->privates['Shopware\\Core\\System\\StateMachine\\StateMachineRegistry'] ?? $this->getStateMachineRegistryService()), ($this->services['Shopware\\Core\\System\\NumberRange\\ValueGenerator\\NumberRangeValueGeneratorInterface'] ?? $this->getNumberRangeValueGeneratorInterfaceService()), ($this->services['Shopware\\Core\\System\\SalesChannel\\Context\\SalesChannelContextFactory'] ?? $this->getSalesChannelContextFactoryService()), ($this->privates['Shopware\\Core\\Content\\Media\\Pathname\\UrlGeneratorInterface'] ?? $this->getUrlGeneratorInterfaceService()), ($this->services['shopware.filesystem.public'] ?? $this->getShopware_Filesystem_PublicService()), ($this->privates['Shopware\\Core\\Content\\Product\\DataAbstractionLayer\\StockUpdater'] ?? $this->getStockUpdaterService()), ($this->privates['Shopware\\Core\\Checkout\\Order\\SalesChannel\\OrderService'] ?? $this->getOrderServiceService()), ($this->privates['Shopware\\Core\\Checkout\\Document\\DocumentService'] ?? $this->getDocumentServiceService()), ($this->privates['Shopware\\Core\\Framework\\Plugin\\PluginService'] ?? $this->getPluginServiceService()), ($this->privates['Shopware\\Core\\Framework\\Plugin\\PluginLifecycleService'] ?? $this->getPluginLifecycleServiceService()));
  7303.         $instance->setContainer($this);
  7304.         return $instance;
  7305.     }
  7306.     /**
  7307.      * Gets the public 'Redgecko\Magnalister\Core\Content\Bundle\BundleCookieDefinition' shared service.
  7308.      *
  7309.      * @return \Redgecko\Magnalister\Core\Content\Bundle\BundleCookieDefinition
  7310.      */
  7311.     protected function getBundleCookieDefinitionService()
  7312.     {
  7313.         include_once \dirname(__DIR__4).'/vendor/store.shopware.com/redmagnalistersw6/src/Core/Content/Bundle/BundleCookieDefinition.php';
  7314.         $this->services['Redgecko\\Magnalister\\Core\\Content\\Bundle\\BundleCookieDefinition'] = $instance = new \Redgecko\Magnalister\Core\Content\Bundle\BundleCookieDefinition();
  7315.         $instance->compile(($this->services['Shopware\\Core\\Framework\\DataAbstractionLayer\\DefinitionInstanceRegistry'] ?? $this->getDefinitionInstanceRegistryService()));
  7316.         return $instance;
  7317.     }
  7318.     /**
  7319.      * Gets the public 'Redgecko\Magnalister\RedMagnalisterSW6' shared autowired service.
  7320.      *
  7321.      * @return \Redgecko\Magnalister\RedMagnalisterSW6
  7322.      */
  7323.     protected function getRedMagnalisterSW6Service()
  7324.     {
  7325.         include_once \dirname(__DIR__4).'/vendor/symfony/dependency-injection/ContainerAwareInterface.php';
  7326.         include_once \dirname(__DIR__4).'/vendor/symfony/http-kernel/Bundle/BundleInterface.php';
  7327.         include_once \dirname(__DIR__4).'/vendor/symfony/dependency-injection/ContainerAwareTrait.php';
  7328.         include_once \dirname(__DIR__4).'/vendor/symfony/http-kernel/Bundle/Bundle.php';
  7329.         include_once \dirname(__DIR__4).'/vendor/shopware/core/Framework/Bundle.php';
  7330.         include_once \dirname(__DIR__4).'/vendor/shopware/core/Framework/Plugin.php';
  7331.         include_once \dirname(__DIR__4).'/vendor/store.shopware.com/redmagnalistersw6/src/RedMagnalisterSW6.php';
  7332.         return $this->services['Redgecko\\Magnalister\\RedMagnalisterSW6'] = ($this->services['Shopware\\Core\\Framework\\Plugin\\KernelPluginLoader\\KernelPluginLoader'] ?? $this->getKernelPluginLoaderService())->getPluginInstance('Redgecko\\Magnalister\\RedMagnalisterSW6');
  7333.     }
  7334.     /**
  7335.      * Gets the public 'Scop\PlatformRedirecter\Administration\ImportExportRedirectsController' shared service.
  7336.      *
  7337.      * @return \Scop\PlatformRedirecter\Administration\ImportExportRedirectsController
  7338.      */
  7339.     protected function getImportExportRedirectsControllerService()
  7340.     {
  7341.         include_once \dirname(__DIR__4).'/vendor/store.shopware.com/scopplatformredirecter/src/Administration/ImportExportRedirectsController.php';
  7342.         $this->services['Scop\\PlatformRedirecter\\Administration\\ImportExportRedirectsController'] = $instance = new \Scop\PlatformRedirecter\Administration\ImportExportRedirectsController(($this->services['scop_platform_redirecter_redirect.repository'] ?? $this->getScopPlatformRedirecterRedirect_RepositoryService()));
  7343.         $instance->setContainer($this);
  7344.         return $instance;
  7345.     }
  7346.     /**
  7347.      * Gets the public 'Scop\PlatformRedirecter\Redirect\RedirectDefinition' shared service.
  7348.      *
  7349.      * @return \Scop\PlatformRedirecter\Redirect\RedirectDefinition
  7350.      */
  7351.     protected function getRedirectDefinitionService()
  7352.     {
  7353.         include_once \dirname(__DIR__4).'/vendor/store.shopware.com/scopplatformredirecter/src/Redirect/RedirectDefinition.php';
  7354.         $this->services['Scop\\PlatformRedirecter\\Redirect\\RedirectDefinition'] = $instance = new \Scop\PlatformRedirecter\Redirect\RedirectDefinition();
  7355.         $instance->compile(($this->services['Shopware\\Core\\Framework\\DataAbstractionLayer\\DefinitionInstanceRegistry'] ?? $this->getDefinitionInstanceRegistryService()));
  7356.         return $instance;
  7357.     }
  7358.     /**
  7359.      * Gets the public 'Scop\PlatformRedirecter\ScopPlatformRedirecter' shared autowired service.
  7360.      *
  7361.      * @return \Scop\PlatformRedirecter\ScopPlatformRedirecter
  7362.      */
  7363.     protected function getScopPlatformRedirecterService()
  7364.     {
  7365.         include_once \dirname(__DIR__4).'/vendor/symfony/dependency-injection/ContainerAwareInterface.php';
  7366.         include_once \dirname(__DIR__4).'/vendor/symfony/http-kernel/Bundle/BundleInterface.php';
  7367.         include_once \dirname(__DIR__4).'/vendor/symfony/dependency-injection/ContainerAwareTrait.php';
  7368.         include_once \dirname(__DIR__4).'/vendor/symfony/http-kernel/Bundle/Bundle.php';
  7369.         include_once \dirname(__DIR__4).'/vendor/shopware/core/Framework/Bundle.php';
  7370.         include_once \dirname(__DIR__4).'/vendor/shopware/core/Framework/Plugin.php';
  7371.         include_once \dirname(__DIR__4).'/vendor/store.shopware.com/scopplatformredirecter/src/ScopPlatformRedirecter.php';
  7372.         return $this->services['Scop\\PlatformRedirecter\\ScopPlatformRedirecter'] = ($this->services['Shopware\\Core\\Framework\\Plugin\\KernelPluginLoader\\KernelPluginLoader'] ?? $this->getKernelPluginLoaderService())->getPluginInstance('Scop\\PlatformRedirecter\\ScopPlatformRedirecter');
  7373.     }
  7374.     /**
  7375.      * Gets the public 'Shopware\Administration\Controller\AdminExtensionApiController' shared service.
  7376.      *
  7377.      * @return \Shopware\Administration\Controller\AdminExtensionApiController
  7378.      */
  7379.     protected function getAdminExtensionApiControllerService()
  7380.     {
  7381.         include_once \dirname(__DIR__4).'/vendor/shopware/administration/Controller/AdminExtensionApiController.php';
  7382.         $this->services['Shopware\\Administration\\Controller\\AdminExtensionApiController'] = $instance = new \Shopware\Administration\Controller\AdminExtensionApiController(($this->privates['Shopware\\Core\\Framework\\App\\ActionButton\\Executor'] ?? $this->getExecutorService()), ($this->services['Shopware\\Core\\Framework\\App\\ShopId\\ShopIdProvider'] ?? $this->getShopIdProviderService()), ($this->services['app.repository'] ?? $this->getApp_RepositoryService()), ($this->privates['Shopware\\Core\\Framework\\App\\Hmac\\QuerySigner'] ?? $this->getQuerySignerService()));
  7383.         $instance->setContainer($this);
  7384.         return $instance;
  7385.     }
  7386.     /**
  7387.      * Gets the public 'Shopware\Administration\Controller\AdminProductStreamController' shared service.
  7388.      *
  7389.      * @return \Shopware\Administration\Controller\AdminProductStreamController
  7390.      */
  7391.     protected function getAdminProductStreamControllerService()
  7392.     {
  7393.         include_once \dirname(__DIR__4).'/vendor/shopware/administration/Controller/AdminProductStreamController.php';
  7394.         $this->services['Shopware\\Administration\\Controller\\AdminProductStreamController'] = $instance = new \Shopware\Administration\Controller\AdminProductStreamController(($this->services['Shopware\\Core\\Content\\Product\\ProductDefinition'] ?? $this->getProductDefinitionService()), ($this->services['sales_channel.product.repository'] ?? $this->getSalesChannel_Product_RepositoryService()), ($this->privates['Shopware\\Core\\System\\SalesChannel\\Context\\SalesChannelContextService'] ?? $this->getSalesChannelContextServiceService()), ($this->privates['Shopware\\Core\\Framework\\DataAbstractionLayer\\Search\\RequestCriteriaBuilder'] ?? $this->getRequestCriteriaBuilderService()));
  7395.         $instance->setContainer($this);
  7396.         return $instance;
  7397.     }
  7398.     /**
  7399.      * Gets the public 'Shopware\Administration\Controller\AdminSearchController' shared service.
  7400.      *
  7401.      * @return \Shopware\Administration\Controller\AdminSearchController
  7402.      */
  7403.     protected function getAdminSearchControllerService()
  7404.     {
  7405.         include_once \dirname(__DIR__4).'/vendor/shopware/administration/Controller/AdminSearchController.php';
  7406.         include_once \dirname(__DIR__4).'/vendor/shopware/administration/Service/AdminSearcher.php';
  7407.         $a = ($this->services['Shopware\\Core\\Framework\\DataAbstractionLayer\\DefinitionInstanceRegistry'] ?? $this->getDefinitionInstanceRegistryService());
  7408.         $this->services['Shopware\\Administration\\Controller\\AdminSearchController'] = $instance = new \Shopware\Administration\Controller\AdminSearchController(($this->privates['Shopware\\Core\\Framework\\DataAbstractionLayer\\Search\\RequestCriteriaBuilder'] ?? $this->getRequestCriteriaBuilderService()), $a, new \Shopware\Administration\Service\AdminSearcher($a), ($this->services['.container.private.serializer'] ?? $this->get_Container_Private_SerializerService()), ($this->services['Shopware\\Core\\Framework\\Api\\Acl\\AclCriteriaValidator'] ?? $this->getAclCriteriaValidatorService()), $a, ($this->privates['Shopware\\Core\\Framework\\Api\\Serializer\\JsonEntityEncoder'] ?? $this->getJsonEntityEncoderService()));
  7409.         $instance->setContainer($this);
  7410.         return $instance;
  7411.     }
  7412.     /**
  7413.      * Gets the public 'Shopware\Administration\Controller\AdminTagController' shared service.
  7414.      *
  7415.      * @return \Shopware\Administration\Controller\AdminTagController
  7416.      */
  7417.     protected function getAdminTagControllerService()
  7418.     {
  7419.         include_once \dirname(__DIR__4).'/vendor/shopware/administration/Controller/AdminTagController.php';
  7420.         $this->services['Shopware\\Administration\\Controller\\AdminTagController'] = $instance = new \Shopware\Administration\Controller\AdminTagController(($this->services['Shopware\\Core\\System\\Tag\\Service\\FilterTagIdsService'] ?? $this->getFilterTagIdsServiceService()));
  7421.         $instance->setContainer($this);
  7422.         return $instance;
  7423.     }
  7424.     /**
  7425.      * Gets the public 'Shopware\Administration\Controller\AdministrationController' shared service.
  7426.      *
  7427.      * @return \Shopware\Administration\Controller\AdministrationController
  7428.      */
  7429.     protected function getAdministrationControllerService()
  7430.     {
  7431.         include_once \dirname(__DIR__4).'/vendor/shopware/administration/Controller/AdministrationController.php';
  7432.         include_once \dirname(__DIR__4).'/vendor/shopware/administration/Framework/Routing/KnownIps/KnownIpsCollectorInterface.php';
  7433.         include_once \dirname(__DIR__4).'/vendor/shopware/administration/Framework/Routing/KnownIps/KnownIpsCollector.php';
  7434.         $this->services['Shopware\\Administration\\Controller\\AdministrationController'] = $instance = new \Shopware\Administration\Controller\AdministrationController(($this->services['Shopware\\Core\\Framework\\Adapter\\Twig\\TemplateFinder'] ?? $this->getTemplateFinderService()), ($this->privates['Shopware\\Core\\Framework\\Store\\Services\\FirstRunWizardClient'] ?? $this->getFirstRunWizardClientService()), ($this->privates['Shopware\\Administration\\Snippet\\CachedSnippetFinder'] ?? $this->getCachedSnippetFinderService()), $this->parameters['kernel.supported_api_versions'], new \Shopware\Administration\Framework\Routing\KnownIps\KnownIpsCollector(), ($this->services['Doctrine\\DBAL\\Connection'] ?? $this->getConnectionService()), ($this->services['event_dispatcher'] ?? $this->getEventDispatcherService()), (\dirname(__DIR__4).'/vendor/shopware/core'), ($this->services['customer.repository'] ?? $this->getCustomer_RepositoryService()), ($this->services['currency.repository'] ?? $this->getCurrency_RepositoryService()), ($this->services['Shopware\\Core\\Framework\\Util\\HtmlSanitizer'] ?? $this->getHtmlSanitizerService()), ($this->services['Shopware\\Core\\Framework\\DataAbstractionLayer\\DefinitionInstanceRegistry'] ?? $this->getDefinitionInstanceRegistryService()), ($this->privates['parameter_bag'] ?? ($this->privates['parameter_bag'] = new \Symfony\Component\DependencyInjection\ParameterBag\ContainerBag($this))));
  7435.         $instance->setContainer($this);
  7436.         return $instance;
  7437.     }
  7438.     /**
  7439.      * Gets the public 'Shopware\Administration\Controller\DocumentServiceDeprecationController' shared service.
  7440.      *
  7441.      * @return \Shopware\Administration\Controller\DocumentServiceDeprecationController
  7442.      */
  7443.     protected function getDocumentServiceDeprecationControllerService()
  7444.     {
  7445.         include_once \dirname(__DIR__4).'/vendor/shopware/administration/Controller/DocumentServiceDeprecationController.php';
  7446.         return $this->services['Shopware\\Administration\\Controller\\DocumentServiceDeprecationController'] = new \Shopware\Administration\Controller\DocumentServiceDeprecationController(($this->privates['Shopware\\Core\\Checkout\\Document\\DocumentService'] ?? $this->getDocumentServiceService()), ($this->privates['Shopware\\Core\\Checkout\\Document\\DocumentGenerator\\DocumentGeneratorRegistry'] ?? $this->getDocumentGeneratorRegistryService()), ($this->privates['Shopware\\Core\\Checkout\\Document\\FileGenerator\\PdfGenerator'] ?? $this->getPdfGeneratorService()), ($this->privates['Shopware\\Core\\Checkout\\Document\\DocumentGenerator\\InvoiceGenerator'] ?? $this->getInvoiceGeneratorService()), ($this->privates['Shopware\\Core\\Checkout\\Document\\DocumentGenerator\\DeliveryNoteGenerator'] ?? $this->getDeliveryNoteGeneratorService()), ($this->privates['Shopware\\Core\\Checkout\\Document\\DocumentGenerator\\StornoGenerator'] ?? $this->getStornoGeneratorService()), ($this->privates['Shopware\\Core\\Checkout\\Document\\DocumentGenerator\\CreditNoteGenerator'] ?? $this->getCreditNoteGeneratorService()), ($this->services['Shopware\\Core\\Checkout\\Document\\DocumentGeneratorController'] ?? $this->getDocumentGeneratorControllerService()), ($this->services['Shopware\\Core\\Checkout\\Document\\Controller\\DocumentController'] ?? $this->getDocumentControllerService()), ($this->services['event_dispatcher'] ?? $this->getEventDispatcherService()));
  7447.     }
  7448.     /**
  7449.      * Gets the public 'Shopware\Administration\Controller\NotificationController' shared service.
  7450.      *
  7451.      * @return \Shopware\Administration\Controller\NotificationController
  7452.      */
  7453.     protected function getNotificationControllerService()
  7454.     {
  7455.         include_once \dirname(__DIR__4).'/vendor/shopware/administration/Controller/NotificationController.php';
  7456.         $this->services['Shopware\\Administration\\Controller\\NotificationController'] = $instance = new \Shopware\Administration\Controller\NotificationController(($this->privates['shopware.rate_limiter'] ?? $this->getShopware_RateLimiterService()), ($this->services['Shopware\\Administration\\Notification\\NotificationService'] ?? $this->getNotificationServiceService()));
  7457.         $instance->setContainer($this);
  7458.         return $instance;
  7459.     }
  7460.     /**
  7461.      * Gets the public 'Shopware\Administration\Controller\UserConfigController' shared service.
  7462.      *
  7463.      * @return \Shopware\Administration\Controller\UserConfigController
  7464.      */
  7465.     protected function getUserConfigControllerService()
  7466.     {
  7467.         include_once \dirname(__DIR__4).'/vendor/shopware/administration/Controller/UserConfigController.php';
  7468.         $this->services['Shopware\\Administration\\Controller\\UserConfigController'] = $instance = new \Shopware\Administration\Controller\UserConfigController(($this->services['user_config.repository'] ?? $this->getUserConfig_RepositoryService()), ($this->services['Doctrine\\DBAL\\Connection'] ?? $this->getConnectionService()));
  7469.         $instance->setContainer($this);
  7470.         return $instance;
  7471.     }
  7472.     /**
  7473.      * Gets the public 'Shopware\Administration\Notification\NotificationDefinition' shared service.
  7474.      *
  7475.      * @return \Shopware\Administration\Notification\NotificationDefinition
  7476.      */
  7477.     protected function getNotificationDefinitionService()
  7478.     {
  7479.         include_once \dirname(__DIR__4).'/vendor/shopware/administration/Notification/NotificationDefinition.php';
  7480.         $this->services['Shopware\\Administration\\Notification\\NotificationDefinition'] = $instance = new \Shopware\Administration\Notification\NotificationDefinition();
  7481.         $instance->compile(($this->services['Shopware\\Core\\Framework\\DataAbstractionLayer\\DefinitionInstanceRegistry'] ?? $this->getDefinitionInstanceRegistryService()));
  7482.         return $instance;
  7483.     }
  7484.     /**
  7485.      * Gets the public 'Shopware\Administration\Notification\NotificationService' shared service.
  7486.      *
  7487.      * @return \Shopware\Administration\Notification\NotificationService
  7488.      */
  7489.     protected function getNotificationServiceService()
  7490.     {
  7491.         include_once \dirname(__DIR__4).'/vendor/shopware/administration/Notification/NotificationService.php';
  7492.         return $this->services['Shopware\\Administration\\Notification\\NotificationService'] = new \Shopware\Administration\Notification\NotificationService(($this->services['notification.repository'] ?? $this->getNotification_RepositoryService()));
  7493.     }
  7494.     /**
  7495.      * Gets the public 'Shopware\Administration\Snippet\AppAdministrationSnippetDefinition' shared service.
  7496.      *
  7497.      * @return \Shopware\Administration\Snippet\AppAdministrationSnippetDefinition
  7498.      */
  7499.     protected function getAppAdministrationSnippetDefinitionService()
  7500.     {
  7501.         include_once \dirname(__DIR__4).'/vendor/shopware/administration/Snippet/AppAdministrationSnippetDefinition.php';
  7502.         $this->services['Shopware\\Administration\\Snippet\\AppAdministrationSnippetDefinition'] = $instance = new \Shopware\Administration\Snippet\AppAdministrationSnippetDefinition();
  7503.         $instance->compile(($this->services['Shopware\\Core\\Framework\\DataAbstractionLayer\\DefinitionInstanceRegistry'] ?? $this->getDefinitionInstanceRegistryService()));
  7504.         return $instance;
  7505.     }
  7506.     /**
  7507.      * Gets the public 'Shopware\Core\Checkout\Cart\Calculator' shared service.
  7508.      *
  7509.      * @return \Shopware\Core\Checkout\Cart\Calculator
  7510.      */
  7511.     protected function getCalculatorService()
  7512.     {
  7513.         include_once \dirname(__DIR__4).'/vendor/shopware/core/Checkout/Cart/Calculator.php';
  7514.         return $this->services['Shopware\\Core\\Checkout\\Cart\\Calculator'] = new \Shopware\Core\Checkout\Cart\Calculator(($this->privates['Shopware\\Core\\Checkout\\Cart\\Price\\QuantityPriceCalculator'] ?? $this->getQuantityPriceCalculatorService()), ($this->privates['Shopware\\Core\\Checkout\\Cart\\Price\\PercentagePriceCalculator'] ?? $this->getPercentagePriceCalculatorService()), ($this->privates['Shopware\\Core\\Checkout\\Cart\\Price\\AbsolutePriceCalculator'] ?? $this->getAbsolutePriceCalculatorService()));
  7515.     }
  7516.     /**
  7517.      * Gets the public 'Shopware\Core\Checkout\Cart\Facade\CartFacadeHookFactory' shared service.
  7518.      *
  7519.      * @return \Shopware\Core\Checkout\Cart\Facade\CartFacadeHookFactory
  7520.      */
  7521.     protected function getCartFacadeHookFactoryService()
  7522.     {
  7523.         include_once \dirname(__DIR__4).'/vendor/shopware/core/Framework/Script/Execution/Awareness/HookServiceFactory.php';
  7524.         include_once \dirname(__DIR__4).'/vendor/shopware/core/Checkout/Cart/Facade/CartFacadeHookFactory.php';
  7525.         return $this->services['Shopware\\Core\\Checkout\\Cart\\Facade\\CartFacadeHookFactory'] = new \Shopware\Core\Checkout\Cart\Facade\CartFacadeHookFactory(($this->privates['Shopware\\Core\\Checkout\\Cart\\Facade\\CartFacadeHelper'] ?? $this->getCartFacadeHelperService()));
  7526.     }
  7527.     /**
  7528.      * Gets the public 'Shopware\Core\Checkout\Cart\Order\Api\OrderConverterController' shared service.
  7529.      *
  7530.      * @return \Shopware\Core\Checkout\Cart\Order\Api\OrderConverterController
  7531.      */
  7532.     protected function getOrderConverterControllerService()
  7533.     {
  7534.         include_once \dirname(__DIR__4).'/vendor/shopware/core/Checkout/Cart/Order/Api/OrderConverterController.php';
  7535.         $this->services['Shopware\\Core\\Checkout\\Cart\\Order\\Api\\OrderConverterController'] = $instance = new \Shopware\Core\Checkout\Cart\Order\Api\OrderConverterController(($this->privates['Shopware\\Core\\Checkout\\Cart\\Order\\OrderConverter'] ?? $this->getOrderConverterService()), ($this->privates['Shopware\\Core\\Checkout\\Cart\\CartPersister'] ?? $this->getCartPersisterService()), ($this->services['order.repository'] ?? $this->getOrder_RepositoryService()));
  7536.         $instance->setContainer($this);
  7537.         return $instance;
  7538.     }
  7539.     /**
  7540.      * Gets the public 'Shopware\Core\Checkout\Cart\Order\Api\OrderRecalculationController' shared service.
  7541.      *
  7542.      * @return \Shopware\Core\Checkout\Cart\Order\Api\OrderRecalculationController
  7543.      */
  7544.     protected function getOrderRecalculationControllerService()
  7545.     {
  7546.         include_once \dirname(__DIR__4).'/vendor/shopware/core/Checkout/Cart/Order/Api/OrderRecalculationController.php';
  7547.         include_once \dirname(__DIR__4).'/vendor/shopware/core/Checkout/Cart/Order/RecalculationService.php';
  7548.         $this->services['Shopware\\Core\\Checkout\\Cart\\Order\\Api\\OrderRecalculationController'] = $instance = new \Shopware\Core\Checkout\Cart\Order\Api\OrderRecalculationController(new \Shopware\Core\Checkout\Cart\Order\RecalculationService(($this->services['order.repository'] ?? $this->getOrder_RepositoryService()), ($this->privates['Shopware\\Core\\Checkout\\Cart\\Order\\OrderConverter'] ?? $this->getOrderConverterService()), ($this->services['Shopware\\Core\\Checkout\\Cart\\SalesChannel\\CartService'] ?? $this->getCartServiceService()), ($this->services['product.repository'] ?? $this->getProduct_RepositoryService()), ($this->services['order_address.repository'] ?? $this->getOrderAddress_RepositoryService()), ($this->services['customer_address.repository'] ?? $this->getCustomerAddress_RepositoryService()), ($this->privates['Shopware\\Core\\Checkout\\Cart\\Processor'] ?? $this->getProcessorService()), ($this->privates['Shopware\\Core\\Checkout\\Cart\\CartRuleLoader'] ?? $this->getCartRuleLoaderService()), ($this->privates['Acris\\Promotion\\Core\\Checkout\\Promotion\\Cart\\PromotionItemBuilder'] ?? $this->getPromotionItemBuilderService())));
  7549.         $instance->setContainer($this);
  7550.         return $instance;
  7551.     }
  7552.     /**
  7553.      * Gets the public 'Shopware\Core\Checkout\Cart\PriceActionController' shared service.
  7554.      *
  7555.      * @return \Shopware\Core\Checkout\Cart\PriceActionController
  7556.      */
  7557.     protected function getPriceActionControllerService()
  7558.     {
  7559.         include_once \dirname(__DIR__4).'/vendor/shopware/core/Checkout/Cart/PriceActionController.php';
  7560.         $this->services['Shopware\\Core\\Checkout\\Cart\\PriceActionController'] = $instance = new \Shopware\Core\Checkout\Cart\PriceActionController(($this->services['tax.repository'] ?? $this->getTax_RepositoryService()), ($this->privates['Shopware\\Core\\Checkout\\Cart\\Price\\NetPriceCalculator'] ?? $this->getNetPriceCalculatorService()), ($this->privates['Shopware\\Core\\Checkout\\Cart\\Price\\GrossPriceCalculator'] ?? $this->getGrossPriceCalculatorService()), ($this->services['currency.repository'] ?? $this->getCurrency_RepositoryService()));
  7561.         $instance->setContainer($this);
  7562.         return $instance;
  7563.     }
  7564.     /**
  7565.      * Gets the public 'Shopware\Core\Checkout\Cart\SalesChannel\CartDeleteRoute' shared service.
  7566.      *
  7567.      * @return \Shopware\Core\Checkout\Cart\SalesChannel\CartDeleteRoute
  7568.      */
  7569.     protected function getCartDeleteRouteService()
  7570.     {
  7571.         $a = ($this->privates['Shopware\\Core\\Checkout\\Cart\\CartPersister'] ?? $this->getCartPersisterService());
  7572.         if (isset($this->services['Shopware\\Core\\Checkout\\Cart\\SalesChannel\\CartDeleteRoute'])) {
  7573.             return $this->services['Shopware\\Core\\Checkout\\Cart\\SalesChannel\\CartDeleteRoute'];
  7574.         }
  7575.         $b = ($this->services['event_dispatcher'] ?? $this->getEventDispatcherService());
  7576.         if (isset($this->services['Shopware\\Core\\Checkout\\Cart\\SalesChannel\\CartDeleteRoute'])) {
  7577.             return $this->services['Shopware\\Core\\Checkout\\Cart\\SalesChannel\\CartDeleteRoute'];
  7578.         }
  7579.         return $this->services['Shopware\\Core\\Checkout\\Cart\\SalesChannel\\CartDeleteRoute'] = new \Shopware\Core\Checkout\Cart\SalesChannel\CartDeleteRoute($a$b);
  7580.     }
  7581.     /**
  7582.      * Gets the public 'Shopware\Core\Checkout\Cart\SalesChannel\CartItemAddRoute' shared service.
  7583.      *
  7584.      * @return \Shopware\Core\Checkout\Cart\SalesChannel\CartItemAddRoute
  7585.      */
  7586.     protected function getCartItemAddRouteService()
  7587.     {
  7588.         $a = ($this->privates['Shopware\\Core\\Checkout\\Cart\\CartPersister'] ?? $this->getCartPersisterService());
  7589.         if (isset($this->services['Shopware\\Core\\Checkout\\Cart\\SalesChannel\\CartItemAddRoute'])) {
  7590.             return $this->services['Shopware\\Core\\Checkout\\Cart\\SalesChannel\\CartItemAddRoute'];
  7591.         }
  7592.         $b = ($this->services['event_dispatcher'] ?? $this->getEventDispatcherService());
  7593.         if (isset($this->services['Shopware\\Core\\Checkout\\Cart\\SalesChannel\\CartItemAddRoute'])) {
  7594.             return $this->services['Shopware\\Core\\Checkout\\Cart\\SalesChannel\\CartItemAddRoute'];
  7595.         }
  7596.         $c = ($this->privates['Shopware\\Core\\Checkout\\Cart\\LineItemFactoryRegistry'] ?? $this->getLineItemFactoryRegistryService());
  7597.         if (isset($this->services['Shopware\\Core\\Checkout\\Cart\\SalesChannel\\CartItemAddRoute'])) {
  7598.             return $this->services['Shopware\\Core\\Checkout\\Cart\\SalesChannel\\CartItemAddRoute'];
  7599.         }
  7600.         $d = ($this->privates['shopware.rate_limiter'] ?? $this->getShopware_RateLimiterService());
  7601.         if (isset($this->services['Shopware\\Core\\Checkout\\Cart\\SalesChannel\\CartItemAddRoute'])) {
  7602.             return $this->services['Shopware\\Core\\Checkout\\Cart\\SalesChannel\\CartItemAddRoute'];
  7603.         }
  7604.         return $this->services['Shopware\\Core\\Checkout\\Cart\\SalesChannel\\CartItemAddRoute'] = new \Shopware\Core\Checkout\Cart\SalesChannel\CartItemAddRoute(($this->privates['Shopware\\Core\\Checkout\\Cart\\CartCalculator'] ?? $this->getCartCalculatorService()), $a$b$c$d);
  7605.     }
  7606.     /**
  7607.      * Gets the public 'Shopware\Core\Checkout\Cart\SalesChannel\CartItemRemoveRoute' shared service.
  7608.      *
  7609.      * @return \Shopware\Core\Checkout\Cart\SalesChannel\CartItemRemoveRoute
  7610.      */
  7611.     protected function getCartItemRemoveRouteService()
  7612.     {
  7613.         $a = ($this->services['event_dispatcher'] ?? $this->getEventDispatcherService());
  7614.         if (isset($this->services['Shopware\\Core\\Checkout\\Cart\\SalesChannel\\CartItemRemoveRoute'])) {
  7615.             return $this->services['Shopware\\Core\\Checkout\\Cart\\SalesChannel\\CartItemRemoveRoute'];
  7616.         }
  7617.         $b = ($this->privates['Shopware\\Core\\Checkout\\Cart\\CartPersister'] ?? $this->getCartPersisterService());
  7618.         if (isset($this->services['Shopware\\Core\\Checkout\\Cart\\SalesChannel\\CartItemRemoveRoute'])) {
  7619.             return $this->services['Shopware\\Core\\Checkout\\Cart\\SalesChannel\\CartItemRemoveRoute'];
  7620.         }
  7621.         return $this->services['Shopware\\Core\\Checkout\\Cart\\SalesChannel\\CartItemRemoveRoute'] = new \Shopware\Core\Checkout\Cart\SalesChannel\CartItemRemoveRoute($a, ($this->privates['Shopware\\Core\\Checkout\\Cart\\CartCalculator'] ?? $this->getCartCalculatorService()), $b);
  7622.     }
  7623.     /**
  7624.      * Gets the public 'Shopware\Core\Checkout\Cart\SalesChannel\CartItemUpdateRoute' shared service.
  7625.      *
  7626.      * @return \Shopware\Core\Checkout\Cart\SalesChannel\CartItemUpdateRoute
  7627.      */
  7628.     protected function getCartItemUpdateRouteService()
  7629.     {
  7630.         $a = ($this->privates['Shopware\\Core\\Checkout\\Cart\\CartPersister'] ?? $this->getCartPersisterService());
  7631.         if (isset($this->services['Shopware\\Core\\Checkout\\Cart\\SalesChannel\\CartItemUpdateRoute'])) {
  7632.             return $this->services['Shopware\\Core\\Checkout\\Cart\\SalesChannel\\CartItemUpdateRoute'];
  7633.         }
  7634.         $b = ($this->privates['Shopware\\Core\\Checkout\\Cart\\LineItemFactoryRegistry'] ?? $this->getLineItemFactoryRegistryService());
  7635.         if (isset($this->services['Shopware\\Core\\Checkout\\Cart\\SalesChannel\\CartItemUpdateRoute'])) {
  7636.             return $this->services['Shopware\\Core\\Checkout\\Cart\\SalesChannel\\CartItemUpdateRoute'];
  7637.         }
  7638.         $c = ($this->services['event_dispatcher'] ?? $this->getEventDispatcherService());
  7639.         if (isset($this->services['Shopware\\Core\\Checkout\\Cart\\SalesChannel\\CartItemUpdateRoute'])) {
  7640.             return $this->services['Shopware\\Core\\Checkout\\Cart\\SalesChannel\\CartItemUpdateRoute'];
  7641.         }
  7642.         return $this->services['Shopware\\Core\\Checkout\\Cart\\SalesChannel\\CartItemUpdateRoute'] = new \Shopware\Core\Checkout\Cart\SalesChannel\CartItemUpdateRoute($a, ($this->privates['Shopware\\Core\\Checkout\\Cart\\CartCalculator'] ?? $this->getCartCalculatorService()), $b$c);
  7643.     }
  7644.     /**
  7645.      * Gets the public 'Shopware\Core\Checkout\Cart\SalesChannel\CartLoadRoute' shared service.
  7646.      *
  7647.      * @return \Shopware\Core\Checkout\Cart\SalesChannel\CartLoadRoute
  7648.      */
  7649.     protected function getCartLoadRouteService()
  7650.     {
  7651.         $a = ($this->privates['Shopware\\Core\\Checkout\\Cart\\CartPersister'] ?? $this->getCartPersisterService());
  7652.         if (isset($this->services['Shopware\\Core\\Checkout\\Cart\\SalesChannel\\CartLoadRoute'])) {
  7653.             return $this->services['Shopware\\Core\\Checkout\\Cart\\SalesChannel\\CartLoadRoute'];
  7654.         }
  7655.         $b = ($this->services['event_dispatcher'] ?? $this->getEventDispatcherService());
  7656.         if (isset($this->services['Shopware\\Core\\Checkout\\Cart\\SalesChannel\\CartLoadRoute'])) {
  7657.             return $this->services['Shopware\\Core\\Checkout\\Cart\\SalesChannel\\CartLoadRoute'];
  7658.         }
  7659.         return $this->services['Shopware\\Core\\Checkout\\Cart\\SalesChannel\\CartLoadRoute'] = new \Shopware\Core\Checkout\Cart\SalesChannel\CartLoadRoute($a$b, ($this->privates['Shopware\\Core\\Checkout\\Cart\\CartCalculator'] ?? $this->getCartCalculatorService()));
  7660.     }
  7661.     /**
  7662.      * Gets the public 'Shopware\Core\Checkout\Cart\SalesChannel\CartOrderRoute' shared service.
  7663.      *
  7664.      * @return \Shopware\Core\Checkout\Cart\SalesChannel\CartOrderRoute
  7665.      */
  7666.     protected function getCartOrderRouteService()
  7667.     {
  7668.         $a = ($this->services['order.repository'] ?? $this->getOrder_RepositoryService());
  7669.         if (isset($this->services['Shopware\\Core\\Checkout\\Cart\\SalesChannel\\CartOrderRoute'])) {
  7670.             return $this->services['Shopware\\Core\\Checkout\\Cart\\SalesChannel\\CartOrderRoute'];
  7671.         }
  7672.         $b = ($this->privates['Shopware\\Core\\Checkout\\Cart\\Order\\OrderConverter'] ?? $this->getOrderConverterService());
  7673.         if (isset($this->services['Shopware\\Core\\Checkout\\Cart\\SalesChannel\\CartOrderRoute'])) {
  7674.             return $this->services['Shopware\\Core\\Checkout\\Cart\\SalesChannel\\CartOrderRoute'];
  7675.         }
  7676.         $c = ($this->privates['Shopware\\Core\\Checkout\\Cart\\CartPersister'] ?? $this->getCartPersisterService());
  7677.         if (isset($this->services['Shopware\\Core\\Checkout\\Cart\\SalesChannel\\CartOrderRoute'])) {
  7678.             return $this->services['Shopware\\Core\\Checkout\\Cart\\SalesChannel\\CartOrderRoute'];
  7679.         }
  7680.         $d = ($this->services['event_dispatcher'] ?? $this->getEventDispatcherService());
  7681.         if (isset($this->services['Shopware\\Core\\Checkout\\Cart\\SalesChannel\\CartOrderRoute'])) {
  7682.             return $this->services['Shopware\\Core\\Checkout\\Cart\\SalesChannel\\CartOrderRoute'];
  7683.         }
  7684.         $e = ($this->privates['Shopware\\Core\\Checkout\\Payment\\Cart\\PaymentHandler\\PaymentHandlerRegistry'] ?? $this->getPaymentHandlerRegistryService());
  7685.         if (isset($this->services['Shopware\\Core\\Checkout\\Cart\\SalesChannel\\CartOrderRoute'])) {
  7686.             return $this->services['Shopware\\Core\\Checkout\\Cart\\SalesChannel\\CartOrderRoute'];
  7687.         }
  7688.         $f = ($this->services['app_payment_method.repository'] ?? $this->getAppPaymentMethod_RepositoryService());
  7689.         if (isset($this->services['Shopware\\Core\\Checkout\\Cart\\SalesChannel\\CartOrderRoute'])) {
  7690.             return $this->services['Shopware\\Core\\Checkout\\Cart\\SalesChannel\\CartOrderRoute'];
  7691.         }
  7692.         return $this->services['Shopware\\Core\\Checkout\\Cart\\SalesChannel\\CartOrderRoute'] = new \Shopware\Core\Checkout\Cart\SalesChannel\CartOrderRoute(($this->privates['Shopware\\Core\\Checkout\\Cart\\CartCalculator'] ?? $this->getCartCalculatorService()), $a, new \Shopware\Core\Checkout\Cart\Order\OrderPersister($a$b), $c$d, new \Shopware\Core\Checkout\Payment\PreparedPaymentService($e$f, ($this->services['logger'] ?? $this->getLoggerService()), ($this->privates['Shopware\\Core\\System\\StateMachine\\Loader\\InitialStateIdLoader'] ?? $this->getInitialStateIdLoaderService())));
  7693.     }
  7694.     /**
  7695.      * Gets the public 'Shopware\Core\Checkout\Cart\SalesChannel\CartService' shared service.
  7696.      *
  7697.      * @return \Shopware\Core\Checkout\Cart\SalesChannel\CartService
  7698.      */
  7699.     protected function getCartServiceService()
  7700.     {
  7701.         $a = ($this->privates['Shopware\\Core\\Checkout\\Cart\\CartPersister'] ?? $this->getCartPersisterService());
  7702.         if (isset($this->services['Shopware\\Core\\Checkout\\Cart\\SalesChannel\\CartService'])) {
  7703.             return $this->services['Shopware\\Core\\Checkout\\Cart\\SalesChannel\\CartService'];
  7704.         }
  7705.         $b = ($this->privates['Shopware\\Core\\Framework\\Event\\BusinessEventDispatcher'] ?? $this->getBusinessEventDispatcherService());
  7706.         if (isset($this->services['Shopware\\Core\\Checkout\\Cart\\SalesChannel\\CartService'])) {
  7707.             return $this->services['Shopware\\Core\\Checkout\\Cart\\SalesChannel\\CartService'];
  7708.         }
  7709.         $c = ($this->privates['Shopware\\Core\\Checkout\\Cart\\CartCalculator'] ?? $this->getCartCalculatorService());
  7710.         if (isset($this->services['Shopware\\Core\\Checkout\\Cart\\SalesChannel\\CartService'])) {
  7711.             return $this->services['Shopware\\Core\\Checkout\\Cart\\SalesChannel\\CartService'];
  7712.         }
  7713.         $d = ($this->services['Shopware\\Core\\Checkout\\Cart\\SalesChannel\\CartLoadRoute'] ?? $this->getCartLoadRouteService());
  7714.         if (isset($this->services['Shopware\\Core\\Checkout\\Cart\\SalesChannel\\CartService'])) {
  7715.             return $this->services['Shopware\\Core\\Checkout\\Cart\\SalesChannel\\CartService'];
  7716.         }
  7717.         $e = ($this->services['Shopware\\Core\\Checkout\\Cart\\SalesChannel\\CartDeleteRoute'] ?? $this->getCartDeleteRouteService());
  7718.         if (isset($this->services['Shopware\\Core\\Checkout\\Cart\\SalesChannel\\CartService'])) {
  7719.             return $this->services['Shopware\\Core\\Checkout\\Cart\\SalesChannel\\CartService'];
  7720.         }
  7721.         $f = ($this->services['Shopware\\Core\\Checkout\\Cart\\SalesChannel\\CartItemAddRoute'] ?? $this->getCartItemAddRouteService());
  7722.         if (isset($this->services['Shopware\\Core\\Checkout\\Cart\\SalesChannel\\CartService'])) {
  7723.             return $this->services['Shopware\\Core\\Checkout\\Cart\\SalesChannel\\CartService'];
  7724.         }
  7725.         $g = ($this->services['Shopware\\Core\\Checkout\\Cart\\SalesChannel\\CartItemUpdateRoute'] ?? $this->getCartItemUpdateRouteService());
  7726.         if (isset($this->services['Shopware\\Core\\Checkout\\Cart\\SalesChannel\\CartService'])) {
  7727.             return $this->services['Shopware\\Core\\Checkout\\Cart\\SalesChannel\\CartService'];
  7728.         }
  7729.         $h = ($this->services['Shopware\\Core\\Checkout\\Cart\\SalesChannel\\CartItemRemoveRoute'] ?? $this->getCartItemRemoveRouteService());
  7730.         if (isset($this->services['Shopware\\Core\\Checkout\\Cart\\SalesChannel\\CartService'])) {
  7731.             return $this->services['Shopware\\Core\\Checkout\\Cart\\SalesChannel\\CartService'];
  7732.         }
  7733.         $i = ($this->services['Shopware\\Core\\Checkout\\Cart\\SalesChannel\\CartOrderRoute'] ?? $this->getCartOrderRouteService());
  7734.         if (isset($this->services['Shopware\\Core\\Checkout\\Cart\\SalesChannel\\CartService'])) {
  7735.             return $this->services['Shopware\\Core\\Checkout\\Cart\\SalesChannel\\CartService'];
  7736.         }
  7737.         return $this->services['Shopware\\Core\\Checkout\\Cart\\SalesChannel\\CartService'] = new \Shopware\Core\Checkout\Cart\SalesChannel\CartService($a$b$c$d$e$f$g$h$i);
  7738.     }
  7739.     /**
  7740.      * Gets the public 'Shopware\Core\Checkout\Customer\Aggregate\CustomerAddress\CustomerAddressDefinition' shared service.
  7741.      *
  7742.      * @return \Shopware\Core\Checkout\Customer\Aggregate\CustomerAddress\CustomerAddressDefinition
  7743.      */
  7744.     protected function getCustomerAddressDefinitionService()
  7745.     {
  7746.         $this->services['Shopware\\Core\\Checkout\\Customer\\Aggregate\\CustomerAddress\\CustomerAddressDefinition'] = $instance = new \Shopware\Core\Checkout\Customer\Aggregate\CustomerAddress\CustomerAddressDefinition();
  7747.         $instance->compile(($this->services['Shopware\\Core\\Framework\\DataAbstractionLayer\\DefinitionInstanceRegistry'] ?? $this->getDefinitionInstanceRegistryService()));
  7748.         return $instance;
  7749.     }
  7750.     /**
  7751.      * Gets the public 'Shopware\Core\Checkout\Customer\Aggregate\CustomerGroupRegistrationSalesChannel\CustomerGroupRegistrationSalesChannelDefinition' shared service.
  7752.      *
  7753.      * @return \Shopware\Core\Checkout\Customer\Aggregate\CustomerGroupRegistrationSalesChannel\CustomerGroupRegistrationSalesChannelDefinition
  7754.      */
  7755.     protected function getCustomerGroupRegistrationSalesChannelDefinitionService()
  7756.     {
  7757.         include_once \dirname(__DIR__4).'/vendor/shopware/core/Checkout/Customer/Aggregate/CustomerGroupRegistrationSalesChannel/CustomerGroupRegistrationSalesChannelDefinition.php';
  7758.         $this->services['Shopware\\Core\\Checkout\\Customer\\Aggregate\\CustomerGroupRegistrationSalesChannel\\CustomerGroupRegistrationSalesChannelDefinition'] = $instance = new \Shopware\Core\Checkout\Customer\Aggregate\CustomerGroupRegistrationSalesChannel\CustomerGroupRegistrationSalesChannelDefinition();
  7759.         $instance->compile(($this->services['Shopware\\Core\\Framework\\DataAbstractionLayer\\DefinitionInstanceRegistry'] ?? $this->getDefinitionInstanceRegistryService()));
  7760.         return $instance;
  7761.     }
  7762.     /**
  7763.      * Gets the public 'Shopware\Core\Checkout\Customer\Aggregate\CustomerGroupTranslation\CustomerGroupTranslationDefinition' shared service.
  7764.      *
  7765.      * @return \Shopware\Core\Checkout\Customer\Aggregate\CustomerGroupTranslation\CustomerGroupTranslationDefinition
  7766.      */
  7767.     protected function getCustomerGroupTranslationDefinitionService()
  7768.     {
  7769.         include_once \dirname(__DIR__4).'/vendor/shopware/core/Framework/DataAbstractionLayer/EntityTranslationDefinition.php';
  7770.         include_once \dirname(__DIR__4).'/vendor/shopware/core/Checkout/Customer/Aggregate/CustomerGroupTranslation/CustomerGroupTranslationDefinition.php';
  7771.         $this->services['Shopware\\Core\\Checkout\\Customer\\Aggregate\\CustomerGroupTranslation\\CustomerGroupTranslationDefinition'] = $instance = new \Shopware\Core\Checkout\Customer\Aggregate\CustomerGroupTranslation\CustomerGroupTranslationDefinition();
  7772.         $instance->compile(($this->services['Shopware\\Core\\Framework\\DataAbstractionLayer\\DefinitionInstanceRegistry'] ?? $this->getDefinitionInstanceRegistryService()));
  7773.         return $instance;
  7774.     }
  7775.     /**
  7776.      * Gets the public 'Shopware\Core\Checkout\Customer\Aggregate\CustomerGroup\CustomerGroupDefinition' shared service.
  7777.      *
  7778.      * @return \Shopware\Core\Checkout\Customer\Aggregate\CustomerGroup\CustomerGroupDefinition
  7779.      */
  7780.     protected function getCustomerGroupDefinitionService()
  7781.     {
  7782.         $this->services['Shopware\\Core\\Checkout\\Customer\\Aggregate\\CustomerGroup\\CustomerGroupDefinition'] = $instance = new \Shopware\Core\Checkout\Customer\Aggregate\CustomerGroup\CustomerGroupDefinition();
  7783.         $instance->compile(($this->services['Shopware\\Core\\Framework\\DataAbstractionLayer\\DefinitionInstanceRegistry'] ?? $this->getDefinitionInstanceRegistryService()));
  7784.         return $instance;
  7785.     }
  7786.     /**
  7787.      * Gets the public 'Shopware\Core\Checkout\Customer\Aggregate\CustomerRecovery\CustomerRecoveryDefinition' shared service.
  7788.      *
  7789.      * @return \Shopware\Core\Checkout\Customer\Aggregate\CustomerRecovery\CustomerRecoveryDefinition
  7790.      */
  7791.     protected function getCustomerRecoveryDefinitionService()
  7792.     {
  7793.         include_once \dirname(__DIR__4).'/vendor/shopware/core/Checkout/Customer/Aggregate/CustomerRecovery/CustomerRecoveryDefinition.php';
  7794.         $this->services['Shopware\\Core\\Checkout\\Customer\\Aggregate\\CustomerRecovery\\CustomerRecoveryDefinition'] = $instance = new \Shopware\Core\Checkout\Customer\Aggregate\CustomerRecovery\CustomerRecoveryDefinition();
  7795.         $instance->compile(($this->services['Shopware\\Core\\Framework\\DataAbstractionLayer\\DefinitionInstanceRegistry'] ?? $this->getDefinitionInstanceRegistryService()));
  7796.         return $instance;
  7797.     }
  7798.     /**
  7799.      * Gets the public 'Shopware\Core\Checkout\Customer\Aggregate\CustomerTag\CustomerTagDefinition' shared service.
  7800.      *
  7801.      * @return \Shopware\Core\Checkout\Customer\Aggregate\CustomerTag\CustomerTagDefinition
  7802.      */
  7803.     protected function getCustomerTagDefinitionService()
  7804.     {
  7805.         include_once \dirname(__DIR__4).'/vendor/shopware/core/Checkout/Customer/Aggregate/CustomerTag/CustomerTagDefinition.php';
  7806.         $this->services['Shopware\\Core\\Checkout\\Customer\\Aggregate\\CustomerTag\\CustomerTagDefinition'] = $instance = new \Shopware\Core\Checkout\Customer\Aggregate\CustomerTag\CustomerTagDefinition();
  7807.         $instance->compile(($this->services['Shopware\\Core\\Framework\\DataAbstractionLayer\\DefinitionInstanceRegistry'] ?? $this->getDefinitionInstanceRegistryService()));
  7808.         return $instance;
  7809.     }
  7810.     /**
  7811.      * Gets the public 'Shopware\Core\Checkout\Customer\Aggregate\CustomerWishlistProduct\CustomerWishlistProductDefinition' shared service.
  7812.      *
  7813.      * @return \Shopware\Core\Checkout\Customer\Aggregate\CustomerWishlistProduct\CustomerWishlistProductDefinition
  7814.      */
  7815.     protected function getCustomerWishlistProductDefinitionService()
  7816.     {
  7817.         include_once \dirname(__DIR__4).'/vendor/shopware/core/Checkout/Customer/Aggregate/CustomerWishlistProduct/CustomerWishlistProductDefinition.php';
  7818.         $this->services['Shopware\\Core\\Checkout\\Customer\\Aggregate\\CustomerWishlistProduct\\CustomerWishlistProductDefinition'] = $instance = new \Shopware\Core\Checkout\Customer\Aggregate\CustomerWishlistProduct\CustomerWishlistProductDefinition();
  7819.         $instance->compile(($this->services['Shopware\\Core\\Framework\\DataAbstractionLayer\\DefinitionInstanceRegistry'] ?? $this->getDefinitionInstanceRegistryService()));
  7820.         return $instance;
  7821.     }
  7822.     /**
  7823.      * Gets the public 'Shopware\Core\Checkout\Customer\Aggregate\CustomerWishlist\CustomerWishlistDefinition' shared service.
  7824.      *
  7825.      * @return \Shopware\Core\Checkout\Customer\Aggregate\CustomerWishlist\CustomerWishlistDefinition
  7826.      */
  7827.     protected function getCustomerWishlistDefinitionService()
  7828.     {
  7829.         include_once \dirname(__DIR__4).'/vendor/shopware/core/Checkout/Customer/Aggregate/CustomerWishlist/CustomerWishlistDefinition.php';
  7830.         $this->services['Shopware\\Core\\Checkout\\Customer\\Aggregate\\CustomerWishlist\\CustomerWishlistDefinition'] = $instance = new \Shopware\Core\Checkout\Customer\Aggregate\CustomerWishlist\CustomerWishlistDefinition();
  7831.         $instance->compile(($this->services['Shopware\\Core\\Framework\\DataAbstractionLayer\\DefinitionInstanceRegistry'] ?? $this->getDefinitionInstanceRegistryService()));
  7832.         return $instance;
  7833.     }
  7834.     /**
  7835.      * Gets the public 'Shopware\Core\Checkout\Customer\Api\CustomerGroupRegistrationActionController' shared service.
  7836.      *
  7837.      * @return \Shopware\Core\Checkout\Customer\Api\CustomerGroupRegistrationActionController
  7838.      */
  7839.     protected function getCustomerGroupRegistrationActionControllerService()
  7840.     {
  7841.         include_once \dirname(__DIR__4).'/vendor/shopware/core/Checkout/Customer/Api/CustomerGroupRegistrationActionController.php';
  7842.         return $this->services['Shopware\\Core\\Checkout\\Customer\\Api\\CustomerGroupRegistrationActionController'] = new \Shopware\Core\Checkout\Customer\Api\CustomerGroupRegistrationActionController(($this->services['customer.repository'] ?? $this->getCustomer_RepositoryService()), ($this->services['customer_group.repository'] ?? $this->getCustomerGroup_RepositoryService()), ($this->services['event_dispatcher'] ?? $this->getEventDispatcherService()), ($this->privates['Shopware\\Core\\System\\SalesChannel\\Context\\SalesChannelContextRestorer'] ?? $this->getSalesChannelContextRestorerService()));
  7843.     }
  7844.     /**
  7845.      * Gets the public 'Shopware\Core\Checkout\Customer\CustomerDefinition' shared service.
  7846.      *
  7847.      * @return \Shopware\Core\Checkout\Customer\CustomerDefinition
  7848.      */
  7849.     protected function getCustomerDefinitionService()
  7850.     {
  7851.         $this->services['Shopware\\Core\\Checkout\\Customer\\CustomerDefinition'] = $instance = new \Shopware\Core\Checkout\Customer\CustomerDefinition();
  7852.         $instance->compile(($this->services['Shopware\\Core\\Framework\\DataAbstractionLayer\\DefinitionInstanceRegistry'] ?? $this->getDefinitionInstanceRegistryService()));
  7853.         return $instance;
  7854.     }
  7855.     /**
  7856.      * Gets the public 'Shopware\Core\Checkout\Customer\SalesChannel\AccountNewsletterRecipientRoute' shared service.
  7857.      *
  7858.      * @return \Shopware\Core\Checkout\Customer\SalesChannel\AccountNewsletterRecipientRoute
  7859.      */
  7860.     protected function getAccountNewsletterRecipientRouteService()
  7861.     {
  7862.         include_once \dirname(__DIR__4).'/vendor/shopware/core/Checkout/Customer/SalesChannel/AbstractAccountNewsletterRecipientRoute.php';
  7863.         include_once \dirname(__DIR__4).'/vendor/shopware/core/Checkout/Customer/SalesChannel/AccountNewsletterRecipientRoute.php';
  7864.         return $this->services['Shopware\\Core\\Checkout\\Customer\\SalesChannel\\AccountNewsletterRecipientRoute'] = new \Shopware\Core\Checkout\Customer\SalesChannel\AccountNewsletterRecipientRoute(($this->services['sales_channel.newsletter_recipient.repository'] ?? $this->getSalesChannel_NewsletterRecipient_RepositoryService()));
  7865.     }
  7866.     /**
  7867.      * Gets the public 'Shopware\Core\Checkout\Customer\SalesChannel\AddWishlistProductRoute' shared service.
  7868.      *
  7869.      * @return \Shopware\Core\Checkout\Customer\SalesChannel\AddWishlistProductRoute
  7870.      */
  7871.     protected function getAddWishlistProductRouteService()
  7872.     {
  7873.         include_once \dirname(__DIR__4).'/vendor/shopware/core/Checkout/Customer/SalesChannel/AbstractAddWishlistProductRoute.php';
  7874.         include_once \dirname(__DIR__4).'/vendor/shopware/core/Checkout/Customer/SalesChannel/AddWishlistProductRoute.php';
  7875.         return $this->services['Shopware\\Core\\Checkout\\Customer\\SalesChannel\\AddWishlistProductRoute'] = new \Shopware\Core\Checkout\Customer\SalesChannel\AddWishlistProductRoute(($this->services['customer_wishlist.repository'] ?? $this->getCustomerWishlist_RepositoryService()), ($this->services['sales_channel.product.repository'] ?? $this->getSalesChannel_Product_RepositoryService()), ($this->services['Shopware\\Core\\System\\SystemConfig\\SystemConfigService'] ?? $this->getSystemConfigServiceService()), ($this->services['event_dispatcher'] ?? $this->getEventDispatcherService()));
  7876.     }
  7877.     /**
  7878.      * Gets the public 'Shopware\Core\Checkout\Customer\SalesChannel\ChangeCustomerProfileRoute' shared service.
  7879.      *
  7880.      * @return \Shopware\Core\Checkout\Customer\SalesChannel\ChangeCustomerProfileRoute
  7881.      */
  7882.     protected function getChangeCustomerProfileRouteService()
  7883.     {
  7884.         include_once \dirname(__DIR__4).'/vendor/shopware/core/Checkout/Customer/SalesChannel/AbstractChangeCustomerProfileRoute.php';
  7885.         include_once \dirname(__DIR__4).'/vendor/shopware/core/Checkout/Customer/SalesChannel/ChangeCustomerProfileRoute.php';
  7886.         return $this->services['Shopware\\Core\\Checkout\\Customer\\SalesChannel\\ChangeCustomerProfileRoute'] = new \Shopware\Core\Checkout\Customer\SalesChannel\ChangeCustomerProfileRoute(($this->services['customer.repository'] ?? $this->getCustomer_RepositoryService()), ($this->services['event_dispatcher'] ?? $this->getEventDispatcherService()), ($this->privates['Shopware\\Core\\Framework\\Validation\\DataValidator'] ?? $this->getDataValidatorService()), ($this->privates['Shopware\\Core\\Checkout\\Customer\\Validation\\CustomerProfileValidationFactory'] ?? $this->getCustomerProfileValidationFactoryService()), ($this->privates['Shopware\\Core\\System\\SalesChannel\\StoreApiCustomFieldMapper'] ?? $this->getStoreApiCustomFieldMapperService()));
  7887.     }
  7888.     /**
  7889.      * Gets the public 'Shopware\Core\Checkout\Customer\SalesChannel\ChangeEmailRoute' shared service.
  7890.      *
  7891.      * @return \Shopware\Core\Checkout\Customer\SalesChannel\ChangeEmailRoute
  7892.      */
  7893.     protected function getChangeEmailRouteService()
  7894.     {
  7895.         include_once \dirname(__DIR__4).'/vendor/shopware/core/Checkout/Customer/SalesChannel/AbstractChangeEmailRoute.php';
  7896.         include_once \dirname(__DIR__4).'/vendor/shopware/core/Checkout/Customer/SalesChannel/ChangeEmailRoute.php';
  7897.         return $this->services['Shopware\\Core\\Checkout\\Customer\\SalesChannel\\ChangeEmailRoute'] = new \Shopware\Core\Checkout\Customer\SalesChannel\ChangeEmailRoute(($this->services['customer.repository'] ?? $this->getCustomer_RepositoryService()), ($this->services['event_dispatcher'] ?? $this->getEventDispatcherService()), ($this->privates['Shopware\\Core\\Framework\\Validation\\DataValidator'] ?? $this->getDataValidatorService()));
  7898.     }
  7899.     /**
  7900.      * Gets the public 'Shopware\Core\Checkout\Customer\SalesChannel\ChangeLanguageRoute' shared service.
  7901.      *
  7902.      * @return \Shopware\Core\Checkout\Customer\SalesChannel\ChangeLanguageRoute
  7903.      */
  7904.     protected function getChangeLanguageRouteService()
  7905.     {
  7906.         include_once \dirname(__DIR__4).'/vendor/shopware/core/Checkout/Customer/SalesChannel/AbstractChangeLanguageRoute.php';
  7907.         include_once \dirname(__DIR__4).'/vendor/shopware/core/Checkout/Customer/SalesChannel/ChangeLanguageRoute.php';
  7908.         return $this->services['Shopware\\Core\\Checkout\\Customer\\SalesChannel\\ChangeLanguageRoute'] = new \Shopware\Core\Checkout\Customer\SalesChannel\ChangeLanguageRoute(($this->services['customer.repository'] ?? $this->getCustomer_RepositoryService()), ($this->services['event_dispatcher'] ?? $this->getEventDispatcherService()), ($this->privates['Shopware\\Core\\Framework\\Validation\\DataValidator'] ?? $this->getDataValidatorService()));
  7909.     }
  7910.     /**
  7911.      * Gets the public 'Shopware\Core\Checkout\Customer\SalesChannel\ChangePasswordRoute' shared service.
  7912.      *
  7913.      * @return \Shopware\Core\Checkout\Customer\SalesChannel\ChangePasswordRoute
  7914.      */
  7915.     protected function getChangePasswordRouteService()
  7916.     {
  7917.         include_once \dirname(__DIR__4).'/vendor/shopware/core/Checkout/Customer/SalesChannel/AbstractChangePasswordRoute.php';
  7918.         include_once \dirname(__DIR__4).'/vendor/shopware/core/Checkout/Customer/SalesChannel/ChangePasswordRoute.php';
  7919.         return $this->services['Shopware\\Core\\Checkout\\Customer\\SalesChannel\\ChangePasswordRoute'] = new \Shopware\Core\Checkout\Customer\SalesChannel\ChangePasswordRoute(($this->services['customer.repository'] ?? $this->getCustomer_RepositoryService()), ($this->services['event_dispatcher'] ?? $this->getEventDispatcherService()), ($this->services['Shopware\\Core\\System\\SystemConfig\\SystemConfigService'] ?? $this->getSystemConfigServiceService()), ($this->privates['Shopware\\Core\\Framework\\Validation\\DataValidator'] ?? $this->getDataValidatorService()));
  7920.     }
  7921.     /**
  7922.      * Gets the public 'Shopware\Core\Checkout\Customer\SalesChannel\ChangePaymentMethodRoute' shared service.
  7923.      *
  7924.      * @return \Shopware\Core\Checkout\Customer\SalesChannel\ChangePaymentMethodRoute
  7925.      */
  7926.     protected function getChangePaymentMethodRouteService()
  7927.     {
  7928.         include_once \dirname(__DIR__4).'/vendor/shopware/core/Checkout/Customer/SalesChannel/AbstractChangePaymentMethodRoute.php';
  7929.         include_once \dirname(__DIR__4).'/vendor/shopware/core/Checkout/Customer/SalesChannel/ChangePaymentMethodRoute.php';
  7930.         return $this->services['Shopware\\Core\\Checkout\\Customer\\SalesChannel\\ChangePaymentMethodRoute'] = new \Shopware\Core\Checkout\Customer\SalesChannel\ChangePaymentMethodRoute(($this->services['customer.repository'] ?? $this->getCustomer_RepositoryService()), ($this->services['event_dispatcher'] ?? $this->getEventDispatcherService()), ($this->services['payment_method.repository'] ?? $this->getPaymentMethod_RepositoryService()));
  7931.     }
  7932.     /**
  7933.      * Gets the public 'Shopware\Core\Checkout\Customer\SalesChannel\CustomerGroupRegistrationSettingsRoute' shared service.
  7934.      *
  7935.      * @return \Shopware\Core\Checkout\Customer\SalesChannel\CustomerGroupRegistrationSettingsRoute
  7936.      */
  7937.     protected function getCustomerGroupRegistrationSettingsRouteService()
  7938.     {
  7939.         include_once \dirname(__DIR__4).'/vendor/shopware/core/Checkout/Customer/SalesChannel/AbstractCustomerGroupRegistrationSettingsRoute.php';
  7940.         include_once \dirname(__DIR__4).'/vendor/shopware/core/Checkout/Customer/SalesChannel/CustomerGroupRegistrationSettingsRoute.php';
  7941.         return $this->services['Shopware\\Core\\Checkout\\Customer\\SalesChannel\\CustomerGroupRegistrationSettingsRoute'] = new \Shopware\Core\Checkout\Customer\SalesChannel\CustomerGroupRegistrationSettingsRoute(($this->services['customer_group.repository'] ?? $this->getCustomerGroup_RepositoryService()));
  7942.     }
  7943.     /**
  7944.      * Gets the public 'Shopware\Core\Checkout\Customer\SalesChannel\CustomerRecoveryIsExpiredRoute' shared service.
  7945.      *
  7946.      * @return \Shopware\Core\Checkout\Customer\SalesChannel\CustomerRecoveryIsExpiredRoute
  7947.      */
  7948.     protected function getCustomerRecoveryIsExpiredRouteService()
  7949.     {
  7950.         include_once \dirname(__DIR__4).'/vendor/shopware/core/Checkout/Customer/SalesChannel/AbstractCustomerRecoveryIsExpiredRoute.php';
  7951.         include_once \dirname(__DIR__4).'/vendor/shopware/core/Checkout/Customer/SalesChannel/CustomerRecoveryIsExpiredRoute.php';
  7952.         return $this->services['Shopware\\Core\\Checkout\\Customer\\SalesChannel\\CustomerRecoveryIsExpiredRoute'] = new \Shopware\Core\Checkout\Customer\SalesChannel\CustomerRecoveryIsExpiredRoute(($this->services['customer_recovery.repository'] ?? $this->getCustomerRecovery_RepositoryService()), ($this->services['event_dispatcher'] ?? $this->getEventDispatcherService()), ($this->privates['Shopware\\Core\\Framework\\Validation\\DataValidator'] ?? $this->getDataValidatorService()), ($this->services['Shopware\\Core\\System\\SystemConfig\\SystemConfigService'] ?? $this->getSystemConfigServiceService()), ($this->services['request_stack'] ?? ($this->services['request_stack'] = new \Symfony\Component\HttpFoundation\RequestStack())), ($this->privates['shopware.rate_limiter'] ?? $this->getShopware_RateLimiterService()));
  7953.     }
  7954.     /**
  7955.      * Gets the public 'Shopware\Core\Checkout\Customer\SalesChannel\CustomerRoute' shared service.
  7956.      *
  7957.      * @return \Shopware\Core\Checkout\Customer\SalesChannel\CustomerRoute
  7958.      */
  7959.     protected function getCustomerRouteService()
  7960.     {
  7961.         include_once \dirname(__DIR__4).'/vendor/shopware/core/Checkout/Customer/SalesChannel/AbstractCustomerRoute.php';
  7962.         include_once \dirname(__DIR__4).'/vendor/shopware/core/Checkout/Customer/SalesChannel/CustomerRoute.php';
  7963.         return $this->services['Shopware\\Core\\Checkout\\Customer\\SalesChannel\\CustomerRoute'] = new \Shopware\Core\Checkout\Customer\SalesChannel\CustomerRoute(($this->services['customer.repository'] ?? $this->getCustomer_RepositoryService()));
  7964.     }
  7965.     /**
  7966.      * Gets the public 'Shopware\Core\Checkout\Customer\SalesChannel\DeleteAddressRoute' shared service.
  7967.      *
  7968.      * @return \Shopware\Core\Checkout\Customer\SalesChannel\DeleteAddressRoute
  7969.      */
  7970.     protected function getDeleteAddressRouteService()
  7971.     {
  7972.         include_once \dirname(__DIR__4).'/vendor/shopware/core/Checkout/Customer/SalesChannel/AbstractDeleteAddressRoute.php';
  7973.         include_once \dirname(__DIR__4).'/vendor/shopware/core/Checkout/Customer/SalesChannel/CustomerAddressValidationTrait.php';
  7974.         include_once \dirname(__DIR__4).'/vendor/shopware/core/Checkout/Customer/SalesChannel/DeleteAddressRoute.php';
  7975.         return $this->services['Shopware\\Core\\Checkout\\Customer\\SalesChannel\\DeleteAddressRoute'] = new \Shopware\Core\Checkout\Customer\SalesChannel\DeleteAddressRoute(($this->services['customer_address.repository'] ?? $this->getCustomerAddress_RepositoryService()));
  7976.     }
  7977.     /**
  7978.      * Gets the public 'Shopware\Core\Checkout\Customer\SalesChannel\DeleteCustomerRoute' shared service.
  7979.      *
  7980.      * @return \Shopware\Core\Checkout\Customer\SalesChannel\DeleteCustomerRoute
  7981.      */
  7982.     protected function getDeleteCustomerRouteService()
  7983.     {
  7984.         include_once \dirname(__DIR__4).'/vendor/shopware/core/Checkout/Customer/SalesChannel/AbstractDeleteCustomerRoute.php';
  7985.         include_once \dirname(__DIR__4).'/vendor/shopware/core/Checkout/Customer/SalesChannel/DeleteCustomerRoute.php';
  7986.         return $this->services['Shopware\\Core\\Checkout\\Customer\\SalesChannel\\DeleteCustomerRoute'] = new \Shopware\Core\Checkout\Customer\SalesChannel\DeleteCustomerRoute(($this->services['customer.repository'] ?? $this->getCustomer_RepositoryService()));
  7987.     }
  7988.     /**
  7989.      * Gets the public 'Shopware\Core\Checkout\Customer\SalesChannel\DownloadRoute' shared service.
  7990.      *
  7991.      * @return \Shopware\Core\Checkout\Customer\SalesChannel\DownloadRoute
  7992.      */
  7993.     protected function getDownloadRouteService()
  7994.     {
  7995.         include_once \dirname(__DIR__4).'/vendor/shopware/core/Checkout/Customer/SalesChannel/AbstractDownloadRoute.php';
  7996.         include_once \dirname(__DIR__4).'/vendor/shopware/core/Checkout/Customer/SalesChannel/DownloadRoute.php';
  7997.         include_once \dirname(__DIR__4).'/vendor/shopware/core/Content/Media/File/DownloadResponseGenerator.php';
  7998.         return $this->services['Shopware\\Core\\Checkout\\Customer\\SalesChannel\\DownloadRoute'] = new \Shopware\Core\Checkout\Customer\SalesChannel\DownloadRoute(($this->services['order_line_item_download.repository'] ?? $this->getOrderLineItemDownload_RepositoryService()), new \Shopware\Core\Content\Media\File\DownloadResponseGenerator(($this->services['shopware.filesystem.public'] ?? $this->getShopware_Filesystem_PublicService()), ($this->services['shopware.filesystem.private'] ?? $this->getShopware_Filesystem_PrivateService()), ($this->privates['Shopware\\Core\\Content\\Media\\Pathname\\UrlGeneratorInterface'] ?? $this->getUrlGeneratorInterfaceService()), ($this->privates['Shopware\\Core\\Content\\Media\\MediaService'] ?? $this->getMediaServiceService()), 'php'));
  7999.     }
  8000.     /**
  8001.      * Gets the public 'Shopware\Core\Checkout\Customer\SalesChannel\ListAddressRoute' shared service.
  8002.      *
  8003.      * @return \Shopware\Core\Checkout\Customer\SalesChannel\ListAddressRoute
  8004.      */
  8005.     protected function getListAddressRouteService()
  8006.     {
  8007.         include_once \dirname(__DIR__4).'/vendor/shopware/core/Checkout/Customer/SalesChannel/AbstractListAddressRoute.php';
  8008.         include_once \dirname(__DIR__4).'/vendor/shopware/core/Checkout/Customer/SalesChannel/ListAddressRoute.php';
  8009.         return $this->services['Shopware\\Core\\Checkout\\Customer\\SalesChannel\\ListAddressRoute'] = new \Shopware\Core\Checkout\Customer\SalesChannel\ListAddressRoute(($this->services['customer_address.repository'] ?? $this->getCustomerAddress_RepositoryService()), ($this->services['event_dispatcher'] ?? $this->getEventDispatcherService()));
  8010.     }
  8011.     /**
  8012.      * Gets the public 'Shopware\Core\Checkout\Customer\SalesChannel\LoadWishlistRoute' shared service.
  8013.      *
  8014.      * @return \Shopware\Core\Checkout\Customer\SalesChannel\LoadWishlistRoute
  8015.      */
  8016.     protected function getLoadWishlistRouteService()
  8017.     {
  8018.         include_once \dirname(__DIR__4).'/vendor/shopware/core/Checkout/Customer/SalesChannel/AbstractLoadWishlistRoute.php';
  8019.         include_once \dirname(__DIR__4).'/vendor/shopware/core/Checkout/Customer/SalesChannel/LoadWishlistRoute.php';
  8020.         include_once \dirname(__DIR__4).'/vendor/shopware/core/Content/Product/SalesChannel/AbstractProductCloseoutFilterFactory.php';
  8021.         include_once \dirname(__DIR__4).'/vendor/shopware/core/Content/Product/SalesChannel/ProductCloseoutFilterFactory.php';
  8022.         return $this->services['Shopware\\Core\\Checkout\\Customer\\SalesChannel\\LoadWishlistRoute'] = new \Shopware\Core\Checkout\Customer\SalesChannel\LoadWishlistRoute(($this->services['customer_wishlist.repository'] ?? $this->getCustomerWishlist_RepositoryService()), ($this->services['sales_channel.product.repository'] ?? $this->getSalesChannel_Product_RepositoryService()), ($this->services['event_dispatcher'] ?? $this->getEventDispatcherService()), ($this->services['Shopware\\Core\\System\\SystemConfig\\SystemConfigService'] ?? $this->getSystemConfigServiceService()), ($this->privates['Shopware\\Core\\Content\\Product\\SalesChannel\\ProductCloseoutFilterFactory'] ?? ($this->privates['Shopware\\Core\\Content\\Product\\SalesChannel\\ProductCloseoutFilterFactory'] = new \Shopware\Core\Content\Product\SalesChannel\ProductCloseoutFilterFactory())));
  8023.     }
  8024.     /**
  8025.      * Gets the public 'Shopware\Core\Checkout\Customer\SalesChannel\LoginRoute' shared service.
  8026.      *
  8027.      * @return \Shopware\Core\Checkout\Customer\SalesChannel\LoginRoute
  8028.      */
  8029.     protected function getLoginRouteService()
  8030.     {
  8031.         include_once \dirname(__DIR__4).'/vendor/shopware/core/Checkout/Customer/SalesChannel/AbstractLoginRoute.php';
  8032.         include_once \dirname(__DIR__4).'/vendor/shopware/core/Checkout/Customer/SalesChannel/LoginRoute.php';
  8033.         $a = new \Shopware\Core\Framework\RateLimiter\RateLimiter();
  8034.         $b = ($this->privates['cache.rate_limiter'] ?? $this->getCache_RateLimiterService());
  8035.         $c = ($this->services['Shopware\\Core\\System\\SystemConfig\\SystemConfigService'] ?? $this->getSystemConfigServiceService());
  8036.         $d = ($this->privates['lock.default.factory'] ?? $this->getLock_Default_FactoryService());
  8037.         $a->registerLimiterFactory('login', new \Shopware\Core\Framework\RateLimiter\RateLimiterFactory(['enabled' => true'policy' => 'time_backoff''reset' => '24 hours''limits' => $this->parameters['shopware.api.rate_limiter.login.limits'], 'lock_factory' => 'lock.factory''cache_pool' => 'cache.rate_limiter''id' => 'login'], new \Symfony\Component\RateLimiter\Storage\CacheStorage($b), $c$d));
  8038.         $a->registerLimiterFactory('guest_login', new \Shopware\Core\Framework\RateLimiter\RateLimiterFactory(['enabled' => true'policy' => 'time_backoff''reset' => '24 hours''limits' => $this->parameters['shopware.api.rate_limiter.login.limits'], 'lock_factory' => 'lock.factory''cache_pool' => 'cache.rate_limiter''id' => 'guest_login'], new \Symfony\Component\RateLimiter\Storage\CacheStorage($b), $c$d));
  8039.         $a->registerLimiterFactory('oauth', new \Shopware\Core\Framework\RateLimiter\RateLimiterFactory(['enabled' => true'policy' => 'time_backoff''reset' => '24 hours''limits' => $this->parameters['shopware.api.rate_limiter.login.limits'], 'lock_factory' => 'lock.factory''cache_pool' => 'cache.rate_limiter''id' => 'oauth'], new \Symfony\Component\RateLimiter\Storage\CacheStorage($b), $c$d));
  8040.         $a->registerLimiterFactory('reset_password', new \Shopware\Core\Framework\RateLimiter\RateLimiterFactory(['enabled' => true'policy' => 'time_backoff''reset' => '24 hours''limits' => $this->parameters['shopware.api.rate_limiter.reset_password.limits'], 'lock_factory' => 'lock.factory''cache_pool' => 'cache.rate_limiter''id' => 'reset_password'], new \Symfony\Component\RateLimiter\Storage\CacheStorage($b), $c$d));
  8041.         $a->registerLimiterFactory('user_recovery', new \Shopware\Core\Framework\RateLimiter\RateLimiterFactory(['enabled' => true'policy' => 'time_backoff''reset' => '24 hours''limits' => $this->parameters['shopware.api.rate_limiter.reset_password.limits'], 'lock_factory' => 'lock.factory''cache_pool' => 'cache.rate_limiter''id' => 'user_recovery'], new \Symfony\Component\RateLimiter\Storage\CacheStorage($b), $c$d));
  8042.         $a->registerLimiterFactory('contact_form', new \Shopware\Core\Framework\RateLimiter\RateLimiterFactory(['enabled' => true'policy' => 'time_backoff''reset' => '24 hours''limits' => $this->parameters['shopware.api.rate_limiter.reset_password.limits'], 'lock_factory' => 'lock.factory''cache_pool' => 'cache.rate_limiter''id' => 'contact_form'], new \Symfony\Component\RateLimiter\Storage\CacheStorage($b), $c$d));
  8043.         $a->registerLimiterFactory('notification', new \Shopware\Core\Framework\RateLimiter\RateLimiterFactory(['enabled' => true'policy' => 'time_backoff''reset' => '24 hours''limits' => $this->parameters['shopware.api.rate_limiter.login.limits'], 'lock_factory' => 'lock.factory''cache_pool' => 'cache.rate_limiter''id' => 'notification'], new \Symfony\Component\RateLimiter\Storage\CacheStorage($b), $c$d));
  8044.         $a->registerLimiterFactory('newsletter_form', new \Shopware\Core\Framework\RateLimiter\RateLimiterFactory(['enabled' => true'policy' => 'time_backoff''reset' => '24 hours''limits' => $this->parameters['shopware.api.rate_limiter.reset_password.limits'], 'lock_factory' => 'lock.factory''cache_pool' => 'cache.rate_limiter''id' => 'newsletter_form'], new \Symfony\Component\RateLimiter\Storage\CacheStorage($b), $c$d));
  8045.         $a->registerLimiterFactory('cart_add_line_item', new \Shopware\Core\Framework\RateLimiter\RateLimiterFactory(['enabled' => true'policy' => 'system_config''reset' => '1 hours''limits' => $this->parameters['shopware.api.rate_limiter.cart_add_line_item.limits'], 'lock_factory' => 'lock.factory''cache_pool' => 'cache.rate_limiter''id' => 'cart_add_line_item'], new \Symfony\Component\RateLimiter\Storage\CacheStorage($b), $c$d));
  8046.         return $this->services['Shopware\\Core\\Checkout\\Customer\\SalesChannel\\LoginRoute'] = new \Shopware\Core\Checkout\Customer\SalesChannel\LoginRoute(($this->services['event_dispatcher'] ?? $this->getEventDispatcherService()), ($this->services['customer.repository'] ?? $this->getCustomer_RepositoryService()), ($this->privates['Shopware\\Core\\Checkout\\Customer\\Password\\LegacyPasswordVerifier'] ?? $this->getLegacyPasswordVerifierService()), ($this->privates['Shopware\\Core\\System\\SalesChannel\\Context\\CartRestorer'] ?? $this->getCartRestorerService()), ($this->services['request_stack'] ?? ($this->services['request_stack'] = new \Symfony\Component\HttpFoundation\RequestStack())), $a);
  8047.     }
  8048.     /**
  8049.      * Gets the public 'Shopware\Core\Checkout\Customer\SalesChannel\LogoutRoute' shared service.
  8050.      *
  8051.      * @return \Shopware\Core\Checkout\Customer\SalesChannel\LogoutRoute
  8052.      */
  8053.     protected function getLogoutRouteService()
  8054.     {
  8055.         include_once \dirname(__DIR__4).'/vendor/shopware/core/Checkout/Customer/SalesChannel/AbstractLogoutRoute.php';
  8056.         include_once \dirname(__DIR__4).'/vendor/shopware/core/Checkout/Customer/SalesChannel/LogoutRoute.php';
  8057.         return $this->services['Shopware\\Core\\Checkout\\Customer\\SalesChannel\\LogoutRoute'] = new \Shopware\Core\Checkout\Customer\SalesChannel\LogoutRoute(($this->privates['Shopware\\Core\\System\\SalesChannel\\Context\\SalesChannelContextPersister'] ?? $this->getSalesChannelContextPersisterService()), ($this->services['event_dispatcher'] ?? $this->getEventDispatcherService()), ($this->services['Shopware\\Core\\System\\SystemConfig\\SystemConfigService'] ?? $this->getSystemConfigServiceService()), ($this->services['Shopware\\Core\\Checkout\\Cart\\SalesChannel\\CartService'] ?? $this->getCartServiceService()));
  8058.     }
  8059.     /**
  8060.      * Gets the public 'Shopware\Core\Checkout\Customer\SalesChannel\MergeWishlistProductRoute' shared service.
  8061.      *
  8062.      * @return \Shopware\Core\Checkout\Customer\SalesChannel\MergeWishlistProductRoute
  8063.      */
  8064.     protected function getMergeWishlistProductRouteService()
  8065.     {
  8066.         include_once \dirname(__DIR__4).'/vendor/shopware/core/Checkout/Customer/SalesChannel/AbstractMergeWishlistProductRoute.php';
  8067.         include_once \dirname(__DIR__4).'/vendor/shopware/core/Checkout/Customer/SalesChannel/MergeWishlistProductRoute.php';
  8068.         return $this->services['Shopware\\Core\\Checkout\\Customer\\SalesChannel\\MergeWishlistProductRoute'] = new \Shopware\Core\Checkout\Customer\SalesChannel\MergeWishlistProductRoute(($this->services['customer_wishlist.repository'] ?? $this->getCustomerWishlist_RepositoryService()), ($this->services['sales_channel.product.repository'] ?? $this->getSalesChannel_Product_RepositoryService()), ($this->services['Shopware\\Core\\System\\SystemConfig\\SystemConfigService'] ?? $this->getSystemConfigServiceService()), ($this->services['event_dispatcher'] ?? $this->getEventDispatcherService()), ($this->services['Doctrine\\DBAL\\Connection'] ?? $this->getConnectionService()));
  8069.     }
  8070.     /**
  8071.      * Gets the public 'Shopware\Core\Checkout\Customer\SalesChannel\RegisterConfirmRoute' shared service.
  8072.      *
  8073.      * @return \Shopware\Core\Checkout\Customer\SalesChannel\RegisterConfirmRoute
  8074.      */
  8075.     protected function getRegisterConfirmRouteService()
  8076.     {
  8077.         include_once \dirname(__DIR__4).'/vendor/shopware/core/Checkout/Customer/SalesChannel/AbstractRegisterConfirmRoute.php';
  8078.         include_once \dirname(__DIR__4).'/vendor/shopware/core/Checkout/Customer/SalesChannel/RegisterConfirmRoute.php';
  8079.         return $this->services['Shopware\\Core\\Checkout\\Customer\\SalesChannel\\RegisterConfirmRoute'] = new \Shopware\Core\Checkout\Customer\SalesChannel\RegisterConfirmRoute(($this->services['customer.repository'] ?? $this->getCustomer_RepositoryService()), ($this->services['event_dispatcher'] ?? $this->getEventDispatcherService()), ($this->privates['Shopware\\Core\\Framework\\Validation\\DataValidator'] ?? $this->getDataValidatorService()), ($this->privates['Shopware\\Core\\System\\SalesChannel\\Context\\SalesChannelContextPersister'] ?? $this->getSalesChannelContextPersisterService()), ($this->privates['Shopware\\Core\\System\\SalesChannel\\Context\\SalesChannelContextService'] ?? $this->getSalesChannelContextServiceService()));
  8080.     }
  8081.     /**
  8082.      * Gets the public 'Shopware\Core\Checkout\Customer\SalesChannel\RegisterRoute' shared service.
  8083.      *
  8084.      * @return \Shopware\Core\Checkout\Customer\SalesChannel\RegisterRoute
  8085.      */
  8086.     protected function getRegisterRouteService()
  8087.     {
  8088.         include_once \dirname(__DIR__4).'/vendor/shopware/core/Checkout/Customer/SalesChannel/AbstractRegisterRoute.php';
  8089.         include_once \dirname(__DIR__4).'/vendor/shopware/core/Checkout/Customer/SalesChannel/RegisterRoute.php';
  8090.         include_once \dirname(__DIR__4).'/vendor/shopware/core/Framework/Validation/DataValidationFactoryInterface.php';
  8091.         include_once \dirname(__DIR__4).'/vendor/shopware/core/Checkout/Customer/Validation/CustomerValidationFactory.php';
  8092.         $a = ($this->services['event_dispatcher'] ?? $this->getEventDispatcherService());
  8093.         if (isset($this->services['Shopware\\Core\\Checkout\\Customer\\SalesChannel\\RegisterRoute'])) {
  8094.             return $this->services['Shopware\\Core\\Checkout\\Customer\\SalesChannel\\RegisterRoute'];
  8095.         }
  8096.         $b = ($this->services['Shopware\\Core\\System\\NumberRange\\ValueGenerator\\NumberRangeValueGeneratorInterface'] ?? $this->getNumberRangeValueGeneratorInterfaceService());
  8097.         if (isset($this->services['Shopware\\Core\\Checkout\\Customer\\SalesChannel\\RegisterRoute'])) {
  8098.             return $this->services['Shopware\\Core\\Checkout\\Customer\\SalesChannel\\RegisterRoute'];
  8099.         }
  8100.         $c = ($this->privates['Shopware\\Core\\Framework\\Validation\\DataValidator'] ?? $this->getDataValidatorService());
  8101.         if (isset($this->services['Shopware\\Core\\Checkout\\Customer\\SalesChannel\\RegisterRoute'])) {
  8102.             return $this->services['Shopware\\Core\\Checkout\\Customer\\SalesChannel\\RegisterRoute'];
  8103.         }
  8104.         $d = ($this->privates['Shopware\\Core\\Checkout\\Customer\\Validation\\CustomerProfileValidationFactory'] ?? $this->getCustomerProfileValidationFactoryService());
  8105.         if (isset($this->services['Shopware\\Core\\Checkout\\Customer\\SalesChannel\\RegisterRoute'])) {
  8106.             return $this->services['Shopware\\Core\\Checkout\\Customer\\SalesChannel\\RegisterRoute'];
  8107.         }
  8108.         $e = ($this->privates['Shopware\\Core\\Checkout\\Customer\\Validation\\AddressValidationFactory'] ?? $this->getAddressValidationFactoryService());
  8109.         if (isset($this->services['Shopware\\Core\\Checkout\\Customer\\SalesChannel\\RegisterRoute'])) {
  8110.             return $this->services['Shopware\\Core\\Checkout\\Customer\\SalesChannel\\RegisterRoute'];
  8111.         }
  8112.         $f = ($this->services['Shopware\\Core\\System\\SystemConfig\\SystemConfigService'] ?? $this->getSystemConfigServiceService());
  8113.         if (isset($this->services['Shopware\\Core\\Checkout\\Customer\\SalesChannel\\RegisterRoute'])) {
  8114.             return $this->services['Shopware\\Core\\Checkout\\Customer\\SalesChannel\\RegisterRoute'];
  8115.         }
  8116.         $g = ($this->services['customer.repository'] ?? $this->getCustomer_RepositoryService());
  8117.         if (isset($this->services['Shopware\\Core\\Checkout\\Customer\\SalesChannel\\RegisterRoute'])) {
  8118.             return $this->services['Shopware\\Core\\Checkout\\Customer\\SalesChannel\\RegisterRoute'];
  8119.         }
  8120.         $h = ($this->privates['Shopware\\Core\\System\\SalesChannel\\Context\\SalesChannelContextPersister'] ?? $this->getSalesChannelContextPersisterService());
  8121.         if (isset($this->services['Shopware\\Core\\Checkout\\Customer\\SalesChannel\\RegisterRoute'])) {
  8122.             return $this->services['Shopware\\Core\\Checkout\\Customer\\SalesChannel\\RegisterRoute'];
  8123.         }
  8124.         $i = ($this->services['sales_channel.country.repository'] ?? $this->getSalesChannel_Country_RepositoryService());
  8125.         if (isset($this->services['Shopware\\Core\\Checkout\\Customer\\SalesChannel\\RegisterRoute'])) {
  8126.             return $this->services['Shopware\\Core\\Checkout\\Customer\\SalesChannel\\RegisterRoute'];
  8127.         }
  8128.         $j = ($this->privates['Shopware\\Core\\System\\SalesChannel\\Context\\SalesChannelContextService'] ?? $this->getSalesChannelContextServiceService());
  8129.         if (isset($this->services['Shopware\\Core\\Checkout\\Customer\\SalesChannel\\RegisterRoute'])) {
  8130.             return $this->services['Shopware\\Core\\Checkout\\Customer\\SalesChannel\\RegisterRoute'];
  8131.         }
  8132.         return $this->services['Shopware\\Core\\Checkout\\Customer\\SalesChannel\\RegisterRoute'] = new \Shopware\Core\Checkout\Customer\SalesChannel\RegisterRoute($a$b$c, new \Shopware\Core\Checkout\Customer\Validation\CustomerValidationFactory($d), $e$f$g$h$i, ($this->services['Doctrine\\DBAL\\Connection'] ?? $this->getConnectionService()), $j, ($this->privates['Shopware\\Core\\System\\SalesChannel\\StoreApiCustomFieldMapper'] ?? $this->getStoreApiCustomFieldMapperService()));
  8133.     }
  8134.     /**
  8135.      * Gets the public 'Shopware\Core\Checkout\Customer\SalesChannel\RemoveWishlistProductRoute' shared service.
  8136.      *
  8137.      * @return \Shopware\Core\Checkout\Customer\SalesChannel\RemoveWishlistProductRoute
  8138.      */
  8139.     protected function getRemoveWishlistProductRouteService()
  8140.     {
  8141.         include_once \dirname(__DIR__4).'/vendor/shopware/core/Checkout/Customer/SalesChannel/AbstractRemoveWishlistProductRoute.php';
  8142.         include_once \dirname(__DIR__4).'/vendor/shopware/core/Checkout/Customer/SalesChannel/RemoveWishlistProductRoute.php';
  8143.         return $this->services['Shopware\\Core\\Checkout\\Customer\\SalesChannel\\RemoveWishlistProductRoute'] = new \Shopware\Core\Checkout\Customer\SalesChannel\RemoveWishlistProductRoute(($this->services['customer_wishlist.repository'] ?? $this->getCustomerWishlist_RepositoryService()), ($this->services['customer_wishlist_product.repository'] ?? $this->getCustomerWishlistProduct_RepositoryService()), ($this->services['Shopware\\Core\\System\\SystemConfig\\SystemConfigService'] ?? $this->getSystemConfigServiceService()), ($this->services['event_dispatcher'] ?? $this->getEventDispatcherService()));
  8144.     }
  8145.     /**
  8146.      * Gets the public 'Shopware\Core\Checkout\Customer\SalesChannel\ResetPasswordRoute' shared service.
  8147.      *
  8148.      * @return \Shopware\Core\Checkout\Customer\SalesChannel\ResetPasswordRoute
  8149.      */
  8150.     protected function getResetPasswordRouteService()
  8151.     {
  8152.         include_once \dirname(__DIR__4).'/vendor/shopware/core/Checkout/Customer/SalesChannel/AbstractResetPasswordRoute.php';
  8153.         include_once \dirname(__DIR__4).'/vendor/shopware/core/Checkout/Customer/SalesChannel/ResetPasswordRoute.php';
  8154.         return $this->services['Shopware\\Core\\Checkout\\Customer\\SalesChannel\\ResetPasswordRoute'] = new \Shopware\Core\Checkout\Customer\SalesChannel\ResetPasswordRoute(($this->services['customer.repository'] ?? $this->getCustomer_RepositoryService()), ($this->services['customer_recovery.repository'] ?? $this->getCustomerRecovery_RepositoryService()), ($this->services['event_dispatcher'] ?? $this->getEventDispatcherService()), ($this->privates['Shopware\\Core\\Framework\\Validation\\DataValidator'] ?? $this->getDataValidatorService()), ($this->services['Shopware\\Core\\System\\SystemConfig\\SystemConfigService'] ?? $this->getSystemConfigServiceService()), ($this->services['request_stack'] ?? ($this->services['request_stack'] = new \Symfony\Component\HttpFoundation\RequestStack())), ($this->privates['shopware.rate_limiter'] ?? $this->getShopware_RateLimiterService()));
  8155.     }
  8156.     /**
  8157.      * Gets the public 'Shopware\Core\Checkout\Customer\SalesChannel\SendPasswordRecoveryMailRoute' shared service.
  8158.      *
  8159.      * @return \Shopware\Core\Checkout\Customer\SalesChannel\SendPasswordRecoveryMailRoute
  8160.      */
  8161.     protected function getSendPasswordRecoveryMailRouteService()
  8162.     {
  8163.         include_once \dirname(__DIR__4).'/vendor/shopware/core/Checkout/Customer/SalesChannel/AbstractSendPasswordRecoveryMailRoute.php';
  8164.         include_once \dirname(__DIR__4).'/vendor/shopware/core/Checkout/Customer/SalesChannel/SendPasswordRecoveryMailRoute.php';
  8165.         return $this->services['Shopware\\Core\\Checkout\\Customer\\SalesChannel\\SendPasswordRecoveryMailRoute'] = new \Shopware\Core\Checkout\Customer\SalesChannel\SendPasswordRecoveryMailRoute(($this->services['customer.repository'] ?? $this->getCustomer_RepositoryService()), ($this->services['customer_recovery.repository'] ?? $this->getCustomerRecovery_RepositoryService()), ($this->services['event_dispatcher'] ?? $this->getEventDispatcherService()), ($this->privates['Shopware\\Core\\Framework\\Validation\\DataValidator'] ?? $this->getDataValidatorService()), ($this->services['Shopware\\Core\\System\\SystemConfig\\SystemConfigService'] ?? $this->getSystemConfigServiceService()), ($this->services['request_stack'] ?? ($this->services['request_stack'] = new \Symfony\Component\HttpFoundation\RequestStack())), ($this->privates['shopware.rate_limiter'] ?? $this->getShopware_RateLimiterService()));
  8166.     }
  8167.     /**
  8168.      * Gets the public 'Shopware\Core\Checkout\Customer\SalesChannel\SwitchDefaultAddressRoute' shared service.
  8169.      *
  8170.      * @return \Shopware\Core\Checkout\Customer\SalesChannel\SwitchDefaultAddressRoute
  8171.      */
  8172.     protected function getSwitchDefaultAddressRouteService()
  8173.     {
  8174.         include_once \dirname(__DIR__4).'/vendor/shopware/core/Checkout/Customer/SalesChannel/AbstractSwitchDefaultAddressRoute.php';
  8175.         include_once \dirname(__DIR__4).'/vendor/shopware/core/Checkout/Customer/SalesChannel/CustomerAddressValidationTrait.php';
  8176.         include_once \dirname(__DIR__4).'/vendor/shopware/core/Checkout/Customer/SalesChannel/SwitchDefaultAddressRoute.php';
  8177.         $a = ($this->services['customer_address.repository'] ?? $this->getCustomerAddress_RepositoryService());
  8178.         if (isset($this->services['Shopware\\Core\\Checkout\\Customer\\SalesChannel\\SwitchDefaultAddressRoute'])) {
  8179.             return $this->services['Shopware\\Core\\Checkout\\Customer\\SalesChannel\\SwitchDefaultAddressRoute'];
  8180.         }
  8181.         $b = ($this->services['customer.repository'] ?? $this->getCustomer_RepositoryService());
  8182.         if (isset($this->services['Shopware\\Core\\Checkout\\Customer\\SalesChannel\\SwitchDefaultAddressRoute'])) {
  8183.             return $this->services['Shopware\\Core\\Checkout\\Customer\\SalesChannel\\SwitchDefaultAddressRoute'];
  8184.         }
  8185.         $c = ($this->services['event_dispatcher'] ?? $this->getEventDispatcherService());
  8186.         if (isset($this->services['Shopware\\Core\\Checkout\\Customer\\SalesChannel\\SwitchDefaultAddressRoute'])) {
  8187.             return $this->services['Shopware\\Core\\Checkout\\Customer\\SalesChannel\\SwitchDefaultAddressRoute'];
  8188.         }
  8189.         return $this->services['Shopware\\Core\\Checkout\\Customer\\SalesChannel\\SwitchDefaultAddressRoute'] = new \Shopware\Core\Checkout\Customer\SalesChannel\SwitchDefaultAddressRoute($a$b$c);
  8190.     }
  8191.     /**
  8192.      * Gets the public 'Shopware\Core\Checkout\Customer\SalesChannel\UpsertAddressRoute' shared service.
  8193.      *
  8194.      * @return \Shopware\Core\Checkout\Customer\SalesChannel\UpsertAddressRoute
  8195.      */
  8196.     protected function getUpsertAddressRouteService()
  8197.     {
  8198.         include_once \dirname(__DIR__4).'/vendor/shopware/core/Checkout/Customer/SalesChannel/AbstractUpsertAddressRoute.php';
  8199.         include_once \dirname(__DIR__4).'/vendor/shopware/core/Checkout/Customer/SalesChannel/CustomerAddressValidationTrait.php';
  8200.         include_once \dirname(__DIR__4).'/vendor/shopware/core/Checkout/Customer/SalesChannel/UpsertAddressRoute.php';
  8201.         $a = ($this->services['customer_address.repository'] ?? $this->getCustomerAddress_RepositoryService());
  8202.         if (isset($this->services['Shopware\\Core\\Checkout\\Customer\\SalesChannel\\UpsertAddressRoute'])) {
  8203.             return $this->services['Shopware\\Core\\Checkout\\Customer\\SalesChannel\\UpsertAddressRoute'];
  8204.         }
  8205.         $b = ($this->privates['Shopware\\Core\\Framework\\Validation\\DataValidator'] ?? $this->getDataValidatorService());
  8206.         if (isset($this->services['Shopware\\Core\\Checkout\\Customer\\SalesChannel\\UpsertAddressRoute'])) {
  8207.             return $this->services['Shopware\\Core\\Checkout\\Customer\\SalesChannel\\UpsertAddressRoute'];
  8208.         }
  8209.         $c = ($this->services['event_dispatcher'] ?? $this->getEventDispatcherService());
  8210.         if (isset($this->services['Shopware\\Core\\Checkout\\Customer\\SalesChannel\\UpsertAddressRoute'])) {
  8211.             return $this->services['Shopware\\Core\\Checkout\\Customer\\SalesChannel\\UpsertAddressRoute'];
  8212.         }
  8213.         $d = ($this->services['Shopware\\Core\\System\\SystemConfig\\SystemConfigService'] ?? $this->getSystemConfigServiceService());
  8214.         if (isset($this->services['Shopware\\Core\\Checkout\\Customer\\SalesChannel\\UpsertAddressRoute'])) {
  8215.             return $this->services['Shopware\\Core\\Checkout\\Customer\\SalesChannel\\UpsertAddressRoute'];
  8216.         }
  8217.         return $this->services['Shopware\\Core\\Checkout\\Customer\\SalesChannel\\UpsertAddressRoute'] = new \Shopware\Core\Checkout\Customer\SalesChannel\UpsertAddressRoute($a$b$c, ($this->privates['Shopware\\Core\\Checkout\\Customer\\Validation\\AddressValidationFactory'] ?? $this->getAddressValidationFactoryService()), $d, ($this->privates['Shopware\\Core\\System\\SalesChannel\\StoreApiCustomFieldMapper'] ?? $this->getStoreApiCustomFieldMapperService()));
  8218.     }
  8219.     /**
  8220.      * Gets the public 'Shopware\Core\Checkout\Document\Aggregate\DocumentBaseConfigSalesChannel\DocumentBaseConfigSalesChannelDefinition' shared service.
  8221.      *
  8222.      * @return \Shopware\Core\Checkout\Document\Aggregate\DocumentBaseConfigSalesChannel\DocumentBaseConfigSalesChannelDefinition
  8223.      */
  8224.     protected function getDocumentBaseConfigSalesChannelDefinitionService()
  8225.     {
  8226.         include_once \dirname(__DIR__4).'/vendor/shopware/core/Checkout/Document/Aggregate/DocumentBaseConfigSalesChannel/DocumentBaseConfigSalesChannelDefinition.php';
  8227.         $this->services['Shopware\\Core\\Checkout\\Document\\Aggregate\\DocumentBaseConfigSalesChannel\\DocumentBaseConfigSalesChannelDefinition'] = $instance = new \Shopware\Core\Checkout\Document\Aggregate\DocumentBaseConfigSalesChannel\DocumentBaseConfigSalesChannelDefinition();
  8228.         $instance->compile(($this->services['Shopware\\Core\\Framework\\DataAbstractionLayer\\DefinitionInstanceRegistry'] ?? $this->getDefinitionInstanceRegistryService()));
  8229.         return $instance;
  8230.     }
  8231.     /**
  8232.      * Gets the public 'Shopware\Core\Checkout\Document\Aggregate\DocumentBaseConfig\DocumentBaseConfigDefinition' shared service.
  8233.      *
  8234.      * @return \Shopware\Core\Checkout\Document\Aggregate\DocumentBaseConfig\DocumentBaseConfigDefinition
  8235.      */
  8236.     protected function getDocumentBaseConfigDefinitionService()
  8237.     {
  8238.         include_once \dirname(__DIR__4).'/vendor/shopware/core/Checkout/Document/Aggregate/DocumentBaseConfig/DocumentBaseConfigDefinition.php';
  8239.         $this->services['Shopware\\Core\\Checkout\\Document\\Aggregate\\DocumentBaseConfig\\DocumentBaseConfigDefinition'] = $instance = new \Shopware\Core\Checkout\Document\Aggregate\DocumentBaseConfig\DocumentBaseConfigDefinition();
  8240.         $instance->compile(($this->services['Shopware\\Core\\Framework\\DataAbstractionLayer\\DefinitionInstanceRegistry'] ?? $this->getDefinitionInstanceRegistryService()));
  8241.         return $instance;
  8242.     }
  8243.     /**
  8244.      * Gets the public 'Shopware\Core\Checkout\Document\Aggregate\DocumentTypeTranslation\DocumentTypeTranslationDefinition' shared service.
  8245.      *
  8246.      * @return \Shopware\Core\Checkout\Document\Aggregate\DocumentTypeTranslation\DocumentTypeTranslationDefinition
  8247.      */
  8248.     protected function getDocumentTypeTranslationDefinitionService()
  8249.     {
  8250.         include_once \dirname(__DIR__4).'/vendor/shopware/core/Framework/DataAbstractionLayer/EntityTranslationDefinition.php';
  8251.         include_once \dirname(__DIR__4).'/vendor/shopware/core/Checkout/Document/Aggregate/DocumentTypeTranslation/DocumentTypeTranslationDefinition.php';
  8252.         $this->services['Shopware\\Core\\Checkout\\Document\\Aggregate\\DocumentTypeTranslation\\DocumentTypeTranslationDefinition'] = $instance = new \Shopware\Core\Checkout\Document\Aggregate\DocumentTypeTranslation\DocumentTypeTranslationDefinition();
  8253.         $instance->compile(($this->services['Shopware\\Core\\Framework\\DataAbstractionLayer\\DefinitionInstanceRegistry'] ?? $this->getDefinitionInstanceRegistryService()));
  8254.         return $instance;
  8255.     }
  8256.     /**
  8257.      * Gets the public 'Shopware\Core\Checkout\Document\Aggregate\DocumentType\DocumentTypeDefinition' shared service.
  8258.      *
  8259.      * @return \Shopware\Core\Checkout\Document\Aggregate\DocumentType\DocumentTypeDefinition
  8260.      */
  8261.     protected function getDocumentTypeDefinitionService()
  8262.     {
  8263.         include_once \dirname(__DIR__4).'/vendor/shopware/core/Checkout/Document/Aggregate/DocumentType/DocumentTypeDefinition.php';
  8264.         $this->services['Shopware\\Core\\Checkout\\Document\\Aggregate\\DocumentType\\DocumentTypeDefinition'] = $instance = new \Shopware\Core\Checkout\Document\Aggregate\DocumentType\DocumentTypeDefinition();
  8265.         $instance->compile(($this->services['Shopware\\Core\\Framework\\DataAbstractionLayer\\DefinitionInstanceRegistry'] ?? $this->getDefinitionInstanceRegistryService()));
  8266.         return $instance;
  8267.     }
  8268.     /**
  8269.      * Gets the public 'Shopware\Core\Checkout\Document\Controller\DocumentController' shared service.
  8270.      *
  8271.      * @return \Shopware\Core\Checkout\Document\Controller\DocumentController
  8272.      */
  8273.     protected function getDocumentControllerService()
  8274.     {
  8275.         include_once \dirname(__DIR__4).'/vendor/shopware/core/Checkout/Document/Controller/DocumentController.php';
  8276.         include_once \dirname(__DIR__4).'/vendor/shopware/core/Checkout/Document/Service/DocumentMerger.php';
  8277.         include_once \dirname(__DIR__4).'/vendor/tecnickcom/tcpdf/tcpdf.php';
  8278.         include_once \dirname(__DIR__4).'/vendor/setasign/fpdi/src/FpdiTrait.php';
  8279.         include_once \dirname(__DIR__4).'/vendor/setasign/fpdi/src/Tcpdf/Fpdi.php';
  8280.         $a = ($this->privates['Shopware\\Core\\Checkout\\Document\\Service\\DocumentGenerator'] ?? $this->getDocumentGeneratorService());
  8281.         $b = ($this->services['document.repository'] ?? $this->getDocument_RepositoryService());
  8282.         $this->services['Shopware\\Core\\Checkout\\Document\\Controller\\DocumentController'] = $instance = new \Shopware\Core\Checkout\Document\Controller\DocumentController(($this->privates['Shopware\\Core\\Checkout\\Document\\DocumentService'] ?? $this->getDocumentServiceService()), $a, new \Shopware\Core\Checkout\Document\Service\DocumentMerger($b, ($this->privates['Shopware\\Core\\Content\\Media\\MediaService'] ?? $this->getMediaServiceService()), $a, new \setasign\Fpdi\Tcpdf\Fpdi()), $b);
  8283.         $instance->setContainer($this);
  8284.         return $instance;
  8285.     }
  8286.     /**
  8287.      * Gets the public 'Shopware\Core\Checkout\Document\DocumentDefinition' shared service.
  8288.      *
  8289.      * @return \Shopware\Core\Checkout\Document\DocumentDefinition
  8290.      */
  8291.     protected function getDocumentDefinitionService()
  8292.     {
  8293.         include_once \dirname(__DIR__4).'/vendor/shopware/core/Checkout/Document/DocumentDefinition.php';
  8294.         $this->services['Shopware\\Core\\Checkout\\Document\\DocumentDefinition'] = $instance = new \Shopware\Core\Checkout\Document\DocumentDefinition();
  8295.         $instance->compile(($this->services['Shopware\\Core\\Framework\\DataAbstractionLayer\\DefinitionInstanceRegistry'] ?? $this->getDefinitionInstanceRegistryService()));
  8296.         return $instance;
  8297.     }
  8298.     /**
  8299.      * Gets the public 'Shopware\Core\Checkout\Document\DocumentGeneratorController' shared service.
  8300.      *
  8301.      * @return \Shopware\Core\Checkout\Document\DocumentGeneratorController
  8302.      */
  8303.     protected function getDocumentGeneratorControllerService()
  8304.     {
  8305.         include_once \dirname(__DIR__4).'/vendor/shopware/core/Checkout/Document/DocumentGeneratorController.php';
  8306.         $this->services['Shopware\\Core\\Checkout\\Document\\DocumentGeneratorController'] = $instance = new \Shopware\Core\Checkout\Document\DocumentGeneratorController(($this->privates['Shopware\\Core\\Checkout\\Document\\DocumentService'] ?? $this->getDocumentServiceService()), ($this->privates['Shopware\\Core\\Checkout\\Document\\Service\\DocumentGenerator'] ?? $this->getDocumentGeneratorService()), ($this->services['.container.private.serializer'] ?? $this->get_Container_Private_SerializerService()), ($this->privates['Shopware\\Core\\Framework\\Validation\\DataValidator'] ?? $this->getDataValidatorService()));
  8307.         $instance->setContainer($this);
  8308.         return $instance;
  8309.     }
  8310.     /**
  8311.      * Gets the public 'Shopware\Core\Checkout\Document\SalesChannel\DocumentRoute' shared service.
  8312.      *
  8313.      * @return \Shopware\Core\Checkout\Document\SalesChannel\DocumentRoute
  8314.      */
  8315.     protected function getDocumentRouteService()
  8316.     {
  8317.         include_once \dirname(__DIR__4).'/vendor/shopware/core/Checkout/Document/SalesChannel/AbstractDocumentRoute.php';
  8318.         include_once \dirname(__DIR__4).'/vendor/shopware/core/Checkout/Document/SalesChannel/DocumentRoute.php';
  8319.         return $this->services['Shopware\\Core\\Checkout\\Document\\SalesChannel\\DocumentRoute'] = new \Shopware\Core\Checkout\Document\SalesChannel\DocumentRoute(($this->privates['Shopware\\Core\\Checkout\\Document\\Service\\DocumentGenerator'] ?? $this->getDocumentGeneratorService()));
  8320.     }
  8321.     /**
  8322.      * Gets the public 'Shopware\Core\Checkout\Order\Aggregate\OrderAddress\OrderAddressDefinition' shared service.
  8323.      *
  8324.      * @return \Shopware\Core\Checkout\Order\Aggregate\OrderAddress\OrderAddressDefinition
  8325.      */
  8326.     protected function getOrderAddressDefinitionService()
  8327.     {
  8328.         $this->services['Shopware\\Core\\Checkout\\Order\\Aggregate\\OrderAddress\\OrderAddressDefinition'] = $instance = new \Shopware\Core\Checkout\Order\Aggregate\OrderAddress\OrderAddressDefinition();
  8329.         $instance->compile(($this->services['Shopware\\Core\\Framework\\DataAbstractionLayer\\DefinitionInstanceRegistry'] ?? $this->getDefinitionInstanceRegistryService()));
  8330.         return $instance;
  8331.     }
  8332.     /**
  8333.      * Gets the public 'Shopware\Core\Checkout\Order\Aggregate\OrderCustomer\OrderCustomerDefinition' shared service.
  8334.      *
  8335.      * @return \Shopware\Core\Checkout\Order\Aggregate\OrderCustomer\OrderCustomerDefinition
  8336.      */
  8337.     protected function getOrderCustomerDefinitionService()
  8338.     {
  8339.         include_once \dirname(__DIR__4).'/vendor/shopware/core/Checkout/Order/Aggregate/OrderCustomer/OrderCustomerDefinition.php';
  8340.         $this->services['Shopware\\Core\\Checkout\\Order\\Aggregate\\OrderCustomer\\OrderCustomerDefinition'] = $instance = new \Shopware\Core\Checkout\Order\Aggregate\OrderCustomer\OrderCustomerDefinition();
  8341.         $instance->compile(($this->services['Shopware\\Core\\Framework\\DataAbstractionLayer\\DefinitionInstanceRegistry'] ?? $this->getDefinitionInstanceRegistryService()));
  8342.         return $instance;
  8343.     }
  8344.     /**
  8345.      * Gets the public 'Shopware\Core\Checkout\Order\Aggregate\OrderDeliveryPosition\OrderDeliveryPositionDefinition' shared service.
  8346.      *
  8347.      * @return \Shopware\Core\Checkout\Order\Aggregate\OrderDeliveryPosition\OrderDeliveryPositionDefinition
  8348.      */
  8349.     protected function getOrderDeliveryPositionDefinitionService()
  8350.     {
  8351.         include_once \dirname(__DIR__4).'/vendor/shopware/core/Checkout/Order/Aggregate/OrderDeliveryPosition/OrderDeliveryPositionDefinition.php';
  8352.         $this->services['Shopware\\Core\\Checkout\\Order\\Aggregate\\OrderDeliveryPosition\\OrderDeliveryPositionDefinition'] = $instance = new \Shopware\Core\Checkout\Order\Aggregate\OrderDeliveryPosition\OrderDeliveryPositionDefinition();
  8353.         $instance->compile(($this->services['Shopware\\Core\\Framework\\DataAbstractionLayer\\DefinitionInstanceRegistry'] ?? $this->getDefinitionInstanceRegistryService()));
  8354.         return $instance;
  8355.     }
  8356.     /**
  8357.      * Gets the public 'Shopware\Core\Checkout\Order\Aggregate\OrderDelivery\OrderDeliveryDefinition' shared service.
  8358.      *
  8359.      * @return \Shopware\Core\Checkout\Order\Aggregate\OrderDelivery\OrderDeliveryDefinition
  8360.      */
  8361.     protected function getOrderDeliveryDefinitionService()
  8362.     {
  8363.         include_once \dirname(__DIR__4).'/vendor/shopware/core/Checkout/Order/Aggregate/OrderDelivery/OrderDeliveryDefinition.php';
  8364.         $this->services['Shopware\\Core\\Checkout\\Order\\Aggregate\\OrderDelivery\\OrderDeliveryDefinition'] = $instance = new \Shopware\Core\Checkout\Order\Aggregate\OrderDelivery\OrderDeliveryDefinition();
  8365.         $instance->compile(($this->services['Shopware\\Core\\Framework\\DataAbstractionLayer\\DefinitionInstanceRegistry'] ?? $this->getDefinitionInstanceRegistryService()));
  8366.         return $instance;
  8367.     }
  8368.     /**
  8369.      * Gets the public 'Shopware\Core\Checkout\Order\Aggregate\OrderLineItemDownload\OrderLineItemDownloadDefinition' shared service.
  8370.      *
  8371.      * @return \Shopware\Core\Checkout\Order\Aggregate\OrderLineItemDownload\OrderLineItemDownloadDefinition
  8372.      */
  8373.     protected function getOrderLineItemDownloadDefinitionService()
  8374.     {
  8375.         include_once \dirname(__DIR__4).'/vendor/shopware/core/Checkout/Order/Aggregate/OrderLineItemDownload/OrderLineItemDownloadDefinition.php';
  8376.         $this->services['Shopware\\Core\\Checkout\\Order\\Aggregate\\OrderLineItemDownload\\OrderLineItemDownloadDefinition'] = $instance = new \Shopware\Core\Checkout\Order\Aggregate\OrderLineItemDownload\OrderLineItemDownloadDefinition();
  8377.         $instance->compile(($this->services['Shopware\\Core\\Framework\\DataAbstractionLayer\\DefinitionInstanceRegistry'] ?? $this->getDefinitionInstanceRegistryService()));
  8378.         return $instance;
  8379.     }
  8380.     /**
  8381.      * Gets the public 'Shopware\Core\Checkout\Order\Aggregate\OrderLineItem\OrderLineItemDefinition' shared service.
  8382.      *
  8383.      * @return \Shopware\Core\Checkout\Order\Aggregate\OrderLineItem\OrderLineItemDefinition
  8384.      */
  8385.     protected function getOrderLineItemDefinitionService()
  8386.     {
  8387.         include_once \dirname(__DIR__4).'/vendor/shopware/core/Checkout/Order/Aggregate/OrderLineItem/OrderLineItemDefinition.php';
  8388.         $this->services['Shopware\\Core\\Checkout\\Order\\Aggregate\\OrderLineItem\\OrderLineItemDefinition'] = $instance = new \Shopware\Core\Checkout\Order\Aggregate\OrderLineItem\OrderLineItemDefinition();
  8389.         $instance->compile(($this->services['Shopware\\Core\\Framework\\DataAbstractionLayer\\DefinitionInstanceRegistry'] ?? $this->getDefinitionInstanceRegistryService()));
  8390.         return $instance;
  8391.     }
  8392.     /**
  8393.      * Gets the public 'Shopware\Core\Checkout\Order\Aggregate\OrderTag\OrderTagDefinition' shared service.
  8394.      *
  8395.      * @return \Shopware\Core\Checkout\Order\Aggregate\OrderTag\OrderTagDefinition
  8396.      */
  8397.     protected function getOrderTagDefinitionService()
  8398.     {
  8399.         include_once \dirname(__DIR__4).'/vendor/shopware/core/Checkout/Order/Aggregate/OrderTag/OrderTagDefinition.php';
  8400.         $this->services['Shopware\\Core\\Checkout\\Order\\Aggregate\\OrderTag\\OrderTagDefinition'] = $instance = new \Shopware\Core\Checkout\Order\Aggregate\OrderTag\OrderTagDefinition();
  8401.         $instance->compile(($this->services['Shopware\\Core\\Framework\\DataAbstractionLayer\\DefinitionInstanceRegistry'] ?? $this->getDefinitionInstanceRegistryService()));
  8402.         return $instance;
  8403.     }
  8404.     /**
  8405.      * Gets the public 'Shopware\Core\Checkout\Order\Aggregate\OrderTransactionCaptureRefundPosition\OrderTransactionCaptureRefundPositionDefinition' shared service.
  8406.      *
  8407.      * @return \Shopware\Core\Checkout\Order\Aggregate\OrderTransactionCaptureRefundPosition\OrderTransactionCaptureRefundPositionDefinition
  8408.      */
  8409.     protected function getOrderTransactionCaptureRefundPositionDefinitionService()
  8410.     {
  8411.         include_once \dirname(__DIR__4).'/vendor/shopware/core/Checkout/Order/Aggregate/OrderTransactionCaptureRefundPosition/OrderTransactionCaptureRefundPositionDefinition.php';
  8412.         $this->services['Shopware\\Core\\Checkout\\Order\\Aggregate\\OrderTransactionCaptureRefundPosition\\OrderTransactionCaptureRefundPositionDefinition'] = $instance = new \Shopware\Core\Checkout\Order\Aggregate\OrderTransactionCaptureRefundPosition\OrderTransactionCaptureRefundPositionDefinition();
  8413.         $instance->compile(($this->services['Shopware\\Core\\Framework\\DataAbstractionLayer\\DefinitionInstanceRegistry'] ?? $this->getDefinitionInstanceRegistryService()));
  8414.         return $instance;
  8415.     }
  8416.     /**
  8417.      * Gets the public 'Shopware\Core\Checkout\Order\Aggregate\OrderTransactionCaptureRefund\OrderTransactionCaptureRefundDefinition' shared service.
  8418.      *
  8419.      * @return \Shopware\Core\Checkout\Order\Aggregate\OrderTransactionCaptureRefund\OrderTransactionCaptureRefundDefinition
  8420.      */
  8421.     protected function getOrderTransactionCaptureRefundDefinitionService()
  8422.     {
  8423.         include_once \dirname(__DIR__4).'/vendor/shopware/core/Checkout/Order/Aggregate/OrderTransactionCaptureRefund/OrderTransactionCaptureRefundDefinition.php';
  8424.         $this->services['Shopware\\Core\\Checkout\\Order\\Aggregate\\OrderTransactionCaptureRefund\\OrderTransactionCaptureRefundDefinition'] = $instance = new \Shopware\Core\Checkout\Order\Aggregate\OrderTransactionCaptureRefund\OrderTransactionCaptureRefundDefinition();
  8425.         $instance->compile(($this->services['Shopware\\Core\\Framework\\DataAbstractionLayer\\DefinitionInstanceRegistry'] ?? $this->getDefinitionInstanceRegistryService()));
  8426.         return $instance;
  8427.     }
  8428.     /**
  8429.      * Gets the public 'Shopware\Core\Checkout\Order\Aggregate\OrderTransactionCapture\OrderTransactionCaptureDefinition' shared service.
  8430.      *
  8431.      * @return \Shopware\Core\Checkout\Order\Aggregate\OrderTransactionCapture\OrderTransactionCaptureDefinition
  8432.      */
  8433.     protected function getOrderTransactionCaptureDefinitionService()
  8434.     {
  8435.         include_once \dirname(__DIR__4).'/vendor/shopware/core/Checkout/Order/Aggregate/OrderTransactionCapture/OrderTransactionCaptureDefinition.php';
  8436.         $this->services['Shopware\\Core\\Checkout\\Order\\Aggregate\\OrderTransactionCapture\\OrderTransactionCaptureDefinition'] = $instance = new \Shopware\Core\Checkout\Order\Aggregate\OrderTransactionCapture\OrderTransactionCaptureDefinition();
  8437.         $instance->compile(($this->services['Shopware\\Core\\Framework\\DataAbstractionLayer\\DefinitionInstanceRegistry'] ?? $this->getDefinitionInstanceRegistryService()));
  8438.         return $instance;
  8439.     }
  8440.     /**
  8441.      * Gets the public 'Shopware\Core\Checkout\Order\Aggregate\OrderTransaction\OrderTransactionDefinition' shared service.
  8442.      *
  8443.      * @return \Shopware\Core\Checkout\Order\Aggregate\OrderTransaction\OrderTransactionDefinition
  8444.      */
  8445.     protected function getOrderTransactionDefinitionService()
  8446.     {
  8447.         include_once \dirname(__DIR__4).'/vendor/shopware/core/Checkout/Order/Aggregate/OrderTransaction/OrderTransactionDefinition.php';
  8448.         $this->services['Shopware\\Core\\Checkout\\Order\\Aggregate\\OrderTransaction\\OrderTransactionDefinition'] = $instance = new \Shopware\Core\Checkout\Order\Aggregate\OrderTransaction\OrderTransactionDefinition();
  8449.         $instance->compile(($this->services['Shopware\\Core\\Framework\\DataAbstractionLayer\\DefinitionInstanceRegistry'] ?? $this->getDefinitionInstanceRegistryService()));
  8450.         return $instance;
  8451.     }
  8452.     /**
  8453.      * Gets the public 'Shopware\Core\Checkout\Order\Api\OrderActionController' shared service.
  8454.      *
  8455.      * @return \Shopware\Core\Checkout\Order\Api\OrderActionController
  8456.      */
  8457.     protected function getOrderActionControllerService()
  8458.     {
  8459.         include_once \dirname(__DIR__4).'/vendor/shopware/core/Checkout/Order/Api/OrderActionController.php';
  8460.         $this->services['Shopware\\Core\\Checkout\\Order\\Api\\OrderActionController'] = $instance = new \Shopware\Core\Checkout\Order\Api\OrderActionController(($this->privates['Shopware\\Core\\Checkout\\Order\\SalesChannel\\OrderService'] ?? $this->getOrderServiceService()), ($this->privates['Shopware\\Core\\Framework\\Api\\Converter\\ApiVersionConverter'] ?? $this->getApiVersionConverterService()), ($this->services['Shopware\\Core\\System\\StateMachine\\StateMachineDefinition'] ?? $this->getStateMachineDefinitionService()), ($this->services['Doctrine\\DBAL\\Connection'] ?? $this->getConnectionService()), ($this->services['Shopware\\Core\\Checkout\\Payment\\Cart\\PaymentRefundProcessor'] ?? $this->getPaymentRefundProcessorService()));
  8461.         $instance->setContainer($this);
  8462.         return $instance;
  8463.     }
  8464.     /**
  8465.      * Gets the public 'Shopware\Core\Checkout\Order\OrderDefinition' shared service.
  8466.      *
  8467.      * @return \Shopware\Core\Checkout\Order\OrderDefinition
  8468.      */
  8469.     protected function getOrderDefinitionService()
  8470.     {
  8471.         $this->services['Shopware\\Core\\Checkout\\Order\\OrderDefinition'] = $instance = new \Shopware\Core\Checkout\Order\OrderDefinition();
  8472.         $instance->compile(($this->services['Shopware\\Core\\Framework\\DataAbstractionLayer\\DefinitionInstanceRegistry'] ?? $this->getDefinitionInstanceRegistryService()));
  8473.         return $instance;
  8474.     }
  8475.     /**
  8476.      * Gets the public 'Shopware\Core\Checkout\Order\SalesChannel\CancelOrderRoute' shared service.
  8477.      *
  8478.      * @return \Shopware\Core\Checkout\Order\SalesChannel\CancelOrderRoute
  8479.      */
  8480.     protected function getCancelOrderRouteService()
  8481.     {
  8482.         include_once \dirname(__DIR__4).'/vendor/shopware/core/Checkout/Order/SalesChannel/AbstractCancelOrderRoute.php';
  8483.         include_once \dirname(__DIR__4).'/vendor/shopware/core/Checkout/Order/SalesChannel/CancelOrderRoute.php';
  8484.         return $this->services['Shopware\\Core\\Checkout\\Order\\SalesChannel\\CancelOrderRoute'] = new \Shopware\Core\Checkout\Order\SalesChannel\CancelOrderRoute(($this->privates['Shopware\\Core\\Checkout\\Order\\SalesChannel\\OrderService'] ?? $this->getOrderServiceService()), ($this->services['order.repository'] ?? $this->getOrder_RepositoryService()));
  8485.     }
  8486.     /**
  8487.      * Gets the public 'Shopware\Core\Checkout\Order\SalesChannel\OrderRoute' shared service.
  8488.      *
  8489.      * @return \Shopware\Core\Checkout\Order\SalesChannel\OrderRoute
  8490.      */
  8491.     protected function getOrderRouteService()
  8492.     {
  8493.         include_once \dirname(__DIR__4).'/vendor/shopware/core/Checkout/Order/SalesChannel/AbstractOrderRoute.php';
  8494.         include_once \dirname(__DIR__4).'/vendor/shopware/core/Checkout/Order/SalesChannel/OrderRoute.php';
  8495.         return $this->services['Shopware\\Core\\Checkout\\Order\\SalesChannel\\OrderRoute'] = new \Shopware\Core\Checkout\Order\SalesChannel\OrderRoute(($this->services['order.repository'] ?? $this->getOrder_RepositoryService()), ($this->services['promotion.repository'] ?? $this->getPromotion_RepositoryService()), ($this->privates['shopware.rate_limiter'] ?? $this->getShopware_RateLimiterService()));
  8496.     }
  8497.     /**
  8498.      * Gets the public 'Shopware\Core\Checkout\Order\SalesChannel\SetPaymentOrderRoute' shared service.
  8499.      *
  8500.      * @return \Shopware\Core\Checkout\Order\SalesChannel\SetPaymentOrderRoute
  8501.      */
  8502.     protected function getSetPaymentOrderRouteService()
  8503.     {
  8504.         include_once \dirname(__DIR__4).'/vendor/shopware/core/Checkout/Order/SalesChannel/AbstractSetPaymentOrderRoute.php';
  8505.         include_once \dirname(__DIR__4).'/vendor/shopware/core/Checkout/Order/SalesChannel/SetPaymentOrderRoute.php';
  8506.         return $this->services['Shopware\\Core\\Checkout\\Order\\SalesChannel\\SetPaymentOrderRoute'] = new \Shopware\Core\Checkout\Order\SalesChannel\SetPaymentOrderRoute(($this->privates['Shopware\\Core\\Checkout\\Order\\SalesChannel\\OrderService'] ?? $this->getOrderServiceService()), ($this->services['order.repository'] ?? $this->getOrder_RepositoryService()), ($this->services['Shopware\\Core\\Checkout\\Payment\\SalesChannel\\SortedPaymentMethodRoute'] ?? $this->getSortedPaymentMethodRouteService()), ($this->privates['Shopware\\Core\\Checkout\\Cart\\Order\\OrderConverter'] ?? $this->getOrderConverterService()), ($this->privates['Shopware\\Core\\Checkout\\Cart\\CartRuleLoader'] ?? $this->getCartRuleLoaderService()), ($this->services['event_dispatcher'] ?? $this->getEventDispatcherService()), ($this->privates['Shopware\\Core\\System\\StateMachine\\Loader\\InitialStateIdLoader'] ?? $this->getInitialStateIdLoaderService()));
  8507.     }
  8508.     /**
  8509.      * Gets the public 'Shopware\Core\Checkout\Payment\Aggregate\PaymentMethodTranslation\PaymentMethodTranslationDefinition' shared service.
  8510.      *
  8511.      * @return \Shopware\Core\Checkout\Payment\Aggregate\PaymentMethodTranslation\PaymentMethodTranslationDefinition
  8512.      */
  8513.     protected function getPaymentMethodTranslationDefinitionService()
  8514.     {
  8515.         include_once \dirname(__DIR__4).'/vendor/shopware/core/Framework/DataAbstractionLayer/EntityTranslationDefinition.php';
  8516.         include_once \dirname(__DIR__4).'/vendor/shopware/core/Checkout/Payment/Aggregate/PaymentMethodTranslation/PaymentMethodTranslationDefinition.php';
  8517.         $this->services['Shopware\\Core\\Checkout\\Payment\\Aggregate\\PaymentMethodTranslation\\PaymentMethodTranslationDefinition'] = $instance = new \Shopware\Core\Checkout\Payment\Aggregate\PaymentMethodTranslation\PaymentMethodTranslationDefinition();
  8518.         $instance->compile(($this->services['Shopware\\Core\\Framework\\DataAbstractionLayer\\DefinitionInstanceRegistry'] ?? $this->getDefinitionInstanceRegistryService()));
  8519.         return $instance;
  8520.     }
  8521.     /**
  8522.      * Gets the public 'Shopware\Core\Checkout\Payment\Cart\PaymentRefundProcessor' shared service.
  8523.      *
  8524.      * @return \Shopware\Core\Checkout\Payment\Cart\PaymentRefundProcessor
  8525.      */
  8526.     protected function getPaymentRefundProcessorService()
  8527.     {
  8528.         include_once \dirname(__DIR__4).'/vendor/shopware/core/Checkout/Payment/Cart/PaymentRefundProcessor.php';
  8529.         include_once \dirname(__DIR__4).'/vendor/shopware/core/Checkout/Order/Aggregate/OrderTransactionCaptureRefund/OrderTransactionCaptureRefundStateHandler.php';
  8530.         return $this->services['Shopware\\Core\\Checkout\\Payment\\Cart\\PaymentRefundProcessor'] = new \Shopware\Core\Checkout\Payment\Cart\PaymentRefundProcessor(($this->services['Doctrine\\DBAL\\Connection'] ?? $this->getConnectionService()), new \Shopware\Core\Checkout\Order\Aggregate\OrderTransactionCaptureRefund\OrderTransactionCaptureRefundStateHandler(($this->privates['Shopware\\Core\\System\\StateMachine\\StateMachineRegistry'] ?? $this->getStateMachineRegistryService())), ($this->privates['Shopware\\Core\\Checkout\\Payment\\Cart\\PaymentHandler\\PaymentHandlerRegistry'] ?? $this->getPaymentHandlerRegistryService()));
  8531.     }
  8532.     /**
  8533.      * Gets the public 'Shopware\Core\Checkout\Payment\Controller\PaymentController' shared service.
  8534.      *
  8535.      * @return \Shopware\Core\Checkout\Payment\Controller\PaymentController
  8536.      */
  8537.     protected function getPaymentControllerService()
  8538.     {
  8539.         include_once \dirname(__DIR__4).'/vendor/shopware/core/Checkout/Payment/Controller/PaymentController.php';
  8540.         $this->services['Shopware\\Core\\Checkout\\Payment\\Controller\\PaymentController'] = $instance = new \Shopware\Core\Checkout\Payment\Controller\PaymentController(($this->privates['Shopware\\Core\\Checkout\\Payment\\PaymentService'] ?? $this->getPaymentServiceService()), ($this->privates['Shopware\\Core\\Checkout\\Cart\\Order\\OrderConverter'] ?? $this->getOrderConverterService()), ($this->privates['Shopware\\Core\\Checkout\\Payment\\Cart\\Token\\JWTFactoryV2'] ?? $this->getJWTFactoryV2Service()), ($this->services['order.repository'] ?? $this->getOrder_RepositoryService()));
  8541.         $instance->setContainer($this);
  8542.         return $instance;
  8543.     }
  8544.     /**
  8545.      * Gets the public 'Shopware\Core\Checkout\Payment\PaymentMethodDefinition' shared service.
  8546.      *
  8547.      * @return \Shopware\Core\Checkout\Payment\PaymentMethodDefinition
  8548.      */
  8549.     protected function getPaymentMethodDefinitionService()
  8550.     {
  8551.         $this->services['Shopware\\Core\\Checkout\\Payment\\PaymentMethodDefinition'] = $instance = new \Shopware\Core\Checkout\Payment\PaymentMethodDefinition();
  8552.         $instance->compile(($this->services['Shopware\\Core\\Framework\\DataAbstractionLayer\\DefinitionInstanceRegistry'] ?? $this->getDefinitionInstanceRegistryService()));
  8553.         return $instance;
  8554.     }
  8555.     /**
  8556.      * Gets the public 'Shopware\Core\Checkout\Payment\SalesChannel\CachedPaymentMethodRoute' shared service.
  8557.      *
  8558.      * @return \Shopware\Core\Checkout\Payment\SalesChannel\CachedPaymentMethodRoute
  8559.      */
  8560.     protected function getCachedPaymentMethodRouteService()
  8561.     {
  8562.         $a = ($this->services['sales_channel.payment_method.repository'] ?? $this->getSalesChannel_PaymentMethod_RepositoryService());
  8563.         if (isset($this->services['Shopware\\Core\\Checkout\\Payment\\SalesChannel\\CachedPaymentMethodRoute'])) {
  8564.             return $this->services['Shopware\\Core\\Checkout\\Payment\\SalesChannel\\CachedPaymentMethodRoute'];
  8565.         }
  8566.         $b = ($this->privates['Shopware\\Storefront\\Framework\\Cache\\CacheTracer'] ?? $this->getCacheTracerService());
  8567.         if (isset($this->services['Shopware\\Core\\Checkout\\Payment\\SalesChannel\\CachedPaymentMethodRoute'])) {
  8568.             return $this->services['Shopware\\Core\\Checkout\\Payment\\SalesChannel\\CachedPaymentMethodRoute'];
  8569.         }
  8570.         $c = ($this->services['event_dispatcher'] ?? $this->getEventDispatcherService());
  8571.         if (isset($this->services['Shopware\\Core\\Checkout\\Payment\\SalesChannel\\CachedPaymentMethodRoute'])) {
  8572.             return $this->services['Shopware\\Core\\Checkout\\Payment\\SalesChannel\\CachedPaymentMethodRoute'];
  8573.         }
  8574.         return $this->services['Shopware\\Core\\Checkout\\Payment\\SalesChannel\\CachedPaymentMethodRoute'] = new \Shopware\Core\Checkout\Payment\SalesChannel\CachedPaymentMethodRoute(new \Shopware\Core\Checkout\Payment\SalesChannel\PaymentMethodRoute($a), ($this->privates['Shopware\\Core\\Framework\\Adapter\\Cache\\CacheDecorator'] ?? $this->getCacheDecoratorService()), ($this->services['Shopware\\Core\\Framework\\DataAbstractionLayer\\Cache\\EntityCacheKeyGenerator'] ?? ($this->services['Shopware\\Core\\Framework\\DataAbstractionLayer\\Cache\\EntityCacheKeyGenerator'] = new \Shopware\Core\Framework\DataAbstractionLayer\Cache\EntityCacheKeyGenerator())), $b$c, []);
  8575.     }
  8576.     /**
  8577.      * Gets the public 'Shopware\Core\Checkout\Payment\SalesChannel\HandlePaymentMethodRoute' shared service.
  8578.      *
  8579.      * @return \Shopware\Core\Checkout\Payment\SalesChannel\HandlePaymentMethodRoute
  8580.      */
  8581.     protected function getHandlePaymentMethodRouteService()
  8582.     {
  8583.         include_once \dirname(__DIR__4).'/vendor/shopware/core/Checkout/Payment/SalesChannel/AbstractHandlePaymentMethodRoute.php';
  8584.         include_once \dirname(__DIR__4).'/vendor/shopware/core/Checkout/Payment/SalesChannel/HandlePaymentMethodRoute.php';
  8585.         return $this->services['Shopware\\Core\\Checkout\\Payment\\SalesChannel\\HandlePaymentMethodRoute'] = new \Shopware\Core\Checkout\Payment\SalesChannel\HandlePaymentMethodRoute(($this->privates['Shopware\\Core\\Checkout\\Payment\\PaymentService'] ?? $this->getPaymentServiceService()), ($this->privates['Shopware\\Core\\Framework\\Validation\\DataValidator'] ?? $this->getDataValidatorService()));
  8586.     }
  8587.     /**
  8588.      * Gets the public 'Shopware\Core\Checkout\Payment\SalesChannel\SalesChannelPaymentMethodDefinition' shared service.
  8589.      *
  8590.      * @return \Shopware\Core\Checkout\Payment\SalesChannel\SalesChannelPaymentMethodDefinition
  8591.      */
  8592.     protected function getSalesChannelPaymentMethodDefinitionService()
  8593.     {
  8594.         $this->services['Shopware\\Core\\Checkout\\Payment\\SalesChannel\\SalesChannelPaymentMethodDefinition'] = $instance = new \Shopware\Core\Checkout\Payment\SalesChannel\SalesChannelPaymentMethodDefinition();
  8595.         $instance->compile(($this->services['Shopware\\Core\\System\\SalesChannel\\Entity\\SalesChannelDefinitionInstanceRegistry'] ?? $this->getSalesChannelDefinitionInstanceRegistryService()));
  8596.         return $instance;
  8597.     }
  8598.     /**
  8599.      * Gets the public 'Shopware\Core\Checkout\Payment\SalesChannel\SortedPaymentMethodRoute' shared service.
  8600.      *
  8601.      * @return \Shopware\Core\Checkout\Payment\SalesChannel\SortedPaymentMethodRoute
  8602.      */
  8603.     protected function getSortedPaymentMethodRouteService()
  8604.     {
  8605.         $a = ($this->services['Swag\\PayPal\\Checkout\\SalesChannel\\FilteredPaymentMethodRoute'] ?? $this->getFilteredPaymentMethodRouteService());
  8606.         if (isset($this->services['Shopware\\Core\\Checkout\\Payment\\SalesChannel\\SortedPaymentMethodRoute'])) {
  8607.             return $this->services['Shopware\\Core\\Checkout\\Payment\\SalesChannel\\SortedPaymentMethodRoute'];
  8608.         }
  8609.         return $this->services['Shopware\\Core\\Checkout\\Payment\\SalesChannel\\SortedPaymentMethodRoute'] = new \Shopware\Core\Checkout\Payment\SalesChannel\SortedPaymentMethodRoute($a);
  8610.     }
  8611.     /**
  8612.      * Gets the public 'Shopware\Core\Checkout\Promotion\Aggregate\PromotionCartRule\PromotionCartRuleDefinition' shared service.
  8613.      *
  8614.      * @return \Shopware\Core\Checkout\Promotion\Aggregate\PromotionCartRule\PromotionCartRuleDefinition
  8615.      */
  8616.     protected function getPromotionCartRuleDefinitionService()
  8617.     {
  8618.         include_once \dirname(__DIR__4).'/vendor/shopware/core/Checkout/Promotion/Aggregate/PromotionCartRule/PromotionCartRuleDefinition.php';
  8619.         $this->services['Shopware\\Core\\Checkout\\Promotion\\Aggregate\\PromotionCartRule\\PromotionCartRuleDefinition'] = $instance = new \Shopware\Core\Checkout\Promotion\Aggregate\PromotionCartRule\PromotionCartRuleDefinition();
  8620.         $instance->compile(($this->services['Shopware\\Core\\Framework\\DataAbstractionLayer\\DefinitionInstanceRegistry'] ?? $this->getDefinitionInstanceRegistryService()));
  8621.         return $instance;
  8622.     }
  8623.     /**
  8624.      * Gets the public 'Shopware\Core\Checkout\Promotion\Aggregate\PromotionDiscountPrice\PromotionDiscountPriceDefinition' shared service.
  8625.      *
  8626.      * @return \Shopware\Core\Checkout\Promotion\Aggregate\PromotionDiscountPrice\PromotionDiscountPriceDefinition
  8627.      */
  8628.     protected function getPromotionDiscountPriceDefinitionService()
  8629.     {
  8630.         include_once \dirname(__DIR__4).'/vendor/shopware/core/Checkout/Promotion/Aggregate/PromotionDiscountPrice/PromotionDiscountPriceDefinition.php';
  8631.         $this->services['Shopware\\Core\\Checkout\\Promotion\\Aggregate\\PromotionDiscountPrice\\PromotionDiscountPriceDefinition'] = $instance = new \Shopware\Core\Checkout\Promotion\Aggregate\PromotionDiscountPrice\PromotionDiscountPriceDefinition();
  8632.         $instance->compile(($this->services['Shopware\\Core\\Framework\\DataAbstractionLayer\\DefinitionInstanceRegistry'] ?? $this->getDefinitionInstanceRegistryService()));
  8633.         return $instance;
  8634.     }
  8635.     /**
  8636.      * Gets the public 'Shopware\Core\Checkout\Promotion\Aggregate\PromotionDiscountRule\PromotionDiscountRuleDefinition' shared service.
  8637.      *
  8638.      * @return \Shopware\Core\Checkout\Promotion\Aggregate\PromotionDiscountRule\PromotionDiscountRuleDefinition
  8639.      */
  8640.     protected function getPromotionDiscountRuleDefinitionService()
  8641.     {
  8642.         include_once \dirname(__DIR__4).'/vendor/shopware/core/Checkout/Promotion/Aggregate/PromotionDiscountRule/PromotionDiscountRuleDefinition.php';
  8643.         $this->services['Shopware\\Core\\Checkout\\Promotion\\Aggregate\\PromotionDiscountRule\\PromotionDiscountRuleDefinition'] = $instance = new \Shopware\Core\Checkout\Promotion\Aggregate\PromotionDiscountRule\PromotionDiscountRuleDefinition();
  8644.         $instance->compile(($this->services['Shopware\\Core\\Framework\\DataAbstractionLayer\\DefinitionInstanceRegistry'] ?? $this->getDefinitionInstanceRegistryService()));
  8645.         return $instance;
  8646.     }
  8647.     /**
  8648.      * Gets the public 'Shopware\Core\Checkout\Promotion\Aggregate\PromotionDiscount\PromotionDiscountDefinition' shared service.
  8649.      *
  8650.      * @return \Shopware\Core\Checkout\Promotion\Aggregate\PromotionDiscount\PromotionDiscountDefinition
  8651.      */
  8652.     protected function getPromotionDiscountDefinitionService()
  8653.     {
  8654.         include_once \dirname(__DIR__4).'/vendor/shopware/core/Checkout/Promotion/Aggregate/PromotionDiscount/PromotionDiscountDefinition.php';
  8655.         $this->services['Shopware\\Core\\Checkout\\Promotion\\Aggregate\\PromotionDiscount\\PromotionDiscountDefinition'] = $instance = new \Shopware\Core\Checkout\Promotion\Aggregate\PromotionDiscount\PromotionDiscountDefinition();
  8656.         $instance->compile(($this->services['Shopware\\Core\\Framework\\DataAbstractionLayer\\DefinitionInstanceRegistry'] ?? $this->getDefinitionInstanceRegistryService()));
  8657.         return $instance;
  8658.     }
  8659.     /**
  8660.      * Gets the public 'Shopware\Core\Checkout\Promotion\Aggregate\PromotionIndividualCode\PromotionIndividualCodeDefinition' shared service.
  8661.      *
  8662.      * @return \Shopware\Core\Checkout\Promotion\Aggregate\PromotionIndividualCode\PromotionIndividualCodeDefinition
  8663.      */
  8664.     protected function getPromotionIndividualCodeDefinitionService()
  8665.     {
  8666.         include_once \dirname(__DIR__4).'/vendor/shopware/core/Checkout/Promotion/Aggregate/PromotionIndividualCode/PromotionIndividualCodeDefinition.php';
  8667.         $this->services['Shopware\\Core\\Checkout\\Promotion\\Aggregate\\PromotionIndividualCode\\PromotionIndividualCodeDefinition'] = $instance = new \Shopware\Core\Checkout\Promotion\Aggregate\PromotionIndividualCode\PromotionIndividualCodeDefinition();
  8668.         $instance->compile(($this->services['Shopware\\Core\\Framework\\DataAbstractionLayer\\DefinitionInstanceRegistry'] ?? $this->getDefinitionInstanceRegistryService()));
  8669.         return $instance;
  8670.     }
  8671.     /**
  8672.      * Gets the public 'Shopware\Core\Checkout\Promotion\Aggregate\PromotionOrderRule\PromotionOrderRuleDefinition' shared service.
  8673.      *
  8674.      * @return \Shopware\Core\Checkout\Promotion\Aggregate\PromotionOrderRule\PromotionOrderRuleDefinition
  8675.      */
  8676.     protected function getPromotionOrderRuleDefinitionService()
  8677.     {
  8678.         include_once \dirname(__DIR__4).'/vendor/shopware/core/Checkout/Promotion/Aggregate/PromotionOrderRule/PromotionOrderRuleDefinition.php';
  8679.         $this->services['Shopware\\Core\\Checkout\\Promotion\\Aggregate\\PromotionOrderRule\\PromotionOrderRuleDefinition'] = $instance = new \Shopware\Core\Checkout\Promotion\Aggregate\PromotionOrderRule\PromotionOrderRuleDefinition();
  8680.         $instance->compile(($this->services['Shopware\\Core\\Framework\\DataAbstractionLayer\\DefinitionInstanceRegistry'] ?? $this->getDefinitionInstanceRegistryService()));
  8681.         return $instance;
  8682.     }
  8683.     /**
  8684.      * Gets the public 'Shopware\Core\Checkout\Promotion\Aggregate\PromotionPersonaCustomer\PromotionPersonaCustomerDefinition' shared service.
  8685.      *
  8686.      * @return \Shopware\Core\Checkout\Promotion\Aggregate\PromotionPersonaCustomer\PromotionPersonaCustomerDefinition
  8687.      */
  8688.     protected function getPromotionPersonaCustomerDefinitionService()
  8689.     {
  8690.         include_once \dirname(__DIR__4).'/vendor/shopware/core/Checkout/Promotion/Aggregate/PromotionPersonaCustomer/PromotionPersonaCustomerDefinition.php';
  8691.         $this->services['Shopware\\Core\\Checkout\\Promotion\\Aggregate\\PromotionPersonaCustomer\\PromotionPersonaCustomerDefinition'] = $instance = new \Shopware\Core\Checkout\Promotion\Aggregate\PromotionPersonaCustomer\PromotionPersonaCustomerDefinition();
  8692.         $instance->compile(($this->services['Shopware\\Core\\Framework\\DataAbstractionLayer\\DefinitionInstanceRegistry'] ?? $this->getDefinitionInstanceRegistryService()));
  8693.         return $instance;
  8694.     }
  8695.     /**
  8696.      * Gets the public 'Shopware\Core\Checkout\Promotion\Aggregate\PromotionPersonaRule\PromotionPersonaRuleDefinition' shared service.
  8697.      *
  8698.      * @return \Shopware\Core\Checkout\Promotion\Aggregate\PromotionPersonaRule\PromotionPersonaRuleDefinition
  8699.      */
  8700.     protected function getPromotionPersonaRuleDefinitionService()
  8701.     {
  8702.         include_once \dirname(__DIR__4).'/vendor/shopware/core/Checkout/Promotion/Aggregate/PromotionPersonaRule/PromotionPersonaRuleDefinition.php';
  8703.         $this->services['Shopware\\Core\\Checkout\\Promotion\\Aggregate\\PromotionPersonaRule\\PromotionPersonaRuleDefinition'] = $instance = new \Shopware\Core\Checkout\Promotion\Aggregate\PromotionPersonaRule\PromotionPersonaRuleDefinition();
  8704.         $instance->compile(($this->services['Shopware\\Core\\Framework\\DataAbstractionLayer\\DefinitionInstanceRegistry'] ?? $this->getDefinitionInstanceRegistryService()));
  8705.         return $instance;
  8706.     }
  8707.     /**
  8708.      * Gets the public 'Shopware\Core\Checkout\Promotion\Aggregate\PromotionSalesChannel\PromotionSalesChannelDefinition' shared service.
  8709.      *
  8710.      * @return \Shopware\Core\Checkout\Promotion\Aggregate\PromotionSalesChannel\PromotionSalesChannelDefinition
  8711.      */
  8712.     protected function getPromotionSalesChannelDefinitionService()
  8713.     {
  8714.         include_once \dirname(__DIR__4).'/vendor/shopware/core/Checkout/Promotion/Aggregate/PromotionSalesChannel/PromotionSalesChannelDefinition.php';
  8715.         $this->services['Shopware\\Core\\Checkout\\Promotion\\Aggregate\\PromotionSalesChannel\\PromotionSalesChannelDefinition'] = $instance = new \Shopware\Core\Checkout\Promotion\Aggregate\PromotionSalesChannel\PromotionSalesChannelDefinition();
  8716.         $instance->compile(($this->services['Shopware\\Core\\Framework\\DataAbstractionLayer\\DefinitionInstanceRegistry'] ?? $this->getDefinitionInstanceRegistryService()));
  8717.         return $instance;
  8718.     }
  8719.     /**
  8720.      * Gets the public 'Shopware\Core\Checkout\Promotion\Aggregate\PromotionSetGroupRule\PromotionSetGroupRuleDefinition' shared service.
  8721.      *
  8722.      * @return \Shopware\Core\Checkout\Promotion\Aggregate\PromotionSetGroupRule\PromotionSetGroupRuleDefinition
  8723.      */
  8724.     protected function getPromotionSetGroupRuleDefinitionService()
  8725.     {
  8726.         include_once \dirname(__DIR__4).'/vendor/shopware/core/Checkout/Promotion/Aggregate/PromotionSetGroupRule/PromotionSetGroupRuleDefinition.php';
  8727.         $this->services['Shopware\\Core\\Checkout\\Promotion\\Aggregate\\PromotionSetGroupRule\\PromotionSetGroupRuleDefinition'] = $instance = new \Shopware\Core\Checkout\Promotion\Aggregate\PromotionSetGroupRule\PromotionSetGroupRuleDefinition();
  8728.         $instance->compile(($this->services['Shopware\\Core\\Framework\\DataAbstractionLayer\\DefinitionInstanceRegistry'] ?? $this->getDefinitionInstanceRegistryService()));
  8729.         return $instance;
  8730.     }
  8731.     /**
  8732.      * Gets the public 'Shopware\Core\Checkout\Promotion\Aggregate\PromotionSetGroup\PromotionSetGroupDefinition' shared service.
  8733.      *
  8734.      * @return \Shopware\Core\Checkout\Promotion\Aggregate\PromotionSetGroup\PromotionSetGroupDefinition
  8735.      */
  8736.     protected function getPromotionSetGroupDefinitionService()
  8737.     {
  8738.         include_once \dirname(__DIR__4).'/vendor/shopware/core/Checkout/Promotion/Aggregate/PromotionSetGroup/PromotionSetGroupDefinition.php';
  8739.         $this->services['Shopware\\Core\\Checkout\\Promotion\\Aggregate\\PromotionSetGroup\\PromotionSetGroupDefinition'] = $instance = new \Shopware\Core\Checkout\Promotion\Aggregate\PromotionSetGroup\PromotionSetGroupDefinition();
  8740.         $instance->compile(($this->services['Shopware\\Core\\Framework\\DataAbstractionLayer\\DefinitionInstanceRegistry'] ?? $this->getDefinitionInstanceRegistryService()));
  8741.         return $instance;
  8742.     }
  8743.     /**
  8744.      * Gets the public 'Shopware\Core\Checkout\Promotion\Aggregate\PromotionTranslation\PromotionTranslationDefinition' shared service.
  8745.      *
  8746.      * @return \Shopware\Core\Checkout\Promotion\Aggregate\PromotionTranslation\PromotionTranslationDefinition
  8747.      */
  8748.     protected function getPromotionTranslationDefinitionService()
  8749.     {
  8750.         include_once \dirname(__DIR__4).'/vendor/shopware/core/Framework/DataAbstractionLayer/EntityTranslationDefinition.php';
  8751.         include_once \dirname(__DIR__4).'/vendor/shopware/core/Checkout/Promotion/Aggregate/PromotionTranslation/PromotionTranslationDefinition.php';
  8752.         $this->services['Shopware\\Core\\Checkout\\Promotion\\Aggregate\\PromotionTranslation\\PromotionTranslationDefinition'] = $instance = new \Shopware\Core\Checkout\Promotion\Aggregate\PromotionTranslation\PromotionTranslationDefinition();
  8753.         $instance->compile(($this->services['Shopware\\Core\\Framework\\DataAbstractionLayer\\DefinitionInstanceRegistry'] ?? $this->getDefinitionInstanceRegistryService()));
  8754.         return $instance;
  8755.     }
  8756.     /**
  8757.      * Gets the public 'Shopware\Core\Checkout\Promotion\Api\PromotionActionController' shared service.
  8758.      *
  8759.      * @return \Shopware\Core\Checkout\Promotion\Api\PromotionActionController
  8760.      */
  8761.     protected function getPromotionActionControllerService()
  8762.     {
  8763.         include_once \dirname(__DIR__4).'/vendor/shopware/core/Checkout/Promotion/Api/PromotionActionController.php';
  8764.         include_once \dirname(__DIR__4).'/vendor/shopware/core/Checkout/Promotion/Util/PromotionCodesLoader.php';
  8765.         include_once \dirname(__DIR__4).'/vendor/shopware/core/Checkout/Promotion/Util/PromotionCodesRemover.php';
  8766.         $this->services['Shopware\\Core\\Checkout\\Promotion\\Api\\PromotionActionController'] = $instance = new \Shopware\Core\Checkout\Promotion\Api\PromotionActionController(new \Shopware\Core\Checkout\Promotion\Util\PromotionCodesLoader(($this->services['Doctrine\\DBAL\\Connection'] ?? $this->getConnectionService())), new \Shopware\Core\Checkout\Promotion\Util\PromotionCodesRemover(($this->services['promotion_individual_code.repository'] ?? $this->getPromotionIndividualCode_RepositoryService())), ($this->privates['Shopware\\Core\\Checkout\\Cart\\LineItem\\Group\\LineItemGroupServiceRegistry'] ?? $this->getLineItemGroupServiceRegistryService()), ($this->privates['Shopware\\Core\\Checkout\\Promotion\\Cart\\Discount\\Filter\\FilterServiceRegistry'] ?? $this->getFilterServiceRegistryService()));
  8767.         $instance->setContainer($this);
  8768.         return $instance;
  8769.     }
  8770.     /**
  8771.      * Gets the public 'Shopware\Core\Checkout\Promotion\Api\PromotionController' shared service.
  8772.      *
  8773.      * @return \Shopware\Core\Checkout\Promotion\Api\PromotionController
  8774.      */
  8775.     protected function getPromotionControllerService()
  8776.     {
  8777.         include_once \dirname(__DIR__4).'/vendor/shopware/core/Checkout/Promotion/Api/PromotionController.php';
  8778.         include_once \dirname(__DIR__4).'/vendor/shopware/core/Checkout/Promotion/Util/PromotionCodeService.php';
  8779.         $this->services['Shopware\\Core\\Checkout\\Promotion\\Api\\PromotionController'] = $instance = new \Shopware\Core\Checkout\Promotion\Api\PromotionController(new \Shopware\Core\Checkout\Promotion\Util\PromotionCodeService(($this->services['promotion.repository'] ?? $this->getPromotion_RepositoryService()), ($this->services['promotion_individual_code.repository'] ?? $this->getPromotionIndividualCode_RepositoryService()), ($this->services['Doctrine\\DBAL\\Connection'] ?? $this->getConnectionService())));
  8780.         $instance->setContainer($this);
  8781.         return $instance;
  8782.     }
  8783.     /**
  8784.      * Gets the public 'Shopware\Core\Checkout\Promotion\PromotionDefinition' shared service.
  8785.      *
  8786.      * @return \Shopware\Core\Checkout\Promotion\PromotionDefinition
  8787.      */
  8788.     protected function getPromotionDefinitionService()
  8789.     {
  8790.         include_once \dirname(__DIR__4).'/vendor/shopware/core/Checkout/Promotion/PromotionDefinition.php';
  8791.         $this->services['Shopware\\Core\\Checkout\\Promotion\\PromotionDefinition'] = $instance = new \Shopware\Core\Checkout\Promotion\PromotionDefinition();
  8792.         $instance->compile(($this->services['Shopware\\Core\\Framework\\DataAbstractionLayer\\DefinitionInstanceRegistry'] ?? $this->getDefinitionInstanceRegistryService()));
  8793.         return $instance;
  8794.     }
  8795.     /**
  8796.      * Gets the public 'Shopware\Core\Checkout\Shipping\Aggregate\ShippingMethodPrice\ShippingMethodPriceDefinition' shared service.
  8797.      *
  8798.      * @return \Shopware\Core\Checkout\Shipping\Aggregate\ShippingMethodPrice\ShippingMethodPriceDefinition
  8799.      */
  8800.     protected function getShippingMethodPriceDefinitionService()
  8801.     {
  8802.         include_once \dirname(__DIR__4).'/vendor/shopware/core/Checkout/Shipping/Aggregate/ShippingMethodPrice/ShippingMethodPriceDefinition.php';
  8803.         $this->services['Shopware\\Core\\Checkout\\Shipping\\Aggregate\\ShippingMethodPrice\\ShippingMethodPriceDefinition'] = $instance = new \Shopware\Core\Checkout\Shipping\Aggregate\ShippingMethodPrice\ShippingMethodPriceDefinition();
  8804.         $instance->compile(($this->services['Shopware\\Core\\Framework\\DataAbstractionLayer\\DefinitionInstanceRegistry'] ?? $this->getDefinitionInstanceRegistryService()));
  8805.         return $instance;
  8806.     }
  8807.     /**
  8808.      * Gets the public 'Shopware\Core\Checkout\Shipping\Aggregate\ShippingMethodTag\ShippingMethodTagDefinition' shared service.
  8809.      *
  8810.      * @return \Shopware\Core\Checkout\Shipping\Aggregate\ShippingMethodTag\ShippingMethodTagDefinition
  8811.      */
  8812.     protected function getShippingMethodTagDefinitionService()
  8813.     {
  8814.         include_once \dirname(__DIR__4).'/vendor/shopware/core/Checkout/Shipping/Aggregate/ShippingMethodTag/ShippingMethodTagDefinition.php';
  8815.         $this->services['Shopware\\Core\\Checkout\\Shipping\\Aggregate\\ShippingMethodTag\\ShippingMethodTagDefinition'] = $instance = new \Shopware\Core\Checkout\Shipping\Aggregate\ShippingMethodTag\ShippingMethodTagDefinition();
  8816.         $instance->compile(($this->services['Shopware\\Core\\Framework\\DataAbstractionLayer\\DefinitionInstanceRegistry'] ?? $this->getDefinitionInstanceRegistryService()));
  8817.         return $instance;
  8818.     }
  8819.     /**
  8820.      * Gets the public 'Shopware\Core\Checkout\Shipping\Aggregate\ShippingMethodTranslation\ShippingMethodTranslationDefinition' shared service.
  8821.      *
  8822.      * @return \Shopware\Core\Checkout\Shipping\Aggregate\ShippingMethodTranslation\ShippingMethodTranslationDefinition
  8823.      */
  8824.     protected function getShippingMethodTranslationDefinitionService()
  8825.     {
  8826.         include_once \dirname(__DIR__4).'/vendor/shopware/core/Framework/DataAbstractionLayer/EntityTranslationDefinition.php';
  8827.         include_once \dirname(__DIR__4).'/vendor/shopware/core/Checkout/Shipping/Aggregate/ShippingMethodTranslation/ShippingMethodTranslationDefinition.php';
  8828.         $this->services['Shopware\\Core\\Checkout\\Shipping\\Aggregate\\ShippingMethodTranslation\\ShippingMethodTranslationDefinition'] = $instance = new \Shopware\Core\Checkout\Shipping\Aggregate\ShippingMethodTranslation\ShippingMethodTranslationDefinition();
  8829.         $instance->compile(($this->services['Shopware\\Core\\Framework\\DataAbstractionLayer\\DefinitionInstanceRegistry'] ?? $this->getDefinitionInstanceRegistryService()));
  8830.         return $instance;
  8831.     }
  8832.     /**
  8833.      * Gets the public 'Shopware\Core\Checkout\Shipping\SalesChannel\CachedShippingMethodRoute' shared service.
  8834.      *
  8835.      * @return \Shopware\Core\Checkout\Shipping\SalesChannel\CachedShippingMethodRoute
  8836.      */
  8837.     protected function getCachedShippingMethodRouteService()
  8838.     {
  8839.         $a = ($this->services['sales_channel.shipping_method.repository'] ?? $this->getSalesChannel_ShippingMethod_RepositoryService());
  8840.         if (isset($this->services['Shopware\\Core\\Checkout\\Shipping\\SalesChannel\\CachedShippingMethodRoute'])) {
  8841.             return $this->services['Shopware\\Core\\Checkout\\Shipping\\SalesChannel\\CachedShippingMethodRoute'];
  8842.         }
  8843.         $b = ($this->privates['Shopware\\Storefront\\Framework\\Cache\\CacheTracer'] ?? $this->getCacheTracerService());
  8844.         if (isset($this->services['Shopware\\Core\\Checkout\\Shipping\\SalesChannel\\CachedShippingMethodRoute'])) {
  8845.             return $this->services['Shopware\\Core\\Checkout\\Shipping\\SalesChannel\\CachedShippingMethodRoute'];
  8846.         }
  8847.         $c = ($this->services['event_dispatcher'] ?? $this->getEventDispatcherService());
  8848.         if (isset($this->services['Shopware\\Core\\Checkout\\Shipping\\SalesChannel\\CachedShippingMethodRoute'])) {
  8849.             return $this->services['Shopware\\Core\\Checkout\\Shipping\\SalesChannel\\CachedShippingMethodRoute'];
  8850.         }
  8851.         return $this->services['Shopware\\Core\\Checkout\\Shipping\\SalesChannel\\CachedShippingMethodRoute'] = new \Shopware\Core\Checkout\Shipping\SalesChannel\CachedShippingMethodRoute(new \Shopware\Core\Checkout\Shipping\SalesChannel\ShippingMethodRoute($a), ($this->privates['Shopware\\Core\\Framework\\Adapter\\Cache\\CacheDecorator'] ?? $this->getCacheDecoratorService()), ($this->services['Shopware\\Core\\Framework\\DataAbstractionLayer\\Cache\\EntityCacheKeyGenerator'] ?? ($this->services['Shopware\\Core\\Framework\\DataAbstractionLayer\\Cache\\EntityCacheKeyGenerator'] = new \Shopware\Core\Framework\DataAbstractionLayer\Cache\EntityCacheKeyGenerator())), $b$c, []);
  8852.     }
  8853.     /**
  8854.      * Gets the public 'Shopware\Core\Checkout\Shipping\SalesChannel\SalesChannelShippingMethodDefinition' shared service.
  8855.      *
  8856.      * @return \Shopware\Core\Checkout\Shipping\SalesChannel\SalesChannelShippingMethodDefinition
  8857.      */
  8858.     protected function getSalesChannelShippingMethodDefinitionService()
  8859.     {
  8860.         $this->services['Shopware\\Core\\Checkout\\Shipping\\SalesChannel\\SalesChannelShippingMethodDefinition'] = $instance = new \Shopware\Core\Checkout\Shipping\SalesChannel\SalesChannelShippingMethodDefinition();
  8861.         $instance->compile(($this->services['Shopware\\Core\\System\\SalesChannel\\Entity\\SalesChannelDefinitionInstanceRegistry'] ?? $this->getSalesChannelDefinitionInstanceRegistryService()));
  8862.         return $instance;
  8863.     }
  8864.     /**
  8865.      * Gets the public 'Shopware\Core\Checkout\Shipping\SalesChannel\SortedShippingMethodRoute' shared service.
  8866.      *
  8867.      * @return \Shopware\Core\Checkout\Shipping\SalesChannel\SortedShippingMethodRoute
  8868.      */
  8869.     protected function getSortedShippingMethodRouteService()
  8870.     {
  8871.         $a = ($this->services['Shopware\\Core\\Checkout\\Shipping\\SalesChannel\\CachedShippingMethodRoute'] ?? $this->getCachedShippingMethodRouteService());
  8872.         if (isset($this->services['Shopware\\Core\\Checkout\\Shipping\\SalesChannel\\SortedShippingMethodRoute'])) {
  8873.             return $this->services['Shopware\\Core\\Checkout\\Shipping\\SalesChannel\\SortedShippingMethodRoute'];
  8874.         }
  8875.         return $this->services['Shopware\\Core\\Checkout\\Shipping\\SalesChannel\\SortedShippingMethodRoute'] = new \Shopware\Core\Checkout\Shipping\SalesChannel\SortedShippingMethodRoute($a);
  8876.     }
  8877.     /**
  8878.      * Gets the public 'Shopware\Core\Checkout\Shipping\ShippingMethodDefinition' shared service.
  8879.      *
  8880.      * @return \Shopware\Core\Checkout\Shipping\ShippingMethodDefinition
  8881.      */
  8882.     protected function getShippingMethodDefinitionService()
  8883.     {
  8884.         $this->services['Shopware\\Core\\Checkout\\Shipping\\ShippingMethodDefinition'] = $instance = new \Shopware\Core\Checkout\Shipping\ShippingMethodDefinition();
  8885.         $instance->compile(($this->services['Shopware\\Core\\Framework\\DataAbstractionLayer\\DefinitionInstanceRegistry'] ?? $this->getDefinitionInstanceRegistryService()));
  8886.         return $instance;
  8887.     }
  8888.     /**
  8889.      * Gets the public 'Shopware\Core\Content\Category\Aggregate\CategoryTag\CategoryTagDefinition' shared service.
  8890.      *
  8891.      * @return \Shopware\Core\Content\Category\Aggregate\CategoryTag\CategoryTagDefinition
  8892.      */
  8893.     protected function getCategoryTagDefinitionService()
  8894.     {
  8895.         include_once \dirname(__DIR__4).'/vendor/shopware/core/Content/Category/Aggregate/CategoryTag/CategoryTagDefinition.php';
  8896.         $this->services['Shopware\\Core\\Content\\Category\\Aggregate\\CategoryTag\\CategoryTagDefinition'] = $instance = new \Shopware\Core\Content\Category\Aggregate\CategoryTag\CategoryTagDefinition();
  8897.         $instance->compile(($this->services['Shopware\\Core\\Framework\\DataAbstractionLayer\\DefinitionInstanceRegistry'] ?? $this->getDefinitionInstanceRegistryService()));
  8898.         return $instance;
  8899.     }
  8900.     /**
  8901.      * Gets the public 'Shopware\Core\Content\Category\Aggregate\CategoryTranslation\CategoryTranslationDefinition' shared service.
  8902.      *
  8903.      * @return \Shopware\Core\Content\Category\Aggregate\CategoryTranslation\CategoryTranslationDefinition
  8904.      */
  8905.     protected function getCategoryTranslationDefinition2Service()
  8906.     {
  8907.         include_once \dirname(__DIR__4).'/vendor/shopware/core/Framework/DataAbstractionLayer/EntityTranslationDefinition.php';
  8908.         include_once \dirname(__DIR__4).'/vendor/shopware/core/Content/Category/Aggregate/CategoryTranslation/CategoryTranslationDefinition.php';
  8909.         $this->services['Shopware\\Core\\Content\\Category\\Aggregate\\CategoryTranslation\\CategoryTranslationDefinition'] = $instance = new \Shopware\Core\Content\Category\Aggregate\CategoryTranslation\CategoryTranslationDefinition();
  8910.         $instance->compile(($this->services['Shopware\\Core\\Framework\\DataAbstractionLayer\\DefinitionInstanceRegistry'] ?? $this->getDefinitionInstanceRegistryService()));
  8911.         return $instance;
  8912.     }
  8913.     /**
  8914.      * Gets the public 'Shopware\Core\Content\Category\CategoryDefinition' shared service.
  8915.      *
  8916.      * @return \Shopware\Core\Content\Category\CategoryDefinition
  8917.      */
  8918.     protected function getCategoryDefinition2Service()
  8919.     {
  8920.         $this->services['Shopware\\Core\\Content\\Category\\CategoryDefinition'] = $instance = new \Shopware\Core\Content\Category\CategoryDefinition();
  8921.         $instance->compile(($this->services['Shopware\\Core\\Framework\\DataAbstractionLayer\\DefinitionInstanceRegistry'] ?? $this->getDefinitionInstanceRegistryService()));
  8922.         return $instance;
  8923.     }
  8924.     /**
  8925.      * Gets the public 'Shopware\Core\Content\Category\CategoryHydrator' shared service.
  8926.      *
  8927.      * @return \Shopware\Core\Content\Category\CategoryHydrator
  8928.      */
  8929.     protected function getCategoryHydratorService()
  8930.     {
  8931.         include_once \dirname(__DIR__4).'/vendor/shopware/core/Content/Category/CategoryHydrator.php';
  8932.         return $this->services['Shopware\\Core\\Content\\Category\\CategoryHydrator'] = new \Shopware\Core\Content\Category\CategoryHydrator($this);
  8933.     }
  8934.     /**
  8935.      * Gets the public 'Shopware\Core\Content\Category\SalesChannel\CachedCategoryRoute' shared service.
  8936.      *
  8937.      * @return \Shopware\Core\Content\Category\SalesChannel\CachedCategoryRoute
  8938.      */
  8939.     protected function getCachedCategoryRouteService()
  8940.     {
  8941.         include_once \dirname(__DIR__4).'/vendor/shopware/core/Content/Category/SalesChannel/AbstractCategoryRoute.php';
  8942.         include_once \dirname(__DIR__4).'/vendor/shopware/core/Content/Category/SalesChannel/CachedCategoryRoute.php';
  8943.         include_once \dirname(__DIR__4).'/vendor/shopware/core/Content/Category/SalesChannel/CategoryRoute.php';
  8944.         return $this->services['Shopware\\Core\\Content\\Category\\SalesChannel\\CachedCategoryRoute'] = new \Shopware\Core\Content\Category\SalesChannel\CachedCategoryRoute(new \Shopware\Core\Content\Category\SalesChannel\CategoryRoute(($this->services['sales_channel.category.repository'] ?? $this->getSalesChannel_Category_RepositoryService()), ($this->privates['Shopware\\Core\\Content\\Cms\\SalesChannel\\SalesChannelCmsPageLoader'] ?? $this->getSalesChannelCmsPageLoaderService()), ($this->services['Shopware\\Core\\Content\\Category\\SalesChannel\\SalesChannelCategoryDefinition'] ?? $this->getSalesChannelCategoryDefinitionService())), ($this->privates['Shopware\\Core\\Framework\\Adapter\\Cache\\CacheDecorator'] ?? $this->getCacheDecoratorService()), ($this->services['Shopware\\Core\\Framework\\DataAbstractionLayer\\Cache\\EntityCacheKeyGenerator'] ?? ($this->services['Shopware\\Core\\Framework\\DataAbstractionLayer\\Cache\\EntityCacheKeyGenerator'] = new \Shopware\Core\Framework\DataAbstractionLayer\Cache\EntityCacheKeyGenerator())), ($this->privates['Shopware\\Storefront\\Framework\\Cache\\CacheTracer'] ?? $this->getCacheTracerService()), ($this->services['event_dispatcher'] ?? $this->getEventDispatcherService()), []);
  8945.     }
  8946.     /**
  8947.      * Gets the public 'Shopware\Core\Content\Category\SalesChannel\CachedNavigationRoute' shared service.
  8948.      *
  8949.      * @return \Shopware\Core\Content\Category\SalesChannel\CachedNavigationRoute
  8950.      */
  8951.     protected function getCachedNavigationRouteService()
  8952.     {
  8953.         $a = ($this->services['sales_channel.category.repository'] ?? $this->getSalesChannel_Category_RepositoryService());
  8954.         if (isset($this->services['Shopware\\Core\\Content\\Category\\SalesChannel\\CachedNavigationRoute'])) {
  8955.             return $this->services['Shopware\\Core\\Content\\Category\\SalesChannel\\CachedNavigationRoute'];
  8956.         }
  8957.         $b = ($this->privates['Shopware\\Storefront\\Framework\\Cache\\CacheTracer'] ?? $this->getCacheTracerService());
  8958.         if (isset($this->services['Shopware\\Core\\Content\\Category\\SalesChannel\\CachedNavigationRoute'])) {
  8959.             return $this->services['Shopware\\Core\\Content\\Category\\SalesChannel\\CachedNavigationRoute'];
  8960.         }
  8961.         $c = ($this->services['event_dispatcher'] ?? $this->getEventDispatcherService());
  8962.         if (isset($this->services['Shopware\\Core\\Content\\Category\\SalesChannel\\CachedNavigationRoute'])) {
  8963.             return $this->services['Shopware\\Core\\Content\\Category\\SalesChannel\\CachedNavigationRoute'];
  8964.         }
  8965.         return $this->services['Shopware\\Core\\Content\\Category\\SalesChannel\\CachedNavigationRoute'] = new \Shopware\Core\Content\Category\SalesChannel\CachedNavigationRoute(new \Shopware\Core\Content\Category\SalesChannel\NavigationRoute(($this->services['Doctrine\\DBAL\\Connection'] ?? $this->getConnectionService()), $a), ($this->privates['Shopware\\Core\\Framework\\Adapter\\Cache\\CacheDecorator'] ?? $this->getCacheDecoratorService()), ($this->services['Shopware\\Core\\Framework\\DataAbstractionLayer\\Cache\\EntityCacheKeyGenerator'] ?? ($this->services['Shopware\\Core\\Framework\\DataAbstractionLayer\\Cache\\EntityCacheKeyGenerator'] = new \Shopware\Core\Framework\DataAbstractionLayer\Cache\EntityCacheKeyGenerator())), $b$c, []);
  8966.     }
  8967.     /**
  8968.      * Gets the public 'Shopware\Core\Content\Category\SalesChannel\CategoryListRoute' shared service.
  8969.      *
  8970.      * @return \Shopware\Core\Content\Category\SalesChannel\CategoryListRoute
  8971.      */
  8972.     protected function getCategoryListRouteService()
  8973.     {
  8974.         include_once \dirname(__DIR__4).'/vendor/shopware/core/Content/Category/SalesChannel/AbstractCategoryListRoute.php';
  8975.         include_once \dirname(__DIR__4).'/vendor/shopware/core/Content/Category/SalesChannel/CategoryListRoute.php';
  8976.         return $this->services['Shopware\\Core\\Content\\Category\\SalesChannel\\CategoryListRoute'] = new \Shopware\Core\Content\Category\SalesChannel\CategoryListRoute(($this->services['sales_channel.category.repository'] ?? $this->getSalesChannel_Category_RepositoryService()));
  8977.     }
  8978.     /**
  8979.      * Gets the public 'Shopware\Core\Content\Category\SalesChannel\SalesChannelCategoryDefinition' shared service.
  8980.      *
  8981.      * @return \Shopware\Core\Content\Category\SalesChannel\SalesChannelCategoryDefinition
  8982.      */
  8983.     protected function getSalesChannelCategoryDefinitionService()
  8984.     {
  8985.         $this->services['Shopware\\Core\\Content\\Category\\SalesChannel\\SalesChannelCategoryDefinition'] = $instance = new \Shopware\Core\Content\Category\SalesChannel\SalesChannelCategoryDefinition();
  8986.         $instance->compile(($this->services['Shopware\\Core\\System\\SalesChannel\\Entity\\SalesChannelDefinitionInstanceRegistry'] ?? $this->getSalesChannelDefinitionInstanceRegistryService()));
  8987.         return $instance;
  8988.     }
  8989.     /**
  8990.      * Gets the public 'Shopware\Core\Content\Category\SalesChannel\TreeBuildingNavigationRoute' shared service.
  8991.      *
  8992.      * @return \Shopware\Core\Content\Category\SalesChannel\TreeBuildingNavigationRoute
  8993.      */
  8994.     protected function getTreeBuildingNavigationRouteService()
  8995.     {
  8996.         $a = ($this->services['Shopware\\Core\\Content\\Category\\SalesChannel\\CachedNavigationRoute'] ?? $this->getCachedNavigationRouteService());
  8997.         if (isset($this->services['Shopware\\Core\\Content\\Category\\SalesChannel\\TreeBuildingNavigationRoute'])) {
  8998.             return $this->services['Shopware\\Core\\Content\\Category\\SalesChannel\\TreeBuildingNavigationRoute'];
  8999.         }
  9000.         return $this->services['Shopware\\Core\\Content\\Category\\SalesChannel\\TreeBuildingNavigationRoute'] = new \Shopware\Core\Content\Category\SalesChannel\TreeBuildingNavigationRoute($a);
  9001.     }
  9002.     /**
  9003.      * Gets the public 'Shopware\Core\Content\Cms\Aggregate\CmsBlock\CmsBlockDefinition' shared service.
  9004.      *
  9005.      * @return \Shopware\Core\Content\Cms\Aggregate\CmsBlock\CmsBlockDefinition
  9006.      */
  9007.     protected function getCmsBlockDefinitionService()
  9008.     {
  9009.         include_once \dirname(__DIR__4).'/vendor/shopware/core/Content/Cms/Aggregate/CmsBlock/CmsBlockDefinition.php';
  9010.         $this->services['Shopware\\Core\\Content\\Cms\\Aggregate\\CmsBlock\\CmsBlockDefinition'] = $instance = new \Shopware\Core\Content\Cms\Aggregate\CmsBlock\CmsBlockDefinition();
  9011.         $instance->compile(($this->services['Shopware\\Core\\Framework\\DataAbstractionLayer\\DefinitionInstanceRegistry'] ?? $this->getDefinitionInstanceRegistryService()));
  9012.         return $instance;
  9013.     }
  9014.     /**
  9015.      * Gets the public 'Shopware\Core\Content\Cms\Aggregate\CmsPageTranslation\CmsPageTranslationDefinition' shared service.
  9016.      *
  9017.      * @return \Shopware\Core\Content\Cms\Aggregate\CmsPageTranslation\CmsPageTranslationDefinition
  9018.      */
  9019.     protected function getCmsPageTranslationDefinitionService()
  9020.     {
  9021.         include_once \dirname(__DIR__4).'/vendor/shopware/core/Framework/DataAbstractionLayer/EntityTranslationDefinition.php';
  9022.         include_once \dirname(__DIR__4).'/vendor/shopware/core/Content/Cms/Aggregate/CmsPageTranslation/CmsPageTranslationDefinition.php';
  9023.         $this->services['Shopware\\Core\\Content\\Cms\\Aggregate\\CmsPageTranslation\\CmsPageTranslationDefinition'] = $instance = new \Shopware\Core\Content\Cms\Aggregate\CmsPageTranslation\CmsPageTranslationDefinition();
  9024.         $instance->compile(($this->services['Shopware\\Core\\Framework\\DataAbstractionLayer\\DefinitionInstanceRegistry'] ?? $this->getDefinitionInstanceRegistryService()));
  9025.         return $instance;
  9026.     }
  9027.     /**
  9028.      * Gets the public 'Shopware\Core\Content\Cms\Aggregate\CmsSection\CmsSectionDefinition' shared service.
  9029.      *
  9030.      * @return \Shopware\Core\Content\Cms\Aggregate\CmsSection\CmsSectionDefinition
  9031.      */
  9032.     protected function getCmsSectionDefinitionService()
  9033.     {
  9034.         include_once \dirname(__DIR__4).'/vendor/shopware/core/Content/Cms/Aggregate/CmsSection/CmsSectionDefinition.php';
  9035.         $this->services['Shopware\\Core\\Content\\Cms\\Aggregate\\CmsSection\\CmsSectionDefinition'] = $instance = new \Shopware\Core\Content\Cms\Aggregate\CmsSection\CmsSectionDefinition();
  9036.         $instance->compile(($this->services['Shopware\\Core\\Framework\\DataAbstractionLayer\\DefinitionInstanceRegistry'] ?? $this->getDefinitionInstanceRegistryService()));
  9037.         return $instance;
  9038.     }
  9039.     /**
  9040.      * Gets the public 'Shopware\Core\Content\Cms\Aggregate\CmsSlotTranslation\CmsSlotTranslationDefinition' shared service.
  9041.      *
  9042.      * @return \Shopware\Core\Content\Cms\Aggregate\CmsSlotTranslation\CmsSlotTranslationDefinition
  9043.      */
  9044.     protected function getCmsSlotTranslationDefinitionService()
  9045.     {
  9046.         include_once \dirname(__DIR__4).'/vendor/shopware/core/Framework/DataAbstractionLayer/EntityTranslationDefinition.php';
  9047.         include_once \dirname(__DIR__4).'/vendor/shopware/core/Content/Cms/Aggregate/CmsSlotTranslation/CmsSlotTranslationDefinition.php';
  9048.         $this->services['Shopware\\Core\\Content\\Cms\\Aggregate\\CmsSlotTranslation\\CmsSlotTranslationDefinition'] = $instance = new \Shopware\Core\Content\Cms\Aggregate\CmsSlotTranslation\CmsSlotTranslationDefinition();
  9049.         $instance->compile(($this->services['Shopware\\Core\\Framework\\DataAbstractionLayer\\DefinitionInstanceRegistry'] ?? $this->getDefinitionInstanceRegistryService()));
  9050.         return $instance;
  9051.     }
  9052.     /**
  9053.      * Gets the public 'Shopware\Core\Content\Cms\Aggregate\CmsSlot\CmsSlotDefinition' shared service.
  9054.      *
  9055.      * @return \Shopware\Core\Content\Cms\Aggregate\CmsSlot\CmsSlotDefinition
  9056.      */
  9057.     protected function getCmsSlotDefinitionService()
  9058.     {
  9059.         include_once \dirname(__DIR__4).'/vendor/shopware/core/Content/Cms/Aggregate/CmsSlot/CmsSlotDefinition.php';
  9060.         $this->services['Shopware\\Core\\Content\\Cms\\Aggregate\\CmsSlot\\CmsSlotDefinition'] = $instance = new \Shopware\Core\Content\Cms\Aggregate\CmsSlot\CmsSlotDefinition();
  9061.         $instance->compile(($this->services['Shopware\\Core\\Framework\\DataAbstractionLayer\\DefinitionInstanceRegistry'] ?? $this->getDefinitionInstanceRegistryService()));
  9062.         return $instance;
  9063.     }
  9064.     /**
  9065.      * Gets the public 'Shopware\Core\Content\Cms\CmsPageDefinition' shared service.
  9066.      *
  9067.      * @return \Shopware\Core\Content\Cms\CmsPageDefinition
  9068.      */
  9069.     protected function getCmsPageDefinitionService()
  9070.     {
  9071.         $this->services['Shopware\\Core\\Content\\Cms\\CmsPageDefinition'] = $instance = new \Shopware\Core\Content\Cms\CmsPageDefinition();
  9072.         $instance->compile(($this->services['Shopware\\Core\\Framework\\DataAbstractionLayer\\DefinitionInstanceRegistry'] ?? $this->getDefinitionInstanceRegistryService()));
  9073.         return $instance;
  9074.     }
  9075.     /**
  9076.      * Gets the public 'Shopware\Core\Content\Cms\DataAbstractionLayer\FieldSerializer\SlotConfigFieldSerializer' shared service.
  9077.      *
  9078.      * @return \Shopware\Core\Content\Cms\DataAbstractionLayer\FieldSerializer\SlotConfigFieldSerializer
  9079.      */
  9080.     protected function getSlotConfigFieldSerializerService()
  9081.     {
  9082.         include_once \dirname(__DIR__4).'/vendor/shopware/core/Framework/DataAbstractionLayer/FieldSerializer/FieldSerializerInterface.php';
  9083.         include_once \dirname(__DIR__4).'/vendor/shopware/core/Framework/DataAbstractionLayer/FieldSerializer/AbstractFieldSerializer.php';
  9084.         include_once \dirname(__DIR__4).'/vendor/shopware/core/Framework/DataAbstractionLayer/FieldSerializer/JsonFieldSerializer.php';
  9085.         include_once \dirname(__DIR__4).'/vendor/shopware/core/Content/Cms/DataAbstractionLayer/FieldSerializer/SlotConfigFieldSerializer.php';
  9086.         return $this->services['Shopware\\Core\\Content\\Cms\\DataAbstractionLayer\\FieldSerializer\\SlotConfigFieldSerializer'] = new \Shopware\Core\Content\Cms\DataAbstractionLayer\FieldSerializer\SlotConfigFieldSerializer(($this->services['.container.private.validator'] ?? $this->get_Container_Private_ValidatorService()), ($this->services['Shopware\\Core\\Framework\\DataAbstractionLayer\\DefinitionInstanceRegistry'] ?? $this->getDefinitionInstanceRegistryService()));
  9087.     }
  9088.     /**
  9089.      * Gets the public 'Shopware\Core\Content\Cms\DataResolver\CmsSlotsDataResolver' shared service.
  9090.      *
  9091.      * @return \Shopware\Core\Content\Cms\DataResolver\CmsSlotsDataResolver
  9092.      */
  9093.     protected function getCmsSlotsDataResolverService()
  9094.     {
  9095.         $a = ($this->services['sales_channel.product.repository'] ?? $this->getSalesChannel_Product_RepositoryService());
  9096.         if (isset($this->services['Shopware\\Core\\Content\\Cms\\DataResolver\\CmsSlotsDataResolver'])) {
  9097.             return $this->services['Shopware\\Core\\Content\\Cms\\DataResolver\\CmsSlotsDataResolver'];
  9098.         }
  9099.         return $this->services['Shopware\\Core\\Content\\Cms\\DataResolver\\CmsSlotsDataResolver'] = new \Shopware\Core\Content\Cms\DataResolver\CmsSlotsDataResolver(new RewindableGenerator(function () {
  9100.             yield => ($this->privates['Shopware\\Core\\Content\\Media\\Cms\\ImageCmsElementResolver'] ?? $this->getImageCmsElementResolverService());
  9101.             yield => ($this->privates['Shopware\\Core\\Content\\Media\\Cms\\Type\\ImageSliderTypeDataResolver'] ?? $this->getImageSliderTypeDataResolverService());
  9102.             yield => ($this->privates['Shopware\\Core\\Content\\Media\\Cms\\Type\\ImageGalleryTypeDataResolver'] ?? $this->getImageGalleryTypeDataResolverService());
  9103.             yield => ($this->privates['Shopware\\Core\\Content\\Media\\Cms\\YoutubeVideoCmsElementResolver'] ?? ($this->privates['Shopware\\Core\\Content\\Media\\Cms\\YoutubeVideoCmsElementResolver'] = new \Shopware\Core\Content\Media\Cms\YoutubeVideoCmsElementResolver()));
  9104.             yield => ($this->privates['Shopware\\Core\\Content\\Media\\Cms\\VimeoVideoCmsElementResolver'] ?? ($this->privates['Shopware\\Core\\Content\\Media\\Cms\\VimeoVideoCmsElementResolver'] = new \Shopware\Core\Content\Media\Cms\VimeoVideoCmsElementResolver()));
  9105.             yield => ($this->privates['Shopware\\Core\\Content\\Product\\Cms\\ProductBoxCmsElementResolver'] ?? $this->getProductBoxCmsElementResolverService());
  9106.             yield => ($this->privates['Shopware\\Core\\Content\\Product\\Cms\\ProductListingCmsElementResolver'] ?? $this->getProductListingCmsElementResolverService());
  9107.             yield => ($this->privates['Shopware\\Core\\Content\\Product\\Cms\\ProductSliderCmsElementResolver'] ?? $this->getProductSliderCmsElementResolverService());
  9108.             yield => ($this->privates['Shopware\\Core\\Content\\Product\\Cms\\ProductNameCmsElementResolver'] ?? ($this->privates['Shopware\\Core\\Content\\Product\\Cms\\ProductNameCmsElementResolver'] = new \Shopware\Core\Content\Product\Cms\ProductNameCmsElementResolver()));
  9109.             yield => ($this->privates['Shopware\\Core\\Content\\Product\\Cms\\ManufacturerLogoCmsElementResolver'] ?? ($this->privates['Shopware\\Core\\Content\\Product\\Cms\\ManufacturerLogoCmsElementResolver'] = new \Shopware\Core\Content\Product\Cms\ManufacturerLogoCmsElementResolver()));
  9110.             yield 10 => ($this->privates['Shopware\\Core\\Content\\Product\\Cms\\CrossSellingCmsElementResolver'] ?? $this->getCrossSellingCmsElementResolverService());
  9111.             yield 11 => ($this->privates['Shopware\\Core\\Content\\Product\\Cms\\ProductDescriptionReviewsCmsElementResolver'] ?? $this->getProductDescriptionReviewsCmsElementResolverService());
  9112.             yield 12 => ($this->privates['Shopware\\Core\\Content\\Product\\Cms\\BuyBoxCmsElementResolver'] ?? $this->getBuyBoxCmsElementResolverService());
  9113.             yield 13 => ($this->privates['Shopware\\Core\\Content\\Cms\\DataResolver\\Element\\TextCmsElementResolver'] ?? $this->getTextCmsElementResolverService());
  9114.             yield 14 => ($this->privates['Shopware\\Core\\Content\\Cms\\DataResolver\\Element\\FormCmsElementResolver'] ?? $this->getFormCmsElementResolverService());
  9115.             yield 15 => ($this->privates['Nds\\RecipeManager\\Core\\DataResolver\\CategoryListDataResolver'] ?? ($this->privates['Nds\\RecipeManager\\Core\\DataResolver\\CategoryListDataResolver'] = new \Nds\RecipeManager\Core\DataResolver\CategoryListDataResolver()));
  9116.             yield 16 => ($this->privates['Nds\\RecipeManager\\Core\\DataResolver\\RecipeListDataResolver'] ?? ($this->privates['Nds\\RecipeManager\\Core\\DataResolver\\RecipeListDataResolver'] = new \Nds\RecipeManager\Core\DataResolver\RecipeListDataResolver()));
  9117.             yield 17 => ($this->privates['Nds\\RecipeManager\\Core\\DataResolver\\CategoryDataResolver'] ?? ($this->privates['Nds\\RecipeManager\\Core\\DataResolver\\CategoryDataResolver'] = new \Nds\RecipeManager\Core\DataResolver\CategoryDataResolver()));
  9118.             yield 18 => ($this->privates['Nds\\RecipeManager\\Core\\DataResolver\\RecipeDetailDataResolver'] ?? ($this->privates['Nds\\RecipeManager\\Core\\DataResolver\\RecipeDetailDataResolver'] = new \Nds\RecipeManager\Core\DataResolver\RecipeDetailDataResolver()));
  9119.             yield 19 => ($this->privates['Nds\\RecipeManager\\Core\\DataResolver\\RecipeSliderDataResolver'] ?? ($this->privates['Nds\\RecipeManager\\Core\\DataResolver\\RecipeSliderDataResolver'] = new \Nds\RecipeManager\Core\DataResolver\RecipeSliderDataResolver()));
  9120.             yield 20 => ($this->privates['MoorlFoundation\\Core\\Content\\Cms\\DataResolver\\Element\\AddressCmsElementResolver'] ?? ($this->privates['MoorlFoundation\\Core\\Content\\Cms\\DataResolver\\Element\\AddressCmsElementResolver'] = new \MoorlFoundation\Core\Content\Cms\DataResolver\Element\AddressCmsElementResolver()));
  9121.             yield 21 => ($this->privates['MoorlFoundation\\Core\\Content\\Cms\\DataResolver\\Element\\CompanyCmsElementResolver'] ?? ($this->privates['MoorlFoundation\\Core\\Content\\Cms\\DataResolver\\Element\\CompanyCmsElementResolver'] = new \MoorlFoundation\Core\Content\Cms\DataResolver\Element\CompanyCmsElementResolver()));
  9122.             yield 22 => ($this->privates['MoorlFoundation\\Core\\Content\\Cms\\DataResolver\\Element\\ContactCmsElementResolver'] ?? ($this->privates['MoorlFoundation\\Core\\Content\\Cms\\DataResolver\\Element\\ContactCmsElementResolver'] = new \MoorlFoundation\Core\Content\Cms\DataResolver\Element\ContactCmsElementResolver()));
  9123.             yield 23 => ($this->privates['MoorlFoundation\\Core\\Content\\Cms\\DataResolver\\Element\\LocationCmsElementResolver'] ?? ($this->privates['MoorlFoundation\\Core\\Content\\Cms\\DataResolver\\Element\\LocationCmsElementResolver'] = new \MoorlFoundation\Core\Content\Cms\DataResolver\Element\LocationCmsElementResolver()));
  9124.             yield 24 => ($this->privates['MoorlFoundation\\Core\\Content\\Cms\\DataResolver\\Element\\OpeningHoursCmsElementResolver'] ?? ($this->privates['MoorlFoundation\\Core\\Content\\Cms\\DataResolver\\Element\\OpeningHoursCmsElementResolver'] = new \MoorlFoundation\Core\Content\Cms\DataResolver\Element\OpeningHoursCmsElementResolver()));
  9125.             yield 25 => ($this->privates['MoorlFoundation\\Core\\Content\\Cms\\DataResolver\\Element\\PersonCmsElementResolver'] ?? ($this->privates['MoorlFoundation\\Core\\Content\\Cms\\DataResolver\\Element\\PersonCmsElementResolver'] = new \MoorlFoundation\Core\Content\Cms\DataResolver\Element\PersonCmsElementResolver()));
  9126.             yield 26 => ($this->privates['MoorlFoundation\\Core\\Content\\Product\\Cms\\ProductBuyListCmsElementResolver'] ?? $this->getProductBuyListCmsElementResolverService());
  9127.             yield 27 => ($this->privates['MoorlFoundation\\Core\\Content\\Media\\Cms\\DownloadListCmsElementResolver'] ?? $this->getDownloadListCmsElementResolverService());
  9128.             yield 28 => ($this->privates['MoorlFoundation\\Core\\Content\\Cms\\HtmlTagCmsElementResolver'] ?? $this->getHtmlTagCmsElementResolverService());
  9129.             yield 29 => ($this->privates['MoorlFoundation\\Core\\Content\\Cms\\TocCmsElementResolver'] ?? $this->getTocCmsElementResolverService());
  9130.             yield 30 => ($this->privates['MoorlFoundation\\Core\\Content\\Cms\\CtaBannerCmsElementResolver'] ?? ($this->privates['MoorlFoundation\\Core\\Content\\Cms\\CtaBannerCmsElementResolver'] = new \MoorlFoundation\Core\Content\Cms\CtaBannerCmsElementResolver()));
  9131.             yield 31 => ($this->privates['MoorlCreator\\Core\\Content\\Creator\\Cms\\CreatorListingCmsElementResolver'] ?? $this->getCreatorListingCmsElementResolverService());
  9132.             yield 32 => ($this->privates['MoorlMagazine\\Core\\Content\\MagazineArticle\\Cms\\MagazineArticleListingCmsElementResolver'] ?? $this->getMagazineArticleListingCmsElementResolverService());
  9133.             yield 33 => ($this->privates['MoorlCmsCategoryListing\\Core\\Content\\Category\\Cms\\CategoryListingCmsElementResolver'] ?? $this->getCategoryListingCmsElementResolverService());
  9134.             yield 34 => ($this->privates['Pixel\\LexikonSW6\\Resolver\\LexikonElementResolver'] ?? $this->getLexikonElementResolverService());
  9135.             yield 35 => ($this->services['Cbax\\ModulManufacturers\\Core\\Content\\Cms\\ManufacturerSliderCmsElementResolver'] ?? $this->getManufacturerSliderCmsElementResolverService());
  9136.             yield 36 => ($this->privates['LdsSubCategories\\DataResolver\\SubCategoriesCmsElementResolver'] ?? $this->getSubCategoriesCmsElementResolverService());
  9137.             yield 37 => ($this->privates['TcinnThemeWareModern\\Core\\Content\\Media\\Cms\\Type\\TcinnTextTeaserTypeDataResolver'] ?? $this->getTcinnTextTeaserTypeDataResolverService());
  9138.             yield 38 => ($this->privates['TcinnThemeWareModern\\Core\\Content\\Media\\Cms\\Type\\TcinnTextTeaserDecoratedTypeDataResolver'] ?? $this->getTcinnTextTeaserDecoratedTypeDataResolverService());
  9139.             yield 39 => ($this->privates['TcinnThemeWareModern\\Core\\Content\\Media\\Cms\\Type\\TcinnButtonTeaserTypeDataResolver'] ?? $this->getTcinnButtonTeaserTypeDataResolverService());
  9140.             yield 40 => ($this->privates['TcinnThemeWareModern\\Core\\Content\\Media\\Cms\\Type\\TcinnCallToActionTypeDataResolver'] ?? $this->getTcinnCallToActionTypeDataResolverService());
  9141.             yield 41 => ($this->privates['TcinnThemeWareModern\\Core\\Content\\Media\\Cms\\Type\\TcinnHoverBoxTypeDataResolver'] ?? $this->getTcinnHoverBoxTypeDataResolverService());
  9142.             yield 42 => ($this->privates['TcinnThemeWareModern\\Core\\Content\\Media\\Cms\\Type\\TcinnClassicTeaserTypeDataResolver'] ?? $this->getTcinnClassicTeaserTypeDataResolverService());
  9143.             yield 43 => ($this->privates['TcinnThemeWareModern\\Core\\Content\\Media\\Cms\\Type\\TcinnModernTeaserTypeDataResolver'] ?? $this->getTcinnModernTeaserTypeDataResolverService());
  9144.             yield 44 => ($this->privates['TcinnThemeWareModern\\Core\\Content\\Media\\Cms\\Type\\TcinnImageBannerTypeDataResolver'] ?? $this->getTcinnImageBannerTypeDataResolverService());
  9145.             yield 45 => ($this->privates['TcinnThemeWareModern\\Core\\Content\\Media\\Cms\\Type\\TcinnTextImageSlideTypeDataResolver'] ?? $this->getTcinnTextImageSlideTypeDataResolverService());
  9146.             yield 46 => ($this->privates['TcinnThemeWareModern\\Core\\Content\\Media\\Cms\\Type\\TcinnCallToActionSlideTypeDataResolver'] ?? $this->getTcinnCallToActionSlideTypeDataResolverService());
  9147.         }, 47), ['product' => $a], ($this->services['Shopware\\Core\\Framework\\DataAbstractionLayer\\DefinitionInstanceRegistry'] ?? $this->getDefinitionInstanceRegistryService()));
  9148.     }
  9149.     /**
  9150.      * Gets the public 'Shopware\Core\Content\Cms\SalesChannel\CmsRoute' shared service.
  9151.      *
  9152.      * @return \Shopware\Core\Content\Cms\SalesChannel\CmsRoute
  9153.      */
  9154.     protected function getCmsRouteService()
  9155.     {
  9156.         include_once \dirname(__DIR__4).'/vendor/shopware/core/Content/Cms/SalesChannel/AbstractCmsRoute.php';
  9157.         include_once \dirname(__DIR__4).'/vendor/shopware/core/Content/Cms/SalesChannel/CmsRoute.php';
  9158.         return $this->services['Shopware\\Core\\Content\\Cms\\SalesChannel\\CmsRoute'] = new \Shopware\Core\Content\Cms\SalesChannel\CmsRoute(($this->privates['Shopware\\Core\\Content\\Cms\\SalesChannel\\SalesChannelCmsPageLoader'] ?? $this->getSalesChannelCmsPageLoaderService()));
  9159.     }
  9160.     /**
  9161.      * Gets the public 'Shopware\Core\Content\Cms\SalesChannel\SalesChannelCmsPageRepository' shared service.
  9162.      *
  9163.      * @return \Shopware\Core\Content\Cms\SalesChannel\SalesChannelCmsPageRepository
  9164.      *
  9165.      * @deprecated Since shopware/core 6.5.0: tag:v6.5.0 "Shopware\Core\Content\Cms\SalesChannel\SalesChannelCmsPageRepository" service alias is deprecated, it will be removed in 6.5.0.
  9166.      */
  9167.     protected function getSalesChannelCmsPageRepositoryService()
  9168.     {
  9169.         trigger_deprecation('shopware/core''6.5.0''tag:v6.5.0 "Shopware\\Core\\Content\\Cms\\SalesChannel\\SalesChannelCmsPageRepository" service alias is deprecated, it will be removed in 6.5.0.');
  9170.         return $this->services['Shopware\\Core\\Content\\Cms\\SalesChannel\\SalesChannelCmsPageRepository'] = new \Shopware\Core\Content\Cms\SalesChannel\SalesChannelCmsPageRepository(($this->services['cms_page.repository'] ?? $this->getCmsPage_RepositoryService()));
  9171.     }
  9172.     /**
  9173.      * Gets the public 'Shopware\Core\Content\ContactForm\SalesChannel\ContactFormRoute' shared service.
  9174.      *
  9175.      * @return \Shopware\Core\Content\ContactForm\SalesChannel\ContactFormRoute
  9176.      */
  9177.     protected function getContactFormRouteService()
  9178.     {
  9179.         include_once \dirname(__DIR__4).'/vendor/shopware/core/Content/ContactForm/SalesChannel/AbstractContactFormRoute.php';
  9180.         include_once \dirname(__DIR__4).'/vendor/shopware/core/Content/ContactForm/SalesChannel/ContactFormRoute.php';
  9181.         include_once \dirname(__DIR__4).'/vendor/shopware/core/Framework/Validation/DataValidationFactoryInterface.php';
  9182.         include_once \dirname(__DIR__4).'/vendor/shopware/core/Content/ContactForm/Validation/ContactFormValidationFactory.php';
  9183.         $a = ($this->services['event_dispatcher'] ?? $this->getEventDispatcherService());
  9184.         $b = ($this->services['Shopware\\Core\\System\\SystemConfig\\SystemConfigService'] ?? $this->getSystemConfigServiceService());
  9185.         return $this->services['Shopware\\Core\\Content\\ContactForm\\SalesChannel\\ContactFormRoute'] = new \Shopware\Core\Content\ContactForm\SalesChannel\ContactFormRoute(new \Shopware\Core\Content\ContactForm\Validation\ContactFormValidationFactory($a$b), ($this->privates['Shopware\\Core\\Framework\\Validation\\DataValidator'] ?? $this->getDataValidatorService()), $a$b, ($this->services['cms_slot.repository'] ?? $this->getCmsSlot_RepositoryService()), ($this->services['salutation.repository'] ?? $this->getSalutation_RepositoryService()), ($this->services['category.repository'] ?? $this->getCategory_RepositoryService()), ($this->services['landing_page.repository'] ?? $this->getLandingPage_RepositoryService()), ($this->services['product.repository'] ?? $this->getProduct_RepositoryService()), ($this->services['request_stack'] ?? ($this->services['request_stack'] = new \Symfony\Component\HttpFoundation\RequestStack())), ($this->privates['shopware.rate_limiter'] ?? $this->getShopware_RateLimiterService()));
  9186.     }
  9187.     /**
  9188.      * Gets the public 'Shopware\Core\Content\Flow\Aggregate\FlowSequence\FlowSequenceDefinition' shared service.
  9189.      *
  9190.      * @return \Shopware\Core\Content\Flow\Aggregate\FlowSequence\FlowSequenceDefinition
  9191.      */
  9192.     protected function getFlowSequenceDefinitionService()
  9193.     {
  9194.         include_once \dirname(__DIR__4).'/vendor/shopware/core/Content/Flow/Aggregate/FlowSequence/FlowSequenceDefinition.php';
  9195.         $this->services['Shopware\\Core\\Content\\Flow\\Aggregate\\FlowSequence\\FlowSequenceDefinition'] = $instance = new \Shopware\Core\Content\Flow\Aggregate\FlowSequence\FlowSequenceDefinition();
  9196.         $instance->compile(($this->services['Shopware\\Core\\Framework\\DataAbstractionLayer\\DefinitionInstanceRegistry'] ?? $this->getDefinitionInstanceRegistryService()));
  9197.         return $instance;
  9198.     }
  9199.     /**
  9200.      * Gets the public 'Shopware\Core\Content\Flow\Aggregate\FlowTemplate\FlowTemplateDefinition' shared service.
  9201.      *
  9202.      * @return \Shopware\Core\Content\Flow\Aggregate\FlowTemplate\FlowTemplateDefinition
  9203.      */
  9204.     protected function getFlowTemplateDefinitionService()
  9205.     {
  9206.         include_once \dirname(__DIR__4).'/vendor/shopware/core/Content/Flow/Aggregate/FlowTemplate/FlowTemplateDefinition.php';
  9207.         $this->services['Shopware\\Core\\Content\\Flow\\Aggregate\\FlowTemplate\\FlowTemplateDefinition'] = $instance = new \Shopware\Core\Content\Flow\Aggregate\FlowTemplate\FlowTemplateDefinition();
  9208.         $instance->compile(($this->services['Shopware\\Core\\Framework\\DataAbstractionLayer\\DefinitionInstanceRegistry'] ?? $this->getDefinitionInstanceRegistryService()));
  9209.         return $instance;
  9210.     }
  9211.     /**
  9212.      * Gets the public 'Shopware\Core\Content\Flow\DataAbstractionLayer\FieldSerializer\FlowTemplateConfigFieldSerializer' shared service.
  9213.      *
  9214.      * @return \Shopware\Core\Content\Flow\DataAbstractionLayer\FieldSerializer\FlowTemplateConfigFieldSerializer
  9215.      */
  9216.     protected function getFlowTemplateConfigFieldSerializerService()
  9217.     {
  9218.         include_once \dirname(__DIR__4).'/vendor/shopware/core/Framework/DataAbstractionLayer/FieldSerializer/FieldSerializerInterface.php';
  9219.         include_once \dirname(__DIR__4).'/vendor/shopware/core/Framework/DataAbstractionLayer/FieldSerializer/AbstractFieldSerializer.php';
  9220.         include_once \dirname(__DIR__4).'/vendor/shopware/core/Framework/DataAbstractionLayer/FieldSerializer/JsonFieldSerializer.php';
  9221.         include_once \dirname(__DIR__4).'/vendor/shopware/core/Content/Flow/DataAbstractionLayer/FieldSerializer/FlowTemplateConfigFieldSerializer.php';
  9222.         return $this->services['Shopware\\Core\\Content\\Flow\\DataAbstractionLayer\\FieldSerializer\\FlowTemplateConfigFieldSerializer'] = new \Shopware\Core\Content\Flow\DataAbstractionLayer\FieldSerializer\FlowTemplateConfigFieldSerializer(($this->services['.container.private.validator'] ?? $this->get_Container_Private_ValidatorService()), ($this->services['Shopware\\Core\\Framework\\DataAbstractionLayer\\DefinitionInstanceRegistry'] ?? $this->getDefinitionInstanceRegistryService()));
  9223.     }
  9224.     /**
  9225.      * Gets the public 'Shopware\Core\Content\Flow\Dispatching\CachedFlowLoader' shared service.
  9226.      *
  9227.      * @return \Shopware\Core\Content\Flow\Dispatching\CachedFlowLoader
  9228.      */
  9229.     protected function getCachedFlowLoaderService()
  9230.     {
  9231.         include_once \dirname(__DIR__4).'/vendor/shopware/core/Content/Flow/Dispatching/AbstractFlowLoader.php';
  9232.         include_once \dirname(__DIR__4).'/vendor/shopware/core/Content/Flow/Dispatching/CachedFlowLoader.php';
  9233.         include_once \dirname(__DIR__4).'/vendor/shopware/core/Content/Flow/Dispatching/FlowLoader.php';
  9234.         return $this->services['Shopware\\Core\\Content\\Flow\\Dispatching\\CachedFlowLoader'] = new \Shopware\Core\Content\Flow\Dispatching\CachedFlowLoader(new \Shopware\Core\Content\Flow\Dispatching\FlowLoader(($this->services['Doctrine\\DBAL\\Connection'] ?? $this->getConnectionService()), ($this->services['logger'] ?? $this->getLoggerService())), ($this->privates['Shopware\\Core\\Framework\\Adapter\\Cache\\CacheDecorator'] ?? $this->getCacheDecoratorService()));
  9235.     }
  9236.     /**
  9237.      * Gets the public 'Shopware\Core\Content\Flow\Dispatching\FlowExecutor' shared service.
  9238.      *
  9239.      * @return \Shopware\Core\Content\Flow\Dispatching\FlowExecutor
  9240.      */
  9241.     protected function getFlowExecutorService()
  9242.     {
  9243.         include_once \dirname(__DIR__4).'/vendor/shopware/core/Content/Flow/Dispatching/FlowExecutor.php';
  9244.         include_once \dirname(__DIR__4).'/vendor/shopware/core/Content/Flow/Rule/FlowRuleScopeBuilder.php';
  9245.         include_once \dirname(__DIR__4).'/vendor/shopware/core/Checkout/Cart/Delivery/DeliveryBuilder.php';
  9246.         return $this->services['Shopware\\Core\\Content\\Flow\\Dispatching\\FlowExecutor'] = new \Shopware\Core\Content\Flow\Dispatching\FlowExecutor(($this->services['event_dispatcher'] ?? $this->getEventDispatcherService()), ($this->services['Shopware\\Core\\Framework\\App\\FlowAction\\AppFlowActionProvider'] ?? $this->getAppFlowActionProviderService()), ($this->privates['Shopware\\Core\\Checkout\\Cart\\CachedRuleLoader'] ?? $this->getCachedRuleLoaderService()), new \Shopware\Core\Content\Flow\Rule\FlowRuleScopeBuilder(($this->privates['Shopware\\Core\\Checkout\\Cart\\Order\\OrderConverter'] ?? $this->getOrderConverterService()), ($this->privates['Shopware\\Core\\Checkout\\Cart\\Delivery\\DeliveryBuilder'] ?? ($this->privates['Shopware\\Core\\Checkout\\Cart\\Delivery\\DeliveryBuilder'] = new \Shopware\Core\Checkout\Cart\Delivery\DeliveryBuilder())), new RewindableGenerator(function () {
  9247.             yield => ($this->privates['Acris\\Promotion\\Core\\Checkout\\Promotion\\Cart\\PromotionCartCollectorStart'] ?? ($this->privates['Acris\\Promotion\\Core\\Checkout\\Promotion\\Cart\\PromotionCartCollectorStart'] = new \Acris\Promotion\Core\Checkout\Promotion\Cart\PromotionCartCollectorStart()));
  9248.             yield => ($this->privates['Shopware\\Core\\Content\\Product\\Cart\\ProductCartProcessor'] ?? $this->getProductCartProcessorService());
  9249.             yield => ($this->privates['Meteor\\PromotionGift\\Core\\Checkout\\Promotion\\Cart\\PromotionCollectorDecorator'] ?? $this->getPromotionCollectorDecoratorService());
  9250.             yield => ($this->privates['Meteor\\PromotionGift\\Core\\Checkout\\Promotion\\Cart\\GiftCollector'] ?? $this->getGiftCollectorService());
  9251.             yield => ($this->privates['Shopware\\Core\\Checkout\\Cart\\CustomCartProcessor'] ?? $this->getCustomCartProcessorService());
  9252.             yield => ($this->privates['Shopware\\Core\\Checkout\\Cart\\Delivery\\DeliveryProcessor'] ?? $this->getDeliveryProcessorService());
  9253.             yield => ($this->privates['Acris\\Promotion\\Core\\Checkout\\Promotion\\Cart\\PromotionCartCollectorEnd'] ?? ($this->privates['Acris\\Promotion\\Core\\Checkout\\Promotion\\Cart\\PromotionCartCollectorEnd'] = new \Acris\Promotion\Core\Checkout\Promotion\Cart\PromotionCartCollectorEnd()));
  9254.         }, 7)), new RewindableGenerator(function () {
  9255.             yield 'action.add.order.tag' => ($this->privates['Shopware\\Core\\Content\\Flow\\Dispatching\\Action\\AddOrderTagAction'] ?? $this->getAddOrderTagActionService());
  9256.             yield 'action.add.customer.tag' => ($this->privates['Shopware\\Core\\Content\\Flow\\Dispatching\\Action\\AddCustomerTagAction'] ?? $this->getAddCustomerTagActionService());
  9257.             yield 'action.remove.order.tag' => ($this->privates['Shopware\\Core\\Content\\Flow\\Dispatching\\Action\\RemoveOrderTagAction'] ?? $this->getRemoveOrderTagActionService());
  9258.             yield 'action.remove.customer.tag' => ($this->privates['Shopware\\Core\\Content\\Flow\\Dispatching\\Action\\RemoveCustomerTagAction'] ?? $this->getRemoveCustomerTagActionService());
  9259.             yield 'action.change.customer.group' => ($this->privates['Shopware\\Core\\Content\\Flow\\Dispatching\\Action\\ChangeCustomerGroupAction'] ?? $this->getChangeCustomerGroupActionService());
  9260.             yield 'action.change.customer.status' => ($this->privates['Shopware\\Core\\Content\\Flow\\Dispatching\\Action\\ChangeCustomerStatusAction'] ?? $this->getChangeCustomerStatusActionService());
  9261.             yield 'action.generate.document' => ($this->privates['Shopware\\Core\\Content\\Flow\\Dispatching\\Action\\GenerateDocumentAction'] ?? $this->getGenerateDocumentActionService());
  9262.             yield 'action.grant.download.access' => ($this->privates['Shopware\\Core\\Content\\Flow\\Dispatching\\Action\\GrantDownloadAccessAction'] ?? $this->getGrantDownloadAccessActionService());
  9263.             yield 'action.mail.send' => ($this->privates['Shopware\\Core\\Content\\Flow\\Dispatching\\Action\\SendMailAction'] ?? $this->getSendMailActionService());
  9264.             yield 'action.set.order.state' => ($this->privates['Shopware\\Core\\Content\\Flow\\Dispatching\\Action\\SetOrderStateAction'] ?? $this->getSetOrderStateActionService());
  9265.             yield 'action.set.customer.custom.field' => ($this->privates['Shopware\\Core\\Content\\Flow\\Dispatching\\Action\\SetCustomerCustomFieldAction'] ?? $this->getSetCustomerCustomFieldActionService());
  9266.             yield 'action.set.customer.group.custom.field' => ($this->privates['Shopware\\Core\\Content\\Flow\\Dispatching\\Action\\SetCustomerGroupCustomFieldAction'] ?? $this->getSetCustomerGroupCustomFieldActionService());
  9267.             yield 'action.add.customer.affiliate.and.campaign.code' => ($this->privates['Shopware\\Core\\Content\\Flow\\Dispatching\\Action\\AddCustomerAffiliateAndCampaignCodeAction'] ?? $this->getAddCustomerAffiliateAndCampaignCodeActionService());
  9268.             yield 'action.add.order.affiliate.and.campaign.code' => ($this->privates['Shopware\\Core\\Content\\Flow\\Dispatching\\Action\\AddOrderAffiliateAndCampaignCodeAction'] ?? $this->getAddOrderAffiliateAndCampaignCodeActionService());
  9269.             yield 'action.set.order.custom.field' => ($this->privates['Shopware\\Core\\Content\\Flow\\Dispatching\\Action\\SetOrderCustomFieldAction'] ?? $this->getSetOrderCustomFieldActionService());
  9270.             yield 'action.stop.flow' => ($this->privates['Shopware\\Core\\Content\\Flow\\Dispatching\\Action\\StopFlowAction'] ?? ($this->privates['Shopware\\Core\\Content\\Flow\\Dispatching\\Action\\StopFlowAction'] = new \Shopware\Core\Content\Flow\Dispatching\Action\StopFlowAction()));
  9271.         }, 16));
  9272.     }
  9273.     /**
  9274.      * Gets the public 'Shopware\Core\Content\Flow\Dispatching\FlowFactory' shared service.
  9275.      *
  9276.      * @return \Shopware\Core\Content\Flow\Dispatching\FlowFactory
  9277.      */
  9278.     protected function getFlowFactoryService()
  9279.     {
  9280.         return $this->services['Shopware\\Core\\Content\\Flow\\Dispatching\\FlowFactory'] = new \Shopware\Core\Content\Flow\Dispatching\FlowFactory(new RewindableGenerator(function () {
  9281.             yield => ($this->privates['Shopware\\Core\\Content\\Flow\\Dispatching\\Storer\\OrderStorer'] ?? $this->getOrderStorerService());
  9282.             yield => ($this->privates['Shopware\\Core\\Content\\Flow\\Dispatching\\Storer\\CustomerStorer'] ?? $this->getCustomerStorerService());
  9283.             yield => ($this->privates['Shopware\\Core\\Content\\Flow\\Dispatching\\Storer\\MailStorer'] ?? ($this->privates['Shopware\\Core\\Content\\Flow\\Dispatching\\Storer\\MailStorer'] = new \Shopware\Core\Content\Flow\Dispatching\Storer\MailStorer()));
  9284.             yield => ($this->privates['Shopware\\Core\\Content\\Flow\\Dispatching\\Storer\\UserStorer'] ?? $this->getUserStorerService());
  9285.             yield => ($this->privates['Shopware\\Core\\Content\\Flow\\Dispatching\\Storer\\CustomerGroupStorer'] ?? $this->getCustomerGroupStorerService());
  9286.             yield => ($this->privates['Shopware\\Core\\Content\\Flow\\Dispatching\\Storer\\CustomerRecoveryStorer'] ?? $this->getCustomerRecoveryStorerService());
  9287.             yield => ($this->privates['Shopware\\Core\\Content\\Flow\\Dispatching\\Storer\\OrderTransactionStorer'] ?? $this->getOrderTransactionStorerService());
  9288.             yield => ($this->privates['Shopware\\Core\\Content\\Flow\\Dispatching\\Storer\\NewsletterRecipientStorer'] ?? $this->getNewsletterRecipientStorerService());
  9289.             yield => ($this->privates['Shopware\\Core\\Content\\Flow\\Dispatching\\Storer\\ContactFormDataStorer'] ?? ($this->privates['Shopware\\Core\\Content\\Flow\\Dispatching\\Storer\\ContactFormDataStorer'] = new \Shopware\Core\Content\Flow\Dispatching\Storer\ContactFormDataStorer()));
  9290.             yield => ($this->privates['Shopware\\Core\\Content\\Flow\\Dispatching\\Storer\\ConfirmUrlStorer'] ?? ($this->privates['Shopware\\Core\\Content\\Flow\\Dispatching\\Storer\\ConfirmUrlStorer'] = new \Shopware\Core\Content\Flow\Dispatching\Storer\ConfirmUrlStorer()));
  9291.             yield 10 => ($this->privates['Shopware\\Core\\Content\\Flow\\Dispatching\\Storer\\ContentsStorer'] ?? ($this->privates['Shopware\\Core\\Content\\Flow\\Dispatching\\Storer\\ContentsStorer'] = new \Shopware\Core\Content\Flow\Dispatching\Storer\ContentsStorer()));
  9292.             yield 11 => ($this->privates['Shopware\\Core\\Content\\Flow\\Dispatching\\Storer\\ContextTokenStorer'] ?? ($this->privates['Shopware\\Core\\Content\\Flow\\Dispatching\\Storer\\ContextTokenStorer'] = new \Shopware\Core\Content\Flow\Dispatching\Storer\ContextTokenStorer()));
  9293.             yield 12 => ($this->privates['Shopware\\Core\\Content\\Flow\\Dispatching\\Storer\\EmailStorer'] ?? ($this->privates['Shopware\\Core\\Content\\Flow\\Dispatching\\Storer\\EmailStorer'] = new \Shopware\Core\Content\Flow\Dispatching\Storer\EmailStorer()));
  9294.             yield 13 => ($this->privates['Shopware\\Core\\Content\\Flow\\Dispatching\\Storer\\MessageStorer'] ?? ($this->privates['Shopware\\Core\\Content\\Flow\\Dispatching\\Storer\\MessageStorer'] = new \Shopware\Core\Content\Flow\Dispatching\Storer\MessageStorer()));
  9295.             yield 14 => ($this->privates['Shopware\\Core\\Content\\Flow\\Dispatching\\Storer\\NameStorer'] ?? ($this->privates['Shopware\\Core\\Content\\Flow\\Dispatching\\Storer\\NameStorer'] = new \Shopware\Core\Content\Flow\Dispatching\Storer\NameStorer()));
  9296.             yield 15 => ($this->privates['Shopware\\Core\\Content\\Flow\\Dispatching\\Storer\\RecipientsStorer'] ?? ($this->privates['Shopware\\Core\\Content\\Flow\\Dispatching\\Storer\\RecipientsStorer'] = new \Shopware\Core\Content\Flow\Dispatching\Storer\RecipientsStorer()));
  9297.             yield 16 => ($this->privates['Shopware\\Core\\Content\\Flow\\Dispatching\\Storer\\ResetUrlStorer'] ?? ($this->privates['Shopware\\Core\\Content\\Flow\\Dispatching\\Storer\\ResetUrlStorer'] = new \Shopware\Core\Content\Flow\Dispatching\Storer\ResetUrlStorer()));
  9298.             yield 17 => ($this->privates['Shopware\\Core\\Content\\Flow\\Dispatching\\Storer\\ShopNameStorer'] ?? ($this->privates['Shopware\\Core\\Content\\Flow\\Dispatching\\Storer\\ShopNameStorer'] = new \Shopware\Core\Content\Flow\Dispatching\Storer\ShopNameStorer()));
  9299.             yield 18 => ($this->privates['Shopware\\Core\\Content\\Flow\\Dispatching\\Storer\\SubjectStorer'] ?? ($this->privates['Shopware\\Core\\Content\\Flow\\Dispatching\\Storer\\SubjectStorer'] = new \Shopware\Core\Content\Flow\Dispatching\Storer\SubjectStorer()));
  9300.             yield 19 => ($this->privates['Shopware\\Core\\Content\\Flow\\Dispatching\\Storer\\TemplateDataStorer'] ?? ($this->privates['Shopware\\Core\\Content\\Flow\\Dispatching\\Storer\\TemplateDataStorer'] = new \Shopware\Core\Content\Flow\Dispatching\Storer\TemplateDataStorer()));
  9301.             yield 20 => ($this->privates['Shopware\\Core\\Content\\Flow\\Dispatching\\Storer\\UrlStorer'] ?? ($this->privates['Shopware\\Core\\Content\\Flow\\Dispatching\\Storer\\UrlStorer'] = new \Shopware\Core\Content\Flow\Dispatching\Storer\UrlStorer()));
  9302.         }, 21));
  9303.     }
  9304.     /**
  9305.      * Gets the public 'Shopware\Core\Content\Flow\FlowDefinition' shared service.
  9306.      *
  9307.      * @return \Shopware\Core\Content\Flow\FlowDefinition
  9308.      */
  9309.     protected function getFlowDefinitionService()
  9310.     {
  9311.         include_once \dirname(__DIR__4).'/vendor/shopware/core/Content/Flow/FlowDefinition.php';
  9312.         $this->services['Shopware\\Core\\Content\\Flow\\FlowDefinition'] = $instance = new \Shopware\Core\Content\Flow\FlowDefinition();
  9313.         $instance->compile(($this->services['Shopware\\Core\\Framework\\DataAbstractionLayer\\DefinitionInstanceRegistry'] ?? $this->getDefinitionInstanceRegistryService()));
  9314.         return $instance;
  9315.     }
  9316.     /**
  9317.      * Gets the public 'Shopware\Core\Content\ImportExport\Aggregate\ImportExportFile\ImportExportFileDefinition' shared service.
  9318.      *
  9319.      * @return \Shopware\Core\Content\ImportExport\Aggregate\ImportExportFile\ImportExportFileDefinition
  9320.      */
  9321.     protected function getImportExportFileDefinitionService()
  9322.     {
  9323.         include_once \dirname(__DIR__4).'/vendor/shopware/core/Content/ImportExport/Aggregate/ImportExportFile/ImportExportFileDefinition.php';
  9324.         $this->services['Shopware\\Core\\Content\\ImportExport\\Aggregate\\ImportExportFile\\ImportExportFileDefinition'] = $instance = new \Shopware\Core\Content\ImportExport\Aggregate\ImportExportFile\ImportExportFileDefinition();
  9325.         $instance->compile(($this->services['Shopware\\Core\\Framework\\DataAbstractionLayer\\DefinitionInstanceRegistry'] ?? $this->getDefinitionInstanceRegistryService()));
  9326.         return $instance;
  9327.     }
  9328.     /**
  9329.      * Gets the public 'Shopware\Core\Content\ImportExport\Aggregate\ImportExportLog\ImportExportLogDefinition' shared service.
  9330.      *
  9331.      * @return \Shopware\Core\Content\ImportExport\Aggregate\ImportExportLog\ImportExportLogDefinition
  9332.      */
  9333.     protected function getImportExportLogDefinitionService()
  9334.     {
  9335.         include_once \dirname(__DIR__4).'/vendor/shopware/core/Content/ImportExport/Aggregate/ImportExportLog/ImportExportLogDefinition.php';
  9336.         $this->services['Shopware\\Core\\Content\\ImportExport\\Aggregate\\ImportExportLog\\ImportExportLogDefinition'] = $instance = new \Shopware\Core\Content\ImportExport\Aggregate\ImportExportLog\ImportExportLogDefinition();
  9337.         $instance->compile(($this->services['Shopware\\Core\\Framework\\DataAbstractionLayer\\DefinitionInstanceRegistry'] ?? $this->getDefinitionInstanceRegistryService()));
  9338.         return $instance;
  9339.     }
  9340.     /**
  9341.      * Gets the public 'Shopware\Core\Content\ImportExport\Controller\ImportExportActionController' shared service.
  9342.      *
  9343.      * @return \Shopware\Core\Content\ImportExport\Controller\ImportExportActionController
  9344.      */
  9345.     protected function getImportExportActionControllerService()
  9346.     {
  9347.         include_once \dirname(__DIR__4).'/vendor/shopware/core/Content/ImportExport/Controller/ImportExportActionController.php';
  9348.         include_once \dirname(__DIR__4).'/vendor/shopware/core/Content/ImportExport/Service/SupportedFeaturesService.php';
  9349.         include_once \dirname(__DIR__4).'/vendor/shopware/core/Content/ImportExport/Service/DownloadService.php';
  9350.         include_once \dirname(__DIR__4).'/vendor/shopware/core/Content/ImportExport/Service/AbstractMappingService.php';
  9351.         include_once \dirname(__DIR__4).'/vendor/shopware/core/Content/ImportExport/Service/MappingService.php';
  9352.         $a = ($this->services['import_export_profile.repository'] ?? $this->getImportExportProfile_RepositoryService());
  9353.         $b = ($this->services['Shopware\\Core\\Framework\\DataAbstractionLayer\\DefinitionInstanceRegistry'] ?? $this->getDefinitionInstanceRegistryService());
  9354.         $this->services['Shopware\\Core\\Content\\ImportExport\\Controller\\ImportExportActionController'] = $instance = new \Shopware\Core\Content\ImportExport\Controller\ImportExportActionController(new \Shopware\Core\Content\ImportExport\Service\SupportedFeaturesService($this->parameters['import_export.supported_entities'], $this->parameters['import_export.supported_file_types']), ($this->privates['Shopware\\Core\\Content\\ImportExport\\Service\\ImportExportService'] ?? $this->getImportExportServiceService()), new \Shopware\Core\Content\ImportExport\Service\DownloadService(($this->services['shopware.filesystem.private'] ?? $this->getShopware_Filesystem_PrivateService()), ($this->services['import_export_file.repository'] ?? $this->getImportExportFile_RepositoryService())), $a, ($this->privates['Shopware\\Core\\Framework\\Validation\\DataValidator'] ?? $this->getDataValidatorService()), ($this->services['Shopware\\Core\\Content\\ImportExport\\Aggregate\\ImportExportLog\\ImportExportLogDefinition'] ?? $this->getImportExportLogDefinitionService()), ($this->privates['Shopware\\Core\\Framework\\Api\\Converter\\ApiVersionConverter'] ?? $this->getApiVersionConverterService()), ($this->services['Shopware\\Core\\Content\\ImportExport\\ImportExportFactory'] ?? $this->getImportExportFactoryService()), $b, ($this->services['messenger.default_bus'] ?? $this->getMessenger_DefaultBusService()), new \Shopware\Core\Content\ImportExport\Service\MappingService(($this->privates['Shopware\\Core\\Content\\ImportExport\\Service\\FileService'] ?? $this->getFileServiceService()), $a$b));
  9355.         $instance->setContainer($this);
  9356.         return $instance;
  9357.     }
  9358.     /**
  9359.      * Gets the public 'Shopware\Core\Content\ImportExport\ImportExportFactory' shared service.
  9360.      *
  9361.      * @return \Shopware\Core\Content\ImportExport\ImportExportFactory
  9362.      */
  9363.     protected function getImportExportFactoryService()
  9364.     {
  9365.         include_once \dirname(__DIR__4).'/vendor/shopware/core/Content/ImportExport/ImportExportFactory.php';
  9366.         $a = ($this->privates['Shopware\\Core\\Content\\ImportExport\\Service\\ImportExportService'] ?? $this->getImportExportServiceService());
  9367.         if (isset($this->services['Shopware\\Core\\Content\\ImportExport\\ImportExportFactory'])) {
  9368.             return $this->services['Shopware\\Core\\Content\\ImportExport\\ImportExportFactory'];
  9369.         }
  9370.         $b = ($this->services['event_dispatcher'] ?? $this->getEventDispatcherService());
  9371.         if (isset($this->services['Shopware\\Core\\Content\\ImportExport\\ImportExportFactory'])) {
  9372.             return $this->services['Shopware\\Core\\Content\\ImportExport\\ImportExportFactory'];
  9373.         }
  9374.         $c = ($this->services['import_export_log.repository'] ?? $this->getImportExportLog_RepositoryService());
  9375.         if (isset($this->services['Shopware\\Core\\Content\\ImportExport\\ImportExportFactory'])) {
  9376.             return $this->services['Shopware\\Core\\Content\\ImportExport\\ImportExportFactory'];
  9377.         }
  9378.         $d = ($this->privates['Shopware\\Core\\Content\\ImportExport\\Service\\FileService'] ?? $this->getFileServiceService());
  9379.         if (isset($this->services['Shopware\\Core\\Content\\ImportExport\\ImportExportFactory'])) {
  9380.             return $this->services['Shopware\\Core\\Content\\ImportExport\\ImportExportFactory'];
  9381.         }
  9382.         return $this->services['Shopware\\Core\\Content\\ImportExport\\ImportExportFactory'] = new \Shopware\Core\Content\ImportExport\ImportExportFactory($a, ($this->services['Shopware\\Core\\Framework\\DataAbstractionLayer\\DefinitionInstanceRegistry'] ?? $this->getDefinitionInstanceRegistryService()), ($this->services['shopware.filesystem.private'] ?? $this->getShopware_Filesystem_PrivateService()), $b$c, ($this->services['Doctrine\\DBAL\\Connection'] ?? $this->getConnectionService()), $d, new RewindableGenerator(function () {
  9383.             yield => ($this->privates['Shopware\\Core\\Content\\ImportExport\\Processing\\Reader\\CsvReaderFactory'] ?? ($this->privates['Shopware\\Core\\Content\\ImportExport\\Processing\\Reader\\CsvReaderFactory'] = new \Shopware\Core\Content\ImportExport\Processing\Reader\CsvReaderFactory()));
  9384.         }, 1), new RewindableGenerator(function () {
  9385.             yield => ($this->privates['Shopware\\Core\\Content\\ImportExport\\Processing\\Writer\\CsvFileWriterFactory'] ?? $this->getCsvFileWriterFactoryService());
  9386.         }, 1), new RewindableGenerator(function () {
  9387.             yield => ($this->privates['Shopware\\Core\\Content\\ImportExport\\Processing\\Pipe\\PipeFactory'] ?? $this->getPipeFactoryService());
  9388.         }, 1));
  9389.     }
  9390.     /**
  9391.      * Gets the public 'Shopware\Core\Content\ImportExport\ImportExportProfileDefinition' shared service.
  9392.      *
  9393.      * @return \Shopware\Core\Content\ImportExport\ImportExportProfileDefinition
  9394.      */
  9395.     protected function getImportExportProfileDefinitionService()
  9396.     {
  9397.         include_once \dirname(__DIR__4).'/vendor/shopware/core/Content/ImportExport/ImportExportProfileDefinition.php';
  9398.         $this->services['Shopware\\Core\\Content\\ImportExport\\ImportExportProfileDefinition'] = $instance = new \Shopware\Core\Content\ImportExport\ImportExportProfileDefinition();
  9399.         $instance->compile(($this->services['Shopware\\Core\\Framework\\DataAbstractionLayer\\DefinitionInstanceRegistry'] ?? $this->getDefinitionInstanceRegistryService()));
  9400.         return $instance;
  9401.     }
  9402.     /**
  9403.      * Gets the public 'Shopware\Core\Content\ImportExport\ImportExportProfileTranslationDefinition' shared service.
  9404.      *
  9405.      * @return \Shopware\Core\Content\ImportExport\ImportExportProfileTranslationDefinition
  9406.      */
  9407.     protected function getImportExportProfileTranslationDefinitionService()
  9408.     {
  9409.         include_once \dirname(__DIR__4).'/vendor/shopware/core/Framework/DataAbstractionLayer/EntityTranslationDefinition.php';
  9410.         include_once \dirname(__DIR__4).'/vendor/shopware/core/Content/ImportExport/ImportExportProfileTranslationDefinition.php';
  9411.         $this->services['Shopware\\Core\\Content\\ImportExport\\ImportExportProfileTranslationDefinition'] = $instance = new \Shopware\Core\Content\ImportExport\ImportExportProfileTranslationDefinition();
  9412.         $instance->compile(($this->services['Shopware\\Core\\Framework\\DataAbstractionLayer\\DefinitionInstanceRegistry'] ?? $this->getDefinitionInstanceRegistryService()));
  9413.         return $instance;
  9414.     }
  9415.     /**
  9416.      * Gets the public 'Shopware\Core\Content\ImportExport\Message\ImportExportHandler' shared service.
  9417.      *
  9418.      * @return \Shopware\Core\Content\ImportExport\Message\ImportExportHandler
  9419.      */
  9420.     protected function getImportExportHandlerService()
  9421.     {
  9422.         include_once \dirname(__DIR__4).'/vendor/shopware/core/Content/ImportExport/Message/ImportExportHandler.php';
  9423.         $a = ($this->services['messenger.default_bus'] ?? $this->getMessenger_DefaultBusService());
  9424.         if (isset($this->services['Shopware\\Core\\Content\\ImportExport\\Message\\ImportExportHandler'])) {
  9425.             return $this->services['Shopware\\Core\\Content\\ImportExport\\Message\\ImportExportHandler'];
  9426.         }
  9427.         $b = ($this->services['Shopware\\Core\\Content\\ImportExport\\ImportExportFactory'] ?? $this->getImportExportFactoryService());
  9428.         if (isset($this->services['Shopware\\Core\\Content\\ImportExport\\Message\\ImportExportHandler'])) {
  9429.             return $this->services['Shopware\\Core\\Content\\ImportExport\\Message\\ImportExportHandler'];
  9430.         }
  9431.         return $this->services['Shopware\\Core\\Content\\ImportExport\\Message\\ImportExportHandler'] = new \Shopware\Core\Content\ImportExport\Message\ImportExportHandler($a$b);
  9432.     }
  9433.     /**
  9434.      * Gets the public 'Shopware\Core\Content\LandingPage\Aggregate\LandingPageSalesChannel\LandingPageSalesChannelDefinition' shared service.
  9435.      *
  9436.      * @return \Shopware\Core\Content\LandingPage\Aggregate\LandingPageSalesChannel\LandingPageSalesChannelDefinition
  9437.      */
  9438.     protected function getLandingPageSalesChannelDefinitionService()
  9439.     {
  9440.         include_once \dirname(__DIR__4).'/vendor/shopware/core/Content/LandingPage/Aggregate/LandingPageSalesChannel/LandingPageSalesChannelDefinition.php';
  9441.         $this->services['Shopware\\Core\\Content\\LandingPage\\Aggregate\\LandingPageSalesChannel\\LandingPageSalesChannelDefinition'] = $instance = new \Shopware\Core\Content\LandingPage\Aggregate\LandingPageSalesChannel\LandingPageSalesChannelDefinition();
  9442.         $instance->compile(($this->services['Shopware\\Core\\Framework\\DataAbstractionLayer\\DefinitionInstanceRegistry'] ?? $this->getDefinitionInstanceRegistryService()));
  9443.         return $instance;
  9444.     }
  9445.     /**
  9446.      * Gets the public 'Shopware\Core\Content\LandingPage\Aggregate\LandingPageTag\LandingPageTagDefinition' shared service.
  9447.      *
  9448.      * @return \Shopware\Core\Content\LandingPage\Aggregate\LandingPageTag\LandingPageTagDefinition
  9449.      */
  9450.     protected function getLandingPageTagDefinitionService()
  9451.     {
  9452.         include_once \dirname(__DIR__4).'/vendor/shopware/core/Content/LandingPage/Aggregate/LandingPageTag/LandingPageTagDefinition.php';
  9453.         $this->services['Shopware\\Core\\Content\\LandingPage\\Aggregate\\LandingPageTag\\LandingPageTagDefinition'] = $instance = new \Shopware\Core\Content\LandingPage\Aggregate\LandingPageTag\LandingPageTagDefinition();
  9454.         $instance->compile(($this->services['Shopware\\Core\\Framework\\DataAbstractionLayer\\DefinitionInstanceRegistry'] ?? $this->getDefinitionInstanceRegistryService()));
  9455.         return $instance;
  9456.     }
  9457.     /**
  9458.      * Gets the public 'Shopware\Core\Content\LandingPage\Aggregate\LandingPageTranslation\LandingPageTranslationDefinition' shared service.
  9459.      *
  9460.      * @return \Shopware\Core\Content\LandingPage\Aggregate\LandingPageTranslation\LandingPageTranslationDefinition
  9461.      */
  9462.     protected function getLandingPageTranslationDefinitionService()
  9463.     {
  9464.         include_once \dirname(__DIR__4).'/vendor/shopware/core/Framework/DataAbstractionLayer/EntityTranslationDefinition.php';
  9465.         include_once \dirname(__DIR__4).'/vendor/shopware/core/Content/LandingPage/Aggregate/LandingPageTranslation/LandingPageTranslationDefinition.php';
  9466.         $this->services['Shopware\\Core\\Content\\LandingPage\\Aggregate\\LandingPageTranslation\\LandingPageTranslationDefinition'] = $instance = new \Shopware\Core\Content\LandingPage\Aggregate\LandingPageTranslation\LandingPageTranslationDefinition();
  9467.         $instance->compile(($this->services['Shopware\\Core\\Framework\\DataAbstractionLayer\\DefinitionInstanceRegistry'] ?? $this->getDefinitionInstanceRegistryService()));
  9468.         return $instance;
  9469.     }
  9470.     /**
  9471.      * Gets the public 'Shopware\Core\Content\LandingPage\LandingPageDefinition' shared service.
  9472.      *
  9473.      * @return \Shopware\Core\Content\LandingPage\LandingPageDefinition
  9474.      */
  9475.     protected function getLandingPageDefinitionService()
  9476.     {
  9477.         include_once \dirname(__DIR__4).'/vendor/shopware/core/Content/LandingPage/LandingPageDefinition.php';
  9478.         $this->services['Shopware\\Core\\Content\\LandingPage\\LandingPageDefinition'] = $instance = new \Shopware\Core\Content\LandingPage\LandingPageDefinition();
  9479.         $instance->compile(($this->services['Shopware\\Core\\Framework\\DataAbstractionLayer\\DefinitionInstanceRegistry'] ?? $this->getDefinitionInstanceRegistryService()));
  9480.         return $instance;
  9481.     }
  9482.     /**
  9483.      * Gets the public 'Shopware\Core\Content\LandingPage\SalesChannel\CachedLandingPageRoute' shared service.
  9484.      *
  9485.      * @return \Shopware\Core\Content\LandingPage\SalesChannel\CachedLandingPageRoute
  9486.      */
  9487.     protected function getCachedLandingPageRouteService()
  9488.     {
  9489.         include_once \dirname(__DIR__4).'/vendor/shopware/core/Content/LandingPage/SalesChannel/AbstractLandingPageRoute.php';
  9490.         include_once \dirname(__DIR__4).'/vendor/shopware/core/Content/LandingPage/SalesChannel/CachedLandingPageRoute.php';
  9491.         include_once \dirname(__DIR__4).'/vendor/shopware/core/Content/LandingPage/SalesChannel/LandingPageRoute.php';
  9492.         return $this->services['Shopware\\Core\\Content\\LandingPage\\SalesChannel\\CachedLandingPageRoute'] = new \Shopware\Core\Content\LandingPage\SalesChannel\CachedLandingPageRoute(new \Shopware\Core\Content\LandingPage\SalesChannel\LandingPageRoute(($this->services['sales_channel.landing_page.repository'] ?? $this->getSalesChannel_LandingPage_RepositoryService()), ($this->privates['Shopware\\Core\\Content\\Cms\\SalesChannel\\SalesChannelCmsPageLoader'] ?? $this->getSalesChannelCmsPageLoaderService()), ($this->services['Shopware\\Core\\Content\\LandingPage\\SalesChannel\\SalesChannelLandingPageDefinition'] ?? $this->getSalesChannelLandingPageDefinitionService())), ($this->privates['Shopware\\Core\\Framework\\Adapter\\Cache\\CacheDecorator'] ?? $this->getCacheDecoratorService()), ($this->services['Shopware\\Core\\Framework\\DataAbstractionLayer\\Cache\\EntityCacheKeyGenerator'] ?? ($this->services['Shopware\\Core\\Framework\\DataAbstractionLayer\\Cache\\EntityCacheKeyGenerator'] = new \Shopware\Core\Framework\DataAbstractionLayer\Cache\EntityCacheKeyGenerator())), ($this->privates['Shopware\\Storefront\\Framework\\Cache\\CacheTracer'] ?? $this->getCacheTracerService()), ($this->services['event_dispatcher'] ?? $this->getEventDispatcherService()), []);
  9493.     }
  9494.     /**
  9495.      * Gets the public 'Shopware\Core\Content\LandingPage\SalesChannel\SalesChannelLandingPageDefinition' shared service.
  9496.      *
  9497.      * @return \Shopware\Core\Content\LandingPage\SalesChannel\SalesChannelLandingPageDefinition
  9498.      */
  9499.     protected function getSalesChannelLandingPageDefinitionService()
  9500.     {
  9501.         include_once \dirname(__DIR__4).'/vendor/shopware/core/Content/LandingPage/LandingPageDefinition.php';
  9502.         include_once \dirname(__DIR__4).'/vendor/shopware/core/Content/LandingPage/SalesChannel/SalesChannelLandingPageDefinition.php';
  9503.         $this->services['Shopware\\Core\\Content\\LandingPage\\SalesChannel\\SalesChannelLandingPageDefinition'] = $instance = new \Shopware\Core\Content\LandingPage\SalesChannel\SalesChannelLandingPageDefinition();
  9504.         $instance->compile(($this->services['Shopware\\Core\\System\\SalesChannel\\Entity\\SalesChannelDefinitionInstanceRegistry'] ?? $this->getSalesChannelDefinitionInstanceRegistryService()));
  9505.         return $instance;
  9506.     }
  9507.     /**
  9508.      * Gets the public 'Shopware\Core\Content\MailTemplate\Aggregate\MailHeaderFooterTranslation\MailHeaderFooterTranslationDefinition' shared service.
  9509.      *
  9510.      * @return \Shopware\Core\Content\MailTemplate\Aggregate\MailHeaderFooterTranslation\MailHeaderFooterTranslationDefinition
  9511.      */
  9512.     protected function getMailHeaderFooterTranslationDefinitionService()
  9513.     {
  9514.         include_once \dirname(__DIR__4).'/vendor/shopware/core/Framework/DataAbstractionLayer/EntityTranslationDefinition.php';
  9515.         include_once \dirname(__DIR__4).'/vendor/shopware/core/Content/MailTemplate/Aggregate/MailHeaderFooterTranslation/MailHeaderFooterTranslationDefinition.php';
  9516.         $this->services['Shopware\\Core\\Content\\MailTemplate\\Aggregate\\MailHeaderFooterTranslation\\MailHeaderFooterTranslationDefinition'] = $instance = new \Shopware\Core\Content\MailTemplate\Aggregate\MailHeaderFooterTranslation\MailHeaderFooterTranslationDefinition();
  9517.         $instance->compile(($this->services['Shopware\\Core\\Framework\\DataAbstractionLayer\\DefinitionInstanceRegistry'] ?? $this->getDefinitionInstanceRegistryService()));
  9518.         return $instance;
  9519.     }
  9520.     /**
  9521.      * Gets the public 'Shopware\Core\Content\MailTemplate\Aggregate\MailHeaderFooter\MailHeaderFooterDefinition' shared service.
  9522.      *
  9523.      * @return \Shopware\Core\Content\MailTemplate\Aggregate\MailHeaderFooter\MailHeaderFooterDefinition
  9524.      */
  9525.     protected function getMailHeaderFooterDefinitionService()
  9526.     {
  9527.         include_once \dirname(__DIR__4).'/vendor/shopware/core/Content/MailTemplate/Aggregate/MailHeaderFooter/MailHeaderFooterDefinition.php';
  9528.         $this->services['Shopware\\Core\\Content\\MailTemplate\\Aggregate\\MailHeaderFooter\\MailHeaderFooterDefinition'] = $instance = new \Shopware\Core\Content\MailTemplate\Aggregate\MailHeaderFooter\MailHeaderFooterDefinition();
  9529.         $instance->compile(($this->services['Shopware\\Core\\Framework\\DataAbstractionLayer\\DefinitionInstanceRegistry'] ?? $this->getDefinitionInstanceRegistryService()));
  9530.         return $instance;
  9531.     }
  9532.     /**
  9533.      * Gets the public 'Shopware\Core\Content\MailTemplate\Aggregate\MailTemplateMedia\MailTemplateMediaDefinition' shared service.
  9534.      *
  9535.      * @return \Shopware\Core\Content\MailTemplate\Aggregate\MailTemplateMedia\MailTemplateMediaDefinition
  9536.      */
  9537.     protected function getMailTemplateMediaDefinitionService()
  9538.     {
  9539.         include_once \dirname(__DIR__4).'/vendor/shopware/core/Content/MailTemplate/Aggregate/MailTemplateMedia/MailTemplateMediaDefinition.php';
  9540.         $this->services['Shopware\\Core\\Content\\MailTemplate\\Aggregate\\MailTemplateMedia\\MailTemplateMediaDefinition'] = $instance = new \Shopware\Core\Content\MailTemplate\Aggregate\MailTemplateMedia\MailTemplateMediaDefinition();
  9541.         $instance->compile(($this->services['Shopware\\Core\\Framework\\DataAbstractionLayer\\DefinitionInstanceRegistry'] ?? $this->getDefinitionInstanceRegistryService()));
  9542.         return $instance;
  9543.     }
  9544.     /**
  9545.      * Gets the public 'Shopware\Core\Content\MailTemplate\Aggregate\MailTemplateTranslation\MailTemplateTranslationDefinition' shared service.
  9546.      *
  9547.      * @return \Shopware\Core\Content\MailTemplate\Aggregate\MailTemplateTranslation\MailTemplateTranslationDefinition
  9548.      */
  9549.     protected function getMailTemplateTranslationDefinitionService()
  9550.     {
  9551.         include_once \dirname(__DIR__4).'/vendor/shopware/core/Framework/DataAbstractionLayer/EntityTranslationDefinition.php';
  9552.         include_once \dirname(__DIR__4).'/vendor/shopware/core/Content/MailTemplate/Aggregate/MailTemplateTranslation/MailTemplateTranslationDefinition.php';
  9553.         $this->services['Shopware\\Core\\Content\\MailTemplate\\Aggregate\\MailTemplateTranslation\\MailTemplateTranslationDefinition'] = $instance = new \Shopware\Core\Content\MailTemplate\Aggregate\MailTemplateTranslation\MailTemplateTranslationDefinition();
  9554.         $instance->compile(($this->services['Shopware\\Core\\Framework\\DataAbstractionLayer\\DefinitionInstanceRegistry'] ?? $this->getDefinitionInstanceRegistryService()));
  9555.         return $instance;
  9556.     }
  9557.     /**
  9558.      * Gets the public 'Shopware\Core\Content\MailTemplate\Aggregate\MailTemplateTypeTranslation\MailTemplateTypeTranslationDefinition' shared service.
  9559.      *
  9560.      * @return \Shopware\Core\Content\MailTemplate\Aggregate\MailTemplateTypeTranslation\MailTemplateTypeTranslationDefinition
  9561.      */
  9562.     protected function getMailTemplateTypeTranslationDefinitionService()
  9563.     {
  9564.         include_once \dirname(__DIR__4).'/vendor/shopware/core/Framework/DataAbstractionLayer/EntityTranslationDefinition.php';
  9565.         include_once \dirname(__DIR__4).'/vendor/shopware/core/Content/MailTemplate/Aggregate/MailTemplateTypeTranslation/MailTemplateTypeTranslationDefinition.php';
  9566.         $this->services['Shopware\\Core\\Content\\MailTemplate\\Aggregate\\MailTemplateTypeTranslation\\MailTemplateTypeTranslationDefinition'] = $instance = new \Shopware\Core\Content\MailTemplate\Aggregate\MailTemplateTypeTranslation\MailTemplateTypeTranslationDefinition();
  9567.         $instance->compile(($this->services['Shopware\\Core\\Framework\\DataAbstractionLayer\\DefinitionInstanceRegistry'] ?? $this->getDefinitionInstanceRegistryService()));
  9568.         return $instance;
  9569.     }
  9570.     /**
  9571.      * Gets the public 'Shopware\Core\Content\MailTemplate\Aggregate\MailTemplateType\MailTemplateTypeDefinition' shared service.
  9572.      *
  9573.      * @return \Shopware\Core\Content\MailTemplate\Aggregate\MailTemplateType\MailTemplateTypeDefinition
  9574.      */
  9575.     protected function getMailTemplateTypeDefinitionService()
  9576.     {
  9577.         include_once \dirname(__DIR__4).'/vendor/shopware/core/Content/MailTemplate/Aggregate/MailTemplateType/MailTemplateTypeDefinition.php';
  9578.         $this->services['Shopware\\Core\\Content\\MailTemplate\\Aggregate\\MailTemplateType\\MailTemplateTypeDefinition'] = $instance = new \Shopware\Core\Content\MailTemplate\Aggregate\MailTemplateType\MailTemplateTypeDefinition();
  9579.         $instance->compile(($this->services['Shopware\\Core\\Framework\\DataAbstractionLayer\\DefinitionInstanceRegistry'] ?? $this->getDefinitionInstanceRegistryService()));
  9580.         return $instance;
  9581.     }
  9582.     /**
  9583.      * Gets the public 'Shopware\Core\Content\MailTemplate\Api\MailActionController' shared service.
  9584.      *
  9585.      * @return \Shopware\Core\Content\MailTemplate\Api\MailActionController
  9586.      */
  9587.     protected function getMailActionControllerService()
  9588.     {
  9589.         include_once \dirname(__DIR__4).'/vendor/shopware/core/Content/MailTemplate/Api/MailActionController.php';
  9590.         include_once \dirname(__DIR__4).'/vendor/shopware/core/Content/MailTemplate/Service/AttachmentLoader.php';
  9591.         $this->services['Shopware\\Core\\Content\\MailTemplate\\Api\\MailActionController'] = $instance = new \Shopware\Core\Content\MailTemplate\Api\MailActionController(($this->privates['Shopware\\Core\\Content\\Mail\\Service\\MailService'] ?? $this->getMailServiceService()), ($this->privates['Shopware\\Core\\Framework\\Adapter\\Twig\\StringTemplateRenderer'] ?? $this->getStringTemplateRendererService()), new \Shopware\Core\Content\MailTemplate\Service\AttachmentLoader(($this->services['document.repository'] ?? $this->getDocument_RepositoryService()), ($this->privates['Shopware\\Core\\Checkout\\Document\\Service\\DocumentGenerator'] ?? $this->getDocumentGeneratorService()), ($this->privates['Shopware\\Core\\Checkout\\Document\\DocumentService'] ?? $this->getDocumentServiceService()), ($this->services['event_dispatcher'] ?? $this->getEventDispatcherService())));
  9592.         $instance->setContainer($this);
  9593.         return $instance;
  9594.     }
  9595.     /**
  9596.      * Gets the public 'Shopware\Core\Content\MailTemplate\MailTemplateDefinition' shared service.
  9597.      *
  9598.      * @return \Shopware\Core\Content\MailTemplate\MailTemplateDefinition
  9599.      */
  9600.     protected function getMailTemplateDefinitionService()
  9601.     {
  9602.         include_once \dirname(__DIR__4).'/vendor/shopware/core/Content/MailTemplate/MailTemplateDefinition.php';
  9603.         $this->services['Shopware\\Core\\Content\\MailTemplate\\MailTemplateDefinition'] = $instance = new \Shopware\Core\Content\MailTemplate\MailTemplateDefinition();
  9604.         $instance->compile(($this->services['Shopware\\Core\\Framework\\DataAbstractionLayer\\DefinitionInstanceRegistry'] ?? $this->getDefinitionInstanceRegistryService()));
  9605.         return $instance;
  9606.     }
  9607.     /**
  9608.      * Gets the public 'Shopware\Core\Content\Mail\Service\MailFactory' shared service.
  9609.      *
  9610.      * @return \Shopware\Core\Content\Mail\Service\MailFactory
  9611.      */
  9612.     protected function getMailFactoryService()
  9613.     {
  9614.         include_once \dirname(__DIR__4).'/vendor/shopware/core/Content/Mail/Service/AbstractMailFactory.php';
  9615.         include_once \dirname(__DIR__4).'/vendor/shopware/core/Content/Mail/Service/MailFactory.php';
  9616.         $a = ($this->services['.container.private.validator'] ?? $this->get_Container_Private_ValidatorService());
  9617.         if (isset($this->services['Shopware\\Core\\Content\\Mail\\Service\\MailFactory'])) {
  9618.             return $this->services['Shopware\\Core\\Content\\Mail\\Service\\MailFactory'];
  9619.         }
  9620.         return $this->services['Shopware\\Core\\Content\\Mail\\Service\\MailFactory'] = new \Shopware\Core\Content\Mail\Service\MailFactory($a);
  9621.     }
  9622.     /**
  9623.      * Gets the public 'Shopware\Core\Content\Mail\Service\MailSender' shared service.
  9624.      *
  9625.      * @return \Shopware\Core\Content\Mail\Service\MailSender
  9626.      */
  9627.     protected function getMailSenderService()
  9628.     {
  9629.         include_once \dirname(__DIR__4).'/vendor/shopware/core/Content/Mail/Service/AbstractMailSender.php';
  9630.         include_once \dirname(__DIR__4).'/vendor/shopware/core/Content/Mail/Service/MailSender.php';
  9631.         include_once \dirname(__DIR__4).'/vendor/symfony/mailer/MailerInterface.php';
  9632.         include_once \dirname(__DIR__4).'/vendor/symfony/mailer/Mailer.php';
  9633.         $a = ($this->privates['mailer.transports'] ?? $this->getMailer_TransportsService());
  9634.         if (isset($this->services['Shopware\\Core\\Content\\Mail\\Service\\MailSender'])) {
  9635.             return $this->services['Shopware\\Core\\Content\\Mail\\Service\\MailSender'];
  9636.         }
  9637.         $b = ($this->services['event_dispatcher'] ?? $this->getEventDispatcherService());
  9638.         if (isset($this->services['Shopware\\Core\\Content\\Mail\\Service\\MailSender'])) {
  9639.             return $this->services['Shopware\\Core\\Content\\Mail\\Service\\MailSender'];
  9640.         }
  9641.         $c = ($this->services['Shopware\\Core\\System\\SystemConfig\\SystemConfigService'] ?? $this->getSystemConfigServiceService());
  9642.         if (isset($this->services['Shopware\\Core\\Content\\Mail\\Service\\MailSender'])) {
  9643.             return $this->services['Shopware\\Core\\Content\\Mail\\Service\\MailSender'];
  9644.         }
  9645.         return $this->services['Shopware\\Core\\Content\\Mail\\Service\\MailSender'] = new \Shopware\Core\Content\Mail\Service\MailSender(new \Symfony\Component\Mailer\Mailer($aNULL$b), $c);
  9646.     }
  9647.     /**
  9648.      * Gets the public 'Shopware\Core\Content\Media\Aggregate\MediaDefaultFolder\MediaDefaultFolderDefinition' shared service.
  9649.      *
  9650.      * @return \Shopware\Core\Content\Media\Aggregate\MediaDefaultFolder\MediaDefaultFolderDefinition
  9651.      */
  9652.     protected function getMediaDefaultFolderDefinitionService()
  9653.     {
  9654.         include_once \dirname(__DIR__4).'/vendor/shopware/core/Content/Media/Aggregate/MediaDefaultFolder/MediaDefaultFolderDefinition.php';
  9655.         $this->services['Shopware\\Core\\Content\\Media\\Aggregate\\MediaDefaultFolder\\MediaDefaultFolderDefinition'] = $instance = new \Shopware\Core\Content\Media\Aggregate\MediaDefaultFolder\MediaDefaultFolderDefinition();
  9656.         $instance->compile(($this->services['Shopware\\Core\\Framework\\DataAbstractionLayer\\DefinitionInstanceRegistry'] ?? $this->getDefinitionInstanceRegistryService()));
  9657.         return $instance;
  9658.     }
  9659.     /**
  9660.      * Gets the public 'Shopware\Core\Content\Media\Aggregate\MediaFolderConfigurationMediaThumbnailSize\MediaFolderConfigurationMediaThumbnailSizeDefinition' shared service.
  9661.      *
  9662.      * @return \Shopware\Core\Content\Media\Aggregate\MediaFolderConfigurationMediaThumbnailSize\MediaFolderConfigurationMediaThumbnailSizeDefinition
  9663.      */
  9664.     protected function getMediaFolderConfigurationMediaThumbnailSizeDefinitionService()
  9665.     {
  9666.         include_once \dirname(__DIR__4).'/vendor/shopware/core/Content/Media/Aggregate/MediaFolderConfigurationMediaThumbnailSize/MediaFolderConfigurationMediaThumbnailSizeDefinition.php';
  9667.         $this->services['Shopware\\Core\\Content\\Media\\Aggregate\\MediaFolderConfigurationMediaThumbnailSize\\MediaFolderConfigurationMediaThumbnailSizeDefinition'] = $instance = new \Shopware\Core\Content\Media\Aggregate\MediaFolderConfigurationMediaThumbnailSize\MediaFolderConfigurationMediaThumbnailSizeDefinition();
  9668.         $instance->compile(($this->services['Shopware\\Core\\Framework\\DataAbstractionLayer\\DefinitionInstanceRegistry'] ?? $this->getDefinitionInstanceRegistryService()));
  9669.         return $instance;
  9670.     }
  9671.     /**
  9672.      * Gets the public 'Shopware\Core\Content\Media\Aggregate\MediaFolderConfiguration\MediaFolderConfigurationDefinition' shared service.
  9673.      *
  9674.      * @return \Shopware\Core\Content\Media\Aggregate\MediaFolderConfiguration\MediaFolderConfigurationDefinition
  9675.      */
  9676.     protected function getMediaFolderConfigurationDefinitionService()
  9677.     {
  9678.         include_once \dirname(__DIR__4).'/vendor/shopware/core/Content/Media/Aggregate/MediaFolderConfiguration/MediaFolderConfigurationDefinition.php';
  9679.         $this->services['Shopware\\Core\\Content\\Media\\Aggregate\\MediaFolderConfiguration\\MediaFolderConfigurationDefinition'] = $instance = new \Shopware\Core\Content\Media\Aggregate\MediaFolderConfiguration\MediaFolderConfigurationDefinition();
  9680.         $instance->compile(($this->services['Shopware\\Core\\Framework\\DataAbstractionLayer\\DefinitionInstanceRegistry'] ?? $this->getDefinitionInstanceRegistryService()));
  9681.         return $instance;
  9682.     }
  9683.     /**
  9684.      * Gets the public 'Shopware\Core\Content\Media\Aggregate\MediaFolder\MediaFolderDefinition' shared service.
  9685.      *
  9686.      * @return \Shopware\Core\Content\Media\Aggregate\MediaFolder\MediaFolderDefinition
  9687.      */
  9688.     protected function getMediaFolderDefinitionService()
  9689.     {
  9690.         include_once \dirname(__DIR__4).'/vendor/shopware/core/Content/Media/Aggregate/MediaFolder/MediaFolderDefinition.php';
  9691.         $this->services['Shopware\\Core\\Content\\Media\\Aggregate\\MediaFolder\\MediaFolderDefinition'] = $instance = new \Shopware\Core\Content\Media\Aggregate\MediaFolder\MediaFolderDefinition();
  9692.         $instance->compile(($this->services['Shopware\\Core\\Framework\\DataAbstractionLayer\\DefinitionInstanceRegistry'] ?? $this->getDefinitionInstanceRegistryService()));
  9693.         return $instance;
  9694.     }
  9695.     /**
  9696.      * Gets the public 'Shopware\Core\Content\Media\Aggregate\MediaTag\MediaTagDefinition' shared service.
  9697.      *
  9698.      * @return \Shopware\Core\Content\Media\Aggregate\MediaTag\MediaTagDefinition
  9699.      */
  9700.     protected function getMediaTagDefinitionService()
  9701.     {
  9702.         include_once \dirname(__DIR__4).'/vendor/shopware/core/Content/Media/Aggregate/MediaTag/MediaTagDefinition.php';
  9703.         $this->services['Shopware\\Core\\Content\\Media\\Aggregate\\MediaTag\\MediaTagDefinition'] = $instance = new \Shopware\Core\Content\Media\Aggregate\MediaTag\MediaTagDefinition();
  9704.         $instance->compile(($this->services['Shopware\\Core\\Framework\\DataAbstractionLayer\\DefinitionInstanceRegistry'] ?? $this->getDefinitionInstanceRegistryService()));
  9705.         return $instance;
  9706.     }
  9707.     /**
  9708.      * Gets the public 'Shopware\Core\Content\Media\Aggregate\MediaThumbnailSize\MediaThumbnailSizeDefinition' shared service.
  9709.      *
  9710.      * @return \Shopware\Core\Content\Media\Aggregate\MediaThumbnailSize\MediaThumbnailSizeDefinition
  9711.      */
  9712.     protected function getMediaThumbnailSizeDefinitionService()
  9713.     {
  9714.         include_once \dirname(__DIR__4).'/vendor/shopware/core/Content/Media/Aggregate/MediaThumbnailSize/MediaThumbnailSizeDefinition.php';
  9715.         $this->services['Shopware\\Core\\Content\\Media\\Aggregate\\MediaThumbnailSize\\MediaThumbnailSizeDefinition'] = $instance = new \Shopware\Core\Content\Media\Aggregate\MediaThumbnailSize\MediaThumbnailSizeDefinition();
  9716.         $instance->compile(($this->services['Shopware\\Core\\Framework\\DataAbstractionLayer\\DefinitionInstanceRegistry'] ?? $this->getDefinitionInstanceRegistryService()));
  9717.         return $instance;
  9718.     }
  9719.     /**
  9720.      * Gets the public 'Shopware\Core\Content\Media\Aggregate\MediaThumbnail\MediaThumbnailDefinition' shared service.
  9721.      *
  9722.      * @return \Shopware\Core\Content\Media\Aggregate\MediaThumbnail\MediaThumbnailDefinition
  9723.      */
  9724.     protected function getMediaThumbnailDefinitionService()
  9725.     {
  9726.         include_once \dirname(__DIR__4).'/vendor/shopware/core/Content/Media/Aggregate/MediaThumbnail/MediaThumbnailDefinition.php';
  9727.         $this->services['Shopware\\Core\\Content\\Media\\Aggregate\\MediaThumbnail\\MediaThumbnailDefinition'] = $instance = new \Shopware\Core\Content\Media\Aggregate\MediaThumbnail\MediaThumbnailDefinition();
  9728.         $instance->compile(($this->services['Shopware\\Core\\Framework\\DataAbstractionLayer\\DefinitionInstanceRegistry'] ?? $this->getDefinitionInstanceRegistryService()));
  9729.         return $instance;
  9730.     }
  9731.     /**
  9732.      * Gets the public 'Shopware\Core\Content\Media\Aggregate\MediaTranslation\MediaTranslationDefinition' shared service.
  9733.      *
  9734.      * @return \Shopware\Core\Content\Media\Aggregate\MediaTranslation\MediaTranslationDefinition
  9735.      */
  9736.     protected function getMediaTranslationDefinitionService()
  9737.     {
  9738.         include_once \dirname(__DIR__4).'/vendor/shopware/core/Framework/DataAbstractionLayer/EntityTranslationDefinition.php';
  9739.         include_once \dirname(__DIR__4).'/vendor/shopware/core/Content/Media/Aggregate/MediaTranslation/MediaTranslationDefinition.php';
  9740.         $this->services['Shopware\\Core\\Content\\Media\\Aggregate\\MediaTranslation\\MediaTranslationDefinition'] = $instance = new \Shopware\Core\Content\Media\Aggregate\MediaTranslation\MediaTranslationDefinition();
  9741.         $instance->compile(($this->services['Shopware\\Core\\Framework\\DataAbstractionLayer\\DefinitionInstanceRegistry'] ?? $this->getDefinitionInstanceRegistryService()));
  9742.         return $instance;
  9743.     }
  9744.     /**
  9745.      * Gets the public 'Shopware\Core\Content\Media\Api\MediaFolderController' shared service.
  9746.      *
  9747.      * @return \Shopware\Core\Content\Media\Api\MediaFolderController
  9748.      */
  9749.     protected function getMediaFolderControllerService()
  9750.     {
  9751.         include_once \dirname(__DIR__4).'/vendor/shopware/core/Content/Media/Api/MediaFolderController.php';
  9752.         include_once \dirname(__DIR__4).'/vendor/shopware/core/Content/Media/MediaFolderService.php';
  9753.         $this->services['Shopware\\Core\\Content\\Media\\Api\\MediaFolderController'] = $instance = new \Shopware\Core\Content\Media\Api\MediaFolderController(new \Shopware\Core\Content\Media\MediaFolderService(($this->services['media.repository'] ?? $this->getMedia_RepositoryService()), ($this->services['media_folder.repository'] ?? $this->getMediaFolder_RepositoryService()), ($this->services['media_folder_configuration.repository'] ?? $this->getMediaFolderConfiguration_RepositoryService())));
  9754.         $instance->setContainer($this);
  9755.         return $instance;
  9756.     }
  9757.     /**
  9758.      * Gets the public 'Shopware\Core\Content\Media\Api\MediaUploadController' shared service.
  9759.      *
  9760.      * @return \Shopware\Core\Content\Media\Api\MediaUploadController
  9761.      */
  9762.     protected function getMediaUploadControllerService()
  9763.     {
  9764.         include_once \dirname(__DIR__4).'/vendor/shopware/core/Content/Media/Api/MediaUploadController.php';
  9765.         $this->services['Shopware\\Core\\Content\\Media\\Api\\MediaUploadController'] = $instance = new \Shopware\Core\Content\Media\Api\MediaUploadController(($this->privates['Shopware\\Core\\Content\\Media\\MediaService'] ?? $this->getMediaServiceService()), ($this->services['Shopware\\Core\\Content\\Media\\File\\FileSaver'] ?? $this->getFileSaverService()), ($this->privates['Shopware\\Core\\Content\\Media\\File\\FileNameProvider'] ?? $this->getFileNameProviderService()), ($this->services['Shopware\\Core\\Content\\Media\\MediaDefinition'] ?? $this->getMediaDefinitionService()));
  9766.         $instance->setContainer($this);
  9767.         return $instance;
  9768.     }
  9769.     /**
  9770.      * Gets the public 'Shopware\Core\Content\Media\File\FileSaver' shared service.
  9771.      *
  9772.      * @return \Shopware\Core\Content\Media\File\FileSaver
  9773.      */
  9774.     protected function getFileSaverService()
  9775.     {
  9776.         include_once \dirname(__DIR__4).'/vendor/shopware/core/Content/Media/File/FileSaver.php';
  9777.         include_once \dirname(__DIR__4).'/vendor/shopware/core/Content/Media/Metadata/MetadataLoader.php';
  9778.         $a = ($this->services['media.repository'] ?? $this->getMedia_RepositoryService());
  9779.         if (isset($this->services['Shopware\\Core\\Content\\Media\\File\\FileSaver'])) {
  9780.             return $this->services['Shopware\\Core\\Content\\Media\\File\\FileSaver'];
  9781.         }
  9782.         $b = ($this->privates['Shopware\\Core\\Content\\Media\\Thumbnail\\ThumbnailService'] ?? $this->getThumbnailServiceService());
  9783.         if (isset($this->services['Shopware\\Core\\Content\\Media\\File\\FileSaver'])) {
  9784.             return $this->services['Shopware\\Core\\Content\\Media\\File\\FileSaver'];
  9785.         }
  9786.         $c = ($this->services['messenger.default_bus'] ?? $this->getMessenger_DefaultBusService());
  9787.         if (isset($this->services['Shopware\\Core\\Content\\Media\\File\\FileSaver'])) {
  9788.             return $this->services['Shopware\\Core\\Content\\Media\\File\\FileSaver'];
  9789.         }
  9790.         $d = ($this->services['event_dispatcher'] ?? $this->getEventDispatcherService());
  9791.         if (isset($this->services['Shopware\\Core\\Content\\Media\\File\\FileSaver'])) {
  9792.             return $this->services['Shopware\\Core\\Content\\Media\\File\\FileSaver'];
  9793.         }
  9794.         return $this->services['Shopware\\Core\\Content\\Media\\File\\FileSaver'] = new \Shopware\Core\Content\Media\File\FileSaver($a, ($this->services['shopware.filesystem.public'] ?? $this->getShopware_Filesystem_PublicService()), ($this->services['shopware.filesystem.private'] ?? $this->getShopware_Filesystem_PrivateService()), ($this->privates['Shopware\\Core\\Content\\Media\\Pathname\\UrlGeneratorInterface'] ?? $this->getUrlGeneratorInterfaceService()), $b, new \Shopware\Core\Content\Media\Metadata\MetadataLoader(new RewindableGenerator(function () {
  9795.             yield => ($this->privates['Shopware\\Core\\Content\\Media\\Metadata\\MetadataLoader\\ImageMetadataLoader'] ?? ($this->privates['Shopware\\Core\\Content\\Media\\Metadata\\MetadataLoader\\ImageMetadataLoader'] = new \Shopware\Core\Content\Media\Metadata\MetadataLoader\ImageMetadataLoader()));
  9796.         }, 1)), ($this->privates['Shopware\\Core\\Content\\Media\\TypeDetector\\TypeDetector'] ?? $this->getTypeDetectorService()), $c$d$this->parameters['shopware.filesystem.allowed_extensions'], $this->parameters['shopware.filesystem.private_allowed_extensions']);
  9797.     }
  9798.     /**
  9799.      * Gets the public 'Shopware\Core\Content\Media\MediaDefinition' shared service.
  9800.      *
  9801.      * @return \Shopware\Core\Content\Media\MediaDefinition
  9802.      */
  9803.     protected function getMediaDefinitionService()
  9804.     {
  9805.         $this->services['Shopware\\Core\\Content\\Media\\MediaDefinition'] = $instance = new \Shopware\Core\Content\Media\MediaDefinition();
  9806.         $instance->compile(($this->services['Shopware\\Core\\Framework\\DataAbstractionLayer\\DefinitionInstanceRegistry'] ?? $this->getDefinitionInstanceRegistryService()));
  9807.         return $instance;
  9808.     }
  9809.     /**
  9810.      * Gets the public 'Shopware\Core\Content\Newsletter\Aggregate\NewsletterRecipientTag\NewsletterRecipientTagDefinition' shared service.
  9811.      *
  9812.      * @return \Shopware\Core\Content\Newsletter\Aggregate\NewsletterRecipientTag\NewsletterRecipientTagDefinition
  9813.      */
  9814.     protected function getNewsletterRecipientTagDefinitionService()
  9815.     {
  9816.         include_once \dirname(__DIR__4).'/vendor/shopware/core/Content/Newsletter/Aggregate/NewsletterRecipientTag/NewsletterRecipientTagDefinition.php';
  9817.         $this->services['Shopware\\Core\\Content\\Newsletter\\Aggregate\\NewsletterRecipientTag\\NewsletterRecipientTagDefinition'] = $instance = new \Shopware\Core\Content\Newsletter\Aggregate\NewsletterRecipientTag\NewsletterRecipientTagDefinition();
  9818.         $instance->compile(($this->services['Shopware\\Core\\Framework\\DataAbstractionLayer\\DefinitionInstanceRegistry'] ?? $this->getDefinitionInstanceRegistryService()));
  9819.         return $instance;
  9820.     }
  9821.     /**
  9822.      * Gets the public 'Shopware\Core\Content\Newsletter\Aggregate\NewsletterRecipient\NewsletterRecipientDefinition' shared service.
  9823.      *
  9824.      * @return \Shopware\Core\Content\Newsletter\Aggregate\NewsletterRecipient\NewsletterRecipientDefinition
  9825.      */
  9826.     protected function getNewsletterRecipientDefinitionService()
  9827.     {
  9828.         include_once \dirname(__DIR__4).'/vendor/shopware/core/Content/Newsletter/Aggregate/NewsletterRecipient/NewsletterRecipientDefinition.php';
  9829.         $this->services['Shopware\\Core\\Content\\Newsletter\\Aggregate\\NewsletterRecipient\\NewsletterRecipientDefinition'] = $instance = new \Shopware\Core\Content\Newsletter\Aggregate\NewsletterRecipient\NewsletterRecipientDefinition();
  9830.         $instance->compile(($this->services['Shopware\\Core\\Framework\\DataAbstractionLayer\\DefinitionInstanceRegistry'] ?? $this->getDefinitionInstanceRegistryService()));
  9831.         return $instance;
  9832.     }
  9833.     /**
  9834.      * Gets the public 'Shopware\Core\Content\Newsletter\SalesChannel\NewsletterConfirmRoute' shared service.
  9835.      *
  9836.      * @return \Shopware\Core\Content\Newsletter\SalesChannel\NewsletterConfirmRoute
  9837.      */
  9838.     protected function getNewsletterConfirmRouteService()
  9839.     {
  9840.         include_once \dirname(__DIR__4).'/vendor/shopware/core/Content/Newsletter/SalesChannel/AbstractNewsletterConfirmRoute.php';
  9841.         include_once \dirname(__DIR__4).'/vendor/shopware/core/Content/Newsletter/SalesChannel/NewsletterConfirmRoute.php';
  9842.         return $this->services['Shopware\\Core\\Content\\Newsletter\\SalesChannel\\NewsletterConfirmRoute'] = new \Shopware\Core\Content\Newsletter\SalesChannel\NewsletterConfirmRoute(($this->services['newsletter_recipient.repository'] ?? $this->getNewsletterRecipient_RepositoryService()), ($this->privates['Shopware\\Core\\Framework\\Validation\\DataValidator'] ?? $this->getDataValidatorService()), ($this->services['event_dispatcher'] ?? $this->getEventDispatcherService()));
  9843.     }
  9844.     /**
  9845.      * Gets the public 'Shopware\Core\Content\Newsletter\SalesChannel\NewsletterSubscribeRoute' shared service.
  9846.      *
  9847.      * @return \Shopware\Core\Content\Newsletter\SalesChannel\NewsletterSubscribeRoute
  9848.      */
  9849.     protected function getNewsletterSubscribeRouteService()
  9850.     {
  9851.         include_once \dirname(__DIR__4).'/vendor/shopware/core/Content/Newsletter/SalesChannel/AbstractNewsletterSubscribeRoute.php';
  9852.         include_once \dirname(__DIR__4).'/vendor/shopware/core/Content/Newsletter/SalesChannel/NewsletterSubscribeRoute.php';
  9853.         $a = ($this->services['newsletter_recipient.repository'] ?? $this->getNewsletterRecipient_RepositoryService());
  9854.         if (isset($this->services['Shopware\\Core\\Content\\Newsletter\\SalesChannel\\NewsletterSubscribeRoute'])) {
  9855.             return $this->services['Shopware\\Core\\Content\\Newsletter\\SalesChannel\\NewsletterSubscribeRoute'];
  9856.         }
  9857.         $b = ($this->privates['Shopware\\Core\\Framework\\Validation\\DataValidator'] ?? $this->getDataValidatorService());
  9858.         if (isset($this->services['Shopware\\Core\\Content\\Newsletter\\SalesChannel\\NewsletterSubscribeRoute'])) {
  9859.             return $this->services['Shopware\\Core\\Content\\Newsletter\\SalesChannel\\NewsletterSubscribeRoute'];
  9860.         }
  9861.         $c = ($this->services['event_dispatcher'] ?? $this->getEventDispatcherService());
  9862.         if (isset($this->services['Shopware\\Core\\Content\\Newsletter\\SalesChannel\\NewsletterSubscribeRoute'])) {
  9863.             return $this->services['Shopware\\Core\\Content\\Newsletter\\SalesChannel\\NewsletterSubscribeRoute'];
  9864.         }
  9865.         $d = ($this->services['Shopware\\Core\\System\\SystemConfig\\SystemConfigService'] ?? $this->getSystemConfigServiceService());
  9866.         if (isset($this->services['Shopware\\Core\\Content\\Newsletter\\SalesChannel\\NewsletterSubscribeRoute'])) {
  9867.             return $this->services['Shopware\\Core\\Content\\Newsletter\\SalesChannel\\NewsletterSubscribeRoute'];
  9868.         }
  9869.         return $this->services['Shopware\\Core\\Content\\Newsletter\\SalesChannel\\NewsletterSubscribeRoute'] = new \Shopware\Core\Content\Newsletter\SalesChannel\NewsletterSubscribeRoute($a$b$c$d, ($this->privates['shopware.rate_limiter'] ?? $this->getShopware_RateLimiterService()), ($this->services['request_stack'] ?? ($this->services['request_stack'] = new \Symfony\Component\HttpFoundation\RequestStack())));
  9870.     }
  9871.     /**
  9872.      * Gets the public 'Shopware\Core\Content\Newsletter\SalesChannel\NewsletterUnsubscribeRoute' shared service.
  9873.      *
  9874.      * @return \Shopware\Core\Content\Newsletter\SalesChannel\NewsletterUnsubscribeRoute
  9875.      */
  9876.     protected function getNewsletterUnsubscribeRouteService()
  9877.     {
  9878.         include_once \dirname(__DIR__4).'/vendor/shopware/core/Content/Newsletter/SalesChannel/AbstractNewsletterUnsubscribeRoute.php';
  9879.         include_once \dirname(__DIR__4).'/vendor/shopware/core/Content/Newsletter/SalesChannel/NewsletterUnsubscribeRoute.php';
  9880.         return $this->services['Shopware\\Core\\Content\\Newsletter\\SalesChannel\\NewsletterUnsubscribeRoute'] = new \Shopware\Core\Content\Newsletter\SalesChannel\NewsletterUnsubscribeRoute(($this->services['newsletter_recipient.repository'] ?? $this->getNewsletterRecipient_RepositoryService()), ($this->privates['Shopware\\Core\\Framework\\Validation\\DataValidator'] ?? $this->getDataValidatorService()), ($this->services['event_dispatcher'] ?? $this->getEventDispatcherService()));
  9881.     }
  9882.     /**
  9883.      * Gets the public 'Shopware\Core\Content\Newsletter\SalesChannel\SalesChannelNewsletterRecipientDefinition' shared service.
  9884.      *
  9885.      * @return \Shopware\Core\Content\Newsletter\SalesChannel\SalesChannelNewsletterRecipientDefinition
  9886.      */
  9887.     protected function getSalesChannelNewsletterRecipientDefinitionService()
  9888.     {
  9889.         include_once \dirname(__DIR__4).'/vendor/shopware/core/Content/Newsletter/Aggregate/NewsletterRecipient/NewsletterRecipientDefinition.php';
  9890.         include_once \dirname(__DIR__4).'/vendor/shopware/core/Content/Newsletter/SalesChannel/SalesChannelNewsletterRecipientDefinition.php';
  9891.         $this->services['Shopware\\Core\\Content\\Newsletter\\SalesChannel\\SalesChannelNewsletterRecipientDefinition'] = $instance = new \Shopware\Core\Content\Newsletter\SalesChannel\SalesChannelNewsletterRecipientDefinition();
  9892.         $instance->compile(($this->services['Shopware\\Core\\System\\SalesChannel\\Entity\\SalesChannelDefinitionInstanceRegistry'] ?? $this->getSalesChannelDefinitionInstanceRegistryService()));
  9893.         return $instance;
  9894.     }
  9895.     /**
  9896.      * Gets the public 'Shopware\Core\Content\ProductExport\Api\ProductExportController' shared service.
  9897.      *
  9898.      * @return \Shopware\Core\Content\ProductExport\Api\ProductExportController
  9899.      */
  9900.     protected function getProductExportControllerService()
  9901.     {
  9902.         include_once \dirname(__DIR__4).'/vendor/shopware/core/Content/ProductExport/Api/ProductExportController.php';
  9903.         $this->services['Shopware\\Core\\Content\\ProductExport\\Api\\ProductExportController'] = $instance = new \Shopware\Core\Content\ProductExport\Api\ProductExportController(($this->services['sales_channel_domain.repository'] ?? $this->getSalesChannelDomain_RepositoryService()), ($this->services['sales_channel.repository'] ?? $this->getSalesChannel_RepositoryService()), ($this->services['Shopware\\Core\\Content\\ProductExport\\Service\\ProductExportGenerator'] ?? $this->getProductExportGeneratorService()), ($this->services['event_dispatcher'] ?? $this->getEventDispatcherService()));
  9904.         $instance->setContainer($this);
  9905.         return $instance;
  9906.     }
  9907.     /**
  9908.      * Gets the public 'Shopware\Core\Content\ProductExport\ProductExportDefinition' shared service.
  9909.      *
  9910.      * @return \Shopware\Core\Content\ProductExport\ProductExportDefinition
  9911.      */
  9912.     protected function getProductExportDefinitionService()
  9913.     {
  9914.         include_once \dirname(__DIR__4).'/vendor/shopware/core/Content/ProductExport/ProductExportDefinition.php';
  9915.         $this->services['Shopware\\Core\\Content\\ProductExport\\ProductExportDefinition'] = $instance = new \Shopware\Core\Content\ProductExport\ProductExportDefinition();
  9916.         $instance->compile(($this->services['Shopware\\Core\\Framework\\DataAbstractionLayer\\DefinitionInstanceRegistry'] ?? $this->getDefinitionInstanceRegistryService()));
  9917.         return $instance;
  9918.     }
  9919.     /**
  9920.      * Gets the public 'Shopware\Core\Content\ProductExport\ProductExportHydrator' shared service.
  9921.      *
  9922.      * @return \Shopware\Core\Content\ProductExport\ProductExportHydrator
  9923.      */
  9924.     protected function getProductExportHydratorService()
  9925.     {
  9926.         include_once \dirname(__DIR__4).'/vendor/shopware/core/Content/ProductExport/ProductExportHydrator.php';
  9927.         return $this->services['Shopware\\Core\\Content\\ProductExport\\ProductExportHydrator'] = new \Shopware\Core\Content\ProductExport\ProductExportHydrator($this);
  9928.     }
  9929.     /**
  9930.      * Gets the public 'Shopware\Core\Content\ProductExport\SalesChannel\ExportController' shared service.
  9931.      *
  9932.      * @return \Shopware\Core\Content\ProductExport\SalesChannel\ExportController
  9933.      */
  9934.     protected function getExportControllerService()
  9935.     {
  9936.         include_once \dirname(__DIR__4).'/vendor/shopware/core/Content/ProductExport/SalesChannel/ExportController.php';
  9937.         return $this->services['Shopware\\Core\\Content\\ProductExport\\SalesChannel\\ExportController'] = new \Shopware\Core\Content\ProductExport\SalesChannel\ExportController(($this->services['Shopware\\Core\\Content\\ProductExport\\Service\\ProductExporter'] ?? $this->getProductExporterService()), ($this->privates['Shopware\\Core\\Content\\ProductExport\\Service\\ProductExportFileHandler'] ?? $this->getProductExportFileHandlerService()), ($this->services['shopware.filesystem.private'] ?? $this->getShopware_Filesystem_PrivateService()), ($this->services['event_dispatcher'] ?? $this->getEventDispatcherService()), ($this->services['product_export.repository'] ?? $this->getProductExport_RepositoryService()), ($this->services['Shopware\\Core\\System\\SalesChannel\\Context\\SalesChannelContextFactory'] ?? $this->getSalesChannelContextFactoryService()));
  9938.     }
  9939.     /**
  9940.      * Gets the public 'Shopware\Core\Content\ProductExport\Service\ProductExportGenerator' shared service.
  9941.      *
  9942.      * @return \Shopware\Core\Content\ProductExport\Service\ProductExportGenerator
  9943.      */
  9944.     protected function getProductExportGeneratorService()
  9945.     {
  9946.         include_once \dirname(__DIR__4).'/vendor/shopware/core/Content/ProductExport/Service/ProductExportGeneratorInterface.php';
  9947.         include_once \dirname(__DIR__4).'/vendor/shopware/core/Content/ProductExport/Service/ProductExportGenerator.php';
  9948.         include_once \dirname(__DIR__4).'/vendor/shopware/core/Content/ProductExport/Service/ProductExportValidatorInterface.php';
  9949.         include_once \dirname(__DIR__4).'/vendor/shopware/core/Content/ProductExport/Service/ProductExportValidator.php';
  9950.         $a = ($this->services['Shopware\\Core\\Content\\ProductStream\\Service\\ProductStreamBuilder'] ?? $this->getProductStreamBuilderService());
  9951.         if (isset($this->services['Shopware\\Core\\Content\\ProductExport\\Service\\ProductExportGenerator'])) {
  9952.             return $this->services['Shopware\\Core\\Content\\ProductExport\\Service\\ProductExportGenerator'];
  9953.         }
  9954.         $b = ($this->services['sales_channel.product.repository'] ?? $this->getSalesChannel_Product_RepositoryService());
  9955.         if (isset($this->services['Shopware\\Core\\Content\\ProductExport\\Service\\ProductExportGenerator'])) {
  9956.             return $this->services['Shopware\\Core\\Content\\ProductExport\\Service\\ProductExportGenerator'];
  9957.         }
  9958.         $c = ($this->privates['Wato\\DigitecGalaxusExport\\Subscriber\\ProductExportRendererDecorator'] ?? $this->getProductExportRendererDecoratorService());
  9959.         if (isset($this->services['Shopware\\Core\\Content\\ProductExport\\Service\\ProductExportGenerator'])) {
  9960.             return $this->services['Shopware\\Core\\Content\\ProductExport\\Service\\ProductExportGenerator'];
  9961.         }
  9962.         $d = ($this->services['event_dispatcher'] ?? $this->getEventDispatcherService());
  9963.         if (isset($this->services['Shopware\\Core\\Content\\ProductExport\\Service\\ProductExportGenerator'])) {
  9964.             return $this->services['Shopware\\Core\\Content\\ProductExport\\Service\\ProductExportGenerator'];
  9965.         }
  9966.         $e = ($this->privates['Shopware\\Core\\System\\SalesChannel\\Context\\SalesChannelContextService'] ?? $this->getSalesChannelContextServiceService());
  9967.         if (isset($this->services['Shopware\\Core\\Content\\ProductExport\\Service\\ProductExportGenerator'])) {
  9968.             return $this->services['Shopware\\Core\\Content\\ProductExport\\Service\\ProductExportGenerator'];
  9969.         }
  9970.         $f = ($this->privates['Shopware\\Core\\Framework\\Adapter\\Translation\\Translator'] ?? $this->getTranslator2Service());
  9971.         if (isset($this->services['Shopware\\Core\\Content\\ProductExport\\Service\\ProductExportGenerator'])) {
  9972.             return $this->services['Shopware\\Core\\Content\\ProductExport\\Service\\ProductExportGenerator'];
  9973.         }
  9974.         $g = ($this->privates['Shopware\\Core\\System\\SalesChannel\\Context\\SalesChannelContextPersister'] ?? $this->getSalesChannelContextPersisterService());
  9975.         if (isset($this->services['Shopware\\Core\\Content\\ProductExport\\Service\\ProductExportGenerator'])) {
  9976.             return $this->services['Shopware\\Core\\Content\\ProductExport\\Service\\ProductExportGenerator'];
  9977.         }
  9978.         $h = ($this->privates['Shopware\\Core\\Framework\\Adapter\\Twig\\TwigVariableParser'] ?? $this->getTwigVariableParserService());
  9979.         if (isset($this->services['Shopware\\Core\\Content\\ProductExport\\Service\\ProductExportGenerator'])) {
  9980.             return $this->services['Shopware\\Core\\Content\\ProductExport\\Service\\ProductExportGenerator'];
  9981.         }
  9982.         return $this->services['Shopware\\Core\\Content\\ProductExport\\Service\\ProductExportGenerator'] = new \Shopware\Core\Content\ProductExport\Service\ProductExportGenerator($a$b$c$d, new \Shopware\Core\Content\ProductExport\Service\ProductExportValidator(new RewindableGenerator(function () {
  9983.             yield => ($this->privates['Shopware\\Core\\Content\\ProductExport\\Validator\\XmlValidator'] ?? ($this->privates['Shopware\\Core\\Content\\ProductExport\\Validator\\XmlValidator'] = new \Shopware\Core\Content\ProductExport\Validator\XmlValidator()));
  9984.         }, 1)), $e$f$g, ($this->services['Doctrine\\DBAL\\Connection'] ?? $this->getConnectionService()), 100, ($this->services['DreiscSeoPro\\Decorator\\Core\\Content\\Seo\\SeoUrlPlaceholderHandlerDecorator'] ?? $this->getSeoUrlPlaceholderHandlerDecoratorService()), $h, ($this->services['Shopware\\Core\\Content\\Product\\ProductDefinition'] ?? $this->getProductDefinitionService()), ($this->privates['Shopware\\Core\\System\\Locale\\LanguageLocaleCodeProvider'] ?? $this->getLanguageLocaleCodeProviderService()));
  9985.     }
  9986.     /**
  9987.      * Gets the public 'Shopware\Core\Content\ProductExport\Service\ProductExporter' shared service.
  9988.      *
  9989.      * @return \Shopware\Core\Content\ProductExport\Service\ProductExporter
  9990.      */
  9991.     protected function getProductExporterService()
  9992.     {
  9993.         include_once \dirname(__DIR__4).'/vendor/shopware/core/Content/ProductExport/Service/ProductExporterInterface.php';
  9994.         include_once \dirname(__DIR__4).'/vendor/shopware/core/Content/ProductExport/Service/ProductExporter.php';
  9995.         return $this->services['Shopware\\Core\\Content\\ProductExport\\Service\\ProductExporter'] = new \Shopware\Core\Content\ProductExport\Service\ProductExporter(($this->services['product_export.repository'] ?? $this->getProductExport_RepositoryService()), ($this->services['Shopware\\Core\\Content\\ProductExport\\Service\\ProductExportGenerator'] ?? $this->getProductExportGeneratorService()), ($this->services['event_dispatcher'] ?? $this->getEventDispatcherService()), ($this->privates['Shopware\\Core\\Content\\ProductExport\\Service\\ProductExportFileHandler'] ?? $this->getProductExportFileHandlerService()));
  9996.     }
  9997.     /**
  9998.      * Gets the public 'Shopware\Core\Content\ProductStream\Aggregate\ProductStreamFilter\ProductStreamFilterDefinition' shared service.
  9999.      *
  10000.      * @return \Shopware\Core\Content\ProductStream\Aggregate\ProductStreamFilter\ProductStreamFilterDefinition
  10001.      */
  10002.     protected function getProductStreamFilterDefinitionService()
  10003.     {
  10004.         include_once \dirname(__DIR__4).'/vendor/shopware/core/Content/ProductStream/Aggregate/ProductStreamFilter/ProductStreamFilterDefinition.php';
  10005.         $this->services['Shopware\\Core\\Content\\ProductStream\\Aggregate\\ProductStreamFilter\\ProductStreamFilterDefinition'] = $instance = new \Shopware\Core\Content\ProductStream\Aggregate\ProductStreamFilter\ProductStreamFilterDefinition();
  10006.         $instance->compile(($this->services['Shopware\\Core\\Framework\\DataAbstractionLayer\\DefinitionInstanceRegistry'] ?? $this->getDefinitionInstanceRegistryService()));
  10007.         return $instance;
  10008.     }
  10009.     /**
  10010.      * Gets the public 'Shopware\Core\Content\ProductStream\Aggregate\ProductStreamFilter\ProductStreamFilterHydrator' shared service.
  10011.      *
  10012.      * @return \Shopware\Core\Content\ProductStream\Aggregate\ProductStreamFilter\ProductStreamFilterHydrator
  10013.      */
  10014.     protected function getProductStreamFilterHydratorService()
  10015.     {
  10016.         include_once \dirname(__DIR__4).'/vendor/shopware/core/Content/ProductStream/Aggregate/ProductStreamFilter/ProductStreamFilterHydrator.php';
  10017.         return $this->services['Shopware\\Core\\Content\\ProductStream\\Aggregate\\ProductStreamFilter\\ProductStreamFilterHydrator'] = new \Shopware\Core\Content\ProductStream\Aggregate\ProductStreamFilter\ProductStreamFilterHydrator($this);
  10018.     }
  10019.     /**
  10020.      * Gets the public 'Shopware\Core\Content\ProductStream\Aggregate\ProductStreamTranslation\ProductStreamTranslationDefinition' shared service.
  10021.      *
  10022.      * @return \Shopware\Core\Content\ProductStream\Aggregate\ProductStreamTranslation\ProductStreamTranslationDefinition
  10023.      */
  10024.     protected function getProductStreamTranslationDefinitionService()
  10025.     {
  10026.         include_once \dirname(__DIR__4).'/vendor/shopware/core/Framework/DataAbstractionLayer/EntityTranslationDefinition.php';
  10027.         include_once \dirname(__DIR__4).'/vendor/shopware/core/Content/ProductStream/Aggregate/ProductStreamTranslation/ProductStreamTranslationDefinition.php';
  10028.         $this->services['Shopware\\Core\\Content\\ProductStream\\Aggregate\\ProductStreamTranslation\\ProductStreamTranslationDefinition'] = $instance = new \Shopware\Core\Content\ProductStream\Aggregate\ProductStreamTranslation\ProductStreamTranslationDefinition();
  10029.         $instance->compile(($this->services['Shopware\\Core\\Framework\\DataAbstractionLayer\\DefinitionInstanceRegistry'] ?? $this->getDefinitionInstanceRegistryService()));
  10030.         return $instance;
  10031.     }
  10032.     /**
  10033.      * Gets the public 'Shopware\Core\Content\ProductStream\ProductStreamDefinition' shared service.
  10034.      *
  10035.      * @return \Shopware\Core\Content\ProductStream\ProductStreamDefinition
  10036.      */
  10037.     protected function getProductStreamDefinitionService()
  10038.     {
  10039.         include_once \dirname(__DIR__4).'/vendor/shopware/core/Content/ProductStream/ProductStreamDefinition.php';
  10040.         $this->services['Shopware\\Core\\Content\\ProductStream\\ProductStreamDefinition'] = $instance = new \Shopware\Core\Content\ProductStream\ProductStreamDefinition();
  10041.         $instance->compile(($this->services['Shopware\\Core\\Framework\\DataAbstractionLayer\\DefinitionInstanceRegistry'] ?? $this->getDefinitionInstanceRegistryService()));
  10042.         return $instance;
  10043.     }
  10044.     /**
  10045.      * Gets the public 'Shopware\Core\Content\ProductStream\ProductStreamHydrator' shared service.
  10046.      *
  10047.      * @return \Shopware\Core\Content\ProductStream\ProductStreamHydrator
  10048.      */
  10049.     protected function getProductStreamHydratorService()
  10050.     {
  10051.         include_once \dirname(__DIR__4).'/vendor/shopware/core/Content/ProductStream/ProductStreamHydrator.php';
  10052.         return $this->services['Shopware\\Core\\Content\\ProductStream\\ProductStreamHydrator'] = new \Shopware\Core\Content\ProductStream\ProductStreamHydrator($this);
  10053.     }
  10054.     /**
  10055.      * Gets the public 'Shopware\Core\Content\ProductStream\Service\ProductStreamBuilder' shared service.
  10056.      *
  10057.      * @return \Shopware\Core\Content\ProductStream\Service\ProductStreamBuilder
  10058.      */
  10059.     protected function getProductStreamBuilderService()
  10060.     {
  10061.         include_once \dirname(__DIR__4).'/vendor/shopware/core/Content/ProductStream/Service/ProductStreamBuilderInterface.php';
  10062.         include_once \dirname(__DIR__4).'/vendor/shopware/core/Content/ProductStream/Service/ProductStreamBuilder.php';
  10063.         $a = ($this->services['product_stream.repository'] ?? $this->getProductStream_RepositoryService());
  10064.         if (isset($this->services['Shopware\\Core\\Content\\ProductStream\\Service\\ProductStreamBuilder'])) {
  10065.             return $this->services['Shopware\\Core\\Content\\ProductStream\\Service\\ProductStreamBuilder'];
  10066.         }
  10067.         return $this->services['Shopware\\Core\\Content\\ProductStream\\Service\\ProductStreamBuilder'] = new \Shopware\Core\Content\ProductStream\Service\ProductStreamBuilder($a, ($this->services['Shopware\\Core\\Content\\Product\\ProductDefinition'] ?? $this->getProductDefinitionService()));
  10068.     }
  10069.     /**
  10070.      * Gets the public 'Shopware\Core\Content\Product\Aggregate\ProductCategoryTree\ProductCategoryTreeDefinition' shared service.
  10071.      *
  10072.      * @return \Shopware\Core\Content\Product\Aggregate\ProductCategoryTree\ProductCategoryTreeDefinition
  10073.      */
  10074.     protected function getProductCategoryTreeDefinitionService()
  10075.     {
  10076.         include_once \dirname(__DIR__4).'/vendor/shopware/core/Content/Product/Aggregate/ProductCategoryTree/ProductCategoryTreeDefinition.php';
  10077.         $this->services['Shopware\\Core\\Content\\Product\\Aggregate\\ProductCategoryTree\\ProductCategoryTreeDefinition'] = $instance = new \Shopware\Core\Content\Product\Aggregate\ProductCategoryTree\ProductCategoryTreeDefinition();
  10078.         $instance->compile(($this->services['Shopware\\Core\\Framework\\DataAbstractionLayer\\DefinitionInstanceRegistry'] ?? $this->getDefinitionInstanceRegistryService()));
  10079.         return $instance;
  10080.     }
  10081.     /**
  10082.      * Gets the public 'Shopware\Core\Content\Product\Aggregate\ProductCategory\ProductCategoryDefinition' shared service.
  10083.      *
  10084.      * @return \Shopware\Core\Content\Product\Aggregate\ProductCategory\ProductCategoryDefinition
  10085.      */
  10086.     protected function getProductCategoryDefinitionService()
  10087.     {
  10088.         include_once \dirname(__DIR__4).'/vendor/shopware/core/Content/Product/Aggregate/ProductCategory/ProductCategoryDefinition.php';
  10089.         $this->services['Shopware\\Core\\Content\\Product\\Aggregate\\ProductCategory\\ProductCategoryDefinition'] = $instance = new \Shopware\Core\Content\Product\Aggregate\ProductCategory\ProductCategoryDefinition();
  10090.         $instance->compile(($this->services['Shopware\\Core\\Framework\\DataAbstractionLayer\\DefinitionInstanceRegistry'] ?? $this->getDefinitionInstanceRegistryService()));
  10091.         return $instance;
  10092.     }
  10093.     /**
  10094.      * Gets the public 'Shopware\Core\Content\Product\Aggregate\ProductConfiguratorSetting\ProductConfiguratorSettingDefinition' shared service.
  10095.      *
  10096.      * @return \Shopware\Core\Content\Product\Aggregate\ProductConfiguratorSetting\ProductConfiguratorSettingDefinition
  10097.      */
  10098.     protected function getProductConfiguratorSettingDefinitionService()
  10099.     {
  10100.         include_once \dirname(__DIR__4).'/vendor/shopware/core/Content/Product/Aggregate/ProductConfiguratorSetting/ProductConfiguratorSettingDefinition.php';
  10101.         $this->services['Shopware\\Core\\Content\\Product\\Aggregate\\ProductConfiguratorSetting\\ProductConfiguratorSettingDefinition'] = $instance = new \Shopware\Core\Content\Product\Aggregate\ProductConfiguratorSetting\ProductConfiguratorSettingDefinition();
  10102.         $instance->compile(($this->services['Shopware\\Core\\Framework\\DataAbstractionLayer\\DefinitionInstanceRegistry'] ?? $this->getDefinitionInstanceRegistryService()));
  10103.         return $instance;
  10104.     }
  10105.     /**
  10106.      * Gets the public 'Shopware\Core\Content\Product\Aggregate\ProductConfiguratorSetting\ProductConfiguratorSettingHydrator' shared service.
  10107.      *
  10108.      * @return \Shopware\Core\Content\Product\Aggregate\ProductConfiguratorSetting\ProductConfiguratorSettingHydrator
  10109.      */
  10110.     protected function getProductConfiguratorSettingHydratorService()
  10111.     {
  10112.         include_once \dirname(__DIR__4).'/vendor/shopware/core/Content/Product/Aggregate/ProductConfiguratorSetting/ProductConfiguratorSettingHydrator.php';
  10113.         return $this->services['Shopware\\Core\\Content\\Product\\Aggregate\\ProductConfiguratorSetting\\ProductConfiguratorSettingHydrator'] = new \Shopware\Core\Content\Product\Aggregate\ProductConfiguratorSetting\ProductConfiguratorSettingHydrator($this);
  10114.     }
  10115.     /**
  10116.      * Gets the public 'Shopware\Core\Content\Product\Aggregate\ProductCrossSellingAssignedProducts\ProductCrossSellingAssignedProductsDefinition' shared service.
  10117.      *
  10118.      * @return \Shopware\Core\Content\Product\Aggregate\ProductCrossSellingAssignedProducts\ProductCrossSellingAssignedProductsDefinition
  10119.      */
  10120.     protected function getProductCrossSellingAssignedProductsDefinitionService()
  10121.     {
  10122.         include_once \dirname(__DIR__4).'/vendor/shopware/core/Content/Product/Aggregate/ProductCrossSellingAssignedProducts/ProductCrossSellingAssignedProductsDefinition.php';
  10123.         $this->services['Shopware\\Core\\Content\\Product\\Aggregate\\ProductCrossSellingAssignedProducts\\ProductCrossSellingAssignedProductsDefinition'] = $instance = new \Shopware\Core\Content\Product\Aggregate\ProductCrossSellingAssignedProducts\ProductCrossSellingAssignedProductsDefinition();
  10124.         $instance->compile(($this->services['Shopware\\Core\\Framework\\DataAbstractionLayer\\DefinitionInstanceRegistry'] ?? $this->getDefinitionInstanceRegistryService()));
  10125.         return $instance;
  10126.     }
  10127.     /**
  10128.      * Gets the public 'Shopware\Core\Content\Product\Aggregate\ProductCrossSellingAssignedProducts\ProductCrossSellingAssignedProductsHydrator' shared service.
  10129.      *
  10130.      * @return \Shopware\Core\Content\Product\Aggregate\ProductCrossSellingAssignedProducts\ProductCrossSellingAssignedProductsHydrator
  10131.      */
  10132.     protected function getProductCrossSellingAssignedProductsHydratorService()
  10133.     {
  10134.         include_once \dirname(__DIR__4).'/vendor/shopware/core/Content/Product/Aggregate/ProductCrossSellingAssignedProducts/ProductCrossSellingAssignedProductsHydrator.php';
  10135.         return $this->services['Shopware\\Core\\Content\\Product\\Aggregate\\ProductCrossSellingAssignedProducts\\ProductCrossSellingAssignedProductsHydrator'] = new \Shopware\Core\Content\Product\Aggregate\ProductCrossSellingAssignedProducts\ProductCrossSellingAssignedProductsHydrator($this);
  10136.     }
  10137.     /**
  10138.      * Gets the public 'Shopware\Core\Content\Product\Aggregate\ProductCrossSellingTranslation\ProductCrossSellingTranslationDefinition' shared service.
  10139.      *
  10140.      * @return \Shopware\Core\Content\Product\Aggregate\ProductCrossSellingTranslation\ProductCrossSellingTranslationDefinition
  10141.      */
  10142.     protected function getProductCrossSellingTranslationDefinitionService()
  10143.     {
  10144.         include_once \dirname(__DIR__4).'/vendor/shopware/core/Framework/DataAbstractionLayer/EntityTranslationDefinition.php';
  10145.         include_once \dirname(__DIR__4).'/vendor/shopware/core/Content/Product/Aggregate/ProductCrossSellingTranslation/ProductCrossSellingTranslationDefinition.php';
  10146.         $this->services['Shopware\\Core\\Content\\Product\\Aggregate\\ProductCrossSellingTranslation\\ProductCrossSellingTranslationDefinition'] = $instance = new \Shopware\Core\Content\Product\Aggregate\ProductCrossSellingTranslation\ProductCrossSellingTranslationDefinition();
  10147.         $instance->compile(($this->services['Shopware\\Core\\Framework\\DataAbstractionLayer\\DefinitionInstanceRegistry'] ?? $this->getDefinitionInstanceRegistryService()));
  10148.         return $instance;
  10149.     }
  10150.     /**
  10151.      * Gets the public 'Shopware\Core\Content\Product\Aggregate\ProductCrossSelling\ProductCrossSellingDefinition' shared service.
  10152.      *
  10153.      * @return \Shopware\Core\Content\Product\Aggregate\ProductCrossSelling\ProductCrossSellingDefinition
  10154.      */
  10155.     protected function getProductCrossSellingDefinitionService()
  10156.     {
  10157.         include_once \dirname(__DIR__4).'/vendor/shopware/core/Content/Product/Aggregate/ProductCrossSelling/ProductCrossSellingDefinition.php';
  10158.         $this->services['Shopware\\Core\\Content\\Product\\Aggregate\\ProductCrossSelling\\ProductCrossSellingDefinition'] = $instance = new \Shopware\Core\Content\Product\Aggregate\ProductCrossSelling\ProductCrossSellingDefinition();
  10159.         $instance->compile(($this->services['Shopware\\Core\\Framework\\DataAbstractionLayer\\DefinitionInstanceRegistry'] ?? $this->getDefinitionInstanceRegistryService()));
  10160.         return $instance;
  10161.     }
  10162.     /**
  10163.      * Gets the public 'Shopware\Core\Content\Product\Aggregate\ProductCrossSelling\ProductCrossSellingHydrator' shared service.
  10164.      *
  10165.      * @return \Shopware\Core\Content\Product\Aggregate\ProductCrossSelling\ProductCrossSellingHydrator
  10166.      */
  10167.     protected function getProductCrossSellingHydratorService()
  10168.     {
  10169.         include_once \dirname(__DIR__4).'/vendor/shopware/core/Content/Product/Aggregate/ProductCrossSelling/ProductCrossSellingHydrator.php';
  10170.         return $this->services['Shopware\\Core\\Content\\Product\\Aggregate\\ProductCrossSelling\\ProductCrossSellingHydrator'] = new \Shopware\Core\Content\Product\Aggregate\ProductCrossSelling\ProductCrossSellingHydrator($this);
  10171.     }
  10172.     /**
  10173.      * Gets the public 'Shopware\Core\Content\Product\Aggregate\ProductCustomFieldSet\ProductCustomFieldSetDefinition' shared service.
  10174.      *
  10175.      * @return \Shopware\Core\Content\Product\Aggregate\ProductCustomFieldSet\ProductCustomFieldSetDefinition
  10176.      */
  10177.     protected function getProductCustomFieldSetDefinitionService()
  10178.     {
  10179.         include_once \dirname(__DIR__4).'/vendor/shopware/core/Content/Product/Aggregate/ProductCustomFieldSet/ProductCustomFieldSetDefinition.php';
  10180.         $this->services['Shopware\\Core\\Content\\Product\\Aggregate\\ProductCustomFieldSet\\ProductCustomFieldSetDefinition'] = $instance = new \Shopware\Core\Content\Product\Aggregate\ProductCustomFieldSet\ProductCustomFieldSetDefinition();
  10181.         $instance->compile(($this->services['Shopware\\Core\\Framework\\DataAbstractionLayer\\DefinitionInstanceRegistry'] ?? $this->getDefinitionInstanceRegistryService()));
  10182.         return $instance;
  10183.     }
  10184.     /**
  10185.      * Gets the public 'Shopware\Core\Content\Product\Aggregate\ProductDownload\ProductDownloadDefinition' shared service.
  10186.      *
  10187.      * @return \Shopware\Core\Content\Product\Aggregate\ProductDownload\ProductDownloadDefinition
  10188.      */
  10189.     protected function getProductDownloadDefinitionService()
  10190.     {
  10191.         $this->services['Shopware\\Core\\Content\\Product\\Aggregate\\ProductDownload\\ProductDownloadDefinition'] = $instance = new \Shopware\Core\Content\Product\Aggregate\ProductDownload\ProductDownloadDefinition();
  10192.         $instance->compile(($this->services['Shopware\\Core\\Framework\\DataAbstractionLayer\\DefinitionInstanceRegistry'] ?? $this->getDefinitionInstanceRegistryService()));
  10193.         return $instance;
  10194.     }
  10195.     /**
  10196.      * Gets the public 'Shopware\Core\Content\Product\Aggregate\ProductFeatureSetTranslation\ProductFeatureSetTranslationDefinition' shared service.
  10197.      *
  10198.      * @return \Shopware\Core\Content\Product\Aggregate\ProductFeatureSetTranslation\ProductFeatureSetTranslationDefinition
  10199.      */
  10200.     protected function getProductFeatureSetTranslationDefinitionService()
  10201.     {
  10202.         include_once \dirname(__DIR__4).'/vendor/shopware/core/Framework/DataAbstractionLayer/EntityTranslationDefinition.php';
  10203.         include_once \dirname(__DIR__4).'/vendor/shopware/core/Content/Product/Aggregate/ProductFeatureSetTranslation/ProductFeatureSetTranslationDefinition.php';
  10204.         $this->services['Shopware\\Core\\Content\\Product\\Aggregate\\ProductFeatureSetTranslation\\ProductFeatureSetTranslationDefinition'] = $instance = new \Shopware\Core\Content\Product\Aggregate\ProductFeatureSetTranslation\ProductFeatureSetTranslationDefinition();
  10205.         $instance->compile(($this->services['Shopware\\Core\\Framework\\DataAbstractionLayer\\DefinitionInstanceRegistry'] ?? $this->getDefinitionInstanceRegistryService()));
  10206.         return $instance;
  10207.     }
  10208.     /**
  10209.      * Gets the public 'Shopware\Core\Content\Product\Aggregate\ProductFeatureSet\ProductFeatureSetDefinition' shared service.
  10210.      *
  10211.      * @return \Shopware\Core\Content\Product\Aggregate\ProductFeatureSet\ProductFeatureSetDefinition
  10212.      */
  10213.     protected function getProductFeatureSetDefinitionService()
  10214.     {
  10215.         include_once \dirname(__DIR__4).'/vendor/shopware/core/Content/Product/Aggregate/ProductFeatureSet/ProductFeatureSetDefinition.php';
  10216.         $this->services['Shopware\\Core\\Content\\Product\\Aggregate\\ProductFeatureSet\\ProductFeatureSetDefinition'] = $instance = new \Shopware\Core\Content\Product\Aggregate\ProductFeatureSet\ProductFeatureSetDefinition();
  10217.         $instance->compile(($this->services['Shopware\\Core\\Framework\\DataAbstractionLayer\\DefinitionInstanceRegistry'] ?? $this->getDefinitionInstanceRegistryService()));
  10218.         return $instance;
  10219.     }
  10220.     /**
  10221.      * Gets the public 'Shopware\Core\Content\Product\Aggregate\ProductFeatureSet\ProductFeatureSetHydrator' shared service.
  10222.      *
  10223.      * @return \Shopware\Core\Content\Product\Aggregate\ProductFeatureSet\ProductFeatureSetHydrator
  10224.      */
  10225.     protected function getProductFeatureSetHydratorService()
  10226.     {
  10227.         include_once \dirname(__DIR__4).'/vendor/shopware/core/Content/Product/Aggregate/ProductFeatureSet/ProductFeatureSetHydrator.php';
  10228.         return $this->services['Shopware\\Core\\Content\\Product\\Aggregate\\ProductFeatureSet\\ProductFeatureSetHydrator'] = new \Shopware\Core\Content\Product\Aggregate\ProductFeatureSet\ProductFeatureSetHydrator($this);
  10229.     }
  10230.     /**
  10231.      * Gets the public 'Shopware\Core\Content\Product\Aggregate\ProductKeywordDictionary\ProductKeywordDictionaryDefinition' shared service.
  10232.      *
  10233.      * @return \Shopware\Core\Content\Product\Aggregate\ProductKeywordDictionary\ProductKeywordDictionaryDefinition
  10234.      */
  10235.     protected function getProductKeywordDictionaryDefinitionService()
  10236.     {
  10237.         include_once \dirname(__DIR__4).'/vendor/shopware/core/Content/Product/Aggregate/ProductKeywordDictionary/ProductKeywordDictionaryDefinition.php';
  10238.         $this->services['Shopware\\Core\\Content\\Product\\Aggregate\\ProductKeywordDictionary\\ProductKeywordDictionaryDefinition'] = $instance = new \Shopware\Core\Content\Product\Aggregate\ProductKeywordDictionary\ProductKeywordDictionaryDefinition();
  10239.         $instance->compile(($this->services['Shopware\\Core\\Framework\\DataAbstractionLayer\\DefinitionInstanceRegistry'] ?? $this->getDefinitionInstanceRegistryService()));
  10240.         return $instance;
  10241.     }
  10242.     /**
  10243.      * Gets the public 'Shopware\Core\Content\Product\Aggregate\ProductKeywordDictionary\ProductKeywordDictionaryHydrator' shared service.
  10244.      *
  10245.      * @return \Shopware\Core\Content\Product\Aggregate\ProductKeywordDictionary\ProductKeywordDictionaryHydrator
  10246.      */
  10247.     protected function getProductKeywordDictionaryHydratorService()
  10248.     {
  10249.         include_once \dirname(__DIR__4).'/vendor/shopware/core/Content/Product/Aggregate/ProductKeywordDictionary/ProductKeywordDictionaryHydrator.php';
  10250.         return $this->services['Shopware\\Core\\Content\\Product\\Aggregate\\ProductKeywordDictionary\\ProductKeywordDictionaryHydrator'] = new \Shopware\Core\Content\Product\Aggregate\ProductKeywordDictionary\ProductKeywordDictionaryHydrator($this);
  10251.     }
  10252.     /**
  10253.      * Gets the public 'Shopware\Core\Content\Product\Aggregate\ProductManufacturerTranslation\ProductManufacturerTranslationDefinition' shared service.
  10254.      *
  10255.      * @return \Shopware\Core\Content\Product\Aggregate\ProductManufacturerTranslation\ProductManufacturerTranslationDefinition
  10256.      */
  10257.     protected function getProductManufacturerTranslationDefinitionService()
  10258.     {
  10259.         include_once \dirname(__DIR__4).'/vendor/shopware/core/Framework/DataAbstractionLayer/EntityTranslationDefinition.php';
  10260.         include_once \dirname(__DIR__4).'/vendor/shopware/core/Content/Product/Aggregate/ProductManufacturerTranslation/ProductManufacturerTranslationDefinition.php';
  10261.         $this->services['Shopware\\Core\\Content\\Product\\Aggregate\\ProductManufacturerTranslation\\ProductManufacturerTranslationDefinition'] = $instance = new \Shopware\Core\Content\Product\Aggregate\ProductManufacturerTranslation\ProductManufacturerTranslationDefinition();
  10262.         $instance->compile(($this->services['Shopware\\Core\\Framework\\DataAbstractionLayer\\DefinitionInstanceRegistry'] ?? $this->getDefinitionInstanceRegistryService()));
  10263.         return $instance;
  10264.     }
  10265.     /**
  10266.      * Gets the public 'Shopware\Core\Content\Product\Aggregate\ProductManufacturer\ProductManufacturerDefinition' shared service.
  10267.      *
  10268.      * @return \Shopware\Core\Content\Product\Aggregate\ProductManufacturer\ProductManufacturerDefinition
  10269.      */
  10270.     protected function getProductManufacturerDefinitionService()
  10271.     {
  10272.         include_once \dirname(__DIR__4).'/vendor/shopware/core/Content/Product/Aggregate/ProductManufacturer/ProductManufacturerDefinition.php';
  10273.         $this->services['Shopware\\Core\\Content\\Product\\Aggregate\\ProductManufacturer\\ProductManufacturerDefinition'] = $instance = new \Shopware\Core\Content\Product\Aggregate\ProductManufacturer\ProductManufacturerDefinition();
  10274.         $instance->compile(($this->services['Shopware\\Core\\Framework\\DataAbstractionLayer\\DefinitionInstanceRegistry'] ?? $this->getDefinitionInstanceRegistryService()));
  10275.         return $instance;
  10276.     }
  10277.     /**
  10278.      * Gets the public 'Shopware\Core\Content\Product\Aggregate\ProductManufacturer\ProductManufacturerHydrator' shared service.
  10279.      *
  10280.      * @return \Shopware\Core\Content\Product\Aggregate\ProductManufacturer\ProductManufacturerHydrator
  10281.      */
  10282.     protected function getProductManufacturerHydratorService()
  10283.     {
  10284.         include_once \dirname(__DIR__4).'/vendor/shopware/core/Content/Product/Aggregate/ProductManufacturer/ProductManufacturerHydrator.php';
  10285.         return $this->services['Shopware\\Core\\Content\\Product\\Aggregate\\ProductManufacturer\\ProductManufacturerHydrator'] = new \Shopware\Core\Content\Product\Aggregate\ProductManufacturer\ProductManufacturerHydrator($this);
  10286.     }
  10287.     /**
  10288.      * Gets the public 'Shopware\Core\Content\Product\Aggregate\ProductMedia\ProductMediaDefinition' shared service.
  10289.      *
  10290.      * @return \Shopware\Core\Content\Product\Aggregate\ProductMedia\ProductMediaDefinition
  10291.      */
  10292.     protected function getProductMediaDefinitionService()
  10293.     {
  10294.         include_once \dirname(__DIR__4).'/vendor/shopware/core/Content/Product/Aggregate/ProductMedia/ProductMediaDefinition.php';
  10295.         $this->services['Shopware\\Core\\Content\\Product\\Aggregate\\ProductMedia\\ProductMediaDefinition'] = $instance = new \Shopware\Core\Content\Product\Aggregate\ProductMedia\ProductMediaDefinition();
  10296.         $instance->compile(($this->services['Shopware\\Core\\Framework\\DataAbstractionLayer\\DefinitionInstanceRegistry'] ?? $this->getDefinitionInstanceRegistryService()));
  10297.         return $instance;
  10298.     }
  10299.     /**
  10300.      * Gets the public 'Shopware\Core\Content\Product\Aggregate\ProductMedia\ProductMediaHydrator' shared service.
  10301.      *
  10302.      * @return \Shopware\Core\Content\Product\Aggregate\ProductMedia\ProductMediaHydrator
  10303.      */
  10304.     protected function getProductMediaHydratorService()
  10305.     {
  10306.         include_once \dirname(__DIR__4).'/vendor/shopware/core/Content/Product/Aggregate/ProductMedia/ProductMediaHydrator.php';
  10307.         return $this->services['Shopware\\Core\\Content\\Product\\Aggregate\\ProductMedia\\ProductMediaHydrator'] = new \Shopware\Core\Content\Product\Aggregate\ProductMedia\ProductMediaHydrator($this);
  10308.     }
  10309.     /**
  10310.      * Gets the public 'Shopware\Core\Content\Product\Aggregate\ProductOption\ProductOptionDefinition' shared service.
  10311.      *
  10312.      * @return \Shopware\Core\Content\Product\Aggregate\ProductOption\ProductOptionDefinition
  10313.      */
  10314.     protected function getProductOptionDefinitionService()
  10315.     {
  10316.         include_once \dirname(__DIR__4).'/vendor/shopware/core/Content/Product/Aggregate/ProductOption/ProductOptionDefinition.php';
  10317.         $this->services['Shopware\\Core\\Content\\Product\\Aggregate\\ProductOption\\ProductOptionDefinition'] = $instance = new \Shopware\Core\Content\Product\Aggregate\ProductOption\ProductOptionDefinition();
  10318.         $instance->compile(($this->services['Shopware\\Core\\Framework\\DataAbstractionLayer\\DefinitionInstanceRegistry'] ?? $this->getDefinitionInstanceRegistryService()));
  10319.         return $instance;
  10320.     }
  10321.     /**
  10322.      * Gets the public 'Shopware\Core\Content\Product\Aggregate\ProductPrice\ProductPriceDefinition' shared service.
  10323.      *
  10324.      * @return \Shopware\Core\Content\Product\Aggregate\ProductPrice\ProductPriceDefinition
  10325.      */
  10326.     protected function getProductPriceDefinitionService()
  10327.     {
  10328.         include_once \dirname(__DIR__4).'/vendor/shopware/core/Content/Product/Aggregate/ProductPrice/ProductPriceDefinition.php';
  10329.         $this->services['Shopware\\Core\\Content\\Product\\Aggregate\\ProductPrice\\ProductPriceDefinition'] = $instance = new \Shopware\Core\Content\Product\Aggregate\ProductPrice\ProductPriceDefinition();
  10330.         $instance->compile(($this->services['Shopware\\Core\\Framework\\DataAbstractionLayer\\DefinitionInstanceRegistry'] ?? $this->getDefinitionInstanceRegistryService()));
  10331.         return $instance;
  10332.     }
  10333.     /**
  10334.      * Gets the public 'Shopware\Core\Content\Product\Aggregate\ProductPrice\ProductPriceHydrator' shared service.
  10335.      *
  10336.      * @return \Shopware\Core\Content\Product\Aggregate\ProductPrice\ProductPriceHydrator
  10337.      */
  10338.     protected function getProductPriceHydratorService()
  10339.     {
  10340.         include_once \dirname(__DIR__4).'/vendor/shopware/core/Content/Product/Aggregate/ProductPrice/ProductPriceHydrator.php';
  10341.         return $this->services['Shopware\\Core\\Content\\Product\\Aggregate\\ProductPrice\\ProductPriceHydrator'] = new \Shopware\Core\Content\Product\Aggregate\ProductPrice\ProductPriceHydrator($this);
  10342.     }
  10343.     /**
  10344.      * Gets the public 'Shopware\Core\Content\Product\Aggregate\ProductProperty\ProductPropertyDefinition' shared service.
  10345.      *
  10346.      * @return \Shopware\Core\Content\Product\Aggregate\ProductProperty\ProductPropertyDefinition
  10347.      */
  10348.     protected function getProductPropertyDefinitionService()
  10349.     {
  10350.         include_once \dirname(__DIR__4).'/vendor/shopware/core/Content/Product/Aggregate/ProductProperty/ProductPropertyDefinition.php';
  10351.         $this->services['Shopware\\Core\\Content\\Product\\Aggregate\\ProductProperty\\ProductPropertyDefinition'] = $instance = new \Shopware\Core\Content\Product\Aggregate\ProductProperty\ProductPropertyDefinition();
  10352.         $instance->compile(($this->services['Shopware\\Core\\Framework\\DataAbstractionLayer\\DefinitionInstanceRegistry'] ?? $this->getDefinitionInstanceRegistryService()));
  10353.         return $instance;
  10354.     }
  10355.     /**
  10356.      * Gets the public 'Shopware\Core\Content\Product\Aggregate\ProductReview\ProductReviewDefinition' shared service.
  10357.      *
  10358.      * @return \Shopware\Core\Content\Product\Aggregate\ProductReview\ProductReviewDefinition
  10359.      */
  10360.     protected function getProductReviewDefinitionService()
  10361.     {
  10362.         include_once \dirname(__DIR__4).'/vendor/shopware/core/Content/Product/Aggregate/ProductReview/ProductReviewDefinition.php';
  10363.         $this->services['Shopware\\Core\\Content\\Product\\Aggregate\\ProductReview\\ProductReviewDefinition'] = $instance = new \Shopware\Core\Content\Product\Aggregate\ProductReview\ProductReviewDefinition();
  10364.         $instance->compile(($this->services['Shopware\\Core\\Framework\\DataAbstractionLayer\\DefinitionInstanceRegistry'] ?? $this->getDefinitionInstanceRegistryService()));
  10365.         return $instance;
  10366.     }
  10367.     /**
  10368.      * Gets the public 'Shopware\Core\Content\Product\Aggregate\ProductReview\ProductReviewHydrator' shared service.
  10369.      *
  10370.      * @return \Shopware\Core\Content\Product\Aggregate\ProductReview\ProductReviewHydrator
  10371.      */
  10372.     protected function getProductReviewHydratorService()
  10373.     {
  10374.         include_once \dirname(__DIR__4).'/vendor/shopware/core/Content/Product/Aggregate/ProductReview/ProductReviewHydrator.php';
  10375.         return $this->services['Shopware\\Core\\Content\\Product\\Aggregate\\ProductReview\\ProductReviewHydrator'] = new \Shopware\Core\Content\Product\Aggregate\ProductReview\ProductReviewHydrator($this);
  10376.     }
  10377.     /**
  10378.      * Gets the public 'Shopware\Core\Content\Product\Aggregate\ProductSearchConfigField\ProductSearchConfigFieldDefinition' shared service.
  10379.      *
  10380.      * @return \Shopware\Core\Content\Product\Aggregate\ProductSearchConfigField\ProductSearchConfigFieldDefinition
  10381.      */
  10382.     protected function getProductSearchConfigFieldDefinitionService()
  10383.     {
  10384.         include_once \dirname(__DIR__4).'/vendor/shopware/core/Content/Product/Aggregate/ProductSearchConfigField/ProductSearchConfigFieldDefinition.php';
  10385.         $this->services['Shopware\\Core\\Content\\Product\\Aggregate\\ProductSearchConfigField\\ProductSearchConfigFieldDefinition'] = $instance = new \Shopware\Core\Content\Product\Aggregate\ProductSearchConfigField\ProductSearchConfigFieldDefinition();
  10386.         $instance->compile(($this->services['Shopware\\Core\\Framework\\DataAbstractionLayer\\DefinitionInstanceRegistry'] ?? $this->getDefinitionInstanceRegistryService()));
  10387.         return $instance;
  10388.     }
  10389.     /**
  10390.      * Gets the public 'Shopware\Core\Content\Product\Aggregate\ProductSearchConfigField\ProductSearchConfigFieldHydrator' shared service.
  10391.      *
  10392.      * @return \Shopware\Core\Content\Product\Aggregate\ProductSearchConfigField\ProductSearchConfigFieldHydrator
  10393.      */
  10394.     protected function getProductSearchConfigFieldHydratorService()
  10395.     {
  10396.         include_once \dirname(__DIR__4).'/vendor/shopware/core/Content/Product/Aggregate/ProductSearchConfigField/ProductSearchConfigFieldHydrator.php';
  10397.         return $this->services['Shopware\\Core\\Content\\Product\\Aggregate\\ProductSearchConfigField\\ProductSearchConfigFieldHydrator'] = new \Shopware\Core\Content\Product\Aggregate\ProductSearchConfigField\ProductSearchConfigFieldHydrator($this);
  10398.     }
  10399.     /**
  10400.      * Gets the public 'Shopware\Core\Content\Product\Aggregate\ProductSearchConfig\ProductSearchConfigDefinition' shared service.
  10401.      *
  10402.      * @return \Shopware\Core\Content\Product\Aggregate\ProductSearchConfig\ProductSearchConfigDefinition
  10403.      */
  10404.     protected function getProductSearchConfigDefinitionService()
  10405.     {
  10406.         include_once \dirname(__DIR__4).'/vendor/shopware/core/Content/Product/Aggregate/ProductSearchConfig/ProductSearchConfigDefinition.php';
  10407.         $this->services['Shopware\\Core\\Content\\Product\\Aggregate\\ProductSearchConfig\\ProductSearchConfigDefinition'] = $instance = new \Shopware\Core\Content\Product\Aggregate\ProductSearchConfig\ProductSearchConfigDefinition();
  10408.         $instance->compile(($this->services['Shopware\\Core\\Framework\\DataAbstractionLayer\\DefinitionInstanceRegistry'] ?? $this->getDefinitionInstanceRegistryService()));
  10409.         return $instance;
  10410.     }
  10411.     /**
  10412.      * Gets the public 'Shopware\Core\Content\Product\Aggregate\ProductSearchConfig\ProductSearchConfigHydrator' shared service.
  10413.      *
  10414.      * @return \Shopware\Core\Content\Product\Aggregate\ProductSearchConfig\ProductSearchConfigHydrator
  10415.      */
  10416.     protected function getProductSearchConfigHydratorService()
  10417.     {
  10418.         include_once \dirname(__DIR__4).'/vendor/shopware/core/Content/Product/Aggregate/ProductSearchConfig/ProductSearchConfigHydrator.php';
  10419.         return $this->services['Shopware\\Core\\Content\\Product\\Aggregate\\ProductSearchConfig\\ProductSearchConfigHydrator'] = new \Shopware\Core\Content\Product\Aggregate\ProductSearchConfig\ProductSearchConfigHydrator($this);
  10420.     }
  10421.     /**
  10422.      * Gets the public 'Shopware\Core\Content\Product\Aggregate\ProductSearchKeyword\ProductSearchKeywordDefinition' shared service.
  10423.      *
  10424.      * @return \Shopware\Core\Content\Product\Aggregate\ProductSearchKeyword\ProductSearchKeywordDefinition
  10425.      */
  10426.     protected function getProductSearchKeywordDefinitionService()
  10427.     {
  10428.         include_once \dirname(__DIR__4).'/vendor/shopware/core/Content/Product/Aggregate/ProductSearchKeyword/ProductSearchKeywordDefinition.php';
  10429.         $this->services['Shopware\\Core\\Content\\Product\\Aggregate\\ProductSearchKeyword\\ProductSearchKeywordDefinition'] = $instance = new \Shopware\Core\Content\Product\Aggregate\ProductSearchKeyword\ProductSearchKeywordDefinition();
  10430.         $instance->compile(($this->services['Shopware\\Core\\Framework\\DataAbstractionLayer\\DefinitionInstanceRegistry'] ?? $this->getDefinitionInstanceRegistryService()));
  10431.         return $instance;
  10432.     }
  10433.     /**
  10434.      * Gets the public 'Shopware\Core\Content\Product\Aggregate\ProductSearchKeyword\ProductSearchKeywordHydrator' shared service.
  10435.      *
  10436.      * @return \Shopware\Core\Content\Product\Aggregate\ProductSearchKeyword\ProductSearchKeywordHydrator
  10437.      */
  10438.     protected function getProductSearchKeywordHydratorService()
  10439.     {
  10440.         include_once \dirname(__DIR__4).'/vendor/shopware/core/Content/Product/Aggregate/ProductSearchKeyword/ProductSearchKeywordHydrator.php';
  10441.         return $this->services['Shopware\\Core\\Content\\Product\\Aggregate\\ProductSearchKeyword\\ProductSearchKeywordHydrator'] = new \Shopware\Core\Content\Product\Aggregate\ProductSearchKeyword\ProductSearchKeywordHydrator($this);
  10442.     }
  10443.     /**
  10444.      * Gets the public 'Shopware\Core\Content\Product\Aggregate\ProductStreamMapping\ProductStreamMappingDefinition' shared service.
  10445.      *
  10446.      * @return \Shopware\Core\Content\Product\Aggregate\ProductStreamMapping\ProductStreamMappingDefinition
  10447.      */
  10448.     protected function getProductStreamMappingDefinitionService()
  10449.     {
  10450.         include_once \dirname(__DIR__4).'/vendor/shopware/core/Content/Product/Aggregate/ProductStreamMapping/ProductStreamMappingDefinition.php';
  10451.         $this->services['Shopware\\Core\\Content\\Product\\Aggregate\\ProductStreamMapping\\ProductStreamMappingDefinition'] = $instance = new \Shopware\Core\Content\Product\Aggregate\ProductStreamMapping\ProductStreamMappingDefinition();
  10452.         $instance->compile(($this->services['Shopware\\Core\\Framework\\DataAbstractionLayer\\DefinitionInstanceRegistry'] ?? $this->getDefinitionInstanceRegistryService()));
  10453.         return $instance;
  10454.     }
  10455.     /**
  10456.      * Gets the public 'Shopware\Core\Content\Product\Aggregate\ProductTag\ProductTagDefinition' shared service.
  10457.      *
  10458.      * @return \Shopware\Core\Content\Product\Aggregate\ProductTag\ProductTagDefinition
  10459.      */
  10460.     protected function getProductTagDefinitionService()
  10461.     {
  10462.         include_once \dirname(__DIR__4).'/vendor/shopware/core/Content/Product/Aggregate/ProductTag/ProductTagDefinition.php';
  10463.         $this->services['Shopware\\Core\\Content\\Product\\Aggregate\\ProductTag\\ProductTagDefinition'] = $instance = new \Shopware\Core\Content\Product\Aggregate\ProductTag\ProductTagDefinition();
  10464.         $instance->compile(($this->services['Shopware\\Core\\Framework\\DataAbstractionLayer\\DefinitionInstanceRegistry'] ?? $this->getDefinitionInstanceRegistryService()));
  10465.         return $instance;
  10466.     }
  10467.     /**
  10468.      * Gets the public 'Shopware\Core\Content\Product\Aggregate\ProductTranslation\ProductTranslationDefinition' shared service.
  10469.      *
  10470.      * @return \Shopware\Core\Content\Product\Aggregate\ProductTranslation\ProductTranslationDefinition
  10471.      */
  10472.     protected function getProductTranslationDefinitionService()
  10473.     {
  10474.         include_once \dirname(__DIR__4).'/vendor/shopware/core/Framework/DataAbstractionLayer/EntityTranslationDefinition.php';
  10475.         include_once \dirname(__DIR__4).'/vendor/shopware/core/Content/Product/Aggregate/ProductTranslation/ProductTranslationDefinition.php';
  10476.         $this->services['Shopware\\Core\\Content\\Product\\Aggregate\\ProductTranslation\\ProductTranslationDefinition'] = $instance = new \Shopware\Core\Content\Product\Aggregate\ProductTranslation\ProductTranslationDefinition();
  10477.         $instance->compile(($this->services['Shopware\\Core\\Framework\\DataAbstractionLayer\\DefinitionInstanceRegistry'] ?? $this->getDefinitionInstanceRegistryService()));
  10478.         return $instance;
  10479.     }
  10480.     /**
  10481.      * Gets the public 'Shopware\Core\Content\Product\Aggregate\ProductVisibility\ProductVisibilityDefinition' shared service.
  10482.      *
  10483.      * @return \Shopware\Core\Content\Product\Aggregate\ProductVisibility\ProductVisibilityDefinition
  10484.      */
  10485.     protected function getProductVisibilityDefinitionService()
  10486.     {
  10487.         include_once \dirname(__DIR__4).'/vendor/shopware/core/Content/Product/Aggregate/ProductVisibility/ProductVisibilityDefinition.php';
  10488.         $this->services['Shopware\\Core\\Content\\Product\\Aggregate\\ProductVisibility\\ProductVisibilityDefinition'] = $instance = new \Shopware\Core\Content\Product\Aggregate\ProductVisibility\ProductVisibilityDefinition();
  10489.         $instance->compile(($this->services['Shopware\\Core\\Framework\\DataAbstractionLayer\\DefinitionInstanceRegistry'] ?? $this->getDefinitionInstanceRegistryService()));
  10490.         return $instance;
  10491.     }
  10492.     /**
  10493.      * Gets the public 'Shopware\Core\Content\Product\Aggregate\ProductVisibility\ProductVisibilityHydrator' shared service.
  10494.      *
  10495.      * @return \Shopware\Core\Content\Product\Aggregate\ProductVisibility\ProductVisibilityHydrator
  10496.      */
  10497.     protected function getProductVisibilityHydratorService()
  10498.     {
  10499.         include_once \dirname(__DIR__4).'/vendor/shopware/core/Content/Product/Aggregate/ProductVisibility/ProductVisibilityHydrator.php';
  10500.         return $this->services['Shopware\\Core\\Content\\Product\\Aggregate\\ProductVisibility\\ProductVisibilityHydrator'] = new \Shopware\Core\Content\Product\Aggregate\ProductVisibility\ProductVisibilityHydrator($this);
  10501.     }
  10502.     /**
  10503.      * Gets the public 'Shopware\Core\Content\Product\Api\ProductActionController' shared service.
  10504.      *
  10505.      * @return \Shopware\Core\Content\Product\Api\ProductActionController
  10506.      */
  10507.     protected function getProductActionControllerService()
  10508.     {
  10509.         include_once \dirname(__DIR__4).'/vendor/shopware/core/Content/Product/Api/ProductActionController.php';
  10510.         include_once \dirname(__DIR__4).'/vendor/shopware/core/Content/Product/Util/VariantCombinationLoader.php';
  10511.         $this->services['Shopware\\Core\\Content\\Product\\Api\\ProductActionController'] = $instance = new \Shopware\Core\Content\Product\Api\ProductActionController(new \Shopware\Core\Content\Product\Util\VariantCombinationLoader(($this->services['Doctrine\\DBAL\\Connection'] ?? $this->getConnectionService())));
  10512.         $instance->setContainer($this);
  10513.         return $instance;
  10514.     }
  10515.     /**
  10516.      * Gets the public 'Shopware\Core\Content\Product\DataAbstractionLayer\CheapestPrice\CheapestPriceAccessorBuilder' shared service.
  10517.      *
  10518.      * @return \Shopware\Core\Content\Product\DataAbstractionLayer\CheapestPrice\CheapestPriceAccessorBuilder
  10519.      */
  10520.     protected function getCheapestPriceAccessorBuilderService()
  10521.     {
  10522.         include_once \dirname(__DIR__4).'/vendor/shopware/core/Framework/DataAbstractionLayer/Dbal/FieldAccessorBuilder/FieldAccessorBuilderInterface.php';
  10523.         include_once \dirname(__DIR__4).'/vendor/shopware/core/Content/Product/DataAbstractionLayer/CheapestPrice/CheapestPriceAccessorBuilder.php';
  10524.         return $this->services['Shopware\\Core\\Content\\Product\\DataAbstractionLayer\\CheapestPrice\\CheapestPriceAccessorBuilder'] = new \Shopware\Core\Content\Product\DataAbstractionLayer\CheapestPrice\CheapestPriceAccessorBuilder(100, ($this->services['logger'] ?? $this->getLoggerService()));
  10525.     }
  10526.     /**
  10527.      * Gets the public 'Shopware\Core\Content\Product\ProductDefinition' shared service.
  10528.      *
  10529.      * @return \Shopware\Core\Content\Product\ProductDefinition
  10530.      */
  10531.     protected function getProductDefinitionService()
  10532.     {
  10533.         $this->services['Shopware\\Core\\Content\\Product\\ProductDefinition'] = $instance = new \Shopware\Core\Content\Product\ProductDefinition();
  10534.         $instance->compile(($this->services['Shopware\\Core\\Framework\\DataAbstractionLayer\\DefinitionInstanceRegistry'] ?? $this->getDefinitionInstanceRegistryService()));
  10535.         return $instance;
  10536.     }
  10537.     /**
  10538.      * Gets the public 'Shopware\Core\Content\Product\ProductHydrator' shared service.
  10539.      *
  10540.      * @return \Shopware\Core\Content\Product\ProductHydrator
  10541.      */
  10542.     protected function getProductHydratorService()
  10543.     {
  10544.         include_once \dirname(__DIR__4).'/vendor/shopware/core/Content/Product/ProductHydrator.php';
  10545.         return $this->services['Shopware\\Core\\Content\\Product\\ProductHydrator'] = new \Shopware\Core\Content\Product\ProductHydrator($this);
  10546.     }
  10547.     /**
  10548.      * Gets the public 'Shopware\Core\Content\Product\SalesChannel\CrossSelling\CachedProductCrossSellingRoute' shared service.
  10549.      *
  10550.      * @return \Shopware\Core\Content\Product\SalesChannel\CrossSelling\CachedProductCrossSellingRoute
  10551.      */
  10552.     protected function getCachedProductCrossSellingRouteService()
  10553.     {
  10554.         include_once \dirname(__DIR__4).'/vendor/shopware/core/Content/Product/SalesChannel/CrossSelling/AbstractProductCrossSellingRoute.php';
  10555.         include_once \dirname(__DIR__4).'/vendor/shopware/core/Content/Product/SalesChannel/CrossSelling/CachedProductCrossSellingRoute.php';
  10556.         include_once \dirname(__DIR__4).'/vendor/shopware/core/Content/Product/SalesChannel/CrossSelling/ProductCrossSellingRoute.php';
  10557.         include_once \dirname(__DIR__4).'/vendor/shopware/core/Content/Product/SalesChannel/AbstractProductCloseoutFilterFactory.php';
  10558.         include_once \dirname(__DIR__4).'/vendor/shopware/core/Content/Product/SalesChannel/ProductCloseoutFilterFactory.php';
  10559.         $a = ($this->services['product_cross_selling.repository'] ?? $this->getProductCrossSelling_RepositoryService());
  10560.         if (isset($this->services['Shopware\\Core\\Content\\Product\\SalesChannel\\CrossSelling\\CachedProductCrossSellingRoute'])) {
  10561.             return $this->services['Shopware\\Core\\Content\\Product\\SalesChannel\\CrossSelling\\CachedProductCrossSellingRoute'];
  10562.         }
  10563.         $b = ($this->services['event_dispatcher'] ?? $this->getEventDispatcherService());
  10564.         if (isset($this->services['Shopware\\Core\\Content\\Product\\SalesChannel\\CrossSelling\\CachedProductCrossSellingRoute'])) {
  10565.             return $this->services['Shopware\\Core\\Content\\Product\\SalesChannel\\CrossSelling\\CachedProductCrossSellingRoute'];
  10566.         }
  10567.         $c = ($this->services['sales_channel.product.repository'] ?? $this->getSalesChannel_Product_RepositoryService());
  10568.         if (isset($this->services['Shopware\\Core\\Content\\Product\\SalesChannel\\CrossSelling\\CachedProductCrossSellingRoute'])) {
  10569.             return $this->services['Shopware\\Core\\Content\\Product\\SalesChannel\\CrossSelling\\CachedProductCrossSellingRoute'];
  10570.         }
  10571.         $d = ($this->services['Shopware\\Core\\System\\SystemConfig\\SystemConfigService'] ?? $this->getSystemConfigServiceService());
  10572.         if (isset($this->services['Shopware\\Core\\Content\\Product\\SalesChannel\\CrossSelling\\CachedProductCrossSellingRoute'])) {
  10573.             return $this->services['Shopware\\Core\\Content\\Product\\SalesChannel\\CrossSelling\\CachedProductCrossSellingRoute'];
  10574.         }
  10575.         $e = ($this->privates['Shopware\\Core\\Content\\Product\\SalesChannel\\Listing\\ProductListingLoader'] ?? $this->getProductListingLoaderService());
  10576.         if (isset($this->services['Shopware\\Core\\Content\\Product\\SalesChannel\\CrossSelling\\CachedProductCrossSellingRoute'])) {
  10577.             return $this->services['Shopware\\Core\\Content\\Product\\SalesChannel\\CrossSelling\\CachedProductCrossSellingRoute'];
  10578.         }
  10579.         $f = ($this->privates['Shopware\\Storefront\\Framework\\Cache\\CacheTracer'] ?? $this->getCacheTracerService());
  10580.         if (isset($this->services['Shopware\\Core\\Content\\Product\\SalesChannel\\CrossSelling\\CachedProductCrossSellingRoute'])) {
  10581.             return $this->services['Shopware\\Core\\Content\\Product\\SalesChannel\\CrossSelling\\CachedProductCrossSellingRoute'];
  10582.         }
  10583.         return $this->services['Shopware\\Core\\Content\\Product\\SalesChannel\\CrossSelling\\CachedProductCrossSellingRoute'] = new \Shopware\Core\Content\Product\SalesChannel\CrossSelling\CachedProductCrossSellingRoute(new \Shopware\Core\Content\Product\SalesChannel\CrossSelling\ProductCrossSellingRoute($a$b, ($this->services['Shopware\\Core\\Content\\ProductStream\\Service\\ProductStreamBuilder'] ?? $this->getProductStreamBuilderService()), $c$d$e, ($this->privates['Shopware\\Core\\Content\\Product\\SalesChannel\\ProductCloseoutFilterFactory'] ?? ($this->privates['Shopware\\Core\\Content\\Product\\SalesChannel\\ProductCloseoutFilterFactory'] = new \Shopware\Core\Content\Product\SalesChannel\ProductCloseoutFilterFactory()))), ($this->privates['Shopware\\Core\\Framework\\Adapter\\Cache\\CacheDecorator'] ?? $this->getCacheDecoratorService()), ($this->services['Shopware\\Core\\Framework\\DataAbstractionLayer\\Cache\\EntityCacheKeyGenerator'] ?? ($this->services['Shopware\\Core\\Framework\\DataAbstractionLayer\\Cache\\EntityCacheKeyGenerator'] = new \Shopware\Core\Framework\DataAbstractionLayer\Cache\EntityCacheKeyGenerator())), $f$b, []);
  10584.     }
  10585.     /**
  10586.      * Gets the public 'Shopware\Core\Content\Product\SalesChannel\Detail\CachedProductDetailRoute' shared service.
  10587.      *
  10588.      * @return \Shopware\Core\Content\Product\SalesChannel\Detail\CachedProductDetailRoute
  10589.      */
  10590.     protected function getCachedProductDetailRouteService()
  10591.     {
  10592.         include_once \dirname(__DIR__4).'/vendor/shopware/core/Content/Product/SalesChannel/Detail/AbstractProductDetailRoute.php';
  10593.         include_once \dirname(__DIR__4).'/vendor/shopware/core/Content/Product/SalesChannel/Detail/CachedProductDetailRoute.php';
  10594.         include_once \dirname(__DIR__4).'/vendor/shopware/core/Content/Product/SalesChannel/Detail/ProductDetailRoute.php';
  10595.         include_once \dirname(__DIR__4).'/vendor/shopware/core/Content/Product/SalesChannel/AbstractProductCloseoutFilterFactory.php';
  10596.         include_once \dirname(__DIR__4).'/vendor/shopware/core/Content/Product/SalesChannel/ProductCloseoutFilterFactory.php';
  10597.         return $this->services['Shopware\\Core\\Content\\Product\\SalesChannel\\Detail\\CachedProductDetailRoute'] = new \Shopware\Core\Content\Product\SalesChannel\Detail\CachedProductDetailRoute(new \Shopware\Core\Content\Product\SalesChannel\Detail\ProductDetailRoute(($this->services['sales_channel.product.repository'] ?? $this->getSalesChannel_Product_RepositoryService()), ($this->services['Shopware\\Core\\System\\SystemConfig\\SystemConfigService'] ?? $this->getSystemConfigServiceService()), ($this->privates['Shopware\\Storefront\\Page\\Product\\Configurator\\ProductPageConfiguratorLoader'] ?? $this->getProductPageConfiguratorLoaderService()), ($this->privates['Shopware\\Core\\Content\\Category\\Service\\CategoryBreadcrumbBuilder'] ?? $this->getCategoryBreadcrumbBuilderService()), ($this->privates['Shopware\\Core\\Content\\Cms\\SalesChannel\\SalesChannelCmsPageLoader'] ?? $this->getSalesChannelCmsPageLoaderService()), ($this->services['Shopware\\Core\\Content\\Product\\SalesChannel\\SalesChannelProductDefinition'] ?? $this->getSalesChannelProductDefinitionService()), ($this->privates['Shopware\\Core\\Content\\Product\\SalesChannel\\ProductCloseoutFilterFactory'] ?? ($this->privates['Shopware\\Core\\Content\\Product\\SalesChannel\\ProductCloseoutFilterFactory'] = new \Shopware\Core\Content\Product\SalesChannel\ProductCloseoutFilterFactory()))), ($this->privates['Shopware\\Core\\Framework\\Adapter\\Cache\\CacheDecorator'] ?? $this->getCacheDecoratorService()), ($this->services['Shopware\\Core\\Framework\\DataAbstractionLayer\\Cache\\EntityCacheKeyGenerator'] ?? ($this->services['Shopware\\Core\\Framework\\DataAbstractionLayer\\Cache\\EntityCacheKeyGenerator'] = new \Shopware\Core\Framework\DataAbstractionLayer\Cache\EntityCacheKeyGenerator())), ($this->privates['Shopware\\Storefront\\Framework\\Cache\\CacheTracer'] ?? $this->getCacheTracerService()), ($this->services['event_dispatcher'] ?? $this->getEventDispatcherService()), []);
  10598.     }
  10599.     /**
  10600.      * Gets the public 'Shopware\Core\Content\Product\SalesChannel\FindVariant\FindProductVariantRoute' shared service.
  10601.      *
  10602.      * @return \Shopware\Core\Content\Product\SalesChannel\FindVariant\FindProductVariantRoute
  10603.      */
  10604.     protected function getFindProductVariantRouteService()
  10605.     {
  10606.         include_once \dirname(__DIR__4).'/vendor/shopware/core/Content/Product/SalesChannel/FindVariant/AbstractFindProductVariantRoute.php';
  10607.         include_once \dirname(__DIR__4).'/vendor/shopware/core/Content/Product/SalesChannel/FindVariant/FindProductVariantRoute.php';
  10608.         return $this->services['Shopware\\Core\\Content\\Product\\SalesChannel\\FindVariant\\FindProductVariantRoute'] = new \Shopware\Core\Content\Product\SalesChannel\FindVariant\FindProductVariantRoute(($this->services['sales_channel.product.repository'] ?? $this->getSalesChannel_Product_RepositoryService()));
  10609.     }
  10610.     /**
  10611.      * Gets the public 'Shopware\Core\Content\Product\SalesChannel\Listing\CachedProductListingRoute' shared service.
  10612.      *
  10613.      * @return \Shopware\Core\Content\Product\SalesChannel\Listing\CachedProductListingRoute
  10614.      */
  10615.     protected function getCachedProductListingRouteService()
  10616.     {
  10617.         include_once \dirname(__DIR__4).'/vendor/shopware/core/Content/Product/SalesChannel/Listing/AbstractProductListingRoute.php';
  10618.         include_once \dirname(__DIR__4).'/vendor/shopware/core/Content/Product/SalesChannel/Listing/CachedProductListingRoute.php';
  10619.         include_once \dirname(__DIR__4).'/vendor/shopware/core/Content/Product/SalesChannel/Listing/ProductListingRoute.php';
  10620.         $a = ($this->privates['Shopware\\Core\\Content\\Product\\SalesChannel\\Listing\\ProductListingLoader'] ?? $this->getProductListingLoaderService());
  10621.         if (isset($this->services['Shopware\\Core\\Content\\Product\\SalesChannel\\Listing\\CachedProductListingRoute'])) {
  10622.             return $this->services['Shopware\\Core\\Content\\Product\\SalesChannel\\Listing\\CachedProductListingRoute'];
  10623.         }
  10624.         $b = ($this->services['event_dispatcher'] ?? $this->getEventDispatcherService());
  10625.         if (isset($this->services['Shopware\\Core\\Content\\Product\\SalesChannel\\Listing\\CachedProductListingRoute'])) {
  10626.             return $this->services['Shopware\\Core\\Content\\Product\\SalesChannel\\Listing\\CachedProductListingRoute'];
  10627.         }
  10628.         $c = ($this->services['category.repository'] ?? $this->getCategory_RepositoryService());
  10629.         if (isset($this->services['Shopware\\Core\\Content\\Product\\SalesChannel\\Listing\\CachedProductListingRoute'])) {
  10630.             return $this->services['Shopware\\Core\\Content\\Product\\SalesChannel\\Listing\\CachedProductListingRoute'];
  10631.         }
  10632.         $d = ($this->privates['Shopware\\Storefront\\Framework\\Cache\\CacheTracer'] ?? $this->getCacheTracerService());
  10633.         if (isset($this->services['Shopware\\Core\\Content\\Product\\SalesChannel\\Listing\\CachedProductListingRoute'])) {
  10634.             return $this->services['Shopware\\Core\\Content\\Product\\SalesChannel\\Listing\\CachedProductListingRoute'];
  10635.         }
  10636.         return $this->services['Shopware\\Core\\Content\\Product\\SalesChannel\\Listing\\CachedProductListingRoute'] = new \Shopware\Core\Content\Product\SalesChannel\Listing\CachedProductListingRoute(new \Shopware\Core\Content\Product\SalesChannel\Listing\ProductListingRoute($a$b$c, ($this->services['Shopware\\Core\\Content\\ProductStream\\Service\\ProductStreamBuilder'] ?? $this->getProductStreamBuilderService())), ($this->privates['Shopware\\Core\\Framework\\Adapter\\Cache\\CacheDecorator'] ?? $this->getCacheDecoratorService()), ($this->services['Shopware\\Core\\Framework\\DataAbstractionLayer\\Cache\\EntityCacheKeyGenerator'] ?? ($this->services['Shopware\\Core\\Framework\\DataAbstractionLayer\\Cache\\EntityCacheKeyGenerator'] = new \Shopware\Core\Framework\DataAbstractionLayer\Cache\EntityCacheKeyGenerator())), $d$b, []);
  10637.     }
  10638.     /**
  10639.      * Gets the public 'Shopware\Core\Content\Product\SalesChannel\Listing\ResolveCriteriaProductListingRoute' shared service.
  10640.      *
  10641.      * @return \Shopware\Core\Content\Product\SalesChannel\Listing\ResolveCriteriaProductListingRoute
  10642.      */
  10643.     protected function getResolveCriteriaProductListingRouteService()
  10644.     {
  10645.         include_once \dirname(__DIR__4).'/vendor/shopware/core/Content/Product/SalesChannel/Listing/AbstractProductListingRoute.php';
  10646.         include_once \dirname(__DIR__4).'/vendor/shopware/core/Content/Product/SalesChannel/Listing/ResolveCriteriaProductListingRoute.php';
  10647.         $a = ($this->services['Cbax\\ModulManufacturers\\Core\\Content\\Product\\SalesChannel\\Listing\\ManufacturerProductListingRouteDecorator'] ?? $this->getManufacturerProductListingRouteDecoratorService());
  10648.         if (isset($this->services['Shopware\\Core\\Content\\Product\\SalesChannel\\Listing\\ResolveCriteriaProductListingRoute'])) {
  10649.             return $this->services['Shopware\\Core\\Content\\Product\\SalesChannel\\Listing\\ResolveCriteriaProductListingRoute'];
  10650.         }
  10651.         $b = ($this->services['event_dispatcher'] ?? $this->getEventDispatcherService());
  10652.         if (isset($this->services['Shopware\\Core\\Content\\Product\\SalesChannel\\Listing\\ResolveCriteriaProductListingRoute'])) {
  10653.             return $this->services['Shopware\\Core\\Content\\Product\\SalesChannel\\Listing\\ResolveCriteriaProductListingRoute'];
  10654.         }
  10655.         return $this->services['Shopware\\Core\\Content\\Product\\SalesChannel\\Listing\\ResolveCriteriaProductListingRoute'] = new \Shopware\Core\Content\Product\SalesChannel\Listing\ResolveCriteriaProductListingRoute($a$b);
  10656.     }
  10657.     /**
  10658.      * Gets the public 'Shopware\Core\Content\Product\SalesChannel\ProductListRoute' shared service.
  10659.      *
  10660.      * @return \Shopware\Core\Content\Product\SalesChannel\ProductListRoute
  10661.      */
  10662.     protected function getProductListRouteService()
  10663.     {
  10664.         include_once \dirname(__DIR__4).'/vendor/shopware/core/Content/Product/SalesChannel/AbstractProductListRoute.php';
  10665.         include_once \dirname(__DIR__4).'/vendor/shopware/core/Content/Product/SalesChannel/ProductListRoute.php';
  10666.         return $this->services['Shopware\\Core\\Content\\Product\\SalesChannel\\ProductListRoute'] = new \Shopware\Core\Content\Product\SalesChannel\ProductListRoute(($this->services['sales_channel.product.repository'] ?? $this->getSalesChannel_Product_RepositoryService()));
  10667.     }
  10668.     /**
  10669.      * Gets the public 'Shopware\Core\Content\Product\SalesChannel\Review\CachedProductReviewRoute' shared service.
  10670.      *
  10671.      * @return \Shopware\Core\Content\Product\SalesChannel\Review\CachedProductReviewRoute
  10672.      */
  10673.     protected function getCachedProductReviewRouteService()
  10674.     {
  10675.         include_once \dirname(__DIR__4).'/vendor/shopware/core/Content/Product/SalesChannel/Review/AbstractProductReviewRoute.php';
  10676.         include_once \dirname(__DIR__4).'/vendor/shopware/core/Content/Product/SalesChannel/Review/CachedProductReviewRoute.php';
  10677.         include_once \dirname(__DIR__4).'/vendor/shopware/core/Content/Product/SalesChannel/Review/ProductReviewRoute.php';
  10678.         $a = ($this->services['product_review.repository'] ?? $this->getProductReview_RepositoryService());
  10679.         if (isset($this->services['Shopware\\Core\\Content\\Product\\SalesChannel\\Review\\CachedProductReviewRoute'])) {
  10680.             return $this->services['Shopware\\Core\\Content\\Product\\SalesChannel\\Review\\CachedProductReviewRoute'];
  10681.         }
  10682.         $b = ($this->privates['Shopware\\Storefront\\Framework\\Cache\\CacheTracer'] ?? $this->getCacheTracerService());
  10683.         if (isset($this->services['Shopware\\Core\\Content\\Product\\SalesChannel\\Review\\CachedProductReviewRoute'])) {
  10684.             return $this->services['Shopware\\Core\\Content\\Product\\SalesChannel\\Review\\CachedProductReviewRoute'];
  10685.         }
  10686.         $c = ($this->services['event_dispatcher'] ?? $this->getEventDispatcherService());
  10687.         if (isset($this->services['Shopware\\Core\\Content\\Product\\SalesChannel\\Review\\CachedProductReviewRoute'])) {
  10688.             return $this->services['Shopware\\Core\\Content\\Product\\SalesChannel\\Review\\CachedProductReviewRoute'];
  10689.         }
  10690.         return $this->services['Shopware\\Core\\Content\\Product\\SalesChannel\\Review\\CachedProductReviewRoute'] = new \Shopware\Core\Content\Product\SalesChannel\Review\CachedProductReviewRoute(new \Shopware\Core\Content\Product\SalesChannel\Review\ProductReviewRoute($a), ($this->privates['Shopware\\Core\\Framework\\Adapter\\Cache\\CacheDecorator'] ?? $this->getCacheDecoratorService()), ($this->services['Shopware\\Core\\Framework\\DataAbstractionLayer\\Cache\\EntityCacheKeyGenerator'] ?? ($this->services['Shopware\\Core\\Framework\\DataAbstractionLayer\\Cache\\EntityCacheKeyGenerator'] = new \Shopware\Core\Framework\DataAbstractionLayer\Cache\EntityCacheKeyGenerator())), $b$c, []);
  10691.     }
  10692.     /**
  10693.      * Gets the public 'Shopware\Core\Content\Product\SalesChannel\Review\ProductReviewSaveRoute' shared service.
  10694.      *
  10695.      * @return \Shopware\Core\Content\Product\SalesChannel\Review\ProductReviewSaveRoute
  10696.      */
  10697.     protected function getProductReviewSaveRouteService()
  10698.     {
  10699.         include_once \dirname(__DIR__4).'/vendor/shopware/core/Content/Product/SalesChannel/Review/AbstractProductReviewSaveRoute.php';
  10700.         include_once \dirname(__DIR__4).'/vendor/shopware/core/Content/Product/SalesChannel/Review/ProductReviewSaveRoute.php';
  10701.         return $this->services['Shopware\\Core\\Content\\Product\\SalesChannel\\Review\\ProductReviewSaveRoute'] = new \Shopware\Core\Content\Product\SalesChannel\Review\ProductReviewSaveRoute(($this->services['product_review.repository'] ?? $this->getProductReview_RepositoryService()), ($this->privates['Shopware\\Core\\Framework\\Validation\\DataValidator'] ?? $this->getDataValidatorService()), ($this->services['Shopware\\Core\\System\\SystemConfig\\SystemConfigService'] ?? $this->getSystemConfigServiceService()));
  10702.     }
  10703.     /**
  10704.      * Gets the public 'Shopware\Core\Content\Product\SalesChannel\SalesChannelProductDefinition' shared service.
  10705.      *
  10706.      * @return \Shopware\Core\Content\Product\SalesChannel\SalesChannelProductDefinition
  10707.      */
  10708.     protected function getSalesChannelProductDefinitionService()
  10709.     {
  10710.         $this->services['Shopware\\Core\\Content\\Product\\SalesChannel\\SalesChannelProductDefinition'] = $instance = new \Shopware\Core\Content\Product\SalesChannel\SalesChannelProductDefinition();
  10711.         $instance->compile(($this->services['Shopware\\Core\\System\\SalesChannel\\Entity\\SalesChannelDefinitionInstanceRegistry'] ?? $this->getSalesChannelDefinitionInstanceRegistryService()));
  10712.         return $instance;
  10713.     }
  10714.     /**
  10715.      * Gets the public 'Shopware\Core\Content\Product\SalesChannel\Search\CachedProductSearchRoute' shared service.
  10716.      *
  10717.      * @return \Shopware\Core\Content\Product\SalesChannel\Search\CachedProductSearchRoute
  10718.      */
  10719.     protected function getCachedProductSearchRouteService()
  10720.     {
  10721.         include_once \dirname(__DIR__4).'/vendor/shopware/core/Content/Product/SalesChannel/Search/AbstractProductSearchRoute.php';
  10722.         include_once \dirname(__DIR__4).'/vendor/shopware/core/Content/Product/SalesChannel/Search/CachedProductSearchRoute.php';
  10723.         include_once \dirname(__DIR__4).'/vendor/shopware/core/Content/Product/SalesChannel/Search/ProductSearchRoute.php';
  10724.         $a = ($this->services['event_dispatcher'] ?? $this->getEventDispatcherService());
  10725.         return $this->services['Shopware\\Core\\Content\\Product\\SalesChannel\\Search\\CachedProductSearchRoute'] = new \Shopware\Core\Content\Product\SalesChannel\Search\CachedProductSearchRoute(new \Shopware\Core\Content\Product\SalesChannel\Search\ProductSearchRoute(($this->privates['Shopware\\Elasticsearch\\Product\\ProductSearchBuilder'] ?? $this->getProductSearchBuilderService()), $a, ($this->privates['Shopware\\Core\\Content\\Product\\SalesChannel\\Listing\\ProductListingLoader'] ?? $this->getProductListingLoaderService())), ($this->privates['Shopware\\Core\\Framework\\Adapter\\Cache\\CacheDecorator'] ?? $this->getCacheDecoratorService()), ($this->services['Shopware\\Core\\Framework\\DataAbstractionLayer\\Cache\\EntityCacheKeyGenerator'] ?? ($this->services['Shopware\\Core\\Framework\\DataAbstractionLayer\\Cache\\EntityCacheKeyGenerator'] = new \Shopware\Core\Framework\DataAbstractionLayer\Cache\EntityCacheKeyGenerator())), ($this->privates['Shopware\\Storefront\\Framework\\Cache\\CacheTracer'] ?? $this->getCacheTracerService()), $a, []);
  10726.     }
  10727.     /**
  10728.      * Gets the public 'Shopware\Core\Content\Product\SalesChannel\Search\ResolvedCriteriaProductSearchRoute' shared service.
  10729.      *
  10730.      * @return \Shopware\Core\Content\Product\SalesChannel\Search\ResolvedCriteriaProductSearchRoute
  10731.      */
  10732.     protected function getResolvedCriteriaProductSearchRouteService()
  10733.     {
  10734.         include_once \dirname(__DIR__4).'/vendor/shopware/core/Content/Product/SalesChannel/Search/AbstractProductSearchRoute.php';
  10735.         include_once \dirname(__DIR__4).'/vendor/shopware/core/Content/Product/SalesChannel/Search/ResolvedCriteriaProductSearchRoute.php';
  10736.         return $this->services['Shopware\\Core\\Content\\Product\\SalesChannel\\Search\\ResolvedCriteriaProductSearchRoute'] = new \Shopware\Core\Content\Product\SalesChannel\Search\ResolvedCriteriaProductSearchRoute(($this->services['Shopware\\Core\\Content\\Product\\SalesChannel\\Search\\CachedProductSearchRoute'] ?? $this->getCachedProductSearchRouteService()), ($this->services['event_dispatcher'] ?? $this->getEventDispatcherService()), ($this->services['Shopware\\Core\\Framework\\DataAbstractionLayer\\DefinitionInstanceRegistry'] ?? $this->getDefinitionInstanceRegistryService()), ($this->privates['Shopware\\Core\\Framework\\DataAbstractionLayer\\Search\\RequestCriteriaBuilder'] ?? $this->getRequestCriteriaBuilderService()));
  10737.     }
  10738.     /**
  10739.      * Gets the public 'Shopware\Core\Content\Product\SalesChannel\Sorting\ProductSortingDefinition' shared service.
  10740.      *
  10741.      * @return \Shopware\Core\Content\Product\SalesChannel\Sorting\ProductSortingDefinition
  10742.      */
  10743.     protected function getProductSortingDefinitionService()
  10744.     {
  10745.         include_once \dirname(__DIR__4).'/vendor/shopware/core/Content/Product/SalesChannel/Sorting/ProductSortingDefinition.php';
  10746.         $this->services['Shopware\\Core\\Content\\Product\\SalesChannel\\Sorting\\ProductSortingDefinition'] = $instance = new \Shopware\Core\Content\Product\SalesChannel\Sorting\ProductSortingDefinition();
  10747.         $instance->compile(($this->services['Shopware\\Core\\Framework\\DataAbstractionLayer\\DefinitionInstanceRegistry'] ?? $this->getDefinitionInstanceRegistryService()));
  10748.         return $instance;
  10749.     }
  10750.     /**
  10751.      * Gets the public 'Shopware\Core\Content\Product\SalesChannel\Sorting\ProductSortingHydrator' shared service.
  10752.      *
  10753.      * @return \Shopware\Core\Content\Product\SalesChannel\Sorting\ProductSortingHydrator
  10754.      */
  10755.     protected function getProductSortingHydratorService()
  10756.     {
  10757.         include_once \dirname(__DIR__4).'/vendor/shopware/core/Content/Product/SalesChannel/Sorting/ProductSortingHydrator.php';
  10758.         return $this->services['Shopware\\Core\\Content\\Product\\SalesChannel\\Sorting\\ProductSortingHydrator'] = new \Shopware\Core\Content\Product\SalesChannel\Sorting\ProductSortingHydrator($this);
  10759.     }
  10760.     /**
  10761.      * Gets the public 'Shopware\Core\Content\Product\SalesChannel\Sorting\ProductSortingTranslationDefinition' shared service.
  10762.      *
  10763.      * @return \Shopware\Core\Content\Product\SalesChannel\Sorting\ProductSortingTranslationDefinition
  10764.      */
  10765.     protected function getProductSortingTranslationDefinitionService()
  10766.     {
  10767.         include_once \dirname(__DIR__4).'/vendor/shopware/core/Framework/DataAbstractionLayer/EntityTranslationDefinition.php';
  10768.         include_once \dirname(__DIR__4).'/vendor/shopware/core/Content/Product/SalesChannel/Sorting/ProductSortingTranslationDefinition.php';
  10769.         $this->services['Shopware\\Core\\Content\\Product\\SalesChannel\\Sorting\\ProductSortingTranslationDefinition'] = $instance = new \Shopware\Core\Content\Product\SalesChannel\Sorting\ProductSortingTranslationDefinition();
  10770.         $instance->compile(($this->services['Shopware\\Core\\Framework\\DataAbstractionLayer\\DefinitionInstanceRegistry'] ?? $this->getDefinitionInstanceRegistryService()));
  10771.         return $instance;
  10772.     }
  10773.     /**
  10774.      * Gets the public 'Shopware\Core\Content\Product\SalesChannel\Suggest\CachedProductSuggestRoute' shared service.
  10775.      *
  10776.      * @return \Shopware\Core\Content\Product\SalesChannel\Suggest\CachedProductSuggestRoute
  10777.      */
  10778.     protected function getCachedProductSuggestRouteService()
  10779.     {
  10780.         include_once \dirname(__DIR__4).'/vendor/shopware/core/Content/Product/SalesChannel/Suggest/AbstractProductSuggestRoute.php';
  10781.         include_once \dirname(__DIR__4).'/vendor/shopware/core/Content/Product/SalesChannel/Suggest/CachedProductSuggestRoute.php';
  10782.         return $this->services['Shopware\\Core\\Content\\Product\\SalesChannel\\Suggest\\CachedProductSuggestRoute'] = new \Shopware\Core\Content\Product\SalesChannel\Suggest\CachedProductSuggestRoute(($this->services['Nds\\RecipeManager\\Core\\Content\\SalesChannel\\Suggest\\ProductSuggestDecorated'] ?? $this->getProductSuggestDecoratedService()), ($this->privates['Shopware\\Core\\Framework\\Adapter\\Cache\\CacheDecorator'] ?? $this->getCacheDecoratorService()), ($this->services['Shopware\\Core\\Framework\\DataAbstractionLayer\\Cache\\EntityCacheKeyGenerator'] ?? ($this->services['Shopware\\Core\\Framework\\DataAbstractionLayer\\Cache\\EntityCacheKeyGenerator'] = new \Shopware\Core\Framework\DataAbstractionLayer\Cache\EntityCacheKeyGenerator())), ($this->privates['Shopware\\Storefront\\Framework\\Cache\\CacheTracer'] ?? $this->getCacheTracerService()), ($this->services['event_dispatcher'] ?? $this->getEventDispatcherService()), []);
  10783.     }
  10784.     /**
  10785.      * Gets the public 'Shopware\Core\Content\Property\Aggregate\PropertyGroupOptionTranslation\PropertyGroupOptionTranslationDefinition' shared service.
  10786.      *
  10787.      * @return \Shopware\Core\Content\Property\Aggregate\PropertyGroupOptionTranslation\PropertyGroupOptionTranslationDefinition
  10788.      */
  10789.     protected function getPropertyGroupOptionTranslationDefinitionService()
  10790.     {
  10791.         include_once \dirname(__DIR__4).'/vendor/shopware/core/Framework/DataAbstractionLayer/EntityTranslationDefinition.php';
  10792.         include_once \dirname(__DIR__4).'/vendor/shopware/core/Content/Property/Aggregate/PropertyGroupOptionTranslation/PropertyGroupOptionTranslationDefinition.php';
  10793.         $this->services['Shopware\\Core\\Content\\Property\\Aggregate\\PropertyGroupOptionTranslation\\PropertyGroupOptionTranslationDefinition'] = $instance = new \Shopware\Core\Content\Property\Aggregate\PropertyGroupOptionTranslation\PropertyGroupOptionTranslationDefinition();
  10794.         $instance->compile(($this->services['Shopware\\Core\\Framework\\DataAbstractionLayer\\DefinitionInstanceRegistry'] ?? $this->getDefinitionInstanceRegistryService()));
  10795.         return $instance;
  10796.     }
  10797.     /**
  10798.      * Gets the public 'Shopware\Core\Content\Property\Aggregate\PropertyGroupOption\PropertyGroupOptionDefinition' shared service.
  10799.      *
  10800.      * @return \Shopware\Core\Content\Property\Aggregate\PropertyGroupOption\PropertyGroupOptionDefinition
  10801.      */
  10802.     protected function getPropertyGroupOptionDefinitionService()
  10803.     {
  10804.         include_once \dirname(__DIR__4).'/vendor/shopware/core/Content/Property/Aggregate/PropertyGroupOption/PropertyGroupOptionDefinition.php';
  10805.         $this->services['Shopware\\Core\\Content\\Property\\Aggregate\\PropertyGroupOption\\PropertyGroupOptionDefinition'] = $instance = new \Shopware\Core\Content\Property\Aggregate\PropertyGroupOption\PropertyGroupOptionDefinition();
  10806.         $instance->compile(($this->services['Shopware\\Core\\Framework\\DataAbstractionLayer\\DefinitionInstanceRegistry'] ?? $this->getDefinitionInstanceRegistryService()));
  10807.         return $instance;
  10808.     }
  10809.     /**
  10810.      * Gets the public 'Shopware\Core\Content\Property\Aggregate\PropertyGroupOption\PropertyGroupOptionHydrator' shared service.
  10811.      *
  10812.      * @return \Shopware\Core\Content\Property\Aggregate\PropertyGroupOption\PropertyGroupOptionHydrator
  10813.      */
  10814.     protected function getPropertyGroupOptionHydratorService()
  10815.     {
  10816.         include_once \dirname(__DIR__4).'/vendor/shopware/core/Content/Property/Aggregate/PropertyGroupOption/PropertyGroupOptionHydrator.php';
  10817.         return $this->services['Shopware\\Core\\Content\\Property\\Aggregate\\PropertyGroupOption\\PropertyGroupOptionHydrator'] = new \Shopware\Core\Content\Property\Aggregate\PropertyGroupOption\PropertyGroupOptionHydrator($this);
  10818.     }
  10819.     /**
  10820.      * Gets the public 'Shopware\Core\Content\Property\Aggregate\PropertyGroupTranslation\PropertyGroupTranslationDefinition' shared service.
  10821.      *
  10822.      * @return \Shopware\Core\Content\Property\Aggregate\PropertyGroupTranslation\PropertyGroupTranslationDefinition
  10823.      */
  10824.     protected function getPropertyGroupTranslationDefinitionService()
  10825.     {
  10826.         include_once \dirname(__DIR__4).'/vendor/shopware/core/Framework/DataAbstractionLayer/EntityTranslationDefinition.php';
  10827.         include_once \dirname(__DIR__4).'/vendor/shopware/core/Content/Property/Aggregate/PropertyGroupTranslation/PropertyGroupTranslationDefinition.php';
  10828.         $this->services['Shopware\\Core\\Content\\Property\\Aggregate\\PropertyGroupTranslation\\PropertyGroupTranslationDefinition'] = $instance = new \Shopware\Core\Content\Property\Aggregate\PropertyGroupTranslation\PropertyGroupTranslationDefinition();
  10829.         $instance->compile(($this->services['Shopware\\Core\\Framework\\DataAbstractionLayer\\DefinitionInstanceRegistry'] ?? $this->getDefinitionInstanceRegistryService()));
  10830.         return $instance;
  10831.     }
  10832.     /**
  10833.      * Gets the public 'Shopware\Core\Content\Property\PropertyGroupDefinition' shared service.
  10834.      *
  10835.      * @return \Shopware\Core\Content\Property\PropertyGroupDefinition
  10836.      */
  10837.     protected function getPropertyGroupDefinitionService()
  10838.     {
  10839.         include_once \dirname(__DIR__4).'/vendor/shopware/core/Content/Property/PropertyGroupDefinition.php';
  10840.         $this->services['Shopware\\Core\\Content\\Property\\PropertyGroupDefinition'] = $instance = new \Shopware\Core\Content\Property\PropertyGroupDefinition();
  10841.         $instance->compile(($this->services['Shopware\\Core\\Framework\\DataAbstractionLayer\\DefinitionInstanceRegistry'] ?? $this->getDefinitionInstanceRegistryService()));
  10842.         return $instance;
  10843.     }
  10844.     /**
  10845.      * Gets the public 'Shopware\Core\Content\Property\PropertyGroupHydrator' shared service.
  10846.      *
  10847.      * @return \Shopware\Core\Content\Property\PropertyGroupHydrator
  10848.      */
  10849.     protected function getPropertyGroupHydratorService()
  10850.     {
  10851.         include_once \dirname(__DIR__4).'/vendor/shopware/core/Content/Property/PropertyGroupHydrator.php';
  10852.         return $this->services['Shopware\\Core\\Content\\Property\\PropertyGroupHydrator'] = new \Shopware\Core\Content\Property\PropertyGroupHydrator($this);
  10853.     }
  10854.     /**
  10855.      * Gets the public 'Shopware\Core\Content\Rule\Aggregate\RuleCondition\RuleConditionDefinition' shared service.
  10856.      *
  10857.      * @return \Shopware\Core\Content\Rule\Aggregate\RuleCondition\RuleConditionDefinition
  10858.      */
  10859.     protected function getRuleConditionDefinitionService()
  10860.     {
  10861.         include_once \dirname(__DIR__4).'/vendor/shopware/core/Content/Rule/Aggregate/RuleCondition/RuleConditionDefinition.php';
  10862.         $this->services['Shopware\\Core\\Content\\Rule\\Aggregate\\RuleCondition\\RuleConditionDefinition'] = $instance = new \Shopware\Core\Content\Rule\Aggregate\RuleCondition\RuleConditionDefinition();
  10863.         $instance->compile(($this->services['Shopware\\Core\\Framework\\DataAbstractionLayer\\DefinitionInstanceRegistry'] ?? $this->getDefinitionInstanceRegistryService()));
  10864.         return $instance;
  10865.     }
  10866.     /**
  10867.      * Gets the public 'Shopware\Core\Content\Rule\Aggregate\RuleTag\RuleTagDefinition' shared service.
  10868.      *
  10869.      * @return \Shopware\Core\Content\Rule\Aggregate\RuleTag\RuleTagDefinition
  10870.      */
  10871.     protected function getRuleTagDefinitionService()
  10872.     {
  10873.         include_once \dirname(__DIR__4).'/vendor/shopware/core/Content/Rule/Aggregate/RuleTag/RuleTagDefinition.php';
  10874.         $this->services['Shopware\\Core\\Content\\Rule\\Aggregate\\RuleTag\\RuleTagDefinition'] = $instance = new \Shopware\Core\Content\Rule\Aggregate\RuleTag\RuleTagDefinition();
  10875.         $instance->compile(($this->services['Shopware\\Core\\Framework\\DataAbstractionLayer\\DefinitionInstanceRegistry'] ?? $this->getDefinitionInstanceRegistryService()));
  10876.         return $instance;
  10877.     }
  10878.     /**
  10879.      * Gets the public 'Shopware\Core\Content\Rule\RuleDefinition' shared service.
  10880.      *
  10881.      * @return \Shopware\Core\Content\Rule\RuleDefinition
  10882.      */
  10883.     protected function getRuleDefinitionService()
  10884.     {
  10885.         $this->services['Shopware\\Core\\Content\\Rule\\RuleDefinition'] = $instance = new \Shopware\Core\Content\Rule\RuleDefinition();
  10886.         $instance->compile(($this->services['Shopware\\Core\\Framework\\DataAbstractionLayer\\DefinitionInstanceRegistry'] ?? $this->getDefinitionInstanceRegistryService()));
  10887.         return $instance;
  10888.     }
  10889.     /**
  10890.      * Gets the public 'Shopware\Core\Content\Seo\Api\SeoActionController' shared service.
  10891.      *
  10892.      * @return \Shopware\Core\Content\Seo\Api\SeoActionController
  10893.      */
  10894.     protected function getSeoActionControllerService()
  10895.     {
  10896.         include_once \dirname(__DIR__4).'/vendor/shopware/core/Content/Seo/Api/SeoActionController.php';
  10897.         include_once \dirname(__DIR__4).'/vendor/shopware/core/Content/Seo/Validation/SeoUrlDataValidationFactoryInterface.php';
  10898.         include_once \dirname(__DIR__4).'/vendor/shopware/core/Content/Seo/Validation/SeoUrlValidationFactory.php';
  10899.         $a = ($this->services['Shopware\\Core\\Framework\\DataAbstractionLayer\\DefinitionInstanceRegistry'] ?? $this->getDefinitionInstanceRegistryService());
  10900.         $this->services['Shopware\\Core\\Content\\Seo\\Api\\SeoActionController'] = $instance = new \Shopware\Core\Content\Seo\Api\SeoActionController(($this->privates['Shopware\\Core\\Content\\Seo\\SeoUrlGenerator'] ?? $this->getSeoUrlGeneratorService()), ($this->privates['Shopware\\Core\\Content\\Seo\\SeoUrlPersister'] ?? $this->getSeoUrlPersisterService()), $a, ($this->privates['Shopware\\Core\\Content\\Seo\\SeoUrlRoute\\SeoUrlRouteRegistry'] ?? $this->getSeoUrlRouteRegistryService()), new \Shopware\Core\Content\Seo\Validation\SeoUrlValidationFactory(), ($this->privates['Shopware\\Core\\Framework\\Validation\\DataValidator'] ?? $this->getDataValidatorService()), ($this->services['sales_channel.repository'] ?? $this->getSalesChannel_RepositoryService()), ($this->privates['Shopware\\Core\\Framework\\DataAbstractionLayer\\Search\\RequestCriteriaBuilder'] ?? $this->getRequestCriteriaBuilderService()), $a);
  10901.         $instance->setContainer($this);
  10902.         return $instance;
  10903.     }
  10904.     /**
  10905.      * Gets the public 'Shopware\Core\Content\Seo\CachedSeoResolver' shared service.
  10906.      *
  10907.      * @return \Shopware\Core\Content\Seo\CachedSeoResolver
  10908.      */
  10909.     protected function getCachedSeoResolverService()
  10910.     {
  10911.         include_once \dirname(__DIR__4).'/vendor/shopware/core/Content/Seo/AbstractSeoResolver.php';
  10912.         include_once \dirname(__DIR__4).'/vendor/shopware/core/Content/Seo/CachedSeoResolver.php';
  10913.         include_once \dirname(__DIR__4).'/vendor/shopware/core/Content/Seo/SeoResolver.php';
  10914.         return $this->services['Shopware\\Core\\Content\\Seo\\CachedSeoResolver'] = new \Shopware\Core\Content\Seo\CachedSeoResolver(new \Shopware\Core\Content\Seo\SeoResolver(($this->services['Doctrine\\DBAL\\Connection'] ?? $this->getConnectionService())), ($this->privates['Shopware\\Core\\Framework\\Adapter\\Cache\\CacheDecorator'] ?? $this->getCacheDecoratorService()));
  10915.     }
  10916.     /**
  10917.      * Gets the public 'Shopware\Core\Content\Seo\EmptyPathInfoResolver' shared service.
  10918.      *
  10919.      * @return \Shopware\Core\Content\Seo\EmptyPathInfoResolver
  10920.      */
  10921.     protected function getEmptyPathInfoResolverService()
  10922.     {
  10923.         include_once \dirname(__DIR__4).'/vendor/shopware/core/Content/Seo/AbstractSeoResolver.php';
  10924.         include_once \dirname(__DIR__4).'/vendor/shopware/core/Content/Seo/EmptyPathInfoResolver.php';
  10925.         return $this->services['Shopware\\Core\\Content\\Seo\\EmptyPathInfoResolver'] = new \Shopware\Core\Content\Seo\EmptyPathInfoResolver(($this->services['Shopware\\Core\\Content\\Seo\\CachedSeoResolver'] ?? $this->getCachedSeoResolverService()));
  10926.     }
  10927.     /**
  10928.      * Gets the public 'Shopware\Core\Content\Seo\Entity\Dbal\SeoUrlAssociationFieldResolver' shared service.
  10929.      *
  10930.      * @return \Shopware\Core\Content\Seo\Entity\Dbal\SeoUrlAssociationFieldResolver
  10931.      */
  10932.     protected function getSeoUrlAssociationFieldResolverService()
  10933.     {
  10934.         include_once \dirname(__DIR__4).'/vendor/shopware/core/Framework/DataAbstractionLayer/Dbal/FieldResolver/AbstractFieldResolver.php';
  10935.         include_once \dirname(__DIR__4).'/vendor/shopware/core/Content/Seo/Entity/Dbal/SeoUrlAssociationFieldResolver.php';
  10936.         return $this->services['Shopware\\Core\\Content\\Seo\\Entity\\Dbal\\SeoUrlAssociationFieldResolver'] = new \Shopware\Core\Content\Seo\Entity\Dbal\SeoUrlAssociationFieldResolver(($this->privates['Shopware\\Core\\Framework\\DataAbstractionLayer\\Dbal\\EntityDefinitionQueryHelper'] ?? ($this->privates['Shopware\\Core\\Framework\\DataAbstractionLayer\\Dbal\\EntityDefinitionQueryHelper'] = new \Shopware\Core\Framework\DataAbstractionLayer\Dbal\EntityDefinitionQueryHelper())));
  10937.     }
  10938.     /**
  10939.      * Gets the public 'Shopware\Core\Content\Seo\Entity\Serializer\SeoUrlFieldSerializer' shared service.
  10940.      *
  10941.      * @return \Shopware\Core\Content\Seo\Entity\Serializer\SeoUrlFieldSerializer
  10942.      */
  10943.     protected function getSeoUrlFieldSerializerService()
  10944.     {
  10945.         include_once \dirname(__DIR__4).'/vendor/shopware/core/Framework/DataAbstractionLayer/FieldSerializer/FieldSerializerInterface.php';
  10946.         include_once \dirname(__DIR__4).'/vendor/shopware/core/Framework/DataAbstractionLayer/FieldSerializer/OneToManyAssociationFieldSerializer.php';
  10947.         include_once \dirname(__DIR__4).'/vendor/shopware/core/Content/Seo/Entity/Serializer/SeoUrlFieldSerializer.php';
  10948.         return $this->services['Shopware\\Core\\Content\\Seo\\Entity\\Serializer\\SeoUrlFieldSerializer'] = new \Shopware\Core\Content\Seo\Entity\Serializer\SeoUrlFieldSerializer(($this->privates['Shopware\\Core\\Framework\\DataAbstractionLayer\\Write\\WriteCommandExtractor'] ?? $this->getWriteCommandExtractorService()));
  10949.     }
  10950.     /**
  10951.      * Gets the public 'Shopware\Core\Content\Seo\MainCategory\MainCategoryDefinition' shared service.
  10952.      *
  10953.      * @return \Shopware\Core\Content\Seo\MainCategory\MainCategoryDefinition
  10954.      */
  10955.     protected function getMainCategoryDefinitionService()
  10956.     {
  10957.         include_once \dirname(__DIR__4).'/vendor/shopware/core/Content/Seo/MainCategory/MainCategoryDefinition.php';
  10958.         $this->services['Shopware\\Core\\Content\\Seo\\MainCategory\\MainCategoryDefinition'] = $instance = new \Shopware\Core\Content\Seo\MainCategory\MainCategoryDefinition();
  10959.         $instance->compile(($this->services['Shopware\\Core\\Framework\\DataAbstractionLayer\\DefinitionInstanceRegistry'] ?? $this->getDefinitionInstanceRegistryService()));
  10960.         return $instance;
  10961.     }
  10962.     /**
  10963.      * Gets the public 'Shopware\Core\Content\Seo\MainCategory\SalesChannel\SalesChannelMainCategoryDefinition' shared service.
  10964.      *
  10965.      * @return \Shopware\Core\Content\Seo\MainCategory\SalesChannel\SalesChannelMainCategoryDefinition
  10966.      */
  10967.     protected function getSalesChannelMainCategoryDefinitionService()
  10968.     {
  10969.         include_once \dirname(__DIR__4).'/vendor/shopware/core/Content/Seo/MainCategory/MainCategoryDefinition.php';
  10970.         include_once \dirname(__DIR__4).'/vendor/shopware/core/Content/Seo/MainCategory/SalesChannel/SalesChannelMainCategoryDefinition.php';
  10971.         $this->services['Shopware\\Core\\Content\\Seo\\MainCategory\\SalesChannel\\SalesChannelMainCategoryDefinition'] = $instance = new \Shopware\Core\Content\Seo\MainCategory\SalesChannel\SalesChannelMainCategoryDefinition();
  10972.         $instance->compile(($this->services['Shopware\\Core\\System\\SalesChannel\\Entity\\SalesChannelDefinitionInstanceRegistry'] ?? $this->getSalesChannelDefinitionInstanceRegistryService()));
  10973.         return $instance;
  10974.     }
  10975.     /**
  10976.      * Gets the public 'Shopware\Core\Content\Seo\SalesChannel\SeoUrlRoute' shared service.
  10977.      *
  10978.      * @return \Shopware\Core\Content\Seo\SalesChannel\SeoUrlRoute
  10979.      */
  10980.     protected function getSeoUrlRouteService()
  10981.     {
  10982.         include_once \dirname(__DIR__4).'/vendor/shopware/core/Content/Seo/SalesChannel/AbstractSeoUrlRoute.php';
  10983.         include_once \dirname(__DIR__4).'/vendor/shopware/core/Content/Seo/SalesChannel/SeoUrlRoute.php';
  10984.         return $this->services['Shopware\\Core\\Content\\Seo\\SalesChannel\\SeoUrlRoute'] = new \Shopware\Core\Content\Seo\SalesChannel\SeoUrlRoute(($this->services['sales_channel.seo_url.repository'] ?? $this->getSalesChannel_SeoUrl_RepositoryService()));
  10985.     }
  10986.     /**
  10987.      * Gets the public 'Shopware\Core\Content\Seo\SeoUrlTemplate\SeoUrlTemplateDefinition' shared service.
  10988.      *
  10989.      * @return \Shopware\Core\Content\Seo\SeoUrlTemplate\SeoUrlTemplateDefinition
  10990.      */
  10991.     protected function getSeoUrlTemplateDefinitionService()
  10992.     {
  10993.         include_once \dirname(__DIR__4).'/vendor/shopware/core/Content/Seo/SeoUrlTemplate/SeoUrlTemplateDefinition.php';
  10994.         $this->services['Shopware\\Core\\Content\\Seo\\SeoUrlTemplate\\SeoUrlTemplateDefinition'] = $instance = new \Shopware\Core\Content\Seo\SeoUrlTemplate\SeoUrlTemplateDefinition();
  10995.         $instance->compile(($this->services['Shopware\\Core\\Framework\\DataAbstractionLayer\\DefinitionInstanceRegistry'] ?? $this->getDefinitionInstanceRegistryService()));
  10996.         return $instance;
  10997.     }
  10998.     /**
  10999.      * Gets the public 'Shopware\Core\Content\Seo\SeoUrl\SalesChannel\SalesChannelSeoUrlDefinition' shared service.
  11000.      *
  11001.      * @return \Shopware\Core\Content\Seo\SeoUrl\SalesChannel\SalesChannelSeoUrlDefinition
  11002.      */
  11003.     protected function getSalesChannelSeoUrlDefinitionService()
  11004.     {
  11005.         $this->services['Shopware\\Core\\Content\\Seo\\SeoUrl\\SalesChannel\\SalesChannelSeoUrlDefinition'] = $instance = new \Shopware\Core\Content\Seo\SeoUrl\SalesChannel\SalesChannelSeoUrlDefinition();
  11006.         $instance->compile(($this->services['Shopware\\Core\\System\\SalesChannel\\Entity\\SalesChannelDefinitionInstanceRegistry'] ?? $this->getSalesChannelDefinitionInstanceRegistryService()));
  11007.         return $instance;
  11008.     }
  11009.     /**
  11010.      * Gets the public 'Shopware\Core\Content\Seo\SeoUrl\SeoUrlDefinition' shared service.
  11011.      *
  11012.      * @return \Shopware\Core\Content\Seo\SeoUrl\SeoUrlDefinition
  11013.      */
  11014.     protected function getSeoUrlDefinitionService()
  11015.     {
  11016.         $this->services['Shopware\\Core\\Content\\Seo\\SeoUrl\\SeoUrlDefinition'] = $instance = new \Shopware\Core\Content\Seo\SeoUrl\SeoUrlDefinition();
  11017.         $instance->compile(($this->services['Shopware\\Core\\Framework\\DataAbstractionLayer\\DefinitionInstanceRegistry'] ?? $this->getDefinitionInstanceRegistryService()));
  11018.         return $instance;
  11019.     }
  11020.     /**
  11021.      * Gets the public 'Shopware\Core\Content\Sitemap\SalesChannel\CachedSitemapRoute' shared service.
  11022.      *
  11023.      * @return \Shopware\Core\Content\Sitemap\SalesChannel\CachedSitemapRoute
  11024.      */
  11025.     protected function getCachedSitemapRouteService()
  11026.     {
  11027.         include_once \dirname(__DIR__4).'/vendor/shopware/core/Content/Sitemap/SalesChannel/AbstractSitemapRoute.php';
  11028.         include_once \dirname(__DIR__4).'/vendor/shopware/core/Content/Sitemap/SalesChannel/CachedSitemapRoute.php';
  11029.         include_once \dirname(__DIR__4).'/vendor/shopware/core/Content/Sitemap/SalesChannel/SitemapRoute.php';
  11030.         include_once \dirname(__DIR__4).'/vendor/shopware/core/Content/Sitemap/Service/SitemapListerInterface.php';
  11031.         include_once \dirname(__DIR__4).'/vendor/shopware/core/Content/Sitemap/Service/SitemapLister.php';
  11032.         $a = ($this->services['Shopware\\Core\\System\\SystemConfig\\SystemConfigService'] ?? $this->getSystemConfigServiceService());
  11033.         return $this->services['Shopware\\Core\\Content\\Sitemap\\SalesChannel\\CachedSitemapRoute'] = new \Shopware\Core\Content\Sitemap\SalesChannel\CachedSitemapRoute(new \Shopware\Core\Content\Sitemap\SalesChannel\SitemapRoute(new \Shopware\Core\Content\Sitemap\Service\SitemapLister(($this->services['shopware.filesystem.sitemap'] ?? $this->getShopware_Filesystem_SitemapService()), ($this->privates['shopware.asset.sitemap'] ?? $this->getShopware_Asset_SitemapService())), $a, ($this->privates['Shopware\\Core\\Content\\Sitemap\\Service\\SitemapExporter'] ?? $this->getSitemapExporterService())), ($this->privates['Shopware\\Core\\Framework\\Adapter\\Cache\\CacheDecorator'] ?? $this->getCacheDecoratorService()), ($this->services['Shopware\\Core\\Framework\\DataAbstractionLayer\\Cache\\EntityCacheKeyGenerator'] ?? ($this->services['Shopware\\Core\\Framework\\DataAbstractionLayer\\Cache\\EntityCacheKeyGenerator'] = new \Shopware\Core\Framework\DataAbstractionLayer\Cache\EntityCacheKeyGenerator())), ($this->privates['Shopware\\Storefront\\Framework\\Cache\\CacheTracer'] ?? $this->getCacheTracerService()), ($this->services['event_dispatcher'] ?? $this->getEventDispatcherService()), [], $a);
  11034.     }
  11035.     /**
  11036.      * Gets the public 'Shopware\Core\Framework\Adapter\Asset\AssetPackageService' shared service.
  11037.      *
  11038.      * @return \Shopware\Core\Framework\Adapter\Asset\AssetPackageService
  11039.      */
  11040.     protected function getAssetPackageServiceService()
  11041.     {
  11042.         include_once \dirname(__DIR__4).'/vendor/shopware/core/Framework/Adapter/Asset/AssetPackageService.php';
  11043.         return $this->services['Shopware\\Core\\Framework\\Adapter\\Asset\\AssetPackageService'] = new \Shopware\Core\Framework\Adapter\Asset\AssetPackageService(($this->privates['assets.packages'] ?? $this->getAssets_PackagesService()), new \Shopware\Core\Framework\Adapter\Asset\FallbackUrlPackage([=> ''], ($this->privates['assets.empty_version_strategy'] ?? ($this->privates['assets.empty_version_strategy'] = new \Symfony\Component\Asset\VersionStrategy\EmptyVersionStrategy()))), ($this->privates['shopware.asset.asset.version_strategy'] ?? $this->getShopware_Asset_Asset_VersionStrategyService()));
  11044.     }
  11045.     /**
  11046.      * Gets the public 'Shopware\Core\Framework\Adapter\Cache\CacheIdLoader' shared service.
  11047.      *
  11048.      * @return \Shopware\Core\Framework\Adapter\Cache\CacheIdLoader
  11049.      */
  11050.     protected function getCacheIdLoaderService()
  11051.     {
  11052.         include_once \dirname(__DIR__4).'/vendor/shopware/core/Framework/Adapter/Cache/CacheIdLoader.php';
  11053.         return $this->services['Shopware\\Core\\Framework\\Adapter\\Cache\\CacheIdLoader'] = new \Shopware\Core\Framework\Adapter\Cache\CacheIdLoader(($this->services['Doctrine\\DBAL\\Connection'] ?? $this->getConnectionService()), ($this->privates['cache.messenger.restart_workers_signal'] ?? $this->getCache_Messenger_RestartWorkersSignalService()));
  11054.     }
  11055.     /**
  11056.      * Gets the public 'Shopware\Core\Framework\Adapter\Cache\Script\Facade\CacheInvalidatorFacadeHookFactory' shared service.
  11057.      *
  11058.      * @return \Shopware\Core\Framework\Adapter\Cache\Script\Facade\CacheInvalidatorFacadeHookFactory
  11059.      */
  11060.     protected function getCacheInvalidatorFacadeHookFactoryService()
  11061.     {
  11062.         include_once \dirname(__DIR__4).'/vendor/shopware/core/Framework/Script/Execution/Awareness/HookServiceFactory.php';
  11063.         include_once \dirname(__DIR__4).'/vendor/shopware/core/Framework/Adapter/Cache/Script/Facade/CacheInvalidatorFacadeHookFactory.php';
  11064.         return $this->services['Shopware\\Core\\Framework\\Adapter\\Cache\\Script\\Facade\\CacheInvalidatorFacadeHookFactory'] = new \Shopware\Core\Framework\Adapter\Cache\Script\Facade\CacheInvalidatorFacadeHookFactory(($this->privates['Shopware\\Core\\Framework\\Adapter\\Cache\\CacheInvalidator'] ?? $this->getCacheInvalidatorService()));
  11065.     }
  11066.     /**
  11067.      * Gets the public 'Shopware\Core\Framework\Adapter\Twig\AppTemplateIterator' shared service.
  11068.      *
  11069.      * @return \Shopware\Core\Framework\Adapter\Twig\AppTemplateIterator
  11070.      */
  11071.     protected function getAppTemplateIteratorService()
  11072.     {
  11073.         include_once \dirname(__DIR__4).'/vendor/shopware/core/Framework/Adapter/Twig/AppTemplateIterator.php';
  11074.         return $this->services['Shopware\\Core\\Framework\\Adapter\\Twig\\AppTemplateIterator'] = new \Shopware\Core\Framework\Adapter\Twig\AppTemplateIterator(($this->services['Shopware\\Core\\Framework\\Adapter\\Twig\\TemplateIterator'] ?? $this->getTemplateIteratorService()), ($this->services['app_template.repository'] ?? $this->getAppTemplate_RepositoryService()));
  11075.     }
  11076.     /**
  11077.      * Gets the public 'Shopware\Core\Framework\Adapter\Twig\TemplateFinder' shared service.
  11078.      *
  11079.      * @return \Shopware\Core\Framework\Adapter\Twig\TemplateFinder
  11080.      */
  11081.     protected function getTemplateFinderService()
  11082.     {
  11083.         $a = ($this->services['.container.private.twig'] ?? $this->get_Container_Private_TwigService());
  11084.         if (isset($this->services['Shopware\\Core\\Framework\\Adapter\\Twig\\TemplateFinder'])) {
  11085.             return $this->services['Shopware\\Core\\Framework\\Adapter\\Twig\\TemplateFinder'];
  11086.         }
  11087.         return $this->services['Shopware\\Core\\Framework\\Adapter\\Twig\\TemplateFinder'] = new \Shopware\Core\Framework\Adapter\Twig\TemplateFinder($a, ($this->privates['twig.loader.chain'] ?? $this->getTwig_Loader_ChainService()), $this->targetDir.'', new \Shopware\Core\Framework\Adapter\Twig\NamespaceHierarchy\NamespaceHierarchyBuilder(new RewindableGenerator(function () {
  11088.             yield => ($this->privates['Shopware\\Core\\Framework\\Adapter\\Twig\\NamespaceHierarchy\\BundleHierarchyBuilder'] ?? $this->getBundleHierarchyBuilder2Service());
  11089.             yield => ($this->privates['Acris\\SuggestedProducts\\Core\\Framework\\Adapter\\Twig\\NamespaceHierarchy\\BundleHierarchyBuilder'] ?? ($this->privates['Acris\\SuggestedProducts\\Core\\Framework\\Adapter\\Twig\\NamespaceHierarchy\\BundleHierarchyBuilder'] = new \Acris\SuggestedProducts\Core\Framework\Adapter\Twig\NamespaceHierarchy\BundleHierarchyBuilder()));
  11090.             yield => ($this->privates['Shopware\\Storefront\\Theme\\Twig\\ThemeNamespaceHierarchyBuilder'] ?? $this->getThemeNamespaceHierarchyBuilderService());
  11091.         }, 3)));
  11092.     }
  11093.     /**
  11094.      * Gets the public 'Shopware\Core\Framework\Adapter\Twig\TemplateIterator' shared service.
  11095.      *
  11096.      * @return \Shopware\Core\Framework\Adapter\Twig\TemplateIterator
  11097.      */
  11098.     protected function getTemplateIteratorService()
  11099.     {
  11100.         include_once \dirname(__DIR__4).'/vendor/shopware/core/Framework/Adapter/Twig/TemplateIterator.php';
  11101.         include_once \dirname(__DIR__4).'/vendor/symfony/twig-bundle/TemplateIterator.php';
  11102.         return $this->services['Shopware\\Core\\Framework\\Adapter\\Twig\\TemplateIterator'] = new \Shopware\Core\Framework\Adapter\Twig\TemplateIterator(new \Symfony\Bundle\TwigBundle\TemplateIterator(($this->services['kernel'] ?? $this->get('kernel'1)), [(\dirname(__DIR__4).'/vendor/symfony/twig-bridge/Resources/views/Email') => 'email'], (\dirname(__DIR__4).'/templates')), $this->parameters['kernel.bundles']);
  11103.     }
  11104.     /**
  11105.      * Gets the public 'Shopware\Core\Framework\Api\Acl\AclCriteriaValidator' shared service.
  11106.      *
  11107.      * @return \Shopware\Core\Framework\Api\Acl\AclCriteriaValidator
  11108.      */
  11109.     protected function getAclCriteriaValidatorService()
  11110.     {
  11111.         include_once \dirname(__DIR__4).'/vendor/shopware/core/Framework/Api/Acl/AclCriteriaValidator.php';
  11112.         return $this->services['Shopware\\Core\\Framework\\Api\\Acl\\AclCriteriaValidator'] = new \Shopware\Core\Framework\Api\Acl\AclCriteriaValidator(($this->services['Shopware\\Core\\Framework\\DataAbstractionLayer\\DefinitionInstanceRegistry'] ?? $this->getDefinitionInstanceRegistryService()));
  11113.     }
  11114.     /**
  11115.      * Gets the public 'Shopware\Core\Framework\Api\Acl\Role\AclRoleDefinition' shared service.
  11116.      *
  11117.      * @return \Shopware\Core\Framework\Api\Acl\Role\AclRoleDefinition
  11118.      */
  11119.     protected function getAclRoleDefinitionService()
  11120.     {
  11121.         include_once \dirname(__DIR__4).'/vendor/shopware/core/Framework/Api/Acl/Role/AclRoleDefinition.php';
  11122.         $this->services['Shopware\\Core\\Framework\\Api\\Acl\\Role\\AclRoleDefinition'] = $instance = new \Shopware\Core\Framework\Api\Acl\Role\AclRoleDefinition();
  11123.         $instance->compile(($this->services['Shopware\\Core\\Framework\\DataAbstractionLayer\\DefinitionInstanceRegistry'] ?? $this->getDefinitionInstanceRegistryService()));
  11124.         return $instance;
  11125.     }
  11126.     /**
  11127.      * Gets the public 'Shopware\Core\Framework\Api\Acl\Role\AclUserRoleDefinition' shared service.
  11128.      *
  11129.      * @return \Shopware\Core\Framework\Api\Acl\Role\AclUserRoleDefinition
  11130.      */
  11131.     protected function getAclUserRoleDefinitionService()
  11132.     {
  11133.         include_once \dirname(__DIR__4).'/vendor/shopware/core/Framework/Api/Acl/Role/AclUserRoleDefinition.php';
  11134.         $this->services['Shopware\\Core\\Framework\\Api\\Acl\\Role\\AclUserRoleDefinition'] = $instance = new \Shopware\Core\Framework\Api\Acl\Role\AclUserRoleDefinition();
  11135.         $instance->compile(($this->services['Shopware\\Core\\Framework\\DataAbstractionLayer\\DefinitionInstanceRegistry'] ?? $this->getDefinitionInstanceRegistryService()));
  11136.         return $instance;
  11137.     }
  11138.     /**
  11139.      * Gets the public 'Shopware\Core\Framework\Api\Controller\AccessKeyController' shared service.
  11140.      *
  11141.      * @return \Shopware\Core\Framework\Api\Controller\AccessKeyController
  11142.      */
  11143.     protected function getAccessKeyControllerService()
  11144.     {
  11145.         include_once \dirname(__DIR__4).'/vendor/shopware/core/Framework/Api/Controller/AccessKeyController.php';
  11146.         $this->services['Shopware\\Core\\Framework\\Api\\Controller\\AccessKeyController'] = $instance = new \Shopware\Core\Framework\Api\Controller\AccessKeyController();
  11147.         $instance->setContainer($this);
  11148.         return $instance;
  11149.     }
  11150.     /**
  11151.      * Gets the public 'Shopware\Core\Framework\Api\Controller\AclController' shared service.
  11152.      *
  11153.      * @return \Shopware\Core\Framework\Api\Controller\AclController
  11154.      */
  11155.     protected function getAclControllerService()
  11156.     {
  11157.         include_once \dirname(__DIR__4).'/vendor/shopware/core/Framework/Api/Controller/AclController.php';
  11158.         $this->services['Shopware\\Core\\Framework\\Api\\Controller\\AclController'] = $instance = new \Shopware\Core\Framework\Api\Controller\AclController(($this->services['Shopware\\Core\\Framework\\DataAbstractionLayer\\DefinitionInstanceRegistry'] ?? $this->getDefinitionInstanceRegistryService()), ($this->services['event_dispatcher'] ?? $this->getEventDispatcherService()), ($this->services['router'] ?? $this->getRouterService()));
  11159.         $instance->setContainer($this);
  11160.         return $instance;
  11161.     }
  11162.     /**
  11163.      * Gets the public 'Shopware\Core\Framework\Api\Controller\ApiController' shared service.
  11164.      *
  11165.      * @return \Shopware\Core\Framework\Api\Controller\ApiController
  11166.      */
  11167.     protected function getApiController4Service()
  11168.     {
  11169.         include_once \dirname(__DIR__4).'/vendor/shopware/core/Framework/Api/Controller/ApiController.php';
  11170.         include_once \dirname(__DIR__4).'/vendor/shopware/core/Framework/DataAbstractionLayer/Search/RequestCriteriaBuilder.php';
  11171.         include_once \dirname(__DIR__4).'/vendor/shopware/core/Framework/DataAbstractionLayer/Search/Parser/AggregationParser.php';
  11172.         include_once \dirname(__DIR__4).'/vendor/shopware/core/Framework/DataAbstractionLayer/EntityProtection/EntityProtectionValidator.php';
  11173.         $this->services['Shopware\\Core\\Framework\\Api\\Controller\\ApiController'] = $instance = new \Shopware\Core\Framework\Api\Controller\ApiController(($this->services['Shopware\\Core\\Framework\\DataAbstractionLayer\\DefinitionInstanceRegistry'] ?? $this->getDefinitionInstanceRegistryService()), ($this->services['.container.private.serializer'] ?? $this->get_Container_Private_SerializerService()), new \Shopware\Core\Framework\DataAbstractionLayer\Search\RequestCriteriaBuilder(($this->privates['Shopware\\Core\\Framework\\DataAbstractionLayer\\Search\\Parser\\AggregationParser'] ?? ($this->privates['Shopware\\Core\\Framework\\DataAbstractionLayer\\Search\\Parser\\AggregationParser'] = new \Shopware\Core\Framework\DataAbstractionLayer\Search\Parser\AggregationParser())), ($this->privates['Shopware\\Core\\Framework\\DataAbstractionLayer\\Search\\ApiCriteriaValidator'] ?? $this->getApiCriteriaValidatorService()), ($this->privates['Shopware\\Core\\Framework\\DataAbstractionLayer\\Search\\CriteriaArrayConverter'] ?? $this->getCriteriaArrayConverterService())), ($this->privates['Shopware\\Core\\Framework\\DataAbstractionLayer\\Search\\CompositeEntitySearcher'] ?? $this->getCompositeEntitySearcherService()), ($this->privates['Shopware\\Core\\Framework\\Api\\Converter\\ApiVersionConverter'] ?? $this->getApiVersionConverterService()), ($this->privates['Shopware\\Core\\Framework\\DataAbstractionLayer\\EntityProtection\\EntityProtectionValidator'] ?? ($this->privates['Shopware\\Core\\Framework\\DataAbstractionLayer\\EntityProtection\\EntityProtectionValidator'] = new \Shopware\Core\Framework\DataAbstractionLayer\EntityProtection\EntityProtectionValidator())), ($this->services['Shopware\\Core\\Framework\\Api\\Acl\\AclCriteriaValidator'] ?? $this->getAclCriteriaValidatorService()));
  11174.         $instance->setContainer($this);
  11175.         return $instance;
  11176.     }
  11177.     /**
  11178.      * Gets the public 'Shopware\Core\Framework\Api\Controller\AuthController' shared service.
  11179.      *
  11180.      * @return \Shopware\Core\Framework\Api\Controller\AuthController
  11181.      */
  11182.     protected function getAuthControllerService()
  11183.     {
  11184.         include_once \dirname(__DIR__4).'/vendor/shopware/core/Framework/Api/Controller/AuthController.php';
  11185.         $this->services['Shopware\\Core\\Framework\\Api\\Controller\\AuthController'] = $instance = new \Shopware\Core\Framework\Api\Controller\AuthController(($this->privates['shopware.api.authorization_server'] ?? $this->getShopware_Api_AuthorizationServerService()), ($this->privates['Symfony\\Bridge\\PsrHttpMessage\\Factory\\PsrHttpFactory'] ?? $this->getPsrHttpFactoryService()), ($this->privates['shopware.rate_limiter'] ?? $this->getShopware_RateLimiterService()));
  11186.         $instance->setContainer($this);
  11187.         return $instance;
  11188.     }
  11189.     /**
  11190.      * Gets the public 'Shopware\Core\Framework\Api\Controller\CacheController' shared service.
  11191.      *
  11192.      * @return \Shopware\Core\Framework\Api\Controller\CacheController
  11193.      */
  11194.     protected function getCacheController2Service()
  11195.     {
  11196.         include_once \dirname(__DIR__4).'/vendor/shopware/core/Framework/Api/Controller/CacheController.php';
  11197.         $this->services['Shopware\\Core\\Framework\\Api\\Controller\\CacheController'] = $instance = new \Shopware\Core\Framework\Api\Controller\CacheController(($this->privates['Shopware\\Core\\Framework\\Adapter\\Cache\\CacheClearer'] ?? $this->getCacheClearer2Service()), ($this->privates['Shopware\\Core\\Framework\\Adapter\\Cache\\CacheDecorator'] ?? $this->getCacheDecoratorService()), ($this->privates['Shopware\\Storefront\\Framework\\Cache\\CacheWarmer\\CacheWarmer'] ?? $this->getCacheWarmer2Service()), ($this->services['Shopware\\Core\\Framework\\DataAbstractionLayer\\Indexing\\EntityIndexerRegistry'] ?? $this->getEntityIndexerRegistryService()));
  11198.         $instance->setContainer((new \Symfony\Component\DependencyInjection\Argument\ServiceLocator($this->getService, [
  11199.             'http_kernel' => ['services''http_kernel''getHttpKernelService'false],
  11200.             'message_bus' => ['services''messenger.default_bus''getMessenger_DefaultBusService'false],
  11201.             'messenger.default_bus' => ['services''messenger.default_bus''getMessenger_DefaultBusService'false],
  11202.             'parameter_bag' => ['privates''parameter_bag''getParameterBagService'false],
  11203.             'request_stack' => ['services''request_stack''getRequestStackService'false],
  11204.             'router' => ['services''router''getRouterService'false],
  11205.             'security.csrf.token_manager' => ['services''.container.private.security.csrf.token_manager''get_Container_Private_Security_Csrf_TokenManagerService'false],
  11206.             'serializer' => ['services''.container.private.serializer''get_Container_Private_SerializerService'false],
  11207.             'session' => ['privates''.session.deprecated''get_Session_DeprecatedService'false],
  11208.             'twig' => ['services''.container.private.twig''get_Container_Private_TwigService'false],
  11209.         ], [
  11210.             'http_kernel' => '?',
  11211.             'message_bus' => '?',
  11212.             'messenger.default_bus' => '?',
  11213.             'parameter_bag' => '?',
  11214.             'request_stack' => '?',
  11215.             'router' => '?',
  11216.             'security.csrf.token_manager' => '?',
  11217.             'serializer' => '?',
  11218.             'session' => '.session.deprecated',
  11219.             'twig' => '?',
  11220.         ]))->withContext('Shopware\\Core\\Framework\\Api\\Controller\\CacheController'$this));
  11221.         return $instance;
  11222.     }
  11223.     /**
  11224.      * Gets the public 'Shopware\Core\Framework\Api\Controller\CustomSnippetFormatController' shared service.
  11225.      *
  11226.      * @return \Shopware\Core\Framework\Api\Controller\CustomSnippetFormatController
  11227.      */
  11228.     protected function getCustomSnippetFormatControllerService()
  11229.     {
  11230.         include_once \dirname(__DIR__4).'/vendor/shopware/core/Framework/Api/Controller/CustomSnippetFormatController.php';
  11231.         return $this->services['Shopware\\Core\\Framework\\Api\\Controller\\CustomSnippetFormatController'] = new \Shopware\Core\Framework\Api\Controller\CustomSnippetFormatController(($this->services['Shopware\\Core\\Framework\\Plugin\\KernelPluginCollection'] ?? $this->getKernelPluginCollectionService()), ($this->services['.container.private.twig'] ?? $this->get_Container_Private_TwigService()));
  11232.     }
  11233.     /**
  11234.      * Gets the public 'Shopware\Core\Framework\Api\Controller\FallbackController' shared service.
  11235.      *
  11236.      * @return \Shopware\Core\Framework\Api\Controller\FallbackController
  11237.      */
  11238.     protected function getFallbackControllerService()
  11239.     {
  11240.         include_once \dirname(__DIR__4).'/vendor/shopware/core/Framework/Api/Controller/FallbackController.php';
  11241.         $this->services['Shopware\\Core\\Framework\\Api\\Controller\\FallbackController'] = $instance = new \Shopware\Core\Framework\Api\Controller\FallbackController();
  11242.         $instance->setContainer($this);
  11243.         return $instance;
  11244.     }
  11245.     /**
  11246.      * Gets the public 'Shopware\Core\Framework\Api\Controller\IndexingController' shared service.
  11247.      *
  11248.      * @return \Shopware\Core\Framework\Api\Controller\IndexingController
  11249.      */
  11250.     protected function getIndexingControllerService()
  11251.     {
  11252.         include_once \dirname(__DIR__4).'/vendor/shopware/core/Framework/Api/Controller/IndexingController.php';
  11253.         $this->services['Shopware\\Core\\Framework\\Api\\Controller\\IndexingController'] = $instance = new \Shopware\Core\Framework\Api\Controller\IndexingController(($this->services['Shopware\\Core\\Framework\\DataAbstractionLayer\\Indexing\\EntityIndexerRegistry'] ?? $this->getEntityIndexerRegistryService()), ($this->services['messenger.default_bus'] ?? $this->getMessenger_DefaultBusService()));
  11254.         $instance->setContainer($this);
  11255.         return $instance;
  11256.     }
  11257.     /**
  11258.      * Gets the public 'Shopware\Core\Framework\Api\Controller\InfoController' shared service.
  11259.      *
  11260.      * @return \Shopware\Core\Framework\Api\Controller\InfoController
  11261.      */
  11262.     protected function getInfoControllerService()
  11263.     {
  11264.         include_once \dirname(__DIR__4).'/vendor/shopware/core/Framework/Api/Controller/InfoController.php';
  11265.         include_once \dirname(__DIR__4).'/vendor/shopware/core/Maintenance/System/Service/AppUrlVerifier.php';
  11266.         $this->services['Shopware\\Core\\Framework\\Api\\Controller\\InfoController'] = $instance = new \Shopware\Core\Framework\Api\Controller\InfoController(($this->privates['Shopware\\Core\\Framework\\Api\\ApiDefinition\\DefinitionService'] ?? $this->getDefinitionServiceService()), ($this->privates['parameter_bag'] ?? ($this->privates['parameter_bag'] = new \Symfony\Component\DependencyInjection\ParameterBag\ContainerBag($this))), ($this->services['kernel'] ?? $this->get('kernel'1)), ($this->privates['assets.packages'] ?? $this->getAssets_PackagesService()), ($this->privates['Shopware\\Core\\Framework\\Event\\BusinessEventCollector'] ?? $this->getBusinessEventCollectorService()), ($this->services['shopware.increment.gateway.registry'] ?? $this->getShopware_Increment_Gateway_RegistryService()), ($this->services['Doctrine\\DBAL\\Connection'] ?? $this->getConnectionService()), new \Shopware\Core\Maintenance\System\Service\AppUrlVerifier(new \GuzzleHttp\Client(), ($this->services['app.repository'] ?? $this->getApp_RepositoryService()), 'dev'$this->getEnv('bool:APP_URL_CHECK_DISABLED')), ($this->privates['Shopware\\Core\\Content\\Flow\\Api\\FlowActionCollector'] ?? $this->getFlowActionCollectorService()), true$this->parameters['shopware.security.csp_templates']);
  11267.         $instance->setContainer($this);
  11268.         return $instance;
  11269.     }
  11270.     /**
  11271.      * Gets the public 'Shopware\Core\Framework\Api\Controller\IntegrationController' shared service.
  11272.      *
  11273.      * @return \Shopware\Core\Framework\Api\Controller\IntegrationController
  11274.      */
  11275.     protected function getIntegrationControllerService()
  11276.     {
  11277.         include_once \dirname(__DIR__4).'/vendor/shopware/core/Framework/Api/Controller/IntegrationController.php';
  11278.         $this->services['Shopware\\Core\\Framework\\Api\\Controller\\IntegrationController'] = $instance = new \Shopware\Core\Framework\Api\Controller\IntegrationController(($this->services['integration.repository'] ?? $this->getIntegration_RepositoryService()));
  11279.         $instance->setContainer($this);
  11280.         return $instance;
  11281.     }
  11282.     /**
  11283.      * Gets the public 'Shopware\Core\Framework\Api\Controller\SalesChannelProxyController' shared service.
  11284.      *
  11285.      * @return \Shopware\Core\Framework\Api\Controller\SalesChannelProxyController
  11286.      */
  11287.     protected function getSalesChannelProxyControllerService()
  11288.     {
  11289.         include_once \dirname(__DIR__4).'/vendor/shopware/core/Framework/Api/Controller/SalesChannelProxyController.php';
  11290.         include_once \dirname(__DIR__4).'/vendor/shopware/core/Checkout/Cart/ApiOrderCartService.php';
  11291.         $a = ($this->privates['Shopware\\Core\\System\\SalesChannel\\Context\\SalesChannelContextPersister'] ?? $this->getSalesChannelContextPersisterService());
  11292.         $b = ($this->services['Shopware\\Core\\Checkout\\Cart\\SalesChannel\\CartService'] ?? $this->getCartServiceService());
  11293.         $this->services['Shopware\\Core\\Framework\\Api\\Controller\\SalesChannelProxyController'] = $instance = new \Shopware\Core\Framework\Api\Controller\SalesChannelProxyController(($this->services['kernel'] ?? $this->get('kernel'1)), ($this->services['sales_channel.repository'] ?? $this->getSalesChannel_RepositoryService()), ($this->privates['Shopware\\Core\\Framework\\Validation\\DataValidator'] ?? $this->getDataValidatorService()), $a, ($this->privates['Shopware\\Core\\Framework\\Routing\\SalesChannelRequestContextResolver'] ?? $this->getSalesChannelRequestContextResolverService()), ($this->privates['Shopware\\Core\\System\\SalesChannel\\Context\\SalesChannelContextService'] ?? $this->getSalesChannelContextServiceService()), ($this->services['event_dispatcher'] ?? $this->getEventDispatcherService()), new \Shopware\Core\Checkout\Cart\ApiOrderCartService($b$a), ($this->services['Shopware\\Core\\Checkout\\Cart\\SalesChannel\\CartOrderRoute'] ?? $this->getCartOrderRouteService()), $b, ($this->services['Doctrine\\DBAL\\Connection'] ?? $this->getConnectionService()), ($this->services['request_stack'] ?? ($this->services['request_stack'] = new \Symfony\Component\HttpFoundation\RequestStack())));
  11294.         $instance->setContainer($this);
  11295.         return $instance;
  11296.     }
  11297.     /**
  11298.      * Gets the public 'Shopware\Core\Framework\Api\Controller\SyncController' shared service.
  11299.      *
  11300.      * @return \Shopware\Core\Framework\Api\Controller\SyncController
  11301.      */
  11302.     protected function getSyncControllerService()
  11303.     {
  11304.         include_once \dirname(__DIR__4).'/vendor/shopware/core/Framework/Api/Controller/SyncController.php';
  11305.         $this->services['Shopware\\Core\\Framework\\Api\\Controller\\SyncController'] = $instance = new \Shopware\Core\Framework\Api\Controller\SyncController(($this->services['Shopware\\Core\\Framework\\Api\\Sync\\SyncService'] ?? $this->getSyncServiceService()), ($this->services['.container.private.serializer'] ?? $this->get_Container_Private_SerializerService()));
  11306.         $instance->setContainer($this);
  11307.         return $instance;
  11308.     }
  11309.     /**
  11310.      * Gets the public 'Shopware\Core\Framework\Api\Controller\UserController' shared service.
  11311.      *
  11312.      * @return \Shopware\Core\Framework\Api\Controller\UserController
  11313.      */
  11314.     protected function getUserControllerService()
  11315.     {
  11316.         include_once \dirname(__DIR__4).'/vendor/shopware/core/Framework/Api/Controller/UserController.php';
  11317.         $this->services['Shopware\\Core\\Framework\\Api\\Controller\\UserController'] = $instance = new \Shopware\Core\Framework\Api\Controller\UserController(($this->services['user.repository'] ?? $this->getUser_RepositoryService()), ($this->services['acl_user_role.repository'] ?? $this->getAclUserRole_RepositoryService()), ($this->services['acl_role.repository'] ?? $this->getAclRole_RepositoryService()), ($this->services['user_access_key.repository'] ?? $this->getUserAccessKey_RepositoryService()), ($this->services['Shopware\\Core\\System\\User\\UserDefinition'] ?? $this->getUserDefinitionService()));
  11318.         $instance->setContainer($this);
  11319.         return $instance;
  11320.     }
  11321.     /**
  11322.      * Gets the public 'Shopware\Core\Framework\Api\Sync\SyncService' shared service.
  11323.      *
  11324.      * @return \Shopware\Core\Framework\Api\Sync\SyncService
  11325.      */
  11326.     protected function getSyncServiceService()
  11327.     {
  11328.         include_once \dirname(__DIR__4).'/vendor/shopware/core/Framework/Api/Sync/SyncServiceInterface.php';
  11329.         include_once \dirname(__DIR__4).'/vendor/shopware/core/Framework/Api/Sync/SyncService.php';
  11330.         $a = ($this->services['Shopware\\Core\\Framework\\DataAbstractionLayer\\Write\\EntityWriter'] ?? $this->getEntityWriterService());
  11331.         if (isset($this->services['Shopware\\Core\\Framework\\Api\\Sync\\SyncService'])) {
  11332.             return $this->services['Shopware\\Core\\Framework\\Api\\Sync\\SyncService'];
  11333.         }
  11334.         $b = ($this->services['event_dispatcher'] ?? $this->getEventDispatcherService());
  11335.         if (isset($this->services['Shopware\\Core\\Framework\\Api\\Sync\\SyncService'])) {
  11336.             return $this->services['Shopware\\Core\\Framework\\Api\\Sync\\SyncService'];
  11337.         }
  11338.         return $this->services['Shopware\\Core\\Framework\\Api\\Sync\\SyncService'] = new \Shopware\Core\Framework\Api\Sync\SyncService(($this->services['Shopware\\Core\\Framework\\DataAbstractionLayer\\DefinitionInstanceRegistry'] ?? $this->getDefinitionInstanceRegistryService()), ($this->services['Doctrine\\DBAL\\Connection'] ?? $this->getConnectionService()), ($this->privates['Shopware\\Core\\Framework\\Api\\Converter\\ApiVersionConverter'] ?? $this->getApiVersionConverterService()), $a$b);
  11339.     }
  11340.     /**
  11341.      * Gets the public 'Shopware\Core\Framework\App\Aggregate\ActionButtonTranslation\ActionButtonTranslationDefinition' shared service.
  11342.      *
  11343.      * @return \Shopware\Core\Framework\App\Aggregate\ActionButtonTranslation\ActionButtonTranslationDefinition
  11344.      */
  11345.     protected function getActionButtonTranslationDefinitionService()
  11346.     {
  11347.         include_once \dirname(__DIR__4).'/vendor/shopware/core/Framework/DataAbstractionLayer/EntityTranslationDefinition.php';
  11348.         include_once \dirname(__DIR__4).'/vendor/shopware/core/Framework/App/Aggregate/ActionButtonTranslation/ActionButtonTranslationDefinition.php';
  11349.         $this->services['Shopware\\Core\\Framework\\App\\Aggregate\\ActionButtonTranslation\\ActionButtonTranslationDefinition'] = $instance = new \Shopware\Core\Framework\App\Aggregate\ActionButtonTranslation\ActionButtonTranslationDefinition();
  11350.         $instance->compile(($this->services['Shopware\\Core\\Framework\\DataAbstractionLayer\\DefinitionInstanceRegistry'] ?? $this->getDefinitionInstanceRegistryService()));
  11351.         return $instance;
  11352.     }
  11353.     /**
  11354.      * Gets the public 'Shopware\Core\Framework\App\Aggregate\ActionButton\ActionButtonDefinition' shared service.
  11355.      *
  11356.      * @return \Shopware\Core\Framework\App\Aggregate\ActionButton\ActionButtonDefinition
  11357.      */
  11358.     protected function getActionButtonDefinitionService()
  11359.     {
  11360.         include_once \dirname(__DIR__4).'/vendor/shopware/core/Framework/App/Aggregate/ActionButton/ActionButtonDefinition.php';
  11361.         $this->services['Shopware\\Core\\Framework\\App\\Aggregate\\ActionButton\\ActionButtonDefinition'] = $instance = new \Shopware\Core\Framework\App\Aggregate\ActionButton\ActionButtonDefinition();
  11362.         $instance->compile(($this->services['Shopware\\Core\\Framework\\DataAbstractionLayer\\DefinitionInstanceRegistry'] ?? $this->getDefinitionInstanceRegistryService()));
  11363.         return $instance;
  11364.     }
  11365.     /**
  11366.      * Gets the public 'Shopware\Core\Framework\App\Aggregate\AppPaymentMethod\AppPaymentMethodDefinition' shared service.
  11367.      *
  11368.      * @return \Shopware\Core\Framework\App\Aggregate\AppPaymentMethod\AppPaymentMethodDefinition
  11369.      */
  11370.     protected function getAppPaymentMethodDefinitionService()
  11371.     {
  11372.         $this->services['Shopware\\Core\\Framework\\App\\Aggregate\\AppPaymentMethod\\AppPaymentMethodDefinition'] = $instance = new \Shopware\Core\Framework\App\Aggregate\AppPaymentMethod\AppPaymentMethodDefinition();
  11373.         $instance->compile(($this->services['Shopware\\Core\\Framework\\DataAbstractionLayer\\DefinitionInstanceRegistry'] ?? $this->getDefinitionInstanceRegistryService()));
  11374.         return $instance;
  11375.     }
  11376.     /**
  11377.      * Gets the public 'Shopware\Core\Framework\App\Aggregate\AppScriptConditionTranslation\AppScriptConditionTranslationDefinition' shared service.
  11378.      *
  11379.      * @return \Shopware\Core\Framework\App\Aggregate\AppScriptConditionTranslation\AppScriptConditionTranslationDefinition
  11380.      */
  11381.     protected function getAppScriptConditionTranslationDefinitionService()
  11382.     {
  11383.         include_once \dirname(__DIR__4).'/vendor/shopware/core/Framework/DataAbstractionLayer/EntityTranslationDefinition.php';
  11384.         include_once \dirname(__DIR__4).'/vendor/shopware/core/Framework/App/Aggregate/AppScriptConditionTranslation/AppScriptConditionTranslationDefinition.php';
  11385.         $this->services['Shopware\\Core\\Framework\\App\\Aggregate\\AppScriptConditionTranslation\\AppScriptConditionTranslationDefinition'] = $instance = new \Shopware\Core\Framework\App\Aggregate\AppScriptConditionTranslation\AppScriptConditionTranslationDefinition();
  11386.         $instance->compile(($this->services['Shopware\\Core\\Framework\\DataAbstractionLayer\\DefinitionInstanceRegistry'] ?? $this->getDefinitionInstanceRegistryService()));
  11387.         return $instance;
  11388.     }
  11389.     /**
  11390.      * Gets the public 'Shopware\Core\Framework\App\Aggregate\AppScriptCondition\AppScriptConditionDefinition' shared service.
  11391.      *
  11392.      * @return \Shopware\Core\Framework\App\Aggregate\AppScriptCondition\AppScriptConditionDefinition
  11393.      */
  11394.     protected function getAppScriptConditionDefinitionService()
  11395.     {
  11396.         include_once \dirname(__DIR__4).'/vendor/shopware/core/Framework/App/Aggregate/AppScriptCondition/AppScriptConditionDefinition.php';
  11397.         $this->services['Shopware\\Core\\Framework\\App\\Aggregate\\AppScriptCondition\\AppScriptConditionDefinition'] = $instance = new \Shopware\Core\Framework\App\Aggregate\AppScriptCondition\AppScriptConditionDefinition();
  11398.         $instance->compile(($this->services['Shopware\\Core\\Framework\\DataAbstractionLayer\\DefinitionInstanceRegistry'] ?? $this->getDefinitionInstanceRegistryService()));
  11399.         return $instance;
  11400.     }
  11401.     /**
  11402.      * Gets the public 'Shopware\Core\Framework\App\Aggregate\AppTranslation\AppTranslationDefinition' shared service.
  11403.      *
  11404.      * @return \Shopware\Core\Framework\App\Aggregate\AppTranslation\AppTranslationDefinition
  11405.      */
  11406.     protected function getAppTranslationDefinitionService()
  11407.     {
  11408.         include_once \dirname(__DIR__4).'/vendor/shopware/core/Framework/DataAbstractionLayer/EntityTranslationDefinition.php';
  11409.         include_once \dirname(__DIR__4).'/vendor/shopware/core/Framework/App/Aggregate/AppTranslation/AppTranslationDefinition.php';
  11410.         $this->services['Shopware\\Core\\Framework\\App\\Aggregate\\AppTranslation\\AppTranslationDefinition'] = $instance = new \Shopware\Core\Framework\App\Aggregate\AppTranslation\AppTranslationDefinition();
  11411.         $instance->compile(($this->services['Shopware\\Core\\Framework\\DataAbstractionLayer\\DefinitionInstanceRegistry'] ?? $this->getDefinitionInstanceRegistryService()));
  11412.         return $instance;
  11413.     }
  11414.     /**
  11415.      * Gets the public 'Shopware\Core\Framework\App\Aggregate\CmsBlockTranslation\AppCmsBlockTranslationDefinition' shared service.
  11416.      *
  11417.      * @return \Shopware\Core\Framework\App\Aggregate\CmsBlockTranslation\AppCmsBlockTranslationDefinition
  11418.      */
  11419.     protected function getAppCmsBlockTranslationDefinitionService()
  11420.     {
  11421.         include_once \dirname(__DIR__4).'/vendor/shopware/core/Framework/DataAbstractionLayer/EntityTranslationDefinition.php';
  11422.         include_once \dirname(__DIR__4).'/vendor/shopware/core/Framework/App/Aggregate/CmsBlockTranslation/AppCmsBlockTranslationDefinition.php';
  11423.         $this->services['Shopware\\Core\\Framework\\App\\Aggregate\\CmsBlockTranslation\\AppCmsBlockTranslationDefinition'] = $instance = new \Shopware\Core\Framework\App\Aggregate\CmsBlockTranslation\AppCmsBlockTranslationDefinition();
  11424.         $instance->compile(($this->services['Shopware\\Core\\Framework\\DataAbstractionLayer\\DefinitionInstanceRegistry'] ?? $this->getDefinitionInstanceRegistryService()));
  11425.         return $instance;
  11426.     }
  11427.     /**
  11428.      * Gets the public 'Shopware\Core\Framework\App\Aggregate\CmsBlock\AppCmsBlockDefinition' shared service.
  11429.      *
  11430.      * @return \Shopware\Core\Framework\App\Aggregate\CmsBlock\AppCmsBlockDefinition
  11431.      */
  11432.     protected function getAppCmsBlockDefinitionService()
  11433.     {
  11434.         include_once \dirname(__DIR__4).'/vendor/shopware/core/Framework/App/Aggregate/CmsBlock/AppCmsBlockDefinition.php';
  11435.         $this->services['Shopware\\Core\\Framework\\App\\Aggregate\\CmsBlock\\AppCmsBlockDefinition'] = $instance = new \Shopware\Core\Framework\App\Aggregate\CmsBlock\AppCmsBlockDefinition();
  11436.         $instance->compile(($this->services['Shopware\\Core\\Framework\\DataAbstractionLayer\\DefinitionInstanceRegistry'] ?? $this->getDefinitionInstanceRegistryService()));
  11437.         return $instance;
  11438.     }
  11439.     /**
  11440.      * Gets the public 'Shopware\Core\Framework\App\Aggregate\FlowActionTranslation\AppFlowActionTranslationDefinition' shared service.
  11441.      *
  11442.      * @return \Shopware\Core\Framework\App\Aggregate\FlowActionTranslation\AppFlowActionTranslationDefinition
  11443.      */
  11444.     protected function getAppFlowActionTranslationDefinitionService()
  11445.     {
  11446.         include_once \dirname(__DIR__4).'/vendor/shopware/core/Framework/DataAbstractionLayer/EntityTranslationDefinition.php';
  11447.         include_once \dirname(__DIR__4).'/vendor/shopware/core/Framework/App/Aggregate/FlowActionTranslation/AppFlowActionTranslationDefinition.php';
  11448.         $this->services['Shopware\\Core\\Framework\\App\\Aggregate\\FlowActionTranslation\\AppFlowActionTranslationDefinition'] = $instance = new \Shopware\Core\Framework\App\Aggregate\FlowActionTranslation\AppFlowActionTranslationDefinition();
  11449.         $instance->compile(($this->services['Shopware\\Core\\Framework\\DataAbstractionLayer\\DefinitionInstanceRegistry'] ?? $this->getDefinitionInstanceRegistryService()));
  11450.         return $instance;
  11451.     }
  11452.     /**
  11453.      * Gets the public 'Shopware\Core\Framework\App\Aggregate\FlowAction\AppFlowActionDefinition' shared service.
  11454.      *
  11455.      * @return \Shopware\Core\Framework\App\Aggregate\FlowAction\AppFlowActionDefinition
  11456.      */
  11457.     protected function getAppFlowActionDefinitionService()
  11458.     {
  11459.         include_once \dirname(__DIR__4).'/vendor/shopware/core/Framework/App/Aggregate/FlowAction/AppFlowActionDefinition.php';
  11460.         $this->services['Shopware\\Core\\Framework\\App\\Aggregate\\FlowAction\\AppFlowActionDefinition'] = $instance = new \Shopware\Core\Framework\App\Aggregate\FlowAction\AppFlowActionDefinition();
  11461.         $instance->compile(($this->services['Shopware\\Core\\Framework\\DataAbstractionLayer\\DefinitionInstanceRegistry'] ?? $this->getDefinitionInstanceRegistryService()));
  11462.         return $instance;
  11463.     }
  11464.     /**
  11465.      * Gets the public 'Shopware\Core\Framework\App\Api\AppActionController' shared service.
  11466.      *
  11467.      * @return \Shopware\Core\Framework\App\Api\AppActionController
  11468.      */
  11469.     protected function getAppActionControllerService()
  11470.     {
  11471.         include_once \dirname(__DIR__4).'/vendor/shopware/core/Framework/App/Api/AppActionController.php';
  11472.         include_once \dirname(__DIR__4).'/vendor/shopware/core/Framework/App/ActionButton/ActionButtonLoader.php';
  11473.         include_once \dirname(__DIR__4).'/vendor/shopware/core/Framework/App/ActionButton/AppActionLoader.php';
  11474.         include_once \dirname(__DIR__4).'/vendor/shopware/core/Framework/App/Manifest/ModuleLoader.php';
  11475.         $a = ($this->services['app_action_button.repository'] ?? $this->getAppActionButton_RepositoryService());
  11476.         $b = ($this->services['Shopware\\Core\\Framework\\App\\ShopId\\ShopIdProvider'] ?? $this->getShopIdProviderService());
  11477.         $this->services['Shopware\\Core\\Framework\\App\\Api\\AppActionController'] = $instance = new \Shopware\Core\Framework\App\Api\AppActionController(new \Shopware\Core\Framework\App\ActionButton\ActionButtonLoader($a), new \Shopware\Core\Framework\App\ActionButton\AppActionLoader($this->getEnv('APP_URL'), $a$b), ($this->privates['Shopware\\Core\\Framework\\App\\ActionButton\\Executor'] ?? $this->getExecutorService()), new \Shopware\Core\Framework\App\Manifest\ModuleLoader(($this->services['app.repository'] ?? $this->getApp_RepositoryService()), $b, ($this->privates['Shopware\\Core\\Framework\\App\\Hmac\\QuerySigner'] ?? $this->getQuerySignerService())));
  11478.         $instance->setContainer($this);
  11479.         return $instance;
  11480.     }
  11481.     /**
  11482.      * Gets the public 'Shopware\Core\Framework\App\Api\AppCmsController' shared service.
  11483.      *
  11484.      * @return \Shopware\Core\Framework\App\Api\AppCmsController
  11485.      */
  11486.     protected function getAppCmsControllerService()
  11487.     {
  11488.         include_once \dirname(__DIR__4).'/vendor/shopware/core/Framework/App/Api/AppCmsController.php';
  11489.         $this->services['Shopware\\Core\\Framework\\App\\Api\\AppCmsController'] = $instance = new \Shopware\Core\Framework\App\Api\AppCmsController(($this->services['app_cms_block.repository'] ?? $this->getAppCmsBlock_RepositoryService()));
  11490.         $instance->setContainer($this);
  11491.         return $instance;
  11492.     }
  11493.     /**
  11494.      * Gets the public 'Shopware\Core\Framework\App\Api\AppUrlChangeController' shared service.
  11495.      *
  11496.      * @return \Shopware\Core\Framework\App\Api\AppUrlChangeController
  11497.      */
  11498.     protected function getAppUrlChangeControllerService()
  11499.     {
  11500.         include_once \dirname(__DIR__4).'/vendor/shopware/core/Framework/App/Api/AppUrlChangeController.php';
  11501.         $this->services['Shopware\\Core\\Framework\\App\\Api\\AppUrlChangeController'] = $instance = new \Shopware\Core\Framework\App\Api\AppUrlChangeController(($this->services['Shopware\\Core\\Framework\\App\\AppUrlChangeResolver\\Resolver'] ?? $this->getResolverService()), ($this->services['Shopware\\Core\\Framework\\App\\ShopId\\ShopIdProvider'] ?? $this->getShopIdProviderService()));
  11502.         $instance->setContainer($this);
  11503.         return $instance;
  11504.     }
  11505.     /**
  11506.      * Gets the public 'Shopware\Core\Framework\App\AppDefinition' shared service.
  11507.      *
  11508.      * @return \Shopware\Core\Framework\App\AppDefinition
  11509.      */
  11510.     protected function getAppDefinitionService()
  11511.     {
  11512.         $this->services['Shopware\\Core\\Framework\\App\\AppDefinition'] = $instance = new \Shopware\Core\Framework\App\AppDefinition();
  11513.         $instance->compile(($this->services['Shopware\\Core\\Framework\\DataAbstractionLayer\\DefinitionInstanceRegistry'] ?? $this->getDefinitionInstanceRegistryService()));
  11514.         return $instance;
  11515.     }
  11516.     /**
  11517.      * Gets the public 'Shopware\Core\Framework\App\AppLocaleProvider' shared service.
  11518.      *
  11519.      * @return \Shopware\Core\Framework\App\AppLocaleProvider
  11520.      */
  11521.     protected function getAppLocaleProviderService()
  11522.     {
  11523.         $a = ($this->services['user.repository'] ?? $this->getUser_RepositoryService());
  11524.         if (isset($this->services['Shopware\\Core\\Framework\\App\\AppLocaleProvider'])) {
  11525.             return $this->services['Shopware\\Core\\Framework\\App\\AppLocaleProvider'];
  11526.         }
  11527.         return $this->services['Shopware\\Core\\Framework\\App\\AppLocaleProvider'] = new \Shopware\Core\Framework\App\AppLocaleProvider($a, ($this->privates['Shopware\\Core\\System\\Locale\\LanguageLocaleCodeProvider'] ?? $this->getLanguageLocaleCodeProviderService()));
  11528.     }
  11529.     /**
  11530.      * Gets the public 'Shopware\Core\Framework\App\AppUrlChangeResolver\Resolver' shared service.
  11531.      *
  11532.      * @return \Shopware\Core\Framework\App\AppUrlChangeResolver\Resolver
  11533.      */
  11534.     protected function getResolverService()
  11535.     {
  11536.         include_once \dirname(__DIR__4).'/vendor/shopware/core/Framework/App/AppUrlChangeResolver/Resolver.php';
  11537.         return $this->services['Shopware\\Core\\Framework\\App\\AppUrlChangeResolver\\Resolver'] = new \Shopware\Core\Framework\App\AppUrlChangeResolver\Resolver(new RewindableGenerator(function () {
  11538.             yield => ($this->privates['Shopware\\Core\\Framework\\App\\AppUrlChangeResolver\\MoveShopPermanentlyStrategy'] ?? $this->getMoveShopPermanentlyStrategyService());
  11539.             yield => ($this->privates['Shopware\\Core\\Framework\\App\\AppUrlChangeResolver\\ReinstallAppsStrategy'] ?? $this->getReinstallAppsStrategyService());
  11540.             yield => ($this->privates['Shopware\\Core\\Framework\\App\\AppUrlChangeResolver\\UninstallAppsStrategy'] ?? $this->getUninstallAppsStrategyService());
  11541.         }, 3));
  11542.     }
  11543.     /**
  11544.      * Gets the public 'Shopware\Core\Framework\App\FlowAction\AppFlowActionProvider' shared service.
  11545.      *
  11546.      * @return \Shopware\Core\Framework\App\FlowAction\AppFlowActionProvider
  11547.      */
  11548.     protected function getAppFlowActionProviderService()
  11549.     {
  11550.         include_once \dirname(__DIR__4).'/vendor/shopware/core/Framework/App/FlowAction/AppFlowActionProvider.php';
  11551.         return $this->services['Shopware\\Core\\Framework\\App\\FlowAction\\AppFlowActionProvider'] = new \Shopware\Core\Framework\App\FlowAction\AppFlowActionProvider(($this->services['Doctrine\\DBAL\\Connection'] ?? $this->getConnectionService()), ($this->privates['Shopware\\Core\\Framework\\Webhook\\BusinessEventEncoder'] ?? $this->getBusinessEventEncoderService()), ($this->privates['Shopware\\Core\\Framework\\Adapter\\Twig\\StringTemplateRenderer'] ?? $this->getStringTemplateRendererService()));
  11552.     }
  11553.     /**
  11554.      * Gets the public 'Shopware\Core\Framework\App\ShopId\ShopIdProvider' shared service.
  11555.      *
  11556.      * @return \Shopware\Core\Framework\App\ShopId\ShopIdProvider
  11557.      */
  11558.     protected function getShopIdProviderService()
  11559.     {
  11560.         $a = ($this->services['Shopware\\Core\\System\\SystemConfig\\SystemConfigService'] ?? $this->getSystemConfigServiceService());
  11561.         if (isset($this->services['Shopware\\Core\\Framework\\App\\ShopId\\ShopIdProvider'])) {
  11562.             return $this->services['Shopware\\Core\\Framework\\App\\ShopId\\ShopIdProvider'];
  11563.         }
  11564.         $b = ($this->services['app.repository'] ?? $this->getApp_RepositoryService());
  11565.         if (isset($this->services['Shopware\\Core\\Framework\\App\\ShopId\\ShopIdProvider'])) {
  11566.             return $this->services['Shopware\\Core\\Framework\\App\\ShopId\\ShopIdProvider'];
  11567.         }
  11568.         return $this->services['Shopware\\Core\\Framework\\App\\ShopId\\ShopIdProvider'] = new \Shopware\Core\Framework\App\ShopId\ShopIdProvider($a$b);
  11569.     }
  11570.     /**
  11571.      * Gets the public 'Shopware\Core\Framework\App\Template\TemplateDefinition' shared service.
  11572.      *
  11573.      * @return \Shopware\Core\Framework\App\Template\TemplateDefinition
  11574.      */
  11575.     protected function getTemplateDefinitionService()
  11576.     {
  11577.         include_once \dirname(__DIR__4).'/vendor/shopware/core/Framework/App/Template/TemplateDefinition.php';
  11578.         $this->services['Shopware\\Core\\Framework\\App\\Template\\TemplateDefinition'] = $instance = new \Shopware\Core\Framework\App\Template\TemplateDefinition();
  11579.         $instance->compile(($this->services['Shopware\\Core\\Framework\\DataAbstractionLayer\\DefinitionInstanceRegistry'] ?? $this->getDefinitionInstanceRegistryService()));
  11580.         return $instance;
  11581.     }
  11582.     /**
  11583.      * Gets the public 'Shopware\Core\Framework\App\Template\TemplateStateService' shared service.
  11584.      *
  11585.      * @return \Shopware\Core\Framework\App\Template\TemplateStateService
  11586.      */
  11587.     protected function getTemplateStateServiceService()
  11588.     {
  11589.         include_once \dirname(__DIR__4).'/vendor/shopware/core/Framework/App/Template/TemplateStateService.php';
  11590.         $a = ($this->services['app_template.repository'] ?? $this->getAppTemplate_RepositoryService());
  11591.         if (isset($this->services['Shopware\\Core\\Framework\\App\\Template\\TemplateStateService'])) {
  11592.             return $this->services['Shopware\\Core\\Framework\\App\\Template\\TemplateStateService'];
  11593.         }
  11594.         return $this->services['Shopware\\Core\\Framework\\App\\Template\\TemplateStateService'] = new \Shopware\Core\Framework\App\Template\TemplateStateService($a);
  11595.     }
  11596.     /**
  11597.      * Gets the public 'Shopware\Core\Framework\DataAbstractionLayer\Cache\EntityCacheKeyGenerator' shared service.
  11598.      *
  11599.      * @return \Shopware\Core\Framework\DataAbstractionLayer\Cache\EntityCacheKeyGenerator
  11600.      */
  11601.     protected function getEntityCacheKeyGeneratorService()
  11602.     {
  11603.         return $this->services['Shopware\\Core\\Framework\\DataAbstractionLayer\\Cache\\EntityCacheKeyGenerator'] = new \Shopware\Core\Framework\DataAbstractionLayer\Cache\EntityCacheKeyGenerator();
  11604.     }
  11605.     /**
  11606.      * Gets the public 'Shopware\Core\Framework\DataAbstractionLayer\Dbal\EntityHydrator' shared service.
  11607.      *
  11608.      * @return \Shopware\Core\Framework\DataAbstractionLayer\Dbal\EntityHydrator
  11609.      */
  11610.     protected function getEntityHydratorService()
  11611.     {
  11612.         return $this->services['Shopware\\Core\\Framework\\DataAbstractionLayer\\Dbal\\EntityHydrator'] = new \Shopware\Core\Framework\DataAbstractionLayer\Dbal\EntityHydrator($this);
  11613.     }
  11614.     /**
  11615.      * Gets the public 'Shopware\Core\Framework\DataAbstractionLayer\Dbal\FieldAccessorBuilder\ConfigJsonFieldAccessorBuilder' shared service.
  11616.      *
  11617.      * @return \Shopware\Core\Framework\DataAbstractionLayer\Dbal\FieldAccessorBuilder\ConfigJsonFieldAccessorBuilder
  11618.      */
  11619.     protected function getConfigJsonFieldAccessorBuilderService()
  11620.     {
  11621.         include_once \dirname(__DIR__4).'/vendor/shopware/core/Framework/DataAbstractionLayer/Dbal/FieldAccessorBuilder/FieldAccessorBuilderInterface.php';
  11622.         include_once \dirname(__DIR__4).'/vendor/shopware/core/Framework/DataAbstractionLayer/Dbal/FieldAccessorBuilder/JsonFieldAccessorBuilder.php';
  11623.         include_once \dirname(__DIR__4).'/vendor/shopware/core/Framework/DataAbstractionLayer/Dbal/FieldAccessorBuilder/ConfigJsonFieldAccessorBuilder.php';
  11624.         return $this->services['Shopware\\Core\\Framework\\DataAbstractionLayer\\Dbal\\FieldAccessorBuilder\\ConfigJsonFieldAccessorBuilder'] = new \Shopware\Core\Framework\DataAbstractionLayer\Dbal\FieldAccessorBuilder\ConfigJsonFieldAccessorBuilder(($this->services['Doctrine\\DBAL\\Connection'] ?? $this->getConnectionService()));
  11625.     }
  11626.     /**
  11627.      * Gets the public 'Shopware\Core\Framework\DataAbstractionLayer\Dbal\FieldAccessorBuilder\CustomFieldsAccessorBuilder' shared service.
  11628.      *
  11629.      * @return \Shopware\Core\Framework\DataAbstractionLayer\Dbal\FieldAccessorBuilder\CustomFieldsAccessorBuilder
  11630.      */
  11631.     protected function getCustomFieldsAccessorBuilderService()
  11632.     {
  11633.         include_once \dirname(__DIR__4).'/vendor/shopware/core/Framework/DataAbstractionLayer/Dbal/FieldAccessorBuilder/FieldAccessorBuilderInterface.php';
  11634.         include_once \dirname(__DIR__4).'/vendor/shopware/core/Framework/DataAbstractionLayer/Dbal/FieldAccessorBuilder/JsonFieldAccessorBuilder.php';
  11635.         include_once \dirname(__DIR__4).'/vendor/shopware/core/Framework/DataAbstractionLayer/Dbal/FieldAccessorBuilder/CustomFieldsAccessorBuilder.php';
  11636.         return $this->services['Shopware\\Core\\Framework\\DataAbstractionLayer\\Dbal\\FieldAccessorBuilder\\CustomFieldsAccessorBuilder'] = new \Shopware\Core\Framework\DataAbstractionLayer\Dbal\FieldAccessorBuilder\CustomFieldsAccessorBuilder(($this->privates['Shopware\\Core\\System\\CustomField\\CustomFieldService'] ?? $this->getCustomFieldServiceService()), ($this->services['Doctrine\\DBAL\\Connection'] ?? $this->getConnectionService()));
  11637.     }
  11638.     /**
  11639.      * Gets the public 'Shopware\Core\Framework\DataAbstractionLayer\Dbal\FieldAccessorBuilder\DefaultFieldAccessorBuilder' shared service.
  11640.      *
  11641.      * @return \Shopware\Core\Framework\DataAbstractionLayer\Dbal\FieldAccessorBuilder\DefaultFieldAccessorBuilder
  11642.      */
  11643.     protected function getDefaultFieldAccessorBuilderService()
  11644.     {
  11645.         include_once \dirname(__DIR__4).'/vendor/shopware/core/Framework/DataAbstractionLayer/Dbal/FieldAccessorBuilder/FieldAccessorBuilderInterface.php';
  11646.         include_once \dirname(__DIR__4).'/vendor/shopware/core/Framework/DataAbstractionLayer/Dbal/FieldAccessorBuilder/DefaultFieldAccessorBuilder.php';
  11647.         return $this->services['Shopware\\Core\\Framework\\DataAbstractionLayer\\Dbal\\FieldAccessorBuilder\\DefaultFieldAccessorBuilder'] = new \Shopware\Core\Framework\DataAbstractionLayer\Dbal\FieldAccessorBuilder\DefaultFieldAccessorBuilder();
  11648.     }
  11649.     /**
  11650.      * Gets the public 'Shopware\Core\Framework\DataAbstractionLayer\Dbal\FieldAccessorBuilder\JsonFieldAccessorBuilder' shared service.
  11651.      *
  11652.      * @return \Shopware\Core\Framework\DataAbstractionLayer\Dbal\FieldAccessorBuilder\JsonFieldAccessorBuilder
  11653.      */
  11654.     protected function getJsonFieldAccessorBuilderService()
  11655.     {
  11656.         include_once \dirname(__DIR__4).'/vendor/shopware/core/Framework/DataAbstractionLayer/Dbal/FieldAccessorBuilder/FieldAccessorBuilderInterface.php';
  11657.         include_once \dirname(__DIR__4).'/vendor/shopware/core/Framework/DataAbstractionLayer/Dbal/FieldAccessorBuilder/JsonFieldAccessorBuilder.php';
  11658.         return $this->services['Shopware\\Core\\Framework\\DataAbstractionLayer\\Dbal\\FieldAccessorBuilder\\JsonFieldAccessorBuilder'] = new \Shopware\Core\Framework\DataAbstractionLayer\Dbal\FieldAccessorBuilder\JsonFieldAccessorBuilder(($this->services['Doctrine\\DBAL\\Connection'] ?? $this->getConnectionService()));
  11659.     }
  11660.     /**
  11661.      * Gets the public 'Shopware\Core\Framework\DataAbstractionLayer\Dbal\FieldAccessorBuilder\PriceFieldAccessorBuilder' shared service.
  11662.      *
  11663.      * @return \Shopware\Core\Framework\DataAbstractionLayer\Dbal\FieldAccessorBuilder\PriceFieldAccessorBuilder
  11664.      */
  11665.     protected function getPriceFieldAccessorBuilderService()
  11666.     {
  11667.         include_once \dirname(__DIR__4).'/vendor/shopware/core/Framework/DataAbstractionLayer/Dbal/FieldAccessorBuilder/FieldAccessorBuilderInterface.php';
  11668.         include_once \dirname(__DIR__4).'/vendor/shopware/core/Framework/DataAbstractionLayer/Dbal/FieldAccessorBuilder/PriceFieldAccessorBuilder.php';
  11669.         return $this->services['Shopware\\Core\\Framework\\DataAbstractionLayer\\Dbal\\FieldAccessorBuilder\\PriceFieldAccessorBuilder'] = new \Shopware\Core\Framework\DataAbstractionLayer\Dbal\FieldAccessorBuilder\PriceFieldAccessorBuilder(($this->services['Doctrine\\DBAL\\Connection'] ?? $this->getConnectionService()));
  11670.     }
  11671.     /**
  11672.      * Gets the public 'Shopware\Core\Framework\DataAbstractionLayer\Dbal\FieldResolver\ManyToManyAssociationFieldResolver' shared service.
  11673.      *
  11674.      * @return \Shopware\Core\Framework\DataAbstractionLayer\Dbal\FieldResolver\ManyToManyAssociationFieldResolver
  11675.      */
  11676.     protected function getManyToManyAssociationFieldResolverService()
  11677.     {
  11678.         include_once \dirname(__DIR__4).'/vendor/shopware/core/Framework/DataAbstractionLayer/Dbal/FieldResolver/AbstractFieldResolver.php';
  11679.         include_once \dirname(__DIR__4).'/vendor/shopware/core/Framework/DataAbstractionLayer/Dbal/FieldResolver/ManyToManyAssociationFieldResolver.php';
  11680.         return $this->services['Shopware\\Core\\Framework\\DataAbstractionLayer\\Dbal\\FieldResolver\\ManyToManyAssociationFieldResolver'] = new \Shopware\Core\Framework\DataAbstractionLayer\Dbal\FieldResolver\ManyToManyAssociationFieldResolver();
  11681.     }
  11682.     /**
  11683.      * Gets the public 'Shopware\Core\Framework\DataAbstractionLayer\Dbal\FieldResolver\ManyToOneAssociationFieldResolver' shared service.
  11684.      *
  11685.      * @return \Shopware\Core\Framework\DataAbstractionLayer\Dbal\FieldResolver\ManyToOneAssociationFieldResolver
  11686.      */
  11687.     protected function getManyToOneAssociationFieldResolverService()
  11688.     {
  11689.         include_once \dirname(__DIR__4).'/vendor/shopware/core/Framework/DataAbstractionLayer/Dbal/FieldResolver/AbstractFieldResolver.php';
  11690.         include_once \dirname(__DIR__4).'/vendor/shopware/core/Framework/DataAbstractionLayer/Dbal/FieldResolver/ManyToOneAssociationFieldResolver.php';
  11691.         return $this->services['Shopware\\Core\\Framework\\DataAbstractionLayer\\Dbal\\FieldResolver\\ManyToOneAssociationFieldResolver'] = new \Shopware\Core\Framework\DataAbstractionLayer\Dbal\FieldResolver\ManyToOneAssociationFieldResolver(($this->privates['Shopware\\Core\\Framework\\DataAbstractionLayer\\Dbal\\EntityDefinitionQueryHelper'] ?? ($this->privates['Shopware\\Core\\Framework\\DataAbstractionLayer\\Dbal\\EntityDefinitionQueryHelper'] = new \Shopware\Core\Framework\DataAbstractionLayer\Dbal\EntityDefinitionQueryHelper())));
  11692.     }
  11693.     /**
  11694.      * Gets the public 'Shopware\Core\Framework\DataAbstractionLayer\Dbal\FieldResolver\OneToManyAssociationFieldResolver' shared service.
  11695.      *
  11696.      * @return \Shopware\Core\Framework\DataAbstractionLayer\Dbal\FieldResolver\OneToManyAssociationFieldResolver
  11697.      */
  11698.     protected function getOneToManyAssociationFieldResolverService()
  11699.     {
  11700.         include_once \dirname(__DIR__4).'/vendor/shopware/core/Framework/DataAbstractionLayer/Dbal/FieldResolver/AbstractFieldResolver.php';
  11701.         include_once \dirname(__DIR__4).'/vendor/shopware/core/Framework/DataAbstractionLayer/Dbal/FieldResolver/OneToManyAssociationFieldResolver.php';
  11702.         return $this->services['Shopware\\Core\\Framework\\DataAbstractionLayer\\Dbal\\FieldResolver\\OneToManyAssociationFieldResolver'] = new \Shopware\Core\Framework\DataAbstractionLayer\Dbal\FieldResolver\OneToManyAssociationFieldResolver();
  11703.     }
  11704.     /**
  11705.      * Gets the public 'Shopware\Core\Framework\DataAbstractionLayer\Dbal\FieldResolver\TranslationFieldResolver' shared service.
  11706.      *
  11707.      * @return \Shopware\Core\Framework\DataAbstractionLayer\Dbal\FieldResolver\TranslationFieldResolver
  11708.      */
  11709.     protected function getTranslationFieldResolverService()
  11710.     {
  11711.         include_once \dirname(__DIR__4).'/vendor/shopware/core/Framework/DataAbstractionLayer/Dbal/FieldResolver/AbstractFieldResolver.php';
  11712.         include_once \dirname(__DIR__4).'/vendor/shopware/core/Framework/DataAbstractionLayer/Dbal/FieldResolver/TranslationFieldResolver.php';
  11713.         return $this->services['Shopware\\Core\\Framework\\DataAbstractionLayer\\Dbal\\FieldResolver\\TranslationFieldResolver'] = new \Shopware\Core\Framework\DataAbstractionLayer\Dbal\FieldResolver\TranslationFieldResolver();
  11714.     }
  11715.     /**
  11716.      * Gets the public 'Shopware\Core\Framework\DataAbstractionLayer\Dbal\JoinGroupBuilder' shared service.
  11717.      *
  11718.      * @return \Shopware\Core\Framework\DataAbstractionLayer\Dbal\JoinGroupBuilder
  11719.      */
  11720.     protected function getJoinGroupBuilderService()
  11721.     {
  11722.         return $this->services['Shopware\\Core\\Framework\\DataAbstractionLayer\\Dbal\\JoinGroupBuilder'] = new \Shopware\Core\Framework\DataAbstractionLayer\Dbal\JoinGroupBuilder();
  11723.     }
  11724.     /**
  11725.      * Gets the public 'Shopware\Core\Framework\DataAbstractionLayer\DefinitionInstanceRegistry' shared service.
  11726.      *
  11727.      * @return \Shopware\Core\Framework\DataAbstractionLayer\DefinitionInstanceRegistry
  11728.      */
  11729.     protected function getDefinitionInstanceRegistryService()
  11730.     {
  11731.         return $this->services['Shopware\\Core\\Framework\\DataAbstractionLayer\\DefinitionInstanceRegistry'] = new \Shopware\Core\Framework\DataAbstractionLayer\DefinitionInstanceRegistry($this, ['log_entry' => 'Shopware\\Core\\Framework\\Log\\LogEntryDefinition''acl_role' => 'Shopware\\Core\\Framework\\Api\\Acl\\Role\\AclRoleDefinition''acl_user_role' => 'Shopware\\Core\\Framework\\Api\\Acl\\Role\\AclUserRoleDefinition''app' => 'Shopware\\Core\\Framework\\App\\AppDefinition''app_translation' => 'Shopware\\Core\\Framework\\App\\Aggregate\\AppTranslation\\AppTranslationDefinition''app_action_button' => 'Shopware\\Core\\Framework\\App\\Aggregate\\ActionButton\\ActionButtonDefinition''app_action_button_translation' => 'Shopware\\Core\\Framework\\App\\Aggregate\\ActionButtonTranslation\\ActionButtonTranslationDefinition''app_template' => 'Shopware\\Core\\Framework\\App\\Template\\TemplateDefinition''app_payment_method' => 'Shopware\\Core\\Framework\\App\\Aggregate\\AppPaymentMethod\\AppPaymentMethodDefinition''app_script_condition' => 'Shopware\\Core\\Framework\\App\\Aggregate\\AppScriptCondition\\AppScriptConditionDefinition''app_script_condition_translation' => 'Shopware\\Core\\Framework\\App\\Aggregate\\AppScriptConditionTranslation\\AppScriptConditionTranslationDefinition''app_cms_block' => 'Shopware\\Core\\Framework\\App\\Aggregate\\CmsBlock\\AppCmsBlockDefinition''app_cms_block_translation' => 'Shopware\\Core\\Framework\\App\\Aggregate\\CmsBlockTranslation\\AppCmsBlockTranslationDefinition''app_flow_action' => 'Shopware\\Core\\Framework\\App\\Aggregate\\FlowAction\\AppFlowActionDefinition''app_flow_action_translation' => 'Shopware\\Core\\Framework\\App\\Aggregate\\FlowActionTranslation\\AppFlowActionTranslationDefinition''custom_field' => 'Shopware\\Core\\System\\CustomField\\CustomFieldDefinition''custom_field_set' => 'Shopware\\Core\\System\\CustomField\\Aggregate\\CustomFieldSet\\CustomFieldSetDefinition''custom_field_set_relation' => 'Shopware\\Core\\System\\CustomField\\Aggregate\\CustomFieldSetRelation\\CustomFieldSetRelationDefinition''version' => 'Shopware\\Core\\Framework\\DataAbstractionLayer\\Version\\VersionDefinition''version_commit' => 'Shopware\\Core\\Framework\\DataAbstractionLayer\\Version\\Aggregate\\VersionCommit\\VersionCommitDefinition''version_commit_data' => 'Shopware\\Core\\Framework\\DataAbstractionLayer\\Version\\Aggregate\\VersionCommitData\\VersionCommitDataDefinition''event_action' => 'Shopware\\Core\\Framework\\Event\\EventAction\\EventActionDefinition''event_action_rule' => 'Shopware\\Core\\Framework\\Event\\EventAction\\Aggregate\\EventActionRule\\EventActionRuleDefinition''event_action_sales_channel' => 'Shopware\\Core\\Framework\\Event\\EventAction\\Aggregate\\EventActionSalesChannel\\EventActionSalesChannelDefinition''dead_message' => 'Shopware\\Core\\Framework\\MessageQueue\\DeadMessage\\DeadMessageDefinition''message_queue_stats' => 'Shopware\\Core\\Framework\\MessageQueue\\MessageQueueStatsDefinition''plugin' => 'Shopware\\Core\\Framework\\Plugin\\PluginDefinition''plugin_translation' => 'Shopware\\Core\\Framework\\Plugin\\Aggregate\\PluginTranslation\\PluginTranslationDefinition''scheduled_task' => 'Shopware\\Core\\Framework\\MessageQueue\\ScheduledTask\\ScheduledTaskDefinition''script' => 'Shopware\\Core\\Framework\\Script\\ScriptDefinition''language' => 'Shopware\\Core\\System\\Language\\LanguageDefinition''seo_url' => 'Shopware\\Core\\Content\\Seo\\SeoUrl\\SeoUrlDefinition''seo_url_template' => 'Shopware\\Core\\Content\\Seo\\SeoUrlTemplate\\SeoUrlTemplateDefinition''main_category' => 'Shopware\\Core\\Content\\Seo\\MainCategory\\MainCategoryDefinition''webhook' => 'Shopware\\Core\\Framework\\Webhook\\WebhookDefinition''webhook_event_log' => 'Shopware\\Core\\Framework\\Webhook\\EventLog\\WebhookEventLogDefinition''sales_channel' => 'Shopware\\Core\\System\\SalesChannel\\SalesChannelDefinition''sales_channel_translation' => 'Shopware\\Core\\System\\SalesChannel\\Aggregate\\SalesChannelTranslation\\SalesChannelTranslationDefinition''sales_channel_country' => 'Shopware\\Core\\System\\SalesChannel\\Aggregate\\SalesChannelCountry\\SalesChannelCountryDefinition''sales_channel_currency' => 'Shopware\\Core\\System\\SalesChannel\\Aggregate\\SalesChannelCurrency\\SalesChannelCurrencyDefinition''sales_channel_domain' => 'Shopware\\Core\\System\\SalesChannel\\Aggregate\\SalesChannelDomain\\SalesChannelDomainDefinition''sales_channel_language' => 'Shopware\\Core\\System\\SalesChannel\\Aggregate\\SalesChannelLanguage\\SalesChannelLanguageDefinition''sales_channel_payment_method' => 'Shopware\\Core\\System\\SalesChannel\\Aggregate\\SalesChannelPaymentMethod\\SalesChannelPaymentMethodDefinition''sales_channel_shipping_method' => 'Shopware\\Core\\System\\SalesChannel\\Aggregate\\SalesChannelShippingMethod\\SalesChannelShippingMethodDefinition''sales_channel_type' => 'Shopware\\Core\\System\\SalesChannel\\Aggregate\\SalesChannelType\\SalesChannelTypeDefinition''sales_channel_type_translation' => 'Shopware\\Core\\System\\SalesChannel\\Aggregate\\SalesChannelTypeTranslation\\SalesChannelTypeTranslationDefinition''sales_channel_analytics' => 'Shopware\\Core\\System\\SalesChannel\\Aggregate\\SalesChannelAnalytics\\SalesChannelAnalyticsDefinition''country' => 'Shopware\\Core\\System\\Country\\CountryDefinition''country_state' => 'Shopware\\Core\\System\\Country\\Aggregate\\CountryState\\CountryStateDefinition''country_state_translation' => 'Shopware\\Core\\System\\Country\\Aggregate\\CountryStateTranslation\\CountryStateTranslationDefinition''country_translation' => 'Shopware\\Core\\System\\Country\\Aggregate\\CountryTranslation\\CountryTranslationDefinition''currency' => 'Shopware\\Core\\System\\Currency\\CurrencyDefinition''currency_country_rounding' => 'Shopware\\Core\\System\\Currency\\Aggregate\\CurrencyCountryRounding\\CurrencyCountryRoundingDefinition''currency_translation' => 'Shopware\\Core\\System\\Currency\\Aggregate\\CurrencyTranslation\\CurrencyTranslationDefinition''custom_entity' => 'Shopware\\Core\\System\\CustomEntity\\CustomEntityDefinition''locale' => 'Shopware\\Core\\System\\Locale\\LocaleDefinition''locale_translation' => 'Shopware\\Core\\System\\Locale\\Aggregate\\LocaleTranslation\\LocaleTranslationDefinition''snippet_set' => 'Shopware\\Core\\System\\Snippet\\Aggregate\\SnippetSet\\SnippetSetDefinition''snippet' => 'Shopware\\Core\\System\\Snippet\\SnippetDefinition''salutation' => 'Shopware\\Core\\System\\Salutation\\SalutationDefinition''salutation_translation' => 'Shopware\\Core\\System\\Salutation\\Aggregate\\SalutationTranslation\\SalutationTranslationDefinition''tax' => 'Shopware\\Core\\System\\Tax\\TaxDefinition''tax_rule' => 'Shopware\\Core\\System\\Tax\\Aggregate\\TaxRule\\TaxRuleDefinition''tax_rule_type' => 'Shopware\\Core\\System\\Tax\\Aggregate\\TaxRuleType\\TaxRuleTypeDefinition''tax_rule_type_translation' => 'Shopware\\Core\\System\\Tax\\Aggregate\\TaxRuleTypeTranslation\\TaxRuleTypeTranslationDefinition''unit' => 'Shopware\\Core\\System\\Unit\\UnitDefinition''unit_translation' => 'Shopware\\Core\\System\\Unit\\Aggregate\\UnitTranslation\\UnitTranslationDefinition''user' => 'Shopware\\Core\\System\\User\\UserDefinition''user_config' => 'Shopware\\Core\\System\\User\\Aggregate\\UserConfig\\UserConfigDefinition''user_access_key' => 'Shopware\\Core\\System\\User\\Aggregate\\UserAccessKey\\UserAccessKeyDefinition''user_recovery' => 'Shopware\\Core\\System\\User\\Aggregate\\UserRecovery\\UserRecoveryDefinition''integration' => 'Shopware\\Core\\System\\Integration\\IntegrationDefinition''integration_role' => 'Shopware\\Core\\System\\Integration\\Aggregate\\IntegrationRole\\IntegrationRoleDefinition''state_machine' => 'Shopware\\Core\\System\\StateMachine\\StateMachineDefinition''state_machine_translation' => 'Shopware\\Core\\System\\StateMachine\\StateMachineTranslationDefinition''state_machine_state' => 'Shopware\\Core\\System\\StateMachine\\Aggregation\\StateMachineState\\StateMachineStateDefinition''state_machine_state_translation' => 'Shopware\\Core\\System\\StateMachine\\Aggregation\\StateMachineState\\StateMachineStateTranslationDefinition''state_machine_transition' => 'Shopware\\Core\\System\\StateMachine\\Aggregation\\StateMachineTransition\\StateMachineTransitionDefinition''state_machine_history' => 'Shopware\\Core\\System\\StateMachine\\Aggregation\\StateMachineHistory\\StateMachineHistoryDefinition''system_config' => 'Shopware\\Core\\System\\SystemConfig\\SystemConfigDefinition''number_range' => 'Shopware\\Core\\System\\NumberRange\\NumberRangeDefinition''number_range_sales_channel' => 'Shopware\\Core\\System\\NumberRange\\Aggregate\\NumberRangeSalesChannel\\NumberRangeSalesChannelDefinition''number_range_state' => 'Shopware\\Core\\System\\NumberRange\\Aggregate\\NumberRangeState\\NumberRangeStateDefinition''number_range_type' => 'Shopware\\Core\\System\\NumberRange\\Aggregate\\NumberRangeType\\NumberRangeTypeDefinition''number_range_type_translation' => 'Shopware\\Core\\System\\NumberRange\\Aggregate\\NumberRangeTypeTranslation\\NumberRangeTypeTranslationDefinition''number_range_translation' => 'Shopware\\Core\\System\\NumberRange\\Aggregate\\NumberRangeTranslation\\NumberRangeTranslationDefinition''tag' => 'Shopware\\Core\\System\\Tag\\TagDefinition''category' => 'Shopware\\Core\\Content\\Category\\CategoryDefinition''category_translation' => 'Shopware\\Core\\Content\\Category\\Aggregate\\CategoryTranslation\\CategoryTranslationDefinition''category_tag' => 'Shopware\\Core\\Content\\Category\\Aggregate\\CategoryTag\\CategoryTagDefinition''media' => 'Shopware\\Core\\Content\\Media\\MediaDefinition''media_default_folder' => 'Shopware\\Core\\Content\\Media\\Aggregate\\MediaDefaultFolder\\MediaDefaultFolderDefinition''media_thumbnail' => 'Shopware\\Core\\Content\\Media\\Aggregate\\MediaThumbnail\\MediaThumbnailDefinition''media_translation' => 'Shopware\\Core\\Content\\Media\\Aggregate\\MediaTranslation\\MediaTranslationDefinition''media_folder' => 'Shopware\\Core\\Content\\Media\\Aggregate\\MediaFolder\\MediaFolderDefinition''media_thumbnail_size' => 'Shopware\\Core\\Content\\Media\\Aggregate\\MediaThumbnailSize\\MediaThumbnailSizeDefinition''media_folder_configuration' => 'Shopware\\Core\\Content\\Media\\Aggregate\\MediaFolderConfiguration\\MediaFolderConfigurationDefinition''media_folder_configuration_media_thumbnail_size' => 'Shopware\\Core\\Content\\Media\\Aggregate\\MediaFolderConfigurationMediaThumbnailSize\\MediaFolderConfigurationMediaThumbnailSizeDefinition''media_tag' => 'Shopware\\Core\\Content\\Media\\Aggregate\\MediaTag\\MediaTagDefinition''product' => 'Shopware\\Core\\Content\\Product\\ProductDefinition''product_stream_mapping' => 'Shopware\\Core\\Content\\Product\\Aggregate\\ProductStreamMapping\\ProductStreamMappingDefinition''product_category' => 'Shopware\\Core\\Content\\Product\\Aggregate\\ProductCategory\\ProductCategoryDefinition''product_custom_field_set' => 'Shopware\\Core\\Content\\Product\\Aggregate\\ProductCustomFieldSet\\ProductCustomFieldSetDefinition''product_tag' => 'Shopware\\Core\\Content\\Product\\Aggregate\\ProductTag\\ProductTagDefinition''product_configurator_setting' => 'Shopware\\Core\\Content\\Product\\Aggregate\\ProductConfiguratorSetting\\ProductConfiguratorSettingDefinition''product_price' => 'Shopware\\Core\\Content\\Product\\Aggregate\\ProductPrice\\ProductPriceDefinition''product_property' => 'Shopware\\Core\\Content\\Product\\Aggregate\\ProductProperty\\ProductPropertyDefinition''product_search_keyword' => 'Shopware\\Core\\Content\\Product\\Aggregate\\ProductSearchKeyword\\ProductSearchKeywordDefinition''product_keyword_dictionary' => 'Shopware\\Core\\Content\\Product\\Aggregate\\ProductKeywordDictionary\\ProductKeywordDictionaryDefinition''product_review' => 'Shopware\\Core\\Content\\Product\\Aggregate\\ProductReview\\ProductReviewDefinition''product_manufacturer' => 'Shopware\\Core\\Content\\Product\\Aggregate\\ProductManufacturer\\ProductManufacturerDefinition''product_manufacturer_translation' => 'Shopware\\Core\\Content\\Product\\Aggregate\\ProductManufacturerTranslation\\ProductManufacturerTranslationDefinition''product_media' => 'Shopware\\Core\\Content\\Product\\Aggregate\\ProductMedia\\ProductMediaDefinition''product_download' => 'Shopware\\Core\\Content\\Product\\Aggregate\\ProductDownload\\ProductDownloadDefinition''product_translation' => 'Shopware\\Core\\Content\\Product\\Aggregate\\ProductTranslation\\ProductTranslationDefinition''product_option' => 'Shopware\\Core\\Content\\Product\\Aggregate\\ProductOption\\ProductOptionDefinition''product_category_tree' => 'Shopware\\Core\\Content\\Product\\Aggregate\\ProductCategoryTree\\ProductCategoryTreeDefinition''product_cross_selling' => 'Shopware\\Core\\Content\\Product\\Aggregate\\ProductCrossSelling\\ProductCrossSellingDefinition''product_cross_selling_translation' => 'Shopware\\Core\\Content\\Product\\Aggregate\\ProductCrossSellingTranslation\\ProductCrossSellingTranslationDefinition''product_cross_selling_assigned_products' => 'Shopware\\Core\\Content\\Product\\Aggregate\\ProductCrossSellingAssignedProducts\\ProductCrossSellingAssignedProductsDefinition''product_feature_set' => 'Shopware\\Core\\Content\\Product\\Aggregate\\ProductFeatureSet\\ProductFeatureSetDefinition''product_feature_set_translation' => 'Shopware\\Core\\Content\\Product\\Aggregate\\ProductFeatureSetTranslation\\ProductFeatureSetTranslationDefinition''product_sorting' => 'Shopware\\Core\\Content\\Product\\SalesChannel\\Sorting\\ProductSortingDefinition''product_sorting_translation' => 'Shopware\\Core\\Content\\Product\\SalesChannel\\Sorting\\ProductSortingTranslationDefinition''product_search_config' => 'Shopware\\Core\\Content\\Product\\Aggregate\\ProductSearchConfig\\ProductSearchConfigDefinition''product_search_config_field' => 'Shopware\\Core\\Content\\Product\\Aggregate\\ProductSearchConfigField\\ProductSearchConfigFieldDefinition''product_visibility' => 'Shopware\\Core\\Content\\Product\\Aggregate\\ProductVisibility\\ProductVisibilityDefinition''delivery_time' => 'Shopware\\Core\\System\\DeliveryTime\\DeliveryTimeDefinition''newsletter_recipient' => 'Shopware\\Core\\Content\\Newsletter\\Aggregate\\NewsletterRecipient\\NewsletterRecipientDefinition''newsletter_recipient_tag' => 'Shopware\\Core\\Content\\Newsletter\\Aggregate\\NewsletterRecipientTag\\NewsletterRecipientTagDefinition''rule' => 'Shopware\\Core\\Content\\Rule\\RuleDefinition''rule_condition' => 'Shopware\\Core\\Content\\Rule\\Aggregate\\RuleCondition\\RuleConditionDefinition''rule_tag' => 'Shopware\\Core\\Content\\Rule\\Aggregate\\RuleTag\\RuleTagDefinition''product_stream' => 'Shopware\\Core\\Content\\ProductStream\\ProductStreamDefinition''product_stream_translation' => 'Shopware\\Core\\Content\\ProductStream\\Aggregate\\ProductStreamTranslation\\ProductStreamTranslationDefinition''product_stream_filter' => 'Shopware\\Core\\Content\\ProductStream\\Aggregate\\ProductStreamFilter\\ProductStreamFilterDefinition''product_export' => 'Shopware\\Core\\Content\\ProductExport\\ProductExportDefinition''property_group' => 'Shopware\\Core\\Content\\Property\\PropertyGroupDefinition''property_group_option' => 'Shopware\\Core\\Content\\Property\\Aggregate\\PropertyGroupOption\\PropertyGroupOptionDefinition''property_group_option_translation' => 'Shopware\\Core\\Content\\Property\\Aggregate\\PropertyGroupOptionTranslation\\PropertyGroupOptionTranslationDefinition''property_group_translation' => 'Shopware\\Core\\Content\\Property\\Aggregate\\PropertyGroupTranslation\\PropertyGroupTranslationDefinition''cms_page' => 'Shopware\\Core\\Content\\Cms\\CmsPageDefinition''cms_page_translation' => 'Shopware\\Core\\Content\\Cms\\Aggregate\\CmsPageTranslation\\CmsPageTranslationDefinition''cms_section' => 'Shopware\\Core\\Content\\Cms\\Aggregate\\CmsSection\\CmsSectionDefinition''cms_block' => 'Shopware\\Core\\Content\\Cms\\Aggregate\\CmsBlock\\CmsBlockDefinition''cms_slot' => 'Shopware\\Core\\Content\\Cms\\Aggregate\\CmsSlot\\CmsSlotDefinition''cms_slot_translation' => 'Shopware\\Core\\Content\\Cms\\Aggregate\\CmsSlotTranslation\\CmsSlotTranslationDefinition''mail_template' => 'Shopware\\Core\\Content\\MailTemplate\\MailTemplateDefinition''mail_template_translation' => 'Shopware\\Core\\Content\\MailTemplate\\Aggregate\\MailTemplateTranslation\\MailTemplateTranslationDefinition''mail_template_type' => 'Shopware\\Core\\Content\\MailTemplate\\Aggregate\\MailTemplateType\\MailTemplateTypeDefinition''mail_template_type_translation' => 'Shopware\\Core\\Content\\MailTemplate\\Aggregate\\MailTemplateTypeTranslation\\MailTemplateTypeTranslationDefinition''mail_template_media' => 'Shopware\\Core\\Content\\MailTemplate\\Aggregate\\MailTemplateMedia\\MailTemplateMediaDefinition''mail_header_footer' => 'Shopware\\Core\\Content\\MailTemplate\\Aggregate\\MailHeaderFooter\\MailHeaderFooterDefinition''mail_header_footer_translation' => 'Shopware\\Core\\Content\\MailTemplate\\Aggregate\\MailHeaderFooterTranslation\\MailHeaderFooterTranslationDefinition''delivery_time_translation' => 'Shopware\\Core\\System\\DeliveryTime\\Aggregate\\DeliveryTimeTranslation\\DeliveryTimeTranslationDefinition''import_export_profile' => 'Shopware\\Core\\Content\\ImportExport\\ImportExportProfileDefinition''import_export_log' => 'Shopware\\Core\\Content\\ImportExport\\Aggregate\\ImportExportLog\\ImportExportLogDefinition''import_export_file' => 'Shopware\\Core\\Content\\ImportExport\\Aggregate\\ImportExportFile\\ImportExportFileDefinition''import_export_profile_translation' => 'Shopware\\Core\\Content\\ImportExport\\ImportExportProfileTranslationDefinition''landing_page' => 'Shopware\\Core\\Content\\LandingPage\\LandingPageDefinition''landing_page_translation' => 'Shopware\\Core\\Content\\LandingPage\\Aggregate\\LandingPageTranslation\\LandingPageTranslationDefinition''landing_page_tag' => 'Shopware\\Core\\Content\\LandingPage\\Aggregate\\LandingPageTag\\LandingPageTagDefinition''landing_page_sales_channel' => 'Shopware\\Core\\Content\\LandingPage\\Aggregate\\LandingPageSalesChannel\\LandingPageSalesChannelDefinition''flow' => 'Shopware\\Core\\Content\\Flow\\FlowDefinition''flow_sequence' => 'Shopware\\Core\\Content\\Flow\\Aggregate\\FlowSequence\\FlowSequenceDefinition''flow_template' => 'Shopware\\Core\\Content\\Flow\\Aggregate\\FlowTemplate\\FlowTemplateDefinition''customer' => 'Shopware\\Core\\Checkout\\Customer\\CustomerDefinition''customer_group_translation' => 'Shopware\\Core\\Checkout\\Customer\\Aggregate\\CustomerGroupTranslation\\CustomerGroupTranslationDefinition''customer_address' => 'Shopware\\Core\\Checkout\\Customer\\Aggregate\\CustomerAddress\\CustomerAddressDefinition''customer_recovery' => 'Shopware\\Core\\Checkout\\Customer\\Aggregate\\CustomerRecovery\\CustomerRecoveryDefinition''customer_group' => 'Shopware\\Core\\Checkout\\Customer\\Aggregate\\CustomerGroup\\CustomerGroupDefinition''customer_group_registration_sales_channels' => 'Shopware\\Core\\Checkout\\Customer\\Aggregate\\CustomerGroupRegistrationSalesChannel\\CustomerGroupRegistrationSalesChannelDefinition''customer_tag' => 'Shopware\\Core\\Checkout\\Customer\\Aggregate\\CustomerTag\\CustomerTagDefinition''customer_wishlist' => 'Shopware\\Core\\Checkout\\Customer\\Aggregate\\CustomerWishlist\\CustomerWishlistDefinition''customer_wishlist_product' => 'Shopware\\Core\\Checkout\\Customer\\Aggregate\\CustomerWishlistProduct\\CustomerWishlistProductDefinition''document' => 'Shopware\\Core\\Checkout\\Document\\DocumentDefinition''document_type' => 'Shopware\\Core\\Checkout\\Document\\Aggregate\\DocumentType\\DocumentTypeDefinition''document_type_translation' => 'Shopware\\Core\\Checkout\\Document\\Aggregate\\DocumentTypeTranslation\\DocumentTypeTranslationDefinition''document_base_config' => 'Shopware\\Core\\Checkout\\Document\\Aggregate\\DocumentBaseConfig\\DocumentBaseConfigDefinition''document_base_config_sales_channel' => 'Shopware\\Core\\Checkout\\Document\\Aggregate\\DocumentBaseConfigSalesChannel\\DocumentBaseConfigSalesChannelDefinition''order' => 'Shopware\\Core\\Checkout\\Order\\OrderDefinition''order_address' => 'Shopware\\Core\\Checkout\\Order\\Aggregate\\OrderAddress\\OrderAddressDefinition''order_customer' => 'Shopware\\Core\\Checkout\\Order\\Aggregate\\OrderCustomer\\OrderCustomerDefinition''order_delivery' => 'Shopware\\Core\\Checkout\\Order\\Aggregate\\OrderDelivery\\OrderDeliveryDefinition''order_delivery_position' => 'Shopware\\Core\\Checkout\\Order\\Aggregate\\OrderDeliveryPosition\\OrderDeliveryPositionDefinition''order_line_item' => 'Shopware\\Core\\Checkout\\Order\\Aggregate\\OrderLineItem\\OrderLineItemDefinition''order_line_item_download' => 'Shopware\\Core\\Checkout\\Order\\Aggregate\\OrderLineItemDownload\\OrderLineItemDownloadDefinition''order_tag' => 'Shopware\\Core\\Checkout\\Order\\Aggregate\\OrderTag\\OrderTagDefinition''order_transaction' => 'Shopware\\Core\\Checkout\\Order\\Aggregate\\OrderTransaction\\OrderTransactionDefinition''order_transaction_capture' => 'Shopware\\Core\\Checkout\\Order\\Aggregate\\OrderTransactionCapture\\OrderTransactionCaptureDefinition''order_transaction_capture_refund' => 'Shopware\\Core\\Checkout\\Order\\Aggregate\\OrderTransactionCaptureRefund\\OrderTransactionCaptureRefundDefinition''order_transaction_capture_refund_position' => 'Shopware\\Core\\Checkout\\Order\\Aggregate\\OrderTransactionCaptureRefundPosition\\OrderTransactionCaptureRefundPositionDefinition''payment_method' => 'Shopware\\Core\\Checkout\\Payment\\PaymentMethodDefinition''payment_method_translation' => 'Shopware\\Core\\Checkout\\Payment\\Aggregate\\PaymentMethodTranslation\\PaymentMethodTranslationDefinition''promotion' => 'Shopware\\Core\\Checkout\\Promotion\\PromotionDefinition''promotion_sales_channel' => 'Shopware\\Core\\Checkout\\Promotion\\Aggregate\\PromotionSalesChannel\\PromotionSalesChannelDefinition''promotion_individual_code' => 'Shopware\\Core\\Checkout\\Promotion\\Aggregate\\PromotionIndividualCode\\PromotionIndividualCodeDefinition''promotion_discount' => 'Shopware\\Core\\Checkout\\Promotion\\Aggregate\\PromotionDiscount\\PromotionDiscountDefinition''promotion_discount_rule' => 'Shopware\\Core\\Checkout\\Promotion\\Aggregate\\PromotionDiscountRule\\PromotionDiscountRuleDefinition''promotion_setgroup' => 'Shopware\\Core\\Checkout\\Promotion\\Aggregate\\PromotionSetGroup\\PromotionSetGroupDefinition''promotion_setgroup_rule' => 'Shopware\\Core\\Checkout\\Promotion\\Aggregate\\PromotionSetGroupRule\\PromotionSetGroupRuleDefinition''promotion_order_rule' => 'Shopware\\Core\\Checkout\\Promotion\\Aggregate\\PromotionOrderRule\\PromotionOrderRuleDefinition''promotion_persona_customer' => 'Shopware\\Core\\Checkout\\Promotion\\Aggregate\\PromotionPersonaCustomer\\PromotionPersonaCustomerDefinition''promotion_persona_rule' => 'Shopware\\Core\\Checkout\\Promotion\\Aggregate\\PromotionPersonaRule\\PromotionPersonaRuleDefinition''promotion_cart_rule' => 'Shopware\\Core\\Checkout\\Promotion\\Aggregate\\PromotionCartRule\\PromotionCartRuleDefinition''promotion_translation' => 'Shopware\\Core\\Checkout\\Promotion\\Aggregate\\PromotionTranslation\\PromotionTranslationDefinition''promotion_discount_prices' => 'Shopware\\Core\\Checkout\\Promotion\\Aggregate\\PromotionDiscountPrice\\PromotionDiscountPriceDefinition''shipping_method' => 'Shopware\\Core\\Checkout\\Shipping\\ShippingMethodDefinition''shipping_method_tag' => 'Shopware\\Core\\Checkout\\Shipping\\Aggregate\\ShippingMethodTag\\ShippingMethodTagDefinition''shipping_method_price' => 'Shopware\\Core\\Checkout\\Shipping\\Aggregate\\ShippingMethodPrice\\ShippingMethodPriceDefinition''shipping_method_translation' => 'Shopware\\Core\\Checkout\\Shipping\\Aggregate\\ShippingMethodTranslation\\ShippingMethodTranslationDefinition''app_administration_snippet' => 'Shopware\\Administration\\Snippet\\AppAdministrationSnippetDefinition''notification' => 'Shopware\\Administration\\Notification\\NotificationDefinition''theme' => 'Shopware\\Storefront\\Theme\\ThemeDefinition''theme_translation' => 'Shopware\\Storefront\\Theme\\Aggregate\\ThemeTranslationDefinition''theme_sales_channel' => 'Shopware\\Storefront\\Theme\\Aggregate\\ThemeSalesChannelDefinition''theme_media' => 'Shopware\\Storefront\\Theme\\Aggregate\\ThemeMediaDefinition''theme_child' => 'Shopware\\Storefront\\Theme\\Aggregate\\ThemeChildDefinition''swag_paypal_pos_sales_channel' => 'Swag\\PayPal\\Pos\\DataAbstractionLayer\\Entity\\PosSalesChannelDefinition''swag_paypal_pos_sales_channel_inventory' => 'Swag\\PayPal\\Pos\\DataAbstractionLayer\\Entity\\PosSalesChannelInventoryDefinition''swag_paypal_pos_sales_channel_run' => 'Swag\\PayPal\\Pos\\DataAbstractionLayer\\Entity\\PosSalesChannelRunDefinition''swag_paypal_pos_sales_channel_run_log' => 'Swag\\PayPal\\Pos\\DataAbstractionLayer\\Entity\\PosSalesChannelRunLogDefinition''swag_paypal_pos_sales_channel_media' => 'Swag\\PayPal\\Pos\\DataAbstractionLayer\\Entity\\PosSalesChannelMediaDefinition''swag_paypal_pos_sales_channel_product' => 'Swag\\PayPal\\Pos\\DataAbstractionLayer\\Entity\\PosSalesChannelProductDefinition''swag_migration_logging' => 'SwagMigrationAssistant\\Migration\\Logging\\SwagMigrationLoggingDefinition''swag_migration_run' => 'SwagMigrationAssistant\\Migration\\Run\\SwagMigrationRunDefinition''swag_migration_data' => 'SwagMigrationAssistant\\Migration\\Data\\SwagMigrationDataDefinition''swag_migration_mapping' => 'SwagMigrationAssistant\\Migration\\Mapping\\SwagMigrationMappingDefinition''swag_migration_media_file' => 'SwagMigrationAssistant\\Migration\\Media\\SwagMigrationMediaFileDefinition''swag_migration_general_setting' => 'SwagMigrationAssistant\\Migration\\Setting\\GeneralSettingDefinition''swag_migration_connection' => 'SwagMigrationAssistant\\Migration\\Connection\\SwagMigrationConnectionDefinition''nimbits_articlequestions' => 'Nimbits\\NimbitsArticleQuestionsNext\\ArticleQuestions\\ArticleQuestionEntityDefinition''nds_rcp_recipe' => 'Nds\\RecipeManager\\Core\\Content\\Recipe\\RecipeDefinition''nds_rcp_recipe_translation' => 'Nds\\RecipeManager\\Core\\Content\\Recipe\\Aggregate\\RecipeTranslation\\RecipeTranslationDefinition''nds_rcp_category' => 'Nds\\RecipeManager\\Core\\Content\\Category\\CategoryDefinition''nds_rcp_category_translation' => 'Nds\\RecipeManager\\Core\\Content\\Category\\Aggregate\\CategoryTranslation\\CategoryTranslationDefinition''nds_rcp_tag' => 'Nds\\RecipeManager\\Core\\Content\\Tag\\TagDefinition''nds_rcp_tag_translation' => 'Nds\\RecipeManager\\Core\\Content\\Tag\\Aggregate\\TagTranslation\\TagTranslationDefinition''nds_rcp_ingredient' => 'Nds\\RecipeManager\\Core\\Content\\Ingredient\\IngredientDefinition''nds_rcp_ingredient_translation' => 'Nds\\RecipeManager\\Core\\Content\\Ingredient\\Aggregate\\IngredientTranslation\\IngredientTranslationDefinition''nds_rcp_unit' => 'Nds\\RecipeManager\\Core\\Content\\Unit\\UnitDefinition''nds_rcp_unit_translation' => 'Nds\\RecipeManager\\Core\\Content\\Unit\\Aggregate\\UnitTranslation\\UnitTranslationDefinition''nds_rcp_timeunit' => 'Nds\\RecipeManager\\Core\\Content\\TimeUnit\\TimeUnitDefinition''nds_rcp_difficulty' => 'Nds\\RecipeManager\\Core\\Content\\Difficulty\\DifficultyDefinition''nds_rcp_difficulty_translation' => 'Nds\\RecipeManager\\Core\\Content\\Difficulty\\Aggregate\\DifficultyTranslation\\DifficultyTranslationDefinition''nds_rcp_related' => 'Nds\\RecipeManager\\Core\\Content\\Recipe\\Aggregate\\RecipeRelated\\RecipeRelatedDefinition''nds_rcp_recipe_media' => 'Nds\\RecipeManager\\Core\\Content\\Recipe\\RecipeMedia\\RecipeMediaDefinition''nds_rcp_recipe_category' => 'Nds\\RecipeManager\\Core\\Content\\Recipe\\Aggregate\\RecipeCategory\\RecipeCategoryDefinition''nds_rcp_recipe_tag' => 'Nds\\RecipeManager\\Core\\Content\\Recipe\\Aggregate\\RecipeTag\\RecipeTagDefinition''nds_rcp_recipe_ingredient' => 'Nds\\RecipeManager\\Core\\Content\\Recipe\\Aggregate\\RecipeIngredient\\RecipeIngredientDefinition''moorl_cms_element_config' => 'MoorlFoundation\\Core\\Content\\CmsElementConfig\\CmsElementConfigDefinition''moorl_location' => 'MoorlFoundation\\Core\\Content\\Location\\LocationDefinition''moorl_location_cache' => 'MoorlFoundation\\Core\\Content\\Location\\LocationCacheDefinition''moorl_sorting' => 'MoorlFoundation\\Core\\Content\\Sorting\\SortingDefinition''moorl_sorting_translation' => 'MoorlFoundation\\Core\\Content\\Sorting\\SortingTranslationDefinition''moorl_marker' => 'MoorlFoundation\\Core\\Content\\Marker\\MarkerDefinition''moorl_client' => 'MoorlFoundation\\Core\\Content\\Client\\ClientDefinition''moorl_creator_type' => 'MoorlCreator\\Core\\Content\\CreatorType\\CreatorTypeDefinition''moorl_creator_type_translation' => 'MoorlCreator\\Core\\Content\\CreatorType\\Aggregate\\CreatorTypeTranslation\\CreatorTypeTranslationDefinition''moorl_creator' => 'MoorlCreator\\Core\\Content\\Creator\\CreatorDefinition''moorl_creator_translation' => 'MoorlCreator\\Core\\Content\\Creator\\Aggregate\\CreatorTranslation\\CreatorTranslationDefinition''moorl_creator_product' => 'MoorlCreator\\Core\\Content\\Creator\\Aggregate\\CreatorProduct\\CreatorProductDefinition''moorl_creator_customer' => 'MoorlCreator\\Core\\Content\\Creator\\Aggregate\\CreatorCustomer\\CreatorCustomerDefinition''moorl_creator_follower' => 'MoorlCreator\\Core\\Content\\Creator\\Aggregate\\CreatorFollower\\CreatorFollowerDefinition''moorl_magazine_article' => 'MoorlMagazine\\Core\\Content\\MagazineArticle\\MagazineArticleDefinition''moorl_magazine_article_translation' => 'MoorlMagazine\\Core\\Content\\MagazineArticle\\Aggregate\\MagazineArticleTranslation\\MagazineArticleTranslationDefinition''moorl_magazine_article_sales_channel' => 'MoorlMagazine\\Core\\Content\\MagazineArticle\\Aggregate\\MagazineArticleSalesChannel\\MagazineArticleSalesChannelDefinition''moorl_magazine_article_tag' => 'MoorlMagazine\\Core\\Content\\MagazineArticle\\Aggregate\\MagazineArticleTag\\MagazineArticleTagDefinition''moorl_magazine_article_product' => 'MoorlMagazine\\Core\\Content\\MagazineArticle\\Aggregate\\MagazineArticleProduct\\MagazineArticleProductDefinition''moorl_magazine_article_media' => 'MoorlMagazine\\Core\\Content\\MagazineArticle\\Aggregate\\MagazineArticleMedia\\MagazineArticleMediaDefinition''moorl_magazine_article_category' => 'MoorlMagazine\\Core\\Content\\MagazineArticle\\Aggregate\\MagazineArticleMagazineCategory\\MagazineArticleMagazineCategoryDefinition''moorl_magazine_article_sw_category' => 'MoorlMagazine\\Core\\Content\\MagazineArticle\\Aggregate\\MagazineArticleCategory\\MagazineArticleCategoryDefinition''moorl_magazine_category' => 'MoorlMagazine\\Core\\Content\\MagazineCategory\\MagazineCategoryDefinition''moorl_magazine_category_translation' => 'MoorlMagazine\\Core\\Content\\MagazineCategory\\Aggregate\\MagazineCategoryTranslation\\MagazineCategoryTranslationDefinition''moorl_magazine_comment' => 'MoorlMagazine\\Core\\Content\\MagazineComment\\MagazineCommentDefinition''moorl_magazine_author' => 'MoorlMagazine\\Core\\Content\\MagazineAuthor\\MagazineAuthorDefinition''moorl_magazine_author_translation' => 'MoorlMagazine\\Core\\Content\\MagazineAuthor\\Aggregate\\MagazineAuthorTranslation\\MagazineAuthorTranslationDefinition''wbm_data_layer_modules' => 'Wbm\\TagManagerEcomm\\Core\\Content\\Module\\ModuleDefinition''wbm_data_layer_properties' => 'Wbm\\TagManagerEcomm\\Core\\Content\\Property\\PropertyDefinition''swag_amazon_pay_payment_notification' => 'Swag\\AmazonPay\\DataAbstractionLayer\\Entity\\PaymentNotification\\PaymentNotificationDefinition''swag_amazon_pay_signup_token' => 'Swag\\AmazonPay\\DataAbstractionLayer\\Entity\\SignUpToken\\SignUpTokenDefinition''swag_amazon_pay_transaction' => 'Swag\\AmazonPay\\DataAbstractionLayer\\Entity\\AmazonPayTransaction\\AmazonPayTransactionDefinition''dreisc_seo_bulk_template' => 'DreiscSeoPro\\Core\\Content\\DreiscSeoBulk\\Aggregate\\DreiscSeoBulkTemplate\\DreiscSeoBulkTemplateDefinition''dreisc_seo_bulk' => 'DreiscSeoPro\\Core\\Content\\DreiscSeoBulk\\DreiscSeoBulkDefinition''dreisc_seo_redirect_import_export_file' => 'DreiscSeoPro\\Core\\Content\\DreiscSeoRedirect\\Aggregate\\DreiscSeoRedirectImportExportFile\\DreiscSeoRedirectImportExportFileDefinition''dreisc_seo_redirect_import_export_log' => 'DreiscSeoPro\\Core\\Content\\DreiscSeoRedirect\\Aggregate\\DreiscSeoRedirectImportExportLog\\DreiscSeoRedirectImportExportLogDefinition''dreisc_seo_redirect' => 'DreiscSeoPro\\Core\\Content\\DreiscSeoRedirect\\DreiscSeoRedirectDefinition''dreisc_seo_setting' => 'DreiscSeoPro\\Core\\Content\\DreiscSeoSetting\\DreiscSeoSettingDefinition''scop_platform_redirecter_redirect' => 'Scop\\PlatformRedirecter\\Redirect\\RedirectDefinition''unzer_payment_payment_device' => 'UnzerPayment6\\DataAbstractionLayer\\Entity\\PaymentDevice\\UnzerPaymentDeviceDefinition''unzer_payment_transfer_info' => 'UnzerPayment6\\DataAbstractionLayer\\Entity\\TransferInfo\\UnzerPaymentTransferInfoEntityDefinition''magnalister_shopware6' => 'Redgecko\\Magnalister\\Core\\Content\\Bundle\\BundleCookieDefinition''pixel_lexikon' => 'Pixel\\LexikonSW6\\Entities\\Items\\LexikonDefinition''pixel_lexikon_translation' => 'Pixel\\LexikonSW6\\Entities\\Items\\LexikonTranslationDefinition''pixel_lexikon_categories' => 'Pixel\\LexikonSW6\\Entities\\Categories\\LexikonCategoriesDefinition''pixel_lexikon_categories_translation' => 'Pixel\\LexikonSW6\\Entities\\Categories\\LexikonCategoriesTranslationDefinition''pixel_lexikon_categories_list' => 'Pixel\\LexikonSW6\\Entities\\Categories\\Reference\\LexikonCategoriesRoDefinition''pixel_lexikon_media' => 'Pixel\\LexikonSW6\\Entities\\Items\\Aggregate\\LexikonMedia\\LexikonMediaDefinition''pixel_lexikon_channels' => 'Pixel\\LexikonSW6\\Entities\\LexikonChannels\\LexikonChannelsDefinition''pixel_lexcat_channels' => 'Pixel\\LexikonSW6\\Entities\\LexikonCatChannels\\LexikonCatChannelsDefinition''pixel_lexikon_products' => 'Pixel\\LexikonSW6\\Entities\\Items\\LexikonProductsDefinition''acris_promotion_display' => 'Acris\\Promotion\\Custom\\PromotionDisplayDefinition''meteor_promotion_gift' => 'Meteor\\PromotionGift\\Content\\PromotionGift\\PromotionGiftEntityDefinition''neti_modal' => 'NetInventors\\NetiNextModal\\Core\\Content\\Modal\\ModalDefinition''neti_modal_product' => 'NetInventors\\NetiNextModal\\Core\\Content\\Modal\\Aggregate\\ModalProduct\\ModalProductDefinition''neti_modal_category' => 'NetInventors\\NetiNextModal\\Core\\Content\\Modal\\Aggregate\\ModalCategory\\ModalCategoryDefinition''neti_modal_schedule' => 'NetInventors\\NetiNextModal\\Core\\Content\\Modal\\Aggregate\\ModalSchedule\\ModalScheduleDefinition''neti_modal_sales_channel' => 'NetInventors\\NetiNextModal\\Core\\Content\\Modal\\Aggregate\\ModalSalesChannel\\ModalSalesChannelDefinition''neti_modal_language' => 'NetInventors\\NetiNextModal\\Core\\Content\\Modal\\Aggregate\\ModalLanguage\\ModalLanguageDefinition''neti_modal_translation' => 'NetInventors\\NetiNextModal\\Core\\Content\\Modal\\Aggregate\\ModalTranslation\\ModalTranslationDefinition''acris_customers_also_viewed' => 'Acris\\SuggestedProducts\\Custom\\CustomersAlsoViewedDefinition''zeo_abandoned_cart' => 'Zeobv\\AbandonedCart\\Checkout\\AbandonedCart\\AbandonedCartDefinition''cbax_analytics_config' => 'Cbax\\ModulAnalytics\\Core\\Content\\Analytics\\ConfigDefinition''cbax_analytics_groups_config' => 'Cbax\\ModulAnalytics\\Core\\Content\\Analytics\\GroupDefinition''cbax_analytics_search' => 'Cbax\\ModulAnalytics\\Core\\Content\\Analytics\\SearchResultDefinition''cbax_analytics_product_impressions' => 'Cbax\\ModulAnalytics\\Core\\Content\\Analytics\\ProductImpressionsDefinition''cbax_analytics_category_impressions' => 'Cbax\\ModulAnalytics\\Core\\Content\\Analytics\\CategoryImpressionsDefinition''cbax_analytics_manufacturer_impressions' => 'Cbax\\ModulAnalytics\\Core\\Content\\Analytics\\ManufacturerImpressionsDefinition''cbax_analytics_visitors' => 'Cbax\\ModulAnalytics\\Core\\Content\\Analytics\\VisitorsDefinition''cbax_analytics_pool' => 'Cbax\\ModulAnalytics\\Core\\Content\\Analytics\\PoolDefinition''cbax_analytics_referer' => 'Cbax\\ModulAnalytics\\Core\\Content\\Analytics\\RefererDefinition''cbax_externalorder_marketplace_settings' => 'Cbax\\ModulExternalOrder\\Core\\Content\\ExternalOrder\\Marketplace\\MarketplaceSettingsDefinition''cbax_externalorder_carrier' => 'Cbax\\ModulExternalOrder\\Core\\Content\\ExternalOrder\\CarrierDefinition''cbax_externalorder_carrier_rule' => 'Cbax\\ModulExternalOrder\\Core\\Content\\ExternalOrder\\CarrierRuleDefinition''cbax_externalorder_log' => 'Cbax\\ModulExternalOrder\\Core\\Content\\ExternalOrder\\LogDefinition''cbax_externalorder_order' => 'Cbax\\ModulExternalOrder\\Core\\Content\\ExternalOrder\\ExternalOrderDefinition''cbax_externalorder_line_item' => 'Cbax\\ModulExternalOrder\\Core\\Content\\ExternalOrder\\ExternalOrderLineItemDefinition''cbax_externalorder_billingaddress' => 'Cbax\\ModulExternalOrder\\Core\\Content\\ExternalOrder\\BillingAddressDefinition''cbax_externalorder_shippingaddress' => 'Cbax\\ModulExternalOrder\\Core\\Content\\ExternalOrder\\ShippingAddressDefinition'], ['log_entry' => 'log_entry.repository''acl_role' => 'acl_role.repository''acl_user_role' => 'acl_user_role.repository''app' => 'app.repository''app_translation' => 'app_translation.repository''app_action_button' => 'app_action_button.repository''app_action_button_translation' => 'app_action_button_translation.repository''app_template' => 'app_template.repository''app_payment_method' => 'app_payment_method.repository''app_script_condition' => 'app_script_condition.repository''app_script_condition_translation' => 'app_script_condition_translation.repository''app_cms_block' => 'app_cms_block.repository''app_cms_block_translation' => 'app_cms_block_translation.repository''app_flow_action' => 'app_flow_action.repository''app_flow_action_translation' => 'app_flow_action_translation.repository''custom_field' => 'custom_field.repository''custom_field_set' => 'custom_field_set.repository''custom_field_set_relation' => 'custom_field_set_relation.repository''version' => 'version.repository''version_commit' => 'version_commit.repository''version_commit_data' => 'version_commit_data.repository''event_action' => 'event_action.repository''event_action_rule' => 'event_action_rule.repository''event_action_sales_channel' => 'event_action_sales_channel.repository''dead_message' => 'dead_message.repository''message_queue_stats' => 'message_queue_stats.repository''plugin' => 'plugin.repository''plugin_translation' => 'plugin_translation.repository''scheduled_task' => 'scheduled_task.repository''script' => 'script.repository''language' => 'language.repository''seo_url' => 'seo_url.repository''seo_url_template' => 'seo_url_template.repository''main_category' => 'main_category.repository''webhook' => 'webhook.repository''webhook_event_log' => 'webhook_event_log.repository''sales_channel' => 'sales_channel.repository''sales_channel_translation' => 'sales_channel_translation.repository''sales_channel_country' => 'sales_channel_country.repository''sales_channel_currency' => 'sales_channel_currency.repository''sales_channel_domain' => 'sales_channel_domain.repository''sales_channel_language' => 'sales_channel_language.repository''sales_channel_payment_method' => 'sales_channel_payment_method.repository''sales_channel_shipping_method' => 'sales_channel_shipping_method.repository''sales_channel_type' => 'sales_channel_type.repository''sales_channel_type_translation' => 'sales_channel_type_translation.repository''sales_channel_analytics' => 'sales_channel_analytics.repository''country' => 'country.repository''country_state' => 'country_state.repository''country_state_translation' => 'country_state_translation.repository''country_translation' => 'country_translation.repository''currency' => 'currency.repository''currency_country_rounding' => 'currency_country_rounding.repository''currency_translation' => 'currency_translation.repository''custom_entity' => 'custom_entity.repository''locale' => 'locale.repository''locale_translation' => 'locale_translation.repository''snippet_set' => 'snippet_set.repository''snippet' => 'snippet.repository''salutation' => 'salutation.repository''salutation_translation' => 'salutation_translation.repository''tax' => 'tax.repository''tax_rule' => 'tax_rule.repository''tax_rule_type' => 'tax_rule_type.repository''tax_rule_type_translation' => 'tax_rule_type_translation.repository''unit' => 'unit.repository''unit_translation' => 'unit_translation.repository''user' => 'user.repository''user_config' => 'user_config.repository''user_access_key' => 'user_access_key.repository''user_recovery' => 'user_recovery.repository''integration' => 'integration.repository''integration_role' => 'integration_role.repository''state_machine' => 'state_machine.repository''state_machine_translation' => 'state_machine_translation.repository''state_machine_state' => 'state_machine_state.repository''state_machine_state_translation' => 'state_machine_state_translation.repository''state_machine_transition' => 'state_machine_transition.repository''state_machine_history' => 'state_machine_history.repository''system_config' => 'system_config.repository''number_range' => 'number_range.repository''number_range_sales_channel' => 'number_range_sales_channel.repository''number_range_state' => 'number_range_state.repository''number_range_type' => 'number_range_type.repository''number_range_type_translation' => 'number_range_type_translation.repository''number_range_translation' => 'number_range_translation.repository''tag' => 'tag.repository''category' => 'category.repository''category_translation' => 'category_translation.repository''category_tag' => 'category_tag.repository''media' => 'media.repository''media_default_folder' => 'media_default_folder.repository''media_thumbnail' => 'media_thumbnail.repository''media_translation' => 'media_translation.repository''media_folder' => 'media_folder.repository''media_thumbnail_size' => 'media_thumbnail_size.repository''media_folder_configuration' => 'media_folder_configuration.repository''media_folder_configuration_media_thumbnail_size' => 'media_folder_configuration_media_thumbnail_size.repository''media_tag' => 'media_tag.repository''product' => 'product.repository''product_stream_mapping' => 'product_stream_mapping.repository''product_category' => 'product_category.repository''product_custom_field_set' => 'product_custom_field_set.repository''product_tag' => 'product_tag.repository''product_configurator_setting' => 'product_configurator_setting.repository''product_price' => 'product_price.repository''product_property' => 'product_property.repository''product_search_keyword' => 'product_search_keyword.repository''product_keyword_dictionary' => 'product_keyword_dictionary.repository''product_review' => 'product_review.repository''product_manufacturer' => 'product_manufacturer.repository''product_manufacturer_translation' => 'product_manufacturer_translation.repository''product_media' => 'product_media.repository''product_download' => 'product_download.repository''product_translation' => 'product_translation.repository''product_option' => 'product_option.repository''product_category_tree' => 'product_category_tree.repository''product_cross_selling' => 'product_cross_selling.repository''product_cross_selling_translation' => 'product_cross_selling_translation.repository''product_cross_selling_assigned_products' => 'product_cross_selling_assigned_products.repository''product_feature_set' => 'product_feature_set.repository''product_feature_set_translation' => 'product_feature_set_translation.repository''product_sorting' => 'product_sorting.repository''product_sorting_translation' => 'product_sorting_translation.repository''product_search_config' => 'product_search_config.repository''product_search_config_field' => 'product_search_config_field.repository''product_visibility' => 'product_visibility.repository''delivery_time' => 'delivery_time.repository''newsletter_recipient' => 'newsletter_recipient.repository''newsletter_recipient_tag' => 'newsletter_recipient_tag.repository''rule' => 'rule.repository''rule_condition' => 'rule_condition.repository''rule_tag' => 'rule_tag.repository''product_stream' => 'product_stream.repository''product_stream_translation' => 'product_stream_translation.repository''product_stream_filter' => 'product_stream_filter.repository''product_export' => 'product_export.repository''property_group' => 'property_group.repository''property_group_option' => 'property_group_option.repository''property_group_option_translation' => 'property_group_option_translation.repository''property_group_translation' => 'property_group_translation.repository''cms_page' => 'cms_page.repository''cms_page_translation' => 'cms_page_translation.repository''cms_section' => 'cms_section.repository''cms_block' => 'cms_block.repository''cms_slot' => 'cms_slot.repository''cms_slot_translation' => 'cms_slot_translation.repository''mail_template' => 'mail_template.repository''mail_template_translation' => 'mail_template_translation.repository''mail_template_type' => 'mail_template_type.repository''mail_template_type_translation' => 'mail_template_type_translation.repository''mail_template_media' => 'mail_template_media.repository''mail_header_footer' => 'mail_header_footer.repository''mail_header_footer_translation' => 'mail_header_footer_translation.repository''delivery_time_translation' => 'delivery_time_translation.repository''import_export_profile' => 'import_export_profile.repository''import_export_log' => 'import_export_log.repository''import_export_file' => 'import_export_file.repository''import_export_profile_translation' => 'import_export_profile_translation.repository''landing_page' => 'landing_page.repository''landing_page_translation' => 'landing_page_translation.repository''landing_page_tag' => 'landing_page_tag.repository''landing_page_sales_channel' => 'landing_page_sales_channel.repository''flow' => 'flow.repository''flow_sequence' => 'flow_sequence.repository''flow_template' => 'flow_template.repository''customer' => 'customer.repository''customer_group_translation' => 'customer_group_translation.repository''customer_address' => 'customer_address.repository''customer_recovery' => 'customer_recovery.repository''customer_group' => 'customer_group.repository''customer_group_registration_sales_channels' => 'customer_group_registration_sales_channels.repository''customer_tag' => 'customer_tag.repository''customer_wishlist' => 'customer_wishlist.repository''customer_wishlist_product' => 'customer_wishlist_product.repository''document' => 'document.repository''document_type' => 'document_type.repository''document_type_translation' => 'document_type_translation.repository''document_base_config' => 'document_base_config.repository''document_base_config_sales_channel' => 'document_base_config_sales_channel.repository''order' => 'order.repository''order_address' => 'order_address.repository''order_customer' => 'order_customer.repository''order_delivery' => 'order_delivery.repository''order_delivery_position' => 'order_delivery_position.repository''order_line_item' => 'order_line_item.repository''order_line_item_download' => 'order_line_item_download.repository''order_tag' => 'order_tag.repository''order_transaction' => 'order_transaction.repository''order_transaction_capture' => 'order_transaction_capture.repository''order_transaction_capture_refund' => 'order_transaction_capture_refund.repository''order_transaction_capture_refund_position' => 'order_transaction_capture_refund_position.repository''payment_method' => 'payment_method.repository''payment_method_translation' => 'payment_method_translation.repository''promotion' => 'promotion.repository''promotion_sales_channel' => 'promotion_sales_channel.repository''promotion_individual_code' => 'promotion_individual_code.repository''promotion_discount' => 'promotion_discount.repository''promotion_discount_rule' => 'promotion_discount_rule.repository''promotion_setgroup' => 'promotion_setgroup.repository''promotion_setgroup_rule' => 'promotion_setgroup_rule.repository''promotion_order_rule' => 'promotion_order_rule.repository''promotion_persona_customer' => 'promotion_persona_customer.repository''promotion_persona_rule' => 'promotion_persona_rule.repository''promotion_cart_rule' => 'promotion_cart_rule.repository''promotion_translation' => 'promotion_translation.repository''promotion_discount_prices' => 'promotion_discount_prices.repository''shipping_method' => 'shipping_method.repository''shipping_method_tag' => 'shipping_method_tag.repository''shipping_method_price' => 'shipping_method_price.repository''shipping_method_translation' => 'shipping_method_translation.repository''app_administration_snippet' => 'app_administration_snippet.repository''notification' => 'notification.repository''theme' => 'theme.repository''theme_translation' => 'theme_translation.repository''theme_sales_channel' => 'theme_sales_channel.repository''theme_media' => 'theme_media.repository''theme_child' => 'theme_child.repository''swag_paypal_pos_sales_channel' => 'swag_paypal_pos_sales_channel.repository''swag_paypal_pos_sales_channel_inventory' => 'swag_paypal_pos_sales_channel_inventory.repository''swag_paypal_pos_sales_channel_run' => 'swag_paypal_pos_sales_channel_run.repository''swag_paypal_pos_sales_channel_run_log' => 'swag_paypal_pos_sales_channel_run_log.repository''swag_paypal_pos_sales_channel_media' => 'swag_paypal_pos_sales_channel_media.repository''swag_paypal_pos_sales_channel_product' => 'swag_paypal_pos_sales_channel_product.repository''swag_migration_logging' => 'swag_migration_logging.repository''swag_migration_run' => 'swag_migration_run.repository''swag_migration_data' => 'swag_migration_data.repository''swag_migration_mapping' => 'swag_migration_mapping.repository''swag_migration_media_file' => 'swag_migration_media_file.repository''swag_migration_general_setting' => 'swag_migration_general_setting.repository''swag_migration_connection' => 'swag_migration_connection.repository''nimbits_articlequestions' => 'nimbits_articlequestions.repository''nds_rcp_recipe' => 'nds_rcp_recipe.repository''nds_rcp_recipe_translation' => 'nds_rcp_recipe_translation.repository''nds_rcp_category' => 'nds_rcp_category.repository''nds_rcp_category_translation' => 'nds_rcp_category_translation.repository''nds_rcp_tag' => 'nds_rcp_tag.repository''nds_rcp_tag_translation' => 'nds_rcp_tag_translation.repository''nds_rcp_ingredient' => 'nds_rcp_ingredient.repository''nds_rcp_ingredient_translation' => 'nds_rcp_ingredient_translation.repository''nds_rcp_unit' => 'nds_rcp_unit.repository''nds_rcp_unit_translation' => 'nds_rcp_unit_translation.repository''nds_rcp_timeunit' => 'nds_rcp_timeunit.repository''nds_rcp_difficulty' => 'nds_rcp_difficulty.repository''nds_rcp_difficulty_translation' => 'nds_rcp_difficulty_translation.repository''nds_rcp_related' => 'nds_rcp_related.repository''nds_rcp_recipe_media' => 'nds_rcp_recipe_media.repository''nds_rcp_recipe_category' => 'nds_rcp_recipe_category.repository''nds_rcp_recipe_tag' => 'nds_rcp_recipe_tag.repository''nds_rcp_recipe_ingredient' => 'nds_rcp_recipe_ingredient.repository''moorl_cms_element_config' => 'moorl_cms_element_config.repository''moorl_location' => 'moorl_location.repository''moorl_location_cache' => 'moorl_location_cache.repository''moorl_sorting' => 'moorl_sorting.repository''moorl_sorting_translation' => 'moorl_sorting_translation.repository''moorl_marker' => 'moorl_marker.repository''moorl_client' => 'moorl_client.repository''moorl_creator_type' => 'moorl_creator_type.repository''moorl_creator_type_translation' => 'moorl_creator_type_translation.repository''moorl_creator' => 'moorl_creator.repository''moorl_creator_translation' => 'moorl_creator_translation.repository''moorl_creator_product' => 'moorl_creator_product.repository''moorl_creator_customer' => 'moorl_creator_customer.repository''moorl_creator_follower' => 'moorl_creator_follower.repository''moorl_magazine_article' => 'moorl_magazine_article.repository''moorl_magazine_article_translation' => 'moorl_magazine_article_translation.repository''moorl_magazine_article_sales_channel' => 'moorl_magazine_article_sales_channel.repository''moorl_magazine_article_tag' => 'moorl_magazine_article_tag.repository''moorl_magazine_article_product' => 'moorl_magazine_article_product.repository''moorl_magazine_article_media' => 'moorl_magazine_article_media.repository''moorl_magazine_article_category' => 'moorl_magazine_article_category.repository''moorl_magazine_article_sw_category' => 'moorl_magazine_article_sw_category.repository''moorl_magazine_category' => 'moorl_magazine_category.repository''moorl_magazine_category_translation' => 'moorl_magazine_category_translation.repository''moorl_magazine_comment' => 'moorl_magazine_comment.repository''moorl_magazine_author' => 'moorl_magazine_author.repository''moorl_magazine_author_translation' => 'moorl_magazine_author_translation.repository''wbm_data_layer_modules' => 'wbm_data_layer_modules.repository''wbm_data_layer_properties' => 'wbm_data_layer_properties.repository''swag_amazon_pay_payment_notification' => 'swag_amazon_pay_payment_notification.repository''swag_amazon_pay_signup_token' => 'swag_amazon_pay_signup_token.repository''swag_amazon_pay_transaction' => 'swag_amazon_pay_transaction.repository''dreisc_seo_bulk_template' => 'dreisc_seo_bulk_template.repository''dreisc_seo_bulk' => 'dreisc_seo_bulk.repository''dreisc_seo_redirect_import_export_file' => 'dreisc_seo_redirect_import_export_file.repository''dreisc_seo_redirect_import_export_log' => 'dreisc_seo_redirect_import_export_log.repository''dreisc_seo_redirect' => 'dreisc_seo_redirect.repository''dreisc_seo_setting' => 'dreisc_seo_setting.repository''scop_platform_redirecter_redirect' => 'scop_platform_redirecter_redirect.repository''unzer_payment_payment_device' => 'unzer_payment_payment_device.repository''unzer_payment_transfer_info' => 'unzer_payment_transfer_info.repository''magnalister_shopware6' => 'magnalister_shopware6.repository''pixel_lexikon' => 'pixel_lexikon.repository''pixel_lexikon_translation' => 'pixel_lexikon_translation.repository''pixel_lexikon_categories' => 'pixel_lexikon_categories.repository''pixel_lexikon_categories_translation' => 'pixel_lexikon_categories_translation.repository''pixel_lexikon_categories_list' => 'pixel_lexikon_categories_list.repository''pixel_lexikon_media' => 'pixel_lexikon_media.repository''pixel_lexikon_channels' => 'pixel_lexikon_channels.repository''pixel_lexcat_channels' => 'pixel_lexcat_channels.repository''pixel_lexikon_products' => 'pixel_lexikon_products.repository''acris_promotion_display' => 'acris_promotion_display.repository''meteor_promotion_gift' => 'meteor_promotion_gift.repository''neti_modal' => 'neti_modal.repository''neti_modal_product' => 'neti_modal_product.repository''neti_modal_category' => 'neti_modal_category.repository''neti_modal_schedule' => 'neti_modal_schedule.repository''neti_modal_sales_channel' => 'neti_modal_sales_channel.repository''neti_modal_language' => 'neti_modal_language.repository''neti_modal_translation' => 'neti_modal_translation.repository''acris_customers_also_viewed' => 'acris_customers_also_viewed.repository''zeo_abandoned_cart' => 'zeo_abandoned_cart.repository''cbax_analytics_config' => 'cbax_analytics_config.repository''cbax_analytics_groups_config' => 'cbax_analytics_groups_config.repository''cbax_analytics_search' => 'cbax_analytics_search.repository''cbax_analytics_product_impressions' => 'cbax_analytics_product_impressions.repository''cbax_analytics_category_impressions' => 'cbax_analytics_category_impressions.repository''cbax_analytics_manufacturer_impressions' => 'cbax_analytics_manufacturer_impressions.repository''cbax_analytics_visitors' => 'cbax_analytics_visitors.repository''cbax_analytics_pool' => 'cbax_analytics_pool.repository''cbax_analytics_referer' => 'cbax_analytics_referer.repository''cbax_externalorder_marketplace_settings' => 'cbax_externalorder_marketplace_settings.repository''cbax_externalorder_carrier' => 'cbax_externalorder_carrier.repository''cbax_externalorder_carrier_rule' => 'cbax_externalorder_carrier_rule.repository''cbax_externalorder_log' => 'cbax_externalorder_log.repository''cbax_externalorder_order' => 'cbax_externalorder_order.repository''cbax_externalorder_line_item' => 'cbax_externalorder_line_item.repository''cbax_externalorder_billingaddress' => 'cbax_externalorder_billingaddress.repository''cbax_externalorder_shippingaddress' => 'cbax_externalorder_shippingaddress.repository']);
  11732.     }
  11733.     /**
  11734.      * Gets the public 'Shopware\Core\Framework\DataAbstractionLayer\Event\EntityLoadedEventFactory' shared service.
  11735.      *
  11736.      * @return \Shopware\Core\Framework\DataAbstractionLayer\Event\EntityLoadedEventFactory
  11737.      */
  11738.     protected function getEntityLoadedEventFactoryService()
  11739.     {
  11740.         return $this->services['Shopware\\Core\\Framework\\DataAbstractionLayer\\Event\\EntityLoadedEventFactory'] = new \Shopware\Core\Framework\DataAbstractionLayer\Event\EntityLoadedEventFactory(($this->services['Shopware\\Core\\Framework\\DataAbstractionLayer\\DefinitionInstanceRegistry'] ?? $this->getDefinitionInstanceRegistryService()));
  11741.     }
  11742.     /**
  11743.      * Gets the public 'Shopware\Core\Framework\DataAbstractionLayer\ExtensionRegistry' shared service.
  11744.      *
  11745.      * @return \Shopware\Core\Framework\DataAbstractionLayer\ExtensionRegistry
  11746.      */
  11747.     protected function getExtensionRegistryService()
  11748.     {
  11749.         include_once \dirname(__DIR__4).'/vendor/shopware/core/Framework/DataAbstractionLayer/ExtensionRegistry.php';
  11750.         return $this->services['Shopware\\Core\\Framework\\DataAbstractionLayer\\ExtensionRegistry'] = new \Shopware\Core\Framework\DataAbstractionLayer\ExtensionRegistry(new RewindableGenerator(function () {
  11751.             yield => ($this->privates['Shopware\\Administration\\Notification\\Extension\\IntegrationExtension'] ?? ($this->privates['Shopware\\Administration\\Notification\\Extension\\IntegrationExtension'] = new \Shopware\Administration\Notification\Extension\IntegrationExtension()));
  11752.             yield => ($this->privates['Shopware\\Administration\\Notification\\Extension\\UserExtension'] ?? ($this->privates['Shopware\\Administration\\Notification\\Extension\\UserExtension'] = new \Shopware\Administration\Notification\Extension\UserExtension()));
  11753.             yield => ($this->privates['Shopware\\Storefront\\Theme\\Extension\\SalesChannelExtension'] ?? ($this->privates['Shopware\\Storefront\\Theme\\Extension\\SalesChannelExtension'] = new \Shopware\Storefront\Theme\Extension\SalesChannelExtension()));
  11754.             yield => ($this->privates['Shopware\\Storefront\\Theme\\Extension\\LanguageExtension'] ?? ($this->privates['Shopware\\Storefront\\Theme\\Extension\\LanguageExtension'] = new \Shopware\Storefront\Theme\Extension\LanguageExtension()));
  11755.             yield => ($this->privates['Shopware\\Storefront\\Theme\\Extension\\MediaExtension'] ?? ($this->privates['Shopware\\Storefront\\Theme\\Extension\\MediaExtension'] = new \Shopware\Storefront\Theme\Extension\MediaExtension()));
  11756.             yield => ($this->privates['Swag\\PayPal\\Pos\\DataAbstractionLayer\\Extension\\SalesChannelExtension'] ?? ($this->privates['Swag\\PayPal\\Pos\\DataAbstractionLayer\\Extension\\SalesChannelExtension'] = new \Swag\PayPal\Pos\DataAbstractionLayer\Extension\SalesChannelExtension()));
  11757.             yield => ($this->privates['Swag\\PayPal\\Pos\\DataAbstractionLayer\\Extension\\ProductExtension'] ?? ($this->privates['Swag\\PayPal\\Pos\\DataAbstractionLayer\\Extension\\ProductExtension'] = new \Swag\PayPal\Pos\DataAbstractionLayer\Extension\ProductExtension()));
  11758.             yield => ($this->privates['Swag\\PayPal\\Pos\\DataAbstractionLayer\\Extension\\ProductStreamExtension'] ?? ($this->privates['Swag\\PayPal\\Pos\\DataAbstractionLayer\\Extension\\ProductStreamExtension'] = new \Swag\PayPal\Pos\DataAbstractionLayer\Extension\ProductStreamExtension()));
  11759.             yield => ($this->privates['MoorlCreator\\Core\\Content\\Product\\ProductExtension'] ?? ($this->privates['MoorlCreator\\Core\\Content\\Product\\ProductExtension'] = new \MoorlCreator\Core\Content\Product\ProductExtension()));
  11760.             yield => ($this->privates['MoorlMagazine\\Core\\Content\\Product\\ProductExtension'] ?? ($this->privates['MoorlMagazine\\Core\\Content\\Product\\ProductExtension'] = new \MoorlMagazine\Core\Content\Product\ProductExtension()));
  11761.             yield 10 => ($this->privates['MoorlMagazine\\Core\\Content\\SalesChannel\\SalesChannelExtension'] ?? ($this->privates['MoorlMagazine\\Core\\Content\\SalesChannel\\SalesChannelExtension'] = new \MoorlMagazine\Core\Content\SalesChannel\SalesChannelExtension()));
  11762.             yield 11 => ($this->privates['MoorlMagazine\\Core\\Content\\Media\\MediaExtension'] ?? ($this->privates['MoorlMagazine\\Core\\Content\\Media\\MediaExtension'] = new \MoorlMagazine\Core\Content\Media\MediaExtension()));
  11763.             yield 12 => ($this->privates['Swag\\AmazonPay\\DataAbstractionLayer\\Entity\\Extension\\OrderTransactionExtension'] ?? ($this->privates['Swag\\AmazonPay\\DataAbstractionLayer\\Entity\\Extension\\OrderTransactionExtension'] = new \Swag\AmazonPay\DataAbstractionLayer\Entity\Extension\OrderTransactionExtension()));
  11764.             yield 13 => ($this->privates['DreiscSeoPro\\Core\\Content\\Category\\CategoryExtension'] ?? ($this->privates['DreiscSeoPro\\Core\\Content\\Category\\CategoryExtension'] = new \DreiscSeoPro\Core\Content\Category\CategoryExtension()));
  11765.             yield 14 => ($this->services['DreiscSeoPro\\Core\\Content\\Language\\LanguageExtension'] ?? ($this->services['DreiscSeoPro\\Core\\Content\\Language\\LanguageExtension'] = new \DreiscSeoPro\Core\Content\Language\LanguageExtension()));
  11766.             yield 15 => ($this->privates['DreiscSeoPro\\Core\\Content\\Product\\ProductExtension'] ?? ($this->privates['DreiscSeoPro\\Core\\Content\\Product\\ProductExtension'] = new \DreiscSeoPro\Core\Content\Product\ProductExtension()));
  11767.             yield 16 => ($this->privates['DreiscSeoPro\\Core\\Content\\SalesChannel\\Aggregate\\SalesChannelDomain\\SalesChannelDomainExtension'] ?? ($this->privates['DreiscSeoPro\\Core\\Content\\SalesChannel\\Aggregate\\SalesChannelDomain\\SalesChannelDomainExtension'] = new \DreiscSeoPro\Core\Content\SalesChannel\Aggregate\SalesChannelDomain\SalesChannelDomainExtension()));
  11768.             yield 17 => ($this->privates['DreiscSeoPro\\Core\\Content\\SalesChannel\\SalesChannelExtension'] ?? ($this->privates['DreiscSeoPro\\Core\\Content\\SalesChannel\\SalesChannelExtension'] = new \DreiscSeoPro\Core\Content\SalesChannel\SalesChannelExtension()));
  11769.             yield 18 => ($this->privates['UnzerPayment6\\DataAbstractionLayer\\Extension\\OrderTransactionExtension'] ?? ($this->privates['UnzerPayment6\\DataAbstractionLayer\\Extension\\OrderTransactionExtension'] = new \UnzerPayment6\DataAbstractionLayer\Extension\OrderTransactionExtension()));
  11770.             yield 19 => ($this->privates['Acris\\Promotion\\Custom\\PromotionExtension'] ?? ($this->privates['Acris\\Promotion\\Custom\\PromotionExtension'] = new \Acris\Promotion\Custom\PromotionExtension()));
  11771.             yield 20 => ($this->privates['Meteor\\PromotionGift\\Content\\Extension\\Promotion\\PromotionGiftExtension'] ?? ($this->privates['Meteor\\PromotionGift\\Content\\Extension\\Promotion\\PromotionGiftExtension'] = new \Meteor\PromotionGift\Content\Extension\Promotion\PromotionGiftExtension()));
  11772.             yield 21 => ($this->privates['NetInventors\\NetiNextModal\\Core\\Content\\Modal\\Extension\\CategoryExtension'] ?? ($this->privates['NetInventors\\NetiNextModal\\Core\\Content\\Modal\\Extension\\CategoryExtension'] = new \NetInventors\NetiNextModal\Core\Content\Modal\Extension\CategoryExtension()));
  11773.             yield 22 => ($this->privates['NetInventors\\NetiNextModal\\Core\\Content\\Modal\\Extension\\CmsPageExtension'] ?? ($this->privates['NetInventors\\NetiNextModal\\Core\\Content\\Modal\\Extension\\CmsPageExtension'] = new \NetInventors\NetiNextModal\Core\Content\Modal\Extension\CmsPageExtension()));
  11774.             yield 23 => ($this->privates['NetInventors\\NetiNextModal\\Core\\Content\\Modal\\Extension\\ProductExtension'] ?? ($this->privates['NetInventors\\NetiNextModal\\Core\\Content\\Modal\\Extension\\ProductExtension'] = new \NetInventors\NetiNextModal\Core\Content\Modal\Extension\ProductExtension()));
  11775.             yield 24 => ($this->privates['NetInventors\\NetiNextModal\\Core\\Content\\Modal\\Extension\\SalesChannelExtension'] ?? ($this->privates['NetInventors\\NetiNextModal\\Core\\Content\\Modal\\Extension\\SalesChannelExtension'] = new \NetInventors\NetiNextModal\Core\Content\Modal\Extension\SalesChannelExtension()));
  11776.             yield 25 => ($this->privates['NetInventors\\NetiNextModal\\Core\\Content\\Modal\\Extension\\LanguageExtension'] ?? ($this->privates['NetInventors\\NetiNextModal\\Core\\Content\\Modal\\Extension\\LanguageExtension'] = new \NetInventors\NetiNextModal\Core\Content\Modal\Extension\LanguageExtension()));
  11777.         }, 26));
  11778.     }
  11779.     /**
  11780.      * Gets the public 'Shopware\Core\Framework\DataAbstractionLayer\Facade\RepositoryFacadeHookFactory' shared service.
  11781.      *
  11782.      * @return \Shopware\Core\Framework\DataAbstractionLayer\Facade\RepositoryFacadeHookFactory
  11783.      */
  11784.     protected function getRepositoryFacadeHookFactoryService()
  11785.     {
  11786.         include_once \dirname(__DIR__4).'/vendor/shopware/core/Framework/Script/Execution/Awareness/HookServiceFactory.php';
  11787.         include_once \dirname(__DIR__4).'/vendor/shopware/core/Framework/DataAbstractionLayer/Facade/RepositoryFacadeHookFactory.php';
  11788.         return $this->services['Shopware\\Core\\Framework\\DataAbstractionLayer\\Facade\\RepositoryFacadeHookFactory'] = new \Shopware\Core\Framework\DataAbstractionLayer\Facade\RepositoryFacadeHookFactory(($this->services['Shopware\\Core\\Framework\\DataAbstractionLayer\\DefinitionInstanceRegistry'] ?? $this->getDefinitionInstanceRegistryService()), ($this->privates['Shopware\\Core\\Framework\\DataAbstractionLayer\\Facade\\AppContextCreator'] ?? $this->getAppContextCreatorService()), ($this->privates['Shopware\\Core\\Framework\\DataAbstractionLayer\\Search\\RequestCriteriaBuilder'] ?? $this->getRequestCriteriaBuilderService()), ($this->services['Shopware\\Core\\Framework\\Api\\Acl\\AclCriteriaValidator'] ?? $this->getAclCriteriaValidatorService()));
  11789.     }
  11790.     /**
  11791.      * Gets the public 'Shopware\Core\Framework\DataAbstractionLayer\Facade\RepositoryWriterFacadeHookFactory' shared service.
  11792.      *
  11793.      * @return \Shopware\Core\Framework\DataAbstractionLayer\Facade\RepositoryWriterFacadeHookFactory
  11794.      */
  11795.     protected function getRepositoryWriterFacadeHookFactoryService()
  11796.     {
  11797.         include_once \dirname(__DIR__4).'/vendor/shopware/core/Framework/Script/Execution/Awareness/HookServiceFactory.php';
  11798.         include_once \dirname(__DIR__4).'/vendor/shopware/core/Framework/DataAbstractionLayer/Facade/RepositoryWriterFacadeHookFactory.php';
  11799.         return $this->services['Shopware\\Core\\Framework\\DataAbstractionLayer\\Facade\\RepositoryWriterFacadeHookFactory'] = new \Shopware\Core\Framework\DataAbstractionLayer\Facade\RepositoryWriterFacadeHookFactory(($this->services['Shopware\\Core\\Framework\\DataAbstractionLayer\\DefinitionInstanceRegistry'] ?? $this->getDefinitionInstanceRegistryService()), ($this->privates['Shopware\\Core\\Framework\\DataAbstractionLayer\\Facade\\AppContextCreator'] ?? $this->getAppContextCreatorService()), ($this->services['Shopware\\Core\\Framework\\Api\\Sync\\SyncService'] ?? $this->getSyncServiceService()));
  11800.     }
  11801.     /**
  11802.      * Gets the public 'Shopware\Core\Framework\DataAbstractionLayer\Facade\SalesChannelRepositoryFacadeHookFactory' shared service.
  11803.      *
  11804.      * @return \Shopware\Core\Framework\DataAbstractionLayer\Facade\SalesChannelRepositoryFacadeHookFactory
  11805.      */
  11806.     protected function getSalesChannelRepositoryFacadeHookFactoryService()
  11807.     {
  11808.         include_once \dirname(__DIR__4).'/vendor/shopware/core/Framework/Script/Execution/Awareness/HookServiceFactory.php';
  11809.         include_once \dirname(__DIR__4).'/vendor/shopware/core/Framework/DataAbstractionLayer/Facade/SalesChannelRepositoryFacadeHookFactory.php';
  11810.         return $this->services['Shopware\\Core\\Framework\\DataAbstractionLayer\\Facade\\SalesChannelRepositoryFacadeHookFactory'] = new \Shopware\Core\Framework\DataAbstractionLayer\Facade\SalesChannelRepositoryFacadeHookFactory(($this->services['Shopware\\Core\\System\\SalesChannel\\Entity\\SalesChannelDefinitionInstanceRegistry'] ?? $this->getSalesChannelDefinitionInstanceRegistryService()), ($this->privates['Shopware\\Core\\Framework\\DataAbstractionLayer\\Search\\RequestCriteriaBuilder'] ?? $this->getRequestCriteriaBuilderService()));
  11811.     }
  11812.     /**
  11813.      * Gets the public 'Shopware\Core\Framework\DataAbstractionLayer\FieldSerializer\BlobFieldSerializer' shared service.
  11814.      *
  11815.      * @return \Shopware\Core\Framework\DataAbstractionLayer\FieldSerializer\BlobFieldSerializer
  11816.      */
  11817.     protected function getBlobFieldSerializerService()
  11818.     {
  11819.         include_once \dirname(__DIR__4).'/vendor/shopware/core/Framework/DataAbstractionLayer/FieldSerializer/FieldSerializerInterface.php';
  11820.         include_once \dirname(__DIR__4).'/vendor/shopware/core/Framework/DataAbstractionLayer/FieldSerializer/BlobFieldSerializer.php';
  11821.         return $this->services['Shopware\\Core\\Framework\\DataAbstractionLayer\\FieldSerializer\\BlobFieldSerializer'] = new \Shopware\Core\Framework\DataAbstractionLayer\FieldSerializer\BlobFieldSerializer();
  11822.     }
  11823.     /**
  11824.      * Gets the public 'Shopware\Core\Framework\DataAbstractionLayer\FieldSerializer\BoolFieldSerializer' shared service.
  11825.      *
  11826.      * @return \Shopware\Core\Framework\DataAbstractionLayer\FieldSerializer\BoolFieldSerializer
  11827.      */
  11828.     protected function getBoolFieldSerializerService()
  11829.     {
  11830.         include_once \dirname(__DIR__4).'/vendor/shopware/core/Framework/DataAbstractionLayer/FieldSerializer/FieldSerializerInterface.php';
  11831.         include_once \dirname(__DIR__4).'/vendor/shopware/core/Framework/DataAbstractionLayer/FieldSerializer/AbstractFieldSerializer.php';
  11832.         include_once \dirname(__DIR__4).'/vendor/shopware/core/Framework/DataAbstractionLayer/FieldSerializer/BoolFieldSerializer.php';
  11833.         return $this->services['Shopware\\Core\\Framework\\DataAbstractionLayer\\FieldSerializer\\BoolFieldSerializer'] = new \Shopware\Core\Framework\DataAbstractionLayer\FieldSerializer\BoolFieldSerializer(($this->services['.container.private.validator'] ?? $this->get_Container_Private_ValidatorService()), ($this->services['Shopware\\Core\\Framework\\DataAbstractionLayer\\DefinitionInstanceRegistry'] ?? $this->getDefinitionInstanceRegistryService()));
  11834.     }
  11835.     /**
  11836.      * Gets the public 'Shopware\Core\Framework\DataAbstractionLayer\FieldSerializer\CalculatedPriceFieldSerializer' shared service.
  11837.      *
  11838.      * @return \Shopware\Core\Framework\DataAbstractionLayer\FieldSerializer\CalculatedPriceFieldSerializer
  11839.      */
  11840.     protected function getCalculatedPriceFieldSerializerService()
  11841.     {
  11842.         include_once \dirname(__DIR__4).'/vendor/shopware/core/Framework/DataAbstractionLayer/FieldSerializer/FieldSerializerInterface.php';
  11843.         include_once \dirname(__DIR__4).'/vendor/shopware/core/Framework/DataAbstractionLayer/FieldSerializer/AbstractFieldSerializer.php';
  11844.         include_once \dirname(__DIR__4).'/vendor/shopware/core/Framework/DataAbstractionLayer/FieldSerializer/JsonFieldSerializer.php';
  11845.         include_once \dirname(__DIR__4).'/vendor/shopware/core/Framework/DataAbstractionLayer/FieldSerializer/CalculatedPriceFieldSerializer.php';
  11846.         return $this->services['Shopware\\Core\\Framework\\DataAbstractionLayer\\FieldSerializer\\CalculatedPriceFieldSerializer'] = new \Shopware\Core\Framework\DataAbstractionLayer\FieldSerializer\CalculatedPriceFieldSerializer(($this->services['.container.private.validator'] ?? $this->get_Container_Private_ValidatorService()), ($this->services['Shopware\\Core\\Framework\\DataAbstractionLayer\\DefinitionInstanceRegistry'] ?? $this->getDefinitionInstanceRegistryService()));
  11847.     }
  11848.     /**
  11849.      * Gets the public 'Shopware\Core\Framework\DataAbstractionLayer\FieldSerializer\CartPriceFieldSerializer' shared service.
  11850.      *
  11851.      * @return \Shopware\Core\Framework\DataAbstractionLayer\FieldSerializer\CartPriceFieldSerializer
  11852.      */
  11853.     protected function getCartPriceFieldSerializerService()
  11854.     {
  11855.         include_once \dirname(__DIR__4).'/vendor/shopware/core/Framework/DataAbstractionLayer/FieldSerializer/FieldSerializerInterface.php';
  11856.         include_once \dirname(__DIR__4).'/vendor/shopware/core/Framework/DataAbstractionLayer/FieldSerializer/AbstractFieldSerializer.php';
  11857.         include_once \dirname(__DIR__4).'/vendor/shopware/core/Framework/DataAbstractionLayer/FieldSerializer/JsonFieldSerializer.php';
  11858.         include_once \dirname(__DIR__4).'/vendor/shopware/core/Framework/DataAbstractionLayer/FieldSerializer/CartPriceFieldSerializer.php';
  11859.         return $this->services['Shopware\\Core\\Framework\\DataAbstractionLayer\\FieldSerializer\\CartPriceFieldSerializer'] = new \Shopware\Core\Framework\DataAbstractionLayer\FieldSerializer\CartPriceFieldSerializer(($this->services['.container.private.validator'] ?? $this->get_Container_Private_ValidatorService()), ($this->services['Shopware\\Core\\Framework\\DataAbstractionLayer\\DefinitionInstanceRegistry'] ?? $this->getDefinitionInstanceRegistryService()));
  11860.     }
  11861.     /**
  11862.      * Gets the public 'Shopware\Core\Framework\DataAbstractionLayer\FieldSerializer\CashRoundingConfigFieldSerializer' shared service.
  11863.      *
  11864.      * @return \Shopware\Core\Framework\DataAbstractionLayer\FieldSerializer\CashRoundingConfigFieldSerializer
  11865.      */
  11866.     protected function getCashRoundingConfigFieldSerializerService()
  11867.     {
  11868.         include_once \dirname(__DIR__4).'/vendor/shopware/core/Framework/DataAbstractionLayer/FieldSerializer/FieldSerializerInterface.php';
  11869.         include_once \dirname(__DIR__4).'/vendor/shopware/core/Framework/DataAbstractionLayer/FieldSerializer/AbstractFieldSerializer.php';
  11870.         include_once \dirname(__DIR__4).'/vendor/shopware/core/Framework/DataAbstractionLayer/FieldSerializer/JsonFieldSerializer.php';
  11871.         include_once \dirname(__DIR__4).'/vendor/shopware/core/Framework/DataAbstractionLayer/FieldSerializer/CashRoundingConfigFieldSerializer.php';
  11872.         return $this->services['Shopware\\Core\\Framework\\DataAbstractionLayer\\FieldSerializer\\CashRoundingConfigFieldSerializer'] = new \Shopware\Core\Framework\DataAbstractionLayer\FieldSerializer\CashRoundingConfigFieldSerializer(($this->services['.container.private.validator'] ?? $this->get_Container_Private_ValidatorService()), ($this->services['Shopware\\Core\\Framework\\DataAbstractionLayer\\DefinitionInstanceRegistry'] ?? $this->getDefinitionInstanceRegistryService()));
  11873.     }
  11874.     /**
  11875.      * Gets the public 'Shopware\Core\Framework\DataAbstractionLayer\FieldSerializer\ConfigJsonFieldSerializer' shared service.
  11876.      *
  11877.      * @return \Shopware\Core\Framework\DataAbstractionLayer\FieldSerializer\ConfigJsonFieldSerializer
  11878.      */
  11879.     protected function getConfigJsonFieldSerializerService()
  11880.     {
  11881.         include_once \dirname(__DIR__4).'/vendor/shopware/core/Framework/DataAbstractionLayer/FieldSerializer/FieldSerializerInterface.php';
  11882.         include_once \dirname(__DIR__4).'/vendor/shopware/core/Framework/DataAbstractionLayer/FieldSerializer/AbstractFieldSerializer.php';
  11883.         include_once \dirname(__DIR__4).'/vendor/shopware/core/Framework/DataAbstractionLayer/FieldSerializer/JsonFieldSerializer.php';
  11884.         include_once \dirname(__DIR__4).'/vendor/shopware/core/Framework/DataAbstractionLayer/FieldSerializer/ConfigJsonFieldSerializer.php';
  11885.         return $this->services['Shopware\\Core\\Framework\\DataAbstractionLayer\\FieldSerializer\\ConfigJsonFieldSerializer'] = new \Shopware\Core\Framework\DataAbstractionLayer\FieldSerializer\ConfigJsonFieldSerializer(($this->services['.container.private.validator'] ?? $this->get_Container_Private_ValidatorService()), ($this->services['Shopware\\Core\\Framework\\DataAbstractionLayer\\DefinitionInstanceRegistry'] ?? $this->getDefinitionInstanceRegistryService()));
  11886.     }
  11887.     /**
  11888.      * Gets the public 'Shopware\Core\Framework\DataAbstractionLayer\FieldSerializer\CreatedAtFieldSerializer' shared service.
  11889.      *
  11890.      * @return \Shopware\Core\Framework\DataAbstractionLayer\FieldSerializer\CreatedAtFieldSerializer
  11891.      */
  11892.     protected function getCreatedAtFieldSerializerService()
  11893.     {
  11894.         include_once \dirname(__DIR__4).'/vendor/shopware/core/Framework/DataAbstractionLayer/FieldSerializer/FieldSerializerInterface.php';
  11895.         include_once \dirname(__DIR__4).'/vendor/shopware/core/Framework/DataAbstractionLayer/FieldSerializer/AbstractFieldSerializer.php';
  11896.         include_once \dirname(__DIR__4).'/vendor/shopware/core/Framework/DataAbstractionLayer/FieldSerializer/DateTimeFieldSerializer.php';
  11897.         include_once \dirname(__DIR__4).'/vendor/shopware/core/Framework/DataAbstractionLayer/FieldSerializer/CreatedAtFieldSerializer.php';
  11898.         return $this->services['Shopware\\Core\\Framework\\DataAbstractionLayer\\FieldSerializer\\CreatedAtFieldSerializer'] = new \Shopware\Core\Framework\DataAbstractionLayer\FieldSerializer\CreatedAtFieldSerializer(($this->services['.container.private.validator'] ?? $this->get_Container_Private_ValidatorService()), ($this->services['Shopware\\Core\\Framework\\DataAbstractionLayer\\DefinitionInstanceRegistry'] ?? $this->getDefinitionInstanceRegistryService()));
  11899.     }
  11900.     /**
  11901.      * Gets the public 'Shopware\Core\Framework\DataAbstractionLayer\FieldSerializer\CreatedByFieldSerializer' shared service.
  11902.      *
  11903.      * @return \Shopware\Core\Framework\DataAbstractionLayer\FieldSerializer\CreatedByFieldSerializer
  11904.      */
  11905.     protected function getCreatedByFieldSerializerService()
  11906.     {
  11907.         include_once \dirname(__DIR__4).'/vendor/shopware/core/Framework/DataAbstractionLayer/FieldSerializer/FieldSerializerInterface.php';
  11908.         include_once \dirname(__DIR__4).'/vendor/shopware/core/Framework/DataAbstractionLayer/FieldSerializer/AbstractFieldSerializer.php';
  11909.         include_once \dirname(__DIR__4).'/vendor/shopware/core/Framework/DataAbstractionLayer/FieldSerializer/FkFieldSerializer.php';
  11910.         include_once \dirname(__DIR__4).'/vendor/shopware/core/Framework/DataAbstractionLayer/FieldSerializer/CreatedByFieldSerializer.php';
  11911.         return $this->services['Shopware\\Core\\Framework\\DataAbstractionLayer\\FieldSerializer\\CreatedByFieldSerializer'] = new \Shopware\Core\Framework\DataAbstractionLayer\FieldSerializer\CreatedByFieldSerializer(($this->services['.container.private.validator'] ?? $this->get_Container_Private_ValidatorService()), ($this->services['Shopware\\Core\\Framework\\DataAbstractionLayer\\DefinitionInstanceRegistry'] ?? $this->getDefinitionInstanceRegistryService()));
  11912.     }
  11913.     /**
  11914.      * Gets the public 'Shopware\Core\Framework\DataAbstractionLayer\FieldSerializer\CustomFieldsSerializer' shared service.
  11915.      *
  11916.      * @return \Shopware\Core\Framework\DataAbstractionLayer\FieldSerializer\CustomFieldsSerializer
  11917.      */
  11918.     protected function getCustomFieldsSerializerService()
  11919.     {
  11920.         include_once \dirname(__DIR__4).'/vendor/shopware/core/Framework/DataAbstractionLayer/FieldSerializer/FieldSerializerInterface.php';
  11921.         include_once \dirname(__DIR__4).'/vendor/shopware/core/Framework/DataAbstractionLayer/FieldSerializer/AbstractFieldSerializer.php';
  11922.         include_once \dirname(__DIR__4).'/vendor/shopware/core/Framework/DataAbstractionLayer/FieldSerializer/JsonFieldSerializer.php';
  11923.         include_once \dirname(__DIR__4).'/vendor/shopware/core/Framework/DataAbstractionLayer/FieldSerializer/CustomFieldsSerializer.php';
  11924.         $a = ($this->services['.container.private.validator'] ?? $this->get_Container_Private_ValidatorService());
  11925.         if (isset($this->services['Shopware\\Core\\Framework\\DataAbstractionLayer\\FieldSerializer\\CustomFieldsSerializer'])) {
  11926.             return $this->services['Shopware\\Core\\Framework\\DataAbstractionLayer\\FieldSerializer\\CustomFieldsSerializer'];
  11927.         }
  11928.         $b = ($this->privates['Shopware\\Core\\Framework\\DataAbstractionLayer\\Write\\WriteCommandExtractor'] ?? $this->getWriteCommandExtractorService());
  11929.         if (isset($this->services['Shopware\\Core\\Framework\\DataAbstractionLayer\\FieldSerializer\\CustomFieldsSerializer'])) {
  11930.             return $this->services['Shopware\\Core\\Framework\\DataAbstractionLayer\\FieldSerializer\\CustomFieldsSerializer'];
  11931.         }
  11932.         return $this->services['Shopware\\Core\\Framework\\DataAbstractionLayer\\FieldSerializer\\CustomFieldsSerializer'] = new \Shopware\Core\Framework\DataAbstractionLayer\FieldSerializer\CustomFieldsSerializer(($this->services['Shopware\\Core\\Framework\\DataAbstractionLayer\\DefinitionInstanceRegistry'] ?? $this->getDefinitionInstanceRegistryService()), $a, ($this->privates['Shopware\\Core\\System\\CustomField\\CustomFieldService'] ?? $this->getCustomFieldServiceService()), $b);
  11933.     }
  11934.     /**
  11935.      * Gets the public 'Shopware\Core\Framework\DataAbstractionLayer\FieldSerializer\DateFieldSerializer' shared service.
  11936.      *
  11937.      * @return \Shopware\Core\Framework\DataAbstractionLayer\FieldSerializer\DateFieldSerializer
  11938.      */
  11939.     protected function getDateFieldSerializerService()
  11940.     {
  11941.         include_once \dirname(__DIR__4).'/vendor/shopware/core/Framework/DataAbstractionLayer/FieldSerializer/FieldSerializerInterface.php';
  11942.         include_once \dirname(__DIR__4).'/vendor/shopware/core/Framework/DataAbstractionLayer/FieldSerializer/AbstractFieldSerializer.php';
  11943.         include_once \dirname(__DIR__4).'/vendor/shopware/core/Framework/DataAbstractionLayer/FieldSerializer/DateFieldSerializer.php';
  11944.         return $this->services['Shopware\\Core\\Framework\\DataAbstractionLayer\\FieldSerializer\\DateFieldSerializer'] = new \Shopware\Core\Framework\DataAbstractionLayer\FieldSerializer\DateFieldSerializer(($this->services['.container.private.validator'] ?? $this->get_Container_Private_ValidatorService()), ($this->services['Shopware\\Core\\Framework\\DataAbstractionLayer\\DefinitionInstanceRegistry'] ?? $this->getDefinitionInstanceRegistryService()));
  11945.     }
  11946.     /**
  11947.      * Gets the public 'Shopware\Core\Framework\DataAbstractionLayer\FieldSerializer\DateTimeFieldSerializer' shared service.
  11948.      *
  11949.      * @return \Shopware\Core\Framework\DataAbstractionLayer\FieldSerializer\DateTimeFieldSerializer
  11950.      */
  11951.     protected function getDateTimeFieldSerializerService()
  11952.     {
  11953.         include_once \dirname(__DIR__4).'/vendor/shopware/core/Framework/DataAbstractionLayer/FieldSerializer/FieldSerializerInterface.php';
  11954.         include_once \dirname(__DIR__4).'/vendor/shopware/core/Framework/DataAbstractionLayer/FieldSerializer/AbstractFieldSerializer.php';
  11955.         include_once \dirname(__DIR__4).'/vendor/shopware/core/Framework/DataAbstractionLayer/FieldSerializer/DateTimeFieldSerializer.php';
  11956.         return $this->services['Shopware\\Core\\Framework\\DataAbstractionLayer\\FieldSerializer\\DateTimeFieldSerializer'] = new \Shopware\Core\Framework\DataAbstractionLayer\FieldSerializer\DateTimeFieldSerializer(($this->services['.container.private.validator'] ?? $this->get_Container_Private_ValidatorService()), ($this->services['Shopware\\Core\\Framework\\DataAbstractionLayer\\DefinitionInstanceRegistry'] ?? $this->getDefinitionInstanceRegistryService()));
  11957.     }
  11958.     /**
  11959.      * Gets the public 'Shopware\Core\Framework\DataAbstractionLayer\FieldSerializer\EmailFieldSerializer' shared service.
  11960.      *
  11961.      * @return \Shopware\Core\Framework\DataAbstractionLayer\FieldSerializer\EmailFieldSerializer
  11962.      */
  11963.     protected function getEmailFieldSerializerService()
  11964.     {
  11965.         include_once \dirname(__DIR__4).'/vendor/shopware/core/Framework/DataAbstractionLayer/FieldSerializer/FieldSerializerInterface.php';
  11966.         include_once \dirname(__DIR__4).'/vendor/shopware/core/Framework/DataAbstractionLayer/FieldSerializer/AbstractFieldSerializer.php';
  11967.         include_once \dirname(__DIR__4).'/vendor/shopware/core/Framework/DataAbstractionLayer/FieldSerializer/EmailFieldSerializer.php';
  11968.         return $this->services['Shopware\\Core\\Framework\\DataAbstractionLayer\\FieldSerializer\\EmailFieldSerializer'] = new \Shopware\Core\Framework\DataAbstractionLayer\FieldSerializer\EmailFieldSerializer(($this->services['.container.private.validator'] ?? $this->get_Container_Private_ValidatorService()), ($this->services['Shopware\\Core\\Framework\\DataAbstractionLayer\\DefinitionInstanceRegistry'] ?? $this->getDefinitionInstanceRegistryService()));
  11969.     }
  11970.     /**
  11971.      * Gets the public 'Shopware\Core\Framework\DataAbstractionLayer\FieldSerializer\FkFieldSerializer' shared service.
  11972.      *
  11973.      * @return \Shopware\Core\Framework\DataAbstractionLayer\FieldSerializer\FkFieldSerializer
  11974.      */
  11975.     protected function getFkFieldSerializerService()
  11976.     {
  11977.         include_once \dirname(__DIR__4).'/vendor/shopware/core/Framework/DataAbstractionLayer/FieldSerializer/FieldSerializerInterface.php';
  11978.         include_once \dirname(__DIR__4).'/vendor/shopware/core/Framework/DataAbstractionLayer/FieldSerializer/AbstractFieldSerializer.php';
  11979.         include_once \dirname(__DIR__4).'/vendor/shopware/core/Framework/DataAbstractionLayer/FieldSerializer/FkFieldSerializer.php';
  11980.         return $this->services['Shopware\\Core\\Framework\\DataAbstractionLayer\\FieldSerializer\\FkFieldSerializer'] = new \Shopware\Core\Framework\DataAbstractionLayer\FieldSerializer\FkFieldSerializer(($this->services['.container.private.validator'] ?? $this->get_Container_Private_ValidatorService()), ($this->services['Shopware\\Core\\Framework\\DataAbstractionLayer\\DefinitionInstanceRegistry'] ?? $this->getDefinitionInstanceRegistryService()));
  11981.     }
  11982.     /**
  11983.      * Gets the public 'Shopware\Core\Framework\DataAbstractionLayer\FieldSerializer\FloatFieldSerializer' shared service.
  11984.      *
  11985.      * @return \Shopware\Core\Framework\DataAbstractionLayer\FieldSerializer\FloatFieldSerializer
  11986.      */
  11987.     protected function getFloatFieldSerializerService()
  11988.     {
  11989.         include_once \dirname(__DIR__4).'/vendor/shopware/core/Framework/DataAbstractionLayer/FieldSerializer/FieldSerializerInterface.php';
  11990.         include_once \dirname(__DIR__4).'/vendor/shopware/core/Framework/DataAbstractionLayer/FieldSerializer/AbstractFieldSerializer.php';
  11991.         include_once \dirname(__DIR__4).'/vendor/shopware/core/Framework/DataAbstractionLayer/FieldSerializer/FloatFieldSerializer.php';
  11992.         return $this->services['Shopware\\Core\\Framework\\DataAbstractionLayer\\FieldSerializer\\FloatFieldSerializer'] = new \Shopware\Core\Framework\DataAbstractionLayer\FieldSerializer\FloatFieldSerializer(($this->services['.container.private.validator'] ?? $this->get_Container_Private_ValidatorService()), ($this->services['Shopware\\Core\\Framework\\DataAbstractionLayer\\DefinitionInstanceRegistry'] ?? $this->getDefinitionInstanceRegistryService()));
  11993.     }
  11994.     /**
  11995.      * Gets the public 'Shopware\Core\Framework\DataAbstractionLayer\FieldSerializer\IdFieldSerializer' shared service.
  11996.      *
  11997.      * @return \Shopware\Core\Framework\DataAbstractionLayer\FieldSerializer\IdFieldSerializer
  11998.      */
  11999.     protected function getIdFieldSerializerService()
  12000.     {
  12001.         include_once \dirname(__DIR__4).'/vendor/shopware/core/Framework/DataAbstractionLayer/FieldSerializer/FieldSerializerInterface.php';
  12002.         include_once \dirname(__DIR__4).'/vendor/shopware/core/Framework/DataAbstractionLayer/FieldSerializer/AbstractFieldSerializer.php';
  12003.         include_once \dirname(__DIR__4).'/vendor/shopware/core/Framework/DataAbstractionLayer/FieldSerializer/IdFieldSerializer.php';
  12004.         return $this->services['Shopware\\Core\\Framework\\DataAbstractionLayer\\FieldSerializer\\IdFieldSerializer'] = new \Shopware\Core\Framework\DataAbstractionLayer\FieldSerializer\IdFieldSerializer(($this->services['.container.private.validator'] ?? $this->get_Container_Private_ValidatorService()), ($this->services['Shopware\\Core\\Framework\\DataAbstractionLayer\\DefinitionInstanceRegistry'] ?? $this->getDefinitionInstanceRegistryService()));
  12005.     }
  12006.     /**
  12007.      * Gets the public 'Shopware\Core\Framework\DataAbstractionLayer\FieldSerializer\IntFieldSerializer' shared service.
  12008.      *
  12009.      * @return \Shopware\Core\Framework\DataAbstractionLayer\FieldSerializer\IntFieldSerializer
  12010.      */
  12011.     protected function getIntFieldSerializerService()
  12012.     {
  12013.         include_once \dirname(__DIR__4).'/vendor/shopware/core/Framework/DataAbstractionLayer/FieldSerializer/FieldSerializerInterface.php';
  12014.         include_once \dirname(__DIR__4).'/vendor/shopware/core/Framework/DataAbstractionLayer/FieldSerializer/AbstractFieldSerializer.php';
  12015.         include_once \dirname(__DIR__4).'/vendor/shopware/core/Framework/DataAbstractionLayer/FieldSerializer/IntFieldSerializer.php';
  12016.         return $this->services['Shopware\\Core\\Framework\\DataAbstractionLayer\\FieldSerializer\\IntFieldSerializer'] = new \Shopware\Core\Framework\DataAbstractionLayer\FieldSerializer\IntFieldSerializer(($this->services['.container.private.validator'] ?? $this->get_Container_Private_ValidatorService()), ($this->services['Shopware\\Core\\Framework\\DataAbstractionLayer\\DefinitionInstanceRegistry'] ?? $this->getDefinitionInstanceRegistryService()));
  12017.     }
  12018.     /**
  12019.      * Gets the public 'Shopware\Core\Framework\DataAbstractionLayer\FieldSerializer\JsonFieldSerializer' shared service.
  12020.      *
  12021.      * @return \Shopware\Core\Framework\DataAbstractionLayer\FieldSerializer\JsonFieldSerializer
  12022.      */
  12023.     protected function getJsonFieldSerializerService()
  12024.     {
  12025.         include_once \dirname(__DIR__4).'/vendor/shopware/core/Framework/DataAbstractionLayer/FieldSerializer/FieldSerializerInterface.php';
  12026.         include_once \dirname(__DIR__4).'/vendor/shopware/core/Framework/DataAbstractionLayer/FieldSerializer/AbstractFieldSerializer.php';
  12027.         include_once \dirname(__DIR__4).'/vendor/shopware/core/Framework/DataAbstractionLayer/FieldSerializer/JsonFieldSerializer.php';
  12028.         return $this->services['Shopware\\Core\\Framework\\DataAbstractionLayer\\FieldSerializer\\JsonFieldSerializer'] = new \Shopware\Core\Framework\DataAbstractionLayer\FieldSerializer\JsonFieldSerializer(($this->services['.container.private.validator'] ?? $this->get_Container_Private_ValidatorService()), ($this->services['Shopware\\Core\\Framework\\DataAbstractionLayer\\DefinitionInstanceRegistry'] ?? $this->getDefinitionInstanceRegistryService()));
  12029.     }
  12030.     /**
  12031.      * Gets the public 'Shopware\Core\Framework\DataAbstractionLayer\FieldSerializer\ListFieldSerializer' shared service.
  12032.      *
  12033.      * @return \Shopware\Core\Framework\DataAbstractionLayer\FieldSerializer\ListFieldSerializer
  12034.      */
  12035.     protected function getListFieldSerializerService()
  12036.     {
  12037.         include_once \dirname(__DIR__4).'/vendor/shopware/core/Framework/DataAbstractionLayer/FieldSerializer/FieldSerializerInterface.php';
  12038.         include_once \dirname(__DIR__4).'/vendor/shopware/core/Framework/DataAbstractionLayer/FieldSerializer/AbstractFieldSerializer.php';
  12039.         include_once \dirname(__DIR__4).'/vendor/shopware/core/Framework/DataAbstractionLayer/FieldSerializer/ListFieldSerializer.php';
  12040.         return $this->services['Shopware\\Core\\Framework\\DataAbstractionLayer\\FieldSerializer\\ListFieldSerializer'] = new \Shopware\Core\Framework\DataAbstractionLayer\FieldSerializer\ListFieldSerializer(($this->services['.container.private.validator'] ?? $this->get_Container_Private_ValidatorService()), ($this->services['Shopware\\Core\\Framework\\DataAbstractionLayer\\DefinitionInstanceRegistry'] ?? $this->getDefinitionInstanceRegistryService()));
  12041.     }
  12042.     /**
  12043.      * Gets the public 'Shopware\Core\Framework\DataAbstractionLayer\FieldSerializer\LongTextFieldSerializer' shared service.
  12044.      *
  12045.      * @return \Shopware\Core\Framework\DataAbstractionLayer\FieldSerializer\LongTextFieldSerializer
  12046.      */
  12047.     protected function getLongTextFieldSerializerService()
  12048.     {
  12049.         include_once \dirname(__DIR__4).'/vendor/shopware/core/Framework/DataAbstractionLayer/FieldSerializer/FieldSerializerInterface.php';
  12050.         include_once \dirname(__DIR__4).'/vendor/shopware/core/Framework/DataAbstractionLayer/FieldSerializer/AbstractFieldSerializer.php';
  12051.         include_once \dirname(__DIR__4).'/vendor/shopware/core/Framework/DataAbstractionLayer/FieldSerializer/LongTextFieldSerializer.php';
  12052.         return $this->services['Shopware\\Core\\Framework\\DataAbstractionLayer\\FieldSerializer\\LongTextFieldSerializer'] = new \Shopware\Core\Framework\DataAbstractionLayer\FieldSerializer\LongTextFieldSerializer(($this->services['.container.private.validator'] ?? $this->get_Container_Private_ValidatorService()), ($this->services['Shopware\\Core\\Framework\\DataAbstractionLayer\\DefinitionInstanceRegistry'] ?? $this->getDefinitionInstanceRegistryService()), ($this->services['Shopware\\Core\\Framework\\Util\\HtmlSanitizer'] ?? $this->getHtmlSanitizerService()));
  12053.     }
  12054.     /**
  12055.      * Gets the public 'Shopware\Core\Framework\DataAbstractionLayer\FieldSerializer\ManyToManyAssociationFieldSerializer' shared service.
  12056.      *
  12057.      * @return \Shopware\Core\Framework\DataAbstractionLayer\FieldSerializer\ManyToManyAssociationFieldSerializer
  12058.      */
  12059.     protected function getManyToManyAssociationFieldSerializerService()
  12060.     {
  12061.         include_once \dirname(__DIR__4).'/vendor/shopware/core/Framework/DataAbstractionLayer/FieldSerializer/FieldSerializerInterface.php';
  12062.         include_once \dirname(__DIR__4).'/vendor/shopware/core/Framework/DataAbstractionLayer/FieldSerializer/ManyToManyAssociationFieldSerializer.php';
  12063.         return $this->services['Shopware\\Core\\Framework\\DataAbstractionLayer\\FieldSerializer\\ManyToManyAssociationFieldSerializer'] = new \Shopware\Core\Framework\DataAbstractionLayer\FieldSerializer\ManyToManyAssociationFieldSerializer(($this->privates['Shopware\\Core\\Framework\\DataAbstractionLayer\\Write\\WriteCommandExtractor'] ?? $this->getWriteCommandExtractorService()), ($this->services['Shopware\\Core\\Framework\\DataAbstractionLayer\\DefinitionInstanceRegistry'] ?? $this->getDefinitionInstanceRegistryService()));
  12064.     }
  12065.     /**
  12066.      * Gets the public 'Shopware\Core\Framework\DataAbstractionLayer\FieldSerializer\ManyToOneAssociationFieldSerializer' shared service.
  12067.      *
  12068.      * @return \Shopware\Core\Framework\DataAbstractionLayer\FieldSerializer\ManyToOneAssociationFieldSerializer
  12069.      */
  12070.     protected function getManyToOneAssociationFieldSerializerService()
  12071.     {
  12072.         include_once \dirname(__DIR__4).'/vendor/shopware/core/Framework/DataAbstractionLayer/FieldSerializer/FieldSerializerInterface.php';
  12073.         include_once \dirname(__DIR__4).'/vendor/shopware/core/Framework/DataAbstractionLayer/FieldSerializer/ManyToOneAssociationFieldSerializer.php';
  12074.         return $this->services['Shopware\\Core\\Framework\\DataAbstractionLayer\\FieldSerializer\\ManyToOneAssociationFieldSerializer'] = new \Shopware\Core\Framework\DataAbstractionLayer\FieldSerializer\ManyToOneAssociationFieldSerializer(($this->privates['Shopware\\Core\\Framework\\DataAbstractionLayer\\Write\\WriteCommandExtractor'] ?? $this->getWriteCommandExtractorService()), ($this->services['Shopware\\Core\\Framework\\DataAbstractionLayer\\DefinitionInstanceRegistry'] ?? $this->getDefinitionInstanceRegistryService()));
  12075.     }
  12076.     /**
  12077.      * Gets the public 'Shopware\Core\Framework\DataAbstractionLayer\FieldSerializer\OneToManyAssociationFieldSerializer' shared service.
  12078.      *
  12079.      * @return \Shopware\Core\Framework\DataAbstractionLayer\FieldSerializer\OneToManyAssociationFieldSerializer
  12080.      */
  12081.     protected function getOneToManyAssociationFieldSerializerService()
  12082.     {
  12083.         include_once \dirname(__DIR__4).'/vendor/shopware/core/Framework/DataAbstractionLayer/FieldSerializer/FieldSerializerInterface.php';
  12084.         include_once \dirname(__DIR__4).'/vendor/shopware/core/Framework/DataAbstractionLayer/FieldSerializer/OneToManyAssociationFieldSerializer.php';
  12085.         return $this->services['Shopware\\Core\\Framework\\DataAbstractionLayer\\FieldSerializer\\OneToManyAssociationFieldSerializer'] = new \Shopware\Core\Framework\DataAbstractionLayer\FieldSerializer\OneToManyAssociationFieldSerializer(($this->privates['Shopware\\Core\\Framework\\DataAbstractionLayer\\Write\\WriteCommandExtractor'] ?? $this->getWriteCommandExtractorService()), ($this->services['Shopware\\Core\\Framework\\DataAbstractionLayer\\Write\\EntityWriteGatewayInterface'] ?? $this->getEntityWriteGatewayInterfaceService()));
  12086.     }
  12087.     /**
  12088.      * Gets the public 'Shopware\Core\Framework\DataAbstractionLayer\FieldSerializer\OneToOneAssociationFieldSerializer' shared service.
  12089.      *
  12090.      * @return \Shopware\Core\Framework\DataAbstractionLayer\FieldSerializer\OneToOneAssociationFieldSerializer
  12091.      */
  12092.     protected function getOneToOneAssociationFieldSerializerService()
  12093.     {
  12094.         include_once \dirname(__DIR__4).'/vendor/shopware/core/Framework/DataAbstractionLayer/FieldSerializer/FieldSerializerInterface.php';
  12095.         include_once \dirname(__DIR__4).'/vendor/shopware/core/Framework/DataAbstractionLayer/FieldSerializer/OneToOneAssociationFieldSerializer.php';
  12096.         return $this->services['Shopware\\Core\\Framework\\DataAbstractionLayer\\FieldSerializer\\OneToOneAssociationFieldSerializer'] = new \Shopware\Core\Framework\DataAbstractionLayer\FieldSerializer\OneToOneAssociationFieldSerializer(($this->privates['Shopware\\Core\\Framework\\DataAbstractionLayer\\Write\\WriteCommandExtractor'] ?? $this->getWriteCommandExtractorService()), ($this->services['Shopware\\Core\\Framework\\DataAbstractionLayer\\DefinitionInstanceRegistry'] ?? $this->getDefinitionInstanceRegistryService()));
  12097.     }
  12098.     /**
  12099.      * Gets the public 'Shopware\Core\Framework\DataAbstractionLayer\FieldSerializer\PHPUnserializeFieldSerializer' shared service.
  12100.      *
  12101.      * @return \Shopware\Core\Framework\DataAbstractionLayer\FieldSerializer\PHPUnserializeFieldSerializer
  12102.      */
  12103.     protected function getPHPUnserializeFieldSerializerService()
  12104.     {
  12105.         include_once \dirname(__DIR__4).'/vendor/shopware/core/Framework/DataAbstractionLayer/FieldSerializer/FieldSerializerInterface.php';
  12106.         include_once \dirname(__DIR__4).'/vendor/shopware/core/Framework/DataAbstractionLayer/FieldSerializer/AbstractFieldSerializer.php';
  12107.         include_once \dirname(__DIR__4).'/vendor/shopware/core/Framework/DataAbstractionLayer/FieldSerializer/PHPUnserializeFieldSerializer.php';
  12108.         return $this->services['Shopware\\Core\\Framework\\DataAbstractionLayer\\FieldSerializer\\PHPUnserializeFieldSerializer'] = new \Shopware\Core\Framework\DataAbstractionLayer\FieldSerializer\PHPUnserializeFieldSerializer();
  12109.     }
  12110.     /**
  12111.      * Gets the public 'Shopware\Core\Framework\DataAbstractionLayer\FieldSerializer\PasswordFieldSerializer' shared service.
  12112.      *
  12113.      * @return \Shopware\Core\Framework\DataAbstractionLayer\FieldSerializer\PasswordFieldSerializer
  12114.      */
  12115.     protected function getPasswordFieldSerializerService()
  12116.     {
  12117.         include_once \dirname(__DIR__4).'/vendor/shopware/core/Framework/DataAbstractionLayer/FieldSerializer/FieldSerializerInterface.php';
  12118.         include_once \dirname(__DIR__4).'/vendor/shopware/core/Framework/DataAbstractionLayer/FieldSerializer/AbstractFieldSerializer.php';
  12119.         include_once \dirname(__DIR__4).'/vendor/shopware/core/Framework/DataAbstractionLayer/FieldSerializer/PasswordFieldSerializer.php';
  12120.         return $this->services['Shopware\\Core\\Framework\\DataAbstractionLayer\\FieldSerializer\\PasswordFieldSerializer'] = new \Shopware\Core\Framework\DataAbstractionLayer\FieldSerializer\PasswordFieldSerializer(($this->services['.container.private.validator'] ?? $this->get_Container_Private_ValidatorService()), ($this->services['Shopware\\Core\\Framework\\DataAbstractionLayer\\DefinitionInstanceRegistry'] ?? $this->getDefinitionInstanceRegistryService()), ($this->services['Shopware\\Core\\System\\SystemConfig\\SystemConfigService'] ?? $this->getSystemConfigServiceService()));
  12121.     }
  12122.     /**
  12123.      * Gets the public 'Shopware\Core\Framework\DataAbstractionLayer\FieldSerializer\PriceDefinitionFieldSerializer' shared service.
  12124.      *
  12125.      * @return \Shopware\Core\Framework\DataAbstractionLayer\FieldSerializer\PriceDefinitionFieldSerializer
  12126.      */
  12127.     protected function getPriceDefinitionFieldSerializerService()
  12128.     {
  12129.         include_once \dirname(__DIR__4).'/vendor/shopware/core/Framework/DataAbstractionLayer/FieldSerializer/FieldSerializerInterface.php';
  12130.         include_once \dirname(__DIR__4).'/vendor/shopware/core/Framework/DataAbstractionLayer/FieldSerializer/AbstractFieldSerializer.php';
  12131.         include_once \dirname(__DIR__4).'/vendor/shopware/core/Framework/DataAbstractionLayer/FieldSerializer/JsonFieldSerializer.php';
  12132.         include_once \dirname(__DIR__4).'/vendor/shopware/core/Framework/DataAbstractionLayer/FieldSerializer/PriceDefinitionFieldSerializer.php';
  12133.         return $this->services['Shopware\\Core\\Framework\\DataAbstractionLayer\\FieldSerializer\\PriceDefinitionFieldSerializer'] = new \Shopware\Core\Framework\DataAbstractionLayer\FieldSerializer\PriceDefinitionFieldSerializer(($this->services['Shopware\\Core\\Framework\\DataAbstractionLayer\\DefinitionInstanceRegistry'] ?? $this->getDefinitionInstanceRegistryService()), ($this->services['.container.private.validator'] ?? $this->get_Container_Private_ValidatorService()), ($this->privates['Shopware\\Core\\Framework\\Rule\\Collector\\RuleConditionRegistry'] ?? $this->getRuleConditionRegistryService()));
  12134.     }
  12135.     /**
  12136.      * Gets the public 'Shopware\Core\Framework\DataAbstractionLayer\FieldSerializer\PriceFieldSerializer' shared service.
  12137.      *
  12138.      * @return \Shopware\Core\Framework\DataAbstractionLayer\FieldSerializer\PriceFieldSerializer
  12139.      */
  12140.     protected function getPriceFieldSerializerService()
  12141.     {
  12142.         include_once \dirname(__DIR__4).'/vendor/shopware/core/Framework/DataAbstractionLayer/FieldSerializer/FieldSerializerInterface.php';
  12143.         include_once \dirname(__DIR__4).'/vendor/shopware/core/Framework/DataAbstractionLayer/FieldSerializer/AbstractFieldSerializer.php';
  12144.         include_once \dirname(__DIR__4).'/vendor/shopware/core/Framework/DataAbstractionLayer/FieldSerializer/PriceFieldSerializer.php';
  12145.         return $this->services['Shopware\\Core\\Framework\\DataAbstractionLayer\\FieldSerializer\\PriceFieldSerializer'] = new \Shopware\Core\Framework\DataAbstractionLayer\FieldSerializer\PriceFieldSerializer(($this->services['Shopware\\Core\\Framework\\DataAbstractionLayer\\DefinitionInstanceRegistry'] ?? $this->getDefinitionInstanceRegistryService()), ($this->services['.container.private.validator'] ?? $this->get_Container_Private_ValidatorService()));
  12146.     }
  12147.     /**
  12148.      * Gets the public 'Shopware\Core\Framework\DataAbstractionLayer\FieldSerializer\ReferenceVersionFieldSerializer' shared service.
  12149.      *
  12150.      * @return \Shopware\Core\Framework\DataAbstractionLayer\FieldSerializer\ReferenceVersionFieldSerializer
  12151.      */
  12152.     protected function getReferenceVersionFieldSerializerService()
  12153.     {
  12154.         include_once \dirname(__DIR__4).'/vendor/shopware/core/Framework/DataAbstractionLayer/FieldSerializer/FieldSerializerInterface.php';
  12155.         include_once \dirname(__DIR__4).'/vendor/shopware/core/Framework/DataAbstractionLayer/FieldSerializer/ReferenceVersionFieldSerializer.php';
  12156.         return $this->services['Shopware\\Core\\Framework\\DataAbstractionLayer\\FieldSerializer\\ReferenceVersionFieldSerializer'] = new \Shopware\Core\Framework\DataAbstractionLayer\FieldSerializer\ReferenceVersionFieldSerializer();
  12157.     }
  12158.     /**
  12159.      * Gets the public 'Shopware\Core\Framework\DataAbstractionLayer\FieldSerializer\RemoteAddressFieldSerializer' shared service.
  12160.      *
  12161.      * @return \Shopware\Core\Framework\DataAbstractionLayer\FieldSerializer\RemoteAddressFieldSerializer
  12162.      */
  12163.     protected function getRemoteAddressFieldSerializerService()
  12164.     {
  12165.         include_once \dirname(__DIR__4).'/vendor/shopware/core/Framework/DataAbstractionLayer/FieldSerializer/FieldSerializerInterface.php';
  12166.         include_once \dirname(__DIR__4).'/vendor/shopware/core/Framework/DataAbstractionLayer/FieldSerializer/AbstractFieldSerializer.php';
  12167.         include_once \dirname(__DIR__4).'/vendor/shopware/core/Framework/DataAbstractionLayer/FieldSerializer/RemoteAddressFieldSerializer.php';
  12168.         return $this->services['Shopware\\Core\\Framework\\DataAbstractionLayer\\FieldSerializer\\RemoteAddressFieldSerializer'] = new \Shopware\Core\Framework\DataAbstractionLayer\FieldSerializer\RemoteAddressFieldSerializer(($this->services['.container.private.validator'] ?? $this->get_Container_Private_ValidatorService()), ($this->services['Shopware\\Core\\Framework\\DataAbstractionLayer\\DefinitionInstanceRegistry'] ?? $this->getDefinitionInstanceRegistryService()), ($this->services['Shopware\\Core\\System\\SystemConfig\\SystemConfigService'] ?? $this->getSystemConfigServiceService()));
  12169.     }
  12170.     /**
  12171.      * Gets the public 'Shopware\Core\Framework\DataAbstractionLayer\FieldSerializer\StateMachineStateFieldSerializer' shared service.
  12172.      *
  12173.      * @return \Shopware\Core\Framework\DataAbstractionLayer\FieldSerializer\StateMachineStateFieldSerializer
  12174.      */
  12175.     protected function getStateMachineStateFieldSerializerService()
  12176.     {
  12177.         include_once \dirname(__DIR__4).'/vendor/shopware/core/Framework/DataAbstractionLayer/FieldSerializer/FieldSerializerInterface.php';
  12178.         include_once \dirname(__DIR__4).'/vendor/shopware/core/Framework/DataAbstractionLayer/FieldSerializer/AbstractFieldSerializer.php';
  12179.         include_once \dirname(__DIR__4).'/vendor/shopware/core/Framework/DataAbstractionLayer/FieldSerializer/FkFieldSerializer.php';
  12180.         include_once \dirname(__DIR__4).'/vendor/shopware/core/Framework/DataAbstractionLayer/FieldSerializer/StateMachineStateFieldSerializer.php';
  12181.         return $this->services['Shopware\\Core\\Framework\\DataAbstractionLayer\\FieldSerializer\\StateMachineStateFieldSerializer'] = new \Shopware\Core\Framework\DataAbstractionLayer\FieldSerializer\StateMachineStateFieldSerializer(($this->services['.container.private.validator'] ?? $this->get_Container_Private_ValidatorService()), ($this->services['Shopware\\Core\\Framework\\DataAbstractionLayer\\DefinitionInstanceRegistry'] ?? $this->getDefinitionInstanceRegistryService()));
  12182.     }
  12183.     /**
  12184.      * Gets the public 'Shopware\Core\Framework\DataAbstractionLayer\FieldSerializer\StringFieldSerializer' shared service.
  12185.      *
  12186.      * @return \Shopware\Core\Framework\DataAbstractionLayer\FieldSerializer\StringFieldSerializer
  12187.      */
  12188.     protected function getStringFieldSerializerService()
  12189.     {
  12190.         include_once \dirname(__DIR__4).'/vendor/shopware/core/Framework/DataAbstractionLayer/FieldSerializer/FieldSerializerInterface.php';
  12191.         include_once \dirname(__DIR__4).'/vendor/shopware/core/Framework/DataAbstractionLayer/FieldSerializer/AbstractFieldSerializer.php';
  12192.         include_once \dirname(__DIR__4).'/vendor/shopware/core/Framework/DataAbstractionLayer/FieldSerializer/StringFieldSerializer.php';
  12193.         return $this->services['Shopware\\Core\\Framework\\DataAbstractionLayer\\FieldSerializer\\StringFieldSerializer'] = new \Shopware\Core\Framework\DataAbstractionLayer\FieldSerializer\StringFieldSerializer(($this->services['.container.private.validator'] ?? $this->get_Container_Private_ValidatorService()), ($this->services['Shopware\\Core\\Framework\\DataAbstractionLayer\\DefinitionInstanceRegistry'] ?? $this->getDefinitionInstanceRegistryService()), ($this->services['Shopware\\Core\\Framework\\Util\\HtmlSanitizer'] ?? $this->getHtmlSanitizerService()));
  12194.     }
  12195.     /**
  12196.      * Gets the public 'Shopware\Core\Framework\DataAbstractionLayer\FieldSerializer\TaxFreeConfigFieldSerializer' shared service.
  12197.      *
  12198.      * @return \Shopware\Core\Framework\DataAbstractionLayer\FieldSerializer\TaxFreeConfigFieldSerializer
  12199.      */
  12200.     protected function getTaxFreeConfigFieldSerializerService()
  12201.     {
  12202.         include_once \dirname(__DIR__4).'/vendor/shopware/core/Framework/DataAbstractionLayer/FieldSerializer/FieldSerializerInterface.php';
  12203.         include_once \dirname(__DIR__4).'/vendor/shopware/core/Framework/DataAbstractionLayer/FieldSerializer/AbstractFieldSerializer.php';
  12204.         include_once \dirname(__DIR__4).'/vendor/shopware/core/Framework/DataAbstractionLayer/FieldSerializer/JsonFieldSerializer.php';
  12205.         include_once \dirname(__DIR__4).'/vendor/shopware/core/Framework/DataAbstractionLayer/FieldSerializer/TaxFreeConfigFieldSerializer.php';
  12206.         return $this->services['Shopware\\Core\\Framework\\DataAbstractionLayer\\FieldSerializer\\TaxFreeConfigFieldSerializer'] = new \Shopware\Core\Framework\DataAbstractionLayer\FieldSerializer\TaxFreeConfigFieldSerializer(($this->services['.container.private.validator'] ?? $this->get_Container_Private_ValidatorService()), ($this->services['Shopware\\Core\\Framework\\DataAbstractionLayer\\DefinitionInstanceRegistry'] ?? $this->getDefinitionInstanceRegistryService()));
  12207.     }
  12208.     /**
  12209.      * Gets the public 'Shopware\Core\Framework\DataAbstractionLayer\FieldSerializer\TimeZoneFieldSerializer' shared service.
  12210.      *
  12211.      * @return \Shopware\Core\Framework\DataAbstractionLayer\FieldSerializer\TimeZoneFieldSerializer
  12212.      */
  12213.     protected function getTimeZoneFieldSerializerService()
  12214.     {
  12215.         include_once \dirname(__DIR__4).'/vendor/shopware/core/Framework/DataAbstractionLayer/FieldSerializer/FieldSerializerInterface.php';
  12216.         include_once \dirname(__DIR__4).'/vendor/shopware/core/Framework/DataAbstractionLayer/FieldSerializer/AbstractFieldSerializer.php';
  12217.         include_once \dirname(__DIR__4).'/vendor/shopware/core/Framework/DataAbstractionLayer/FieldSerializer/TimeZoneFieldSerializer.php';
  12218.         return $this->services['Shopware\\Core\\Framework\\DataAbstractionLayer\\FieldSerializer\\TimeZoneFieldSerializer'] = new \Shopware\Core\Framework\DataAbstractionLayer\FieldSerializer\TimeZoneFieldSerializer(($this->services['.container.private.validator'] ?? $this->get_Container_Private_ValidatorService()), ($this->services['Shopware\\Core\\Framework\\DataAbstractionLayer\\DefinitionInstanceRegistry'] ?? $this->getDefinitionInstanceRegistryService()));
  12219.     }
  12220.     /**
  12221.      * Gets the public 'Shopware\Core\Framework\DataAbstractionLayer\FieldSerializer\TranslatedFieldSerializer' shared service.
  12222.      *
  12223.      * @return \Shopware\Core\Framework\DataAbstractionLayer\FieldSerializer\TranslatedFieldSerializer
  12224.      */
  12225.     protected function getTranslatedFieldSerializerService()
  12226.     {
  12227.         include_once \dirname(__DIR__4).'/vendor/shopware/core/Framework/DataAbstractionLayer/FieldSerializer/FieldSerializerInterface.php';
  12228.         include_once \dirname(__DIR__4).'/vendor/shopware/core/Framework/DataAbstractionLayer/FieldSerializer/TranslatedFieldSerializer.php';
  12229.         return $this->services['Shopware\\Core\\Framework\\DataAbstractionLayer\\FieldSerializer\\TranslatedFieldSerializer'] = new \Shopware\Core\Framework\DataAbstractionLayer\FieldSerializer\TranslatedFieldSerializer();
  12230.     }
  12231.     /**
  12232.      * Gets the public 'Shopware\Core\Framework\DataAbstractionLayer\FieldSerializer\TranslationsAssociationFieldSerializer' shared service.
  12233.      *
  12234.      * @return \Shopware\Core\Framework\DataAbstractionLayer\FieldSerializer\TranslationsAssociationFieldSerializer
  12235.      */
  12236.     protected function getTranslationsAssociationFieldSerializerService()
  12237.     {
  12238.         include_once \dirname(__DIR__4).'/vendor/shopware/core/Framework/DataAbstractionLayer/FieldSerializer/FieldSerializerInterface.php';
  12239.         include_once \dirname(__DIR__4).'/vendor/shopware/core/Framework/DataAbstractionLayer/FieldSerializer/TranslationsAssociationFieldSerializer.php';
  12240.         return $this->services['Shopware\\Core\\Framework\\DataAbstractionLayer\\FieldSerializer\\TranslationsAssociationFieldSerializer'] = new \Shopware\Core\Framework\DataAbstractionLayer\FieldSerializer\TranslationsAssociationFieldSerializer(($this->privates['Shopware\\Core\\Framework\\DataAbstractionLayer\\Write\\WriteCommandExtractor'] ?? $this->getWriteCommandExtractorService()), ($this->services['Shopware\\Core\\Framework\\DataAbstractionLayer\\Write\\EntityWriteGatewayInterface'] ?? $this->getEntityWriteGatewayInterfaceService()));
  12241.     }
  12242.     /**
  12243.      * Gets the public 'Shopware\Core\Framework\DataAbstractionLayer\FieldSerializer\UpdatedAtFieldSerializer' shared service.
  12244.      *
  12245.      * @return \Shopware\Core\Framework\DataAbstractionLayer\FieldSerializer\UpdatedAtFieldSerializer
  12246.      */
  12247.     protected function getUpdatedAtFieldSerializerService()
  12248.     {
  12249.         include_once \dirname(__DIR__4).'/vendor/shopware/core/Framework/DataAbstractionLayer/FieldSerializer/FieldSerializerInterface.php';
  12250.         include_once \dirname(__DIR__4).'/vendor/shopware/core/Framework/DataAbstractionLayer/FieldSerializer/AbstractFieldSerializer.php';
  12251.         include_once \dirname(__DIR__4).'/vendor/shopware/core/Framework/DataAbstractionLayer/FieldSerializer/DateTimeFieldSerializer.php';
  12252.         include_once \dirname(__DIR__4).'/vendor/shopware/core/Framework/DataAbstractionLayer/FieldSerializer/UpdatedAtFieldSerializer.php';
  12253.         return $this->services['Shopware\\Core\\Framework\\DataAbstractionLayer\\FieldSerializer\\UpdatedAtFieldSerializer'] = new \Shopware\Core\Framework\DataAbstractionLayer\FieldSerializer\UpdatedAtFieldSerializer(($this->services['.container.private.validator'] ?? $this->get_Container_Private_ValidatorService()), ($this->services['Shopware\\Core\\Framework\\DataAbstractionLayer\\DefinitionInstanceRegistry'] ?? $this->getDefinitionInstanceRegistryService()));
  12254.     }
  12255.     /**
  12256.      * Gets the public 'Shopware\Core\Framework\DataAbstractionLayer\FieldSerializer\UpdatedByFieldSerializer' shared service.
  12257.      *
  12258.      * @return \Shopware\Core\Framework\DataAbstractionLayer\FieldSerializer\UpdatedByFieldSerializer
  12259.      */
  12260.     protected function getUpdatedByFieldSerializerService()
  12261.     {
  12262.         include_once \dirname(__DIR__4).'/vendor/shopware/core/Framework/DataAbstractionLayer/FieldSerializer/FieldSerializerInterface.php';
  12263.         include_once \dirname(__DIR__4).'/vendor/shopware/core/Framework/DataAbstractionLayer/FieldSerializer/AbstractFieldSerializer.php';
  12264.         include_once \dirname(__DIR__4).'/vendor/shopware/core/Framework/DataAbstractionLayer/FieldSerializer/FkFieldSerializer.php';
  12265.         include_once \dirname(__DIR__4).'/vendor/shopware/core/Framework/DataAbstractionLayer/FieldSerializer/UpdatedByFieldSerializer.php';
  12266.         return $this->services['Shopware\\Core\\Framework\\DataAbstractionLayer\\FieldSerializer\\UpdatedByFieldSerializer'] = new \Shopware\Core\Framework\DataAbstractionLayer\FieldSerializer\UpdatedByFieldSerializer(($this->services['.container.private.validator'] ?? $this->get_Container_Private_ValidatorService()), ($this->services['Shopware\\Core\\Framework\\DataAbstractionLayer\\DefinitionInstanceRegistry'] ?? $this->getDefinitionInstanceRegistryService()));
  12267.     }
  12268.     /**
  12269.      * Gets the public 'Shopware\Core\Framework\DataAbstractionLayer\FieldSerializer\VariantListingConfigFieldSerializer' shared service.
  12270.      *
  12271.      * @return \Shopware\Core\Framework\DataAbstractionLayer\FieldSerializer\VariantListingConfigFieldSerializer
  12272.      */
  12273.     protected function getVariantListingConfigFieldSerializerService()
  12274.     {
  12275.         include_once \dirname(__DIR__4).'/vendor/shopware/core/Framework/DataAbstractionLayer/FieldSerializer/FieldSerializerInterface.php';
  12276.         include_once \dirname(__DIR__4).'/vendor/shopware/core/Framework/DataAbstractionLayer/FieldSerializer/AbstractFieldSerializer.php';
  12277.         include_once \dirname(__DIR__4).'/vendor/shopware/core/Framework/DataAbstractionLayer/FieldSerializer/VariantListingConfigFieldSerializer.php';
  12278.         return $this->services['Shopware\\Core\\Framework\\DataAbstractionLayer\\FieldSerializer\\VariantListingConfigFieldSerializer'] = new \Shopware\Core\Framework\DataAbstractionLayer\FieldSerializer\VariantListingConfigFieldSerializer(($this->services['Shopware\\Core\\Framework\\DataAbstractionLayer\\DefinitionInstanceRegistry'] ?? $this->getDefinitionInstanceRegistryService()), ($this->services['.container.private.validator'] ?? $this->get_Container_Private_ValidatorService()));
  12279.     }
  12280.     /**
  12281.      * Gets the public 'Shopware\Core\Framework\DataAbstractionLayer\FieldSerializer\VersionDataPayloadFieldSerializer' shared service.
  12282.      *
  12283.      * @return \Shopware\Core\Framework\DataAbstractionLayer\FieldSerializer\VersionDataPayloadFieldSerializer
  12284.      */
  12285.     protected function getVersionDataPayloadFieldSerializerService()
  12286.     {
  12287.         include_once \dirname(__DIR__4).'/vendor/shopware/core/Framework/DataAbstractionLayer/FieldSerializer/FieldSerializerInterface.php';
  12288.         include_once \dirname(__DIR__4).'/vendor/shopware/core/Framework/DataAbstractionLayer/FieldSerializer/VersionDataPayloadFieldSerializer.php';
  12289.         return $this->services['Shopware\\Core\\Framework\\DataAbstractionLayer\\FieldSerializer\\VersionDataPayloadFieldSerializer'] = new \Shopware\Core\Framework\DataAbstractionLayer\FieldSerializer\VersionDataPayloadFieldSerializer();
  12290.     }
  12291.     /**
  12292.      * Gets the public 'Shopware\Core\Framework\DataAbstractionLayer\FieldSerializer\VersionFieldSerializer' shared service.
  12293.      *
  12294.      * @return \Shopware\Core\Framework\DataAbstractionLayer\FieldSerializer\VersionFieldSerializer
  12295.      */
  12296.     protected function getVersionFieldSerializerService()
  12297.     {
  12298.         include_once \dirname(__DIR__4).'/vendor/shopware/core/Framework/DataAbstractionLayer/FieldSerializer/FieldSerializerInterface.php';
  12299.         include_once \dirname(__DIR__4).'/vendor/shopware/core/Framework/DataAbstractionLayer/FieldSerializer/VersionFieldSerializer.php';
  12300.         return $this->services['Shopware\\Core\\Framework\\DataAbstractionLayer\\FieldSerializer\\VersionFieldSerializer'] = new \Shopware\Core\Framework\DataAbstractionLayer\FieldSerializer\VersionFieldSerializer();
  12301.     }
  12302.     /**
  12303.      * Gets the public 'Shopware\Core\Framework\DataAbstractionLayer\Indexing\EntityIndexerRegistry' shared service.
  12304.      *
  12305.      * @return \Shopware\Core\Framework\DataAbstractionLayer\Indexing\EntityIndexerRegistry
  12306.      */
  12307.     protected function getEntityIndexerRegistryService()
  12308.     {
  12309.         include_once \dirname(__DIR__4).'/vendor/shopware/core/Framework/DataAbstractionLayer/Indexing/EntityIndexerRegistry.php';
  12310.         $a = ($this->services['messenger.default_bus'] ?? $this->getMessenger_DefaultBusService());
  12311.         if (isset($this->services['Shopware\\Core\\Framework\\DataAbstractionLayer\\Indexing\\EntityIndexerRegistry'])) {
  12312.             return $this->services['Shopware\\Core\\Framework\\DataAbstractionLayer\\Indexing\\EntityIndexerRegistry'];
  12313.         }
  12314.         $b = ($this->services['event_dispatcher'] ?? $this->getEventDispatcherService());
  12315.         if (isset($this->services['Shopware\\Core\\Framework\\DataAbstractionLayer\\Indexing\\EntityIndexerRegistry'])) {
  12316.             return $this->services['Shopware\\Core\\Framework\\DataAbstractionLayer\\Indexing\\EntityIndexerRegistry'];
  12317.         }
  12318.         return $this->services['Shopware\\Core\\Framework\\DataAbstractionLayer\\Indexing\\EntityIndexerRegistry'] = new \Shopware\Core\Framework\DataAbstractionLayer\Indexing\EntityIndexerRegistry(new RewindableGenerator(function () {
  12319.             yield => ($this->privates['Shopware\\Core\\Content\\LandingPage\\DataAbstractionLayer\\LandingPageIndexer'] ?? $this->getLandingPageIndexerService());
  12320.             yield => ($this->services['DreiscSeoPro\\Core\\Content\\Category\\CategoryIndexer'] ?? $this->getCategoryIndexerService());
  12321.             yield => ($this->services['DreiscSeoPro\\Core\\Content\\Product\\ProductIndexer'] ?? $this->getProductIndexerService());
  12322.             yield => ($this->privates['Shopware\\Core\\Content\\Product\\DataAbstractionLayer\\ProductIndexer'] ?? $this->getProductIndexer2Service());
  12323.             yield => ($this->privates['SwagMigrationAssistant\\Migration\\MessageQueue\\OrderCountIndexer'] ?? $this->getOrderCountIndexerService());
  12324.             yield => ($this->privates['Pixel\\LexikonSW6\\Entities\\Items\\DataAbstractionLayer\\LexikonItemsIndexer'] ?? $this->getLexikonItemsIndexerService());
  12325.             yield => ($this->privates['Pixel\\LexikonSW6\\Entities\\Categories\\DataAbstractionLayer\\LexikonCategoriesIndexer'] ?? $this->getLexikonCategoriesIndexerService());
  12326.             yield => ($this->privates['Shopware\\Core\\System\\SalesChannel\\DataAbstractionLayer\\SalesChannelIndexer'] ?? $this->getSalesChannelIndexerService());
  12327.             yield => ($this->privates['Shopware\\Core\\Content\\Category\\DataAbstractionLayer\\CategoryIndexer'] ?? $this->getCategoryIndexer2Service());
  12328.             yield => ($this->privates['Shopware\\Core\\Content\\Media\\DataAbstractionLayer\\MediaIndexer'] ?? $this->getMediaIndexerService());
  12329.             yield 10 => ($this->privates['Shopware\\Core\\Content\\Media\\DataAbstractionLayer\\MediaFolderConfigurationIndexer'] ?? $this->getMediaFolderConfigurationIndexerService());
  12330.             yield 11 => ($this->privates['Shopware\\Core\\Content\\Media\\DataAbstractionLayer\\MediaFolderIndexer'] ?? $this->getMediaFolderIndexerService());
  12331.             yield 12 => ($this->privates['Shopware\\Core\\Content\\Product\\DataAbstractionLayer\\ProductStreamUpdater'] ?? $this->getProductStreamUpdaterService());
  12332.             yield 13 => ($this->privates['Shopware\\Core\\Content\\Newsletter\\DataAbstractionLayer\\NewsletterRecipientIndexer'] ?? $this->getNewsletterRecipientIndexerService());
  12333.             yield 14 => ($this->privates['Shopware\\Core\\Content\\Rule\\DataAbstractionLayer\\RuleIndexer'] ?? $this->getRuleIndexerService());
  12334.             yield 15 => ($this->privates['Shopware\\Core\\Content\\ProductStream\\DataAbstractionLayer\\ProductStreamIndexer'] ?? $this->getProductStreamIndexerService());
  12335.             yield 16 => ($this->privates['Shopware\\Core\\Content\\Flow\\Indexing\\FlowIndexer'] ?? $this->getFlowIndexerService());
  12336.             yield 17 => ($this->privates['Shopware\\Core\\Checkout\\Payment\\DataAbstractionLayer\\PaymentMethodIndexer'] ?? $this->getPaymentMethodIndexerService());
  12337.             yield 18 => ($this->privates['Shopware\\Core\\Checkout\\Promotion\\DataAbstractionLayer\\PromotionIndexer'] ?? $this->getPromotionIndexerService());
  12338.             yield 19 => ($this->privates['Shopware\\Storefront\\Theme\\DataAbstractionLayer\\ThemeIndexer'] ?? $this->getThemeIndexerService());
  12339.             yield 20 => ($this->privates['Nds\\RecipeManager\\Core\\Content\\Recipe\\RecipeEntitiesIndexer'] ?? $this->getRecipeEntitiesIndexerService());
  12340.             yield 21 => ($this->privates['Nds\\RecipeManager\\Core\\Content\\Category\\CategoryEntitiesIndexer'] ?? $this->getCategoryEntitiesIndexerService());
  12341.             yield 22 => ($this->privates['Nds\\RecipeManager\\Core\\Content\\Tag\\TagEntitiesIndexer'] ?? $this->getTagEntitiesIndexerService());
  12342.             yield 23 => ($this->privates['MoorlCreator\\Core\\Content\\Creator\\DataAbstractionLayer\\CreatorIndexer'] ?? $this->getCreatorIndexerService());
  12343.             yield 24 => ($this->privates['MoorlMagazine\\Core\\Content\\MagazineArticle\\DataAbstractionLayer\\MagazineArticleIndexer'] ?? $this->getMagazineArticleIndexerService());
  12344.         }, 25), $a$b);
  12345.     }
  12346.     /**
  12347.      * Gets the public 'Shopware\Core\Framework\DataAbstractionLayer\Read\EntityReaderInterface' shared service.
  12348.      *
  12349.      * @return \Shopware\Core\Framework\DataAbstractionLayer\Dbal\EntityReader
  12350.      */
  12351.     protected function getEntityReaderInterfaceService()
  12352.     {
  12353.         return $this->services['Shopware\\Core\\Framework\\DataAbstractionLayer\\Read\\EntityReaderInterface'] = new \Shopware\Core\Framework\DataAbstractionLayer\Dbal\EntityReader(($this->services['Doctrine\\DBAL\\Connection'] ?? $this->getConnectionService()), ($this->services['Shopware\\Core\\Framework\\DataAbstractionLayer\\Dbal\\EntityHydrator'] ?? ($this->services['Shopware\\Core\\Framework\\DataAbstractionLayer\\Dbal\\EntityHydrator'] = new \Shopware\Core\Framework\DataAbstractionLayer\Dbal\EntityHydrator($this))), ($this->privates['Shopware\\Core\\Framework\\DataAbstractionLayer\\Dbal\\EntityDefinitionQueryHelper'] ?? ($this->privates['Shopware\\Core\\Framework\\DataAbstractionLayer\\Dbal\\EntityDefinitionQueryHelper'] = new \Shopware\Core\Framework\DataAbstractionLayer\Dbal\EntityDefinitionQueryHelper())), ($this->privates['Shopware\\Core\\Framework\\DataAbstractionLayer\\Search\\Parser\\SqlQueryParser'] ?? $this->getSqlQueryParserService()), ($this->privates['Shopware\\Core\\Framework\\DataAbstractionLayer\\Dbal\\CriteriaQueryBuilder'] ?? $this->getCriteriaQueryBuilderService()), ($this->services['logger'] ?? $this->getLoggerService()));
  12354.     }
  12355.     /**
  12356.      * Gets the public 'Shopware\Core\Framework\DataAbstractionLayer\Search\EntityAggregatorInterface' shared service.
  12357.      *
  12358.      * @return \Shopware\Elasticsearch\Framework\DataAbstractionLayer\ElasticsearchEntityAggregator
  12359.      */
  12360.     protected function getEntityAggregatorInterfaceService()
  12361.     {
  12362.         $a = ($this->services['Shopware\\Elasticsearch\\Framework\\ElasticsearchHelper'] ?? $this->getElasticsearchHelperService());
  12363.         if (isset($this->services['Shopware\\Core\\Framework\\DataAbstractionLayer\\Search\\EntityAggregatorInterface'])) {
  12364.             return $this->services['Shopware\\Core\\Framework\\DataAbstractionLayer\\Search\\EntityAggregatorInterface'];
  12365.         }
  12366.         $b = ($this->services['event_dispatcher'] ?? $this->getEventDispatcherService());
  12367.         if (isset($this->services['Shopware\\Core\\Framework\\DataAbstractionLayer\\Search\\EntityAggregatorInterface'])) {
  12368.             return $this->services['Shopware\\Core\\Framework\\DataAbstractionLayer\\Search\\EntityAggregatorInterface'];
  12369.         }
  12370.         $c = ($this->services['Shopware\\Core\\Framework\\DataAbstractionLayer\\DefinitionInstanceRegistry'] ?? $this->getDefinitionInstanceRegistryService());
  12371.         return $this->services['Shopware\\Core\\Framework\\DataAbstractionLayer\\Search\\EntityAggregatorInterface'] = new \Shopware\Elasticsearch\Framework\DataAbstractionLayer\ElasticsearchEntityAggregator($a, ($this->services['Elasticsearch\\Client'] ?? $this->getClientService()), new \Shopware\Core\Framework\DataAbstractionLayer\Dbal\EntityAggregator(($this->services['Doctrine\\DBAL\\Connection'] ?? $this->getConnectionService()), ($this->privates['Shopware\\Core\\Framework\\DataAbstractionLayer\\Dbal\\EntityDefinitionQueryHelper'] ?? ($this->privates['Shopware\\Core\\Framework\\DataAbstractionLayer\\Dbal\\EntityDefinitionQueryHelper'] = new \Shopware\Core\Framework\DataAbstractionLayer\Dbal\EntityDefinitionQueryHelper())), $c, ($this->privates['Shopware\\Core\\Framework\\DataAbstractionLayer\\Dbal\\CriteriaQueryBuilder'] ?? $this->getCriteriaQueryBuilderService()), $this->getEnv('bool:SHOPWARE_DBAL_TIMEZONE_SUPPORT_ENABLED'), ($this->privates['Shopware\\Core\\Framework\\DataAbstractionLayer\\Search\\Term\\SearchTermInterpreter'] ?? $this->getSearchTermInterpreterService()), ($this->privates['Shopware\\Core\\Framework\\DataAbstractionLayer\\Search\\Term\\EntityScoreQueryBuilder'] ?? ($this->privates['Shopware\\Core\\Framework\\DataAbstractionLayer\\Search\\Term\\EntityScoreQueryBuilder'] = new \Shopware\Core\Framework\DataAbstractionLayer\Search\Term\EntityScoreQueryBuilder()))), new \Shopware\Elasticsearch\Framework\DataAbstractionLayer\ElasticsearchEntityAggregatorHydrator($c), $b);
  12372.     }
  12373.     /**
  12374.      * Gets the public 'Shopware\Core\Framework\DataAbstractionLayer\Search\EntitySearcherInterface' shared service.
  12375.      *
  12376.      * @return \Shopware\Elasticsearch\Framework\DataAbstractionLayer\ElasticsearchEntitySearcher
  12377.      */
  12378.     protected function getEntitySearcherInterfaceService()
  12379.     {
  12380.         $a = ($this->services['Shopware\\Elasticsearch\\Framework\\ElasticsearchHelper'] ?? $this->getElasticsearchHelperService());
  12381.         if (isset($this->services['Shopware\\Core\\Framework\\DataAbstractionLayer\\Search\\EntitySearcherInterface'])) {
  12382.             return $this->services['Shopware\\Core\\Framework\\DataAbstractionLayer\\Search\\EntitySearcherInterface'];
  12383.         }
  12384.         $b = ($this->services['event_dispatcher'] ?? $this->getEventDispatcherService());
  12385.         if (isset($this->services['Shopware\\Core\\Framework\\DataAbstractionLayer\\Search\\EntitySearcherInterface'])) {
  12386.             return $this->services['Shopware\\Core\\Framework\\DataAbstractionLayer\\Search\\EntitySearcherInterface'];
  12387.         }
  12388.         return $this->services['Shopware\\Core\\Framework\\DataAbstractionLayer\\Search\\EntitySearcherInterface'] = new \Shopware\Elasticsearch\Framework\DataAbstractionLayer\ElasticsearchEntitySearcher(($this->services['Elasticsearch\\Client'] ?? $this->getClientService()), new \Shopware\Core\Framework\DataAbstractionLayer\Dbal\EntitySearcher(($this->services['Doctrine\\DBAL\\Connection'] ?? $this->getConnectionService()), ($this->privates['Shopware\\Core\\Framework\\DataAbstractionLayer\\Dbal\\EntityDefinitionQueryHelper'] ?? ($this->privates['Shopware\\Core\\Framework\\DataAbstractionLayer\\Dbal\\EntityDefinitionQueryHelper'] = new \Shopware\Core\Framework\DataAbstractionLayer\Dbal\EntityDefinitionQueryHelper())), ($this->privates['Shopware\\Core\\Framework\\DataAbstractionLayer\\Dbal\\CriteriaQueryBuilder'] ?? $this->getCriteriaQueryBuilderService())), $a, ($this->privates['Shopware\\Elasticsearch\\Framework\\DataAbstractionLayer\\CriteriaParser'] ?? $this->getCriteriaParserService()), new \Shopware\Elasticsearch\Framework\DataAbstractionLayer\ElasticsearchEntitySearchHydrator(), $b);
  12389.     }
  12390.     /**
  12391.      * Gets the public 'Shopware\Core\Framework\DataAbstractionLayer\VersionManager' shared service.
  12392.      *
  12393.      * @return \Shopware\Core\Framework\DataAbstractionLayer\VersionManager
  12394.      */
  12395.     protected function getVersionManagerService()
  12396.     {
  12397.         $a = ($this->services['Shopware\\Core\\Framework\\DataAbstractionLayer\\Write\\EntityWriter'] ?? $this->getEntityWriterService());
  12398.         if (isset($this->services['Shopware\\Core\\Framework\\DataAbstractionLayer\\VersionManager'])) {
  12399.             return $this->services['Shopware\\Core\\Framework\\DataAbstractionLayer\\VersionManager'];
  12400.         }
  12401.         $b = ($this->services['Shopware\\Core\\Framework\\DataAbstractionLayer\\Write\\EntityWriteGatewayInterface'] ?? $this->getEntityWriteGatewayInterfaceService());
  12402.         if (isset($this->services['Shopware\\Core\\Framework\\DataAbstractionLayer\\VersionManager'])) {
  12403.             return $this->services['Shopware\\Core\\Framework\\DataAbstractionLayer\\VersionManager'];
  12404.         }
  12405.         $c = ($this->services['event_dispatcher'] ?? $this->getEventDispatcherService());
  12406.         if (isset($this->services['Shopware\\Core\\Framework\\DataAbstractionLayer\\VersionManager'])) {
  12407.             return $this->services['Shopware\\Core\\Framework\\DataAbstractionLayer\\VersionManager'];
  12408.         }
  12409.         return $this->services['Shopware\\Core\\Framework\\DataAbstractionLayer\\VersionManager'] = new \Shopware\Core\Framework\DataAbstractionLayer\VersionManager($a, ($this->services['Shopware\\Core\\Framework\\DataAbstractionLayer\\Read\\EntityReaderInterface'] ?? $this->getEntityReaderInterfaceService()), ($this->services['Shopware\\Core\\Framework\\DataAbstractionLayer\\Search\\EntitySearcherInterface'] ?? $this->getEntitySearcherInterfaceService()), $b$c, ($this->services['.container.private.serializer'] ?? $this->get_Container_Private_SerializerService()), ($this->services['Shopware\\Core\\Framework\\DataAbstractionLayer\\DefinitionInstanceRegistry'] ?? $this->getDefinitionInstanceRegistryService()), ($this->services['Shopware\\Core\\Framework\\DataAbstractionLayer\\Version\\Aggregate\\VersionCommit\\VersionCommitDefinition'] ?? $this->getVersionCommitDefinitionService()), ($this->services['Shopware\\Core\\Framework\\DataAbstractionLayer\\Version\\Aggregate\\VersionCommitData\\VersionCommitDataDefinition'] ?? $this->getVersionCommitDataDefinitionService()), ($this->services['Shopware\\Core\\Framework\\DataAbstractionLayer\\Version\\VersionDefinition'] ?? $this->getVersionDefinitionService()), ($this->privates['lock.default.factory'] ?? $this->getLock_Default_FactoryService()));
  12410.     }
  12411.     /**
  12412.      * Gets the public 'Shopware\Core\Framework\DataAbstractionLayer\Version\Aggregate\VersionCommitData\VersionCommitDataDefinition' shared service.
  12413.      *
  12414.      * @return \Shopware\Core\Framework\DataAbstractionLayer\Version\Aggregate\VersionCommitData\VersionCommitDataDefinition
  12415.      */
  12416.     protected function getVersionCommitDataDefinitionService()
  12417.     {
  12418.         $this->services['Shopware\\Core\\Framework\\DataAbstractionLayer\\Version\\Aggregate\\VersionCommitData\\VersionCommitDataDefinition'] = $instance = new \Shopware\Core\Framework\DataAbstractionLayer\Version\Aggregate\VersionCommitData\VersionCommitDataDefinition();
  12419.         $instance->compile(($this->services['Shopware\\Core\\Framework\\DataAbstractionLayer\\DefinitionInstanceRegistry'] ?? $this->getDefinitionInstanceRegistryService()));
  12420.         return $instance;
  12421.     }
  12422.     /**
  12423.      * Gets the public 'Shopware\Core\Framework\DataAbstractionLayer\Version\Aggregate\VersionCommit\VersionCommitDefinition' shared service.
  12424.      *
  12425.      * @return \Shopware\Core\Framework\DataAbstractionLayer\Version\Aggregate\VersionCommit\VersionCommitDefinition
  12426.      */
  12427.     protected function getVersionCommitDefinitionService()
  12428.     {
  12429.         $this->services['Shopware\\Core\\Framework\\DataAbstractionLayer\\Version\\Aggregate\\VersionCommit\\VersionCommitDefinition'] = $instance = new \Shopware\Core\Framework\DataAbstractionLayer\Version\Aggregate\VersionCommit\VersionCommitDefinition();
  12430.         $instance->compile(($this->services['Shopware\\Core\\Framework\\DataAbstractionLayer\\DefinitionInstanceRegistry'] ?? $this->getDefinitionInstanceRegistryService()));
  12431.         return $instance;
  12432.     }
  12433.     /**
  12434.      * Gets the public 'Shopware\Core\Framework\DataAbstractionLayer\Version\VersionDefinition' shared service.
  12435.      *
  12436.      * @return \Shopware\Core\Framework\DataAbstractionLayer\Version\VersionDefinition
  12437.      */
  12438.     protected function getVersionDefinitionService()
  12439.     {
  12440.         $this->services['Shopware\\Core\\Framework\\DataAbstractionLayer\\Version\\VersionDefinition'] = $instance = new \Shopware\Core\Framework\DataAbstractionLayer\Version\VersionDefinition();
  12441.         $instance->compile(($this->services['Shopware\\Core\\Framework\\DataAbstractionLayer\\DefinitionInstanceRegistry'] ?? $this->getDefinitionInstanceRegistryService()));
  12442.         return $instance;
  12443.     }
  12444.     /**
  12445.      * Gets the public 'Shopware\Core\Framework\DataAbstractionLayer\Write\EntityWriteGatewayInterface' shared service.
  12446.      *
  12447.      * @return \Shopware\Core\Framework\DataAbstractionLayer\Dbal\EntityWriteGateway
  12448.      */
  12449.     protected function getEntityWriteGatewayInterfaceService()
  12450.     {
  12451.         $a = ($this->services['event_dispatcher'] ?? $this->getEventDispatcherService());
  12452.         if (isset($this->services['Shopware\\Core\\Framework\\DataAbstractionLayer\\Write\\EntityWriteGatewayInterface'])) {
  12453.             return $this->services['Shopware\\Core\\Framework\\DataAbstractionLayer\\Write\\EntityWriteGatewayInterface'];
  12454.         }
  12455.         return $this->services['Shopware\\Core\\Framework\\DataAbstractionLayer\\Write\\EntityWriteGatewayInterface'] = new \Shopware\Core\Framework\DataAbstractionLayer\Dbal\EntityWriteGateway(125, ($this->services['Doctrine\\DBAL\\Connection'] ?? $this->getConnectionService()), $a, new \Shopware\Core\Framework\DataAbstractionLayer\Dbal\ExceptionHandlerRegistry(new RewindableGenerator(function () {
  12456.             yield => ($this->privates['Shopware\\Core\\System\\Language\\LanguageExceptionHandler'] ?? ($this->privates['Shopware\\Core\\System\\Language\\LanguageExceptionHandler'] = new \Shopware\Core\System\Language\LanguageExceptionHandler()));
  12457.             yield => ($this->privates['Shopware\\Core\\System\\SalesChannel\\SalesChannelExceptionHandler'] ?? ($this->privates['Shopware\\Core\\System\\SalesChannel\\SalesChannelExceptionHandler'] = new \Shopware\Core\System\SalesChannel\SalesChannelExceptionHandler()));
  12458.             yield => ($this->privates['Shopware\\Core\\Content\\Product\\DataAbstractionLayer\\ProductExceptionHandler'] ?? ($this->privates['Shopware\\Core\\Content\\Product\\DataAbstractionLayer\\ProductExceptionHandler'] = new \Shopware\Core\Content\Product\DataAbstractionLayer\ProductExceptionHandler()));
  12459.             yield => ($this->privates['Shopware\\Core\\Content\\Product\\SalesChannel\\Sorting\\ProductSortingExceptionHandler'] ?? ($this->privates['Shopware\\Core\\Content\\Product\\SalesChannel\\Sorting\\ProductSortingExceptionHandler'] = new \Shopware\Core\Content\Product\SalesChannel\Sorting\ProductSortingExceptionHandler()));
  12460.             yield => ($this->privates['Shopware\\Core\\Content\\Product\\Aggregate\\ProductSearchConfigField\\ProductSearchConfigFieldExceptionHandler'] ?? ($this->privates['Shopware\\Core\\Content\\Product\\Aggregate\\ProductSearchConfigField\\ProductSearchConfigFieldExceptionHandler'] = new \Shopware\Core\Content\Product\Aggregate\ProductSearchConfigField\ProductSearchConfigFieldExceptionHandler()));
  12461.             yield => ($this->privates['Shopware\\Core\\Content\\Product\\Aggregate\\ProductSearchConfig\\ProductSearchConfigExceptionHandler'] ?? ($this->privates['Shopware\\Core\\Content\\Product\\Aggregate\\ProductSearchConfig\\ProductSearchConfigExceptionHandler'] = new \Shopware\Core\Content\Product\Aggregate\ProductSearchConfig\ProductSearchConfigExceptionHandler()));
  12462.             yield => ($this->privates['Shopware\\Core\\Content\\Newsletter\\NewsletterExceptionHandler'] ?? ($this->privates['Shopware\\Core\\Content\\Newsletter\\NewsletterExceptionHandler'] = new \Shopware\Core\Content\Newsletter\NewsletterExceptionHandler()));
  12463.             yield => ($this->privates['Shopware\\Core\\Content\\ProductExport\\DataAbstractionLayer\\ProductExportExceptionHandler'] ?? ($this->privates['Shopware\\Core\\Content\\ProductExport\\DataAbstractionLayer\\ProductExportExceptionHandler'] = new \Shopware\Core\Content\ProductExport\DataAbstractionLayer\ProductExportExceptionHandler()));
  12464.             yield => ($this->privates['Shopware\\Core\\Checkout\\Customer\\DataAbstractionLayer\\CustomerWishlistProductExceptionHandler'] ?? ($this->privates['Shopware\\Core\\Checkout\\Customer\\DataAbstractionLayer\\CustomerWishlistProductExceptionHandler'] = new \Shopware\Core\Checkout\Customer\DataAbstractionLayer\CustomerWishlistProductExceptionHandler()));
  12465.             yield => ($this->privates['Shopware\\Core\\Checkout\\Order\\OrderExceptionHandler'] ?? ($this->privates['Shopware\\Core\\Checkout\\Order\\OrderExceptionHandler'] = new \Shopware\Core\Checkout\Order\OrderExceptionHandler()));
  12466.         }, 10)), ($this->services['Shopware\\Core\\Framework\\DataAbstractionLayer\\DefinitionInstanceRegistry'] ?? $this->getDefinitionInstanceRegistryService()));
  12467.     }
  12468.     /**
  12469.      * Gets the public 'Shopware\Core\Framework\DataAbstractionLayer\Write\EntityWriter' shared service.
  12470.      *
  12471.      * @return \Shopware\Core\Framework\DataAbstractionLayer\Write\EntityWriter
  12472.      */
  12473.     protected function getEntityWriterService()
  12474.     {
  12475.         $a = ($this->privates['Shopware\\Core\\Framework\\DataAbstractionLayer\\Write\\WriteCommandExtractor'] ?? $this->getWriteCommandExtractorService());
  12476.         if (isset($this->services['Shopware\\Core\\Framework\\DataAbstractionLayer\\Write\\EntityWriter'])) {
  12477.             return $this->services['Shopware\\Core\\Framework\\DataAbstractionLayer\\Write\\EntityWriter'];
  12478.         }
  12479.         $b = ($this->services['Shopware\\Core\\Framework\\DataAbstractionLayer\\Write\\EntityWriteGatewayInterface'] ?? $this->getEntityWriteGatewayInterfaceService());
  12480.         if (isset($this->services['Shopware\\Core\\Framework\\DataAbstractionLayer\\Write\\EntityWriter'])) {
  12481.             return $this->services['Shopware\\Core\\Framework\\DataAbstractionLayer\\Write\\EntityWriter'];
  12482.         }
  12483.         $c = ($this->services['Doctrine\\DBAL\\Connection'] ?? $this->getConnectionService());
  12484.         $d = ($this->services['Shopware\\Core\\Framework\\DataAbstractionLayer\\DefinitionInstanceRegistry'] ?? $this->getDefinitionInstanceRegistryService());
  12485.         return $this->services['Shopware\\Core\\Framework\\DataAbstractionLayer\\Write\\EntityWriter'] = new \Shopware\Core\Framework\DataAbstractionLayer\Write\EntityWriter($a, new \Shopware\Core\Framework\DataAbstractionLayer\Dbal\EntityForeignKeyResolver($c, ($this->privates['Shopware\\Core\\Framework\\DataAbstractionLayer\\Dbal\\EntityDefinitionQueryHelper'] ?? ($this->privates['Shopware\\Core\\Framework\\DataAbstractionLayer\\Dbal\\EntityDefinitionQueryHelper'] = new \Shopware\Core\Framework\DataAbstractionLayer\Dbal\EntityDefinitionQueryHelper()))), $b, ($this->privates['Shopware\\Core\\System\\Language\\CachedLanguageLoader'] ?? $this->getCachedLanguageLoaderService()), $d, new \Shopware\Core\Framework\DataAbstractionLayer\Write\EntityWriteResultFactory($d$c));
  12486.     }
  12487.     /**
  12488.      * Gets the public 'Shopware\Core\Framework\Event\BusinessEventRegistry' shared service.
  12489.      *
  12490.      * @return \Shopware\Core\Framework\Event\BusinessEventRegistry
  12491.      */
  12492.     protected function getBusinessEventRegistryService()
  12493.     {
  12494.         include_once \dirname(__DIR__4).'/vendor/shopware/core/Framework/Event/BusinessEventRegistry.php';
  12495.         $this->services['Shopware\\Core\\Framework\\Event\\BusinessEventRegistry'] = $instance = new \Shopware\Core\Framework\Event\BusinessEventRegistry();
  12496.         $instance->addClasses([=> 'Shopware\\Core\\Framework\\Event\\BusinessEvent'=> 'Shopware\\Core\\Checkout\\Customer\\Event\\CustomerBeforeLoginEvent'=> 'Shopware\\Core\\Checkout\\Customer\\Event\\CustomerLoginEvent'=> 'Shopware\\Core\\Checkout\\Customer\\Event\\CustomerLogoutEvent'=> 'Shopware\\Core\\Checkout\\Customer\\Event\\CustomerDeletedEvent'=> 'Shopware\\Core\\System\\User\\Recovery\\UserRecoveryRequestEvent'=> 'Shopware\\Core\\Checkout\\Customer\\Event\\CustomerChangedPaymentMethodEvent'=> 'Shopware\\Core\\Checkout\\Cart\\Event\\CheckoutOrderPlacedEvent'=> 'Shopware\\Core\\Checkout\\Order\\Event\\OrderPaymentMethodChangedEvent'=> 'Shopware\\Core\\Checkout\\Customer\\Event\\CustomerAccountRecoverRequestEvent'10 => 'Shopware\\Core\\Checkout\\Customer\\Event\\CustomerDoubleOptInRegistrationEvent'11 => 'Shopware\\Core\\Checkout\\Customer\\Event\\CustomerGroupRegistrationAccepted'12 => 'Shopware\\Core\\Checkout\\Customer\\Event\\CustomerGroupRegistrationDeclined'13 => 'Shopware\\Core\\Checkout\\Customer\\Event\\CustomerRegisterEvent'14 => 'Shopware\\Core\\Checkout\\Customer\\Event\\DoubleOptInGuestOrderEvent'15 => 'Shopware\\Core\\Checkout\\Customer\\Event\\GuestCustomerRegisterEvent'16 => 'Shopware\\Core\\Content\\ContactForm\\Event\\ContactFormEvent'17 => 'Shopware\\Core\\Content\\MailTemplate\\Service\\Event\\MailBeforeSentEvent'18 => 'Shopware\\Core\\Content\\MailTemplate\\Service\\Event\\MailBeforeValidateEvent'19 => 'Shopware\\Core\\Content\\MailTemplate\\Service\\Event\\MailSentEvent'20 => 'Shopware\\Core\\Content\\Newsletter\\Event\\NewsletterConfirmEvent'21 => 'Shopware\\Core\\Content\\Newsletter\\Event\\NewsletterRegisterEvent'22 => 'Shopware\\Core\\Content\\Newsletter\\Event\\NewsletterUnsubscribeEvent'23 => 'Shopware\\Core\\Content\\Newsletter\\Event\\NewsletterUpdateEvent'24 => 'Shopware\\Core\\Content\\ProductExport\\Event\\ProductExportLoggingEvent']);
  12497.         return $instance;
  12498.     }
  12499.     /**
  12500.      * Gets the public 'Shopware\Core\Framework\Event\EventAction\Aggregate\EventActionRule\EventActionRuleDefinition' shared service.
  12501.      *
  12502.      * @return \Shopware\Core\Framework\Event\EventAction\Aggregate\EventActionRule\EventActionRuleDefinition
  12503.      */
  12504.     protected function getEventActionRuleDefinitionService()
  12505.     {
  12506.         include_once \dirname(__DIR__4).'/vendor/shopware/core/Framework/Event/EventAction/Aggregate/EventActionRule/EventActionRuleDefinition.php';
  12507.         $this->services['Shopware\\Core\\Framework\\Event\\EventAction\\Aggregate\\EventActionRule\\EventActionRuleDefinition'] = $instance = new \Shopware\Core\Framework\Event\EventAction\Aggregate\EventActionRule\EventActionRuleDefinition();
  12508.         $instance->compile(($this->services['Shopware\\Core\\Framework\\DataAbstractionLayer\\DefinitionInstanceRegistry'] ?? $this->getDefinitionInstanceRegistryService()));
  12509.         return $instance;
  12510.     }
  12511.     /**
  12512.      * Gets the public 'Shopware\Core\Framework\Event\EventAction\Aggregate\EventActionSalesChannel\EventActionSalesChannelDefinition' shared service.
  12513.      *
  12514.      * @return \Shopware\Core\Framework\Event\EventAction\Aggregate\EventActionSalesChannel\EventActionSalesChannelDefinition
  12515.      */
  12516.     protected function getEventActionSalesChannelDefinitionService()
  12517.     {
  12518.         include_once \dirname(__DIR__4).'/vendor/shopware/core/Framework/Event/EventAction/Aggregate/EventActionSalesChannel/EventActionSalesChannelDefinition.php';
  12519.         $this->services['Shopware\\Core\\Framework\\Event\\EventAction\\Aggregate\\EventActionSalesChannel\\EventActionSalesChannelDefinition'] = $instance = new \Shopware\Core\Framework\Event\EventAction\Aggregate\EventActionSalesChannel\EventActionSalesChannelDefinition();
  12520.         $instance->compile(($this->services['Shopware\\Core\\Framework\\DataAbstractionLayer\\DefinitionInstanceRegistry'] ?? $this->getDefinitionInstanceRegistryService()));
  12521.         return $instance;
  12522.     }
  12523.     /**
  12524.      * Gets the public 'Shopware\Core\Framework\Event\EventAction\EventActionDefinition' shared service.
  12525.      *
  12526.      * @return \Shopware\Core\Framework\Event\EventAction\EventActionDefinition
  12527.      */
  12528.     protected function getEventActionDefinitionService()
  12529.     {
  12530.         $this->services['Shopware\\Core\\Framework\\Event\\EventAction\\EventActionDefinition'] = $instance = new \Shopware\Core\Framework\Event\EventAction\EventActionDefinition();
  12531.         $instance->compile(($this->services['Shopware\\Core\\Framework\\DataAbstractionLayer\\DefinitionInstanceRegistry'] ?? $this->getDefinitionInstanceRegistryService()));
  12532.         return $instance;
  12533.     }
  12534.     /**
  12535.      * Gets the public 'Shopware\Core\Framework\Increment\Controller\IncrementApiController' shared service.
  12536.      *
  12537.      * @return \Shopware\Core\Framework\Increment\Controller\IncrementApiController
  12538.      */
  12539.     protected function getIncrementApiControllerService()
  12540.     {
  12541.         include_once \dirname(__DIR__4).'/vendor/shopware/core/Framework/Increment/Controller/IncrementApiController.php';
  12542.         return $this->services['Shopware\\Core\\Framework\\Increment\\Controller\\IncrementApiController'] = new \Shopware\Core\Framework\Increment\Controller\IncrementApiController(($this->services['shopware.increment.gateway.registry'] ?? $this->getShopware_Increment_Gateway_RegistryService()));
  12543.     }
  12544.     /**
  12545.      * Gets the public 'Shopware\Core\Framework\Log\LogEntryDefinition' shared service.
  12546.      *
  12547.      * @return \Shopware\Core\Framework\Log\LogEntryDefinition
  12548.      */
  12549.     protected function getLogEntryDefinitionService()
  12550.     {
  12551.         include_once \dirname(__DIR__4).'/vendor/shopware/core/Framework/Log/LogEntryDefinition.php';
  12552.         $this->services['Shopware\\Core\\Framework\\Log\\LogEntryDefinition'] = $instance = new \Shopware\Core\Framework\Log\LogEntryDefinition();
  12553.         $instance->compile(($this->services['Shopware\\Core\\Framework\\DataAbstractionLayer\\DefinitionInstanceRegistry'] ?? $this->getDefinitionInstanceRegistryService()));
  12554.         return $instance;
  12555.     }
  12556.     /**
  12557.      * Gets the public 'Shopware\Core\Framework\MessageQueue\Api\ConsumeMessagesController' shared service.
  12558.      *
  12559.      * @return \Shopware\Core\Framework\MessageQueue\Api\ConsumeMessagesController
  12560.      */
  12561.     protected function getConsumeMessagesControllerService()
  12562.     {
  12563.         include_once \dirname(__DIR__4).'/vendor/shopware/core/Framework/MessageQueue/Api/ConsumeMessagesController.php';
  12564.         include_once \dirname(__DIR__4).'/vendor/shopware/core/Framework/MessageQueue/Subscriber/EarlyReturnMessagesListener.php';
  12565.         include_once \dirname(__DIR__4).'/vendor/symfony/messenger/EventListener/DispatchPcntlSignalListener.php';
  12566.         $this->services['Shopware\\Core\\Framework\\MessageQueue\\Api\\ConsumeMessagesController'] = $instance = new \Shopware\Core\Framework\MessageQueue\Api\ConsumeMessagesController(($this->privates['messenger.receiver_locator'] ?? $this->getMessenger_ReceiverLocatorService()), ($this->services['messenger.default_bus'] ?? $this->getMessenger_DefaultBusService()), 20, ($this->privates['messenger.listener.stop_worker_on_restart_signal_listener'] ?? $this->getMessenger_Listener_StopWorkerOnRestartSignalListenerService()), ($this->privates['messenger.listener.stop_worker_on_sigterm_signal_listener'] ?? $this->getMessenger_Listener_StopWorkerOnSigtermSignalListenerService()), ($this->privates['messenger.listener.dispatch_pcntl_signal_listener'] ?? ($this->privates['messenger.listener.dispatch_pcntl_signal_listener'] = new \Symfony\Component\Messenger\EventListener\DispatchPcntlSignalListener())), new \Shopware\Core\Framework\MessageQueue\Subscriber\EarlyReturnMessagesListener(), 'default''128M');
  12567.         $instance->setContainer($this);
  12568.         return $instance;
  12569.     }
  12570.     /**
  12571.      * Gets the public 'Shopware\Core\Framework\MessageQueue\DeadMessage\DeadMessageDefinition' shared service.
  12572.      *
  12573.      * @return \Shopware\Core\Framework\MessageQueue\DeadMessage\DeadMessageDefinition
  12574.      */
  12575.     protected function getDeadMessageDefinitionService()
  12576.     {
  12577.         include_once \dirname(__DIR__4).'/vendor/shopware/core/Framework/MessageQueue/DeadMessage/DeadMessageDefinition.php';
  12578.         $this->services['Shopware\\Core\\Framework\\MessageQueue\\DeadMessage\\DeadMessageDefinition'] = $instance = new \Shopware\Core\Framework\MessageQueue\DeadMessage\DeadMessageDefinition();
  12579.         $instance->compile(($this->services['Shopware\\Core\\Framework\\DataAbstractionLayer\\DefinitionInstanceRegistry'] ?? $this->getDefinitionInstanceRegistryService()));
  12580.         return $instance;
  12581.     }
  12582.     /**
  12583.      * Gets the public 'Shopware\Core\Framework\MessageQueue\MessageQueueStatsDefinition' shared service.
  12584.      *
  12585.      * @return \Shopware\Core\Framework\MessageQueue\MessageQueueStatsDefinition
  12586.      */
  12587.     protected function getMessageQueueStatsDefinitionService()
  12588.     {
  12589.         include_once \dirname(__DIR__4).'/vendor/shopware/core/Framework/MessageQueue/MessageQueueStatsDefinition.php';
  12590.         $this->services['Shopware\\Core\\Framework\\MessageQueue\\MessageQueueStatsDefinition'] = $instance = new \Shopware\Core\Framework\MessageQueue\MessageQueueStatsDefinition();
  12591.         $instance->compile(($this->services['Shopware\\Core\\Framework\\DataAbstractionLayer\\DefinitionInstanceRegistry'] ?? $this->getDefinitionInstanceRegistryService()));
  12592.         return $instance;
  12593.     }
  12594.     /**
  12595.      * Gets the public 'Shopware\Core\Framework\MessageQueue\ScheduledTask\Api\ScheduledTaskController' shared service.
  12596.      *
  12597.      * @return \Shopware\Core\Framework\MessageQueue\ScheduledTask\Api\ScheduledTaskController
  12598.      */
  12599.     protected function getScheduledTaskController2Service()
  12600.     {
  12601.         include_once \dirname(__DIR__4).'/vendor/shopware/core/Framework/MessageQueue/ScheduledTask/Api/ScheduledTaskController.php';
  12602.         $this->services['Shopware\\Core\\Framework\\MessageQueue\\ScheduledTask\\Api\\ScheduledTaskController'] = $instance = new \Shopware\Core\Framework\MessageQueue\ScheduledTask\Api\ScheduledTaskController(($this->privates['Shopware\\Core\\Framework\\MessageQueue\\ScheduledTask\\Scheduler\\TaskScheduler'] ?? $this->getTaskSchedulerService()));
  12603.         $instance->setContainer($this);
  12604.         return $instance;
  12605.     }
  12606.     /**
  12607.      * Gets the public 'Shopware\Core\Framework\MessageQueue\ScheduledTask\ScheduledTaskDefinition' shared service.
  12608.      *
  12609.      * @return \Shopware\Core\Framework\MessageQueue\ScheduledTask\ScheduledTaskDefinition
  12610.      */
  12611.     protected function getScheduledTaskDefinitionService()
  12612.     {
  12613.         $this->services['Shopware\\Core\\Framework\\MessageQueue\\ScheduledTask\\ScheduledTaskDefinition'] = $instance = new \Shopware\Core\Framework\MessageQueue\ScheduledTask\ScheduledTaskDefinition();
  12614.         $instance->compile(($this->services['Shopware\\Core\\Framework\\DataAbstractionLayer\\DefinitionInstanceRegistry'] ?? $this->getDefinitionInstanceRegistryService()));
  12615.         return $instance;
  12616.     }
  12617.     /**
  12618.      * Gets the public 'Shopware\Core\Framework\Migration\Api\MigrationController' shared service.
  12619.      *
  12620.      * @return \Shopware\Core\Framework\Migration\Api\MigrationController
  12621.      */
  12622.     protected function getMigrationControllerService()
  12623.     {
  12624.         include_once \dirname(__DIR__4).'/vendor/shopware/core/Framework/Migration/Api/MigrationController.php';
  12625.         $this->services['Shopware\\Core\\Framework\\Migration\\Api\\MigrationController'] = $instance = new \Shopware\Core\Framework\Migration\Api\MigrationController(($this->services['Shopware\\Core\\Framework\\Migration\\MigrationCollectionLoader'] ?? $this->getMigrationCollectionLoaderService()), '6.4.20.0');
  12626.         $instance->setContainer($this);
  12627.         return $instance;
  12628.     }
  12629.     /**
  12630.      * Gets the public 'Shopware\Core\Framework\Migration\IndexerQueuer' shared service.
  12631.      *
  12632.      * @return \Shopware\Core\Framework\Migration\IndexerQueuer
  12633.      */
  12634.     protected function getIndexerQueuerService()
  12635.     {
  12636.         include_once \dirname(__DIR__4).'/vendor/shopware/core/Framework/Migration/IndexerQueuer.php';
  12637.         return $this->services['Shopware\\Core\\Framework\\Migration\\IndexerQueuer'] = new \Shopware\Core\Framework\Migration\IndexerQueuer(($this->services['Doctrine\\DBAL\\Connection'] ?? $this->getConnectionService()));
  12638.     }
  12639.     /**
  12640.      * Gets the public 'Shopware\Core\Framework\Migration\MigrationCollectionLoader' shared service.
  12641.      *
  12642.      * @return \Shopware\Core\Framework\Migration\MigrationCollectionLoader
  12643.      */
  12644.     protected function getMigrationCollectionLoaderService()
  12645.     {
  12646.         include_once \dirname(__DIR__4).'/vendor/shopware/core/Framework/Migration/MigrationCollectionLoader.php';
  12647.         include_once \dirname(__DIR__4).'/vendor/shopware/core/Framework/Migration/MigrationRuntime.php';
  12648.         $a = ($this->services['Doctrine\\DBAL\\Connection'] ?? $this->getConnectionService());
  12649.         $b = ($this->services['logger'] ?? $this->getLoggerService());
  12650.         return $this->services['Shopware\\Core\\Framework\\Migration\\MigrationCollectionLoader'] = new \Shopware\Core\Framework\Migration\MigrationCollectionLoader($a, new \Shopware\Core\Framework\Migration\MigrationRuntime($a$b), new RewindableGenerator(function () {
  12651.             yield => ($this->privates['Shopware\\Core\\Framework\\Migration\\MigrationSource.core'] ?? ($this->privates['Shopware\\Core\\Framework\\Migration\\MigrationSource.core'] = new \Shopware\Core\Framework\Migration\MigrationSource('core')));
  12652.             yield => ($this->privates['Shopware\\Core\\Framework\\Migration\\MigrationSource.core.V6_3'] ?? $this->getMigrationSource_Core_V63Service());
  12653.             yield => ($this->privates['Shopware\\Core\\Framework\\Migration\\MigrationSource.core.V6_4'] ?? $this->getMigrationSource_Core_V64Service());
  12654.             yield => ($this->privates['Shopware\\Core\\Framework\\Migration\\MigrationSource.core.V6_5'] ?? $this->getMigrationSource_Core_V65Service());
  12655.             yield => ($this->privates['Shopware\\Core\\Framework\\Migration\\MigrationSource.null'] ?? ($this->privates['Shopware\\Core\\Framework\\Migration\\MigrationSource.null'] = new \Shopware\Core\Framework\Migration\MigrationSource('null', [])));
  12656.             yield => ($this->privates['Shopware\\Core\\Framework\\Migration\\MigrationSource_Framework'] ?? ($this->privates['Shopware\\Core\\Framework\\Migration\\MigrationSource_Framework'] = new \Shopware\Core\Framework\Migration\MigrationSource('Framework', [(\dirname(__DIR__4).'/vendor/shopware/core/Framework/Migration') => 'Shopware\\Core\\Framework\\Migration'])));
  12657.             yield => ($this->privates['Shopware\\Core\\Framework\\Migration\\MigrationSource_Administration'] ?? ($this->privates['Shopware\\Core\\Framework\\Migration\\MigrationSource_Administration'] = new \Shopware\Core\Framework\Migration\MigrationSource('Administration', [(\dirname(__DIR__4).'/vendor/shopware/administration/Migration') => 'Shopware\\Administration\\Migration'])));
  12658.             yield => ($this->privates['Shopware\\Core\\Framework\\Migration\\MigrationSource_Storefront'] ?? ($this->privates['Shopware\\Core\\Framework\\Migration\\MigrationSource_Storefront'] = new \Shopware\Core\Framework\Migration\MigrationSource('Storefront', [(\dirname(__DIR__4).'/vendor/shopware/storefront/Migration') => 'Shopware\\Storefront\\Migration'])));
  12659.             yield => ($this->privates['Shopware\\Core\\Framework\\Migration\\MigrationSource_SwagPayPal'] ?? ($this->privates['Shopware\\Core\\Framework\\Migration\\MigrationSource_SwagPayPal'] = new \Shopware\Core\Framework\Migration\MigrationSource('SwagPayPal', [(\dirname(__DIR__4).'/vendor/store.shopware.com/swagpaypal/src/Migration') => 'Swag\\PayPal\\Migration'])));
  12660.             yield => ($this->privates['Shopware\\Core\\Framework\\Migration\\MigrationSource_SwagMigrationAssistant'] ?? ($this->privates['Shopware\\Core\\Framework\\Migration\\MigrationSource_SwagMigrationAssistant'] = new \Shopware\Core\Framework\Migration\MigrationSource('SwagMigrationAssistant', [(\dirname(__DIR__4).'/vendor/store.shopware.com/swagmigrationassistant/Core/Migration') => 'SwagMigrationAssistant\\Core\\Migration'])));
  12661.             yield 10 => ($this->privates['Shopware\\Core\\Framework\\Migration\\MigrationSource_NimbitsArticleQuestionsNext'] ?? ($this->privates['Shopware\\Core\\Framework\\Migration\\MigrationSource_NimbitsArticleQuestionsNext'] = new \Shopware\Core\Framework\Migration\MigrationSource('NimbitsArticleQuestionsNext', [(\dirname(__DIR__4).'/vendor/store.shopware.com/nimbitsarticlequestionsnext/src/Migration') => 'Nimbits\\NimbitsArticleQuestionsNext\\Migration'])));
  12662.             yield 11 => ($this->privates['Shopware\\Core\\Framework\\Migration\\MigrationSource_SolidAdvancedSliderElements'] ?? ($this->privates['Shopware\\Core\\Framework\\Migration\\MigrationSource_SolidAdvancedSliderElements'] = new \Shopware\Core\Framework\Migration\MigrationSource('SolidAdvancedSliderElements', [(\dirname(__DIR__4).'/vendor/store.shopware.com/solidadvancedsliderelements/src/Migration') => 'StudioSolid\\AdvancedSliderElements\\Migration'])));
  12663.             yield 12 => ($this->privates['Shopware\\Core\\Framework\\Migration\\MigrationSource_NdsRecipeManager'] ?? ($this->privates['Shopware\\Core\\Framework\\Migration\\MigrationSource_NdsRecipeManager'] = new \Shopware\Core\Framework\Migration\MigrationSource('NdsRecipeManager', [(\dirname(__DIR__4).'/vendor/store.shopware.com/ndsrecipemanager/src/Migration') => 'Nds\\RecipeManager\\Migration'])));
  12664.             yield 13 => ($this->privates['Shopware\\Core\\Framework\\Migration\\MigrationSource_MoorlFoundation'] ?? ($this->privates['Shopware\\Core\\Framework\\Migration\\MigrationSource_MoorlFoundation'] = new \Shopware\Core\Framework\Migration\MigrationSource('MoorlFoundation', [(\dirname(__DIR__4).'/vendor/store.shopware.com/moorlfoundation/src/Migration') => 'MoorlFoundation\\Migration'])));
  12665.             yield 14 => ($this->privates['Shopware\\Core\\Framework\\Migration\\MigrationSource_MoorlCreator'] ?? ($this->privates['Shopware\\Core\\Framework\\Migration\\MigrationSource_MoorlCreator'] = new \Shopware\Core\Framework\Migration\MigrationSource('MoorlCreator', [(\dirname(__DIR__4).'/vendor/store.shopware.com/moorlcreator/src/Migration') => 'MoorlCreator\\Migration'])));
  12666.             yield 15 => ($this->privates['Shopware\\Core\\Framework\\Migration\\MigrationSource_MoorlMagazine'] ?? ($this->privates['Shopware\\Core\\Framework\\Migration\\MigrationSource_MoorlMagazine'] = new \Shopware\Core\Framework\Migration\MigrationSource('MoorlMagazine', [(\dirname(__DIR__4).'/vendor/store.shopware.com/moorlmagazine/src/Migration') => 'MoorlMagazine\\Migration'])));
  12667.             yield 16 => ($this->privates['Shopware\\Core\\Framework\\Migration\\MigrationSource_WbmTagManagerEcomm'] ?? ($this->privates['Shopware\\Core\\Framework\\Migration\\MigrationSource_WbmTagManagerEcomm'] = new \Shopware\Core\Framework\Migration\MigrationSource('WbmTagManagerEcomm', [(\dirname(__DIR__4).'/vendor/store.shopware.com/wbmtagmanagerecomm/src/Migration') => 'Wbm\\TagManagerEcomm\\Migration'])));
  12668.             yield 17 => ($this->privates['Shopware\\Core\\Framework\\Migration\\MigrationSource_SwagAmazonPay'] ?? ($this->privates['Shopware\\Core\\Framework\\Migration\\MigrationSource_SwagAmazonPay'] = new \Shopware\Core\Framework\Migration\MigrationSource('SwagAmazonPay', [(\dirname(__DIR__4).'/vendor/store.shopware.com/swagamazonpay/src/Migration') => 'Swag\\AmazonPay\\Migration'])));
  12669.             yield 18 => ($this->privates['Shopware\\Core\\Framework\\Migration\\MigrationSource_DreiscSeoPro'] ?? ($this->privates['Shopware\\Core\\Framework\\Migration\\MigrationSource_DreiscSeoPro'] = new \Shopware\Core\Framework\Migration\MigrationSource('DreiscSeoPro', [(\dirname(__DIR__4).'/vendor/store.shopware.com/dreiscseopro/src/Migration') => 'DreiscSeoPro\\Migration'])));
  12670.             yield 19 => ($this->privates['Shopware\\Core\\Framework\\Migration\\MigrationSource_ScopPlatformRedirecter'] ?? ($this->privates['Shopware\\Core\\Framework\\Migration\\MigrationSource_ScopPlatformRedirecter'] = new \Shopware\Core\Framework\Migration\MigrationSource('ScopPlatformRedirecter', [(\dirname(__DIR__4).'/vendor/store.shopware.com/scopplatformredirecter/src/Migration') => 'Scop\\PlatformRedirecter\\Migration'])));
  12671.             yield 20 => ($this->privates['Shopware\\Core\\Framework\\Migration\\MigrationSource_UnzerPayment6'] ?? ($this->privates['Shopware\\Core\\Framework\\Migration\\MigrationSource_UnzerPayment6'] = new \Shopware\Core\Framework\Migration\MigrationSource('UnzerPayment6', [(\dirname(__DIR__4).'/vendor/store.shopware.com/unzerpayment6/src/Migration') => 'UnzerPayment6\\Migration'])));
  12672.             yield 21 => ($this->privates['Shopware\\Core\\Framework\\Migration\\MigrationSource_RedMagnalisterSW6'] ?? ($this->privates['Shopware\\Core\\Framework\\Migration\\MigrationSource_RedMagnalisterSW6'] = new \Shopware\Core\Framework\Migration\MigrationSource('RedMagnalisterSW6', [(\dirname(__DIR__4).'/vendor/store.shopware.com/redmagnalistersw6/src/Migration') => 'Redgecko\\Magnalister\\Migration'])));
  12673.             yield 22 => ($this->privates['Shopware\\Core\\Framework\\Migration\\MigrationSource_PixelLexikonSW6'] ?? ($this->privates['Shopware\\Core\\Framework\\Migration\\MigrationSource_PixelLexikonSW6'] = new \Shopware\Core\Framework\Migration\MigrationSource('PixelLexikonSW6', [(\dirname(__DIR__4).'/custom/plugins/PixelLexikonSW6/src/Migration') => 'Pixel\\LexikonSW6\\Migration'])));
  12674.             yield 23 => ($this->privates['Shopware\\Core\\Framework\\Migration\\MigrationSource_AcrisPromotionCS'] ?? ($this->privates['Shopware\\Core\\Framework\\Migration\\MigrationSource_AcrisPromotionCS'] = new \Shopware\Core\Framework\Migration\MigrationSource('AcrisPromotionCS', [(\dirname(__DIR__4).'/vendor/store.shopware.com/acrispromotioncs/src/Migration') => 'Acris\\Promotion\\Migration'])));
  12675.             yield 24 => ($this->privates['Shopware\\Core\\Framework\\Migration\\MigrationSource_MeteorPromotionGift'] ?? ($this->privates['Shopware\\Core\\Framework\\Migration\\MigrationSource_MeteorPromotionGift'] = new \Shopware\Core\Framework\Migration\MigrationSource('MeteorPromotionGift', [(\dirname(__DIR__4).'/vendor/store.shopware.com/meteorpromotiongift/src/Migration') => 'Meteor\\PromotionGift\\Migration'])));
  12676.             yield 25 => ($this->privates['Shopware\\Core\\Framework\\Migration\\MigrationSource_NetiNextModal'] ?? ($this->privates['Shopware\\Core\\Framework\\Migration\\MigrationSource_NetiNextModal'] = new \Shopware\Core\Framework\Migration\MigrationSource('NetiNextModal', [(\dirname(__DIR__4).'/vendor/store.shopware.com/netinextmodal/src/Migration') => 'NetInventors\\NetiNextModal\\Migration'])));
  12677.             yield 26 => ($this->privates['Shopware\\Core\\Framework\\Migration\\MigrationSource_AcrisSuggestedProductsCS'] ?? ($this->privates['Shopware\\Core\\Framework\\Migration\\MigrationSource_AcrisSuggestedProductsCS'] = new \Shopware\Core\Framework\Migration\MigrationSource('AcrisSuggestedProductsCS', [(\dirname(__DIR__4).'/vendor/store.shopware.com/acrissuggestedproductscs/src/Migration') => 'Acris\\SuggestedProducts\\Migration'])));
  12678.             yield 27 => ($this->privates['Shopware\\Core\\Framework\\Migration\\MigrationSource_ZeobvAbandonedCart'] ?? ($this->privates['Shopware\\Core\\Framework\\Migration\\MigrationSource_ZeobvAbandonedCart'] = new \Shopware\Core\Framework\Migration\MigrationSource('ZeobvAbandonedCart', [(\dirname(__DIR__4).'/vendor/store.shopware.com/zeobvabandonedcart/src/Migration') => 'Zeobv\\AbandonedCart\\Migration'])));
  12679.             yield 28 => ($this->privates['Shopware\\Core\\Framework\\Migration\\MigrationSource_CbaxModulAnalytics'] ?? ($this->privates['Shopware\\Core\\Framework\\Migration\\MigrationSource_CbaxModulAnalytics'] = new \Shopware\Core\Framework\Migration\MigrationSource('CbaxModulAnalytics', [(\dirname(__DIR__4).'/custom/plugins/CbaxModulAnalytics/src/Migration') => 'Cbax\\ModulAnalytics\\Migration'])));
  12680.             yield 29 => ($this->privates['Shopware\\Core\\Framework\\Migration\\MigrationSource_CbaxModulExternalOrder'] ?? ($this->privates['Shopware\\Core\\Framework\\Migration\\MigrationSource_CbaxModulExternalOrder'] = new \Shopware\Core\Framework\Migration\MigrationSource('CbaxModulExternalOrder', [(\dirname(__DIR__4).'/custom/plugins/CbaxModulExternalOrder/src/Migration') => 'Cbax\\ModulExternalOrder\\Migration'])));
  12681.         }, 30), $b);
  12682.     }
  12683.     /**
  12684.      * Gets the public 'Shopware\Core\Framework\Plugin\Aggregate\PluginTranslation\PluginTranslationDefinition' shared service.
  12685.      *
  12686.      * @return \Shopware\Core\Framework\Plugin\Aggregate\PluginTranslation\PluginTranslationDefinition
  12687.      */
  12688.     protected function getPluginTranslationDefinitionService()
  12689.     {
  12690.         include_once \dirname(__DIR__4).'/vendor/shopware/core/Framework/DataAbstractionLayer/EntityTranslationDefinition.php';
  12691.         include_once \dirname(__DIR__4).'/vendor/shopware/core/Framework/Plugin/Aggregate/PluginTranslation/PluginTranslationDefinition.php';
  12692.         $this->services['Shopware\\Core\\Framework\\Plugin\\Aggregate\\PluginTranslation\\PluginTranslationDefinition'] = $instance = new \Shopware\Core\Framework\Plugin\Aggregate\PluginTranslation\PluginTranslationDefinition();
  12693.         $instance->compile(($this->services['Shopware\\Core\\Framework\\DataAbstractionLayer\\DefinitionInstanceRegistry'] ?? $this->getDefinitionInstanceRegistryService()));
  12694.         return $instance;
  12695.     }
  12696.     /**
  12697.      * Gets the public 'Shopware\Core\Framework\Plugin\KernelPluginCollection' shared service.
  12698.      *
  12699.      * @return \Shopware\Core\Framework\Plugin\KernelPluginCollection
  12700.      */
  12701.     protected function getKernelPluginCollectionService()
  12702.     {
  12703.         include_once \dirname(__DIR__4).'/vendor/shopware/core/Framework/Plugin/KernelPluginCollection.php';
  12704.         return $this->services['Shopware\\Core\\Framework\\Plugin\\KernelPluginCollection'] = ($this->services['Shopware\\Core\\Framework\\Plugin\\KernelPluginLoader\\KernelPluginLoader'] ?? $this->getKernelPluginLoaderService())->getPluginInstances();
  12705.     }
  12706.     /**
  12707.      * Gets the public 'Shopware\Core\Framework\Plugin\KernelPluginLoader\KernelPluginLoader' shared service.
  12708.      *
  12709.      * @return \Shopware\Core\Framework\Plugin\KernelPluginLoader\KernelPluginLoader
  12710.      */
  12711.     protected function getKernelPluginLoaderService()
  12712.     {
  12713.         include_once \dirname(__DIR__4).'/vendor/symfony/dependency-injection/ContainerAwareInterface.php';
  12714.         include_once \dirname(__DIR__4).'/vendor/symfony/http-kernel/Bundle/BundleInterface.php';
  12715.         include_once \dirname(__DIR__4).'/vendor/symfony/dependency-injection/ContainerAwareTrait.php';
  12716.         include_once \dirname(__DIR__4).'/vendor/symfony/http-kernel/Bundle/Bundle.php';
  12717.         include_once \dirname(__DIR__4).'/vendor/shopware/core/Framework/Plugin/KernelPluginLoader/KernelPluginLoader.php';
  12718.         return $this->services['Shopware\\Core\\Framework\\Plugin\\KernelPluginLoader\\KernelPluginLoader'] = ($this->services['kernel'] ?? $this->get('kernel'1))->getPluginLoader();
  12719.     }
  12720.     /**
  12721.      * Gets the public 'Shopware\Core\Framework\Plugin\PluginDefinition' shared service.
  12722.      *
  12723.      * @return \Shopware\Core\Framework\Plugin\PluginDefinition
  12724.      */
  12725.     protected function getPluginDefinitionService()
  12726.     {
  12727.         include_once \dirname(__DIR__4).'/vendor/shopware/core/Framework/Plugin/PluginDefinition.php';
  12728.         $this->services['Shopware\\Core\\Framework\\Plugin\\PluginDefinition'] = $instance = new \Shopware\Core\Framework\Plugin\PluginDefinition();
  12729.         $instance->compile(($this->services['Shopware\\Core\\Framework\\DataAbstractionLayer\\DefinitionInstanceRegistry'] ?? $this->getDefinitionInstanceRegistryService()));
  12730.         return $instance;
  12731.     }
  12732.     /**
  12733.      * Gets the public 'Shopware\Core\Framework\Plugin\Util\PluginIdProvider' shared service.
  12734.      *
  12735.      * @return \Shopware\Core\Framework\Plugin\Util\PluginIdProvider
  12736.      */
  12737.     protected function getPluginIdProviderService()
  12738.     {
  12739.         include_once \dirname(__DIR__4).'/vendor/shopware/core/Framework/Plugin/Util/PluginIdProvider.php';
  12740.         return $this->services['Shopware\\Core\\Framework\\Plugin\\Util\\PluginIdProvider'] = new \Shopware\Core\Framework\Plugin\Util\PluginIdProvider(($this->services['plugin.repository'] ?? $this->getPlugin_RepositoryService()));
  12741.     }
  12742.     /**
  12743.      * Gets the public 'Shopware\Core\Framework\Routing\CanonicalRedirectService' shared service.
  12744.      *
  12745.      * @return \Shopware\Core\Framework\Routing\CanonicalRedirectService
  12746.      */
  12747.     protected function getCanonicalRedirectServiceService()
  12748.     {
  12749.         include_once \dirname(__DIR__4).'/vendor/shopware/core/Framework/Routing/CanonicalRedirectService.php';
  12750.         return $this->services['Shopware\\Core\\Framework\\Routing\\CanonicalRedirectService'] = new \Shopware\Core\Framework\Routing\CanonicalRedirectService(($this->services['Shopware\\Core\\System\\SystemConfig\\SystemConfigService'] ?? $this->getSystemConfigServiceService()));
  12751.     }
  12752.     /**
  12753.      * Gets the public 'Shopware\Core\Framework\Rule\Api\RuleConfigController' shared service.
  12754.      *
  12755.      * @return \Shopware\Core\Framework\Rule\Api\RuleConfigController
  12756.      */
  12757.     protected function getRuleConfigControllerService()
  12758.     {
  12759.         include_once \dirname(__DIR__4).'/vendor/shopware/core/Framework/Rule/Api/RuleConfigController.php';
  12760.         $this->services['Shopware\\Core\\Framework\\Rule\\Api\\RuleConfigController'] = $instance = new \Shopware\Core\Framework\Rule\Api\RuleConfigController(new RewindableGenerator(function () {
  12761.             yield => ($this->privates['Shopware\\Core\\Framework\\Rule\\Container\\AndRule'] ?? ($this->privates['Shopware\\Core\\Framework\\Rule\\Container\\AndRule'] = new \Shopware\Core\Framework\Rule\Container\AndRule()));
  12762.             yield => ($this->privates['Shopware\\Core\\Framework\\Rule\\Container\\NotRule'] ?? ($this->privates['Shopware\\Core\\Framework\\Rule\\Container\\NotRule'] = new \Shopware\Core\Framework\Rule\Container\NotRule()));
  12763.             yield => ($this->privates['Shopware\\Core\\Framework\\Rule\\Container\\OrRule'] ?? ($this->privates['Shopware\\Core\\Framework\\Rule\\Container\\OrRule'] = new \Shopware\Core\Framework\Rule\Container\OrRule()));
  12764.             yield => ($this->privates['Shopware\\Core\\Framework\\Rule\\Container\\XorRule'] ?? ($this->privates['Shopware\\Core\\Framework\\Rule\\Container\\XorRule'] = new \Shopware\Core\Framework\Rule\Container\XorRule()));
  12765.             yield => ($this->privates['Shopware\\Core\\Framework\\Rule\\Container\\MatchAllLineItemsRule'] ?? ($this->privates['Shopware\\Core\\Framework\\Rule\\Container\\MatchAllLineItemsRule'] = new \Shopware\Core\Framework\Rule\Container\MatchAllLineItemsRule()));
  12766.             yield => ($this->privates['Shopware\\Core\\Framework\\Rule\\ScriptRule'] ?? ($this->privates['Shopware\\Core\\Framework\\Rule\\ScriptRule'] = new \Shopware\Core\Framework\Rule\ScriptRule()));
  12767.             yield => ($this->privates['Shopware\\Core\\Framework\\Rule\\DateRangeRule'] ?? ($this->privates['Shopware\\Core\\Framework\\Rule\\DateRangeRule'] = new \Shopware\Core\Framework\Rule\DateRangeRule()));
  12768.             yield => ($this->privates['Shopware\\Core\\Framework\\Rule\\SimpleRule'] ?? ($this->privates['Shopware\\Core\\Framework\\Rule\\SimpleRule'] = new \Shopware\Core\Framework\Rule\SimpleRule()));
  12769.             yield => ($this->privates['Shopware\\Core\\Framework\\Rule\\SalesChannelRule'] ?? ($this->privates['Shopware\\Core\\Framework\\Rule\\SalesChannelRule'] = new \Shopware\Core\Framework\Rule\SalesChannelRule()));
  12770.             yield => ($this->privates['Shopware\\Core\\Framework\\Rule\\TimeRangeRule'] ?? ($this->privates['Shopware\\Core\\Framework\\Rule\\TimeRangeRule'] = new \Shopware\Core\Framework\Rule\TimeRangeRule()));
  12771.             yield 10 => ($this->privates['Shopware\\Core\\Framework\\Rule\\WeekdayRule'] ?? ($this->privates['Shopware\\Core\\Framework\\Rule\\WeekdayRule'] = new \Shopware\Core\Framework\Rule\WeekdayRule()));
  12772.             yield 11 => ($this->privates['Shopware\\Core\\System\\Language\\Rule\\LanguageRule'] ?? ($this->privates['Shopware\\Core\\System\\Language\\Rule\\LanguageRule'] = new \Shopware\Core\System\Language\Rule\LanguageRule()));
  12773.             yield 12 => ($this->privates['Shopware\\Core\\System\\Currency\\Rule\\CurrencyRule'] ?? ($this->privates['Shopware\\Core\\System\\Currency\\Rule\\CurrencyRule'] = new \Shopware\Core\System\Currency\Rule\CurrencyRule()));
  12774.             yield 13 => ($this->privates['Shopware\\Core\\Content\\Flow\\Rule\\OrderTagRule'] ?? ($this->privates['Shopware\\Core\\Content\\Flow\\Rule\\OrderTagRule'] = new \Shopware\Core\Content\Flow\Rule\OrderTagRule()));
  12775.             yield 14 => ($this->privates['Shopware\\Core\\Checkout\\Cart\\Rule\\CartAmountRule'] ?? ($this->privates['Shopware\\Core\\Checkout\\Cart\\Rule\\CartAmountRule'] = new \Shopware\Core\Checkout\Cart\Rule\CartAmountRule()));
  12776.             yield 15 => ($this->privates['Shopware\\Core\\Checkout\\Cart\\Rule\\CartPositionPriceRule'] ?? ($this->privates['Shopware\\Core\\Checkout\\Cart\\Rule\\CartPositionPriceRule'] = new \Shopware\Core\Checkout\Cart\Rule\CartPositionPriceRule()));
  12777.             yield 16 => ($this->privates['Shopware\\Core\\Checkout\\Cart\\Rule\\GoodsCountRule'] ?? ($this->privates['Shopware\\Core\\Checkout\\Cart\\Rule\\GoodsCountRule'] = new \Shopware\Core\Checkout\Cart\Rule\GoodsCountRule()));
  12778.             yield 17 => ($this->privates['Shopware\\Core\\Checkout\\Cart\\Rule\\GoodsPriceRule'] ?? ($this->privates['Shopware\\Core\\Checkout\\Cart\\Rule\\GoodsPriceRule'] = new \Shopware\Core\Checkout\Cart\Rule\GoodsPriceRule()));
  12779.             yield 18 => ($this->privates['Shopware\\Core\\Checkout\\Cart\\Rule\\LineItemOfTypeRule'] ?? ($this->privates['Shopware\\Core\\Checkout\\Cart\\Rule\\LineItemOfTypeRule'] = new \Shopware\Core\Checkout\Cart\Rule\LineItemOfTypeRule()));
  12780.             yield 19 => ($this->privates['Shopware\\Core\\Checkout\\Cart\\Rule\\LineItemRule'] ?? ($this->privates['Shopware\\Core\\Checkout\\Cart\\Rule\\LineItemRule'] = new \Shopware\Core\Checkout\Cart\Rule\LineItemRule()));
  12781.             yield 20 => ($this->privates['Shopware\\Core\\Checkout\\Promotion\\Rule\\PromotionLineItemRule'] ?? ($this->privates['Shopware\\Core\\Checkout\\Promotion\\Rule\\PromotionLineItemRule'] = new \Shopware\Core\Checkout\Promotion\Rule\PromotionLineItemRule()));
  12782.             yield 21 => ($this->privates['Shopware\\Core\\Checkout\\Promotion\\Rule\\PromotionCodeOfTypeRule'] ?? ($this->privates['Shopware\\Core\\Checkout\\Promotion\\Rule\\PromotionCodeOfTypeRule'] = new \Shopware\Core\Checkout\Promotion\Rule\PromotionCodeOfTypeRule()));
  12783.             yield 22 => ($this->privates['Shopware\\Core\\Checkout\\Promotion\\Rule\\PromotionValueRule'] ?? ($this->privates['Shopware\\Core\\Checkout\\Promotion\\Rule\\PromotionValueRule'] = new \Shopware\Core\Checkout\Promotion\Rule\PromotionValueRule()));
  12784.             yield 23 => ($this->privates['Shopware\\Core\\Checkout\\Promotion\\Rule\\PromotionsInCartCountRule'] ?? ($this->privates['Shopware\\Core\\Checkout\\Promotion\\Rule\\PromotionsInCartCountRule'] = new \Shopware\Core\Checkout\Promotion\Rule\PromotionsInCartCountRule()));
  12785.             yield 24 => ($this->privates['Shopware\\Core\\Checkout\\Cart\\Rule\\LineItemsInCartRule'] ?? ($this->privates['Shopware\\Core\\Checkout\\Cart\\Rule\\LineItemsInCartRule'] = new \Shopware\Core\Checkout\Cart\Rule\LineItemsInCartRule()));
  12786.             yield 25 => ($this->privates['Shopware\\Core\\Checkout\\Cart\\Rule\\LineItemTotalPriceRule'] ?? ($this->privates['Shopware\\Core\\Checkout\\Cart\\Rule\\LineItemTotalPriceRule'] = new \Shopware\Core\Checkout\Cart\Rule\LineItemTotalPriceRule()));
  12787.             yield 26 => ($this->privates['Shopware\\Core\\Checkout\\Cart\\Rule\\LineItemUnitPriceRule'] ?? ($this->privates['Shopware\\Core\\Checkout\\Cart\\Rule\\LineItemUnitPriceRule'] = new \Shopware\Core\Checkout\Cart\Rule\LineItemUnitPriceRule()));
  12788.             yield 27 => ($this->privates['Shopware\\Core\\Checkout\\Cart\\Rule\\LineItemWithQuantityRule'] ?? ($this->privates['Shopware\\Core\\Checkout\\Cart\\Rule\\LineItemWithQuantityRule'] = new \Shopware\Core\Checkout\Cart\Rule\LineItemWithQuantityRule()));
  12789.             yield 28 => ($this->privates['Shopware\\Core\\Checkout\\Cart\\Rule\\LineItemWrapperRule'] ?? ($this->privates['Shopware\\Core\\Checkout\\Cart\\Rule\\LineItemWrapperRule'] = new \Shopware\Core\Checkout\Cart\Rule\LineItemWrapperRule()));
  12790.             yield 29 => ($this->privates['Shopware\\Core\\Checkout\\Cart\\Rule\\CartWeightRule'] ?? ($this->privates['Shopware\\Core\\Checkout\\Cart\\Rule\\CartWeightRule'] = new \Shopware\Core\Checkout\Cart\Rule\CartWeightRule()));
  12791.             yield 30 => ($this->privates['Shopware\\Core\\Checkout\\Cart\\Rule\\CartVolumeRule'] ?? ($this->privates['Shopware\\Core\\Checkout\\Cart\\Rule\\CartVolumeRule'] = new \Shopware\Core\Checkout\Cart\Rule\CartVolumeRule()));
  12792.             yield 31 => ($this->privates['Shopware\\Core\\Checkout\\Cart\\Rule\\CartHasDeliveryFreeItemRule'] ?? ($this->privates['Shopware\\Core\\Checkout\\Cart\\Rule\\CartHasDeliveryFreeItemRule'] = new \Shopware\Core\Checkout\Cart\Rule\CartHasDeliveryFreeItemRule()));
  12793.             yield 32 => ($this->privates['Shopware\\Core\\Checkout\\Customer\\Rule\\BillingCountryRule'] ?? ($this->privates['Shopware\\Core\\Checkout\\Customer\\Rule\\BillingCountryRule'] = new \Shopware\Core\Checkout\Customer\Rule\BillingCountryRule()));
  12794.             yield 33 => ($this->privates['Shopware\\Core\\Checkout\\Customer\\Rule\\BillingStreetRule'] ?? ($this->privates['Shopware\\Core\\Checkout\\Customer\\Rule\\BillingStreetRule'] = new \Shopware\Core\Checkout\Customer\Rule\BillingStreetRule()));
  12795.             yield 34 => ($this->privates['Shopware\\Core\\Checkout\\Customer\\Rule\\BillingZipCodeRule'] ?? ($this->privates['Shopware\\Core\\Checkout\\Customer\\Rule\\BillingZipCodeRule'] = new \Shopware\Core\Checkout\Customer\Rule\BillingZipCodeRule()));
  12796.             yield 35 => ($this->privates['Shopware\\Core\\Checkout\\Customer\\Rule\\CustomerGroupRule'] ?? ($this->privates['Shopware\\Core\\Checkout\\Customer\\Rule\\CustomerGroupRule'] = new \Shopware\Core\Checkout\Customer\Rule\CustomerGroupRule()));
  12797.             yield 36 => ($this->privates['Shopware\\Core\\Checkout\\Customer\\Rule\\CustomerTagRule'] ?? ($this->privates['Shopware\\Core\\Checkout\\Customer\\Rule\\CustomerTagRule'] = new \Shopware\Core\Checkout\Customer\Rule\CustomerTagRule()));
  12798.             yield 37 => ($this->privates['Shopware\\Core\\Checkout\\Customer\\Rule\\CustomerNumberRule'] ?? ($this->privates['Shopware\\Core\\Checkout\\Customer\\Rule\\CustomerNumberRule'] = new \Shopware\Core\Checkout\Customer\Rule\CustomerNumberRule()));
  12799.             yield 38 => ($this->privates['Shopware\\Core\\Checkout\\Customer\\Rule\\DifferentAddressesRule'] ?? ($this->privates['Shopware\\Core\\Checkout\\Customer\\Rule\\DifferentAddressesRule'] = new \Shopware\Core\Checkout\Customer\Rule\DifferentAddressesRule()));
  12800.             yield 39 => ($this->privates['Shopware\\Core\\Checkout\\Customer\\Rule\\EmailRule'] ?? ($this->privates['Shopware\\Core\\Checkout\\Customer\\Rule\\EmailRule'] = new \Shopware\Core\Checkout\Customer\Rule\EmailRule()));
  12801.             yield 40 => ($this->privates['Shopware\\Core\\Checkout\\Customer\\Rule\\IsNewCustomerRule'] ?? ($this->privates['Shopware\\Core\\Checkout\\Customer\\Rule\\IsNewCustomerRule'] = new \Shopware\Core\Checkout\Customer\Rule\IsNewCustomerRule()));
  12802.             yield 41 => ($this->privates['Shopware\\Core\\Checkout\\Customer\\Rule\\IsActiveRule'] ?? ($this->privates['Shopware\\Core\\Checkout\\Customer\\Rule\\IsActiveRule'] = new \Shopware\Core\Checkout\Customer\Rule\IsActiveRule()));
  12803.             yield 42 => ($this->privates['Shopware\\Core\\Checkout\\Customer\\Rule\\LastNameRule'] ?? ($this->privates['Shopware\\Core\\Checkout\\Customer\\Rule\\LastNameRule'] = new \Shopware\Core\Checkout\Customer\Rule\LastNameRule()));
  12804.             yield 43 => ($this->privates['Shopware\\Core\\Checkout\\Customer\\Rule\\IsCompanyRule'] ?? ($this->privates['Shopware\\Core\\Checkout\\Customer\\Rule\\IsCompanyRule'] = new \Shopware\Core\Checkout\Customer\Rule\IsCompanyRule()));
  12805.             yield 44 => ($this->privates['Shopware\\Core\\Checkout\\Cart\\Rule\\CartTaxDisplayRule'] ?? ($this->privates['Shopware\\Core\\Checkout\\Cart\\Rule\\CartTaxDisplayRule'] = new \Shopware\Core\Checkout\Cart\Rule\CartTaxDisplayRule()));
  12806.             yield 45 => ($this->privates['Shopware\\Core\\Checkout\\Customer\\Rule\\IsGuestCustomerRule'] ?? ($this->privates['Shopware\\Core\\Checkout\\Customer\\Rule\\IsGuestCustomerRule'] = new \Shopware\Core\Checkout\Customer\Rule\IsGuestCustomerRule()));
  12807.             yield 46 => ($this->privates['Shopware\\Core\\Checkout\\Customer\\Rule\\IsNewsletterRecipientRule'] ?? ($this->privates['Shopware\\Core\\Checkout\\Customer\\Rule\\IsNewsletterRecipientRule'] = new \Shopware\Core\Checkout\Customer\Rule\IsNewsletterRecipientRule()));
  12808.             yield 47 => ($this->privates['Shopware\\Core\\Checkout\\Customer\\Rule\\ShippingCountryRule'] ?? ($this->privates['Shopware\\Core\\Checkout\\Customer\\Rule\\ShippingCountryRule'] = new \Shopware\Core\Checkout\Customer\Rule\ShippingCountryRule()));
  12809.             yield 48 => ($this->privates['Shopware\\Core\\Checkout\\Customer\\Rule\\ShippingStreetRule'] ?? ($this->privates['Shopware\\Core\\Checkout\\Customer\\Rule\\ShippingStreetRule'] = new \Shopware\Core\Checkout\Customer\Rule\ShippingStreetRule()));
  12810.             yield 49 => ($this->privates['Shopware\\Core\\Checkout\\Customer\\Rule\\BillingCityRule'] ?? ($this->privates['Shopware\\Core\\Checkout\\Customer\\Rule\\BillingCityRule'] = new \Shopware\Core\Checkout\Customer\Rule\BillingCityRule()));
  12811.             yield 50 => ($this->privates['Shopware\\Core\\Checkout\\Customer\\Rule\\ShippingCityRule'] ?? ($this->privates['Shopware\\Core\\Checkout\\Customer\\Rule\\ShippingCityRule'] = new \Shopware\Core\Checkout\Customer\Rule\ShippingCityRule()));
  12812.             yield 51 => ($this->privates['Shopware\\Core\\Checkout\\Customer\\Rule\\BillingStateRule'] ?? ($this->privates['Shopware\\Core\\Checkout\\Customer\\Rule\\BillingStateRule'] = new \Shopware\Core\Checkout\Customer\Rule\BillingStateRule()));
  12813.             yield 52 => ($this->privates['Shopware\\Core\\Checkout\\Customer\\Rule\\ShippingStateRule'] ?? ($this->privates['Shopware\\Core\\Checkout\\Customer\\Rule\\ShippingStateRule'] = new \Shopware\Core\Checkout\Customer\Rule\ShippingStateRule()));
  12814.             yield 53 => ($this->privates['Shopware\\Core\\Checkout\\Customer\\Rule\\ShippingZipCodeRule'] ?? ($this->privates['Shopware\\Core\\Checkout\\Customer\\Rule\\ShippingZipCodeRule'] = new \Shopware\Core\Checkout\Customer\Rule\ShippingZipCodeRule()));
  12815.             yield 54 => ($this->privates['Shopware\\Core\\Checkout\\Customer\\Rule\\CustomerLoggedInRule'] ?? ($this->privates['Shopware\\Core\\Checkout\\Customer\\Rule\\CustomerLoggedInRule'] = new \Shopware\Core\Checkout\Customer\Rule\CustomerLoggedInRule()));
  12816.             yield 55 => ($this->privates['Shopware\\Core\\Checkout\\Cart\\Rule\\LineItemsInCartCountRule'] ?? ($this->privates['Shopware\\Core\\Checkout\\Cart\\Rule\\LineItemsInCartCountRule'] = new \Shopware\Core\Checkout\Cart\Rule\LineItemsInCartCountRule()));
  12817.             yield 56 => ($this->privates['Shopware\\Core\\Checkout\\Customer\\Rule\\OrderCountRule'] ?? ($this->privates['Shopware\\Core\\Checkout\\Customer\\Rule\\OrderCountRule'] = new \Shopware\Core\Checkout\Customer\Rule\OrderCountRule()));
  12818.             yield 57 => ($this->privates['Shopware\\Core\\Checkout\\Customer\\Rule\\DaysSinceLastOrderRule'] ?? ($this->privates['Shopware\\Core\\Checkout\\Customer\\Rule\\DaysSinceLastOrderRule'] = new \Shopware\Core\Checkout\Customer\Rule\DaysSinceLastOrderRule()));
  12819.             yield 58 => ($this->privates['Shopware\\Core\\Checkout\\Cart\\Rule\\LineItemTagRule'] ?? ($this->privates['Shopware\\Core\\Checkout\\Cart\\Rule\\LineItemTagRule'] = new \Shopware\Core\Checkout\Cart\Rule\LineItemTagRule()));
  12820.             yield 59 => ($this->privates['Shopware\\Core\\Checkout\\Cart\\Rule\\AlwaysValidRule'] ?? ($this->privates['Shopware\\Core\\Checkout\\Cart\\Rule\\AlwaysValidRule'] = new \Shopware\Core\Checkout\Cart\Rule\AlwaysValidRule()));
  12821.             yield 60 => ($this->privates['Shopware\\Core\\Checkout\\Cart\\Rule\\LineItemPropertyRule'] ?? ($this->privates['Shopware\\Core\\Checkout\\Cart\\Rule\\LineItemPropertyRule'] = new \Shopware\Core\Checkout\Cart\Rule\LineItemPropertyRule()));
  12822.             yield 61 => ($this->privates['Shopware\\Core\\Checkout\\Cart\\Rule\\LineItemIsNewRule'] ?? ($this->privates['Shopware\\Core\\Checkout\\Cart\\Rule\\LineItemIsNewRule'] = new \Shopware\Core\Checkout\Cart\Rule\LineItemIsNewRule()));
  12823.             yield 62 => ($this->privates['Shopware\\Core\\Checkout\\Cart\\Rule\\LineItemOfManufacturerRule'] ?? ($this->privates['Shopware\\Core\\Checkout\\Cart\\Rule\\LineItemOfManufacturerRule'] = new \Shopware\Core\Checkout\Cart\Rule\LineItemOfManufacturerRule()));
  12824.             yield 63 => ($this->privates['Shopware\\Core\\Checkout\\Cart\\Rule\\LineItemPurchasePriceRule'] ?? ($this->privates['Shopware\\Core\\Checkout\\Cart\\Rule\\LineItemPurchasePriceRule'] = new \Shopware\Core\Checkout\Cart\Rule\LineItemPurchasePriceRule()));
  12825.             yield 64 => ($this->privates['Shopware\\Core\\Checkout\\Cart\\Rule\\LineItemCreationDateRule'] ?? ($this->privates['Shopware\\Core\\Checkout\\Cart\\Rule\\LineItemCreationDateRule'] = new \Shopware\Core\Checkout\Cart\Rule\LineItemCreationDateRule()));
  12826.             yield 65 => ($this->privates['Shopware\\Core\\Checkout\\Cart\\Rule\\LineItemReleaseDateRule'] ?? ($this->privates['Shopware\\Core\\Checkout\\Cart\\Rule\\LineItemReleaseDateRule'] = new \Shopware\Core\Checkout\Cart\Rule\LineItemReleaseDateRule()));
  12827.             yield 66 => ($this->privates['Shopware\\Core\\Checkout\\Cart\\Rule\\LineItemClearanceSaleRule'] ?? ($this->privates['Shopware\\Core\\Checkout\\Cart\\Rule\\LineItemClearanceSaleRule'] = new \Shopware\Core\Checkout\Cart\Rule\LineItemClearanceSaleRule()));
  12828.             yield 67 => ($this->privates['Shopware\\Core\\Checkout\\Cart\\Rule\\LineItemPromotedRule'] ?? ($this->privates['Shopware\\Core\\Checkout\\Cart\\Rule\\LineItemPromotedRule'] = new \Shopware\Core\Checkout\Cart\Rule\LineItemPromotedRule()));
  12829.             yield 68 => ($this->privates['Shopware\\Core\\Checkout\\Cart\\Rule\\LineItemInCategoryRule'] ?? ($this->privates['Shopware\\Core\\Checkout\\Cart\\Rule\\LineItemInCategoryRule'] = new \Shopware\Core\Checkout\Cart\Rule\LineItemInCategoryRule()));
  12830.             yield 69 => ($this->privates['Shopware\\Core\\Checkout\\Cart\\Rule\\LineItemInProductStreamRule'] ?? ($this->privates['Shopware\\Core\\Checkout\\Cart\\Rule\\LineItemInProductStreamRule'] = new \Shopware\Core\Checkout\Cart\Rule\LineItemInProductStreamRule()));
  12831.             yield 70 => ($this->privates['Shopware\\Core\\Checkout\\Cart\\Rule\\LineItemTaxationRule'] ?? ($this->privates['Shopware\\Core\\Checkout\\Cart\\Rule\\LineItemTaxationRule'] = new \Shopware\Core\Checkout\Cart\Rule\LineItemTaxationRule()));
  12832.             yield 71 => ($this->privates['Shopware\\Core\\Checkout\\Cart\\Rule\\LineItemDimensionWidthRule'] ?? ($this->privates['Shopware\\Core\\Checkout\\Cart\\Rule\\LineItemDimensionWidthRule'] = new \Shopware\Core\Checkout\Cart\Rule\LineItemDimensionWidthRule()));
  12833.             yield 72 => ($this->privates['Shopware\\Core\\Checkout\\Cart\\Rule\\LineItemDimensionHeightRule'] ?? ($this->privates['Shopware\\Core\\Checkout\\Cart\\Rule\\LineItemDimensionHeightRule'] = new \Shopware\Core\Checkout\Cart\Rule\LineItemDimensionHeightRule()));
  12834.             yield 73 => ($this->privates['Shopware\\Core\\Checkout\\Cart\\Rule\\LineItemDimensionLengthRule'] ?? ($this->privates['Shopware\\Core\\Checkout\\Cart\\Rule\\LineItemDimensionLengthRule'] = new \Shopware\Core\Checkout\Cart\Rule\LineItemDimensionLengthRule()));
  12835.             yield 74 => ($this->privates['Shopware\\Core\\Checkout\\Cart\\Rule\\LineItemDimensionWeightRule'] ?? ($this->privates['Shopware\\Core\\Checkout\\Cart\\Rule\\LineItemDimensionWeightRule'] = new \Shopware\Core\Checkout\Cart\Rule\LineItemDimensionWeightRule()));
  12836.             yield 75 => ($this->privates['Shopware\\Core\\Checkout\\Cart\\Rule\\LineItemDimensionVolumeRule'] ?? ($this->privates['Shopware\\Core\\Checkout\\Cart\\Rule\\LineItemDimensionVolumeRule'] = new \Shopware\Core\Checkout\Cart\Rule\LineItemDimensionVolumeRule()));
  12837.             yield 76 => ($this->privates['Shopware\\Core\\Checkout\\Cart\\Rule\\LineItemListPriceRule'] ?? ($this->privates['Shopware\\Core\\Checkout\\Cart\\Rule\\LineItemListPriceRule'] = new \Shopware\Core\Checkout\Cart\Rule\LineItemListPriceRule()));
  12838.             yield 77 => ($this->privates['Shopware\\Core\\Checkout\\Cart\\Rule\\LineItemListPriceRatioRule'] ?? ($this->privates['Shopware\\Core\\Checkout\\Cart\\Rule\\LineItemListPriceRatioRule'] = new \Shopware\Core\Checkout\Cart\Rule\LineItemListPriceRatioRule()));
  12839.             yield 78 => ($this->privates['Shopware\\Core\\Checkout\\Cart\\Rule\\LineItemCustomFieldRule'] ?? ($this->privates['Shopware\\Core\\Checkout\\Cart\\Rule\\LineItemCustomFieldRule'] = new \Shopware\Core\Checkout\Cart\Rule\LineItemCustomFieldRule()));
  12840.             yield 79 => ($this->privates['Shopware\\Core\\Checkout\\Cart\\Rule\\LineItemStockRule'] ?? ($this->privates['Shopware\\Core\\Checkout\\Cart\\Rule\\LineItemStockRule'] = new \Shopware\Core\Checkout\Cart\Rule\LineItemStockRule()));
  12841.             yield 80 => ($this->privates['Shopware\\Core\\Checkout\\Cart\\Rule\\LineItemActualStockRule'] ?? ($this->privates['Shopware\\Core\\Checkout\\Cart\\Rule\\LineItemActualStockRule'] = new \Shopware\Core\Checkout\Cart\Rule\LineItemActualStockRule()));
  12842.             yield 81 => ($this->privates['Shopware\\Core\\Checkout\\Cart\\Rule\\PaymentMethodRule'] ?? ($this->privates['Shopware\\Core\\Checkout\\Cart\\Rule\\PaymentMethodRule'] = new \Shopware\Core\Checkout\Cart\Rule\PaymentMethodRule()));
  12843.             yield 82 => ($this->privates['Shopware\\Core\\Checkout\\Cart\\Rule\\ShippingMethodRule'] ?? ($this->privates['Shopware\\Core\\Checkout\\Cart\\Rule\\ShippingMethodRule'] = new \Shopware\Core\Checkout\Cart\Rule\ShippingMethodRule()));
  12844.             yield 83 => ($this->privates['Shopware\\Core\\Checkout\\Cart\\Rule\\LineItemGoodsTotalRule'] ?? ($this->privates['Shopware\\Core\\Checkout\\Cart\\Rule\\LineItemGoodsTotalRule'] = new \Shopware\Core\Checkout\Cart\Rule\LineItemGoodsTotalRule()));
  12845.             yield 84 => ($this->privates['Shopware\\Core\\Checkout\\Customer\\Rule\\OrderTotalAmountRule'] ?? ($this->privates['Shopware\\Core\\Checkout\\Customer\\Rule\\OrderTotalAmountRule'] = new \Shopware\Core\Checkout\Customer\Rule\OrderTotalAmountRule()));
  12846.             yield 85 => ($this->privates['Shopware\\Core\\Checkout\\Customer\\Rule\\CustomerCustomFieldRule'] ?? ($this->privates['Shopware\\Core\\Checkout\\Customer\\Rule\\CustomerCustomFieldRule'] = new \Shopware\Core\Checkout\Customer\Rule\CustomerCustomFieldRule()));
  12847.             yield 86 => ($this->privates['Shopware\\Core\\Checkout\\Customer\\Rule\\CustomerBirthdayRule'] ?? ($this->privates['Shopware\\Core\\Checkout\\Customer\\Rule\\CustomerBirthdayRule'] = new \Shopware\Core\Checkout\Customer\Rule\CustomerBirthdayRule()));
  12848.             yield 87 => ($this->privates['Shopware\\Core\\Checkout\\Cart\\Rule\\LineItemProductStatesRule'] ?? ($this->privates['Shopware\\Core\\Checkout\\Cart\\Rule\\LineItemProductStatesRule'] = new \Shopware\Core\Checkout\Cart\Rule\LineItemProductStatesRule()));
  12849.             yield 88 => ($this->privates['Shopware\\Core\\Checkout\\Customer\\Rule\\CustomerAgeRule'] ?? ($this->privates['Shopware\\Core\\Checkout\\Customer\\Rule\\CustomerAgeRule'] = new \Shopware\Core\Checkout\Customer\Rule\CustomerAgeRule()));
  12850.             yield 89 => ($this->privates['Shopware\\Core\\Checkout\\Customer\\Rule\\DaysSinceLastLoginRule'] ?? ($this->privates['Shopware\\Core\\Checkout\\Customer\\Rule\\DaysSinceLastLoginRule'] = new \Shopware\Core\Checkout\Customer\Rule\DaysSinceLastLoginRule()));
  12851.             yield 90 => ($this->privates['Shopware\\Core\\Checkout\\Customer\\Rule\\AffiliateCodeRule'] ?? ($this->privates['Shopware\\Core\\Checkout\\Customer\\Rule\\AffiliateCodeRule'] = new \Shopware\Core\Checkout\Customer\Rule\AffiliateCodeRule()));
  12852.             yield 91 => ($this->privates['Shopware\\Core\\Checkout\\Customer\\Rule\\CampaignCodeRule'] ?? ($this->privates['Shopware\\Core\\Checkout\\Customer\\Rule\\CampaignCodeRule'] = new \Shopware\Core\Checkout\Customer\Rule\CampaignCodeRule()));
  12853.         }, 92));
  12854.         $instance->setContainer($this);
  12855.         return $instance;
  12856.     }
  12857.     /**
  12858.      * Gets the public 'Shopware\Core\Framework\Script\Api\ScriptApiRoute' shared service.
  12859.      *
  12860.      * @return \Shopware\Core\Framework\Script\Api\ScriptApiRoute
  12861.      */
  12862.     protected function getScriptApiRouteService()
  12863.     {
  12864.         include_once \dirname(__DIR__4).'/vendor/shopware/core/Framework/Script/Api/ScriptApiRoute.php';
  12865.         return $this->services['Shopware\\Core\\Framework\\Script\\Api\\ScriptApiRoute'] = new \Shopware\Core\Framework\Script\Api\ScriptApiRoute(($this->services['Shopware\\Core\\Framework\\Script\\Execution\\ScriptExecutor'] ?? $this->getScriptExecutorService()), ($this->privates['Shopware\\Core\\Framework\\Script\\Execution\\ScriptLoader'] ?? $this->getScriptLoaderService()), ($this->privates['Shopware\\Core\\Framework\\Script\\Api\\ScriptResponseEncoder'] ?? $this->getScriptResponseEncoderService()));
  12866.     }
  12867.     /**
  12868.      * Gets the public 'Shopware\Core\Framework\Script\Api\ScriptResponseFactoryFacadeHookFactory' shared service.
  12869.      *
  12870.      * @return \Shopware\Core\Framework\Script\Api\ScriptResponseFactoryFacadeHookFactory
  12871.      */
  12872.     protected function getScriptResponseFactoryFacadeHookFactoryService()
  12873.     {
  12874.         include_once \dirname(__DIR__4).'/vendor/shopware/core/Framework/Script/Execution/Awareness/HookServiceFactory.php';
  12875.         include_once \dirname(__DIR__4).'/vendor/shopware/core/Framework/Script/Api/ScriptResponseFactoryFacadeHookFactory.php';
  12876.         return $this->services['Shopware\\Core\\Framework\\Script\\Api\\ScriptResponseFactoryFacadeHookFactory'] = new \Shopware\Core\Framework\Script\Api\ScriptResponseFactoryFacadeHookFactory(($this->services['router'] ?? $this->getRouterService()), ($this->services['Shopware\\Storefront\\Controller\\ScriptController'] ?? $this->getScriptControllerService()));
  12877.     }
  12878.     /**
  12879.      * Gets the public 'Shopware\Core\Framework\Script\Api\ScriptStoreApiRoute' shared service.
  12880.      *
  12881.      * @return \Shopware\Core\Framework\Script\Api\ScriptStoreApiRoute
  12882.      */
  12883.     protected function getScriptStoreApiRouteService()
  12884.     {
  12885.         include_once \dirname(__DIR__4).'/vendor/shopware/core/Framework/Script/Api/ScriptStoreApiRoute.php';
  12886.         return $this->services['Shopware\\Core\\Framework\\Script\\Api\\ScriptStoreApiRoute'] = new \Shopware\Core\Framework\Script\Api\ScriptStoreApiRoute(($this->services['Shopware\\Core\\Framework\\Script\\Execution\\ScriptExecutor'] ?? $this->getScriptExecutorService()), ($this->privates['Shopware\\Core\\Framework\\Script\\Api\\ScriptResponseEncoder'] ?? $this->getScriptResponseEncoderService()), ($this->privates['Shopware\\Core\\Framework\\Adapter\\Cache\\CacheDecorator'] ?? $this->getCacheDecoratorService()), ($this->services['logger'] ?? $this->getLoggerService()));
  12887.     }
  12888.     /**
  12889.      * Gets the public 'Shopware\Core\Framework\Script\Execution\ScriptExecutor' shared service.
  12890.      *
  12891.      * @return \Shopware\Core\Framework\Script\Execution\ScriptExecutor
  12892.      */
  12893.     protected function getScriptExecutorService()
  12894.     {
  12895.         $a = ($this->privates['Shopware\\Core\\Framework\\Script\\Execution\\ScriptLoader'] ?? $this->getScriptLoaderService());
  12896.         if (isset($this->services['Shopware\\Core\\Framework\\Script\\Execution\\ScriptExecutor'])) {
  12897.             return $this->services['Shopware\\Core\\Framework\\Script\\Execution\\ScriptExecutor'];
  12898.         }
  12899.         $b = ($this->privates['twig.extension.trans'] ?? $this->getTwig_Extension_TransService());
  12900.         if (isset($this->services['Shopware\\Core\\Framework\\Script\\Execution\\ScriptExecutor'])) {
  12901.             return $this->services['Shopware\\Core\\Framework\\Script\\Execution\\ScriptExecutor'];
  12902.         }
  12903.         return $this->services['Shopware\\Core\\Framework\\Script\\Execution\\ScriptExecutor'] = new \Shopware\Core\Framework\Script\Execution\ScriptExecutor($a, ($this->services['logger'] ?? $this->getLoggerService()), ($this->privates['Shopware\\Core\\Framework\\Script\\Debugging\\ScriptTraces'] ?? ($this->privates['Shopware\\Core\\Framework\\Script\\Debugging\\ScriptTraces'] = new \Shopware\Core\Framework\Script\Debugging\ScriptTraces())), $this$b);
  12904.     }
  12905.     /**
  12906.      * Gets the public 'Shopware\Core\Framework\Script\ScriptDefinition' shared service.
  12907.      *
  12908.      * @return \Shopware\Core\Framework\Script\ScriptDefinition
  12909.      */
  12910.     protected function getScriptDefinitionService()
  12911.     {
  12912.         $this->services['Shopware\\Core\\Framework\\Script\\ScriptDefinition'] = $instance = new \Shopware\Core\Framework\Script\ScriptDefinition();
  12913.         $instance->compile(($this->services['Shopware\\Core\\Framework\\DataAbstractionLayer\\DefinitionInstanceRegistry'] ?? $this->getDefinitionInstanceRegistryService()));
  12914.         return $instance;
  12915.     }
  12916.     /**
  12917.      * Gets the public 'Shopware\Core\Framework\Store\Api\ExtensionStoreActionsController' shared service.
  12918.      *
  12919.      * @return \Shopware\Core\Framework\Store\Api\ExtensionStoreActionsController
  12920.      */
  12921.     protected function getExtensionStoreActionsControllerService()
  12922.     {
  12923.         include_once \dirname(__DIR__4).'/vendor/shopware/core/Framework/Store/Api/ExtensionStoreActionsController.php';
  12924.         $this->services['Shopware\\Core\\Framework\\Store\\Api\\ExtensionStoreActionsController'] = $instance = new \Shopware\Core\Framework\Store\Api\ExtensionStoreActionsController(($this->privates['Shopware\\Core\\Framework\\Store\\Services\\ExtensionLifecycleService'] ?? $this->getExtensionLifecycleServiceService()), ($this->privates['Shopware\\Core\\Framework\\Store\\Services\\ExtensionDownloader'] ?? $this->getExtensionDownloaderService()), ($this->privates['Shopware\\Core\\Framework\\Plugin\\PluginService'] ?? $this->getPluginServiceService()), ($this->privates['Shopware\\Core\\Framework\\Plugin\\PluginManagementService'] ?? $this->getPluginManagementServiceService()));
  12925.         $instance->setContainer($this);
  12926.         return $instance;
  12927.     }
  12928.     /**
  12929.      * Gets the public 'Shopware\Core\Framework\Store\Api\ExtensionStoreDataController' shared service.
  12930.      *
  12931.      * @return \Shopware\Core\Framework\Store\Api\ExtensionStoreDataController
  12932.      */
  12933.     protected function getExtensionStoreDataControllerService()
  12934.     {
  12935.         include_once \dirname(__DIR__4).'/vendor/shopware/core/Framework/Store/Api/ExtensionStoreDataController.php';
  12936.         $this->services['Shopware\\Core\\Framework\\Store\\Api\\ExtensionStoreDataController'] = $instance = new \Shopware\Core\Framework\Store\Api\ExtensionStoreDataController(($this->privates['Shopware\\Core\\Framework\\Store\\Services\\AbstractExtensionDataProvider'] ?? $this->getAbstractExtensionDataProviderService()), ($this->services['user.repository'] ?? $this->getUser_RepositoryService()), ($this->services['language.repository'] ?? $this->getLanguage_RepositoryService()));
  12937.         $instance->setContainer($this);
  12938.         return $instance;
  12939.     }
  12940.     /**
  12941.      * Gets the public 'Shopware\Core\Framework\Store\Api\ExtensionStoreLicensesController' shared service.
  12942.      *
  12943.      * @return \Shopware\Core\Framework\Store\Api\ExtensionStoreLicensesController
  12944.      */
  12945.     protected function getExtensionStoreLicensesControllerService()
  12946.     {
  12947.         include_once \dirname(__DIR__4).'/vendor/shopware/core/Framework/Store/Api/ExtensionStoreLicensesController.php';
  12948.         include_once \dirname(__DIR__4).'/vendor/shopware/core/Framework/Store/Services/AbstractExtensionStoreLicensesService.php';
  12949.         include_once \dirname(__DIR__4).'/vendor/shopware/core/Framework/Store/Services/ExtensionStoreLicensesService.php';
  12950.         $this->services['Shopware\\Core\\Framework\\Store\\Api\\ExtensionStoreLicensesController'] = $instance = new \Shopware\Core\Framework\Store\Api\ExtensionStoreLicensesController(new \Shopware\Core\Framework\Store\Services\ExtensionStoreLicensesService(($this->privates['Shopware\\Core\\Framework\\Store\\Services\\StoreClient'] ?? $this->getStoreClientService())));
  12951.         $instance->setContainer($this);
  12952.         return $instance;
  12953.     }
  12954.     /**
  12955.      * Gets the public 'Shopware\Core\Framework\Store\Api\FirstRunWizardController' shared service.
  12956.      *
  12957.      * @return \Shopware\Core\Framework\Store\Api\FirstRunWizardController
  12958.      */
  12959.     protected function getFirstRunWizardControllerService()
  12960.     {
  12961.         include_once \dirname(__DIR__4).'/vendor/shopware/core/Framework/Store/Api/FirstRunWizardController.php';
  12962.         $this->services['Shopware\\Core\\Framework\\Store\\Api\\FirstRunWizardController'] = $instance = new \Shopware\Core\Framework\Store\Api\FirstRunWizardController(($this->privates['Shopware\\Core\\Framework\\Store\\Services\\FirstRunWizardClient'] ?? $this->getFirstRunWizardClientService()), ($this->services['plugin.repository'] ?? $this->getPlugin_RepositoryService()));
  12963.         $instance->setContainer($this);
  12964.         return $instance;
  12965.     }
  12966.     /**
  12967.      * Gets the public 'Shopware\Core\Framework\Store\Api\StoreController' shared service.
  12968.      *
  12969.      * @return \Shopware\Core\Framework\Store\Api\StoreController
  12970.      */
  12971.     protected function getStoreControllerService()
  12972.     {
  12973.         include_once \dirname(__DIR__4).'/vendor/shopware/core/Framework/Store/Api/StoreController.php';
  12974.         $this->services['Shopware\\Core\\Framework\\Store\\Api\\StoreController'] = $instance = new \Shopware\Core\Framework\Store\Api\StoreController(($this->privates['Shopware\\Core\\Framework\\Store\\Services\\StoreClient'] ?? $this->getStoreClientService()), ($this->services['plugin.repository'] ?? $this->getPlugin_RepositoryService()), ($this->privates['Shopware\\Core\\Framework\\Plugin\\PluginManagementService'] ?? $this->getPluginManagementServiceService()), ($this->services['user.repository'] ?? $this->getUser_RepositoryService()), ($this->privates['Shopware\\Core\\Framework\\Store\\Services\\AbstractExtensionDataProvider'] ?? $this->getAbstractExtensionDataProviderService()));
  12975.         $instance->setContainer($this);
  12976.         return $instance;
  12977.     }
  12978.     /**
  12979.      * Gets the public 'Shopware\Core\Framework\Store\Authentication\StoreRequestOptionsProvider' shared service.
  12980.      *
  12981.      * @return \Shopware\Core\Framework\Store\Authentication\StoreRequestOptionsProvider
  12982.      */
  12983.     protected function getStoreRequestOptionsProviderService()
  12984.     {
  12985.         include_once \dirname(__DIR__4).'/vendor/shopware/core/Framework/Store/Authentication/AbstractStoreRequestOptionsProvider.php';
  12986.         include_once \dirname(__DIR__4).'/vendor/shopware/core/Framework/Store/Authentication/StoreRequestOptionsProvider.php';
  12987.         include_once \dirname(__DIR__4).'/vendor/shopware/core/Framework/Store/Services/InstanceService.php';
  12988.         $a = ($this->services['user.repository'] ?? $this->getUser_RepositoryService());
  12989.         if (isset($this->services['Shopware\\Core\\Framework\\Store\\Authentication\\StoreRequestOptionsProvider'])) {
  12990.             return $this->services['Shopware\\Core\\Framework\\Store\\Authentication\\StoreRequestOptionsProvider'];
  12991.         }
  12992.         $b = ($this->services['Shopware\\Core\\System\\SystemConfig\\SystemConfigService'] ?? $this->getSystemConfigServiceService());
  12993.         if (isset($this->services['Shopware\\Core\\Framework\\Store\\Authentication\\StoreRequestOptionsProvider'])) {
  12994.             return $this->services['Shopware\\Core\\Framework\\Store\\Authentication\\StoreRequestOptionsProvider'];
  12995.         }
  12996.         return $this->services['Shopware\\Core\\Framework\\Store\\Authentication\\StoreRequestOptionsProvider'] = new \Shopware\Core\Framework\Store\Authentication\StoreRequestOptionsProvider($a$b, ($this->privates['Shopware\\Core\\Framework\\Store\\Services\\InstanceService'] ?? ($this->privates['Shopware\\Core\\Framework\\Store\\Services\\InstanceService'] = new \Shopware\Core\Framework\Store\Services\InstanceService('6.4.20.0'$this->getEnv('INSTANCE_ID')))), ($this->privates['Shopware\\Core\\Framework\\Store\\Authentication\\LocaleProvider'] ?? $this->getLocaleProviderService()));
  12997.     }
  12998.     /**
  12999.      * Gets the public 'Shopware\Core\Framework\Store\Services\ShopSecretInvalidMiddleware' shared service.
  13000.      *
  13001.      * @return \Shopware\Core\Framework\Store\Services\ShopSecretInvalidMiddleware
  13002.      */
  13003.     protected function getShopSecretInvalidMiddlewareService()
  13004.     {
  13005.         include_once \dirname(__DIR__4).'/vendor/shopware/core/Framework/Store/Services/MiddlewareInterface.php';
  13006.         include_once \dirname(__DIR__4).'/vendor/shopware/core/Framework/Store/Services/ShopSecretInvalidMiddleware.php';
  13007.         $a = ($this->services['Shopware\\Core\\System\\SystemConfig\\SystemConfigService'] ?? $this->getSystemConfigServiceService());
  13008.         if (isset($this->services['Shopware\\Core\\Framework\\Store\\Services\\ShopSecretInvalidMiddleware'])) {
  13009.             return $this->services['Shopware\\Core\\Framework\\Store\\Services\\ShopSecretInvalidMiddleware'];
  13010.         }
  13011.         return $this->services['Shopware\\Core\\Framework\\Store\\Services\\ShopSecretInvalidMiddleware'] = new \Shopware\Core\Framework\Store\Services\ShopSecretInvalidMiddleware(($this->services['Doctrine\\DBAL\\Connection'] ?? $this->getConnectionService()), $a);
  13012.     }
  13013.     /**
  13014.      * Gets the public 'Shopware\Core\Framework\Store\Services\StoreSessionExpiredMiddleware' shared service.
  13015.      *
  13016.      * @return \Shopware\Core\Framework\Store\Services\StoreSessionExpiredMiddleware
  13017.      */
  13018.     protected function getStoreSessionExpiredMiddlewareService()
  13019.     {
  13020.         include_once \dirname(__DIR__4).'/vendor/shopware/core/Framework/Store/Services/MiddlewareInterface.php';
  13021.         include_once \dirname(__DIR__4).'/vendor/shopware/core/Framework/Store/Services/StoreSessionExpiredMiddleware.php';
  13022.         return $this->services['Shopware\\Core\\Framework\\Store\\Services\\StoreSessionExpiredMiddleware'] = new \Shopware\Core\Framework\Store\Services\StoreSessionExpiredMiddleware(($this->services['Doctrine\\DBAL\\Connection'] ?? $this->getConnectionService()), ($this->services['request_stack'] ?? ($this->services['request_stack'] = new \Symfony\Component\HttpFoundation\RequestStack())));
  13023.     }
  13024.     /**
  13025.      * Gets the public 'Shopware\Core\Framework\Store\Services\VerifyResponseSignatureMiddleware' shared service.
  13026.      *
  13027.      * @return \Shopware\Core\Framework\Store\Services\VerifyResponseSignatureMiddleware
  13028.      */
  13029.     protected function getVerifyResponseSignatureMiddlewareService()
  13030.     {
  13031.         include_once \dirname(__DIR__4).'/vendor/shopware/core/Framework/Store/Services/MiddlewareInterface.php';
  13032.         include_once \dirname(__DIR__4).'/vendor/shopware/core/Framework/Store/Services/VerifyResponseSignatureMiddleware.php';
  13033.         include_once \dirname(__DIR__4).'/vendor/shopware/core/Framework/Store/Services/OpenSSLVerifier.php';
  13034.         return $this->services['Shopware\\Core\\Framework\\Store\\Services\\VerifyResponseSignatureMiddleware'] = new \Shopware\Core\Framework\Store\Services\VerifyResponseSignatureMiddleware(($this->privates['Shopware\\Core\\Framework\\Store\\Services\\OpenSSLVerifier'] ?? ($this->privates['Shopware\\Core\\Framework\\Store\\Services\\OpenSSLVerifier'] = new \Shopware\Core\Framework\Store\Services\OpenSSLVerifier([=> (\dirname(__DIR__4).'/vendor/shopware/core/Framework/Store/public.key')]))));
  13035.     }
  13036.     /**
  13037.      * Gets the public 'Shopware\Core\Framework\Update\Api\UpdateController' shared service.
  13038.      *
  13039.      * @return \Shopware\Core\Framework\Update\Api\UpdateController
  13040.      */
  13041.     protected function getUpdateControllerService()
  13042.     {
  13043.         include_once \dirname(__DIR__4).'/vendor/shopware/core/Framework/Update/Api/UpdateController.php';
  13044.         include_once \dirname(__DIR__4).'/vendor/shopware/core/Framework/Update/Services/ApiClient.php';
  13045.         include_once \dirname(__DIR__4).'/vendor/shopware/core/Framework/Update/Services/UpdateApiHttpClientFactory.php';
  13046.         include_once \dirname(__DIR__4).'/vendor/shopware/core/Framework/Update/Services/RequirementsValidator.php';
  13047.         include_once \dirname(__DIR__4).'/vendor/shopware/core/Framework/Update/Services/PluginCompatibility.php';
  13048.         include_once \dirname(__DIR__4).'/vendor/shopware/core/Framework/Store/Services/OpenSSLVerifier.php';
  13049.         $a = ($this->services['Shopware\\Core\\System\\SystemConfig\\SystemConfigService'] ?? $this->getSystemConfigServiceService());
  13050.         $this->services['Shopware\\Core\\Framework\\Update\\Api\\UpdateController'] = $instance = new \Shopware\Core\Framework\Update\Api\UpdateController(\dirname(__DIR__4), new \Shopware\Core\Framework\Update\Services\ApiClient('6.4.20.0'$a, ($this->privates['Shopware\\Core\\Framework\\Store\\Services\\OpenSSLVerifier'] ?? ($this->privates['Shopware\\Core\\Framework\\Store\\Services\\OpenSSLVerifier'] = new \Shopware\Core\Framework\Store\Services\OpenSSLVerifier([=> (\dirname(__DIR__4).'/vendor/shopware/core/Framework/Store/public.key')]))), (new \Shopware\Core\Framework\Update\Services\UpdateApiHttpClientFactory($a))->__invoke(), false), new \Shopware\Core\Framework\Update\Services\RequirementsValidator(new RewindableGenerator(function () {
  13051.             yield => ($this->privates['Shopware\\Core\\Framework\\Update\\Checkers\\PhpVersionCheck'] ?? ($this->privates['Shopware\\Core\\Framework\\Update\\Checkers\\PhpVersionCheck'] = new \Shopware\Core\Framework\Update\Checkers\PhpVersionCheck()));
  13052.             yield => ($this->privates['Shopware\\Core\\Framework\\Update\\Checkers\\LicenseCheck'] ?? $this->getLicenseCheckService());
  13053.             yield => ($this->privates['Shopware\\Core\\Framework\\Update\\Checkers\\WriteableCheck'] ?? $this->getWriteableCheckService());
  13054.             yield => ($this->privates['Shopware\\Core\\Framework\\Update\\Checkers\\MysqlVersionCheck'] ?? $this->getMysqlVersionCheckService());
  13055.         }, 4)), new \Shopware\Core\Framework\Update\Services\PluginCompatibility(($this->privates['Shopware\\Core\\Framework\\Store\\Services\\StoreClient'] ?? $this->getStoreClientService()), ($this->services['plugin.repository'] ?? $this->getPlugin_RepositoryService()), ($this->privates['Shopware\\Core\\Framework\\Store\\Services\\AbstractExtensionDataProvider'] ?? $this->getAbstractExtensionDataProviderService())), ($this->services['event_dispatcher'] ?? $this->getEventDispatcherService()), $a, ($this->privates['Shopware\\Core\\Framework\\Store\\Services\\ExtensionLifecycleService'] ?? $this->getExtensionLifecycleServiceService()), ($this->services['user.repository'] ?? $this->getUser_RepositoryService()), '6.4.20.0'$this->getEnv('bool:SHOPWARE_UPDATE_TEST'));
  13056.         $instance->setContainer($this);
  13057.         return $instance;
  13058.     }
  13059.     /**
  13060.      * Gets the public 'Shopware\Core\Framework\Util\HtmlSanitizer' shared service.
  13061.      *
  13062.      * @return \Shopware\Core\Framework\Util\HtmlSanitizer
  13063.      */
  13064.     protected function getHtmlSanitizerService()
  13065.     {
  13066.         return $this->services['Shopware\\Core\\Framework\\Util\\HtmlSanitizer'] = new \Shopware\Core\Framework\Util\HtmlSanitizer($this->targetDir.''true$this->parameters['shopware.html_sanitizer.sets'], $this->parameters['shopware.html_sanitizer.fields']);
  13067.     }
  13068.     /**
  13069.      * Gets the public 'Shopware\Core\Framework\Webhook\EventLog\WebhookEventLogDefinition' shared service.
  13070.      *
  13071.      * @return \Shopware\Core\Framework\Webhook\EventLog\WebhookEventLogDefinition
  13072.      */
  13073.     protected function getWebhookEventLogDefinitionService()
  13074.     {
  13075.         include_once \dirname(__DIR__4).'/vendor/shopware/core/Framework/Webhook/EventLog/WebhookEventLogDefinition.php';
  13076.         $this->services['Shopware\\Core\\Framework\\Webhook\\EventLog\\WebhookEventLogDefinition'] = $instance = new \Shopware\Core\Framework\Webhook\EventLog\WebhookEventLogDefinition();
  13077.         $instance->compile(($this->services['Shopware\\Core\\Framework\\DataAbstractionLayer\\DefinitionInstanceRegistry'] ?? $this->getDefinitionInstanceRegistryService()));
  13078.         return $instance;
  13079.     }
  13080.     /**
  13081.      * Gets the public 'Shopware\Core\Framework\Webhook\WebhookDefinition' shared service.
  13082.      *
  13083.      * @return \Shopware\Core\Framework\Webhook\WebhookDefinition
  13084.      */
  13085.     protected function getWebhookDefinitionService()
  13086.     {
  13087.         include_once \dirname(__DIR__4).'/vendor/shopware/core/Framework/Webhook/WebhookDefinition.php';
  13088.         $this->services['Shopware\\Core\\Framework\\Webhook\\WebhookDefinition'] = $instance = new \Shopware\Core\Framework\Webhook\WebhookDefinition();
  13089.         $instance->compile(($this->services['Shopware\\Core\\Framework\\DataAbstractionLayer\\DefinitionInstanceRegistry'] ?? $this->getDefinitionInstanceRegistryService()));
  13090.         return $instance;
  13091.     }
  13092.     /**
  13093.      * Gets the public 'Shopware\Core\Maintenance\SalesChannel\Service\SalesChannelCreator' shared autowired service.
  13094.      *
  13095.      * @return \Shopware\Core\Maintenance\SalesChannel\Service\SalesChannelCreator
  13096.      */
  13097.     protected function getSalesChannelCreatorService()
  13098.     {
  13099.         include_once \dirname(__DIR__4).'/vendor/shopware/core/Maintenance/SalesChannel/Service/SalesChannelCreator.php';
  13100.         return $this->services['Shopware\\Core\\Maintenance\\SalesChannel\\Service\\SalesChannelCreator'] = new \Shopware\Core\Maintenance\SalesChannel\Service\SalesChannelCreator(($this->services['Shopware\\Core\\Framework\\DataAbstractionLayer\\DefinitionInstanceRegistry'] ?? $this->getDefinitionInstanceRegistryService()), ($this->services['sales_channel.repository'] ?? $this->getSalesChannel_RepositoryService()), ($this->services['payment_method.repository'] ?? $this->getPaymentMethod_RepositoryService()), ($this->services['shipping_method.repository'] ?? $this->getShippingMethod_RepositoryService()), ($this->services['country.repository'] ?? $this->getCountry_RepositoryService()), ($this->services['category.repository'] ?? $this->getCategory_RepositoryService()));
  13101.     }
  13102.     /**
  13103.      * Gets the public 'Shopware\Core\Maintenance\User\Service\UserProvisioner' shared autowired service.
  13104.      *
  13105.      * @return \Shopware\Core\Maintenance\User\Service\UserProvisioner
  13106.      */
  13107.     protected function getUserProvisionerService()
  13108.     {
  13109.         include_once \dirname(__DIR__4).'/vendor/shopware/core/Maintenance/User/Service/UserProvisioner.php';
  13110.         return $this->services['Shopware\\Core\\Maintenance\\User\\Service\\UserProvisioner'] = new \Shopware\Core\Maintenance\User\Service\UserProvisioner(($this->services['Doctrine\\DBAL\\Connection'] ?? $this->getConnectionService()));
  13111.     }
  13112.     /**
  13113.      * Gets the public 'Shopware\Core\Profiling\Profiler' shared service.
  13114.      *
  13115.      * @return \Shopware\Core\Profiling\Profiler
  13116.      */
  13117.     protected function getProfilerService()
  13118.     {
  13119.         include_once \dirname(__DIR__4).'/vendor/shopware/core/Profiling/Profiler.php';
  13120.         return $this->services['Shopware\\Core\\Profiling\\Profiler'] = new \Shopware\Core\Profiling\Profiler(new RewindableGenerator(function () {
  13121.             yield 'Symfony' => ($this->privates['Shopware\\Core\\Profiling\\Integration\\Stopwatch'] ?? $this->getStopwatchService());
  13122.             yield 'Tideways' => ($this->privates['Shopware\\Core\\Profiling\\Integration\\Tideways'] ?? ($this->privates['Shopware\\Core\\Profiling\\Integration\\Tideways'] = new \Shopware\Core\Profiling\Integration\Tideways()));
  13123.             yield 'Datadog' => ($this->privates['Shopware\\Core\\Profiling\\Integration\\Datadog'] ?? ($this->privates['Shopware\\Core\\Profiling\\Integration\\Datadog'] = new \Shopware\Core\Profiling\Integration\Datadog()));
  13124.         }, 3), $this->parameters['shopware.profiler.integrations']);
  13125.     }
  13126.     /**
  13127.      * Gets the public 'Shopware\Core\System\Country\Aggregate\CountryStateTranslation\CountryStateTranslationDefinition' shared service.
  13128.      *
  13129.      * @return \Shopware\Core\System\Country\Aggregate\CountryStateTranslation\CountryStateTranslationDefinition
  13130.      */
  13131.     protected function getCountryStateTranslationDefinitionService()
  13132.     {
  13133.         include_once \dirname(__DIR__4).'/vendor/shopware/core/Framework/DataAbstractionLayer/EntityTranslationDefinition.php';
  13134.         include_once \dirname(__DIR__4).'/vendor/shopware/core/System/Country/Aggregate/CountryStateTranslation/CountryStateTranslationDefinition.php';
  13135.         $this->services['Shopware\\Core\\System\\Country\\Aggregate\\CountryStateTranslation\\CountryStateTranslationDefinition'] = $instance = new \Shopware\Core\System\Country\Aggregate\CountryStateTranslation\CountryStateTranslationDefinition();
  13136.         $instance->compile(($this->services['Shopware\\Core\\Framework\\DataAbstractionLayer\\DefinitionInstanceRegistry'] ?? $this->getDefinitionInstanceRegistryService()));
  13137.         return $instance;
  13138.     }
  13139.     /**
  13140.      * Gets the public 'Shopware\Core\System\Country\Aggregate\CountryState\CountryStateDefinition' shared service.
  13141.      *
  13142.      * @return \Shopware\Core\System\Country\Aggregate\CountryState\CountryStateDefinition
  13143.      */
  13144.     protected function getCountryStateDefinitionService()
  13145.     {
  13146.         $this->services['Shopware\\Core\\System\\Country\\Aggregate\\CountryState\\CountryStateDefinition'] = $instance = new \Shopware\Core\System\Country\Aggregate\CountryState\CountryStateDefinition();
  13147.         $instance->compile(($this->services['Shopware\\Core\\Framework\\DataAbstractionLayer\\DefinitionInstanceRegistry'] ?? $this->getDefinitionInstanceRegistryService()));
  13148.         return $instance;
  13149.     }
  13150.     /**
  13151.      * Gets the public 'Shopware\Core\System\Country\Aggregate\CountryState\SalesChannel\SalesChannelCountryStateDefinition' shared service.
  13152.      *
  13153.      * @return \Shopware\Core\System\Country\Aggregate\CountryState\SalesChannel\SalesChannelCountryStateDefinition
  13154.      */
  13155.     protected function getSalesChannelCountryStateDefinitionService()
  13156.     {
  13157.         include_once \dirname(__DIR__4).'/vendor/shopware/core/System/Country/Aggregate/CountryState/SalesChannel/SalesChannelCountryStateDefinition.php';
  13158.         $this->services['Shopware\\Core\\System\\Country\\Aggregate\\CountryState\\SalesChannel\\SalesChannelCountryStateDefinition'] = $instance = new \Shopware\Core\System\Country\Aggregate\CountryState\SalesChannel\SalesChannelCountryStateDefinition();
  13159.         $instance->compile(($this->services['Shopware\\Core\\System\\SalesChannel\\Entity\\SalesChannelDefinitionInstanceRegistry'] ?? $this->getSalesChannelDefinitionInstanceRegistryService()));
  13160.         return $instance;
  13161.     }
  13162.     /**
  13163.      * Gets the public 'Shopware\Core\System\Country\Aggregate\CountryTranslation\CountryTranslationDefinition' shared service.
  13164.      *
  13165.      * @return \Shopware\Core\System\Country\Aggregate\CountryTranslation\CountryTranslationDefinition
  13166.      */
  13167.     protected function getCountryTranslationDefinitionService()
  13168.     {
  13169.         include_once \dirname(__DIR__4).'/vendor/shopware/core/Framework/DataAbstractionLayer/EntityTranslationDefinition.php';
  13170.         include_once \dirname(__DIR__4).'/vendor/shopware/core/System/Country/Aggregate/CountryTranslation/CountryTranslationDefinition.php';
  13171.         $this->services['Shopware\\Core\\System\\Country\\Aggregate\\CountryTranslation\\CountryTranslationDefinition'] = $instance = new \Shopware\Core\System\Country\Aggregate\CountryTranslation\CountryTranslationDefinition();
  13172.         $instance->compile(($this->services['Shopware\\Core\\Framework\\DataAbstractionLayer\\DefinitionInstanceRegistry'] ?? $this->getDefinitionInstanceRegistryService()));
  13173.         return $instance;
  13174.     }
  13175.     /**
  13176.      * Gets the public 'Shopware\Core\System\Country\CountryDefinition' shared service.
  13177.      *
  13178.      * @return \Shopware\Core\System\Country\CountryDefinition
  13179.      */
  13180.     protected function getCountryDefinitionService()
  13181.     {
  13182.         $this->services['Shopware\\Core\\System\\Country\\CountryDefinition'] = $instance = new \Shopware\Core\System\Country\CountryDefinition();
  13183.         $instance->compile(($this->services['Shopware\\Core\\Framework\\DataAbstractionLayer\\DefinitionInstanceRegistry'] ?? $this->getDefinitionInstanceRegistryService()));
  13184.         return $instance;
  13185.     }
  13186.     /**
  13187.      * Gets the public 'Shopware\Core\System\Country\SalesChannel\CachedCountryRoute' shared service.
  13188.      *
  13189.      * @return \Shopware\Core\System\Country\SalesChannel\CachedCountryRoute
  13190.      */
  13191.     protected function getCachedCountryRouteService()
  13192.     {
  13193.         include_once \dirname(__DIR__4).'/vendor/shopware/core/System/Country/SalesChannel/AbstractCountryRoute.php';
  13194.         include_once \dirname(__DIR__4).'/vendor/shopware/core/System/Country/SalesChannel/CachedCountryRoute.php';
  13195.         include_once \dirname(__DIR__4).'/vendor/shopware/core/System/Country/SalesChannel/CountryRoute.php';
  13196.         $a = ($this->services['sales_channel.country.repository'] ?? $this->getSalesChannel_Country_RepositoryService());
  13197.         if (isset($this->services['Shopware\\Core\\System\\Country\\SalesChannel\\CachedCountryRoute'])) {
  13198.             return $this->services['Shopware\\Core\\System\\Country\\SalesChannel\\CachedCountryRoute'];
  13199.         }
  13200.         $b = ($this->privates['Shopware\\Storefront\\Framework\\Cache\\CacheTracer'] ?? $this->getCacheTracerService());
  13201.         if (isset($this->services['Shopware\\Core\\System\\Country\\SalesChannel\\CachedCountryRoute'])) {
  13202.             return $this->services['Shopware\\Core\\System\\Country\\SalesChannel\\CachedCountryRoute'];
  13203.         }
  13204.         $c = ($this->services['event_dispatcher'] ?? $this->getEventDispatcherService());
  13205.         if (isset($this->services['Shopware\\Core\\System\\Country\\SalesChannel\\CachedCountryRoute'])) {
  13206.             return $this->services['Shopware\\Core\\System\\Country\\SalesChannel\\CachedCountryRoute'];
  13207.         }
  13208.         return $this->services['Shopware\\Core\\System\\Country\\SalesChannel\\CachedCountryRoute'] = new \Shopware\Core\System\Country\SalesChannel\CachedCountryRoute(new \Shopware\Core\System\Country\SalesChannel\CountryRoute($a), ($this->privates['Shopware\\Core\\Framework\\Adapter\\Cache\\CacheDecorator'] ?? $this->getCacheDecoratorService()), ($this->services['Shopware\\Core\\Framework\\DataAbstractionLayer\\Cache\\EntityCacheKeyGenerator'] ?? ($this->services['Shopware\\Core\\Framework\\DataAbstractionLayer\\Cache\\EntityCacheKeyGenerator'] = new \Shopware\Core\Framework\DataAbstractionLayer\Cache\EntityCacheKeyGenerator())), $b$c, []);
  13209.     }
  13210.     /**
  13211.      * Gets the public 'Shopware\Core\System\Country\SalesChannel\CachedCountryStateRoute' shared service.
  13212.      *
  13213.      * @return \Shopware\Core\System\Country\SalesChannel\CachedCountryStateRoute
  13214.      */
  13215.     protected function getCachedCountryStateRouteService()
  13216.     {
  13217.         include_once \dirname(__DIR__4).'/vendor/shopware/core/System/Country/SalesChannel/AbstractCountryStateRoute.php';
  13218.         include_once \dirname(__DIR__4).'/vendor/shopware/core/System/Country/SalesChannel/CachedCountryStateRoute.php';
  13219.         include_once \dirname(__DIR__4).'/vendor/shopware/core/System/Country/SalesChannel/CountryStateRoute.php';
  13220.         return $this->services['Shopware\\Core\\System\\Country\\SalesChannel\\CachedCountryStateRoute'] = new \Shopware\Core\System\Country\SalesChannel\CachedCountryStateRoute(new \Shopware\Core\System\Country\SalesChannel\CountryStateRoute(($this->services['country_state.repository'] ?? $this->getCountryState_RepositoryService())), ($this->privates['Shopware\\Core\\Framework\\Adapter\\Cache\\CacheDecorator'] ?? $this->getCacheDecoratorService()), ($this->services['Shopware\\Core\\Framework\\DataAbstractionLayer\\Cache\\EntityCacheKeyGenerator'] ?? ($this->services['Shopware\\Core\\Framework\\DataAbstractionLayer\\Cache\\EntityCacheKeyGenerator'] = new \Shopware\Core\Framework\DataAbstractionLayer\Cache\EntityCacheKeyGenerator())), ($this->privates['Shopware\\Storefront\\Framework\\Cache\\CacheTracer'] ?? $this->getCacheTracerService()), ($this->services['event_dispatcher'] ?? $this->getEventDispatcherService()), []);
  13221.     }
  13222.     /**
  13223.      * Gets the public 'Shopware\Core\System\Country\SalesChannel\SalesChannelCountryDefinition' shared service.
  13224.      *
  13225.      * @return \Shopware\Core\System\Country\SalesChannel\SalesChannelCountryDefinition
  13226.      */
  13227.     protected function getSalesChannelCountryDefinitionService()
  13228.     {
  13229.         include_once \dirname(__DIR__4).'/vendor/shopware/core/System/Country/SalesChannel/SalesChannelCountryDefinition.php';
  13230.         $this->services['Shopware\\Core\\System\\Country\\SalesChannel\\SalesChannelCountryDefinition'] = $instance = new \Shopware\Core\System\Country\SalesChannel\SalesChannelCountryDefinition();
  13231.         $instance->compile(($this->services['Shopware\\Core\\System\\SalesChannel\\Entity\\SalesChannelDefinitionInstanceRegistry'] ?? $this->getSalesChannelDefinitionInstanceRegistryService()));
  13232.         return $instance;
  13233.     }
  13234.     /**
  13235.      * Gets the public 'Shopware\Core\System\Currency\Aggregate\CurrencyCountryRounding\CurrencyCountryRoundingDefinition' shared service.
  13236.      *
  13237.      * @return \Shopware\Core\System\Currency\Aggregate\CurrencyCountryRounding\CurrencyCountryRoundingDefinition
  13238.      */
  13239.     protected function getCurrencyCountryRoundingDefinitionService()
  13240.     {
  13241.         $this->services['Shopware\\Core\\System\\Currency\\Aggregate\\CurrencyCountryRounding\\CurrencyCountryRoundingDefinition'] = $instance = new \Shopware\Core\System\Currency\Aggregate\CurrencyCountryRounding\CurrencyCountryRoundingDefinition();
  13242.         $instance->compile(($this->services['Shopware\\Core\\Framework\\DataAbstractionLayer\\DefinitionInstanceRegistry'] ?? $this->getDefinitionInstanceRegistryService()));
  13243.         return $instance;
  13244.     }
  13245.     /**
  13246.      * Gets the public 'Shopware\Core\System\Currency\Aggregate\CurrencyTranslation\CurrencyTranslationDefinition' shared service.
  13247.      *
  13248.      * @return \Shopware\Core\System\Currency\Aggregate\CurrencyTranslation\CurrencyTranslationDefinition
  13249.      */
  13250.     protected function getCurrencyTranslationDefinitionService()
  13251.     {
  13252.         include_once \dirname(__DIR__4).'/vendor/shopware/core/Framework/DataAbstractionLayer/EntityTranslationDefinition.php';
  13253.         include_once \dirname(__DIR__4).'/vendor/shopware/core/System/Currency/Aggregate/CurrencyTranslation/CurrencyTranslationDefinition.php';
  13254.         $this->services['Shopware\\Core\\System\\Currency\\Aggregate\\CurrencyTranslation\\CurrencyTranslationDefinition'] = $instance = new \Shopware\Core\System\Currency\Aggregate\CurrencyTranslation\CurrencyTranslationDefinition();
  13255.         $instance->compile(($this->services['Shopware\\Core\\Framework\\DataAbstractionLayer\\DefinitionInstanceRegistry'] ?? $this->getDefinitionInstanceRegistryService()));
  13256.         return $instance;
  13257.     }
  13258.     /**
  13259.      * Gets the public 'Shopware\Core\System\Currency\CurrencyDefinition' shared service.
  13260.      *
  13261.      * @return \Shopware\Core\System\Currency\CurrencyDefinition
  13262.      */
  13263.     protected function getCurrencyDefinitionService()
  13264.     {
  13265.         $this->services['Shopware\\Core\\System\\Currency\\CurrencyDefinition'] = $instance = new \Shopware\Core\System\Currency\CurrencyDefinition();
  13266.         $instance->compile(($this->services['Shopware\\Core\\Framework\\DataAbstractionLayer\\DefinitionInstanceRegistry'] ?? $this->getDefinitionInstanceRegistryService()));
  13267.         return $instance;
  13268.     }
  13269.     /**
  13270.      * Gets the public 'Shopware\Core\System\Currency\CurrencyFormatter' shared service.
  13271.      *
  13272.      * @return \Shopware\Core\System\Currency\CurrencyFormatter
  13273.      */
  13274.     protected function getCurrencyFormatterService()
  13275.     {
  13276.         return $this->services['Shopware\\Core\\System\\Currency\\CurrencyFormatter'] = new \Shopware\Core\System\Currency\CurrencyFormatter(($this->privates['Shopware\\Core\\System\\Locale\\LanguageLocaleCodeProvider'] ?? $this->getLanguageLocaleCodeProviderService()));
  13277.     }
  13278.     /**
  13279.      * Gets the public 'Shopware\Core\System\Currency\SalesChannel\CachedCurrencyRoute' shared service.
  13280.      *
  13281.      * @return \Shopware\Core\System\Currency\SalesChannel\CachedCurrencyRoute
  13282.      */
  13283.     protected function getCachedCurrencyRouteService()
  13284.     {
  13285.         $a = ($this->services['sales_channel.currency.repository'] ?? $this->getSalesChannel_Currency_RepositoryService());
  13286.         if (isset($this->services['Shopware\\Core\\System\\Currency\\SalesChannel\\CachedCurrencyRoute'])) {
  13287.             return $this->services['Shopware\\Core\\System\\Currency\\SalesChannel\\CachedCurrencyRoute'];
  13288.         }
  13289.         $b = ($this->privates['Shopware\\Storefront\\Framework\\Cache\\CacheTracer'] ?? $this->getCacheTracerService());
  13290.         if (isset($this->services['Shopware\\Core\\System\\Currency\\SalesChannel\\CachedCurrencyRoute'])) {
  13291.             return $this->services['Shopware\\Core\\System\\Currency\\SalesChannel\\CachedCurrencyRoute'];
  13292.         }
  13293.         $c = ($this->services['event_dispatcher'] ?? $this->getEventDispatcherService());
  13294.         if (isset($this->services['Shopware\\Core\\System\\Currency\\SalesChannel\\CachedCurrencyRoute'])) {
  13295.             return $this->services['Shopware\\Core\\System\\Currency\\SalesChannel\\CachedCurrencyRoute'];
  13296.         }
  13297.         return $this->services['Shopware\\Core\\System\\Currency\\SalesChannel\\CachedCurrencyRoute'] = new \Shopware\Core\System\Currency\SalesChannel\CachedCurrencyRoute(new \Shopware\Core\System\Currency\SalesChannel\CurrencyRoute($a), ($this->privates['Shopware\\Core\\Framework\\Adapter\\Cache\\CacheDecorator'] ?? $this->getCacheDecoratorService()), ($this->services['Shopware\\Core\\Framework\\DataAbstractionLayer\\Cache\\EntityCacheKeyGenerator'] ?? ($this->services['Shopware\\Core\\Framework\\DataAbstractionLayer\\Cache\\EntityCacheKeyGenerator'] = new \Shopware\Core\Framework\DataAbstractionLayer\Cache\EntityCacheKeyGenerator())), $b$c, []);
  13298.     }
  13299.     /**
  13300.      * Gets the public 'Shopware\Core\System\Currency\SalesChannel\SalesChannelCurrencyDefinition' shared service.
  13301.      *
  13302.      * @return \Shopware\Core\System\Currency\SalesChannel\SalesChannelCurrencyDefinition
  13303.      */
  13304.     protected function getSalesChannelCurrencyDefinitionService()
  13305.     {
  13306.         $this->services['Shopware\\Core\\System\\Currency\\SalesChannel\\SalesChannelCurrencyDefinition'] = $instance = new \Shopware\Core\System\Currency\SalesChannel\SalesChannelCurrencyDefinition();
  13307.         $instance->compile(($this->services['Shopware\\Core\\System\\SalesChannel\\Entity\\SalesChannelDefinitionInstanceRegistry'] ?? $this->getSalesChannelDefinitionInstanceRegistryService()));
  13308.         return $instance;
  13309.     }
  13310.     /**
  13311.      * Gets the public 'Shopware\Core\System\CustomEntity\Api\CustomEntityApiController' shared service.
  13312.      *
  13313.      * @return \Shopware\Core\System\CustomEntity\Api\CustomEntityApiController
  13314.      */
  13315.     protected function getCustomEntityApiControllerService()
  13316.     {
  13317.         include_once \dirname(__DIR__4).'/vendor/shopware/core/Framework/Api/Controller/ApiController.php';
  13318.         include_once \dirname(__DIR__4).'/vendor/shopware/core/System/CustomEntity/Api/CustomEntityApiController.php';
  13319.         include_once \dirname(__DIR__4).'/vendor/shopware/core/Framework/DataAbstractionLayer/EntityProtection/EntityProtectionValidator.php';
  13320.         $this->services['Shopware\\Core\\System\\CustomEntity\\Api\\CustomEntityApiController'] = $instance = new \Shopware\Core\System\CustomEntity\Api\CustomEntityApiController(($this->services['Shopware\\Core\\Framework\\DataAbstractionLayer\\DefinitionInstanceRegistry'] ?? $this->getDefinitionInstanceRegistryService()), ($this->services['.container.private.serializer'] ?? $this->get_Container_Private_SerializerService()), ($this->privates['Shopware\\Core\\Framework\\DataAbstractionLayer\\Search\\RequestCriteriaBuilder'] ?? $this->getRequestCriteriaBuilderService()), ($this->privates['Shopware\\Core\\Framework\\DataAbstractionLayer\\Search\\CompositeEntitySearcher'] ?? $this->getCompositeEntitySearcherService()), ($this->privates['Shopware\\Core\\Framework\\Api\\Converter\\ApiVersionConverter'] ?? $this->getApiVersionConverterService()), ($this->privates['Shopware\\Core\\Framework\\DataAbstractionLayer\\EntityProtection\\EntityProtectionValidator'] ?? ($this->privates['Shopware\\Core\\Framework\\DataAbstractionLayer\\EntityProtection\\EntityProtectionValidator'] = new \Shopware\Core\Framework\DataAbstractionLayer\EntityProtection\EntityProtectionValidator())), ($this->services['Shopware\\Core\\Framework\\Api\\Acl\\AclCriteriaValidator'] ?? $this->getAclCriteriaValidatorService()));
  13321.         $instance->setContainer($this);
  13322.         return $instance;
  13323.     }
  13324.     /**
  13325.      * Gets the public 'Shopware\Core\System\CustomEntity\CustomEntityDefinition' shared service.
  13326.      *
  13327.      * @return \Shopware\Core\System\CustomEntity\CustomEntityDefinition
  13328.      */
  13329.     protected function getCustomEntityDefinitionService()
  13330.     {
  13331.         include_once \dirname(__DIR__4).'/vendor/shopware/core/System/CustomEntity/CustomEntityDefinition.php';
  13332.         $this->services['Shopware\\Core\\System\\CustomEntity\\CustomEntityDefinition'] = $instance = new \Shopware\Core\System\CustomEntity\CustomEntityDefinition();
  13333.         $instance->compile(($this->services['Shopware\\Core\\Framework\\DataAbstractionLayer\\DefinitionInstanceRegistry'] ?? $this->getDefinitionInstanceRegistryService()));
  13334.         return $instance;
  13335.     }
  13336.     /**
  13337.      * Gets the public 'Shopware\Core\System\CustomEntity\CustomEntityRegistrar' shared service.
  13338.      *
  13339.      * @return \Shopware\Core\System\CustomEntity\CustomEntityRegistrar
  13340.      */
  13341.     protected function getCustomEntityRegistrarService()
  13342.     {
  13343.         include_once \dirname(__DIR__4).'/vendor/shopware/core/System/CustomEntity/CustomEntityRegistrar.php';
  13344.         return $this->services['Shopware\\Core\\System\\CustomEntity\\CustomEntityRegistrar'] = new \Shopware\Core\System\CustomEntity\CustomEntityRegistrar($this);
  13345.     }
  13346.     /**
  13347.      * Gets the public 'Shopware\Core\System\CustomEntity\Schema\CustomEntitySchemaUpdater' shared service.
  13348.      *
  13349.      * @return \Shopware\Core\System\CustomEntity\Schema\CustomEntitySchemaUpdater
  13350.      */
  13351.     protected function getCustomEntitySchemaUpdaterService()
  13352.     {
  13353.         include_once \dirname(__DIR__4).'/vendor/shopware/core/System/CustomEntity/Schema/CustomEntitySchemaUpdater.php';
  13354.         include_once \dirname(__DIR__4).'/vendor/shopware/core/System/CustomEntity/Schema/SchemaUpdater.php';
  13355.         return $this->services['Shopware\\Core\\System\\CustomEntity\\Schema\\CustomEntitySchemaUpdater'] = new \Shopware\Core\System\CustomEntity\Schema\CustomEntitySchemaUpdater(($this->services['Doctrine\\DBAL\\Connection'] ?? $this->getConnectionService()), ($this->privates['lock.default.factory'] ?? $this->getLock_Default_FactoryService()), new \Shopware\Core\System\CustomEntity\Schema\SchemaUpdater());
  13356.     }
  13357.     /**
  13358.      * Gets the public 'Shopware\Core\System\CustomField\Aggregate\CustomFieldSetRelation\CustomFieldSetRelationDefinition' shared service.
  13359.      *
  13360.      * @return \Shopware\Core\System\CustomField\Aggregate\CustomFieldSetRelation\CustomFieldSetRelationDefinition
  13361.      */
  13362.     protected function getCustomFieldSetRelationDefinitionService()
  13363.     {
  13364.         include_once \dirname(__DIR__4).'/vendor/shopware/core/System/CustomField/Aggregate/CustomFieldSetRelation/CustomFieldSetRelationDefinition.php';
  13365.         $this->services['Shopware\\Core\\System\\CustomField\\Aggregate\\CustomFieldSetRelation\\CustomFieldSetRelationDefinition'] = $instance = new \Shopware\Core\System\CustomField\Aggregate\CustomFieldSetRelation\CustomFieldSetRelationDefinition();
  13366.         $instance->compile(($this->services['Shopware\\Core\\Framework\\DataAbstractionLayer\\DefinitionInstanceRegistry'] ?? $this->getDefinitionInstanceRegistryService()));
  13367.         return $instance;
  13368.     }
  13369.     /**
  13370.      * Gets the public 'Shopware\Core\System\CustomField\Aggregate\CustomFieldSet\CustomFieldSetDefinition' shared service.
  13371.      *
  13372.      * @return \Shopware\Core\System\CustomField\Aggregate\CustomFieldSet\CustomFieldSetDefinition
  13373.      */
  13374.     protected function getCustomFieldSetDefinitionService()
  13375.     {
  13376.         include_once \dirname(__DIR__4).'/vendor/shopware/core/System/CustomField/Aggregate/CustomFieldSet/CustomFieldSetDefinition.php';
  13377.         $this->services['Shopware\\Core\\System\\CustomField\\Aggregate\\CustomFieldSet\\CustomFieldSetDefinition'] = $instance = new \Shopware\Core\System\CustomField\Aggregate\CustomFieldSet\CustomFieldSetDefinition();
  13378.         $instance->compile(($this->services['Shopware\\Core\\Framework\\DataAbstractionLayer\\DefinitionInstanceRegistry'] ?? $this->getDefinitionInstanceRegistryService()));
  13379.         return $instance;
  13380.     }
  13381.     /**
  13382.      * Gets the public 'Shopware\Core\System\CustomField\Api\CustomFieldSetActionController' shared service.
  13383.      *
  13384.      * @return \Shopware\Core\System\CustomField\Api\CustomFieldSetActionController
  13385.      */
  13386.     protected function getCustomFieldSetActionControllerService()
  13387.     {
  13388.         include_once \dirname(__DIR__4).'/vendor/shopware/core/System/CustomField/Api/CustomFieldSetActionController.php';
  13389.         $this->services['Shopware\\Core\\System\\CustomField\\Api\\CustomFieldSetActionController'] = $instance = new \Shopware\Core\System\CustomField\Api\CustomFieldSetActionController(($this->services['Shopware\\Core\\Framework\\DataAbstractionLayer\\DefinitionInstanceRegistry'] ?? $this->getDefinitionInstanceRegistryService()));
  13390.         $instance->setContainer($this);
  13391.         return $instance;
  13392.     }
  13393.     /**
  13394.      * Gets the public 'Shopware\Core\System\CustomField\CustomFieldDefinition' shared service.
  13395.      *
  13396.      * @return \Shopware\Core\System\CustomField\CustomFieldDefinition
  13397.      */
  13398.     protected function getCustomFieldDefinitionService()
  13399.     {
  13400.         include_once \dirname(__DIR__4).'/vendor/shopware/core/System/CustomField/CustomFieldDefinition.php';
  13401.         $this->services['Shopware\\Core\\System\\CustomField\\CustomFieldDefinition'] = $instance = new \Shopware\Core\System\CustomField\CustomFieldDefinition();
  13402.         $instance->compile(($this->services['Shopware\\Core\\Framework\\DataAbstractionLayer\\DefinitionInstanceRegistry'] ?? $this->getDefinitionInstanceRegistryService()));
  13403.         return $instance;
  13404.     }
  13405.     /**
  13406.      * Gets the public 'Shopware\Core\System\DeliveryTime\Aggregate\DeliveryTimeTranslation\DeliveryTimeTranslationDefinition' shared service.
  13407.      *
  13408.      * @return \Shopware\Core\System\DeliveryTime\Aggregate\DeliveryTimeTranslation\DeliveryTimeTranslationDefinition
  13409.      */
  13410.     protected function getDeliveryTimeTranslationDefinitionService()
  13411.     {
  13412.         include_once \dirname(__DIR__4).'/vendor/shopware/core/Framework/DataAbstractionLayer/EntityTranslationDefinition.php';
  13413.         include_once \dirname(__DIR__4).'/vendor/shopware/core/System/DeliveryTime/Aggregate/DeliveryTimeTranslation/DeliveryTimeTranslationDefinition.php';
  13414.         $this->services['Shopware\\Core\\System\\DeliveryTime\\Aggregate\\DeliveryTimeTranslation\\DeliveryTimeTranslationDefinition'] = $instance = new \Shopware\Core\System\DeliveryTime\Aggregate\DeliveryTimeTranslation\DeliveryTimeTranslationDefinition();
  13415.         $instance->compile(($this->services['Shopware\\Core\\Framework\\DataAbstractionLayer\\DefinitionInstanceRegistry'] ?? $this->getDefinitionInstanceRegistryService()));
  13416.         return $instance;
  13417.     }
  13418.     /**
  13419.      * Gets the public 'Shopware\Core\System\DeliveryTime\DeliveryTimeDefinition' shared service.
  13420.      *
  13421.      * @return \Shopware\Core\System\DeliveryTime\DeliveryTimeDefinition
  13422.      */
  13423.     protected function getDeliveryTimeDefinitionService()
  13424.     {
  13425.         include_once \dirname(__DIR__4).'/vendor/shopware/core/System/DeliveryTime/DeliveryTimeDefinition.php';
  13426.         $this->services['Shopware\\Core\\System\\DeliveryTime\\DeliveryTimeDefinition'] = $instance = new \Shopware\Core\System\DeliveryTime\DeliveryTimeDefinition();
  13427.         $instance->compile(($this->services['Shopware\\Core\\Framework\\DataAbstractionLayer\\DefinitionInstanceRegistry'] ?? $this->getDefinitionInstanceRegistryService()));
  13428.         return $instance;
  13429.     }
  13430.     /**
  13431.      * Gets the public 'Shopware\Core\System\Integration\Aggregate\IntegrationRole\IntegrationRoleDefinition' shared service.
  13432.      *
  13433.      * @return \Shopware\Core\System\Integration\Aggregate\IntegrationRole\IntegrationRoleDefinition
  13434.      */
  13435.     protected function getIntegrationRoleDefinitionService()
  13436.     {
  13437.         include_once \dirname(__DIR__4).'/vendor/shopware/core/System/Integration/Aggregate/IntegrationRole/IntegrationRoleDefinition.php';
  13438.         $this->services['Shopware\\Core\\System\\Integration\\Aggregate\\IntegrationRole\\IntegrationRoleDefinition'] = $instance = new \Shopware\Core\System\Integration\Aggregate\IntegrationRole\IntegrationRoleDefinition();
  13439.         $instance->compile(($this->services['Shopware\\Core\\Framework\\DataAbstractionLayer\\DefinitionInstanceRegistry'] ?? $this->getDefinitionInstanceRegistryService()));
  13440.         return $instance;
  13441.     }
  13442.     /**
  13443.      * Gets the public 'Shopware\Core\System\Integration\IntegrationDefinition' shared service.
  13444.      *
  13445.      * @return \Shopware\Core\System\Integration\IntegrationDefinition
  13446.      */
  13447.     protected function getIntegrationDefinitionService()
  13448.     {
  13449.         include_once \dirname(__DIR__4).'/vendor/shopware/core/System/Integration/IntegrationDefinition.php';
  13450.         $this->services['Shopware\\Core\\System\\Integration\\IntegrationDefinition'] = $instance = new \Shopware\Core\System\Integration\IntegrationDefinition();
  13451.         $instance->compile(($this->services['Shopware\\Core\\Framework\\DataAbstractionLayer\\DefinitionInstanceRegistry'] ?? $this->getDefinitionInstanceRegistryService()));
  13452.         return $instance;
  13453.     }
  13454.     /**
  13455.      * Gets the public 'Shopware\Core\System\Language\LanguageDefinition' shared service.
  13456.      *
  13457.      * @return \Shopware\Core\System\Language\LanguageDefinition
  13458.      */
  13459.     protected function getLanguageDefinitionService()
  13460.     {
  13461.         $this->services['Shopware\\Core\\System\\Language\\LanguageDefinition'] = $instance = new \Shopware\Core\System\Language\LanguageDefinition();
  13462.         $instance->compile(($this->services['Shopware\\Core\\Framework\\DataAbstractionLayer\\DefinitionInstanceRegistry'] ?? $this->getDefinitionInstanceRegistryService()));
  13463.         return $instance;
  13464.     }
  13465.     /**
  13466.      * Gets the public 'Shopware\Core\System\Language\SalesChannel\CachedLanguageRoute' shared service.
  13467.      *
  13468.      * @return \Shopware\Core\System\Language\SalesChannel\CachedLanguageRoute
  13469.      */
  13470.     protected function getCachedLanguageRouteService()
  13471.     {
  13472.         $a = ($this->services['sales_channel.language.repository'] ?? $this->getSalesChannel_Language_RepositoryService());
  13473.         if (isset($this->services['Shopware\\Core\\System\\Language\\SalesChannel\\CachedLanguageRoute'])) {
  13474.             return $this->services['Shopware\\Core\\System\\Language\\SalesChannel\\CachedLanguageRoute'];
  13475.         }
  13476.         $b = ($this->privates['Shopware\\Storefront\\Framework\\Cache\\CacheTracer'] ?? $this->getCacheTracerService());
  13477.         if (isset($this->services['Shopware\\Core\\System\\Language\\SalesChannel\\CachedLanguageRoute'])) {
  13478.             return $this->services['Shopware\\Core\\System\\Language\\SalesChannel\\CachedLanguageRoute'];
  13479.         }
  13480.         $c = ($this->services['event_dispatcher'] ?? $this->getEventDispatcherService());
  13481.         if (isset($this->services['Shopware\\Core\\System\\Language\\SalesChannel\\CachedLanguageRoute'])) {
  13482.             return $this->services['Shopware\\Core\\System\\Language\\SalesChannel\\CachedLanguageRoute'];
  13483.         }
  13484.         return $this->services['Shopware\\Core\\System\\Language\\SalesChannel\\CachedLanguageRoute'] = new \Shopware\Core\System\Language\SalesChannel\CachedLanguageRoute(new \Shopware\Core\System\Language\SalesChannel\LanguageRoute($a), ($this->privates['Shopware\\Core\\Framework\\Adapter\\Cache\\CacheDecorator'] ?? $this->getCacheDecoratorService()), ($this->services['Shopware\\Core\\Framework\\DataAbstractionLayer\\Cache\\EntityCacheKeyGenerator'] ?? ($this->services['Shopware\\Core\\Framework\\DataAbstractionLayer\\Cache\\EntityCacheKeyGenerator'] = new \Shopware\Core\Framework\DataAbstractionLayer\Cache\EntityCacheKeyGenerator())), $b$c, []);
  13485.     }
  13486.     /**
  13487.      * Gets the public 'Shopware\Core\System\Language\SalesChannel\SalesChannelLanguageDefinition' shared service.
  13488.      *
  13489.      * @return \Shopware\Core\System\Language\SalesChannel\SalesChannelLanguageDefinition
  13490.      */
  13491.     protected function getSalesChannelLanguageDefinitionService()
  13492.     {
  13493.         $this->services['Shopware\\Core\\System\\Language\\SalesChannel\\SalesChannelLanguageDefinition'] = $instance = new \Shopware\Core\System\Language\SalesChannel\SalesChannelLanguageDefinition();
  13494.         $instance->compile(($this->services['Shopware\\Core\\System\\SalesChannel\\Entity\\SalesChannelDefinitionInstanceRegistry'] ?? $this->getSalesChannelDefinitionInstanceRegistryService()));
  13495.         return $instance;
  13496.     }
  13497.     /**
  13498.      * Gets the public 'Shopware\Core\System\Locale\Aggregate\LocaleTranslation\LocaleTranslationDefinition' shared service.
  13499.      *
  13500.      * @return \Shopware\Core\System\Locale\Aggregate\LocaleTranslation\LocaleTranslationDefinition
  13501.      */
  13502.     protected function getLocaleTranslationDefinitionService()
  13503.     {
  13504.         include_once \dirname(__DIR__4).'/vendor/shopware/core/Framework/DataAbstractionLayer/EntityTranslationDefinition.php';
  13505.         include_once \dirname(__DIR__4).'/vendor/shopware/core/System/Locale/Aggregate/LocaleTranslation/LocaleTranslationDefinition.php';
  13506.         $this->services['Shopware\\Core\\System\\Locale\\Aggregate\\LocaleTranslation\\LocaleTranslationDefinition'] = $instance = new \Shopware\Core\System\Locale\Aggregate\LocaleTranslation\LocaleTranslationDefinition();
  13507.         $instance->compile(($this->services['Shopware\\Core\\Framework\\DataAbstractionLayer\\DefinitionInstanceRegistry'] ?? $this->getDefinitionInstanceRegistryService()));
  13508.         return $instance;
  13509.     }
  13510.     /**
  13511.      * Gets the public 'Shopware\Core\System\Locale\LocaleDefinition' shared service.
  13512.      *
  13513.      * @return \Shopware\Core\System\Locale\LocaleDefinition
  13514.      */
  13515.     protected function getLocaleDefinitionService()
  13516.     {
  13517.         include_once \dirname(__DIR__4).'/vendor/shopware/core/System/Locale/LocaleDefinition.php';
  13518.         $this->services['Shopware\\Core\\System\\Locale\\LocaleDefinition'] = $instance = new \Shopware\Core\System\Locale\LocaleDefinition();
  13519.         $instance->compile(($this->services['Shopware\\Core\\Framework\\DataAbstractionLayer\\DefinitionInstanceRegistry'] ?? $this->getDefinitionInstanceRegistryService()));
  13520.         return $instance;
  13521.     }
  13522.     /**
  13523.      * Gets the public 'Shopware\Core\System\NumberRange\Aggregate\NumberRangeSalesChannel\NumberRangeSalesChannelDefinition' shared service.
  13524.      *
  13525.      * @return \Shopware\Core\System\NumberRange\Aggregate\NumberRangeSalesChannel\NumberRangeSalesChannelDefinition
  13526.      */
  13527.     protected function getNumberRangeSalesChannelDefinitionService()
  13528.     {
  13529.         include_once \dirname(__DIR__4).'/vendor/shopware/core/System/NumberRange/Aggregate/NumberRangeSalesChannel/NumberRangeSalesChannelDefinition.php';
  13530.         $this->services['Shopware\\Core\\System\\NumberRange\\Aggregate\\NumberRangeSalesChannel\\NumberRangeSalesChannelDefinition'] = $instance = new \Shopware\Core\System\NumberRange\Aggregate\NumberRangeSalesChannel\NumberRangeSalesChannelDefinition();
  13531.         $instance->compile(($this->services['Shopware\\Core\\Framework\\DataAbstractionLayer\\DefinitionInstanceRegistry'] ?? $this->getDefinitionInstanceRegistryService()));
  13532.         return $instance;
  13533.     }
  13534.     /**
  13535.      * Gets the public 'Shopware\Core\System\NumberRange\Aggregate\NumberRangeState\NumberRangeStateDefinition' shared service.
  13536.      *
  13537.      * @return \Shopware\Core\System\NumberRange\Aggregate\NumberRangeState\NumberRangeStateDefinition
  13538.      */
  13539.     protected function getNumberRangeStateDefinitionService()
  13540.     {
  13541.         include_once \dirname(__DIR__4).'/vendor/shopware/core/System/NumberRange/Aggregate/NumberRangeState/NumberRangeStateDefinition.php';
  13542.         $this->services['Shopware\\Core\\System\\NumberRange\\Aggregate\\NumberRangeState\\NumberRangeStateDefinition'] = $instance = new \Shopware\Core\System\NumberRange\Aggregate\NumberRangeState\NumberRangeStateDefinition();
  13543.         $instance->compile(($this->services['Shopware\\Core\\Framework\\DataAbstractionLayer\\DefinitionInstanceRegistry'] ?? $this->getDefinitionInstanceRegistryService()));
  13544.         return $instance;
  13545.     }
  13546.     /**
  13547.      * Gets the public 'Shopware\Core\System\NumberRange\Aggregate\NumberRangeTranslation\NumberRangeTranslationDefinition' shared service.
  13548.      *
  13549.      * @return \Shopware\Core\System\NumberRange\Aggregate\NumberRangeTranslation\NumberRangeTranslationDefinition
  13550.      */
  13551.     protected function getNumberRangeTranslationDefinitionService()
  13552.     {
  13553.         include_once \dirname(__DIR__4).'/vendor/shopware/core/Framework/DataAbstractionLayer/EntityTranslationDefinition.php';
  13554.         include_once \dirname(__DIR__4).'/vendor/shopware/core/System/NumberRange/Aggregate/NumberRangeTranslation/NumberRangeTranslationDefinition.php';
  13555.         $this->services['Shopware\\Core\\System\\NumberRange\\Aggregate\\NumberRangeTranslation\\NumberRangeTranslationDefinition'] = $instance = new \Shopware\Core\System\NumberRange\Aggregate\NumberRangeTranslation\NumberRangeTranslationDefinition();
  13556.         $instance->compile(($this->services['Shopware\\Core\\Framework\\DataAbstractionLayer\\DefinitionInstanceRegistry'] ?? $this->getDefinitionInstanceRegistryService()));
  13557.         return $instance;
  13558.     }
  13559.     /**
  13560.      * Gets the public 'Shopware\Core\System\NumberRange\Aggregate\NumberRangeTypeTranslation\NumberRangeTypeTranslationDefinition' shared service.
  13561.      *
  13562.      * @return \Shopware\Core\System\NumberRange\Aggregate\NumberRangeTypeTranslation\NumberRangeTypeTranslationDefinition
  13563.      */
  13564.     protected function getNumberRangeTypeTranslationDefinitionService()
  13565.     {
  13566.         include_once \dirname(__DIR__4).'/vendor/shopware/core/Framework/DataAbstractionLayer/EntityTranslationDefinition.php';
  13567.         include_once \dirname(__DIR__4).'/vendor/shopware/core/System/NumberRange/Aggregate/NumberRangeTypeTranslation/NumberRangeTypeTranslationDefinition.php';
  13568.         $this->services['Shopware\\Core\\System\\NumberRange\\Aggregate\\NumberRangeTypeTranslation\\NumberRangeTypeTranslationDefinition'] = $instance = new \Shopware\Core\System\NumberRange\Aggregate\NumberRangeTypeTranslation\NumberRangeTypeTranslationDefinition();
  13569.         $instance->compile(($this->services['Shopware\\Core\\Framework\\DataAbstractionLayer\\DefinitionInstanceRegistry'] ?? $this->getDefinitionInstanceRegistryService()));
  13570.         return $instance;
  13571.     }
  13572.     /**
  13573.      * Gets the public 'Shopware\Core\System\NumberRange\Aggregate\NumberRangeType\NumberRangeTypeDefinition' shared service.
  13574.      *
  13575.      * @return \Shopware\Core\System\NumberRange\Aggregate\NumberRangeType\NumberRangeTypeDefinition
  13576.      */
  13577.     protected function getNumberRangeTypeDefinitionService()
  13578.     {
  13579.         include_once \dirname(__DIR__4).'/vendor/shopware/core/System/NumberRange/Aggregate/NumberRangeType/NumberRangeTypeDefinition.php';
  13580.         $this->services['Shopware\\Core\\System\\NumberRange\\Aggregate\\NumberRangeType\\NumberRangeTypeDefinition'] = $instance = new \Shopware\Core\System\NumberRange\Aggregate\NumberRangeType\NumberRangeTypeDefinition();
  13581.         $instance->compile(($this->services['Shopware\\Core\\Framework\\DataAbstractionLayer\\DefinitionInstanceRegistry'] ?? $this->getDefinitionInstanceRegistryService()));
  13582.         return $instance;
  13583.     }
  13584.     /**
  13585.      * Gets the public 'Shopware\Core\System\NumberRange\Api\NumberRangeController' shared service.
  13586.      *
  13587.      * @return \Shopware\Core\System\NumberRange\Api\NumberRangeController
  13588.      */
  13589.     protected function getNumberRangeControllerService()
  13590.     {
  13591.         include_once \dirname(__DIR__4).'/vendor/shopware/core/System/NumberRange/Api/NumberRangeController.php';
  13592.         $this->services['Shopware\\Core\\System\\NumberRange\\Api\\NumberRangeController'] = $instance = new \Shopware\Core\System\NumberRange\Api\NumberRangeController(($this->services['Shopware\\Core\\System\\NumberRange\\ValueGenerator\\NumberRangeValueGeneratorInterface'] ?? $this->getNumberRangeValueGeneratorInterfaceService()));
  13593.         $instance->setContainer($this);
  13594.         return $instance;
  13595.     }
  13596.     /**
  13597.      * Gets the public 'Shopware\Core\System\NumberRange\NumberRangeDefinition' shared service.
  13598.      *
  13599.      * @return \Shopware\Core\System\NumberRange\NumberRangeDefinition
  13600.      */
  13601.     protected function getNumberRangeDefinitionService()
  13602.     {
  13603.         include_once \dirname(__DIR__4).'/vendor/shopware/core/System/NumberRange/NumberRangeDefinition.php';
  13604.         $this->services['Shopware\\Core\\System\\NumberRange\\NumberRangeDefinition'] = $instance = new \Shopware\Core\System\NumberRange\NumberRangeDefinition();
  13605.         $instance->compile(($this->services['Shopware\\Core\\Framework\\DataAbstractionLayer\\DefinitionInstanceRegistry'] ?? $this->getDefinitionInstanceRegistryService()));
  13606.         return $instance;
  13607.     }
  13608.     /**
  13609.      * Gets the public 'Shopware\Core\System\NumberRange\ValueGenerator\NumberRangeValueGeneratorInterface' shared service.
  13610.      *
  13611.      * @return \Shopware\Core\System\NumberRange\ValueGenerator\NumberRangeValueGenerator
  13612.      */
  13613.     protected function getNumberRangeValueGeneratorInterfaceService()
  13614.     {
  13615.         $a = ($this->services['event_dispatcher'] ?? $this->getEventDispatcherService());
  13616.         if (isset($this->services['Shopware\\Core\\System\\NumberRange\\ValueGenerator\\NumberRangeValueGeneratorInterface'])) {
  13617.             return $this->services['Shopware\\Core\\System\\NumberRange\\ValueGenerator\\NumberRangeValueGeneratorInterface'];
  13618.         }
  13619.         return $this->services['Shopware\\Core\\System\\NumberRange\\ValueGenerator\\NumberRangeValueGeneratorInterface'] = new \Shopware\Core\System\NumberRange\ValueGenerator\NumberRangeValueGenerator(new \Shopware\Core\System\NumberRange\ValueGenerator\Pattern\ValueGeneratorPatternRegistry(new RewindableGenerator(function () {
  13620.             yield => ($this->privates['Shopware\\Core\\System\\NumberRange\\ValueGenerator\\Pattern\\ValueGeneratorPatternIncrement'] ?? $this->getValueGeneratorPatternIncrementService());
  13621.             yield => ($this->privates['Shopware\\Core\\System\\NumberRange\\ValueGenerator\\Pattern\\ValueGeneratorPatternDate'] ?? ($this->privates['Shopware\\Core\\System\\NumberRange\\ValueGenerator\\Pattern\\ValueGeneratorPatternDate'] = new \Shopware\Core\System\NumberRange\ValueGenerator\Pattern\ValueGeneratorPatternDate()));
  13622.         }, 2)), $a, ($this->services['Doctrine\\DBAL\\Connection'] ?? $this->getConnectionService()));
  13623.     }
  13624.     /**
  13625.      * Gets the public 'Shopware\Core\System\SalesChannel\Aggregate\SalesChannelAnalytics\SalesChannelAnalyticsDefinition' shared service.
  13626.      *
  13627.      * @return \Shopware\Core\System\SalesChannel\Aggregate\SalesChannelAnalytics\SalesChannelAnalyticsDefinition
  13628.      */
  13629.     protected function getSalesChannelAnalyticsDefinitionService()
  13630.     {
  13631.         include_once \dirname(__DIR__4).'/vendor/shopware/core/System/SalesChannel/Aggregate/SalesChannelAnalytics/SalesChannelAnalyticsDefinition.php';
  13632.         $this->services['Shopware\\Core\\System\\SalesChannel\\Aggregate\\SalesChannelAnalytics\\SalesChannelAnalyticsDefinition'] = $instance = new \Shopware\Core\System\SalesChannel\Aggregate\SalesChannelAnalytics\SalesChannelAnalyticsDefinition();
  13633.         $instance->compile(($this->services['Shopware\\Core\\Framework\\DataAbstractionLayer\\DefinitionInstanceRegistry'] ?? $this->getDefinitionInstanceRegistryService()));
  13634.         return $instance;
  13635.     }
  13636.     /**
  13637.      * Gets the public 'Shopware\Core\System\SalesChannel\Aggregate\SalesChannelCountry\SalesChannelCountryDefinition' shared service.
  13638.      *
  13639.      * @return \Shopware\Core\System\SalesChannel\Aggregate\SalesChannelCountry\SalesChannelCountryDefinition
  13640.      */
  13641.     protected function getSalesChannelCountryDefinition2Service()
  13642.     {
  13643.         include_once \dirname(__DIR__4).'/vendor/shopware/core/System/SalesChannel/Aggregate/SalesChannelCountry/SalesChannelCountryDefinition.php';
  13644.         $this->services['Shopware\\Core\\System\\SalesChannel\\Aggregate\\SalesChannelCountry\\SalesChannelCountryDefinition'] = $instance = new \Shopware\Core\System\SalesChannel\Aggregate\SalesChannelCountry\SalesChannelCountryDefinition();
  13645.         $instance->compile(($this->services['Shopware\\Core\\Framework\\DataAbstractionLayer\\DefinitionInstanceRegistry'] ?? $this->getDefinitionInstanceRegistryService()));
  13646.         return $instance;
  13647.     }
  13648.     /**
  13649.      * Gets the public 'Shopware\Core\System\SalesChannel\Aggregate\SalesChannelCurrency\SalesChannelCurrencyDefinition' shared service.
  13650.      *
  13651.      * @return \Shopware\Core\System\SalesChannel\Aggregate\SalesChannelCurrency\SalesChannelCurrencyDefinition
  13652.      */
  13653.     protected function getSalesChannelCurrencyDefinition2Service()
  13654.     {
  13655.         include_once \dirname(__DIR__4).'/vendor/shopware/core/System/SalesChannel/Aggregate/SalesChannelCurrency/SalesChannelCurrencyDefinition.php';
  13656.         $this->services['Shopware\\Core\\System\\SalesChannel\\Aggregate\\SalesChannelCurrency\\SalesChannelCurrencyDefinition'] = $instance = new \Shopware\Core\System\SalesChannel\Aggregate\SalesChannelCurrency\SalesChannelCurrencyDefinition();
  13657.         $instance->compile(($this->services['Shopware\\Core\\Framework\\DataAbstractionLayer\\DefinitionInstanceRegistry'] ?? $this->getDefinitionInstanceRegistryService()));
  13658.         return $instance;
  13659.     }
  13660.     /**
  13661.      * Gets the public 'Shopware\Core\System\SalesChannel\Aggregate\SalesChannelDomain\SalesChannelDomainDefinition' shared service.
  13662.      *
  13663.      * @return \Shopware\Core\System\SalesChannel\Aggregate\SalesChannelDomain\SalesChannelDomainDefinition
  13664.      */
  13665.     protected function getSalesChannelDomainDefinitionService()
  13666.     {
  13667.         $this->services['Shopware\\Core\\System\\SalesChannel\\Aggregate\\SalesChannelDomain\\SalesChannelDomainDefinition'] = $instance = new \Shopware\Core\System\SalesChannel\Aggregate\SalesChannelDomain\SalesChannelDomainDefinition();
  13668.         $instance->compile(($this->services['Shopware\\Core\\Framework\\DataAbstractionLayer\\DefinitionInstanceRegistry'] ?? $this->getDefinitionInstanceRegistryService()));
  13669.         return $instance;
  13670.     }
  13671.     /**
  13672.      * Gets the public 'Shopware\Core\System\SalesChannel\Aggregate\SalesChannelLanguage\SalesChannelLanguageDefinition' shared service.
  13673.      *
  13674.      * @return \Shopware\Core\System\SalesChannel\Aggregate\SalesChannelLanguage\SalesChannelLanguageDefinition
  13675.      */
  13676.     protected function getSalesChannelLanguageDefinition2Service()
  13677.     {
  13678.         include_once \dirname(__DIR__4).'/vendor/shopware/core/System/SalesChannel/Aggregate/SalesChannelLanguage/SalesChannelLanguageDefinition.php';
  13679.         $this->services['Shopware\\Core\\System\\SalesChannel\\Aggregate\\SalesChannelLanguage\\SalesChannelLanguageDefinition'] = $instance = new \Shopware\Core\System\SalesChannel\Aggregate\SalesChannelLanguage\SalesChannelLanguageDefinition();
  13680.         $instance->compile(($this->services['Shopware\\Core\\Framework\\DataAbstractionLayer\\DefinitionInstanceRegistry'] ?? $this->getDefinitionInstanceRegistryService()));
  13681.         return $instance;
  13682.     }
  13683.     /**
  13684.      * Gets the public 'Shopware\Core\System\SalesChannel\Aggregate\SalesChannelPaymentMethod\SalesChannelPaymentMethodDefinition' shared service.
  13685.      *
  13686.      * @return \Shopware\Core\System\SalesChannel\Aggregate\SalesChannelPaymentMethod\SalesChannelPaymentMethodDefinition
  13687.      */
  13688.     protected function getSalesChannelPaymentMethodDefinition2Service()
  13689.     {
  13690.         include_once \dirname(__DIR__4).'/vendor/shopware/core/System/SalesChannel/Aggregate/SalesChannelPaymentMethod/SalesChannelPaymentMethodDefinition.php';
  13691.         $this->services['Shopware\\Core\\System\\SalesChannel\\Aggregate\\SalesChannelPaymentMethod\\SalesChannelPaymentMethodDefinition'] = $instance = new \Shopware\Core\System\SalesChannel\Aggregate\SalesChannelPaymentMethod\SalesChannelPaymentMethodDefinition();
  13692.         $instance->compile(($this->services['Shopware\\Core\\Framework\\DataAbstractionLayer\\DefinitionInstanceRegistry'] ?? $this->getDefinitionInstanceRegistryService()));
  13693.         return $instance;
  13694.     }
  13695.     /**
  13696.      * Gets the public 'Shopware\Core\System\SalesChannel\Aggregate\SalesChannelShippingMethod\SalesChannelShippingMethodDefinition' shared service.
  13697.      *
  13698.      * @return \Shopware\Core\System\SalesChannel\Aggregate\SalesChannelShippingMethod\SalesChannelShippingMethodDefinition
  13699.      */
  13700.     protected function getSalesChannelShippingMethodDefinition2Service()
  13701.     {
  13702.         include_once \dirname(__DIR__4).'/vendor/shopware/core/System/SalesChannel/Aggregate/SalesChannelShippingMethod/SalesChannelShippingMethodDefinition.php';
  13703.         $this->services['Shopware\\Core\\System\\SalesChannel\\Aggregate\\SalesChannelShippingMethod\\SalesChannelShippingMethodDefinition'] = $instance = new \Shopware\Core\System\SalesChannel\Aggregate\SalesChannelShippingMethod\SalesChannelShippingMethodDefinition();
  13704.         $instance->compile(($this->services['Shopware\\Core\\Framework\\DataAbstractionLayer\\DefinitionInstanceRegistry'] ?? $this->getDefinitionInstanceRegistryService()));
  13705.         return $instance;
  13706.     }
  13707.     /**
  13708.      * Gets the public 'Shopware\Core\System\SalesChannel\Aggregate\SalesChannelTranslation\SalesChannelTranslationDefinition' shared service.
  13709.      *
  13710.      * @return \Shopware\Core\System\SalesChannel\Aggregate\SalesChannelTranslation\SalesChannelTranslationDefinition
  13711.      */
  13712.     protected function getSalesChannelTranslationDefinitionService()
  13713.     {
  13714.         include_once \dirname(__DIR__4).'/vendor/shopware/core/Framework/DataAbstractionLayer/EntityTranslationDefinition.php';
  13715.         include_once \dirname(__DIR__4).'/vendor/shopware/core/System/SalesChannel/Aggregate/SalesChannelTranslation/SalesChannelTranslationDefinition.php';
  13716.         $this->services['Shopware\\Core\\System\\SalesChannel\\Aggregate\\SalesChannelTranslation\\SalesChannelTranslationDefinition'] = $instance = new \Shopware\Core\System\SalesChannel\Aggregate\SalesChannelTranslation\SalesChannelTranslationDefinition();
  13717.         $instance->compile(($this->services['Shopware\\Core\\Framework\\DataAbstractionLayer\\DefinitionInstanceRegistry'] ?? $this->getDefinitionInstanceRegistryService()));
  13718.         return $instance;
  13719.     }
  13720.     /**
  13721.      * Gets the public 'Shopware\Core\System\SalesChannel\Aggregate\SalesChannelTypeTranslation\SalesChannelTypeTranslationDefinition' shared service.
  13722.      *
  13723.      * @return \Shopware\Core\System\SalesChannel\Aggregate\SalesChannelTypeTranslation\SalesChannelTypeTranslationDefinition
  13724.      */
  13725.     protected function getSalesChannelTypeTranslationDefinitionService()
  13726.     {
  13727.         include_once \dirname(__DIR__4).'/vendor/shopware/core/Framework/DataAbstractionLayer/EntityTranslationDefinition.php';
  13728.         include_once \dirname(__DIR__4).'/vendor/shopware/core/System/SalesChannel/Aggregate/SalesChannelTypeTranslation/SalesChannelTypeTranslationDefinition.php';
  13729.         $this->services['Shopware\\Core\\System\\SalesChannel\\Aggregate\\SalesChannelTypeTranslation\\SalesChannelTypeTranslationDefinition'] = $instance = new \Shopware\Core\System\SalesChannel\Aggregate\SalesChannelTypeTranslation\SalesChannelTypeTranslationDefinition();
  13730.         $instance->compile(($this->services['Shopware\\Core\\Framework\\DataAbstractionLayer\\DefinitionInstanceRegistry'] ?? $this->getDefinitionInstanceRegistryService()));
  13731.         return $instance;
  13732.     }
  13733.     /**
  13734.      * Gets the public 'Shopware\Core\System\SalesChannel\Aggregate\SalesChannelType\SalesChannelTypeDefinition' shared service.
  13735.      *
  13736.      * @return \Shopware\Core\System\SalesChannel\Aggregate\SalesChannelType\SalesChannelTypeDefinition
  13737.      */
  13738.     protected function getSalesChannelTypeDefinitionService()
  13739.     {
  13740.         include_once \dirname(__DIR__4).'/vendor/shopware/core/System/SalesChannel/Aggregate/SalesChannelType/SalesChannelTypeDefinition.php';
  13741.         $this->services['Shopware\\Core\\System\\SalesChannel\\Aggregate\\SalesChannelType\\SalesChannelTypeDefinition'] = $instance = new \Shopware\Core\System\SalesChannel\Aggregate\SalesChannelType\SalesChannelTypeDefinition();
  13742.         $instance->compile(($this->services['Shopware\\Core\\Framework\\DataAbstractionLayer\\DefinitionInstanceRegistry'] ?? $this->getDefinitionInstanceRegistryService()));
  13743.         return $instance;
  13744.     }
  13745.     /**
  13746.      * Gets the public 'Shopware\Core\System\SalesChannel\Context\SalesChannelContextFactory' shared service.
  13747.      *
  13748.      * @return \Redgecko\Magnalister\Service\MagnalisterSalesChannelContextFactory
  13749.      */
  13750.     protected function getSalesChannelContextFactoryService()
  13751.     {
  13752.         $a = ($this->privates['Shopware\\Core\\System\\SalesChannel\\Context\\CachedSalesChannelContextFactory'] ?? $this->getCachedSalesChannelContextFactoryService());
  13753.         if (isset($this->services['Shopware\\Core\\System\\SalesChannel\\Context\\SalesChannelContextFactory'])) {
  13754.             return $this->services['Shopware\\Core\\System\\SalesChannel\\Context\\SalesChannelContextFactory'];
  13755.         }
  13756.         return $this->services['Shopware\\Core\\System\\SalesChannel\\Context\\SalesChannelContextFactory'] = new \Redgecko\Magnalister\Service\MagnalisterSalesChannelContextFactory($a, ($this->services['.container.private.session'] ?? $this->get_Container_Private_SessionService()));
  13757.     }
  13758.     /**
  13759.      * Gets the public 'Shopware\Core\System\SalesChannel\Entity\SalesChannelDefinitionInstanceRegistry' shared service.
  13760.      *
  13761.      * @return \Shopware\Core\System\SalesChannel\Entity\SalesChannelDefinitionInstanceRegistry
  13762.      */
  13763.     protected function getSalesChannelDefinitionInstanceRegistryService()
  13764.     {
  13765.         return $this->services['Shopware\\Core\\System\\SalesChannel\\Entity\\SalesChannelDefinitionInstanceRegistry'] = new \Shopware\Core\System\SalesChannel\Entity\SalesChannelDefinitionInstanceRegistry('sales_channel_definition.'$this, ['log_entry' => 'Shopware\\Core\\Framework\\Log\\LogEntryDefinition''acl_role' => 'Shopware\\Core\\Framework\\Api\\Acl\\Role\\AclRoleDefinition''acl_user_role' => 'Shopware\\Core\\Framework\\Api\\Acl\\Role\\AclUserRoleDefinition''user_role_acl' => 'Shopware\\Core\\Framework\\Api\\Acl\\Role\\AclUserRoleDefinition''app' => 'Shopware\\Core\\Framework\\App\\AppDefinition''app_translation' => 'Shopware\\Core\\Framework\\App\\Aggregate\\AppTranslation\\AppTranslationDefinition''app_action_button' => 'Shopware\\Core\\Framework\\App\\Aggregate\\ActionButton\\ActionButtonDefinition''app_action_button_translation' => 'Shopware\\Core\\Framework\\App\\Aggregate\\ActionButtonTranslation\\ActionButtonTranslationDefinition''app_template' => 'Shopware\\Core\\Framework\\App\\Template\\TemplateDefinition''app_payment_method' => 'Shopware\\Core\\Framework\\App\\Aggregate\\AppPaymentMethod\\AppPaymentMethodDefinition''app_script_condition' => 'Shopware\\Core\\Framework\\App\\Aggregate\\AppScriptCondition\\AppScriptConditionDefinition''app_script_condition_translation' => 'Shopware\\Core\\Framework\\App\\Aggregate\\AppScriptConditionTranslation\\AppScriptConditionTranslationDefinition''app_cms_block' => 'Shopware\\Core\\Framework\\App\\Aggregate\\CmsBlock\\AppCmsBlockDefinition''app_cms_block_translation' => 'Shopware\\Core\\Framework\\App\\Aggregate\\CmsBlockTranslation\\AppCmsBlockTranslationDefinition''app_flow_action' => 'Shopware\\Core\\Framework\\App\\Aggregate\\FlowAction\\AppFlowActionDefinition''app_flow_action_translation' => 'Shopware\\Core\\Framework\\App\\Aggregate\\FlowActionTranslation\\AppFlowActionTranslationDefinition''custom_field' => 'Shopware\\Core\\System\\CustomField\\CustomFieldDefinition''custom_field_set' => 'Shopware\\Core\\System\\CustomField\\Aggregate\\CustomFieldSet\\CustomFieldSetDefinition''custom_field_set_relation' => 'Shopware\\Core\\System\\CustomField\\Aggregate\\CustomFieldSetRelation\\CustomFieldSetRelationDefinition''version' => 'Shopware\\Core\\Framework\\DataAbstractionLayer\\Version\\VersionDefinition''version_commit' => 'Shopware\\Core\\Framework\\DataAbstractionLayer\\Version\\Aggregate\\VersionCommit\\VersionCommitDefinition''version_commit_data' => 'Shopware\\Core\\Framework\\DataAbstractionLayer\\Version\\Aggregate\\VersionCommitData\\VersionCommitDataDefinition''event_action' => 'Shopware\\Core\\Framework\\Event\\EventAction\\EventActionDefinition''event_action_rule' => 'Shopware\\Core\\Framework\\Event\\EventAction\\Aggregate\\EventActionRule\\EventActionRuleDefinition''event_action_sales_channel' => 'Shopware\\Core\\Framework\\Event\\EventAction\\Aggregate\\EventActionSalesChannel\\EventActionSalesChannelDefinition''dead_message' => 'Shopware\\Core\\Framework\\MessageQueue\\DeadMessage\\DeadMessageDefinition''message_queue_stats' => 'Shopware\\Core\\Framework\\MessageQueue\\MessageQueueStatsDefinition''plugin' => 'Shopware\\Core\\Framework\\Plugin\\PluginDefinition''plugin_translation' => 'Shopware\\Core\\Framework\\Plugin\\Aggregate\\PluginTranslation\\PluginTranslationDefinition''scheduled_task' => 'Shopware\\Core\\Framework\\MessageQueue\\ScheduledTask\\ScheduledTaskDefinition''script' => 'Shopware\\Core\\Framework\\Script\\ScriptDefinition''language' => 'Shopware\\Core\\System\\Language\\SalesChannel\\SalesChannelLanguageDefinition''seo_url' => 'Shopware\\Core\\Content\\Seo\\SeoUrl\\SalesChannel\\SalesChannelSeoUrlDefinition''seo_url_template' => 'Shopware\\Core\\Content\\Seo\\SeoUrlTemplate\\SeoUrlTemplateDefinition''main_category' => 'Shopware\\Core\\Content\\Seo\\MainCategory\\SalesChannel\\SalesChannelMainCategoryDefinition''webhook' => 'Shopware\\Core\\Framework\\Webhook\\WebhookDefinition''webhook_event_log' => 'Shopware\\Core\\Framework\\Webhook\\EventLog\\WebhookEventLogDefinition''sales_channel' => 'Shopware\\Core\\System\\SalesChannel\\SalesChannelDefinition''sales_channel_translation' => 'Shopware\\Core\\System\\SalesChannel\\Aggregate\\SalesChannelTranslation\\SalesChannelTranslationDefinition''sales_channel_country' => 'Shopware\\Core\\System\\SalesChannel\\Aggregate\\SalesChannelCountry\\SalesChannelCountryDefinition''sales_channel_currency' => 'Shopware\\Core\\System\\SalesChannel\\Aggregate\\SalesChannelCurrency\\SalesChannelCurrencyDefinition''sales_channel_domain' => 'Shopware\\Core\\System\\SalesChannel\\Aggregate\\SalesChannelDomain\\SalesChannelDomainDefinition''sales_channel_language' => 'Shopware\\Core\\System\\SalesChannel\\Aggregate\\SalesChannelLanguage\\SalesChannelLanguageDefinition''sales_channel_payment_method' => 'Shopware\\Core\\System\\SalesChannel\\Aggregate\\SalesChannelPaymentMethod\\SalesChannelPaymentMethodDefinition''sales_channel_shipping_method' => 'Shopware\\Core\\System\\SalesChannel\\Aggregate\\SalesChannelShippingMethod\\SalesChannelShippingMethodDefinition''sales_channel_type' => 'Shopware\\Core\\System\\SalesChannel\\Aggregate\\SalesChannelType\\SalesChannelTypeDefinition''sales_channel_type_translation' => 'Shopware\\Core\\System\\SalesChannel\\Aggregate\\SalesChannelTypeTranslation\\SalesChannelTypeTranslationDefinition''sales_channel_analytics' => 'Shopware\\Core\\System\\SalesChannel\\Aggregate\\SalesChannelAnalytics\\SalesChannelAnalyticsDefinition''country' => 'Shopware\\Core\\System\\Country\\SalesChannel\\SalesChannelCountryDefinition''country_state' => 'Shopware\\Core\\System\\Country\\Aggregate\\CountryState\\SalesChannel\\SalesChannelCountryStateDefinition''country_state_translation' => 'Shopware\\Core\\System\\Country\\Aggregate\\CountryStateTranslation\\CountryStateTranslationDefinition''country_translation' => 'Shopware\\Core\\System\\Country\\Aggregate\\CountryTranslation\\CountryTranslationDefinition''currency' => 'Shopware\\Core\\System\\Currency\\SalesChannel\\SalesChannelCurrencyDefinition''currency_country_rounding' => 'Shopware\\Core\\System\\Currency\\Aggregate\\CurrencyCountryRounding\\CurrencyCountryRoundingDefinition''currency_translation' => 'Shopware\\Core\\System\\Currency\\Aggregate\\CurrencyTranslation\\CurrencyTranslationDefinition''custom_entity' => 'Shopware\\Core\\System\\CustomEntity\\CustomEntityDefinition''locale' => 'Shopware\\Core\\System\\Locale\\LocaleDefinition''locale_translation' => 'Shopware\\Core\\System\\Locale\\Aggregate\\LocaleTranslation\\LocaleTranslationDefinition''snippet_set' => 'Shopware\\Core\\System\\Snippet\\Aggregate\\SnippetSet\\SnippetSetDefinition''snippet' => 'Shopware\\Core\\System\\Snippet\\SnippetDefinition''salutation' => 'Shopware\\Core\\System\\Salutation\\SalesChannel\\SalesChannelSalutationDefinition''salutation_translation' => 'Shopware\\Core\\System\\Salutation\\Aggregate\\SalutationTranslation\\SalutationTranslationDefinition''tax' => 'Shopware\\Core\\System\\Tax\\TaxDefinition''tax_rule' => 'Shopware\\Core\\System\\Tax\\Aggregate\\TaxRule\\TaxRuleDefinition''tax_rule_type' => 'Shopware\\Core\\System\\Tax\\Aggregate\\TaxRuleType\\TaxRuleTypeDefinition''tax_rule_type_translation' => 'Shopware\\Core\\System\\Tax\\Aggregate\\TaxRuleTypeTranslation\\TaxRuleTypeTranslationDefinition''unit' => 'Shopware\\Core\\System\\Unit\\UnitDefinition''unit_translation' => 'Shopware\\Core\\System\\Unit\\Aggregate\\UnitTranslation\\UnitTranslationDefinition''user' => 'Shopware\\Core\\System\\User\\UserDefinition''user_config' => 'Shopware\\Core\\System\\User\\Aggregate\\UserConfig\\UserConfigDefinition''user_access_key' => 'Shopware\\Core\\System\\User\\Aggregate\\UserAccessKey\\UserAccessKeyDefinition''user_recovery' => 'Shopware\\Core\\System\\User\\Aggregate\\UserRecovery\\UserRecoveryDefinition''integration' => 'Shopware\\Core\\System\\Integration\\IntegrationDefinition''integration_role' => 'Shopware\\Core\\System\\Integration\\Aggregate\\IntegrationRole\\IntegrationRoleDefinition''state_machine' => 'Shopware\\Core\\System\\StateMachine\\StateMachineDefinition''state_machine_translation' => 'Shopware\\Core\\System\\StateMachine\\StateMachineTranslationDefinition''state_machine_state' => 'Shopware\\Core\\System\\StateMachine\\Aggregation\\StateMachineState\\StateMachineStateDefinition''state_machine_state_translation' => 'Shopware\\Core\\System\\StateMachine\\Aggregation\\StateMachineState\\StateMachineStateTranslationDefinition''state_machine_transition' => 'Shopware\\Core\\System\\StateMachine\\Aggregation\\StateMachineTransition\\StateMachineTransitionDefinition''state_machine_history' => 'Shopware\\Core\\System\\StateMachine\\Aggregation\\StateMachineHistory\\StateMachineHistoryDefinition''system_config' => 'Shopware\\Core\\System\\SystemConfig\\SystemConfigDefinition''number_range' => 'Shopware\\Core\\System\\NumberRange\\NumberRangeDefinition''number_range_sales_channel' => 'Shopware\\Core\\System\\NumberRange\\Aggregate\\NumberRangeSalesChannel\\NumberRangeSalesChannelDefinition''number_range_state' => 'Shopware\\Core\\System\\NumberRange\\Aggregate\\NumberRangeState\\NumberRangeStateDefinition''number_range_type' => 'Shopware\\Core\\System\\NumberRange\\Aggregate\\NumberRangeType\\NumberRangeTypeDefinition''number_range_type_translation' => 'Shopware\\Core\\System\\NumberRange\\Aggregate\\NumberRangeTypeTranslation\\NumberRangeTypeTranslationDefinition''number_range_translation' => 'Shopware\\Core\\System\\NumberRange\\Aggregate\\NumberRangeTranslation\\NumberRangeTranslationDefinition''tag' => 'Shopware\\Core\\System\\Tag\\TagDefinition''category' => 'Shopware\\Core\\Content\\Category\\SalesChannel\\SalesChannelCategoryDefinition''category_translation' => 'Shopware\\Core\\Content\\Category\\Aggregate\\CategoryTranslation\\CategoryTranslationDefinition''category_tag' => 'Shopware\\Core\\Content\\Category\\Aggregate\\CategoryTag\\CategoryTagDefinition''media' => 'Shopware\\Core\\Content\\Media\\MediaDefinition''media_default_folder' => 'Shopware\\Core\\Content\\Media\\Aggregate\\MediaDefaultFolder\\MediaDefaultFolderDefinition''media_thumbnail' => 'Shopware\\Core\\Content\\Media\\Aggregate\\MediaThumbnail\\MediaThumbnailDefinition''media_translation' => 'Shopware\\Core\\Content\\Media\\Aggregate\\MediaTranslation\\MediaTranslationDefinition''media_folder' => 'Shopware\\Core\\Content\\Media\\Aggregate\\MediaFolder\\MediaFolderDefinition''media_thumbnail_size' => 'Shopware\\Core\\Content\\Media\\Aggregate\\MediaThumbnailSize\\MediaThumbnailSizeDefinition''media_folder_configuration' => 'Shopware\\Core\\Content\\Media\\Aggregate\\MediaFolderConfiguration\\MediaFolderConfigurationDefinition''media_folder_configuration_media_thumbnail_size' => 'Shopware\\Core\\Content\\Media\\Aggregate\\MediaFolderConfigurationMediaThumbnailSize\\MediaFolderConfigurationMediaThumbnailSizeDefinition''media_tag' => 'Shopware\\Core\\Content\\Media\\Aggregate\\MediaTag\\MediaTagDefinition''product' => 'Shopware\\Core\\Content\\Product\\SalesChannel\\SalesChannelProductDefinition''product_stream_mapping' => 'Shopware\\Core\\Content\\Product\\Aggregate\\ProductStreamMapping\\ProductStreamMappingDefinition''product_category' => 'Shopware\\Core\\Content\\Product\\Aggregate\\ProductCategory\\ProductCategoryDefinition''product_custom_field_set' => 'Shopware\\Core\\Content\\Product\\Aggregate\\ProductCustomFieldSet\\ProductCustomFieldSetDefinition''product_tag' => 'Shopware\\Core\\Content\\Product\\Aggregate\\ProductTag\\ProductTagDefinition''product_configurator_setting' => 'Shopware\\Core\\Content\\Product\\Aggregate\\ProductConfiguratorSetting\\ProductConfiguratorSettingDefinition''product_price' => 'Shopware\\Core\\Content\\Product\\Aggregate\\ProductPrice\\ProductPriceDefinition''product_property' => 'Shopware\\Core\\Content\\Product\\Aggregate\\ProductProperty\\ProductPropertyDefinition''product_search_keyword' => 'Shopware\\Core\\Content\\Product\\Aggregate\\ProductSearchKeyword\\ProductSearchKeywordDefinition''product_keyword_dictionary' => 'Shopware\\Core\\Content\\Product\\Aggregate\\ProductKeywordDictionary\\ProductKeywordDictionaryDefinition''product_review' => 'Shopware\\Core\\Content\\Product\\Aggregate\\ProductReview\\ProductReviewDefinition''product_manufacturer' => 'Shopware\\Core\\Content\\Product\\Aggregate\\ProductManufacturer\\ProductManufacturerDefinition''product_manufacturer_translation' => 'Shopware\\Core\\Content\\Product\\Aggregate\\ProductManufacturerTranslation\\ProductManufacturerTranslationDefinition''product_media' => 'Shopware\\Core\\Content\\Product\\Aggregate\\ProductMedia\\ProductMediaDefinition''product_download' => 'Shopware\\Core\\Content\\Product\\Aggregate\\ProductDownload\\ProductDownloadDefinition''product_translation' => 'Shopware\\Core\\Content\\Product\\Aggregate\\ProductTranslation\\ProductTranslationDefinition''product_option' => 'Shopware\\Core\\Content\\Product\\Aggregate\\ProductOption\\ProductOptionDefinition''product_category_tree' => 'Shopware\\Core\\Content\\Product\\Aggregate\\ProductCategoryTree\\ProductCategoryTreeDefinition''product_cross_selling' => 'Shopware\\Core\\Content\\Product\\Aggregate\\ProductCrossSelling\\ProductCrossSellingDefinition''product_cross_selling_translation' => 'Shopware\\Core\\Content\\Product\\Aggregate\\ProductCrossSellingTranslation\\ProductCrossSellingTranslationDefinition''product_cross_selling_assigned_products' => 'Shopware\\Core\\Content\\Product\\Aggregate\\ProductCrossSellingAssignedProducts\\ProductCrossSellingAssignedProductsDefinition''product_feature_set' => 'Shopware\\Core\\Content\\Product\\Aggregate\\ProductFeatureSet\\ProductFeatureSetDefinition''product_feature_set_translation' => 'Shopware\\Core\\Content\\Product\\Aggregate\\ProductFeatureSetTranslation\\ProductFeatureSetTranslationDefinition''product_sorting' => 'Shopware\\Core\\Content\\Product\\SalesChannel\\Sorting\\ProductSortingDefinition''product_sorting_translation' => 'Shopware\\Core\\Content\\Product\\SalesChannel\\Sorting\\ProductSortingTranslationDefinition''product_search_config' => 'Shopware\\Core\\Content\\Product\\Aggregate\\ProductSearchConfig\\ProductSearchConfigDefinition''product_search_config_field' => 'Shopware\\Core\\Content\\Product\\Aggregate\\ProductSearchConfigField\\ProductSearchConfigFieldDefinition''product_visibility' => 'Shopware\\Core\\Content\\Product\\Aggregate\\ProductVisibility\\ProductVisibilityDefinition''delivery_time' => 'Shopware\\Core\\System\\DeliveryTime\\DeliveryTimeDefinition''newsletter_recipient' => 'Shopware\\Core\\Content\\Newsletter\\SalesChannel\\SalesChannelNewsletterRecipientDefinition''newsletter_recipient_tag' => 'Shopware\\Core\\Content\\Newsletter\\Aggregate\\NewsletterRecipientTag\\NewsletterRecipientTagDefinition''rule' => 'Shopware\\Core\\Content\\Rule\\RuleDefinition''rule_condition' => 'Shopware\\Core\\Content\\Rule\\Aggregate\\RuleCondition\\RuleConditionDefinition''rule_tag' => 'Shopware\\Core\\Content\\Rule\\Aggregate\\RuleTag\\RuleTagDefinition''product_stream' => 'Shopware\\Core\\Content\\ProductStream\\ProductStreamDefinition''product_stream_translation' => 'Shopware\\Core\\Content\\ProductStream\\Aggregate\\ProductStreamTranslation\\ProductStreamTranslationDefinition''product_stream_filter' => 'Shopware\\Core\\Content\\ProductStream\\Aggregate\\ProductStreamFilter\\ProductStreamFilterDefinition''product_export' => 'Shopware\\Core\\Content\\ProductExport\\ProductExportDefinition''property_group' => 'Shopware\\Core\\Content\\Property\\PropertyGroupDefinition''property_group_option' => 'Shopware\\Core\\Content\\Property\\Aggregate\\PropertyGroupOption\\PropertyGroupOptionDefinition''property_group_option_translation' => 'Shopware\\Core\\Content\\Property\\Aggregate\\PropertyGroupOptionTranslation\\PropertyGroupOptionTranslationDefinition''property_group_translation' => 'Shopware\\Core\\Content\\Property\\Aggregate\\PropertyGroupTranslation\\PropertyGroupTranslationDefinition''cms_page' => 'Shopware\\Core\\Content\\Cms\\CmsPageDefinition''cms_page_translation' => 'Shopware\\Core\\Content\\Cms\\Aggregate\\CmsPageTranslation\\CmsPageTranslationDefinition''cms_section' => 'Shopware\\Core\\Content\\Cms\\Aggregate\\CmsSection\\CmsSectionDefinition''cms_block' => 'Shopware\\Core\\Content\\Cms\\Aggregate\\CmsBlock\\CmsBlockDefinition''cms_slot' => 'Shopware\\Core\\Content\\Cms\\Aggregate\\CmsSlot\\CmsSlotDefinition''cms_slot_translation' => 'Shopware\\Core\\Content\\Cms\\Aggregate\\CmsSlotTranslation\\CmsSlotTranslationDefinition''mail_template' => 'Shopware\\Core\\Content\\MailTemplate\\MailTemplateDefinition''mail_template_translation' => 'Shopware\\Core\\Content\\MailTemplate\\Aggregate\\MailTemplateTranslation\\MailTemplateTranslationDefinition''mail_template_type' => 'Shopware\\Core\\Content\\MailTemplate\\Aggregate\\MailTemplateType\\MailTemplateTypeDefinition''mail_template_type_translation' => 'Shopware\\Core\\Content\\MailTemplate\\Aggregate\\MailTemplateTypeTranslation\\MailTemplateTypeTranslationDefinition''mail_template_media' => 'Shopware\\Core\\Content\\MailTemplate\\Aggregate\\MailTemplateMedia\\MailTemplateMediaDefinition''mail_header_footer' => 'Shopware\\Core\\Content\\MailTemplate\\Aggregate\\MailHeaderFooter\\MailHeaderFooterDefinition''mail_header_footer_translation' => 'Shopware\\Core\\Content\\MailTemplate\\Aggregate\\MailHeaderFooterTranslation\\MailHeaderFooterTranslationDefinition''delivery_time_translation' => 'Shopware\\Core\\System\\DeliveryTime\\Aggregate\\DeliveryTimeTranslation\\DeliveryTimeTranslationDefinition''import_export_profile' => 'Shopware\\Core\\Content\\ImportExport\\ImportExportProfileDefinition''import_export_log' => 'Shopware\\Core\\Content\\ImportExport\\Aggregate\\ImportExportLog\\ImportExportLogDefinition''import_export_file' => 'Shopware\\Core\\Content\\ImportExport\\Aggregate\\ImportExportFile\\ImportExportFileDefinition''import_export_profile_translation' => 'Shopware\\Core\\Content\\ImportExport\\ImportExportProfileTranslationDefinition''landing_page' => 'Shopware\\Core\\Content\\LandingPage\\SalesChannel\\SalesChannelLandingPageDefinition''landing_page_translation' => 'Shopware\\Core\\Content\\LandingPage\\Aggregate\\LandingPageTranslation\\LandingPageTranslationDefinition''landing_page_tag' => 'Shopware\\Core\\Content\\LandingPage\\Aggregate\\LandingPageTag\\LandingPageTagDefinition''landing_page_sales_channel' => 'Shopware\\Core\\Content\\LandingPage\\Aggregate\\LandingPageSalesChannel\\LandingPageSalesChannelDefinition''flow' => 'Shopware\\Core\\Content\\Flow\\FlowDefinition''flow_sequence' => 'Shopware\\Core\\Content\\Flow\\Aggregate\\FlowSequence\\FlowSequenceDefinition''flow_template' => 'Shopware\\Core\\Content\\Flow\\Aggregate\\FlowTemplate\\FlowTemplateDefinition''customer' => 'Shopware\\Core\\Checkout\\Customer\\CustomerDefinition''customer_group_translation' => 'Shopware\\Core\\Checkout\\Customer\\Aggregate\\CustomerGroupTranslation\\CustomerGroupTranslationDefinition''customer_address' => 'Shopware\\Core\\Checkout\\Customer\\Aggregate\\CustomerAddress\\CustomerAddressDefinition''customer_recovery' => 'Shopware\\Core\\Checkout\\Customer\\Aggregate\\CustomerRecovery\\CustomerRecoveryDefinition''customer_group' => 'Shopware\\Core\\Checkout\\Customer\\Aggregate\\CustomerGroup\\CustomerGroupDefinition''customer_group_registration_sales_channels' => 'Shopware\\Core\\Checkout\\Customer\\Aggregate\\CustomerGroupRegistrationSalesChannel\\CustomerGroupRegistrationSalesChannelDefinition''customer_tag' => 'Shopware\\Core\\Checkout\\Customer\\Aggregate\\CustomerTag\\CustomerTagDefinition''customer_wishlist' => 'Shopware\\Core\\Checkout\\Customer\\Aggregate\\CustomerWishlist\\CustomerWishlistDefinition''customer_wishlist_product' => 'Shopware\\Core\\Checkout\\Customer\\Aggregate\\CustomerWishlistProduct\\CustomerWishlistProductDefinition''document' => 'Shopware\\Core\\Checkout\\Document\\DocumentDefinition''document_type' => 'Shopware\\Core\\Checkout\\Document\\Aggregate\\DocumentType\\DocumentTypeDefinition''document_type_translation' => 'Shopware\\Core\\Checkout\\Document\\Aggregate\\DocumentTypeTranslation\\DocumentTypeTranslationDefinition''document_base_config' => 'Shopware\\Core\\Checkout\\Document\\Aggregate\\DocumentBaseConfig\\DocumentBaseConfigDefinition''document_base_config_sales_channel' => 'Shopware\\Core\\Checkout\\Document\\Aggregate\\DocumentBaseConfigSalesChannel\\DocumentBaseConfigSalesChannelDefinition''order' => 'Shopware\\Core\\Checkout\\Order\\OrderDefinition''order_address' => 'Shopware\\Core\\Checkout\\Order\\Aggregate\\OrderAddress\\OrderAddressDefinition''order_customer' => 'Shopware\\Core\\Checkout\\Order\\Aggregate\\OrderCustomer\\OrderCustomerDefinition''order_delivery' => 'Shopware\\Core\\Checkout\\Order\\Aggregate\\OrderDelivery\\OrderDeliveryDefinition''order_delivery_position' => 'Shopware\\Core\\Checkout\\Order\\Aggregate\\OrderDeliveryPosition\\OrderDeliveryPositionDefinition''order_line_item' => 'Shopware\\Core\\Checkout\\Order\\Aggregate\\OrderLineItem\\OrderLineItemDefinition''order_line_item_download' => 'Shopware\\Core\\Checkout\\Order\\Aggregate\\OrderLineItemDownload\\OrderLineItemDownloadDefinition''order_tag' => 'Shopware\\Core\\Checkout\\Order\\Aggregate\\OrderTag\\OrderTagDefinition''order_transaction' => 'Shopware\\Core\\Checkout\\Order\\Aggregate\\OrderTransaction\\OrderTransactionDefinition''order_transaction_capture' => 'Shopware\\Core\\Checkout\\Order\\Aggregate\\OrderTransactionCapture\\OrderTransactionCaptureDefinition''order_transaction_capture_refund' => 'Shopware\\Core\\Checkout\\Order\\Aggregate\\OrderTransactionCaptureRefund\\OrderTransactionCaptureRefundDefinition''order_transaction_capture_refund_position' => 'Shopware\\Core\\Checkout\\Order\\Aggregate\\OrderTransactionCaptureRefundPosition\\OrderTransactionCaptureRefundPositionDefinition''payment_method' => 'Shopware\\Core\\Checkout\\Payment\\SalesChannel\\SalesChannelPaymentMethodDefinition''payment_method_translation' => 'Shopware\\Core\\Checkout\\Payment\\Aggregate\\PaymentMethodTranslation\\PaymentMethodTranslationDefinition''promotion' => 'Shopware\\Core\\Checkout\\Promotion\\PromotionDefinition''promotion_sales_channel' => 'Shopware\\Core\\Checkout\\Promotion\\Aggregate\\PromotionSalesChannel\\PromotionSalesChannelDefinition''promotion_individual_code' => 'Shopware\\Core\\Checkout\\Promotion\\Aggregate\\PromotionIndividualCode\\PromotionIndividualCodeDefinition''promotion_discount' => 'Shopware\\Core\\Checkout\\Promotion\\Aggregate\\PromotionDiscount\\PromotionDiscountDefinition''promotion_discount_rule' => 'Shopware\\Core\\Checkout\\Promotion\\Aggregate\\PromotionDiscountRule\\PromotionDiscountRuleDefinition''promotion_setgroup' => 'Shopware\\Core\\Checkout\\Promotion\\Aggregate\\PromotionSetGroup\\PromotionSetGroupDefinition''promotion_setgroup_rule' => 'Shopware\\Core\\Checkout\\Promotion\\Aggregate\\PromotionSetGroupRule\\PromotionSetGroupRuleDefinition''promotion_order_rule' => 'Shopware\\Core\\Checkout\\Promotion\\Aggregate\\PromotionOrderRule\\PromotionOrderRuleDefinition''promotion_persona_customer' => 'Shopware\\Core\\Checkout\\Promotion\\Aggregate\\PromotionPersonaCustomer\\PromotionPersonaCustomerDefinition''promotion_persona_rule' => 'Shopware\\Core\\Checkout\\Promotion\\Aggregate\\PromotionPersonaRule\\PromotionPersonaRuleDefinition''promotion_cart_rule' => 'Shopware\\Core\\Checkout\\Promotion\\Aggregate\\PromotionCartRule\\PromotionCartRuleDefinition''promotion_translation' => 'Shopware\\Core\\Checkout\\Promotion\\Aggregate\\PromotionTranslation\\PromotionTranslationDefinition''promotion_discount_prices' => 'Shopware\\Core\\Checkout\\Promotion\\Aggregate\\PromotionDiscountPrice\\PromotionDiscountPriceDefinition''shipping_method' => 'Shopware\\Core\\Checkout\\Shipping\\SalesChannel\\SalesChannelShippingMethodDefinition''shipping_method_tag' => 'Shopware\\Core\\Checkout\\Shipping\\Aggregate\\ShippingMethodTag\\ShippingMethodTagDefinition''shipping_method_price' => 'Shopware\\Core\\Checkout\\Shipping\\Aggregate\\ShippingMethodPrice\\ShippingMethodPriceDefinition''shipping_method_translation' => 'Shopware\\Core\\Checkout\\Shipping\\Aggregate\\ShippingMethodTranslation\\ShippingMethodTranslationDefinition''app_administration_snippet' => 'Shopware\\Administration\\Snippet\\AppAdministrationSnippetDefinition''notification' => 'Shopware\\Administration\\Notification\\NotificationDefinition''theme' => 'Shopware\\Storefront\\Theme\\ThemeDefinition''theme_translation' => 'Shopware\\Storefront\\Theme\\Aggregate\\ThemeTranslationDefinition''theme_sales_channel' => 'Shopware\\Storefront\\Theme\\Aggregate\\ThemeSalesChannelDefinition''theme_media' => 'Shopware\\Storefront\\Theme\\Aggregate\\ThemeMediaDefinition''theme_child' => 'Shopware\\Storefront\\Theme\\Aggregate\\ThemeChildDefinition''swag_paypal_pos_sales_channel' => 'Swag\\PayPal\\Pos\\DataAbstractionLayer\\Entity\\PosSalesChannelDefinition''swag_paypal_pos_sales_channel_inventory' => 'Swag\\PayPal\\Pos\\DataAbstractionLayer\\Entity\\PosSalesChannelInventoryDefinition''swag_paypal_pos_sales_channel_run' => 'Swag\\PayPal\\Pos\\DataAbstractionLayer\\Entity\\PosSalesChannelRunDefinition''swag_paypal_pos_sales_channel_run_log' => 'Swag\\PayPal\\Pos\\DataAbstractionLayer\\Entity\\PosSalesChannelRunLogDefinition''swag_paypal_pos_sales_channel_media' => 'Swag\\PayPal\\Pos\\DataAbstractionLayer\\Entity\\PosSalesChannelMediaDefinition''swag_paypal_pos_sales_channel_product' => 'Swag\\PayPal\\Pos\\DataAbstractionLayer\\Entity\\PosSalesChannelProductDefinition''swag_migration_logging' => 'SwagMigrationAssistant\\Migration\\Logging\\SwagMigrationLoggingDefinition''swag_migration_run' => 'SwagMigrationAssistant\\Migration\\Run\\SwagMigrationRunDefinition''swag_migration_data' => 'SwagMigrationAssistant\\Migration\\Data\\SwagMigrationDataDefinition''swag_migration_mapping' => 'SwagMigrationAssistant\\Migration\\Mapping\\SwagMigrationMappingDefinition''swag_migration_media_file' => 'SwagMigrationAssistant\\Migration\\Media\\SwagMigrationMediaFileDefinition''swag_migration_general_setting' => 'SwagMigrationAssistant\\Migration\\Setting\\GeneralSettingDefinition''swag_migration_connection' => 'SwagMigrationAssistant\\Migration\\Connection\\SwagMigrationConnectionDefinition''nimbits_articlequestions' => 'Nimbits\\NimbitsArticleQuestionsNext\\ArticleQuestions\\ArticleQuestionEntityDefinition''nds_rcp_recipe' => 'Nds\\RecipeManager\\Core\\Content\\Recipe\\RecipeDefinition''nds_rcp_recipe_translation' => 'Nds\\RecipeManager\\Core\\Content\\Recipe\\Aggregate\\RecipeTranslation\\RecipeTranslationDefinition''nds_rcp_category' => 'Nds\\RecipeManager\\Core\\Content\\Category\\CategoryDefinition''nds_rcp_category_translation' => 'Nds\\RecipeManager\\Core\\Content\\Category\\Aggregate\\CategoryTranslation\\CategoryTranslationDefinition''nds_rcp_tag' => 'Nds\\RecipeManager\\Core\\Content\\Tag\\TagDefinition''nds_rcp_tag_translation' => 'Nds\\RecipeManager\\Core\\Content\\Tag\\Aggregate\\TagTranslation\\TagTranslationDefinition''nds_rcp_ingredient' => 'Nds\\RecipeManager\\Core\\Content\\Ingredient\\IngredientDefinition''nds_rcp_ingredient_translation' => 'Nds\\RecipeManager\\Core\\Content\\Ingredient\\Aggregate\\IngredientTranslation\\IngredientTranslationDefinition''nds_rcp_unit' => 'Nds\\RecipeManager\\Core\\Content\\Unit\\UnitDefinition''nds_rcp_unit_translation' => 'Nds\\RecipeManager\\Core\\Content\\Unit\\Aggregate\\UnitTranslation\\UnitTranslationDefinition''nds_rcp_timeunit' => 'Nds\\RecipeManager\\Core\\Content\\TimeUnit\\TimeUnitDefinition''nds_rcp_difficulty' => 'Nds\\RecipeManager\\Core\\Content\\Difficulty\\DifficultyDefinition''nds_rcp_difficulty_translation' => 'Nds\\RecipeManager\\Core\\Content\\Difficulty\\Aggregate\\DifficultyTranslation\\DifficultyTranslationDefinition''nds_rcp_related' => 'Nds\\RecipeManager\\Core\\Content\\Recipe\\Aggregate\\RecipeRelated\\RecipeRelatedDefinition''nds_rcp_recipe_media' => 'Nds\\RecipeManager\\Core\\Content\\Recipe\\RecipeMedia\\RecipeMediaDefinition''nds_rcp_recipe_category' => 'Nds\\RecipeManager\\Core\\Content\\Recipe\\Aggregate\\RecipeCategory\\RecipeCategoryDefinition''nds_recipe_manager_mapping_recipe_category' => 'Nds\\RecipeManager\\Core\\Content\\Recipe\\Aggregate\\RecipeCategory\\RecipeCategoryDefinition''nds_rcp_recipe_tag' => 'Nds\\RecipeManager\\Core\\Content\\Recipe\\Aggregate\\RecipeTag\\RecipeTagDefinition''nds_rcp_recipe_ingredient' => 'Nds\\RecipeManager\\Core\\Content\\Recipe\\Aggregate\\RecipeIngredient\\RecipeIngredientDefinition''moorl_cms_element_config' => 'MoorlFoundation\\Core\\Content\\CmsElementConfig\\CmsElementConfigDefinition''moorl_location' => 'MoorlFoundation\\Core\\Content\\Location\\LocationDefinition''moorl_location_cache' => 'MoorlFoundation\\Core\\Content\\Location\\LocationCacheDefinition''moorl_sorting' => 'MoorlFoundation\\Core\\Content\\Sorting\\SortingDefinition''moorl_sorting_translation' => 'MoorlFoundation\\Core\\Content\\Sorting\\SortingTranslationDefinition''moorl_marker' => 'MoorlFoundation\\Core\\Content\\Marker\\MarkerDefinition''moorl_client' => 'MoorlFoundation\\Core\\Content\\Client\\ClientDefinition''moorl_creator_type' => 'MoorlCreator\\Core\\Content\\CreatorType\\CreatorTypeDefinition''moorl_creator_type_translation' => 'MoorlCreator\\Core\\Content\\CreatorType\\Aggregate\\CreatorTypeTranslation\\CreatorTypeTranslationDefinition''moorl_creator' => 'MoorlCreator\\Core\\Content\\Creator\\SalesChannel\\SalesChannelCreatorDefinition''moorl_creator_translation' => 'MoorlCreator\\Core\\Content\\Creator\\Aggregate\\CreatorTranslation\\CreatorTranslationDefinition''moorl_creator_product' => 'MoorlCreator\\Core\\Content\\Creator\\Aggregate\\CreatorProduct\\CreatorProductDefinition''moorl_creator_customer' => 'MoorlCreator\\Core\\Content\\Creator\\Aggregate\\CreatorCustomer\\CreatorCustomerDefinition''moorl_creator_follower' => 'MoorlCreator\\Core\\Content\\Creator\\Aggregate\\CreatorFollower\\CreatorFollowerDefinition''moorl_creator_followers' => 'MoorlCreator\\Core\\Content\\Creator\\Aggregate\\CreatorFollower\\CreatorFollowerDefinition''moorl_magazine_article' => 'MoorlMagazine\\Core\\Content\\MagazineArticle\\SalesChannel\\SalesChannelMagazineArticleDefinition''moorl_magazine_article_translation' => 'MoorlMagazine\\Core\\Content\\MagazineArticle\\Aggregate\\MagazineArticleTranslation\\MagazineArticleTranslationDefinition''moorl_magazine_article_sales_channel' => 'MoorlMagazine\\Core\\Content\\MagazineArticle\\Aggregate\\MagazineArticleSalesChannel\\MagazineArticleSalesChannelDefinition''moorl_magazine_article_tag' => 'MoorlMagazine\\Core\\Content\\MagazineArticle\\Aggregate\\MagazineArticleTag\\MagazineArticleTagDefinition''moorl_magazine_article_product' => 'MoorlMagazine\\Core\\Content\\MagazineArticle\\Aggregate\\MagazineArticleProduct\\MagazineArticleProductDefinition''moorl_magazine_article_media' => 'MoorlMagazine\\Core\\Content\\MagazineArticle\\Aggregate\\MagazineArticleMedia\\MagazineArticleMediaDefinition''moorl_magazine_article_category' => 'MoorlMagazine\\Core\\Content\\MagazineArticle\\Aggregate\\MagazineArticleMagazineCategory\\MagazineArticleMagazineCategoryDefinition''moorl_magazine_article_sw_category' => 'MoorlMagazine\\Core\\Content\\MagazineArticle\\Aggregate\\MagazineArticleCategory\\MagazineArticleCategoryDefinition''moorl_magazine_category' => 'MoorlMagazine\\Core\\Content\\MagazineCategory\\MagazineCategoryDefinition''moorl_magazine_category_translation' => 'MoorlMagazine\\Core\\Content\\MagazineCategory\\Aggregate\\MagazineCategoryTranslation\\MagazineCategoryTranslationDefinition''moorl_magazine_comment' => 'MoorlMagazine\\Core\\Content\\MagazineComment\\MagazineCommentDefinition''moorl_magazine_author' => 'MoorlMagazine\\Core\\Content\\MagazineAuthor\\MagazineAuthorDefinition''moorl_magazine_author_translation' => 'MoorlMagazine\\Core\\Content\\MagazineAuthor\\Aggregate\\MagazineAuthorTranslation\\MagazineAuthorTranslationDefinition''wbm_data_layer_modules' => 'Wbm\\TagManagerEcomm\\Core\\Content\\Module\\ModuleDefinition''wbm_data_layer_properties' => 'Wbm\\TagManagerEcomm\\Core\\Content\\Property\\PropertyDefinition''swag_amazon_pay_payment_notification' => 'Swag\\AmazonPay\\DataAbstractionLayer\\Entity\\PaymentNotification\\PaymentNotificationDefinition''swag_amazon_pay_signup_token' => 'Swag\\AmazonPay\\DataAbstractionLayer\\Entity\\SignUpToken\\SignUpTokenDefinition''swag_amazon_pay_transaction' => 'Swag\\AmazonPay\\DataAbstractionLayer\\Entity\\AmazonPayTransaction\\AmazonPayTransactionDefinition''dreisc_seo_bulk_template' => 'DreiscSeoPro\\Core\\Content\\DreiscSeoBulk\\Aggregate\\DreiscSeoBulkTemplate\\DreiscSeoBulkTemplateDefinition''dreisc_seo_bulk' => 'DreiscSeoPro\\Core\\Content\\DreiscSeoBulk\\DreiscSeoBulkDefinition''dreisc_seo_redirect_import_export_file' => 'DreiscSeoPro\\Core\\Content\\DreiscSeoRedirect\\Aggregate\\DreiscSeoRedirectImportExportFile\\DreiscSeoRedirectImportExportFileDefinition''dreisc_seo_redirect_import_export_log' => 'DreiscSeoPro\\Core\\Content\\DreiscSeoRedirect\\Aggregate\\DreiscSeoRedirectImportExportLog\\DreiscSeoRedirectImportExportLogDefinition''dreisc_seo_redirect' => 'DreiscSeoPro\\Core\\Content\\DreiscSeoRedirect\\DreiscSeoRedirectDefinition''dreisc_seo_setting' => 'DreiscSeoPro\\Core\\Content\\DreiscSeoSetting\\DreiscSeoSettingDefinition''scop_platform_redirecter_redirect' => 'Scop\\PlatformRedirecter\\Redirect\\RedirectDefinition''unzer_payment_payment_device' => 'UnzerPayment6\\DataAbstractionLayer\\Entity\\PaymentDevice\\UnzerPaymentDeviceDefinition''unzer_payment_transfer_info' => 'UnzerPayment6\\DataAbstractionLayer\\Entity\\TransferInfo\\UnzerPaymentTransferInfoEntityDefinition''magnalister_shopware6' => 'Redgecko\\Magnalister\\Core\\Content\\Bundle\\BundleCookieDefinition''pixel_lexikon' => 'Pixel\\LexikonSW6\\Entities\\Items\\LexikonDefinition''pixel_lexikon_translation' => 'Pixel\\LexikonSW6\\Entities\\Items\\LexikonTranslationDefinition''pixel_lexikon_categories' => 'Pixel\\LexikonSW6\\Entities\\Categories\\LexikonCategoriesDefinition''pixel_lexikon_categories_translation' => 'Pixel\\LexikonSW6\\Entities\\Categories\\LexikonCategoriesTranslationDefinition''pixel_lexikon_categories_list' => 'Pixel\\LexikonSW6\\Entities\\Categories\\Reference\\LexikonCategoriesRoDefinition''pixel_lexikon_media' => 'Pixel\\LexikonSW6\\Entities\\Items\\Aggregate\\LexikonMedia\\LexikonMediaDefinition''pixel_lexikon_channels' => 'Pixel\\LexikonSW6\\Entities\\LexikonChannels\\LexikonChannelsDefinition''pixel_lexcat_channels' => 'Pixel\\LexikonSW6\\Entities\\LexikonCatChannels\\LexikonCatChannelsDefinition''pixel_lexikon_products' => 'Pixel\\LexikonSW6\\Entities\\Items\\LexikonProductsDefinition''acris_promotion_display' => 'Acris\\Promotion\\Custom\\PromotionDisplayDefinition''meteor_promotion_gift' => 'Meteor\\PromotionGift\\Content\\PromotionGift\\PromotionGiftEntityDefinition''neti_modal' => 'NetInventors\\NetiNextModal\\Core\\Content\\Modal\\ModalDefinition''neti_modal_product' => 'NetInventors\\NetiNextModal\\Core\\Content\\Modal\\Aggregate\\ModalProduct\\ModalProductDefinition''neti_modal_category' => 'NetInventors\\NetiNextModal\\Core\\Content\\Modal\\Aggregate\\ModalCategory\\ModalCategoryDefinition''neti_modal_schedule' => 'NetInventors\\NetiNextModal\\Core\\Content\\Modal\\Aggregate\\ModalSchedule\\ModalScheduleDefinition''neti_modal_sales_channel' => 'NetInventors\\NetiNextModal\\Core\\Content\\Modal\\Aggregate\\ModalSalesChannel\\ModalSalesChannelDefinition''neti_modal_language' => 'NetInventors\\NetiNextModal\\Core\\Content\\Modal\\Aggregate\\ModalLanguage\\ModalLanguageDefinition''neti_modal_translation' => 'NetInventors\\NetiNextModal\\Core\\Content\\Modal\\Aggregate\\ModalTranslation\\ModalTranslationDefinition''acris_customers_also_viewed' => 'Acris\\SuggestedProducts\\Custom\\CustomersAlsoViewedDefinition''zeo_abandoned_cart' => 'Zeobv\\AbandonedCart\\Checkout\\AbandonedCart\\AbandonedCartDefinition''cbax_analytics_config' => 'Cbax\\ModulAnalytics\\Core\\Content\\Analytics\\ConfigDefinition''cbax_analytics_groups_config' => 'Cbax\\ModulAnalytics\\Core\\Content\\Analytics\\GroupDefinition''cbax_analytics_search' => 'Cbax\\ModulAnalytics\\Core\\Content\\Analytics\\SearchResultDefinition''cbax_analytics_product_impressions' => 'Cbax\\ModulAnalytics\\Core\\Content\\Analytics\\ProductImpressionsDefinition''cbax_analytics_category_impressions' => 'Cbax\\ModulAnalytics\\Core\\Content\\Analytics\\CategoryImpressionsDefinition''cbax_analytics_manufacturer_impressions' => 'Cbax\\ModulAnalytics\\Core\\Content\\Analytics\\ManufacturerImpressionsDefinition''cbax_analytics_visitors' => 'Cbax\\ModulAnalytics\\Core\\Content\\Analytics\\VisitorsDefinition''cbax_analytics_pool' => 'Cbax\\ModulAnalytics\\Core\\Content\\Analytics\\PoolDefinition''cbax_analytics_referer' => 'Cbax\\ModulAnalytics\\Core\\Content\\Analytics\\RefererDefinition''cbax_externalorder_marketplace_settings' => 'Cbax\\ModulExternalOrder\\Core\\Content\\ExternalOrder\\Marketplace\\MarketplaceSettingsDefinition''cbax_externalorder_carrier' => 'Cbax\\ModulExternalOrder\\Core\\Content\\ExternalOrder\\CarrierDefinition''cbax_externalorder_carrier_rule' => 'Cbax\\ModulExternalOrder\\Core\\Content\\ExternalOrder\\CarrierRuleDefinition''cbax_externalorder_log' => 'Cbax\\ModulExternalOrder\\Core\\Content\\ExternalOrder\\LogDefinition''cbax_externalorder_order' => 'Cbax\\ModulExternalOrder\\Core\\Content\\ExternalOrder\\ExternalOrderDefinition''cbax_externalorder_line_item' => 'Cbax\\ModulExternalOrder\\Core\\Content\\ExternalOrder\\ExternalOrderLineItemDefinition''cbax_externalorder_billingaddress' => 'Cbax\\ModulExternalOrder\\Core\\Content\\ExternalOrder\\BillingAddressDefinition''cbax_externalorder_shippingaddress' => 'Cbax\\ModulExternalOrder\\Core\\Content\\ExternalOrder\\ShippingAddressDefinition'], ['language' => 'sales_channel.language.repository''seo_url' => 'sales_channel.seo_url.repository''main_category' => 'sales_channel.main_category.repository''country' => 'sales_channel.country.repository''country_state' => 'sales_channel.country_state.repository''currency' => 'sales_channel.currency.repository''salutation' => 'sales_channel.salutation.repository''category' => 'sales_channel.category.repository''product' => 'sales_channel.product.repository''newsletter_recipient' => 'sales_channel.newsletter_recipient.repository''landing_page' => 'sales_channel.landing_page.repository''payment_method' => 'sales_channel.payment_method.repository''shipping_method' => 'sales_channel.shipping_method.repository''moorl_creator' => 'sales_channel.moorl_creator.repository''moorl_magazine_article' => 'sales_channel.moorl_magazine_article.repository']);
  13766.     }
  13767.     /**
  13768.      * Gets the public 'Shopware\Core\System\SalesChannel\SalesChannelDefinition' shared service.
  13769.      *
  13770.      * @return \Shopware\Core\System\SalesChannel\SalesChannelDefinition
  13771.      */
  13772.     protected function getSalesChannelDefinitionService()
  13773.     {
  13774.         $this->services['Shopware\\Core\\System\\SalesChannel\\SalesChannelDefinition'] = $instance = new \Shopware\Core\System\SalesChannel\SalesChannelDefinition();
  13775.         $instance->compile(($this->services['Shopware\\Core\\Framework\\DataAbstractionLayer\\DefinitionInstanceRegistry'] ?? $this->getDefinitionInstanceRegistryService()));
  13776.         return $instance;
  13777.     }
  13778.     /**
  13779.      * Gets the public 'Shopware\Core\System\SalesChannel\SalesChannel\ContextSwitchRoute' shared service.
  13780.      *
  13781.      * @return \Shopware\Core\System\SalesChannel\SalesChannel\ContextSwitchRoute
  13782.      */
  13783.     protected function getContextSwitchRouteService()
  13784.     {
  13785.         include_once \dirname(__DIR__4).'/vendor/shopware/core/System/SalesChannel/SalesChannel/AbstractContextSwitchRoute.php';
  13786.         include_once \dirname(__DIR__4).'/vendor/shopware/core/System/SalesChannel/SalesChannel/ContextSwitchRoute.php';
  13787.         $a = ($this->privates['Shopware\\Core\\Framework\\Validation\\DataValidator'] ?? $this->getDataValidatorService());
  13788.         if (isset($this->services['Shopware\\Core\\System\\SalesChannel\\SalesChannel\\ContextSwitchRoute'])) {
  13789.             return $this->services['Shopware\\Core\\System\\SalesChannel\\SalesChannel\\ContextSwitchRoute'];
  13790.         }
  13791.         $b = ($this->privates['Shopware\\Core\\System\\SalesChannel\\Context\\SalesChannelContextPersister'] ?? $this->getSalesChannelContextPersisterService());
  13792.         if (isset($this->services['Shopware\\Core\\System\\SalesChannel\\SalesChannel\\ContextSwitchRoute'])) {
  13793.             return $this->services['Shopware\\Core\\System\\SalesChannel\\SalesChannel\\ContextSwitchRoute'];
  13794.         }
  13795.         $c = ($this->services['event_dispatcher'] ?? $this->getEventDispatcherService());
  13796.         if (isset($this->services['Shopware\\Core\\System\\SalesChannel\\SalesChannel\\ContextSwitchRoute'])) {
  13797.             return $this->services['Shopware\\Core\\System\\SalesChannel\\SalesChannel\\ContextSwitchRoute'];
  13798.         }
  13799.         return $this->services['Shopware\\Core\\System\\SalesChannel\\SalesChannel\\ContextSwitchRoute'] = new \Shopware\Core\System\SalesChannel\SalesChannel\ContextSwitchRoute($a$b$c);
  13800.     }
  13801.     /**
  13802.      * Gets the public 'Shopware\Core\System\SalesChannel\SalesChannel\StoreApiInfoController' shared service.
  13803.      *
  13804.      * @return \Shopware\Core\System\SalesChannel\SalesChannel\StoreApiInfoController
  13805.      */
  13806.     protected function getStoreApiInfoControllerService()
  13807.     {
  13808.         include_once \dirname(__DIR__4).'/vendor/shopware/core/System/SalesChannel/SalesChannel/StoreApiInfoController.php';
  13809.         return $this->services['Shopware\\Core\\System\\SalesChannel\\SalesChannel\\StoreApiInfoController'] = new \Shopware\Core\System\SalesChannel\SalesChannel\StoreApiInfoController(($this->privates['Shopware\\Core\\Framework\\Api\\ApiDefinition\\DefinitionService'] ?? $this->getDefinitionServiceService()), ($this->services['.container.private.twig'] ?? $this->get_Container_Private_TwigService()), $this->parameters['shopware.security.csp_templates']);
  13810.     }
  13811.     /**
  13812.      * Gets the public 'Shopware\Core\System\Salutation\Aggregate\SalutationTranslation\SalutationTranslationDefinition' shared service.
  13813.      *
  13814.      * @return \Shopware\Core\System\Salutation\Aggregate\SalutationTranslation\SalutationTranslationDefinition
  13815.      */
  13816.     protected function getSalutationTranslationDefinitionService()
  13817.     {
  13818.         include_once \dirname(__DIR__4).'/vendor/shopware/core/Framework/DataAbstractionLayer/EntityTranslationDefinition.php';
  13819.         include_once \dirname(__DIR__4).'/vendor/shopware/core/System/Salutation/Aggregate/SalutationTranslation/SalutationTranslationDefinition.php';
  13820.         $this->services['Shopware\\Core\\System\\Salutation\\Aggregate\\SalutationTranslation\\SalutationTranslationDefinition'] = $instance = new \Shopware\Core\System\Salutation\Aggregate\SalutationTranslation\SalutationTranslationDefinition();
  13821.         $instance->compile(($this->services['Shopware\\Core\\Framework\\DataAbstractionLayer\\DefinitionInstanceRegistry'] ?? $this->getDefinitionInstanceRegistryService()));
  13822.         return $instance;
  13823.     }
  13824.     /**
  13825.      * Gets the public 'Shopware\Core\System\Salutation\SalesChannel\CachedSalutationRoute' shared service.
  13826.      *
  13827.      * @return \Shopware\Core\System\Salutation\SalesChannel\CachedSalutationRoute
  13828.      */
  13829.     protected function getCachedSalutationRouteService()
  13830.     {
  13831.         include_once \dirname(__DIR__4).'/vendor/shopware/core/System/Salutation/SalesChannel/AbstractSalutationRoute.php';
  13832.         include_once \dirname(__DIR__4).'/vendor/shopware/core/System/Salutation/SalesChannel/CachedSalutationRoute.php';
  13833.         include_once \dirname(__DIR__4).'/vendor/shopware/core/System/Salutation/SalesChannel/SalutationRoute.php';
  13834.         $a = ($this->services['sales_channel.salutation.repository'] ?? $this->getSalesChannel_Salutation_RepositoryService());
  13835.         if (isset($this->services['Shopware\\Core\\System\\Salutation\\SalesChannel\\CachedSalutationRoute'])) {
  13836.             return $this->services['Shopware\\Core\\System\\Salutation\\SalesChannel\\CachedSalutationRoute'];
  13837.         }
  13838.         $b = ($this->privates['Shopware\\Storefront\\Framework\\Cache\\CacheTracer'] ?? $this->getCacheTracerService());
  13839.         if (isset($this->services['Shopware\\Core\\System\\Salutation\\SalesChannel\\CachedSalutationRoute'])) {
  13840.             return $this->services['Shopware\\Core\\System\\Salutation\\SalesChannel\\CachedSalutationRoute'];
  13841.         }
  13842.         $c = ($this->services['event_dispatcher'] ?? $this->getEventDispatcherService());
  13843.         if (isset($this->services['Shopware\\Core\\System\\Salutation\\SalesChannel\\CachedSalutationRoute'])) {
  13844.             return $this->services['Shopware\\Core\\System\\Salutation\\SalesChannel\\CachedSalutationRoute'];
  13845.         }
  13846.         return $this->services['Shopware\\Core\\System\\Salutation\\SalesChannel\\CachedSalutationRoute'] = new \Shopware\Core\System\Salutation\SalesChannel\CachedSalutationRoute(new \Shopware\Core\System\Salutation\SalesChannel\SalutationRoute($a), ($this->privates['Shopware\\Core\\Framework\\Adapter\\Cache\\CacheDecorator'] ?? $this->getCacheDecoratorService()), ($this->services['Shopware\\Core\\Framework\\DataAbstractionLayer\\Cache\\EntityCacheKeyGenerator'] ?? ($this->services['Shopware\\Core\\Framework\\DataAbstractionLayer\\Cache\\EntityCacheKeyGenerator'] = new \Shopware\Core\Framework\DataAbstractionLayer\Cache\EntityCacheKeyGenerator())), $b$c, []);
  13847.     }
  13848.     /**
  13849.      * Gets the public 'Shopware\Core\System\Salutation\SalesChannel\SalesChannelSalutationDefinition' shared service.
  13850.      *
  13851.      * @return \Shopware\Core\System\Salutation\SalesChannel\SalesChannelSalutationDefinition
  13852.      */
  13853.     protected function getSalesChannelSalutationDefinitionService()
  13854.     {
  13855.         include_once \dirname(__DIR__4).'/vendor/shopware/core/System/Salutation/SalutationDefinition.php';
  13856.         include_once \dirname(__DIR__4).'/vendor/shopware/core/System/Salutation/SalesChannel/SalesChannelSalutationDefinition.php';
  13857.         $this->services['Shopware\\Core\\System\\Salutation\\SalesChannel\\SalesChannelSalutationDefinition'] = $instance = new \Shopware\Core\System\Salutation\SalesChannel\SalesChannelSalutationDefinition();
  13858.         $instance->compile(($this->services['Shopware\\Core\\System\\SalesChannel\\Entity\\SalesChannelDefinitionInstanceRegistry'] ?? $this->getSalesChannelDefinitionInstanceRegistryService()));
  13859.         return $instance;
  13860.     }
  13861.     /**
  13862.      * Gets the public 'Shopware\Core\System\Salutation\SalutationDefinition' shared service.
  13863.      *
  13864.      * @return \Shopware\Core\System\Salutation\SalutationDefinition
  13865.      */
  13866.     protected function getSalutationDefinitionService()
  13867.     {
  13868.         include_once \dirname(__DIR__4).'/vendor/shopware/core/System/Salutation/SalutationDefinition.php';
  13869.         $this->services['Shopware\\Core\\System\\Salutation\\SalutationDefinition'] = $instance = new \Shopware\Core\System\Salutation\SalutationDefinition();
  13870.         $instance->compile(($this->services['Shopware\\Core\\Framework\\DataAbstractionLayer\\DefinitionInstanceRegistry'] ?? $this->getDefinitionInstanceRegistryService()));
  13871.         return $instance;
  13872.     }
  13873.     /**
  13874.      * Gets the public 'Shopware\Core\System\Snippet\Aggregate\SnippetSet\SnippetSetDefinition' shared service.
  13875.      *
  13876.      * @return \Shopware\Core\System\Snippet\Aggregate\SnippetSet\SnippetSetDefinition
  13877.      */
  13878.     protected function getSnippetSetDefinitionService()
  13879.     {
  13880.         $this->services['Shopware\\Core\\System\\Snippet\\Aggregate\\SnippetSet\\SnippetSetDefinition'] = $instance = new \Shopware\Core\System\Snippet\Aggregate\SnippetSet\SnippetSetDefinition();
  13881.         $instance->compile(($this->services['Shopware\\Core\\Framework\\DataAbstractionLayer\\DefinitionInstanceRegistry'] ?? $this->getDefinitionInstanceRegistryService()));
  13882.         return $instance;
  13883.     }
  13884.     /**
  13885.      * Gets the public 'Shopware\Core\System\Snippet\Api\SnippetController' shared service.
  13886.      *
  13887.      * @return \Shopware\Core\System\Snippet\Api\SnippetController
  13888.      */
  13889.     protected function getSnippetControllerService()
  13890.     {
  13891.         include_once \dirname(__DIR__4).'/vendor/shopware/core/System/Snippet/Api/SnippetController.php';
  13892.         $this->services['Shopware\\Core\\System\\Snippet\\Api\\SnippetController'] = $instance = new \Shopware\Core\System\Snippet\Api\SnippetController(($this->privates['Shopware\\Core\\System\\Snippet\\SnippetService'] ?? $this->getSnippetServiceService()), ($this->services['Shopware\\Core\\System\\Snippet\\Files\\SnippetFileCollection'] ?? $this->getSnippetFileCollectionService()));
  13893.         $instance->setContainer($this);
  13894.         return $instance;
  13895.     }
  13896.     /**
  13897.      * Gets the public 'Shopware\Core\System\Snippet\Files\SnippetFileCollection' shared service.
  13898.      *
  13899.      * @return \Shopware\Core\System\Snippet\Files\SnippetFileCollection
  13900.      */
  13901.     protected function getSnippetFileCollectionService($lazyLoad true)
  13902.     {
  13903.         if ($lazyLoad) {
  13904.             return $this->services['Shopware\\Core\\System\\Snippet\\Files\\SnippetFileCollection'] = $this->createProxy('SnippetFileCollection_08f09cc', function () {
  13905.                 return \SnippetFileCollection_08f09cc::staticProxyConstructor(function (&$wrappedInstance\ProxyManager\Proxy\LazyLoadingInterface $proxy) {
  13906.                     $wrappedInstance $this->getSnippetFileCollectionService(false);
  13907.                     $proxy->setProxyInitializer(null);
  13908.                     return true;
  13909.                 });
  13910.             });
  13911.         }
  13912.         include_once \dirname(__DIR__4).'/vendor/shopware/core/System/Snippet/Files/SnippetFileCollectionFactory.php';
  13913.         include_once \dirname(__DIR__4).'/vendor/shopware/core/System/Snippet/Files/SnippetFileLoaderInterface.php';
  13914.         include_once \dirname(__DIR__4).'/vendor/shopware/core/System/Snippet/Files/SnippetFileLoader.php';
  13915.         include_once \dirname(__DIR__4).'/vendor/shopware/core/System/Snippet/Files/AppSnippetFileLoader.php';
  13916.         return (new \Shopware\Core\System\Snippet\Files\SnippetFileCollectionFactory(new \Shopware\Core\System\Snippet\Files\SnippetFileLoader(($this->services['kernel'] ?? $this->get('kernel'1)), ($this->services['Doctrine\\DBAL\\Connection'] ?? $this->getConnectionService()), new \Shopware\Core\System\Snippet\Files\AppSnippetFileLoader(\dirname(__DIR__4)), ($this->privates['Shopware\\Core\\Framework\\App\\ActiveAppsLoader'] ?? $this->getActiveAppsLoaderService()))))->createSnippetFileCollection();
  13917.     }
  13918.     /**
  13919.      * Gets the public 'Shopware\Core\System\Snippet\Filter\SnippetFilterFactory' shared service.
  13920.      *
  13921.      * @return \Shopware\Core\System\Snippet\Filter\SnippetFilterFactory
  13922.      */
  13923.     protected function getSnippetFilterFactoryService()
  13924.     {
  13925.         return $this->services['Shopware\\Core\\System\\Snippet\\Filter\\SnippetFilterFactory'] = new \Shopware\Core\System\Snippet\Filter\SnippetFilterFactory(new RewindableGenerator(function () {
  13926.             yield => ($this->privates['Shopware\\Core\\System\\Snippet\\Filter\\AuthorFilter'] ?? ($this->privates['Shopware\\Core\\System\\Snippet\\Filter\\AuthorFilter'] = new \Shopware\Core\System\Snippet\Filter\AuthorFilter()));
  13927.             yield => ($this->privates['Shopware\\Core\\System\\Snippet\\Filter\\AddedFilter'] ?? ($this->privates['Shopware\\Core\\System\\Snippet\\Filter\\AddedFilter'] = new \Shopware\Core\System\Snippet\Filter\AddedFilter()));
  13928.             yield => ($this->privates['Shopware\\Core\\System\\Snippet\\Filter\\EditedFilter'] ?? ($this->privates['Shopware\\Core\\System\\Snippet\\Filter\\EditedFilter'] = new \Shopware\Core\System\Snippet\Filter\EditedFilter()));
  13929.             yield => ($this->privates['Shopware\\Core\\System\\Snippet\\Filter\\EmptySnippetFilter'] ?? ($this->privates['Shopware\\Core\\System\\Snippet\\Filter\\EmptySnippetFilter'] = new \Shopware\Core\System\Snippet\Filter\EmptySnippetFilter()));
  13930.             yield => ($this->privates['Shopware\\Core\\System\\Snippet\\Filter\\NamespaceFilter'] ?? ($this->privates['Shopware\\Core\\System\\Snippet\\Filter\\NamespaceFilter'] = new \Shopware\Core\System\Snippet\Filter\NamespaceFilter()));
  13931.             yield => ($this->privates['Shopware\\Core\\System\\Snippet\\Filter\\TermFilter'] ?? ($this->privates['Shopware\\Core\\System\\Snippet\\Filter\\TermFilter'] = new \Shopware\Core\System\Snippet\Filter\TermFilter()));
  13932.             yield => ($this->privates['Shopware\\Core\\System\\Snippet\\Filter\\TranslationKeyFilter'] ?? ($this->privates['Shopware\\Core\\System\\Snippet\\Filter\\TranslationKeyFilter'] = new \Shopware\Core\System\Snippet\Filter\TranslationKeyFilter()));
  13933.         }, 7));
  13934.     }
  13935.     /**
  13936.      * Gets the public 'Shopware\Core\System\Snippet\SnippetDefinition' shared service.
  13937.      *
  13938.      * @return \Shopware\Core\System\Snippet\SnippetDefinition
  13939.      */
  13940.     protected function getSnippetDefinitionService()
  13941.     {
  13942.         $this->services['Shopware\\Core\\System\\Snippet\\SnippetDefinition'] = $instance = new \Shopware\Core\System\Snippet\SnippetDefinition();
  13943.         $instance->compile(($this->services['Shopware\\Core\\Framework\\DataAbstractionLayer\\DefinitionInstanceRegistry'] ?? $this->getDefinitionInstanceRegistryService()));
  13944.         return $instance;
  13945.     }
  13946.     /**
  13947.      * Gets the public 'Shopware\Core\System\StateMachine\Aggregation\StateMachineHistory\StateMachineHistoryDefinition' shared service.
  13948.      *
  13949.      * @return \Shopware\Core\System\StateMachine\Aggregation\StateMachineHistory\StateMachineHistoryDefinition
  13950.      */
  13951.     protected function getStateMachineHistoryDefinitionService()
  13952.     {
  13953.         include_once \dirname(__DIR__4).'/vendor/shopware/core/System/StateMachine/Aggregation/StateMachineHistory/StateMachineHistoryDefinition.php';
  13954.         $this->services['Shopware\\Core\\System\\StateMachine\\Aggregation\\StateMachineHistory\\StateMachineHistoryDefinition'] = $instance = new \Shopware\Core\System\StateMachine\Aggregation\StateMachineHistory\StateMachineHistoryDefinition();
  13955.         $instance->compile(($this->services['Shopware\\Core\\Framework\\DataAbstractionLayer\\DefinitionInstanceRegistry'] ?? $this->getDefinitionInstanceRegistryService()));
  13956.         return $instance;
  13957.     }
  13958.     /**
  13959.      * Gets the public 'Shopware\Core\System\StateMachine\Aggregation\StateMachineState\StateMachineStateDefinition' shared service.
  13960.      *
  13961.      * @return \Shopware\Core\System\StateMachine\Aggregation\StateMachineState\StateMachineStateDefinition
  13962.      */
  13963.     protected function getStateMachineStateDefinitionService()
  13964.     {
  13965.         include_once \dirname(__DIR__4).'/vendor/shopware/core/System/StateMachine/Aggregation/StateMachineState/StateMachineStateDefinition.php';
  13966.         $this->services['Shopware\\Core\\System\\StateMachine\\Aggregation\\StateMachineState\\StateMachineStateDefinition'] = $instance = new \Shopware\Core\System\StateMachine\Aggregation\StateMachineState\StateMachineStateDefinition();
  13967.         $instance->compile(($this->services['Shopware\\Core\\Framework\\DataAbstractionLayer\\DefinitionInstanceRegistry'] ?? $this->getDefinitionInstanceRegistryService()));
  13968.         return $instance;
  13969.     }
  13970.     /**
  13971.      * Gets the public 'Shopware\Core\System\StateMachine\Aggregation\StateMachineState\StateMachineStateTranslationDefinition' shared service.
  13972.      *
  13973.      * @return \Shopware\Core\System\StateMachine\Aggregation\StateMachineState\StateMachineStateTranslationDefinition
  13974.      */
  13975.     protected function getStateMachineStateTranslationDefinitionService()
  13976.     {
  13977.         include_once \dirname(__DIR__4).'/vendor/shopware/core/Framework/DataAbstractionLayer/EntityTranslationDefinition.php';
  13978.         include_once \dirname(__DIR__4).'/vendor/shopware/core/System/StateMachine/Aggregation/StateMachineState/StateMachineStateTranslationDefinition.php';
  13979.         $this->services['Shopware\\Core\\System\\StateMachine\\Aggregation\\StateMachineState\\StateMachineStateTranslationDefinition'] = $instance = new \Shopware\Core\System\StateMachine\Aggregation\StateMachineState\StateMachineStateTranslationDefinition();
  13980.         $instance->compile(($this->services['Shopware\\Core\\Framework\\DataAbstractionLayer\\DefinitionInstanceRegistry'] ?? $this->getDefinitionInstanceRegistryService()));
  13981.         return $instance;
  13982.     }
  13983.     /**
  13984.      * Gets the public 'Shopware\Core\System\StateMachine\Aggregation\StateMachineTransition\StateMachineTransitionDefinition' shared service.
  13985.      *
  13986.      * @return \Shopware\Core\System\StateMachine\Aggregation\StateMachineTransition\StateMachineTransitionDefinition
  13987.      */
  13988.     protected function getStateMachineTransitionDefinitionService()
  13989.     {
  13990.         include_once \dirname(__DIR__4).'/vendor/shopware/core/System/StateMachine/Aggregation/StateMachineTransition/StateMachineTransitionDefinition.php';
  13991.         $this->services['Shopware\\Core\\System\\StateMachine\\Aggregation\\StateMachineTransition\\StateMachineTransitionDefinition'] = $instance = new \Shopware\Core\System\StateMachine\Aggregation\StateMachineTransition\StateMachineTransitionDefinition();
  13992.         $instance->compile(($this->services['Shopware\\Core\\Framework\\DataAbstractionLayer\\DefinitionInstanceRegistry'] ?? $this->getDefinitionInstanceRegistryService()));
  13993.         return $instance;
  13994.     }
  13995.     /**
  13996.      * Gets the public 'Shopware\Core\System\StateMachine\Api\StateMachineActionController' shared service.
  13997.      *
  13998.      * @return \Shopware\Core\System\StateMachine\Api\StateMachineActionController
  13999.      */
  14000.     protected function getStateMachineActionControllerService()
  14001.     {
  14002.         include_once \dirname(__DIR__4).'/vendor/shopware/core/System/StateMachine/Api/StateMachineActionController.php';
  14003.         $this->services['Shopware\\Core\\System\\StateMachine\\Api\\StateMachineActionController'] = $instance = new \Shopware\Core\System\StateMachine\Api\StateMachineActionController(($this->privates['Shopware\\Core\\System\\StateMachine\\StateMachineRegistry'] ?? $this->getStateMachineRegistryService()), ($this->services['Shopware\\Core\\Framework\\DataAbstractionLayer\\DefinitionInstanceRegistry'] ?? $this->getDefinitionInstanceRegistryService()));
  14004.         $instance->setContainer($this);
  14005.         return $instance;
  14006.     }
  14007.     /**
  14008.      * Gets the public 'Shopware\Core\System\StateMachine\StateMachineDefinition' shared service.
  14009.      *
  14010.      * @return \Shopware\Core\System\StateMachine\StateMachineDefinition
  14011.      */
  14012.     protected function getStateMachineDefinitionService()
  14013.     {
  14014.         include_once \dirname(__DIR__4).'/vendor/shopware/core/System/StateMachine/StateMachineDefinition.php';
  14015.         $this->services['Shopware\\Core\\System\\StateMachine\\StateMachineDefinition'] = $instance = new \Shopware\Core\System\StateMachine\StateMachineDefinition();
  14016.         $instance->compile(($this->services['Shopware\\Core\\Framework\\DataAbstractionLayer\\DefinitionInstanceRegistry'] ?? $this->getDefinitionInstanceRegistryService()));
  14017.         return $instance;
  14018.     }
  14019.     /**
  14020.      * Gets the public 'Shopware\Core\System\StateMachine\StateMachineTranslationDefinition' shared service.
  14021.      *
  14022.      * @return \Shopware\Core\System\StateMachine\StateMachineTranslationDefinition
  14023.      */
  14024.     protected function getStateMachineTranslationDefinitionService()
  14025.     {
  14026.         include_once \dirname(__DIR__4).'/vendor/shopware/core/Framework/DataAbstractionLayer/EntityTranslationDefinition.php';
  14027.         include_once \dirname(__DIR__4).'/vendor/shopware/core/System/StateMachine/StateMachineTranslationDefinition.php';
  14028.         $this->services['Shopware\\Core\\System\\StateMachine\\StateMachineTranslationDefinition'] = $instance = new \Shopware\Core\System\StateMachine\StateMachineTranslationDefinition();
  14029.         $instance->compile(($this->services['Shopware\\Core\\Framework\\DataAbstractionLayer\\DefinitionInstanceRegistry'] ?? $this->getDefinitionInstanceRegistryService()));
  14030.         return $instance;
  14031.     }
  14032.     /**
  14033.      * Gets the public 'Shopware\Core\System\SystemConfig\Facade\SystemConfigFacadeHookFactory' shared service.
  14034.      *
  14035.      * @return \Shopware\Core\System\SystemConfig\Facade\SystemConfigFacadeHookFactory
  14036.      */
  14037.     protected function getSystemConfigFacadeHookFactoryService()
  14038.     {
  14039.         include_once \dirname(__DIR__4).'/vendor/shopware/core/Framework/Script/Execution/Awareness/HookServiceFactory.php';
  14040.         include_once \dirname(__DIR__4).'/vendor/shopware/core/System/SystemConfig/Facade/SystemConfigFacadeHookFactory.php';
  14041.         return $this->services['Shopware\\Core\\System\\SystemConfig\\Facade\\SystemConfigFacadeHookFactory'] = new \Shopware\Core\System\SystemConfig\Facade\SystemConfigFacadeHookFactory(($this->services['Shopware\\Core\\System\\SystemConfig\\SystemConfigService'] ?? $this->getSystemConfigServiceService()), ($this->services['Doctrine\\DBAL\\Connection'] ?? $this->getConnectionService()));
  14042.     }
  14043.     /**
  14044.      * Gets the public 'Shopware\Core\System\SystemConfig\SystemConfigDefinition' shared service.
  14045.      *
  14046.      * @return \Shopware\Core\System\SystemConfig\SystemConfigDefinition
  14047.      */
  14048.     protected function getSystemConfigDefinitionService()
  14049.     {
  14050.         $this->services['Shopware\\Core\\System\\SystemConfig\\SystemConfigDefinition'] = $instance = new \Shopware\Core\System\SystemConfig\SystemConfigDefinition();
  14051.         $instance->compile(($this->services['Shopware\\Core\\Framework\\DataAbstractionLayer\\DefinitionInstanceRegistry'] ?? $this->getDefinitionInstanceRegistryService()));
  14052.         return $instance;
  14053.     }
  14054.     /**
  14055.      * Gets the public 'Shopware\Core\System\SystemConfig\SystemConfigService' shared service.
  14056.      *
  14057.      * @return \Shopware\Core\System\SystemConfig\SystemConfigService
  14058.      */
  14059.     protected function getSystemConfigServiceService()
  14060.     {
  14061.         $a = ($this->services['system_config.repository'] ?? $this->getSystemConfig_RepositoryService());
  14062.         if (isset($this->services['Shopware\\Core\\System\\SystemConfig\\SystemConfigService'])) {
  14063.             return $this->services['Shopware\\Core\\System\\SystemConfig\\SystemConfigService'];
  14064.         }
  14065.         $b = ($this->services['event_dispatcher'] ?? $this->getEventDispatcherService());
  14066.         if (isset($this->services['Shopware\\Core\\System\\SystemConfig\\SystemConfigService'])) {
  14067.             return $this->services['Shopware\\Core\\System\\SystemConfig\\SystemConfigService'];
  14068.         }
  14069.         $c = ($this->services['Doctrine\\DBAL\\Connection'] ?? $this->getConnectionService());
  14070.         return $this->services['Shopware\\Core\\System\\SystemConfig\\SystemConfigService'] = new \Shopware\Core\System\SystemConfig\SystemConfigService($c$a, ($this->privates['Shopware\\Core\\System\\SystemConfig\\Util\\ConfigReader'] ?? ($this->privates['Shopware\\Core\\System\\SystemConfig\\Util\\ConfigReader'] = new \Shopware\Core\System\SystemConfig\Util\ConfigReader())), new \Shopware\Core\System\SystemConfig\MemoizedSystemConfigLoader(new \Shopware\Core\System\SystemConfig\CachedSystemConfigLoader(new \Shopware\Core\System\SystemConfig\SystemConfigLoader($c, ($this->services['kernel'] ?? $this->get('kernel'1))), ($this->privates['Shopware\\Core\\Framework\\Adapter\\Cache\\CacheDecorator'] ?? $this->getCacheDecoratorService())), ($this->privates['Shopware\\Core\\System\\SystemConfig\\Store\\MemoizedSystemConfigStore'] ?? ($this->privates['Shopware\\Core\\System\\SystemConfig\\Store\\MemoizedSystemConfigStore'] = new \Shopware\Core\System\SystemConfig\Store\MemoizedSystemConfigStore()))), $b);
  14071.     }
  14072.     /**
  14073.      * Gets the public 'Shopware\Core\System\Tag\Service\FilterTagIdsService' shared service.
  14074.      *
  14075.      * @return \Shopware\Core\System\Tag\Service\FilterTagIdsService
  14076.      */
  14077.     protected function getFilterTagIdsServiceService()
  14078.     {
  14079.         include_once \dirname(__DIR__4).'/vendor/shopware/core/System/Tag/Service/FilterTagIdsService.php';
  14080.         return $this->services['Shopware\\Core\\System\\Tag\\Service\\FilterTagIdsService'] = new \Shopware\Core\System\Tag\Service\FilterTagIdsService(($this->services['Shopware\\Core\\System\\Tag\\TagDefinition'] ?? $this->getTagDefinition2Service()), ($this->services['Doctrine\\DBAL\\Connection'] ?? $this->getConnectionService()), ($this->privates['Shopware\\Core\\Framework\\DataAbstractionLayer\\Dbal\\CriteriaQueryBuilder'] ?? $this->getCriteriaQueryBuilderService()));
  14081.     }
  14082.     /**
  14083.      * Gets the public 'Shopware\Core\System\Tag\TagDefinition' shared service.
  14084.      *
  14085.      * @return \Shopware\Core\System\Tag\TagDefinition
  14086.      */
  14087.     protected function getTagDefinition2Service()
  14088.     {
  14089.         include_once \dirname(__DIR__4).'/vendor/shopware/core/System/Tag/TagDefinition.php';
  14090.         $this->services['Shopware\\Core\\System\\Tag\\TagDefinition'] = $instance = new \Shopware\Core\System\Tag\TagDefinition();
  14091.         $instance->compile(($this->services['Shopware\\Core\\Framework\\DataAbstractionLayer\\DefinitionInstanceRegistry'] ?? $this->getDefinitionInstanceRegistryService()));
  14092.         return $instance;
  14093.     }
  14094.     /**
  14095.      * Gets the public 'Shopware\Core\System\Tax\Aggregate\TaxRuleTypeTranslation\TaxRuleTypeTranslationDefinition' shared service.
  14096.      *
  14097.      * @return \Shopware\Core\System\Tax\Aggregate\TaxRuleTypeTranslation\TaxRuleTypeTranslationDefinition
  14098.      */
  14099.     protected function getTaxRuleTypeTranslationDefinitionService()
  14100.     {
  14101.         include_once \dirname(__DIR__4).'/vendor/shopware/core/Framework/DataAbstractionLayer/EntityTranslationDefinition.php';
  14102.         include_once \dirname(__DIR__4).'/vendor/shopware/core/System/Tax/Aggregate/TaxRuleTypeTranslation/TaxRuleTypeTranslationDefinition.php';
  14103.         $this->services['Shopware\\Core\\System\\Tax\\Aggregate\\TaxRuleTypeTranslation\\TaxRuleTypeTranslationDefinition'] = $instance = new \Shopware\Core\System\Tax\Aggregate\TaxRuleTypeTranslation\TaxRuleTypeTranslationDefinition();
  14104.         $instance->compile(($this->services['Shopware\\Core\\Framework\\DataAbstractionLayer\\DefinitionInstanceRegistry'] ?? $this->getDefinitionInstanceRegistryService()));
  14105.         return $instance;
  14106.     }
  14107.     /**
  14108.      * Gets the public 'Shopware\Core\System\Tax\Aggregate\TaxRuleType\TaxRuleTypeDefinition' shared service.
  14109.      *
  14110.      * @return \Shopware\Core\System\Tax\Aggregate\TaxRuleType\TaxRuleTypeDefinition
  14111.      */
  14112.     protected function getTaxRuleTypeDefinitionService()
  14113.     {
  14114.         include_once \dirname(__DIR__4).'/vendor/shopware/core/System/Tax/Aggregate/TaxRuleType/TaxRuleTypeDefinition.php';
  14115.         $this->services['Shopware\\Core\\System\\Tax\\Aggregate\\TaxRuleType\\TaxRuleTypeDefinition'] = $instance = new \Shopware\Core\System\Tax\Aggregate\TaxRuleType\TaxRuleTypeDefinition();
  14116.         $instance->compile(($this->services['Shopware\\Core\\Framework\\DataAbstractionLayer\\DefinitionInstanceRegistry'] ?? $this->getDefinitionInstanceRegistryService()));
  14117.         return $instance;
  14118.     }
  14119.     /**
  14120.      * Gets the public 'Shopware\Core\System\Tax\Aggregate\TaxRule\TaxRuleDefinition' shared service.
  14121.      *
  14122.      * @return \Shopware\Core\System\Tax\Aggregate\TaxRule\TaxRuleDefinition
  14123.      */
  14124.     protected function getTaxRuleDefinitionService()
  14125.     {
  14126.         include_once \dirname(__DIR__4).'/vendor/shopware/core/System/Tax/Aggregate/TaxRule/TaxRuleDefinition.php';
  14127.         $this->services['Shopware\\Core\\System\\Tax\\Aggregate\\TaxRule\\TaxRuleDefinition'] = $instance = new \Shopware\Core\System\Tax\Aggregate\TaxRule\TaxRuleDefinition();
  14128.         $instance->compile(($this->services['Shopware\\Core\\Framework\\DataAbstractionLayer\\DefinitionInstanceRegistry'] ?? $this->getDefinitionInstanceRegistryService()));
  14129.         return $instance;
  14130.     }
  14131.     /**
  14132.      * Gets the public 'Shopware\Core\System\Tax\TaxDefinition' shared service.
  14133.      *
  14134.      * @return \Shopware\Core\System\Tax\TaxDefinition
  14135.      */
  14136.     protected function getTaxDefinitionService()
  14137.     {
  14138.         $this->services['Shopware\\Core\\System\\Tax\\TaxDefinition'] = $instance = new \Shopware\Core\System\Tax\TaxDefinition();
  14139.         $instance->compile(($this->services['Shopware\\Core\\Framework\\DataAbstractionLayer\\DefinitionInstanceRegistry'] ?? $this->getDefinitionInstanceRegistryService()));
  14140.         return $instance;
  14141.     }
  14142.     /**
  14143.      * Gets the public 'Shopware\Core\System\Unit\Aggregate\UnitTranslation\UnitTranslationDefinition' shared service.
  14144.      *
  14145.      * @return \Shopware\Core\System\Unit\Aggregate\UnitTranslation\UnitTranslationDefinition
  14146.      */
  14147.     protected function getUnitTranslationDefinition2Service()
  14148.     {
  14149.         include_once \dirname(__DIR__4).'/vendor/shopware/core/Framework/DataAbstractionLayer/EntityTranslationDefinition.php';
  14150.         include_once \dirname(__DIR__4).'/vendor/shopware/core/System/Unit/Aggregate/UnitTranslation/UnitTranslationDefinition.php';
  14151.         $this->services['Shopware\\Core\\System\\Unit\\Aggregate\\UnitTranslation\\UnitTranslationDefinition'] = $instance = new \Shopware\Core\System\Unit\Aggregate\UnitTranslation\UnitTranslationDefinition();
  14152.         $instance->compile(($this->services['Shopware\\Core\\Framework\\DataAbstractionLayer\\DefinitionInstanceRegistry'] ?? $this->getDefinitionInstanceRegistryService()));
  14153.         return $instance;
  14154.     }
  14155.     /**
  14156.      * Gets the public 'Shopware\Core\System\Unit\UnitDefinition' shared service.
  14157.      *
  14158.      * @return \Shopware\Core\System\Unit\UnitDefinition
  14159.      */
  14160.     protected function getUnitDefinition2Service()
  14161.     {
  14162.         include_once \dirname(__DIR__4).'/vendor/shopware/core/System/Unit/UnitDefinition.php';
  14163.         $this->services['Shopware\\Core\\System\\Unit\\UnitDefinition'] = $instance = new \Shopware\Core\System\Unit\UnitDefinition();
  14164.         $instance->compile(($this->services['Shopware\\Core\\Framework\\DataAbstractionLayer\\DefinitionInstanceRegistry'] ?? $this->getDefinitionInstanceRegistryService()));
  14165.         return $instance;
  14166.     }
  14167.     /**
  14168.      * Gets the public 'Shopware\Core\System\User\Aggregate\UserAccessKey\UserAccessKeyDefinition' shared service.
  14169.      *
  14170.      * @return \Shopware\Core\System\User\Aggregate\UserAccessKey\UserAccessKeyDefinition
  14171.      */
  14172.     protected function getUserAccessKeyDefinitionService()
  14173.     {
  14174.         include_once \dirname(__DIR__4).'/vendor/shopware/core/System/User/Aggregate/UserAccessKey/UserAccessKeyDefinition.php';
  14175.         $this->services['Shopware\\Core\\System\\User\\Aggregate\\UserAccessKey\\UserAccessKeyDefinition'] = $instance = new \Shopware\Core\System\User\Aggregate\UserAccessKey\UserAccessKeyDefinition();
  14176.         $instance->compile(($this->services['Shopware\\Core\\Framework\\DataAbstractionLayer\\DefinitionInstanceRegistry'] ?? $this->getDefinitionInstanceRegistryService()));
  14177.         return $instance;
  14178.     }
  14179.     /**
  14180.      * Gets the public 'Shopware\Core\System\User\Aggregate\UserConfig\UserConfigDefinition' shared service.
  14181.      *
  14182.      * @return \Shopware\Core\System\User\Aggregate\UserConfig\UserConfigDefinition
  14183.      */
  14184.     protected function getUserConfigDefinitionService()
  14185.     {
  14186.         include_once \dirname(__DIR__4).'/vendor/shopware/core/System/User/Aggregate/UserConfig/UserConfigDefinition.php';
  14187.         $this->services['Shopware\\Core\\System\\User\\Aggregate\\UserConfig\\UserConfigDefinition'] = $instance = new \Shopware\Core\System\User\Aggregate\UserConfig\UserConfigDefinition();
  14188.         $instance->compile(($this->services['Shopware\\Core\\Framework\\DataAbstractionLayer\\DefinitionInstanceRegistry'] ?? $this->getDefinitionInstanceRegistryService()));
  14189.         return $instance;
  14190.     }
  14191.     /**
  14192.      * Gets the public 'Shopware\Core\System\User\Aggregate\UserRecovery\UserRecoveryDefinition' shared service.
  14193.      *
  14194.      * @return \Shopware\Core\System\User\Aggregate\UserRecovery\UserRecoveryDefinition
  14195.      */
  14196.     protected function getUserRecoveryDefinitionService()
  14197.     {
  14198.         include_once \dirname(__DIR__4).'/vendor/shopware/core/System/User/Aggregate/UserRecovery/UserRecoveryDefinition.php';
  14199.         $this->services['Shopware\\Core\\System\\User\\Aggregate\\UserRecovery\\UserRecoveryDefinition'] = $instance = new \Shopware\Core\System\User\Aggregate\UserRecovery\UserRecoveryDefinition();
  14200.         $instance->compile(($this->services['Shopware\\Core\\Framework\\DataAbstractionLayer\\DefinitionInstanceRegistry'] ?? $this->getDefinitionInstanceRegistryService()));
  14201.         return $instance;
  14202.     }
  14203.     /**
  14204.      * Gets the public 'Shopware\Core\System\User\Api\UserRecoveryController' shared service.
  14205.      *
  14206.      * @return \Shopware\Core\System\User\Api\UserRecoveryController
  14207.      */
  14208.     protected function getUserRecoveryControllerService()
  14209.     {
  14210.         include_once \dirname(__DIR__4).'/vendor/shopware/core/System/User/Api/UserRecoveryController.php';
  14211.         include_once \dirname(__DIR__4).'/vendor/shopware/core/System/User/Recovery/UserRecoveryService.php';
  14212.         $this->services['Shopware\\Core\\System\\User\\Api\\UserRecoveryController'] = $instance = new \Shopware\Core\System\User\Api\UserRecoveryController(new \Shopware\Core\System\User\Recovery\UserRecoveryService(($this->services['user_recovery.repository'] ?? $this->getUserRecovery_RepositoryService()), ($this->services['user.repository'] ?? $this->getUser_RepositoryService()), ($this->services['router'] ?? $this->getRouterService()), ($this->privates['Shopware\\Core\\Framework\\Event\\BusinessEventDispatcher'] ?? $this->getBusinessEventDispatcherService()), ($this->privates['Shopware\\Core\\System\\SalesChannel\\Context\\SalesChannelContextService'] ?? $this->getSalesChannelContextServiceService())), ($this->privates['shopware.rate_limiter'] ?? $this->getShopware_RateLimiterService()));
  14213.         $instance->setContainer($this);
  14214.         return $instance;
  14215.     }
  14216.     /**
  14217.      * Gets the public 'Shopware\Core\System\User\Api\UserValidationController' shared service.
  14218.      *
  14219.      * @return \Shopware\Core\System\User\Api\UserValidationController
  14220.      */
  14221.     protected function getUserValidationControllerService()
  14222.     {
  14223.         include_once \dirname(__DIR__4).'/vendor/shopware/core/System/User/Api/UserValidationController.php';
  14224.         include_once \dirname(__DIR__4).'/vendor/shopware/core/System/User/Service/UserValidationService.php';
  14225.         $this->services['Shopware\\Core\\System\\User\\Api\\UserValidationController'] = $instance = new \Shopware\Core\System\User\Api\UserValidationController(new \Shopware\Core\System\User\Service\UserValidationService(($this->services['user.repository'] ?? $this->getUser_RepositoryService())));
  14226.         $instance->setContainer($this);
  14227.         return $instance;
  14228.     }
  14229.     /**
  14230.      * Gets the public 'Shopware\Core\System\User\UserDefinition' shared service.
  14231.      *
  14232.      * @return \Shopware\Core\System\User\UserDefinition
  14233.      */
  14234.     protected function getUserDefinitionService()
  14235.     {
  14236.         $this->services['Shopware\\Core\\System\\User\\UserDefinition'] = $instance = new \Shopware\Core\System\User\UserDefinition();
  14237.         $instance->compile(($this->services['Shopware\\Core\\Framework\\DataAbstractionLayer\\DefinitionInstanceRegistry'] ?? $this->getDefinitionInstanceRegistryService()));
  14238.         return $instance;
  14239.     }
  14240.     /**
  14241.      * Gets the public 'Shopware\Elasticsearch\Admin\AdminElasticsearchHelper' shared service.
  14242.      *
  14243.      * @return \Shopware\Elasticsearch\Admin\AdminElasticsearchHelper
  14244.      */
  14245.     protected function getAdminElasticsearchHelperService()
  14246.     {
  14247.         include_once \dirname(__DIR__4).'/vendor/shopware/elasticsearch/Admin/AdminElasticsearchHelper.php';
  14248.         return $this->services['Shopware\\Elasticsearch\\Admin\\AdminElasticsearchHelper'] = new \Shopware\Elasticsearch\Admin\AdminElasticsearchHelper($this->getEnv('bool:SHOPWARE_ADMIN_ES_ENABLED'), $this->getEnv('bool:SHOPWARE_ADMIN_ES_REFRESH_INDICES'), $this->getEnv('string:SHOPWARE_ADMIN_ES_INDEX_PREFIX'));
  14249.     }
  14250.     /**
  14251.      * Gets the public 'Shopware\Elasticsearch\Admin\AdminSearchController' shared service.
  14252.      *
  14253.      * @return \Shopware\Elasticsearch\Admin\AdminSearchController
  14254.      */
  14255.     protected function getAdminSearchController2Service()
  14256.     {
  14257.         include_once \dirname(__DIR__4).'/vendor/shopware/elasticsearch/Admin/AdminSearchController.php';
  14258.         include_once \dirname(__DIR__4).'/vendor/shopware/elasticsearch/Admin/AdminElasticsearchHelper.php';
  14259.         return $this->services['Shopware\\Elasticsearch\\Admin\\AdminSearchController'] = new \Shopware\Elasticsearch\Admin\AdminSearchController(($this->privates['Shopware\\Elasticsearch\\Admin\\AdminSearcher'] ?? $this->getAdminSearcherService()), ($this->services['Shopware\\Core\\Framework\\DataAbstractionLayer\\DefinitionInstanceRegistry'] ?? $this->getDefinitionInstanceRegistryService()), ($this->privates['Shopware\\Core\\Framework\\Api\\Serializer\\JsonEntityEncoder'] ?? $this->getJsonEntityEncoderService()), ($this->services['Shopware\\Elasticsearch\\Admin\\AdminElasticsearchHelper'] ?? ($this->services['Shopware\\Elasticsearch\\Admin\\AdminElasticsearchHelper'] = new \Shopware\Elasticsearch\Admin\AdminElasticsearchHelper($this->getEnv('bool:SHOPWARE_ADMIN_ES_ENABLED'), $this->getEnv('bool:SHOPWARE_ADMIN_ES_REFRESH_INDICES'), $this->getEnv('string:SHOPWARE_ADMIN_ES_INDEX_PREFIX')))));
  14260.     }
  14261.     /**
  14262.      * Gets the public 'Shopware\Elasticsearch\Framework\ElasticsearchHelper' shared service.
  14263.      *
  14264.      * @return \Shopware\Elasticsearch\Framework\ElasticsearchHelper
  14265.      */
  14266.     protected function getElasticsearchHelperService()
  14267.     {
  14268.         $a = ($this->privates['Shopware\\Elasticsearch\\Framework\\ElasticsearchRegistry'] ?? $this->getElasticsearchRegistryService());
  14269.         if (isset($this->services['Shopware\\Elasticsearch\\Framework\\ElasticsearchHelper'])) {
  14270.             return $this->services['Shopware\\Elasticsearch\\Framework\\ElasticsearchHelper'];
  14271.         }
  14272.         return $this->services['Shopware\\Elasticsearch\\Framework\\ElasticsearchHelper'] = new \Shopware\Elasticsearch\Framework\ElasticsearchHelper('dev'$this->getEnv('bool:default:default_whitespace:SHOPWARE_ES_ENABLED'), $this->getEnv('bool:default:default_whitespace:SHOPWARE_ES_INDEXING_ENABLED'), $this->getEnv('string:default:default_elasticsearch_prefix:SHOPWARE_ES_INDEX_PREFIX'), $this->getEnv('string:SHOPWARE_ES_THROW_EXCEPTION'), ($this->services['Elasticsearch\\Client'] ?? $this->getClientService()), $a, ($this->privates['Shopware\\Elasticsearch\\Framework\\DataAbstractionLayer\\CriteriaParser'] ?? $this->getCriteriaParserService()), ($this->privates['shopware.elasticsearch.logger'] ?? $this->getShopware_Elasticsearch_LoggerService()));
  14273.     }
  14274.     /**
  14275.      * Gets the public 'Shopware\Elasticsearch\Framework\Indexing\CreateAliasTaskHandler' shared service.
  14276.      *
  14277.      * @return \Shopware\Elasticsearch\Framework\Indexing\CreateAliasTaskHandler
  14278.      */
  14279.     protected function getCreateAliasTaskHandlerService()
  14280.     {
  14281.         include_once \dirname(__DIR__4).'/vendor/shopware/elasticsearch/Framework/Indexing/CreateAliasTaskHandler.php';
  14282.         $a = ($this->services['scheduled_task.repository'] ?? $this->getScheduledTask_RepositoryService());
  14283.         if (isset($this->services['Shopware\\Elasticsearch\\Framework\\Indexing\\CreateAliasTaskHandler'])) {
  14284.             return $this->services['Shopware\\Elasticsearch\\Framework\\Indexing\\CreateAliasTaskHandler'];
  14285.         }
  14286.         $b = ($this->services['Shopware\\Elasticsearch\\Framework\\ElasticsearchHelper'] ?? $this->getElasticsearchHelperService());
  14287.         if (isset($this->services['Shopware\\Elasticsearch\\Framework\\Indexing\\CreateAliasTaskHandler'])) {
  14288.             return $this->services['Shopware\\Elasticsearch\\Framework\\Indexing\\CreateAliasTaskHandler'];
  14289.         }
  14290.         $c = ($this->services['event_dispatcher'] ?? $this->getEventDispatcherService());
  14291.         if (isset($this->services['Shopware\\Elasticsearch\\Framework\\Indexing\\CreateAliasTaskHandler'])) {
  14292.             return $this->services['Shopware\\Elasticsearch\\Framework\\Indexing\\CreateAliasTaskHandler'];
  14293.         }
  14294.         return $this->services['Shopware\\Elasticsearch\\Framework\\Indexing\\CreateAliasTaskHandler'] = new \Shopware\Elasticsearch\Framework\Indexing\CreateAliasTaskHandler($a, ($this->services['Elasticsearch\\Client'] ?? $this->getClientService()), ($this->services['Doctrine\\DBAL\\Connection'] ?? $this->getConnectionService()), $b$this->parameters['elasticsearch.index.config'], $c);
  14295.     }
  14296.     /**
  14297.      * Gets the public 'Shopware\Storefront\Controller\AccountOrderController' shared service.
  14298.      *
  14299.      * @return \Shopware\Storefront\Controller\AccountOrderController
  14300.      */
  14301.     protected function getAccountOrderControllerService()
  14302.     {
  14303.         include_once \dirname(__DIR__4).'/vendor/shopware/storefront/Controller/AccountOrderController.php';
  14304.         include_once \dirname(__DIR__4).'/vendor/shopware/storefront/Page/Account/Order/AccountOrderPageLoader.php';
  14305.         include_once \dirname(__DIR__4).'/vendor/shopware/storefront/Page/Account/Order/AccountEditOrderPageLoader.php';
  14306.         include_once \dirname(__DIR__4).'/vendor/shopware/storefront/Page/Account/Order/AccountOrderDetailPageLoader.php';
  14307.         $a = ($this->privates['Shopware\\Storefront\\Page\\GenericPageLoader'] ?? $this->getGenericPageLoaderService());
  14308.         $b = ($this->services['event_dispatcher'] ?? $this->getEventDispatcherService());
  14309.         $c = ($this->services['Shopware\\Core\\Checkout\\Order\\SalesChannel\\OrderRoute'] ?? $this->getOrderRouteService());
  14310.         $d = ($this->privates['Shopware\\Core\\Checkout\\Order\\SalesChannel\\OrderService'] ?? $this->getOrderServiceService());
  14311.         $this->services['Shopware\\Storefront\\Controller\\AccountOrderController'] = $instance = new \Shopware\Storefront\Controller\AccountOrderController(new \Shopware\Storefront\Page\Account\Order\AccountOrderPageLoader($a$b$c, ($this->privates['Shopware\\Core\\Checkout\\Customer\\SalesChannel\\AccountService'] ?? $this->getAccountServiceService())), new \Shopware\Storefront\Page\Account\Order\AccountEditOrderPageLoader($a$b$c, ($this->privates['Shopware\\Core\\Framework\\DataAbstractionLayer\\Search\\RequestCriteriaBuilder'] ?? $this->getRequestCriteriaBuilderService()), ($this->services['Shopware\\Core\\Checkout\\Payment\\SalesChannel\\SortedPaymentMethodRoute'] ?? $this->getSortedPaymentMethodRouteService()), ($this->privates['Shopware\\Core\\Checkout\\Cart\\Order\\OrderConverter'] ?? $this->getOrderConverterService()), $d), ($this->services['Shopware\\Core\\System\\SalesChannel\\SalesChannel\\ContextSwitchRoute'] ?? $this->getContextSwitchRouteService()), ($this->services['Shopware\\Core\\Checkout\\Order\\SalesChannel\\CancelOrderRoute'] ?? $this->getCancelOrderRouteService()), ($this->services['Shopware\\Core\\Checkout\\Order\\SalesChannel\\SetPaymentOrderRoute'] ?? $this->getSetPaymentOrderRouteService()), ($this->services['Shopware\\Core\\Checkout\\Payment\\SalesChannel\\HandlePaymentMethodRoute'] ?? $this->getHandlePaymentMethodRouteService()), $b, new \Shopware\Storefront\Page\Account\Order\AccountOrderDetailPageLoader($a$b$c), $c, ($this->privates['Shopware\\Core\\System\\SalesChannel\\Context\\SalesChannelContextService'] ?? $this->getSalesChannelContextServiceService()), ($this->services['Shopware\\Core\\System\\SystemConfig\\SystemConfigService'] ?? $this->getSystemConfigServiceService()), $d);
  14312.         $instance->setContainer($this);
  14313.         $instance->setTwig(($this->services['.container.private.twig'] ?? $this->get_Container_Private_TwigService()));
  14314.         return $instance;
  14315.     }
  14316.     /**
  14317.      * Gets the public 'Shopware\Storefront\Controller\AccountPaymentController' shared service.
  14318.      *
  14319.      * @return \Shopware\Storefront\Controller\AccountPaymentController
  14320.      */
  14321.     protected function getAccountPaymentControllerService()
  14322.     {
  14323.         include_once \dirname(__DIR__4).'/vendor/shopware/storefront/Controller/AccountPaymentController.php';
  14324.         include_once \dirname(__DIR__4).'/vendor/shopware/storefront/Page/Account/PaymentMethod/AccountPaymentMethodPageLoader.php';
  14325.         $this->services['Shopware\\Storefront\\Controller\\AccountPaymentController'] = $instance = new \Shopware\Storefront\Controller\AccountPaymentController(new \Shopware\Storefront\Page\Account\PaymentMethod\AccountPaymentMethodPageLoader(($this->privates['Shopware\\Storefront\\Page\\GenericPageLoader'] ?? $this->getGenericPageLoaderService()), ($this->services['event_dispatcher'] ?? $this->getEventDispatcherService())), ($this->services['Shopware\\Core\\Checkout\\Customer\\SalesChannel\\ChangePaymentMethodRoute'] ?? $this->getChangePaymentMethodRouteService()));
  14326.         $instance->setContainer($this);
  14327.         $instance->setTwig(($this->services['.container.private.twig'] ?? $this->get_Container_Private_TwigService()));
  14328.         return $instance;
  14329.     }
  14330.     /**
  14331.      * Gets the public 'Shopware\Storefront\Controller\AccountProfileController' shared service.
  14332.      *
  14333.      * @return \Shopware\Storefront\Controller\AccountProfileController
  14334.      */
  14335.     protected function getAccountProfileControllerService()
  14336.     {
  14337.         include_once \dirname(__DIR__4).'/vendor/shopware/storefront/Controller/AccountProfileController.php';
  14338.         include_once \dirname(__DIR__4).'/vendor/shopware/storefront/Page/Account/Overview/AccountOverviewPageLoader.php';
  14339.         include_once \dirname(__DIR__4).'/vendor/shopware/storefront/Page/Account/Profile/AccountProfilePageLoader.php';
  14340.         $a = ($this->privates['Shopware\\Storefront\\Page\\GenericPageLoader'] ?? $this->getGenericPageLoaderService());
  14341.         $b = ($this->services['event_dispatcher'] ?? $this->getEventDispatcherService());
  14342.         $this->services['Shopware\\Storefront\\Controller\\AccountProfileController'] = $instance = new \Shopware\Storefront\Controller\AccountProfileController(new \Shopware\Storefront\Page\Account\Overview\AccountOverviewPageLoader($a$b, ($this->services['Shopware\\Core\\Checkout\\Order\\SalesChannel\\OrderRoute'] ?? $this->getOrderRouteService()), ($this->services['Shopware\\Core\\Checkout\\Customer\\SalesChannel\\CustomerRoute'] ?? $this->getCustomerRouteService()), ($this->privates['Shopware\\Storefront\\Pagelet\\Newsletter\\Account\\NewsletterAccountPageletLoader'] ?? $this->getNewsletterAccountPageletLoaderService())), new \Shopware\Storefront\Page\Account\Profile\AccountProfilePageLoader($a$b, ($this->services['Shopware\\Core\\System\\Salutation\\SalesChannel\\CachedSalutationRoute'] ?? $this->getCachedSalutationRouteService())), ($this->services['Shopware\\Core\\Checkout\\Customer\\SalesChannel\\ChangeCustomerProfileRoute'] ?? $this->getChangeCustomerProfileRouteService()), ($this->services['Shopware\\Core\\Checkout\\Customer\\SalesChannel\\ChangePasswordRoute'] ?? $this->getChangePasswordRouteService()), ($this->services['Shopware\\Core\\Checkout\\Customer\\SalesChannel\\ChangeEmailRoute'] ?? $this->getChangeEmailRouteService()), ($this->services['Shopware\\Core\\Checkout\\Customer\\SalesChannel\\DeleteCustomerRoute'] ?? $this->getDeleteCustomerRouteService()), ($this->services['logger'] ?? $this->getLoggerService()));
  14343.         $instance->setContainer($this);
  14344.         $instance->setTwig(($this->services['.container.private.twig'] ?? $this->get_Container_Private_TwigService()));
  14345.         return $instance;
  14346.     }
  14347.     /**
  14348.      * Gets the public 'Shopware\Storefront\Controller\AddressController' shared service.
  14349.      *
  14350.      * @return \Shopware\Storefront\Controller\AddressController
  14351.      */
  14352.     protected function getAddressControllerService()
  14353.     {
  14354.         include_once \dirname(__DIR__4).'/vendor/shopware/storefront/Controller/AddressController.php';
  14355.         include_once \dirname(__DIR__4).'/vendor/shopware/storefront/Page/Address/Listing/AddressListingPageLoader.php';
  14356.         include_once \dirname(__DIR__4).'/vendor/shopware/storefront/Page/Address/Detail/AddressDetailPageLoader.php';
  14357.         $a = ($this->privates['Shopware\\Storefront\\Page\\GenericPageLoader'] ?? $this->getGenericPageLoaderService());
  14358.         $b = ($this->services['Shopware\\Core\\System\\Country\\SalesChannel\\CachedCountryRoute'] ?? $this->getCachedCountryRouteService());
  14359.         $c = ($this->services['Shopware\\Core\\System\\Salutation\\SalesChannel\\CachedSalutationRoute'] ?? $this->getCachedSalutationRouteService());
  14360.         $d = ($this->services['Shopware\\Core\\Checkout\\Customer\\SalesChannel\\ListAddressRoute'] ?? $this->getListAddressRouteService());
  14361.         $e = ($this->services['event_dispatcher'] ?? $this->getEventDispatcherService());
  14362.         $this->services['Shopware\\Storefront\\Controller\\AddressController'] = $instance = new \Shopware\Storefront\Controller\AddressController(new \Shopware\Storefront\Page\Address\Listing\AddressListingPageLoader($a$b$c$d$e, ($this->services['Shopware\\Core\\Checkout\\Cart\\SalesChannel\\CartService'] ?? $this->getCartServiceService())), new \Shopware\Storefront\Page\Address\Detail\AddressDetailPageLoader($a$b$c$e$d), ($this->privates['Shopware\\Core\\Checkout\\Customer\\SalesChannel\\AccountService'] ?? $this->getAccountServiceService()), $d, ($this->services['Shopware\\Core\\Checkout\\Customer\\SalesChannel\\UpsertAddressRoute'] ?? $this->getUpsertAddressRouteService()), ($this->services['Shopware\\Core\\Checkout\\Customer\\SalesChannel\\DeleteAddressRoute'] ?? $this->getDeleteAddressRouteService()), ($this->services['Shopware\\Core\\Checkout\\Customer\\SalesChannel\\ChangeCustomerProfileRoute'] ?? $this->getChangeCustomerProfileRouteService()));
  14363.         $instance->setContainer($this);
  14364.         $instance->setTwig(($this->services['.container.private.twig'] ?? $this->get_Container_Private_TwigService()));
  14365.         return $instance;
  14366.     }
  14367.     /**
  14368.      * Gets the public 'Shopware\Storefront\Controller\Api\CaptchaController' shared service.
  14369.      *
  14370.      * @return \Shopware\Storefront\Controller\Api\CaptchaController
  14371.      */
  14372.     protected function getCaptchaControllerService()
  14373.     {
  14374.         include_once \dirname(__DIR__4).'/vendor/shopware/storefront/Controller/Api/CaptchaController.php';
  14375.         $this->services['Shopware\\Storefront\\Controller\\Api\\CaptchaController'] = $instance = new \Shopware\Storefront\Controller\Api\CaptchaController(new RewindableGenerator(function () {
  14376.             yield => ($this->privates['Shopware\\Storefront\\Framework\\Captcha\\HoneypotCaptcha'] ?? $this->getHoneypotCaptchaService());
  14377.             yield => ($this->privates['Shopware\\Storefront\\Framework\\Captcha\\BasicCaptcha'] ?? $this->getBasicCaptchaService());
  14378.             yield => ($this->privates['Shopware\\Storefront\\Framework\\Captcha\\GoogleReCaptchaV2'] ?? $this->getGoogleReCaptchaV2Service());
  14379.             yield => ($this->privates['Shopware\\Storefront\\Framework\\Captcha\\GoogleReCaptchaV3'] ?? $this->getGoogleReCaptchaV3Service());
  14380.         }, 4));
  14381.         $instance->setContainer($this);
  14382.         return $instance;
  14383.     }
  14384.     /**
  14385.      * Gets the public 'Shopware\Storefront\Controller\AuthController' shared service.
  14386.      *
  14387.      * @return \Shopware\Storefront\Controller\AuthController
  14388.      */
  14389.     protected function getAuthController2Service()
  14390.     {
  14391.         include_once \dirname(__DIR__4).'/vendor/shopware/storefront/Controller/AuthController.php';
  14392.         include_once \dirname(__DIR__4).'/vendor/shopware/storefront/Page/Account/RecoverPassword/AccountRecoverPasswordPageLoader.php';
  14393.         $this->services['Shopware\\Storefront\\Controller\\AuthController'] = $instance = new \Shopware\Storefront\Controller\AuthController(($this->privates['Shopware\\Storefront\\Page\\Account\\Login\\AccountLoginPageLoader'] ?? $this->getAccountLoginPageLoaderService()), ($this->services['Shopware\\Core\\Checkout\\Customer\\SalesChannel\\SendPasswordRecoveryMailRoute'] ?? $this->getSendPasswordRecoveryMailRouteService()), ($this->services['Shopware\\Core\\Checkout\\Customer\\SalesChannel\\ResetPasswordRoute'] ?? $this->getResetPasswordRouteService()), ($this->services['Shopware\\Core\\Checkout\\Customer\\SalesChannel\\LoginRoute'] ?? $this->getLoginRouteService()), ($this->services['Shopware\\Core\\Checkout\\Customer\\SalesChannel\\LogoutRoute'] ?? $this->getLogoutRouteService()), ($this->privates['Shopware\\Storefront\\Checkout\\Cart\\SalesChannel\\StorefrontCartFacade'] ?? $this->getStorefrontCartFacadeService()), new \Shopware\Storefront\Page\Account\RecoverPassword\AccountRecoverPasswordPageLoader(($this->privates['Shopware\\Storefront\\Page\\GenericPageLoader'] ?? $this->getGenericPageLoaderService()), ($this->services['event_dispatcher'] ?? $this->getEventDispatcherService()), ($this->services['Shopware\\Core\\Checkout\\Customer\\SalesChannel\\CustomerRecoveryIsExpiredRoute'] ?? $this->getCustomerRecoveryIsExpiredRouteService())), ($this->privates['Shopware\\Core\\System\\SalesChannel\\Context\\SalesChannelContextService'] ?? $this->getSalesChannelContextServiceService()));
  14394.         $instance->setContainer($this);
  14395.         $instance->setTwig(($this->services['.container.private.twig'] ?? $this->get_Container_Private_TwigService()));
  14396.         return $instance;
  14397.     }
  14398.     /**
  14399.      * Gets the public 'Shopware\Storefront\Controller\CaptchaController' shared service.
  14400.      *
  14401.      * @return \Shopware\Storefront\Controller\CaptchaController
  14402.      */
  14403.     protected function getCaptchaController2Service()
  14404.     {
  14405.         include_once \dirname(__DIR__4).'/vendor/shopware/storefront/Controller/CaptchaController.php';
  14406.         include_once \dirname(__DIR__4).'/vendor/shopware/storefront/Pagelet/Captcha/AbstractBasicCaptchaPageletLoader.php';
  14407.         include_once \dirname(__DIR__4).'/vendor/shopware/storefront/Pagelet/Captcha/BasicCaptchaPageletLoader.php';
  14408.         include_once \dirname(__DIR__4).'/vendor/shopware/storefront/Framework/Captcha/BasicCaptcha/AbstractBasicCaptchaGenerator.php';
  14409.         include_once \dirname(__DIR__4).'/vendor/shopware/storefront/Framework/Captcha/BasicCaptcha/BasicCaptchaGenerator.php';
  14410.         $this->services['Shopware\\Storefront\\Controller\\CaptchaController'] = $instance = new \Shopware\Storefront\Controller\CaptchaController(new \Shopware\Storefront\Pagelet\Captcha\BasicCaptchaPageletLoader(($this->services['event_dispatcher'] ?? $this->getEventDispatcherService()), new \Shopware\Storefront\Framework\Captcha\BasicCaptcha\BasicCaptchaGenerator(), ($this->privates['Shopware\\Core\\Content\\Category\\Service\\NavigationLoader'] ?? $this->getNavigationLoaderService())), ($this->privates['Shopware\\Storefront\\Framework\\Captcha\\BasicCaptcha'] ?? $this->getBasicCaptchaService()));
  14411.         $instance->setContainer($this);
  14412.         $instance->setTwig(($this->services['.container.private.twig'] ?? $this->get_Container_Private_TwigService()));
  14413.         return $instance;
  14414.     }
  14415.     /**
  14416.      * Gets the public 'Shopware\Storefront\Controller\CartLineItemController' shared service.
  14417.      *
  14418.      * @return \Shopware\Storefront\Controller\CartLineItemController
  14419.      */
  14420.     protected function getCartLineItemControllerService()
  14421.     {
  14422.         include_once \dirname(__DIR__4).'/vendor/shopware/storefront/Controller/CartLineItemController.php';
  14423.         include_once \dirname(__DIR__4).'/vendor/shopware/core/Content/Product/Cart/ProductLineItemFactory.php';
  14424.         $this->services['Shopware\\Storefront\\Controller\\CartLineItemController'] = $instance = new \Shopware\Storefront\Controller\CartLineItemController(($this->services['Shopware\\Core\\Checkout\\Cart\\SalesChannel\\CartService'] ?? $this->getCartServiceService()), ($this->privates['Acris\\Promotion\\Core\\Checkout\\Promotion\\Cart\\PromotionItemBuilder'] ?? $this->getPromotionItemBuilderService()), ($this->privates['Shopware\\Core\\Content\\Product\\Cart\\ProductLineItemFactory'] ?? ($this->privates['Shopware\\Core\\Content\\Product\\Cart\\ProductLineItemFactory'] = new \Shopware\Core\Content\Product\Cart\ProductLineItemFactory())), ($this->services['Shopware\\Core\\Framework\\Util\\HtmlSanitizer'] ?? $this->getHtmlSanitizerService()), ($this->services['Shopware\\Core\\Content\\Product\\SalesChannel\\ProductListRoute'] ?? $this->getProductListRouteService()));
  14425.         $instance->setContainer($this);
  14426.         $instance->setTwig(($this->services['.container.private.twig'] ?? $this->get_Container_Private_TwigService()));
  14427.         return $instance;
  14428.     }
  14429.     /**
  14430.      * Gets the public 'Shopware\Storefront\Controller\CmsController' shared service.
  14431.      *
  14432.      * @return \Shopware\Storefront\Controller\CmsController
  14433.      */
  14434.     protected function getCmsControllerService()
  14435.     {
  14436.         include_once \dirname(__DIR__4).'/vendor/shopware/storefront/Controller/CmsController.php';
  14437.         $this->services['Shopware\\Storefront\\Controller\\CmsController'] = $instance = new \Shopware\Storefront\Controller\CmsController(($this->services['Shopware\\Core\\Content\\Cms\\SalesChannel\\CmsRoute'] ?? $this->getCmsRouteService()), ($this->services['Swag\\PayPal\\Checkout\\ExpressCheckout\\SalesChannel\\ExpressCategoryRoute'] ?? $this->getExpressCategoryRouteService()), ($this->services['MoorlFoundation\\Core\\Content\\Product\\SalesChannel\\Listing\\FoundationProductListingRoute'] ?? $this->getFoundationProductListingRouteService()), ($this->services['Shopware\\Core\\Content\\Product\\SalesChannel\\Detail\\CachedProductDetailRoute'] ?? $this->getCachedProductDetailRouteService()), ($this->services['Shopware\\Storefront\\Page\\Product\\Review\\ProductReviewLoader'] ?? $this->getProductReviewLoaderService()), ($this->services['Shopware\\Core\\Content\\Product\\SalesChannel\\FindVariant\\FindProductVariantRoute'] ?? $this->getFindProductVariantRouteService()), ($this->services['Shopware\\Storefront\\Page\\Product\\Configurator\\ProductCombinationFinder'] ?? $this->getProductCombinationFinderService()), ($this->services['event_dispatcher'] ?? $this->getEventDispatcherService()));
  14438.         $instance->setContainer($this);
  14439.         $instance->setTwig(($this->services['.container.private.twig'] ?? $this->get_Container_Private_TwigService()));
  14440.         return $instance;
  14441.     }
  14442.     /**
  14443.      * Gets the public 'Shopware\Storefront\Controller\ContextController' shared service.
  14444.      *
  14445.      * @return \Shopware\Storefront\Controller\ContextController
  14446.      */
  14447.     protected function getContextControllerService()
  14448.     {
  14449.         include_once \dirname(__DIR__4).'/vendor/shopware/storefront/Controller/ContextController.php';
  14450.         $this->services['Shopware\\Storefront\\Controller\\ContextController'] = $instance = new \Shopware\Storefront\Controller\ContextController(($this->services['Shopware\\Core\\System\\SalesChannel\\SalesChannel\\ContextSwitchRoute'] ?? $this->getContextSwitchRouteService()), ($this->services['request_stack'] ?? ($this->services['request_stack'] = new \Symfony\Component\HttpFoundation\RequestStack())), ($this->privates['router.default'] ?? $this->getRouter_DefaultService()), ($this->services['Shopware\\Core\\Checkout\\Customer\\SalesChannel\\ChangeLanguageRoute'] ?? $this->getChangeLanguageRouteService()));
  14451.         $instance->setContainer($this);
  14452.         $instance->setTwig(($this->services['.container.private.twig'] ?? $this->get_Container_Private_TwigService()));
  14453.         return $instance;
  14454.     }
  14455.     /**
  14456.      * Gets the public 'Shopware\Storefront\Controller\CookieController' shared service.
  14457.      *
  14458.      * @return \Shopware\Storefront\Controller\CookieController
  14459.      */
  14460.     protected function getCookieControllerService()
  14461.     {
  14462.         include_once \dirname(__DIR__4).'/vendor/shopware/storefront/Controller/CookieController.php';
  14463.         include_once \dirname(__DIR__4).'/vendor/shopware/storefront/Framework/Cookie/CookieProviderInterface.php';
  14464.         include_once \dirname(__DIR__4).'/vendor/store.shopware.com/acrissuggestedproductscs/src/Framework/Cookie/CustomersAlsoViewedCookieProvider.php';
  14465.         include_once \dirname(__DIR__4).'/vendor/store.shopware.com/acrissuggestedproductscs/src/Framework/Cookie/RecentlyViewedCookieProvider.php';
  14466.         include_once \dirname(__DIR__4).'/vendor/store.shopware.com/swagamazonpay/src/Components/Cookie/AmazonPayCookieProvider.php';
  14467.         include_once \dirname(__DIR__4).'/vendor/store.shopware.com/cbaxmoduladcell/src/Decorator/Storefront/Framework/Cookie/CustomCookieProvider.php';
  14468.         include_once \dirname(__DIR__4).'/vendor/store.shopware.com/wbmtagmanagerecomm/src/Cookie/CustomCookieProvider.php';
  14469.         include_once \dirname(__DIR__4).'/vendor/store.shopware.com/swagpaypal/src/Storefront/Framework/Cookie/PayPalCookieProvider.php';
  14470.         include_once \dirname(__DIR__4).'/vendor/shopware/storefront/Framework/Cookie/AppCookieProvider.php';
  14471.         include_once \dirname(__DIR__4).'/vendor/shopware/storefront/Framework/Cookie/CookieProvider.php';
  14472.         $a = ($this->services['Shopware\\Core\\System\\SystemConfig\\SystemConfigService'] ?? $this->getSystemConfigServiceService());
  14473.         $this->services['Shopware\\Storefront\\Controller\\CookieController'] = $instance = new \Shopware\Storefront\Controller\CookieController(new \Acris\SuggestedProducts\Framework\Cookie\CustomersAlsoViewedCookieProvider(new \Acris\SuggestedProducts\Framework\Cookie\RecentlyViewedCookieProvider(new \Swag\AmazonPay\Components\Cookie\AmazonPayCookieProvider(new \Cbax\ModulAdcell\Decorator\Storefront\Framework\Cookie\CustomCookieProvider(new \Wbm\TagManagerEcomm\Cookie\CustomCookieProvider(new \Swag\PayPal\Storefront\Framework\Cookie\PayPalCookieProvider(new \Shopware\Storefront\Framework\Cookie\AppCookieProvider(new \Shopware\Storefront\Framework\Cookie\CookieProvider(), ($this->services['app.repository'] ?? $this->getApp_RepositoryService()))), $a))))), $a);
  14474.         $instance->setContainer($this);
  14475.         $instance->setTwig(($this->services['.container.private.twig'] ?? $this->get_Container_Private_TwigService()));
  14476.         return $instance;
  14477.     }
  14478.     /**
  14479.      * Gets the public 'Shopware\Storefront\Controller\CountryStateController' shared service.
  14480.      *
  14481.      * @return \Shopware\Storefront\Controller\CountryStateController
  14482.      */
  14483.     protected function getCountryStateControllerService()
  14484.     {
  14485.         include_once \dirname(__DIR__4).'/vendor/shopware/storefront/Controller/CountryStateController.php';
  14486.         include_once \dirname(__DIR__4).'/vendor/shopware/storefront/Pagelet/Country/CountryStateDataPageletLoader.php';
  14487.         $this->services['Shopware\\Storefront\\Controller\\CountryStateController'] = $instance = new \Shopware\Storefront\Controller\CountryStateController(new \Shopware\Storefront\Pagelet\Country\CountryStateDataPageletLoader(($this->services['Shopware\\Core\\System\\Country\\SalesChannel\\CachedCountryStateRoute'] ?? $this->getCachedCountryStateRouteService()), ($this->services['event_dispatcher'] ?? $this->getEventDispatcherService())), ($this->services['Shopware\\Core\\System\\Country\\SalesChannel\\CachedCountryRoute'] ?? $this->getCachedCountryRouteService()));
  14488.         $instance->setContainer($this);
  14489.         return $instance;
  14490.     }
  14491.     /**
  14492.      * Gets the public 'Shopware\Storefront\Controller\CsrfController' shared service.
  14493.      *
  14494.      * @return \Shopware\Storefront\Controller\CsrfController
  14495.      */
  14496.     protected function getCsrfControllerService()
  14497.     {
  14498.         include_once \dirname(__DIR__4).'/vendor/shopware/storefront/Controller/CsrfController.php';
  14499.         $this->services['Shopware\\Storefront\\Controller\\CsrfController'] = $instance = new \Shopware\Storefront\Controller\CsrfController(($this->services['.container.private.security.csrf.token_manager'] ?? $this->get_Container_Private_Security_Csrf_TokenManagerService()), true'twig');
  14500.         $instance->setContainer($this);
  14501.         $instance->setTwig(($this->services['.container.private.twig'] ?? $this->get_Container_Private_TwigService()));
  14502.         return $instance;
  14503.     }
  14504.     /**
  14505.      * Gets the public 'Shopware\Storefront\Controller\DocumentController' shared service.
  14506.      *
  14507.      * @return \Shopware\Storefront\Controller\DocumentController
  14508.      */
  14509.     protected function getDocumentController2Service()
  14510.     {
  14511.         include_once \dirname(__DIR__4).'/vendor/shopware/storefront/Controller/DocumentController.php';
  14512.         include_once \dirname(__DIR__4).'/vendor/shopware/storefront/Page/Account/Document/DocumentPageLoader.php';
  14513.         $this->services['Shopware\\Storefront\\Controller\\DocumentController'] = $instance = new \Shopware\Storefront\Controller\DocumentController(new \Shopware\Storefront\Page\Account\Document\DocumentPageLoader(($this->privates['Shopware\\Storefront\\Page\\GenericPageLoader'] ?? $this->getGenericPageLoaderService()), ($this->services['event_dispatcher'] ?? $this->getEventDispatcherService()), ($this->privates['Shopware\\Core\\Checkout\\Document\\DocumentService'] ?? $this->getDocumentServiceService()), ($this->services['document.repository'] ?? $this->getDocument_RepositoryService())), ($this->services['Shopware\\Core\\Checkout\\Document\\SalesChannel\\DocumentRoute'] ?? $this->getDocumentRouteService()));
  14514.         $instance->setContainer($this);
  14515.         $instance->setTwig(($this->services['.container.private.twig'] ?? $this->get_Container_Private_TwigService()));
  14516.         return $instance;
  14517.     }
  14518.     /**
  14519.      * Gets the public 'Shopware\Storefront\Controller\DownloadController' shared service.
  14520.      *
  14521.      * @return \Shopware\Storefront\Controller\DownloadController
  14522.      */
  14523.     protected function getDownloadControllerService()
  14524.     {
  14525.         include_once \dirname(__DIR__4).'/vendor/shopware/storefront/Controller/DownloadController.php';
  14526.         $this->services['Shopware\\Storefront\\Controller\\DownloadController'] = $instance = new \Shopware\Storefront\Controller\DownloadController(($this->services['Shopware\\Core\\Checkout\\Customer\\SalesChannel\\DownloadRoute'] ?? $this->getDownloadRouteService()));
  14527.         $instance->setContainer($this);
  14528.         $instance->setTwig(($this->services['.container.private.twig'] ?? $this->get_Container_Private_TwigService()));
  14529.         return $instance;
  14530.     }
  14531.     /**
  14532.      * Gets the public 'Shopware\Storefront\Controller\ErrorController' shared service.
  14533.      *
  14534.      * @return \Shopware\Storefront\Controller\ErrorController
  14535.      */
  14536.     protected function getErrorControllerService($lazyLoad true)
  14537.     {
  14538.         if ($lazyLoad) {
  14539.             return $this->services['Shopware\\Storefront\\Controller\\ErrorController'] = $this->createProxy('ErrorController_b437ad9', function () {
  14540.                 return \ErrorController_b437ad9::staticProxyConstructor(function (&$wrappedInstance\ProxyManager\Proxy\LazyLoadingInterface $proxy) {
  14541.                     $wrappedInstance $this->getErrorControllerService(false);
  14542.                     $proxy->setProxyInitializer(null);
  14543.                     return true;
  14544.                 });
  14545.             });
  14546.         }
  14547.         include_once \dirname(__DIR__4).'/vendor/shopware/storefront/Framework/Twig/ErrorTemplateResolver.php';
  14548.         include_once \dirname(__DIR__4).'/vendor/shopware/storefront/Page/Navigation/Error/ErrorPageLoaderInterface.php';
  14549.         include_once \dirname(__DIR__4).'/vendor/shopware/storefront/Page/Navigation/Error/ErrorPageLoader.php';
  14550.         $a = ($this->services['.container.private.twig'] ?? $this->get_Container_Private_TwigService());
  14551.         $instance = new \Shopware\Storefront\Controller\ErrorController(new \Shopware\Storefront\Framework\Twig\ErrorTemplateResolver($a), ($this->privates['Shopware\\Storefront\\Pagelet\\Header\\HeaderPageletLoader'] ?? $this->getHeaderPageletLoaderService()), ($this->services['Shopware\\Core\\System\\SystemConfig\\SystemConfigService'] ?? $this->getSystemConfigServiceService()), new \Shopware\Storefront\Page\Navigation\Error\ErrorPageLoader(($this->privates['Shopware\\Core\\Content\\Cms\\SalesChannel\\SalesChannelCmsPageLoader'] ?? $this->getSalesChannelCmsPageLoaderService()), ($this->privates['Shopware\\Storefront\\Page\\GenericPageLoader'] ?? $this->getGenericPageLoaderService()), ($this->services['event_dispatcher'] ?? $this->getEventDispatcherService())), ($this->privates['Shopware\\Storefront\\Pagelet\\Footer\\FooterPageletLoader'] ?? $this->getFooterPageletLoaderService()));
  14552.         $instance->setContainer($this);
  14553.         $instance->setTwig($a);
  14554.         return $instance;
  14555.     }
  14556.     /**
  14557.      * Gets the public 'Shopware\Storefront\Controller\FormController' shared service.
  14558.      *
  14559.      * @return \Shopware\Storefront\Controller\FormController
  14560.      */
  14561.     protected function getFormControllerService()
  14562.     {
  14563.         include_once \dirname(__DIR__4).'/vendor/shopware/storefront/Controller/FormController.php';
  14564.         $this->services['Shopware\\Storefront\\Controller\\FormController'] = $instance = new \Shopware\Storefront\Controller\FormController(($this->services['Shopware\\Core\\Content\\ContactForm\\SalesChannel\\ContactFormRoute'] ?? $this->getContactFormRouteService()), ($this->services['Shopware\\Core\\Content\\Newsletter\\SalesChannel\\NewsletterSubscribeRoute'] ?? $this->getNewsletterSubscribeRouteService()), ($this->services['Shopware\\Core\\Content\\Newsletter\\SalesChannel\\NewsletterUnsubscribeRoute'] ?? $this->getNewsletterUnsubscribeRouteService()));
  14565.         $instance->setContainer($this);
  14566.         $instance->setTwig(($this->services['.container.private.twig'] ?? $this->get_Container_Private_TwigService()));
  14567.         return $instance;
  14568.     }
  14569.     /**
  14570.      * Gets the public 'Shopware\Storefront\Controller\LandingPageController' shared service.
  14571.      *
  14572.      * @return \Shopware\Storefront\Controller\LandingPageController
  14573.      */
  14574.     protected function getLandingPageControllerService()
  14575.     {
  14576.         include_once \dirname(__DIR__4).'/vendor/shopware/storefront/Controller/LandingPageController.php';
  14577.         include_once \dirname(__DIR__4).'/vendor/shopware/storefront/Page/LandingPage/LandingPageLoader.php';
  14578.         $this->services['Shopware\\Storefront\\Controller\\LandingPageController'] = $instance = new \Shopware\Storefront\Controller\LandingPageController(new \Shopware\Storefront\Page\LandingPage\LandingPageLoader(($this->privates['Shopware\\Storefront\\Page\\GenericPageLoader'] ?? $this->getGenericPageLoaderService()), ($this->services['Shopware\\Core\\Content\\LandingPage\\SalesChannel\\CachedLandingPageRoute'] ?? $this->getCachedLandingPageRouteService()), ($this->services['event_dispatcher'] ?? $this->getEventDispatcherService())));
  14579.         $instance->setContainer($this);
  14580.         $instance->setTwig(($this->services['.container.private.twig'] ?? $this->get_Container_Private_TwigService()));
  14581.         return $instance;
  14582.     }
  14583.     /**
  14584.      * Gets the public 'Shopware\Storefront\Controller\MaintenanceController' shared service.
  14585.      *
  14586.      * @return \Shopware\Storefront\Controller\MaintenanceController
  14587.      */
  14588.     protected function getMaintenanceControllerService()
  14589.     {
  14590.         include_once \dirname(__DIR__4).'/vendor/shopware/storefront/Controller/MaintenanceController.php';
  14591.         include_once \dirname(__DIR__4).'/vendor/shopware/storefront/Page/Maintenance/MaintenancePageLoader.php';
  14592.         $this->services['Shopware\\Storefront\\Controller\\MaintenanceController'] = $instance = new \Shopware\Storefront\Controller\MaintenanceController(($this->services['Shopware\\Core\\System\\SystemConfig\\SystemConfigService'] ?? $this->getSystemConfigServiceService()), new \Shopware\Storefront\Page\Maintenance\MaintenancePageLoader(($this->privates['Shopware\\Core\\Content\\Cms\\SalesChannel\\SalesChannelCmsPageLoader'] ?? $this->getSalesChannelCmsPageLoaderService()), ($this->privates['Shopware\\Storefront\\Page\\GenericPageLoader'] ?? $this->getGenericPageLoaderService()), ($this->services['event_dispatcher'] ?? $this->getEventDispatcherService())), ($this->privates['Shopware\\Storefront\\Framework\\Routing\\MaintenanceModeResolver'] ?? $this->getMaintenanceModeResolverService()));
  14593.         $instance->setContainer($this);
  14594.         $instance->setTwig(($this->services['.container.private.twig'] ?? $this->get_Container_Private_TwigService()));
  14595.         return $instance;
  14596.     }
  14597.     /**
  14598.      * Gets the public 'Shopware\Storefront\Controller\NavigationController' shared service.
  14599.      *
  14600.      * @return \Shopware\Storefront\Controller\NavigationController
  14601.      */
  14602.     protected function getNavigationControllerService()
  14603.     {
  14604.         include_once \dirname(__DIR__4).'/vendor/shopware/storefront/Controller/NavigationController.php';
  14605.         include_once \dirname(__DIR__4).'/vendor/shopware/storefront/Page/Navigation/NavigationPageLoaderInterface.php';
  14606.         include_once \dirname(__DIR__4).'/vendor/shopware/storefront/Page/Navigation/NavigationPageLoader.php';
  14607.         include_once \dirname(__DIR__4).'/vendor/shopware/storefront/Pagelet/Menu/Offcanvas/MenuOffcanvasPageletLoaderInterface.php';
  14608.         include_once \dirname(__DIR__4).'/vendor/shopware/storefront/Pagelet/Menu/Offcanvas/MenuOffcanvasPageletLoader.php';
  14609.         $a = ($this->services['event_dispatcher'] ?? $this->getEventDispatcherService());
  14610.         $this->services['Shopware\\Storefront\\Controller\\NavigationController'] = $instance = new \Shopware\Storefront\Controller\NavigationController(new \Shopware\Storefront\Page\Navigation\NavigationPageLoader(($this->privates['Shopware\\Storefront\\Page\\GenericPageLoader'] ?? $this->getGenericPageLoaderService()), $a, ($this->services['Swag\\PayPal\\Checkout\\ExpressCheckout\\SalesChannel\\ExpressCategoryRoute'] ?? $this->getExpressCategoryRouteService()), ($this->services['DreiscSeoPro\\Decorator\\Core\\Content\\Seo\\SeoUrlPlaceholderHandlerDecorator'] ?? $this->getSeoUrlPlaceholderHandlerDecoratorService())), new \Shopware\Storefront\Pagelet\Menu\Offcanvas\MenuOffcanvasPageletLoader($a, ($this->privates['Shopware\\Core\\Content\\Category\\Service\\NavigationLoader'] ?? $this->getNavigationLoaderService())));
  14611.         $instance->setContainer($this);
  14612.         $instance->setTwig(($this->services['.container.private.twig'] ?? $this->get_Container_Private_TwigService()));
  14613.         return $instance;
  14614.     }
  14615.     /**
  14616.      * Gets the public 'Shopware\Storefront\Controller\NewsletterController' shared service.
  14617.      *
  14618.      * @return \Shopware\Storefront\Controller\NewsletterController
  14619.      */
  14620.     protected function getNewsletterControllerService()
  14621.     {
  14622.         include_once \dirname(__DIR__4).'/vendor/shopware/storefront/Controller/NewsletterController.php';
  14623.         include_once \dirname(__DIR__4).'/vendor/shopware/storefront/Page/Newsletter/Subscribe/NewsletterSubscribePageLoader.php';
  14624.         $this->services['Shopware\\Storefront\\Controller\\NewsletterController'] = $instance = new \Shopware\Storefront\Controller\NewsletterController(new \Shopware\Storefront\Page\Newsletter\Subscribe\NewsletterSubscribePageLoader(($this->privates['Shopware\\Storefront\\Page\\GenericPageLoader'] ?? $this->getGenericPageLoaderService()), ($this->services['event_dispatcher'] ?? $this->getEventDispatcherService())), ($this->services['customer.repository'] ?? $this->getCustomer_RepositoryService()), ($this->services['Shopware\\Core\\Content\\Newsletter\\SalesChannel\\NewsletterSubscribeRoute'] ?? $this->getNewsletterSubscribeRouteService()), ($this->services['Shopware\\Core\\Content\\Newsletter\\SalesChannel\\NewsletterConfirmRoute'] ?? $this->getNewsletterConfirmRouteService()), ($this->services['Shopware\\Core\\Content\\Newsletter\\SalesChannel\\NewsletterUnsubscribeRoute'] ?? $this->getNewsletterUnsubscribeRouteService()), ($this->privates['Shopware\\Storefront\\Pagelet\\Newsletter\\Account\\NewsletterAccountPageletLoader'] ?? $this->getNewsletterAccountPageletLoaderService()), ($this->services['Shopware\\Core\\System\\SystemConfig\\SystemConfigService'] ?? $this->getSystemConfigServiceService()));
  14625.         $instance->setContainer($this);
  14626.         $instance->setTwig(($this->services['.container.private.twig'] ?? $this->get_Container_Private_TwigService()));
  14627.         return $instance;
  14628.     }
  14629.     /**
  14630.      * Gets the public 'Shopware\Storefront\Controller\ProductController' shared service.
  14631.      *
  14632.      * @return \Shopware\Storefront\Controller\ProductController
  14633.      */
  14634.     protected function getProductControllerService()
  14635.     {
  14636.         include_once \dirname(__DIR__4).'/vendor/shopware/storefront/Controller/ProductController.php';
  14637.         include_once \dirname(__DIR__4).'/vendor/shopware/storefront/Page/Product/ProductPageLoader.php';
  14638.         include_once \dirname(__DIR__4).'/vendor/shopware/storefront/Page/Product/QuickView/MinimalQuickViewPageLoader.php';
  14639.         $a = ($this->services['event_dispatcher'] ?? $this->getEventDispatcherService());
  14640.         $b = ($this->services['Shopware\\Core\\Content\\Product\\SalesChannel\\Detail\\CachedProductDetailRoute'] ?? $this->getCachedProductDetailRouteService());
  14641.         $c = ($this->services['Shopware\\Storefront\\Page\\Product\\Review\\ProductReviewLoader'] ?? $this->getProductReviewLoaderService());
  14642.         $this->services['Shopware\\Storefront\\Controller\\ProductController'] = $instance = new \Shopware\Storefront\Controller\ProductController(new \Shopware\Storefront\Page\Product\ProductPageLoader(($this->privates['Shopware\\Storefront\\Page\\GenericPageLoader'] ?? $this->getGenericPageLoaderService()), $a$b$c, ($this->services['Shopware\\Core\\Content\\Product\\SalesChannel\\CrossSelling\\CachedProductCrossSellingRoute'] ?? $this->getCachedProductCrossSellingRouteService())), ($this->services['Shopware\\Storefront\\Page\\Product\\Configurator\\ProductCombinationFinder'] ?? $this->getProductCombinationFinderService()), ($this->services['Shopware\\Core\\Content\\Product\\SalesChannel\\FindVariant\\FindProductVariantRoute'] ?? $this->getFindProductVariantRouteService()), new \Shopware\Storefront\Page\Product\QuickView\MinimalQuickViewPageLoader($a$b), ($this->services['Shopware\\Core\\Content\\Product\\SalesChannel\\Review\\ProductReviewSaveRoute'] ?? $this->getProductReviewSaveRouteService()), ($this->services['DreiscSeoPro\\Decorator\\Core\\Content\\Seo\\SeoUrlPlaceholderHandlerDecorator'] ?? $this->getSeoUrlPlaceholderHandlerDecoratorService()), $c, ($this->services['Shopware\\Core\\System\\SystemConfig\\SystemConfigService'] ?? $this->getSystemConfigServiceService()));
  14643.         $instance->setContainer($this);
  14644.         $instance->setTwig(($this->services['.container.private.twig'] ?? $this->get_Container_Private_TwigService()));
  14645.         return $instance;
  14646.     }
  14647.     /**
  14648.      * Gets the public 'Shopware\Storefront\Controller\RegisterController' shared service.
  14649.      *
  14650.      * @return \Shopware\Storefront\Controller\RegisterController
  14651.      */
  14652.     protected function getRegisterControllerService()
  14653.     {
  14654.         include_once \dirname(__DIR__4).'/vendor/shopware/storefront/Controller/RegisterController.php';
  14655.         include_once \dirname(__DIR__4).'/vendor/shopware/storefront/Page/Account/CustomerGroupRegistration/AbstractCustomerGroupRegistrationPageLoader.php';
  14656.         include_once \dirname(__DIR__4).'/vendor/shopware/storefront/Page/Account/CustomerGroupRegistration/CustomerGroupRegistrationPageLoader.php';
  14657.         $a = ($this->privates['Shopware\\Storefront\\Page\\Account\\Login\\AccountLoginPageLoader'] ?? $this->getAccountLoginPageLoaderService());
  14658.         $this->services['Shopware\\Storefront\\Controller\\RegisterController'] = $instance = new \Shopware\Storefront\Controller\RegisterController($a, ($this->services['Shopware\\Core\\Checkout\\Customer\\SalesChannel\\RegisterRoute'] ?? $this->getRegisterRouteService()), ($this->services['Shopware\\Core\\Checkout\\Customer\\SalesChannel\\RegisterConfirmRoute'] ?? $this->getRegisterConfirmRouteService()), ($this->services['Shopware\\Core\\Checkout\\Cart\\SalesChannel\\CartService'] ?? $this->getCartServiceService()), ($this->services['Shopware\\Storefront\\Page\\Checkout\\Register\\CheckoutRegisterPageLoader'] ?? $this->getCheckoutRegisterPageLoaderService()), ($this->services['Shopware\\Core\\System\\SystemConfig\\SystemConfigService'] ?? $this->getSystemConfigServiceService()), ($this->services['customer.repository'] ?? $this->getCustomer_RepositoryService()), new \Shopware\Storefront\Page\Account\CustomerGroupRegistration\CustomerGroupRegistrationPageLoader($a, ($this->services['Shopware\\Core\\Checkout\\Customer\\SalesChannel\\CustomerGroupRegistrationSettingsRoute'] ?? $this->getCustomerGroupRegistrationSettingsRouteService()), ($this->services['event_dispatcher'] ?? $this->getEventDispatcherService())), ($this->services['sales_channel_domain.repository'] ?? $this->getSalesChannelDomain_RepositoryService()));
  14659.         $instance->setContainer($this);
  14660.         $instance->setTwig(($this->services['.container.private.twig'] ?? $this->get_Container_Private_TwigService()));
  14661.         return $instance;
  14662.     }
  14663.     /**
  14664.      * Gets the public 'Shopware\Storefront\Controller\ScriptController' shared service.
  14665.      *
  14666.      * @return \Shopware\Storefront\Controller\ScriptController
  14667.      */
  14668.     protected function getScriptControllerService()
  14669.     {
  14670.         include_once \dirname(__DIR__4).'/vendor/shopware/storefront/Controller/ScriptController.php';
  14671.         $this->services['Shopware\\Storefront\\Controller\\ScriptController'] = $instance = new \Shopware\Storefront\Controller\ScriptController(($this->privates['Shopware\\Storefront\\Page\\GenericPageLoader'] ?? $this->getGenericPageLoaderService()), ($this->privates['Shopware\\Core\\Framework\\Script\\Api\\ScriptResponseEncoder'] ?? $this->getScriptResponseEncoderService()));
  14672.         $instance->setContainer($this);
  14673.         $instance->setTwig(($this->services['.container.private.twig'] ?? $this->get_Container_Private_TwigService()));
  14674.         return $instance;
  14675.     }
  14676.     /**
  14677.      * Gets the public 'Shopware\Storefront\Controller\SearchController' shared service.
  14678.      *
  14679.      * @return \Shopware\Storefront\Controller\SearchController
  14680.      */
  14681.     protected function getSearchControllerService()
  14682.     {
  14683.         include_once \dirname(__DIR__4).'/vendor/shopware/storefront/Controller/SearchController.php';
  14684.         include_once \dirname(__DIR__4).'/vendor/shopware/storefront/Page/Suggest/SuggestPageLoader.php';
  14685.         $this->services['Shopware\\Storefront\\Controller\\SearchController'] = $instance = new \Shopware\Storefront\Controller\SearchController(($this->services['Shopware\\Storefront\\Page\\Search\\SearchPageLoader'] ?? $this->getSearchPageLoaderService()), new \Shopware\Storefront\Page\Suggest\SuggestPageLoader(($this->services['event_dispatcher'] ?? $this->getEventDispatcherService()), ($this->services['Shopware\\Core\\Content\\Product\\SalesChannel\\Suggest\\CachedProductSuggestRoute'] ?? $this->getCachedProductSuggestRouteService()), ($this->privates['Shopware\\Storefront\\Page\\GenericPageLoader'] ?? $this->getGenericPageLoaderService())), ($this->services['MoorlFoundation\\Core\\Content\\Product\\SalesChannel\\Search\\FoundationProductSearchRoute'] ?? $this->getFoundationProductSearchRouteService()));
  14686.         $instance->setContainer($this);
  14687.         $instance->setTwig(($this->services['.container.private.twig'] ?? $this->get_Container_Private_TwigService()));
  14688.         return $instance;
  14689.     }
  14690.     /**
  14691.      * Gets the public 'Shopware\Storefront\Controller\SitemapController' shared service.
  14692.      *
  14693.      * @return \Shopware\Storefront\Controller\SitemapController
  14694.      */
  14695.     protected function getSitemapControllerService()
  14696.     {
  14697.         include_once \dirname(__DIR__4).'/vendor/shopware/storefront/Controller/SitemapController.php';
  14698.         include_once \dirname(__DIR__4).'/vendor/shopware/storefront/Page/Sitemap/SitemapPageLoader.php';
  14699.         $this->services['Shopware\\Storefront\\Controller\\SitemapController'] = $instance = new \Shopware\Storefront\Controller\SitemapController(new \Shopware\Storefront\Page\Sitemap\SitemapPageLoader(($this->services['event_dispatcher'] ?? $this->getEventDispatcherService()), ($this->services['Shopware\\Core\\Content\\Sitemap\\SalesChannel\\CachedSitemapRoute'] ?? $this->getCachedSitemapRouteService())));
  14700.         $instance->setContainer($this);
  14701.         $instance->setTwig(($this->services['.container.private.twig'] ?? $this->get_Container_Private_TwigService()));
  14702.         return $instance;
  14703.     }
  14704.     /**
  14705.      * Gets the public 'Shopware\Storefront\Controller\StoreApiProxyController' shared service.
  14706.      *
  14707.      * @return \Shopware\Storefront\Controller\StoreApiProxyController
  14708.      */
  14709.     protected function getStoreApiProxyControllerService()
  14710.     {
  14711.         include_once \dirname(__DIR__4).'/vendor/shopware/storefront/Controller/StoreApiProxyController.php';
  14712.         return $this->services['Shopware\\Storefront\\Controller\\StoreApiProxyController'] = new \Shopware\Storefront\Controller\StoreApiProxyController(($this->services['kernel'] ?? $this->get('kernel'1)), ($this->services['request_stack'] ?? ($this->services['request_stack'] = new \Symfony\Component\HttpFoundation\RequestStack())));
  14713.     }
  14714.     /**
  14715.      * Gets the public 'Shopware\Storefront\Controller\VerificationHashController' shared service.
  14716.      *
  14717.      * @return \Shopware\Storefront\Controller\VerificationHashController
  14718.      */
  14719.     protected function getVerificationHashControllerService()
  14720.     {
  14721.         include_once \dirname(__DIR__4).'/vendor/shopware/storefront/Controller/VerificationHashController.php';
  14722.         $this->services['Shopware\\Storefront\\Controller\\VerificationHashController'] = $instance = new \Shopware\Storefront\Controller\VerificationHashController(($this->services['Shopware\\Core\\System\\SystemConfig\\SystemConfigService'] ?? $this->getSystemConfigServiceService()));
  14723.         $instance->setContainer($this);
  14724.         return $instance;
  14725.     }
  14726.     /**
  14727.      * Gets the public 'Shopware\Storefront\Controller\WellKnownController' shared service.
  14728.      *
  14729.      * @return \Shopware\Storefront\Controller\WellKnownController
  14730.      */
  14731.     protected function getWellKnownControllerService()
  14732.     {
  14733.         include_once \dirname(__DIR__4).'/vendor/shopware/storefront/Controller/WellKnownController.php';
  14734.         $this->services['Shopware\\Storefront\\Controller\\WellKnownController'] = $instance = new \Shopware\Storefront\Controller\WellKnownController();
  14735.         $instance->setContainer($this);
  14736.         return $instance;
  14737.     }
  14738.     /**
  14739.      * Gets the public 'Shopware\Storefront\Controller\WishlistController' shared service.
  14740.      *
  14741.      * @return \Shopware\Storefront\Controller\WishlistController
  14742.      */
  14743.     protected function getWishlistControllerService()
  14744.     {
  14745.         include_once \dirname(__DIR__4).'/vendor/shopware/storefront/Controller/WishlistController.php';
  14746.         include_once \dirname(__DIR__4).'/vendor/shopware/storefront/Page/Wishlist/WishlistPageLoader.php';
  14747.         include_once \dirname(__DIR__4).'/vendor/shopware/storefront/Page/Wishlist/GuestWishlistPageLoader.php';
  14748.         include_once \dirname(__DIR__4).'/vendor/shopware/storefront/Pagelet/Wishlist/GuestWishlistPageletLoader.php';
  14749.         include_once \dirname(__DIR__4).'/vendor/shopware/core/Content/Product/SalesChannel/AbstractProductCloseoutFilterFactory.php';
  14750.         include_once \dirname(__DIR__4).'/vendor/shopware/core/Content/Product/SalesChannel/ProductCloseoutFilterFactory.php';
  14751.         $a = ($this->privates['Shopware\\Storefront\\Page\\GenericPageLoader'] ?? $this->getGenericPageLoaderService());
  14752.         $b = ($this->services['Shopware\\Core\\Checkout\\Customer\\SalesChannel\\LoadWishlistRoute'] ?? $this->getLoadWishlistRouteService());
  14753.         $c = ($this->services['event_dispatcher'] ?? $this->getEventDispatcherService());
  14754.         $this->services['Shopware\\Storefront\\Controller\\WishlistController'] = $instance = new \Shopware\Storefront\Controller\WishlistController(new \Shopware\Storefront\Page\Wishlist\WishlistPageLoader($a$b$c), $b, ($this->services['Shopware\\Core\\Checkout\\Customer\\SalesChannel\\AddWishlistProductRoute'] ?? $this->getAddWishlistProductRouteService()), ($this->services['Shopware\\Core\\Checkout\\Customer\\SalesChannel\\RemoveWishlistProductRoute'] ?? $this->getRemoveWishlistProductRouteService()), ($this->services['Shopware\\Core\\Checkout\\Customer\\SalesChannel\\MergeWishlistProductRoute'] ?? $this->getMergeWishlistProductRouteService()), new \Shopware\Storefront\Page\Wishlist\GuestWishlistPageLoader($a$c), new \Shopware\Storefront\Pagelet\Wishlist\GuestWishlistPageletLoader(($this->services['Shopware\\Core\\Content\\Product\\SalesChannel\\ProductListRoute'] ?? $this->getProductListRouteService()), ($this->services['Shopware\\Core\\System\\SystemConfig\\SystemConfigService'] ?? $this->getSystemConfigServiceService()), $c, ($this->privates['Shopware\\Core\\Content\\Product\\SalesChannel\\ProductCloseoutFilterFactory'] ?? ($this->privates['Shopware\\Core\\Content\\Product\\SalesChannel\\ProductCloseoutFilterFactory'] = new \Shopware\Core\Content\Product\SalesChannel\ProductCloseoutFilterFactory()))), $c);
  14755.         $instance->setContainer($this);
  14756.         $instance->setTwig(($this->services['.container.private.twig'] ?? $this->get_Container_Private_TwigService()));
  14757.         return $instance;
  14758.     }
  14759.     /**
  14760.      * Gets the public 'Shopware\Storefront\Framework\Cache\CacheStore' shared autowired service.
  14761.      *
  14762.      * @return \Shopware\Storefront\Framework\Cache\CacheStore
  14763.      */
  14764.     protected function getCacheStoreService()
  14765.     {
  14766.         include_once \dirname(__DIR__4).'/vendor/symfony/http-kernel/HttpCache/StoreInterface.php';
  14767.         include_once \dirname(__DIR__4).'/vendor/shopware/storefront/Framework/Cache/CacheStore.php';
  14768.         include_once \dirname(__DIR__4).'/vendor/shopware/storefront/Framework/Cache/CacheStateValidatorInterface.php';
  14769.         include_once \dirname(__DIR__4).'/vendor/shopware/storefront/Framework/Cache/CacheStateValidator.php';
  14770.         include_once \dirname(__DIR__4).'/vendor/shopware/storefront/Framework/Cache/AbstractHttpCacheKeyGenerator.php';
  14771.         include_once \dirname(__DIR__4).'/vendor/shopware/storefront/Framework/Cache/HttpCacheKeyGenerator.php';
  14772.         $a = ($this->services['event_dispatcher'] ?? $this->getEventDispatcherService());
  14773.         return $this->services['Shopware\\Storefront\\Framework\\Cache\\CacheStore'] = new \Shopware\Storefront\Framework\Cache\CacheStore(($this->privates['cache.http'] ?? $this->getCache_HttpService()), new \Shopware\Storefront\Framework\Cache\CacheStateValidator($this->parameters['shopware.cache.invalidation.http_cache']), $a, ($this->privates['Shopware\\Storefront\\Framework\\Cache\\CacheTracer'] ?? $this->getCacheTracerService()), new \Shopware\Storefront\Framework\Cache\HttpCacheKeyGenerator('35c9e4fa64367e5a564f83803cfdec08'$a$this->parameters['storefront.http_cache.ignored_url_parameters']), ($this->privates['Shopware\\Storefront\\Framework\\Routing\\MaintenanceModeResolver'] ?? $this->getMaintenanceModeResolverService()), $this->parameters['session.storage.options']);
  14774.     }
  14775.     /**
  14776.      * Gets the public 'Shopware\Storefront\Framework\Csrf\CsrfPlaceholderHandler' shared autowired service.
  14777.      *
  14778.      * @return \Shopware\Storefront\Framework\Csrf\CsrfPlaceholderHandler
  14779.      */
  14780.     protected function getCsrfPlaceholderHandlerService()
  14781.     {
  14782.         return $this->services['Shopware\\Storefront\\Framework\\Csrf\\CsrfPlaceholderHandler'] = new \Shopware\Storefront\Framework\Csrf\CsrfPlaceholderHandler(($this->services['.container.private.security.csrf.token_manager'] ?? $this->get_Container_Private_Security_Csrf_TokenManagerService()), true'twig', ($this->services['request_stack'] ?? ($this->services['request_stack'] = new \Symfony\Component\HttpFoundation\RequestStack())), ($this->privates['session.storage.factory.native'] ?? $this->getSession_Storage_Factory_NativeService()));
  14783.     }
  14784.     /**
  14785.      * Gets the public 'Shopware\Storefront\Framework\Media\StorefrontMediaValidatorRegistry' shared autowired service.
  14786.      *
  14787.      * @return \Shopware\Storefront\Framework\Media\StorefrontMediaValidatorRegistry
  14788.      */
  14789.     protected function getStorefrontMediaValidatorRegistryService()
  14790.     {
  14791.         include_once \dirname(__DIR__4).'/vendor/shopware/storefront/Framework/Media/StorefrontMediaValidatorRegistry.php';
  14792.         return $this->services['Shopware\\Storefront\\Framework\\Media\\StorefrontMediaValidatorRegistry'] = new \Shopware\Storefront\Framework\Media\StorefrontMediaValidatorRegistry(new RewindableGenerator(function () {
  14793.             yield => ($this->privates['Shopware\\Storefront\\Framework\\Media\\Validator\\StorefrontMediaImageValidator'] ?? ($this->privates['Shopware\\Storefront\\Framework\\Media\\Validator\\StorefrontMediaImageValidator'] = new \Shopware\Storefront\Framework\Media\Validator\StorefrontMediaImageValidator()));
  14794.             yield => ($this->privates['Shopware\\Storefront\\Framework\\Media\\Validator\\StorefrontMediaDocumentValidator'] ?? ($this->privates['Shopware\\Storefront\\Framework\\Media\\Validator\\StorefrontMediaDocumentValidator'] = new \Shopware\Storefront\Framework\Media\Validator\StorefrontMediaDocumentValidator()));
  14795.         }, 2));
  14796.     }
  14797.     /**
  14798.      * Gets the public 'Shopware\Storefront\Page\Checkout\Register\CheckoutRegisterPageLoader' shared autowired service.
  14799.      *
  14800.      * @return \Shopware\Storefront\Page\Checkout\Register\CheckoutRegisterPageLoader
  14801.      */
  14802.     protected function getCheckoutRegisterPageLoaderService()
  14803.     {
  14804.         include_once \dirname(__DIR__4).'/vendor/shopware/storefront/Page/Checkout/Register/CheckoutRegisterPageLoader.php';
  14805.         return $this->services['Shopware\\Storefront\\Page\\Checkout\\Register\\CheckoutRegisterPageLoader'] = new \Shopware\Storefront\Page\Checkout\Register\CheckoutRegisterPageLoader(($this->privates['Shopware\\Storefront\\Page\\GenericPageLoader'] ?? $this->getGenericPageLoaderService()), ($this->services['Shopware\\Core\\Checkout\\Customer\\SalesChannel\\ListAddressRoute'] ?? $this->getListAddressRouteService()), ($this->services['event_dispatcher'] ?? $this->getEventDispatcherService()), ($this->services['Shopware\\Core\\Checkout\\Cart\\SalesChannel\\CartService'] ?? $this->getCartServiceService()), ($this->services['Shopware\\Core\\System\\Salutation\\SalesChannel\\CachedSalutationRoute'] ?? $this->getCachedSalutationRouteService()), ($this->services['Shopware\\Core\\System\\Country\\SalesChannel\\CachedCountryRoute'] ?? $this->getCachedCountryRouteService()));
  14806.     }
  14807.     /**
  14808.      * Gets the public 'Shopware\Storefront\Page\Product\Configurator\ProductCombinationFinder' shared autowired service.
  14809.      *
  14810.      * @return \Shopware\Storefront\Page\Product\Configurator\ProductCombinationFinder
  14811.      */
  14812.     protected function getProductCombinationFinderService()
  14813.     {
  14814.         include_once \dirname(__DIR__4).'/vendor/shopware/storefront/Page/Product/Configurator/ProductCombinationFinder.php';
  14815.         return $this->services['Shopware\\Storefront\\Page\\Product\\Configurator\\ProductCombinationFinder'] = new \Shopware\Storefront\Page\Product\Configurator\ProductCombinationFinder(($this->services['Shopware\\Core\\Content\\Product\\SalesChannel\\FindVariant\\FindProductVariantRoute'] ?? $this->getFindProductVariantRouteService()));
  14816.     }
  14817.     /**
  14818.      * Gets the public 'Shopware\Storefront\Page\Product\Review\ProductReviewLoader' shared service.
  14819.      *
  14820.      * @return \Shopware\Storefront\Page\Product\Review\ProductReviewLoader
  14821.      */
  14822.     protected function getProductReviewLoaderService()
  14823.     {
  14824.         include_once \dirname(__DIR__4).'/vendor/shopware/storefront/Page/Product/Review/ProductReviewLoader.php';
  14825.         $a = ($this->services['Shopware\\Core\\Content\\Product\\SalesChannel\\Review\\CachedProductReviewRoute'] ?? $this->getCachedProductReviewRouteService());
  14826.         if (isset($this->services['Shopware\\Storefront\\Page\\Product\\Review\\ProductReviewLoader'])) {
  14827.             return $this->services['Shopware\\Storefront\\Page\\Product\\Review\\ProductReviewLoader'];
  14828.         }
  14829.         $b = ($this->services['event_dispatcher'] ?? $this->getEventDispatcherService());
  14830.         if (isset($this->services['Shopware\\Storefront\\Page\\Product\\Review\\ProductReviewLoader'])) {
  14831.             return $this->services['Shopware\\Storefront\\Page\\Product\\Review\\ProductReviewLoader'];
  14832.         }
  14833.         return $this->services['Shopware\\Storefront\\Page\\Product\\Review\\ProductReviewLoader'] = new \Shopware\Storefront\Page\Product\Review\ProductReviewLoader($a$b);
  14834.     }
  14835.     /**
  14836.      * Gets the public 'Shopware\Storefront\Page\Search\SearchPageLoader' shared autowired service.
  14837.      *
  14838.      * @return \Shopware\Storefront\Page\Search\SearchPageLoader
  14839.      */
  14840.     protected function getSearchPageLoaderService()
  14841.     {
  14842.         include_once \dirname(__DIR__4).'/vendor/shopware/storefront/Page/Search/SearchPageLoader.php';
  14843.         return $this->services['Shopware\\Storefront\\Page\\Search\\SearchPageLoader'] = new \Shopware\Storefront\Page\Search\SearchPageLoader(($this->privates['Shopware\\Storefront\\Page\\GenericPageLoader'] ?? $this->getGenericPageLoaderService()), ($this->services['MoorlFoundation\\Core\\Content\\Product\\SalesChannel\\Search\\FoundationProductSearchRoute'] ?? $this->getFoundationProductSearchRouteService()), ($this->services['event_dispatcher'] ?? $this->getEventDispatcherService()));
  14844.     }
  14845.     /**
  14846.      * Gets the public 'Shopware\Storefront\Theme\Aggregate\ThemeChildDefinition' shared service.
  14847.      *
  14848.      * @return \Shopware\Storefront\Theme\Aggregate\ThemeChildDefinition
  14849.      */
  14850.     protected function getThemeChildDefinitionService()
  14851.     {
  14852.         include_once \dirname(__DIR__4).'/vendor/shopware/storefront/Theme/Aggregate/ThemeChildDefinition.php';
  14853.         $this->services['Shopware\\Storefront\\Theme\\Aggregate\\ThemeChildDefinition'] = $instance = new \Shopware\Storefront\Theme\Aggregate\ThemeChildDefinition();
  14854.         $instance->compile(($this->services['Shopware\\Core\\Framework\\DataAbstractionLayer\\DefinitionInstanceRegistry'] ?? $this->getDefinitionInstanceRegistryService()));
  14855.         return $instance;
  14856.     }
  14857.     /**
  14858.      * Gets the public 'Shopware\Storefront\Theme\Aggregate\ThemeMediaDefinition' shared service.
  14859.      *
  14860.      * @return \Shopware\Storefront\Theme\Aggregate\ThemeMediaDefinition
  14861.      */
  14862.     protected function getThemeMediaDefinitionService()
  14863.     {
  14864.         include_once \dirname(__DIR__4).'/vendor/shopware/storefront/Theme/Aggregate/ThemeMediaDefinition.php';
  14865.         $this->services['Shopware\\Storefront\\Theme\\Aggregate\\ThemeMediaDefinition'] = $instance = new \Shopware\Storefront\Theme\Aggregate\ThemeMediaDefinition();
  14866.         $instance->compile(($this->services['Shopware\\Core\\Framework\\DataAbstractionLayer\\DefinitionInstanceRegistry'] ?? $this->getDefinitionInstanceRegistryService()));
  14867.         return $instance;
  14868.     }
  14869.     /**
  14870.      * Gets the public 'Shopware\Storefront\Theme\Aggregate\ThemeSalesChannelDefinition' shared service.
  14871.      *
  14872.      * @return \Shopware\Storefront\Theme\Aggregate\ThemeSalesChannelDefinition
  14873.      */
  14874.     protected function getThemeSalesChannelDefinitionService()
  14875.     {
  14876.         $this->services['Shopware\\Storefront\\Theme\\Aggregate\\ThemeSalesChannelDefinition'] = $instance = new \Shopware\Storefront\Theme\Aggregate\ThemeSalesChannelDefinition();
  14877.         $instance->compile(($this->services['Shopware\\Core\\Framework\\DataAbstractionLayer\\DefinitionInstanceRegistry'] ?? $this->getDefinitionInstanceRegistryService()));
  14878.         return $instance;
  14879.     }
  14880.     /**
  14881.      * Gets the public 'Shopware\Storefront\Theme\Aggregate\ThemeTranslationDefinition' shared service.
  14882.      *
  14883.      * @return \Shopware\Storefront\Theme\Aggregate\ThemeTranslationDefinition
  14884.      */
  14885.     protected function getThemeTranslationDefinitionService()
  14886.     {
  14887.         include_once \dirname(__DIR__4).'/vendor/shopware/core/Framework/DataAbstractionLayer/EntityTranslationDefinition.php';
  14888.         include_once \dirname(__DIR__4).'/vendor/shopware/storefront/Theme/Aggregate/ThemeTranslationDefinition.php';
  14889.         $this->services['Shopware\\Storefront\\Theme\\Aggregate\\ThemeTranslationDefinition'] = $instance = new \Shopware\Storefront\Theme\Aggregate\ThemeTranslationDefinition();
  14890.         $instance->compile(($this->services['Shopware\\Core\\Framework\\DataAbstractionLayer\\DefinitionInstanceRegistry'] ?? $this->getDefinitionInstanceRegistryService()));
  14891.         return $instance;
  14892.     }
  14893.     /**
  14894.      * Gets the public 'Shopware\Storefront\Theme\Controller\ThemeController' shared service.
  14895.      *
  14896.      * @return \Shopware\Storefront\Theme\Controller\ThemeController
  14897.      */
  14898.     protected function getThemeControllerService()
  14899.     {
  14900.         include_once \dirname(__DIR__4).'/vendor/shopware/storefront/Theme/Controller/ThemeController.php';
  14901.         $this->services['Shopware\\Storefront\\Theme\\Controller\\ThemeController'] = $instance = new \Shopware\Storefront\Theme\Controller\ThemeController(($this->privates['Shopware\\Storefront\\Theme\\ThemeService'] ?? $this->getThemeServiceService()));
  14902.         $instance->setContainer($this);
  14903.         return $instance;
  14904.     }
  14905.     /**
  14906.      * Gets the public 'Shopware\Storefront\Theme\SalesChannelThemeLoader' shared service.
  14907.      *
  14908.      * @return \Shopware\Storefront\Theme\SalesChannelThemeLoader
  14909.      */
  14910.     protected function getSalesChannelThemeLoaderService()
  14911.     {
  14912.         return $this->services['Shopware\\Storefront\\Theme\\SalesChannelThemeLoader'] = new \Shopware\Storefront\Theme\SalesChannelThemeLoader(($this->services['Doctrine\\DBAL\\Connection'] ?? $this->getConnectionService()));
  14913.     }
  14914.     /**
  14915.      * Gets the public 'Shopware\Storefront\Theme\StorefrontPluginRegistry' shared service.
  14916.      *
  14917.      * @return \Shopware\Storefront\Theme\StorefrontPluginRegistry
  14918.      */
  14919.     protected function getStorefrontPluginRegistryService()
  14920.     {
  14921.         return $this->services['Shopware\\Storefront\\Theme\\StorefrontPluginRegistry'] = new \Shopware\Storefront\Theme\StorefrontPluginRegistry(($this->services['kernel'] ?? $this->get('kernel'1)), ($this->privates['Shopware\\Storefront\\Theme\\StorefrontPluginConfiguration\\StorefrontPluginConfigurationFactory'] ?? ($this->privates['Shopware\\Storefront\\Theme\\StorefrontPluginConfiguration\\StorefrontPluginConfigurationFactory'] = new \Shopware\Storefront\Theme\StorefrontPluginConfiguration\StorefrontPluginConfigurationFactory(\dirname(__DIR__4)))), ($this->privates['Shopware\\Core\\Framework\\App\\ActiveAppsLoader'] ?? $this->getActiveAppsLoaderService()));
  14922.     }
  14923.     /**
  14924.      * Gets the public 'Shopware\Storefront\Theme\ThemeDefinition' shared service.
  14925.      *
  14926.      * @return \Shopware\Storefront\Theme\ThemeDefinition
  14927.      */
  14928.     protected function getThemeDefinitionService()
  14929.     {
  14930.         $this->services['Shopware\\Storefront\\Theme\\ThemeDefinition'] = $instance = new \Shopware\Storefront\Theme\ThemeDefinition();
  14931.         $instance->compile(($this->services['Shopware\\Core\\Framework\\DataAbstractionLayer\\DefinitionInstanceRegistry'] ?? $this->getDefinitionInstanceRegistryService()));
  14932.         return $instance;
  14933.     }
  14934.     /**
  14935.      * Gets the public 'StudioSolid\AdvancedSliderElements\SolidAdvancedSliderElements' shared autowired service.
  14936.      *
  14937.      * @return \StudioSolid\AdvancedSliderElements\SolidAdvancedSliderElements
  14938.      */
  14939.     protected function getSolidAdvancedSliderElementsService()
  14940.     {
  14941.         include_once \dirname(__DIR__4).'/vendor/symfony/dependency-injection/ContainerAwareInterface.php';
  14942.         include_once \dirname(__DIR__4).'/vendor/symfony/http-kernel/Bundle/BundleInterface.php';
  14943.         include_once \dirname(__DIR__4).'/vendor/symfony/dependency-injection/ContainerAwareTrait.php';
  14944.         include_once \dirname(__DIR__4).'/vendor/symfony/http-kernel/Bundle/Bundle.php';
  14945.         include_once \dirname(__DIR__4).'/vendor/shopware/core/Framework/Bundle.php';
  14946.         include_once \dirname(__DIR__4).'/vendor/shopware/core/Framework/Plugin.php';
  14947.         include_once \dirname(__DIR__4).'/vendor/store.shopware.com/solidadvancedsliderelements/src/SolidAdvancedSliderElements.php';
  14948.         return $this->services['StudioSolid\\AdvancedSliderElements\\SolidAdvancedSliderElements'] = ($this->services['Shopware\\Core\\Framework\\Plugin\\KernelPluginLoader\\KernelPluginLoader'] ?? $this->getKernelPluginLoaderService())->getPluginInstance('StudioSolid\\AdvancedSliderElements\\SolidAdvancedSliderElements');
  14949.     }
  14950.     /**
  14951.      * Gets the public 'SwagExtensionStore\Controller\DataController' shared service.
  14952.      *
  14953.      * @return \SwagExtensionStore\Controller\DataController
  14954.      */
  14955.     protected function getDataControllerService()
  14956.     {
  14957.         include_once \dirname(__DIR__4).'/vendor/store.shopware.com/swagextensionstore/src/Controller/DataController.php';
  14958.         include_once \dirname(__DIR__4).'/vendor/store.shopware.com/swagextensionstore/src/Services/StoreDataProvider.php';
  14959.         return $this->services['SwagExtensionStore\\Controller\\DataController'] = new \SwagExtensionStore\Controller\DataController(new \SwagExtensionStore\Services\StoreDataProvider(($this->privates['SwagExtensionStore\\Services\\StoreClient'] ?? $this->getStoreClient2Service()), ($this->privates['Shopware\\Core\\Framework\\Store\\Services\\ExtensionLoader'] ?? $this->getExtensionLoaderService())));
  14960.     }
  14961.     /**
  14962.      * Gets the public 'SwagExtensionStore\Controller\LicenseController' shared service.
  14963.      *
  14964.      * @return \SwagExtensionStore\Controller\LicenseController
  14965.      */
  14966.     protected function getLicenseControllerService()
  14967.     {
  14968.         include_once \dirname(__DIR__4).'/vendor/store.shopware.com/swagextensionstore/src/Controller/LicenseController.php';
  14969.         include_once \dirname(__DIR__4).'/vendor/store.shopware.com/swagextensionstore/src/Services/LicenseService.php';
  14970.         return $this->services['SwagExtensionStore\\Controller\\LicenseController'] = new \SwagExtensionStore\Controller\LicenseController(new \SwagExtensionStore\Services\LicenseService(($this->privates['SwagExtensionStore\\Services\\StoreClient'] ?? $this->getStoreClient2Service())));
  14971.     }
  14972.     /**
  14973.      * Gets the public 'SwagExtensionStore\SwagExtensionStore' shared autowired service.
  14974.      *
  14975.      * @return \SwagExtensionStore\SwagExtensionStore
  14976.      */
  14977.     protected function getSwagExtensionStoreService()
  14978.     {
  14979.         include_once \dirname(__DIR__4).'/vendor/symfony/dependency-injection/ContainerAwareInterface.php';
  14980.         include_once \dirname(__DIR__4).'/vendor/symfony/http-kernel/Bundle/BundleInterface.php';
  14981.         include_once \dirname(__DIR__4).'/vendor/symfony/dependency-injection/ContainerAwareTrait.php';
  14982.         include_once \dirname(__DIR__4).'/vendor/symfony/http-kernel/Bundle/Bundle.php';
  14983.         include_once \dirname(__DIR__4).'/vendor/shopware/core/Framework/Bundle.php';
  14984.         include_once \dirname(__DIR__4).'/vendor/shopware/core/Framework/Plugin.php';
  14985.         include_once \dirname(__DIR__4).'/vendor/store.shopware.com/swagextensionstore/src/SwagExtensionStore.php';
  14986.         return $this->services['SwagExtensionStore\\SwagExtensionStore'] = ($this->services['Shopware\\Core\\Framework\\Plugin\\KernelPluginLoader\\KernelPluginLoader'] ?? $this->getKernelPluginLoaderService())->getPluginInstance('SwagExtensionStore\\SwagExtensionStore');
  14987.     }
  14988.     /**
  14989.      * Gets the public 'SwagMigrationAssistant\Controller\DataProviderController' shared service.
  14990.      *
  14991.      * @return \SwagMigrationAssistant\Controller\DataProviderController
  14992.      */
  14993.     protected function getDataProviderControllerService()
  14994.     {
  14995.         include_once \dirname(__DIR__4).'/vendor/store.shopware.com/swagmigrationassistant/Controller/DataProviderController.php';
  14996.         include_once \dirname(__DIR__4).'/vendor/store.shopware.com/swagmigrationassistant/DataProvider/Provider/ProviderRegistryInterface.php';
  14997.         include_once \dirname(__DIR__4).'/vendor/store.shopware.com/swagmigrationassistant/DataProvider/Provider/ProviderRegistry.php';
  14998.         include_once \dirname(__DIR__4).'/vendor/store.shopware.com/swagmigrationassistant/DataProvider/Service/EnvironmentServiceInterface.php';
  14999.         include_once \dirname(__DIR__4).'/vendor/store.shopware.com/swagmigrationassistant/DataProvider/Service/EnvironmentService.php';
  15000.         include_once \dirname(__DIR__4).'/vendor/store.shopware.com/swagmigrationassistant/DataProvider/Provider/GenerateDocumentProvider.php';
  15001.         return $this->services['SwagMigrationAssistant\\Controller\\DataProviderController'] = new \SwagMigrationAssistant\Controller\DataProviderController(new \SwagMigrationAssistant\DataProvider\Provider\ProviderRegistry(new RewindableGenerator(function () {
  15002.             yield => ($this->privates['SwagMigrationAssistant\\DataProvider\\Provider\\Data\\ProductManufacturerProvider'] ?? $this->getProductManufacturerProviderService());
  15003.             yield => ($this->privates['SwagMigrationAssistant\\DataProvider\\Provider\\Data\\LanguageProvider'] ?? $this->getLanguageProviderService());
  15004.             yield => ($this->privates['SwagMigrationAssistant\\DataProvider\\Provider\\Data\\CategoryProvider'] ?? $this->getCategoryProviderService());
  15005.             yield => ($this->privates['SwagMigrationAssistant\\DataProvider\\Provider\\Data\\CategoryAssociationProvider'] ?? $this->getCategoryAssociationProviderService());
  15006.             yield => ($this->privates['SwagMigrationAssistant\\DataProvider\\Provider\\Data\\CategoryCmsPageAssociationProvider'] ?? $this->getCategoryCmsPageAssociationProviderService());
  15007.             yield => ($this->privates['SwagMigrationAssistant\\DataProvider\\Provider\\Data\\CurrencyProvider'] ?? $this->getCurrencyProviderService());
  15008.             yield => ($this->privates['SwagMigrationAssistant\\DataProvider\\Provider\\Data\\MediaFolderProvider'] ?? $this->getMediaFolderProviderService());
  15009.             yield => ($this->privates['SwagMigrationAssistant\\DataProvider\\Provider\\Data\\MediaFolderInheritanceProvider'] ?? $this->getMediaFolderInheritanceProviderService());
  15010.             yield => ($this->privates['SwagMigrationAssistant\\DataProvider\\Provider\\Data\\DeliveryTimeProvider'] ?? $this->getDeliveryTimeProviderService());
  15011.             yield => ($this->privates['SwagMigrationAssistant\\DataProvider\\Provider\\Data\\ProductProvider'] ?? $this->getProductProviderService());
  15012.             yield 10 => ($this->privates['SwagMigrationAssistant\\DataProvider\\Provider\\Data\\ProductMainVariantRelationProvider'] ?? $this->getProductMainVariantRelationProviderService());
  15013.             yield 11 => ($this->privates['SwagMigrationAssistant\\DataProvider\\Provider\\Data\\TaxProvider'] ?? $this->getTaxProviderService());
  15014.             yield 12 => ($this->privates['SwagMigrationAssistant\\DataProvider\\Provider\\Data\\TaxRuleProvider'] ?? $this->getTaxRuleProviderService());
  15015.             yield 13 => ($this->privates['SwagMigrationAssistant\\DataProvider\\Provider\\Data\\PropertyGroupProvider'] ?? $this->getPropertyGroupProviderService());
  15016.             yield 14 => ($this->privates['SwagMigrationAssistant\\DataProvider\\Provider\\Data\\UnitProvider'] ?? $this->getUnitProviderService());
  15017.             yield 15 => ($this->privates['SwagMigrationAssistant\\DataProvider\\Provider\\Data\\RuleProvider'] ?? $this->getRuleProviderService());
  15018.             yield 16 => ($this->privates['SwagMigrationAssistant\\DataProvider\\Provider\\Data\\CountryProvider'] ?? $this->getCountryProviderService());
  15019.             yield 17 => ($this->privates['SwagMigrationAssistant\\DataProvider\\Provider\\Data\\CountryStateProvider'] ?? $this->getCountryStateProviderService());
  15020.             yield 18 => ($this->privates['SwagMigrationAssistant\\DataProvider\\Provider\\Data\\SalesChannelProvider'] ?? $this->getSalesChannelProviderService());
  15021.             yield 19 => ($this->privates['SwagMigrationAssistant\\DataProvider\\Provider\\Data\\SalesChannelDomainProvider'] ?? $this->getSalesChannelDomainProviderService());
  15022.             yield 20 => ($this->privates['SwagMigrationAssistant\\DataProvider\\Provider\\Data\\SalutationProvider'] ?? $this->getSalutationProviderService());
  15023.             yield 21 => ($this->privates['SwagMigrationAssistant\\DataProvider\\Provider\\Data\\ShippingMethodProvider'] ?? $this->getShippingMethodProviderService());
  15024.             yield 22 => ($this->privates['SwagMigrationAssistant\\DataProvider\\Provider\\Data\\CustomerGroupProvider'] ?? $this->getCustomerGroupProviderService());
  15025.             yield 23 => ($this->privates['SwagMigrationAssistant\\DataProvider\\Provider\\Data\\CustomFieldSetProvider'] ?? $this->getCustomFieldSetProviderService());
  15026.             yield 24 => ($this->privates['SwagMigrationAssistant\\DataProvider\\Provider\\Data\\NumberRangeProvider'] ?? $this->getNumberRangeProviderService());
  15027.             yield 25 => ($this->privates['SwagMigrationAssistant\\DataProvider\\Provider\\Data\\SnippetProvider'] ?? $this->getSnippetProviderService());
  15028.             yield 26 => ($this->privates['SwagMigrationAssistant\\DataProvider\\Provider\\Data\\SnippetSetProvider'] ?? $this->getSnippetSetProviderService());
  15029.             yield 27 => ($this->privates['SwagMigrationAssistant\\DataProvider\\Provider\\Data\\MailTemplateProvider'] ?? $this->getMailTemplateProviderService());
  15030.             yield 28 => ($this->privates['SwagMigrationAssistant\\DataProvider\\Provider\\Data\\ProductFeatureSetProvider'] ?? $this->getProductFeatureSetProviderService());
  15031.             yield 29 => ($this->privates['SwagMigrationAssistant\\DataProvider\\Provider\\Data\\PaymentMethodProvider'] ?? $this->getPaymentMethodProviderService());
  15032.             yield 30 => ($this->privates['SwagMigrationAssistant\\DataProvider\\Provider\\Data\\OrderProvider'] ?? $this->getOrderProviderService());
  15033.             yield 31 => ($this->privates['SwagMigrationAssistant\\DataProvider\\Provider\\Data\\MediaProvider'] ?? $this->getMediaProviderService());
  15034.             yield 32 => ($this->privates['SwagMigrationAssistant\\DataProvider\\Provider\\Data\\SeoUrlTemplateProvider'] ?? $this->getSeoUrlTemplateProviderService());
  15035.             yield 33 => ($this->privates['SwagMigrationAssistant\\DataProvider\\Provider\\Data\\SeoUrlProvider'] ?? $this->getSeoUrlProviderService());
  15036.             yield 34 => ($this->privates['SwagMigrationAssistant\\DataProvider\\Provider\\Data\\NewsletterRecipientProvider'] ?? $this->getNewsletterRecipientProviderService());
  15037.             yield 35 => ($this->privates['SwagMigrationAssistant\\DataProvider\\Provider\\Data\\CustomerProvider'] ?? $this->getCustomerProviderService());
  15038.             yield 36 => ($this->privates['SwagMigrationAssistant\\DataProvider\\Provider\\Data\\CustomerWishlistProvider'] ?? $this->getCustomerWishlistProviderService());
  15039.             yield 37 => ($this->privates['SwagMigrationAssistant\\DataProvider\\Provider\\Data\\SystemConfigProvider'] ?? $this->getSystemConfigProviderService());
  15040.             yield 38 => ($this->privates['SwagMigrationAssistant\\DataProvider\\Provider\\Data\\PageSystemConfigProvider'] ?? $this->getPageSystemConfigProviderService());
  15041.             yield 39 => ($this->privates['SwagMigrationAssistant\\DataProvider\\Provider\\Data\\ProductSortingProvider'] ?? $this->getProductSortingProviderService());
  15042.             yield 40 => ($this->privates['SwagMigrationAssistant\\DataProvider\\Provider\\Data\\CmsPageProvider'] ?? $this->getCmsPageProviderService());
  15043.             yield 41 => ($this->privates['SwagMigrationAssistant\\DataProvider\\Provider\\Data\\ProductStreamProvider'] ?? $this->getProductStreamProviderService());
  15044.             yield 42 => ($this->privates['SwagMigrationAssistant\\DataProvider\\Provider\\Data\\ProductStreamFilterInheritanceProvider'] ?? $this->getProductStreamFilterInheritanceProviderService());
  15045.             yield 43 => ($this->privates['SwagMigrationAssistant\\DataProvider\\Provider\\Data\\CrossSellingProvider'] ?? $this->getCrossSellingProviderService());
  15046.             yield 44 => ($this->privates['SwagMigrationAssistant\\DataProvider\\Provider\\Data\\ProductReviewProvider'] ?? $this->getProductReviewProviderService());
  15047.             yield 45 => ($this->privates['SwagMigrationAssistant\\DataProvider\\Provider\\Data\\DocumentProvider'] ?? $this->getDocumentProviderService());
  15048.             yield 46 => ($this->privates['SwagMigrationAssistant\\DataProvider\\Provider\\Data\\DocumentInheritanceProvider'] ?? $this->getDocumentInheritanceProviderService());
  15049.             yield 47 => ($this->privates['SwagMigrationAssistant\\DataProvider\\Provider\\Data\\DocumentBaseConfigProvider'] ?? $this->getDocumentBaseConfigProviderService());
  15050.             yield 48 => ($this->privates['SwagMigrationAssistant\\DataProvider\\Provider\\Data\\PromotionProvider'] ?? $this->getPromotionProviderService());
  15051.         }, 49)), new \SwagMigrationAssistant\DataProvider\Service\EnvironmentService(($this->services['currency.repository'] ?? $this->getCurrency_RepositoryService()), ($this->services['language.repository'] ?? $this->getLanguage_RepositoryService()), '6.4.20.0''d5bd15a56b0f08e867f273d2c624871534195850'), new \SwagMigrationAssistant\DataProvider\Provider\GenerateDocumentProvider(($this->services['document.repository'] ?? $this->getDocument_RepositoryService()), ($this->services['order.repository'] ?? $this->getOrder_RepositoryService()), ($this->privates['Shopware\\Core\\Checkout\\Document\\FileGenerator\\FileGeneratorRegistry'] ?? $this->getFileGeneratorRegistryService()), ($this->privates['Shopware\\Core\\Checkout\\Document\\DocumentGenerator\\DocumentGeneratorRegistry'] ?? $this->getDocumentGeneratorRegistryService())));
  15052.     }
  15053.     /**
  15054.      * Gets the public 'SwagMigrationAssistant\Controller\HistoryController' shared service.
  15055.      *
  15056.      * @return \SwagMigrationAssistant\Controller\HistoryController
  15057.      */
  15058.     protected function getHistoryControllerService()
  15059.     {
  15060.         include_once \dirname(__DIR__4).'/vendor/store.shopware.com/swagmigrationassistant/Controller/HistoryController.php';
  15061.         include_once \dirname(__DIR__4).'/vendor/store.shopware.com/swagmigrationassistant/Migration/History/HistoryServiceInterface.php';
  15062.         include_once \dirname(__DIR__4).'/vendor/store.shopware.com/swagmigrationassistant/Migration/History/HistoryService.php';
  15063.         $this->services['SwagMigrationAssistant\\Controller\\HistoryController'] = $instance = new \SwagMigrationAssistant\Controller\HistoryController(new \SwagMigrationAssistant\Migration\History\HistoryService(($this->services['swag_migration_logging.repository'] ?? $this->getSwagMigrationLogging_RepositoryService()), ($this->services['swag_migration_run.repository'] ?? $this->getSwagMigrationRun_RepositoryService()), ($this->services['Doctrine\\DBAL\\Connection'] ?? $this->getConnectionService())));
  15064.         $instance->setContainer($this);
  15065.         return $instance;
  15066.     }
  15067.     /**
  15068.      * Gets the public 'SwagMigrationAssistant\Controller\MigrationController' shared service.
  15069.      *
  15070.      * @return \SwagMigrationAssistant\Controller\MigrationController
  15071.      */
  15072.     protected function getMigrationController2Service()
  15073.     {
  15074.         include_once \dirname(__DIR__4).'/vendor/store.shopware.com/swagmigrationassistant/Controller/MigrationController.php';
  15075.         include_once \dirname(__DIR__4).'/vendor/store.shopware.com/swagmigrationassistant/Migration/Service/EntityPartialIndexerService.php';
  15076.         $this->services['SwagMigrationAssistant\\Controller\\MigrationController'] = $instance = new \SwagMigrationAssistant\Controller\MigrationController(($this->services['SwagMigrationAssistant\\Migration\\Service\\MigrationDataFetcher'] ?? $this->getMigrationDataFetcherService()), ($this->services['SwagMigrationAssistant\\Migration\\Service\\MigrationDataConverter'] ?? $this->getMigrationDataConverterService()), ($this->services['SwagMigrationAssistant\\Migration\\Service\\MigrationDataWriter'] ?? $this->getMigrationDataWriterService()), ($this->services['SwagMigrationAssistant\\Migration\\Service\\MediaFileProcessorService'] ?? $this->getMediaFileProcessorServiceService()), ($this->privates['SwagMigrationAssistant\\Migration\\Service\\SwagMigrationAccessTokenService'] ?? $this->getSwagMigrationAccessTokenServiceService()), ($this->privates['SwagMigrationAssistant\\Migration\\Run\\RunService'] ?? $this->getRunServiceService()), ($this->services['swag_migration_run.repository'] ?? $this->getSwagMigrationRun_RepositoryService()), ($this->privates['SwagMigrationAssistant\\Migration\\MigrationContextFactory'] ?? $this->getMigrationContextFactoryService()), new \SwagMigrationAssistant\Migration\Service\EntityPartialIndexerService(new RewindableGenerator(function () {
  15077.             yield => ($this->privates['Shopware\\Core\\Content\\LandingPage\\DataAbstractionLayer\\LandingPageIndexer'] ?? $this->getLandingPageIndexerService());
  15078.             yield => ($this->services['DreiscSeoPro\\Core\\Content\\Category\\CategoryIndexer'] ?? $this->getCategoryIndexerService());
  15079.             yield => ($this->services['DreiscSeoPro\\Core\\Content\\Product\\ProductIndexer'] ?? $this->getProductIndexerService());
  15080.             yield => ($this->privates['Shopware\\Core\\Content\\Product\\DataAbstractionLayer\\ProductIndexer'] ?? $this->getProductIndexer2Service());
  15081.             yield => ($this->privates['SwagMigrationAssistant\\Migration\\MessageQueue\\OrderCountIndexer'] ?? $this->getOrderCountIndexerService());
  15082.             yield => ($this->privates['Pixel\\LexikonSW6\\Entities\\Items\\DataAbstractionLayer\\LexikonItemsIndexer'] ?? $this->getLexikonItemsIndexerService());
  15083.             yield => ($this->privates['Pixel\\LexikonSW6\\Entities\\Categories\\DataAbstractionLayer\\LexikonCategoriesIndexer'] ?? $this->getLexikonCategoriesIndexerService());
  15084.             yield => ($this->privates['Shopware\\Core\\System\\SalesChannel\\DataAbstractionLayer\\SalesChannelIndexer'] ?? $this->getSalesChannelIndexerService());
  15085.             yield => ($this->privates['Shopware\\Core\\Content\\Category\\DataAbstractionLayer\\CategoryIndexer'] ?? $this->getCategoryIndexer2Service());
  15086.             yield => ($this->privates['Shopware\\Core\\Content\\Media\\DataAbstractionLayer\\MediaIndexer'] ?? $this->getMediaIndexerService());
  15087.             yield 10 => ($this->privates['Shopware\\Core\\Content\\Media\\DataAbstractionLayer\\MediaFolderConfigurationIndexer'] ?? $this->getMediaFolderConfigurationIndexerService());
  15088.             yield 11 => ($this->privates['Shopware\\Core\\Content\\Media\\DataAbstractionLayer\\MediaFolderIndexer'] ?? $this->getMediaFolderIndexerService());
  15089.             yield 12 => ($this->privates['Shopware\\Core\\Content\\Product\\DataAbstractionLayer\\ProductStreamUpdater'] ?? $this->getProductStreamUpdaterService());
  15090.             yield 13 => ($this->privates['Shopware\\Core\\Content\\Newsletter\\DataAbstractionLayer\\NewsletterRecipientIndexer'] ?? $this->getNewsletterRecipientIndexerService());
  15091.             yield 14 => ($this->privates['Shopware\\Core\\Content\\Rule\\DataAbstractionLayer\\RuleIndexer'] ?? $this->getRuleIndexerService());
  15092.             yield 15 => ($this->privates['Shopware\\Core\\Content\\ProductStream\\DataAbstractionLayer\\ProductStreamIndexer'] ?? $this->getProductStreamIndexerService());
  15093.             yield 16 => ($this->privates['Shopware\\Core\\Content\\Flow\\Indexing\\FlowIndexer'] ?? $this->getFlowIndexerService());
  15094.             yield 17 => ($this->privates['Shopware\\Core\\Checkout\\Payment\\DataAbstractionLayer\\PaymentMethodIndexer'] ?? $this->getPaymentMethodIndexerService());
  15095.             yield 18 => ($this->privates['Shopware\\Core\\Checkout\\Promotion\\DataAbstractionLayer\\PromotionIndexer'] ?? $this->getPromotionIndexerService());
  15096.             yield 19 => ($this->privates['Shopware\\Storefront\\Theme\\DataAbstractionLayer\\ThemeIndexer'] ?? $this->getThemeIndexerService());
  15097.             yield 20 => ($this->privates['Nds\\RecipeManager\\Core\\Content\\Recipe\\RecipeEntitiesIndexer'] ?? $this->getRecipeEntitiesIndexerService());
  15098.             yield 21 => ($this->privates['Nds\\RecipeManager\\Core\\Content\\Category\\CategoryEntitiesIndexer'] ?? $this->getCategoryEntitiesIndexerService());
  15099.             yield 22 => ($this->privates['Nds\\RecipeManager\\Core\\Content\\Tag\\TagEntitiesIndexer'] ?? $this->getTagEntitiesIndexerService());
  15100.             yield 23 => ($this->privates['MoorlCreator\\Core\\Content\\Creator\\DataAbstractionLayer\\CreatorIndexer'] ?? $this->getCreatorIndexerService());
  15101.             yield 24 => ($this->privates['MoorlMagazine\\Core\\Content\\MagazineArticle\\DataAbstractionLayer\\MagazineArticleIndexer'] ?? $this->getMagazineArticleIndexerService());
  15102.         }, 25)));
  15103.         $instance->setContainer($this);
  15104.         return $instance;
  15105.     }
  15106.     /**
  15107.      * Gets the public 'SwagMigrationAssistant\Controller\PremappingController' shared service.
  15108.      *
  15109.      * @return \SwagMigrationAssistant\Controller\PremappingController
  15110.      */
  15111.     protected function getPremappingControllerService()
  15112.     {
  15113.         include_once \dirname(__DIR__4).'/vendor/store.shopware.com/swagmigrationassistant/Controller/PremappingController.php';
  15114.         $this->services['SwagMigrationAssistant\\Controller\\PremappingController'] = $instance = new \SwagMigrationAssistant\Controller\PremappingController(($this->privates['SwagMigrationAssistant\\Migration\\Service\\PremappingService'] ?? $this->getPremappingServiceService()), ($this->services['swag_migration_run.repository'] ?? $this->getSwagMigrationRun_RepositoryService()), ($this->privates['SwagMigrationAssistant\\Migration\\MigrationContextFactory'] ?? $this->getMigrationContextFactoryService()));
  15115.         $instance->setContainer($this);
  15116.         return $instance;
  15117.     }
  15118.     /**
  15119.      * Gets the public 'SwagMigrationAssistant\Controller\StatusController' shared service.
  15120.      *
  15121.      * @return \SwagMigrationAssistant\Controller\StatusController
  15122.      */
  15123.     protected function getStatusControllerService()
  15124.     {
  15125.         include_once \dirname(__DIR__4).'/vendor/store.shopware.com/swagmigrationassistant/Controller/StatusController.php';
  15126.         $this->services['SwagMigrationAssistant\\Controller\\StatusController'] = $instance = new \SwagMigrationAssistant\Controller\StatusController(($this->services['SwagMigrationAssistant\\Migration\\Service\\MigrationDataFetcher'] ?? $this->getMigrationDataFetcherService()), ($this->services['SwagMigrationAssistant\\Migration\\Service\\MigrationProgressService'] ?? $this->getMigrationProgressServiceService()), ($this->privates['SwagMigrationAssistant\\Migration\\Run\\RunService'] ?? $this->getRunServiceService()), ($this->privates['SwagMigrationAssistant\\Migration\\DataSelection\\DataSelectionRegistry'] ?? $this->getDataSelectionRegistryService()), ($this->services['swag_migration_connection.repository'] ?? $this->getSwagMigrationConnection_RepositoryService()), ($this->privates['SwagMigrationAssistant\\Migration\\Profile\\ProfileRegistry'] ?? $this->getProfileRegistryService()), ($this->privates['SwagMigrationAssistant\\Migration\\Gateway\\GatewayRegistry'] ?? $this->getGatewayRegistryService()), ($this->privates['SwagMigrationAssistant\\Migration\\MigrationContextFactory'] ?? $this->getMigrationContextFactoryService()), ($this->services['swag_migration_general_setting.repository'] ?? $this->getSwagMigrationGeneralSetting_RepositoryService()));
  15127.         $instance->setContainer($this);
  15128.         return $instance;
  15129.     }
  15130.     /**
  15131.      * Gets the public 'SwagMigrationAssistant\Migration\Connection\SwagMigrationConnectionDefinition' shared service.
  15132.      *
  15133.      * @return \SwagMigrationAssistant\Migration\Connection\SwagMigrationConnectionDefinition
  15134.      */
  15135.     protected function getSwagMigrationConnectionDefinitionService()
  15136.     {
  15137.         include_once \dirname(__DIR__4).'/vendor/store.shopware.com/swagmigrationassistant/Migration/Connection/SwagMigrationConnectionDefinition.php';
  15138.         $this->services['SwagMigrationAssistant\\Migration\\Connection\\SwagMigrationConnectionDefinition'] = $instance = new \SwagMigrationAssistant\Migration\Connection\SwagMigrationConnectionDefinition();
  15139.         $instance->compile(($this->services['Shopware\\Core\\Framework\\DataAbstractionLayer\\DefinitionInstanceRegistry'] ?? $this->getDefinitionInstanceRegistryService()));
  15140.         return $instance;
  15141.     }
  15142.     /**
  15143.      * Gets the public 'SwagMigrationAssistant\Migration\Data\SwagMigrationDataDefinition' shared service.
  15144.      *
  15145.      * @return \SwagMigrationAssistant\Migration\Data\SwagMigrationDataDefinition
  15146.      */
  15147.     protected function getSwagMigrationDataDefinitionService()
  15148.     {
  15149.         include_once \dirname(__DIR__4).'/vendor/store.shopware.com/swagmigrationassistant/Migration/Data/SwagMigrationDataDefinition.php';
  15150.         $this->services['SwagMigrationAssistant\\Migration\\Data\\SwagMigrationDataDefinition'] = $instance = new \SwagMigrationAssistant\Migration\Data\SwagMigrationDataDefinition();
  15151.         $instance->compile(($this->services['Shopware\\Core\\Framework\\DataAbstractionLayer\\DefinitionInstanceRegistry'] ?? $this->getDefinitionInstanceRegistryService()));
  15152.         return $instance;
  15153.     }
  15154.     /**
  15155.      * Gets the public 'SwagMigrationAssistant\Migration\Logging\SwagMigrationLoggingDefinition' shared service.
  15156.      *
  15157.      * @return \SwagMigrationAssistant\Migration\Logging\SwagMigrationLoggingDefinition
  15158.      */
  15159.     protected function getSwagMigrationLoggingDefinitionService()
  15160.     {
  15161.         include_once \dirname(__DIR__4).'/vendor/store.shopware.com/swagmigrationassistant/Migration/Logging/SwagMigrationLoggingDefinition.php';
  15162.         $this->services['SwagMigrationAssistant\\Migration\\Logging\\SwagMigrationLoggingDefinition'] = $instance = new \SwagMigrationAssistant\Migration\Logging\SwagMigrationLoggingDefinition();
  15163.         $instance->compile(($this->services['Shopware\\Core\\Framework\\DataAbstractionLayer\\DefinitionInstanceRegistry'] ?? $this->getDefinitionInstanceRegistryService()));
  15164.         return $instance;
  15165.     }
  15166.     /**
  15167.      * Gets the public 'SwagMigrationAssistant\Migration\Mapping\SwagMigrationMappingDefinition' shared service.
  15168.      *
  15169.      * @return \SwagMigrationAssistant\Migration\Mapping\SwagMigrationMappingDefinition
  15170.      */
  15171.     protected function getSwagMigrationMappingDefinitionService()
  15172.     {
  15173.         include_once \dirname(__DIR__4).'/vendor/store.shopware.com/swagmigrationassistant/Migration/Mapping/SwagMigrationMappingDefinition.php';
  15174.         $this->services['SwagMigrationAssistant\\Migration\\Mapping\\SwagMigrationMappingDefinition'] = $instance = new \SwagMigrationAssistant\Migration\Mapping\SwagMigrationMappingDefinition();
  15175.         $instance->compile(($this->services['Shopware\\Core\\Framework\\DataAbstractionLayer\\DefinitionInstanceRegistry'] ?? $this->getDefinitionInstanceRegistryService()));
  15176.         return $instance;
  15177.     }
  15178.     /**
  15179.      * Gets the public 'SwagMigrationAssistant\Migration\Media\SwagMigrationMediaFileDefinition' shared service.
  15180.      *
  15181.      * @return \SwagMigrationAssistant\Migration\Media\SwagMigrationMediaFileDefinition
  15182.      */
  15183.     protected function getSwagMigrationMediaFileDefinitionService()
  15184.     {
  15185.         include_once \dirname(__DIR__4).'/vendor/store.shopware.com/swagmigrationassistant/Migration/Media/SwagMigrationMediaFileDefinition.php';
  15186.         $this->services['SwagMigrationAssistant\\Migration\\Media\\SwagMigrationMediaFileDefinition'] = $instance = new \SwagMigrationAssistant\Migration\Media\SwagMigrationMediaFileDefinition();
  15187.         $instance->compile(($this->services['Shopware\\Core\\Framework\\DataAbstractionLayer\\DefinitionInstanceRegistry'] ?? $this->getDefinitionInstanceRegistryService()));
  15188.         return $instance;
  15189.     }
  15190.     /**
  15191.      * Gets the public 'SwagMigrationAssistant\Migration\Run\SwagMigrationRunDefinition' shared service.
  15192.      *
  15193.      * @return \SwagMigrationAssistant\Migration\Run\SwagMigrationRunDefinition
  15194.      */
  15195.     protected function getSwagMigrationRunDefinitionService()
  15196.     {
  15197.         include_once \dirname(__DIR__4).'/vendor/store.shopware.com/swagmigrationassistant/Migration/Run/SwagMigrationRunDefinition.php';
  15198.         $this->services['SwagMigrationAssistant\\Migration\\Run\\SwagMigrationRunDefinition'] = $instance = new \SwagMigrationAssistant\Migration\Run\SwagMigrationRunDefinition();
  15199.         $instance->compile(($this->services['Shopware\\Core\\Framework\\DataAbstractionLayer\\DefinitionInstanceRegistry'] ?? $this->getDefinitionInstanceRegistryService()));
  15200.         return $instance;
  15201.     }
  15202.     /**
  15203.      * Gets the public 'SwagMigrationAssistant\Migration\Service\MediaFileProcessorService' shared service.
  15204.      *
  15205.      * @return \SwagMigrationAssistant\Migration\Service\MediaFileProcessorService
  15206.      */
  15207.     protected function getMediaFileProcessorServiceService()
  15208.     {
  15209.         include_once \dirname(__DIR__4).'/vendor/store.shopware.com/swagmigrationassistant/Migration/Service/MediaFileProcessorServiceInterface.php';
  15210.         include_once \dirname(__DIR__4).'/vendor/store.shopware.com/swagmigrationassistant/Migration/Service/MediaFileProcessorService.php';
  15211.         return $this->services['SwagMigrationAssistant\\Migration\\Service\\MediaFileProcessorService'] = new \SwagMigrationAssistant\Migration\Service\MediaFileProcessorService(($this->services['messenger.default_bus'] ?? $this->getMessenger_DefaultBusService()), ($this->privates['SwagMigrationAssistant\\Migration\\DataSelection\\DataSet\\DataSetRegistry'] ?? $this->getDataSetRegistryService()), ($this->privates['SwagMigrationAssistant\\Migration\\Logging\\LoggingService'] ?? $this->getLoggingService2Service()), ($this->services['Doctrine\\DBAL\\Connection'] ?? $this->getConnectionService()));
  15212.     }
  15213.     /**
  15214.      * Gets the public 'SwagMigrationAssistant\Migration\Service\MigrationDataConverter' shared service.
  15215.      *
  15216.      * @return \SwagMigrationAssistant\Migration\Service\MigrationDataConverter
  15217.      */
  15218.     protected function getMigrationDataConverterService()
  15219.     {
  15220.         include_once \dirname(__DIR__4).'/vendor/store.shopware.com/swagmigrationassistant/Migration/Service/MigrationDataConverterInterface.php';
  15221.         include_once \dirname(__DIR__4).'/vendor/store.shopware.com/swagmigrationassistant/Migration/Service/MigrationDataConverter.php';
  15222.         return $this->services['SwagMigrationAssistant\\Migration\\Service\\MigrationDataConverter'] = new \SwagMigrationAssistant\Migration\Service\MigrationDataConverter(($this->services['Shopware\\Core\\Framework\\DataAbstractionLayer\\Write\\EntityWriter'] ?? $this->getEntityWriterService()), ($this->privates['SwagMigrationAssistant\\Migration\\Converter\\ConverterRegistry'] ?? $this->getConverterRegistryService()), ($this->privates['SwagMigrationAssistant\\Migration\\Media\\MediaFileService'] ?? $this->getMediaFileServiceService()), ($this->privates['SwagMigrationAssistant\\Migration\\Logging\\LoggingService'] ?? $this->getLoggingService2Service()), ($this->services['SwagMigrationAssistant\\Migration\\Data\\SwagMigrationDataDefinition'] ?? $this->getSwagMigrationDataDefinitionService()), ($this->privates['SwagMigrationAssistant\\Migration\\Mapping\\MappingService'] ?? $this->getMappingServiceService()));
  15223.     }
  15224.     /**
  15225.      * Gets the public 'SwagMigrationAssistant\Migration\Service\MigrationDataFetcher' shared service.
  15226.      *
  15227.      * @return \SwagMigrationAssistant\Migration\Service\MigrationDataFetcher
  15228.      */
  15229.     protected function getMigrationDataFetcherService()
  15230.     {
  15231.         include_once \dirname(__DIR__4).'/vendor/store.shopware.com/swagmigrationassistant/Migration/Service/MigrationDataFetcherInterface.php';
  15232.         include_once \dirname(__DIR__4).'/vendor/store.shopware.com/swagmigrationassistant/Migration/Service/MigrationDataFetcher.php';
  15233.         return $this->services['SwagMigrationAssistant\\Migration\\Service\\MigrationDataFetcher'] = new \SwagMigrationAssistant\Migration\Service\MigrationDataFetcher(($this->privates['SwagMigrationAssistant\\Migration\\Gateway\\GatewayRegistry'] ?? $this->getGatewayRegistryService()), ($this->privates['SwagMigrationAssistant\\Migration\\Logging\\LoggingService'] ?? $this->getLoggingService2Service()));
  15234.     }
  15235.     /**
  15236.      * Gets the public 'SwagMigrationAssistant\Migration\Service\MigrationDataWriter' shared service.
  15237.      *
  15238.      * @return \SwagMigrationAssistant\Migration\Service\MigrationDataWriter
  15239.      */
  15240.     protected function getMigrationDataWriterService()
  15241.     {
  15242.         include_once \dirname(__DIR__4).'/vendor/store.shopware.com/swagmigrationassistant/Migration/Service/MigrationDataWriterInterface.php';
  15243.         include_once \dirname(__DIR__4).'/vendor/store.shopware.com/swagmigrationassistant/Migration/Service/MigrationDataWriter.php';
  15244.         include_once \dirname(__DIR__4).'/vendor/store.shopware.com/swagmigrationassistant/Migration/Writer/WriterRegistryInterface.php';
  15245.         include_once \dirname(__DIR__4).'/vendor/store.shopware.com/swagmigrationassistant/Migration/Writer/WriterRegistry.php';
  15246.         return $this->services['SwagMigrationAssistant\\Migration\\Service\\MigrationDataWriter'] = new \SwagMigrationAssistant\Migration\Service\MigrationDataWriter(($this->services['Shopware\\Core\\Framework\\DataAbstractionLayer\\Write\\EntityWriter'] ?? $this->getEntityWriterService()), ($this->services['swag_migration_data.repository'] ?? $this->getSwagMigrationData_RepositoryService()), new \SwagMigrationAssistant\Migration\Writer\WriterRegistry(new RewindableGenerator(function () {
  15247.             yield => ($this->privates['SwagMigrationAssistant\\Profile\\Shopware\\Writer\\ProductOptionRelationWriter'] ?? $this->getProductOptionRelationWriterService());
  15248.             yield => ($this->privates['SwagMigrationAssistant\\Profile\\Shopware\\Writer\\ProductPropertyRelationWriter'] ?? $this->getProductPropertyRelationWriterService());
  15249.             yield => ($this->privates['SwagMigrationAssistant\\Profile\\Shopware\\Writer\\PromotionWriter'] ?? $this->getPromotionWriterService());
  15250.             yield => ($this->privates['SwagMigrationAssistant\\Profile\\Shopware6\\Writer\\ProductManufacturerWriter'] ?? $this->getProductManufacturerWriterService());
  15251.             yield => ($this->privates['SwagMigrationAssistant\\Profile\\Shopware6\\Writer\\CategoryAssociationWriter'] ?? $this->getCategoryAssociationWriterService());
  15252.             yield => ($this->privates['SwagMigrationAssistant\\Profile\\Shopware6\\Writer\\CategoryCmsPageAssociationWriter'] ?? $this->getCategoryCmsPageAssociationWriterService());
  15253.             yield => ($this->privates['SwagMigrationAssistant\\Profile\\Shopware6\\Writer\\PropertyGroupWriter'] ?? $this->getPropertyGroupWriterService());
  15254.             yield => ($this->privates['SwagMigrationAssistant\\Profile\\Shopware6\\Writer\\TaxWriter'] ?? $this->getTaxWriterService());
  15255.             yield => ($this->privates['SwagMigrationAssistant\\Profile\\Shopware6\\Writer\\TaxRuleWriter'] ?? $this->getTaxRuleWriterService());
  15256.             yield => ($this->privates['SwagMigrationAssistant\\Profile\\Shopware6\\Writer\\UnitWriter'] ?? $this->getUnitWriterService());
  15257.             yield 10 => ($this->privates['SwagMigrationAssistant\\Profile\\Shopware6\\Writer\\SalutationWriter'] ?? $this->getSalutationWriterService());
  15258.             yield 11 => ($this->privates['SwagMigrationAssistant\\Profile\\Shopware6\\Writer\\RuleWriter'] ?? $this->getRuleWriterService());
  15259.             yield 12 => ($this->privates['SwagMigrationAssistant\\Profile\\Shopware6\\Writer\\CustomFieldSetWriter'] ?? $this->getCustomFieldSetWriterService());
  15260.             yield 13 => ($this->privates['SwagMigrationAssistant\\Profile\\Shopware6\\Writer\\MediaFolderInheritanceWriter'] ?? $this->getMediaFolderInheritanceWriterService());
  15261.             yield 14 => ($this->privates['SwagMigrationAssistant\\Profile\\Shopware6\\Writer\\SnippetWriter'] ?? $this->getSnippetWriterService());
  15262.             yield 15 => ($this->privates['SwagMigrationAssistant\\Profile\\Shopware6\\Writer\\SnippetSetWriter'] ?? $this->getSnippetSetWriterService());
  15263.             yield 16 => ($this->privates['SwagMigrationAssistant\\Profile\\Shopware6\\Writer\\MailTemplateWriter'] ?? $this->getMailTemplateWriterService());
  15264.             yield 17 => ($this->privates['SwagMigrationAssistant\\Profile\\Shopware6\\Writer\\DeliveryTimeWriter'] ?? $this->getDeliveryTimeWriterService());
  15265.             yield 18 => ($this->privates['SwagMigrationAssistant\\Profile\\Shopware6\\Writer\\ProductFeatureSetWriter'] ?? $this->getProductFeatureSetWriterService());
  15266.             yield 19 => ($this->privates['SwagMigrationAssistant\\Profile\\Shopware6\\Writer\\SalesChannelDomainWriter'] ?? $this->getSalesChannelDomainWriterService());
  15267.             yield 20 => ($this->privates['SwagMigrationAssistant\\Profile\\Shopware6\\Writer\\SeoUrlTemplateWriter'] ?? $this->getSeoUrlTemplateWriterService());
  15268.             yield 21 => ($this->privates['SwagMigrationAssistant\\Profile\\Shopware6\\Writer\\SystemConfigWriter'] ?? $this->getSystemConfigWriterService());
  15269.             yield 22 => ($this->privates['SwagMigrationAssistant\\Profile\\Shopware6\\Writer\\PageSystemConfigWriter'] ?? $this->getPageSystemConfigWriterService());
  15270.             yield 23 => ($this->privates['SwagMigrationAssistant\\Profile\\Shopware6\\Writer\\ProductSortingWriter'] ?? $this->getProductSortingWriterService());
  15271.             yield 24 => ($this->privates['SwagMigrationAssistant\\Profile\\Shopware6\\Writer\\CmsPageWriter'] ?? $this->getCmsPageWriterService());
  15272.             yield 25 => ($this->privates['SwagMigrationAssistant\\Profile\\Shopware6\\Writer\\ProductStreamWriter'] ?? $this->getProductStreamWriterService());
  15273.             yield 26 => ($this->privates['SwagMigrationAssistant\\Profile\\Shopware6\\Writer\\ProductStreamFilterInheritanceWriter'] ?? $this->getProductStreamFilterInheritanceWriterService());
  15274.             yield 27 => ($this->privates['SwagMigrationAssistant\\Profile\\Shopware6\\Writer\\PromotionWriter'] ?? $this->getPromotionWriter2Service());
  15275.             yield 28 => ($this->privates['SwagMigrationAssistant\\Profile\\Shopware6\\Writer\\DocumentInheritanceWriter'] ?? $this->getDocumentInheritanceWriterService());
  15276.             yield 29 => ($this->privates['SwagMigrationAssistant\\Profile\\Shopware6\\Writer\\DocumentBaseConfigWriter'] ?? $this->getDocumentBaseConfigWriterService());
  15277.             yield 30 => ($this->privates['SwagMigrationAssistant\\Profile\\Shopware6\\Writer\\CountryStateWriter'] ?? $this->getCountryStateWriterService());
  15278.             yield 31 => ($this->privates['SwagMigrationAssistant\\Migration\\Writer\\ProductWriter'] ?? $this->getProductWriterService());
  15279.             yield 32 => ($this->privates['SwagMigrationAssistant\\Migration\\Writer\\TranslationWriter'] ?? $this->getTranslationWriterService());
  15280.             yield 33 => ($this->privates['SwagMigrationAssistant\\Migration\\Writer\\CategoryWriter'] ?? $this->getCategoryWriterService());
  15281.             yield 34 => ($this->privates['SwagMigrationAssistant\\Migration\\Writer\\MediaFolderWriter'] ?? $this->getMediaFolderWriterService());
  15282.             yield 35 => ($this->privates['SwagMigrationAssistant\\Migration\\Writer\\MediaWriter'] ?? $this->getMediaWriterService());
  15283.             yield 36 => ($this->privates['SwagMigrationAssistant\\Migration\\Writer\\NumberRangeWriter'] ?? $this->getNumberRangeWriterService());
  15284.             yield 37 => ($this->privates['SwagMigrationAssistant\\Migration\\Writer\\LanguageWriter'] ?? $this->getLanguageWriterService());
  15285.             yield 38 => ($this->privates['SwagMigrationAssistant\\Migration\\Writer\\CustomerAttributeWriter'] ?? $this->getCustomerAttributeWriterService());
  15286.             yield 39 => ($this->privates['SwagMigrationAssistant\\Migration\\Writer\\CustomerWriter'] ?? $this->getCustomerWriterService());
  15287.             yield 40 => ($this->privates['SwagMigrationAssistant\\Migration\\Writer\\OrderAttributeWriter'] ?? $this->getOrderAttributeWriterService());
  15288.             yield 41 => ($this->privates['SwagMigrationAssistant\\Migration\\Writer\\OrderWriter'] ?? $this->getOrderWriterService());
  15289.             yield 42 => ($this->privates['SwagMigrationAssistant\\Migration\\Writer\\OrderDocumentAttributeWriter'] ?? $this->getOrderDocumentAttributeWriterService());
  15290.             yield 43 => ($this->privates['SwagMigrationAssistant\\Migration\\Writer\\OrderDocumentWriter'] ?? $this->getOrderDocumentWriterService());
  15291.             yield 44 => ($this->privates['SwagMigrationAssistant\\Migration\\Writer\\CustomerGroupAttributeWriter'] ?? $this->getCustomerGroupAttributeWriterService());
  15292.             yield 45 => ($this->privates['SwagMigrationAssistant\\Migration\\Writer\\CustomerGroupWriter'] ?? $this->getCustomerGroupWriterService());
  15293.             yield 46 => ($this->privates['SwagMigrationAssistant\\Migration\\Writer\\CustomerWishlistWriter'] ?? $this->getCustomerWishlistWriterService());
  15294.             yield 47 => ($this->privates['SwagMigrationAssistant\\Migration\\Writer\\ManufacturerAttributeWriter'] ?? $this->getManufacturerAttributeWriterService());
  15295.             yield 48 => ($this->privates['SwagMigrationAssistant\\Migration\\Writer\\ProductAttributeWriter'] ?? $this->getProductAttributeWriterService());
  15296.             yield 49 => ($this->privates['SwagMigrationAssistant\\Migration\\Writer\\ProductPriceAttributeWriter'] ?? $this->getProductPriceAttributeWriterService());
  15297.             yield 50 => ($this->privates['SwagMigrationAssistant\\Migration\\Writer\\CategoryAttributeWriter'] ?? $this->getCategoryAttributeWriterService());
  15298.             yield 51 => ($this->privates['SwagMigrationAssistant\\Migration\\Writer\\PropertyGroupOptionWriter'] ?? $this->getPropertyGroupOptionWriterService());
  15299.             yield 52 => ($this->privates['SwagMigrationAssistant\\Migration\\Writer\\CurrencyWriter'] ?? $this->getCurrencyWriterService());
  15300.             yield 53 => ($this->privates['SwagMigrationAssistant\\Migration\\Writer\\SalesChannelWriter'] ?? $this->getSalesChannelWriterService());
  15301.             yield 54 => ($this->privates['SwagMigrationAssistant\\Migration\\Writer\\NewsletterRecipientWriter'] ?? $this->getNewsletterRecipientWriterService());
  15302.             yield 55 => ($this->privates['SwagMigrationAssistant\\Migration\\Writer\\ShippingMethodWriter'] ?? $this->getShippingMethodWriterService());
  15303.             yield 56 => ($this->privates['SwagMigrationAssistant\\Migration\\Writer\\ProductReviewWriter'] ?? $this->getProductReviewWriterService());
  15304.             yield 57 => ($this->privates['SwagMigrationAssistant\\Migration\\Writer\\SeoUrlWriter'] ?? $this->getSeoUrlWriterService());
  15305.             yield 58 => ($this->privates['SwagMigrationAssistant\\Migration\\Writer\\CrossSellingWriter'] ?? $this->getCrossSellingWriterService());
  15306.             yield 59 => ($this->privates['SwagMigrationAssistant\\Migration\\Writer\\MainVariantRelationWriter'] ?? $this->getMainVariantRelationWriterService());
  15307.             yield 60 => ($this->privates['SwagMigrationAssistant\\Migration\\Writer\\CountryWriter'] ?? $this->getCountryWriterService());
  15308.         }, 61)), ($this->privates['SwagMigrationAssistant\\Migration\\Media\\MediaFileService'] ?? $this->getMediaFileServiceService()), ($this->privates['SwagMigrationAssistant\\Migration\\Logging\\LoggingService'] ?? $this->getLoggingService2Service()), ($this->services['SwagMigrationAssistant\\Migration\\Data\\SwagMigrationDataDefinition'] ?? $this->getSwagMigrationDataDefinitionService()), ($this->services['swag_migration_mapping.repository'] ?? $this->getSwagMigrationMapping_RepositoryService()));
  15309.     }
  15310.     /**
  15311.      * Gets the public 'SwagMigrationAssistant\Migration\Service\MigrationProgressService' shared service.
  15312.      *
  15313.      * @return \SwagMigrationAssistant\Migration\Service\MigrationProgressService
  15314.      */
  15315.     protected function getMigrationProgressServiceService()
  15316.     {
  15317.         include_once \dirname(__DIR__4).'/vendor/store.shopware.com/swagmigrationassistant/Migration/Service/MigrationProgressServiceInterface.php';
  15318.         include_once \dirname(__DIR__4).'/vendor/store.shopware.com/swagmigrationassistant/Migration/Service/MigrationProgressService.php';
  15319.         return $this->services['SwagMigrationAssistant\\Migration\\Service\\MigrationProgressService'] = new \SwagMigrationAssistant\Migration\Service\MigrationProgressService(($this->services['swag_migration_run.repository'] ?? $this->getSwagMigrationRun_RepositoryService()), ($this->services['swag_migration_data.repository'] ?? $this->getSwagMigrationData_RepositoryService()), ($this->services['swag_migration_media_file.repository'] ?? $this->getSwagMigrationMediaFile_RepositoryService()), ($this->privates['SwagMigrationAssistant\\Migration\\Service\\SwagMigrationAccessTokenService'] ?? $this->getSwagMigrationAccessTokenServiceService()), ($this->privates['SwagMigrationAssistant\\Migration\\Run\\RunService'] ?? $this->getRunServiceService()), ($this->privates['SwagMigrationAssistant\\Migration\\Service\\PremappingService'] ?? $this->getPremappingServiceService()), ($this->privates['SwagMigrationAssistant\\Migration\\MigrationContextFactory'] ?? $this->getMigrationContextFactoryService()));
  15320.     }
  15321.     /**
  15322.      * Gets the public 'SwagMigrationAssistant\Migration\Setting\GeneralSettingDefinition' shared service.
  15323.      *
  15324.      * @return \SwagMigrationAssistant\Migration\Setting\GeneralSettingDefinition
  15325.      */
  15326.     protected function getGeneralSettingDefinitionService()
  15327.     {
  15328.         include_once \dirname(__DIR__4).'/vendor/store.shopware.com/swagmigrationassistant/Migration/Setting/GeneralSettingDefinition.php';
  15329.         $this->services['SwagMigrationAssistant\\Migration\\Setting\\GeneralSettingDefinition'] = $instance = new \SwagMigrationAssistant\Migration\Setting\GeneralSettingDefinition();
  15330.         $instance->compile(($this->services['Shopware\\Core\\Framework\\DataAbstractionLayer\\DefinitionInstanceRegistry'] ?? $this->getDefinitionInstanceRegistryService()));
  15331.         return $instance;
  15332.     }
  15333.     /**
  15334.      * Gets the public 'SwagMigrationAssistant\SwagMigrationAssistant' shared autowired service.
  15335.      *
  15336.      * @return \SwagMigrationAssistant\SwagMigrationAssistant
  15337.      */
  15338.     protected function getSwagMigrationAssistantService()
  15339.     {
  15340.         include_once \dirname(__DIR__4).'/vendor/symfony/dependency-injection/ContainerAwareInterface.php';
  15341.         include_once \dirname(__DIR__4).'/vendor/symfony/http-kernel/Bundle/BundleInterface.php';
  15342.         include_once \dirname(__DIR__4).'/vendor/symfony/dependency-injection/ContainerAwareTrait.php';
  15343.         include_once \dirname(__DIR__4).'/vendor/symfony/http-kernel/Bundle/Bundle.php';
  15344.         include_once \dirname(__DIR__4).'/vendor/shopware/core/Framework/Bundle.php';
  15345.         include_once \dirname(__DIR__4).'/vendor/shopware/core/Framework/Plugin.php';
  15346.         include_once \dirname(__DIR__4).'/vendor/store.shopware.com/swagmigrationassistant/SwagMigrationAssistant.php';
  15347.         return $this->services['SwagMigrationAssistant\\SwagMigrationAssistant'] = ($this->services['Shopware\\Core\\Framework\\Plugin\\KernelPluginLoader\\KernelPluginLoader'] ?? $this->getKernelPluginLoaderService())->getPluginInstance('SwagMigrationAssistant\\SwagMigrationAssistant');
  15348.     }
  15349.     /**
  15350.      * Gets the public 'Swag\AmazonPay\Administration\Controller\AmazonPayConfigurationController' shared service.
  15351.      *
  15352.      * @return \Swag\AmazonPay\Administration\Controller\AmazonPayConfigurationController
  15353.      */
  15354.     protected function getAmazonPayConfigurationControllerService()
  15355.     {
  15356.         include_once \dirname(__DIR__4).'/vendor/store.shopware.com/swagamazonpay/src/Administration/Controller/AmazonPayConfigurationController.php';
  15357.         include_once \dirname(__DIR__4).'/vendor/store.shopware.com/swagamazonpay/src/Util/Connection/ConnectionInspectorInterface.php';
  15358.         include_once \dirname(__DIR__4).'/vendor/store.shopware.com/swagamazonpay/src/Util/Connection/ConnectionInspector.php';
  15359.         include_once \dirname(__DIR__4).'/vendor/store.shopware.com/swagamazonpay/src/Components/Client/Hydrator/Request/CreateCheckoutSession/CreateCheckoutSessionHydratorInterface.php';
  15360.         include_once \dirname(__DIR__4).'/vendor/store.shopware.com/swagamazonpay/src/Components/Client/Hydrator/Request/CreateCheckoutSession/CreateCheckoutSessionHydrator.php';
  15361.         include_once \dirname(__DIR__4).'/vendor/store.shopware.com/swagamazonpay/src/Util/Config/PluginConfigurationExporterInterface.php';
  15362.         include_once \dirname(__DIR__4).'/vendor/store.shopware.com/swagamazonpay/src/Util/Config/PluginConfigurationExporter.php';
  15363.         include_once \dirname(__DIR__4).'/vendor/store.shopware.com/swagamazonpay/src/Util/Config/PluginConfigurationImporterInterface.php';
  15364.         include_once \dirname(__DIR__4).'/vendor/store.shopware.com/swagamazonpay/src/Util/Config/PluginConfigurationImporter.php';
  15365.         include_once \dirname(__DIR__4).'/vendor/store.shopware.com/swagamazonpay/src/Util/Logging/LogFileProviderInterface.php';
  15366.         include_once \dirname(__DIR__4).'/vendor/store.shopware.com/swagamazonpay/src/Util/Logging/LogFileProvider.php';
  15367.         include_once \dirname(__DIR__4).'/vendor/store.shopware.com/swagamazonpay/src/Components/Config/Validation/ConfigValidatorInterface.php';
  15368.         include_once \dirname(__DIR__4).'/vendor/store.shopware.com/swagamazonpay/src/Components/Config/Validation/ConfigValidator.php';
  15369.         include_once \dirname(__DIR__4).'/vendor/store.shopware.com/swagamazonpay/src/Components/Config/Hydrator/ConfigHydratorInterface.php';
  15370.         include_once \dirname(__DIR__4).'/vendor/store.shopware.com/swagamazonpay/src/Components/Config/Hydrator/ConfigHydrator.php';
  15371.         $a = ($this->services['router'] ?? $this->getRouterService());
  15372.         $b = ($this->privates['Swag\\AmazonPay\\Components\\Logger'] ?? $this->getLogger2Service());
  15373.         $c = ($this->services['sales_channel.repository'] ?? $this->getSalesChannel_RepositoryService());
  15374.         $d = ($this->services['Shopware\\Core\\System\\SystemConfig\\SystemConfigService'] ?? $this->getSystemConfigServiceService());
  15375.         $e = ($this->privates['Swag\\AmazonPay\\Util\\Config\\VersionProvider'] ?? $this->getVersionProviderService());
  15376.         $this->services['Swag\\AmazonPay\\Administration\\Controller\\AmazonPayConfigurationController'] = $instance = new \Swag\AmazonPay\Administration\Controller\AmazonPayConfigurationController(new \Swag\AmazonPay\Util\Connection\ConnectionInspector(($this->services['Swag\\AmazonPay\\Components\\Client\\ClientProvider'] ?? $this->getClientProviderService()), new \Swag\AmazonPay\Components\Client\Hydrator\Request\CreateCheckoutSession\CreateCheckoutSessionHydrator(($this->privates['Swag\\AmazonPay\\Components\\Config\\ConfigService'] ?? $this->getConfigServiceService()), $a), ($this->privates['Swag\\AmazonPay\\Components\\Config\\Validation\\ConfigValidator'] ?? ($this->privates['Swag\\AmazonPay\\Components\\Config\\Validation\\ConfigValidator'] = new \Swag\AmazonPay\Components\Config\Validation\ConfigValidator())), ($this->privates['Swag\\AmazonPay\\Components\\Config\\Hydrator\\ConfigHydrator'] ?? ($this->privates['Swag\\AmazonPay\\Components\\Config\\Hydrator\\ConfigHydrator'] = new \Swag\AmazonPay\Components\Config\Hydrator\ConfigHydrator())), $b), $b, new \Swag\AmazonPay\Util\Config\PluginConfigurationExporter($c$d$e), new \Swag\AmazonPay\Util\Config\PluginConfigurationImporter($d$c$b$e), $a, new \Swag\AmazonPay\Util\Logging\LogFileProvider((\dirname(__DIR__3).'/log'), 'swag_amazon_pay', ($this->services['shopware.filesystem.private'] ?? $this->getShopware_Filesystem_PrivateService())), ($this->privates['Swag\\AmazonPay\\Util\\Helper\\AmazonPayPaymentMethodHelper'] ?? $this->getAmazonPayPaymentMethodHelperService()));
  15377.         $instance->setContainer($this);
  15378.         return $instance;
  15379.     }
  15380.     /**
  15381.      * Gets the public 'Swag\AmazonPay\Administration\Controller\AmazonPayInstanPaymentNotificationController' shared service.
  15382.      *
  15383.      * @return \Swag\AmazonPay\Administration\Controller\AmazonPayInstanPaymentNotificationController
  15384.      */
  15385.     protected function getAmazonPayInstanPaymentNotificationControllerService()
  15386.     {
  15387.         include_once \dirname(__DIR__4).'/vendor/store.shopware.com/swagamazonpay/src/Administration/Controller/AmazonPayInstanPaymentNotificationController.php';
  15388.         include_once \dirname(__DIR__4).'/vendor/store.shopware.com/swagamazonpay/src/Components/PaymentNotification/PaymentNotificationHandlerRegistryInterface.php';
  15389.         include_once \dirname(__DIR__4).'/vendor/store.shopware.com/swagamazonpay/src/Components/PaymentNotification/PaymentNotificationHandlerRegistry.php';
  15390.         include_once \dirname(__DIR__4).'/vendor/store.shopware.com/swagamazonpay/src/Components/PaymentNotification/Handler/PaymentNotificationHandlerInterface.php';
  15391.         include_once \dirname(__DIR__4).'/vendor/store.shopware.com/swagamazonpay/src/Components/PaymentNotification/Handler/AbstractPaymentNotificationHandler.php';
  15392.         include_once \dirname(__DIR__4).'/vendor/store.shopware.com/swagamazonpay/src/Components/PaymentNotification/Handler/ChargeNotificationHandler.php';
  15393.         include_once \dirname(__DIR__4).'/vendor/store.shopware.com/swagamazonpay/src/Components/PaymentNotification/Handler/RefundNotificationHandler.php';
  15394.         include_once \dirname(__DIR__4).'/vendor/store.shopware.com/swagamazonpay/src/Components/PaymentNotification/Validation/PaymentNotificationValidatorInterface.php';
  15395.         include_once \dirname(__DIR__4).'/vendor/store.shopware.com/swagamazonpay/src/Components/PaymentNotification/Validation/PaymentNotificationValidator.php';
  15396.         $a = new \Swag\AmazonPay\Components\PaymentNotification\PaymentNotificationHandlerRegistry();
  15397.         $b = ($this->services['order_transaction.repository'] ?? $this->getOrderTransaction_RepositoryService());
  15398.         $c = ($this->services['swag_amazon_pay_payment_notification.repository'] ?? $this->getSwagAmazonPayPaymentNotification_RepositoryService());
  15399.         $d = ($this->services['Swag\\AmazonPay\\Components\\Client\\ClientProvider'] ?? $this->getClientProviderService());
  15400.         $e = ($this->privates['Swag\\AmazonPay\\Components\\Config\\ConfigService'] ?? $this->getConfigServiceService());
  15401.         $f = ($this->privates['Swag\\AmazonPay\\Components\\Transaction\\TransactionService'] ?? $this->getTransactionServiceService());
  15402.         $g = ($this->privates['Swag\\AmazonPay\\Components\\Logger'] ?? $this->getLogger2Service());
  15403.         $a->setHandlers([=> new \Swag\AmazonPay\Components\PaymentNotification\Handler\ChargeNotificationHandler($b$c$d$e$f$g), => new \Swag\AmazonPay\Components\PaymentNotification\Handler\RefundNotificationHandler($b$c$d$e$f$g)]);
  15404.         $this->services['Swag\\AmazonPay\\Administration\\Controller\\AmazonPayInstanPaymentNotificationController'] = $instance = new \Swag\AmazonPay\Administration\Controller\AmazonPayInstanPaymentNotificationController($a$g, new \Swag\AmazonPay\Components\PaymentNotification\Validation\PaymentNotificationValidator($e));
  15405.         $instance->setContainer($this);
  15406.         return $instance;
  15407.     }
  15408.     /**
  15409.      * Gets the public 'Swag\AmazonPay\Administration\Controller\AmazonPayOrderController' shared service.
  15410.      *
  15411.      * @return \Swag\AmazonPay\Administration\Controller\AmazonPayOrderController
  15412.      */
  15413.     protected function getAmazonPayOrderControllerService()
  15414.     {
  15415.         include_once \dirname(__DIR__4).'/vendor/store.shopware.com/swagamazonpay/src/Administration/Controller/AmazonPayOrderController.php';
  15416.         $this->services['Swag\\AmazonPay\\Administration\\Controller\\AmazonPayOrderController'] = $instance = new \Swag\AmazonPay\Administration\Controller\AmazonPayOrderController(($this->services['Swag\\AmazonPay\\Components\\Client\\Service\\PaymentActionService'] ?? $this->getPaymentActionServiceService()), ($this->privates['Swag\\AmazonPay\\Components\\Transaction\\TransactionService'] ?? $this->getTransactionServiceService()));
  15417.         $instance->setContainer($this);
  15418.         return $instance;
  15419.     }
  15420.     /**
  15421.      * Gets the public 'Swag\AmazonPay\Components\Client\ClientProvider' shared service.
  15422.      *
  15423.      * @return \Swag\AmazonPay\Components\Client\ClientProvider
  15424.      */
  15425.     protected function getClientProviderService()
  15426.     {
  15427.         include_once \dirname(__DIR__4).'/vendor/store.shopware.com/swagamazonpay/src/Components/Client/ClientProviderInterface.php';
  15428.         include_once \dirname(__DIR__4).'/vendor/store.shopware.com/swagamazonpay/src/Components/Client/ClientProvider.php';
  15429.         $a = ($this->privates['Swag\\AmazonPay\\Util\\Config\\VersionProvider'] ?? $this->getVersionProviderService());
  15430.         if (isset($this->services['Swag\\AmazonPay\\Components\\Client\\ClientProvider'])) {
  15431.             return $this->services['Swag\\AmazonPay\\Components\\Client\\ClientProvider'];
  15432.         }
  15433.         return $this->services['Swag\\AmazonPay\\Components\\Client\\ClientProvider'] = new \Swag\AmazonPay\Components\Client\ClientProvider(($this->privates['Swag\\AmazonPay\\Components\\Config\\ConfigService'] ?? $this->getConfigServiceService()), $a, ($this->privates['Swag\\AmazonPay\\Components\\Logger'] ?? $this->getLogger2Service()));
  15434.     }
  15435.     /**
  15436.      * Gets the public 'Swag\AmazonPay\Components\Client\Service\PaymentActionService' shared service.
  15437.      *
  15438.      * @return \Swag\AmazonPay\Components\Client\Service\PaymentActionService
  15439.      */
  15440.     protected function getPaymentActionServiceService()
  15441.     {
  15442.         include_once \dirname(__DIR__4).'/vendor/store.shopware.com/swagamazonpay/src/Components/Client/Service/PaymentActionService.php';
  15443.         $a = ($this->privates['Swag\\AmazonPay\\Components\\Transaction\\TransactionService'] ?? $this->getTransactionServiceService());
  15444.         if (isset($this->services['Swag\\AmazonPay\\Components\\Client\\Service\\PaymentActionService'])) {
  15445.             return $this->services['Swag\\AmazonPay\\Components\\Client\\Service\\PaymentActionService'];
  15446.         }
  15447.         return $this->services['Swag\\AmazonPay\\Components\\Client\\Service\\PaymentActionService'] = new \Swag\AmazonPay\Components\Client\Service\PaymentActionService($a, ($this->services['Swag\\AmazonPay\\Components\\Client\\ClientProvider'] ?? $this->getClientProviderService()), ($this->privates['Swag\\AmazonPay\\Components\\Logger'] ?? $this->getLogger2Service()));
  15448.     }
  15449.     /**
  15450.      * Gets the public 'Swag\AmazonPay\Core\AmazonPay\SalesChannel\AmazonPayRoute' shared service.
  15451.      *
  15452.      * @return \Swag\AmazonPay\Core\AmazonPay\SalesChannel\AmazonPayRoute
  15453.      */
  15454.     protected function getAmazonPayRouteService()
  15455.     {
  15456.         include_once \dirname(__DIR__4).'/vendor/store.shopware.com/swagamazonpay/src/Core/AmazonPay/SalesChannel/AbstractAmazonPayRoute.php';
  15457.         include_once \dirname(__DIR__4).'/vendor/store.shopware.com/swagamazonpay/src/Core/AmazonPay/SalesChannel/AmazonPayRoute.php';
  15458.         return $this->services['Swag\\AmazonPay\\Core\\AmazonPay\\SalesChannel\\AmazonPayRoute'] = new \Swag\AmazonPay\Core\AmazonPay\SalesChannel\AmazonPayRoute(($this->privates['Swag\\AmazonPay\\Components\\Button\\ButtonProvider'] ?? $this->getButtonProviderService()), ($this->services['Swag\\AmazonPay\\Components\\Client\\ClientProvider'] ?? $this->getClientProviderService()), ($this->privates['Swag\\AmazonPay\\Storefront\\Page\\Extension\\ExtensionService'] ?? $this->getExtensionServiceService()), ($this->services['order_transaction.repository'] ?? $this->getOrderTransaction_RepositoryService()), ($this->privates['Swag\\AmazonPay\\Components\\Account\\AmazonPayAccountService'] ?? $this->getAmazonPayAccountServiceService()), ($this->privates['Swag\\AmazonPay\\Components\\PaymentHandler\\AmazonPaymentHandler'] ?? $this->getAmazonPaymentHandlerService()), ($this->privates['Swag\\AmazonPay\\Components\\Logger'] ?? $this->getLogger2Service()));
  15459.     }
  15460.     /**
  15461.      * Gets the public 'Swag\AmazonPay\DataAbstractionLayer\Entity\AmazonPayTransaction\AmazonPayTransactionDefinition' shared service.
  15462.      *
  15463.      * @return \Swag\AmazonPay\DataAbstractionLayer\Entity\AmazonPayTransaction\AmazonPayTransactionDefinition
  15464.      */
  15465.     protected function getAmazonPayTransactionDefinitionService()
  15466.     {
  15467.         include_once \dirname(__DIR__4).'/vendor/store.shopware.com/swagamazonpay/src/DataAbstractionLayer/Entity/AmazonPayTransaction/AmazonPayTransactionDefinition.php';
  15468.         $this->services['Swag\\AmazonPay\\DataAbstractionLayer\\Entity\\AmazonPayTransaction\\AmazonPayTransactionDefinition'] = $instance = new \Swag\AmazonPay\DataAbstractionLayer\Entity\AmazonPayTransaction\AmazonPayTransactionDefinition();
  15469.         $instance->compile(($this->services['Shopware\\Core\\Framework\\DataAbstractionLayer\\DefinitionInstanceRegistry'] ?? $this->getDefinitionInstanceRegistryService()));
  15470.         return $instance;
  15471.     }
  15472.     /**
  15473.      * Gets the public 'Swag\AmazonPay\DataAbstractionLayer\Entity\PaymentNotification\PaymentNotificationDefinition' shared service.
  15474.      *
  15475.      * @return \Swag\AmazonPay\DataAbstractionLayer\Entity\PaymentNotification\PaymentNotificationDefinition
  15476.      */
  15477.     protected function getPaymentNotificationDefinitionService()
  15478.     {
  15479.         include_once \dirname(__DIR__4).'/vendor/store.shopware.com/swagamazonpay/src/DataAbstractionLayer/Entity/PaymentNotification/PaymentNotificationDefinition.php';
  15480.         $this->services['Swag\\AmazonPay\\DataAbstractionLayer\\Entity\\PaymentNotification\\PaymentNotificationDefinition'] = $instance = new \Swag\AmazonPay\DataAbstractionLayer\Entity\PaymentNotification\PaymentNotificationDefinition();
  15481.         $instance->compile(($this->services['Shopware\\Core\\Framework\\DataAbstractionLayer\\DefinitionInstanceRegistry'] ?? $this->getDefinitionInstanceRegistryService()));
  15482.         return $instance;
  15483.     }
  15484.     /**
  15485.      * Gets the public 'Swag\AmazonPay\DataAbstractionLayer\Entity\SignUpToken\SignUpTokenDefinition' shared service.
  15486.      *
  15487.      * @return \Swag\AmazonPay\DataAbstractionLayer\Entity\SignUpToken\SignUpTokenDefinition
  15488.      */
  15489.     protected function getSignUpTokenDefinitionService()
  15490.     {
  15491.         include_once \dirname(__DIR__4).'/vendor/store.shopware.com/swagamazonpay/src/DataAbstractionLayer/Entity/SignUpToken/SignUpTokenDefinition.php';
  15492.         $this->services['Swag\\AmazonPay\\DataAbstractionLayer\\Entity\\SignUpToken\\SignUpTokenDefinition'] = $instance = new \Swag\AmazonPay\DataAbstractionLayer\Entity\SignUpToken\SignUpTokenDefinition();
  15493.         $instance->compile(($this->services['Shopware\\Core\\Framework\\DataAbstractionLayer\\DefinitionInstanceRegistry'] ?? $this->getDefinitionInstanceRegistryService()));
  15494.         return $instance;
  15495.     }
  15496.     /**
  15497.      * Gets the public 'Swag\AmazonPay\Storefront\Controller\AmazonLoginController' shared service.
  15498.      *
  15499.      * @return \Swag\AmazonPay\Storefront\Controller\AmazonLoginController
  15500.      */
  15501.     protected function getAmazonLoginControllerService()
  15502.     {
  15503.         include_once \dirname(__DIR__4).'/vendor/store.shopware.com/swagamazonpay/src/Storefront/Controller/AmazonLoginController.php';
  15504.         $this->services['Swag\\AmazonPay\\Storefront\\Controller\\AmazonLoginController'] = $instance = new \Swag\AmazonPay\Storefront\Controller\AmazonLoginController(($this->services['Shopware\\Storefront\\Page\\Checkout\\Register\\CheckoutRegisterPageLoader'] ?? $this->getCheckoutRegisterPageLoaderService()), ($this->privates['Swag\\AmazonPay\\Components\\Account\\Hydrator\\RegistrationDataHydrator'] ?? $this->getRegistrationDataHydratorService()), ($this->privates['Swag\\AmazonPay\\Components\\Account\\AmazonPayAccountService'] ?? $this->getAmazonPayAccountServiceService()), ($this->privates['Swag\\AmazonPay\\Core\\Checkout\\Customer\\SalesChannel\\AccountRegistrationService'] ?? $this->getAccountRegistrationServiceService()), ($this->privates['Swag\\AmazonPay\\DataAbstractionLayer\\Entity\\SignUpToken\\SignUpTokenService'] ?? $this->getSignUpTokenServiceService()));
  15505.         $instance->setContainer($this);
  15506.         $instance->setTwig(($this->services['.container.private.twig'] ?? $this->get_Container_Private_TwigService()));
  15507.         return $instance;
  15508.     }
  15509.     /**
  15510.      * Gets the public 'Swag\AmazonPay\Storefront\Controller\AmazonPayController' shared service.
  15511.      *
  15512.      * @return \Swag\AmazonPay\Storefront\Controller\AmazonPayController
  15513.      */
  15514.     protected function getAmazonPayControllerService()
  15515.     {
  15516.         include_once \dirname(__DIR__4).'/vendor/store.shopware.com/swagamazonpay/src/Storefront/Controller/AmazonPayController.php';
  15517.         $this->services['Swag\\AmazonPay\\Storefront\\Controller\\AmazonPayController'] = $instance = new \Swag\AmazonPay\Storefront\Controller\AmazonPayController(($this->services['Swag\\AmazonPay\\Components\\Client\\ClientProvider'] ?? $this->getClientProviderService()), ($this->privates['Swag\\AmazonPay\\Components\\Cart\\CartService'] ?? $this->getCartService2Service()), ($this->privates['Swag\\AmazonPay\\Components\\Account\\AmazonPayAccountService'] ?? $this->getAmazonPayAccountServiceService()), ($this->privates['Swag\\AmazonPay\\Components\\Logger'] ?? $this->getLogger2Service()));
  15518.         $instance->setContainer($this);
  15519.         $instance->setTwig(($this->services['.container.private.twig'] ?? $this->get_Container_Private_TwigService()));
  15520.         return $instance;
  15521.     }
  15522.     /**
  15523.      * Gets the public 'Swag\AmazonPay\Storefront\Controller\AmazonPurePaymentMethodController' shared service.
  15524.      *
  15525.      * @return \Swag\AmazonPay\Storefront\Controller\AmazonPurePaymentMethodController
  15526.      */
  15527.     protected function getAmazonPurePaymentMethodControllerService()
  15528.     {
  15529.         include_once \dirname(__DIR__4).'/vendor/store.shopware.com/swagamazonpay/src/Storefront/Controller/AmazonPurePaymentMethodController.php';
  15530.         $this->services['Swag\\AmazonPay\\Storefront\\Controller\\AmazonPurePaymentMethodController'] = $instance = new \Swag\AmazonPay\Storefront\Controller\AmazonPurePaymentMethodController(($this->privates['Swag\\AmazonPay\\Storefront\\Page\\Extension\\ExtensionService'] ?? $this->getExtensionServiceService()), ($this->services['order_transaction.repository'] ?? $this->getOrderTransaction_RepositoryService()), ($this->privates['Swag\\AmazonPay\\Components\\PaymentHandler\\AmazonPaymentHandler'] ?? $this->getAmazonPaymentHandlerService()), ($this->services['router'] ?? $this->getRouterService()), ($this->privates['Shopware\\Core\\Checkout\\Order\\Aggregate\\OrderTransaction\\OrderTransactionStateHandler'] ?? $this->getOrderTransactionStateHandlerService()), ($this->privates['Swag\\AmazonPay\\Components\\Logger'] ?? $this->getLogger2Service()));
  15531.         $instance->setContainer($this);
  15532.         $instance->setTwig(($this->services['.container.private.twig'] ?? $this->get_Container_Private_TwigService()));
  15533.         return $instance;
  15534.     }
  15535.     /**
  15536.      * Gets the public 'Swag\AmazonPay\SwagAmazonPay' shared autowired service.
  15537.      *
  15538.      * @return \Swag\AmazonPay\SwagAmazonPay
  15539.      */
  15540.     protected function getSwagAmazonPayService()
  15541.     {
  15542.         include_once \dirname(__DIR__4).'/vendor/symfony/dependency-injection/ContainerAwareInterface.php';
  15543.         include_once \dirname(__DIR__4).'/vendor/symfony/http-kernel/Bundle/BundleInterface.php';
  15544.         include_once \dirname(__DIR__4).'/vendor/symfony/dependency-injection/ContainerAwareTrait.php';
  15545.         include_once \dirname(__DIR__4).'/vendor/symfony/http-kernel/Bundle/Bundle.php';
  15546.         include_once \dirname(__DIR__4).'/vendor/shopware/core/Framework/Bundle.php';
  15547.         include_once \dirname(__DIR__4).'/vendor/shopware/core/Framework/Plugin.php';
  15548.         include_once \dirname(__DIR__4).'/vendor/store.shopware.com/swagamazonpay/src/SwagAmazonPay.php';
  15549.         return $this->services['Swag\\AmazonPay\\SwagAmazonPay'] = ($this->services['Shopware\\Core\\Framework\\Plugin\\KernelPluginLoader\\KernelPluginLoader'] ?? $this->getKernelPluginLoaderService())->getPluginInstance('Swag\\AmazonPay\\SwagAmazonPay');
  15550.     }
  15551.     /**
  15552.      * Gets the public 'Swag\PayPal\Administration\PayPalPaymentMethodController' shared service.
  15553.      *
  15554.      * @return \Swag\PayPal\Administration\PayPalPaymentMethodController
  15555.      */
  15556.     protected function getPayPalPaymentMethodControllerService()
  15557.     {
  15558.         include_once \dirname(__DIR__4).'/vendor/store.shopware.com/swagpaypal/src/Administration/PayPalPaymentMethodController.php';
  15559.         $this->services['Swag\\PayPal\\Administration\\PayPalPaymentMethodController'] = $instance = new \Swag\PayPal\Administration\PayPalPaymentMethodController(($this->privates['Swag\\PayPal\\Util\\PaymentMethodUtil'] ?? $this->getPaymentMethodUtilService()));
  15560.         $instance->setContainer($this);
  15561.         return $instance;
  15562.     }
  15563.     /**
  15564.      * Gets the public 'Swag\PayPal\Checkout\ExpressCheckout\SalesChannel\ExpressCategoryRoute' shared service.
  15565.      *
  15566.      * @return \Swag\PayPal\Checkout\ExpressCheckout\SalesChannel\ExpressCategoryRoute
  15567.      */
  15568.     protected function getExpressCategoryRouteService()
  15569.     {
  15570.         include_once \dirname(__DIR__4).'/vendor/shopware/core/Content/Category/SalesChannel/AbstractCategoryRoute.php';
  15571.         include_once \dirname(__DIR__4).'/vendor/store.shopware.com/swagpaypal/src/Checkout/ExpressCheckout/SalesChannel/ExpressCategoryRoute.php';
  15572.         return $this->services['Swag\\PayPal\\Checkout\\ExpressCheckout\\SalesChannel\\ExpressCategoryRoute'] = new \Swag\PayPal\Checkout\ExpressCheckout\SalesChannel\ExpressCategoryRoute(($this->services['Shopware\\Core\\Content\\Category\\SalesChannel\\CachedCategoryRoute'] ?? $this->getCachedCategoryRouteService()), ($this->privates['Swag\\PayPal\\Checkout\\ExpressCheckout\\Service\\PayPalExpressCheckoutDataService'] ?? $this->getPayPalExpressCheckoutDataServiceService()), ($this->privates['Swag\\PayPal\\Setting\\Service\\SettingsValidationService'] ?? $this->getSettingsValidationServiceService()), ($this->services['Shopware\\Core\\System\\SystemConfig\\SystemConfigService'] ?? $this->getSystemConfigServiceService()), ($this->privates['Swag\\PayPal\\Util\\PaymentMethodUtil'] ?? $this->getPaymentMethodUtilService()));
  15573.     }
  15574.     /**
  15575.      * Gets the public 'Swag\PayPal\Checkout\ExpressCheckout\SalesChannel\ExpressCreateOrderRoute' shared service.
  15576.      *
  15577.      * @return \Swag\PayPal\Checkout\ExpressCheckout\SalesChannel\ExpressCreateOrderRoute
  15578.      */
  15579.     protected function getExpressCreateOrderRouteService()
  15580.     {
  15581.         include_once \dirname(__DIR__4).'/vendor/store.shopware.com/swagpaypal/src/Checkout/ExpressCheckout/SalesChannel/AbstractExpressCreateOrderRoute.php';
  15582.         include_once \dirname(__DIR__4).'/vendor/store.shopware.com/swagpaypal/src/Checkout/ExpressCheckout/SalesChannel/ExpressCreateOrderRoute.php';
  15583.         return $this->services['Swag\\PayPal\\Checkout\\ExpressCheckout\\SalesChannel\\ExpressCreateOrderRoute'] = new \Swag\PayPal\Checkout\ExpressCheckout\SalesChannel\ExpressCreateOrderRoute(($this->services['Shopware\\Core\\Checkout\\Cart\\SalesChannel\\CartService'] ?? $this->getCartServiceService()), ($this->privates['Swag\\PayPal\\OrdersApi\\Builder\\OrderFromCartBuilder'] ?? $this->getOrderFromCartBuilderService()), ($this->privates['Swag\\PayPal\\RestApi\\V2\\Resource\\OrderResource'] ?? $this->getOrderResourceService()), ($this->privates['Swag\\PayPal\\Util\\Logger'] ?? $this->getLogger3Service()));
  15584.     }
  15585.     /**
  15586.      * Gets the public 'Swag\PayPal\Checkout\ExpressCheckout\SalesChannel\ExpressPrepareCheckoutRoute' shared service.
  15587.      *
  15588.      * @return \Swag\PayPal\Checkout\ExpressCheckout\SalesChannel\ExpressPrepareCheckoutRoute
  15589.      */
  15590.     protected function getExpressPrepareCheckoutRouteService()
  15591.     {
  15592.         include_once \dirname(__DIR__4).'/vendor/store.shopware.com/swagpaypal/src/Checkout/ExpressCheckout/SalesChannel/AbstractExpressPrepareCheckoutRoute.php';
  15593.         include_once \dirname(__DIR__4).'/vendor/store.shopware.com/swagpaypal/src/Checkout/ExpressCheckout/SalesChannel/ExpressPrepareCheckoutRoute.php';
  15594.         include_once \dirname(__DIR__4).'/vendor/store.shopware.com/swagpaypal/src/Checkout/ExpressCheckout/Service/ExpressCustomerService.php';
  15595.         $a = ($this->privates['Swag\\PayPal\\Util\\Logger'] ?? $this->getLogger3Service());
  15596.         return $this->services['Swag\\PayPal\\Checkout\\ExpressCheckout\\SalesChannel\\ExpressPrepareCheckoutRoute'] = new \Swag\PayPal\Checkout\ExpressCheckout\SalesChannel\ExpressPrepareCheckoutRoute(new \Swag\PayPal\Checkout\ExpressCheckout\Service\ExpressCustomerService(($this->services['Shopware\\Core\\Checkout\\Customer\\SalesChannel\\RegisterRoute'] ?? $this->getRegisterRouteService()), ($this->services['country.repository'] ?? $this->getCountry_RepositoryService()), ($this->services['country_state.repository'] ?? $this->getCountryState_RepositoryService()), ($this->services['salutation.repository'] ?? $this->getSalutation_RepositoryService()), ($this->services['customer.repository'] ?? $this->getCustomer_RepositoryService()), ($this->privates['Shopware\\Core\\Checkout\\Customer\\SalesChannel\\AccountService'] ?? $this->getAccountServiceService()), ($this->services['Shopware\\Core\\System\\SystemConfig\\SystemConfigService'] ?? $this->getSystemConfigServiceService()), $a), ($this->services['Shopware\\Core\\System\\SalesChannel\\Context\\SalesChannelContextFactory'] ?? $this->getSalesChannelContextFactoryService()), ($this->privates['Swag\\PayPal\\RestApi\\V2\\Resource\\OrderResource'] ?? $this->getOrderResourceService()), ($this->services['Shopware\\Core\\Checkout\\Cart\\SalesChannel\\CartService'] ?? $this->getCartServiceService()), $a);
  15597.     }
  15598.     /**
  15599.      * Gets the public 'Swag\PayPal\Checkout\PUI\SalesChannel\PUIPaymentInstructionsRoute' shared service.
  15600.      *
  15601.      * @return \Swag\PayPal\Checkout\PUI\SalesChannel\PUIPaymentInstructionsRoute
  15602.      */
  15603.     protected function getPUIPaymentInstructionsRouteService()
  15604.     {
  15605.         include_once \dirname(__DIR__4).'/vendor/store.shopware.com/swagpaypal/src/Checkout/PUI/SalesChannel/AbstractPUIPaymentInstructionsRoute.php';
  15606.         include_once \dirname(__DIR__4).'/vendor/store.shopware.com/swagpaypal/src/Checkout/PUI/SalesChannel/PUIPaymentInstructionsRoute.php';
  15607.         $a = ($this->services['order_transaction.repository'] ?? $this->getOrderTransaction_RepositoryService());
  15608.         if (isset($this->services['Swag\\PayPal\\Checkout\\PUI\\SalesChannel\\PUIPaymentInstructionsRoute'])) {
  15609.             return $this->services['Swag\\PayPal\\Checkout\\PUI\\SalesChannel\\PUIPaymentInstructionsRoute'];
  15610.         }
  15611.         $b = ($this->privates['Shopware\\Core\\Checkout\\Order\\Aggregate\\OrderTransaction\\OrderTransactionStateHandler'] ?? $this->getOrderTransactionStateHandlerService());
  15612.         if (isset($this->services['Swag\\PayPal\\Checkout\\PUI\\SalesChannel\\PUIPaymentInstructionsRoute'])) {
  15613.             return $this->services['Swag\\PayPal\\Checkout\\PUI\\SalesChannel\\PUIPaymentInstructionsRoute'];
  15614.         }
  15615.         return $this->services['Swag\\PayPal\\Checkout\\PUI\\SalesChannel\\PUIPaymentInstructionsRoute'] = new \Swag\PayPal\Checkout\PUI\SalesChannel\PUIPaymentInstructionsRoute($a, ($this->privates['Swag\\PayPal\\RestApi\\V2\\Resource\\OrderResource'] ?? $this->getOrderResourceService()), $b, ($this->privates['Swag\\PayPal\\Checkout\\Payment\\Service\\TransactionDataService'] ?? $this->getTransactionDataServiceService()));
  15616.     }
  15617.     /**
  15618.      * Gets the public 'Swag\PayPal\Checkout\Plus\PlusPaymentFinalizeController' shared service.
  15619.      *
  15620.      * @return \Swag\PayPal\Checkout\Plus\PlusPaymentFinalizeController
  15621.      */
  15622.     protected function getPlusPaymentFinalizeControllerService()
  15623.     {
  15624.         include_once \dirname(__DIR__4).'/vendor/store.shopware.com/swagpaypal/src/Checkout/Plus/PlusPaymentFinalizeController.php';
  15625.         $this->services['Swag\\PayPal\\Checkout\\Plus\\PlusPaymentFinalizeController'] = $instance = new \Swag\PayPal\Checkout\Plus\PlusPaymentFinalizeController(($this->services['order_transaction.repository'] ?? $this->getOrderTransaction_RepositoryService()), ($this->privates['Swag\\PayPal\\Checkout\\Payment\\PayPalPaymentHandler'] ?? $this->getPayPalPaymentHandlerService()), ($this->privates['Shopware\\Core\\Checkout\\Order\\Aggregate\\OrderTransaction\\OrderTransactionStateHandler'] ?? $this->getOrderTransactionStateHandlerService()), ($this->services['router'] ?? $this->getRouterService()), ($this->privates['Swag\\PayPal\\Util\\Logger'] ?? $this->getLogger3Service()));
  15626.         $instance->setContainer($this);
  15627.         return $instance;
  15628.     }
  15629.     /**
  15630.      * Gets the public 'Swag\PayPal\Checkout\Plus\PlusPaymentHandleController' shared service.
  15631.      *
  15632.      * @return \Swag\PayPal\Checkout\Plus\PlusPaymentHandleController
  15633.      */
  15634.     protected function getPlusPaymentHandleControllerService()
  15635.     {
  15636.         include_once \dirname(__DIR__4).'/vendor/store.shopware.com/swagpaypal/src/Checkout/Plus/PlusPaymentHandleController.php';
  15637.         $this->services['Swag\\PayPal\\Checkout\\Plus\\PlusPaymentHandleController'] = $instance = new \Swag\PayPal\Checkout\Plus\PlusPaymentHandleController(($this->services['Shopware\\Core\\System\\SalesChannel\\SalesChannel\\ContextSwitchRoute'] ?? $this->getContextSwitchRouteService()), ($this->services['Shopware\\Storefront\\Controller\\AccountOrderController'] ?? $this->getAccountOrderControllerService()), ($this->services['UnzerPayment6\\Controllers\\Storefront\\UnzerCheckoutController'] ?? $this->getUnzerCheckoutControllerService()), ($this->services['request_stack'] ?? ($this->services['request_stack'] = new \Symfony\Component\HttpFoundation\RequestStack())));
  15638.         $instance->setContainer($this);
  15639.         return $instance;
  15640.     }
  15641.     /**
  15642.      * Gets the public 'Swag\PayPal\Checkout\SalesChannel\CreateOrderRoute' shared service.
  15643.      *
  15644.      * @return \Swag\PayPal\Checkout\SalesChannel\CreateOrderRoute
  15645.      */
  15646.     protected function getCreateOrderRouteService()
  15647.     {
  15648.         include_once \dirname(__DIR__4).'/vendor/store.shopware.com/swagpaypal/src/Checkout/SalesChannel/AbstractCreateOrderRoute.php';
  15649.         include_once \dirname(__DIR__4).'/vendor/store.shopware.com/swagpaypal/src/Checkout/SalesChannel/CreateOrderRoute.php';
  15650.         return $this->services['Swag\\PayPal\\Checkout\\SalesChannel\\CreateOrderRoute'] = new \Swag\PayPal\Checkout\SalesChannel\CreateOrderRoute(($this->services['Shopware\\Core\\Checkout\\Cart\\SalesChannel\\CartService'] ?? $this->getCartServiceService()), ($this->services['order.repository'] ?? $this->getOrder_RepositoryService()), ($this->privates['Swag\\PayPal\\OrdersApi\\Builder\\OrderFromOrderBuilder'] ?? $this->getOrderFromOrderBuilderService()), ($this->privates['Swag\\PayPal\\OrdersApi\\Builder\\OrderFromCartBuilder'] ?? $this->getOrderFromCartBuilderService()), ($this->privates['Swag\\PayPal\\RestApi\\V2\\Resource\\OrderResource'] ?? $this->getOrderResourceService()), ($this->privates['Swag\\PayPal\\Util\\Logger'] ?? $this->getLogger3Service()));
  15651.     }
  15652.     /**
  15653.      * Gets the public 'Swag\PayPal\Checkout\SalesChannel\ErrorRoute' shared service.
  15654.      *
  15655.      * @return \Swag\PayPal\Checkout\SalesChannel\ErrorRoute
  15656.      */
  15657.     protected function getErrorRouteService()
  15658.     {
  15659.         include_once \dirname(__DIR__4).'/vendor/store.shopware.com/swagpaypal/src/Checkout/SalesChannel/AbstractErrorRoute.php';
  15660.         include_once \dirname(__DIR__4).'/vendor/store.shopware.com/swagpaypal/src/Checkout/SalesChannel/ErrorRoute.php';
  15661.         return $this->services['Swag\\PayPal\\Checkout\\SalesChannel\\ErrorRoute'] = new \Swag\PayPal\Checkout\SalesChannel\ErrorRoute(($this->services['request_stack'] ?? ($this->services['request_stack'] = new \Symfony\Component\HttpFoundation\RequestStack())), ($this->services['translator'] ?? $this->getTranslatorService()), ($this->privates['Swag\\PayPal\\Util\\Logger'] ?? $this->getLogger3Service()));
  15662.     }
  15663.     /**
  15664.      * Gets the public 'Swag\PayPal\Checkout\SalesChannel\FilteredPaymentMethodRoute' shared service.
  15665.      *
  15666.      * @return \Swag\PayPal\Checkout\SalesChannel\FilteredPaymentMethodRoute
  15667.      */
  15668.     protected function getFilteredPaymentMethodRouteService()
  15669.     {
  15670.         $a = ($this->services['Shopware\\Core\\Checkout\\Payment\\SalesChannel\\CachedPaymentMethodRoute'] ?? $this->getCachedPaymentMethodRouteService());
  15671.         if (isset($this->services['Swag\\PayPal\\Checkout\\SalesChannel\\FilteredPaymentMethodRoute'])) {
  15672.             return $this->services['Swag\\PayPal\\Checkout\\SalesChannel\\FilteredPaymentMethodRoute'];
  15673.         }
  15674.         $b = ($this->services['Shopware\\Core\\Checkout\\Cart\\SalesChannel\\CartService'] ?? $this->getCartServiceService());
  15675.         if (isset($this->services['Swag\\PayPal\\Checkout\\SalesChannel\\FilteredPaymentMethodRoute'])) {
  15676.             return $this->services['Swag\\PayPal\\Checkout\\SalesChannel\\FilteredPaymentMethodRoute'];
  15677.         }
  15678.         $c = ($this->privates['Swag\\PayPal\\Checkout\\Cart\\Service\\ExcludedProductValidator'] ?? $this->getExcludedProductValidator2Service());
  15679.         if (isset($this->services['Swag\\PayPal\\Checkout\\SalesChannel\\FilteredPaymentMethodRoute'])) {
  15680.             return $this->services['Swag\\PayPal\\Checkout\\SalesChannel\\FilteredPaymentMethodRoute'];
  15681.         }
  15682.         $d = ($this->services['order.repository'] ?? $this->getOrder_RepositoryService());
  15683.         if (isset($this->services['Swag\\PayPal\\Checkout\\SalesChannel\\FilteredPaymentMethodRoute'])) {
  15684.             return $this->services['Swag\\PayPal\\Checkout\\SalesChannel\\FilteredPaymentMethodRoute'];
  15685.         }
  15686.         return $this->services['Swag\\PayPal\\Checkout\\SalesChannel\\FilteredPaymentMethodRoute'] = new \Swag\PayPal\Checkout\SalesChannel\FilteredPaymentMethodRoute($a, ($this->privates['Swag\\PayPal\\Util\\Lifecycle\\Method\\PaymentMethodDataRegistry'] ?? $this->getPaymentMethodDataRegistryService()), ($this->privates['Swag\\PayPal\\Setting\\Service\\SettingsValidationService'] ?? $this->getSettingsValidationServiceService()), $b, ($this->privates['Swag\\PayPal\\Checkout\\Cart\\Service\\CartPriceService'] ?? ($this->privates['Swag\\PayPal\\Checkout\\Cart\\Service\\CartPriceService'] = new \Swag\PayPal\Checkout\Cart\Service\CartPriceService())), $c, ($this->services['request_stack'] ?? ($this->services['request_stack'] = new \Symfony\Component\HttpFoundation\RequestStack())), ($this->privates['Swag\\PayPal\\Util\\Availability\\AvailabilityService'] ?? $this->getAvailabilityServiceService()), $d);
  15687.     }
  15688.     /**
  15689.      * Gets the public 'Swag\PayPal\Checkout\SalesChannel\MethodEligibilityRoute' shared service.
  15690.      *
  15691.      * @return \Swag\PayPal\Checkout\SalesChannel\MethodEligibilityRoute
  15692.      */
  15693.     protected function getMethodEligibilityRouteService()
  15694.     {
  15695.         include_once \dirname(__DIR__4).'/vendor/store.shopware.com/swagpaypal/src/Checkout/SalesChannel/AbstractMethodEligibilityRoute.php';
  15696.         include_once \dirname(__DIR__4).'/vendor/store.shopware.com/swagpaypal/src/Checkout/SalesChannel/MethodEligibilityRoute.php';
  15697.         return $this->services['Swag\\PayPal\\Checkout\\SalesChannel\\MethodEligibilityRoute'] = new \Swag\PayPal\Checkout\SalesChannel\MethodEligibilityRoute(($this->privates['Swag\\PayPal\\Util\\Logger'] ?? $this->getLogger3Service()));
  15698.     }
  15699.     /**
  15700.      * Gets the public 'Swag\PayPal\Dispute\Administration\DisputeController' shared service.
  15701.      *
  15702.      * @return \Swag\PayPal\Dispute\Administration\DisputeController
  15703.      */
  15704.     protected function getDisputeControllerService()
  15705.     {
  15706.         include_once \dirname(__DIR__4).'/vendor/store.shopware.com/swagpaypal/src/Dispute/Administration/DisputeController.php';
  15707.         include_once \dirname(__DIR__4).'/vendor/store.shopware.com/swagpaypal/src/RestApi/V1/Resource/DisputeResource.php';
  15708.         $this->services['Swag\\PayPal\\Dispute\\Administration\\DisputeController'] = $instance = new \Swag\PayPal\Dispute\Administration\DisputeController(new \Swag\PayPal\RestApi\V1\Resource\DisputeResource(($this->privates['Swag\\PayPal\\RestApi\\Client\\PayPalClientFactory'] ?? $this->getPayPalClientFactoryService())));
  15709.         $instance->setContainer($this);
  15710.         return $instance;
  15711.     }
  15712.     /**
  15713.      * Gets the public 'Swag\PayPal\OrdersApi\Administration\PayPalOrdersController' shared service.
  15714.      *
  15715.      * @return \Swag\PayPal\OrdersApi\Administration\PayPalOrdersController
  15716.      */
  15717.     protected function getPayPalOrdersControllerService()
  15718.     {
  15719.         include_once \dirname(__DIR__4).'/vendor/store.shopware.com/swagpaypal/src/OrdersApi/Administration/PayPalOrdersController.php';
  15720.         include_once \dirname(__DIR__4).'/vendor/store.shopware.com/swagpaypal/src/RestApi/V2/Resource/AuthorizationResource.php';
  15721.         include_once \dirname(__DIR__4).'/vendor/store.shopware.com/swagpaypal/src/RestApi/V2/Resource/CaptureResource.php';
  15722.         include_once \dirname(__DIR__4).'/vendor/store.shopware.com/swagpaypal/src/RestApi/V2/Resource/RefundResource.php';
  15723.         include_once \dirname(__DIR__4).'/vendor/store.shopware.com/swagpaypal/src/OrdersApi/Administration/Service/CaptureRefundCreator.php';
  15724.         include_once \dirname(__DIR__4).'/vendor/store.shopware.com/swagpaypal/src/Util/PriceFormatter.php';
  15725.         $a = ($this->privates['Swag\\PayPal\\RestApi\\Client\\PayPalClientFactory'] ?? $this->getPayPalClientFactoryService());
  15726.         $this->services['Swag\\PayPal\\OrdersApi\\Administration\\PayPalOrdersController'] = $instance = new \Swag\PayPal\OrdersApi\Administration\PayPalOrdersController(($this->privates['Swag\\PayPal\\RestApi\\V2\\Resource\\OrderResource'] ?? $this->getOrderResourceService()), new \Swag\PayPal\RestApi\V2\Resource\AuthorizationResource($a), new \Swag\PayPal\RestApi\V2\Resource\CaptureResource($a), new \Swag\PayPal\RestApi\V2\Resource\RefundResource($a), ($this->services['order_transaction.repository'] ?? $this->getOrderTransaction_RepositoryService()), ($this->privates['Swag\\PayPal\\Util\\PaymentStatusUtilV2'] ?? $this->getPaymentStatusUtilV2Service()), new \Swag\PayPal\OrdersApi\Administration\Service\CaptureRefundCreator(($this->privates['Swag\\PayPal\\Util\\PriceFormatter'] ?? ($this->privates['Swag\\PayPal\\Util\\PriceFormatter'] = new \Swag\PayPal\Util\PriceFormatter()))));
  15727.         $instance->setContainer($this);
  15728.         return $instance;
  15729.     }
  15730.     /**
  15731.      * Gets the public 'Swag\PayPal\PaymentsApi\Administration\PayPalPaymentController' shared service.
  15732.      *
  15733.      * @return \Swag\PayPal\PaymentsApi\Administration\PayPalPaymentController
  15734.      */
  15735.     protected function getPayPalPaymentControllerService()
  15736.     {
  15737.         include_once \dirname(__DIR__4).'/vendor/store.shopware.com/swagpaypal/src/PaymentsApi/Administration/PayPalPaymentController.php';
  15738.         include_once \dirname(__DIR__4).'/vendor/store.shopware.com/swagpaypal/src/RestApi/V1/Resource/AuthorizationResource.php';
  15739.         include_once \dirname(__DIR__4).'/vendor/store.shopware.com/swagpaypal/src/RestApi/V1/Resource/OrdersResource.php';
  15740.         include_once \dirname(__DIR__4).'/vendor/store.shopware.com/swagpaypal/src/RestApi/V1/Resource/CaptureResource.php';
  15741.         include_once \dirname(__DIR__4).'/vendor/store.shopware.com/swagpaypal/src/Util/PaymentStatusUtil.php';
  15742.         include_once \dirname(__DIR__4).'/vendor/store.shopware.com/swagpaypal/src/Util/PriceFormatter.php';
  15743.         $a = ($this->privates['Swag\\PayPal\\RestApi\\Client\\PayPalClientFactory'] ?? $this->getPayPalClientFactoryService());
  15744.         $b = ($this->services['order.repository'] ?? $this->getOrder_RepositoryService());
  15745.         $c = ($this->privates['Swag\\PayPal\\Util\\PriceFormatter'] ?? ($this->privates['Swag\\PayPal\\Util\\PriceFormatter'] = new \Swag\PayPal\Util\PriceFormatter()));
  15746.         $this->services['Swag\\PayPal\\PaymentsApi\\Administration\\PayPalPaymentController'] = $instance = new \Swag\PayPal\PaymentsApi\Administration\PayPalPaymentController(($this->privates['Swag\\PayPal\\RestApi\\V1\\Resource\\PaymentResource'] ?? $this->getPaymentResourceService()), ($this->privates['Swag\\PayPal\\RestApi\\V1\\Resource\\SaleResource'] ?? $this->getSaleResourceService()), new \Swag\PayPal\RestApi\V1\Resource\AuthorizationResource($a), new \Swag\PayPal\RestApi\V1\Resource\OrdersResource($a), new \Swag\PayPal\RestApi\V1\Resource\CaptureResource($a), new \Swag\PayPal\Util\PaymentStatusUtil($b, ($this->privates['Shopware\\Core\\Checkout\\Order\\Aggregate\\OrderTransaction\\OrderTransactionStateHandler'] ?? $this->getOrderTransactionStateHandlerService()), $c), $b$c);
  15747.         $instance->setContainer($this);
  15748.         return $instance;
  15749.     }
  15750.     /**
  15751.      * Gets the public 'Swag\PayPal\Pos\DataAbstractionLayer\Entity\PosSalesChannelDefinition' shared service.
  15752.      *
  15753.      * @return \Swag\PayPal\Pos\DataAbstractionLayer\Entity\PosSalesChannelDefinition
  15754.      */
  15755.     protected function getPosSalesChannelDefinitionService()
  15756.     {
  15757.         include_once \dirname(__DIR__4).'/vendor/store.shopware.com/swagpaypal/src/Pos/DataAbstractionLayer/Entity/PosSalesChannelDefinition.php';
  15758.         $this->services['Swag\\PayPal\\Pos\\DataAbstractionLayer\\Entity\\PosSalesChannelDefinition'] = $instance = new \Swag\PayPal\Pos\DataAbstractionLayer\Entity\PosSalesChannelDefinition();
  15759.         $instance->compile(($this->services['Shopware\\Core\\Framework\\DataAbstractionLayer\\DefinitionInstanceRegistry'] ?? $this->getDefinitionInstanceRegistryService()));
  15760.         return $instance;
  15761.     }
  15762.     /**
  15763.      * Gets the public 'Swag\PayPal\Pos\DataAbstractionLayer\Entity\PosSalesChannelInventoryDefinition' shared service.
  15764.      *
  15765.      * @return \Swag\PayPal\Pos\DataAbstractionLayer\Entity\PosSalesChannelInventoryDefinition
  15766.      */
  15767.     protected function getPosSalesChannelInventoryDefinitionService()
  15768.     {
  15769.         include_once \dirname(__DIR__4).'/vendor/store.shopware.com/swagpaypal/src/Pos/DataAbstractionLayer/Entity/PosSalesChannelInventoryDefinition.php';
  15770.         $this->services['Swag\\PayPal\\Pos\\DataAbstractionLayer\\Entity\\PosSalesChannelInventoryDefinition'] = $instance = new \Swag\PayPal\Pos\DataAbstractionLayer\Entity\PosSalesChannelInventoryDefinition();
  15771.         $instance->compile(($this->services['Shopware\\Core\\Framework\\DataAbstractionLayer\\DefinitionInstanceRegistry'] ?? $this->getDefinitionInstanceRegistryService()));
  15772.         return $instance;
  15773.     }
  15774.     /**
  15775.      * Gets the public 'Swag\PayPal\Pos\DataAbstractionLayer\Entity\PosSalesChannelMediaDefinition' shared service.
  15776.      *
  15777.      * @return \Swag\PayPal\Pos\DataAbstractionLayer\Entity\PosSalesChannelMediaDefinition
  15778.      */
  15779.     protected function getPosSalesChannelMediaDefinitionService()
  15780.     {
  15781.         include_once \dirname(__DIR__4).'/vendor/store.shopware.com/swagpaypal/src/Pos/DataAbstractionLayer/Entity/PosSalesChannelMediaDefinition.php';
  15782.         $this->services['Swag\\PayPal\\Pos\\DataAbstractionLayer\\Entity\\PosSalesChannelMediaDefinition'] = $instance = new \Swag\PayPal\Pos\DataAbstractionLayer\Entity\PosSalesChannelMediaDefinition();
  15783.         $instance->compile(($this->services['Shopware\\Core\\Framework\\DataAbstractionLayer\\DefinitionInstanceRegistry'] ?? $this->getDefinitionInstanceRegistryService()));
  15784.         return $instance;
  15785.     }
  15786.     /**
  15787.      * Gets the public 'Swag\PayPal\Pos\DataAbstractionLayer\Entity\PosSalesChannelProductDefinition' shared service.
  15788.      *
  15789.      * @return \Swag\PayPal\Pos\DataAbstractionLayer\Entity\PosSalesChannelProductDefinition
  15790.      */
  15791.     protected function getPosSalesChannelProductDefinitionService()
  15792.     {
  15793.         include_once \dirname(__DIR__4).'/vendor/store.shopware.com/swagpaypal/src/Pos/DataAbstractionLayer/Entity/PosSalesChannelProductDefinition.php';
  15794.         $this->services['Swag\\PayPal\\Pos\\DataAbstractionLayer\\Entity\\PosSalesChannelProductDefinition'] = $instance = new \Swag\PayPal\Pos\DataAbstractionLayer\Entity\PosSalesChannelProductDefinition();
  15795.         $instance->compile(($this->services['Shopware\\Core\\Framework\\DataAbstractionLayer\\DefinitionInstanceRegistry'] ?? $this->getDefinitionInstanceRegistryService()));
  15796.         return $instance;
  15797.     }
  15798.     /**
  15799.      * Gets the public 'Swag\PayPal\Pos\DataAbstractionLayer\Entity\PosSalesChannelRunDefinition' shared service.
  15800.      *
  15801.      * @return \Swag\PayPal\Pos\DataAbstractionLayer\Entity\PosSalesChannelRunDefinition
  15802.      */
  15803.     protected function getPosSalesChannelRunDefinitionService()
  15804.     {
  15805.         include_once \dirname(__DIR__4).'/vendor/store.shopware.com/swagpaypal/src/Pos/DataAbstractionLayer/Entity/PosSalesChannelRunDefinition.php';
  15806.         $this->services['Swag\\PayPal\\Pos\\DataAbstractionLayer\\Entity\\PosSalesChannelRunDefinition'] = $instance = new \Swag\PayPal\Pos\DataAbstractionLayer\Entity\PosSalesChannelRunDefinition();
  15807.         $instance->compile(($this->services['Shopware\\Core\\Framework\\DataAbstractionLayer\\DefinitionInstanceRegistry'] ?? $this->getDefinitionInstanceRegistryService()));
  15808.         return $instance;
  15809.     }
  15810.     /**
  15811.      * Gets the public 'Swag\PayPal\Pos\DataAbstractionLayer\Entity\PosSalesChannelRunLogDefinition' shared service.
  15812.      *
  15813.      * @return \Swag\PayPal\Pos\DataAbstractionLayer\Entity\PosSalesChannelRunLogDefinition
  15814.      */
  15815.     protected function getPosSalesChannelRunLogDefinitionService()
  15816.     {
  15817.         include_once \dirname(__DIR__4).'/vendor/store.shopware.com/swagpaypal/src/Pos/DataAbstractionLayer/Entity/PosSalesChannelRunLogDefinition.php';
  15818.         $this->services['Swag\\PayPal\\Pos\\DataAbstractionLayer\\Entity\\PosSalesChannelRunLogDefinition'] = $instance = new \Swag\PayPal\Pos\DataAbstractionLayer\Entity\PosSalesChannelRunLogDefinition();
  15819.         $instance->compile(($this->services['Shopware\\Core\\Framework\\DataAbstractionLayer\\DefinitionInstanceRegistry'] ?? $this->getDefinitionInstanceRegistryService()));
  15820.         return $instance;
  15821.     }
  15822.     /**
  15823.      * Gets the public 'Swag\PayPal\Pos\PosSyncController' shared service.
  15824.      *
  15825.      * @return \Swag\PayPal\Pos\PosSyncController
  15826.      */
  15827.     protected function getPosSyncControllerService()
  15828.     {
  15829.         include_once \dirname(__DIR__4).'/vendor/store.shopware.com/swagpaypal/src/Pos/PosSyncController.php';
  15830.         include_once \dirname(__DIR__4).'/vendor/store.shopware.com/swagpaypal/src/Pos/Run/Administration/SyncResetter.php';
  15831.         $this->services['Swag\\PayPal\\Pos\\PosSyncController'] = $instance = new \Swag\PayPal\Pos\PosSyncController(($this->services['sales_channel.repository'] ?? $this->getSalesChannel_RepositoryService()), ($this->privates['Swag\\PayPal\\Pos\\Run\\Task\\CompleteTask'] ?? $this->getCompleteTaskService()), ($this->privates['Swag\\PayPal\\Pos\\Run\\Task\\ProductTask'] ?? $this->getProductTaskService()), ($this->privates['Swag\\PayPal\\Pos\\Run\\Task\\ImageTask'] ?? $this->getImageTaskService()), ($this->privates['Swag\\PayPal\\Pos\\Run\\Task\\InventoryTask'] ?? $this->getInventoryTaskService()), ($this->privates['Swag\\PayPal\\Pos\\Run\\Administration\\LogCleaner'] ?? $this->getLogCleanerService()), ($this->privates['Swag\\PayPal\\Pos\\Run\\RunService'] ?? $this->getRunService2Service()), new \Swag\PayPal\Pos\Run\Administration\SyncResetter(($this->services['swag_paypal_pos_sales_channel_product.repository'] ?? $this->getSwagPaypalPosSalesChannelProduct_RepositoryService()), ($this->services['swag_paypal_pos_sales_channel_inventory.repository'] ?? $this->getSwagPaypalPosSalesChannelInventory_RepositoryService()), ($this->services['swag_paypal_pos_sales_channel_media.repository'] ?? $this->getSwagPaypalPosSalesChannelMedia_RepositoryService()), ($this->services['swag_paypal_pos_sales_channel_run.repository'] ?? $this->getSwagPaypalPosSalesChannelRun_RepositoryService())), ($this->privates['Swag\\PayPal\\Pos\\Sync\\ProductSelection'] ?? $this->getProductSelectionService()));
  15832.         $instance->setContainer($this);
  15833.         return $instance;
  15834.     }
  15835.     /**
  15836.      * Gets the public 'Swag\PayPal\Pos\Setting\Service\InformationDefaultService' shared service.
  15837.      *
  15838.      * @return \Swag\PayPal\Pos\Setting\Service\InformationDefaultService
  15839.      */
  15840.     protected function getInformationDefaultServiceService()
  15841.     {
  15842.         include_once \dirname(__DIR__4).'/vendor/store.shopware.com/swagpaypal/src/Pos/Setting/Service/InformationDefaultService.php';
  15843.         return $this->services['Swag\\PayPal\\Pos\\Setting\\Service\\InformationDefaultService'] = new \Swag\PayPal\Pos\Setting\Service\InformationDefaultService(($this->services['customer_group.repository'] ?? $this->getCustomerGroup_RepositoryService()), ($this->services['category.repository'] ?? $this->getCategory_RepositoryService()), ($this->services['Shopware\\Core\\Framework\\Plugin\\Util\\PluginIdProvider'] ?? $this->getPluginIdProviderService()), ($this->services['payment_method.repository'] ?? $this->getPaymentMethod_RepositoryService()), ($this->services['rule.repository'] ?? $this->getRule_RepositoryService()), ($this->services['delivery_time.repository'] ?? $this->getDeliveryTime_RepositoryService()), ($this->services['shipping_method.repository'] ?? $this->getShippingMethod_RepositoryService()));
  15844.     }
  15845.     /**
  15846.      * Gets the public 'Swag\PayPal\Pos\Setting\SettingsController' shared service.
  15847.      *
  15848.      * @return \Swag\PayPal\Pos\Setting\SettingsController
  15849.      */
  15850.     protected function getSettingsController2Service()
  15851.     {
  15852.         include_once \dirname(__DIR__4).'/vendor/store.shopware.com/swagpaypal/src/Pos/Setting/SettingsController.php';
  15853.         include_once \dirname(__DIR__4).'/vendor/store.shopware.com/swagpaypal/src/Pos/Util/PosSalesChannelTrait.php';
  15854.         include_once \dirname(__DIR__4).'/vendor/store.shopware.com/swagpaypal/src/Pos/Setting/Service/ApiCredentialService.php';
  15855.         include_once \dirname(__DIR__4).'/vendor/store.shopware.com/swagpaypal/src/Pos/Setting/Service/InformationFetchService.php';
  15856.         include_once \dirname(__DIR__4).'/vendor/store.shopware.com/swagpaypal/src/Pos/Resource/UserResource.php';
  15857.         include_once \dirname(__DIR__4).'/vendor/store.shopware.com/swagpaypal/src/Pos/Setting/Service/ProductVisibilityCloneService.php';
  15858.         include_once \dirname(__DIR__4).'/vendor/store.shopware.com/swagpaypal/src/Pos/Setting/Service/ProductCountService.php';
  15859.         include_once \dirname(__DIR__4).'/vendor/store.shopware.com/swagpaypal/src/Pos/Api/Service/ApiKeyDecoder.php';
  15860.         $a = ($this->services['sales_channel.repository'] ?? $this->getSalesChannel_RepositoryService());
  15861.         $this->services['Swag\\PayPal\\Pos\\Setting\\SettingsController'] = $instance = new \Swag\PayPal\Pos\Setting\SettingsController(new \Swag\PayPal\Pos\Setting\Service\ApiCredentialService(($this->privates['Swag\\PayPal\\Pos\\Resource\\TokenResource'] ?? $this->getTokenResourceService()), $a, ($this->privates['Swag\\PayPal\\Pos\\Api\\Service\\ApiKeyDecoder'] ?? ($this->privates['Swag\\PayPal\\Pos\\Api\\Service\\ApiKeyDecoder'] = new \Swag\PayPal\Pos\Api\Service\ApiKeyDecoder()))), new \Swag\PayPal\Pos\Setting\Service\InformationFetchService(new \Swag\PayPal\Pos\Resource\UserResource(($this->privates['Swag\\PayPal\\Pos\\Client\\PosClientFactory'] ?? $this->getPosClientFactoryService())), ($this->services['country.repository'] ?? $this->getCountry_RepositoryService()), ($this->services['currency.repository'] ?? $this->getCurrency_RepositoryService()), ($this->services['language.repository'] ?? $this->getLanguage_RepositoryService())), ($this->services['Swag\\PayPal\\Pos\\Setting\\Service\\InformationDefaultService'] ?? $this->getInformationDefaultServiceService()), new \Swag\PayPal\Pos\Setting\Service\ProductVisibilityCloneService(($this->privates['Swag\\PayPal\\Pos\\MessageQueue\\MessageDispatcher'] ?? $this->getMessageDispatcherService()), ($this->services['product_visibility.repository'] ?? $this->getProductVisibility_RepositoryService()), ($this->privates['Swag\\PayPal\\Pos\\Run\\RunService'] ?? $this->getRunService2Service()), $a), new \Swag\PayPal\Pos\Setting\Service\ProductCountService(($this->privates['Swag\\PayPal\\Pos\\Resource\\ProductResource'] ?? $this->getProductResourceService()), ($this->privates['Swag\\PayPal\\Pos\\Sync\\ProductSelection'] ?? $this->getProductSelectionService()), ($this->services['sales_channel.product.repository'] ?? $this->getSalesChannel_Product_RepositoryService()), $a));
  15862.         $instance->setContainer($this);
  15863.         return $instance;
  15864.     }
  15865.     /**
  15866.      * Gets the public 'Swag\PayPal\Pos\Webhook\WebhookController' shared service.
  15867.      *
  15868.      * @return \Swag\PayPal\Pos\Webhook\WebhookController
  15869.      */
  15870.     protected function getWebhookControllerService()
  15871.     {
  15872.         include_once \dirname(__DIR__4).'/vendor/store.shopware.com/swagpaypal/src/Pos/Util/PosSalesChannelTrait.php';
  15873.         include_once \dirname(__DIR__4).'/vendor/store.shopware.com/swagpaypal/src/Pos/Webhook/WebhookController.php';
  15874.         $this->services['Swag\\PayPal\\Pos\\Webhook\\WebhookController'] = $instance = new \Swag\PayPal\Pos\Webhook\WebhookController(($this->privates['Swag\\PayPal\\Util\\Logger'] ?? $this->getLogger3Service()), ($this->services['Swag\\PayPal\\Pos\\Webhook\\WebhookService'] ?? $this->getWebhookServiceService()), ($this->services['sales_channel.repository'] ?? $this->getSalesChannel_RepositoryService()));
  15875.         $instance->setContainer($this);
  15876.         return $instance;
  15877.     }
  15878.     /**
  15879.      * Gets the public 'Swag\PayPal\Pos\Webhook\WebhookService' shared service.
  15880.      *
  15881.      * @return \Swag\PayPal\Pos\Webhook\WebhookService
  15882.      */
  15883.     protected function getWebhookServiceService()
  15884.     {
  15885.         include_once \dirname(__DIR__4).'/vendor/store.shopware.com/swagpaypal/src/Pos/Util/PosSalesChannelTrait.php';
  15886.         include_once \dirname(__DIR__4).'/vendor/store.shopware.com/swagpaypal/src/Pos/Webhook/WebhookService.php';
  15887.         include_once \dirname(__DIR__4).'/vendor/store.shopware.com/swagpaypal/src/Pos/Resource/SubscriptionResource.php';
  15888.         include_once \dirname(__DIR__4).'/vendor/store.shopware.com/swagpaypal/src/Pos/Webhook/WebhookRegistry.php';
  15889.         include_once \dirname(__DIR__4).'/vendor/store.shopware.com/swagpaypal/src/Pos/Api/Service/Converter/UuidConverter.php';
  15890.         return $this->services['Swag\\PayPal\\Pos\\Webhook\\WebhookService'] = new \Swag\PayPal\Pos\Webhook\WebhookService(new \Swag\PayPal\Pos\Resource\SubscriptionResource(($this->privates['Swag\\PayPal\\Pos\\Client\\PosClientFactory'] ?? $this->getPosClientFactoryService())), new \Swag\PayPal\Pos\Webhook\WebhookRegistry(new RewindableGenerator(function () {
  15891.             yield => ($this->privates['Swag\\PayPal\\Pos\\Webhook\\Handler\\InventoryChangedHandler'] ?? $this->getInventoryChangedHandlerService());
  15892.         }, 1)), ($this->services['sales_channel.repository'] ?? $this->getSalesChannel_RepositoryService()), ($this->services['Shopware\\Core\\System\\SystemConfig\\SystemConfigService'] ?? $this->getSystemConfigServiceService()), ($this->privates['Swag\\PayPal\\Pos\\Api\\Service\\Converter\\UuidConverter'] ?? ($this->privates['Swag\\PayPal\\Pos\\Api\\Service\\Converter\\UuidConverter'] = new \Swag\PayPal\Pos\Api\Service\Converter\UuidConverter())), ($this->services['router'] ?? $this->getRouterService()));
  15893.     }
  15894.     /**
  15895.      * Gets the public 'Swag\PayPal\Setting\SettingsController' shared service.
  15896.      *
  15897.      * @return \Swag\PayPal\Setting\SettingsController
  15898.      */
  15899.     protected function getSettingsController3Service()
  15900.     {
  15901.         include_once \dirname(__DIR__4).'/vendor/store.shopware.com/swagpaypal/src/Setting/SettingsController.php';
  15902.         include_once \dirname(__DIR__4).'/vendor/store.shopware.com/swagpaypal/src/Setting/Service/ApiCredentialServiceInterface.php';
  15903.         include_once \dirname(__DIR__4).'/vendor/store.shopware.com/swagpaypal/src/Setting/Service/ApiCredentialService.php';
  15904.         include_once \dirname(__DIR__4).'/vendor/store.shopware.com/swagpaypal/src/RestApi/V1/Resource/CredentialsResource.php';
  15905.         include_once \dirname(__DIR__4).'/vendor/store.shopware.com/swagpaypal/src/RestApi/Client/CredentialsClientFactory.php';
  15906.         include_once \dirname(__DIR__4).'/vendor/store.shopware.com/swagpaypal/src/Setting/Service/MerchantIntegrationsService.php';
  15907.         include_once \dirname(__DIR__4).'/vendor/store.shopware.com/swagpaypal/src/RestApi/V1/Resource/MerchantIntegrationsResourceInterface.php';
  15908.         include_once \dirname(__DIR__4).'/vendor/store.shopware.com/swagpaypal/src/RestApi/V1/Resource/MerchantIntegrationsResource.php';
  15909.         include_once \dirname(__DIR__4).'/vendor/store.shopware.com/swagpaypal/src/RestApi/V1/Service/TokenValidator.php';
  15910.         $a = ($this->privates['Swag\\PayPal\\RestApi\\Client\\PayPalClientFactory'] ?? $this->getPayPalClientFactoryService());
  15911.         $this->services['Swag\\PayPal\\Setting\\SettingsController'] = $instance = new \Swag\PayPal\Setting\SettingsController(new \Swag\PayPal\Setting\Service\ApiCredentialService(new \Swag\PayPal\RestApi\V1\Resource\CredentialsResource(($this->privates['Swag\\PayPal\\RestApi\\Client\\TokenClientFactory'] ?? $this->getTokenClientFactoryService()), new \Swag\PayPal\RestApi\Client\CredentialsClientFactory(($this->privates['Swag\\PayPal\\Util\\Logger'] ?? $this->getLogger3Service())), ($this->privates['Swag\\PayPal\\RestApi\\V1\\Service\\TokenValidator'] ?? ($this->privates['Swag\\PayPal\\RestApi\\V1\\Service\\TokenValidator'] = new \Swag\PayPal\RestApi\V1\Service\TokenValidator())))), new \Swag\PayPal\Setting\Service\MerchantIntegrationsService(new \Swag\PayPal\RestApi\V1\Resource\MerchantIntegrationsResource($a), ($this->privates['Swag\\PayPal\\Setting\\Service\\CredentialsUtil'] ?? $this->getCredentialsUtilService()), ($this->privates['Swag\\PayPal\\Util\\Lifecycle\\Method\\PaymentMethodDataRegistry'] ?? $this->getPaymentMethodDataRegistryService()), $a));
  15912.         $instance->setContainer($this);
  15913.         return $instance;
  15914.     }
  15915.     /**
  15916.      * Gets the public 'Swag\PayPal\Storefront\Controller\PayPalController' shared service.
  15917.      *
  15918.      * @return \Swag\PayPal\Storefront\Controller\PayPalController
  15919.      */
  15920.     protected function getPayPalControllerService()
  15921.     {
  15922.         include_once \dirname(__DIR__4).'/vendor/store.shopware.com/swagpaypal/src/Storefront/Controller/PayPalController.php';
  15923.         $this->services['Swag\\PayPal\\Storefront\\Controller\\PayPalController'] = $instance = new \Swag\PayPal\Storefront\Controller\PayPalController(($this->services['Swag\\PayPal\\Checkout\\SalesChannel\\CreateOrderRoute'] ?? $this->getCreateOrderRouteService()), ($this->services['Swag\\PayPal\\Checkout\\SalesChannel\\MethodEligibilityRoute'] ?? $this->getMethodEligibilityRouteService()), ($this->services['Swag\\PayPal\\Checkout\\PUI\\SalesChannel\\PUIPaymentInstructionsRoute'] ?? $this->getPUIPaymentInstructionsRouteService()), ($this->services['Swag\\PayPal\\Checkout\\ExpressCheckout\\SalesChannel\\ExpressPrepareCheckoutRoute'] ?? $this->getExpressPrepareCheckoutRouteService()), ($this->services['Swag\\PayPal\\Checkout\\ExpressCheckout\\SalesChannel\\ExpressCreateOrderRoute'] ?? $this->getExpressCreateOrderRouteService()), ($this->services['Shopware\\Core\\System\\SalesChannel\\SalesChannel\\ContextSwitchRoute'] ?? $this->getContextSwitchRouteService()), ($this->services['Shopware\\Core\\Checkout\\Cart\\SalesChannel\\CartDeleteRoute'] ?? $this->getCartDeleteRouteService()), ($this->privates['Swag\\PayPal\\Util\\Logger'] ?? $this->getLogger3Service()));
  15924.         $instance->setContainer($this);
  15925.         return $instance;
  15926.     }
  15927.     /**
  15928.      * Gets the public 'Swag\PayPal\Storefront\Data\Service\ACDCCheckoutDataService' shared service.
  15929.      *
  15930.      * @return \Swag\PayPal\Storefront\Data\Service\ACDCCheckoutDataService
  15931.      */
  15932.     protected function getACDCCheckoutDataServiceService()
  15933.     {
  15934.         include_once \dirname(__DIR__4).'/vendor/store.shopware.com/swagpaypal/src/Storefront/Data/Service/AbstractCheckoutDataService.php';
  15935.         include_once \dirname(__DIR__4).'/vendor/store.shopware.com/swagpaypal/src/Storefront/Data/Service/ACDCCheckoutDataService.php';
  15936.         return $this->services['Swag\\PayPal\\Storefront\\Data\\Service\\ACDCCheckoutDataService'] = new \Swag\PayPal\Storefront\Data\Service\ACDCCheckoutDataService(($this->privates['Swag\\PayPal\\Util\\Lifecycle\\Method\\PaymentMethodDataRegistry'] ?? $this->getPaymentMethodDataRegistryService()), ($this->privates['Swag\\PayPal\\RestApi\\V1\\Resource\\IdentityResource'] ?? $this->getIdentityResourceService()), ($this->privates['Swag\\PayPal\\Util\\LocaleCodeProvider'] ?? $this->getLocaleCodeProviderService()), ($this->services['router'] ?? $this->getRouterService()), ($this->services['Shopware\\Core\\System\\SystemConfig\\SystemConfigService'] ?? $this->getSystemConfigServiceService()), ($this->privates['Swag\\PayPal\\Setting\\Service\\CredentialsUtil'] ?? $this->getCredentialsUtilService()));
  15937.     }
  15938.     /**
  15939.      * Gets the public 'Swag\PayPal\Storefront\Data\Service\PayLaterCheckoutDataService' shared service.
  15940.      *
  15941.      * @return \Swag\PayPal\Storefront\Data\Service\PayLaterCheckoutDataService
  15942.      */
  15943.     protected function getPayLaterCheckoutDataServiceService()
  15944.     {
  15945.         include_once \dirname(__DIR__4).'/vendor/store.shopware.com/swagpaypal/src/Storefront/Data/Service/AbstractCheckoutDataService.php';
  15946.         include_once \dirname(__DIR__4).'/vendor/store.shopware.com/swagpaypal/src/Storefront/Data/Service/PayLaterCheckoutDataService.php';
  15947.         return $this->services['Swag\\PayPal\\Storefront\\Data\\Service\\PayLaterCheckoutDataService'] = new \Swag\PayPal\Storefront\Data\Service\PayLaterCheckoutDataService(($this->privates['Swag\\PayPal\\Util\\Lifecycle\\Method\\PaymentMethodDataRegistry'] ?? $this->getPaymentMethodDataRegistryService()), ($this->privates['Swag\\PayPal\\RestApi\\V1\\Resource\\IdentityResource'] ?? $this->getIdentityResourceService()), ($this->privates['Swag\\PayPal\\Util\\LocaleCodeProvider'] ?? $this->getLocaleCodeProviderService()), ($this->services['router'] ?? $this->getRouterService()), ($this->services['Shopware\\Core\\System\\SystemConfig\\SystemConfigService'] ?? $this->getSystemConfigServiceService()), ($this->privates['Swag\\PayPal\\Setting\\Service\\CredentialsUtil'] ?? $this->getCredentialsUtilService()));
  15948.     }
  15949.     /**
  15950.      * Gets the public 'Swag\PayPal\Storefront\Data\Service\SEPACheckoutDataService' shared service.
  15951.      *
  15952.      * @return \Swag\PayPal\Storefront\Data\Service\SEPACheckoutDataService
  15953.      */
  15954.     protected function getSEPACheckoutDataServiceService()
  15955.     {
  15956.         include_once \dirname(__DIR__4).'/vendor/store.shopware.com/swagpaypal/src/Storefront/Data/Service/AbstractCheckoutDataService.php';
  15957.         include_once \dirname(__DIR__4).'/vendor/store.shopware.com/swagpaypal/src/Storefront/Data/Service/SEPACheckoutDataService.php';
  15958.         return $this->services['Swag\\PayPal\\Storefront\\Data\\Service\\SEPACheckoutDataService'] = new \Swag\PayPal\Storefront\Data\Service\SEPACheckoutDataService(($this->privates['Swag\\PayPal\\Util\\Lifecycle\\Method\\PaymentMethodDataRegistry'] ?? $this->getPaymentMethodDataRegistryService()), ($this->privates['Swag\\PayPal\\RestApi\\V1\\Resource\\IdentityResource'] ?? $this->getIdentityResourceService()), ($this->privates['Swag\\PayPal\\Util\\LocaleCodeProvider'] ?? $this->getLocaleCodeProviderService()), ($this->services['router'] ?? $this->getRouterService()), ($this->services['Shopware\\Core\\System\\SystemConfig\\SystemConfigService'] ?? $this->getSystemConfigServiceService()), ($this->privates['Swag\\PayPal\\Setting\\Service\\CredentialsUtil'] ?? $this->getCredentialsUtilService()));
  15959.     }
  15960.     /**
  15961.      * Gets the public 'Swag\PayPal\Storefront\Data\Service\SPBCheckoutDataService' shared service.
  15962.      *
  15963.      * @return \Swag\PayPal\Storefront\Data\Service\SPBCheckoutDataService
  15964.      */
  15965.     protected function getSPBCheckoutDataServiceService()
  15966.     {
  15967.         include_once \dirname(__DIR__4).'/vendor/store.shopware.com/swagpaypal/src/Storefront/Data/Service/AbstractCheckoutDataService.php';
  15968.         include_once \dirname(__DIR__4).'/vendor/store.shopware.com/swagpaypal/src/Storefront/Data/Service/SPBCheckoutDataService.php';
  15969.         return $this->services['Swag\\PayPal\\Storefront\\Data\\Service\\SPBCheckoutDataService'] = new \Swag\PayPal\Storefront\Data\Service\SPBCheckoutDataService(($this->privates['Swag\\PayPal\\Util\\Lifecycle\\Method\\PaymentMethodDataRegistry'] ?? $this->getPaymentMethodDataRegistryService()), ($this->privates['Swag\\PayPal\\RestApi\\V1\\Resource\\IdentityResource'] ?? $this->getIdentityResourceService()), ($this->privates['Swag\\PayPal\\Util\\LocaleCodeProvider'] ?? $this->getLocaleCodeProviderService()), ($this->services['router'] ?? $this->getRouterService()), ($this->services['Shopware\\Core\\System\\SystemConfig\\SystemConfigService'] ?? $this->getSystemConfigServiceService()), ($this->privates['Swag\\PayPal\\Setting\\Service\\CredentialsUtil'] ?? $this->getCredentialsUtilService()));
  15970.     }
  15971.     /**
  15972.      * Gets the public 'Swag\PayPal\Storefront\Data\Service\VenmoCheckoutDataService' shared service.
  15973.      *
  15974.      * @return \Swag\PayPal\Storefront\Data\Service\VenmoCheckoutDataService
  15975.      */
  15976.     protected function getVenmoCheckoutDataServiceService()
  15977.     {
  15978.         include_once \dirname(__DIR__4).'/vendor/store.shopware.com/swagpaypal/src/Storefront/Data/Service/AbstractCheckoutDataService.php';
  15979.         include_once \dirname(__DIR__4).'/vendor/store.shopware.com/swagpaypal/src/Storefront/Data/Service/VenmoCheckoutDataService.php';
  15980.         return $this->services['Swag\\PayPal\\Storefront\\Data\\Service\\VenmoCheckoutDataService'] = new \Swag\PayPal\Storefront\Data\Service\VenmoCheckoutDataService(($this->privates['Swag\\PayPal\\Util\\Lifecycle\\Method\\PaymentMethodDataRegistry'] ?? $this->getPaymentMethodDataRegistryService()), ($this->privates['Swag\\PayPal\\RestApi\\V1\\Resource\\IdentityResource'] ?? $this->getIdentityResourceService()), ($this->privates['Swag\\PayPal\\Util\\LocaleCodeProvider'] ?? $this->getLocaleCodeProviderService()), ($this->services['router'] ?? $this->getRouterService()), ($this->services['Shopware\\Core\\System\\SystemConfig\\SystemConfigService'] ?? $this->getSystemConfigServiceService()), ($this->privates['Swag\\PayPal\\Setting\\Service\\CredentialsUtil'] ?? $this->getCredentialsUtilService()));
  15981.     }
  15982.     /**
  15983.      * Gets the public 'Swag\PayPal\SwagPayPal' shared autowired service.
  15984.      *
  15985.      * @return \Swag\PayPal\SwagPayPal
  15986.      */
  15987.     protected function getSwagPayPalService()
  15988.     {
  15989.         include_once \dirname(__DIR__4).'/vendor/symfony/dependency-injection/ContainerAwareInterface.php';
  15990.         include_once \dirname(__DIR__4).'/vendor/symfony/http-kernel/Bundle/BundleInterface.php';
  15991.         include_once \dirname(__DIR__4).'/vendor/symfony/dependency-injection/ContainerAwareTrait.php';
  15992.         include_once \dirname(__DIR__4).'/vendor/symfony/http-kernel/Bundle/Bundle.php';
  15993.         include_once \dirname(__DIR__4).'/vendor/shopware/core/Framework/Bundle.php';
  15994.         include_once \dirname(__DIR__4).'/vendor/shopware/core/Framework/Plugin.php';
  15995.         include_once \dirname(__DIR__4).'/vendor/store.shopware.com/swagpaypal/src/SwagPayPal.php';
  15996.         include_once \dirname(__DIR__4).'/vendor/store.shopware.com/swagpaypal/src/Util/Lifecycle/ActivateDeactivate.php';
  15997.         include_once \dirname(__DIR__4).'/vendor/store.shopware.com/swagpaypal/src/Util/Lifecycle/State/PosStateService.php';
  15998.         $this->services['Swag\\PayPal\\SwagPayPal'] = $instance = ($this->services['Shopware\\Core\\Framework\\Plugin\\KernelPluginLoader\\KernelPluginLoader'] ?? $this->getKernelPluginLoaderService())->getPluginInstance('Swag\\PayPal\\SwagPayPal');
  15999.         $instance->setActivateDeactivate(new \Swag\PayPal\Util\Lifecycle\ActivateDeactivate(($this->services['Swag\\PayPal\\Util\\Lifecycle\\State\\PaymentMethodStateService'] ?? $this->getPaymentMethodStateServiceService()), new \Swag\PayPal\Util\Lifecycle\State\PosStateService(($this->services['sales_channel.repository'] ?? $this->getSalesChannel_RepositoryService()), ($this->services['sales_channel_type.repository'] ?? $this->getSalesChannelType_RepositoryService()), ($this->services['shipping_method.repository'] ?? $this->getShippingMethod_RepositoryService()), ($this->services['payment_method.repository'] ?? $this->getPaymentMethod_RepositoryService()))));
  16000.         return $instance;
  16001.     }
  16002.     /**
  16003.      * Gets the public 'Swag\PayPal\Util\Lifecycle\Installer\MediaInstaller' shared service.
  16004.      *
  16005.      * @return \Swag\PayPal\Util\Lifecycle\Installer\MediaInstaller
  16006.      */
  16007.     protected function getMediaInstallerService()
  16008.     {
  16009.         include_once \dirname(__DIR__4).'/vendor/store.shopware.com/swagpaypal/src/Util/Lifecycle/Installer/MediaInstaller.php';
  16010.         return $this->services['Swag\\PayPal\\Util\\Lifecycle\\Installer\\MediaInstaller'] = new \Swag\PayPal\Util\Lifecycle\Installer\MediaInstaller(($this->services['media.repository'] ?? $this->getMedia_RepositoryService()), ($this->services['media_folder.repository'] ?? $this->getMediaFolder_RepositoryService()), ($this->services['payment_method.repository'] ?? $this->getPaymentMethod_RepositoryService()), ($this->services['Shopware\\Core\\Content\\Media\\File\\FileSaver'] ?? $this->getFileSaverService()));
  16011.     }
  16012.     /**
  16013.      * Gets the public 'Swag\PayPal\Util\Lifecycle\Installer\PaymentMethodInstaller' shared service.
  16014.      *
  16015.      * @return \Swag\PayPal\Util\Lifecycle\Installer\PaymentMethodInstaller
  16016.      */
  16017.     protected function getPaymentMethodInstallerService()
  16018.     {
  16019.         include_once \dirname(__DIR__4).'/vendor/store.shopware.com/swagpaypal/src/Util/Lifecycle/Installer/PaymentMethodInstaller.php';
  16020.         return $this->services['Swag\\PayPal\\Util\\Lifecycle\\Installer\\PaymentMethodInstaller'] = new \Swag\PayPal\Util\Lifecycle\Installer\PaymentMethodInstaller(($this->services['payment_method.repository'] ?? $this->getPaymentMethod_RepositoryService()), ($this->services['rule.repository'] ?? $this->getRule_RepositoryService()), ($this->services['Shopware\\Core\\Framework\\Plugin\\Util\\PluginIdProvider'] ?? $this->getPluginIdProviderService()), ($this->privates['Swag\\PayPal\\Util\\Lifecycle\\Method\\PaymentMethodDataRegistry'] ?? $this->getPaymentMethodDataRegistryService()), ($this->services['Swag\\PayPal\\Util\\Lifecycle\\Installer\\MediaInstaller'] ?? $this->getMediaInstallerService()));
  16021.     }
  16022.     /**
  16023.      * Gets the public 'Swag\PayPal\Util\Lifecycle\State\PaymentMethodStateService' shared service.
  16024.      *
  16025.      * @return \Swag\PayPal\Util\Lifecycle\State\PaymentMethodStateService
  16026.      */
  16027.     protected function getPaymentMethodStateServiceService()
  16028.     {
  16029.         include_once \dirname(__DIR__4).'/vendor/store.shopware.com/swagpaypal/src/Util/Lifecycle/State/PaymentMethodStateService.php';
  16030.         return $this->services['Swag\\PayPal\\Util\\Lifecycle\\State\\PaymentMethodStateService'] = new \Swag\PayPal\Util\Lifecycle\State\PaymentMethodStateService(($this->privates['Swag\\PayPal\\Util\\Lifecycle\\Method\\PaymentMethodDataRegistry'] ?? $this->getPaymentMethodDataRegistryService()), ($this->services['payment_method.repository'] ?? $this->getPaymentMethod_RepositoryService()));
  16031.     }
  16032.     /**
  16033.      * Gets the public 'Swag\PayPal\Webhook\Registration\WebhookSystemConfigController' shared service.
  16034.      *
  16035.      * @return \Swag\PayPal\Webhook\Registration\WebhookSystemConfigController
  16036.      */
  16037.     protected function getWebhookSystemConfigControllerService()
  16038.     {
  16039.         include_once \dirname(__DIR__4).'/vendor/shopware/core/System/SystemConfig/Api/SystemConfigController.php';
  16040.         include_once \dirname(__DIR__4).'/vendor/store.shopware.com/swagpaypal/src/Webhook/Registration/WebhookSystemConfigController.php';
  16041.         include_once \dirname(__DIR__4).'/vendor/store.shopware.com/swagpaypal/src/Webhook/Registration/WebhookSystemConfigHelper.php';
  16042.         $a = ($this->services['Shopware\\Core\\System\\SystemConfig\\SystemConfigService'] ?? $this->getSystemConfigServiceService());
  16043.         $this->services['Swag\\PayPal\\Webhook\\Registration\\WebhookSystemConfigController'] = $instance = new \Swag\PayPal\Webhook\Registration\WebhookSystemConfigController(($this->privates['Shopware\\Core\\System\\SystemConfig\\Service\\ConfigurationService'] ?? $this->getConfigurationServiceService()), $a, new \Swag\PayPal\Webhook\Registration\WebhookSystemConfigHelper(($this->privates['Swag\\PayPal\\Util\\Logger'] ?? $this->getLogger3Service()), ($this->services['Swag\\PayPal\\Webhook\\WebhookService'] ?? $this->getWebhookService2Service()), $a, ($this->privates['Swag\\PayPal\\Setting\\Service\\SettingsValidationService'] ?? $this->getSettingsValidationServiceService())), NULL);
  16044.         $instance->setContainer($this);
  16045.         return $instance;
  16046.     }
  16047.     /**
  16048.      * Gets the public 'Swag\PayPal\Webhook\WebhookController' shared service.
  16049.      *
  16050.      * @return \Swag\PayPal\Webhook\WebhookController
  16051.      */
  16052.     protected function getWebhookController2Service()
  16053.     {
  16054.         include_once \dirname(__DIR__4).'/vendor/store.shopware.com/swagpaypal/src/Webhook/WebhookController.php';
  16055.         $this->services['Swag\\PayPal\\Webhook\\WebhookController'] = $instance = new \Swag\PayPal\Webhook\WebhookController(($this->privates['Swag\\PayPal\\Util\\Logger'] ?? $this->getLogger3Service()), ($this->services['Swag\\PayPal\\Webhook\\WebhookService'] ?? $this->getWebhookService2Service()), ($this->services['system_config.repository'] ?? $this->getSystemConfig_RepositoryService()));
  16056.         $instance->setContainer($this);
  16057.         return $instance;
  16058.     }
  16059.     /**
  16060.      * Gets the public 'Swag\PayPal\Webhook\WebhookService' shared service.
  16061.      *
  16062.      * @return \Swag\PayPal\Webhook\WebhookService
  16063.      */
  16064.     protected function getWebhookService2Service()
  16065.     {
  16066.         include_once \dirname(__DIR__4).'/vendor/store.shopware.com/swagpaypal/src/Webhook/WebhookServiceInterface.php';
  16067.         include_once \dirname(__DIR__4).'/vendor/store.shopware.com/swagpaypal/src/Webhook/WebhookService.php';
  16068.         include_once \dirname(__DIR__4).'/vendor/store.shopware.com/swagpaypal/src/RestApi/V1/Resource/WebhookResource.php';
  16069.         include_once \dirname(__DIR__4).'/vendor/store.shopware.com/swagpaypal/src/Webhook/WebhookRegistry.php';
  16070.         $a = ($this->services['Shopware\\Core\\System\\SystemConfig\\SystemConfigService'] ?? $this->getSystemConfigServiceService());
  16071.         if (isset($this->services['Swag\\PayPal\\Webhook\\WebhookService'])) {
  16072.             return $this->services['Swag\\PayPal\\Webhook\\WebhookService'];
  16073.         }
  16074.         return $this->services['Swag\\PayPal\\Webhook\\WebhookService'] = new \Swag\PayPal\Webhook\WebhookService(new \Swag\PayPal\RestApi\V1\Resource\WebhookResource(($this->privates['Swag\\PayPal\\RestApi\\Client\\PayPalClientFactory'] ?? $this->getPayPalClientFactoryService())), new \Swag\PayPal\Webhook\WebhookRegistry(new RewindableGenerator(function () {
  16075.             yield => ($this->privates['Swag\\PayPal\\Webhook\\Handler\\AuthorizationVoided'] ?? $this->getAuthorizationVoidedService());
  16076.             yield => ($this->privates['Swag\\PayPal\\Webhook\\Handler\\CaptureCompleted'] ?? $this->getCaptureCompletedService());
  16077.             yield => ($this->privates['Swag\\PayPal\\Webhook\\Handler\\CaptureDenied'] ?? $this->getCaptureDeniedService());
  16078.             yield => ($this->privates['Swag\\PayPal\\Webhook\\Handler\\CaptureRefunded'] ?? $this->getCaptureRefundedService());
  16079.             yield => ($this->privates['Swag\\PayPal\\Webhook\\Handler\\CaptureReversed'] ?? $this->getCaptureReversedService());
  16080.             yield => ($this->privates['Swag\\PayPal\\Webhook\\Handler\\SaleComplete'] ?? $this->getSaleCompleteService());
  16081.             yield => ($this->privates['Swag\\PayPal\\Webhook\\Handler\\SaleDenied'] ?? $this->getSaleDeniedService());
  16082.             yield => ($this->privates['Swag\\PayPal\\Webhook\\Handler\\SaleRefunded'] ?? $this->getSaleRefundedService());
  16083.         }, 8)), $a, ($this->services['router'] ?? $this->getRouterService()));
  16084.     }
  16085.     /**
  16086.      * Gets the public 'Symfony\Bundle\FrameworkBundle\Controller\RedirectController' shared service.
  16087.      *
  16088.      * @return \Symfony\Bundle\FrameworkBundle\Controller\RedirectController
  16089.      */
  16090.     protected function getRedirectControllerService()
  16091.     {
  16092.         include_once \dirname(__DIR__4).'/vendor/symfony/framework-bundle/Controller/RedirectController.php';
  16093.         $a = ($this->privates['router.request_context'] ?? $this->getRouter_RequestContextService());
  16094.         return $this->services['Symfony\\Bundle\\FrameworkBundle\\Controller\\RedirectController'] = new \Symfony\Bundle\FrameworkBundle\Controller\RedirectController(($this->services['router'] ?? $this->getRouterService()), $a->getHttpPort(), $a->getHttpsPort());
  16095.     }
  16096.     /**
  16097.      * Gets the public 'Symfony\Bundle\FrameworkBundle\Controller\TemplateController' shared service.
  16098.      *
  16099.      * @return \Symfony\Bundle\FrameworkBundle\Controller\TemplateController
  16100.      */
  16101.     protected function getTemplateControllerService()
  16102.     {
  16103.         include_once \dirname(__DIR__4).'/vendor/symfony/framework-bundle/Controller/TemplateController.php';
  16104.         return $this->services['Symfony\\Bundle\\FrameworkBundle\\Controller\\TemplateController'] = new \Symfony\Bundle\FrameworkBundle\Controller\TemplateController(($this->services['.container.private.twig'] ?? $this->get_Container_Private_TwigService()));
  16105.     }
  16106.     /**
  16107.      * Gets the public 'TcinnThemeWareModern\TcinnThemeWareModern' shared autowired service.
  16108.      *
  16109.      * @return \TcinnThemeWareModern\TcinnThemeWareModern
  16110.      */
  16111.     protected function getTcinnThemeWareModernService()
  16112.     {
  16113.         include_once \dirname(__DIR__4).'/vendor/symfony/dependency-injection/ContainerAwareInterface.php';
  16114.         include_once \dirname(__DIR__4).'/vendor/symfony/http-kernel/Bundle/BundleInterface.php';
  16115.         include_once \dirname(__DIR__4).'/vendor/symfony/dependency-injection/ContainerAwareTrait.php';
  16116.         include_once \dirname(__DIR__4).'/vendor/symfony/http-kernel/Bundle/Bundle.php';
  16117.         include_once \dirname(__DIR__4).'/vendor/shopware/core/Framework/Bundle.php';
  16118.         include_once \dirname(__DIR__4).'/vendor/shopware/core/Framework/Plugin.php';
  16119.         include_once \dirname(__DIR__4).'/vendor/shopware/storefront/Framework/ThemeInterface.php';
  16120.         include_once \dirname(__DIR__4).'/custom/plugins/TcinnThemeWareModern/src/TcinnThemeWareModern.php';
  16121.         return $this->services['TcinnThemeWareModern\\TcinnThemeWareModern'] = ($this->services['Shopware\\Core\\Framework\\Plugin\\KernelPluginLoader\\KernelPluginLoader'] ?? $this->getKernelPluginLoaderService())->getPluginInstance('TcinnThemeWareModern\\TcinnThemeWareModern');
  16122.     }
  16123.     /**
  16124.      * Gets the public 'UnzerPayment6\Controllers\Administration\UnzerPaymentApplePayController' shared service.
  16125.      *
  16126.      * @return \UnzerPayment6\Controllers\Administration\UnzerPaymentApplePayController
  16127.      */
  16128.     protected function getUnzerPaymentApplePayControllerService()
  16129.     {
  16130.         include_once \dirname(__DIR__4).'/vendor/store.shopware.com/unzerpayment6/src/Controllers/Administration/UnzerPaymentApplePayController.php';
  16131.         $this->services['UnzerPayment6\\Controllers\\Administration\\UnzerPaymentApplePayController'] = $instance = new \UnzerPayment6\Controllers\Administration\UnzerPaymentApplePayController(($this->privates['UnzerPayment6\\Components\\ClientFactory\\ClientFactory'] ?? $this->getClientFactoryService()), ($this->privates['unzer_payment.logger'] ?? $this->getUnzerPayment_LoggerService()), ($this->services['Shopware\\Core\\System\\SystemConfig\\SystemConfigService'] ?? $this->getSystemConfigServiceService()), ($this->services['shopware.filesystem.private'] ?? $this->getShopware_Filesystem_PrivateService()), ($this->privates['UnzerPayment6\\Components\\ConfigReader\\ConfigReader'] ?? $this->getConfigReader2Service()), ($this->privates['UnzerPayment6\\Components\\ApplePay\\CertificateManager'] ?? $this->getCertificateManagerService()), ($this->services['sales_channel.repository'] ?? $this->getSalesChannel_RepositoryService()));
  16132.         $instance->setContainer($this);
  16133.         return $instance;
  16134.     }
  16135.     /**
  16136.      * Gets the public 'UnzerPayment6\Controllers\Administration\UnzerPaymentConfigurationController' shared service.
  16137.      *
  16138.      * @return \UnzerPayment6\Controllers\Administration\UnzerPaymentConfigurationController
  16139.      */
  16140.     protected function getUnzerPaymentConfigurationControllerService()
  16141.     {
  16142.         include_once \dirname(__DIR__4).'/vendor/store.shopware.com/unzerpayment6/src/Controllers/Administration/UnzerPaymentConfigurationController.php';
  16143.         $this->services['UnzerPayment6\\Controllers\\Administration\\UnzerPaymentConfigurationController'] = $instance = new \UnzerPayment6\Controllers\Administration\UnzerPaymentConfigurationController(($this->privates['UnzerPayment6\\Components\\ClientFactory\\ClientFactory'] ?? $this->getClientFactoryService()), ($this->privates['unzer_payment.logger'] ?? $this->getUnzerPayment_LoggerService()), ($this->privates['UnzerPayment6\\Components\\WebhookRegistrator\\WebhookRegistrator'] ?? $this->getWebhookRegistratorService()));
  16144.         $instance->setContainer($this);
  16145.         return $instance;
  16146.     }
  16147.     /**
  16148.      * Gets the public 'UnzerPayment6\Controllers\Administration\UnzerPaymentTransactionController' shared service.
  16149.      *
  16150.      * @return \UnzerPayment6\Controllers\Administration\UnzerPaymentTransactionController
  16151.      */
  16152.     protected function getUnzerPaymentTransactionControllerService()
  16153.     {
  16154.         include_once \dirname(__DIR__4).'/vendor/store.shopware.com/unzerpayment6/src/Controllers/Administration/UnzerPaymentTransactionController.php';
  16155.         include_once \dirname(__DIR__4).'/vendor/store.shopware.com/unzerpayment6/src/Components/ResourceHydrator/PaymentResourceHydrator/PaymentResourceHydratorInterface.php';
  16156.         include_once \dirname(__DIR__4).'/vendor/store.shopware.com/unzerpayment6/src/Components/ResourceHydrator/PaymentResourceHydrator/PaymentResourceHydrator.php';
  16157.         include_once \dirname(__DIR__4).'/vendor/store.shopware.com/unzerpayment6/src/Components/CancelService/CancelServiceInterface.php';
  16158.         include_once \dirname(__DIR__4).'/vendor/store.shopware.com/unzerpayment6/src/Components/CancelService/CancelService.php';
  16159.         include_once \dirname(__DIR__4).'/vendor/store.shopware.com/unzerpayment6/src/Components/BasketConverter/BasketConverterInterface.php';
  16160.         include_once \dirname(__DIR__4).'/vendor/store.shopware.com/unzerpayment6/src/Components/BasketConverter/BasketConverter.php';
  16161.         $a = ($this->privates['UnzerPayment6\\Components\\ClientFactory\\ClientFactory'] ?? $this->getClientFactoryService());
  16162.         $b = ($this->services['order_transaction.repository'] ?? $this->getOrderTransaction_RepositoryService());
  16163.         $c = ($this->privates['unzer_payment.logger'] ?? $this->getUnzerPayment_LoggerService());
  16164.         $this->services['UnzerPayment6\\Controllers\\Administration\\UnzerPaymentTransactionController'] = $instance = new \UnzerPayment6\Controllers\Administration\UnzerPaymentTransactionController($a$b, new \UnzerPayment6\Components\ResourceHydrator\PaymentResourceHydrator\PaymentResourceHydrator($c), new \UnzerPayment6\Components\CancelService\CancelService($b$a), ($this->privates['UnzerPayment6\\Components\\ShipService\\ShipService'] ?? $this->getShipServiceService()), new \UnzerPayment6\Components\BasketConverter\BasketConverter(), $c);
  16165.         $instance->setContainer($this);
  16166.         return $instance;
  16167.     }
  16168.     /**
  16169.      * Gets the public 'UnzerPayment6\Controllers\Storefront\UnzerCheckoutController' shared service.
  16170.      *
  16171.      * @return \UnzerPayment6\Controllers\Storefront\UnzerCheckoutController
  16172.      */
  16173.     protected function getUnzerCheckoutControllerService()
  16174.     {
  16175.         include_once \dirname(__DIR__4).'/vendor/shopware/storefront/Controller/CheckoutController.php';
  16176.         include_once \dirname(__DIR__4).'/vendor/store.shopware.com/unzerpayment6/src/Controllers/Storefront/UnzerCheckoutController.php';
  16177.         include_once \dirname(__DIR__4).'/vendor/shopware/storefront/Page/Checkout/Cart/CheckoutCartPageLoader.php';
  16178.         include_once \dirname(__DIR__4).'/vendor/shopware/storefront/Page/Checkout/Confirm/CheckoutConfirmPageLoader.php';
  16179.         include_once \dirname(__DIR__4).'/vendor/shopware/storefront/Page/Checkout/Finish/CheckoutFinishPageLoader.php';
  16180.         include_once \dirname(__DIR__4).'/vendor/shopware/storefront/Page/Checkout/Offcanvas/OffcanvasCartPageLoader.php';
  16181.         $a = ($this->privates['Shopware\\Storefront\\Page\\GenericPageLoader'] ?? $this->getGenericPageLoaderService());
  16182.         $b = ($this->services['event_dispatcher'] ?? $this->getEventDispatcherService());
  16183.         $c = ($this->privates['Shopware\\Storefront\\Checkout\\Cart\\SalesChannel\\StorefrontCartFacade'] ?? $this->getStorefrontCartFacadeService());
  16184.         $d = ($this->services['Shopware\\Core\\Checkout\\Payment\\SalesChannel\\SortedPaymentMethodRoute'] ?? $this->getSortedPaymentMethodRouteService());
  16185.         $e = ($this->services['Shopware\\Core\\Checkout\\Shipping\\SalesChannel\\SortedShippingMethodRoute'] ?? $this->getSortedShippingMethodRouteService());
  16186.         $f = new \Shopware\Storefront\Page\Checkout\Finish\CheckoutFinishPageLoader($b$a, ($this->services['Shopware\\Core\\Checkout\\Order\\SalesChannel\\OrderRoute'] ?? $this->getOrderRouteService()));
  16187.         $g = new \Shopware\Storefront\Controller\CheckoutController(($this->services['Shopware\\Core\\Checkout\\Cart\\SalesChannel\\CartService'] ?? $this->getCartServiceService()), new \Shopware\Storefront\Page\Checkout\Cart\CheckoutCartPageLoader($a$b$c$d$e, ($this->services['Shopware\\Core\\System\\Country\\SalesChannel\\CachedCountryRoute'] ?? $this->getCachedCountryRouteService())), new \Shopware\Storefront\Page\Checkout\Confirm\CheckoutConfirmPageLoader($b$c$e$d$a, ($this->privates['Shopware\\Core\\Checkout\\Customer\\Validation\\AddressValidationFactory'] ?? $this->getAddressValidationFactoryService()), ($this->privates['Shopware\\Core\\Framework\\Validation\\DataValidator'] ?? $this->getDataValidatorService())), $f, ($this->privates['Shopware\\Core\\Checkout\\Order\\SalesChannel\\OrderService'] ?? $this->getOrderServiceService()), ($this->privates['Shopware\\Core\\Checkout\\Payment\\PaymentService'] ?? $this->getPaymentServiceService()), new \Shopware\Storefront\Page\Checkout\Offcanvas\OffcanvasCartPageLoader($b$c$a$e), ($this->services['Shopware\\Core\\System\\SystemConfig\\SystemConfigService'] ?? $this->getSystemConfigServiceService()), ($this->services['Shopware\\Core\\Checkout\\Customer\\SalesChannel\\LogoutRoute'] ?? $this->getLogoutRouteService()));
  16188.         $g->setContainer($this);
  16189.         $g->setTwig(($this->services['.container.private.twig'] ?? $this->get_Container_Private_TwigService()));
  16190.         $this->services['UnzerPayment6\\Controllers\\Storefront\\UnzerCheckoutController'] = $instance = new \UnzerPayment6\Controllers\Storefront\UnzerCheckoutController($g$f);
  16191.         $instance->setContainer($this);
  16192.         return $instance;
  16193.     }
  16194.     /**
  16195.      * Gets the public 'UnzerPayment6\Controllers\Storefront\UnzerPaymentApplePayController' shared service.
  16196.      *
  16197.      * @return \UnzerPayment6\Controllers\Storefront\UnzerPaymentApplePayController
  16198.      */
  16199.     protected function getUnzerPaymentApplePayController2Service()
  16200.     {
  16201.         include_once \dirname(__DIR__4).'/vendor/store.shopware.com/unzerpayment6/src/Controllers/Storefront/UnzerPaymentApplePayController.php';
  16202.         $this->services['UnzerPayment6\\Controllers\\Storefront\\UnzerPaymentApplePayController'] = $instance = new \UnzerPayment6\Controllers\Storefront\UnzerPaymentApplePayController(($this->privates['UnzerPayment6\\Components\\ConfigReader\\ConfigReader'] ?? $this->getConfigReader2Service()), ($this->services['shopware.filesystem.private'] ?? $this->getShopware_Filesystem_PrivateService()), ($this->privates['unzer_payment.logger'] ?? $this->getUnzerPayment_LoggerService()), ($this->privates['UnzerPayment6\\Components\\ApplePay\\CertificateManager'] ?? $this->getCertificateManagerService()), ($this->privates['UnzerPayment6\\Components\\ClientFactory\\ClientFactory'] ?? $this->getClientFactoryService()), ($this->services['Shopware\\Core\\System\\SystemConfig\\SystemConfigService'] ?? $this->getSystemConfigServiceService()));
  16203.         $instance->setContainer($this);
  16204.         return $instance;
  16205.     }
  16206.     /**
  16207.      * Gets the public 'UnzerPayment6\Controllers\Storefront\UnzerPaymentDeviceController' shared service.
  16208.      *
  16209.      * @return \UnzerPayment6\Controllers\Storefront\UnzerPaymentDeviceController
  16210.      */
  16211.     protected function getUnzerPaymentDeviceControllerService()
  16212.     {
  16213.         include_once \dirname(__DIR__4).'/vendor/store.shopware.com/unzerpayment6/src/Controllers/Storefront/UnzerPaymentDeviceController.php';
  16214.         $this->services['UnzerPayment6\\Controllers\\Storefront\\UnzerPaymentDeviceController'] = $instance = new \UnzerPayment6\Controllers\Storefront\UnzerPaymentDeviceController(($this->privates['UnzerPayment6\\DataAbstractionLayer\\Repository\\PaymentDevice\\UnzerPaymentDeviceRepository'] ?? $this->getUnzerPaymentDeviceRepositoryService()));
  16215.         $instance->setContainer($this);
  16216.         return $instance;
  16217.     }
  16218.     /**
  16219.      * Gets the public 'UnzerPayment6\Controllers\Storefront\UnzerPaymentWebhookController' shared service.
  16220.      *
  16221.      * @return \UnzerPayment6\Controllers\Storefront\UnzerPaymentWebhookController
  16222.      */
  16223.     protected function getUnzerPaymentWebhookControllerService()
  16224.     {
  16225.         include_once \dirname(__DIR__4).'/vendor/store.shopware.com/unzerpayment6/src/Controllers/Storefront/UnzerPaymentWebhookController.php';
  16226.         $this->services['UnzerPayment6\\Controllers\\Storefront\\UnzerPaymentWebhookController'] = $instance = new \UnzerPayment6\Controllers\Storefront\UnzerPaymentWebhookController(new RewindableGenerator(function () {
  16227.             yield => ($this->privates['UnzerPayment6\\Components\\WebhookHandler\\PaymentStatusWebhookHandler'] ?? $this->getPaymentStatusWebhookHandlerService());
  16228.         }, 1), ($this->privates['UnzerPayment6\\Components\\ConfigReader\\ConfigReader'] ?? $this->getConfigReader2Service()), ($this->privates['unzer_payment.logger'] ?? $this->getUnzerPayment_LoggerService()));
  16229.         $instance->setContainer($this);
  16230.         return $instance;
  16231.     }
  16232.     /**
  16233.      * Gets the public 'UnzerPayment6\DataAbstractionLayer\Entity\PaymentDevice\UnzerPaymentDeviceDefinition' shared service.
  16234.      *
  16235.      * @return \UnzerPayment6\DataAbstractionLayer\Entity\PaymentDevice\UnzerPaymentDeviceDefinition
  16236.      */
  16237.     protected function getUnzerPaymentDeviceDefinitionService()
  16238.     {
  16239.         include_once \dirname(__DIR__4).'/vendor/store.shopware.com/unzerpayment6/src/DataAbstractionLayer/Entity/PaymentDevice/UnzerPaymentDeviceDefinition.php';
  16240.         $this->services['UnzerPayment6\\DataAbstractionLayer\\Entity\\PaymentDevice\\UnzerPaymentDeviceDefinition'] = $instance = new \UnzerPayment6\DataAbstractionLayer\Entity\PaymentDevice\UnzerPaymentDeviceDefinition();
  16241.         $instance->compile(($this->services['Shopware\\Core\\Framework\\DataAbstractionLayer\\DefinitionInstanceRegistry'] ?? $this->getDefinitionInstanceRegistryService()));
  16242.         return $instance;
  16243.     }
  16244.     /**
  16245.      * Gets the public 'UnzerPayment6\DataAbstractionLayer\Entity\TransferInfo\UnzerPaymentTransferInfoEntityDefinition' shared service.
  16246.      *
  16247.      * @return \UnzerPayment6\DataAbstractionLayer\Entity\TransferInfo\UnzerPaymentTransferInfoEntityDefinition
  16248.      */
  16249.     protected function getUnzerPaymentTransferInfoEntityDefinitionService()
  16250.     {
  16251.         include_once \dirname(__DIR__4).'/vendor/store.shopware.com/unzerpayment6/src/DataAbstractionLayer/Entity/TransferInfo/UnzerPaymentTransferInfoEntityDefinition.php';
  16252.         $this->services['UnzerPayment6\\DataAbstractionLayer\\Entity\\TransferInfo\\UnzerPaymentTransferInfoEntityDefinition'] = $instance = new \UnzerPayment6\DataAbstractionLayer\Entity\TransferInfo\UnzerPaymentTransferInfoEntityDefinition();
  16253.         $instance->compile(($this->services['Shopware\\Core\\Framework\\DataAbstractionLayer\\DefinitionInstanceRegistry'] ?? $this->getDefinitionInstanceRegistryService()));
  16254.         return $instance;
  16255.     }
  16256.     /**
  16257.      * Gets the public 'UnzerPayment6\UnzerPayment6' shared autowired service.
  16258.      *
  16259.      * @return \UnzerPayment6\UnzerPayment6
  16260.      */
  16261.     protected function getUnzerPayment6Service()
  16262.     {
  16263.         include_once \dirname(__DIR__4).'/vendor/symfony/dependency-injection/ContainerAwareInterface.php';
  16264.         include_once \dirname(__DIR__4).'/vendor/symfony/http-kernel/Bundle/BundleInterface.php';
  16265.         include_once \dirname(__DIR__4).'/vendor/symfony/dependency-injection/ContainerAwareTrait.php';
  16266.         include_once \dirname(__DIR__4).'/vendor/symfony/http-kernel/Bundle/Bundle.php';
  16267.         include_once \dirname(__DIR__4).'/vendor/shopware/core/Framework/Bundle.php';
  16268.         include_once \dirname(__DIR__4).'/vendor/shopware/core/Framework/Plugin.php';
  16269.         include_once \dirname(__DIR__4).'/vendor/store.shopware.com/unzerpayment6/src/UnzerPayment6.php';
  16270.         return $this->services['UnzerPayment6\\UnzerPayment6'] = ($this->services['Shopware\\Core\\Framework\\Plugin\\KernelPluginLoader\\KernelPluginLoader'] ?? $this->getKernelPluginLoaderService())->getPluginInstance('UnzerPayment6\\UnzerPayment6');
  16271.     }
  16272.     /**
  16273.      * Gets the public 'Wato\DigitecGalaxusExport\WatoDigitecGalaxusExport' shared autowired service.
  16274.      *
  16275.      * @return \Wato\DigitecGalaxusExport\WatoDigitecGalaxusExport
  16276.      */
  16277.     protected function getWatoDigitecGalaxusExportService()
  16278.     {
  16279.         include_once \dirname(__DIR__4).'/vendor/symfony/dependency-injection/ContainerAwareInterface.php';
  16280.         include_once \dirname(__DIR__4).'/vendor/symfony/http-kernel/Bundle/BundleInterface.php';
  16281.         include_once \dirname(__DIR__4).'/vendor/symfony/dependency-injection/ContainerAwareTrait.php';
  16282.         include_once \dirname(__DIR__4).'/vendor/symfony/http-kernel/Bundle/Bundle.php';
  16283.         include_once \dirname(__DIR__4).'/vendor/shopware/core/Framework/Bundle.php';
  16284.         include_once \dirname(__DIR__4).'/vendor/shopware/core/Framework/Plugin.php';
  16285.         include_once \dirname(__DIR__4).'/vendor/store.shopware.com/watodigitecgalaxusexport/src/WatoDigitecGalaxusExport.php';
  16286.         return $this->services['Wato\\DigitecGalaxusExport\\WatoDigitecGalaxusExport'] = ($this->services['Shopware\\Core\\Framework\\Plugin\\KernelPluginLoader\\KernelPluginLoader'] ?? $this->getKernelPluginLoaderService())->getPluginInstance('Wato\\DigitecGalaxusExport\\WatoDigitecGalaxusExport');
  16287.     }
  16288.     /**
  16289.      * Gets the public 'Wbm\TagManagerEcomm\Api\ImportExportController' shared service.
  16290.      *
  16291.      * @return \Wbm\TagManagerEcomm\Api\ImportExportController
  16292.      */
  16293.     protected function getImportExportControllerService()
  16294.     {
  16295.         include_once \dirname(__DIR__4).'/vendor/store.shopware.com/wbmtagmanagerecomm/src/Api/ImportExportController.php';
  16296.         $this->services['Wbm\\TagManagerEcomm\\Api\\ImportExportController'] = $instance = new \Wbm\TagManagerEcomm\Api\ImportExportController();
  16297.         $instance->setContainer($this);
  16298.         return $instance;
  16299.     }
  16300.     /**
  16301.      * Gets the public 'Wbm\TagManagerEcomm\Core\Content\Module\ModuleDefinition' shared service.
  16302.      *
  16303.      * @return \Wbm\TagManagerEcomm\Core\Content\Module\ModuleDefinition
  16304.      */
  16305.     protected function getModuleDefinitionService()
  16306.     {
  16307.         include_once \dirname(__DIR__4).'/vendor/store.shopware.com/wbmtagmanagerecomm/src/Core/Content/Module/ModuleDefinition.php';
  16308.         $this->services['Wbm\\TagManagerEcomm\\Core\\Content\\Module\\ModuleDefinition'] = $instance = new \Wbm\TagManagerEcomm\Core\Content\Module\ModuleDefinition();
  16309.         $instance->compile(($this->services['Shopware\\Core\\Framework\\DataAbstractionLayer\\DefinitionInstanceRegistry'] ?? $this->getDefinitionInstanceRegistryService()));
  16310.         return $instance;
  16311.     }
  16312.     /**
  16313.      * Gets the public 'Wbm\TagManagerEcomm\Core\Content\Property\PropertyDefinition' shared service.
  16314.      *
  16315.      * @return \Wbm\TagManagerEcomm\Core\Content\Property\PropertyDefinition
  16316.      */
  16317.     protected function getPropertyDefinitionService()
  16318.     {
  16319.         include_once \dirname(__DIR__4).'/vendor/store.shopware.com/wbmtagmanagerecomm/src/Core/Content/Property/PropertyDefinition.php';
  16320.         $this->services['Wbm\\TagManagerEcomm\\Core\\Content\\Property\\PropertyDefinition'] = $instance = new \Wbm\TagManagerEcomm\Core\Content\Property\PropertyDefinition();
  16321.         $instance->compile(($this->services['Shopware\\Core\\Framework\\DataAbstractionLayer\\DefinitionInstanceRegistry'] ?? $this->getDefinitionInstanceRegistryService()));
  16322.         return $instance;
  16323.     }
  16324.     /**
  16325.      * Gets the public 'Wbm\TagManagerEcomm\WbmTagManagerEcomm' shared autowired service.
  16326.      *
  16327.      * @return \Wbm\TagManagerEcomm\WbmTagManagerEcomm
  16328.      */
  16329.     protected function getWbmTagManagerEcommService()
  16330.     {
  16331.         include_once \dirname(__DIR__4).'/vendor/symfony/dependency-injection/ContainerAwareInterface.php';
  16332.         include_once \dirname(__DIR__4).'/vendor/symfony/http-kernel/Bundle/BundleInterface.php';
  16333.         include_once \dirname(__DIR__4).'/vendor/symfony/dependency-injection/ContainerAwareTrait.php';
  16334.         include_once \dirname(__DIR__4).'/vendor/symfony/http-kernel/Bundle/Bundle.php';
  16335.         include_once \dirname(__DIR__4).'/vendor/shopware/core/Framework/Bundle.php';
  16336.         include_once \dirname(__DIR__4).'/vendor/shopware/core/Framework/Plugin.php';
  16337.         include_once \dirname(__DIR__4).'/vendor/store.shopware.com/wbmtagmanagerecomm/src/WbmTagManagerEcomm.php';
  16338.         return $this->services['Wbm\\TagManagerEcomm\\WbmTagManagerEcomm'] = ($this->services['Shopware\\Core\\Framework\\Plugin\\KernelPluginLoader\\KernelPluginLoader'] ?? $this->getKernelPluginLoaderService())->getPluginInstance('Wbm\\TagManagerEcomm\\WbmTagManagerEcomm');
  16339.     }
  16340.     /**
  16341.      * Gets the public 'Zeobv\AbandonedCart\Checkout\AbandonedCart\AbandonedCartDefinition' shared service.
  16342.      *
  16343.      * @return \Zeobv\AbandonedCart\Checkout\AbandonedCart\AbandonedCartDefinition
  16344.      */
  16345.     protected function getAbandonedCartDefinitionService()
  16346.     {
  16347.         include_once \dirname(__DIR__4).'/vendor/store.shopware.com/zeobvabandonedcart/src/Checkout/AbandonedCart/AbandonedCartDefinition.php';
  16348.         $this->services['Zeobv\\AbandonedCart\\Checkout\\AbandonedCart\\AbandonedCartDefinition'] = $instance = new \Zeobv\AbandonedCart\Checkout\AbandonedCart\AbandonedCartDefinition();
  16349.         $instance->compile(($this->services['Shopware\\Core\\Framework\\DataAbstractionLayer\\DefinitionInstanceRegistry'] ?? $this->getDefinitionInstanceRegistryService()));
  16350.         return $instance;
  16351.     }
  16352.     /**
  16353.      * Gets the public 'Zeobv\AbandonedCart\Core\Framework\DataAbstractionLayer\FieldSerializer\IdNullableFieldSerializer' shared service.
  16354.      *
  16355.      * @return \Zeobv\AbandonedCart\Core\Framework\DataAbstractionLayer\FieldSerializer\IdNullableFieldSerializer
  16356.      */
  16357.     protected function getIdNullableFieldSerializerService()
  16358.     {
  16359.         return $this->services['Zeobv\\AbandonedCart\\Core\\Framework\\DataAbstractionLayer\\FieldSerializer\\IdNullableFieldSerializer'] = new \Zeobv\AbandonedCart\Core\Framework\DataAbstractionLayer\FieldSerializer\IdNullableFieldSerializer(($this->services['.container.private.validator'] ?? $this->get_Container_Private_ValidatorService()), ($this->services['Shopware\\Core\\Framework\\DataAbstractionLayer\\DefinitionInstanceRegistry'] ?? $this->getDefinitionInstanceRegistryService()));
  16360.     }
  16361.     /**
  16362.      * Gets the public 'Zeobv\AbandonedCart\Storefront\Controller\RecoverController' shared service.
  16363.      *
  16364.      * @return \Zeobv\AbandonedCart\Storefront\Controller\RecoverController
  16365.      */
  16366.     protected function getRecoverControllerService()
  16367.     {
  16368.         include_once \dirname(__DIR__4).'/vendor/store.shopware.com/zeobvabandonedcart/src/Storefront/Controller/RecoverController.php';
  16369.         $this->services['Zeobv\\AbandonedCart\\Storefront\\Controller\\RecoverController'] = $instance = new \Zeobv\AbandonedCart\Storefront\Controller\RecoverController(($this->services['zeo_abandoned_cart.repository'] ?? $this->getZeoAbandonedCart_RepositoryService()), ($this->privates['Zeobv\\AbandonedCart\\Service\\AbandonedCartService'] ?? $this->getAbandonedCartServiceService()), ($this->privates['Zeobv\\AbandonedCart\\Pagelet\\AbandonedCartReminder\\Account\\AbandonedCartReminderAccountPageletLoader'] ?? $this->getAbandonedCartReminderAccountPageletLoaderService()));
  16370.         $instance->setContainer($this);
  16371.         return $instance;
  16372.     }
  16373.     /**
  16374.      * Gets the public 'Zeobv\AbandonedCart\ZeobvAbandonedCart' shared autowired service.
  16375.      *
  16376.      * @return \Zeobv\AbandonedCart\ZeobvAbandonedCart
  16377.      */
  16378.     protected function getZeobvAbandonedCartService()
  16379.     {
  16380.         include_once \dirname(__DIR__4).'/vendor/symfony/dependency-injection/ContainerAwareInterface.php';
  16381.         include_once \dirname(__DIR__4).'/vendor/symfony/http-kernel/Bundle/BundleInterface.php';
  16382.         include_once \dirname(__DIR__4).'/vendor/symfony/dependency-injection/ContainerAwareTrait.php';
  16383.         include_once \dirname(__DIR__4).'/vendor/symfony/http-kernel/Bundle/Bundle.php';
  16384.         include_once \dirname(__DIR__4).'/vendor/shopware/core/Framework/Bundle.php';
  16385.         include_once \dirname(__DIR__4).'/vendor/shopware/core/Framework/Plugin.php';
  16386.         include_once \dirname(__DIR__4).'/vendor/store.shopware.com/zeobvabandonedcart/src/ZeobvAbandonedCart.php';
  16387.         return $this->services['Zeobv\\AbandonedCart\\ZeobvAbandonedCart'] = ($this->services['Shopware\\Core\\Framework\\Plugin\\KernelPluginLoader\\KernelPluginLoader'] ?? $this->getKernelPluginLoaderService())->getPluginInstance('Zeobv\\AbandonedCart\\ZeobvAbandonedCart');
  16388.     }
  16389.     /**
  16390.      * Gets the public 'acl_role.repository' shared service.
  16391.      *
  16392.      * @return \Shopware\Core\Framework\DataAbstractionLayer\EntityRepositoryForwardCompatibilityDecorator
  16393.      */
  16394.     protected function getAclRole_RepositoryService()
  16395.     {
  16396.         $a = ($this->services['Shopware\\Core\\Framework\\DataAbstractionLayer\\VersionManager'] ?? $this->getVersionManagerService());
  16397.         if (isset($this->services['acl_role.repository'])) {
  16398.             return $this->services['acl_role.repository'];
  16399.         }
  16400.         $b = ($this->services['Shopware\\Core\\Framework\\DataAbstractionLayer\\Search\\EntitySearcherInterface'] ?? $this->getEntitySearcherInterfaceService());
  16401.         if (isset($this->services['acl_role.repository'])) {
  16402.             return $this->services['acl_role.repository'];
  16403.         }
  16404.         $c = ($this->services['Shopware\\Core\\Framework\\DataAbstractionLayer\\Search\\EntityAggregatorInterface'] ?? $this->getEntityAggregatorInterfaceService());
  16405.         if (isset($this->services['acl_role.repository'])) {
  16406.             return $this->services['acl_role.repository'];
  16407.         }
  16408.         $d = ($this->services['event_dispatcher'] ?? $this->getEventDispatcherService());
  16409.         if (isset($this->services['acl_role.repository'])) {
  16410.             return $this->services['acl_role.repository'];
  16411.         }
  16412.         return $this->services['acl_role.repository'] = new \Shopware\Core\Framework\DataAbstractionLayer\EntityRepositoryForwardCompatibilityDecorator(new \Shopware\Core\Framework\DataAbstractionLayer\EntityRepository(($this->services['Shopware\\Core\\Framework\\Api\\Acl\\Role\\AclRoleDefinition'] ?? $this->getAclRoleDefinitionService()), ($this->services['Shopware\\Core\\Framework\\DataAbstractionLayer\\Read\\EntityReaderInterface'] ?? $this->getEntityReaderInterfaceService()), $a$b$c$d, ($this->services['Shopware\\Core\\Framework\\DataAbstractionLayer\\Event\\EntityLoadedEventFactory'] ?? $this->getEntityLoadedEventFactoryService())));
  16413.     }
  16414.     /**
  16415.      * Gets the public 'acl_user_role.repository' shared service.
  16416.      *
  16417.      * @return \Shopware\Core\Framework\DataAbstractionLayer\EntityRepositoryForwardCompatibilityDecorator
  16418.      */
  16419.     protected function getAclUserRole_RepositoryService()
  16420.     {
  16421.         return $this->services['acl_user_role.repository'] = new \Shopware\Core\Framework\DataAbstractionLayer\EntityRepositoryForwardCompatibilityDecorator(new \Shopware\Core\Framework\DataAbstractionLayer\EntityRepository(($this->services['Shopware\\Core\\Framework\\Api\\Acl\\Role\\AclUserRoleDefinition'] ?? $this->getAclUserRoleDefinitionService()), ($this->services['Shopware\\Core\\Framework\\DataAbstractionLayer\\Read\\EntityReaderInterface'] ?? $this->getEntityReaderInterfaceService()), ($this->services['Shopware\\Core\\Framework\\DataAbstractionLayer\\VersionManager'] ?? $this->getVersionManagerService()), ($this->services['Shopware\\Core\\Framework\\DataAbstractionLayer\\Search\\EntitySearcherInterface'] ?? $this->getEntitySearcherInterfaceService()), ($this->services['Shopware\\Core\\Framework\\DataAbstractionLayer\\Search\\EntityAggregatorInterface'] ?? $this->getEntityAggregatorInterfaceService()), ($this->services['event_dispatcher'] ?? $this->getEventDispatcherService()), ($this->services['Shopware\\Core\\Framework\\DataAbstractionLayer\\Event\\EntityLoadedEventFactory'] ?? $this->getEntityLoadedEventFactoryService())));
  16422.     }
  16423.     /**
  16424.      * Gets the public 'acris_customers_also_viewed.repository' shared service.
  16425.      *
  16426.      * @return \Shopware\Core\Framework\DataAbstractionLayer\EntityRepositoryForwardCompatibilityDecorator
  16427.      */
  16428.     protected function getAcrisCustomersAlsoViewed_RepositoryService()
  16429.     {
  16430.         $a = ($this->services['Shopware\\Core\\Framework\\DataAbstractionLayer\\VersionManager'] ?? $this->getVersionManagerService());
  16431.         if (isset($this->services['acris_customers_also_viewed.repository'])) {
  16432.             return $this->services['acris_customers_also_viewed.repository'];
  16433.         }
  16434.         $b = ($this->services['Shopware\\Core\\Framework\\DataAbstractionLayer\\Search\\EntitySearcherInterface'] ?? $this->getEntitySearcherInterfaceService());
  16435.         if (isset($this->services['acris_customers_also_viewed.repository'])) {
  16436.             return $this->services['acris_customers_also_viewed.repository'];
  16437.         }
  16438.         $c = ($this->services['Shopware\\Core\\Framework\\DataAbstractionLayer\\Search\\EntityAggregatorInterface'] ?? $this->getEntityAggregatorInterfaceService());
  16439.         if (isset($this->services['acris_customers_also_viewed.repository'])) {
  16440.             return $this->services['acris_customers_also_viewed.repository'];
  16441.         }
  16442.         $d = ($this->services['event_dispatcher'] ?? $this->getEventDispatcherService());
  16443.         if (isset($this->services['acris_customers_also_viewed.repository'])) {
  16444.             return $this->services['acris_customers_also_viewed.repository'];
  16445.         }
  16446.         return $this->services['acris_customers_also_viewed.repository'] = new \Shopware\Core\Framework\DataAbstractionLayer\EntityRepositoryForwardCompatibilityDecorator(new \Shopware\Core\Framework\DataAbstractionLayer\EntityRepository(($this->services['Acris\\SuggestedProducts\\Custom\\CustomersAlsoViewedDefinition'] ?? $this->getCustomersAlsoViewedDefinitionService()), ($this->services['Shopware\\Core\\Framework\\DataAbstractionLayer\\Read\\EntityReaderInterface'] ?? $this->getEntityReaderInterfaceService()), $a$b$c$d, ($this->services['Shopware\\Core\\Framework\\DataAbstractionLayer\\Event\\EntityLoadedEventFactory'] ?? $this->getEntityLoadedEventFactoryService())));
  16447.     }
  16448.     /**
  16449.      * Gets the public 'acris_promotion_c_s.filesystem.private' shared service.
  16450.      *
  16451.      * @return \Shopware\Core\Framework\Adapter\Filesystem\PrefixFilesystem
  16452.      */
  16453.     protected function getAcrisPromotionCS_Filesystem_PrivateService()
  16454.     {
  16455.         include_once \dirname(__DIR__4).'/vendor/shopware/core/Framework/Adapter/Filesystem/AbstractFilesystem.php';
  16456.         include_once \dirname(__DIR__4).'/vendor/shopware/core/Framework/Adapter/Filesystem/PrefixFilesystem.php';
  16457.         return $this->services['acris_promotion_c_s.filesystem.private'] = new \Shopware\Core\Framework\Adapter\Filesystem\PrefixFilesystem(($this->services['shopware.filesystem.private'] ?? $this->getShopware_Filesystem_PrivateService()), 'plugins/acris_promotion_c_s');
  16458.     }
  16459.     /**
  16460.      * Gets the public 'acris_promotion_c_s.filesystem.public' shared service.
  16461.      *
  16462.      * @return \Shopware\Core\Framework\Adapter\Filesystem\PrefixFilesystem
  16463.      */
  16464.     protected function getAcrisPromotionCS_Filesystem_PublicService()
  16465.     {
  16466.         include_once \dirname(__DIR__4).'/vendor/shopware/core/Framework/Adapter/Filesystem/AbstractFilesystem.php';
  16467.         include_once \dirname(__DIR__4).'/vendor/shopware/core/Framework/Adapter/Filesystem/PrefixFilesystem.php';
  16468.         return $this->services['acris_promotion_c_s.filesystem.public'] = new \Shopware\Core\Framework\Adapter\Filesystem\PrefixFilesystem(($this->services['shopware.filesystem.public'] ?? $this->getShopware_Filesystem_PublicService()), 'plugins/acris_promotion_c_s');
  16469.     }
  16470.     /**
  16471.      * Gets the public 'acris_promotion_display.repository' shared service.
  16472.      *
  16473.      * @return \Shopware\Core\Framework\DataAbstractionLayer\EntityRepositoryForwardCompatibilityDecorator
  16474.      */
  16475.     protected function getAcrisPromotionDisplay_RepositoryService()
  16476.     {
  16477.         return $this->services['acris_promotion_display.repository'] = new \Shopware\Core\Framework\DataAbstractionLayer\EntityRepositoryForwardCompatibilityDecorator(new \Shopware\Core\Framework\DataAbstractionLayer\EntityRepository(($this->services['Acris\\Promotion\\Custom\\PromotionDisplayDefinition'] ?? $this->getPromotionDisplayDefinitionService()), ($this->services['Shopware\\Core\\Framework\\DataAbstractionLayer\\Read\\EntityReaderInterface'] ?? $this->getEntityReaderInterfaceService()), ($this->services['Shopware\\Core\\Framework\\DataAbstractionLayer\\VersionManager'] ?? $this->getVersionManagerService()), ($this->services['Shopware\\Core\\Framework\\DataAbstractionLayer\\Search\\EntitySearcherInterface'] ?? $this->getEntitySearcherInterfaceService()), ($this->services['Shopware\\Core\\Framework\\DataAbstractionLayer\\Search\\EntityAggregatorInterface'] ?? $this->getEntityAggregatorInterfaceService()), ($this->services['event_dispatcher'] ?? $this->getEventDispatcherService()), ($this->services['Shopware\\Core\\Framework\\DataAbstractionLayer\\Event\\EntityLoadedEventFactory'] ?? $this->getEntityLoadedEventFactoryService())));
  16478.     }
  16479.     /**
  16480.      * Gets the public 'acris_suggested_products_c_s.filesystem.private' shared service.
  16481.      *
  16482.      * @return \Shopware\Core\Framework\Adapter\Filesystem\PrefixFilesystem
  16483.      */
  16484.     protected function getAcrisSuggestedProductsCS_Filesystem_PrivateService()
  16485.     {
  16486.         include_once \dirname(__DIR__4).'/vendor/shopware/core/Framework/Adapter/Filesystem/AbstractFilesystem.php';
  16487.         include_once \dirname(__DIR__4).'/vendor/shopware/core/Framework/Adapter/Filesystem/PrefixFilesystem.php';
  16488.         return $this->services['acris_suggested_products_c_s.filesystem.private'] = new \Shopware\Core\Framework\Adapter\Filesystem\PrefixFilesystem(($this->services['shopware.filesystem.private'] ?? $this->getShopware_Filesystem_PrivateService()), 'plugins/acris_suggested_products_c_s');
  16489.     }
  16490.     /**
  16491.      * Gets the public 'acris_suggested_products_c_s.filesystem.public' shared service.
  16492.      *
  16493.      * @return \Shopware\Core\Framework\Adapter\Filesystem\PrefixFilesystem
  16494.      */
  16495.     protected function getAcrisSuggestedProductsCS_Filesystem_PublicService()
  16496.     {
  16497.         include_once \dirname(__DIR__4).'/vendor/shopware/core/Framework/Adapter/Filesystem/AbstractFilesystem.php';
  16498.         include_once \dirname(__DIR__4).'/vendor/shopware/core/Framework/Adapter/Filesystem/PrefixFilesystem.php';
  16499.         return $this->services['acris_suggested_products_c_s.filesystem.public'] = new \Shopware\Core\Framework\Adapter\Filesystem\PrefixFilesystem(($this->services['shopware.filesystem.public'] ?? $this->getShopware_Filesystem_PublicService()), 'plugins/acris_suggested_products_c_s');
  16500.     }
  16501.     /**
  16502.      * Gets the public 'admin.openSearch.client' shared service.
  16503.      *
  16504.      * @return \Shopware\Elasticsearch\Profiler\ClientProfiler
  16505.      */
  16506.     protected function getAdmin_OpenSearch_ClientService()
  16507.     {
  16508.         return $this->services['admin.openSearch.client'] = new \Shopware\Elasticsearch\Profiler\ClientProfiler(($this->privates['shopware.es.profiled.adminClient.inner'] ?? $this->getShopware_Es_Profiled_AdminClient_InnerService()));
  16509.     }
  16510.     /**
  16511.      * Gets the public 'administration.filesystem.private' shared service.
  16512.      *
  16513.      * @return \Shopware\Core\Framework\Adapter\Filesystem\PrefixFilesystem
  16514.      */
  16515.     protected function getAdministration_Filesystem_PrivateService()
  16516.     {
  16517.         include_once \dirname(__DIR__4).'/vendor/shopware/core/Framework/Adapter/Filesystem/AbstractFilesystem.php';
  16518.         include_once \dirname(__DIR__4).'/vendor/shopware/core/Framework/Adapter/Filesystem/PrefixFilesystem.php';
  16519.         return $this->services['administration.filesystem.private'] = new \Shopware\Core\Framework\Adapter\Filesystem\PrefixFilesystem(($this->services['shopware.filesystem.private'] ?? $this->getShopware_Filesystem_PrivateService()), 'plugins/administration');
  16520.     }
  16521.     /**
  16522.      * Gets the public 'administration.filesystem.public' shared service.
  16523.      *
  16524.      * @return \Shopware\Core\Framework\Adapter\Filesystem\PrefixFilesystem
  16525.      */
  16526.     protected function getAdministration_Filesystem_PublicService()
  16527.     {
  16528.         include_once \dirname(__DIR__4).'/vendor/shopware/core/Framework/Adapter/Filesystem/AbstractFilesystem.php';
  16529.         include_once \dirname(__DIR__4).'/vendor/shopware/core/Framework/Adapter/Filesystem/PrefixFilesystem.php';
  16530.         return $this->services['administration.filesystem.public'] = new \Shopware\Core\Framework\Adapter\Filesystem\PrefixFilesystem(($this->services['shopware.filesystem.public'] ?? $this->getShopware_Filesystem_PublicService()), 'plugins/administration');
  16531.     }
  16532.     /**
  16533.      * Gets the public 'app.repository' shared service.
  16534.      *
  16535.      * @return \Shopware\Core\Framework\DataAbstractionLayer\EntityRepositoryForwardCompatibilityDecorator
  16536.      */
  16537.     protected function getApp_RepositoryService()
  16538.     {
  16539.         $a = ($this->services['Shopware\\Core\\Framework\\DataAbstractionLayer\\VersionManager'] ?? $this->getVersionManagerService());
  16540.         if (isset($this->services['app.repository'])) {
  16541.             return $this->services['app.repository'];
  16542.         }
  16543.         $b = ($this->services['Shopware\\Core\\Framework\\DataAbstractionLayer\\Search\\EntitySearcherInterface'] ?? $this->getEntitySearcherInterfaceService());
  16544.         if (isset($this->services['app.repository'])) {
  16545.             return $this->services['app.repository'];
  16546.         }
  16547.         $c = ($this->services['Shopware\\Core\\Framework\\DataAbstractionLayer\\Search\\EntityAggregatorInterface'] ?? $this->getEntityAggregatorInterfaceService());
  16548.         if (isset($this->services['app.repository'])) {
  16549.             return $this->services['app.repository'];
  16550.         }
  16551.         $d = ($this->services['event_dispatcher'] ?? $this->getEventDispatcherService());
  16552.         if (isset($this->services['app.repository'])) {
  16553.             return $this->services['app.repository'];
  16554.         }
  16555.         return $this->services['app.repository'] = new \Shopware\Core\Framework\DataAbstractionLayer\EntityRepositoryForwardCompatibilityDecorator(new \Shopware\Core\Framework\DataAbstractionLayer\EntityRepository(($this->services['Shopware\\Core\\Framework\\App\\AppDefinition'] ?? $this->getAppDefinitionService()), ($this->services['Shopware\\Core\\Framework\\DataAbstractionLayer\\Read\\EntityReaderInterface'] ?? $this->getEntityReaderInterfaceService()), $a$b$c$d, ($this->services['Shopware\\Core\\Framework\\DataAbstractionLayer\\Event\\EntityLoadedEventFactory'] ?? $this->getEntityLoadedEventFactoryService())));
  16556.     }
  16557.     /**
  16558.      * Gets the public 'app_action_button.repository' shared service.
  16559.      *
  16560.      * @return \Shopware\Core\Framework\DataAbstractionLayer\EntityRepositoryForwardCompatibilityDecorator
  16561.      */
  16562.     protected function getAppActionButton_RepositoryService()
  16563.     {
  16564.         $a = ($this->services['Shopware\\Core\\Framework\\DataAbstractionLayer\\VersionManager'] ?? $this->getVersionManagerService());
  16565.         if (isset($this->services['app_action_button.repository'])) {
  16566.             return $this->services['app_action_button.repository'];
  16567.         }
  16568.         $b = ($this->services['Shopware\\Core\\Framework\\DataAbstractionLayer\\Search\\EntitySearcherInterface'] ?? $this->getEntitySearcherInterfaceService());
  16569.         if (isset($this->services['app_action_button.repository'])) {
  16570.             return $this->services['app_action_button.repository'];
  16571.         }
  16572.         $c = ($this->services['Shopware\\Core\\Framework\\DataAbstractionLayer\\Search\\EntityAggregatorInterface'] ?? $this->getEntityAggregatorInterfaceService());
  16573.         if (isset($this->services['app_action_button.repository'])) {
  16574.             return $this->services['app_action_button.repository'];
  16575.         }
  16576.         $d = ($this->services['event_dispatcher'] ?? $this->getEventDispatcherService());
  16577.         if (isset($this->services['app_action_button.repository'])) {
  16578.             return $this->services['app_action_button.repository'];
  16579.         }
  16580.         return $this->services['app_action_button.repository'] = new \Shopware\Core\Framework\DataAbstractionLayer\EntityRepositoryForwardCompatibilityDecorator(new \Shopware\Core\Framework\DataAbstractionLayer\EntityRepository(($this->services['Shopware\\Core\\Framework\\App\\Aggregate\\ActionButton\\ActionButtonDefinition'] ?? $this->getActionButtonDefinitionService()), ($this->services['Shopware\\Core\\Framework\\DataAbstractionLayer\\Read\\EntityReaderInterface'] ?? $this->getEntityReaderInterfaceService()), $a$b$c$d, ($this->services['Shopware\\Core\\Framework\\DataAbstractionLayer\\Event\\EntityLoadedEventFactory'] ?? $this->getEntityLoadedEventFactoryService())));
  16581.     }
  16582.     /**
  16583.      * Gets the public 'app_action_button_translation.repository' shared service.
  16584.      *
  16585.      * @return \Shopware\Core\Framework\DataAbstractionLayer\EntityRepositoryForwardCompatibilityDecorator
  16586.      */
  16587.     protected function getAppActionButtonTranslation_RepositoryService()
  16588.     {
  16589.         return $this->services['app_action_button_translation.repository'] = new \Shopware\Core\Framework\DataAbstractionLayer\EntityRepositoryForwardCompatibilityDecorator(new \Shopware\Core\Framework\DataAbstractionLayer\EntityRepository(($this->services['Shopware\\Core\\Framework\\App\\Aggregate\\ActionButtonTranslation\\ActionButtonTranslationDefinition'] ?? $this->getActionButtonTranslationDefinitionService()), ($this->services['Shopware\\Core\\Framework\\DataAbstractionLayer\\Read\\EntityReaderInterface'] ?? $this->getEntityReaderInterfaceService()), ($this->services['Shopware\\Core\\Framework\\DataAbstractionLayer\\VersionManager'] ?? $this->getVersionManagerService()), ($this->services['Shopware\\Core\\Framework\\DataAbstractionLayer\\Search\\EntitySearcherInterface'] ?? $this->getEntitySearcherInterfaceService()), ($this->services['Shopware\\Core\\Framework\\DataAbstractionLayer\\Search\\EntityAggregatorInterface'] ?? $this->getEntityAggregatorInterfaceService()), ($this->services['event_dispatcher'] ?? $this->getEventDispatcherService()), ($this->services['Shopware\\Core\\Framework\\DataAbstractionLayer\\Event\\EntityLoadedEventFactory'] ?? $this->getEntityLoadedEventFactoryService())));
  16590.     }
  16591.     /**
  16592.      * Gets the public 'app_administration_snippet.repository' shared service.
  16593.      *
  16594.      * @return \Shopware\Core\Framework\DataAbstractionLayer\EntityRepositoryForwardCompatibilityDecorator
  16595.      */
  16596.     protected function getAppAdministrationSnippet_RepositoryService()
  16597.     {
  16598.         $a = ($this->services['Shopware\\Core\\Framework\\DataAbstractionLayer\\VersionManager'] ?? $this->getVersionManagerService());
  16599.         if (isset($this->services['app_administration_snippet.repository'])) {
  16600.             return $this->services['app_administration_snippet.repository'];
  16601.         }
  16602.         $b = ($this->services['Shopware\\Core\\Framework\\DataAbstractionLayer\\Search\\EntitySearcherInterface'] ?? $this->getEntitySearcherInterfaceService());
  16603.         if (isset($this->services['app_administration_snippet.repository'])) {
  16604.             return $this->services['app_administration_snippet.repository'];
  16605.         }
  16606.         $c = ($this->services['Shopware\\Core\\Framework\\DataAbstractionLayer\\Search\\EntityAggregatorInterface'] ?? $this->getEntityAggregatorInterfaceService());
  16607.         if (isset($this->services['app_administration_snippet.repository'])) {
  16608.             return $this->services['app_administration_snippet.repository'];
  16609.         }
  16610.         $d = ($this->services['event_dispatcher'] ?? $this->getEventDispatcherService());
  16611.         if (isset($this->services['app_administration_snippet.repository'])) {
  16612.             return $this->services['app_administration_snippet.repository'];
  16613.         }
  16614.         return $this->services['app_administration_snippet.repository'] = new \Shopware\Core\Framework\DataAbstractionLayer\EntityRepositoryForwardCompatibilityDecorator(new \Shopware\Core\Framework\DataAbstractionLayer\EntityRepository(($this->services['Shopware\\Administration\\Snippet\\AppAdministrationSnippetDefinition'] ?? $this->getAppAdministrationSnippetDefinitionService()), ($this->services['Shopware\\Core\\Framework\\DataAbstractionLayer\\Read\\EntityReaderInterface'] ?? $this->getEntityReaderInterfaceService()), $a$b$c$d, ($this->services['Shopware\\Core\\Framework\\DataAbstractionLayer\\Event\\EntityLoadedEventFactory'] ?? $this->getEntityLoadedEventFactoryService())));
  16615.     }
  16616.     /**
  16617.      * Gets the public 'app_cms_block.repository' shared service.
  16618.      *
  16619.      * @return \Shopware\Core\Framework\DataAbstractionLayer\EntityRepositoryForwardCompatibilityDecorator
  16620.      */
  16621.     protected function getAppCmsBlock_RepositoryService()
  16622.     {
  16623.         $a = ($this->services['Shopware\\Core\\Framework\\DataAbstractionLayer\\VersionManager'] ?? $this->getVersionManagerService());
  16624.         if (isset($this->services['app_cms_block.repository'])) {
  16625.             return $this->services['app_cms_block.repository'];
  16626.         }
  16627.         $b = ($this->services['Shopware\\Core\\Framework\\DataAbstractionLayer\\Search\\EntitySearcherInterface'] ?? $this->getEntitySearcherInterfaceService());
  16628.         if (isset($this->services['app_cms_block.repository'])) {
  16629.             return $this->services['app_cms_block.repository'];
  16630.         }
  16631.         $c = ($this->services['Shopware\\Core\\Framework\\DataAbstractionLayer\\Search\\EntityAggregatorInterface'] ?? $this->getEntityAggregatorInterfaceService());
  16632.         if (isset($this->services['app_cms_block.repository'])) {
  16633.             return $this->services['app_cms_block.repository'];
  16634.         }
  16635.         $d = ($this->services['event_dispatcher'] ?? $this->getEventDispatcherService());
  16636.         if (isset($this->services['app_cms_block.repository'])) {
  16637.             return $this->services['app_cms_block.repository'];
  16638.         }
  16639.         return $this->services['app_cms_block.repository'] = new \Shopware\Core\Framework\DataAbstractionLayer\EntityRepositoryForwardCompatibilityDecorator(new \Shopware\Core\Framework\DataAbstractionLayer\EntityRepository(($this->services['Shopware\\Core\\Framework\\App\\Aggregate\\CmsBlock\\AppCmsBlockDefinition'] ?? $this->getAppCmsBlockDefinitionService()), ($this->services['Shopware\\Core\\Framework\\DataAbstractionLayer\\Read\\EntityReaderInterface'] ?? $this->getEntityReaderInterfaceService()), $a$b$c$d, ($this->services['Shopware\\Core\\Framework\\DataAbstractionLayer\\Event\\EntityLoadedEventFactory'] ?? $this->getEntityLoadedEventFactoryService())));
  16640.     }
  16641.     /**
  16642.      * Gets the public 'app_cms_block_translation.repository' shared service.
  16643.      *
  16644.      * @return \Shopware\Core\Framework\DataAbstractionLayer\EntityRepositoryForwardCompatibilityDecorator
  16645.      */
  16646.     protected function getAppCmsBlockTranslation_RepositoryService()
  16647.     {
  16648.         return $this->services['app_cms_block_translation.repository'] = new \Shopware\Core\Framework\DataAbstractionLayer\EntityRepositoryForwardCompatibilityDecorator(new \Shopware\Core\Framework\DataAbstractionLayer\EntityRepository(($this->services['Shopware\\Core\\Framework\\App\\Aggregate\\CmsBlockTranslation\\AppCmsBlockTranslationDefinition'] ?? $this->getAppCmsBlockTranslationDefinitionService()), ($this->services['Shopware\\Core\\Framework\\DataAbstractionLayer\\Read\\EntityReaderInterface'] ?? $this->getEntityReaderInterfaceService()), ($this->services['Shopware\\Core\\Framework\\DataAbstractionLayer\\VersionManager'] ?? $this->getVersionManagerService()), ($this->services['Shopware\\Core\\Framework\\DataAbstractionLayer\\Search\\EntitySearcherInterface'] ?? $this->getEntitySearcherInterfaceService()), ($this->services['Shopware\\Core\\Framework\\DataAbstractionLayer\\Search\\EntityAggregatorInterface'] ?? $this->getEntityAggregatorInterfaceService()), ($this->services['event_dispatcher'] ?? $this->getEventDispatcherService()), ($this->services['Shopware\\Core\\Framework\\DataAbstractionLayer\\Event\\EntityLoadedEventFactory'] ?? $this->getEntityLoadedEventFactoryService())));
  16649.     }
  16650.     /**
  16651.      * Gets the public 'app_flow_action.repository' shared service.
  16652.      *
  16653.      * @return \Shopware\Core\Framework\DataAbstractionLayer\EntityRepositoryForwardCompatibilityDecorator
  16654.      */
  16655.     protected function getAppFlowAction_RepositoryService()
  16656.     {
  16657.         $a = ($this->services['Shopware\\Core\\Framework\\DataAbstractionLayer\\VersionManager'] ?? $this->getVersionManagerService());
  16658.         if (isset($this->services['app_flow_action.repository'])) {
  16659.             return $this->services['app_flow_action.repository'];
  16660.         }
  16661.         $b = ($this->services['Shopware\\Core\\Framework\\DataAbstractionLayer\\Search\\EntitySearcherInterface'] ?? $this->getEntitySearcherInterfaceService());
  16662.         if (isset($this->services['app_flow_action.repository'])) {
  16663.             return $this->services['app_flow_action.repository'];
  16664.         }
  16665.         $c = ($this->services['Shopware\\Core\\Framework\\DataAbstractionLayer\\Search\\EntityAggregatorInterface'] ?? $this->getEntityAggregatorInterfaceService());
  16666.         if (isset($this->services['app_flow_action.repository'])) {
  16667.             return $this->services['app_flow_action.repository'];
  16668.         }
  16669.         $d = ($this->services['event_dispatcher'] ?? $this->getEventDispatcherService());
  16670.         if (isset($this->services['app_flow_action.repository'])) {
  16671.             return $this->services['app_flow_action.repository'];
  16672.         }
  16673.         return $this->services['app_flow_action.repository'] = new \Shopware\Core\Framework\DataAbstractionLayer\EntityRepositoryForwardCompatibilityDecorator(new \Shopware\Core\Framework\DataAbstractionLayer\EntityRepository(($this->services['Shopware\\Core\\Framework\\App\\Aggregate\\FlowAction\\AppFlowActionDefinition'] ?? $this->getAppFlowActionDefinitionService()), ($this->services['Shopware\\Core\\Framework\\DataAbstractionLayer\\Read\\EntityReaderInterface'] ?? $this->getEntityReaderInterfaceService()), $a$b$c$d, ($this->services['Shopware\\Core\\Framework\\DataAbstractionLayer\\Event\\EntityLoadedEventFactory'] ?? $this->getEntityLoadedEventFactoryService())));
  16674.     }
  16675.     /**
  16676.      * Gets the public 'app_flow_action_translation.repository' shared service.
  16677.      *
  16678.      * @return \Shopware\Core\Framework\DataAbstractionLayer\EntityRepositoryForwardCompatibilityDecorator
  16679.      */
  16680.     protected function getAppFlowActionTranslation_RepositoryService()
  16681.     {
  16682.         return $this->services['app_flow_action_translation.repository'] = new \Shopware\Core\Framework\DataAbstractionLayer\EntityRepositoryForwardCompatibilityDecorator(new \Shopware\Core\Framework\DataAbstractionLayer\EntityRepository(($this->services['Shopware\\Core\\Framework\\App\\Aggregate\\FlowActionTranslation\\AppFlowActionTranslationDefinition'] ?? $this->getAppFlowActionTranslationDefinitionService()), ($this->services['Shopware\\Core\\Framework\\DataAbstractionLayer\\Read\\EntityReaderInterface'] ?? $this->getEntityReaderInterfaceService()), ($this->services['Shopware\\Core\\Framework\\DataAbstractionLayer\\VersionManager'] ?? $this->getVersionManagerService()), ($this->services['Shopware\\Core\\Framework\\DataAbstractionLayer\\Search\\EntitySearcherInterface'] ?? $this->getEntitySearcherInterfaceService()), ($this->services['Shopware\\Core\\Framework\\DataAbstractionLayer\\Search\\EntityAggregatorInterface'] ?? $this->getEntityAggregatorInterfaceService()), ($this->services['event_dispatcher'] ?? $this->getEventDispatcherService()), ($this->services['Shopware\\Core\\Framework\\DataAbstractionLayer\\Event\\EntityLoadedEventFactory'] ?? $this->getEntityLoadedEventFactoryService())));
  16683.     }
  16684.     /**
  16685.      * Gets the public 'app_payment_method.repository' shared service.
  16686.      *
  16687.      * @return \Shopware\Core\Framework\DataAbstractionLayer\EntityRepositoryForwardCompatibilityDecorator
  16688.      */
  16689.     protected function getAppPaymentMethod_RepositoryService()
  16690.     {
  16691.         $a = ($this->services['Shopware\\Core\\Framework\\DataAbstractionLayer\\VersionManager'] ?? $this->getVersionManagerService());
  16692.         if (isset($this->services['app_payment_method.repository'])) {
  16693.             return $this->services['app_payment_method.repository'];
  16694.         }
  16695.         $b = ($this->services['Shopware\\Core\\Framework\\DataAbstractionLayer\\Search\\EntitySearcherInterface'] ?? $this->getEntitySearcherInterfaceService());
  16696.         if (isset($this->services['app_payment_method.repository'])) {
  16697.             return $this->services['app_payment_method.repository'];
  16698.         }
  16699.         $c = ($this->services['Shopware\\Core\\Framework\\DataAbstractionLayer\\Search\\EntityAggregatorInterface'] ?? $this->getEntityAggregatorInterfaceService());
  16700.         if (isset($this->services['app_payment_method.repository'])) {
  16701.             return $this->services['app_payment_method.repository'];
  16702.         }
  16703.         $d = ($this->services['event_dispatcher'] ?? $this->getEventDispatcherService());
  16704.         if (isset($this->services['app_payment_method.repository'])) {
  16705.             return $this->services['app_payment_method.repository'];
  16706.         }
  16707.         return $this->services['app_payment_method.repository'] = new \Shopware\Core\Framework\DataAbstractionLayer\EntityRepositoryForwardCompatibilityDecorator(new \Shopware\Core\Framework\DataAbstractionLayer\EntityRepository(($this->services['Shopware\\Core\\Framework\\App\\Aggregate\\AppPaymentMethod\\AppPaymentMethodDefinition'] ?? $this->getAppPaymentMethodDefinitionService()), ($this->services['Shopware\\Core\\Framework\\DataAbstractionLayer\\Read\\EntityReaderInterface'] ?? $this->getEntityReaderInterfaceService()), $a$b$c$d, ($this->services['Shopware\\Core\\Framework\\DataAbstractionLayer\\Event\\EntityLoadedEventFactory'] ?? $this->getEntityLoadedEventFactoryService())));
  16708.     }
  16709.     /**
  16710.      * Gets the public 'app_script_condition.repository' shared service.
  16711.      *
  16712.      * @return \Shopware\Core\Framework\DataAbstractionLayer\EntityRepositoryForwardCompatibilityDecorator
  16713.      */
  16714.     protected function getAppScriptCondition_RepositoryService()
  16715.     {
  16716.         $a = ($this->services['Shopware\\Core\\Framework\\DataAbstractionLayer\\VersionManager'] ?? $this->getVersionManagerService());
  16717.         if (isset($this->services['app_script_condition.repository'])) {
  16718.             return $this->services['app_script_condition.repository'];
  16719.         }
  16720.         $b = ($this->services['Shopware\\Core\\Framework\\DataAbstractionLayer\\Search\\EntitySearcherInterface'] ?? $this->getEntitySearcherInterfaceService());
  16721.         if (isset($this->services['app_script_condition.repository'])) {
  16722.             return $this->services['app_script_condition.repository'];
  16723.         }
  16724.         $c = ($this->services['Shopware\\Core\\Framework\\DataAbstractionLayer\\Search\\EntityAggregatorInterface'] ?? $this->getEntityAggregatorInterfaceService());
  16725.         if (isset($this->services['app_script_condition.repository'])) {
  16726.             return $this->services['app_script_condition.repository'];
  16727.         }
  16728.         $d = ($this->services['event_dispatcher'] ?? $this->getEventDispatcherService());
  16729.         if (isset($this->services['app_script_condition.repository'])) {
  16730.             return $this->services['app_script_condition.repository'];
  16731.         }
  16732.         return $this->services['app_script_condition.repository'] = new \Shopware\Core\Framework\DataAbstractionLayer\EntityRepositoryForwardCompatibilityDecorator(new \Shopware\Core\Framework\DataAbstractionLayer\EntityRepository(($this->services['Shopware\\Core\\Framework\\App\\Aggregate\\AppScriptCondition\\AppScriptConditionDefinition'] ?? $this->getAppScriptConditionDefinitionService()), ($this->services['Shopware\\Core\\Framework\\DataAbstractionLayer\\Read\\EntityReaderInterface'] ?? $this->getEntityReaderInterfaceService()), $a$b$c$d, ($this->services['Shopware\\Core\\Framework\\DataAbstractionLayer\\Event\\EntityLoadedEventFactory'] ?? $this->getEntityLoadedEventFactoryService())));
  16733.     }
  16734.     /**
  16735.      * Gets the public 'app_script_condition_translation.repository' shared service.
  16736.      *
  16737.      * @return \Shopware\Core\Framework\DataAbstractionLayer\EntityRepositoryForwardCompatibilityDecorator
  16738.      */
  16739.     protected function getAppScriptConditionTranslation_RepositoryService()
  16740.     {
  16741.         return $this->services['app_script_condition_translation.repository'] = new \Shopware\Core\Framework\DataAbstractionLayer\EntityRepositoryForwardCompatibilityDecorator(new \Shopware\Core\Framework\DataAbstractionLayer\EntityRepository(($this->services['Shopware\\Core\\Framework\\App\\Aggregate\\AppScriptConditionTranslation\\AppScriptConditionTranslationDefinition'] ?? $this->getAppScriptConditionTranslationDefinitionService()), ($this->services['Shopware\\Core\\Framework\\DataAbstractionLayer\\Read\\EntityReaderInterface'] ?? $this->getEntityReaderInterfaceService()), ($this->services['Shopware\\Core\\Framework\\DataAbstractionLayer\\VersionManager'] ?? $this->getVersionManagerService()), ($this->services['Shopware\\Core\\Framework\\DataAbstractionLayer\\Search\\EntitySearcherInterface'] ?? $this->getEntitySearcherInterfaceService()), ($this->services['Shopware\\Core\\Framework\\DataAbstractionLayer\\Search\\EntityAggregatorInterface'] ?? $this->getEntityAggregatorInterfaceService()), ($this->services['event_dispatcher'] ?? $this->getEventDispatcherService()), ($this->services['Shopware\\Core\\Framework\\DataAbstractionLayer\\Event\\EntityLoadedEventFactory'] ?? $this->getEntityLoadedEventFactoryService())));
  16742.     }
  16743.     /**
  16744.      * Gets the public 'app_template.repository' shared service.
  16745.      *
  16746.      * @return \Shopware\Core\Framework\DataAbstractionLayer\EntityRepositoryForwardCompatibilityDecorator
  16747.      */
  16748.     protected function getAppTemplate_RepositoryService()
  16749.     {
  16750.         $a = ($this->services['Shopware\\Core\\Framework\\DataAbstractionLayer\\VersionManager'] ?? $this->getVersionManagerService());
  16751.         if (isset($this->services['app_template.repository'])) {
  16752.             return $this->services['app_template.repository'];
  16753.         }
  16754.         $b = ($this->services['Shopware\\Core\\Framework\\DataAbstractionLayer\\Search\\EntitySearcherInterface'] ?? $this->getEntitySearcherInterfaceService());
  16755.         if (isset($this->services['app_template.repository'])) {
  16756.             return $this->services['app_template.repository'];
  16757.         }
  16758.         $c = ($this->services['Shopware\\Core\\Framework\\DataAbstractionLayer\\Search\\EntityAggregatorInterface'] ?? $this->getEntityAggregatorInterfaceService());
  16759.         if (isset($this->services['app_template.repository'])) {
  16760.             return $this->services['app_template.repository'];
  16761.         }
  16762.         $d = ($this->services['event_dispatcher'] ?? $this->getEventDispatcherService());
  16763.         if (isset($this->services['app_template.repository'])) {
  16764.             return $this->services['app_template.repository'];
  16765.         }
  16766.         return $this->services['app_template.repository'] = new \Shopware\Core\Framework\DataAbstractionLayer\EntityRepositoryForwardCompatibilityDecorator(new \Shopware\Core\Framework\DataAbstractionLayer\EntityRepository(($this->services['Shopware\\Core\\Framework\\App\\Template\\TemplateDefinition'] ?? $this->getTemplateDefinitionService()), ($this->services['Shopware\\Core\\Framework\\DataAbstractionLayer\\Read\\EntityReaderInterface'] ?? $this->getEntityReaderInterfaceService()), $a$b$c$d, ($this->services['Shopware\\Core\\Framework\\DataAbstractionLayer\\Event\\EntityLoadedEventFactory'] ?? $this->getEntityLoadedEventFactoryService())));
  16767.     }
  16768.     /**
  16769.      * Gets the public 'app_translation.repository' shared service.
  16770.      *
  16771.      * @return \Shopware\Core\Framework\DataAbstractionLayer\EntityRepositoryForwardCompatibilityDecorator
  16772.      */
  16773.     protected function getAppTranslation_RepositoryService()
  16774.     {
  16775.         return $this->services['app_translation.repository'] = new \Shopware\Core\Framework\DataAbstractionLayer\EntityRepositoryForwardCompatibilityDecorator(new \Shopware\Core\Framework\DataAbstractionLayer\EntityRepository(($this->services['Shopware\\Core\\Framework\\App\\Aggregate\\AppTranslation\\AppTranslationDefinition'] ?? $this->getAppTranslationDefinitionService()), ($this->services['Shopware\\Core\\Framework\\DataAbstractionLayer\\Read\\EntityReaderInterface'] ?? $this->getEntityReaderInterfaceService()), ($this->services['Shopware\\Core\\Framework\\DataAbstractionLayer\\VersionManager'] ?? $this->getVersionManagerService()), ($this->services['Shopware\\Core\\Framework\\DataAbstractionLayer\\Search\\EntitySearcherInterface'] ?? $this->getEntitySearcherInterfaceService()), ($this->services['Shopware\\Core\\Framework\\DataAbstractionLayer\\Search\\EntityAggregatorInterface'] ?? $this->getEntityAggregatorInterfaceService()), ($this->services['event_dispatcher'] ?? $this->getEventDispatcherService()), ($this->services['Shopware\\Core\\Framework\\DataAbstractionLayer\\Event\\EntityLoadedEventFactory'] ?? $this->getEntityLoadedEventFactoryService())));
  16776.     }
  16777.     /**
  16778.      * Gets the public 'atl_seo_url_manager.filesystem.private' shared service.
  16779.      *
  16780.      * @return \Shopware\Core\Framework\Adapter\Filesystem\PrefixFilesystem
  16781.      */
  16782.     protected function getAtlSeoUrlManager_Filesystem_PrivateService()
  16783.     {
  16784.         include_once \dirname(__DIR__4).'/vendor/shopware/core/Framework/Adapter/Filesystem/AbstractFilesystem.php';
  16785.         include_once \dirname(__DIR__4).'/vendor/shopware/core/Framework/Adapter/Filesystem/PrefixFilesystem.php';
  16786.         return $this->services['atl_seo_url_manager.filesystem.private'] = new \Shopware\Core\Framework\Adapter\Filesystem\PrefixFilesystem(($this->services['shopware.filesystem.private'] ?? $this->getShopware_Filesystem_PrivateService()), 'plugins/atl_seo_url_manager');
  16787.     }
  16788.     /**
  16789.      * Gets the public 'atl_seo_url_manager.filesystem.public' shared service.
  16790.      *
  16791.      * @return \Shopware\Core\Framework\Adapter\Filesystem\PrefixFilesystem
  16792.      */
  16793.     protected function getAtlSeoUrlManager_Filesystem_PublicService()
  16794.     {
  16795.         include_once \dirname(__DIR__4).'/vendor/shopware/core/Framework/Adapter/Filesystem/AbstractFilesystem.php';
  16796.         include_once \dirname(__DIR__4).'/vendor/shopware/core/Framework/Adapter/Filesystem/PrefixFilesystem.php';
  16797.         return $this->services['atl_seo_url_manager.filesystem.public'] = new \Shopware\Core\Framework\Adapter\Filesystem\PrefixFilesystem(($this->services['shopware.filesystem.public'] ?? $this->getShopware_Filesystem_PublicService()), 'plugins/atl_seo_url_manager');
  16798.     }
  16799.     /**
  16800.      * Gets the public 'cache.app' shared service.
  16801.      *
  16802.      * @return \Symfony\Component\Cache\Adapter\TraceableAdapter
  16803.      */
  16804.     protected function getCache_AppService()
  16805.     {
  16806.         $a = new \Symfony\Component\Cache\Adapter\ArrayAdapter(0);
  16807.         $a->setLogger(($this->privates['monolog.logger.cache'] ?? $this->getMonolog_Logger_CacheService()));
  16808.         return $this->services['cache.app'] = new \Symfony\Component\Cache\Adapter\TraceableAdapter($a);
  16809.     }
  16810.     /**
  16811.      * Gets the public 'cache.app_clearer' shared service.
  16812.      *
  16813.      * @return \Symfony\Component\HttpKernel\CacheClearer\Psr6CacheClearer
  16814.      */
  16815.     protected function getCache_AppClearerService()
  16816.     {
  16817.         include_once \dirname(__DIR__4).'/vendor/symfony/http-kernel/CacheClearer/CacheClearerInterface.php';
  16818.         include_once \dirname(__DIR__4).'/vendor/symfony/http-kernel/CacheClearer/Psr6CacheClearer.php';
  16819.         return $this->services['cache.app_clearer'] = new \Symfony\Component\HttpKernel\CacheClearer\Psr6CacheClearer(['cache.app' => ($this->services['cache.app'] ?? $this->getCache_AppService()), 'cache.messenger.restart_workers_signal' => ($this->privates['cache.messenger.restart_workers_signal'] ?? $this->getCache_Messenger_RestartWorkersSignalService()), 'cache.rate_limiter' => ($this->privates['cache.rate_limiter'] ?? $this->getCache_RateLimiterService()), 'cache.object' => ($this->privates['.cache.object.inner'] ?? $this->get_Cache_Object_InnerService()), 'cache.http' => ($this->privates['.cache.http.inner'] ?? $this->get_Cache_Http_InnerService()), 'cache.tags' => ($this->privates['cache.tags'] ?? $this->getCache_TagsService())]);
  16820.     }
  16821.     /**
  16822.      * Gets the public 'cache.global_clearer' shared service.
  16823.      *
  16824.      * @return \Symfony\Component\HttpKernel\CacheClearer\Psr6CacheClearer
  16825.      */
  16826.     protected function getCache_GlobalClearerService()
  16827.     {
  16828.         include_once \dirname(__DIR__4).'/vendor/symfony/http-kernel/CacheClearer/CacheClearerInterface.php';
  16829.         include_once \dirname(__DIR__4).'/vendor/symfony/http-kernel/CacheClearer/Psr6CacheClearer.php';
  16830.         return $this->services['cache.global_clearer'] = new \Symfony\Component\HttpKernel\CacheClearer\Psr6CacheClearer(['cache.app' => ($this->services['cache.app'] ?? $this->getCache_AppService()), 'cache.system' => ($this->services['cache.system'] ?? $this->getCache_SystemService()), 'cache.validator' => ($this->privates['cache.validator'] ?? $this->getCache_ValidatorService()), 'cache.serializer' => ($this->privates['cache.serializer'] ?? $this->getCache_SerializerService()), 'cache.annotations' => ($this->privates['cache.annotations'] ?? $this->getCache_AnnotationsService()), 'cache.property_info' => ($this->privates['cache.property_info'] ?? $this->getCache_PropertyInfoService()), 'cache.messenger.restart_workers_signal' => ($this->privates['cache.messenger.restart_workers_signal'] ?? $this->getCache_Messenger_RestartWorkersSignalService()), 'cache.rate_limiter' => ($this->privates['cache.rate_limiter'] ?? $this->getCache_RateLimiterService()), 'cache.object' => ($this->privates['.cache.object.inner'] ?? $this->get_Cache_Object_InnerService()), 'cache.http' => ($this->privates['.cache.http.inner'] ?? $this->get_Cache_Http_InnerService()), 'cache.tags' => ($this->privates['cache.tags'] ?? $this->getCache_TagsService()), 'cache.validator_expression_language' => ($this->services['cache.validator_expression_language'] ?? $this->getCache_ValidatorExpressionLanguageService())]);
  16831.     }
  16832.     /**
  16833.      * Gets the public 'cache.system' shared service.
  16834.      *
  16835.      * @return \Symfony\Component\Cache\Adapter\TraceableAdapter
  16836.      */
  16837.     protected function getCache_SystemService()
  16838.     {
  16839.         return $this->services['cache.system'] = new \Symfony\Component\Cache\Adapter\TraceableAdapter(\Symfony\Component\Cache\Adapter\AbstractAdapter::createSystemCache('3meczxSHiE'0$this->getParameter('container.build_id'), ($this->targetDir.''.'/pools/system'), ($this->privates['monolog.logger.cache'] ?? $this->getMonolog_Logger_CacheService())));
  16840.     }
  16841.     /**
  16842.      * Gets the public 'cache.system_clearer' shared service.
  16843.      *
  16844.      * @return \Symfony\Component\HttpKernel\CacheClearer\Psr6CacheClearer
  16845.      */
  16846.     protected function getCache_SystemClearerService()
  16847.     {
  16848.         include_once \dirname(__DIR__4).'/vendor/symfony/http-kernel/CacheClearer/CacheClearerInterface.php';
  16849.         include_once \dirname(__DIR__4).'/vendor/symfony/http-kernel/CacheClearer/Psr6CacheClearer.php';
  16850.         return $this->services['cache.system_clearer'] = new \Symfony\Component\HttpKernel\CacheClearer\Psr6CacheClearer(['cache.system' => ($this->services['cache.system'] ?? $this->getCache_SystemService()), 'cache.validator' => ($this->privates['cache.validator'] ?? $this->getCache_ValidatorService()), 'cache.serializer' => ($this->privates['cache.serializer'] ?? $this->getCache_SerializerService()), 'cache.annotations' => ($this->privates['cache.annotations'] ?? $this->getCache_AnnotationsService()), 'cache.property_info' => ($this->privates['cache.property_info'] ?? $this->getCache_PropertyInfoService()), 'cache.validator_expression_language' => ($this->services['cache.validator_expression_language'] ?? $this->getCache_ValidatorExpressionLanguageService())]);
  16851.     }
  16852.     /**
  16853.      * Gets the public 'cache.validator_expression_language' shared service.
  16854.      *
  16855.      * @return \Symfony\Component\Cache\Adapter\TraceableAdapter
  16856.      */
  16857.     protected function getCache_ValidatorExpressionLanguageService()
  16858.     {
  16859.         return $this->services['cache.validator_expression_language'] = new \Symfony\Component\Cache\Adapter\TraceableAdapter(\Symfony\Component\Cache\Adapter\AbstractAdapter::createSystemCache('ZTgYI3nkuo'0$this->getParameter('container.build_id'), ($this->targetDir.''.'/pools/system'), ($this->privates['monolog.logger.cache'] ?? $this->getMonolog_Logger_CacheService())));
  16860.     }
  16861.     /**
  16862.      * Gets the public 'cache_warmer' shared service.
  16863.      *
  16864.      * @return \Symfony\Component\HttpKernel\CacheWarmer\CacheWarmerAggregate
  16865.      */
  16866.     protected function getCacheWarmerService()
  16867.     {
  16868.         include_once \dirname(__DIR__4).'/vendor/symfony/http-kernel/CacheWarmer/CacheWarmerInterface.php';
  16869.         include_once \dirname(__DIR__4).'/vendor/symfony/http-kernel/CacheWarmer/CacheWarmerAggregate.php';
  16870.         return $this->services['cache_warmer'] = new \Symfony\Component\HttpKernel\CacheWarmer\CacheWarmerAggregate(new RewindableGenerator(function () {
  16871.             yield => ($this->privates['cache_pool_clearer.cache_warmer'] ?? $this->getCachePoolClearer_CacheWarmerService());
  16872.             yield => ($this->privates['config_builder.warmer'] ?? $this->getConfigBuilder_WarmerService());
  16873.             yield => ($this->privates['translation.warmer'] ?? $this->getTranslation_WarmerService());
  16874.             yield => ($this->privates['router.cache_warmer'] ?? $this->getRouter_CacheWarmerService());
  16875.             yield => ($this->privates['annotations.cache_warmer'] ?? $this->getAnnotations_CacheWarmerService());
  16876.             yield => ($this->privates['serializer.mapping.cache_warmer'] ?? $this->getSerializer_Mapping_CacheWarmerService());
  16877.             yield => ($this->privates['validator.mapping.cache_warmer'] ?? $this->getValidator_Mapping_CacheWarmerService());
  16878.         }, 7), true, ($this->targetDir.''.'/Shopware_Core_KernelDevDebugContainerDeprecations.log'));
  16879.     }
  16880.     /**
  16881.      * Gets the public 'category.repository' shared service.
  16882.      *
  16883.      * @return \Shopware\Core\Framework\DataAbstractionLayer\EntityRepositoryForwardCompatibilityDecorator
  16884.      */
  16885.     protected function getCategory_RepositoryService()
  16886.     {
  16887.         $a = ($this->services['Shopware\\Core\\Framework\\DataAbstractionLayer\\VersionManager'] ?? $this->getVersionManagerService());
  16888.         if (isset($this->services['category.repository'])) {
  16889.             return $this->services['category.repository'];
  16890.         }
  16891.         $b = ($this->services['Shopware\\Core\\Framework\\DataAbstractionLayer\\Search\\EntitySearcherInterface'] ?? $this->getEntitySearcherInterfaceService());
  16892.         if (isset($this->services['category.repository'])) {
  16893.             return $this->services['category.repository'];
  16894.         }
  16895.         $c = ($this->services['Shopware\\Core\\Framework\\DataAbstractionLayer\\Search\\EntityAggregatorInterface'] ?? $this->getEntityAggregatorInterfaceService());
  16896.         if (isset($this->services['category.repository'])) {
  16897.             return $this->services['category.repository'];
  16898.         }
  16899.         $d = ($this->services['event_dispatcher'] ?? $this->getEventDispatcherService());
  16900.         if (isset($this->services['category.repository'])) {
  16901.             return $this->services['category.repository'];
  16902.         }
  16903.         return $this->services['category.repository'] = new \Shopware\Core\Framework\DataAbstractionLayer\EntityRepositoryForwardCompatibilityDecorator(new \Shopware\Core\Framework\DataAbstractionLayer\EntityRepository(($this->services['Shopware\\Core\\Content\\Category\\CategoryDefinition'] ?? $this->getCategoryDefinition2Service()), ($this->services['Shopware\\Core\\Framework\\DataAbstractionLayer\\Read\\EntityReaderInterface'] ?? $this->getEntityReaderInterfaceService()), $a$b$c$d, ($this->services['Shopware\\Core\\Framework\\DataAbstractionLayer\\Event\\EntityLoadedEventFactory'] ?? $this->getEntityLoadedEventFactoryService())));
  16904.     }
  16905.     /**
  16906.      * Gets the public 'category_tag.repository' shared service.
  16907.      *
  16908.      * @return \Shopware\Core\Framework\DataAbstractionLayer\EntityRepositoryForwardCompatibilityDecorator
  16909.      */
  16910.     protected function getCategoryTag_RepositoryService()
  16911.     {
  16912.         return $this->services['category_tag.repository'] = new \Shopware\Core\Framework\DataAbstractionLayer\EntityRepositoryForwardCompatibilityDecorator(new \Shopware\Core\Framework\DataAbstractionLayer\EntityRepository(($this->services['Shopware\\Core\\Content\\Category\\Aggregate\\CategoryTag\\CategoryTagDefinition'] ?? $this->getCategoryTagDefinitionService()), ($this->services['Shopware\\Core\\Framework\\DataAbstractionLayer\\Read\\EntityReaderInterface'] ?? $this->getEntityReaderInterfaceService()), ($this->services['Shopware\\Core\\Framework\\DataAbstractionLayer\\VersionManager'] ?? $this->getVersionManagerService()), ($this->services['Shopware\\Core\\Framework\\DataAbstractionLayer\\Search\\EntitySearcherInterface'] ?? $this->getEntitySearcherInterfaceService()), ($this->services['Shopware\\Core\\Framework\\DataAbstractionLayer\\Search\\EntityAggregatorInterface'] ?? $this->getEntityAggregatorInterfaceService()), ($this->services['event_dispatcher'] ?? $this->getEventDispatcherService()), ($this->services['Shopware\\Core\\Framework\\DataAbstractionLayer\\Event\\EntityLoadedEventFactory'] ?? $this->getEntityLoadedEventFactoryService())));
  16913.     }
  16914.     /**
  16915.      * Gets the public 'category_translation.repository' shared service.
  16916.      *
  16917.      * @return \Shopware\Core\Framework\DataAbstractionLayer\EntityRepositoryForwardCompatibilityDecorator
  16918.      */
  16919.     protected function getCategoryTranslation_RepositoryService()
  16920.     {
  16921.         return $this->services['category_translation.repository'] = new \Shopware\Core\Framework\DataAbstractionLayer\EntityRepositoryForwardCompatibilityDecorator(new \Shopware\Core\Framework\DataAbstractionLayer\EntityRepository(($this->services['Shopware\\Core\\Content\\Category\\Aggregate\\CategoryTranslation\\CategoryTranslationDefinition'] ?? $this->getCategoryTranslationDefinition2Service()), ($this->services['Shopware\\Core\\Framework\\DataAbstractionLayer\\Read\\EntityReaderInterface'] ?? $this->getEntityReaderInterfaceService()), ($this->services['Shopware\\Core\\Framework\\DataAbstractionLayer\\VersionManager'] ?? $this->getVersionManagerService()), ($this->services['Shopware\\Core\\Framework\\DataAbstractionLayer\\Search\\EntitySearcherInterface'] ?? $this->getEntitySearcherInterfaceService()), ($this->services['Shopware\\Core\\Framework\\DataAbstractionLayer\\Search\\EntityAggregatorInterface'] ?? $this->getEntityAggregatorInterfaceService()), ($this->services['event_dispatcher'] ?? $this->getEventDispatcherService()), ($this->services['Shopware\\Core\\Framework\\DataAbstractionLayer\\Event\\EntityLoadedEventFactory'] ?? $this->getEntityLoadedEventFactoryService())));
  16922.     }
  16923.     /**
  16924.      * Gets the public 'cbax_analytics_category_impressions.repository' shared service.
  16925.      *
  16926.      * @return \Shopware\Core\Framework\DataAbstractionLayer\EntityRepositoryForwardCompatibilityDecorator
  16927.      */
  16928.     protected function getCbaxAnalyticsCategoryImpressions_RepositoryService()
  16929.     {
  16930.         return $this->services['cbax_analytics_category_impressions.repository'] = new \Shopware\Core\Framework\DataAbstractionLayer\EntityRepositoryForwardCompatibilityDecorator(new \Shopware\Core\Framework\DataAbstractionLayer\EntityRepository(($this->services['Cbax\\ModulAnalytics\\Core\\Content\\Analytics\\CategoryImpressionsDefinition'] ?? $this->getCategoryImpressionsDefinitionService()), ($this->services['Shopware\\Core\\Framework\\DataAbstractionLayer\\Read\\EntityReaderInterface'] ?? $this->getEntityReaderInterfaceService()), ($this->services['Shopware\\Core\\Framework\\DataAbstractionLayer\\VersionManager'] ?? $this->getVersionManagerService()), ($this->services['Shopware\\Core\\Framework\\DataAbstractionLayer\\Search\\EntitySearcherInterface'] ?? $this->getEntitySearcherInterfaceService()), ($this->services['Shopware\\Core\\Framework\\DataAbstractionLayer\\Search\\EntityAggregatorInterface'] ?? $this->getEntityAggregatorInterfaceService()), ($this->services['event_dispatcher'] ?? $this->getEventDispatcherService()), ($this->services['Shopware\\Core\\Framework\\DataAbstractionLayer\\Event\\EntityLoadedEventFactory'] ?? $this->getEntityLoadedEventFactoryService())));
  16931.     }
  16932.     /**
  16933.      * Gets the public 'cbax_analytics_config.repository' shared service.
  16934.      *
  16935.      * @return \Shopware\Core\Framework\DataAbstractionLayer\EntityRepositoryForwardCompatibilityDecorator
  16936.      */
  16937.     protected function getCbaxAnalyticsConfig_RepositoryService()
  16938.     {
  16939.         return $this->services['cbax_analytics_config.repository'] = new \Shopware\Core\Framework\DataAbstractionLayer\EntityRepositoryForwardCompatibilityDecorator(new \Shopware\Core\Framework\DataAbstractionLayer\EntityRepository(($this->services['Cbax\\ModulAnalytics\\Core\\Content\\Analytics\\ConfigDefinition'] ?? $this->getConfigDefinitionService()), ($this->services['Shopware\\Core\\Framework\\DataAbstractionLayer\\Read\\EntityReaderInterface'] ?? $this->getEntityReaderInterfaceService()), ($this->services['Shopware\\Core\\Framework\\DataAbstractionLayer\\VersionManager'] ?? $this->getVersionManagerService()), ($this->services['Shopware\\Core\\Framework\\DataAbstractionLayer\\Search\\EntitySearcherInterface'] ?? $this->getEntitySearcherInterfaceService()), ($this->services['Shopware\\Core\\Framework\\DataAbstractionLayer\\Search\\EntityAggregatorInterface'] ?? $this->getEntityAggregatorInterfaceService()), ($this->services['event_dispatcher'] ?? $this->getEventDispatcherService()), ($this->services['Shopware\\Core\\Framework\\DataAbstractionLayer\\Event\\EntityLoadedEventFactory'] ?? $this->getEntityLoadedEventFactoryService())));
  16940.     }
  16941.     /**
  16942.      * Gets the public 'cbax_analytics_groups_config.repository' shared service.
  16943.      *
  16944.      * @return \Shopware\Core\Framework\DataAbstractionLayer\EntityRepositoryForwardCompatibilityDecorator
  16945.      */
  16946.     protected function getCbaxAnalyticsGroupsConfig_RepositoryService()
  16947.     {
  16948.         return $this->services['cbax_analytics_groups_config.repository'] = new \Shopware\Core\Framework\DataAbstractionLayer\EntityRepositoryForwardCompatibilityDecorator(new \Shopware\Core\Framework\DataAbstractionLayer\EntityRepository(($this->services['Cbax\\ModulAnalytics\\Core\\Content\\Analytics\\GroupDefinition'] ?? $this->getGroupDefinitionService()), ($this->services['Shopware\\Core\\Framework\\DataAbstractionLayer\\Read\\EntityReaderInterface'] ?? $this->getEntityReaderInterfaceService()), ($this->services['Shopware\\Core\\Framework\\DataAbstractionLayer\\VersionManager'] ?? $this->getVersionManagerService()), ($this->services['Shopware\\Core\\Framework\\DataAbstractionLayer\\Search\\EntitySearcherInterface'] ?? $this->getEntitySearcherInterfaceService()), ($this->services['Shopware\\Core\\Framework\\DataAbstractionLayer\\Search\\EntityAggregatorInterface'] ?? $this->getEntityAggregatorInterfaceService()), ($this->services['event_dispatcher'] ?? $this->getEventDispatcherService()), ($this->services['Shopware\\Core\\Framework\\DataAbstractionLayer\\Event\\EntityLoadedEventFactory'] ?? $this->getEntityLoadedEventFactoryService())));
  16949.     }
  16950.     /**
  16951.      * Gets the public 'cbax_analytics_manufacturer_impressions.repository' shared service.
  16952.      *
  16953.      * @return \Shopware\Core\Framework\DataAbstractionLayer\EntityRepositoryForwardCompatibilityDecorator
  16954.      */
  16955.     protected function getCbaxAnalyticsManufacturerImpressions_RepositoryService()
  16956.     {
  16957.         return $this->services['cbax_analytics_manufacturer_impressions.repository'] = new \Shopware\Core\Framework\DataAbstractionLayer\EntityRepositoryForwardCompatibilityDecorator(new \Shopware\Core\Framework\DataAbstractionLayer\EntityRepository(($this->services['Cbax\\ModulAnalytics\\Core\\Content\\Analytics\\ManufacturerImpressionsDefinition'] ?? $this->getManufacturerImpressionsDefinitionService()), ($this->services['Shopware\\Core\\Framework\\DataAbstractionLayer\\Read\\EntityReaderInterface'] ?? $this->getEntityReaderInterfaceService()), ($this->services['Shopware\\Core\\Framework\\DataAbstractionLayer\\VersionManager'] ?? $this->getVersionManagerService()), ($this->services['Shopware\\Core\\Framework\\DataAbstractionLayer\\Search\\EntitySearcherInterface'] ?? $this->getEntitySearcherInterfaceService()), ($this->services['Shopware\\Core\\Framework\\DataAbstractionLayer\\Search\\EntityAggregatorInterface'] ?? $this->getEntityAggregatorInterfaceService()), ($this->services['event_dispatcher'] ?? $this->getEventDispatcherService()), ($this->services['Shopware\\Core\\Framework\\DataAbstractionLayer\\Event\\EntityLoadedEventFactory'] ?? $this->getEntityLoadedEventFactoryService())));
  16958.     }
  16959.     /**
  16960.      * Gets the public 'cbax_analytics_pool.repository' shared service.
  16961.      *
  16962.      * @return \Shopware\Core\Framework\DataAbstractionLayer\EntityRepositoryForwardCompatibilityDecorator
  16963.      */
  16964.     protected function getCbaxAnalyticsPool_RepositoryService()
  16965.     {
  16966.         return $this->services['cbax_analytics_pool.repository'] = new \Shopware\Core\Framework\DataAbstractionLayer\EntityRepositoryForwardCompatibilityDecorator(new \Shopware\Core\Framework\DataAbstractionLayer\EntityRepository(($this->services['Cbax\\ModulAnalytics\\Core\\Content\\Analytics\\PoolDefinition'] ?? $this->getPoolDefinitionService()), ($this->services['Shopware\\Core\\Framework\\DataAbstractionLayer\\Read\\EntityReaderInterface'] ?? $this->getEntityReaderInterfaceService()), ($this->services['Shopware\\Core\\Framework\\DataAbstractionLayer\\VersionManager'] ?? $this->getVersionManagerService()), ($this->services['Shopware\\Core\\Framework\\DataAbstractionLayer\\Search\\EntitySearcherInterface'] ?? $this->getEntitySearcherInterfaceService()), ($this->services['Shopware\\Core\\Framework\\DataAbstractionLayer\\Search\\EntityAggregatorInterface'] ?? $this->getEntityAggregatorInterfaceService()), ($this->services['event_dispatcher'] ?? $this->getEventDispatcherService()), ($this->services['Shopware\\Core\\Framework\\DataAbstractionLayer\\Event\\EntityLoadedEventFactory'] ?? $this->getEntityLoadedEventFactoryService())));
  16967.     }
  16968.     /**
  16969.      * Gets the public 'cbax_analytics_product_impressions.repository' shared service.
  16970.      *
  16971.      * @return \Shopware\Core\Framework\DataAbstractionLayer\EntityRepositoryForwardCompatibilityDecorator
  16972.      */
  16973.     protected function getCbaxAnalyticsProductImpressions_RepositoryService()
  16974.     {
  16975.         return $this->services['cbax_analytics_product_impressions.repository'] = new \Shopware\Core\Framework\DataAbstractionLayer\EntityRepositoryForwardCompatibilityDecorator(new \Shopware\Core\Framework\DataAbstractionLayer\EntityRepository(($this->services['Cbax\\ModulAnalytics\\Core\\Content\\Analytics\\ProductImpressionsDefinition'] ?? $this->getProductImpressionsDefinitionService()), ($this->services['Shopware\\Core\\Framework\\DataAbstractionLayer\\Read\\EntityReaderInterface'] ?? $this->getEntityReaderInterfaceService()), ($this->services['Shopware\\Core\\Framework\\DataAbstractionLayer\\VersionManager'] ?? $this->getVersionManagerService()), ($this->services['Shopware\\Core\\Framework\\DataAbstractionLayer\\Search\\EntitySearcherInterface'] ?? $this->getEntitySearcherInterfaceService()), ($this->services['Shopware\\Core\\Framework\\DataAbstractionLayer\\Search\\EntityAggregatorInterface'] ?? $this->getEntityAggregatorInterfaceService()), ($this->services['event_dispatcher'] ?? $this->getEventDispatcherService()), ($this->services['Shopware\\Core\\Framework\\DataAbstractionLayer\\Event\\EntityLoadedEventFactory'] ?? $this->getEntityLoadedEventFactoryService())));
  16976.     }
  16977.     /**
  16978.      * Gets the public 'cbax_analytics_referer.repository' shared service.
  16979.      *
  16980.      * @return \Shopware\Core\Framework\DataAbstractionLayer\EntityRepositoryForwardCompatibilityDecorator
  16981.      */
  16982.     protected function getCbaxAnalyticsReferer_RepositoryService()
  16983.     {
  16984.         return $this->services['cbax_analytics_referer.repository'] = new \Shopware\Core\Framework\DataAbstractionLayer\EntityRepositoryForwardCompatibilityDecorator(new \Shopware\Core\Framework\DataAbstractionLayer\EntityRepository(($this->services['Cbax\\ModulAnalytics\\Core\\Content\\Analytics\\RefererDefinition'] ?? $this->getRefererDefinitionService()), ($this->services['Shopware\\Core\\Framework\\DataAbstractionLayer\\Read\\EntityReaderInterface'] ?? $this->getEntityReaderInterfaceService()), ($this->services['Shopware\\Core\\Framework\\DataAbstractionLayer\\VersionManager'] ?? $this->getVersionManagerService()), ($this->services['Shopware\\Core\\Framework\\DataAbstractionLayer\\Search\\EntitySearcherInterface'] ?? $this->getEntitySearcherInterfaceService()), ($this->services['Shopware\\Core\\Framework\\DataAbstractionLayer\\Search\\EntityAggregatorInterface'] ?? $this->getEntityAggregatorInterfaceService()), ($this->services['event_dispatcher'] ?? $this->getEventDispatcherService()), ($this->services['Shopware\\Core\\Framework\\DataAbstractionLayer\\Event\\EntityLoadedEventFactory'] ?? $this->getEntityLoadedEventFactoryService())));
  16985.     }
  16986.     /**
  16987.      * Gets the public 'cbax_analytics_search.repository' shared service.
  16988.      *
  16989.      * @return \Shopware\Core\Framework\DataAbstractionLayer\EntityRepositoryForwardCompatibilityDecorator
  16990.      */
  16991.     protected function getCbaxAnalyticsSearch_RepositoryService()
  16992.     {
  16993.         $a = ($this->services['Shopware\\Core\\Framework\\DataAbstractionLayer\\VersionManager'] ?? $this->getVersionManagerService());
  16994.         if (isset($this->services['cbax_analytics_search.repository'])) {
  16995.             return $this->services['cbax_analytics_search.repository'];
  16996.         }
  16997.         $b = ($this->services['Shopware\\Core\\Framework\\DataAbstractionLayer\\Search\\EntitySearcherInterface'] ?? $this->getEntitySearcherInterfaceService());
  16998.         if (isset($this->services['cbax_analytics_search.repository'])) {
  16999.             return $this->services['cbax_analytics_search.repository'];
  17000.         }
  17001.         $c = ($this->services['Shopware\\Core\\Framework\\DataAbstractionLayer\\Search\\EntityAggregatorInterface'] ?? $this->getEntityAggregatorInterfaceService());
  17002.         if (isset($this->services['cbax_analytics_search.repository'])) {
  17003.             return $this->services['cbax_analytics_search.repository'];
  17004.         }
  17005.         $d = ($this->services['event_dispatcher'] ?? $this->getEventDispatcherService());
  17006.         if (isset($this->services['cbax_analytics_search.repository'])) {
  17007.             return $this->services['cbax_analytics_search.repository'];
  17008.         }
  17009.         return $this->services['cbax_analytics_search.repository'] = new \Shopware\Core\Framework\DataAbstractionLayer\EntityRepositoryForwardCompatibilityDecorator(new \Shopware\Core\Framework\DataAbstractionLayer\EntityRepository(($this->services['Cbax\\ModulAnalytics\\Core\\Content\\Analytics\\SearchResultDefinition'] ?? $this->getSearchResultDefinitionService()), ($this->services['Shopware\\Core\\Framework\\DataAbstractionLayer\\Read\\EntityReaderInterface'] ?? $this->getEntityReaderInterfaceService()), $a$b$c$d, ($this->services['Shopware\\Core\\Framework\\DataAbstractionLayer\\Event\\EntityLoadedEventFactory'] ?? $this->getEntityLoadedEventFactoryService())));
  17010.     }
  17011.     /**
  17012.      * Gets the public 'cbax_analytics_visitors.repository' shared service.
  17013.      *
  17014.      * @return \Shopware\Core\Framework\DataAbstractionLayer\EntityRepositoryForwardCompatibilityDecorator
  17015.      */
  17016.     protected function getCbaxAnalyticsVisitors_RepositoryService()
  17017.     {
  17018.         return $this->services['cbax_analytics_visitors.repository'] = new \Shopware\Core\Framework\DataAbstractionLayer\EntityRepositoryForwardCompatibilityDecorator(new \Shopware\Core\Framework\DataAbstractionLayer\EntityRepository(($this->services['Cbax\\ModulAnalytics\\Core\\Content\\Analytics\\VisitorsDefinition'] ?? $this->getVisitorsDefinitionService()), ($this->services['Shopware\\Core\\Framework\\DataAbstractionLayer\\Read\\EntityReaderInterface'] ?? $this->getEntityReaderInterfaceService()), ($this->services['Shopware\\Core\\Framework\\DataAbstractionLayer\\VersionManager'] ?? $this->getVersionManagerService()), ($this->services['Shopware\\Core\\Framework\\DataAbstractionLayer\\Search\\EntitySearcherInterface'] ?? $this->getEntitySearcherInterfaceService()), ($this->services['Shopware\\Core\\Framework\\DataAbstractionLayer\\Search\\EntityAggregatorInterface'] ?? $this->getEntityAggregatorInterfaceService()), ($this->services['event_dispatcher'] ?? $this->getEventDispatcherService()), ($this->services['Shopware\\Core\\Framework\\DataAbstractionLayer\\Event\\EntityLoadedEventFactory'] ?? $this->getEntityLoadedEventFactoryService())));
  17019.     }
  17020.     /**
  17021.      * Gets the public 'cbax_externalorder_billingaddress.repository' shared service.
  17022.      *
  17023.      * @return \Shopware\Core\Framework\DataAbstractionLayer\EntityRepositoryForwardCompatibilityDecorator
  17024.      */
  17025.     protected function getCbaxExternalorderBillingaddress_RepositoryService()
  17026.     {
  17027.         return $this->services['cbax_externalorder_billingaddress.repository'] = new \Shopware\Core\Framework\DataAbstractionLayer\EntityRepositoryForwardCompatibilityDecorator(new \Shopware\Core\Framework\DataAbstractionLayer\EntityRepository(($this->services['Cbax\\ModulExternalOrder\\Core\\Content\\ExternalOrder\\BillingAddressDefinition'] ?? $this->getBillingAddressDefinitionService()), ($this->services['Shopware\\Core\\Framework\\DataAbstractionLayer\\Read\\EntityReaderInterface'] ?? $this->getEntityReaderInterfaceService()), ($this->services['Shopware\\Core\\Framework\\DataAbstractionLayer\\VersionManager'] ?? $this->getVersionManagerService()), ($this->services['Shopware\\Core\\Framework\\DataAbstractionLayer\\Search\\EntitySearcherInterface'] ?? $this->getEntitySearcherInterfaceService()), ($this->services['Shopware\\Core\\Framework\\DataAbstractionLayer\\Search\\EntityAggregatorInterface'] ?? $this->getEntityAggregatorInterfaceService()), ($this->services['event_dispatcher'] ?? $this->getEventDispatcherService()), ($this->services['Shopware\\Core\\Framework\\DataAbstractionLayer\\Event\\EntityLoadedEventFactory'] ?? $this->getEntityLoadedEventFactoryService())));
  17028.     }
  17029.     /**
  17030.      * Gets the public 'cbax_externalorder_carrier.repository' shared service.
  17031.      *
  17032.      * @return \Shopware\Core\Framework\DataAbstractionLayer\EntityRepositoryForwardCompatibilityDecorator
  17033.      */
  17034.     protected function getCbaxExternalorderCarrier_RepositoryService()
  17035.     {
  17036.         $a = ($this->services['Shopware\\Core\\Framework\\DataAbstractionLayer\\VersionManager'] ?? $this->getVersionManagerService());
  17037.         if (isset($this->services['cbax_externalorder_carrier.repository'])) {
  17038.             return $this->services['cbax_externalorder_carrier.repository'];
  17039.         }
  17040.         $b = ($this->services['Shopware\\Core\\Framework\\DataAbstractionLayer\\Search\\EntitySearcherInterface'] ?? $this->getEntitySearcherInterfaceService());
  17041.         if (isset($this->services['cbax_externalorder_carrier.repository'])) {
  17042.             return $this->services['cbax_externalorder_carrier.repository'];
  17043.         }
  17044.         $c = ($this->services['Shopware\\Core\\Framework\\DataAbstractionLayer\\Search\\EntityAggregatorInterface'] ?? $this->getEntityAggregatorInterfaceService());
  17045.         if (isset($this->services['cbax_externalorder_carrier.repository'])) {
  17046.             return $this->services['cbax_externalorder_carrier.repository'];
  17047.         }
  17048.         $d = ($this->services['event_dispatcher'] ?? $this->getEventDispatcherService());
  17049.         if (isset($this->services['cbax_externalorder_carrier.repository'])) {
  17050.             return $this->services['cbax_externalorder_carrier.repository'];
  17051.         }
  17052.         return $this->services['cbax_externalorder_carrier.repository'] = new \Shopware\Core\Framework\DataAbstractionLayer\EntityRepositoryForwardCompatibilityDecorator(new \Shopware\Core\Framework\DataAbstractionLayer\EntityRepository(($this->services['Cbax\\ModulExternalOrder\\Core\\Content\\ExternalOrder\\CarrierDefinition'] ?? $this->getCarrierDefinitionService()), ($this->services['Shopware\\Core\\Framework\\DataAbstractionLayer\\Read\\EntityReaderInterface'] ?? $this->getEntityReaderInterfaceService()), $a$b$c$d, ($this->services['Shopware\\Core\\Framework\\DataAbstractionLayer\\Event\\EntityLoadedEventFactory'] ?? $this->getEntityLoadedEventFactoryService())));
  17053.     }
  17054.     /**
  17055.      * Gets the public 'cbax_externalorder_carrier_rule.repository' shared service.
  17056.      *
  17057.      * @return \Shopware\Core\Framework\DataAbstractionLayer\EntityRepositoryForwardCompatibilityDecorator
  17058.      */
  17059.     protected function getCbaxExternalorderCarrierRule_RepositoryService()
  17060.     {
  17061.         $a = ($this->services['Shopware\\Core\\Framework\\DataAbstractionLayer\\VersionManager'] ?? $this->getVersionManagerService());
  17062.         if (isset($this->services['cbax_externalorder_carrier_rule.repository'])) {
  17063.             return $this->services['cbax_externalorder_carrier_rule.repository'];
  17064.         }
  17065.         $b = ($this->services['Shopware\\Core\\Framework\\DataAbstractionLayer\\Search\\EntitySearcherInterface'] ?? $this->getEntitySearcherInterfaceService());
  17066.         if (isset($this->services['cbax_externalorder_carrier_rule.repository'])) {
  17067.             return $this->services['cbax_externalorder_carrier_rule.repository'];
  17068.         }
  17069.         $c = ($this->services['Shopware\\Core\\Framework\\DataAbstractionLayer\\Search\\EntityAggregatorInterface'] ?? $this->getEntityAggregatorInterfaceService());
  17070.         if (isset($this->services['cbax_externalorder_carrier_rule.repository'])) {
  17071.             return $this->services['cbax_externalorder_carrier_rule.repository'];
  17072.         }
  17073.         $d = ($this->services['event_dispatcher'] ?? $this->getEventDispatcherService());
  17074.         if (isset($this->services['cbax_externalorder_carrier_rule.repository'])) {
  17075.             return $this->services['cbax_externalorder_carrier_rule.repository'];
  17076.         }
  17077.         return $this->services['cbax_externalorder_carrier_rule.repository'] = new \Shopware\Core\Framework\DataAbstractionLayer\EntityRepositoryForwardCompatibilityDecorator(new \Shopware\Core\Framework\DataAbstractionLayer\EntityRepository(($this->services['Cbax\\ModulExternalOrder\\Core\\Content\\ExternalOrder\\CarrierRuleDefinition'] ?? $this->getCarrierRuleDefinitionService()), ($this->services['Shopware\\Core\\Framework\\DataAbstractionLayer\\Read\\EntityReaderInterface'] ?? $this->getEntityReaderInterfaceService()), $a$b$c$d, ($this->services['Shopware\\Core\\Framework\\DataAbstractionLayer\\Event\\EntityLoadedEventFactory'] ?? $this->getEntityLoadedEventFactoryService())));
  17078.     }
  17079.     /**
  17080.      * Gets the public 'cbax_externalorder_line_item.repository' shared service.
  17081.      *
  17082.      * @return \Shopware\Core\Framework\DataAbstractionLayer\EntityRepositoryForwardCompatibilityDecorator
  17083.      */
  17084.     protected function getCbaxExternalorderLineItem_RepositoryService()
  17085.     {
  17086.         return $this->services['cbax_externalorder_line_item.repository'] = new \Shopware\Core\Framework\DataAbstractionLayer\EntityRepositoryForwardCompatibilityDecorator(new \Shopware\Core\Framework\DataAbstractionLayer\EntityRepository(($this->services['Cbax\\ModulExternalOrder\\Core\\Content\\ExternalOrder\\ExternalOrderLineItemDefinition'] ?? $this->getExternalOrderLineItemDefinitionService()), ($this->services['Shopware\\Core\\Framework\\DataAbstractionLayer\\Read\\EntityReaderInterface'] ?? $this->getEntityReaderInterfaceService()), ($this->services['Shopware\\Core\\Framework\\DataAbstractionLayer\\VersionManager'] ?? $this->getVersionManagerService()), ($this->services['Shopware\\Core\\Framework\\DataAbstractionLayer\\Search\\EntitySearcherInterface'] ?? $this->getEntitySearcherInterfaceService()), ($this->services['Shopware\\Core\\Framework\\DataAbstractionLayer\\Search\\EntityAggregatorInterface'] ?? $this->getEntityAggregatorInterfaceService()), ($this->services['event_dispatcher'] ?? $this->getEventDispatcherService()), ($this->services['Shopware\\Core\\Framework\\DataAbstractionLayer\\Event\\EntityLoadedEventFactory'] ?? $this->getEntityLoadedEventFactoryService())));
  17087.     }
  17088.     /**
  17089.      * Gets the public 'cbax_externalorder_log.repository' shared service.
  17090.      *
  17091.      * @return \Shopware\Core\Framework\DataAbstractionLayer\EntityRepositoryForwardCompatibilityDecorator
  17092.      */
  17093.     protected function getCbaxExternalorderLog_RepositoryService()
  17094.     {
  17095.         $a = ($this->services['Shopware\\Core\\Framework\\DataAbstractionLayer\\VersionManager'] ?? $this->getVersionManagerService());
  17096.         if (isset($this->services['cbax_externalorder_log.repository'])) {
  17097.             return $this->services['cbax_externalorder_log.repository'];
  17098.         }
  17099.         $b = ($this->services['Shopware\\Core\\Framework\\DataAbstractionLayer\\Search\\EntitySearcherInterface'] ?? $this->getEntitySearcherInterfaceService());
  17100.         if (isset($this->services['cbax_externalorder_log.repository'])) {
  17101.             return $this->services['cbax_externalorder_log.repository'];
  17102.         }
  17103.         $c = ($this->services['Shopware\\Core\\Framework\\DataAbstractionLayer\\Search\\EntityAggregatorInterface'] ?? $this->getEntityAggregatorInterfaceService());
  17104.         if (isset($this->services['cbax_externalorder_log.repository'])) {
  17105.             return $this->services['cbax_externalorder_log.repository'];
  17106.         }
  17107.         $d = ($this->services['event_dispatcher'] ?? $this->getEventDispatcherService());
  17108.         if (isset($this->services['cbax_externalorder_log.repository'])) {
  17109.             return $this->services['cbax_externalorder_log.repository'];
  17110.         }
  17111.         return $this->services['cbax_externalorder_log.repository'] = new \Shopware\Core\Framework\DataAbstractionLayer\EntityRepositoryForwardCompatibilityDecorator(new \Shopware\Core\Framework\DataAbstractionLayer\EntityRepository(($this->services['Cbax\\ModulExternalOrder\\Core\\Content\\ExternalOrder\\LogDefinition'] ?? $this->getLogDefinitionService()), ($this->services['Shopware\\Core\\Framework\\DataAbstractionLayer\\Read\\EntityReaderInterface'] ?? $this->getEntityReaderInterfaceService()), $a$b$c$d, ($this->services['Shopware\\Core\\Framework\\DataAbstractionLayer\\Event\\EntityLoadedEventFactory'] ?? $this->getEntityLoadedEventFactoryService())));
  17112.     }
  17113.     /**
  17114.      * Gets the public 'cbax_externalorder_marketplace_settings.repository' shared service.
  17115.      *
  17116.      * @return \Shopware\Core\Framework\DataAbstractionLayer\EntityRepositoryForwardCompatibilityDecorator
  17117.      */
  17118.     protected function getCbaxExternalorderMarketplaceSettings_RepositoryService()
  17119.     {
  17120.         $a = ($this->services['Shopware\\Core\\Framework\\DataAbstractionLayer\\VersionManager'] ?? $this->getVersionManagerService());
  17121.         if (isset($this->services['cbax_externalorder_marketplace_settings.repository'])) {
  17122.             return $this->services['cbax_externalorder_marketplace_settings.repository'];
  17123.         }
  17124.         $b = ($this->services['Shopware\\Core\\Framework\\DataAbstractionLayer\\Search\\EntitySearcherInterface'] ?? $this->getEntitySearcherInterfaceService());
  17125.         if (isset($this->services['cbax_externalorder_marketplace_settings.repository'])) {
  17126.             return $this->services['cbax_externalorder_marketplace_settings.repository'];
  17127.         }
  17128.         $c = ($this->services['Shopware\\Core\\Framework\\DataAbstractionLayer\\Search\\EntityAggregatorInterface'] ?? $this->getEntityAggregatorInterfaceService());
  17129.         if (isset($this->services['cbax_externalorder_marketplace_settings.repository'])) {
  17130.             return $this->services['cbax_externalorder_marketplace_settings.repository'];
  17131.         }
  17132.         $d = ($this->services['event_dispatcher'] ?? $this->getEventDispatcherService());
  17133.         if (isset($this->services['cbax_externalorder_marketplace_settings.repository'])) {
  17134.             return $this->services['cbax_externalorder_marketplace_settings.repository'];
  17135.         }
  17136.         return $this->services['cbax_externalorder_marketplace_settings.repository'] = new \Shopware\Core\Framework\DataAbstractionLayer\EntityRepositoryForwardCompatibilityDecorator(new \Shopware\Core\Framework\DataAbstractionLayer\EntityRepository(($this->services['Cbax\\ModulExternalOrder\\Core\\Content\\ExternalOrder\\Marketplace\\MarketplaceSettingsDefinition'] ?? $this->getMarketplaceSettingsDefinitionService()), ($this->services['Shopware\\Core\\Framework\\DataAbstractionLayer\\Read\\EntityReaderInterface'] ?? $this->getEntityReaderInterfaceService()), $a$b$c$d, ($this->services['Shopware\\Core\\Framework\\DataAbstractionLayer\\Event\\EntityLoadedEventFactory'] ?? $this->getEntityLoadedEventFactoryService())));
  17137.     }
  17138.     /**
  17139.      * Gets the public 'cbax_externalorder_order.repository' shared service.
  17140.      *
  17141.      * @return \Shopware\Core\Framework\DataAbstractionLayer\EntityRepositoryForwardCompatibilityDecorator
  17142.      */
  17143.     protected function getCbaxExternalorderOrder_RepositoryService()
  17144.     {
  17145.         $a = ($this->services['Shopware\\Core\\Framework\\DataAbstractionLayer\\VersionManager'] ?? $this->getVersionManagerService());
  17146.         if (isset($this->services['cbax_externalorder_order.repository'])) {
  17147.             return $this->services['cbax_externalorder_order.repository'];
  17148.         }
  17149.         $b = ($this->services['Shopware\\Core\\Framework\\DataAbstractionLayer\\Search\\EntitySearcherInterface'] ?? $this->getEntitySearcherInterfaceService());
  17150.         if (isset($this->services['cbax_externalorder_order.repository'])) {
  17151.             return $this->services['cbax_externalorder_order.repository'];
  17152.         }
  17153.         $c = ($this->services['Shopware\\Core\\Framework\\DataAbstractionLayer\\Search\\EntityAggregatorInterface'] ?? $this->getEntityAggregatorInterfaceService());
  17154.         if (isset($this->services['cbax_externalorder_order.repository'])) {
  17155.             return $this->services['cbax_externalorder_order.repository'];
  17156.         }
  17157.         $d = ($this->services['event_dispatcher'] ?? $this->getEventDispatcherService());
  17158.         if (isset($this->services['cbax_externalorder_order.repository'])) {
  17159.             return $this->services['cbax_externalorder_order.repository'];
  17160.         }
  17161.         return $this->services['cbax_externalorder_order.repository'] = new \Shopware\Core\Framework\DataAbstractionLayer\EntityRepositoryForwardCompatibilityDecorator(new \Shopware\Core\Framework\DataAbstractionLayer\EntityRepository(($this->services['Cbax\\ModulExternalOrder\\Core\\Content\\ExternalOrder\\ExternalOrderDefinition'] ?? $this->getExternalOrderDefinitionService()), ($this->services['Shopware\\Core\\Framework\\DataAbstractionLayer\\Read\\EntityReaderInterface'] ?? $this->getEntityReaderInterfaceService()), $a$b$c$d, ($this->services['Shopware\\Core\\Framework\\DataAbstractionLayer\\Event\\EntityLoadedEventFactory'] ?? $this->getEntityLoadedEventFactoryService())));
  17162.     }
  17163.     /**
  17164.      * Gets the public 'cbax_externalorder_shippingaddress.repository' shared service.
  17165.      *
  17166.      * @return \Shopware\Core\Framework\DataAbstractionLayer\EntityRepositoryForwardCompatibilityDecorator
  17167.      */
  17168.     protected function getCbaxExternalorderShippingaddress_RepositoryService()
  17169.     {
  17170.         return $this->services['cbax_externalorder_shippingaddress.repository'] = new \Shopware\Core\Framework\DataAbstractionLayer\EntityRepositoryForwardCompatibilityDecorator(new \Shopware\Core\Framework\DataAbstractionLayer\EntityRepository(($this->services['Cbax\\ModulExternalOrder\\Core\\Content\\ExternalOrder\\ShippingAddressDefinition'] ?? $this->getShippingAddressDefinitionService()), ($this->services['Shopware\\Core\\Framework\\DataAbstractionLayer\\Read\\EntityReaderInterface'] ?? $this->getEntityReaderInterfaceService()), ($this->services['Shopware\\Core\\Framework\\DataAbstractionLayer\\VersionManager'] ?? $this->getVersionManagerService()), ($this->services['Shopware\\Core\\Framework\\DataAbstractionLayer\\Search\\EntitySearcherInterface'] ?? $this->getEntitySearcherInterfaceService()), ($this->services['Shopware\\Core\\Framework\\DataAbstractionLayer\\Search\\EntityAggregatorInterface'] ?? $this->getEntityAggregatorInterfaceService()), ($this->services['event_dispatcher'] ?? $this->getEventDispatcherService()), ($this->services['Shopware\\Core\\Framework\\DataAbstractionLayer\\Event\\EntityLoadedEventFactory'] ?? $this->getEntityLoadedEventFactoryService())));
  17171.     }
  17172.     /**
  17173.      * Gets the public 'cbax_modul_adcell.filesystem.private' shared service.
  17174.      *
  17175.      * @return \Shopware\Core\Framework\Adapter\Filesystem\PrefixFilesystem
  17176.      */
  17177.     protected function getCbaxModulAdcell_Filesystem_PrivateService()
  17178.     {
  17179.         include_once \dirname(__DIR__4).'/vendor/shopware/core/Framework/Adapter/Filesystem/AbstractFilesystem.php';
  17180.         include_once \dirname(__DIR__4).'/vendor/shopware/core/Framework/Adapter/Filesystem/PrefixFilesystem.php';
  17181.         return $this->services['cbax_modul_adcell.filesystem.private'] = new \Shopware\Core\Framework\Adapter\Filesystem\PrefixFilesystem(($this->services['shopware.filesystem.private'] ?? $this->getShopware_Filesystem_PrivateService()), 'plugins/cbax_modul_adcell');
  17182.     }
  17183.     /**
  17184.      * Gets the public 'cbax_modul_adcell.filesystem.public' shared service.
  17185.      *
  17186.      * @return \Shopware\Core\Framework\Adapter\Filesystem\PrefixFilesystem
  17187.      */
  17188.     protected function getCbaxModulAdcell_Filesystem_PublicService()
  17189.     {
  17190.         include_once \dirname(__DIR__4).'/vendor/shopware/core/Framework/Adapter/Filesystem/AbstractFilesystem.php';
  17191.         include_once \dirname(__DIR__4).'/vendor/shopware/core/Framework/Adapter/Filesystem/PrefixFilesystem.php';
  17192.         return $this->services['cbax_modul_adcell.filesystem.public'] = new \Shopware\Core\Framework\Adapter\Filesystem\PrefixFilesystem(($this->services['shopware.filesystem.public'] ?? $this->getShopware_Filesystem_PublicService()), 'plugins/cbax_modul_adcell');
  17193.     }
  17194.     /**
  17195.      * Gets the public 'cbax_modul_analytics.filesystem.private' shared service.
  17196.      *
  17197.      * @return \Shopware\Core\Framework\Adapter\Filesystem\PrefixFilesystem
  17198.      */
  17199.     protected function getCbaxModulAnalytics_Filesystem_PrivateService()
  17200.     {
  17201.         include_once \dirname(__DIR__4).'/vendor/shopware/core/Framework/Adapter/Filesystem/AbstractFilesystem.php';
  17202.         include_once \dirname(__DIR__4).'/vendor/shopware/core/Framework/Adapter/Filesystem/PrefixFilesystem.php';
  17203.         return $this->services['cbax_modul_analytics.filesystem.private'] = new \Shopware\Core\Framework\Adapter\Filesystem\PrefixFilesystem(($this->services['shopware.filesystem.private'] ?? $this->getShopware_Filesystem_PrivateService()), 'plugins/cbax_modul_analytics');
  17204.     }
  17205.     /**
  17206.      * Gets the public 'cbax_modul_analytics.filesystem.public' shared service.
  17207.      *
  17208.      * @return \Shopware\Core\Framework\Adapter\Filesystem\PrefixFilesystem
  17209.      */
  17210.     protected function getCbaxModulAnalytics_Filesystem_PublicService()
  17211.     {
  17212.         include_once \dirname(__DIR__4).'/vendor/shopware/core/Framework/Adapter/Filesystem/AbstractFilesystem.php';
  17213.         include_once \dirname(__DIR__4).'/vendor/shopware/core/Framework/Adapter/Filesystem/PrefixFilesystem.php';
  17214.         return $this->services['cbax_modul_analytics.filesystem.public'] = new \Shopware\Core\Framework\Adapter\Filesystem\PrefixFilesystem(($this->services['shopware.filesystem.public'] ?? $this->getShopware_Filesystem_PublicService()), 'plugins/cbax_modul_analytics');
  17215.     }
  17216.     /**
  17217.      * Gets the public 'cbax_modul_external_order.filesystem.private' shared service.
  17218.      *
  17219.      * @return \Shopware\Core\Framework\Adapter\Filesystem\PrefixFilesystem
  17220.      */
  17221.     protected function getCbaxModulExternalOrder_Filesystem_PrivateService()
  17222.     {
  17223.         include_once \dirname(__DIR__4).'/vendor/shopware/core/Framework/Adapter/Filesystem/AbstractFilesystem.php';
  17224.         include_once \dirname(__DIR__4).'/vendor/shopware/core/Framework/Adapter/Filesystem/PrefixFilesystem.php';
  17225.         return $this->services['cbax_modul_external_order.filesystem.private'] = new \Shopware\Core\Framework\Adapter\Filesystem\PrefixFilesystem(($this->services['shopware.filesystem.private'] ?? $this->getShopware_Filesystem_PrivateService()), 'plugins/cbax_modul_external_order');
  17226.     }
  17227.     /**
  17228.      * Gets the public 'cbax_modul_external_order.filesystem.public' shared service.
  17229.      *
  17230.      * @return \Shopware\Core\Framework\Adapter\Filesystem\PrefixFilesystem
  17231.      */
  17232.     protected function getCbaxModulExternalOrder_Filesystem_PublicService()
  17233.     {
  17234.         include_once \dirname(__DIR__4).'/vendor/shopware/core/Framework/Adapter/Filesystem/AbstractFilesystem.php';
  17235.         include_once \dirname(__DIR__4).'/vendor/shopware/core/Framework/Adapter/Filesystem/PrefixFilesystem.php';
  17236.         return $this->services['cbax_modul_external_order.filesystem.public'] = new \Shopware\Core\Framework\Adapter\Filesystem\PrefixFilesystem(($this->services['shopware.filesystem.public'] ?? $this->getShopware_Filesystem_PublicService()), 'plugins/cbax_modul_external_order');
  17237.     }
  17238.     /**
  17239.      * Gets the public 'cbax_modul_manufacturers.filesystem.private' shared service.
  17240.      *
  17241.      * @return \Shopware\Core\Framework\Adapter\Filesystem\PrefixFilesystem
  17242.      */
  17243.     protected function getCbaxModulManufacturers_Filesystem_PrivateService()
  17244.     {
  17245.         include_once \dirname(__DIR__4).'/vendor/shopware/core/Framework/Adapter/Filesystem/AbstractFilesystem.php';
  17246.         include_once \dirname(__DIR__4).'/vendor/shopware/core/Framework/Adapter/Filesystem/PrefixFilesystem.php';
  17247.         return $this->services['cbax_modul_manufacturers.filesystem.private'] = new \Shopware\Core\Framework\Adapter\Filesystem\PrefixFilesystem(($this->services['shopware.filesystem.private'] ?? $this->getShopware_Filesystem_PrivateService()), 'plugins/cbax_modul_manufacturers');
  17248.     }
  17249.     /**
  17250.      * Gets the public 'cbax_modul_manufacturers.filesystem.public' shared service.
  17251.      *
  17252.      * @return \Shopware\Core\Framework\Adapter\Filesystem\PrefixFilesystem
  17253.      */
  17254.     protected function getCbaxModulManufacturers_Filesystem_PublicService()
  17255.     {
  17256.         include_once \dirname(__DIR__4).'/vendor/shopware/core/Framework/Adapter/Filesystem/AbstractFilesystem.php';
  17257.         include_once \dirname(__DIR__4).'/vendor/shopware/core/Framework/Adapter/Filesystem/PrefixFilesystem.php';
  17258.         return $this->services['cbax_modul_manufacturers.filesystem.public'] = new \Shopware\Core\Framework\Adapter\Filesystem\PrefixFilesystem(($this->services['shopware.filesystem.public'] ?? $this->getShopware_Filesystem_PublicService()), 'plugins/cbax_modul_manufacturers');
  17259.     }
  17260.     /**
  17261.      * Gets the public 'cbax_modul_order_import_galaxus.filesystem.private' shared service.
  17262.      *
  17263.      * @return \Shopware\Core\Framework\Adapter\Filesystem\PrefixFilesystem
  17264.      */
  17265.     protected function getCbaxModulOrderImportGalaxus_Filesystem_PrivateService()
  17266.     {
  17267.         include_once \dirname(__DIR__4).'/vendor/shopware/core/Framework/Adapter/Filesystem/AbstractFilesystem.php';
  17268.         include_once \dirname(__DIR__4).'/vendor/shopware/core/Framework/Adapter/Filesystem/PrefixFilesystem.php';
  17269.         return $this->services['cbax_modul_order_import_galaxus.filesystem.private'] = new \Shopware\Core\Framework\Adapter\Filesystem\PrefixFilesystem(($this->services['shopware.filesystem.private'] ?? $this->getShopware_Filesystem_PrivateService()), 'plugins/cbax_modul_order_import_galaxus');
  17270.     }
  17271.     /**
  17272.      * Gets the public 'cbax_modul_order_import_galaxus.filesystem.public' shared service.
  17273.      *
  17274.      * @return \Shopware\Core\Framework\Adapter\Filesystem\PrefixFilesystem
  17275.      */
  17276.     protected function getCbaxModulOrderImportGalaxus_Filesystem_PublicService()
  17277.     {
  17278.         include_once \dirname(__DIR__4).'/vendor/shopware/core/Framework/Adapter/Filesystem/AbstractFilesystem.php';
  17279.         include_once \dirname(__DIR__4).'/vendor/shopware/core/Framework/Adapter/Filesystem/PrefixFilesystem.php';
  17280.         return $this->services['cbax_modul_order_import_galaxus.filesystem.public'] = new \Shopware\Core\Framework\Adapter\Filesystem\PrefixFilesystem(($this->services['shopware.filesystem.public'] ?? $this->getShopware_Filesystem_PublicService()), 'plugins/cbax_modul_order_import_galaxus');
  17281.     }
  17282.     /**
  17283.      * Gets the public 'checkout.filesystem.private' shared service.
  17284.      *
  17285.      * @return \Shopware\Core\Framework\Adapter\Filesystem\PrefixFilesystem
  17286.      */
  17287.     protected function getCheckout_Filesystem_PrivateService()
  17288.     {
  17289.         include_once \dirname(__DIR__4).'/vendor/shopware/core/Framework/Adapter/Filesystem/AbstractFilesystem.php';
  17290.         include_once \dirname(__DIR__4).'/vendor/shopware/core/Framework/Adapter/Filesystem/PrefixFilesystem.php';
  17291.         return $this->services['checkout.filesystem.private'] = new \Shopware\Core\Framework\Adapter\Filesystem\PrefixFilesystem(($this->services['shopware.filesystem.private'] ?? $this->getShopware_Filesystem_PrivateService()), 'plugins/checkout');
  17292.     }
  17293.     /**
  17294.      * Gets the public 'checkout.filesystem.public' shared service.
  17295.      *
  17296.      * @return \Shopware\Core\Framework\Adapter\Filesystem\PrefixFilesystem
  17297.      */
  17298.     protected function getCheckout_Filesystem_PublicService()
  17299.     {
  17300.         include_once \dirname(__DIR__4).'/vendor/shopware/core/Framework/Adapter/Filesystem/AbstractFilesystem.php';
  17301.         include_once \dirname(__DIR__4).'/vendor/shopware/core/Framework/Adapter/Filesystem/PrefixFilesystem.php';
  17302.         return $this->services['checkout.filesystem.public'] = new \Shopware\Core\Framework\Adapter\Filesystem\PrefixFilesystem(($this->services['shopware.filesystem.public'] ?? $this->getShopware_Filesystem_PublicService()), 'plugins/checkout');
  17303.     }
  17304.     /**
  17305.      * Gets the public 'cms_block.repository' shared service.
  17306.      *
  17307.      * @return \Shopware\Core\Framework\DataAbstractionLayer\EntityRepositoryForwardCompatibilityDecorator
  17308.      */
  17309.     protected function getCmsBlock_RepositoryService()
  17310.     {
  17311.         return $this->services['cms_block.repository'] = new \Shopware\Core\Framework\DataAbstractionLayer\EntityRepositoryForwardCompatibilityDecorator(new \Shopware\Core\Framework\DataAbstractionLayer\EntityRepository(($this->services['Shopware\\Core\\Content\\Cms\\Aggregate\\CmsBlock\\CmsBlockDefinition'] ?? $this->getCmsBlockDefinitionService()), ($this->services['Shopware\\Core\\Framework\\DataAbstractionLayer\\Read\\EntityReaderInterface'] ?? $this->getEntityReaderInterfaceService()), ($this->services['Shopware\\Core\\Framework\\DataAbstractionLayer\\VersionManager'] ?? $this->getVersionManagerService()), ($this->services['Shopware\\Core\\Framework\\DataAbstractionLayer\\Search\\EntitySearcherInterface'] ?? $this->getEntitySearcherInterfaceService()), ($this->services['Shopware\\Core\\Framework\\DataAbstractionLayer\\Search\\EntityAggregatorInterface'] ?? $this->getEntityAggregatorInterfaceService()), ($this->services['event_dispatcher'] ?? $this->getEventDispatcherService()), ($this->services['Shopware\\Core\\Framework\\DataAbstractionLayer\\Event\\EntityLoadedEventFactory'] ?? $this->getEntityLoadedEventFactoryService())));
  17312.     }
  17313.     /**
  17314.      * Gets the public 'cms_page.repository' shared service.
  17315.      *
  17316.      * @return \Shopware\Core\Framework\DataAbstractionLayer\EntityRepositoryForwardCompatibilityDecorator
  17317.      */
  17318.     protected function getCmsPage_RepositoryService()
  17319.     {
  17320.         $a = ($this->services['Shopware\\Core\\Framework\\DataAbstractionLayer\\VersionManager'] ?? $this->getVersionManagerService());
  17321.         if (isset($this->services['cms_page.repository'])) {
  17322.             return $this->services['cms_page.repository'];
  17323.         }
  17324.         $b = ($this->services['Shopware\\Core\\Framework\\DataAbstractionLayer\\Search\\EntitySearcherInterface'] ?? $this->getEntitySearcherInterfaceService());
  17325.         if (isset($this->services['cms_page.repository'])) {
  17326.             return $this->services['cms_page.repository'];
  17327.         }
  17328.         $c = ($this->services['Shopware\\Core\\Framework\\DataAbstractionLayer\\Search\\EntityAggregatorInterface'] ?? $this->getEntityAggregatorInterfaceService());
  17329.         if (isset($this->services['cms_page.repository'])) {
  17330.             return $this->services['cms_page.repository'];
  17331.         }
  17332.         $d = ($this->services['event_dispatcher'] ?? $this->getEventDispatcherService());
  17333.         if (isset($this->services['cms_page.repository'])) {
  17334.             return $this->services['cms_page.repository'];
  17335.         }
  17336.         return $this->services['cms_page.repository'] = new \Shopware\Core\Framework\DataAbstractionLayer\EntityRepositoryForwardCompatibilityDecorator(new \Shopware\Core\Framework\DataAbstractionLayer\EntityRepository(($this->services['Shopware\\Core\\Content\\Cms\\CmsPageDefinition'] ?? $this->getCmsPageDefinitionService()), ($this->services['Shopware\\Core\\Framework\\DataAbstractionLayer\\Read\\EntityReaderInterface'] ?? $this->getEntityReaderInterfaceService()), $a$b$c$d, ($this->services['Shopware\\Core\\Framework\\DataAbstractionLayer\\Event\\EntityLoadedEventFactory'] ?? $this->getEntityLoadedEventFactoryService())));
  17337.     }
  17338.     /**
  17339.      * Gets the public 'cms_page_translation.repository' shared service.
  17340.      *
  17341.      * @return \Shopware\Core\Framework\DataAbstractionLayer\EntityRepositoryForwardCompatibilityDecorator
  17342.      */
  17343.     protected function getCmsPageTranslation_RepositoryService()
  17344.     {
  17345.         return $this->services['cms_page_translation.repository'] = new \Shopware\Core\Framework\DataAbstractionLayer\EntityRepositoryForwardCompatibilityDecorator(new \Shopware\Core\Framework\DataAbstractionLayer\EntityRepository(($this->services['Shopware\\Core\\Content\\Cms\\Aggregate\\CmsPageTranslation\\CmsPageTranslationDefinition'] ?? $this->getCmsPageTranslationDefinitionService()), ($this->services['Shopware\\Core\\Framework\\DataAbstractionLayer\\Read\\EntityReaderInterface'] ?? $this->getEntityReaderInterfaceService()), ($this->services['Shopware\\Core\\Framework\\DataAbstractionLayer\\VersionManager'] ?? $this->getVersionManagerService()), ($this->services['Shopware\\Core\\Framework\\DataAbstractionLayer\\Search\\EntitySearcherInterface'] ?? $this->getEntitySearcherInterfaceService()), ($this->services['Shopware\\Core\\Framework\\DataAbstractionLayer\\Search\\EntityAggregatorInterface'] ?? $this->getEntityAggregatorInterfaceService()), ($this->services['event_dispatcher'] ?? $this->getEventDispatcherService()), ($this->services['Shopware\\Core\\Framework\\DataAbstractionLayer\\Event\\EntityLoadedEventFactory'] ?? $this->getEntityLoadedEventFactoryService())));
  17346.     }
  17347.     /**
  17348.      * Gets the public 'cms_section.repository' shared service.
  17349.      *
  17350.      * @return \Shopware\Core\Framework\DataAbstractionLayer\EntityRepositoryForwardCompatibilityDecorator
  17351.      */
  17352.     protected function getCmsSection_RepositoryService()
  17353.     {
  17354.         return $this->services['cms_section.repository'] = new \Shopware\Core\Framework\DataAbstractionLayer\EntityRepositoryForwardCompatibilityDecorator(new \Shopware\Core\Framework\DataAbstractionLayer\EntityRepository(($this->services['Shopware\\Core\\Content\\Cms\\Aggregate\\CmsSection\\CmsSectionDefinition'] ?? $this->getCmsSectionDefinitionService()), ($this->services['Shopware\\Core\\Framework\\DataAbstractionLayer\\Read\\EntityReaderInterface'] ?? $this->getEntityReaderInterfaceService()), ($this->services['Shopware\\Core\\Framework\\DataAbstractionLayer\\VersionManager'] ?? $this->getVersionManagerService()), ($this->services['Shopware\\Core\\Framework\\DataAbstractionLayer\\Search\\EntitySearcherInterface'] ?? $this->getEntitySearcherInterfaceService()), ($this->services['Shopware\\Core\\Framework\\DataAbstractionLayer\\Search\\EntityAggregatorInterface'] ?? $this->getEntityAggregatorInterfaceService()), ($this->services['event_dispatcher'] ?? $this->getEventDispatcherService()), ($this->services['Shopware\\Core\\Framework\\DataAbstractionLayer\\Event\\EntityLoadedEventFactory'] ?? $this->getEntityLoadedEventFactoryService())));
  17355.     }
  17356.     /**
  17357.      * Gets the public 'cms_slot.repository' shared service.
  17358.      *
  17359.      * @return \Shopware\Core\Framework\DataAbstractionLayer\EntityRepositoryForwardCompatibilityDecorator
  17360.      */
  17361.     protected function getCmsSlot_RepositoryService()
  17362.     {
  17363.         $a = ($this->services['Shopware\\Core\\Framework\\DataAbstractionLayer\\VersionManager'] ?? $this->getVersionManagerService());
  17364.         if (isset($this->services['cms_slot.repository'])) {
  17365.             return $this->services['cms_slot.repository'];
  17366.         }
  17367.         $b = ($this->services['Shopware\\Core\\Framework\\DataAbstractionLayer\\Search\\EntitySearcherInterface'] ?? $this->getEntitySearcherInterfaceService());
  17368.         if (isset($this->services['cms_slot.repository'])) {
  17369.             return $this->services['cms_slot.repository'];
  17370.         }
  17371.         $c = ($this->services['Shopware\\Core\\Framework\\DataAbstractionLayer\\Search\\EntityAggregatorInterface'] ?? $this->getEntityAggregatorInterfaceService());
  17372.         if (isset($this->services['cms_slot.repository'])) {
  17373.             return $this->services['cms_slot.repository'];
  17374.         }
  17375.         $d = ($this->services['event_dispatcher'] ?? $this->getEventDispatcherService());
  17376.         if (isset($this->services['cms_slot.repository'])) {
  17377.             return $this->services['cms_slot.repository'];
  17378.         }
  17379.         return $this->services['cms_slot.repository'] = new \Shopware\Core\Framework\DataAbstractionLayer\EntityRepositoryForwardCompatibilityDecorator(new \Shopware\Core\Framework\DataAbstractionLayer\EntityRepository(($this->services['Shopware\\Core\\Content\\Cms\\Aggregate\\CmsSlot\\CmsSlotDefinition'] ?? $this->getCmsSlotDefinitionService()), ($this->services['Shopware\\Core\\Framework\\DataAbstractionLayer\\Read\\EntityReaderInterface'] ?? $this->getEntityReaderInterfaceService()), $a$b$c$d, ($this->services['Shopware\\Core\\Framework\\DataAbstractionLayer\\Event\\EntityLoadedEventFactory'] ?? $this->getEntityLoadedEventFactoryService())));
  17380.     }
  17381.     /**
  17382.      * Gets the public 'cms_slot_translation.repository' shared service.
  17383.      *
  17384.      * @return \Shopware\Core\Framework\DataAbstractionLayer\EntityRepositoryForwardCompatibilityDecorator
  17385.      */
  17386.     protected function getCmsSlotTranslation_RepositoryService()
  17387.     {
  17388.         return $this->services['cms_slot_translation.repository'] = new \Shopware\Core\Framework\DataAbstractionLayer\EntityRepositoryForwardCompatibilityDecorator(new \Shopware\Core\Framework\DataAbstractionLayer\EntityRepository(($this->services['Shopware\\Core\\Content\\Cms\\Aggregate\\CmsSlotTranslation\\CmsSlotTranslationDefinition'] ?? $this->getCmsSlotTranslationDefinitionService()), ($this->services['Shopware\\Core\\Framework\\DataAbstractionLayer\\Read\\EntityReaderInterface'] ?? $this->getEntityReaderInterfaceService()), ($this->services['Shopware\\Core\\Framework\\DataAbstractionLayer\\VersionManager'] ?? $this->getVersionManagerService()), ($this->services['Shopware\\Core\\Framework\\DataAbstractionLayer\\Search\\EntitySearcherInterface'] ?? $this->getEntitySearcherInterfaceService()), ($this->services['Shopware\\Core\\Framework\\DataAbstractionLayer\\Search\\EntityAggregatorInterface'] ?? $this->getEntityAggregatorInterfaceService()), ($this->services['event_dispatcher'] ?? $this->getEventDispatcherService()), ($this->services['Shopware\\Core\\Framework\\DataAbstractionLayer\\Event\\EntityLoadedEventFactory'] ?? $this->getEntityLoadedEventFactoryService())));
  17389.     }
  17390.     /**
  17391.      * Gets the public 'console.command.public_alias.Frosh\Tools\Command\DevRobotsTxtCommand' shared service.
  17392.      *
  17393.      * @return \Frosh\Tools\Command\DevRobotsTxtCommand
  17394.      */
  17395.     protected function getDevRobotsTxtCommandService()
  17396.     {
  17397.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/Command.php';
  17398.         include_once \dirname(__DIR__4).'/vendor/store.shopware.com/froshtools/src/Command/DevRobotsTxtCommand.php';
  17399.         return $this->services['console.command.public_alias.Frosh\\Tools\\Command\\DevRobotsTxtCommand'] = new \Frosh\Tools\Command\DevRobotsTxtCommand((\dirname(__DIR__4).'/public'));
  17400.     }
  17401.     /**
  17402.      * Gets the public 'console.command.public_alias.UnzerPayment6\Commands\RegisterWebhookCommand' shared service.
  17403.      *
  17404.      * @return \UnzerPayment6\Commands\RegisterWebhookCommand
  17405.      */
  17406.     protected function getRegisterWebhookCommandService()
  17407.     {
  17408.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/Command.php';
  17409.         include_once \dirname(__DIR__4).'/vendor/store.shopware.com/unzerpayment6/src/Commands/RegisterWebhookCommand.php';
  17410.         return $this->services['console.command.public_alias.UnzerPayment6\\Commands\\RegisterWebhookCommand'] = new \UnzerPayment6\Commands\RegisterWebhookCommand(($this->privates['UnzerPayment6\\Components\\WebhookRegistrator\\WebhookRegistrator'] ?? $this->getWebhookRegistratorService()), ($this->services['sales_channel_domain.repository'] ?? $this->getSalesChannelDomain_RepositoryService()));
  17411.     }
  17412.     /**
  17413.      * Gets the public 'console.command.public_alias.UnzerPayment6\Commands\SendShippingNotificationCommand' shared service.
  17414.      *
  17415.      * @return \UnzerPayment6\Commands\SendShippingNotificationCommand
  17416.      */
  17417.     protected function getSendShippingNotificationCommandService()
  17418.     {
  17419.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/Command.php';
  17420.         include_once \dirname(__DIR__4).'/vendor/store.shopware.com/unzerpayment6/src/Commands/SendShippingNotificationCommand.php';
  17421.         return $this->services['console.command.public_alias.UnzerPayment6\\Commands\\SendShippingNotificationCommand'] = new \UnzerPayment6\Commands\SendShippingNotificationCommand(($this->privates['UnzerPayment6\\Components\\ConfigReader\\ConfigReader'] ?? $this->getConfigReader2Service()), ($this->services['order_transaction.repository'] ?? $this->getOrderTransaction_RepositoryService()), ($this->services['event_dispatcher'] ?? $this->getEventDispatcherService()), ($this->privates['UnzerPayment6\\Components\\ShipService\\ShipService'] ?? $this->getShipServiceService()));
  17422.     }
  17423.     /**
  17424.      * Gets the public 'console.command.public_alias.Zeobv\AbandonedCart\Command\AbandonedCart\Collect' shared service.
  17425.      *
  17426.      * @return \Zeobv\AbandonedCart\Command\AbandonedCart\Collect
  17427.      */
  17428.     protected function getCollectService()
  17429.     {
  17430.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/Command.php';
  17431.         include_once \dirname(__DIR__4).'/vendor/store.shopware.com/zeobvabandonedcart/src/Command/AbandonedCart/Collect.php';
  17432.         return $this->services['console.command.public_alias.Zeobv\\AbandonedCart\\Command\\AbandonedCart\\Collect'] = new \Zeobv\AbandonedCart\Command\AbandonedCart\Collect(($this->privates['Zeobv\\AbandonedCart\\ScheduledTasks\\Handlers\\AbandonedCart\\CollectTaskHandler'] ?? $this->getCollectTaskHandlerService()));
  17433.     }
  17434.     /**
  17435.      * Gets the public 'console.command_loader' shared service.
  17436.      *
  17437.      * @return \Symfony\Component\Console\CommandLoader\ContainerCommandLoader
  17438.      */
  17439.     protected function getConsole_CommandLoaderService()
  17440.     {
  17441.         include_once \dirname(__DIR__4).'/vendor/symfony/console/CommandLoader/CommandLoaderInterface.php';
  17442.         include_once \dirname(__DIR__4).'/vendor/symfony/console/CommandLoader/ContainerCommandLoader.php';
  17443.         return $this->services['console.command_loader'] = new \Symfony\Component\Console\CommandLoader\ContainerCommandLoader(new \Symfony\Component\DependencyInjection\Argument\ServiceLocator($this->getService, [
  17444.             'Shopware\\Core\\Framework\\Migration\\Command\\CreateMigrationCommand' => ['privates''Shopware\\Core\\Framework\\Migration\\Command\\CreateMigrationCommand''getCreateMigrationCommandService'false],
  17445.             'Shopware\\Core\\Framework\\Migration\\Command\\RefreshMigrationCommand' => ['privates''Shopware\\Core\\Framework\\Migration\\Command\\RefreshMigrationCommand''getRefreshMigrationCommandService'false],
  17446.             'Shopware\\Core\\Framework\\Migration\\Command\\MigrationCommand' => ['privates''Shopware\\Core\\Framework\\Migration\\Command\\MigrationCommand''getMigrationCommandService'false],
  17447.             'Shopware\\Core\\Framework\\Demodata\\PersonalData\\CleanPersonalDataCommand' => ['privates''Shopware\\Core\\Framework\\Demodata\\PersonalData\\CleanPersonalDataCommand''getCleanPersonalDataCommandService'false],
  17448.             'Shopware\\Core\\Framework\\Migration\\Command\\MigrationDestructiveCommand' => ['privates''Shopware\\Core\\Framework\\Migration\\Command\\MigrationDestructiveCommand''getMigrationDestructiveCommandService'false],
  17449.             'Shopware\\Core\\Framework\\Changelog\\Command\\ChangelogCreateCommand' => ['privates''Shopware\\Core\\Framework\\Changelog\\Command\\ChangelogCreateCommand''getChangelogCreateCommandService'false],
  17450.             'Shopware\\Core\\Framework\\Changelog\\Command\\ChangelogReleaseCommand' => ['privates''Shopware\\Core\\Framework\\Changelog\\Command\\ChangelogReleaseCommand''getChangelogReleaseCommandService'false],
  17451.             'Shopware\\Core\\Framework\\Changelog\\Command\\ChangelogChangeCommand' => ['privates''Shopware\\Core\\Framework\\Changelog\\Command\\ChangelogChangeCommand''getChangelogChangeCommandService'false],
  17452.             'Shopware\\Core\\Framework\\Changelog\\Command\\ChangelogCheckCommand' => ['privates''Shopware\\Core\\Framework\\Changelog\\Command\\ChangelogCheckCommand''getChangelogCheckCommandService'false],
  17453.             'Shopware\\Core\\Framework\\Feature\\Command\\FeatureDumpCommand' => ['privates''Shopware\\Core\\Framework\\Feature\\Command\\FeatureDumpCommand''getFeatureDumpCommandService'false],
  17454.             'Shopware\\Core\\Framework\\Adapter\\Command\\S3FilesystemVisibilityCommand' => ['privates''Shopware\\Core\\Framework\\Adapter\\Command\\S3FilesystemVisibilityCommand''getS3FilesystemVisibilityCommandService'false],
  17455.             'Shopware\\Core\\Framework\\Api\\Command\\DumpSchemaCommand' => ['privates''Shopware\\Core\\Framework\\Api\\Command\\DumpSchemaCommand''getDumpSchemaCommandService'false],
  17456.             'Shopware\\Core\\Framework\\Api\\Command\\DumpClassSchemaCommand' => ['privates''Shopware\\Core\\Framework\\Api\\Command\\DumpClassSchemaCommand''getDumpClassSchemaCommandService'false],
  17457.             'Shopware\\Core\\Framework\\App\\Command\\RefreshAppCommand' => ['privates''Shopware\\Core\\Framework\\App\\Command\\RefreshAppCommand''getRefreshAppCommandService'false],
  17458.             'Shopware\\Core\\Framework\\App\\Command\\InstallAppCommand' => ['privates''Shopware\\Core\\Framework\\App\\Command\\InstallAppCommand''getInstallAppCommandService'false],
  17459.             'Shopware\\Core\\Framework\\App\\Command\\UninstallAppCommand' => ['privates''Shopware\\Core\\Framework\\App\\Command\\UninstallAppCommand''getUninstallAppCommandService'false],
  17460.             'Shopware\\Core\\Framework\\App\\Command\\ActivateAppCommand' => ['privates''Shopware\\Core\\Framework\\App\\Command\\ActivateAppCommand''getActivateAppCommandService'false],
  17461.             'Shopware\\Core\\Framework\\App\\Command\\DeactivateAppCommand' => ['privates''Shopware\\Core\\Framework\\App\\Command\\DeactivateAppCommand''getDeactivateAppCommandService'false],
  17462.             'Shopware\\Core\\Framework\\App\\Command\\ValidateAppCommand' => ['privates''Shopware\\Core\\Framework\\App\\Command\\ValidateAppCommand''getValidateAppCommandService'false],
  17463.             'Shopware\\Core\\Framework\\App\\Command\\ResolveAppUrlChangeCommand' => ['privates''Shopware\\Core\\Framework\\App\\Command\\ResolveAppUrlChangeCommand''getResolveAppUrlChangeCommandService'false],
  17464.             'Shopware\\Core\\Framework\\DataAbstractionLayer\\Command\\CreateSchemaCommand' => ['privates''Shopware\\Core\\Framework\\DataAbstractionLayer\\Command\\CreateSchemaCommand''getCreateSchemaCommandService'false],
  17465.             'Shopware\\Core\\Framework\\DataAbstractionLayer\\Command\\CreateEntitiesCommand' => ['privates''Shopware\\Core\\Framework\\DataAbstractionLayer\\Command\\CreateEntitiesCommand''getCreateEntitiesCommandService'false],
  17466.             'Shopware\\Core\\Framework\\DataAbstractionLayer\\Command\\CreateHydratorCommand' => ['privates''Shopware\\Core\\Framework\\DataAbstractionLayer\\Command\\CreateHydratorCommand''getCreateHydratorCommandService'false],
  17467.             'Shopware\\Core\\Framework\\DataAbstractionLayer\\Command\\RefreshIndexCommand' => ['privates''Shopware\\Core\\Framework\\DataAbstractionLayer\\Command\\RefreshIndexCommand''getRefreshIndexCommandService'false],
  17468.             'Shopware\\Core\\Framework\\DataAbstractionLayer\\Command\\DataAbstractionLayerValidateCommand' => ['privates''Shopware\\Core\\Framework\\DataAbstractionLayer\\Command\\DataAbstractionLayerValidateCommand''getDataAbstractionLayerValidateCommandService'false],
  17469.             'Shopware\\Core\\Framework\\Demodata\\Command\\DemodataCommand' => ['privates''Shopware\\Core\\Framework\\Demodata\\Command\\DemodataCommand''getDemodataCommandService'false],
  17470.             'Shopware\\Core\\Framework\\Event\\Command\\DebugDumpBusinessEventsCommand' => ['privates''Shopware\\Core\\Framework\\Event\\Command\\DebugDumpBusinessEventsCommand''getDebugDumpBusinessEventsCommandService'false],
  17471.             'console.command.assets_install' => ['privates''console.command.assets_install''getConsole_Command_AssetsInstallService'false],
  17472.             'Shopware\\Core\\Framework\\MessageQueue\\Command\\DispatchSleepMessageCommand' => ['privates''Shopware\\Core\\Framework\\MessageQueue\\Command\\DispatchSleepMessageCommand''getDispatchSleepMessageCommandService'false],
  17473.             'Shopware\\Core\\Framework\\Plugin\\Command\\BundleDumpCommand' => ['privates''Shopware\\Core\\Framework\\Plugin\\Command\\BundleDumpCommand''getBundleDumpCommandService'false],
  17474.             'Shopware\\Core\\Framework\\Plugin\\Command\\PluginRefreshCommand' => ['privates''Shopware\\Core\\Framework\\Plugin\\Command\\PluginRefreshCommand''getPluginRefreshCommandService'false],
  17475.             'Shopware\\Core\\Framework\\Plugin\\Command\\PluginListCommand' => ['privates''Shopware\\Core\\Framework\\Plugin\\Command\\PluginListCommand''getPluginListCommandService'false],
  17476.             'Shopware\\Core\\Framework\\Plugin\\Command\\PluginZipImportCommand' => ['privates''Shopware\\Core\\Framework\\Plugin\\Command\\PluginZipImportCommand''getPluginZipImportCommandService'false],
  17477.             'Shopware\\Core\\Framework\\Plugin\\Command\\Lifecycle\\PluginInstallCommand' => ['privates''Shopware\\Core\\Framework\\Plugin\\Command\\Lifecycle\\PluginInstallCommand''getPluginInstallCommandService'false],
  17478.             'Shopware\\Core\\Framework\\Plugin\\Command\\Lifecycle\\PluginActivateCommand' => ['privates''Shopware\\Core\\Framework\\Plugin\\Command\\Lifecycle\\PluginActivateCommand''getPluginActivateCommandService'false],
  17479.             'Shopware\\Core\\Framework\\Plugin\\Command\\Lifecycle\\PluginUpdateCommand' => ['privates''Shopware\\Core\\Framework\\Plugin\\Command\\Lifecycle\\PluginUpdateCommand''getPluginUpdateCommandService'false],
  17480.             'Shopware\\Core\\Framework\\Plugin\\Command\\Lifecycle\\PluginDeactivateCommand' => ['privates''Shopware\\Core\\Framework\\Plugin\\Command\\Lifecycle\\PluginDeactivateCommand''getPluginDeactivateCommandService'false],
  17481.             'Shopware\\Core\\Framework\\Plugin\\Command\\Lifecycle\\PluginUninstallCommand' => ['privates''Shopware\\Core\\Framework\\Plugin\\Command\\Lifecycle\\PluginUninstallCommand''getPluginUninstallCommandService'false],
  17482.             'Shopware\\Core\\Framework\\Plugin\\Command\\PluginCreateCommand' => ['privates''Shopware\\Core\\Framework\\Plugin\\Command\\PluginCreateCommand''getPluginCreateCommandService'false],
  17483.             'Shopware\\Core\\Framework\\MessageQueue\\ScheduledTask\\Command\\RegisterScheduledTasksCommand' => ['privates''Shopware\\Core\\Framework\\MessageQueue\\ScheduledTask\\Command\\RegisterScheduledTasksCommand''getRegisterScheduledTasksCommandService'false],
  17484.             'Shopware\\Core\\Framework\\MessageQueue\\ScheduledTask\\Command\\ScheduledTaskRunner' => ['privates''Shopware\\Core\\Framework\\MessageQueue\\ScheduledTask\\Command\\ScheduledTaskRunner''getScheduledTaskRunnerService'false],
  17485.             'Shopware\\Core\\Framework\\Store\\Command\\StoreDownloadCommand' => ['privates''Shopware\\Core\\Framework\\Store\\Command\\StoreDownloadCommand''getStoreDownloadCommandService'false],
  17486.             'Shopware\\Core\\Framework\\Store\\Command\\StoreLoginCommand' => ['privates''Shopware\\Core\\Framework\\Store\\Command\\StoreLoginCommand''getStoreLoginCommandService'false],
  17487.             'Shopware\\Core\\System\\Snippet\\Command\\ValidateSnippetsCommand' => ['privates''Shopware\\Core\\System\\Snippet\\Command\\ValidateSnippetsCommand''getValidateSnippetsCommandService'false],
  17488.             'Shopware\\Core\\System\\StateMachine\\Command\\WorkflowDumpCommand' => ['privates''Shopware\\Core\\System\\StateMachine\\Command\\WorkflowDumpCommand''getWorkflowDumpCommandService'false],
  17489.             'Shopware\\Core\\System\\SystemConfig\\Command\\ConfigGet' => ['privates''Shopware\\Core\\System\\SystemConfig\\Command\\ConfigGet''getConfigGetService'false],
  17490.             'Shopware\\Core\\System\\SystemConfig\\Command\\ConfigSet' => ['privates''Shopware\\Core\\System\\SystemConfig\\Command\\ConfigSet''getConfigSetService'false],
  17491.             'Shopware\\Core\\System\\NumberRange\\Command\\MigrateIncrementStorageCommand' => ['privates''Shopware\\Core\\System\\NumberRange\\Command\\MigrateIncrementStorageCommand''getMigrateIncrementStorageCommandService'false],
  17492.             'Shopware\\Core\\Content\\Media\\Commands\\GenerateThumbnailsCommand' => ['privates''Shopware\\Core\\Content\\Media\\Commands\\GenerateThumbnailsCommand''getGenerateThumbnailsCommandService'false],
  17493.             'Shopware\\Core\\Content\\Media\\Commands\\GenerateMediaTypesCommand' => ['privates''Shopware\\Core\\Content\\Media\\Commands\\GenerateMediaTypesCommand''getGenerateMediaTypesCommandService'false],
  17494.             'Shopware\\Core\\Content\\Media\\Commands\\DeleteNotUsedMediaCommand' => ['privates''Shopware\\Core\\Content\\Media\\Commands\\DeleteNotUsedMediaCommand''getDeleteNotUsedMediaCommandService'false],
  17495.             'Shopware\\Core\\Content\\ProductExport\\Command\\ProductExportGenerateCommand' => ['privates''Shopware\\Core\\Content\\ProductExport\\Command\\ProductExportGenerateCommand''getProductExportGenerateCommandService'false],
  17496.             'Shopware\\Core\\Content\\ImportExport\\Command\\DeleteExpiredFilesCommand' => ['privates''Shopware\\Core\\Content\\ImportExport\\Command\\DeleteExpiredFilesCommand''getDeleteExpiredFilesCommandService'false],
  17497.             'Shopware\\Core\\Content\\ImportExport\\Command\\ImportEntityCommand' => ['privates''Shopware\\Core\\Content\\ImportExport\\Command\\ImportEntityCommand''getImportEntityCommandService'false],
  17498.             'Shopware\\Core\\Content\\Sitemap\\Commands\\SitemapGenerateCommand' => ['privates''Shopware\\Core\\Content\\Sitemap\\Commands\\SitemapGenerateCommand''getSitemapGenerateCommandService'false],
  17499.             'Shopware\\Core\\Checkout\\Cart\\Command\\CartMigrateCommand' => ['privates''Shopware\\Core\\Checkout\\Cart\\Command\\CartMigrateCommand''getCartMigrateCommandService'false],
  17500.             'Shopware\\Core\\Checkout\\Customer\\Command\\DeleteUnusedGuestCustomersCommand' => ['privates''Shopware\\Core\\Checkout\\Customer\\Command\\DeleteUnusedGuestCustomersCommand''getDeleteUnusedGuestCustomersCommandService'false],
  17501.             'Shopware\\Storefront\\Framework\\Command\\HttpCacheWarmUpCommand' => ['privates''Shopware\\Storefront\\Framework\\Command\\HttpCacheWarmUpCommand''getHttpCacheWarmUpCommandService'false],
  17502.             'Shopware\\Storefront\\Framework\\Command\\SalesChannelCreateStorefrontCommand' => ['privates''Shopware\\Storefront\\Framework\\Command\\SalesChannelCreateStorefrontCommand''getSalesChannelCreateStorefrontCommandService'false],
  17503.             'Shopware\\Storefront\\Theme\\Command\\ThemeCreateCommand' => ['privates''Shopware\\Storefront\\Theme\\Command\\ThemeCreateCommand''getThemeCreateCommandService'false],
  17504.             'Shopware\\Storefront\\Theme\\Command\\ThemeChangeCommand' => ['privates''Shopware\\Storefront\\Theme\\Command\\ThemeChangeCommand''getThemeChangeCommandService'false],
  17505.             'Shopware\\Storefront\\Theme\\Command\\ThemeCompileCommand' => ['privates''Shopware\\Storefront\\Theme\\Command\\ThemeCompileCommand''getThemeCompileCommandService'false],
  17506.             'Shopware\\Storefront\\Theme\\Command\\ThemeDumpCommand' => ['privates''Shopware\\Storefront\\Theme\\Command\\ThemeDumpCommand''getThemeDumpCommandService'false],
  17507.             'Shopware\\Storefront\\Theme\\Command\\ThemeRefreshCommand' => ['privates''Shopware\\Storefront\\Theme\\Command\\ThemeRefreshCommand''getThemeRefreshCommandService'false],
  17508.             'Shopware\\Storefront\\Theme\\Command\\ThemePrepareIconsCommand' => ['privates''Shopware\\Storefront\\Theme\\Command\\ThemePrepareIconsCommand''getThemePrepareIconsCommandService'false],
  17509.             'Shopware\\Elasticsearch\\Framework\\Command\\ElasticsearchIndexingCommand' => ['privates''Shopware\\Elasticsearch\\Framework\\Command\\ElasticsearchIndexingCommand''getElasticsearchIndexingCommandService'false],
  17510.             'Shopware\\Elasticsearch\\Framework\\Command\\ElasticsearchTestAnalyzerCommand' => ['privates''Shopware\\Elasticsearch\\Framework\\Command\\ElasticsearchTestAnalyzerCommand''getElasticsearchTestAnalyzerCommandService'false],
  17511.             'Shopware\\Elasticsearch\\Framework\\Command\\ElasticsearchStatusCommand' => ['privates''Shopware\\Elasticsearch\\Framework\\Command\\ElasticsearchStatusCommand''getElasticsearchStatusCommandService'false],
  17512.             'Shopware\\Elasticsearch\\Framework\\Command\\ElasticsearchResetCommand' => ['privates''Shopware\\Elasticsearch\\Framework\\Command\\ElasticsearchResetCommand''getElasticsearchResetCommandService'false],
  17513.             'Shopware\\Elasticsearch\\Framework\\Command\\ElasticsearchCreateAliasCommand' => ['privates''Shopware\\Elasticsearch\\Framework\\Command\\ElasticsearchCreateAliasCommand''getElasticsearchCreateAliasCommandService'false],
  17514.             'Shopware\\Elasticsearch\\Framework\\Command\\ElasticsearchCleanIndicesCommand' => ['privates''Shopware\\Elasticsearch\\Framework\\Command\\ElasticsearchCleanIndicesCommand''getElasticsearchCleanIndicesCommandService'false],
  17515.             'Shopware\\Elasticsearch\\Framework\\Command\\ElasticsearchAdminIndexingCommand' => ['privates''.Shopware\\Elasticsearch\\Framework\\Command\\ElasticsearchAdminIndexingCommand.lazy''getElasticsearchAdminIndexingCommand_LazyService'false],
  17516.             'Shopware\\Elasticsearch\\Framework\\Command\\ElasticsearchAdminResetCommand' => ['privates''.Shopware\\Elasticsearch\\Framework\\Command\\ElasticsearchAdminResetCommand.lazy''getElasticsearchAdminResetCommand_LazyService'false],
  17517.             'Shopware\\Elasticsearch\\Framework\\Command\\ElasticsearchAdminTestCommand' => ['privates''.Shopware\\Elasticsearch\\Framework\\Command\\ElasticsearchAdminTestCommand.lazy''getElasticsearchAdminTestCommand_LazyService'false],
  17518.             'Shopware\\Core\\Maintenance\\System\\Command\\SystemInstallCommand' => ['privates''Shopware\\Core\\Maintenance\\System\\Command\\SystemInstallCommand''getSystemInstallCommandService'false],
  17519.             'Shopware\\Core\\Maintenance\\System\\Command\\SystemGenerateJwtSecretCommand' => ['privates''Shopware\\Core\\Maintenance\\System\\Command\\SystemGenerateJwtSecretCommand''getSystemGenerateJwtSecretCommandService'false],
  17520.             'Shopware\\Core\\Maintenance\\System\\Command\\SystemGenerateAppSecretCommand' => ['privates''Shopware\\Core\\Maintenance\\System\\Command\\SystemGenerateAppSecretCommand''getSystemGenerateAppSecretCommandService'false],
  17521.             'Shopware\\Core\\Maintenance\\System\\Command\\SystemSetupCommand' => ['privates''Shopware\\Core\\Maintenance\\System\\Command\\SystemSetupCommand''getSystemSetupCommandService'false],
  17522.             'Symfony\\Component\\Dotenv\\Command\\DotenvDumpCommand' => ['privates''.Symfony\\Component\\Dotenv\\Command\\DotenvDumpCommand.lazy''getDotenvDumpCommand_LazyService'false],
  17523.             'Shopware\\Core\\Maintenance\\System\\Command\\SystemUpdatePrepareCommand' => ['privates''Shopware\\Core\\Maintenance\\System\\Command\\SystemUpdatePrepareCommand''getSystemUpdatePrepareCommandService'false],
  17524.             'Shopware\\Core\\Maintenance\\System\\Command\\SystemUpdateFinishCommand' => ['privates''Shopware\\Core\\Maintenance\\System\\Command\\SystemUpdateFinishCommand''getSystemUpdateFinishCommandService'false],
  17525.             'Shopware\\Core\\Maintenance\\SalesChannel\\Command\\SalesChannelUpdateDomainCommand' => ['privates''.Shopware\\Core\\Maintenance\\SalesChannel\\Command\\SalesChannelUpdateDomainCommand.lazy''getSalesChannelUpdateDomainCommand_LazyService'false],
  17526.             'Shopware\\Core\\Maintenance\\System\\Command\\SystemConfigureShopCommand' => ['privates''Shopware\\Core\\Maintenance\\System\\Command\\SystemConfigureShopCommand''getSystemConfigureShopCommandService'false],
  17527.             'Shopware\\Core\\Maintenance\\SalesChannel\\Command\\SalesChannelCreateCommand' => ['privates''Shopware\\Core\\Maintenance\\SalesChannel\\Command\\SalesChannelCreateCommand''getSalesChannelCreateCommandService'false],
  17528.             'Shopware\\Core\\Maintenance\\SalesChannel\\Command\\SalesChannelListCommand' => ['privates''Shopware\\Core\\Maintenance\\SalesChannel\\Command\\SalesChannelListCommand''getSalesChannelListCommandService'false],
  17529.             'Shopware\\Core\\Maintenance\\SalesChannel\\Command\\SalesChannelMaintenanceEnableCommand' => ['privates''Shopware\\Core\\Maintenance\\SalesChannel\\Command\\SalesChannelMaintenanceEnableCommand''getSalesChannelMaintenanceEnableCommandService'false],
  17530.             'Shopware\\Core\\Maintenance\\SalesChannel\\Command\\SalesChannelMaintenanceDisableCommand' => ['privates''Shopware\\Core\\Maintenance\\SalesChannel\\Command\\SalesChannelMaintenanceDisableCommand''getSalesChannelMaintenanceDisableCommandService'false],
  17531.             'Shopware\\Core\\Maintenance\\User\\Command\\UserCreateCommand' => ['privates''Shopware\\Core\\Maintenance\\User\\Command\\UserCreateCommand''getUserCreateCommandService'false],
  17532.             'Shopware\\Core\\Maintenance\\User\\Command\\UserChangePasswordCommand' => ['privates''Shopware\\Core\\Maintenance\\User\\Command\\UserChangePasswordCommand''getUserChangePasswordCommandService'false],
  17533.             'Swag\\PayPal\\Webhook\\Command\\CrawlWebhookEventNamesCommand' => ['privates''.Swag\\PayPal\\Webhook\\Command\\CrawlWebhookEventNamesCommand.lazy''getCrawlWebhookEventNamesCommand_LazyService'false],
  17534.             'Swag\\PayPal\\Pos\\Command\\PosSyncCommand' => ['privates''.Swag\\PayPal\\Pos\\Command\\PosSyncCommand.lazy''getPosSyncCommand_LazyService'false],
  17535.             'Swag\\PayPal\\Pos\\Command\\PosImageSyncCommand' => ['privates''.Swag\\PayPal\\Pos\\Command\\PosImageSyncCommand.lazy''getPosImageSyncCommand_LazyService'false],
  17536.             'Swag\\PayPal\\Pos\\Command\\PosInventorySyncCommand' => ['privates''.Swag\\PayPal\\Pos\\Command\\PosInventorySyncCommand.lazy''getPosInventorySyncCommand_LazyService'false],
  17537.             'Swag\\PayPal\\Pos\\Command\\PosProductSyncCommand' => ['privates''.Swag\\PayPal\\Pos\\Command\\PosProductSyncCommand.lazy''getPosProductSyncCommand_LazyService'false],
  17538.             'Swag\\PayPal\\Pos\\Command\\PosLogCleanupCommand' => ['privates''.Swag\\PayPal\\Pos\\Command\\PosLogCleanupCommand.lazy''getPosLogCleanupCommand_LazyService'false],
  17539.             'SwagMigrationAssistant\\Command\\MigrateDataCommand' => ['privates''SwagMigrationAssistant\\Command\\MigrateDataCommand''getMigrateDataCommandService'false],
  17540.             'MoorlMagazine\\Core\\WordpressSync\\WordpressSyncCommand' => ['privates''MoorlMagazine\\Core\\WordpressSync\\WordpressSyncCommand''getWordpressSyncCommandService'false],
  17541.             'Frosh\\Tools\\Command\\MonitorCommand' => ['privates''.Frosh\\Tools\\Command\\MonitorCommand.lazy''getMonitorCommand_LazyService'false],
  17542.             'Frosh\\Tools\\Command\\ChangeUserPasswordCommand' => ['privates''.Frosh\\Tools\\Command\\ChangeUserPasswordCommand.lazy''getChangeUserPasswordCommand_LazyService'false],
  17543.             'Frosh\\Tools\\Command\\EnvGetCommand' => ['privates''.Frosh\\Tools\\Command\\EnvGetCommand.lazy''getEnvGetCommand_LazyService'false],
  17544.             'Frosh\\Tools\\Command\\EnvSetCommand' => ['privates''.Frosh\\Tools\\Command\\EnvSetCommand.lazy''getEnvSetCommand_LazyService'false],
  17545.             'Frosh\\Tools\\Command\\EnvDelCommand' => ['privates''.Frosh\\Tools\\Command\\EnvDelCommand.lazy''getEnvDelCommand_LazyService'false],
  17546.             'Frosh\\Tools\\Command\\UpdatePluginsCommand' => ['privates''.Frosh\\Tools\\Command\\UpdatePluginsCommand.lazy''getUpdatePluginsCommand_LazyService'false],
  17547.             'Frosh\\Tools\\Command\\UpdateComposerPluginsCommand' => ['privates''.Frosh\\Tools\\Command\\UpdateComposerPluginsCommand.lazy''getUpdateComposerPluginsCommand_LazyService'false],
  17548.             'Wato\\DigitecGalaxusExport\\Command\\ExportGalaxusFiles' => ['privates''Wato\\DigitecGalaxusExport\\Command\\ExportGalaxusFiles''getExportGalaxusFilesService'false],
  17549.             'console.command.about' => ['privates''.console.command.about.lazy''get_Console_Command_About_LazyService'false],
  17550.             'console.command.cache_clear' => ['privates''.console.command.cache_clear.lazy''get_Console_Command_CacheClear_LazyService'false],
  17551.             'console.command.cache_pool_clear' => ['privates''.console.command.cache_pool_clear.lazy''get_Console_Command_CachePoolClear_LazyService'false],
  17552.             'console.command.cache_pool_prune' => ['privates''.console.command.cache_pool_prune.lazy''get_Console_Command_CachePoolPrune_LazyService'false],
  17553.             'console.command.cache_pool_delete' => ['privates''.console.command.cache_pool_delete.lazy''get_Console_Command_CachePoolDelete_LazyService'false],
  17554.             'console.command.cache_pool_list' => ['privates''.console.command.cache_pool_list.lazy''get_Console_Command_CachePoolList_LazyService'false],
  17555.             'console.command.cache_warmup' => ['privates''.console.command.cache_warmup.lazy''get_Console_Command_CacheWarmup_LazyService'false],
  17556.             'console.command.config_debug' => ['privates''.console.command.config_debug.lazy''get_Console_Command_ConfigDebug_LazyService'false],
  17557.             'console.command.config_dump_reference' => ['privates''.console.command.config_dump_reference.lazy''get_Console_Command_ConfigDumpReference_LazyService'false],
  17558.             'console.command.container_debug' => ['privates''.console.command.container_debug.lazy''get_Console_Command_ContainerDebug_LazyService'false],
  17559.             'console.command.container_lint' => ['privates''.console.command.container_lint.lazy''get_Console_Command_ContainerLint_LazyService'false],
  17560.             'console.command.debug_autowiring' => ['privates''.console.command.debug_autowiring.lazy''get_Console_Command_DebugAutowiring_LazyService'false],
  17561.             'console.command.dotenv_debug' => ['privates''.console.command.dotenv_debug.lazy''get_Console_Command_DotenvDebug_LazyService'false],
  17562.             'console.command.event_dispatcher_debug' => ['privates''.console.command.event_dispatcher_debug.lazy''get_Console_Command_EventDispatcherDebug_LazyService'false],
  17563.             'console.command.messenger_consume_messages' => ['privates''.console.command.messenger_consume_messages.lazy''get_Console_Command_MessengerConsumeMessages_LazyService'false],
  17564.             'console.command.messenger_setup_transports' => ['privates''.console.command.messenger_setup_transports.lazy''get_Console_Command_MessengerSetupTransports_LazyService'false],
  17565.             'console.command.messenger_debug' => ['privates''.console.command.messenger_debug.lazy''get_Console_Command_MessengerDebug_LazyService'false],
  17566.             'console.command.messenger_stop_workers' => ['privates''.console.command.messenger_stop_workers.lazy''get_Console_Command_MessengerStopWorkers_LazyService'false],
  17567.             'console.command.router_debug' => ['privates''.console.command.router_debug.lazy''get_Console_Command_RouterDebug_LazyService'false],
  17568.             'console.command.router_match' => ['privates''.console.command.router_match.lazy''get_Console_Command_RouterMatch_LazyService'false],
  17569.             'console.command.translation_debug' => ['privates''.console.command.translation_debug.lazy''get_Console_Command_TranslationDebug_LazyService'false],
  17570.             'console.command.translation_extract' => ['privates''.console.command.translation_extract.lazy''get_Console_Command_TranslationExtract_LazyService'false],
  17571.             'console.command.validator_debug' => ['privates''.console.command.validator_debug.lazy''get_Console_Command_ValidatorDebug_LazyService'false],
  17572.             'console.command.translation_pull' => ['privates''.console.command.translation_pull.lazy''get_Console_Command_TranslationPull_LazyService'false],
  17573.             'console.command.translation_push' => ['privates''.console.command.translation_push.lazy''get_Console_Command_TranslationPush_LazyService'false],
  17574.             'console.command.xliff_lint' => ['privates''.console.command.xliff_lint.lazy''get_Console_Command_XliffLint_LazyService'false],
  17575.             'console.command.yaml_lint' => ['privates''.console.command.yaml_lint.lazy''get_Console_Command_YamlLint_LazyService'false],
  17576.             'console.command.secrets_set' => ['privates''.console.command.secrets_set.lazy''get_Console_Command_SecretsSet_LazyService'false],
  17577.             'console.command.secrets_remove' => ['privates''.console.command.secrets_remove.lazy''get_Console_Command_SecretsRemove_LazyService'false],
  17578.             'console.command.secrets_generate_key' => ['privates''.console.command.secrets_generate_key.lazy''get_Console_Command_SecretsGenerateKey_LazyService'false],
  17579.             'console.command.secrets_list' => ['privates''.console.command.secrets_list.lazy''get_Console_Command_SecretsList_LazyService'false],
  17580.             'console.command.secrets_decrypt_to_local' => ['privates''.console.command.secrets_decrypt_to_local.lazy''get_Console_Command_SecretsDecryptToLocal_LazyService'false],
  17581.             'console.command.secrets_encrypt_from_local' => ['privates''.console.command.secrets_encrypt_from_local.lazy''get_Console_Command_SecretsEncryptFromLocal_LazyService'false],
  17582.             'twig.command.debug' => ['privates''.twig.command.debug.lazy''get_Twig_Command_Debug_LazyService'false],
  17583.             'twig.command.lint' => ['privates''.twig.command.lint.lazy''get_Twig_Command_Lint_LazyService'false],
  17584.             'var_dumper.command.server_dump' => ['privates''.var_dumper.command.server_dump.lazy''get_VarDumper_Command_ServerDump_LazyService'false],
  17585.             'monolog.command.server_log' => ['privates''.monolog.command.server_log.lazy''get_Monolog_Command_ServerLog_LazyService'false],
  17586.             'enqueue.transport.consume_command' => ['privates''enqueue.transport.consume_command''getEnqueue_Transport_ConsumeCommandService'false],
  17587.             'enqueue.client.consume_command' => ['privates''enqueue.client.consume_command''getEnqueue_Client_ConsumeCommandService'false],
  17588.             'enqueue.client.produce_command' => ['privates''enqueue.client.produce_command''getEnqueue_Client_ProduceCommandService'false],
  17589.             'enqueue.client.setup_broker_command' => ['privates''enqueue.client.setup_broker_command''getEnqueue_Client_SetupBrokerCommandService'false],
  17590.             'enqueue.client.routes_command' => ['privates''enqueue.client.routes_command''getEnqueue_Client_RoutesCommandService'false],
  17591.         ], [
  17592.             'Shopware\\Core\\Framework\\Migration\\Command\\CreateMigrationCommand' => 'Shopware\\Core\\Framework\\Migration\\Command\\CreateMigrationCommand',
  17593.             'Shopware\\Core\\Framework\\Migration\\Command\\RefreshMigrationCommand' => 'Shopware\\Core\\Framework\\Migration\\Command\\RefreshMigrationCommand',
  17594.             'Shopware\\Core\\Framework\\Migration\\Command\\MigrationCommand' => 'Shopware\\Core\\Framework\\Migration\\Command\\MigrationCommand',
  17595.             'Shopware\\Core\\Framework\\Demodata\\PersonalData\\CleanPersonalDataCommand' => 'Shopware\\Core\\Framework\\Demodata\\PersonalData\\CleanPersonalDataCommand',
  17596.             'Shopware\\Core\\Framework\\Migration\\Command\\MigrationDestructiveCommand' => 'Shopware\\Core\\Framework\\Migration\\Command\\MigrationDestructiveCommand',
  17597.             'Shopware\\Core\\Framework\\Changelog\\Command\\ChangelogCreateCommand' => 'Shopware\\Core\\Framework\\Changelog\\Command\\ChangelogCreateCommand',
  17598.             'Shopware\\Core\\Framework\\Changelog\\Command\\ChangelogReleaseCommand' => 'Shopware\\Core\\Framework\\Changelog\\Command\\ChangelogReleaseCommand',
  17599.             'Shopware\\Core\\Framework\\Changelog\\Command\\ChangelogChangeCommand' => 'Shopware\\Core\\Framework\\Changelog\\Command\\ChangelogChangeCommand',
  17600.             'Shopware\\Core\\Framework\\Changelog\\Command\\ChangelogCheckCommand' => 'Shopware\\Core\\Framework\\Changelog\\Command\\ChangelogCheckCommand',
  17601.             'Shopware\\Core\\Framework\\Feature\\Command\\FeatureDumpCommand' => 'Shopware\\Core\\Framework\\Feature\\Command\\FeatureDumpCommand',
  17602.             'Shopware\\Core\\Framework\\Adapter\\Command\\S3FilesystemVisibilityCommand' => 'Shopware\\Core\\Framework\\Adapter\\Command\\S3FilesystemVisibilityCommand',
  17603.             'Shopware\\Core\\Framework\\Api\\Command\\DumpSchemaCommand' => 'Shopware\\Core\\Framework\\Api\\Command\\DumpSchemaCommand',
  17604.             'Shopware\\Core\\Framework\\Api\\Command\\DumpClassSchemaCommand' => 'Shopware\\Core\\Framework\\Api\\Command\\DumpClassSchemaCommand',
  17605.             'Shopware\\Core\\Framework\\App\\Command\\RefreshAppCommand' => 'Shopware\\Core\\Framework\\App\\Command\\RefreshAppCommand',
  17606.             'Shopware\\Core\\Framework\\App\\Command\\InstallAppCommand' => 'Shopware\\Core\\Framework\\App\\Command\\InstallAppCommand',
  17607.             'Shopware\\Core\\Framework\\App\\Command\\UninstallAppCommand' => 'Shopware\\Core\\Framework\\App\\Command\\UninstallAppCommand',
  17608.             'Shopware\\Core\\Framework\\App\\Command\\ActivateAppCommand' => 'Shopware\\Core\\Framework\\App\\Command\\ActivateAppCommand',
  17609.             'Shopware\\Core\\Framework\\App\\Command\\DeactivateAppCommand' => 'Shopware\\Core\\Framework\\App\\Command\\DeactivateAppCommand',
  17610.             'Shopware\\Core\\Framework\\App\\Command\\ValidateAppCommand' => 'Shopware\\Core\\Framework\\App\\Command\\ValidateAppCommand',
  17611.             'Shopware\\Core\\Framework\\App\\Command\\ResolveAppUrlChangeCommand' => 'Shopware\\Core\\Framework\\App\\Command\\ResolveAppUrlChangeCommand',
  17612.             'Shopware\\Core\\Framework\\DataAbstractionLayer\\Command\\CreateSchemaCommand' => 'Shopware\\Core\\Framework\\DataAbstractionLayer\\Command\\CreateSchemaCommand',
  17613.             'Shopware\\Core\\Framework\\DataAbstractionLayer\\Command\\CreateEntitiesCommand' => 'Shopware\\Core\\Framework\\DataAbstractionLayer\\Command\\CreateEntitiesCommand',
  17614.             'Shopware\\Core\\Framework\\DataAbstractionLayer\\Command\\CreateHydratorCommand' => 'Shopware\\Core\\Framework\\DataAbstractionLayer\\Command\\CreateHydratorCommand',
  17615.             'Shopware\\Core\\Framework\\DataAbstractionLayer\\Command\\RefreshIndexCommand' => 'Shopware\\Core\\Framework\\DataAbstractionLayer\\Command\\RefreshIndexCommand',
  17616.             'Shopware\\Core\\Framework\\DataAbstractionLayer\\Command\\DataAbstractionLayerValidateCommand' => 'Shopware\\Core\\Framework\\DataAbstractionLayer\\Command\\DataAbstractionLayerValidateCommand',
  17617.             'Shopware\\Core\\Framework\\Demodata\\Command\\DemodataCommand' => 'Shopware\\Core\\Framework\\Demodata\\Command\\DemodataCommand',
  17618.             'Shopware\\Core\\Framework\\Event\\Command\\DebugDumpBusinessEventsCommand' => 'Shopware\\Core\\Framework\\Event\\Command\\DebugDumpBusinessEventsCommand',
  17619.             'console.command.assets_install' => 'Shopware\\Core\\Framework\\Adapter\\Asset\\AssetInstallCommand',
  17620.             'Shopware\\Core\\Framework\\MessageQueue\\Command\\DispatchSleepMessageCommand' => 'Shopware\\Core\\Framework\\MessageQueue\\Command\\DispatchSleepMessageCommand',
  17621.             'Shopware\\Core\\Framework\\Plugin\\Command\\BundleDumpCommand' => 'Shopware\\Core\\Framework\\Plugin\\Command\\BundleDumpCommand',
  17622.             'Shopware\\Core\\Framework\\Plugin\\Command\\PluginRefreshCommand' => 'Shopware\\Core\\Framework\\Plugin\\Command\\PluginRefreshCommand',
  17623.             'Shopware\\Core\\Framework\\Plugin\\Command\\PluginListCommand' => 'Shopware\\Core\\Framework\\Plugin\\Command\\PluginListCommand',
  17624.             'Shopware\\Core\\Framework\\Plugin\\Command\\PluginZipImportCommand' => 'Shopware\\Core\\Framework\\Plugin\\Command\\PluginZipImportCommand',
  17625.             'Shopware\\Core\\Framework\\Plugin\\Command\\Lifecycle\\PluginInstallCommand' => 'Shopware\\Core\\Framework\\Plugin\\Command\\Lifecycle\\PluginInstallCommand',
  17626.             'Shopware\\Core\\Framework\\Plugin\\Command\\Lifecycle\\PluginActivateCommand' => 'Shopware\\Core\\Framework\\Plugin\\Command\\Lifecycle\\PluginActivateCommand',
  17627.             'Shopware\\Core\\Framework\\Plugin\\Command\\Lifecycle\\PluginUpdateCommand' => 'Shopware\\Core\\Framework\\Plugin\\Command\\Lifecycle\\PluginUpdateCommand',
  17628.             'Shopware\\Core\\Framework\\Plugin\\Command\\Lifecycle\\PluginDeactivateCommand' => 'Shopware\\Core\\Framework\\Plugin\\Command\\Lifecycle\\PluginDeactivateCommand',
  17629.             'Shopware\\Core\\Framework\\Plugin\\Command\\Lifecycle\\PluginUninstallCommand' => 'Shopware\\Core\\Framework\\Plugin\\Command\\Lifecycle\\PluginUninstallCommand',
  17630.             'Shopware\\Core\\Framework\\Plugin\\Command\\PluginCreateCommand' => 'Shopware\\Core\\Framework\\Plugin\\Command\\PluginCreateCommand',
  17631.             'Shopware\\Core\\Framework\\MessageQueue\\ScheduledTask\\Command\\RegisterScheduledTasksCommand' => 'Shopware\\Core\\Framework\\MessageQueue\\ScheduledTask\\Command\\RegisterScheduledTasksCommand',
  17632.             'Shopware\\Core\\Framework\\MessageQueue\\ScheduledTask\\Command\\ScheduledTaskRunner' => 'Shopware\\Core\\Framework\\MessageQueue\\ScheduledTask\\Command\\ScheduledTaskRunner',
  17633.             'Shopware\\Core\\Framework\\Store\\Command\\StoreDownloadCommand' => 'Shopware\\Core\\Framework\\Store\\Command\\StoreDownloadCommand',
  17634.             'Shopware\\Core\\Framework\\Store\\Command\\StoreLoginCommand' => 'Shopware\\Core\\Framework\\Store\\Command\\StoreLoginCommand',
  17635.             'Shopware\\Core\\System\\Snippet\\Command\\ValidateSnippetsCommand' => 'Shopware\\Core\\System\\Snippet\\Command\\ValidateSnippetsCommand',
  17636.             'Shopware\\Core\\System\\StateMachine\\Command\\WorkflowDumpCommand' => 'Shopware\\Core\\System\\StateMachine\\Command\\WorkflowDumpCommand',
  17637.             'Shopware\\Core\\System\\SystemConfig\\Command\\ConfigGet' => 'Shopware\\Core\\System\\SystemConfig\\Command\\ConfigGet',
  17638.             'Shopware\\Core\\System\\SystemConfig\\Command\\ConfigSet' => 'Shopware\\Core\\System\\SystemConfig\\Command\\ConfigSet',
  17639.             'Shopware\\Core\\System\\NumberRange\\Command\\MigrateIncrementStorageCommand' => 'Shopware\\Core\\System\\NumberRange\\Command\\MigrateIncrementStorageCommand',
  17640.             'Shopware\\Core\\Content\\Media\\Commands\\GenerateThumbnailsCommand' => 'Shopware\\Core\\Content\\Media\\Commands\\GenerateThumbnailsCommand',
  17641.             'Shopware\\Core\\Content\\Media\\Commands\\GenerateMediaTypesCommand' => 'Shopware\\Core\\Content\\Media\\Commands\\GenerateMediaTypesCommand',
  17642.             'Shopware\\Core\\Content\\Media\\Commands\\DeleteNotUsedMediaCommand' => 'Shopware\\Core\\Content\\Media\\Commands\\DeleteNotUsedMediaCommand',
  17643.             'Shopware\\Core\\Content\\ProductExport\\Command\\ProductExportGenerateCommand' => 'Shopware\\Core\\Content\\ProductExport\\Command\\ProductExportGenerateCommand',
  17644.             'Shopware\\Core\\Content\\ImportExport\\Command\\DeleteExpiredFilesCommand' => 'Shopware\\Core\\Content\\ImportExport\\Command\\DeleteExpiredFilesCommand',
  17645.             'Shopware\\Core\\Content\\ImportExport\\Command\\ImportEntityCommand' => 'Shopware\\Core\\Content\\ImportExport\\Command\\ImportEntityCommand',
  17646.             'Shopware\\Core\\Content\\Sitemap\\Commands\\SitemapGenerateCommand' => 'Shopware\\Core\\Content\\Sitemap\\Commands\\SitemapGenerateCommand',
  17647.             'Shopware\\Core\\Checkout\\Cart\\Command\\CartMigrateCommand' => 'Shopware\\Core\\Checkout\\Cart\\Command\\CartMigrateCommand',
  17648.             'Shopware\\Core\\Checkout\\Customer\\Command\\DeleteUnusedGuestCustomersCommand' => 'Shopware\\Core\\Checkout\\Customer\\Command\\DeleteUnusedGuestCustomersCommand',
  17649.             'Shopware\\Storefront\\Framework\\Command\\HttpCacheWarmUpCommand' => 'Shopware\\Storefront\\Framework\\Command\\HttpCacheWarmUpCommand',
  17650.             'Shopware\\Storefront\\Framework\\Command\\SalesChannelCreateStorefrontCommand' => 'Shopware\\Storefront\\Framework\\Command\\SalesChannelCreateStorefrontCommand',
  17651.             'Shopware\\Storefront\\Theme\\Command\\ThemeCreateCommand' => 'Shopware\\Storefront\\Theme\\Command\\ThemeCreateCommand',
  17652.             'Shopware\\Storefront\\Theme\\Command\\ThemeChangeCommand' => 'Shopware\\Storefront\\Theme\\Command\\ThemeChangeCommand',
  17653.             'Shopware\\Storefront\\Theme\\Command\\ThemeCompileCommand' => 'Shopware\\Storefront\\Theme\\Command\\ThemeCompileCommand',
  17654.             'Shopware\\Storefront\\Theme\\Command\\ThemeDumpCommand' => 'Shopware\\Storefront\\Theme\\Command\\ThemeDumpCommand',
  17655.             'Shopware\\Storefront\\Theme\\Command\\ThemeRefreshCommand' => 'Shopware\\Storefront\\Theme\\Command\\ThemeRefreshCommand',
  17656.             'Shopware\\Storefront\\Theme\\Command\\ThemePrepareIconsCommand' => 'Shopware\\Storefront\\Theme\\Command\\ThemePrepareIconsCommand',
  17657.             'Shopware\\Elasticsearch\\Framework\\Command\\ElasticsearchIndexingCommand' => 'Shopware\\Elasticsearch\\Framework\\Command\\ElasticsearchIndexingCommand',
  17658.             'Shopware\\Elasticsearch\\Framework\\Command\\ElasticsearchTestAnalyzerCommand' => 'Shopware\\Elasticsearch\\Framework\\Command\\ElasticsearchTestAnalyzerCommand',
  17659.             'Shopware\\Elasticsearch\\Framework\\Command\\ElasticsearchStatusCommand' => 'Shopware\\Elasticsearch\\Framework\\Command\\ElasticsearchStatusCommand',
  17660.             'Shopware\\Elasticsearch\\Framework\\Command\\ElasticsearchResetCommand' => 'Shopware\\Elasticsearch\\Framework\\Command\\ElasticsearchResetCommand',
  17661.             'Shopware\\Elasticsearch\\Framework\\Command\\ElasticsearchCreateAliasCommand' => 'Shopware\\Elasticsearch\\Framework\\Command\\ElasticsearchCreateAliasCommand',
  17662.             'Shopware\\Elasticsearch\\Framework\\Command\\ElasticsearchCleanIndicesCommand' => 'Shopware\\Elasticsearch\\Framework\\Command\\ElasticsearchCleanIndicesCommand',
  17663.             'Shopware\\Elasticsearch\\Framework\\Command\\ElasticsearchAdminIndexingCommand' => '?',
  17664.             'Shopware\\Elasticsearch\\Framework\\Command\\ElasticsearchAdminResetCommand' => '?',
  17665.             'Shopware\\Elasticsearch\\Framework\\Command\\ElasticsearchAdminTestCommand' => '?',
  17666.             'Shopware\\Core\\Maintenance\\System\\Command\\SystemInstallCommand' => 'Shopware\\Core\\Maintenance\\System\\Command\\SystemInstallCommand',
  17667.             'Shopware\\Core\\Maintenance\\System\\Command\\SystemGenerateJwtSecretCommand' => 'Shopware\\Core\\Maintenance\\System\\Command\\SystemGenerateJwtSecretCommand',
  17668.             'Shopware\\Core\\Maintenance\\System\\Command\\SystemGenerateAppSecretCommand' => 'Shopware\\Core\\Maintenance\\System\\Command\\SystemGenerateAppSecretCommand',
  17669.             'Shopware\\Core\\Maintenance\\System\\Command\\SystemSetupCommand' => 'Shopware\\Core\\Maintenance\\System\\Command\\SystemSetupCommand',
  17670.             'Symfony\\Component\\Dotenv\\Command\\DotenvDumpCommand' => '?',
  17671.             'Shopware\\Core\\Maintenance\\System\\Command\\SystemUpdatePrepareCommand' => 'Shopware\\Core\\Maintenance\\System\\Command\\SystemUpdatePrepareCommand',
  17672.             'Shopware\\Core\\Maintenance\\System\\Command\\SystemUpdateFinishCommand' => 'Shopware\\Core\\Maintenance\\System\\Command\\SystemUpdateFinishCommand',
  17673.             'Shopware\\Core\\Maintenance\\SalesChannel\\Command\\SalesChannelUpdateDomainCommand' => '?',
  17674.             'Shopware\\Core\\Maintenance\\System\\Command\\SystemConfigureShopCommand' => 'Shopware\\Core\\Maintenance\\System\\Command\\SystemConfigureShopCommand',
  17675.             'Shopware\\Core\\Maintenance\\SalesChannel\\Command\\SalesChannelCreateCommand' => 'Shopware\\Core\\Maintenance\\SalesChannel\\Command\\SalesChannelCreateCommand',
  17676.             'Shopware\\Core\\Maintenance\\SalesChannel\\Command\\SalesChannelListCommand' => 'Shopware\\Core\\Maintenance\\SalesChannel\\Command\\SalesChannelListCommand',
  17677.             'Shopware\\Core\\Maintenance\\SalesChannel\\Command\\SalesChannelMaintenanceEnableCommand' => 'Shopware\\Core\\Maintenance\\SalesChannel\\Command\\SalesChannelMaintenanceEnableCommand',
  17678.             'Shopware\\Core\\Maintenance\\SalesChannel\\Command\\SalesChannelMaintenanceDisableCommand' => 'Shopware\\Core\\Maintenance\\SalesChannel\\Command\\SalesChannelMaintenanceDisableCommand',
  17679.             'Shopware\\Core\\Maintenance\\User\\Command\\UserCreateCommand' => 'Shopware\\Core\\Maintenance\\User\\Command\\UserCreateCommand',
  17680.             'Shopware\\Core\\Maintenance\\User\\Command\\UserChangePasswordCommand' => 'Shopware\\Core\\Maintenance\\User\\Command\\UserChangePasswordCommand',
  17681.             'Swag\\PayPal\\Webhook\\Command\\CrawlWebhookEventNamesCommand' => '?',
  17682.             'Swag\\PayPal\\Pos\\Command\\PosSyncCommand' => '?',
  17683.             'Swag\\PayPal\\Pos\\Command\\PosImageSyncCommand' => '?',
  17684.             'Swag\\PayPal\\Pos\\Command\\PosInventorySyncCommand' => '?',
  17685.             'Swag\\PayPal\\Pos\\Command\\PosProductSyncCommand' => '?',
  17686.             'Swag\\PayPal\\Pos\\Command\\PosLogCleanupCommand' => '?',
  17687.             'SwagMigrationAssistant\\Command\\MigrateDataCommand' => 'SwagMigrationAssistant\\Command\\MigrateDataCommand',
  17688.             'MoorlMagazine\\Core\\WordpressSync\\WordpressSyncCommand' => 'MoorlMagazine\\Core\\WordpressSync\\WordpressSyncCommand',
  17689.             'Frosh\\Tools\\Command\\MonitorCommand' => '?',
  17690.             'Frosh\\Tools\\Command\\ChangeUserPasswordCommand' => '?',
  17691.             'Frosh\\Tools\\Command\\EnvGetCommand' => '?',
  17692.             'Frosh\\Tools\\Command\\EnvSetCommand' => '?',
  17693.             'Frosh\\Tools\\Command\\EnvDelCommand' => '?',
  17694.             'Frosh\\Tools\\Command\\UpdatePluginsCommand' => '?',
  17695.             'Frosh\\Tools\\Command\\UpdateComposerPluginsCommand' => '?',
  17696.             'Wato\\DigitecGalaxusExport\\Command\\ExportGalaxusFiles' => 'Wato\\DigitecGalaxusExport\\Command\\ExportGalaxusFiles',
  17697.             'console.command.about' => '?',
  17698.             'console.command.cache_clear' => '?',
  17699.             'console.command.cache_pool_clear' => '?',
  17700.             'console.command.cache_pool_prune' => '?',
  17701.             'console.command.cache_pool_delete' => '?',
  17702.             'console.command.cache_pool_list' => '?',
  17703.             'console.command.cache_warmup' => '?',
  17704.             'console.command.config_debug' => '?',
  17705.             'console.command.config_dump_reference' => '?',
  17706.             'console.command.container_debug' => '?',
  17707.             'console.command.container_lint' => '?',
  17708.             'console.command.debug_autowiring' => '?',
  17709.             'console.command.dotenv_debug' => '?',
  17710.             'console.command.event_dispatcher_debug' => '?',
  17711.             'console.command.messenger_consume_messages' => '?',
  17712.             'console.command.messenger_setup_transports' => '?',
  17713.             'console.command.messenger_debug' => '?',
  17714.             'console.command.messenger_stop_workers' => '?',
  17715.             'console.command.router_debug' => '?',
  17716.             'console.command.router_match' => '?',
  17717.             'console.command.translation_debug' => '?',
  17718.             'console.command.translation_extract' => '?',
  17719.             'console.command.validator_debug' => '?',
  17720.             'console.command.translation_pull' => '?',
  17721.             'console.command.translation_push' => '?',
  17722.             'console.command.xliff_lint' => '?',
  17723.             'console.command.yaml_lint' => '?',
  17724.             'console.command.secrets_set' => '?',
  17725.             'console.command.secrets_remove' => '?',
  17726.             'console.command.secrets_generate_key' => '?',
  17727.             'console.command.secrets_list' => '?',
  17728.             'console.command.secrets_decrypt_to_local' => '?',
  17729.             'console.command.secrets_encrypt_from_local' => '?',
  17730.             'twig.command.debug' => '?',
  17731.             'twig.command.lint' => '?',
  17732.             'var_dumper.command.server_dump' => '?',
  17733.             'monolog.command.server_log' => '?',
  17734.             'enqueue.transport.consume_command' => 'Enqueue\\Symfony\\Consumption\\ConfigurableConsumeCommand',
  17735.             'enqueue.client.consume_command' => 'Enqueue\\Symfony\\Client\\ConsumeCommand',
  17736.             'enqueue.client.produce_command' => 'Enqueue\\Symfony\\Client\\ProduceCommand',
  17737.             'enqueue.client.setup_broker_command' => 'Enqueue\\Symfony\\Client\\SetupBrokerCommand',
  17738.             'enqueue.client.routes_command' => 'Enqueue\\Symfony\\Client\\RoutesCommand',
  17739.         ]), ['database:create-migration' => 'Shopware\\Core\\Framework\\Migration\\Command\\CreateMigrationCommand''database:refresh-migration' => 'Shopware\\Core\\Framework\\Migration\\Command\\RefreshMigrationCommand''database:migrate' => 'Shopware\\Core\\Framework\\Migration\\Command\\MigrationCommand''database:clean-personal-data' => 'Shopware\\Core\\Framework\\Demodata\\PersonalData\\CleanPersonalDataCommand''database:migrate-destructive' => 'Shopware\\Core\\Framework\\Migration\\Command\\MigrationDestructiveCommand''changelog:create' => 'Shopware\\Core\\Framework\\Changelog\\Command\\ChangelogCreateCommand''changelog:release' => 'Shopware\\Core\\Framework\\Changelog\\Command\\ChangelogReleaseCommand''changelog:change' => 'Shopware\\Core\\Framework\\Changelog\\Command\\ChangelogChangeCommand''changelog:check' => 'Shopware\\Core\\Framework\\Changelog\\Command\\ChangelogCheckCommand''feature:dump' => 'Shopware\\Core\\Framework\\Feature\\Command\\FeatureDumpCommand''administration:dump:features' => 'Shopware\\Core\\Framework\\Feature\\Command\\FeatureDumpCommand''s3:set-visibility' => 'Shopware\\Core\\Framework\\Adapter\\Command\\S3FilesystemVisibilityCommand''framework:schema' => 'Shopware\\Core\\Framework\\Api\\Command\\DumpSchemaCommand''framework:dump:class:schema' => 'Shopware\\Core\\Framework\\Api\\Command\\DumpClassSchemaCommand''app:refresh' => 'Shopware\\Core\\Framework\\App\\Command\\RefreshAppCommand''app:install' => 'Shopware\\Core\\Framework\\App\\Command\\InstallAppCommand''app:uninstall' => 'Shopware\\Core\\Framework\\App\\Command\\UninstallAppCommand''app:activate' => 'Shopware\\Core\\Framework\\App\\Command\\ActivateAppCommand''app:deactivate' => 'Shopware\\Core\\Framework\\App\\Command\\DeactivateAppCommand''app:validate' => 'Shopware\\Core\\Framework\\App\\Command\\ValidateAppCommand''app:url-change:resolve' => 'Shopware\\Core\\Framework\\App\\Command\\ResolveAppUrlChangeCommand''dal:create:schema' => 'Shopware\\Core\\Framework\\DataAbstractionLayer\\Command\\CreateSchemaCommand''dal:create:entities' => 'Shopware\\Core\\Framework\\DataAbstractionLayer\\Command\\CreateEntitiesCommand''dal:create:hydrators' => 'Shopware\\Core\\Framework\\DataAbstractionLayer\\Command\\CreateHydratorCommand''dal:refresh:index' => 'Shopware\\Core\\Framework\\DataAbstractionLayer\\Command\\RefreshIndexCommand''dal:validate' => 'Shopware\\Core\\Framework\\DataAbstractionLayer\\Command\\DataAbstractionLayerValidateCommand''framework:demodata' => 'Shopware\\Core\\Framework\\Demodata\\Command\\DemodataCommand''debug:business-events' => 'Shopware\\Core\\Framework\\Event\\Command\\DebugDumpBusinessEventsCommand''assets:install' => 'console.command.assets_install''debug:messenger:dispatch-sleep' => 'Shopware\\Core\\Framework\\MessageQueue\\Command\\DispatchSleepMessageCommand''bundle:dump' => 'Shopware\\Core\\Framework\\Plugin\\Command\\BundleDumpCommand''plugin:refresh' => 'Shopware\\Core\\Framework\\Plugin\\Command\\PluginRefreshCommand''plugin:list' => 'Shopware\\Core\\Framework\\Plugin\\Command\\PluginListCommand''plugin:zip-import' => 'Shopware\\Core\\Framework\\Plugin\\Command\\PluginZipImportCommand''plugin:install' => 'Shopware\\Core\\Framework\\Plugin\\Command\\Lifecycle\\PluginInstallCommand''plugin:activate' => 'Shopware\\Core\\Framework\\Plugin\\Command\\Lifecycle\\PluginActivateCommand''plugin:update' => 'Shopware\\Core\\Framework\\Plugin\\Command\\Lifecycle\\PluginUpdateCommand''plugin:deactivate' => 'Shopware\\Core\\Framework\\Plugin\\Command\\Lifecycle\\PluginDeactivateCommand''plugin:uninstall' => 'Shopware\\Core\\Framework\\Plugin\\Command\\Lifecycle\\PluginUninstallCommand''plugin:create' => 'Shopware\\Core\\Framework\\Plugin\\Command\\PluginCreateCommand''scheduled-task:register' => 'Shopware\\Core\\Framework\\MessageQueue\\ScheduledTask\\Command\\RegisterScheduledTasksCommand''scheduled-task:run' => 'Shopware\\Core\\Framework\\MessageQueue\\ScheduledTask\\Command\\ScheduledTaskRunner''store:download' => 'Shopware\\Core\\Framework\\Store\\Command\\StoreDownloadCommand''store:login' => 'Shopware\\Core\\Framework\\Store\\Command\\StoreLoginCommand''snippets:validate' => 'Shopware\\Core\\System\\Snippet\\Command\\ValidateSnippetsCommand''state-machine:dump' => 'Shopware\\Core\\System\\StateMachine\\Command\\WorkflowDumpCommand''system:config:get' => 'Shopware\\Core\\System\\SystemConfig\\Command\\ConfigGet''system:config:set' => 'Shopware\\Core\\System\\SystemConfig\\Command\\ConfigSet''number-range:migrate' => 'Shopware\\Core\\System\\NumberRange\\Command\\MigrateIncrementStorageCommand''media:generate-thumbnails' => 'Shopware\\Core\\Content\\Media\\Commands\\GenerateThumbnailsCommand''media:generate-media-types' => 'Shopware\\Core\\Content\\Media\\Commands\\GenerateMediaTypesCommand''media:delete-unused' => 'Shopware\\Core\\Content\\Media\\Commands\\DeleteNotUsedMediaCommand''product-export:generate' => 'Shopware\\Core\\Content\\ProductExport\\Command\\ProductExportGenerateCommand''import-export:delete-expired' => 'Shopware\\Core\\Content\\ImportExport\\Command\\DeleteExpiredFilesCommand''import:entity' => 'Shopware\\Core\\Content\\ImportExport\\Command\\ImportEntityCommand''sitemap:generate' => 'Shopware\\Core\\Content\\Sitemap\\Commands\\SitemapGenerateCommand''cart:migrate' => 'Shopware\\Core\\Checkout\\Cart\\Command\\CartMigrateCommand''customer:delete-unused-guests' => 'Shopware\\Core\\Checkout\\Customer\\Command\\DeleteUnusedGuestCustomersCommand''http:cache:warm:up' => 'Shopware\\Storefront\\Framework\\Command\\HttpCacheWarmUpCommand''sales-channel:create:storefront' => 'Shopware\\Storefront\\Framework\\Command\\SalesChannelCreateStorefrontCommand''theme:create' => 'Shopware\\Storefront\\Theme\\Command\\ThemeCreateCommand''theme:change' => 'Shopware\\Storefront\\Theme\\Command\\ThemeChangeCommand''theme:compile' => 'Shopware\\Storefront\\Theme\\Command\\ThemeCompileCommand''theme:dump' => 'Shopware\\Storefront\\Theme\\Command\\ThemeDumpCommand''theme:refresh' => 'Shopware\\Storefront\\Theme\\Command\\ThemeRefreshCommand''theme:prepare-icons' => 'Shopware\\Storefront\\Theme\\Command\\ThemePrepareIconsCommand''es:index' => 'Shopware\\Elasticsearch\\Framework\\Command\\ElasticsearchIndexingCommand''es:test:analyzer' => 'Shopware\\Elasticsearch\\Framework\\Command\\ElasticsearchTestAnalyzerCommand''es:status' => 'Shopware\\Elasticsearch\\Framework\\Command\\ElasticsearchStatusCommand''es:reset' => 'Shopware\\Elasticsearch\\Framework\\Command\\ElasticsearchResetCommand''es:create:alias' => 'Shopware\\Elasticsearch\\Framework\\Command\\ElasticsearchCreateAliasCommand''es:index:cleanup' => 'Shopware\\Elasticsearch\\Framework\\Command\\ElasticsearchCleanIndicesCommand''es:admin:index' => 'Shopware\\Elasticsearch\\Framework\\Command\\ElasticsearchAdminIndexingCommand''es:admin:reset' => 'Shopware\\Elasticsearch\\Framework\\Command\\ElasticsearchAdminResetCommand''es:admin:test' => 'Shopware\\Elasticsearch\\Framework\\Command\\ElasticsearchAdminTestCommand''system:install' => 'Shopware\\Core\\Maintenance\\System\\Command\\SystemInstallCommand''system:generate-jwt-secret' => 'Shopware\\Core\\Maintenance\\System\\Command\\SystemGenerateJwtSecretCommand''system:generate-app-secret' => 'Shopware\\Core\\Maintenance\\System\\Command\\SystemGenerateAppSecretCommand''system:setup' => 'Shopware\\Core\\Maintenance\\System\\Command\\SystemSetupCommand''dotenv:dump' => 'Symfony\\Component\\Dotenv\\Command\\DotenvDumpCommand''system:update:prepare' => 'Shopware\\Core\\Maintenance\\System\\Command\\SystemUpdatePrepareCommand''system:update:finish' => 'Shopware\\Core\\Maintenance\\System\\Command\\SystemUpdateFinishCommand''sales-channel:update:domain' => 'Shopware\\Core\\Maintenance\\SalesChannel\\Command\\SalesChannelUpdateDomainCommand''system:configure-shop' => 'Shopware\\Core\\Maintenance\\System\\Command\\SystemConfigureShopCommand''sales-channel:create' => 'Shopware\\Core\\Maintenance\\SalesChannel\\Command\\SalesChannelCreateCommand''sales-channel:list' => 'Shopware\\Core\\Maintenance\\SalesChannel\\Command\\SalesChannelListCommand''sales-channel:maintenance:enable' => 'Shopware\\Core\\Maintenance\\SalesChannel\\Command\\SalesChannelMaintenanceEnableCommand''sales-channel:maintenance:disable' => 'Shopware\\Core\\Maintenance\\SalesChannel\\Command\\SalesChannelMaintenanceDisableCommand''user:create' => 'Shopware\\Core\\Maintenance\\User\\Command\\UserCreateCommand''user:change-password' => 'Shopware\\Core\\Maintenance\\User\\Command\\UserChangePasswordCommand''swag:paypal:crawl:webhooks' => 'Swag\\PayPal\\Webhook\\Command\\CrawlWebhookEventNamesCommand''swag:paypal:pos:sync' => 'Swag\\PayPal\\Pos\\Command\\PosSyncCommand''swag:paypal:pos:sync:images' => 'Swag\\PayPal\\Pos\\Command\\PosImageSyncCommand''swag:paypal:pos:sync:inventory' => 'Swag\\PayPal\\Pos\\Command\\PosInventorySyncCommand''swag:paypal:pos:sync:product' => 'Swag\\PayPal\\Pos\\Command\\PosProductSyncCommand''swag:paypal:pos:log:cleanup' => 'Swag\\PayPal\\Pos\\Command\\PosLogCleanupCommand''migration:migrate' => 'SwagMigrationAssistant\\Command\\MigrateDataCommand''moorl-magazine:sync' => 'MoorlMagazine\\Core\\WordpressSync\\WordpressSyncCommand''frosh:monitor' => 'Frosh\\Tools\\Command\\MonitorCommand''frosh:user:change:password' => 'Frosh\\Tools\\Command\\ChangeUserPasswordCommand''frosh:env:get' => 'Frosh\\Tools\\Command\\EnvGetCommand''frosh:env:set' => 'Frosh\\Tools\\Command\\EnvSetCommand''frosh:env:Del' => 'Frosh\\Tools\\Command\\EnvDelCommand''frosh:plugin:update' => 'Frosh\\Tools\\Command\\UpdatePluginsCommand''frosh:composer-plugin:update' => 'Frosh\\Tools\\Command\\UpdateComposerPluginsCommand''wato:exportGalaxusFiles' => 'Wato\\DigitecGalaxusExport\\Command\\ExportGalaxusFiles''about' => 'console.command.about''cache:clear' => 'console.command.cache_clear''cache:pool:clear' => 'console.command.cache_pool_clear''cache:pool:prune' => 'console.command.cache_pool_prune''cache:pool:delete' => 'console.command.cache_pool_delete''cache:pool:list' => 'console.command.cache_pool_list''cache:warmup' => 'console.command.cache_warmup''debug:config' => 'console.command.config_debug''config:dump-reference' => 'console.command.config_dump_reference''debug:container' => 'console.command.container_debug''lint:container' => 'console.command.container_lint''debug:autowiring' => 'console.command.debug_autowiring''debug:dotenv' => 'console.command.dotenv_debug''debug:event-dispatcher' => 'console.command.event_dispatcher_debug''messenger:consume' => 'console.command.messenger_consume_messages''messenger:setup-transports' => 'console.command.messenger_setup_transports''debug:messenger' => 'console.command.messenger_debug''messenger:stop-workers' => 'console.command.messenger_stop_workers''debug:router' => 'console.command.router_debug''router:match' => 'console.command.router_match''debug:translation' => 'console.command.translation_debug''translation:extract' => 'console.command.translation_extract''translation:update' => 'console.command.translation_extract''debug:validator' => 'console.command.validator_debug''translation:pull' => 'console.command.translation_pull''translation:push' => 'console.command.translation_push''lint:xliff' => 'console.command.xliff_lint''lint:yaml' => 'console.command.yaml_lint''secrets:set' => 'console.command.secrets_set''secrets:remove' => 'console.command.secrets_remove''secrets:generate-keys' => 'console.command.secrets_generate_key''secrets:list' => 'console.command.secrets_list''secrets:decrypt-to-local' => 'console.command.secrets_decrypt_to_local''secrets:encrypt-from-local' => 'console.command.secrets_encrypt_from_local''debug:twig' => 'twig.command.debug''lint:twig' => 'twig.command.lint''server:dump' => 'var_dumper.command.server_dump''server:log' => 'monolog.command.server_log''enqueue:transport:consume' => 'enqueue.transport.consume_command''enqueue:consume' => 'enqueue.client.consume_command''enqueue:produce' => 'enqueue.client.produce_command''enqueue:setup-broker' => 'enqueue.client.setup_broker_command''enqueue:routes' => 'enqueue.client.routes_command']);
  17740.     }
  17741.     /**
  17742.      * Gets the public 'container.env_var_processors_locator' shared service.
  17743.      *
  17744.      * @return \Symfony\Component\DependencyInjection\ServiceLocator
  17745.      */
  17746.     protected function getContainer_EnvVarProcessorsLocatorService()
  17747.     {
  17748.         return $this->services['container.env_var_processors_locator'] = new \Symfony\Component\DependencyInjection\Argument\ServiceLocator($this->getService, [
  17749.             'base64' => ['privates''container.env_var_processor''getContainer_EnvVarProcessorService'false],
  17750.             'bool' => ['privates''container.env_var_processor''getContainer_EnvVarProcessorService'false],
  17751.             'const' => ['privates''container.env_var_processor''getContainer_EnvVarProcessorService'false],
  17752.             'csv' => ['privates''container.env_var_processor''getContainer_EnvVarProcessorService'false],
  17753.             'default' => ['privates''container.env_var_processor''getContainer_EnvVarProcessorService'false],
  17754.             'file' => ['privates''container.env_var_processor''getContainer_EnvVarProcessorService'false],
  17755.             'float' => ['privates''container.env_var_processor''getContainer_EnvVarProcessorService'false],
  17756.             'int' => ['privates''container.env_var_processor''getContainer_EnvVarProcessorService'false],
  17757.             'json' => ['privates''container.env_var_processor''getContainer_EnvVarProcessorService'false],
  17758.             'key' => ['privates''container.env_var_processor''getContainer_EnvVarProcessorService'false],
  17759.             'not' => ['privates''container.env_var_processor''getContainer_EnvVarProcessorService'false],
  17760.             'query_string' => ['privates''container.env_var_processor''getContainer_EnvVarProcessorService'false],
  17761.             'require' => ['privates''container.env_var_processor''getContainer_EnvVarProcessorService'false],
  17762.             'resolve' => ['privates''container.env_var_processor''getContainer_EnvVarProcessorService'false],
  17763.             'string' => ['privates''container.env_var_processor''getContainer_EnvVarProcessorService'false],
  17764.             'trim' => ['privates''container.env_var_processor''getContainer_EnvVarProcessorService'false],
  17765.             'url' => ['privates''container.env_var_processor''getContainer_EnvVarProcessorService'false],
  17766.         ], [
  17767.             'base64' => '?',
  17768.             'bool' => '?',
  17769.             'const' => '?',
  17770.             'csv' => '?',
  17771.             'default' => '?',
  17772.             'file' => '?',
  17773.             'float' => '?',
  17774.             'int' => '?',
  17775.             'json' => '?',
  17776.             'key' => '?',
  17777.             'not' => '?',
  17778.             'query_string' => '?',
  17779.             'require' => '?',
  17780.             'resolve' => '?',
  17781.             'string' => '?',
  17782.             'trim' => '?',
  17783.             'url' => '?',
  17784.         ]);
  17785.     }
  17786.     /**
  17787.      * Gets the public 'content.filesystem.private' shared service.
  17788.      *
  17789.      * @return \Shopware\Core\Framework\Adapter\Filesystem\PrefixFilesystem
  17790.      */
  17791.     protected function getContent_Filesystem_PrivateService()
  17792.     {
  17793.         include_once \dirname(__DIR__4).'/vendor/shopware/core/Framework/Adapter/Filesystem/AbstractFilesystem.php';
  17794.         include_once \dirname(__DIR__4).'/vendor/shopware/core/Framework/Adapter/Filesystem/PrefixFilesystem.php';
  17795.         return $this->services['content.filesystem.private'] = new \Shopware\Core\Framework\Adapter\Filesystem\PrefixFilesystem(($this->services['shopware.filesystem.private'] ?? $this->getShopware_Filesystem_PrivateService()), 'plugins/content');
  17796.     }
  17797.     /**
  17798.      * Gets the public 'content.filesystem.public' shared service.
  17799.      *
  17800.      * @return \Shopware\Core\Framework\Adapter\Filesystem\PrefixFilesystem
  17801.      */
  17802.     protected function getContent_Filesystem_PublicService()
  17803.     {
  17804.         include_once \dirname(__DIR__4).'/vendor/shopware/core/Framework/Adapter/Filesystem/AbstractFilesystem.php';
  17805.         include_once \dirname(__DIR__4).'/vendor/shopware/core/Framework/Adapter/Filesystem/PrefixFilesystem.php';
  17806.         return $this->services['content.filesystem.public'] = new \Shopware\Core\Framework\Adapter\Filesystem\PrefixFilesystem(($this->services['shopware.filesystem.public'] ?? $this->getShopware_Filesystem_PublicService()), 'plugins/content');
  17807.     }
  17808.     /**
  17809.      * Gets the public 'country.repository' shared service.
  17810.      *
  17811.      * @return \Shopware\Core\Framework\DataAbstractionLayer\EntityRepositoryForwardCompatibilityDecorator
  17812.      */
  17813.     protected function getCountry_RepositoryService()
  17814.     {
  17815.         $a = ($this->services['Shopware\\Core\\Framework\\DataAbstractionLayer\\VersionManager'] ?? $this->getVersionManagerService());
  17816.         if (isset($this->services['country.repository'])) {
  17817.             return $this->services['country.repository'];
  17818.         }
  17819.         $b = ($this->services['Shopware\\Core\\Framework\\DataAbstractionLayer\\Search\\EntitySearcherInterface'] ?? $this->getEntitySearcherInterfaceService());
  17820.         if (isset($this->services['country.repository'])) {
  17821.             return $this->services['country.repository'];
  17822.         }
  17823.         $c = ($this->services['Shopware\\Core\\Framework\\DataAbstractionLayer\\Search\\EntityAggregatorInterface'] ?? $this->getEntityAggregatorInterfaceService());
  17824.         if (isset($this->services['country.repository'])) {
  17825.             return $this->services['country.repository'];
  17826.         }
  17827.         $d = ($this->services['event_dispatcher'] ?? $this->getEventDispatcherService());
  17828.         if (isset($this->services['country.repository'])) {
  17829.             return $this->services['country.repository'];
  17830.         }
  17831.         return $this->services['country.repository'] = new \Shopware\Core\Framework\DataAbstractionLayer\EntityRepositoryForwardCompatibilityDecorator(new \Shopware\Core\Framework\DataAbstractionLayer\EntityRepository(($this->services['Shopware\\Core\\System\\Country\\CountryDefinition'] ?? $this->getCountryDefinitionService()), ($this->services['Shopware\\Core\\Framework\\DataAbstractionLayer\\Read\\EntityReaderInterface'] ?? $this->getEntityReaderInterfaceService()), $a$b$c$d, ($this->services['Shopware\\Core\\Framework\\DataAbstractionLayer\\Event\\EntityLoadedEventFactory'] ?? $this->getEntityLoadedEventFactoryService())));
  17832.     }
  17833.     /**
  17834.      * Gets the public 'country_state.repository' shared service.
  17835.      *
  17836.      * @return \Shopware\Core\Framework\DataAbstractionLayer\EntityRepositoryForwardCompatibilityDecorator
  17837.      */
  17838.     protected function getCountryState_RepositoryService()
  17839.     {
  17840.         $a = ($this->services['Shopware\\Core\\Framework\\DataAbstractionLayer\\VersionManager'] ?? $this->getVersionManagerService());
  17841.         if (isset($this->services['country_state.repository'])) {
  17842.             return $this->services['country_state.repository'];
  17843.         }
  17844.         $b = ($this->services['Shopware\\Core\\Framework\\DataAbstractionLayer\\Search\\EntitySearcherInterface'] ?? $this->getEntitySearcherInterfaceService());
  17845.         if (isset($this->services['country_state.repository'])) {
  17846.             return $this->services['country_state.repository'];
  17847.         }
  17848.         $c = ($this->services['Shopware\\Core\\Framework\\DataAbstractionLayer\\Search\\EntityAggregatorInterface'] ?? $this->getEntityAggregatorInterfaceService());
  17849.         if (isset($this->services['country_state.repository'])) {
  17850.             return $this->services['country_state.repository'];
  17851.         }
  17852.         $d = ($this->services['event_dispatcher'] ?? $this->getEventDispatcherService());
  17853.         if (isset($this->services['country_state.repository'])) {
  17854.             return $this->services['country_state.repository'];
  17855.         }
  17856.         return $this->services['country_state.repository'] = new \Shopware\Core\Framework\DataAbstractionLayer\EntityRepositoryForwardCompatibilityDecorator(new \Shopware\Core\Framework\DataAbstractionLayer\EntityRepository(($this->services['Shopware\\Core\\System\\Country\\Aggregate\\CountryState\\CountryStateDefinition'] ?? $this->getCountryStateDefinitionService()), ($this->services['Shopware\\Core\\Framework\\DataAbstractionLayer\\Read\\EntityReaderInterface'] ?? $this->getEntityReaderInterfaceService()), $a$b$c$d, ($this->services['Shopware\\Core\\Framework\\DataAbstractionLayer\\Event\\EntityLoadedEventFactory'] ?? $this->getEntityLoadedEventFactoryService())));
  17857.     }
  17858.     /**
  17859.      * Gets the public 'country_state_translation.repository' shared service.
  17860.      *
  17861.      * @return \Shopware\Core\Framework\DataAbstractionLayer\EntityRepositoryForwardCompatibilityDecorator
  17862.      */
  17863.     protected function getCountryStateTranslation_RepositoryService()
  17864.     {
  17865.         return $this->services['country_state_translation.repository'] = new \Shopware\Core\Framework\DataAbstractionLayer\EntityRepositoryForwardCompatibilityDecorator(new \Shopware\Core\Framework\DataAbstractionLayer\EntityRepository(($this->services['Shopware\\Core\\System\\Country\\Aggregate\\CountryStateTranslation\\CountryStateTranslationDefinition'] ?? $this->getCountryStateTranslationDefinitionService()), ($this->services['Shopware\\Core\\Framework\\DataAbstractionLayer\\Read\\EntityReaderInterface'] ?? $this->getEntityReaderInterfaceService()), ($this->services['Shopware\\Core\\Framework\\DataAbstractionLayer\\VersionManager'] ?? $this->getVersionManagerService()), ($this->services['Shopware\\Core\\Framework\\DataAbstractionLayer\\Search\\EntitySearcherInterface'] ?? $this->getEntitySearcherInterfaceService()), ($this->services['Shopware\\Core\\Framework\\DataAbstractionLayer\\Search\\EntityAggregatorInterface'] ?? $this->getEntityAggregatorInterfaceService()), ($this->services['event_dispatcher'] ?? $this->getEventDispatcherService()), ($this->services['Shopware\\Core\\Framework\\DataAbstractionLayer\\Event\\EntityLoadedEventFactory'] ?? $this->getEntityLoadedEventFactoryService())));
  17866.     }
  17867.     /**
  17868.      * Gets the public 'country_translation.repository' shared service.
  17869.      *
  17870.      * @return \Shopware\Core\Framework\DataAbstractionLayer\EntityRepositoryForwardCompatibilityDecorator
  17871.      */
  17872.     protected function getCountryTranslation_RepositoryService()
  17873.     {
  17874.         return $this->services['country_translation.repository'] = new \Shopware\Core\Framework\DataAbstractionLayer\EntityRepositoryForwardCompatibilityDecorator(new \Shopware\Core\Framework\DataAbstractionLayer\EntityRepository(($this->services['Shopware\\Core\\System\\Country\\Aggregate\\CountryTranslation\\CountryTranslationDefinition'] ?? $this->getCountryTranslationDefinitionService()), ($this->services['Shopware\\Core\\Framework\\DataAbstractionLayer\\Read\\EntityReaderInterface'] ?? $this->getEntityReaderInterfaceService()), ($this->services['Shopware\\Core\\Framework\\DataAbstractionLayer\\VersionManager'] ?? $this->getVersionManagerService()), ($this->services['Shopware\\Core\\Framework\\DataAbstractionLayer\\Search\\EntitySearcherInterface'] ?? $this->getEntitySearcherInterfaceService()), ($this->services['Shopware\\Core\\Framework\\DataAbstractionLayer\\Search\\EntityAggregatorInterface'] ?? $this->getEntityAggregatorInterfaceService()), ($this->services['event_dispatcher'] ?? $this->getEventDispatcherService()), ($this->services['Shopware\\Core\\Framework\\DataAbstractionLayer\\Event\\EntityLoadedEventFactory'] ?? $this->getEntityLoadedEventFactoryService())));
  17875.     }
  17876.     /**
  17877.      * Gets the public 'currency.repository' shared service.
  17878.      *
  17879.      * @return \Shopware\Core\Framework\DataAbstractionLayer\EntityRepositoryForwardCompatibilityDecorator
  17880.      */
  17881.     protected function getCurrency_RepositoryService()
  17882.     {
  17883.         $a = ($this->services['Shopware\\Core\\Framework\\DataAbstractionLayer\\VersionManager'] ?? $this->getVersionManagerService());
  17884.         if (isset($this->services['currency.repository'])) {
  17885.             return $this->services['currency.repository'];
  17886.         }
  17887.         $b = ($this->services['Shopware\\Core\\Framework\\DataAbstractionLayer\\Search\\EntitySearcherInterface'] ?? $this->getEntitySearcherInterfaceService());
  17888.         if (isset($this->services['currency.repository'])) {
  17889.             return $this->services['currency.repository'];
  17890.         }
  17891.         $c = ($this->services['Shopware\\Core\\Framework\\DataAbstractionLayer\\Search\\EntityAggregatorInterface'] ?? $this->getEntityAggregatorInterfaceService());
  17892.         if (isset($this->services['currency.repository'])) {
  17893.             return $this->services['currency.repository'];
  17894.         }
  17895.         $d = ($this->services['event_dispatcher'] ?? $this->getEventDispatcherService());
  17896.         if (isset($this->services['currency.repository'])) {
  17897.             return $this->services['currency.repository'];
  17898.         }
  17899.         return $this->services['currency.repository'] = new \Shopware\Core\Framework\DataAbstractionLayer\EntityRepositoryForwardCompatibilityDecorator(new \Shopware\Core\Framework\DataAbstractionLayer\EntityRepository(($this->services['Shopware\\Core\\System\\Currency\\CurrencyDefinition'] ?? $this->getCurrencyDefinitionService()), ($this->services['Shopware\\Core\\Framework\\DataAbstractionLayer\\Read\\EntityReaderInterface'] ?? $this->getEntityReaderInterfaceService()), $a$b$c$d, ($this->services['Shopware\\Core\\Framework\\DataAbstractionLayer\\Event\\EntityLoadedEventFactory'] ?? $this->getEntityLoadedEventFactoryService())));
  17900.     }
  17901.     /**
  17902.      * Gets the public 'currency_country_rounding.repository' shared service.
  17903.      *
  17904.      * @return \Shopware\Core\Framework\DataAbstractionLayer\EntityRepositoryForwardCompatibilityDecorator
  17905.      */
  17906.     protected function getCurrencyCountryRounding_RepositoryService()
  17907.     {
  17908.         $a = ($this->services['Shopware\\Core\\Framework\\DataAbstractionLayer\\VersionManager'] ?? $this->getVersionManagerService());
  17909.         if (isset($this->services['currency_country_rounding.repository'])) {
  17910.             return $this->services['currency_country_rounding.repository'];
  17911.         }
  17912.         $b = ($this->services['Shopware\\Core\\Framework\\DataAbstractionLayer\\Search\\EntitySearcherInterface'] ?? $this->getEntitySearcherInterfaceService());
  17913.         if (isset($this->services['currency_country_rounding.repository'])) {
  17914.             return $this->services['currency_country_rounding.repository'];
  17915.         }
  17916.         $c = ($this->services['Shopware\\Core\\Framework\\DataAbstractionLayer\\Search\\EntityAggregatorInterface'] ?? $this->getEntityAggregatorInterfaceService());
  17917.         if (isset($this->services['currency_country_rounding.repository'])) {
  17918.             return $this->services['currency_country_rounding.repository'];
  17919.         }
  17920.         $d = ($this->services['event_dispatcher'] ?? $this->getEventDispatcherService());
  17921.         if (isset($this->services['currency_country_rounding.repository'])) {
  17922.             return $this->services['currency_country_rounding.repository'];
  17923.         }
  17924.         return $this->services['currency_country_rounding.repository'] = new \Shopware\Core\Framework\DataAbstractionLayer\EntityRepositoryForwardCompatibilityDecorator(new \Shopware\Core\Framework\DataAbstractionLayer\EntityRepository(($this->services['Shopware\\Core\\System\\Currency\\Aggregate\\CurrencyCountryRounding\\CurrencyCountryRoundingDefinition'] ?? $this->getCurrencyCountryRoundingDefinitionService()), ($this->services['Shopware\\Core\\Framework\\DataAbstractionLayer\\Read\\EntityReaderInterface'] ?? $this->getEntityReaderInterfaceService()), $a$b$c$d, ($this->services['Shopware\\Core\\Framework\\DataAbstractionLayer\\Event\\EntityLoadedEventFactory'] ?? $this->getEntityLoadedEventFactoryService())));
  17925.     }
  17926.     /**
  17927.      * Gets the public 'currency_translation.repository' shared service.
  17928.      *
  17929.      * @return \Shopware\Core\Framework\DataAbstractionLayer\EntityRepositoryForwardCompatibilityDecorator
  17930.      */
  17931.     protected function getCurrencyTranslation_RepositoryService()
  17932.     {
  17933.         return $this->services['currency_translation.repository'] = new \Shopware\Core\Framework\DataAbstractionLayer\EntityRepositoryForwardCompatibilityDecorator(new \Shopware\Core\Framework\DataAbstractionLayer\EntityRepository(($this->services['Shopware\\Core\\System\\Currency\\Aggregate\\CurrencyTranslation\\CurrencyTranslationDefinition'] ?? $this->getCurrencyTranslationDefinitionService()), ($this->services['Shopware\\Core\\Framework\\DataAbstractionLayer\\Read\\EntityReaderInterface'] ?? $this->getEntityReaderInterfaceService()), ($this->services['Shopware\\Core\\Framework\\DataAbstractionLayer\\VersionManager'] ?? $this->getVersionManagerService()), ($this->services['Shopware\\Core\\Framework\\DataAbstractionLayer\\Search\\EntitySearcherInterface'] ?? $this->getEntitySearcherInterfaceService()), ($this->services['Shopware\\Core\\Framework\\DataAbstractionLayer\\Search\\EntityAggregatorInterface'] ?? $this->getEntityAggregatorInterfaceService()), ($this->services['event_dispatcher'] ?? $this->getEventDispatcherService()), ($this->services['Shopware\\Core\\Framework\\DataAbstractionLayer\\Event\\EntityLoadedEventFactory'] ?? $this->getEntityLoadedEventFactoryService())));
  17934.     }
  17935.     /**
  17936.      * Gets the public 'custom_entity.repository' shared service.
  17937.      *
  17938.      * @return \Shopware\Core\Framework\DataAbstractionLayer\EntityRepositoryForwardCompatibilityDecorator
  17939.      */
  17940.     protected function getCustomEntity_RepositoryService()
  17941.     {
  17942.         return $this->services['custom_entity.repository'] = new \Shopware\Core\Framework\DataAbstractionLayer\EntityRepositoryForwardCompatibilityDecorator(new \Shopware\Core\Framework\DataAbstractionLayer\EntityRepository(($this->services['Shopware\\Core\\System\\CustomEntity\\CustomEntityDefinition'] ?? $this->getCustomEntityDefinitionService()), ($this->services['Shopware\\Core\\Framework\\DataAbstractionLayer\\Read\\EntityReaderInterface'] ?? $this->getEntityReaderInterfaceService()), ($this->services['Shopware\\Core\\Framework\\DataAbstractionLayer\\VersionManager'] ?? $this->getVersionManagerService()), ($this->services['Shopware\\Core\\Framework\\DataAbstractionLayer\\Search\\EntitySearcherInterface'] ?? $this->getEntitySearcherInterfaceService()), ($this->services['Shopware\\Core\\Framework\\DataAbstractionLayer\\Search\\EntityAggregatorInterface'] ?? $this->getEntityAggregatorInterfaceService()), ($this->services['event_dispatcher'] ?? $this->getEventDispatcherService()), ($this->services['Shopware\\Core\\Framework\\DataAbstractionLayer\\Event\\EntityLoadedEventFactory'] ?? $this->getEntityLoadedEventFactoryService())));
  17943.     }
  17944.     /**
  17945.      * Gets the public 'custom_field.repository' shared service.
  17946.      *
  17947.      * @return \Shopware\Core\Framework\DataAbstractionLayer\EntityRepositoryForwardCompatibilityDecorator
  17948.      */
  17949.     protected function getCustomField_RepositoryService()
  17950.     {
  17951.         $a = ($this->services['Shopware\\Core\\Framework\\DataAbstractionLayer\\VersionManager'] ?? $this->getVersionManagerService());
  17952.         if (isset($this->services['custom_field.repository'])) {
  17953.             return $this->services['custom_field.repository'];
  17954.         }
  17955.         $b = ($this->services['Shopware\\Core\\Framework\\DataAbstractionLayer\\Search\\EntitySearcherInterface'] ?? $this->getEntitySearcherInterfaceService());
  17956.         if (isset($this->services['custom_field.repository'])) {
  17957.             return $this->services['custom_field.repository'];
  17958.         }
  17959.         $c = ($this->services['Shopware\\Core\\Framework\\DataAbstractionLayer\\Search\\EntityAggregatorInterface'] ?? $this->getEntityAggregatorInterfaceService());
  17960.         if (isset($this->services['custom_field.repository'])) {
  17961.             return $this->services['custom_field.repository'];
  17962.         }
  17963.         $d = ($this->services['event_dispatcher'] ?? $this->getEventDispatcherService());
  17964.         if (isset($this->services['custom_field.repository'])) {
  17965.             return $this->services['custom_field.repository'];
  17966.         }
  17967.         return $this->services['custom_field.repository'] = new \Shopware\Core\Framework\DataAbstractionLayer\EntityRepositoryForwardCompatibilityDecorator(new \Shopware\Core\Framework\DataAbstractionLayer\EntityRepository(($this->services['Shopware\\Core\\System\\CustomField\\CustomFieldDefinition'] ?? $this->getCustomFieldDefinitionService()), ($this->services['Shopware\\Core\\Framework\\DataAbstractionLayer\\Read\\EntityReaderInterface'] ?? $this->getEntityReaderInterfaceService()), $a$b$c$d, ($this->services['Shopware\\Core\\Framework\\DataAbstractionLayer\\Event\\EntityLoadedEventFactory'] ?? $this->getEntityLoadedEventFactoryService())));
  17968.     }
  17969.     /**
  17970.      * Gets the public 'custom_field_set.repository' shared service.
  17971.      *
  17972.      * @return \Shopware\Core\Framework\DataAbstractionLayer\EntityRepositoryForwardCompatibilityDecorator
  17973.      */
  17974.     protected function getCustomFieldSet_RepositoryService()
  17975.     {
  17976.         $a = ($this->services['Shopware\\Core\\Framework\\DataAbstractionLayer\\VersionManager'] ?? $this->getVersionManagerService());
  17977.         if (isset($this->services['custom_field_set.repository'])) {
  17978.             return $this->services['custom_field_set.repository'];
  17979.         }
  17980.         $b = ($this->services['Shopware\\Core\\Framework\\DataAbstractionLayer\\Search\\EntitySearcherInterface'] ?? $this->getEntitySearcherInterfaceService());
  17981.         if (isset($this->services['custom_field_set.repository'])) {
  17982.             return $this->services['custom_field_set.repository'];
  17983.         }
  17984.         $c = ($this->services['Shopware\\Core\\Framework\\DataAbstractionLayer\\Search\\EntityAggregatorInterface'] ?? $this->getEntityAggregatorInterfaceService());
  17985.         if (isset($this->services['custom_field_set.repository'])) {
  17986.             return $this->services['custom_field_set.repository'];
  17987.         }
  17988.         $d = ($this->services['event_dispatcher'] ?? $this->getEventDispatcherService());
  17989.         if (isset($this->services['custom_field_set.repository'])) {
  17990.             return $this->services['custom_field_set.repository'];
  17991.         }
  17992.         return $this->services['custom_field_set.repository'] = new \Shopware\Core\Framework\DataAbstractionLayer\EntityRepositoryForwardCompatibilityDecorator(new \Shopware\Core\Framework\DataAbstractionLayer\EntityRepository(($this->services['Shopware\\Core\\System\\CustomField\\Aggregate\\CustomFieldSet\\CustomFieldSetDefinition'] ?? $this->getCustomFieldSetDefinitionService()), ($this->services['Shopware\\Core\\Framework\\DataAbstractionLayer\\Read\\EntityReaderInterface'] ?? $this->getEntityReaderInterfaceService()), $a$b$c$d, ($this->services['Shopware\\Core\\Framework\\DataAbstractionLayer\\Event\\EntityLoadedEventFactory'] ?? $this->getEntityLoadedEventFactoryService())));
  17993.     }
  17994.     /**
  17995.      * Gets the public 'custom_field_set_relation.repository' shared service.
  17996.      *
  17997.      * @return \Shopware\Core\Framework\DataAbstractionLayer\EntityRepositoryForwardCompatibilityDecorator
  17998.      */
  17999.     protected function getCustomFieldSetRelation_RepositoryService()
  18000.     {
  18001.         return $this->services['custom_field_set_relation.repository'] = new \Shopware\Core\Framework\DataAbstractionLayer\EntityRepositoryForwardCompatibilityDecorator(new \Shopware\Core\Framework\DataAbstractionLayer\EntityRepository(($this->services['Shopware\\Core\\System\\CustomField\\Aggregate\\CustomFieldSetRelation\\CustomFieldSetRelationDefinition'] ?? $this->getCustomFieldSetRelationDefinitionService()), ($this->services['Shopware\\Core\\Framework\\DataAbstractionLayer\\Read\\EntityReaderInterface'] ?? $this->getEntityReaderInterfaceService()), ($this->services['Shopware\\Core\\Framework\\DataAbstractionLayer\\VersionManager'] ?? $this->getVersionManagerService()), ($this->services['Shopware\\Core\\Framework\\DataAbstractionLayer\\Search\\EntitySearcherInterface'] ?? $this->getEntitySearcherInterfaceService()), ($this->services['Shopware\\Core\\Framework\\DataAbstractionLayer\\Search\\EntityAggregatorInterface'] ?? $this->getEntityAggregatorInterfaceService()), ($this->services['event_dispatcher'] ?? $this->getEventDispatcherService()), ($this->services['Shopware\\Core\\Framework\\DataAbstractionLayer\\Event\\EntityLoadedEventFactory'] ?? $this->getEntityLoadedEventFactoryService())));
  18002.     }
  18003.     /**
  18004.      * Gets the public 'customer.repository' shared service.
  18005.      *
  18006.      * @return \Shopware\Core\Framework\DataAbstractionLayer\EntityRepositoryForwardCompatibilityDecorator
  18007.      */
  18008.     protected function getCustomer_RepositoryService()
  18009.     {
  18010.         $a = ($this->services['Shopware\\Core\\Framework\\DataAbstractionLayer\\VersionManager'] ?? $this->getVersionManagerService());
  18011.         if (isset($this->services['customer.repository'])) {
  18012.             return $this->services['customer.repository'];
  18013.         }
  18014.         $b = ($this->services['Shopware\\Core\\Framework\\DataAbstractionLayer\\Search\\EntitySearcherInterface'] ?? $this->getEntitySearcherInterfaceService());
  18015.         if (isset($this->services['customer.repository'])) {
  18016.             return $this->services['customer.repository'];
  18017.         }
  18018.         $c = ($this->services['Shopware\\Core\\Framework\\DataAbstractionLayer\\Search\\EntityAggregatorInterface'] ?? $this->getEntityAggregatorInterfaceService());
  18019.         if (isset($this->services['customer.repository'])) {
  18020.             return $this->services['customer.repository'];
  18021.         }
  18022.         $d = ($this->services['event_dispatcher'] ?? $this->getEventDispatcherService());
  18023.         if (isset($this->services['customer.repository'])) {
  18024.             return $this->services['customer.repository'];
  18025.         }
  18026.         return $this->services['customer.repository'] = new \Shopware\Core\Framework\DataAbstractionLayer\EntityRepositoryForwardCompatibilityDecorator(new \Shopware\Core\Framework\DataAbstractionLayer\EntityRepository(($this->services['Shopware\\Core\\Checkout\\Customer\\CustomerDefinition'] ?? $this->getCustomerDefinitionService()), ($this->services['Shopware\\Core\\Framework\\DataAbstractionLayer\\Read\\EntityReaderInterface'] ?? $this->getEntityReaderInterfaceService()), $a$b$c$d, ($this->services['Shopware\\Core\\Framework\\DataAbstractionLayer\\Event\\EntityLoadedEventFactory'] ?? $this->getEntityLoadedEventFactoryService())));
  18027.     }
  18028.     /**
  18029.      * Gets the public 'customer_address.repository' shared service.
  18030.      *
  18031.      * @return \Shopware\Core\Framework\DataAbstractionLayer\EntityRepositoryForwardCompatibilityDecorator
  18032.      */
  18033.     protected function getCustomerAddress_RepositoryService()
  18034.     {
  18035.         $a = ($this->services['Shopware\\Core\\Framework\\DataAbstractionLayer\\VersionManager'] ?? $this->getVersionManagerService());
  18036.         if (isset($this->services['customer_address.repository'])) {
  18037.             return $this->services['customer_address.repository'];
  18038.         }
  18039.         $b = ($this->services['Shopware\\Core\\Framework\\DataAbstractionLayer\\Search\\EntitySearcherInterface'] ?? $this->getEntitySearcherInterfaceService());
  18040.         if (isset($this->services['customer_address.repository'])) {
  18041.             return $this->services['customer_address.repository'];
  18042.         }
  18043.         $c = ($this->services['Shopware\\Core\\Framework\\DataAbstractionLayer\\Search\\EntityAggregatorInterface'] ?? $this->getEntityAggregatorInterfaceService());
  18044.         if (isset($this->services['customer_address.repository'])) {
  18045.             return $this->services['customer_address.repository'];
  18046.         }
  18047.         $d = ($this->services['event_dispatcher'] ?? $this->getEventDispatcherService());
  18048.         if (isset($this->services['customer_address.repository'])) {
  18049.             return $this->services['customer_address.repository'];
  18050.         }
  18051.         return $this->services['customer_address.repository'] = new \Shopware\Core\Framework\DataAbstractionLayer\EntityRepositoryForwardCompatibilityDecorator(new \Shopware\Core\Framework\DataAbstractionLayer\EntityRepository(($this->services['Shopware\\Core\\Checkout\\Customer\\Aggregate\\CustomerAddress\\CustomerAddressDefinition'] ?? $this->getCustomerAddressDefinitionService()), ($this->services['Shopware\\Core\\Framework\\DataAbstractionLayer\\Read\\EntityReaderInterface'] ?? $this->getEntityReaderInterfaceService()), $a$b$c$d, ($this->services['Shopware\\Core\\Framework\\DataAbstractionLayer\\Event\\EntityLoadedEventFactory'] ?? $this->getEntityLoadedEventFactoryService())));
  18052.     }
  18053.     /**
  18054.      * Gets the public 'customer_group.repository' shared service.
  18055.      *
  18056.      * @return \Shopware\Core\Framework\DataAbstractionLayer\EntityRepositoryForwardCompatibilityDecorator
  18057.      */
  18058.     protected function getCustomerGroup_RepositoryService()
  18059.     {
  18060.         $a = ($this->services['Shopware\\Core\\Framework\\DataAbstractionLayer\\VersionManager'] ?? $this->getVersionManagerService());
  18061.         if (isset($this->services['customer_group.repository'])) {
  18062.             return $this->services['customer_group.repository'];
  18063.         }
  18064.         $b = ($this->services['Shopware\\Core\\Framework\\DataAbstractionLayer\\Search\\EntitySearcherInterface'] ?? $this->getEntitySearcherInterfaceService());
  18065.         if (isset($this->services['customer_group.repository'])) {
  18066.             return $this->services['customer_group.repository'];
  18067.         }
  18068.         $c = ($this->services['Shopware\\Core\\Framework\\DataAbstractionLayer\\Search\\EntityAggregatorInterface'] ?? $this->getEntityAggregatorInterfaceService());
  18069.         if (isset($this->services['customer_group.repository'])) {
  18070.             return $this->services['customer_group.repository'];
  18071.         }
  18072.         $d = ($this->services['event_dispatcher'] ?? $this->getEventDispatcherService());
  18073.         if (isset($this->services['customer_group.repository'])) {
  18074.             return $this->services['customer_group.repository'];
  18075.         }
  18076.         return $this->services['customer_group.repository'] = new \Shopware\Core\Framework\DataAbstractionLayer\EntityRepositoryForwardCompatibilityDecorator(new \Shopware\Core\Framework\DataAbstractionLayer\EntityRepository(($this->services['Shopware\\Core\\Checkout\\Customer\\Aggregate\\CustomerGroup\\CustomerGroupDefinition'] ?? $this->getCustomerGroupDefinitionService()), ($this->services['Shopware\\Core\\Framework\\DataAbstractionLayer\\Read\\EntityReaderInterface'] ?? $this->getEntityReaderInterfaceService()), $a$b$c$d, ($this->services['Shopware\\Core\\Framework\\DataAbstractionLayer\\Event\\EntityLoadedEventFactory'] ?? $this->getEntityLoadedEventFactoryService())));
  18077.     }
  18078.     /**
  18079.      * Gets the public 'customer_group_registration_sales_channels.repository' shared service.
  18080.      *
  18081.      * @return \Shopware\Core\Framework\DataAbstractionLayer\EntityRepositoryForwardCompatibilityDecorator
  18082.      */
  18083.     protected function getCustomerGroupRegistrationSalesChannels_RepositoryService()
  18084.     {
  18085.         return $this->services['customer_group_registration_sales_channels.repository'] = new \Shopware\Core\Framework\DataAbstractionLayer\EntityRepositoryForwardCompatibilityDecorator(new \Shopware\Core\Framework\DataAbstractionLayer\EntityRepository(($this->services['Shopware\\Core\\Checkout\\Customer\\Aggregate\\CustomerGroupRegistrationSalesChannel\\CustomerGroupRegistrationSalesChannelDefinition'] ?? $this->getCustomerGroupRegistrationSalesChannelDefinitionService()), ($this->services['Shopware\\Core\\Framework\\DataAbstractionLayer\\Read\\EntityReaderInterface'] ?? $this->getEntityReaderInterfaceService()), ($this->services['Shopware\\Core\\Framework\\DataAbstractionLayer\\VersionManager'] ?? $this->getVersionManagerService()), ($this->services['Shopware\\Core\\Framework\\DataAbstractionLayer\\Search\\EntitySearcherInterface'] ?? $this->getEntitySearcherInterfaceService()), ($this->services['Shopware\\Core\\Framework\\DataAbstractionLayer\\Search\\EntityAggregatorInterface'] ?? $this->getEntityAggregatorInterfaceService()), ($this->services['event_dispatcher'] ?? $this->getEventDispatcherService()), ($this->services['Shopware\\Core\\Framework\\DataAbstractionLayer\\Event\\EntityLoadedEventFactory'] ?? $this->getEntityLoadedEventFactoryService())));
  18086.     }
  18087.     /**
  18088.      * Gets the public 'customer_group_translation.repository' shared service.
  18089.      *
  18090.      * @return \Shopware\Core\Framework\DataAbstractionLayer\EntityRepositoryForwardCompatibilityDecorator
  18091.      */
  18092.     protected function getCustomerGroupTranslation_RepositoryService()
  18093.     {
  18094.         return $this->services['customer_group_translation.repository'] = new \Shopware\Core\Framework\DataAbstractionLayer\EntityRepositoryForwardCompatibilityDecorator(new \Shopware\Core\Framework\DataAbstractionLayer\EntityRepository(($this->services['Shopware\\Core\\Checkout\\Customer\\Aggregate\\CustomerGroupTranslation\\CustomerGroupTranslationDefinition'] ?? $this->getCustomerGroupTranslationDefinitionService()), ($this->services['Shopware\\Core\\Framework\\DataAbstractionLayer\\Read\\EntityReaderInterface'] ?? $this->getEntityReaderInterfaceService()), ($this->services['Shopware\\Core\\Framework\\DataAbstractionLayer\\VersionManager'] ?? $this->getVersionManagerService()), ($this->services['Shopware\\Core\\Framework\\DataAbstractionLayer\\Search\\EntitySearcherInterface'] ?? $this->getEntitySearcherInterfaceService()), ($this->services['Shopware\\Core\\Framework\\DataAbstractionLayer\\Search\\EntityAggregatorInterface'] ?? $this->getEntityAggregatorInterfaceService()), ($this->services['event_dispatcher'] ?? $this->getEventDispatcherService()), ($this->services['Shopware\\Core\\Framework\\DataAbstractionLayer\\Event\\EntityLoadedEventFactory'] ?? $this->getEntityLoadedEventFactoryService())));
  18095.     }
  18096.     /**
  18097.      * Gets the public 'customer_recovery.repository' shared service.
  18098.      *
  18099.      * @return \Shopware\Core\Framework\DataAbstractionLayer\EntityRepositoryForwardCompatibilityDecorator
  18100.      */
  18101.     protected function getCustomerRecovery_RepositoryService()
  18102.     {
  18103.         $a = ($this->services['Shopware\\Core\\Framework\\DataAbstractionLayer\\VersionManager'] ?? $this->getVersionManagerService());
  18104.         if (isset($this->services['customer_recovery.repository'])) {
  18105.             return $this->services['customer_recovery.repository'];
  18106.         }
  18107.         $b = ($this->services['Shopware\\Core\\Framework\\DataAbstractionLayer\\Search\\EntitySearcherInterface'] ?? $this->getEntitySearcherInterfaceService());
  18108.         if (isset($this->services['customer_recovery.repository'])) {
  18109.             return $this->services['customer_recovery.repository'];
  18110.         }
  18111.         $c = ($this->services['Shopware\\Core\\Framework\\DataAbstractionLayer\\Search\\EntityAggregatorInterface'] ?? $this->getEntityAggregatorInterfaceService());
  18112.         if (isset($this->services['customer_recovery.repository'])) {
  18113.             return $this->services['customer_recovery.repository'];
  18114.         }
  18115.         $d = ($this->services['event_dispatcher'] ?? $this->getEventDispatcherService());
  18116.         if (isset($this->services['customer_recovery.repository'])) {
  18117.             return $this->services['customer_recovery.repository'];
  18118.         }
  18119.         return $this->services['customer_recovery.repository'] = new \Shopware\Core\Framework\DataAbstractionLayer\EntityRepositoryForwardCompatibilityDecorator(new \Shopware\Core\Framework\DataAbstractionLayer\EntityRepository(($this->services['Shopware\\Core\\Checkout\\Customer\\Aggregate\\CustomerRecovery\\CustomerRecoveryDefinition'] ?? $this->getCustomerRecoveryDefinitionService()), ($this->services['Shopware\\Core\\Framework\\DataAbstractionLayer\\Read\\EntityReaderInterface'] ?? $this->getEntityReaderInterfaceService()), $a$b$c$d, ($this->services['Shopware\\Core\\Framework\\DataAbstractionLayer\\Event\\EntityLoadedEventFactory'] ?? $this->getEntityLoadedEventFactoryService())));
  18120.     }
  18121.     /**
  18122.      * Gets the public 'customer_tag.repository' shared service.
  18123.      *
  18124.      * @return \Shopware\Core\Framework\DataAbstractionLayer\EntityRepositoryForwardCompatibilityDecorator
  18125.      */
  18126.     protected function getCustomerTag_RepositoryService()
  18127.     {
  18128.         $a = ($this->services['Shopware\\Core\\Framework\\DataAbstractionLayer\\VersionManager'] ?? $this->getVersionManagerService());
  18129.         if (isset($this->services['customer_tag.repository'])) {
  18130.             return $this->services['customer_tag.repository'];
  18131.         }
  18132.         $b = ($this->services['Shopware\\Core\\Framework\\DataAbstractionLayer\\Search\\EntitySearcherInterface'] ?? $this->getEntitySearcherInterfaceService());
  18133.         if (isset($this->services['customer_tag.repository'])) {
  18134.             return $this->services['customer_tag.repository'];
  18135.         }
  18136.         $c = ($this->services['Shopware\\Core\\Framework\\DataAbstractionLayer\\Search\\EntityAggregatorInterface'] ?? $this->getEntityAggregatorInterfaceService());
  18137.         if (isset($this->services['customer_tag.repository'])) {
  18138.             return $this->services['customer_tag.repository'];
  18139.         }
  18140.         $d = ($this->services['event_dispatcher'] ?? $this->getEventDispatcherService());
  18141.         if (isset($this->services['customer_tag.repository'])) {
  18142.             return $this->services['customer_tag.repository'];
  18143.         }
  18144.         return $this->services['customer_tag.repository'] = new \Shopware\Core\Framework\DataAbstractionLayer\EntityRepositoryForwardCompatibilityDecorator(new \Shopware\Core\Framework\DataAbstractionLayer\EntityRepository(($this->services['Shopware\\Core\\Checkout\\Customer\\Aggregate\\CustomerTag\\CustomerTagDefinition'] ?? $this->getCustomerTagDefinitionService()), ($this->services['Shopware\\Core\\Framework\\DataAbstractionLayer\\Read\\EntityReaderInterface'] ?? $this->getEntityReaderInterfaceService()), $a$b$c$d, ($this->services['Shopware\\Core\\Framework\\DataAbstractionLayer\\Event\\EntityLoadedEventFactory'] ?? $this->getEntityLoadedEventFactoryService())));
  18145.     }
  18146.     /**
  18147.      * Gets the public 'customer_wishlist.repository' shared service.
  18148.      *
  18149.      * @return \Shopware\Core\Framework\DataAbstractionLayer\EntityRepositoryForwardCompatibilityDecorator
  18150.      */
  18151.     protected function getCustomerWishlist_RepositoryService()
  18152.     {
  18153.         return $this->services['customer_wishlist.repository'] = new \Shopware\Core\Framework\DataAbstractionLayer\EntityRepositoryForwardCompatibilityDecorator(new \Shopware\Core\Framework\DataAbstractionLayer\EntityRepository(($this->services['Shopware\\Core\\Checkout\\Customer\\Aggregate\\CustomerWishlist\\CustomerWishlistDefinition'] ?? $this->getCustomerWishlistDefinitionService()), ($this->services['Shopware\\Core\\Framework\\DataAbstractionLayer\\Read\\EntityReaderInterface'] ?? $this->getEntityReaderInterfaceService()), ($this->services['Shopware\\Core\\Framework\\DataAbstractionLayer\\VersionManager'] ?? $this->getVersionManagerService()), ($this->services['Shopware\\Core\\Framework\\DataAbstractionLayer\\Search\\EntitySearcherInterface'] ?? $this->getEntitySearcherInterfaceService()), ($this->services['Shopware\\Core\\Framework\\DataAbstractionLayer\\Search\\EntityAggregatorInterface'] ?? $this->getEntityAggregatorInterfaceService()), ($this->services['event_dispatcher'] ?? $this->getEventDispatcherService()), ($this->services['Shopware\\Core\\Framework\\DataAbstractionLayer\\Event\\EntityLoadedEventFactory'] ?? $this->getEntityLoadedEventFactoryService())));
  18154.     }
  18155.     /**
  18156.      * Gets the public 'customer_wishlist_product.repository' shared service.
  18157.      *
  18158.      * @return \Shopware\Core\Framework\DataAbstractionLayer\EntityRepositoryForwardCompatibilityDecorator
  18159.      */
  18160.     protected function getCustomerWishlistProduct_RepositoryService()
  18161.     {
  18162.         return $this->services['customer_wishlist_product.repository'] = new \Shopware\Core\Framework\DataAbstractionLayer\EntityRepositoryForwardCompatibilityDecorator(new \Shopware\Core\Framework\DataAbstractionLayer\EntityRepository(($this->services['Shopware\\Core\\Checkout\\Customer\\Aggregate\\CustomerWishlistProduct\\CustomerWishlistProductDefinition'] ?? $this->getCustomerWishlistProductDefinitionService()), ($this->services['Shopware\\Core\\Framework\\DataAbstractionLayer\\Read\\EntityReaderInterface'] ?? $this->getEntityReaderInterfaceService()), ($this->services['Shopware\\Core\\Framework\\DataAbstractionLayer\\VersionManager'] ?? $this->getVersionManagerService()), ($this->services['Shopware\\Core\\Framework\\DataAbstractionLayer\\Search\\EntitySearcherInterface'] ?? $this->getEntitySearcherInterfaceService()), ($this->services['Shopware\\Core\\Framework\\DataAbstractionLayer\\Search\\EntityAggregatorInterface'] ?? $this->getEntityAggregatorInterfaceService()), ($this->services['event_dispatcher'] ?? $this->getEventDispatcherService()), ($this->services['Shopware\\Core\\Framework\\DataAbstractionLayer\\Event\\EntityLoadedEventFactory'] ?? $this->getEntityLoadedEventFactoryService())));
  18163.     }
  18164.     /**
  18165.      * Gets the public 'data_collector.dump' shared service.
  18166.      *
  18167.      * @return \Symfony\Component\HttpKernel\DataCollector\DumpDataCollector
  18168.      */
  18169.     protected function getDataCollector_DumpService()
  18170.     {
  18171.         return $this->services['data_collector.dump'] = new \Symfony\Component\HttpKernel\DataCollector\DumpDataCollector(($this->privates['debug.stopwatch'] ?? ($this->privates['debug.stopwatch'] = new \Symfony\Component\Stopwatch\Stopwatch(true))), ($this->privates['debug.file_link_formatter'] ?? $this->getDebug_FileLinkFormatterService()), 'UTF-8', ($this->services['request_stack'] ?? ($this->services['request_stack'] = new \Symfony\Component\HttpFoundation\RequestStack())), NULL);
  18172.     }
  18173.     /**
  18174.      * Gets the public 'dead_message.repository' shared service.
  18175.      *
  18176.      * @return \Shopware\Core\Framework\DataAbstractionLayer\EntityRepositoryForwardCompatibilityDecorator
  18177.      */
  18178.     protected function getDeadMessage_RepositoryService()
  18179.     {
  18180.         $a = ($this->services['Shopware\\Core\\Framework\\DataAbstractionLayer\\VersionManager'] ?? $this->getVersionManagerService());
  18181.         if (isset($this->services['dead_message.repository'])) {
  18182.             return $this->services['dead_message.repository'];
  18183.         }
  18184.         $b = ($this->services['Shopware\\Core\\Framework\\DataAbstractionLayer\\Search\\EntitySearcherInterface'] ?? $this->getEntitySearcherInterfaceService());
  18185.         if (isset($this->services['dead_message.repository'])) {
  18186.             return $this->services['dead_message.repository'];
  18187.         }
  18188.         $c = ($this->services['Shopware\\Core\\Framework\\DataAbstractionLayer\\Search\\EntityAggregatorInterface'] ?? $this->getEntityAggregatorInterfaceService());
  18189.         if (isset($this->services['dead_message.repository'])) {
  18190.             return $this->services['dead_message.repository'];
  18191.         }
  18192.         $d = ($this->services['event_dispatcher'] ?? $this->getEventDispatcherService());
  18193.         if (isset($this->services['dead_message.repository'])) {
  18194.             return $this->services['dead_message.repository'];
  18195.         }
  18196.         return $this->services['dead_message.repository'] = new \Shopware\Core\Framework\DataAbstractionLayer\EntityRepositoryForwardCompatibilityDecorator(new \Shopware\Core\Framework\DataAbstractionLayer\EntityRepository(($this->services['Shopware\\Core\\Framework\\MessageQueue\\DeadMessage\\DeadMessageDefinition'] ?? $this->getDeadMessageDefinitionService()), ($this->services['Shopware\\Core\\Framework\\DataAbstractionLayer\\Read\\EntityReaderInterface'] ?? $this->getEntityReaderInterfaceService()), $a$b$c$d, ($this->services['Shopware\\Core\\Framework\\DataAbstractionLayer\\Event\\EntityLoadedEventFactory'] ?? $this->getEntityLoadedEventFactoryService())));
  18197.     }
  18198.     /**
  18199.      * Gets the public 'delivery_time.repository' shared service.
  18200.      *
  18201.      * @return \Shopware\Core\Framework\DataAbstractionLayer\EntityRepositoryForwardCompatibilityDecorator
  18202.      */
  18203.     protected function getDeliveryTime_RepositoryService()
  18204.     {
  18205.         $a = ($this->services['Shopware\\Core\\Framework\\DataAbstractionLayer\\VersionManager'] ?? $this->getVersionManagerService());
  18206.         if (isset($this->services['delivery_time.repository'])) {
  18207.             return $this->services['delivery_time.repository'];
  18208.         }
  18209.         $b = ($this->services['Shopware\\Core\\Framework\\DataAbstractionLayer\\Search\\EntitySearcherInterface'] ?? $this->getEntitySearcherInterfaceService());
  18210.         if (isset($this->services['delivery_time.repository'])) {
  18211.             return $this->services['delivery_time.repository'];
  18212.         }
  18213.         $c = ($this->services['Shopware\\Core\\Framework\\DataAbstractionLayer\\Search\\EntityAggregatorInterface'] ?? $this->getEntityAggregatorInterfaceService());
  18214.         if (isset($this->services['delivery_time.repository'])) {
  18215.             return $this->services['delivery_time.repository'];
  18216.         }
  18217.         $d = ($this->services['event_dispatcher'] ?? $this->getEventDispatcherService());
  18218.         if (isset($this->services['delivery_time.repository'])) {
  18219.             return $this->services['delivery_time.repository'];
  18220.         }
  18221.         return $this->services['delivery_time.repository'] = new \Shopware\Core\Framework\DataAbstractionLayer\EntityRepositoryForwardCompatibilityDecorator(new \Shopware\Core\Framework\DataAbstractionLayer\EntityRepository(($this->services['Shopware\\Core\\System\\DeliveryTime\\DeliveryTimeDefinition'] ?? $this->getDeliveryTimeDefinitionService()), ($this->services['Shopware\\Core\\Framework\\DataAbstractionLayer\\Read\\EntityReaderInterface'] ?? $this->getEntityReaderInterfaceService()), $a$b$c$d, ($this->services['Shopware\\Core\\Framework\\DataAbstractionLayer\\Event\\EntityLoadedEventFactory'] ?? $this->getEntityLoadedEventFactoryService())));
  18222.     }
  18223.     /**
  18224.      * Gets the public 'delivery_time_translation.repository' shared service.
  18225.      *
  18226.      * @return \Shopware\Core\Framework\DataAbstractionLayer\EntityRepositoryForwardCompatibilityDecorator
  18227.      */
  18228.     protected function getDeliveryTimeTranslation_RepositoryService()
  18229.     {
  18230.         return $this->services['delivery_time_translation.repository'] = new \Shopware\Core\Framework\DataAbstractionLayer\EntityRepositoryForwardCompatibilityDecorator(new \Shopware\Core\Framework\DataAbstractionLayer\EntityRepository(($this->services['Shopware\\Core\\System\\DeliveryTime\\Aggregate\\DeliveryTimeTranslation\\DeliveryTimeTranslationDefinition'] ?? $this->getDeliveryTimeTranslationDefinitionService()), ($this->services['Shopware\\Core\\Framework\\DataAbstractionLayer\\Read\\EntityReaderInterface'] ?? $this->getEntityReaderInterfaceService()), ($this->services['Shopware\\Core\\Framework\\DataAbstractionLayer\\VersionManager'] ?? $this->getVersionManagerService()), ($this->services['Shopware\\Core\\Framework\\DataAbstractionLayer\\Search\\EntitySearcherInterface'] ?? $this->getEntitySearcherInterfaceService()), ($this->services['Shopware\\Core\\Framework\\DataAbstractionLayer\\Search\\EntityAggregatorInterface'] ?? $this->getEntityAggregatorInterfaceService()), ($this->services['event_dispatcher'] ?? $this->getEventDispatcherService()), ($this->services['Shopware\\Core\\Framework\\DataAbstractionLayer\\Event\\EntityLoadedEventFactory'] ?? $this->getEntityLoadedEventFactoryService())));
  18231.     }
  18232.     /**
  18233.      * Gets the public 'document.repository' shared service.
  18234.      *
  18235.      * @return \Shopware\Core\Framework\DataAbstractionLayer\EntityRepositoryForwardCompatibilityDecorator
  18236.      */
  18237.     protected function getDocument_RepositoryService()
  18238.     {
  18239.         $a = ($this->services['Shopware\\Core\\Framework\\DataAbstractionLayer\\VersionManager'] ?? $this->getVersionManagerService());
  18240.         if (isset($this->services['document.repository'])) {
  18241.             return $this->services['document.repository'];
  18242.         }
  18243.         $b = ($this->services['Shopware\\Core\\Framework\\DataAbstractionLayer\\Search\\EntitySearcherInterface'] ?? $this->getEntitySearcherInterfaceService());
  18244.         if (isset($this->services['document.repository'])) {
  18245.             return $this->services['document.repository'];
  18246.         }
  18247.         $c = ($this->services['Shopware\\Core\\Framework\\DataAbstractionLayer\\Search\\EntityAggregatorInterface'] ?? $this->getEntityAggregatorInterfaceService());
  18248.         if (isset($this->services['document.repository'])) {
  18249.             return $this->services['document.repository'];
  18250.         }
  18251.         $d = ($this->services['event_dispatcher'] ?? $this->getEventDispatcherService());
  18252.         if (isset($this->services['document.repository'])) {
  18253.             return $this->services['document.repository'];
  18254.         }
  18255.         return $this->services['document.repository'] = new \Shopware\Core\Framework\DataAbstractionLayer\EntityRepositoryForwardCompatibilityDecorator(new \Shopware\Core\Framework\DataAbstractionLayer\EntityRepository(($this->services['Shopware\\Core\\Checkout\\Document\\DocumentDefinition'] ?? $this->getDocumentDefinitionService()), ($this->services['Shopware\\Core\\Framework\\DataAbstractionLayer\\Read\\EntityReaderInterface'] ?? $this->getEntityReaderInterfaceService()), $a$b$c$d, ($this->services['Shopware\\Core\\Framework\\DataAbstractionLayer\\Event\\EntityLoadedEventFactory'] ?? $this->getEntityLoadedEventFactoryService())));
  18256.     }
  18257.     /**
  18258.      * Gets the public 'document_base_config.repository' shared service.
  18259.      *
  18260.      * @return \Shopware\Core\Framework\DataAbstractionLayer\EntityRepositoryForwardCompatibilityDecorator
  18261.      */
  18262.     protected function getDocumentBaseConfig_RepositoryService()
  18263.     {
  18264.         $a = ($this->services['Shopware\\Core\\Framework\\DataAbstractionLayer\\VersionManager'] ?? $this->getVersionManagerService());
  18265.         if (isset($this->services['document_base_config.repository'])) {
  18266.             return $this->services['document_base_config.repository'];
  18267.         }
  18268.         $b = ($this->services['Shopware\\Core\\Framework\\DataAbstractionLayer\\Search\\EntitySearcherInterface'] ?? $this->getEntitySearcherInterfaceService());
  18269.         if (isset($this->services['document_base_config.repository'])) {
  18270.             return $this->services['document_base_config.repository'];
  18271.         }
  18272.         $c = ($this->services['Shopware\\Core\\Framework\\DataAbstractionLayer\\Search\\EntityAggregatorInterface'] ?? $this->getEntityAggregatorInterfaceService());
  18273.         if (isset($this->services['document_base_config.repository'])) {
  18274.             return $this->services['document_base_config.repository'];
  18275.         }
  18276.         $d = ($this->services['event_dispatcher'] ?? $this->getEventDispatcherService());
  18277.         if (isset($this->services['document_base_config.repository'])) {
  18278.             return $this->services['document_base_config.repository'];
  18279.         }
  18280.         return $this->services['document_base_config.repository'] = new \Shopware\Core\Framework\DataAbstractionLayer\EntityRepositoryForwardCompatibilityDecorator(new \Shopware\Core\Framework\DataAbstractionLayer\EntityRepository(($this->services['Shopware\\Core\\Checkout\\Document\\Aggregate\\DocumentBaseConfig\\DocumentBaseConfigDefinition'] ?? $this->getDocumentBaseConfigDefinitionService()), ($this->services['Shopware\\Core\\Framework\\DataAbstractionLayer\\Read\\EntityReaderInterface'] ?? $this->getEntityReaderInterfaceService()), $a$b$c$d, ($this->services['Shopware\\Core\\Framework\\DataAbstractionLayer\\Event\\EntityLoadedEventFactory'] ?? $this->getEntityLoadedEventFactoryService())));
  18281.     }
  18282.     /**
  18283.      * Gets the public 'document_base_config_sales_channel.repository' shared service.
  18284.      *
  18285.      * @return \Shopware\Core\Framework\DataAbstractionLayer\EntityRepositoryForwardCompatibilityDecorator
  18286.      */
  18287.     protected function getDocumentBaseConfigSalesChannel_RepositoryService()
  18288.     {
  18289.         return $this->services['document_base_config_sales_channel.repository'] = new \Shopware\Core\Framework\DataAbstractionLayer\EntityRepositoryForwardCompatibilityDecorator(new \Shopware\Core\Framework\DataAbstractionLayer\EntityRepository(($this->services['Shopware\\Core\\Checkout\\Document\\Aggregate\\DocumentBaseConfigSalesChannel\\DocumentBaseConfigSalesChannelDefinition'] ?? $this->getDocumentBaseConfigSalesChannelDefinitionService()), ($this->services['Shopware\\Core\\Framework\\DataAbstractionLayer\\Read\\EntityReaderInterface'] ?? $this->getEntityReaderInterfaceService()), ($this->services['Shopware\\Core\\Framework\\DataAbstractionLayer\\VersionManager'] ?? $this->getVersionManagerService()), ($this->services['Shopware\\Core\\Framework\\DataAbstractionLayer\\Search\\EntitySearcherInterface'] ?? $this->getEntitySearcherInterfaceService()), ($this->services['Shopware\\Core\\Framework\\DataAbstractionLayer\\Search\\EntityAggregatorInterface'] ?? $this->getEntityAggregatorInterfaceService()), ($this->services['event_dispatcher'] ?? $this->getEventDispatcherService()), ($this->services['Shopware\\Core\\Framework\\DataAbstractionLayer\\Event\\EntityLoadedEventFactory'] ?? $this->getEntityLoadedEventFactoryService())));
  18290.     }
  18291.     /**
  18292.      * Gets the public 'document_type.repository' shared service.
  18293.      *
  18294.      * @return \Shopware\Core\Framework\DataAbstractionLayer\EntityRepositoryForwardCompatibilityDecorator
  18295.      */
  18296.     protected function getDocumentType_RepositoryService()
  18297.     {
  18298.         $a = ($this->services['Shopware\\Core\\Framework\\DataAbstractionLayer\\VersionManager'] ?? $this->getVersionManagerService());
  18299.         if (isset($this->services['document_type.repository'])) {
  18300.             return $this->services['document_type.repository'];
  18301.         }
  18302.         $b = ($this->services['Shopware\\Core\\Framework\\DataAbstractionLayer\\Search\\EntitySearcherInterface'] ?? $this->getEntitySearcherInterfaceService());
  18303.         if (isset($this->services['document_type.repository'])) {
  18304.             return $this->services['document_type.repository'];
  18305.         }
  18306.         $c = ($this->services['Shopware\\Core\\Framework\\DataAbstractionLayer\\Search\\EntityAggregatorInterface'] ?? $this->getEntityAggregatorInterfaceService());
  18307.         if (isset($this->services['document_type.repository'])) {
  18308.             return $this->services['document_type.repository'];
  18309.         }
  18310.         $d = ($this->services['event_dispatcher'] ?? $this->getEventDispatcherService());
  18311.         if (isset($this->services['document_type.repository'])) {
  18312.             return $this->services['document_type.repository'];
  18313.         }
  18314.         return $this->services['document_type.repository'] = new \Shopware\Core\Framework\DataAbstractionLayer\EntityRepositoryForwardCompatibilityDecorator(new \Shopware\Core\Framework\DataAbstractionLayer\EntityRepository(($this->services['Shopware\\Core\\Checkout\\Document\\Aggregate\\DocumentType\\DocumentTypeDefinition'] ?? $this->getDocumentTypeDefinitionService()), ($this->services['Shopware\\Core\\Framework\\DataAbstractionLayer\\Read\\EntityReaderInterface'] ?? $this->getEntityReaderInterfaceService()), $a$b$c$d, ($this->services['Shopware\\Core\\Framework\\DataAbstractionLayer\\Event\\EntityLoadedEventFactory'] ?? $this->getEntityLoadedEventFactoryService())));
  18315.     }
  18316.     /**
  18317.      * Gets the public 'document_type_translation.repository' shared service.
  18318.      *
  18319.      * @return \Shopware\Core\Framework\DataAbstractionLayer\EntityRepositoryForwardCompatibilityDecorator
  18320.      */
  18321.     protected function getDocumentTypeTranslation_RepositoryService()
  18322.     {
  18323.         return $this->services['document_type_translation.repository'] = new \Shopware\Core\Framework\DataAbstractionLayer\EntityRepositoryForwardCompatibilityDecorator(new \Shopware\Core\Framework\DataAbstractionLayer\EntityRepository(($this->services['Shopware\\Core\\Checkout\\Document\\Aggregate\\DocumentTypeTranslation\\DocumentTypeTranslationDefinition'] ?? $this->getDocumentTypeTranslationDefinitionService()), ($this->services['Shopware\\Core\\Framework\\DataAbstractionLayer\\Read\\EntityReaderInterface'] ?? $this->getEntityReaderInterfaceService()), ($this->services['Shopware\\Core\\Framework\\DataAbstractionLayer\\VersionManager'] ?? $this->getVersionManagerService()), ($this->services['Shopware\\Core\\Framework\\DataAbstractionLayer\\Search\\EntitySearcherInterface'] ?? $this->getEntitySearcherInterfaceService()), ($this->services['Shopware\\Core\\Framework\\DataAbstractionLayer\\Search\\EntityAggregatorInterface'] ?? $this->getEntityAggregatorInterfaceService()), ($this->services['event_dispatcher'] ?? $this->getEventDispatcherService()), ($this->services['Shopware\\Core\\Framework\\DataAbstractionLayer\\Event\\EntityLoadedEventFactory'] ?? $this->getEntityLoadedEventFactoryService())));
  18324.     }
  18325.     /**
  18326.      * Gets the public 'dreisc_seo_bulk.repository' shared service.
  18327.      *
  18328.      * @return \Shopware\Core\Framework\DataAbstractionLayer\EntityRepositoryForwardCompatibilityDecorator
  18329.      */
  18330.     protected function getDreiscSeoBulk_RepositoryService()
  18331.     {
  18332.         $a = ($this->services['Shopware\\Core\\Framework\\DataAbstractionLayer\\VersionManager'] ?? $this->getVersionManagerService());
  18333.         if (isset($this->services['dreisc_seo_bulk.repository'])) {
  18334.             return $this->services['dreisc_seo_bulk.repository'];
  18335.         }
  18336.         $b = ($this->services['Shopware\\Core\\Framework\\DataAbstractionLayer\\Search\\EntitySearcherInterface'] ?? $this->getEntitySearcherInterfaceService());
  18337.         if (isset($this->services['dreisc_seo_bulk.repository'])) {
  18338.             return $this->services['dreisc_seo_bulk.repository'];
  18339.         }
  18340.         $c = ($this->services['Shopware\\Core\\Framework\\DataAbstractionLayer\\Search\\EntityAggregatorInterface'] ?? $this->getEntityAggregatorInterfaceService());
  18341.         if (isset($this->services['dreisc_seo_bulk.repository'])) {
  18342.             return $this->services['dreisc_seo_bulk.repository'];
  18343.         }
  18344.         $d = ($this->services['event_dispatcher'] ?? $this->getEventDispatcherService());
  18345.         if (isset($this->services['dreisc_seo_bulk.repository'])) {
  18346.             return $this->services['dreisc_seo_bulk.repository'];
  18347.         }
  18348.         return $this->services['dreisc_seo_bulk.repository'] = new \Shopware\Core\Framework\DataAbstractionLayer\EntityRepositoryForwardCompatibilityDecorator(new \Shopware\Core\Framework\DataAbstractionLayer\EntityRepository(($this->services['DreiscSeoPro\\Core\\Content\\DreiscSeoBulk\\DreiscSeoBulkDefinition'] ?? $this->getDreiscSeoBulkDefinitionService()), ($this->services['Shopware\\Core\\Framework\\DataAbstractionLayer\\Read\\EntityReaderInterface'] ?? $this->getEntityReaderInterfaceService()), $a$b$c$d, ($this->services['Shopware\\Core\\Framework\\DataAbstractionLayer\\Event\\EntityLoadedEventFactory'] ?? $this->getEntityLoadedEventFactoryService())));
  18349.     }
  18350.     /**
  18351.      * Gets the public 'dreisc_seo_bulk_template.repository' shared service.
  18352.      *
  18353.      * @return \Shopware\Core\Framework\DataAbstractionLayer\EntityRepositoryForwardCompatibilityDecorator
  18354.      */
  18355.     protected function getDreiscSeoBulkTemplate_RepositoryService()
  18356.     {
  18357.         return $this->services['dreisc_seo_bulk_template.repository'] = new \Shopware\Core\Framework\DataAbstractionLayer\EntityRepositoryForwardCompatibilityDecorator(new \Shopware\Core\Framework\DataAbstractionLayer\EntityRepository(($this->services['DreiscSeoPro\\Core\\Content\\DreiscSeoBulk\\Aggregate\\DreiscSeoBulkTemplate\\DreiscSeoBulkTemplateDefinition'] ?? $this->getDreiscSeoBulkTemplateDefinitionService()), ($this->services['Shopware\\Core\\Framework\\DataAbstractionLayer\\Read\\EntityReaderInterface'] ?? $this->getEntityReaderInterfaceService()), ($this->services['Shopware\\Core\\Framework\\DataAbstractionLayer\\VersionManager'] ?? $this->getVersionManagerService()), ($this->services['Shopware\\Core\\Framework\\DataAbstractionLayer\\Search\\EntitySearcherInterface'] ?? $this->getEntitySearcherInterfaceService()), ($this->services['Shopware\\Core\\Framework\\DataAbstractionLayer\\Search\\EntityAggregatorInterface'] ?? $this->getEntityAggregatorInterfaceService()), ($this->services['event_dispatcher'] ?? $this->getEventDispatcherService()), ($this->services['Shopware\\Core\\Framework\\DataAbstractionLayer\\Event\\EntityLoadedEventFactory'] ?? $this->getEntityLoadedEventFactoryService())));
  18358.     }
  18359.     /**
  18360.      * Gets the public 'dreisc_seo_pro.filesystem.private' shared service.
  18361.      *
  18362.      * @return \Shopware\Core\Framework\Adapter\Filesystem\PrefixFilesystem
  18363.      */
  18364.     protected function getDreiscSeoPro_Filesystem_PrivateService()
  18365.     {
  18366.         include_once \dirname(__DIR__4).'/vendor/shopware/core/Framework/Adapter/Filesystem/AbstractFilesystem.php';
  18367.         include_once \dirname(__DIR__4).'/vendor/shopware/core/Framework/Adapter/Filesystem/PrefixFilesystem.php';
  18368.         return $this->services['dreisc_seo_pro.filesystem.private'] = new \Shopware\Core\Framework\Adapter\Filesystem\PrefixFilesystem(($this->services['shopware.filesystem.private'] ?? $this->getShopware_Filesystem_PrivateService()), 'plugins/dreisc_seo_pro');
  18369.     }
  18370.     /**
  18371.      * Gets the public 'dreisc_seo_pro.filesystem.public' shared service.
  18372.      *
  18373.      * @return \Shopware\Core\Framework\Adapter\Filesystem\PrefixFilesystem
  18374.      */
  18375.     protected function getDreiscSeoPro_Filesystem_PublicService()
  18376.     {
  18377.         include_once \dirname(__DIR__4).'/vendor/shopware/core/Framework/Adapter/Filesystem/AbstractFilesystem.php';
  18378.         include_once \dirname(__DIR__4).'/vendor/shopware/core/Framework/Adapter/Filesystem/PrefixFilesystem.php';
  18379.         return $this->services['dreisc_seo_pro.filesystem.public'] = new \Shopware\Core\Framework\Adapter\Filesystem\PrefixFilesystem(($this->services['shopware.filesystem.public'] ?? $this->getShopware_Filesystem_PublicService()), 'plugins/dreisc_seo_pro');
  18380.     }
  18381.     /**
  18382.      * Gets the public 'dreisc_seo_redirect.repository' shared service.
  18383.      *
  18384.      * @return \Shopware\Core\Framework\DataAbstractionLayer\EntityRepositoryForwardCompatibilityDecorator
  18385.      */
  18386.     protected function getDreiscSeoRedirect_RepositoryService()
  18387.     {
  18388.         $a = ($this->services['Shopware\\Core\\Framework\\DataAbstractionLayer\\VersionManager'] ?? $this->getVersionManagerService());
  18389.         if (isset($this->services['dreisc_seo_redirect.repository'])) {
  18390.             return $this->services['dreisc_seo_redirect.repository'];
  18391.         }
  18392.         $b = ($this->services['event_dispatcher'] ?? $this->getEventDispatcherService());
  18393.         if (isset($this->services['dreisc_seo_redirect.repository'])) {
  18394.             return $this->services['dreisc_seo_redirect.repository'];
  18395.         }
  18396.         return $this->services['dreisc_seo_redirect.repository'] = new \Shopware\Core\Framework\DataAbstractionLayer\EntityRepositoryForwardCompatibilityDecorator(new \Shopware\Core\Framework\DataAbstractionLayer\EntityRepository(($this->services['DreiscSeoPro\\Core\\Content\\DreiscSeoRedirect\\DreiscSeoRedirectDefinition'] ?? $this->getDreiscSeoRedirectDefinitionService()), ($this->services['Shopware\\Core\\Framework\\DataAbstractionLayer\\Read\\EntityReaderInterface'] ?? $this->getEntityReaderInterfaceService()), $a, ($this->services['Shopware\\Core\\Framework\\DataAbstractionLayer\\Search\\EntitySearcherInterface'] ?? $this->getEntitySearcherInterfaceService()), ($this->services['Shopware\\Core\\Framework\\DataAbstractionLayer\\Search\\EntityAggregatorInterface'] ?? $this->getEntityAggregatorInterfaceService()), $b, ($this->services['Shopware\\Core\\Framework\\DataAbstractionLayer\\Event\\EntityLoadedEventFactory'] ?? $this->getEntityLoadedEventFactoryService())));
  18397.     }
  18398.     /**
  18399.      * Gets the public 'dreisc_seo_redirect_import_export_file.repository' shared service.
  18400.      *
  18401.      * @return \Shopware\Core\Framework\DataAbstractionLayer\EntityRepositoryForwardCompatibilityDecorator
  18402.      */
  18403.     protected function getDreiscSeoRedirectImportExportFile_RepositoryService()
  18404.     {
  18405.         return $this->services['dreisc_seo_redirect_import_export_file.repository'] = new \Shopware\Core\Framework\DataAbstractionLayer\EntityRepositoryForwardCompatibilityDecorator(new \Shopware\Core\Framework\DataAbstractionLayer\EntityRepository(($this->services['DreiscSeoPro\\Core\\Content\\DreiscSeoRedirect\\Aggregate\\DreiscSeoRedirectImportExportFile\\DreiscSeoRedirectImportExportFileDefinition'] ?? $this->getDreiscSeoRedirectImportExportFileDefinitionService()), ($this->services['Shopware\\Core\\Framework\\DataAbstractionLayer\\Read\\EntityReaderInterface'] ?? $this->getEntityReaderInterfaceService()), ($this->services['Shopware\\Core\\Framework\\DataAbstractionLayer\\VersionManager'] ?? $this->getVersionManagerService()), ($this->services['Shopware\\Core\\Framework\\DataAbstractionLayer\\Search\\EntitySearcherInterface'] ?? $this->getEntitySearcherInterfaceService()), ($this->services['Shopware\\Core\\Framework\\DataAbstractionLayer\\Search\\EntityAggregatorInterface'] ?? $this->getEntityAggregatorInterfaceService()), ($this->services['event_dispatcher'] ?? $this->getEventDispatcherService()), ($this->services['Shopware\\Core\\Framework\\DataAbstractionLayer\\Event\\EntityLoadedEventFactory'] ?? $this->getEntityLoadedEventFactoryService())));
  18406.     }
  18407.     /**
  18408.      * Gets the public 'dreisc_seo_redirect_import_export_log.repository' shared service.
  18409.      *
  18410.      * @return \Shopware\Core\Framework\DataAbstractionLayer\EntityRepositoryForwardCompatibilityDecorator
  18411.      */
  18412.     protected function getDreiscSeoRedirectImportExportLog_RepositoryService()
  18413.     {
  18414.         return $this->services['dreisc_seo_redirect_import_export_log.repository'] = new \Shopware\Core\Framework\DataAbstractionLayer\EntityRepositoryForwardCompatibilityDecorator(new \Shopware\Core\Framework\DataAbstractionLayer\EntityRepository(($this->services['DreiscSeoPro\\Core\\Content\\DreiscSeoRedirect\\Aggregate\\DreiscSeoRedirectImportExportLog\\DreiscSeoRedirectImportExportLogDefinition'] ?? $this->getDreiscSeoRedirectImportExportLogDefinitionService()), ($this->services['Shopware\\Core\\Framework\\DataAbstractionLayer\\Read\\EntityReaderInterface'] ?? $this->getEntityReaderInterfaceService()), ($this->services['Shopware\\Core\\Framework\\DataAbstractionLayer\\VersionManager'] ?? $this->getVersionManagerService()), ($this->services['Shopware\\Core\\Framework\\DataAbstractionLayer\\Search\\EntitySearcherInterface'] ?? $this->getEntitySearcherInterfaceService()), ($this->services['Shopware\\Core\\Framework\\DataAbstractionLayer\\Search\\EntityAggregatorInterface'] ?? $this->getEntityAggregatorInterfaceService()), ($this->services['event_dispatcher'] ?? $this->getEventDispatcherService()), ($this->services['Shopware\\Core\\Framework\\DataAbstractionLayer\\Event\\EntityLoadedEventFactory'] ?? $this->getEntityLoadedEventFactoryService())));
  18415.     }
  18416.     /**
  18417.      * Gets the public 'dreisc_seo_setting.repository' shared service.
  18418.      *
  18419.      * @return \Shopware\Core\Framework\DataAbstractionLayer\EntityRepositoryForwardCompatibilityDecorator
  18420.      */
  18421.     protected function getDreiscSeoSetting_RepositoryService()
  18422.     {
  18423.         $a = ($this->services['Shopware\\Core\\Framework\\DataAbstractionLayer\\VersionManager'] ?? $this->getVersionManagerService());
  18424.         if (isset($this->services['dreisc_seo_setting.repository'])) {
  18425.             return $this->services['dreisc_seo_setting.repository'];
  18426.         }
  18427.         $b = ($this->services['Shopware\\Core\\Framework\\DataAbstractionLayer\\Search\\EntitySearcherInterface'] ?? $this->getEntitySearcherInterfaceService());
  18428.         if (isset($this->services['dreisc_seo_setting.repository'])) {
  18429.             return $this->services['dreisc_seo_setting.repository'];
  18430.         }
  18431.         $c = ($this->services['Shopware\\Core\\Framework\\DataAbstractionLayer\\Search\\EntityAggregatorInterface'] ?? $this->getEntityAggregatorInterfaceService());
  18432.         if (isset($this->services['dreisc_seo_setting.repository'])) {
  18433.             return $this->services['dreisc_seo_setting.repository'];
  18434.         }
  18435.         $d = ($this->services['event_dispatcher'] ?? $this->getEventDispatcherService());
  18436.         if (isset($this->services['dreisc_seo_setting.repository'])) {
  18437.             return $this->services['dreisc_seo_setting.repository'];
  18438.         }
  18439.         return $this->services['dreisc_seo_setting.repository'] = new \Shopware\Core\Framework\DataAbstractionLayer\EntityRepositoryForwardCompatibilityDecorator(new \Shopware\Core\Framework\DataAbstractionLayer\EntityRepository(($this->services['DreiscSeoPro\\Core\\Content\\DreiscSeoSetting\\DreiscSeoSettingDefinition'] ?? $this->getDreiscSeoSettingDefinitionService()), ($this->services['Shopware\\Core\\Framework\\DataAbstractionLayer\\Read\\EntityReaderInterface'] ?? $this->getEntityReaderInterfaceService()), $a$b$c$d, ($this->services['Shopware\\Core\\Framework\\DataAbstractionLayer\\Event\\EntityLoadedEventFactory'] ?? $this->getEntityLoadedEventFactoryService())));
  18440.     }
  18441.     /**
  18442.      * Gets the public 'elasticsearch.filesystem.private' shared service.
  18443.      *
  18444.      * @return \Shopware\Core\Framework\Adapter\Filesystem\PrefixFilesystem
  18445.      */
  18446.     protected function getElasticsearch_Filesystem_PrivateService()
  18447.     {
  18448.         include_once \dirname(__DIR__4).'/vendor/shopware/core/Framework/Adapter/Filesystem/AbstractFilesystem.php';
  18449.         include_once \dirname(__DIR__4).'/vendor/shopware/core/Framework/Adapter/Filesystem/PrefixFilesystem.php';
  18450.         return $this->services['elasticsearch.filesystem.private'] = new \Shopware\Core\Framework\Adapter\Filesystem\PrefixFilesystem(($this->services['shopware.filesystem.private'] ?? $this->getShopware_Filesystem_PrivateService()), 'plugins/elasticsearch');
  18451.     }
  18452.     /**
  18453.      * Gets the public 'elasticsearch.filesystem.public' shared service.
  18454.      *
  18455.      * @return \Shopware\Core\Framework\Adapter\Filesystem\PrefixFilesystem
  18456.      */
  18457.     protected function getElasticsearch_Filesystem_PublicService()
  18458.     {
  18459.         include_once \dirname(__DIR__4).'/vendor/shopware/core/Framework/Adapter/Filesystem/AbstractFilesystem.php';
  18460.         include_once \dirname(__DIR__4).'/vendor/shopware/core/Framework/Adapter/Filesystem/PrefixFilesystem.php';
  18461.         return $this->services['elasticsearch.filesystem.public'] = new \Shopware\Core\Framework\Adapter\Filesystem\PrefixFilesystem(($this->services['shopware.filesystem.public'] ?? $this->getShopware_Filesystem_PublicService()), 'plugins/elasticsearch');
  18462.     }
  18463.     /**
  18464.      * Gets the public 'enqueue.client.default.producer' shared service.
  18465.      *
  18466.      * @return \Enqueue\Client\TraceableProducer
  18467.      */
  18468.     protected function getEnqueue_Client_Default_ProducerService()
  18469.     {
  18470.         return $this->services['enqueue.client.default.producer'] = new \Enqueue\Client\TraceableProducer(new \Enqueue\Client\Producer(($this->privates['enqueue.client.default.driver'] ?? $this->getEnqueue_Client_Default_DriverService()), new \Enqueue\Rpc\RpcFactory(($this->privates['enqueue.client.default.context'] ?? $this->getEnqueue_Client_Default_ContextService())), new \Enqueue\Client\ChainExtension([])));
  18471.     }
  18472.     /**
  18473.      * Gets the public 'error_controller' shared service.
  18474.      *
  18475.      * @return \Symfony\Component\HttpKernel\Controller\ErrorController
  18476.      */
  18477.     protected function getErrorController2Service()
  18478.     {
  18479.         include_once \dirname(__DIR__4).'/vendor/symfony/http-kernel/Controller/ErrorController.php';
  18480.         include_once \dirname(__DIR__4).'/vendor/symfony/error-handler/ErrorRenderer/ErrorRendererInterface.php';
  18481.         include_once \dirname(__DIR__4).'/vendor/symfony/error-handler/ErrorRenderer/SerializerErrorRenderer.php';
  18482.         include_once \dirname(__DIR__4).'/vendor/symfony/twig-bridge/ErrorRenderer/TwigErrorRenderer.php';
  18483.         include_once \dirname(__DIR__4).'/vendor/symfony/error-handler/ErrorRenderer/HtmlErrorRenderer.php';
  18484.         $a = ($this->services['request_stack'] ?? ($this->services['request_stack'] = new \Symfony\Component\HttpFoundation\RequestStack()));
  18485.         return $this->services['error_controller'] = new \Symfony\Component\HttpKernel\Controller\ErrorController(($this->services['http_kernel'] ?? $this->getHttpKernelService()), 'error_controller', new \Symfony\Component\ErrorHandler\ErrorRenderer\SerializerErrorRenderer(($this->services['.container.private.serializer'] ?? $this->get_Container_Private_SerializerService()), \Symfony\Component\ErrorHandler\ErrorRenderer\SerializerErrorRenderer::getPreferredFormat($a), new \Symfony\Bridge\Twig\ErrorRenderer\TwigErrorRenderer(($this->services['.container.private.twig'] ?? $this->get_Container_Private_TwigService()), ($this->privates['error_handler.error_renderer.html'] ?? $this->getErrorHandler_ErrorRenderer_HtmlService()), \Symfony\Bridge\Twig\ErrorRenderer\TwigErrorRenderer::isDebug($atrue)), \Symfony\Component\ErrorHandler\ErrorRenderer\HtmlErrorRenderer::isDebug($atrue)));
  18486.     }
  18487.     /**
  18488.      * Gets the public 'event_action.repository' shared service.
  18489.      *
  18490.      * @return \Shopware\Core\Framework\DataAbstractionLayer\EntityRepositoryForwardCompatibilityDecorator
  18491.      */
  18492.     protected function getEventAction_RepositoryService()
  18493.     {
  18494.         return $this->services['event_action.repository'] = new \Shopware\Core\Framework\DataAbstractionLayer\EntityRepositoryForwardCompatibilityDecorator(new \Shopware\Core\Framework\DataAbstractionLayer\EntityRepository(($this->services['Shopware\\Core\\Framework\\Event\\EventAction\\EventActionDefinition'] ?? $this->getEventActionDefinitionService()), ($this->services['Shopware\\Core\\Framework\\DataAbstractionLayer\\Read\\EntityReaderInterface'] ?? $this->getEntityReaderInterfaceService()), ($this->services['Shopware\\Core\\Framework\\DataAbstractionLayer\\VersionManager'] ?? $this->getVersionManagerService()), ($this->services['Shopware\\Core\\Framework\\DataAbstractionLayer\\Search\\EntitySearcherInterface'] ?? $this->getEntitySearcherInterfaceService()), ($this->services['Shopware\\Core\\Framework\\DataAbstractionLayer\\Search\\EntityAggregatorInterface'] ?? $this->getEntityAggregatorInterfaceService()), ($this->services['event_dispatcher'] ?? $this->getEventDispatcherService()), ($this->services['Shopware\\Core\\Framework\\DataAbstractionLayer\\Event\\EntityLoadedEventFactory'] ?? $this->getEntityLoadedEventFactoryService())));
  18495.     }
  18496.     /**
  18497.      * Gets the public 'event_action_rule.repository' shared service.
  18498.      *
  18499.      * @return \Shopware\Core\Framework\DataAbstractionLayer\EntityRepositoryForwardCompatibilityDecorator
  18500.      */
  18501.     protected function getEventActionRule_RepositoryService()
  18502.     {
  18503.         return $this->services['event_action_rule.repository'] = new \Shopware\Core\Framework\DataAbstractionLayer\EntityRepositoryForwardCompatibilityDecorator(new \Shopware\Core\Framework\DataAbstractionLayer\EntityRepository(($this->services['Shopware\\Core\\Framework\\Event\\EventAction\\Aggregate\\EventActionRule\\EventActionRuleDefinition'] ?? $this->getEventActionRuleDefinitionService()), ($this->services['Shopware\\Core\\Framework\\DataAbstractionLayer\\Read\\EntityReaderInterface'] ?? $this->getEntityReaderInterfaceService()), ($this->services['Shopware\\Core\\Framework\\DataAbstractionLayer\\VersionManager'] ?? $this->getVersionManagerService()), ($this->services['Shopware\\Core\\Framework\\DataAbstractionLayer\\Search\\EntitySearcherInterface'] ?? $this->getEntitySearcherInterfaceService()), ($this->services['Shopware\\Core\\Framework\\DataAbstractionLayer\\Search\\EntityAggregatorInterface'] ?? $this->getEntityAggregatorInterfaceService()), ($this->services['event_dispatcher'] ?? $this->getEventDispatcherService()), ($this->services['Shopware\\Core\\Framework\\DataAbstractionLayer\\Event\\EntityLoadedEventFactory'] ?? $this->getEntityLoadedEventFactoryService())));
  18504.     }
  18505.     /**
  18506.      * Gets the public 'event_action_sales_channel.repository' shared service.
  18507.      *
  18508.      * @return \Shopware\Core\Framework\DataAbstractionLayer\EntityRepositoryForwardCompatibilityDecorator
  18509.      */
  18510.     protected function getEventActionSalesChannel_RepositoryService()
  18511.     {
  18512.         return $this->services['event_action_sales_channel.repository'] = new \Shopware\Core\Framework\DataAbstractionLayer\EntityRepositoryForwardCompatibilityDecorator(new \Shopware\Core\Framework\DataAbstractionLayer\EntityRepository(($this->services['Shopware\\Core\\Framework\\Event\\EventAction\\Aggregate\\EventActionSalesChannel\\EventActionSalesChannelDefinition'] ?? $this->getEventActionSalesChannelDefinitionService()), ($this->services['Shopware\\Core\\Framework\\DataAbstractionLayer\\Read\\EntityReaderInterface'] ?? $this->getEntityReaderInterfaceService()), ($this->services['Shopware\\Core\\Framework\\DataAbstractionLayer\\VersionManager'] ?? $this->getVersionManagerService()), ($this->services['Shopware\\Core\\Framework\\DataAbstractionLayer\\Search\\EntitySearcherInterface'] ?? $this->getEntitySearcherInterfaceService()), ($this->services['Shopware\\Core\\Framework\\DataAbstractionLayer\\Search\\EntityAggregatorInterface'] ?? $this->getEntityAggregatorInterfaceService()), ($this->services['event_dispatcher'] ?? $this->getEventDispatcherService()), ($this->services['Shopware\\Core\\Framework\\DataAbstractionLayer\\Event\\EntityLoadedEventFactory'] ?? $this->getEntityLoadedEventFactoryService())));
  18513.     }
  18514.     /**
  18515.      * Gets the public 'event_dispatcher' shared service.
  18516.      *
  18517.      * @return \Symfony\Component\HttpKernel\Debug\TraceableEventDispatcher
  18518.      */
  18519.     protected function getEventDispatcherService()
  18520.     {
  18521.         $a = ($this->privates['Shopware\\Core\\Framework\\Event\\BusinessEventDispatcher'] ?? $this->getBusinessEventDispatcherService());
  18522.         if (isset($this->services['event_dispatcher'])) {
  18523.             return $this->services['event_dispatcher'];
  18524.         }
  18525.         $b = new \Symfony\Bridge\Monolog\Logger('event');
  18526.         $b->pushProcessor(($this->privates['debug.log_processor'] ?? $this->getDebug_LogProcessorService()));
  18527.         $b->pushHandler(new \Monolog\Handler\NullHandler());
  18528.         \Symfony\Bundle\FrameworkBundle\DependencyInjection\Compiler\AddDebugLogProcessorPass::configureLogger($b);
  18529.         $this->services['event_dispatcher'] = $instance = new \Symfony\Component\HttpKernel\Debug\TraceableEventDispatcher(new \Shopware\Core\Framework\Event\NestedEventDispatcher($a), ($this->privates['debug.stopwatch'] ?? ($this->privates['debug.stopwatch'] = new \Symfony\Component\Stopwatch\Stopwatch(true))), $b, ($this->services['request_stack'] ?? ($this->services['request_stack'] = new \Symfony\Component\HttpFoundation\RequestStack())));
  18530.         $instance->addListener('kernel.request', [=> function () {
  18531.             return ($this->privates['Shopware\\Core\\Framework\\Routing\\RouteParamsCleanupListener'] ?? ($this->privates['Shopware\\Core\\Framework\\Routing\\RouteParamsCleanupListener'] = new \Shopware\Core\Framework\Routing\RouteParamsCleanupListener()));
  18532.         }, => '__invoke'], 0);
  18533.         $instance->addListener('kernel.request', [=> function () {
  18534.             return ($this->privates['Shopware\\Storefront\\Framework\\Twig\\TwigDateRequestListener'] ?? $this->getTwigDateRequestListenerService());
  18535.         }, => 'onKernelRequest'], 0);
  18536.         $instance->addListener('state_machine.order.state_changed', [=> function () {
  18537.             return ($this->privates['Swag\\AmazonPay\\DataAbstractionLayer\\EventListeners\\AmazonPayTransitionListener'] ?? $this->getAmazonPayTransitionListenerService());
  18538.         }, => 'onOrderStateChange'], 0);
  18539.         $instance->addListener('kernel.response', [=> function () {
  18540.             return ($this->privates['Frosh\\Tools\\Components\\Elasticsearch\\AdminInfoSubscriber'] ?? ($this->privates['Frosh\\Tools\\Components\\Elasticsearch\\AdminInfoSubscriber'] = new \Frosh\Tools\Components\Elasticsearch\AdminInfoSubscriber(true)));
  18541.         }, => '__invoke'], 0);
  18542.         $instance->addListener('kernel.controller', [=> function () {
  18543.             return ($this->privates['data_collector.router'] ?? ($this->privates['data_collector.router'] = new \Symfony\Bundle\FrameworkBundle\DataCollector\RouterDataCollector()));
  18544.         }, => 'onKernelController'], 0);
  18545.         $instance->addListener('kernel.controller', [=> function () {
  18546.             return ($this->privates['Shopware\\Core\\Framework\\Routing\\ContextResolverListener'] ?? $this->getContextResolverListenerService());
  18547.         }, => 'resolveContext'], -10);
  18548.         $instance->addListener('kernel.request', [=> function () {
  18549.             return ($this->privates['Shopware\\Core\\Framework\\Routing\\CoreSubscriber'] ?? $this->getCoreSubscriberService());
  18550.         }, => 'initializeCspNonce'], 0);
  18551.         $instance->addListener('kernel.response', [=> function () {
  18552.             return ($this->privates['Shopware\\Core\\Framework\\Routing\\CoreSubscriber'] ?? $this->getCoreSubscriberService());
  18553.         }, => 'setSecurityHeaders'], 0);
  18554.         $instance->addListener('kernel.controller', [=> function () {
  18555.             return ($this->privates['Shopware\\Core\\Framework\\Routing\\RouteScopeListener'] ?? $this->getRouteScopeListenerService());
  18556.         }, => 'checkScope'], -20);
  18557.         $instance->addListener('kernel.request', [=> function () {
  18558.             return ($this->privates['Shopware\\Core\\Framework\\Routing\\RouteEventSubscriber'] ?? $this->getRouteEventSubscriberService());
  18559.         }, => 'request'], -10);
  18560.         $instance->addListener('kernel.response', [=> function () {
  18561.             return ($this->privates['Shopware\\Core\\Framework\\Routing\\RouteEventSubscriber'] ?? $this->getRouteEventSubscriberService());
  18562.         }, => 'response'], -10);
  18563.         $instance->addListener('Shopware\\Storefront\\Event\\StorefrontRenderEvent', [=> function () {
  18564.             return ($this->privates['Shopware\\Core\\Framework\\Routing\\RouteEventSubscriber'] ?? $this->getRouteEventSubscriberService());
  18565.         }, => 'render'], -10);
  18566.         $instance->addListener('snippet.written', [=> function () {
  18567.             return ($this->privates['Shopware\\Core\\Framework\\Adapter\\Translation\\TranslatorCacheInvalidate'] ?? $this->getTranslatorCacheInvalidateService());
  18568.         }, => 'invalidate'], 0);
  18569.         $instance->addListener('snippet.deleted', [=> function () {
  18570.             return ($this->privates['Shopware\\Core\\Framework\\Adapter\\Translation\\TranslatorCacheInvalidate'] ?? $this->getTranslatorCacheInvalidateService());
  18571.         }, => 'invalidate'], 0);
  18572.         $instance->addListener('snippet_set.deleted', [=> function () {
  18573.             return ($this->privates['Shopware\\Core\\Framework\\Adapter\\Translation\\TranslatorCacheInvalidate'] ?? $this->getTranslatorCacheInvalidateService());
  18574.         }, => 'invalidate'], 0);
  18575.         $instance->addListener('app_template.written', [=> function () {
  18576.             return ($this->privates['Shopware\\Core\\Framework\\Adapter\\Twig\\EntityTemplateLoader'] ?? $this->getEntityTemplateLoaderService());
  18577.         }, => 'reset'], 0);
  18578.         $instance->addListener('shopware.global_business_event', [=> function () {
  18579.             return ($this->privates['Shopware\\Core\\Framework\\Log\\LoggingService'] ?? $this->getLoggingServiceService());
  18580.         }, => 'logBusinessEvent'], 0);
  18581.         $instance->addListener('kernel.controller', [=> function () {
  18582.             return ($this->privates['Shopware\\Core\\Framework\\Adapter\\Cache\\CacheStateSubscriber'] ?? $this->getCacheStateSubscriberService());
  18583.         }, => 'setStates'], -21);
  18584.         $instance->addListener('Shopware\\Core\\Checkout\\Customer\\Event\\CustomerLoginEvent', [=> function () {
  18585.             return ($this->privates['Shopware\\Core\\Framework\\Adapter\\Cache\\CacheStateSubscriber'] ?? $this->getCacheStateSubscriberService());
  18586.         }, => 'login'], 0);
  18587.         $instance->addListener('Shopware\\Core\\Checkout\\Cart\\Event\\CartChangedEvent', [=> function () {
  18588.             return ($this->privates['Shopware\\Core\\Framework\\Adapter\\Cache\\CacheStateSubscriber'] ?? $this->getCacheStateSubscriberService());
  18589.         }, => 'cartChanged'], 0);
  18590.         $instance->addListener('Shopware\\Core\\Framework\\DataAbstractionLayer\\Event\\EntityWrittenContainerEvent', [=> function () {
  18591.             return ($this->privates['Shopware\\Core\\Framework\\Adapter\\Cache\\Script\\ScriptCacheInvalidationSubscriber'] ?? $this->getScriptCacheInvalidationSubscriberService());
  18592.         }, => 'executeCacheInvalidationHook'], 0);
  18593.         $instance->addListener('Shopware\\Core\\Content\\Category\\Event\\CategoryIndexerEvent', [=> function () {
  18594.             return ($this->privates['Shopware\\Core\\Framework\\Adapter\\Cache\\CacheInvalidationSubscriber'] ?? $this->getCacheInvalidationSubscriber2Service());
  18595.         }, => 'invalidateCategoryRouteByCategoryIds'], 2000);
  18596.         $instance->addListener('Shopware\\Core\\Content\\Category\\Event\\CategoryIndexerEvent', [=> function () {
  18597.             return ($this->privates['Shopware\\Core\\Framework\\Adapter\\Cache\\CacheInvalidationSubscriber'] ?? $this->getCacheInvalidationSubscriber2Service());
  18598.         }, => 'invalidateListingRouteByCategoryIds'], 2001);
  18599.         $instance->addListener('Shopware\\Core\\Content\\LandingPage\\Event\\LandingPageIndexerEvent', [=> function () {
  18600.             return ($this->privates['Shopware\\Core\\Framework\\Adapter\\Cache\\CacheInvalidationSubscriber'] ?? $this->getCacheInvalidationSubscriber2Service());
  18601.         }, => 'invalidateIndexedLandingPages'], 2000);
  18602.         $instance->addListener('Shopware\\Core\\Content\\Product\\Events\\ProductIndexerEvent', [=> function () {
  18603.             return ($this->privates['Shopware\\Core\\Framework\\Adapter\\Cache\\CacheInvalidationSubscriber'] ?? $this->getCacheInvalidationSubscriber2Service());
  18604.         }, => 'invalidateSearch'], 2000);
  18605.         $instance->addListener('Shopware\\Core\\Content\\Product\\Events\\ProductIndexerEvent', [=> function () {
  18606.             return ($this->privates['Shopware\\Core\\Framework\\Adapter\\Cache\\CacheInvalidationSubscriber'] ?? $this->getCacheInvalidationSubscriber2Service());
  18607.         }, => 'invalidateListings'], 2001);
  18608.         $instance->addListener('Shopware\\Core\\Content\\Product\\Events\\ProductIndexerEvent', [=> function () {
  18609.             return ($this->privates['Shopware\\Core\\Framework\\Adapter\\Cache\\CacheInvalidationSubscriber'] ?? $this->getCacheInvalidationSubscriber2Service());
  18610.         }, => 'invalidateProductIds'], 2002);
  18611.         $instance->addListener('Shopware\\Core\\Content\\Product\\Events\\ProductIndexerEvent', [=> function () {
  18612.             return ($this->privates['Shopware\\Core\\Framework\\Adapter\\Cache\\CacheInvalidationSubscriber'] ?? $this->getCacheInvalidationSubscriber2Service());
  18613.         }, => 'invalidateDetailRoute'], 2004);
  18614.         $instance->addListener('Shopware\\Core\\Content\\Product\\Events\\ProductIndexerEvent', [=> function () {
  18615.             return ($this->privates['Shopware\\Core\\Framework\\Adapter\\Cache\\CacheInvalidationSubscriber'] ?? $this->getCacheInvalidationSubscriber2Service());
  18616.         }, => 'invalidateStreamsAfterIndexing'], 2005);
  18617.         $instance->addListener('Shopware\\Core\\Content\\Product\\Events\\ProductIndexerEvent', [=> function () {
  18618.             return ($this->privates['Shopware\\Core\\Framework\\Adapter\\Cache\\CacheInvalidationSubscriber'] ?? $this->getCacheInvalidationSubscriber2Service());
  18619.         }, => 'invalidateReviewRoute'], 2006);
  18620.         $instance->addListener('Shopware\\Core\\Content\\Product\\Events\\ProductNoLongerAvailableEvent', [=> function () {
  18621.             return ($this->privates['Shopware\\Core\\Framework\\Adapter\\Cache\\CacheInvalidationSubscriber'] ?? $this->getCacheInvalidationSubscriber2Service());
  18622.         }, => 'invalidateSearch'], 2000);
  18623.         $instance->addListener('Shopware\\Core\\Content\\Product\\Events\\ProductNoLongerAvailableEvent', [=> function () {
  18624.             return ($this->privates['Shopware\\Core\\Framework\\Adapter\\Cache\\CacheInvalidationSubscriber'] ?? $this->getCacheInvalidationSubscriber2Service());
  18625.         }, => 'invalidateListings'], 2001);
  18626.         $instance->addListener('Shopware\\Core\\Content\\Product\\Events\\ProductNoLongerAvailableEvent', [=> function () {
  18627.             return ($this->privates['Shopware\\Core\\Framework\\Adapter\\Cache\\CacheInvalidationSubscriber'] ?? $this->getCacheInvalidationSubscriber2Service());
  18628.         }, => 'invalidateProductIds'], 2002);
  18629.         $instance->addListener('Shopware\\Core\\Content\\Product\\Events\\ProductNoLongerAvailableEvent', [=> function () {
  18630.             return ($this->privates['Shopware\\Core\\Framework\\Adapter\\Cache\\CacheInvalidationSubscriber'] ?? $this->getCacheInvalidationSubscriber2Service());
  18631.         }, => 'invalidateDetailRoute'], 2004);
  18632.         $instance->addListener('Shopware\\Core\\Content\\Product\\Events\\ProductNoLongerAvailableEvent', [=> function () {
  18633.             return ($this->privates['Shopware\\Core\\Framework\\Adapter\\Cache\\CacheInvalidationSubscriber'] ?? $this->getCacheInvalidationSubscriber2Service());
  18634.         }, => 'invalidateStreamsAfterIndexing'], 2005);
  18635.         $instance->addListener('Shopware\\Core\\Content\\Product\\Events\\ProductNoLongerAvailableEvent', [=> function () {
  18636.             return ($this->privates['Shopware\\Core\\Framework\\Adapter\\Cache\\CacheInvalidationSubscriber'] ?? $this->getCacheInvalidationSubscriber2Service());
  18637.         }, => 'invalidateReviewRoute'], 2006);
  18638.         $instance->addListener('Shopware\\Core\\Framework\\DataAbstractionLayer\\Event\\EntityWrittenContainerEvent', [=> function () {
  18639.             return ($this->privates['Shopware\\Core\\Framework\\Adapter\\Cache\\CacheInvalidationSubscriber'] ?? $this->getCacheInvalidationSubscriber2Service());
  18640.         }, => 'invalidateCmsPageIds'], 2001);
  18641.         $instance->addListener('Shopware\\Core\\Framework\\DataAbstractionLayer\\Event\\EntityWrittenContainerEvent', [=> function () {
  18642.             return ($this->privates['Shopware\\Core\\Framework\\Adapter\\Cache\\CacheInvalidationSubscriber'] ?? $this->getCacheInvalidationSubscriber2Service());
  18643.         }, => 'invalidateCurrencyRoute'], 2002);
  18644.         $instance->addListener('Shopware\\Core\\Framework\\DataAbstractionLayer\\Event\\EntityWrittenContainerEvent', [=> function () {
  18645.             return ($this->privates['Shopware\\Core\\Framework\\Adapter\\Cache\\CacheInvalidationSubscriber'] ?? $this->getCacheInvalidationSubscriber2Service());
  18646.         }, => 'invalidateLanguageRoute'], 2003);
  18647.         $instance->addListener('Shopware\\Core\\Framework\\DataAbstractionLayer\\Event\\EntityWrittenContainerEvent', [=> function () {
  18648.             return ($this->privates['Shopware\\Core\\Framework\\Adapter\\Cache\\CacheInvalidationSubscriber'] ?? $this->getCacheInvalidationSubscriber2Service());
  18649.         }, => 'invalidateNavigationRoute'], 2004);
  18650.         $instance->addListener('Shopware\\Core\\Framework\\DataAbstractionLayer\\Event\\EntityWrittenContainerEvent', [=> function () {
  18651.             return ($this->privates['Shopware\\Core\\Framework\\Adapter\\Cache\\CacheInvalidationSubscriber'] ?? $this->getCacheInvalidationSubscriber2Service());
  18652.         }, => 'invalidatePaymentMethodRoute'], 2005);
  18653.         $instance->addListener('Shopware\\Core\\Framework\\DataAbstractionLayer\\Event\\EntityWrittenContainerEvent', [=> function () {
  18654.             return ($this->privates['Shopware\\Core\\Framework\\Adapter\\Cache\\CacheInvalidationSubscriber'] ?? $this->getCacheInvalidationSubscriber2Service());
  18655.         }, => 'invalidateProductAssignment'], 2006);
  18656.         $instance->addListener('Shopware\\Core\\Framework\\DataAbstractionLayer\\Event\\EntityWrittenContainerEvent', [=> function () {
  18657.             return ($this->privates['Shopware\\Core\\Framework\\Adapter\\Cache\\CacheInvalidationSubscriber'] ?? $this->getCacheInvalidationSubscriber2Service());
  18658.         }, => 'invalidateManufacturerFilters'], 2007);
  18659.         $instance->addListener('Shopware\\Core\\Framework\\DataAbstractionLayer\\Event\\EntityWrittenContainerEvent', [=> function () {
  18660.             return ($this->privates['Shopware\\Core\\Framework\\Adapter\\Cache\\CacheInvalidationSubscriber'] ?? $this->getCacheInvalidationSubscriber2Service());
  18661.         }, => 'invalidatePropertyFilters'], 2008);
  18662.         $instance->addListener('Shopware\\Core\\Framework\\DataAbstractionLayer\\Event\\EntityWrittenContainerEvent', [=> function () {
  18663.             return ($this->privates['Shopware\\Core\\Framework\\Adapter\\Cache\\CacheInvalidationSubscriber'] ?? $this->getCacheInvalidationSubscriber2Service());
  18664.         }, => 'invalidateCrossSellingRoute'], 2009);
  18665.         $instance->addListener('Shopware\\Core\\Framework\\DataAbstractionLayer\\Event\\EntityWrittenContainerEvent', [=> function () {
  18666.             return ($this->privates['Shopware\\Core\\Framework\\Adapter\\Cache\\CacheInvalidationSubscriber'] ?? $this->getCacheInvalidationSubscriber2Service());
  18667.         }, => 'invalidateContext'], 2010);
  18668.         $instance->addListener('Shopware\\Core\\Framework\\DataAbstractionLayer\\Event\\EntityWrittenContainerEvent', [=> function () {
  18669.             return ($this->privates['Shopware\\Core\\Framework\\Adapter\\Cache\\CacheInvalidationSubscriber'] ?? $this->getCacheInvalidationSubscriber2Service());
  18670.         }, => 'invalidateShippingMethodRoute'], 2011);
  18671.         $instance->addListener('Shopware\\Core\\Framework\\DataAbstractionLayer\\Event\\EntityWrittenContainerEvent', [=> function () {
  18672.             return ($this->privates['Shopware\\Core\\Framework\\Adapter\\Cache\\CacheInvalidationSubscriber'] ?? $this->getCacheInvalidationSubscriber2Service());
  18673.         }, => 'invalidateSnippets'], 2012);
  18674.         $instance->addListener('Shopware\\Core\\Framework\\DataAbstractionLayer\\Event\\EntityWrittenContainerEvent', [=> function () {
  18675.             return ($this->privates['Shopware\\Core\\Framework\\Adapter\\Cache\\CacheInvalidationSubscriber'] ?? $this->getCacheInvalidationSubscriber2Service());
  18676.         }, => 'invalidateStreamsBeforeIndexing'], 2013);
  18677.         $instance->addListener('Shopware\\Core\\Framework\\DataAbstractionLayer\\Event\\EntityWrittenContainerEvent', [=> function () {
  18678.             return ($this->privates['Shopware\\Core\\Framework\\Adapter\\Cache\\CacheInvalidationSubscriber'] ?? $this->getCacheInvalidationSubscriber2Service());
  18679.         }, => 'invalidateStreamIds'], 2014);
  18680.         $instance->addListener('Shopware\\Core\\Framework\\DataAbstractionLayer\\Event\\EntityWrittenContainerEvent', [=> function () {
  18681.             return ($this->privates['Shopware\\Core\\Framework\\Adapter\\Cache\\CacheInvalidationSubscriber'] ?? $this->getCacheInvalidationSubscriber2Service());
  18682.         }, => 'invalidateCountryRoute'], 2015);
  18683.         $instance->addListener('Shopware\\Core\\Framework\\DataAbstractionLayer\\Event\\EntityWrittenContainerEvent', [=> function () {
  18684.             return ($this->privates['Shopware\\Core\\Framework\\Adapter\\Cache\\CacheInvalidationSubscriber'] ?? $this->getCacheInvalidationSubscriber2Service());
  18685.         }, => 'invalidateSalutationRoute'], 2016);
  18686.         $instance->addListener('Shopware\\Core\\Framework\\DataAbstractionLayer\\Event\\EntityWrittenContainerEvent', [=> function () {
  18687.             return ($this->privates['Shopware\\Core\\Framework\\Adapter\\Cache\\CacheInvalidationSubscriber'] ?? $this->getCacheInvalidationSubscriber2Service());
  18688.         }, => 'invalidateInitialStateIdLoader'], 2017);
  18689.         $instance->addListener('Shopware\\Core\\Framework\\DataAbstractionLayer\\Event\\EntityWrittenContainerEvent', [=> function () {
  18690.             return ($this->privates['Shopware\\Core\\Framework\\Adapter\\Cache\\CacheInvalidationSubscriber'] ?? $this->getCacheInvalidationSubscriber2Service());
  18691.         }, => 'invalidateCountryStateRoute'], 2018);
  18692.         $instance->addListener('Shopware\\Core\\Content\\Seo\\Event\\SeoUrlUpdateEvent', [=> function () {
  18693.             return ($this->privates['Shopware\\Core\\Framework\\Adapter\\Cache\\CacheInvalidationSubscriber'] ?? $this->getCacheInvalidationSubscriber2Service());
  18694.         }, => 'invalidateSeoUrls'], 2000);
  18695.         $instance->addListener('Shopware\\Core\\Content\\Rule\\Event\\RuleIndexerEvent', [=> function () {
  18696.             return ($this->privates['Shopware\\Core\\Framework\\Adapter\\Cache\\CacheInvalidationSubscriber'] ?? $this->getCacheInvalidationSubscriber2Service());
  18697.         }, => 'invalidateRules'], 2000);
  18698.         $instance->addListener('Shopware\\Core\\Framework\\Plugin\\Event\\PluginPostInstallEvent', [=> function () {
  18699.             return ($this->privates['Shopware\\Core\\Framework\\Adapter\\Cache\\CacheInvalidationSubscriber'] ?? $this->getCacheInvalidationSubscriber2Service());
  18700.         }, => 'invalidateRules'], 2000);
  18701.         $instance->addListener('Shopware\\Core\\Framework\\Plugin\\Event\\PluginPostInstallEvent', [=> function () {
  18702.             return ($this->privates['Shopware\\Core\\Framework\\Adapter\\Cache\\CacheInvalidationSubscriber'] ?? $this->getCacheInvalidationSubscriber2Service());
  18703.         }, => 'invalidateConfig'], 2001);
  18704.         $instance->addListener('Shopware\\Core\\Framework\\Plugin\\Event\\PluginPostActivateEvent', [=> function () {
  18705.             return ($this->privates['Shopware\\Core\\Framework\\Adapter\\Cache\\CacheInvalidationSubscriber'] ?? $this->getCacheInvalidationSubscriber2Service());
  18706.         }, => 'invalidateRules'], 2000);
  18707.         $instance->addListener('Shopware\\Core\\Framework\\Plugin\\Event\\PluginPostActivateEvent', [=> function () {
  18708.             return ($this->privates['Shopware\\Core\\Framework\\Adapter\\Cache\\CacheInvalidationSubscriber'] ?? $this->getCacheInvalidationSubscriber2Service());
  18709.         }, => 'invalidateConfig'], 2001);
  18710.         $instance->addListener('Shopware\\Core\\Framework\\Plugin\\Event\\PluginPostUpdateEvent', [=> function () {
  18711.             return ($this->privates['Shopware\\Core\\Framework\\Adapter\\Cache\\CacheInvalidationSubscriber'] ?? $this->getCacheInvalidationSubscriber2Service());
  18712.         }, => 'invalidateRules'], 2000);
  18713.         $instance->addListener('Shopware\\Core\\Framework\\Plugin\\Event\\PluginPostUpdateEvent', [=> function () {
  18714.             return ($this->privates['Shopware\\Core\\Framework\\Adapter\\Cache\\CacheInvalidationSubscriber'] ?? $this->getCacheInvalidationSubscriber2Service());
  18715.         }, => 'invalidateConfig'], 2001);
  18716.         $instance->addListener('Shopware\\Core\\Framework\\Plugin\\Event\\PluginPostDeactivateEvent', [=> function () {
  18717.             return ($this->privates['Shopware\\Core\\Framework\\Adapter\\Cache\\CacheInvalidationSubscriber'] ?? $this->getCacheInvalidationSubscriber2Service());
  18718.         }, => 'invalidateRules'], 2000);
  18719.         $instance->addListener('Shopware\\Core\\Framework\\Plugin\\Event\\PluginPostDeactivateEvent', [=> function () {
  18720.             return ($this->privates['Shopware\\Core\\Framework\\Adapter\\Cache\\CacheInvalidationSubscriber'] ?? $this->getCacheInvalidationSubscriber2Service());
  18721.         }, => 'invalidateConfig'], 2001);
  18722.         $instance->addListener('Shopware\\Core\\Framework\\Plugin\\Event\\PluginPostUninstallEvent', [=> function () {
  18723.             return ($this->privates['Shopware\\Core\\Framework\\Adapter\\Cache\\CacheInvalidationSubscriber'] ?? $this->getCacheInvalidationSubscriber2Service());
  18724.         }, => 'invalidateRules'], 2000);
  18725.         $instance->addListener('Shopware\\Core\\Framework\\Plugin\\Event\\PluginPostUninstallEvent', [=> function () {
  18726.             return ($this->privates['Shopware\\Core\\Framework\\Adapter\\Cache\\CacheInvalidationSubscriber'] ?? $this->getCacheInvalidationSubscriber2Service());
  18727.         }, => 'invalidateConfig'], 2001);
  18728.         $instance->addListener('Shopware\\Core\\System\\SystemConfig\\Event\\SystemConfigChangedEvent', [=> function () {
  18729.             return ($this->privates['Shopware\\Core\\Framework\\Adapter\\Cache\\CacheInvalidationSubscriber'] ?? $this->getCacheInvalidationSubscriber2Service());
  18730.         }, => 'invalidateConfigKey'], 2000);
  18731.         $instance->addListener('Shopware\\Core\\Content\\Sitemap\\Event\\SitemapGeneratedEvent', [=> function () {
  18732.             return ($this->privates['Shopware\\Core\\Framework\\Adapter\\Cache\\CacheInvalidationSubscriber'] ?? $this->getCacheInvalidationSubscriber2Service());
  18733.         }, => 'invalidateSitemap'], 2000);
  18734.         $instance->addListener('Shopware\\Core\\Framework\\DataAbstractionLayer\\Write\\Validation\\PreWriteValidationEvent', [=> function () {
  18735.             return ($this->privates['Shopware\\Core\\Framework\\Api\\Acl\\AclWriteValidator'] ?? $this->getAclWriteValidatorService());
  18736.         }, => 'preValidate'], 0);
  18737.         $instance->addListener('kernel.controller', [=> function () {
  18738.             return ($this->privates['Shopware\\Core\\Framework\\Api\\Acl\\AclAnnotationValidator'] ?? $this->getAclAnnotationValidatorService());
  18739.         }, => 'validate'], -20);
  18740.         $instance->addListener('Shopware\\Core\\Framework\\Api\\Acl\\Event\\CommandAclValidationEvent', [=> function () {
  18741.             return ($this->privates['Shopware\\Core\\Framework\\Api\\EventListener\\Acl\\CreditOrderLineItemListener'] ?? ($this->privates['Shopware\\Core\\Framework\\Api\\EventListener\\Acl\\CreditOrderLineItemListener'] = new \Shopware\Core\Framework\Api\EventListener\Acl\CreditOrderLineItemListener()));
  18742.         }, => 'validate'], 0);
  18743.         $instance->addListener('kernel.request', [=> function () {
  18744.             return ($this->privates['Shopware\\Core\\Framework\\Api\\EventListener\\CorsListener'] ?? ($this->privates['Shopware\\Core\\Framework\\Api\\EventListener\\CorsListener'] = new \Shopware\Core\Framework\Api\EventListener\CorsListener()));
  18745.         }, => 'onKernelRequest'], 9999);
  18746.         $instance->addListener('kernel.response', [=> function () {
  18747.             return ($this->privates['Shopware\\Core\\Framework\\Api\\EventListener\\CorsListener'] ?? ($this->privates['Shopware\\Core\\Framework\\Api\\EventListener\\CorsListener'] = new \Shopware\Core\Framework\Api\EventListener\CorsListener()));
  18748.         }, => 'onKernelResponse'], 9999);
  18749.         $instance->addListener('kernel.exception', [=> function () {
  18750.             return ($this->privates['Shopware\\Core\\Framework\\Api\\EventListener\\ResponseExceptionListener'] ?? ($this->privates['Shopware\\Core\\Framework\\Api\\EventListener\\ResponseExceptionListener'] = new \Shopware\Core\Framework\Api\EventListener\ResponseExceptionListener(true)));
  18751.         }, => 'onKernelException'], -1);
  18752.         $instance->addListener('kernel.response', [=> function () {
  18753.             return ($this->privates['Shopware\\Core\\Framework\\Api\\EventListener\\ResponseHeaderListener'] ?? ($this->privates['Shopware\\Core\\Framework\\Api\\EventListener\\ResponseHeaderListener'] = new \Shopware\Core\Framework\Api\EventListener\ResponseHeaderListener()));
  18754.         }, => 'onResponse'], 0);
  18755.         $instance->addListener('kernel.request', [=> function () {
  18756.             return ($this->privates['Shopware\\Core\\Framework\\Api\\EventListener\\JsonRequestTransformerListener'] ?? ($this->privates['Shopware\\Core\\Framework\\Api\\EventListener\\JsonRequestTransformerListener'] = new \Shopware\Core\Framework\Api\EventListener\JsonRequestTransformerListener()));
  18757.         }, => 'onRequest'], 128);
  18758.         $instance->addListener('kernel.controller', [=> function () {
  18759.             return ($this->privates['Shopware\\Core\\Framework\\Api\\EventListener\\ExpectationSubscriber'] ?? $this->getExpectationSubscriberService());
  18760.         }, => 'checkExpectations'], -21);
  18761.         $instance->addListener('kernel.controller', [=> function () {
  18762.             return ($this->privates['Shopware\\Core\\Framework\\Api\\EventListener\\Authentication\\SalesChannelAuthenticationListener'] ?? $this->getSalesChannelAuthenticationListenerService());
  18763.         }, => 'validateRequest'], -2);
  18764.         $instance->addListener('kernel.request', [=> function () {
  18765.             return ($this->privates['Shopware\\Core\\Framework\\Api\\EventListener\\Authentication\\ApiAuthenticationListener'] ?? $this->getApiAuthenticationListenerService());
  18766.         }, => 'setupOAuth'], 128);
  18767.         $instance->addListener('kernel.controller', [=> function () {
  18768.             return ($this->privates['Shopware\\Core\\Framework\\Api\\EventListener\\Authentication\\ApiAuthenticationListener'] ?? $this->getApiAuthenticationListenerService());
  18769.         }, => 'validateRequest'], -2);
  18770.         $instance->addListener('user.written', [=> function () {
  18771.             return ($this->privates['Shopware\\Core\\Framework\\Api\\EventListener\\Authentication\\UserCredentialsChangedSubscriber'] ?? $this->getUserCredentialsChangedSubscriberService());
  18772.         }, => 'onUserWritten'], 0);
  18773.         $instance->addListener('user.deleted', [=> function () {
  18774.             return ($this->privates['Shopware\\Core\\Framework\\Api\\EventListener\\Authentication\\UserCredentialsChangedSubscriber'] ?? $this->getUserCredentialsChangedSubscriberService());
  18775.         }, => 'onUserDeleted'], 0);
  18776.         $instance->addListener('app.loaded', [=> function () {
  18777.             return ($this->privates['Shopware\\Core\\Framework\\App\\Subscriber\\AppLoadedSubscriber'] ?? ($this->privates['Shopware\\Core\\Framework\\App\\Subscriber\\AppLoadedSubscriber'] = new \Shopware\Core\Framework\App\Subscriber\AppLoadedSubscriber()));
  18778.         }, => 'unserialize'], 0);
  18779.         $instance->addListener('Shopware\\Core\\Framework\\DataAbstractionLayer\\Write\\Validation\\PreWriteValidationEvent', [=> function () {
  18780.             return ($this->privates['Shopware\\Core\\Framework\\App\\Subscriber\\CustomFieldProtectionSubscriber'] ?? $this->getCustomFieldProtectionSubscriberService());
  18781.         }, => 'checkWrite'], 0);
  18782.         $instance->addListener('app_script_condition.loaded', [=> function () {
  18783.             return ($this->privates['Shopware\\Core\\Framework\\App\\Subscriber\\AppScriptConditionConstraintsSubscriber'] ?? ($this->privates['Shopware\\Core\\Framework\\App\\Subscriber\\AppScriptConditionConstraintsSubscriber'] = new \Shopware\Core\Framework\App\Subscriber\AppScriptConditionConstraintsSubscriber()));
  18784.         }, => 'unserialize'], 0);
  18785.         $instance->addListener('app_flow_action.loaded', [=> function () {
  18786.             return ($this->privates['Shopware\\Core\\Framework\\App\\FlowAction\\AppFlowActionLoadedSubscriber'] ?? ($this->privates['Shopware\\Core\\Framework\\App\\FlowAction\\AppFlowActionLoadedSubscriber'] = new \Shopware\Core\Framework\App\FlowAction\AppFlowActionLoadedSubscriber()));
  18787.         }, => 'unserialize'], 0);
  18788.         $instance->addListener('custom_field.deleted', [=> function () {
  18789.             return ($this->privates['Shopware\\Core\\System\\CustomField\\CustomFieldService'] ?? $this->getCustomFieldServiceService());
  18790.         }, => 'reset'], 0);
  18791.         $instance->addListener('custom_field.written', [=> function () {
  18792.             return ($this->privates['Shopware\\Core\\System\\CustomField\\CustomFieldService'] ?? $this->getCustomFieldServiceService());
  18793.         }, => 'reset'], 0);
  18794.         $instance->addListener('Shopware\\Core\\Framework\\Event\\ProgressStartedEvent', [=> function () {
  18795.             return ($this->privates['Shopware\\Core\\Framework\\DataAbstractionLayer\\Command\\RefreshIndexCommand'] ?? $this->getRefreshIndexCommandService());
  18796.         }, => 'startProgress'], 0);
  18797.         $instance->addListener('Shopware\\Core\\Framework\\Event\\ProgressAdvancedEvent', [=> function () {
  18798.             return ($this->privates['Shopware\\Core\\Framework\\DataAbstractionLayer\\Command\\RefreshIndexCommand'] ?? $this->getRefreshIndexCommandService());
  18799.         }, => 'advanceProgress'], 0);
  18800.         $instance->addListener('Shopware\\Core\\Framework\\Event\\ProgressFinishedEvent', [=> function () {
  18801.             return ($this->privates['Shopware\\Core\\Framework\\DataAbstractionLayer\\Command\\RefreshIndexCommand'] ?? $this->getRefreshIndexCommandService());
  18802.         }, => 'finishProgress'], 0);
  18803.         $instance->addListener('Shopware\\Core\\Framework\\Update\\Event\\UpdatePreFinishEvent', [=> function () {
  18804.             return ($this->privates['Shopware\\Core\\Framework\\DataAbstractionLayer\\Indexing\\Subscriber\\RegisteredIndexerSubscriber'] ?? $this->getRegisteredIndexerSubscriberService());
  18805.         }, => 'runRegisteredIndexers'], 0);
  18806.         $instance->addListener('Shopware\\Core\\Framework\\Store\\Event\\FirstRunWizardFinishedEvent', [=> function () {
  18807.             return ($this->privates['Shopware\\Core\\Framework\\DataAbstractionLayer\\Indexing\\Subscriber\\RegisteredIndexerSubscriber'] ?? $this->getRegisteredIndexerSubscriberService());
  18808.         }, => 'runRegisteredIndexers'], 0);
  18809.         $instance->addListener('Shopware\\Core\\Framework\\DataAbstractionLayer\\Write\\Validation\\PreWriteValidationEvent', [=> function () {
  18810.             return ($this->privates['Shopware\\Core\\Framework\\DataAbstractionLayer\\Write\\Validation\\LockValidator'] ?? $this->getLockValidatorService());
  18811.         }, => 'preValidate'], 0);
  18812.         $instance->addListener('Shopware\\Core\\Framework\\DataAbstractionLayer\\Write\\Validation\\PreWriteValidationEvent', [=> function () {
  18813.             return ($this->privates['Shopware\\Core\\Framework\\DataAbstractionLayer\\EntityProtection\\EntityProtectionValidator'] ?? ($this->privates['Shopware\\Core\\Framework\\DataAbstractionLayer\\EntityProtection\\EntityProtectionValidator'] = new \Shopware\Core\Framework\DataAbstractionLayer\EntityProtection\EntityProtectionValidator()));
  18814.         }, => 'validateWriteCommands'], 0);
  18815.         $instance->addListener('Shopware\\Core\\Framework\\DataAbstractionLayer\\Event\\EntitySearchedEvent', [=> function () {
  18816.             return ($this->privates['Shopware\\Core\\Framework\\DataAbstractionLayer\\EntityProtection\\EntityProtectionValidator'] ?? ($this->privates['Shopware\\Core\\Framework\\DataAbstractionLayer\\EntityProtection\\EntityProtectionValidator'] = new \Shopware\Core\Framework\DataAbstractionLayer\EntityProtection\EntityProtectionValidator()));
  18817.         }, => 'validateEntitySearch'], 0);
  18818.         $instance->addListener('Shopware\\Core\\Framework\\DataAbstractionLayer\\Event\\EntityWrittenContainerEvent', [=> function () {
  18819.             return ($this->privates['Shopware\\Core\\Framework\\DataAbstractionLayer\\Indexing\\Subscriber\\EntityIndexingSubscriber'] ?? $this->getEntityIndexingSubscriberService());
  18820.         }, => 'refreshIndex'], 1000);
  18821.         $instance->addListener('mail_template.deleted', [=> function () {
  18822.             return ($this->privates['Shopware\\Core\\Framework\\Event\\EventAction\\EventActionSubscriber'] ?? $this->getEventActionSubscriberService());
  18823.         }, => 'deleted'], 0);
  18824.         $instance->addListener('dead_message.loaded', [=> function () {
  18825.             return ($this->privates['Shopware\\Core\\Framework\\MessageQueue\\Subscriber\\DeadMessageLoadedSubscriber'] ?? ($this->privates['Shopware\\Core\\Framework\\MessageQueue\\Subscriber\\DeadMessageLoadedSubscriber'] = new \Shopware\Core\Framework\MessageQueue\Subscriber\DeadMessageLoadedSubscriber()));
  18826.         }, => 'unserialize'], 0);
  18827.         $instance->addListener('Symfony\\Component\\Messenger\\Event\\WorkerMessageFailedEvent', [=> function () {
  18828.             return ($this->privates['Shopware\\Core\\Framework\\MessageQueue\\Subscriber\\MessageFailedHandler'] ?? $this->getMessageFailedHandlerService());
  18829.         }, => 'onMessageFailed'], 99);
  18830.         $instance->addListener('plugin.loaded', [=> function () {
  18831.             return ($this->privates['Shopware\\Core\\Framework\\Plugin\\Subscriber\\PluginLoadedSubscriber'] ?? ($this->privates['Shopware\\Core\\Framework\\Plugin\\Subscriber\\PluginLoadedSubscriber'] = new \Shopware\Core\Framework\Plugin\Subscriber\PluginLoadedSubscriber()));
  18832.         }, => 'unserialize'], 0);
  18833.         $instance->addListener('acl_role.loaded', [=> function () {
  18834.             return ($this->privates['Shopware\\Core\\Framework\\Plugin\\Subscriber\\PluginAclPrivilegesSubscriber'] ?? $this->getPluginAclPrivilegesSubscriberService());
  18835.         }, => 'onAclRoleLoaded'], 0);
  18836.         $instance->addListener('Shopware\\Core\\Framework\\Plugin\\Event\\PluginPostActivateEvent', [=> function () {
  18837.             return ($this->privates['Shopware\\Core\\Framework\\MessageQueue\\ScheduledTask\\Subscriber\\PluginLifecycleSubscriber'] ?? $this->getPluginLifecycleSubscriberService());
  18838.         }, => 'afterPluginStateChange'], 0);
  18839.         $instance->addListener('Shopware\\Core\\Framework\\Plugin\\Event\\PluginPostDeactivateEvent', [=> function () {
  18840.             return ($this->privates['Shopware\\Core\\Framework\\MessageQueue\\ScheduledTask\\Subscriber\\PluginLifecycleSubscriber'] ?? $this->getPluginLifecycleSubscriberService());
  18841.         }, => 'afterPluginStateChange'], 0);
  18842.         $instance->addListener('Shopware\\Core\\Framework\\Plugin\\Event\\PluginPostUpdateEvent', [=> function () {
  18843.             return ($this->privates['Shopware\\Core\\Framework\\MessageQueue\\ScheduledTask\\Subscriber\\PluginLifecycleSubscriber'] ?? $this->getPluginLifecycleSubscriberService());
  18844.         }, => 'afterPluginStateChange'], 0);
  18845.         $instance->addListener('Shopware\\Core\\Framework\\Update\\Event\\UpdatePostFinishEvent', [=> function () {
  18846.             return ($this->privates['Shopware\\Core\\Framework\\MessageQueue\\ScheduledTask\\Subscriber\\UpdatePostFinishSubscriber'] ?? $this->getUpdatePostFinishSubscriberService());
  18847.         }, => 'updatePostFinishEvent'], 0);
  18848.         $instance->addListener('Shopware\\Core\\System\\SystemConfig\\Event\\SystemConfigChangedEvent', [=> function () {
  18849.             return ($this->privates['Shopware\\Core\\Framework\\Store\\Subscriber\\LicenseHostChangedSubscriber'] ?? $this->getLicenseHostChangedSubscriberService());
  18850.         }, => 'onLicenseHostChanged'], 0);
  18851.         $instance->addListener('script.written', [=> function () {
  18852.             return ($this->privates['Shopware\\Core\\Framework\\Script\\Execution\\ScriptLoader'] ?? $this->getScriptLoaderService());
  18853.         }, => 'invalidateCache'], 0);
  18854.         $instance->addListener('Shopware\\Core\\Framework\\DataAbstractionLayer\\Write\\Validation\\PreWriteValidationEvent', [=> function () {
  18855.             return ($this->privates['Shopware\\Core\\System\\Language\\LanguageValidator'] ?? $this->getLanguageValidatorService());
  18856.         }, => 'preValidate'], 0);
  18857.         $instance->addListener('Shopware\\Core\\Framework\\DataAbstractionLayer\\Write\\Validation\\PostWriteValidationEvent', [=> function () {
  18858.             return ($this->privates['Shopware\\Core\\System\\Language\\LanguageValidator'] ?? $this->getLanguageValidatorService());
  18859.         }, => 'postValidate'], 0);
  18860.         $instance->addListener('language.deleted', [=> function () {
  18861.             return ($this->privates['Shopware\\Core\\System\\Language\\CachedLanguageLoader'] ?? $this->getCachedLanguageLoaderService());
  18862.         }, => 'invalidateCache'], 0);
  18863.         $instance->addListener('language.written', [=> function () {
  18864.             return ($this->privates['Shopware\\Core\\System\\Language\\CachedLanguageLoader'] ?? $this->getCachedLanguageLoaderService());
  18865.         }, => 'invalidateCache'], 0);
  18866.         $instance->addListener('Shopware\\Core\\Framework\\DataAbstractionLayer\\Write\\Validation\\PreWriteValidationEvent', [=> function () {
  18867.             return ($this->privates['Shopware\\Core\\System\\Language\\TranslationValidator'] ?? ($this->privates['Shopware\\Core\\System\\Language\\TranslationValidator'] = new \Shopware\Core\System\Language\TranslationValidator()));
  18868.         }, => 'preValidate'], 0);
  18869.         $instance->addListener('Shopware\\Core\\Framework\\Update\\Event\\UpdatePostFinishEvent', [=> function () {
  18870.             return ($this->privates['Shopware\\Core\\Framework\\Update\\Services\\UpdateHtaccess'] ?? ($this->privates['Shopware\\Core\\Framework\\Update\\Services\\UpdateHtaccess'] = new \Shopware\Core\Framework\Update\Services\UpdateHtaccess((\dirname(__DIR__4).'/public/.htaccess'))));
  18871.         }, => 'update'], 0);
  18872.         $instance->addListener('Shopware\\Core\\Framework\\Update\\Event\\UpdatePostFinishEvent', [=> function () {
  18873.             return ($this->privates['Shopware\\Core\\Framework\\Update\\Services\\CreateCustomAppsDir'] ?? ($this->privates['Shopware\\Core\\Framework\\Update\\Services\\CreateCustomAppsDir'] = new \Shopware\Core\Framework\Update\Services\CreateCustomAppsDir((\dirname(__DIR__4).'/custom/apps'))));
  18874.         }, => 'onUpdate'], 0);
  18875.         $instance->addListener('kernel.response', [=> function () {
  18876.             return ($this->privates['Shopware\\Core\\Content\\Seo\\SalesChannel\\StoreApiSeoResolver'] ?? $this->getStoreApiSeoResolverService());
  18877.         }, => 'addSeoInformation'], 10000);
  18878.         $instance->addListener('webhook.written', [=> function () {
  18879.             return ($this->privates['Shopware\\Core\\Framework\\Webhook\\WebhookCacheClearer'] ?? $this->getWebhookCacheClearerService());
  18880.         }, => 'clearWebhookCache'], 0);
  18881.         $instance->addListener('acl_role.written', [=> function () {
  18882.             return ($this->privates['Shopware\\Core\\Framework\\Webhook\\WebhookCacheClearer'] ?? $this->getWebhookCacheClearerService());
  18883.         }, => 'clearPrivilegesCache'], 0);
  18884.         $instance->addListener('Shopware\\Core\\Framework\\Webhook\\Event\\RetryWebhookMessageFailedEvent', [=> function () {
  18885.             return ($this->privates['Shopware\\Core\\Framework\\Webhook\\Subscriber\\RetryWebhookMessageFailedSubscriber'] ?? $this->getRetryWebhookMessageFailedSubscriberService());
  18886.         }, => 'handleWebhookMessageFail'], 0);
  18887.         $instance->addListener('kernel.response', [=> function () {
  18888.             return ($this->privates['Shopware\\Core\\System\\SalesChannel\\Api\\StoreApiResponseListener'] ?? $this->getStoreApiResponseListenerService());
  18889.         }, => 'encodeResponse'], 10000);
  18890.         $instance->addListener('Shopware\\Core\\Framework\\DataAbstractionLayer\\Write\\Validation\\PreWriteValidationEvent', [=> function () {
  18891.             return ($this->privates['Shopware\\Core\\System\\SalesChannel\\Validation\\SalesChannelValidator'] ?? $this->getSalesChannelValidatorService());
  18892.         }, => 'handleSalesChannelLanguageIds'], 0);
  18893.         $instance->addListener('Shopware\\Core\\Framework\\DataAbstractionLayer\\Write\\Validation\\PreWriteValidationEvent', [=> function () {
  18894.             return ($this->privates['Shopware\\Core\\System\\SalesChannel\\Subscriber\\SalesChannelTypeValidator'] ?? ($this->privates['Shopware\\Core\\System\\SalesChannel\\Subscriber\\SalesChannelTypeValidator'] = new \Shopware\Core\System\SalesChannel\Subscriber\SalesChannelTypeValidator()));
  18895.         }, => 'preWriteValidateEvent'], 0);
  18896.         $instance->addListener('country.written', [=> function () {
  18897.             return ($this->privates['Shopware\\Core\\System\\Country\\CountryTaxFreeDeprecationUpdater'] ?? $this->getCountryTaxFreeDeprecationUpdaterService());
  18898.         }, => 'updated'], 0);
  18899.         $instance->addListener('currency.loaded', [=> function () {
  18900.             return ($this->privates['Shopware\\Core\\System\\Currency\\CurrencyLoadSubscriber'] ?? ($this->privates['Shopware\\Core\\System\\Currency\\CurrencyLoadSubscriber'] = new \Shopware\Core\System\Currency\CurrencyLoadSubscriber()));
  18901.         }, => 'setDefault'], 0);
  18902.         $instance->addListener('Shopware\\Core\\Framework\\DataAbstractionLayer\\Write\\Validation\\PreWriteValidationEvent', [=> function () {
  18903.             return ($this->privates['Shopware\\Core\\System\\Currency\\CurrencyValidator'] ?? ($this->privates['Shopware\\Core\\System\\Currency\\CurrencyValidator'] = new \Shopware\Core\System\Currency\CurrencyValidator()));
  18904.         }, => 'preValidate'], 0);
  18905.         $instance->addListener('custom_field.written', [=> function () {
  18906.             return ($this->privates['Shopware\\Core\\System\\Snippet\\Subscriber\\CustomFieldSubscriber'] ?? $this->getCustomFieldSubscriberService());
  18907.         }, => 'customFieldIsWritten'], 0);
  18908.         $instance->addListener('custom_field.deleted', [=> function () {
  18909.             return ($this->privates['Shopware\\Core\\System\\Snippet\\Subscriber\\CustomFieldSubscriber'] ?? $this->getCustomFieldSubscriberService());
  18910.         }, => 'customFieldIsDeleted'], 0);
  18911.         $instance->addListener('Shopware\\Core\\Framework\\DataAbstractionLayer\\Write\\Validation\\PreWriteValidationEvent', [=> function () {
  18912.             return ($this->privates['Shopware\\Core\\System\\Salutation\\DefaultSalutationValidator'] ?? ($this->privates['Shopware\\Core\\System\\Salutation\\DefaultSalutationValidator'] = new \Shopware\Core\System\Salutation\DefaultSalutationValidator()));
  18913.         }, => 'validate'], 0);
  18914.         $instance->addListener('Shopware\\Core\\System\\SystemConfig\\Event\\SystemConfigChangedEvent', [=> function () {
  18915.             return ($this->privates['Shopware\\Core\\System\\SystemConfig\\Store\\MemoizedSystemConfigStore'] ?? ($this->privates['Shopware\\Core\\System\\SystemConfig\\Store\\MemoizedSystemConfigStore'] = new \Shopware\Core\System\SystemConfig\Store\MemoizedSystemConfigStore()));
  18916.         }, => 'onValueChanged'], 1500);
  18917.         $instance->addListener('Shopware\\Core\\Framework\\DataAbstractionLayer\\Write\\Validation\\PostWriteValidationEvent', [=> function () {
  18918.             return ($this->privates['Shopware\\Core\\Content\\Category\\Validation\\EntryPointValidator'] ?? $this->getEntryPointValidatorService());
  18919.         }, => 'postValidate'], 0);
  18920.         $instance->addListener('category.loaded', [=> function () {
  18921.             return ($this->privates['Shopware\\Core\\Content\\Category\\Subscriber\\CategorySubscriber'] ?? $this->getCategorySubscriberService());
  18922.         }, => 'entityLoaded'], 0);
  18923.         $instance->addListener('sales_channel.category.loaded', [=> function () {
  18924.             return ($this->privates['Shopware\\Core\\Content\\Category\\Subscriber\\CategorySubscriber'] ?? $this->getCategorySubscriberService());
  18925.         }, => 'entityLoaded'], 0);
  18926.         $instance->addListener('media.loaded', [=> function () {
  18927.             return ($this->privates['Shopware\\Core\\Content\\Media\\Subscriber\\MediaLoadedSubscriber'] ?? $this->getMediaLoadedSubscriberService());
  18928.         }, => 'unserialize'], 10);
  18929.         $instance->addListener('media.loaded', [=> function () {
  18930.             return ($this->privates['Shopware\\Core\\Content\\Media\\Subscriber\\MediaLoadedSubscriber'] ?? $this->getMediaLoadedSubscriberService());
  18931.         }, => 'addUrls'], 0);
  18932.         $instance->addListener('media_folder_configuration.loaded', [=> function () {
  18933.             return ($this->privates['Shopware\\Core\\Content\\Media\\Subscriber\\MediaFolderConfigLoadedSubscriber'] ?? ($this->privates['Shopware\\Core\\Content\\Media\\Subscriber\\MediaFolderConfigLoadedSubscriber'] = new \Shopware\Core\Content\Media\Subscriber\MediaFolderConfigLoadedSubscriber()));
  18934.         }, => 'unserialize'], 10);
  18935.         $instance->addListener('Shopware\\Core\\Framework\\DataAbstractionLayer\\Event\\BeforeDeleteEvent', [=> function () {
  18936.             return ($this->privates['Shopware\\Core\\Content\\Media\\Subscriber\\MediaDeletionSubscriber'] ?? $this->getMediaDeletionSubscriberService());
  18937.         }, => 'beforeDelete'], 0);
  18938.         $instance->addListener('Shopware\\Core\\Framework\\DataAbstractionLayer\\Event\\EntitySearchedEvent', [=> function () {
  18939.             return ($this->privates['Shopware\\Core\\Content\\Media\\Subscriber\\MediaDeletionSubscriber'] ?? $this->getMediaDeletionSubscriberService());
  18940.         }, => 'securePrivateFolders'], 0);
  18941.         $instance->addListener('product.loaded', [=> function () {
  18942.             return ($this->privates['Shopware\\Core\\Content\\Product\\Subscriber\\ProductSubscriber'] ?? $this->getProductSubscriber2Service());
  18943.         }, => 'loaded'], 0);
  18944.         $instance->addListener('product.partial_loaded', [=> function () {
  18945.             return ($this->privates['Shopware\\Core\\Content\\Product\\Subscriber\\ProductSubscriber'] ?? $this->getProductSubscriber2Service());
  18946.         }, => 'partialEntityLoaded'], 0);
  18947.         $instance->addListener('sales_channel.product.loaded', [=> function () {
  18948.             return ($this->privates['Shopware\\Core\\Content\\Product\\Subscriber\\ProductSubscriber'] ?? $this->getProductSubscriber2Service());
  18949.         }, => 'salesChannelLoaded'], 0);
  18950.         $instance->addListener('sales_channel.product.partial_loaded', [=> function () {
  18951.             return ($this->privates['Shopware\\Core\\Content\\Product\\Subscriber\\ProductSubscriber'] ?? $this->getProductSubscriber2Service());
  18952.         }, => 'partialSalesChannelLoaded'], 0);
  18953.         $instance->addListener('Shopware\\Core\\Content\\Product\\Events\\ProductListingCriteriaEvent', [=> function () {
  18954.             return ($this->privates['Shopware\\Core\\Content\\Product\\SalesChannel\\Listing\\ProductListingFeaturesSubscriber'] ?? $this->getProductListingFeaturesSubscriberService());
  18955.         }, => 'handleListingRequest'], 100);
  18956.         $instance->addListener('Shopware\\Core\\Content\\Product\\Events\\ProductListingCriteriaEvent', [=> function () {
  18957.             return ($this->privates['Shopware\\Core\\Content\\Product\\SalesChannel\\Listing\\ProductListingFeaturesSubscriber'] ?? $this->getProductListingFeaturesSubscriberService());
  18958.         }, => 'handleFlags'], -100);
  18959.         $instance->addListener('Shopware\\Core\\Content\\Product\\Events\\ProductSuggestCriteriaEvent', [=> function () {
  18960.             return ($this->privates['Shopware\\Core\\Content\\Product\\SalesChannel\\Listing\\ProductListingFeaturesSubscriber'] ?? $this->getProductListingFeaturesSubscriberService());
  18961.         }, => 'handleFlags'], -100);
  18962.         $instance->addListener('Shopware\\Core\\Content\\Product\\Events\\ProductSearchCriteriaEvent', [=> function () {
  18963.             return ($this->privates['Shopware\\Core\\Content\\Product\\SalesChannel\\Listing\\ProductListingFeaturesSubscriber'] ?? $this->getProductListingFeaturesSubscriberService());
  18964.         }, => 'handleSearchRequest'], 100);
  18965.         $instance->addListener('Shopware\\Core\\Content\\Product\\Events\\ProductSearchCriteriaEvent', [=> function () {
  18966.             return ($this->privates['Shopware\\Core\\Content\\Product\\SalesChannel\\Listing\\ProductListingFeaturesSubscriber'] ?? $this->getProductListingFeaturesSubscriberService());
  18967.         }, => 'handleFlags'], -100);
  18968.         $instance->addListener('Shopware\\Core\\Content\\Product\\Events\\ProductListingResultEvent', [=> function () {
  18969.             return ($this->privates['Shopware\\Core\\Content\\Product\\SalesChannel\\Listing\\ProductListingFeaturesSubscriber'] ?? $this->getProductListingFeaturesSubscriberService());
  18970.         }, => 'handleResult'], 100);
  18971.         $instance->addListener('Shopware\\Core\\Content\\Product\\Events\\ProductListingResultEvent', [=> function () {
  18972.             return ($this->privates['Shopware\\Core\\Content\\Product\\SalesChannel\\Listing\\ProductListingFeaturesSubscriber'] ?? $this->getProductListingFeaturesSubscriberService());
  18973.         }, => 'removeScoreSorting'], -100);
  18974.         $instance->addListener('Shopware\\Core\\Content\\Product\\Events\\ProductSearchResultEvent', [=> function () {
  18975.             return ($this->privates['Shopware\\Core\\Content\\Product\\SalesChannel\\Listing\\ProductListingFeaturesSubscriber'] ?? $this->getProductListingFeaturesSubscriberService());
  18976.         }, => 'handleResult'], 0);
  18977.         $instance->addListener('Shopware\\Core\\Framework\\DataAbstractionLayer\\Write\\Validation\\PreWriteValidationEvent', [=> function () {
  18978.             return ($this->privates['Shopware\\Core\\Content\\Product\\Cart\\ProductLineItemCommandValidator'] ?? $this->getProductLineItemCommandValidatorService());
  18979.         }, => 'preValidate'], 0);
  18980.         $instance->addListener('Shopware\\Core\\Checkout\\Cart\\Event\\CheckoutOrderPlacedEvent', [=> function () {
  18981.             return ($this->privates['Shopware\\Core\\Content\\Product\\DataAbstractionLayer\\StockUpdater'] ?? $this->getStockUpdaterService());
  18982.         }, => 'orderPlaced'], 0);
  18983.         $instance->addListener('Shopware\\Core\\System\\StateMachine\\Event\\StateMachineTransitionEvent', [=> function () {
  18984.             return ($this->privates['Shopware\\Core\\Content\\Product\\DataAbstractionLayer\\StockUpdater'] ?? $this->getStockUpdaterService());
  18985.         }, => 'stateChanged'], 0);
  18986.         $instance->addListener('Shopware\\Core\\Framework\\DataAbstractionLayer\\Write\\Validation\\PreWriteValidationEvent', [=> function () {
  18987.             return ($this->privates['Shopware\\Core\\Content\\Product\\DataAbstractionLayer\\StockUpdater'] ?? $this->getStockUpdaterService());
  18988.         }, => 'triggerChangeSet'], 0);
  18989.         $instance->addListener('order_line_item.written', [=> function () {
  18990.             return ($this->privates['Shopware\\Core\\Content\\Product\\DataAbstractionLayer\\StockUpdater'] ?? $this->getStockUpdaterService());
  18991.         }, => 'lineItemWritten'], 0);
  18992.         $instance->addListener('order_line_item.deleted', [=> function () {
  18993.             return ($this->privates['Shopware\\Core\\Content\\Product\\DataAbstractionLayer\\StockUpdater'] ?? $this->getStockUpdaterService());
  18994.         }, => 'lineItemWritten'], 0);
  18995.         $instance->addListener('newsletter_recipient.deleted', [=> function () {
  18996.             return ($this->privates['Shopware\\Core\\Content\\Newsletter\\Event\\Subscriber\\NewsletterRecipientDeletedSubscriber'] ?? $this->getNewsletterRecipientDeletedSubscriberService());
  18997.         }, => 'onNewsletterRecipientDeleted'], 0);
  18998.         $instance->addListener('Shopware\\Core\\Framework\\DataAbstractionLayer\\Write\\Validation\\PreWriteValidationEvent', [=> function () {
  18999.             return ($this->privates['Shopware\\Core\\Content\\Rule\\RuleValidator'] ?? $this->getRuleValidatorService());
  19000.         }, => 'preValidate'], 0);
  19001.         $instance->addListener('rule.loaded', [=> function () {
  19002.             return ($this->privates['Shopware\\Core\\Content\\Rule\\DataAbstractionLayer\\RulePayloadSubscriber'] ?? $this->getRulePayloadSubscriberService());
  19003.         }, => 'unserialize'], 0);
  19004.         $instance->addListener('Shopware\\Core\\Framework\\Plugin\\Event\\PluginPostInstallEvent', [=> function () {
  19005.             return ($this->privates['Shopware\\Core\\Content\\Rule\\DataAbstractionLayer\\RuleIndexer'] ?? $this->getRuleIndexerService());
  19006.         }, => 'refreshPlugin'], 0);
  19007.         $instance->addListener('Shopware\\Core\\Framework\\Plugin\\Event\\PluginPostActivateEvent', [=> function () {
  19008.             return ($this->privates['Shopware\\Core\\Content\\Rule\\DataAbstractionLayer\\RuleIndexer'] ?? $this->getRuleIndexerService());
  19009.         }, => 'refreshPlugin'], 0);
  19010.         $instance->addListener('Shopware\\Core\\Framework\\Plugin\\Event\\PluginPostUpdateEvent', [=> function () {
  19011.             return ($this->privates['Shopware\\Core\\Content\\Rule\\DataAbstractionLayer\\RuleIndexer'] ?? $this->getRuleIndexerService());
  19012.         }, => 'refreshPlugin'], 0);
  19013.         $instance->addListener('Shopware\\Core\\Framework\\Plugin\\Event\\PluginPostDeactivateEvent', [=> function () {
  19014.             return ($this->privates['Shopware\\Core\\Content\\Rule\\DataAbstractionLayer\\RuleIndexer'] ?? $this->getRuleIndexerService());
  19015.         }, => 'refreshPlugin'], 0);
  19016.         $instance->addListener('Shopware\\Core\\Framework\\Plugin\\Event\\PluginPostUninstallEvent', [=> function () {
  19017.             return ($this->privates['Shopware\\Core\\Content\\Rule\\DataAbstractionLayer\\RuleIndexer'] ?? $this->getRuleIndexerService());
  19018.         }, => 'refreshPlugin'], 0);
  19019.         $instance->addListener('rule.written', [=> function () {
  19020.             return ($this->privates['Shopware\\Core\\Content\\Rule\\DataAbstractionLayer\\RuleIndexer'] ?? $this->getRuleIndexerService());
  19021.         }, => 'onRuleWritten'], 0);
  19022.         $instance->addListener('app_script_condition.written', [=> function () {
  19023.             return ($this->privates['Shopware\\Core\\Content\\Rule\\DataAbstractionLayer\\RulePayloadUpdater'] ?? $this->getRulePayloadUpdaterService());
  19024.         }, => 'updatePayloads'], 0);
  19025.         $instance->addListener('Shopware\\Core\\Framework\\DataAbstractionLayer\\Write\\Validation\\PreWriteValidationEvent', [=> function () {
  19026.             return ($this->privates['Shopware\\Core\\Content\\Rule\\DataAbstractionLayer\\RuleAreaUpdater'] ?? $this->getRuleAreaUpdaterService());
  19027.         }, => 'triggerChangeSet'], 0);
  19028.         $instance->addListener('Shopware\\Core\\Framework\\DataAbstractionLayer\\Event\\EntityWrittenContainerEvent', [=> function () {
  19029.             return ($this->privates['Shopware\\Core\\Content\\Rule\\DataAbstractionLayer\\RuleAreaUpdater'] ?? $this->getRuleAreaUpdaterService());
  19030.         }, => 'onEntityWritten'], 0);
  19031.         $instance->addListener('product_export.written', [=> function () {
  19032.             return ($this->privates['Shopware\\Core\\Content\\ProductExport\\EventListener\\ProductExportEventListener'] ?? $this->getProductExportEventListenerService());
  19033.         }, => 'afterWrite'], 0);
  19034.         $instance->addListener('Shopware\\Core\\System\\SystemConfig\\Event\\BeforeSystemConfigChangedEvent', [=> function () {
  19035.             return ($this->privates['Shopware\\Core\\Content\\Cms\\Subscriber\\CmsPageDefaultChangeSubscriber'] ?? $this->getCmsPageDefaultChangeSubscriberService());
  19036.         }, => 'validateChangeOfDefaultCmsPage'], 0);
  19037.         $instance->addListener('Shopware\\Core\\Framework\\DataAbstractionLayer\\Event\\BeforeDeleteEvent', [=> function () {
  19038.             return ($this->privates['Shopware\\Core\\Content\\Cms\\Subscriber\\CmsPageDefaultChangeSubscriber'] ?? $this->getCmsPageDefaultChangeSubscriberService());
  19039.         }, => 'beforeDeletion'], 0);
  19040.         $instance->addListener('action.mail.send', [=> function () {
  19041.             return ($this->privates['Shopware\\Core\\Content\\MailTemplate\\Subscriber\\MailSendSubscriber'] ?? $this->getMailSendSubscriberService());
  19042.         }, => 'sendMail'], 0);
  19043.         $instance->addListener('Shopware\\Core\\Framework\\DataAbstractionLayer\\Write\\Validation\\PreWriteValidationEvent', [=> function () {
  19044.             return ($this->privates['Shopware\\Core\\Content\\ImportExport\\DataAbstractionLayer\\SystemDefaultValidator'] ?? $this->getSystemDefaultValidatorService());
  19045.         }, => 'preValidate'], 0);
  19046.         $instance->addListener('media.written', [=> function () {
  19047.             return ($this->privates['Shopware\\Core\\Content\\ImportExport\\DataAbstractionLayer\\Serializer\\Entity\\MediaSerializer'] ?? $this->getMediaSerializerService());
  19048.         }, => 'persistMedia'], 0);
  19049.         $instance->addListener('import_export_file.deleted', [=> function () {
  19050.             return ($this->privates['Shopware\\Core\\Content\\ImportExport\\Event\\Subscriber\\FileDeletedSubscriber'] ?? $this->getFileDeletedSubscriberService());
  19051.         }, => 'onFileDeleted'], 0);
  19052.         $instance->addListener('Shopware\\Core\\Content\\ImportExport\\Event\\EnrichExportCriteriaEvent', [=> function () {
  19053.             return ($this->privates['Shopware\\Core\\Content\\ImportExport\\Event\\Subscriber\\CategoryCriteriaSubscriber'] ?? ($this->privates['Shopware\\Core\\Content\\ImportExport\\Event\\Subscriber\\CategoryCriteriaSubscriber'] = new \Shopware\Core\Content\ImportExport\Event\Subscriber\CategoryCriteriaSubscriber()));
  19054.         }, => 'enrich'], 0);
  19055.         $instance->addListener('Shopware\\Core\\Content\\ImportExport\\Event\\ImportExportBeforeImportRecordEvent', [=> function () {
  19056.             return ($this->privates['Shopware\\Core\\Content\\ImportExport\\Event\\Subscriber\\ProductCategoryPathsSubscriber'] ?? $this->getProductCategoryPathsSubscriberService());
  19057.         }, => 'categoryPathsToAssignment'], 0);
  19058.         $instance->addListener('Shopware\\Core\\Content\\ImportExport\\Event\\EnrichExportCriteriaEvent', [=> function () {
  19059.             return ($this->privates['Shopware\\Core\\Content\\ImportExport\\Event\\Subscriber\\ProductCriteriaSubscriber'] ?? ($this->privates['Shopware\\Core\\Content\\ImportExport\\Event\\Subscriber\\ProductCriteriaSubscriber'] = new \Shopware\Core\Content\ImportExport\Event\Subscriber\ProductCriteriaSubscriber()));
  19060.         }, => 'enrich'], 0);
  19061.         $instance->addListener('Shopware\\Core\\Content\\ImportExport\\Event\\ImportExportAfterImportRecordEvent', [=> function () {
  19062.             return ($this->privates['Shopware\\Core\\Content\\ImportExport\\Event\\Subscriber\\ProductVariantsSubscriber'] ?? $this->getProductVariantsSubscriberService());
  19063.         }, => 'onAfterImportRecord'], 0);
  19064.         $instance->addListener('Shopware\\Core\\Framework\\DataAbstractionLayer\\Write\\Validation\\PostWriteValidationEvent', [=> function () {
  19065.             return ($this->privates['Shopware\\Core\\Content\\LandingPage\\LandingPageValidator'] ?? $this->getLandingPageValidatorService());
  19066.         }, => 'preValidate'], 0);
  19067.         $instance->addListener('action.add.order.tag', [=> function () {
  19068.             return ($this->privates['Shopware\\Core\\Content\\Flow\\Dispatching\\Action\\AddOrderTagAction'] ?? $this->getAddOrderTagActionService());
  19069.         }, => 'handle'], 0);
  19070.         $instance->addListener('action.add.customer.tag', [=> function () {
  19071.             return ($this->privates['Shopware\\Core\\Content\\Flow\\Dispatching\\Action\\AddCustomerTagAction'] ?? $this->getAddCustomerTagActionService());
  19072.         }, => 'handle'], 0);
  19073.         $instance->addListener('action.remove.order.tag', [=> function () {
  19074.             return ($this->privates['Shopware\\Core\\Content\\Flow\\Dispatching\\Action\\RemoveOrderTagAction'] ?? $this->getRemoveOrderTagActionService());
  19075.         }, => 'handle'], 0);
  19076.         $instance->addListener('action.remove.customer.tag', [=> function () {
  19077.             return ($this->privates['Shopware\\Core\\Content\\Flow\\Dispatching\\Action\\RemoveCustomerTagAction'] ?? $this->getRemoveCustomerTagActionService());
  19078.         }, => 'handle'], 0);
  19079.         $instance->addListener('action.change.customer.group', [=> function () {
  19080.             return ($this->privates['Shopware\\Core\\Content\\Flow\\Dispatching\\Action\\ChangeCustomerGroupAction'] ?? $this->getChangeCustomerGroupActionService());
  19081.         }, => 'handle'], 0);
  19082.         $instance->addListener('action.change.customer.status', [=> function () {
  19083.             return ($this->privates['Shopware\\Core\\Content\\Flow\\Dispatching\\Action\\ChangeCustomerStatusAction'] ?? $this->getChangeCustomerStatusActionService());
  19084.         }, => 'handle'], 0);
  19085.         $instance->addListener('action.grant.download.access', [=> function () {
  19086.             return ($this->privates['Shopware\\Core\\Content\\Flow\\Dispatching\\Action\\GrantDownloadAccessAction'] ?? $this->getGrantDownloadAccessActionService());
  19087.         }, => 'handle'], 0);
  19088.         $instance->addListener('action.mail.send', [=> function () {
  19089.             return ($this->privates['Shopware\\Core\\Content\\Flow\\Dispatching\\Action\\SendMailAction'] ?? $this->getSendMailActionService());
  19090.         }, => 'handle'], 0);
  19091.         $instance->addListener('action.generate.document', [=> function () {
  19092.             return ($this->privates['Shopware\\Core\\Content\\Flow\\Dispatching\\Action\\GenerateDocumentAction'] ?? $this->getGenerateDocumentActionService());
  19093.         }, => 'handle'], 0);
  19094.         $instance->addListener('action.set.order.state', [=> function () {
  19095.             return ($this->privates['Shopware\\Core\\Content\\Flow\\Dispatching\\Action\\SetOrderStateAction'] ?? $this->getSetOrderStateActionService());
  19096.         }, => 'handle'], 0);
  19097.         $instance->addListener('action.set.customer.custom.field', [=> function () {
  19098.             return ($this->privates['Shopware\\Core\\Content\\Flow\\Dispatching\\Action\\SetCustomerCustomFieldAction'] ?? $this->getSetCustomerCustomFieldActionService());
  19099.         }, => 'handle'], 0);
  19100.         $instance->addListener('action.set.order.custom.field', [=> function () {
  19101.             return ($this->privates['Shopware\\Core\\Content\\Flow\\Dispatching\\Action\\SetOrderCustomFieldAction'] ?? $this->getSetOrderCustomFieldActionService());
  19102.         }, => 'handle'], 0);
  19103.         $instance->addListener('action.set.customer.group.custom.field', [=> function () {
  19104.             return ($this->privates['Shopware\\Core\\Content\\Flow\\Dispatching\\Action\\SetCustomerGroupCustomFieldAction'] ?? $this->getSetCustomerGroupCustomFieldActionService());
  19105.         }, => 'handle'], 0);
  19106.         $instance->addListener('action.add.customer.affiliate.and.campaign.code', [=> function () {
  19107.             return ($this->privates['Shopware\\Core\\Content\\Flow\\Dispatching\\Action\\AddCustomerAffiliateAndCampaignCodeAction'] ?? $this->getAddCustomerAffiliateAndCampaignCodeActionService());
  19108.         }, => 'handle'], 0);
  19109.         $instance->addListener('action.add.order.affiliate.and.campaign.code', [=> function () {
  19110.             return ($this->privates['Shopware\\Core\\Content\\Flow\\Dispatching\\Action\\AddOrderAffiliateAndCampaignCodeAction'] ?? $this->getAddOrderAffiliateAndCampaignCodeActionService());
  19111.         }, => 'handle'], 0);
  19112.         $instance->addListener('action.stop.flow', [=> function () {
  19113.             return ($this->privates['Shopware\\Core\\Content\\Flow\\Dispatching\\Action\\StopFlowAction'] ?? ($this->privates['Shopware\\Core\\Content\\Flow\\Dispatching\\Action\\StopFlowAction'] = new \Shopware\Core\Content\Flow\Dispatching\Action\StopFlowAction()));
  19114.         }, => 'handle'], 0);
  19115.         $instance->addListener('flow.written', [=> function () {
  19116.             return ($this->services['Shopware\\Core\\Content\\Flow\\Dispatching\\CachedFlowLoader'] ?? $this->getCachedFlowLoaderService());
  19117.         }, => 'invalidate'], 0);
  19118.         $instance->addListener('Shopware\\Core\\Framework\\Plugin\\Event\\PluginPostInstallEvent', [=> function () {
  19119.             return ($this->privates['Shopware\\Core\\Content\\Flow\\Indexing\\FlowIndexer'] ?? $this->getFlowIndexerService());
  19120.         }, => 'refreshPlugin'], 0);
  19121.         $instance->addListener('Shopware\\Core\\Framework\\Plugin\\Event\\PluginPostActivateEvent', [=> function () {
  19122.             return ($this->privates['Shopware\\Core\\Content\\Flow\\Indexing\\FlowIndexer'] ?? $this->getFlowIndexerService());
  19123.         }, => 'refreshPlugin'], 0);
  19124.         $instance->addListener('Shopware\\Core\\Framework\\Plugin\\Event\\PluginPostUpdateEvent', [=> function () {
  19125.             return ($this->privates['Shopware\\Core\\Content\\Flow\\Indexing\\FlowIndexer'] ?? $this->getFlowIndexerService());
  19126.         }, => 'refreshPlugin'], 0);
  19127.         $instance->addListener('Shopware\\Core\\Framework\\Plugin\\Event\\PluginPostDeactivateEvent', [=> function () {
  19128.             return ($this->privates['Shopware\\Core\\Content\\Flow\\Indexing\\FlowIndexer'] ?? $this->getFlowIndexerService());
  19129.         }, => 'refreshPlugin'], 0);
  19130.         $instance->addListener('Shopware\\Core\\Framework\\Plugin\\Event\\PluginPostUninstallEvent', [=> function () {
  19131.             return ($this->privates['Shopware\\Core\\Content\\Flow\\Indexing\\FlowIndexer'] ?? $this->getFlowIndexerService());
  19132.         }, => 'refreshPlugin'], 0);
  19133.         $instance->addListener('Shopware\\Core\\Framework\\App\\Event\\AppInstalledEvent', [=> function () {
  19134.             return ($this->privates['Shopware\\Core\\Content\\Flow\\Indexing\\FlowIndexer'] ?? $this->getFlowIndexerService());
  19135.         }, => 'refreshPlugin'], 0);
  19136.         $instance->addListener('Shopware\\Core\\Framework\\App\\Event\\AppUpdatedEvent', [=> function () {
  19137.             return ($this->privates['Shopware\\Core\\Content\\Flow\\Indexing\\FlowIndexer'] ?? $this->getFlowIndexerService());
  19138.         }, => 'refreshPlugin'], 0);
  19139.         $instance->addListener('Shopware\\Core\\Framework\\App\\Event\\AppActivatedEvent', [=> function () {
  19140.             return ($this->privates['Shopware\\Core\\Content\\Flow\\Indexing\\FlowIndexer'] ?? $this->getFlowIndexerService());
  19141.         }, => 'refreshPlugin'], 0);
  19142.         $instance->addListener('Shopware\\Core\\Framework\\App\\Event\\AppDeletedEvent', [=> function () {
  19143.             return ($this->privates['Shopware\\Core\\Content\\Flow\\Indexing\\FlowIndexer'] ?? $this->getFlowIndexerService());
  19144.         }, => 'refreshPlugin'], 0);
  19145.         $instance->addListener('Shopware\\Core\\Framework\\App\\Event\\AppDeactivatedEvent', [=> function () {
  19146.             return ($this->privates['Shopware\\Core\\Content\\Flow\\Indexing\\FlowIndexer'] ?? $this->getFlowIndexerService());
  19147.         }, => 'refreshPlugin'], 0);
  19148.         $instance->addListener('customer.loaded', [=> function () {
  19149.             return ($this->privates['Shopware\\Core\\Checkout\\Customer\\Subscriber\\CustomerDefaultSalutationSubscriber'] ?? $this->getCustomerDefaultSalutationSubscriberService());
  19150.         }, => 'loaded'], 0);
  19151.         $instance->addListener('customer_address.loaded', [=> function () {
  19152.             return ($this->privates['Shopware\\Core\\Checkout\\Customer\\Subscriber\\CustomerDefaultSalutationSubscriber'] ?? $this->getCustomerDefaultSalutationSubscriberService());
  19153.         }, => 'loaded'], 0);
  19154.         $instance->addListener('order_address.loaded', [=> function () {
  19155.             return ($this->privates['Shopware\\Core\\Checkout\\Customer\\Subscriber\\CustomerDefaultSalutationSubscriber'] ?? $this->getCustomerDefaultSalutationSubscriberService());
  19156.         }, => 'loaded'], 0);
  19157.         $instance->addListener('Shopware\\Core\\System\\StateMachine\\Event\\StateMachineTransitionEvent', [=> function () {
  19158.             return ($this->privates['Shopware\\Core\\Checkout\\Customer\\Subscriber\\CustomerMetaFieldSubscriber'] ?? $this->getCustomerMetaFieldSubscriberService());
  19159.         }, => 'fillCustomerMetaDataFields'], 0);
  19160.         $instance->addListener('Shopware\\Core\\Framework\\DataAbstractionLayer\\Write\\Validation\\PreWriteValidationEvent', [=> function () {
  19161.             return ($this->privates['Shopware\\Core\\Checkout\\Customer\\Subscriber\\CustomerMetaFieldSubscriber'] ?? $this->getCustomerMetaFieldSubscriberService());
  19162.         }, => 'deleteOrder'], 0);
  19163.         $instance->addListener('Shopware\\Core\\Checkout\\Customer\\Event\\CustomerLoginEvent', [=> function () {
  19164.             return ($this->privates['Shopware\\Core\\Checkout\\Customer\\Subscriber\\CustomerRemoteAddressSubscriber'] ?? $this->getCustomerRemoteAddressSubscriberService());
  19165.         }, => 'updateRemoteAddressByLogin'], 0);
  19166.         $instance->addListener('customer.written', [=> function () {
  19167.             return ($this->privates['Shopware\\Core\\Checkout\\Customer\\Subscriber\\CustomerTokenSubscriber'] ?? $this->getCustomerTokenSubscriberService());
  19168.         }, => 'onCustomerWritten'], 0);
  19169.         $instance->addListener('customer.deleted', [=> function () {
  19170.             return ($this->privates['Shopware\\Core\\Checkout\\Customer\\Subscriber\\CustomerTokenSubscriber'] ?? $this->getCustomerTokenSubscriberService());
  19171.         }, => 'onCustomerDeleted'], 0);
  19172.         $instance->addListener('customer_group_translation.written', [=> function () {
  19173.             return ($this->privates['Shopware\\Core\\Checkout\\Customer\\Subscriber\\CustomerGroupSubscriber'] ?? $this->getCustomerGroupSubscriberService());
  19174.         }, => 'updatedCustomerGroup'], 0);
  19175.         $instance->addListener('customer_group_registration_sales_channels.written', [=> function () {
  19176.             return ($this->privates['Shopware\\Core\\Checkout\\Customer\\Subscriber\\CustomerGroupSubscriber'] ?? $this->getCustomerGroupSubscriberService());
  19177.         }, => 'newSalesChannelAddedToCustomerGroup'], 0);
  19178.         $instance->addListener('customer_group_translation.deleted', [=> function () {
  19179.             return ($this->privates['Shopware\\Core\\Checkout\\Customer\\Subscriber\\CustomerGroupSubscriber'] ?? $this->getCustomerGroupSubscriberService());
  19180.         }, => 'deleteCustomerGroup'], 0);
  19181.         $instance->addListener('customer.written', [=> function () {
  19182.             return ($this->privates['Shopware\\Core\\Checkout\\Customer\\Subscriber\\CustomerChangePasswordSubscriber'] ?? $this->getCustomerChangePasswordSubscriberService());
  19183.         }, => 'onCustomerWritten'], 0);
  19184.         $instance->addListener('customer.written', [=> function () {
  19185.             return ($this->privates['Shopware\\Core\\Checkout\\Customer\\Subscriber\\CustomerFlowEventsSubscriber'] ?? $this->getCustomerFlowEventsSubscriberService());
  19186.         }, => 'onCustomerWritten'], 0);
  19187.         $instance->addListener('Shopware\\Core\\Framework\\DataAbstractionLayer\\Event\\BeforeDeleteEvent', [=> function () {
  19188.             return ($this->privates['Shopware\\Core\\Checkout\\Customer\\Subscriber\\CustomerBeforeDeleteSubscriber'] ?? $this->getCustomerBeforeDeleteSubscriberService());
  19189.         }, => 'beforeDelete'], 0);
  19190.         $instance->addListener('document_base_config.written', [=> function () {
  19191.             return ($this->privates['Shopware\\Core\\Checkout\\Document\\Service\\DocumentConfigLoader'] ?? $this->getDocumentConfigLoaderService());
  19192.         }, => 'reset'], 0);
  19193.         $instance->addListener('state_machine.order.state_changed', [=> function () {
  19194.             return ($this->privates['Shopware\\Core\\Checkout\\Order\\Listener\\OrderStateChangeEventListener'] ?? $this->getOrderStateChangeEventListenerService());
  19195.         }, => 'onOrderStateChange'], 0);
  19196.         $instance->addListener('state_machine.order_delivery.state_changed', [=> function () {
  19197.             return ($this->privates['Shopware\\Core\\Checkout\\Order\\Listener\\OrderStateChangeEventListener'] ?? $this->getOrderStateChangeEventListenerService());
  19198.         }, => 'onOrderDeliveryStateChange'], 0);
  19199.         $instance->addListener('state_machine.order_transaction.state_changed', [=> function () {
  19200.             return ($this->privates['Shopware\\Core\\Checkout\\Order\\Listener\\OrderStateChangeEventListener'] ?? $this->getOrderStateChangeEventListenerService());
  19201.         }, => 'onOrderTransactionStateChange'], 0);
  19202.         $instance->addListener('collect.business-events', [=> function () {
  19203.             return ($this->privates['Shopware\\Core\\Checkout\\Order\\Listener\\OrderStateChangeEventListener'] ?? $this->getOrderStateChangeEventListenerService());
  19204.         }, => 'onAddStateEvents'], 0);
  19205.         $instance->addListener('Shopware\\Core\\Framework\\DataAbstractionLayer\\Write\\Validation\\PreWriteValidationEvent', [=> function () {
  19206.             return ($this->privates['Shopware\\Core\\Checkout\\Payment\\DataAbstractionLayer\\PaymentMethodValidator'] ?? $this->getPaymentMethodValidator3Service());
  19207.         }, => 'validate'], 0);
  19208.         $instance->addListener('payment_method.loaded', [=> function () {
  19209.             return ($this->privates['Shopware\\Core\\Checkout\\Payment\\DataAbstractionLayer\\PaymentHandlerIdentifierSubscriber'] ?? ($this->privates['Shopware\\Core\\Checkout\\Payment\\DataAbstractionLayer\\PaymentHandlerIdentifierSubscriber'] = new \Shopware\Core\Checkout\Payment\DataAbstractionLayer\PaymentHandlerIdentifierSubscriber()));
  19210.         }, => 'formatHandlerIdentifier'], 0);
  19211.         $instance->addListener('payment_method.loaded', [=> function () {
  19212.             return ($this->privates['Shopware\\Core\\Checkout\\Payment\\DataAbstractionLayer\\PaymentDistinguishableNameSubscriber'] ?? ($this->privates['Shopware\\Core\\Checkout\\Payment\\DataAbstractionLayer\\PaymentDistinguishableNameSubscriber'] = new \Shopware\Core\Checkout\Payment\DataAbstractionLayer\PaymentDistinguishableNameSubscriber()));
  19213.         }, => 'addDistinguishablePaymentName'], 0);
  19214.         $instance->addListener('Shopware\\Core\\Framework\\DataAbstractionLayer\\Write\\Validation\\PreWriteValidationEvent', [=> function () {
  19215.             return ($this->privates['Shopware\\Core\\Checkout\\Promotion\\Validator\\PromotionValidator'] ?? $this->getPromotionValidatorService());
  19216.         }, => 'preValidate'], 0);
  19217.         $instance->addListener('Shopware\\Core\\Checkout\\Cart\\Event\\BeforeLineItemAddedEvent', [=> function () {
  19218.             return ($this->privates['Shopware\\Core\\Checkout\\Promotion\\Subscriber\\Storefront\\StorefrontCartSubscriber'] ?? $this->getStorefrontCartSubscriberService());
  19219.         }, => 'onLineItemAdded'], 0);
  19220.         $instance->addListener('Shopware\\Core\\Checkout\\Cart\\Event\\BeforeLineItemRemovedEvent', [=> function () {
  19221.             return ($this->privates['Shopware\\Core\\Checkout\\Promotion\\Subscriber\\Storefront\\StorefrontCartSubscriber'] ?? $this->getStorefrontCartSubscriberService());
  19222.         }, => 'onLineItemRemoved'], 0);
  19223.         $instance->addListener('Shopware\\Core\\Checkout\\Cart\\Event\\CheckoutOrderPlacedEvent', [=> function () {
  19224.             return ($this->privates['Shopware\\Core\\Checkout\\Promotion\\Subscriber\\Storefront\\StorefrontCartSubscriber'] ?? $this->getStorefrontCartSubscriberService());
  19225.         }, => 'resetCodes'], 0);
  19226.         $instance->addListener('Shopware\\Core\\Checkout\\Cart\\Event\\CheckoutOrderPlacedEvent', [=> function () {
  19227.             return ($this->privates['Shopware\\Core\\Checkout\\Promotion\\Subscriber\\PromotionIndividualCodeRedeemer'] ?? $this->getPromotionIndividualCodeRedeemerService());
  19228.         }, => 'onOrderPlaced'], 0);
  19229.         $instance->addListener('Shopware\\Core\\Checkout\\Cart\\Event\\CheckoutOrderPlacedEvent', [=> function () {
  19230.             return ($this->privates['Shopware\\Core\\Checkout\\Promotion\\DataAbstractionLayer\\PromotionRedemptionUpdater'] ?? $this->getPromotionRedemptionUpdaterService());
  19231.         }, => 'orderPlaced'], 0);
  19232.         $instance->addListener('Shopware\\Core\\Framework\\DataAbstractionLayer\\Write\\Validation\\PreWriteValidationEvent', [=> function () {
  19233.             return ($this->privates['Shopware\\Core\\Checkout\\Shipping\\Validator\\ShippingMethodValidator'] ?? $this->getShippingMethodValidatorService());
  19234.         }, => 'preValidate'], 0);
  19235.         $instance->addListener('sales_channel.deleted', [=> function () {
  19236.             return ($this->privates['Shopware\\Administration\\System\\SalesChannel\\Subscriber\\SalesChannelUserConfigSubscriber'] ?? $this->getSalesChannelUserConfigSubscriberService());
  19237.         }, => 'onSalesChannelDeleted'], 0);
  19238.         $instance->addListener('Shopware\\Core\\Framework\\DataAbstractionLayer\\Event\\EntityWrittenContainerEvent', [=> function () {
  19239.             return ($this->privates['Shopware\\Storefront\\Framework\\Routing\\CachedDomainLoaderInvalidator'] ?? $this->getCachedDomainLoaderInvalidatorService());
  19240.         }, => 'invalidate'], 2000);
  19241.         $instance->addListener('kernel.request', [=> function () {
  19242.             return ($this->privates['Shopware\\Storefront\\Framework\\Routing\\StorefrontSubscriber'] ?? $this->getStorefrontSubscriberService());
  19243.         }, => 'startSession'], 40);
  19244.         $instance->addListener('kernel.request', [=> function () {
  19245.             return ($this->privates['Shopware\\Storefront\\Framework\\Routing\\StorefrontSubscriber'] ?? $this->getStorefrontSubscriberService());
  19246.         }, => 'maintenanceResolver'], 0);
  19247.         $instance->addListener('kernel.exception', [=> function () {
  19248.             return ($this->privates['Shopware\\Storefront\\Framework\\Routing\\StorefrontSubscriber'] ?? $this->getStorefrontSubscriberService());
  19249.         }, => 'showHtmlExceptionResponse'], -100);
  19250.         $instance->addListener('kernel.exception', [=> function () {
  19251.             return ($this->privates['Shopware\\Storefront\\Framework\\Routing\\StorefrontSubscriber'] ?? $this->getStorefrontSubscriberService());
  19252.         }, => 'customerNotLoggedInHandler'], 0);
  19253.         $instance->addListener('kernel.exception', [=> function () {
  19254.             return ($this->privates['Shopware\\Storefront\\Framework\\Routing\\StorefrontSubscriber'] ?? $this->getStorefrontSubscriberService());
  19255.         }, => 'maintenanceResolver'], 0);
  19256.         $instance->addListener('kernel.controller', [=> function () {
  19257.             return ($this->privates['Shopware\\Storefront\\Framework\\Routing\\StorefrontSubscriber'] ?? $this->getStorefrontSubscriberService());
  19258.         }, => 'preventPageLoadingFromXmlHttpRequest'], -20);
  19259.         $instance->addListener('Shopware\\Core\\Checkout\\Customer\\Event\\CustomerLoginEvent', [=> function () {
  19260.             return ($this->privates['Shopware\\Storefront\\Framework\\Routing\\StorefrontSubscriber'] ?? $this->getStorefrontSubscriberService());
  19261.         }, => 'updateSessionAfterLogin'], 0);
  19262.         $instance->addListener('Shopware\\Core\\Checkout\\Customer\\Event\\CustomerLogoutEvent', [=> function () {
  19263.             return ($this->privates['Shopware\\Storefront\\Framework\\Routing\\StorefrontSubscriber'] ?? $this->getStorefrontSubscriberService());
  19264.         }, => 'updateSessionAfterLogout'], 0);
  19265.         $instance->addListener('Shopware\\Core\\Framework\\Event\\BeforeSendResponseEvent', [=> function () {
  19266.             return ($this->privates['Shopware\\Storefront\\Framework\\Routing\\StorefrontSubscriber'] ?? $this->getStorefrontSubscriberService());
  19267.         }, => 'replaceCsrfToken'], 0);
  19268.         $instance->addListener('Shopware\\Core\\Framework\\Event\\BeforeSendResponseEvent', [=> function () {
  19269.             return ($this->privates['Shopware\\Storefront\\Framework\\Routing\\StorefrontSubscriber'] ?? $this->getStorefrontSubscriberService());
  19270.         }, => 'setCanonicalUrl'], 0);
  19271.         $instance->addListener('Shopware\\Storefront\\Event\\StorefrontRenderEvent', [=> function () {
  19272.             return ($this->privates['Shopware\\Storefront\\Framework\\Routing\\StorefrontSubscriber'] ?? $this->getStorefrontSubscriberService());
  19273.         }, => 'addHreflang'], 0);
  19274.         $instance->addListener('Shopware\\Storefront\\Event\\StorefrontRenderEvent', [=> function () {
  19275.             return ($this->privates['Shopware\\Storefront\\Framework\\Routing\\StorefrontSubscriber'] ?? $this->getStorefrontSubscriberService());
  19276.         }, => 'addShopIdParameter'], 0);
  19277.         $instance->addListener('Shopware\\Storefront\\Event\\StorefrontRenderEvent', [=> function () {
  19278.             return ($this->privates['Shopware\\Storefront\\Framework\\Routing\\StorefrontSubscriber'] ?? $this->getStorefrontSubscriberService());
  19279.         }, => 'addIconSetConfig'], 0);
  19280.         $instance->addListener('Shopware\\Core\\Framework\\Routing\\Event\\SalesChannelContextResolvedEvent', [=> function () {
  19281.             return ($this->privates['Shopware\\Storefront\\Framework\\Routing\\StorefrontSubscriber'] ?? $this->getStorefrontSubscriberService());
  19282.         }, => 'replaceContextToken'], 0);
  19283.         $instance->addListener('Shopware\\Core\\System\\SystemConfig\\Event\\SystemConfigChangedEvent', [=> function () {
  19284.             return ($this->privates['Shopware\\Storefront\\Framework\\Routing\\NotFound\\NotFoundSubscriber'] ?? $this->getNotFoundSubscriberService());
  19285.         }, => 'onSystemConfigChanged'], 0);
  19286.         $instance->addListener('kernel.controller', [=> function () {
  19287.             return ($this->privates['Shopware\\Storefront\\Framework\\Csrf\\CsrfRouteListener'] ?? $this->getCsrfRouteListenerService());
  19288.         }, => 'csrfCheck'], -9);
  19289.         $instance->addListener('kernel.controller', [=> function () {
  19290.             return ($this->privates['Shopware\\Storefront\\Framework\\AffiliateTracking\\AffiliateTrackingListener'] ?? ($this->privates['Shopware\\Storefront\\Framework\\AffiliateTracking\\AffiliateTrackingListener'] = new \Shopware\Storefront\Framework\AffiliateTracking\AffiliateTrackingListener()));
  19291.         }, => 'checkAffiliateTracking'], -21);
  19292.         $instance->addListener('kernel.request', [=> function () {
  19293.             return ($this->privates['Shopware\\Storefront\\Framework\\Cache\\CacheResponseSubscriber'] ?? $this->getCacheResponseSubscriberService());
  19294.         }, => 'addHttpCacheToCoreRoutes'], 0);
  19295.         $instance->addListener('kernel.response', [=> function () {
  19296.             return ($this->privates['Shopware\\Storefront\\Framework\\Cache\\CacheResponseSubscriber'] ?? $this->getCacheResponseSubscriberService());
  19297.         }, => 'setResponseCache'], -1500);
  19298.         $instance->addListener('Shopware\\Core\\Framework\\Event\\BeforeSendResponseEvent', [=> function () {
  19299.             return ($this->privates['Shopware\\Storefront\\Framework\\Cache\\CacheResponseSubscriber'] ?? $this->getCacheResponseSubscriberService());
  19300.         }, => 'updateCacheControlForBrowser'], 0);
  19301.         $instance->addListener('kernel.controller', [=> function () {
  19302.             return ($this->privates['Shopware\\Storefront\\Framework\\Captcha\\CaptchaRouteListener'] ?? $this->getCaptchaRouteListenerService());
  19303.         }, => 'validateCaptcha'], -20);
  19304.         $instance->addListener('kernel.response', [=> function () {
  19305.             return ($this->privates['Shopware\\Storefront\\Framework\\Routing\\ResponseHeaderListener'] ?? ($this->privates['Shopware\\Storefront\\Framework\\Routing\\ResponseHeaderListener'] = new \Shopware\Storefront\Framework\Routing\ResponseHeaderListener()));
  19306.         }, => 'onResponse'], -10);
  19307.         $instance->addListener('Shopware\\Core\\Checkout\\Cart\\Event\\CartMergedEvent', [=> function () {
  19308.             return ($this->privates['Shopware\\Storefront\\Event\\CartMergedSubscriber'] ?? $this->getCartMergedSubscriberService());
  19309.         }, => 'addCartMergedNoticeFlash'], 0);
  19310.         $instance->addListener('Shopware\\Core\\Content\\Product\\Events\\ProductIndexerEvent', [=> function () {
  19311.             return ($this->privates['Shopware\\Storefront\\Framework\\Seo\\SeoUrlRoute\\SeoUrlUpdateListener'] ?? $this->getSeoUrlUpdateListener3Service());
  19312.         }, => 'updateProductUrls'], 0);
  19313.         $instance->addListener('Shopware\\Core\\Content\\Category\\Event\\CategoryIndexerEvent', [=> function () {
  19314.             return ($this->privates['Shopware\\Storefront\\Framework\\Seo\\SeoUrlRoute\\SeoUrlUpdateListener'] ?? $this->getSeoUrlUpdateListener3Service());
  19315.         }, => 'updateCategoryUrls'], 0);
  19316.         $instance->addListener('Shopware\\Core\\Content\\LandingPage\\Event\\LandingPageIndexerEvent', [=> function () {
  19317.             return ($this->privates['Shopware\\Storefront\\Framework\\Seo\\SeoUrlRoute\\SeoUrlUpdateListener'] ?? $this->getSeoUrlUpdateListener3Service());
  19318.         }, => 'updateLandingPageUrls'], 0);
  19319.         $instance->addListener('Shopware\\Core\\Framework\\DataAbstractionLayer\\Event\\EntityWrittenContainerEvent', [=> function () {
  19320.             return ($this->privates['Shopware\\Storefront\\Framework\\Seo\\SeoUrlRoute\\SeoUrlUpdateListener'] ?? $this->getSeoUrlUpdateListener3Service());
  19321.         }, => 'detectSalesChannelEntryPoints'], 0);
  19322.         $instance->addListener('Shopware\\Storefront\\Theme\\Event\\ThemeConfigChangedEvent', [=> function () {
  19323.             return ($this->privates['Shopware\\Storefront\\Theme\\CachedResolvedConfigLoaderInvalidator'] ?? $this->getCachedResolvedConfigLoaderInvalidatorService());
  19324.         }, => 'invalidate'], 0);
  19325.         $instance->addListener('Shopware\\Storefront\\Theme\\Event\\ThemeAssignedEvent', [=> function () {
  19326.             return ($this->privates['Shopware\\Storefront\\Theme\\CachedResolvedConfigLoaderInvalidator'] ?? $this->getCachedResolvedConfigLoaderInvalidatorService());
  19327.         }, => 'assigned'], 0);
  19328.         $instance->addListener('Shopware\\Storefront\\Theme\\Event\\ThemeConfigResetEvent', [=> function () {
  19329.             return ($this->privates['Shopware\\Storefront\\Theme\\CachedResolvedConfigLoaderInvalidator'] ?? $this->getCachedResolvedConfigLoaderInvalidatorService());
  19330.         }, => 'reset'], 0);
  19331.         $instance->addListener('Shopware\\Core\\Framework\\App\\Event\\AppUpdatedEvent', [=> function () {
  19332.             return ($this->privates['Shopware\\Storefront\\Theme\\ThemeAppLifecycleHandler'] ?? $this->getThemeAppLifecycleHandlerService());
  19333.         }, => 'handleAppActivationOrUpdate'], 0);
  19334.         $instance->addListener('Shopware\\Core\\Framework\\App\\Event\\AppActivatedEvent', [=> function () {
  19335.             return ($this->privates['Shopware\\Storefront\\Theme\\ThemeAppLifecycleHandler'] ?? $this->getThemeAppLifecycleHandlerService());
  19336.         }, => 'handleAppActivationOrUpdate'], 0);
  19337.         $instance->addListener('Shopware\\Core\\Framework\\App\\Event\\AppDeactivatedEvent', [=> function () {
  19338.             return ($this->privates['Shopware\\Storefront\\Theme\\ThemeAppLifecycleHandler'] ?? $this->getThemeAppLifecycleHandlerService());
  19339.         }, => 'handleUninstall'], 0);
  19340.         $instance->addListener('Shopware\\Storefront\\Theme\\Event\\ThemeConfigChangedEvent', [=> function () {
  19341.             return ($this->privates['Shopware\\Storefront\\Theme\\ConfigLoader\\StaticFileConfigDumper'] ?? $this->getStaticFileConfigDumperService());
  19342.         }, => 'dumpConfigFromEvent'], 0);
  19343.         $instance->addListener('Shopware\\Storefront\\Theme\\Event\\ThemeAssignedEvent', [=> function () {
  19344.             return ($this->privates['Shopware\\Storefront\\Theme\\ConfigLoader\\StaticFileConfigDumper'] ?? $this->getStaticFileConfigDumperService());
  19345.         }, => 'dumpConfigFromEvent'], 0);
  19346.         $instance->addListener('Shopware\\Storefront\\Theme\\Event\\ThemeConfigResetEvent', [=> function () {
  19347.             return ($this->privates['Shopware\\Storefront\\Theme\\ConfigLoader\\StaticFileConfigDumper'] ?? $this->getStaticFileConfigDumperService());
  19348.         }, => 'dumpConfigFromEvent'], 0);
  19349.         $instance->addListener('Shopware\\Core\\Framework\\Plugin\\Event\\PluginPreActivateEvent', [=> function () {
  19350.             return ($this->privates['Shopware\\Storefront\\Theme\\Subscriber\\PluginLifecycleSubscriber'] ?? $this->getPluginLifecycleSubscriber2Service());
  19351.         }, => 'pluginActivate'], 0);
  19352.         $instance->addListener('Shopware\\Core\\Framework\\Plugin\\Event\\PluginPostActivateEvent', [=> function () {
  19353.             return ($this->privates['Shopware\\Storefront\\Theme\\Subscriber\\PluginLifecycleSubscriber'] ?? $this->getPluginLifecycleSubscriber2Service());
  19354.         }, => 'pluginPostActivate'], 0);
  19355.         $instance->addListener('Shopware\\Core\\Framework\\Plugin\\Event\\PluginPreUpdateEvent', [=> function () {
  19356.             return ($this->privates['Shopware\\Storefront\\Theme\\Subscriber\\PluginLifecycleSubscriber'] ?? $this->getPluginLifecycleSubscriber2Service());
  19357.         }, => 'pluginUpdate'], 0);
  19358.         $instance->addListener('Shopware\\Core\\Framework\\Plugin\\Event\\PluginPreDeactivateEvent', [=> function () {
  19359.             return ($this->privates['Shopware\\Storefront\\Theme\\Subscriber\\PluginLifecycleSubscriber'] ?? $this->getPluginLifecycleSubscriber2Service());
  19360.         }, => 'pluginDeactivateAndUninstall'], 0);
  19361.         $instance->addListener('Shopware\\Core\\Framework\\Plugin\\Event\\PluginPostDeactivationFailedEvent', [=> function () {
  19362.             return ($this->privates['Shopware\\Storefront\\Theme\\Subscriber\\PluginLifecycleSubscriber'] ?? $this->getPluginLifecycleSubscriber2Service());
  19363.         }, => 'pluginPostDeactivateFailed'], 0);
  19364.         $instance->addListener('Shopware\\Core\\Framework\\Plugin\\Event\\PluginPreUninstallEvent', [=> function () {
  19365.             return ($this->privates['Shopware\\Storefront\\Theme\\Subscriber\\PluginLifecycleSubscriber'] ?? $this->getPluginLifecycleSubscriber2Service());
  19366.         }, => 'pluginDeactivateAndUninstall'], 0);
  19367.         $instance->addListener('Shopware\\Core\\Framework\\Plugin\\Event\\PluginPostUninstallEvent', [=> function () {
  19368.             return ($this->privates['Shopware\\Storefront\\Theme\\Subscriber\\PluginLifecycleSubscriber'] ?? $this->getPluginLifecycleSubscriber2Service());
  19369.         }, => 'pluginPostUninstall'], 0);
  19370.         $instance->addListener('Shopware\\Core\\Framework\\App\\Event\\AppDeletedEvent', [=> function () {
  19371.             return ($this->privates['Shopware\\Storefront\\Theme\\Subscriber\\AppLifecycleSubscriber'] ?? $this->getAppLifecycleSubscriberService());
  19372.         }, => 'onAppDeleted'], 0);
  19373.         $instance->addListener('Shopware\\Storefront\\Theme\\Event\\ThemeCompilerEnrichScssVariablesEvent', [=> function () {
  19374.             return ($this->privates['Shopware\\Storefront\\Theme\\Subscriber\\ThemeCompilerEnrichScssVarSubscriber'] ?? $this->getThemeCompilerEnrichScssVarSubscriberService());
  19375.         }, => 'enrichExtensionVars'], 0);
  19376.         $instance->addListener('kernel.request', [=> function () {
  19377.             return ($this->privates['Shopware\\Storefront\\Theme\\Twig\\ThemeNamespaceHierarchyBuilder'] ?? $this->getThemeNamespaceHierarchyBuilderService());
  19378.         }, => 'requestEvent'], 0);
  19379.         $instance->addListener('kernel.exception', [=> function () {
  19380.             return ($this->privates['Shopware\\Storefront\\Theme\\Twig\\ThemeNamespaceHierarchyBuilder'] ?? $this->getThemeNamespaceHierarchyBuilderService());
  19381.         }, => 'requestEvent'], 0);
  19382.         $instance->addListener('Shopware\\Core\\Checkout\\Document\\Event\\DocumentTemplateRendererParameterEvent', [=> function () {
  19383.             return ($this->privates['Shopware\\Storefront\\Theme\\Twig\\ThemeNamespaceHierarchyBuilder'] ?? $this->getThemeNamespaceHierarchyBuilderService());
  19384.         }, => 'onDocumentRendering'], 0);
  19385.         $instance->addListener('Shopware\\Core\\Framework\\Store\\Event\\FirstRunWizardFinishedEvent', [=> function () {
  19386.             return ($this->privates['Shopware\\Storefront\\Theme\\Subscriber\\FirstRunWizardSubscriber'] ?? $this->getFirstRunWizardSubscriberService());
  19387.         }, => 'frwFinished'], 0);
  19388.         $instance->addListener('Shopware\\Core\\Framework\\Update\\Event\\UpdatePostFinishEvent', [=> function () {
  19389.             return ($this->privates['Shopware\\Storefront\\Theme\\Subscriber\\UpdateSubscriber'] ?? $this->getUpdateSubscriberService());
  19390.         }, => 'updateFinished'], 0);
  19391.         $instance->addListener('Shopware\\Core\\Content\\Product\\Events\\ProductIndexerEvent', [=> function () {
  19392.             return ($this->privates['Shopware\\Elasticsearch\\Product\\ProductUpdater'] ?? $this->getProductUpdaterService());
  19393.         }, => 'update'], 0);
  19394.         $instance->addListener('Shopware\\Core\\Framework\\DataAbstractionLayer\\Event\\EntityWrittenContainerEvent', [=> function () {
  19395.             return ($this->privates['Shopware\\Elasticsearch\\Product\\CustomFieldUpdater'] ?? $this->getCustomFieldUpdaterService());
  19396.         }, => 'onNewCustomFieldCreated'], 0);
  19397.         $instance->addListener('Shopware\\Core\\Framework\\Event\\ProgressStartedEvent', [=> function () {
  19398.             return ($this->privates['Shopware\\Elasticsearch\\Framework\\Command\\ElasticsearchAdminIndexingCommand'] ?? $this->getElasticsearchAdminIndexingCommandService());
  19399.         }, => 'startProgress'], 0);
  19400.         $instance->addListener('Shopware\\Core\\Framework\\Event\\ProgressAdvancedEvent', [=> function () {
  19401.             return ($this->privates['Shopware\\Elasticsearch\\Framework\\Command\\ElasticsearchAdminIndexingCommand'] ?? $this->getElasticsearchAdminIndexingCommandService());
  19402.         }, => 'advanceProgress'], 0);
  19403.         $instance->addListener('Shopware\\Core\\Framework\\Event\\ProgressFinishedEvent', [=> function () {
  19404.             return ($this->privates['Shopware\\Elasticsearch\\Framework\\Command\\ElasticsearchAdminIndexingCommand'] ?? $this->getElasticsearchAdminIndexingCommandService());
  19405.         }, => 'finishProgress'], 0);
  19406.         $instance->addListener('sales_channel_language.written', [=> function () {
  19407.             return ($this->privates['Shopware\\Elasticsearch\\Product\\LanguageSubscriber'] ?? $this->getLanguageSubscriberService());
  19408.         }, => 'onSalesChannelWritten'], 0);
  19409.         $instance->addListener('Shopware\\Core\\Framework\\DataAbstractionLayer\\Event\\RefreshIndexEvent', [=> function () {
  19410.             return ($this->privates['Shopware\\Elasticsearch\\Admin\\Subscriber\\RefreshIndexSubscriber'] ?? $this->getRefreshIndexSubscriberService());
  19411.         }, => 'handled'], 0);
  19412.         $instance->addListener('Shopware\\Core\\Framework\\DataAbstractionLayer\\Event\\EntityWrittenContainerEvent', [=> function () {
  19413.             return ($this->privates['Shopware\\Elasticsearch\\Admin\\AdminSearchRegistry'] ?? $this->getAdminSearchRegistryService());
  19414.         }, => 'refresh'], -1000);
  19415.         $instance->addListener('Shopware\\Core\\Framework\\Routing\\Event\\SalesChannelContextResolvedEvent', [=> function () {
  19416.             return ($this->privates['Shopware\\Core\\Profiling\\Subscriber\\ActiveRulesDataCollectorSubscriber'] ?? $this->getActiveRulesDataCollectorSubscriberService());
  19417.         }, => 'onContextResolved'], 0);
  19418.         $instance->addListener('Shopware\\Storefront\\Page\\Account\\Order\\AccountEditOrderPageLoadedEvent', [=> function () {
  19419.             return ($this->privates['Swag\\PayPal\\Checkout\\CheckoutSubscriber'] ?? $this->getCheckoutSubscriber2Service());
  19420.         }, => 'onEditOrderPageLoaded'], 1);
  19421.         $instance->addListener('Shopware\\Storefront\\Page\\Checkout\\Cart\\CheckoutCartPageLoadedEvent', [=> function () {
  19422.             return ($this->privates['Swag\\PayPal\\Checkout\\ExpressCheckout\\ExpressCheckoutSubscriber'] ?? $this->getExpressCheckoutSubscriberService());
  19423.         }, => 'addExpressCheckoutDataToPage'], 0);
  19424.         $instance->addListener('Shopware\\Storefront\\Page\\Checkout\\Register\\CheckoutRegisterPageLoadedEvent', [=> function () {
  19425.             return ($this->privates['Swag\\PayPal\\Checkout\\ExpressCheckout\\ExpressCheckoutSubscriber'] ?? $this->getExpressCheckoutSubscriberService());
  19426.         }, => 'addExpressCheckoutDataToPage'], 0);
  19427.         $instance->addListener('Shopware\\Storefront\\Page\\Navigation\\NavigationPageLoadedEvent', [=> function () {
  19428.             return ($this->privates['Swag\\PayPal\\Checkout\\ExpressCheckout\\ExpressCheckoutSubscriber'] ?? $this->getExpressCheckoutSubscriberService());
  19429.         }, => 'addExpressCheckoutDataToPage'], 0);
  19430.         $instance->addListener('Shopware\\Storefront\\Page\\Checkout\\Offcanvas\\OffcanvasCartPageLoadedEvent', [=> function () {
  19431.             return ($this->privates['Swag\\PayPal\\Checkout\\ExpressCheckout\\ExpressCheckoutSubscriber'] ?? $this->getExpressCheckoutSubscriberService());
  19432.         }, => 'addExpressCheckoutDataToPage'], 0);
  19433.         $instance->addListener('Shopware\\Storefront\\Page\\Product\\ProductPageLoadedEvent', [=> function () {
  19434.             return ($this->privates['Swag\\PayPal\\Checkout\\ExpressCheckout\\ExpressCheckoutSubscriber'] ?? $this->getExpressCheckoutSubscriberService());
  19435.         }, => 'addExpressCheckoutDataToPage'], 0);
  19436.         $instance->addListener('Shopware\\Storefront\\Page\\Search\\SearchPageLoadedEvent', [=> function () {
  19437.             return ($this->privates['Swag\\PayPal\\Checkout\\ExpressCheckout\\ExpressCheckoutSubscriber'] ?? $this->getExpressCheckoutSubscriberService());
  19438.         }, => 'addExpressCheckoutDataToPage'], 0);
  19439.         $instance->addListener('sales_channel.product.search.result.loaded', [=> function () {
  19440.             return ($this->privates['Swag\\PayPal\\Checkout\\ExpressCheckout\\ExpressCheckoutSubscriber'] ?? $this->getExpressCheckoutSubscriberService());
  19441.         }, => 'addExcludedProductsToSearchResult'], 0);
  19442.         $instance->addListener('Swag\\CmsExtensions\\Storefront\\Pagelet\\Quickview\\QuickviewPageletLoadedEvent', [=> function () {
  19443.             return ($this->privates['Swag\\PayPal\\Checkout\\ExpressCheckout\\ExpressCheckoutSubscriber'] ?? $this->getExpressCheckoutSubscriberService());
  19444.         }, => 'addExpressCheckoutDataToPagelet'], 0);
  19445.         $instance->addListener('Shopware\\Storefront\\Pagelet\\Wishlist\\GuestWishlistPageletLoadedEvent', [=> function () {
  19446.             return ($this->privates['Swag\\PayPal\\Checkout\\ExpressCheckout\\ExpressCheckoutSubscriber'] ?? $this->getExpressCheckoutSubscriberService());
  19447.         }, => 'addExpressCheckoutDataToPagelet'], 0);
  19448.         $instance->addListener('Shopware\\Storefront\\Event\\SwitchBuyBoxVariantEvent', [=> function () {
  19449.             return ($this->privates['Swag\\PayPal\\Checkout\\ExpressCheckout\\ExpressCheckoutSubscriber'] ?? $this->getExpressCheckoutSubscriberService());
  19450.         }, => 'addExpressCheckoutDataToBuyBoxSwitch'], 0);
  19451.         $instance->addListener('framework.validation.address.create', [=> function () {
  19452.             return ($this->privates['Swag\\PayPal\\Checkout\\ExpressCheckout\\ExpressCheckoutSubscriber'] ?? $this->getExpressCheckoutSubscriberService());
  19453.         }, => 'disableAddressValidation'], 0);
  19454.         $instance->addListener('framework.validation.customer.create', [=> function () {
  19455.             return ($this->privates['Swag\\PayPal\\Checkout\\ExpressCheckout\\ExpressCheckoutSubscriber'] ?? $this->getExpressCheckoutSubscriberService());
  19456.         }, => 'disableCustomerValidation'], 0);
  19457.         $instance->addListener('Shopware\\Storefront\\Page\\Checkout\\Confirm\\CheckoutConfirmPageLoadedEvent', [=> function () {
  19458.             return ($this->privates['Swag\\PayPal\\Checkout\\ExpressCheckout\\ExpressCheckoutSubscriber'] ?? $this->getExpressCheckoutSubscriberService());
  19459.         }, => 'onCheckoutConfirmLoaded'], 0);
  19460.         $instance->addListener('checkout.customer.sales_channel.register.customer', [=> function () {
  19461.             return ($this->privates['Swag\\PayPal\\Checkout\\ExpressCheckout\\ExpressCheckoutSubscriber'] ?? $this->getExpressCheckoutSubscriberService());
  19462.         }, => 'addPayerIdToCustomer'], 0);
  19463.         $instance->addListener('Shopware\\Storefront\\Page\\Checkout\\Cart\\CheckoutCartPageLoadedEvent', [=> function () {
  19464.             return ($this->privates['Swag\\PayPal\\Installment\\Banner\\InstallmentBannerSubscriber'] ?? $this->getInstallmentBannerSubscriberService());
  19465.         }, => 'addInstallmentBanner'], 0);
  19466.         $instance->addListener('Shopware\\Storefront\\Page\\Checkout\\Confirm\\CheckoutConfirmPageLoadedEvent', [=> function () {
  19467.             return ($this->privates['Swag\\PayPal\\Installment\\Banner\\InstallmentBannerSubscriber'] ?? $this->getInstallmentBannerSubscriberService());
  19468.         }, => 'addInstallmentBanner'], 0);
  19469.         $instance->addListener('Shopware\\Storefront\\Page\\Checkout\\Register\\CheckoutRegisterPageLoadedEvent', [=> function () {
  19470.             return ($this->privates['Swag\\PayPal\\Installment\\Banner\\InstallmentBannerSubscriber'] ?? $this->getInstallmentBannerSubscriberService());
  19471.         }, => 'addInstallmentBanner'], 0);
  19472.         $instance->addListener('Shopware\\Storefront\\Page\\Checkout\\Offcanvas\\OffcanvasCartPageLoadedEvent', [=> function () {
  19473.             return ($this->privates['Swag\\PayPal\\Installment\\Banner\\InstallmentBannerSubscriber'] ?? $this->getInstallmentBannerSubscriberService());
  19474.         }, => 'addInstallmentBanner'], 0);
  19475.         $instance->addListener('Shopware\\Storefront\\Page\\Product\\ProductPageLoadedEvent', [=> function () {
  19476.             return ($this->privates['Swag\\PayPal\\Installment\\Banner\\InstallmentBannerSubscriber'] ?? $this->getInstallmentBannerSubscriberService());
  19477.         }, => 'addInstallmentBanner'], 0);
  19478.         $instance->addListener('Shopware\\Storefront\\Pagelet\\Footer\\FooterPageletLoadedEvent', [=> function () {
  19479.             return ($this->privates['Swag\\PayPal\\Installment\\Banner\\InstallmentBannerSubscriber'] ?? $this->getInstallmentBannerSubscriberService());
  19480.         }, => 'addInstallmentBannerPagelet'], 0);
  19481.         $instance->addListener('Swag\\CmsExtensions\\Storefront\\Pagelet\\Quickview\\QuickviewPageletLoadedEvent', [=> function () {
  19482.             return ($this->privates['Swag\\PayPal\\Installment\\Banner\\InstallmentBannerSubscriber'] ?? $this->getInstallmentBannerSubscriberService());
  19483.         }, => 'addInstallmentBannerPagelet'], 0);
  19484.         $instance->addListener('Shopware\\Storefront\\Page\\Account\\Order\\AccountEditOrderPageLoadedEvent', [=> function () {
  19485.             return ($this->privates['Swag\\PayPal\\Checkout\\Plus\\PlusSubscriber'] ?? $this->getPlusSubscriberService());
  19486.         }, => 'onAccountEditOrderLoaded'], 0);
  19487.         $instance->addListener('Shopware\\Storefront\\Page\\Checkout\\Confirm\\CheckoutConfirmPageLoadedEvent', [=> function () {
  19488.             return ($this->privates['Swag\\PayPal\\Checkout\\Plus\\PlusSubscriber'] ?? $this->getPlusSubscriberService());
  19489.         }, => 'onCheckoutConfirmLoaded'], 0);
  19490.         $instance->addListener('Shopware\\Storefront\\Page\\Checkout\\Finish\\CheckoutFinishPageLoadedEvent', [=> function () {
  19491.             return ($this->privates['Swag\\PayPal\\Checkout\\Plus\\PlusSubscriber'] ?? $this->getPlusSubscriberService());
  19492.         }, => 'onCheckoutFinishLoaded'], 0);
  19493.         $instance->addListener('Shopware\\Storefront\\Page\\Account\\Order\\AccountEditOrderPageLoadedEvent', [=> function () {
  19494.             return ($this->privates['Swag\\PayPal\\Checkout\\PUI\\PUISubscriber'] ?? $this->getPUISubscriberService());
  19495.         }, => 'onAccountOrderEditLoaded'], 0);
  19496.         $instance->addListener('Shopware\\Storefront\\Page\\Checkout\\Confirm\\CheckoutConfirmPageLoadedEvent', [=> function () {
  19497.             return ($this->privates['Swag\\PayPal\\Checkout\\PUI\\PUISubscriber'] ?? $this->getPUISubscriberService());
  19498.         }, => 'onCheckoutConfirmLoaded'], 0);
  19499.         $instance->addListener('Shopware\\Storefront\\Page\\Checkout\\Finish\\CheckoutFinishPageLoadedEvent', [=> function () {
  19500.             return ($this->privates['Swag\\PayPal\\Checkout\\PUI\\PUISubscriber'] ?? $this->getPUISubscriberService());
  19501.         }, => 'onCheckoutFinishLoaded'], 0);
  19502.         $instance->addListener('Shopware\\Core\\Framework\\DataAbstractionLayer\\Write\\Validation\\PreWriteValidationEvent', [=> function () {
  19503.             return ($this->privates['Swag\\PayPal\\Checkout\\Order\\Shipping\\ShippingSubscriber'] ?? $this->getShippingSubscriberService());
  19504.         }, => 'triggerChangeSet'], 0);
  19505.         $instance->addListener('order_delivery.written', [=> function () {
  19506.             return ($this->privates['Swag\\PayPal\\Checkout\\Order\\Shipping\\ShippingSubscriber'] ?? $this->getShippingSubscriberService());
  19507.         }, => 'onOrderDeliveryWritten'], 0);
  19508.         $instance->addListener('Shopware\\Storefront\\Event\\RouteRequest\\HandlePaymentMethodRouteRequestEvent', [=> function () {
  19509.             return ($this->privates['Swag\\PayPal\\Storefront\\RequestSubscriber'] ?? $this->getRequestSubscriber2Service());
  19510.         }, => 'addHandlePaymentParameters'], 0);
  19511.         $instance->addListener('Shopware\\Storefront\\Event\\RouteRequest\\PaymentMethodRouteRequestEvent', [=> function () {
  19512.             return ($this->privates['Swag\\PayPal\\Storefront\\RequestSubscriber'] ?? $this->getRequestSubscriber2Service());
  19513.         }, => 'addAfterOrderId'], 0);
  19514.         $instance->addListener('Shopware\\Storefront\\Pagelet\\Footer\\FooterPageletLoadedEvent', [=> function () {
  19515.             return ($this->privates['Swag\\PayPal\\Storefront\\Data\\FundingSubscriber'] ?? $this->getFundingSubscriberService());
  19516.         }, => 'addFundingAvailabilityData'], 0);
  19517.         $instance->addListener('Shopware\\Storefront\\Page\\Account\\Order\\AccountEditOrderPageLoadedEvent', [=> function () {
  19518.             return ($this->privates['Swag\\PayPal\\Storefront\\Data\\CheckoutDataSubscriber'] ?? $this->getCheckoutDataSubscriberService());
  19519.         }, => 'onAccountOrderEditLoaded'], 0);
  19520.         $instance->addListener('Shopware\\Storefront\\Page\\Checkout\\Confirm\\CheckoutConfirmPageLoadedEvent', [=> function () {
  19521.             return ($this->privates['Swag\\PayPal\\Storefront\\Data\\CheckoutDataSubscriber'] ?? $this->getCheckoutDataSubscriberService());
  19522.         }, => 'onCheckoutConfirmLoaded'], 0);
  19523.         $instance->addListener('sales_channel.deleted', [=> function () {
  19524.             return ($this->privates['Swag\\PayPal\\Webhook\\Registration\\WebhookSubscriber'] ?? $this->getWebhookSubscriberService());
  19525.         }, => 'removeSalesChannelWebhookConfiguration'], 0);
  19526.         $instance->addListener('Shopware\\Core\\Checkout\\Cart\\Event\\CheckoutOrderPlacedEvent', [=> function () {
  19527.             return ($this->privates['Swag\\PayPal\\Pos\\Sync\\Inventory\\StockSubscriber'] ?? $this->getStockSubscriberService());
  19528.         }, => 'orderPlaced'], 0);
  19529.         $instance->addListener('Shopware\\Core\\System\\StateMachine\\Event\\StateMachineTransitionEvent', [=> function () {
  19530.             return ($this->privates['Swag\\PayPal\\Pos\\Sync\\Inventory\\StockSubscriber'] ?? $this->getStockSubscriberService());
  19531.         }, => 'stateChanged'], 0);
  19532.         $instance->addListener('order_line_item.written', [=> function () {
  19533.             return ($this->privates['Swag\\PayPal\\Pos\\Sync\\Inventory\\StockSubscriber'] ?? $this->getStockSubscriberService());
  19534.         }, => 'lineItemWritten'], 0);
  19535.         $instance->addListener('order_line_item.deleted', [=> function () {
  19536.             return ($this->privates['Swag\\PayPal\\Pos\\Sync\\Inventory\\StockSubscriber'] ?? $this->getStockSubscriberService());
  19537.         }, => 'lineItemWritten'], 0);
  19538.         $instance->addListener('media.deleted', [=> function () {
  19539.             return ($this->privates['SwagMigrationAssistant\\Migration\\Subscriber\\MediaDeletedSubscriber'] ?? $this->getMediaDeletedSubscriberService());
  19540.         }, => 'onMediaDelete'], 0);
  19541.         $instance->addListener('Shopware\\Storefront\\Page\\Product\\ProductPageLoadedEvent', [=> function () {
  19542.             return ($this->privates['Nimbits\\NimbitsArticleQuestionsNext\\Subscriber\\Subscriber'] ?? $this->getSubscriberService());
  19543.         }, => 'onProductPageLoaded'], 0);
  19544.         $instance->addListener('Shopware\\Storefront\\Pagelet\\Footer\\FooterPageletLoadedEvent', [=> function () {
  19545.             return ($this->privates['Nimbits\\NimbitsArticleQuestionsNext\\Subscriber\\Subscriber'] ?? $this->getSubscriberService());
  19546.         }, => 'onFooterLoaded'], 0);
  19547.         $instance->addListener('nds_rcp_category.written', [=> function () {
  19548.             return ($this->privates['Nds\\RecipeManager\\Core\\Content\\Category\\CategorySeoUrlListener'] ?? $this->getCategorySeoUrlListenerService());
  19549.         }, => 'onRcpCategoryUpdated'], 0);
  19550.         $instance->addListener('nds_rcp_category.deleted', [=> function () {
  19551.             return ($this->privates['Nds\\RecipeManager\\Core\\Content\\Category\\CategorySeoUrlListener'] ?? $this->getCategorySeoUrlListenerService());
  19552.         }, => 'onRcpCategoryDeleted'], 0);
  19553.         $instance->addListener('Nds\\RecipeManager\\Events\\CategoryIndexerEvent', [=> function () {
  19554.             return ($this->privates['Nds\\RecipeManager\\Core\\Content\\Category\\CategorySeoUrlListener'] ?? $this->getCategorySeoUrlListenerService());
  19555.         }, => 'onCategoryIndexerEvent'], 0);
  19556.         $instance->addListener('nds_rcp_recipe.written', [=> function () {
  19557.             return ($this->privates['Nds\\RecipeManager\\Core\\Content\\Recipe\\RecipeSeoUrlListener'] ?? $this->getRecipeSeoUrlListenerService());
  19558.         }, => 'onRcpRecipeUpdated'], 0);
  19559.         $instance->addListener('nds_rcp_recipe.deleted', [=> function () {
  19560.             return ($this->privates['Nds\\RecipeManager\\Core\\Content\\Recipe\\RecipeSeoUrlListener'] ?? $this->getRecipeSeoUrlListenerService());
  19561.         }, => 'onRcpRecipeDeleted'], 0);
  19562.         $instance->addListener('Nds\\RecipeManager\\Events\\RecipeIndexerEvent', [=> function () {
  19563.             return ($this->privates['Nds\\RecipeManager\\Core\\Content\\Recipe\\RecipeSeoUrlListener'] ?? $this->getRecipeSeoUrlListenerService());
  19564.         }, => 'onRecipeIndexerEvent'], 0);
  19565.         $instance->addListener('nds_rcp_tag.written', [=> function () {
  19566.             return ($this->privates['Nds\\RecipeManager\\Core\\Content\\Tag\\TagSeoUrlListener'] ?? $this->getTagSeoUrlListenerService());
  19567.         }, => 'onRcpTagUpdated'], 0);
  19568.         $instance->addListener('nds_rcp_tag.deleted', [=> function () {
  19569.             return ($this->privates['Nds\\RecipeManager\\Core\\Content\\Tag\\TagSeoUrlListener'] ?? $this->getTagSeoUrlListenerService());
  19570.         }, => 'onRcpTagDeleted'], 0);
  19571.         $instance->addListener('Nds\\RecipeManager\\Events\\TagIndexerEvent', [=> function () {
  19572.             return ($this->privates['Nds\\RecipeManager\\Core\\Content\\Tag\\TagSeoUrlListener'] ?? $this->getTagSeoUrlListenerService());
  19573.         }, => 'onTagIndexerEvent'], 0);
  19574.         $instance->addListener('Shopware\\Storefront\\Page\\Product\\ProductPageLoadedEvent', [=> function () {
  19575.             return ($this->privates['Nds\\RecipeManager\\Subscriber\\RecipeSubscriber'] ?? $this->getRecipeSubscriberService());
  19576.         }, => 'onProductPageLoaded'], 0);
  19577.         $instance->addListener('Shopware\\Core\\Content\\Product\\Events\\ProductSuggestResultEvent', [=> function () {
  19578.             return ($this->services['MoorlFoundation\\Storefront\\Subscriber\\ProductListingResultSubscriber'] ?? $this->getProductListingResultSubscriberService());
  19579.         }, => 'onProductSuggestResultEvent'], 0);
  19580.         $instance->addListener('Shopware\\Core\\Content\\Product\\Events\\ProductSearchResultEvent', [=> function () {
  19581.             return ($this->services['MoorlFoundation\\Storefront\\Subscriber\\ProductListingResultSubscriber'] ?? $this->getProductListingResultSubscriberService());
  19582.         }, => 'onProductSearchResultEvent'], 0);
  19583.         $instance->addListener('Shopware\\Core\\Framework\\Routing\\Event\\SalesChannelContextResolvedEvent', [=> function () {
  19584.             return ($this->services['MoorlFoundation\\Storefront\\Subscriber\\SalesChannelContextResolvedSubscriber'] ?? $this->getSalesChannelContextResolvedSubscriberService());
  19585.         }, => 'onSalesChannelContextResolvedEvent'], 0);
  19586.         $instance->addListener('Shopware\\Core\\Content\\Media\\Event\\MediaFileExtensionWhitelistEvent', [=> function () {
  19587.             return ($this->services['MoorlFoundation\\Core\\Subscriber\\MoorlFoundationSubscriber'] ?? $this->getMoorlFoundationSubscriberService());
  19588.         }, => 'onMediaFileExtensionWhitelist'], 0);
  19589.         $instance->addListener('Shopware\\Core\\Framework\\DataAbstractionLayer\\Event\\EntityWrittenContainerEvent', [=> function () {
  19590.             return ($this->services['MoorlFoundation\\Core\\Subscriber\\MoorlFoundationSubscriber'] ?? $this->getMoorlFoundationSubscriberService());
  19591.         }, => 'onEntityWrittenContainerEvent'], 0);
  19592.         $instance->addListener('state_enter.order_transaction.state.cancelled', [=> function () {
  19593.             return ($this->services['MoorlFoundation\\Core\\Subscriber\\MoorlFoundationSubscriber'] ?? $this->getMoorlFoundationSubscriberService());
  19594.         }, => 'stateChanged'], 0);
  19595.         $instance->addListener('state_enter.order_transaction.state.failed', [=> function () {
  19596.             return ($this->services['MoorlFoundation\\Core\\Subscriber\\MoorlFoundationSubscriber'] ?? $this->getMoorlFoundationSubscriberService());
  19597.         }, => 'stateChanged'], 0);
  19598.         $instance->addListener('MoorlCreator\\Core\\Content\\Creator\\DataAbstractionLayer\\CreatorIndexerEvent', [=> function () {
  19599.             return ($this->privates['MoorlCreator\\Core\\Content\\Creator\\Seo\\SeoUrlUpdateListener'] ?? $this->getSeoUrlUpdateListenerService());
  19600.         }, => 'onCreatorIndexerEvent'], 0);
  19601.         $instance->addListener('MoorlCreator\\Core\\Content\\Creator\\DataAbstractionLayer\\CreatorIndexerEvent', [=> function () {
  19602.             return ($this->privates['MoorlCreator\\Core\\Content\\Creator\\Avatar\\AvatarUpdateListener'] ?? $this->getAvatarUpdateListenerService());
  19603.         }, => 'onCreatorIndexerEvent'], 0);
  19604.         $instance->addListener('Shopware\\Core\\Content\\Product\\Events\\ProductListingCollectFilterEvent', [=> function () {
  19605.             return ($this->services['MoorlCreator\\Storefront\\Subscriber\\ProductCriteriaSubscriber'] ?? $this->getProductCriteriaSubscriberService());
  19606.         }, => 'onProductListingCollectFilter'], 0);
  19607.         $instance->addListener('sales_channel.product.process.criteria', [=> function () {
  19608.             return ($this->services['MoorlCreator\\Storefront\\Subscriber\\ProductCriteriaSubscriber'] ?? $this->getProductCriteriaSubscriberService());
  19609.         }, => 'processCriteria'], 0);
  19610.         $instance->addListener('MoorlCreator\\Core\\Content\\Creator\\SalesChannel\\Events\\CreatorListingCriteriaEvent', [=> function () {
  19611.             return ($this->privates['MoorlCreator\\Core\\Content\\Creator\\SalesChannel\\Listing\\CreatorListingFeaturesSubscriber'] ?? $this->getCreatorListingFeaturesSubscriberService());
  19612.         }, => 'handleListingRequest'], 100);
  19613.         $instance->addListener('MoorlCreator\\Core\\Content\\Creator\\SalesChannel\\Events\\CreatorListingCriteriaEvent', [=> function () {
  19614.             return ($this->privates['MoorlCreator\\Core\\Content\\Creator\\SalesChannel\\Listing\\CreatorListingFeaturesSubscriber'] ?? $this->getCreatorListingFeaturesSubscriberService());
  19615.         }, => 'handleFlags'], -100);
  19616.         $instance->addListener('MoorlCreator\\Core\\Content\\Creator\\SalesChannel\\Events\\CreatorSuggestCriteriaEvent', [=> function () {
  19617.             return ($this->privates['MoorlCreator\\Core\\Content\\Creator\\SalesChannel\\Listing\\CreatorListingFeaturesSubscriber'] ?? $this->getCreatorListingFeaturesSubscriberService());
  19618.         }, => 'handleFlags'], -100);
  19619.         $instance->addListener('MoorlCreator\\Core\\Content\\Creator\\SalesChannel\\Events\\CreatorSearchCriteriaEvent', [=> function () {
  19620.             return ($this->privates['MoorlCreator\\Core\\Content\\Creator\\SalesChannel\\Listing\\CreatorListingFeaturesSubscriber'] ?? $this->getCreatorListingFeaturesSubscriberService());
  19621.         }, => 'handleSearchRequest'], 100);
  19622.         $instance->addListener('MoorlCreator\\Core\\Content\\Creator\\SalesChannel\\Events\\CreatorSearchCriteriaEvent', [=> function () {
  19623.             return ($this->privates['MoorlCreator\\Core\\Content\\Creator\\SalesChannel\\Listing\\CreatorListingFeaturesSubscriber'] ?? $this->getCreatorListingFeaturesSubscriberService());
  19624.         }, => 'handleFlags'], -100);
  19625.         $instance->addListener('MoorlCreator\\Core\\Content\\Creator\\SalesChannel\\Events\\CreatorListingResultEvent', [=> function () {
  19626.             return ($this->privates['MoorlCreator\\Core\\Content\\Creator\\SalesChannel\\Listing\\CreatorListingFeaturesSubscriber'] ?? $this->getCreatorListingFeaturesSubscriberService());
  19627.         }, => 'handleResult'], 100);
  19628.         $instance->addListener('MoorlCreator\\Core\\Content\\Creator\\SalesChannel\\Events\\CreatorSearchResultEvent', [=> function () {
  19629.             return ($this->privates['MoorlCreator\\Core\\Content\\Creator\\SalesChannel\\Listing\\CreatorListingFeaturesSubscriber'] ?? $this->getCreatorListingFeaturesSubscriberService());
  19630.         }, => 'handleResult'], 0);
  19631.         $instance->addListener('MoorlMagazine\\Core\\Content\\MagazineArticle\\SalesChannel\\Events\\MagazineArticleListingCriteriaEvent', [=> function () {
  19632.             return ($this->privates['MoorlMagazine\\Core\\Content\\MagazineArticle\\SalesChannel\\Listing\\MagazineArticleListingFeaturesSubscriber'] ?? $this->getMagazineArticleListingFeaturesSubscriberService());
  19633.         }, => 'handleListingRequest'], 100);
  19634.         $instance->addListener('MoorlMagazine\\Core\\Content\\MagazineArticle\\SalesChannel\\Events\\MagazineArticleListingCriteriaEvent', [=> function () {
  19635.             return ($this->privates['MoorlMagazine\\Core\\Content\\MagazineArticle\\SalesChannel\\Listing\\MagazineArticleListingFeaturesSubscriber'] ?? $this->getMagazineArticleListingFeaturesSubscriberService());
  19636.         }, => 'handleFlags'], -100);
  19637.         $instance->addListener('MoorlMagazine\\Core\\Content\\MagazineArticle\\SalesChannel\\Events\\MagazineArticleSuggestCriteriaEvent', [=> function () {
  19638.             return ($this->privates['MoorlMagazine\\Core\\Content\\MagazineArticle\\SalesChannel\\Listing\\MagazineArticleListingFeaturesSubscriber'] ?? $this->getMagazineArticleListingFeaturesSubscriberService());
  19639.         }, => 'handleFlags'], -100);
  19640.         $instance->addListener('MoorlMagazine\\Core\\Content\\MagazineArticle\\SalesChannel\\Events\\MagazineArticleSearchCriteriaEvent', [=> function () {
  19641.             return ($this->privates['MoorlMagazine\\Core\\Content\\MagazineArticle\\SalesChannel\\Listing\\MagazineArticleListingFeaturesSubscriber'] ?? $this->getMagazineArticleListingFeaturesSubscriberService());
  19642.         }, => 'handleSearchRequest'], 100);
  19643.         $instance->addListener('MoorlMagazine\\Core\\Content\\MagazineArticle\\SalesChannel\\Events\\MagazineArticleSearchCriteriaEvent', [=> function () {
  19644.             return ($this->privates['MoorlMagazine\\Core\\Content\\MagazineArticle\\SalesChannel\\Listing\\MagazineArticleListingFeaturesSubscriber'] ?? $this->getMagazineArticleListingFeaturesSubscriberService());
  19645.         }, => 'handleFlags'], -100);
  19646.         $instance->addListener('MoorlMagazine\\Core\\Content\\MagazineArticle\\SalesChannel\\Events\\MagazineArticleListingResultEvent', [=> function () {
  19647.             return ($this->privates['MoorlMagazine\\Core\\Content\\MagazineArticle\\SalesChannel\\Listing\\MagazineArticleListingFeaturesSubscriber'] ?? $this->getMagazineArticleListingFeaturesSubscriberService());
  19648.         }, => 'handleResult'], 100);
  19649.         $instance->addListener('MoorlMagazine\\Core\\Content\\MagazineArticle\\SalesChannel\\Events\\MagazineArticleSearchResultEvent', [=> function () {
  19650.             return ($this->privates['MoorlMagazine\\Core\\Content\\MagazineArticle\\SalesChannel\\Listing\\MagazineArticleListingFeaturesSubscriber'] ?? $this->getMagazineArticleListingFeaturesSubscriberService());
  19651.         }, => 'handleResult'], 0);
  19652.         $instance->addListener('MoorlMagazine\\Core\\Content\\MagazineArticle\\DataAbstractionLayer\\MagazineArticleIndexerEvent', [=> function () {
  19653.             return ($this->privates['MoorlMagazine\\Storefront\\Framework\\Seo\\SeoUrlRoute\\SeoUrlUpdateListener'] ?? $this->getSeoUrlUpdateListener2Service());
  19654.         }, => 'onMagazineArticleIndexerEvent'], 0);
  19655.         $instance->addListener('Shopware\\Storefront\\Event\\StorefrontRenderEvent', [=> function () {
  19656.             return ($this->privates['Wbm\\TagManagerEcomm\\Subscriber\\StorefrontRenderSubscriber'] ?? $this->getStorefrontRenderSubscriber2Service());
  19657.         }, => 'onRender'], -1);
  19658.         $instance->addListener('kernel.controller', [=> function () {
  19659.             return ($this->privates['Wbm\\TagManagerEcomm\\Subscriber\\KernelEventsSubscriber'] ?? $this->getKernelEventsSubscriberService());
  19660.         }, => 'getDataLayerForXmlHttpRequest'], -21);
  19661.         $instance->addListener('kernel.response', [=> function () {
  19662.             return ($this->privates['Wbm\\TagManagerEcomm\\Subscriber\\KernelEventsSubscriber'] ?? $this->getKernelEventsSubscriberService());
  19663.         }, => 'prependDataLayerToResponse'], -1);
  19664.         $instance->addListener('Shopware\\Core\\Checkout\\Cart\\Event\\AfterLineItemAddedEvent', [=> function () {
  19665.             return ($this->privates['Wbm\\TagManagerEcomm\\Subscriber\\CartAddPrice\\AfterLineItemAddedSubscriber'] ?? $this->getAfterLineItemAddedSubscriberService());
  19666.         }, => 'onAfterLineItemAdded'], 0);
  19667.         $instance->addListener('Shopware\\Storefront\\Page\\Navigation\\NavigationPageLoadedEvent', [=> function () {
  19668.             return ($this->privates['Cbax\\ModulAdcell\\Subscriber\\BackendSubscriber'] ?? $this->getBackendSubscriberService());
  19669.         }, => 'onNavigationPageLoaded'], 0);
  19670.         $instance->addListener('Shopware\\Storefront\\Page\\Checkout\\Cart\\CheckoutCartPageLoadedEvent', [=> function () {
  19671.             return ($this->privates['Swag\\AmazonPay\\Storefront\\EventListeners\\AmazonPayButtonEventListener'] ?? $this->getAmazonPayButtonEventListenerService());
  19672.         }, => 'addAmazonPayButtonExtension'], 0);
  19673.         $instance->addListener('Shopware\\Storefront\\Page\\Checkout\\Offcanvas\\OffcanvasCartPageLoadedEvent', [=> function () {
  19674.             return ($this->privates['Swag\\AmazonPay\\Storefront\\EventListeners\\AmazonPayButtonEventListener'] ?? $this->getAmazonPayButtonEventListenerService());
  19675.         }, => 'addAmazonPayButtonExtension'], 0);
  19676.         $instance->addListener('Shopware\\Storefront\\Page\\Product\\ProductPageLoadedEvent', [=> function () {
  19677.             return ($this->privates['Swag\\AmazonPay\\Storefront\\EventListeners\\AmazonPayButtonEventListener'] ?? $this->getAmazonPayButtonEventListenerService());
  19678.         }, => 'addAmazonPayButtonExtension'], 0);
  19679.         $instance->addListener('Shopware\\Storefront\\Page\\Checkout\\Register\\CheckoutRegisterPageLoadedEvent', [=> function () {
  19680.             return ($this->privates['Swag\\AmazonPay\\Storefront\\EventListeners\\AmazonPayButtonEventListener'] ?? $this->getAmazonPayButtonEventListenerService());
  19681.         }, => 'addAmazonPayButtonExtension'], 0);
  19682.         $instance->addListener('Shopware\\Storefront\\Page\\Account\\Login\\AccountLoginPageLoadedEvent', [=> function () {
  19683.             return ($this->privates['Swag\\AmazonPay\\Storefront\\EventListeners\\AmazonLoginButtonEventListener'] ?? $this->getAmazonLoginButtonEventListenerService());
  19684.         }, => 'addAmazonLoginButtonExtension'], 0);
  19685.         $instance->addListener('Shopware\\Storefront\\Page\\Account\\Profile\\AccountProfilePageLoadedEvent', [=> function () {
  19686.             return ($this->privates['Swag\\AmazonPay\\Storefront\\EventListeners\\AmazonLoginButtonEventListener'] ?? $this->getAmazonLoginButtonEventListenerService());
  19687.         }, => 'addAmazonLoginButtonExtension'], 0);
  19688.         $instance->addListener('Shopware\\Storefront\\Page\\Checkout\\Confirm\\CheckoutConfirmPageLoadedEvent', [=> function () {
  19689.             return ($this->privates['Swag\\AmazonPay\\Storefront\\EventListeners\\AmazonPayConfirmEventListener'] ?? $this->getAmazonPayConfirmEventListenerService());
  19690.         }, => 'onLoadConfirmPage'], 0);
  19691.         $instance->addListener('sales_channel.payment_method.search.result.loaded', [=> function () {
  19692.             return ($this->privates['Swag\\AmazonPay\\Storefront\\EventListeners\\AmazonPayAvailabilityListener'] ?? $this->getAmazonPayAvailabilityListenerService());
  19693.         }, => 'onSalesChannelSearchResultLoaded'], -1);
  19694.         $instance->addListener('framework.validation.address.create', [=> function () {
  19695.             return ($this->privates['Swag\\AmazonPay\\Framework\\EventListeners\\AmazonPayAddressValidationListener'] ?? $this->getAmazonPayAddressValidationListenerService());
  19696.         }, => 'disableAdditionalAddressValidation'], 0);
  19697.         $instance->addListener('framework.validation.address.update', [=> function () {
  19698.             return ($this->privates['Swag\\AmazonPay\\Framework\\EventListeners\\AmazonPayAddressValidationListener'] ?? $this->getAmazonPayAddressValidationListenerService());
  19699.         }, => 'disableAdditionalAddressValidation'], 0);
  19700.         $instance->addListener('framework.validation.customer.create', [=> function () {
  19701.             return ($this->privates['Swag\\AmazonPay\\Framework\\EventListeners\\AmazonPayAddressValidationListener'] ?? $this->getAmazonPayAddressValidationListenerService());
  19702.         }, => 'disableBirthdayValidation'], 0);
  19703.         $instance->addListener('Shopware\\Storefront\\Pagelet\\Footer\\FooterPageletLoadedEvent', [=> function () {
  19704.             return ($this->privates['Swag\\AmazonPay\\Storefront\\Pagelet\\Footer\\FooterPageletLoadedEventSubscriber'] ?? $this->getFooterPageletLoadedEventSubscriberService());
  19705.         }, => 'onFooterPageletLoaded'], 0);
  19706.         $instance->addListener('Shopware\\Core\\Framework\\DataAbstractionLayer\\Write\\Validation\\PreWriteValidationEvent', [=> function () {
  19707.             return ($this->privates['DreiscSeoPro\\Core\\Content\\DreiscSeoBulk\\Aggregate\\DreiscSeoBulkTemplate\\DreiscSeoBulkTemplateValidator'] ?? $this->getDreiscSeoBulkTemplateValidatorService());
  19708.         }, => 'preValidate'], 0);
  19709.         $instance->addListener('Shopware\\Core\\Framework\\DataAbstractionLayer\\Write\\Validation\\PreWriteValidationEvent', [=> function () {
  19710.             return ($this->privates['DreiscSeoPro\\Core\\Content\\DreiscSeoBulk\\DreiscSeoBulkValidator'] ?? $this->getDreiscSeoBulkValidatorService());
  19711.         }, => 'preValidate'], 0);
  19712.         $instance->addListener('Shopware\\Core\\Framework\\DataAbstractionLayer\\Write\\Validation\\PreWriteValidationEvent', [=> function () {
  19713.             return ($this->services['DreiscSeoPro\\Core\\Content\\DreiscSeoRedirect\\DreiscSeoRedirectValidator'] ?? $this->getDreiscSeoRedirectValidatorService());
  19714.         }, => 'preValidate'], 0);
  19715.         $instance->addListener('category.loaded', [=> function () {
  19716.             return ($this->services['DreiscSeoPro\\Subscriber\\CategoryEvents\\CategoryLoadedSubscriber'] ?? $this->getCategoryLoadedSubscriberService());
  19717.         }, => 'onCategoryLoaded'], 0);
  19718.         $instance->addListener('Shopware\\Storefront\\Page\\Navigation\\NavigationPageLoadedEvent', [=> function () {
  19719.             return ($this->services['DreiscSeoPro\\Subscriber\\Installment\\BaseInformation\\BaseInformationSubscriber'] ?? ($this->services['DreiscSeoPro\\Subscriber\\Installment\\BaseInformation\\BaseInformationSubscriber'] = new \DreiscSeoPro\Subscriber\Installment\BaseInformation\BaseInformationSubscriber()));
  19720.         }, => 'addInstallment'], 0);
  19721.         $instance->addListener('Shopware\\Storefront\\Page\\Product\\ProductPageLoadedEvent', [=> function () {
  19722.             return ($this->services['DreiscSeoPro\\Subscriber\\Installment\\Canonical\\CanonicalSubscriber'] ?? $this->getCanonicalSubscriberService());
  19723.         }, => 'addInstallment'], 0);
  19724.         $instance->addListener('Shopware\\Storefront\\Page\\Navigation\\NavigationPageLoadedEvent', [=> function () {
  19725.             return ($this->services['DreiscSeoPro\\Subscriber\\Installment\\Canonical\\CanonicalSubscriber'] ?? $this->getCanonicalSubscriberService());
  19726.         }, => 'addInstallment'], 0);
  19727.         $instance->addListener('Shopware\\Storefront\\Page\\Product\\ProductPageLoadedEvent', [=> function () {
  19728.             return ($this->services['DreiscSeoPro\\Subscriber\\Installment\\RichSnippet\\RichSnippetSubscriber'] ?? $this->getRichSnippetSubscriberService());
  19729.         }, => 'addInstallment'], 0);
  19730.         $instance->addListener('Shopware\\Storefront\\Page\\Navigation\\NavigationPageLoadedEvent', [=> function () {
  19731.             return ($this->services['DreiscSeoPro\\Subscriber\\Installment\\RichSnippet\\RichSnippetSubscriber'] ?? $this->getRichSnippetSubscriberService());
  19732.         }, => 'addInstallment'], 0);
  19733.         $instance->addListener('Shopware\\Storefront\\Page\\Product\\ProductPageLoadedEvent', [=> function () {
  19734.             return ($this->services['DreiscSeoPro\\Subscriber\\Installment\\RobotsTag\\RobotsTagSubscriber'] ?? $this->getRobotsTagSubscriberService());
  19735.         }, => 'addInstallment'], 0);
  19736.         $instance->addListener('Shopware\\Storefront\\Page\\Navigation\\NavigationPageLoadedEvent', [=> function () {
  19737.             return ($this->services['DreiscSeoPro\\Subscriber\\Installment\\RobotsTag\\RobotsTagSubscriber'] ?? $this->getRobotsTagSubscriberService());
  19738.         }, => 'addInstallment'], 0);
  19739.         $instance->addListener('Shopware\\Storefront\\Page\\Product\\ProductPageLoadedEvent', [=> function () {
  19740.             return ($this->services['DreiscSeoPro\\Subscriber\\Installment\\SocialMedia\\SocialMediaSubscriber'] ?? $this->getSocialMediaSubscriberService());
  19741.         }, => 'addInstallment'], 0);
  19742.         $instance->addListener('Shopware\\Storefront\\Page\\Navigation\\NavigationPageLoadedEvent', [=> function () {
  19743.             return ($this->services['DreiscSeoPro\\Subscriber\\Installment\\SocialMedia\\SocialMediaSubscriber'] ?? $this->getSocialMediaSubscriberService());
  19744.         }, => 'addInstallment'], 0);
  19745.         $instance->addListener('product.loaded', [=> function () {
  19746.             return ($this->services['DreiscSeoPro\\Subscriber\\ProductEvents\\ProductLoadedSubscriber'] ?? $this->getProductLoadedSubscriberService());
  19747.         }, => 'onProductLoaded'], 0);
  19748.         $instance->addListener('Shopware\\Core\\Framework\\Event\\BeforeSendResponseEvent', [=> function () {
  19749.             return ($this->privates['Scop\\PlatformRedirecter\\Subscriber\\RequestSubscriber'] ?? $this->getRequestSubscriberService());
  19750.         }, => 'redirectBeforeSendResponse'], 0);
  19751.         $instance->addListener('Shopware\\Core\\Framework\\Event\\BeforeSendRedirectResponseEvent', [=> function () {
  19752.             return ($this->privates['Scop\\PlatformRedirecter\\Subscriber\\RequestSubscriber'] ?? $this->getRequestSubscriberService());
  19753.         }, => 'redirectBeforeSendResponse'], 0);
  19754.         $instance->addListener('Shopware\\Storefront\\Page\\Checkout\\Finish\\CheckoutFinishPageLoadedEvent', [=> function () {
  19755.             return ($this->privates['UnzerPayment6\\EventListeners\\Checkout\\FinishPageEventListener'] ?? $this->getFinishPageEventListenerService());
  19756.         }, => 'onCheckoutFinish'], 0);
  19757.         $instance->addListener('Shopware\\Storefront\\Page\\Checkout\\Confirm\\CheckoutConfirmPageLoadedEvent', [=> function () {
  19758.             return ($this->privates['UnzerPayment6\\EventListeners\\Checkout\\ConfirmPageEventListener'] ?? $this->getConfirmPageEventListenerService());
  19759.         }, => 'onCheckoutConfirm'], 0);
  19760.         $instance->addListener('Shopware\\Storefront\\Page\\Account\\Order\\AccountEditOrderPageLoadedEvent', [=> function () {
  19761.             return ($this->privates['UnzerPayment6\\EventListeners\\Checkout\\ConfirmPageEventListener'] ?? $this->getConfirmPageEventListenerService());
  19762.         }, => 'onCheckoutConfirm'], 0);
  19763.         $instance->addListener('Shopware\\Storefront\\Page\\Account\\PaymentMethod\\AccountPaymentMethodPageLoadedEvent', [=> function () {
  19764.             return ($this->privates['UnzerPayment6\\EventListeners\\Account\\PaymentMethodPageEventListener'] ?? $this->getPaymentMethodPageEventListenerService());
  19765.         }, => 'onLoadAccountPaymentMethod'], 0);
  19766.         $instance->addListener('sales_channel.payment_method.search.id.result.loaded', [=> function () {
  19767.             return ($this->privates['UnzerPayment6\\EventListeners\\PaymentMethod\\PaymentMethodLoadedEventListener'] ?? $this->getPaymentMethodLoadedEventListenerService());
  19768.         }, => 'onSalesChannelIdSearchResultLoaded'], -1);
  19769.         $instance->addListener('sales_channel.payment_method.search.result.loaded', [=> function () {
  19770.             return ($this->privates['UnzerPayment6\\EventListeners\\PaymentMethod\\PaymentMethodLoadedEventListener'] ?? $this->getPaymentMethodLoadedEventListenerService());
  19771.         }, => 'onSalesChannelSearchResultLoaded'], -1);
  19772.         $instance->addListener('Shopware\\Storefront\\Page\\Account\\Order\\AccountEditOrderPageLoadedEvent', [=> function () {
  19773.             return ($this->privates['UnzerPayment6\\EventListeners\\PaymentMethod\\PaymentMethodLoadedEventListener'] ?? $this->getPaymentMethodLoadedEventListenerService());
  19774.         }, => 'onAccountEditOrderPageLoaded'], 0);
  19775.         $instance->addListener('Shopware\\Storefront\\Page\\Checkout\\Confirm\\CheckoutConfirmPageLoadedEvent', [=> function () {
  19776.             return ($this->privates['UnzerPayment6\\EventListeners\\PaymentMethod\\PaymentMethodLoadedEventListener'] ?? $this->getPaymentMethodLoadedEventListenerService());
  19777.         }, => 'onCheckoutConfirmPageLoaded'], 0);
  19778.         $instance->addListener('Shopware\\Core\\System\\StateMachine\\Event\\StateMachineTransitionEvent', [=> function () {
  19779.             return ($this->privates['UnzerPayment6\\EventListeners\\StateMachine\\TransitionEventListener'] ?? $this->getTransitionEventListenerService());
  19780.         }, => 'onStateMachineTransition'], 0);
  19781.         $instance->addListener('order_transaction.loaded', [=> function () {
  19782.             return ($this->privates['UnzerPayment6\\EventListeners\\DataAbstractionLayer\\OrderTransactionEventListener'] ?? $this->getOrderTransactionEventListenerService());
  19783.         }, => 'onLoadOrderTransactionEntity'], 0);
  19784.         $instance->addListener('Shopware\\Storefront\\Page\\Checkout\\Cart\\CheckoutCartPageLoadedEvent', [=> function () {
  19785.             return ($this->privates['proxa_basket_cross_selling_sw6.subscriber.storefront.event_subscriber'] ?? $this->getProxaBasketCrossSellingSw6_Subscriber_Storefront_EventSubscriberService());
  19786.         }, => 'onCartEvent'], 0);
  19787.         $instance->addListener('Shopware\\Storefront\\Page\\Checkout\\Offcanvas\\OffcanvasCartPageLoadedEvent', [=> function () {
  19788.             return ($this->privates['proxa_basket_cross_selling_sw6.subscriber.storefront.event_subscriber'] ?? $this->getProxaBasketCrossSellingSw6_Subscriber_Storefront_EventSubscriberService());
  19789.         }, => 'onCartEvent'], 0);
  19790.         $instance->addListener('kernel.response', [=> function () {
  19791.             return ($this->privates['Redgecko\\Magnalister\\EventListeners\\MagnalisterEventListener'] ?? ($this->privates['Redgecko\\Magnalister\\EventListeners\\MagnalisterEventListener'] = new \Redgecko\Magnalister\EventListeners\MagnalisterEventListener()));
  19792.         }, => 'setMagnalisterSecurityHeaders'], 0);
  19793.         $instance->addListener('Shopware\\Storefront\\Page\\Product\\ProductPageLoadedEvent', [=> function () {
  19794.             return ($this->privates['Pixel\\LexikonSW6\\Subscriber\\Frontend'] ?? $this->getFrontend2Service());
  19795.         }, => 'onArticleDetailLoaded'], 0);
  19796.         $instance->addListener('Pixel\\LexikonSW6\\Entities\\Events\\LexikonIntexerEvent', [=> function () {
  19797.             return ($this->privates['Pixel\\LexikonSW6\\Core\\Seo\\SeoUrlRoute\\LexikonSeoUrlUpdateListener'] ?? $this->getLexikonSeoUrlUpdateListenerService());
  19798.         }, => 'updateLexikonUrls'], 0);
  19799.         $instance->addListener('Pixel\\LexikonSW6\\Entities\\Categories\\Events\\LexikonCategoriesIndexerEvent', [=> function () {
  19800.             return ($this->privates['Pixel\\LexikonSW6\\Core\\Seo\\SeoUrlRoute\\LexikonSeoUrlUpdateListener'] ?? $this->getLexikonSeoUrlUpdateListenerService());
  19801.         }, => 'updateLexikonCategoriesUrls'], 0);
  19802.         $instance->addListener('Pixel\\LexikonSW6\\Entities\\Items\\Events\\LexikonItemsIndexerEvent', [=> function () {
  19803.             return ($this->privates['Pixel\\LexikonSW6\\Core\\Seo\\SeoUrlRoute\\LexikonSeoUrlUpdateListener'] ?? $this->getLexikonSeoUrlUpdateListenerService());
  19804.         }, => 'updateLexikonItemUrls'], 0);
  19805.         $instance->addListener('Shopware\\Core\\Framework\\DataAbstractionLayer\\Event\\EntityWrittenContainerEvent', [=> function () {
  19806.             return ($this->privates['Pixel\\LexikonSW6\\Controller\\StoreApi\\CacheInvalidationSubscriber'] ?? $this->getCacheInvalidationSubscriberService());
  19807.         }, => 'invalidate'], 2001);
  19808.         $instance->addListener('sales_channel.product.loaded', [=> function () {
  19809.             return ($this->privates['Acris\\Promotion\\Subscriber\\ProductLoadedSubscriber'] ?? $this->getProductLoadedSubscriber2Service());
  19810.         }, => 'loaded'], -50);
  19811.         $instance->addListener('promotion.written', [=> function () {
  19812.             return ($this->privates['Acris\\Promotion\\Subscriber\\ClearCache'] ?? $this->getClearCacheService());
  19813.         }, => 'clearCache'], 0);
  19814.         $instance->addListener('promotion_discount.written', [=> function () {
  19815.             return ($this->privates['Acris\\Promotion\\Subscriber\\ClearCache'] ?? $this->getClearCacheService());
  19816.         }, => 'clearCache'], 0);
  19817.         $instance->addListener('Shopware\\Core\\Checkout\\Cart\\Event\\CheckoutOrderPlacedEvent', [=> function () {
  19818.             return ($this->privates['Meteor\\PromotionGift\\Subscribers\\FreeGiftRedemptionUpdater'] ?? $this->getFreeGiftRedemptionUpdaterService());
  19819.         }, => '__invoke'], 0);
  19820.         $instance->addListener('Shopware\\Core\\Checkout\\Cart\\Order\\CartConvertedEvent', [=> function () {
  19821.             return ($this->privates['Meteor\\PromotionGift\\Subscribers\\RemovePromoWrapperFromOrder'] ?? ($this->privates['Meteor\\PromotionGift\\Subscribers\\RemovePromoWrapperFromOrder'] = new \Meteor\PromotionGift\Subscribers\RemovePromoWrapperFromOrder()));
  19822.         }, => '__invoke'], 0);
  19823.         $instance->addListener('Shopware\\Storefront\\Event\\StorefrontRenderEvent', [=> function () {
  19824.             return ($this->privates['NetInventors\\NetiNextModal\\Subscriber\\StorefrontRenderSubscriber'] ?? $this->getStorefrontRenderSubscriberService());
  19825.         }, => 'onStorefrontRender'], 0);
  19826.         $instance->addListener('Shopware\\Storefront\\Page\\Product\\ProductPageLoadedEvent', [=> function () {
  19827.             return ($this->privates['Cbax\\ModulManufacturers\\Subscriber\\FrontendSubscriber'] ?? $this->getFrontendSubscriberService());
  19828.         }, => 'onProductPageLoaded'], 0);
  19829.         $instance->addListener('Shopware\\Core\\System\\SystemConfig\\Event\\SystemConfigChangedEvent', [=> function () {
  19830.             return ($this->privates['Cbax\\ModulManufacturers\\Subscriber\\BackendSubscriber'] ?? $this->getBackendSubscriber3Service());
  19831.         }, => 'onSystemConfigChanged'], 0);
  19832.         $instance->addListener('Shopware\\Storefront\\Page\\Product\\ProductPageLoadedEvent', [=> function () {
  19833.             return ($this->privates['Acris\\SuggestedProducts\\Storefront\\Subscriber\\SuggestedProductsSubscriber'] ?? $this->getSuggestedProductsSubscriberService());
  19834.         }, => 'OnProductPageLoaded'], 0);
  19835.         $instance->addListener('Shopware\\Storefront\\Page\\Account\\Overview\\AccountOverviewPageLoadedEvent', [=> function () {
  19836.             return ($this->privates['Zeobv\\AbandonedCart\\Storefront\\Subscriber\\PageSubscriber'] ?? $this->getPageSubscriberService());
  19837.         }, => 'onAccountOverviewLoaded'], 0);
  19838.         $instance->addListener('Shopware\\Core\\Checkout\\Cart\\Event\\AfterLineItemAddedEvent', [=> function () {
  19839.             return ($this->privates['Zeobv\\AbandonedCart\\Storefront\\Subscriber\\PageSubscriber'] ?? $this->getPageSubscriberService());
  19840.         }, => 'onLineItemAdded'], 0);
  19841.         $instance->addListener('Shopware\\Core\\Checkout\\Cart\\Event\\AfterLineItemQuantityChangedEvent', [=> function () {
  19842.             return ($this->privates['Zeobv\\AbandonedCart\\Storefront\\Subscriber\\PageSubscriber'] ?? $this->getPageSubscriberService());
  19843.         }, => 'onLineItemQtyChanged'], 0);
  19844.         $instance->addListener('Shopware\\Core\\Checkout\\Cart\\Event\\AfterLineItemRemovedEvent', [=> function () {
  19845.             return ($this->privates['Zeobv\\AbandonedCart\\Storefront\\Subscriber\\PageSubscriber'] ?? $this->getPageSubscriberService());
  19846.         }, => 'onLineItemRemoved'], 0);
  19847.         $instance->addListener('Shopware\\Storefront\\Page\\Checkout\\Offcanvas\\OffcanvasCartPageLoadedEvent', [=> function () {
  19848.             return ($this->privates['Zeobv\\AbandonedCart\\Storefront\\Subscriber\\PageSubscriber'] ?? $this->getPageSubscriberService());
  19849.         }, => 'onOffcanvasCartPageLoaded'], 0);
  19850.         $instance->addListener('Shopware\\Storefront\\Page\\Checkout\\Register\\CheckoutRegisterPageLoadedEvent', [=> function () {
  19851.             return ($this->privates['Zeobv\\AbandonedCart\\Storefront\\Subscriber\\PageSubscriber'] ?? $this->getPageSubscriberService());
  19852.         }, => 'onCheckoutRegisterPageLoaded'], 0);
  19853.         $instance->addListener('Shopware\\Storefront\\Page\\Checkout\\Confirm\\CheckoutConfirmPageLoadedEvent', [=> function () {
  19854.             return ($this->privates['Zeobv\\AbandonedCart\\Storefront\\Subscriber\\PageSubscriber'] ?? $this->getPageSubscriberService());
  19855.         }, => 'onCheckoutConfirmPageLoaded'], 0);
  19856.         $instance->addListener('order.written', [=> function () {
  19857.             return ($this->privates['Zeobv\\AbandonedCart\\Core\\Subscriber\\OrderSubscriber'] ?? $this->getOrderSubscriberService());
  19858.         }, => 'onOrderWritten'], 0);
  19859.         $instance->addListener('Shopware\\Core\\Content\\Product\\Events\\ProductSearchResultEvent', [=> function () {
  19860.             return ($this->privates['Cbax\\ModulAnalytics\\Subscriber\\BackendSubscriber'] ?? $this->getBackendSubscriber2Service());
  19861.         }, => 'onProductSearch'], -10);
  19862.         $instance->addListener('Shopware\\Storefront\\Page\\Product\\ProductPageLoadedEvent', [=> function () {
  19863.             return ($this->privates['Cbax\\ModulAnalytics\\Subscriber\\BackendSubscriber'] ?? $this->getBackendSubscriber2Service());
  19864.         }, => 'onProductPageLoaded'], -10);
  19865.         $instance->addListener('Shopware\\Storefront\\Page\\Navigation\\NavigationPageLoadedEvent', [=> function () {
  19866.             return ($this->privates['Cbax\\ModulAnalytics\\Subscriber\\BackendSubscriber'] ?? $this->getBackendSubscriber2Service());
  19867.         }, => 'onNavigationPageLoaded'], -10);
  19868.         $instance->addListener('Shopware\\Storefront\\Page\\LandingPage\\LandingPageLoadedEvent', [=> function () {
  19869.             return ($this->privates['Cbax\\ModulAnalytics\\Subscriber\\BackendSubscriber'] ?? $this->getBackendSubscriber2Service());
  19870.         }, => 'onLandingPageLoaded'], -10);
  19871.         $instance->addListener('Shopware\\Storefront\\Page\\Search\\SearchPageLoadedEvent', [=> function () {
  19872.             return ($this->privates['Cbax\\ModulAnalytics\\Subscriber\\BackendSubscriber'] ?? $this->getBackendSubscriber2Service());
  19873.         }, => 'onSearchPageLoaded'], -10);
  19874.         $instance->addListener('Shopware\\Storefront\\Page\\Checkout\\Finish\\CheckoutFinishPageLoadedEvent', [=> function () {
  19875.             return ($this->privates['Cbax\\ModulAnalytics\\Subscriber\\BackendSubscriber'] ?? $this->getBackendSubscriber2Service());
  19876.         }, => 'onOrderFinished'], -10);
  19877.         $instance->addListener('Shopware\\Storefront\\Page\\Checkout\\Confirm\\CheckoutConfirmPageLoadedEvent', [=> function () {
  19878.             return ($this->privates['ProxaCheckoutTemplate\\Subscriber\\Storefront\\CheckoutSubscriber'] ?? $this->getCheckoutSubscriberService());
  19879.         }, => 'onCheckoutConfirmPageLoaded'], 0);
  19880.         $instance->addListener('Shopware\\Storefront\\Page\\Checkout\\Register\\CheckoutRegisterPageLoadedEvent', [=> function () {
  19881.             return ($this->privates['ProxaCheckoutTemplate\\Subscriber\\Storefront\\CheckoutSubscriber'] ?? $this->getCheckoutSubscriberService());
  19882.         }, => 'onCheckoutRegisterPageLoaded'], 0);
  19883.         $instance->addListener('Shopware\\Core\\Checkout\\Customer\\Event\\CustomerRegisterEvent', [=> function () {
  19884.             return ($this->privates['ProxaCheckoutTemplate\\Subscriber\\Storefront\\CheckoutSubscriber'] ?? $this->getCheckoutSubscriberService());
  19885.         }, => 'onCustomerRegister'], 0);
  19886.         $instance->addListener('Shopware\\Core\\Checkout\\Customer\\Event\\GuestCustomerRegisterEvent', [=> function () {
  19887.             return ($this->privates['ProxaCheckoutTemplate\\Subscriber\\Storefront\\CheckoutSubscriber'] ?? $this->getCheckoutSubscriberService());
  19888.         }, => 'onCustomerRegister'], 0);
  19889.         $instance->addListener('Cbax\\ModulExternalOrder\\Core\\Content\\Events\\CbaxExternalOrderImportFailedEvent', [=> function () {
  19890.             return ($this->privates['Cbax\\ModulOrderImportGalaxus\\Subscriber\\BackendSubscriber'] ?? $this->getBackendSubscriber4Service());
  19891.         }, => 'onImportFailed'], 0);
  19892.         $instance->addListener('Cbax\\ModulExternalOrder\\Core\\Content\\Events\\CbaxExternalOrderSaveExternalOrderAfterSaveEvent', [=> function () {
  19893.             return ($this->privates['Cbax\\ModulOrderImportGalaxus\\Subscriber\\BackendSubscriber'] ?? $this->getBackendSubscriber4Service());
  19894.         }, => 'onExternalOrderWritten'], 0);
  19895.         $instance->addListener('product_export.written', [=> function () {
  19896.             return ($this->privates['Wato\\DigitecGalaxusExport\\Subscriber\\ProductExportWrittenSubscriber'] ?? $this->getProductExportWrittenSubscriberService());
  19897.         }, => 'afterWrite'], 0);
  19898.         $instance->addListener('Shopware\\Core\\Content\\ProductExport\\Event\\ProductExportProductCriteriaEvent', [=> function () {
  19899.             return ($this->privates['Wato\\DigitecGalaxusExport\\Subscriber\\ProductExportProductCriteriaSubscriber'] ?? ($this->privates['Wato\\DigitecGalaxusExport\\Subscriber\\ProductExportProductCriteriaSubscriber'] = new \Wato\DigitecGalaxusExport\Subscriber\ProductExportProductCriteriaSubscriber()));
  19900.         }, => 'addAssociation'], 0);
  19901.         $instance->addListener('Shopware\\Storefront\\Pagelet\\Header\\HeaderPageletLoadedEvent', [=> function () {
  19902.             return ($this->privates['LDSCustom\\Subscriber\\Frontend'] ?? $this->getFrontendService());
  19903.         }, => 'onPageLoaded'], 0);
  19904.         $instance->addListener('Shopware\\Storefront\\Page\\GenericPageLoadedEvent', [=> function () {
  19905.             return ($this->privates['LDSCustom\\Subscriber\\Recipe'] ?? $this->getRecipeService());
  19906.         }, => 'onRecipePageLoaded'], 0);
  19907.         $instance->addListener('Shopware\\Storefront\\Page\\Product\\ProductPageLoadedEvent', [=> function () {
  19908.             return ($this->privates['LDSCustom\\Subscriber\\Product'] ?? $this->getProduct2Service());
  19909.         }, => 'onProductPageLoaded'], 0);
  19910.         $instance->addListener('Shopware\\Storefront\\Page\\Product\\ProductPageLoadedEvent', [=> function () {
  19911.             return ($this->privates['LDSCustom\\Subscriber\\ProductSubscriber'] ?? $this->getProductSubscriberService());
  19912.         }, => 'loaded'], -50);
  19913.         $instance->addListener('kernel.response', [=> function () {
  19914.             return ($this->privates['response_listener'] ?? ($this->privates['response_listener'] = new \Symfony\Component\HttpKernel\EventListener\ResponseListener('UTF-8'false)));
  19915.         }, => 'onKernelResponse'], 0);
  19916.         $instance->addListener('kernel.response', [=> function () {
  19917.             return ($this->privates['streamed_response_listener'] ?? ($this->privates['streamed_response_listener'] = new \Symfony\Component\HttpKernel\EventListener\StreamedResponseListener()));
  19918.         }, => 'onKernelResponse'], -1024);
  19919.         $instance->addListener('kernel.request', [=> function () {
  19920.             return ($this->privates['locale_listener'] ?? $this->getLocaleListenerService());
  19921.         }, => 'setDefaultLocale'], 100);
  19922.         $instance->addListener('kernel.request', [=> function () {
  19923.             return ($this->privates['locale_listener'] ?? $this->getLocaleListenerService());
  19924.         }, => 'onKernelRequest'], 16);
  19925.         $instance->addListener('kernel.finish_request', [=> function () {
  19926.             return ($this->privates['locale_listener'] ?? $this->getLocaleListenerService());
  19927.         }, => 'onKernelFinishRequest'], 0);
  19928.         $instance->addListener('kernel.request', [=> function () {
  19929.             return ($this->privates['validate_request_listener'] ?? ($this->privates['validate_request_listener'] = new \Symfony\Component\HttpKernel\EventListener\ValidateRequestListener()));
  19930.         }, => 'onKernelRequest'], 256);
  19931.         $instance->addListener('kernel.response', [=> function () {
  19932.             return ($this->privates['disallow_search_engine_index_response_listener'] ?? ($this->privates['disallow_search_engine_index_response_listener'] = new \Symfony\Component\HttpKernel\EventListener\DisallowRobotsIndexingListener()));
  19933.         }, => 'onResponse'], -255);
  19934.         $instance->addListener('kernel.controller_arguments', [=> function () {
  19935.             return ($this->privates['exception_listener'] ?? $this->getExceptionListenerService());
  19936.         }, => 'onControllerArguments'], 0);
  19937.         $instance->addListener('kernel.exception', [=> function () {
  19938.             return ($this->privates['exception_listener'] ?? $this->getExceptionListenerService());
  19939.         }, => 'logKernelException'], 0);
  19940.         $instance->addListener('kernel.exception', [=> function () {
  19941.             return ($this->privates['exception_listener'] ?? $this->getExceptionListenerService());
  19942.         }, => 'onKernelException'], -128);
  19943.         $instance->addListener('kernel.response', [=> function () {
  19944.             return ($this->privates['exception_listener'] ?? $this->getExceptionListenerService());
  19945.         }, => 'removeCspHeader'], -128);
  19946.         $instance->addListener('kernel.request', [=> function () {
  19947.             return ($this->privates['locale_aware_listener'] ?? $this->getLocaleAwareListenerService());
  19948.         }, => 'onKernelRequest'], 15);
  19949.         $instance->addListener('kernel.finish_request', [=> function () {
  19950.             return ($this->privates['locale_aware_listener'] ?? $this->getLocaleAwareListenerService());
  19951.         }, => 'onKernelFinishRequest'], -15);
  19952.         $instance->addListener('console.error', [=> function () {
  19953.             return ($this->privates['console.error_listener'] ?? $this->getConsole_ErrorListenerService());
  19954.         }, => 'onConsoleError'], -128);
  19955.         $instance->addListener('console.terminate', [=> function () {
  19956.             return ($this->privates['console.error_listener'] ?? $this->getConsole_ErrorListenerService());
  19957.         }, => 'onConsoleTerminate'], -128);
  19958.         $instance->addListener('console.error', [=> function () {
  19959.             return ($this->privates['console.suggest_missing_package_subscriber'] ?? ($this->privates['console.suggest_missing_package_subscriber'] = new \Symfony\Bundle\FrameworkBundle\EventListener\SuggestMissingPackageSubscriber()));
  19960.         }, => 'onConsoleError'], 0);
  19961.         $instance->addListener('Symfony\\Component\\Mailer\\Event\\MessageEvent', [=> function () {
  19962.             return ($this->privates['mailer.envelope_listener'] ?? ($this->privates['mailer.envelope_listener'] = new \Symfony\Component\Mailer\EventListener\EnvelopeListener(NULLNULL)));
  19963.         }, => 'onMessage'], -255);
  19964.         $instance->addListener('Symfony\\Component\\Mailer\\Event\\MessageEvent', [=> function () {
  19965.             return ($this->privates['mailer.message_logger_listener'] ?? ($this->privates['mailer.message_logger_listener'] = new \Symfony\Component\Mailer\EventListener\MessageLoggerListener()));
  19966.         }, => 'onMessage'], -255);
  19967.         $instance->addListener('kernel.response', [=> function () {
  19968.             return ($this->privates['esi_listener'] ?? $this->getEsiListenerService());
  19969.         }, => 'onKernelResponse'], 0);
  19970.         $instance->addListener('kernel.request', [=> function () {
  19971.             return ($this->privates['fragment.listener'] ?? $this->getFragment_ListenerService());
  19972.         }, => 'onKernelRequest'], 48);
  19973.         $instance->addListener('kernel.request', [=> function () {
  19974.             return ($this->privates['debug.debug_handlers_listener'] ?? $this->getDebug_DebugHandlersListenerService());
  19975.         }, => 'configure'], 2048);
  19976.         $instance->addListener('console.command', [=> function () {
  19977.             return ($this->privates['debug.debug_handlers_listener'] ?? $this->getDebug_DebugHandlersListenerService());
  19978.         }, => 'configure'], 2048);
  19979.         $instance->addListener('kernel.request', [=> function () {
  19980.             return ($this->privates['router_listener'] ?? $this->getRouterListenerService());
  19981.         }, => 'onKernelRequest'], 32);
  19982.         $instance->addListener('kernel.finish_request', [=> function () {
  19983.             return ($this->privates['router_listener'] ?? $this->getRouterListenerService());
  19984.         }, => 'onKernelFinishRequest'], 0);
  19985.         $instance->addListener('kernel.exception', [=> function () {
  19986.             return ($this->privates['router_listener'] ?? $this->getRouterListenerService());
  19987.         }, => 'onKernelException'], -64);
  19988.         $instance->addListener('kernel.request', [=> function () {
  19989.             return ($this->privates['session_listener'] ?? $this->getSessionListenerService());
  19990.         }, => 'onKernelRequest'], 128);
  19991.         $instance->addListener('kernel.response', [=> function () {
  19992.             return ($this->privates['session_listener'] ?? $this->getSessionListenerService());
  19993.         }, => 'onKernelResponse'], -1000);
  19994.         $instance->addListener('kernel.finish_request', [=> function () {
  19995.             return ($this->privates['session_listener'] ?? $this->getSessionListenerService());
  19996.         }, => 'onFinishRequest'], 0);
  19997.         $instance->addListener('Symfony\\Component\\Messenger\\Event\\WorkerMessageFailedEvent', [=> function () {
  19998.             return ($this->privates['messenger.retry.send_failed_message_for_retry_listener'] ?? $this->getMessenger_Retry_SendFailedMessageForRetryListenerService());
  19999.         }, => 'onMessageFailed'], 100);
  20000.         $instance->addListener('Symfony\\Component\\Messenger\\Event\\WorkerMessageFailedEvent', [=> function () {
  20001.             return ($this->privates['messenger.failure.add_error_details_stamp_listener'] ?? ($this->privates['messenger.failure.add_error_details_stamp_listener'] = new \Symfony\Component\Messenger\EventListener\AddErrorDetailsStampListener()));
  20002.         }, => 'onMessageFailed'], 200);
  20003.         $instance->addListener('Symfony\\Component\\Messenger\\Event\\WorkerRunningEvent', [=> function () {
  20004.             return ($this->privates['messenger.listener.dispatch_pcntl_signal_listener'] ?? ($this->privates['messenger.listener.dispatch_pcntl_signal_listener'] = new \Symfony\Component\Messenger\EventListener\DispatchPcntlSignalListener()));
  20005.         }, => 'onWorkerRunning'], 100);
  20006.         $instance->addListener('Symfony\\Component\\Messenger\\Event\\WorkerStartedEvent', [=> function () {
  20007.             return ($this->privates['messenger.listener.stop_worker_on_restart_signal_listener'] ?? $this->getMessenger_Listener_StopWorkerOnRestartSignalListenerService());
  20008.         }, => 'onWorkerStarted'], 0);
  20009.         $instance->addListener('Symfony\\Component\\Messenger\\Event\\WorkerRunningEvent', [=> function () {
  20010.             return ($this->privates['messenger.listener.stop_worker_on_restart_signal_listener'] ?? $this->getMessenger_Listener_StopWorkerOnRestartSignalListenerService());
  20011.         }, => 'onWorkerRunning'], 0);
  20012.         $instance->addListener('Symfony\\Component\\Messenger\\Event\\WorkerStartedEvent', [=> function () {
  20013.             return ($this->privates['messenger.listener.stop_worker_on_sigterm_signal_listener'] ?? $this->getMessenger_Listener_StopWorkerOnSigtermSignalListenerService());
  20014.         }, => 'onWorkerStarted'], 100);
  20015.         $instance->addListener('Symfony\\Component\\Messenger\\Event\\WorkerMessageFailedEvent', [=> function () {
  20016.             return ($this->privates['messenger.listener.stop_worker_on_stop_exception_listener'] ?? ($this->privates['messenger.listener.stop_worker_on_stop_exception_listener'] = new \Symfony\Component\Messenger\EventListener\StopWorkerOnCustomStopExceptionListener()));
  20017.         }, => 'onMessageFailed'], 0);
  20018.         $instance->addListener('Symfony\\Component\\Messenger\\Event\\WorkerRunningEvent', [=> function () {
  20019.             return ($this->privates['messenger.listener.stop_worker_on_stop_exception_listener'] ?? ($this->privates['messenger.listener.stop_worker_on_stop_exception_listener'] = new \Symfony\Component\Messenger\EventListener\StopWorkerOnCustomStopExceptionListener()));
  20020.         }, => 'onWorkerRunning'], 0);
  20021.         $instance->addListener('kernel.response', [=> function () {
  20022.             return ($this->privates['profiler_listener'] ?? $this->getProfilerListenerService());
  20023.         }, => 'onKernelResponse'], -100);
  20024.         $instance->addListener('kernel.exception', [=> function () {
  20025.             return ($this->privates['profiler_listener'] ?? $this->getProfilerListenerService());
  20026.         }, => 'onKernelException'], 0);
  20027.         $instance->addListener('kernel.terminate', [=> function () {
  20028.             return ($this->privates['profiler_listener'] ?? $this->getProfilerListenerService());
  20029.         }, => 'onKernelTerminate'], -1024);
  20030.         $instance->addListener('kernel.controller', [=> function () {
  20031.             return ($this->privates['data_collector.request'] ?? $this->getDataCollector_RequestService());
  20032.         }, => 'onKernelController'], 0);
  20033.         $instance->addListener('kernel.response', [=> function () {
  20034.             return ($this->privates['data_collector.request'] ?? $this->getDataCollector_RequestService());
  20035.         }, => 'onKernelResponse'], 0);
  20036.         $instance->addListener('console.command', [=> function () {
  20037.             return ($this->privates['monolog.handler.console'] ?? $this->getMonolog_Handler_ConsoleService());
  20038.         }, => 'onCommand'], 255);
  20039.         $instance->addListener('console.terminate', [=> function () {
  20040.             return ($this->privates['monolog.handler.console'] ?? $this->getMonolog_Handler_ConsoleService());
  20041.         }, => 'onTerminate'], -255);
  20042.         $instance->addListener('kernel.controller', [=> function () {
  20043.             return ($this->privates['sensio_framework_extra.controller.listener'] ?? $this->getSensioFrameworkExtra_Controller_ListenerService());
  20044.         }, => 'onKernelController'], 0);
  20045.         $instance->addListener('kernel.controller', [=> function () {
  20046.             return ($this->privates['sensio_framework_extra.converter.listener'] ?? $this->getSensioFrameworkExtra_Converter_ListenerService());
  20047.         }, => 'onKernelController'], 0);
  20048.         $instance->addListener('kernel.controller', [=> function () {
  20049.             return ($this->privates['sensio_framework_extra.view.listener'] ?? $this->getSensioFrameworkExtra_View_ListenerService());
  20050.         }, => 'onKernelController'], -128);
  20051.         $instance->addListener('kernel.view', [=> function () {
  20052.             return ($this->privates['sensio_framework_extra.view.listener'] ?? $this->getSensioFrameworkExtra_View_ListenerService());
  20053.         }, => 'onKernelView'], 0);
  20054.         $instance->addListener('kernel.controller', [=> function () {
  20055.             return ($this->privates['sensio_framework_extra.cache.listener'] ?? ($this->privates['sensio_framework_extra.cache.listener'] = new \Sensio\Bundle\FrameworkExtraBundle\EventListener\HttpCacheListener()));
  20056.         }, => 'onKernelController'], 0);
  20057.         $instance->addListener('kernel.response', [=> function () {
  20058.             return ($this->privates['sensio_framework_extra.cache.listener'] ?? ($this->privates['sensio_framework_extra.cache.listener'] = new \Sensio\Bundle\FrameworkExtraBundle\EventListener\HttpCacheListener()));
  20059.         }, => 'onKernelResponse'], 0);
  20060.         $instance->addListener('kernel.controller_arguments', [=> function () {
  20061.             return ($this->privates['framework_extra_bundle.event.is_granted'] ?? $this->getFrameworkExtraBundle_Event_IsGrantedService());
  20062.         }, => 'onKernelControllerArguments'], 0);
  20063.         $instance->addListener('Symfony\\Component\\Mailer\\Event\\MessageEvent', [=> function () {
  20064.             return ($this->privates['twig.mailer.message_listener'] ?? $this->getTwig_Mailer_MessageListenerService());
  20065.         }, => 'onMessage'], 0);
  20066.         $instance->addListener('console.command', [=> function () {
  20067.             return ($this->privates['debug.dump_listener'] ?? $this->getDebug_DumpListenerService());
  20068.         }, => 'configure'], 1024);
  20069.         $instance->addListener('kernel.terminate', [=> function () {
  20070.             return ($this->privates['enqueue.client.default.flush_spool_producer_listener'] ?? $this->getEnqueue_Client_Default_FlushSpoolProducerListenerService());
  20071.         }, => 'flushMessages'], 0);
  20072.         $instance->addListener('console.terminate', [=> function () {
  20073.             return ($this->privates['enqueue.client.default.flush_spool_producer_listener'] ?? $this->getEnqueue_Client_Default_FlushSpoolProducerListenerService());
  20074.         }, => 'flushMessages'], 0);
  20075.         $instance->addListener('kernel.response', [=> function () {
  20076.             return ($this->privates['web_profiler.debug_toolbar'] ?? $this->getWebProfiler_DebugToolbarService());
  20077.         }, => 'onKernelResponse'], -128);
  20078.         return $instance;
  20079.     }
  20080.     /**
  20081.      * Gets the public 'flow.repository' shared service.
  20082.      *
  20083.      * @return \Shopware\Core\Framework\DataAbstractionLayer\EntityRepositoryForwardCompatibilityDecorator
  20084.      */
  20085.     protected function getFlow_RepositoryService()
  20086.     {
  20087.         $a = ($this->services['Shopware\\Core\\Framework\\DataAbstractionLayer\\VersionManager'] ?? $this->getVersionManagerService());
  20088.         if (isset($this->services['flow.repository'])) {
  20089.             return $this->services['flow.repository'];
  20090.         }
  20091.         $b = ($this->services['Shopware\\Core\\Framework\\DataAbstractionLayer\\Search\\EntitySearcherInterface'] ?? $this->getEntitySearcherInterfaceService());
  20092.         if (isset($this->services['flow.repository'])) {
  20093.             return $this->services['flow.repository'];
  20094.         }
  20095.         $c = ($this->services['Shopware\\Core\\Framework\\DataAbstractionLayer\\Search\\EntityAggregatorInterface'] ?? $this->getEntityAggregatorInterfaceService());
  20096.         if (isset($this->services['flow.repository'])) {
  20097.             return $this->services['flow.repository'];
  20098.         }
  20099.         $d = ($this->services['event_dispatcher'] ?? $this->getEventDispatcherService());
  20100.         if (isset($this->services['flow.repository'])) {
  20101.             return $this->services['flow.repository'];
  20102.         }
  20103.         return $this->services['flow.repository'] = new \Shopware\Core\Framework\DataAbstractionLayer\EntityRepositoryForwardCompatibilityDecorator(new \Shopware\Core\Framework\DataAbstractionLayer\EntityRepository(($this->services['Shopware\\Core\\Content\\Flow\\FlowDefinition'] ?? $this->getFlowDefinitionService()), ($this->services['Shopware\\Core\\Framework\\DataAbstractionLayer\\Read\\EntityReaderInterface'] ?? $this->getEntityReaderInterfaceService()), $a$b$c$d, ($this->services['Shopware\\Core\\Framework\\DataAbstractionLayer\\Event\\EntityLoadedEventFactory'] ?? $this->getEntityLoadedEventFactoryService())));
  20104.     }
  20105.     /**
  20106.      * Gets the public 'flow_sequence.repository' shared service.
  20107.      *
  20108.      * @return \Shopware\Core\Framework\DataAbstractionLayer\EntityRepositoryForwardCompatibilityDecorator
  20109.      */
  20110.     protected function getFlowSequence_RepositoryService()
  20111.     {
  20112.         return $this->services['flow_sequence.repository'] = new \Shopware\Core\Framework\DataAbstractionLayer\EntityRepositoryForwardCompatibilityDecorator(new \Shopware\Core\Framework\DataAbstractionLayer\EntityRepository(($this->services['Shopware\\Core\\Content\\Flow\\Aggregate\\FlowSequence\\FlowSequenceDefinition'] ?? $this->getFlowSequenceDefinitionService()), ($this->services['Shopware\\Core\\Framework\\DataAbstractionLayer\\Read\\EntityReaderInterface'] ?? $this->getEntityReaderInterfaceService()), ($this->services['Shopware\\Core\\Framework\\DataAbstractionLayer\\VersionManager'] ?? $this->getVersionManagerService()), ($this->services['Shopware\\Core\\Framework\\DataAbstractionLayer\\Search\\EntitySearcherInterface'] ?? $this->getEntitySearcherInterfaceService()), ($this->services['Shopware\\Core\\Framework\\DataAbstractionLayer\\Search\\EntityAggregatorInterface'] ?? $this->getEntityAggregatorInterfaceService()), ($this->services['event_dispatcher'] ?? $this->getEventDispatcherService()), ($this->services['Shopware\\Core\\Framework\\DataAbstractionLayer\\Event\\EntityLoadedEventFactory'] ?? $this->getEntityLoadedEventFactoryService())));
  20113.     }
  20114.     /**
  20115.      * Gets the public 'flow_template.repository' shared service.
  20116.      *
  20117.      * @return \Shopware\Core\Framework\DataAbstractionLayer\EntityRepositoryForwardCompatibilityDecorator
  20118.      */
  20119.     protected function getFlowTemplate_RepositoryService()
  20120.     {
  20121.         return $this->services['flow_template.repository'] = new \Shopware\Core\Framework\DataAbstractionLayer\EntityRepositoryForwardCompatibilityDecorator(new \Shopware\Core\Framework\DataAbstractionLayer\EntityRepository(($this->services['Shopware\\Core\\Content\\Flow\\Aggregate\\FlowTemplate\\FlowTemplateDefinition'] ?? $this->getFlowTemplateDefinitionService()), ($this->services['Shopware\\Core\\Framework\\DataAbstractionLayer\\Read\\EntityReaderInterface'] ?? $this->getEntityReaderInterfaceService()), ($this->services['Shopware\\Core\\Framework\\DataAbstractionLayer\\VersionManager'] ?? $this->getVersionManagerService()), ($this->services['Shopware\\Core\\Framework\\DataAbstractionLayer\\Search\\EntitySearcherInterface'] ?? $this->getEntitySearcherInterfaceService()), ($this->services['Shopware\\Core\\Framework\\DataAbstractionLayer\\Search\\EntityAggregatorInterface'] ?? $this->getEntityAggregatorInterfaceService()), ($this->services['event_dispatcher'] ?? $this->getEventDispatcherService()), ($this->services['Shopware\\Core\\Framework\\DataAbstractionLayer\\Event\\EntityLoadedEventFactory'] ?? $this->getEntityLoadedEventFactoryService())));
  20122.     }
  20123.     /**
  20124.      * Gets the public 'framework.filesystem.private' shared service.
  20125.      *
  20126.      * @return \Shopware\Core\Framework\Adapter\Filesystem\PrefixFilesystem
  20127.      */
  20128.     protected function getFramework_Filesystem_PrivateService()
  20129.     {
  20130.         include_once \dirname(__DIR__4).'/vendor/shopware/core/Framework/Adapter/Filesystem/AbstractFilesystem.php';
  20131.         include_once \dirname(__DIR__4).'/vendor/shopware/core/Framework/Adapter/Filesystem/PrefixFilesystem.php';
  20132.         return $this->services['framework.filesystem.private'] = new \Shopware\Core\Framework\Adapter\Filesystem\PrefixFilesystem(($this->services['shopware.filesystem.private'] ?? $this->getShopware_Filesystem_PrivateService()), 'plugins/framework');
  20133.     }
  20134.     /**
  20135.      * Gets the public 'framework.filesystem.public' shared service.
  20136.      *
  20137.      * @return \Shopware\Core\Framework\Adapter\Filesystem\PrefixFilesystem
  20138.      */
  20139.     protected function getFramework_Filesystem_PublicService()
  20140.     {
  20141.         include_once \dirname(__DIR__4).'/vendor/shopware/core/Framework/Adapter/Filesystem/AbstractFilesystem.php';
  20142.         include_once \dirname(__DIR__4).'/vendor/shopware/core/Framework/Adapter/Filesystem/PrefixFilesystem.php';
  20143.         return $this->services['framework.filesystem.public'] = new \Shopware\Core\Framework\Adapter\Filesystem\PrefixFilesystem(($this->services['shopware.filesystem.public'] ?? $this->getShopware_Filesystem_PublicService()), 'plugins/framework');
  20144.     }
  20145.     /**
  20146.      * Gets the public 'frosh_platform_adminer.filesystem.private' shared service.
  20147.      *
  20148.      * @return \Shopware\Core\Framework\Adapter\Filesystem\PrefixFilesystem
  20149.      */
  20150.     protected function getFroshPlatformAdminer_Filesystem_PrivateService()
  20151.     {
  20152.         include_once \dirname(__DIR__4).'/vendor/shopware/core/Framework/Adapter/Filesystem/AbstractFilesystem.php';
  20153.         include_once \dirname(__DIR__4).'/vendor/shopware/core/Framework/Adapter/Filesystem/PrefixFilesystem.php';
  20154.         return $this->services['frosh_platform_adminer.filesystem.private'] = new \Shopware\Core\Framework\Adapter\Filesystem\PrefixFilesystem(($this->services['shopware.filesystem.private'] ?? $this->getShopware_Filesystem_PrivateService()), 'plugins/frosh_platform_adminer');
  20155.     }
  20156.     /**
  20157.      * Gets the public 'frosh_platform_adminer.filesystem.public' shared service.
  20158.      *
  20159.      * @return \Shopware\Core\Framework\Adapter\Filesystem\PrefixFilesystem
  20160.      */
  20161.     protected function getFroshPlatformAdminer_Filesystem_PublicService()
  20162.     {
  20163.         include_once \dirname(__DIR__4).'/vendor/shopware/core/Framework/Adapter/Filesystem/AbstractFilesystem.php';
  20164.         include_once \dirname(__DIR__4).'/vendor/shopware/core/Framework/Adapter/Filesystem/PrefixFilesystem.php';
  20165.         return $this->services['frosh_platform_adminer.filesystem.public'] = new \Shopware\Core\Framework\Adapter\Filesystem\PrefixFilesystem(($this->services['shopware.filesystem.public'] ?? $this->getShopware_Filesystem_PublicService()), 'plugins/frosh_platform_adminer');
  20166.     }
  20167.     /**
  20168.      * Gets the public 'frosh_tools.filesystem.private' shared service.
  20169.      *
  20170.      * @return \Shopware\Core\Framework\Adapter\Filesystem\PrefixFilesystem
  20171.      */
  20172.     protected function getFroshTools_Filesystem_PrivateService()
  20173.     {
  20174.         include_once \dirname(__DIR__4).'/vendor/shopware/core/Framework/Adapter/Filesystem/AbstractFilesystem.php';
  20175.         include_once \dirname(__DIR__4).'/vendor/shopware/core/Framework/Adapter/Filesystem/PrefixFilesystem.php';
  20176.         return $this->services['frosh_tools.filesystem.private'] = new \Shopware\Core\Framework\Adapter\Filesystem\PrefixFilesystem(($this->services['shopware.filesystem.private'] ?? $this->getShopware_Filesystem_PrivateService()), 'plugins/frosh_tools');
  20177.     }
  20178.     /**
  20179.      * Gets the public 'frosh_tools.filesystem.public' shared service.
  20180.      *
  20181.      * @return \Shopware\Core\Framework\Adapter\Filesystem\PrefixFilesystem
  20182.      */
  20183.     protected function getFroshTools_Filesystem_PublicService()
  20184.     {
  20185.         include_once \dirname(__DIR__4).'/vendor/shopware/core/Framework/Adapter/Filesystem/AbstractFilesystem.php';
  20186.         include_once \dirname(__DIR__4).'/vendor/shopware/core/Framework/Adapter/Filesystem/PrefixFilesystem.php';
  20187.         return $this->services['frosh_tools.filesystem.public'] = new \Shopware\Core\Framework\Adapter\Filesystem\PrefixFilesystem(($this->services['shopware.filesystem.public'] ?? $this->getShopware_Filesystem_PublicService()), 'plugins/frosh_tools');
  20188.     }
  20189.     /**
  20190.      * Gets the public 'http_kernel' shared service.
  20191.      *
  20192.      * @return \Symfony\Component\HttpKernel\HttpKernel
  20193.      */
  20194.     protected function getHttpKernelService()
  20195.     {
  20196.         $a = ($this->services['event_dispatcher'] ?? $this->getEventDispatcherService());
  20197.         if (isset($this->services['http_kernel'])) {
  20198.             return $this->services['http_kernel'];
  20199.         }
  20200.         $b = ($this->privates['debug.stopwatch'] ?? ($this->privates['debug.stopwatch'] = new \Symfony\Component\Stopwatch\Stopwatch(true)));
  20201.         return $this->services['http_kernel'] = new \Symfony\Component\HttpKernel\HttpKernel($a, new \Symfony\Component\HttpKernel\Controller\TraceableControllerResolver(new \Symfony\Bundle\FrameworkBundle\Controller\ControllerResolver($this, ($this->privates['monolog.logger.request'] ?? $this->getMonolog_Logger_RequestService())), $b), ($this->services['request_stack'] ?? ($this->services['request_stack'] = new \Symfony\Component\HttpFoundation\RequestStack())), new \Symfony\Component\HttpKernel\Controller\TraceableArgumentResolver(new \Symfony\Component\HttpKernel\Controller\ArgumentResolver(($this->privates['argument_metadata_factory'] ?? ($this->privates['argument_metadata_factory'] = new \Symfony\Component\HttpKernel\ControllerMetadata\ArgumentMetadataFactory())), new RewindableGenerator(function () {
  20202.             yield => ($this->privates['debug.Shopware\\Core\\Checkout\\Customer\\CustomerValueResolver'] ?? $this->getCustomerValueResolverService());
  20203.             yield => ($this->privates['debug.Shopware\\Core\\Checkout\\Cart\\CartValueResolver'] ?? $this->getCartValueResolverService());
  20204.             yield => ($this->privates['debug.Shopware\\Core\\Framework\\Routing\\QueryDataBagResolver'] ?? $this->getQueryDataBagResolverService());
  20205.             yield => ($this->privates['debug.Shopware\\Core\\Framework\\Routing\\RequestDataBagResolver'] ?? $this->getRequestDataBagResolverService());
  20206.             yield => ($this->privates['debug.Shopware\\Core\\Framework\\Api\\Context\\ContextValueResolver'] ?? $this->getContextValueResolverService());
  20207.             yield => ($this->privates['debug.Shopware\\Core\\System\\SalesChannel\\Context\\SalesChannelContextValueResolver'] ?? $this->getSalesChannelContextValueResolverService());
  20208.             yield => ($this->privates['debug.argument_resolver.request_attribute'] ?? $this->getDebug_ArgumentResolver_RequestAttributeService());
  20209.             yield => ($this->privates['debug.Shopware\\Core\\Framework\\Api\\Response\\ResponseFactoryInterfaceValueResolver'] ?? $this->getResponseFactoryInterfaceValueResolverService());
  20210.             yield => ($this->privates['debug.argument_resolver.request'] ?? $this->getDebug_ArgumentResolver_RequestService());
  20211.             yield => ($this->privates['debug.argument_resolver.session'] ?? $this->getDebug_ArgumentResolver_SessionService());
  20212.             yield 10 => ($this->privates['debug.Shopware\\Core\\Framework\\Routing\\Annotation\\CriteriaValueResolver'] ?? $this->getCriteriaValueResolverService());
  20213.             yield 11 => ($this->privates['debug.argument_resolver.service'] ?? $this->getDebug_ArgumentResolver_ServiceService());
  20214.             yield 12 => ($this->privates['debug.argument_resolver.default'] ?? $this->getDebug_ArgumentResolver_DefaultService());
  20215.             yield 13 => ($this->privates['debug.argument_resolver.variadic'] ?? $this->getDebug_ArgumentResolver_VariadicService());
  20216.             yield 14 => ($this->privates['debug.argument_resolver.not_tagged_controller'] ?? $this->getDebug_ArgumentResolver_NotTaggedControllerService());
  20217.         }, 15)), $b));
  20218.     }
  20219.     /**
  20220.      * Gets the public 'import_export_file.repository' shared service.
  20221.      *
  20222.      * @return \Shopware\Core\Framework\DataAbstractionLayer\EntityRepositoryForwardCompatibilityDecorator
  20223.      */
  20224.     protected function getImportExportFile_RepositoryService()
  20225.     {
  20226.         $a = ($this->services['Shopware\\Core\\Framework\\DataAbstractionLayer\\VersionManager'] ?? $this->getVersionManagerService());
  20227.         if (isset($this->services['import_export_file.repository'])) {
  20228.             return $this->services['import_export_file.repository'];
  20229.         }
  20230.         $b = ($this->services['Shopware\\Core\\Framework\\DataAbstractionLayer\\Search\\EntitySearcherInterface'] ?? $this->getEntitySearcherInterfaceService());
  20231.         if (isset($this->services['import_export_file.repository'])) {
  20232.             return $this->services['import_export_file.repository'];
  20233.         }
  20234.         $c = ($this->services['Shopware\\Core\\Framework\\DataAbstractionLayer\\Search\\EntityAggregatorInterface'] ?? $this->getEntityAggregatorInterfaceService());
  20235.         if (isset($this->services['import_export_file.repository'])) {
  20236.             return $this->services['import_export_file.repository'];
  20237.         }
  20238.         $d = ($this->services['event_dispatcher'] ?? $this->getEventDispatcherService());
  20239.         if (isset($this->services['import_export_file.repository'])) {
  20240.             return $this->services['import_export_file.repository'];
  20241.         }
  20242.         return $this->services['import_export_file.repository'] = new \Shopware\Core\Framework\DataAbstractionLayer\EntityRepositoryForwardCompatibilityDecorator(new \Shopware\Core\Framework\DataAbstractionLayer\EntityRepository(($this->services['Shopware\\Core\\Content\\ImportExport\\Aggregate\\ImportExportFile\\ImportExportFileDefinition'] ?? $this->getImportExportFileDefinitionService()), ($this->services['Shopware\\Core\\Framework\\DataAbstractionLayer\\Read\\EntityReaderInterface'] ?? $this->getEntityReaderInterfaceService()), $a$b$c$d, ($this->services['Shopware\\Core\\Framework\\DataAbstractionLayer\\Event\\EntityLoadedEventFactory'] ?? $this->getEntityLoadedEventFactoryService())));
  20243.     }
  20244.     /**
  20245.      * Gets the public 'import_export_log.repository' shared service.
  20246.      *
  20247.      * @return \Shopware\Core\Framework\DataAbstractionLayer\EntityRepositoryForwardCompatibilityDecorator
  20248.      */
  20249.     protected function getImportExportLog_RepositoryService()
  20250.     {
  20251.         $a = ($this->services['Shopware\\Core\\Framework\\DataAbstractionLayer\\VersionManager'] ?? $this->getVersionManagerService());
  20252.         if (isset($this->services['import_export_log.repository'])) {
  20253.             return $this->services['import_export_log.repository'];
  20254.         }
  20255.         $b = ($this->services['Shopware\\Core\\Framework\\DataAbstractionLayer\\Search\\EntitySearcherInterface'] ?? $this->getEntitySearcherInterfaceService());
  20256.         if (isset($this->services['import_export_log.repository'])) {
  20257.             return $this->services['import_export_log.repository'];
  20258.         }
  20259.         $c = ($this->services['Shopware\\Core\\Framework\\DataAbstractionLayer\\Search\\EntityAggregatorInterface'] ?? $this->getEntityAggregatorInterfaceService());
  20260.         if (isset($this->services['import_export_log.repository'])) {
  20261.             return $this->services['import_export_log.repository'];
  20262.         }
  20263.         $d = ($this->services['event_dispatcher'] ?? $this->getEventDispatcherService());
  20264.         if (isset($this->services['import_export_log.repository'])) {
  20265.             return $this->services['import_export_log.repository'];
  20266.         }
  20267.         return $this->services['import_export_log.repository'] = new \Shopware\Core\Framework\DataAbstractionLayer\EntityRepositoryForwardCompatibilityDecorator(new \Shopware\Core\Framework\DataAbstractionLayer\EntityRepository(($this->services['Shopware\\Core\\Content\\ImportExport\\Aggregate\\ImportExportLog\\ImportExportLogDefinition'] ?? $this->getImportExportLogDefinitionService()), ($this->services['Shopware\\Core\\Framework\\DataAbstractionLayer\\Read\\EntityReaderInterface'] ?? $this->getEntityReaderInterfaceService()), $a$b$c$d, ($this->services['Shopware\\Core\\Framework\\DataAbstractionLayer\\Event\\EntityLoadedEventFactory'] ?? $this->getEntityLoadedEventFactoryService())));
  20268.     }
  20269.     /**
  20270.      * Gets the public 'import_export_profile.repository' shared service.
  20271.      *
  20272.      * @return \Shopware\Core\Framework\DataAbstractionLayer\EntityRepositoryForwardCompatibilityDecorator
  20273.      */
  20274.     protected function getImportExportProfile_RepositoryService()
  20275.     {
  20276.         $a = ($this->services['Shopware\\Core\\Framework\\DataAbstractionLayer\\VersionManager'] ?? $this->getVersionManagerService());
  20277.         if (isset($this->services['import_export_profile.repository'])) {
  20278.             return $this->services['import_export_profile.repository'];
  20279.         }
  20280.         $b = ($this->services['Shopware\\Core\\Framework\\DataAbstractionLayer\\Search\\EntitySearcherInterface'] ?? $this->getEntitySearcherInterfaceService());
  20281.         if (isset($this->services['import_export_profile.repository'])) {
  20282.             return $this->services['import_export_profile.repository'];
  20283.         }
  20284.         $c = ($this->services['Shopware\\Core\\Framework\\DataAbstractionLayer\\Search\\EntityAggregatorInterface'] ?? $this->getEntityAggregatorInterfaceService());
  20285.         if (isset($this->services['import_export_profile.repository'])) {
  20286.             return $this->services['import_export_profile.repository'];
  20287.         }
  20288.         $d = ($this->services['event_dispatcher'] ?? $this->getEventDispatcherService());
  20289.         if (isset($this->services['import_export_profile.repository'])) {
  20290.             return $this->services['import_export_profile.repository'];
  20291.         }
  20292.         return $this->services['import_export_profile.repository'] = new \Shopware\Core\Framework\DataAbstractionLayer\EntityRepositoryForwardCompatibilityDecorator(new \Shopware\Core\Framework\DataAbstractionLayer\EntityRepository(($this->services['Shopware\\Core\\Content\\ImportExport\\ImportExportProfileDefinition'] ?? $this->getImportExportProfileDefinitionService()), ($this->services['Shopware\\Core\\Framework\\DataAbstractionLayer\\Read\\EntityReaderInterface'] ?? $this->getEntityReaderInterfaceService()), $a$b$c$d, ($this->services['Shopware\\Core\\Framework\\DataAbstractionLayer\\Event\\EntityLoadedEventFactory'] ?? $this->getEntityLoadedEventFactoryService())));
  20293.     }
  20294.     /**
  20295.      * Gets the public 'import_export_profile_translation.repository' shared service.
  20296.      *
  20297.      * @return \Shopware\Core\Framework\DataAbstractionLayer\EntityRepositoryForwardCompatibilityDecorator
  20298.      */
  20299.     protected function getImportExportProfileTranslation_RepositoryService()
  20300.     {
  20301.         return $this->services['import_export_profile_translation.repository'] = new \Shopware\Core\Framework\DataAbstractionLayer\EntityRepositoryForwardCompatibilityDecorator(new \Shopware\Core\Framework\DataAbstractionLayer\EntityRepository(($this->services['Shopware\\Core\\Content\\ImportExport\\ImportExportProfileTranslationDefinition'] ?? $this->getImportExportProfileTranslationDefinitionService()), ($this->services['Shopware\\Core\\Framework\\DataAbstractionLayer\\Read\\EntityReaderInterface'] ?? $this->getEntityReaderInterfaceService()), ($this->services['Shopware\\Core\\Framework\\DataAbstractionLayer\\VersionManager'] ?? $this->getVersionManagerService()), ($this->services['Shopware\\Core\\Framework\\DataAbstractionLayer\\Search\\EntitySearcherInterface'] ?? $this->getEntitySearcherInterfaceService()), ($this->services['Shopware\\Core\\Framework\\DataAbstractionLayer\\Search\\EntityAggregatorInterface'] ?? $this->getEntityAggregatorInterfaceService()), ($this->services['event_dispatcher'] ?? $this->getEventDispatcherService()), ($this->services['Shopware\\Core\\Framework\\DataAbstractionLayer\\Event\\EntityLoadedEventFactory'] ?? $this->getEntityLoadedEventFactoryService())));
  20302.     }
  20303.     /**
  20304.      * Gets the public 'integration.repository' shared service.
  20305.      *
  20306.      * @return \Shopware\Core\Framework\DataAbstractionLayer\EntityRepositoryForwardCompatibilityDecorator
  20307.      */
  20308.     protected function getIntegration_RepositoryService()
  20309.     {
  20310.         $a = ($this->services['Shopware\\Core\\Framework\\DataAbstractionLayer\\VersionManager'] ?? $this->getVersionManagerService());
  20311.         if (isset($this->services['integration.repository'])) {
  20312.             return $this->services['integration.repository'];
  20313.         }
  20314.         $b = ($this->services['Shopware\\Core\\Framework\\DataAbstractionLayer\\Search\\EntitySearcherInterface'] ?? $this->getEntitySearcherInterfaceService());
  20315.         if (isset($this->services['integration.repository'])) {
  20316.             return $this->services['integration.repository'];
  20317.         }
  20318.         $c = ($this->services['Shopware\\Core\\Framework\\DataAbstractionLayer\\Search\\EntityAggregatorInterface'] ?? $this->getEntityAggregatorInterfaceService());
  20319.         if (isset($this->services['integration.repository'])) {
  20320.             return $this->services['integration.repository'];
  20321.         }
  20322.         $d = ($this->services['event_dispatcher'] ?? $this->getEventDispatcherService());
  20323.         if (isset($this->services['integration.repository'])) {
  20324.             return $this->services['integration.repository'];
  20325.         }
  20326.         return $this->services['integration.repository'] = new \Shopware\Core\Framework\DataAbstractionLayer\EntityRepositoryForwardCompatibilityDecorator(new \Shopware\Core\Framework\DataAbstractionLayer\EntityRepository(($this->services['Shopware\\Core\\System\\Integration\\IntegrationDefinition'] ?? $this->getIntegrationDefinitionService()), ($this->services['Shopware\\Core\\Framework\\DataAbstractionLayer\\Read\\EntityReaderInterface'] ?? $this->getEntityReaderInterfaceService()), $a$b$c$d, ($this->services['Shopware\\Core\\Framework\\DataAbstractionLayer\\Event\\EntityLoadedEventFactory'] ?? $this->getEntityLoadedEventFactoryService())));
  20327.     }
  20328.     /**
  20329.      * Gets the public 'integration_role.repository' shared service.
  20330.      *
  20331.      * @return \Shopware\Core\Framework\DataAbstractionLayer\EntityRepositoryForwardCompatibilityDecorator
  20332.      */
  20333.     protected function getIntegrationRole_RepositoryService()
  20334.     {
  20335.         return $this->services['integration_role.repository'] = new \Shopware\Core\Framework\DataAbstractionLayer\EntityRepositoryForwardCompatibilityDecorator(new \Shopware\Core\Framework\DataAbstractionLayer\EntityRepository(($this->services['Shopware\\Core\\System\\Integration\\Aggregate\\IntegrationRole\\IntegrationRoleDefinition'] ?? $this->getIntegrationRoleDefinitionService()), ($this->services['Shopware\\Core\\Framework\\DataAbstractionLayer\\Read\\EntityReaderInterface'] ?? $this->getEntityReaderInterfaceService()), ($this->services['Shopware\\Core\\Framework\\DataAbstractionLayer\\VersionManager'] ?? $this->getVersionManagerService()), ($this->services['Shopware\\Core\\Framework\\DataAbstractionLayer\\Search\\EntitySearcherInterface'] ?? $this->getEntitySearcherInterfaceService()), ($this->services['Shopware\\Core\\Framework\\DataAbstractionLayer\\Search\\EntityAggregatorInterface'] ?? $this->getEntityAggregatorInterfaceService()), ($this->services['event_dispatcher'] ?? $this->getEventDispatcherService()), ($this->services['Shopware\\Core\\Framework\\DataAbstractionLayer\\Event\\EntityLoadedEventFactory'] ?? $this->getEntityLoadedEventFactoryService())));
  20336.     }
  20337.     /**
  20338.      * Gets the public 'l_d_s_custom.filesystem.private' shared service.
  20339.      *
  20340.      * @return \Shopware\Core\Framework\Adapter\Filesystem\PrefixFilesystem
  20341.      */
  20342.     protected function getLDSCustom_Filesystem_PrivateService()
  20343.     {
  20344.         include_once \dirname(__DIR__4).'/vendor/shopware/core/Framework/Adapter/Filesystem/AbstractFilesystem.php';
  20345.         include_once \dirname(__DIR__4).'/vendor/shopware/core/Framework/Adapter/Filesystem/PrefixFilesystem.php';
  20346.         return $this->services['l_d_s_custom.filesystem.private'] = new \Shopware\Core\Framework\Adapter\Filesystem\PrefixFilesystem(($this->services['shopware.filesystem.private'] ?? $this->getShopware_Filesystem_PrivateService()), 'plugins/l_d_s_custom');
  20347.     }
  20348.     /**
  20349.      * Gets the public 'l_d_s_custom.filesystem.public' shared service.
  20350.      *
  20351.      * @return \Shopware\Core\Framework\Adapter\Filesystem\PrefixFilesystem
  20352.      */
  20353.     protected function getLDSCustom_Filesystem_PublicService()
  20354.     {
  20355.         include_once \dirname(__DIR__4).'/vendor/shopware/core/Framework/Adapter/Filesystem/AbstractFilesystem.php';
  20356.         include_once \dirname(__DIR__4).'/vendor/shopware/core/Framework/Adapter/Filesystem/PrefixFilesystem.php';
  20357.         return $this->services['l_d_s_custom.filesystem.public'] = new \Shopware\Core\Framework\Adapter\Filesystem\PrefixFilesystem(($this->services['shopware.filesystem.public'] ?? $this->getShopware_Filesystem_PublicService()), 'plugins/l_d_s_custom');
  20358.     }
  20359.     /**
  20360.      * Gets the public 'landing_page.repository' shared service.
  20361.      *
  20362.      * @return \Shopware\Core\Framework\DataAbstractionLayer\EntityRepositoryForwardCompatibilityDecorator
  20363.      */
  20364.     protected function getLandingPage_RepositoryService()
  20365.     {
  20366.         $a = ($this->services['Shopware\\Core\\Framework\\DataAbstractionLayer\\VersionManager'] ?? $this->getVersionManagerService());
  20367.         if (isset($this->services['landing_page.repository'])) {
  20368.             return $this->services['landing_page.repository'];
  20369.         }
  20370.         $b = ($this->services['Shopware\\Core\\Framework\\DataAbstractionLayer\\Search\\EntitySearcherInterface'] ?? $this->getEntitySearcherInterfaceService());
  20371.         if (isset($this->services['landing_page.repository'])) {
  20372.             return $this->services['landing_page.repository'];
  20373.         }
  20374.         $c = ($this->services['Shopware\\Core\\Framework\\DataAbstractionLayer\\Search\\EntityAggregatorInterface'] ?? $this->getEntityAggregatorInterfaceService());
  20375.         if (isset($this->services['landing_page.repository'])) {
  20376.             return $this->services['landing_page.repository'];
  20377.         }
  20378.         $d = ($this->services['event_dispatcher'] ?? $this->getEventDispatcherService());
  20379.         if (isset($this->services['landing_page.repository'])) {
  20380.             return $this->services['landing_page.repository'];
  20381.         }
  20382.         return $this->services['landing_page.repository'] = new \Shopware\Core\Framework\DataAbstractionLayer\EntityRepositoryForwardCompatibilityDecorator(new \Shopware\Core\Framework\DataAbstractionLayer\EntityRepository(($this->services['Shopware\\Core\\Content\\LandingPage\\LandingPageDefinition'] ?? $this->getLandingPageDefinitionService()), ($this->services['Shopware\\Core\\Framework\\DataAbstractionLayer\\Read\\EntityReaderInterface'] ?? $this->getEntityReaderInterfaceService()), $a$b$c$d, ($this->services['Shopware\\Core\\Framework\\DataAbstractionLayer\\Event\\EntityLoadedEventFactory'] ?? $this->getEntityLoadedEventFactoryService())));
  20383.     }
  20384.     /**
  20385.      * Gets the public 'landing_page_sales_channel.repository' shared service.
  20386.      *
  20387.      * @return \Shopware\Core\Framework\DataAbstractionLayer\EntityRepositoryForwardCompatibilityDecorator
  20388.      */
  20389.     protected function getLandingPageSalesChannel_RepositoryService()
  20390.     {
  20391.         return $this->services['landing_page_sales_channel.repository'] = new \Shopware\Core\Framework\DataAbstractionLayer\EntityRepositoryForwardCompatibilityDecorator(new \Shopware\Core\Framework\DataAbstractionLayer\EntityRepository(($this->services['Shopware\\Core\\Content\\LandingPage\\Aggregate\\LandingPageSalesChannel\\LandingPageSalesChannelDefinition'] ?? $this->getLandingPageSalesChannelDefinitionService()), ($this->services['Shopware\\Core\\Framework\\DataAbstractionLayer\\Read\\EntityReaderInterface'] ?? $this->getEntityReaderInterfaceService()), ($this->services['Shopware\\Core\\Framework\\DataAbstractionLayer\\VersionManager'] ?? $this->getVersionManagerService()), ($this->services['Shopware\\Core\\Framework\\DataAbstractionLayer\\Search\\EntitySearcherInterface'] ?? $this->getEntitySearcherInterfaceService()), ($this->services['Shopware\\Core\\Framework\\DataAbstractionLayer\\Search\\EntityAggregatorInterface'] ?? $this->getEntityAggregatorInterfaceService()), ($this->services['event_dispatcher'] ?? $this->getEventDispatcherService()), ($this->services['Shopware\\Core\\Framework\\DataAbstractionLayer\\Event\\EntityLoadedEventFactory'] ?? $this->getEntityLoadedEventFactoryService())));
  20392.     }
  20393.     /**
  20394.      * Gets the public 'landing_page_tag.repository' shared service.
  20395.      *
  20396.      * @return \Shopware\Core\Framework\DataAbstractionLayer\EntityRepositoryForwardCompatibilityDecorator
  20397.      */
  20398.     protected function getLandingPageTag_RepositoryService()
  20399.     {
  20400.         return $this->services['landing_page_tag.repository'] = new \Shopware\Core\Framework\DataAbstractionLayer\EntityRepositoryForwardCompatibilityDecorator(new \Shopware\Core\Framework\DataAbstractionLayer\EntityRepository(($this->services['Shopware\\Core\\Content\\LandingPage\\Aggregate\\LandingPageTag\\LandingPageTagDefinition'] ?? $this->getLandingPageTagDefinitionService()), ($this->services['Shopware\\Core\\Framework\\DataAbstractionLayer\\Read\\EntityReaderInterface'] ?? $this->getEntityReaderInterfaceService()), ($this->services['Shopware\\Core\\Framework\\DataAbstractionLayer\\VersionManager'] ?? $this->getVersionManagerService()), ($this->services['Shopware\\Core\\Framework\\DataAbstractionLayer\\Search\\EntitySearcherInterface'] ?? $this->getEntitySearcherInterfaceService()), ($this->services['Shopware\\Core\\Framework\\DataAbstractionLayer\\Search\\EntityAggregatorInterface'] ?? $this->getEntityAggregatorInterfaceService()), ($this->services['event_dispatcher'] ?? $this->getEventDispatcherService()), ($this->services['Shopware\\Core\\Framework\\DataAbstractionLayer\\Event\\EntityLoadedEventFactory'] ?? $this->getEntityLoadedEventFactoryService())));
  20401.     }
  20402.     /**
  20403.      * Gets the public 'landing_page_translation.repository' shared service.
  20404.      *
  20405.      * @return \Shopware\Core\Framework\DataAbstractionLayer\EntityRepositoryForwardCompatibilityDecorator
  20406.      */
  20407.     protected function getLandingPageTranslation_RepositoryService()
  20408.     {
  20409.         return $this->services['landing_page_translation.repository'] = new \Shopware\Core\Framework\DataAbstractionLayer\EntityRepositoryForwardCompatibilityDecorator(new \Shopware\Core\Framework\DataAbstractionLayer\EntityRepository(($this->services['Shopware\\Core\\Content\\LandingPage\\Aggregate\\LandingPageTranslation\\LandingPageTranslationDefinition'] ?? $this->getLandingPageTranslationDefinitionService()), ($this->services['Shopware\\Core\\Framework\\DataAbstractionLayer\\Read\\EntityReaderInterface'] ?? $this->getEntityReaderInterfaceService()), ($this->services['Shopware\\Core\\Framework\\DataAbstractionLayer\\VersionManager'] ?? $this->getVersionManagerService()), ($this->services['Shopware\\Core\\Framework\\DataAbstractionLayer\\Search\\EntitySearcherInterface'] ?? $this->getEntitySearcherInterfaceService()), ($this->services['Shopware\\Core\\Framework\\DataAbstractionLayer\\Search\\EntityAggregatorInterface'] ?? $this->getEntityAggregatorInterfaceService()), ($this->services['event_dispatcher'] ?? $this->getEventDispatcherService()), ($this->services['Shopware\\Core\\Framework\\DataAbstractionLayer\\Event\\EntityLoadedEventFactory'] ?? $this->getEntityLoadedEventFactoryService())));
  20410.     }
  20411.     /**
  20412.      * Gets the public 'language.repository' shared service.
  20413.      *
  20414.      * @return \Shopware\Core\Framework\DataAbstractionLayer\EntityRepositoryForwardCompatibilityDecorator
  20415.      */
  20416.     protected function getLanguage_RepositoryService()
  20417.     {
  20418.         $a = ($this->services['Shopware\\Core\\Framework\\DataAbstractionLayer\\VersionManager'] ?? $this->getVersionManagerService());
  20419.         if (isset($this->services['language.repository'])) {
  20420.             return $this->services['language.repository'];
  20421.         }
  20422.         $b = ($this->services['Shopware\\Core\\Framework\\DataAbstractionLayer\\Search\\EntitySearcherInterface'] ?? $this->getEntitySearcherInterfaceService());
  20423.         if (isset($this->services['language.repository'])) {
  20424.             return $this->services['language.repository'];
  20425.         }
  20426.         $c = ($this->services['Shopware\\Core\\Framework\\DataAbstractionLayer\\Search\\EntityAggregatorInterface'] ?? $this->getEntityAggregatorInterfaceService());
  20427.         if (isset($this->services['language.repository'])) {
  20428.             return $this->services['language.repository'];
  20429.         }
  20430.         $d = ($this->services['event_dispatcher'] ?? $this->getEventDispatcherService());
  20431.         if (isset($this->services['language.repository'])) {
  20432.             return $this->services['language.repository'];
  20433.         }
  20434.         return $this->services['language.repository'] = new \Shopware\Core\Framework\DataAbstractionLayer\EntityRepositoryForwardCompatibilityDecorator(new \Shopware\Core\Framework\DataAbstractionLayer\EntityRepository(($this->services['Shopware\\Core\\System\\Language\\LanguageDefinition'] ?? $this->getLanguageDefinitionService()), ($this->services['Shopware\\Core\\Framework\\DataAbstractionLayer\\Read\\EntityReaderInterface'] ?? $this->getEntityReaderInterfaceService()), $a$b$c$d, ($this->services['Shopware\\Core\\Framework\\DataAbstractionLayer\\Event\\EntityLoadedEventFactory'] ?? $this->getEntityLoadedEventFactoryService())));
  20435.     }
  20436.     /**
  20437.      * Gets the public 'lds_sub_categories.filesystem.private' shared service.
  20438.      *
  20439.      * @return \Shopware\Core\Framework\Adapter\Filesystem\PrefixFilesystem
  20440.      */
  20441.     protected function getLdsSubCategories_Filesystem_PrivateService()
  20442.     {
  20443.         include_once \dirname(__DIR__4).'/vendor/shopware/core/Framework/Adapter/Filesystem/AbstractFilesystem.php';
  20444.         include_once \dirname(__DIR__4).'/vendor/shopware/core/Framework/Adapter/Filesystem/PrefixFilesystem.php';
  20445.         return $this->services['lds_sub_categories.filesystem.private'] = new \Shopware\Core\Framework\Adapter\Filesystem\PrefixFilesystem(($this->services['shopware.filesystem.private'] ?? $this->getShopware_Filesystem_PrivateService()), 'plugins/lds_sub_categories');
  20446.     }
  20447.     /**
  20448.      * Gets the public 'lds_sub_categories.filesystem.public' shared service.
  20449.      *
  20450.      * @return \Shopware\Core\Framework\Adapter\Filesystem\PrefixFilesystem
  20451.      */
  20452.     protected function getLdsSubCategories_Filesystem_PublicService()
  20453.     {
  20454.         include_once \dirname(__DIR__4).'/vendor/shopware/core/Framework/Adapter/Filesystem/AbstractFilesystem.php';
  20455.         include_once \dirname(__DIR__4).'/vendor/shopware/core/Framework/Adapter/Filesystem/PrefixFilesystem.php';
  20456.         return $this->services['lds_sub_categories.filesystem.public'] = new \Shopware\Core\Framework\Adapter\Filesystem\PrefixFilesystem(($this->services['shopware.filesystem.public'] ?? $this->getShopware_Filesystem_PublicService()), 'plugins/lds_sub_categories');
  20457.     }
  20458.     /**
  20459.      * Gets the public 'locale.repository' shared service.
  20460.      *
  20461.      * @return \Shopware\Core\Framework\DataAbstractionLayer\EntityRepositoryForwardCompatibilityDecorator
  20462.      */
  20463.     protected function getLocale_RepositoryService()
  20464.     {
  20465.         $a = ($this->services['Shopware\\Core\\Framework\\DataAbstractionLayer\\VersionManager'] ?? $this->getVersionManagerService());
  20466.         if (isset($this->services['locale.repository'])) {
  20467.             return $this->services['locale.repository'];
  20468.         }
  20469.         $b = ($this->services['Shopware\\Core\\Framework\\DataAbstractionLayer\\Search\\EntitySearcherInterface'] ?? $this->getEntitySearcherInterfaceService());
  20470.         if (isset($this->services['locale.repository'])) {
  20471.             return $this->services['locale.repository'];
  20472.         }
  20473.         $c = ($this->services['Shopware\\Core\\Framework\\DataAbstractionLayer\\Search\\EntityAggregatorInterface'] ?? $this->getEntityAggregatorInterfaceService());
  20474.         if (isset($this->services['locale.repository'])) {
  20475.             return $this->services['locale.repository'];
  20476.         }
  20477.         $d = ($this->services['event_dispatcher'] ?? $this->getEventDispatcherService());
  20478.         if (isset($this->services['locale.repository'])) {
  20479.             return $this->services['locale.repository'];
  20480.         }
  20481.         return $this->services['locale.repository'] = new \Shopware\Core\Framework\DataAbstractionLayer\EntityRepositoryForwardCompatibilityDecorator(new \Shopware\Core\Framework\DataAbstractionLayer\EntityRepository(($this->services['Shopware\\Core\\System\\Locale\\LocaleDefinition'] ?? $this->getLocaleDefinitionService()), ($this->services['Shopware\\Core\\Framework\\DataAbstractionLayer\\Read\\EntityReaderInterface'] ?? $this->getEntityReaderInterfaceService()), $a$b$c$d, ($this->services['Shopware\\Core\\Framework\\DataAbstractionLayer\\Event\\EntityLoadedEventFactory'] ?? $this->getEntityLoadedEventFactoryService())));
  20482.     }
  20483.     /**
  20484.      * Gets the public 'locale_translation.repository' shared service.
  20485.      *
  20486.      * @return \Shopware\Core\Framework\DataAbstractionLayer\EntityRepositoryForwardCompatibilityDecorator
  20487.      */
  20488.     protected function getLocaleTranslation_RepositoryService()
  20489.     {
  20490.         return $this->services['locale_translation.repository'] = new \Shopware\Core\Framework\DataAbstractionLayer\EntityRepositoryForwardCompatibilityDecorator(new \Shopware\Core\Framework\DataAbstractionLayer\EntityRepository(($this->services['Shopware\\Core\\System\\Locale\\Aggregate\\LocaleTranslation\\LocaleTranslationDefinition'] ?? $this->getLocaleTranslationDefinitionService()), ($this->services['Shopware\\Core\\Framework\\DataAbstractionLayer\\Read\\EntityReaderInterface'] ?? $this->getEntityReaderInterfaceService()), ($this->services['Shopware\\Core\\Framework\\DataAbstractionLayer\\VersionManager'] ?? $this->getVersionManagerService()), ($this->services['Shopware\\Core\\Framework\\DataAbstractionLayer\\Search\\EntitySearcherInterface'] ?? $this->getEntitySearcherInterfaceService()), ($this->services['Shopware\\Core\\Framework\\DataAbstractionLayer\\Search\\EntityAggregatorInterface'] ?? $this->getEntityAggregatorInterfaceService()), ($this->services['event_dispatcher'] ?? $this->getEventDispatcherService()), ($this->services['Shopware\\Core\\Framework\\DataAbstractionLayer\\Event\\EntityLoadedEventFactory'] ?? $this->getEntityLoadedEventFactoryService())));
  20491.     }
  20492.     /**
  20493.      * Gets the public 'log_entry.repository' shared service.
  20494.      *
  20495.      * @return \Shopware\Core\Framework\DataAbstractionLayer\EntityRepositoryForwardCompatibilityDecorator
  20496.      */
  20497.     protected function getLogEntry_RepositoryService()
  20498.     {
  20499.         $a = ($this->services['Shopware\\Core\\Framework\\DataAbstractionLayer\\VersionManager'] ?? $this->getVersionManagerService());
  20500.         if (isset($this->services['log_entry.repository'])) {
  20501.             return $this->services['log_entry.repository'];
  20502.         }
  20503.         $b = ($this->services['Shopware\\Core\\Framework\\DataAbstractionLayer\\Search\\EntitySearcherInterface'] ?? $this->getEntitySearcherInterfaceService());
  20504.         if (isset($this->services['log_entry.repository'])) {
  20505.             return $this->services['log_entry.repository'];
  20506.         }
  20507.         $c = ($this->services['Shopware\\Core\\Framework\\DataAbstractionLayer\\Search\\EntityAggregatorInterface'] ?? $this->getEntityAggregatorInterfaceService());
  20508.         if (isset($this->services['log_entry.repository'])) {
  20509.             return $this->services['log_entry.repository'];
  20510.         }
  20511.         $d = ($this->services['event_dispatcher'] ?? $this->getEventDispatcherService());
  20512.         if (isset($this->services['log_entry.repository'])) {
  20513.             return $this->services['log_entry.repository'];
  20514.         }
  20515.         return $this->services['log_entry.repository'] = new \Shopware\Core\Framework\DataAbstractionLayer\EntityRepositoryForwardCompatibilityDecorator(new \Shopware\Core\Framework\DataAbstractionLayer\EntityRepository(($this->services['Shopware\\Core\\Framework\\Log\\LogEntryDefinition'] ?? $this->getLogEntryDefinitionService()), ($this->services['Shopware\\Core\\Framework\\DataAbstractionLayer\\Read\\EntityReaderInterface'] ?? $this->getEntityReaderInterfaceService()), $a$b$c$d, ($this->services['Shopware\\Core\\Framework\\DataAbstractionLayer\\Event\\EntityLoadedEventFactory'] ?? $this->getEntityLoadedEventFactoryService())));
  20516.     }
  20517.     /**
  20518.      * Gets the public 'logger' shared service.
  20519.      *
  20520.      * @return \Symfony\Bridge\Monolog\Logger
  20521.      */
  20522.     protected function getLoggerService()
  20523.     {
  20524.         $this->services['logger'] = $instance = new \Symfony\Bridge\Monolog\Logger('app');
  20525.         $instance->pushProcessor(($this->privates['debug.log_processor'] ?? $this->getDebug_LogProcessorService()));
  20526.         $instance->useMicrosecondTimestamps(true);
  20527.         $instance->pushHandler(($this->privates['monolog.handler.console'] ?? $this->getMonolog_Handler_ConsoleService()));
  20528.         $instance->pushHandler(($this->privates['Shopware\\Core\\Framework\\Log\\Monolog\\ExcludeFlowEventHandler'] ?? $this->getExcludeFlowEventHandlerService()));
  20529.         \Symfony\Bundle\FrameworkBundle\DependencyInjection\Compiler\AddDebugLogProcessorPass::configureLogger($instance);
  20530.         return $instance;
  20531.     }
  20532.     /**
  20533.      * Gets the public 'magnalister_shopware6.repository' shared service.
  20534.      *
  20535.      * @return \Shopware\Core\Framework\DataAbstractionLayer\EntityRepositoryForwardCompatibilityDecorator
  20536.      */
  20537.     protected function getMagnalisterShopware6_RepositoryService()
  20538.     {
  20539.         return $this->services['magnalister_shopware6.repository'] = new \Shopware\Core\Framework\DataAbstractionLayer\EntityRepositoryForwardCompatibilityDecorator(new \Shopware\Core\Framework\DataAbstractionLayer\EntityRepository(($this->services['Redgecko\\Magnalister\\Core\\Content\\Bundle\\BundleCookieDefinition'] ?? $this->getBundleCookieDefinitionService()), ($this->services['Shopware\\Core\\Framework\\DataAbstractionLayer\\Read\\EntityReaderInterface'] ?? $this->getEntityReaderInterfaceService()), ($this->services['Shopware\\Core\\Framework\\DataAbstractionLayer\\VersionManager'] ?? $this->getVersionManagerService()), ($this->services['Shopware\\Core\\Framework\\DataAbstractionLayer\\Search\\EntitySearcherInterface'] ?? $this->getEntitySearcherInterfaceService()), ($this->services['Shopware\\Core\\Framework\\DataAbstractionLayer\\Search\\EntityAggregatorInterface'] ?? $this->getEntityAggregatorInterfaceService()), ($this->services['event_dispatcher'] ?? $this->getEventDispatcherService()), ($this->services['Shopware\\Core\\Framework\\DataAbstractionLayer\\Event\\EntityLoadedEventFactory'] ?? $this->getEntityLoadedEventFactoryService())));
  20540.     }
  20541.     /**
  20542.      * Gets the public 'mail_header_footer.repository' shared service.
  20543.      *
  20544.      * @return \Shopware\Core\Framework\DataAbstractionLayer\EntityRepositoryForwardCompatibilityDecorator
  20545.      */
  20546.     protected function getMailHeaderFooter_RepositoryService()
  20547.     {
  20548.         return $this->services['mail_header_footer.repository'] = new \Shopware\Core\Framework\DataAbstractionLayer\EntityRepositoryForwardCompatibilityDecorator(new \Shopware\Core\Framework\DataAbstractionLayer\EntityRepository(($this->services['Shopware\\Core\\Content\\MailTemplate\\Aggregate\\MailHeaderFooter\\MailHeaderFooterDefinition'] ?? $this->getMailHeaderFooterDefinitionService()), ($this->services['Shopware\\Core\\Framework\\DataAbstractionLayer\\Read\\EntityReaderInterface'] ?? $this->getEntityReaderInterfaceService()), ($this->services['Shopware\\Core\\Framework\\DataAbstractionLayer\\VersionManager'] ?? $this->getVersionManagerService()), ($this->services['Shopware\\Core\\Framework\\DataAbstractionLayer\\Search\\EntitySearcherInterface'] ?? $this->getEntitySearcherInterfaceService()), ($this->services['Shopware\\Core\\Framework\\DataAbstractionLayer\\Search\\EntityAggregatorInterface'] ?? $this->getEntityAggregatorInterfaceService()), ($this->services['event_dispatcher'] ?? $this->getEventDispatcherService()), ($this->services['Shopware\\Core\\Framework\\DataAbstractionLayer\\Event\\EntityLoadedEventFactory'] ?? $this->getEntityLoadedEventFactoryService())));
  20549.     }
  20550.     /**
  20551.      * Gets the public 'mail_header_footer_translation.repository' shared service.
  20552.      *
  20553.      * @return \Shopware\Core\Framework\DataAbstractionLayer\EntityRepositoryForwardCompatibilityDecorator
  20554.      */
  20555.     protected function getMailHeaderFooterTranslation_RepositoryService()
  20556.     {
  20557.         return $this->services['mail_header_footer_translation.repository'] = new \Shopware\Core\Framework\DataAbstractionLayer\EntityRepositoryForwardCompatibilityDecorator(new \Shopware\Core\Framework\DataAbstractionLayer\EntityRepository(($this->services['Shopware\\Core\\Content\\MailTemplate\\Aggregate\\MailHeaderFooterTranslation\\MailHeaderFooterTranslationDefinition'] ?? $this->getMailHeaderFooterTranslationDefinitionService()), ($this->services['Shopware\\Core\\Framework\\DataAbstractionLayer\\Read\\EntityReaderInterface'] ?? $this->getEntityReaderInterfaceService()), ($this->services['Shopware\\Core\\Framework\\DataAbstractionLayer\\VersionManager'] ?? $this->getVersionManagerService()), ($this->services['Shopware\\Core\\Framework\\DataAbstractionLayer\\Search\\EntitySearcherInterface'] ?? $this->getEntitySearcherInterfaceService()), ($this->services['Shopware\\Core\\Framework\\DataAbstractionLayer\\Search\\EntityAggregatorInterface'] ?? $this->getEntityAggregatorInterfaceService()), ($this->services['event_dispatcher'] ?? $this->getEventDispatcherService()), ($this->services['Shopware\\Core\\Framework\\DataAbstractionLayer\\Event\\EntityLoadedEventFactory'] ?? $this->getEntityLoadedEventFactoryService())));
  20558.     }
  20559.     /**
  20560.      * Gets the public 'mail_template.repository' shared service.
  20561.      *
  20562.      * @return \Shopware\Core\Framework\DataAbstractionLayer\EntityRepositoryForwardCompatibilityDecorator
  20563.      */
  20564.     protected function getMailTemplate_RepositoryService()
  20565.     {
  20566.         $a = ($this->services['Shopware\\Core\\Framework\\DataAbstractionLayer\\VersionManager'] ?? $this->getVersionManagerService());
  20567.         if (isset($this->services['mail_template.repository'])) {
  20568.             return $this->services['mail_template.repository'];
  20569.         }
  20570.         $b = ($this->services['Shopware\\Core\\Framework\\DataAbstractionLayer\\Search\\EntitySearcherInterface'] ?? $this->getEntitySearcherInterfaceService());
  20571.         if (isset($this->services['mail_template.repository'])) {
  20572.             return $this->services['mail_template.repository'];
  20573.         }
  20574.         $c = ($this->services['Shopware\\Core\\Framework\\DataAbstractionLayer\\Search\\EntityAggregatorInterface'] ?? $this->getEntityAggregatorInterfaceService());
  20575.         if (isset($this->services['mail_template.repository'])) {
  20576.             return $this->services['mail_template.repository'];
  20577.         }
  20578.         $d = ($this->services['event_dispatcher'] ?? $this->getEventDispatcherService());
  20579.         if (isset($this->services['mail_template.repository'])) {
  20580.             return $this->services['mail_template.repository'];
  20581.         }
  20582.         return $this->services['mail_template.repository'] = new \Shopware\Core\Framework\DataAbstractionLayer\EntityRepositoryForwardCompatibilityDecorator(new \Shopware\Core\Framework\DataAbstractionLayer\EntityRepository(($this->services['Shopware\\Core\\Content\\MailTemplate\\MailTemplateDefinition'] ?? $this->getMailTemplateDefinitionService()), ($this->services['Shopware\\Core\\Framework\\DataAbstractionLayer\\Read\\EntityReaderInterface'] ?? $this->getEntityReaderInterfaceService()), $a$b$c$d, ($this->services['Shopware\\Core\\Framework\\DataAbstractionLayer\\Event\\EntityLoadedEventFactory'] ?? $this->getEntityLoadedEventFactoryService())));
  20583.     }
  20584.     /**
  20585.      * Gets the public 'mail_template_media.repository' shared service.
  20586.      *
  20587.      * @return \Shopware\Core\Framework\DataAbstractionLayer\EntityRepositoryForwardCompatibilityDecorator
  20588.      */
  20589.     protected function getMailTemplateMedia_RepositoryService()
  20590.     {
  20591.         return $this->services['mail_template_media.repository'] = new \Shopware\Core\Framework\DataAbstractionLayer\EntityRepositoryForwardCompatibilityDecorator(new \Shopware\Core\Framework\DataAbstractionLayer\EntityRepository(($this->services['Shopware\\Core\\Content\\MailTemplate\\Aggregate\\MailTemplateMedia\\MailTemplateMediaDefinition'] ?? $this->getMailTemplateMediaDefinitionService()), ($this->services['Shopware\\Core\\Framework\\DataAbstractionLayer\\Read\\EntityReaderInterface'] ?? $this->getEntityReaderInterfaceService()), ($this->services['Shopware\\Core\\Framework\\DataAbstractionLayer\\VersionManager'] ?? $this->getVersionManagerService()), ($this->services['Shopware\\Core\\Framework\\DataAbstractionLayer\\Search\\EntitySearcherInterface'] ?? $this->getEntitySearcherInterfaceService()), ($this->services['Shopware\\Core\\Framework\\DataAbstractionLayer\\Search\\EntityAggregatorInterface'] ?? $this->getEntityAggregatorInterfaceService()), ($this->services['event_dispatcher'] ?? $this->getEventDispatcherService()), ($this->services['Shopware\\Core\\Framework\\DataAbstractionLayer\\Event\\EntityLoadedEventFactory'] ?? $this->getEntityLoadedEventFactoryService())));
  20592.     }
  20593.     /**
  20594.      * Gets the public 'mail_template_translation.repository' shared service.
  20595.      *
  20596.      * @return \Shopware\Core\Framework\DataAbstractionLayer\EntityRepositoryForwardCompatibilityDecorator
  20597.      */
  20598.     protected function getMailTemplateTranslation_RepositoryService()
  20599.     {
  20600.         return $this->services['mail_template_translation.repository'] = new \Shopware\Core\Framework\DataAbstractionLayer\EntityRepositoryForwardCompatibilityDecorator(new \Shopware\Core\Framework\DataAbstractionLayer\EntityRepository(($this->services['Shopware\\Core\\Content\\MailTemplate\\Aggregate\\MailTemplateTranslation\\MailTemplateTranslationDefinition'] ?? $this->getMailTemplateTranslationDefinitionService()), ($this->services['Shopware\\Core\\Framework\\DataAbstractionLayer\\Read\\EntityReaderInterface'] ?? $this->getEntityReaderInterfaceService()), ($this->services['Shopware\\Core\\Framework\\DataAbstractionLayer\\VersionManager'] ?? $this->getVersionManagerService()), ($this->services['Shopware\\Core\\Framework\\DataAbstractionLayer\\Search\\EntitySearcherInterface'] ?? $this->getEntitySearcherInterfaceService()), ($this->services['Shopware\\Core\\Framework\\DataAbstractionLayer\\Search\\EntityAggregatorInterface'] ?? $this->getEntityAggregatorInterfaceService()), ($this->services['event_dispatcher'] ?? $this->getEventDispatcherService()), ($this->services['Shopware\\Core\\Framework\\DataAbstractionLayer\\Event\\EntityLoadedEventFactory'] ?? $this->getEntityLoadedEventFactoryService())));
  20601.     }
  20602.     /**
  20603.      * Gets the public 'mail_template_type.repository' shared service.
  20604.      *
  20605.      * @return \Shopware\Core\Framework\DataAbstractionLayer\EntityRepositoryForwardCompatibilityDecorator
  20606.      */
  20607.     protected function getMailTemplateType_RepositoryService()
  20608.     {
  20609.         $a = ($this->services['Shopware\\Core\\Framework\\DataAbstractionLayer\\VersionManager'] ?? $this->getVersionManagerService());
  20610.         if (isset($this->services['mail_template_type.repository'])) {
  20611.             return $this->services['mail_template_type.repository'];
  20612.         }
  20613.         $b = ($this->services['Shopware\\Core\\Framework\\DataAbstractionLayer\\Search\\EntitySearcherInterface'] ?? $this->getEntitySearcherInterfaceService());
  20614.         if (isset($this->services['mail_template_type.repository'])) {
  20615.             return $this->services['mail_template_type.repository'];
  20616.         }
  20617.         $c = ($this->services['Shopware\\Core\\Framework\\DataAbstractionLayer\\Search\\EntityAggregatorInterface'] ?? $this->getEntityAggregatorInterfaceService());
  20618.         if (isset($this->services['mail_template_type.repository'])) {
  20619.             return $this->services['mail_template_type.repository'];
  20620.         }
  20621.         $d = ($this->services['event_dispatcher'] ?? $this->getEventDispatcherService());
  20622.         if (isset($this->services['mail_template_type.repository'])) {
  20623.             return $this->services['mail_template_type.repository'];
  20624.         }
  20625.         return $this->services['mail_template_type.repository'] = new \Shopware\Core\Framework\DataAbstractionLayer\EntityRepositoryForwardCompatibilityDecorator(new \Shopware\Core\Framework\DataAbstractionLayer\EntityRepository(($this->services['Shopware\\Core\\Content\\MailTemplate\\Aggregate\\MailTemplateType\\MailTemplateTypeDefinition'] ?? $this->getMailTemplateTypeDefinitionService()), ($this->services['Shopware\\Core\\Framework\\DataAbstractionLayer\\Read\\EntityReaderInterface'] ?? $this->getEntityReaderInterfaceService()), $a$b$c$d, ($this->services['Shopware\\Core\\Framework\\DataAbstractionLayer\\Event\\EntityLoadedEventFactory'] ?? $this->getEntityLoadedEventFactoryService())));
  20626.     }
  20627.     /**
  20628.      * Gets the public 'mail_template_type_translation.repository' shared service.
  20629.      *
  20630.      * @return \Shopware\Core\Framework\DataAbstractionLayer\EntityRepositoryForwardCompatibilityDecorator
  20631.      */
  20632.     protected function getMailTemplateTypeTranslation_RepositoryService()
  20633.     {
  20634.         return $this->services['mail_template_type_translation.repository'] = new \Shopware\Core\Framework\DataAbstractionLayer\EntityRepositoryForwardCompatibilityDecorator(new \Shopware\Core\Framework\DataAbstractionLayer\EntityRepository(($this->services['Shopware\\Core\\Content\\MailTemplate\\Aggregate\\MailTemplateTypeTranslation\\MailTemplateTypeTranslationDefinition'] ?? $this->getMailTemplateTypeTranslationDefinitionService()), ($this->services['Shopware\\Core\\Framework\\DataAbstractionLayer\\Read\\EntityReaderInterface'] ?? $this->getEntityReaderInterfaceService()), ($this->services['Shopware\\Core\\Framework\\DataAbstractionLayer\\VersionManager'] ?? $this->getVersionManagerService()), ($this->services['Shopware\\Core\\Framework\\DataAbstractionLayer\\Search\\EntitySearcherInterface'] ?? $this->getEntitySearcherInterfaceService()), ($this->services['Shopware\\Core\\Framework\\DataAbstractionLayer\\Search\\EntityAggregatorInterface'] ?? $this->getEntityAggregatorInterfaceService()), ($this->services['event_dispatcher'] ?? $this->getEventDispatcherService()), ($this->services['Shopware\\Core\\Framework\\DataAbstractionLayer\\Event\\EntityLoadedEventFactory'] ?? $this->getEntityLoadedEventFactoryService())));
  20635.     }
  20636.     /**
  20637.      * Gets the public 'main_category.repository' shared service.
  20638.      *
  20639.      * @return \Shopware\Core\Framework\DataAbstractionLayer\EntityRepositoryForwardCompatibilityDecorator
  20640.      */
  20641.     protected function getMainCategory_RepositoryService()
  20642.     {
  20643.         $a = ($this->services['Shopware\\Core\\Framework\\DataAbstractionLayer\\VersionManager'] ?? $this->getVersionManagerService());
  20644.         if (isset($this->services['main_category.repository'])) {
  20645.             return $this->services['main_category.repository'];
  20646.         }
  20647.         $b = ($this->services['Shopware\\Core\\Framework\\DataAbstractionLayer\\Search\\EntitySearcherInterface'] ?? $this->getEntitySearcherInterfaceService());
  20648.         if (isset($this->services['main_category.repository'])) {
  20649.             return $this->services['main_category.repository'];
  20650.         }
  20651.         $c = ($this->services['Shopware\\Core\\Framework\\DataAbstractionLayer\\Search\\EntityAggregatorInterface'] ?? $this->getEntityAggregatorInterfaceService());
  20652.         if (isset($this->services['main_category.repository'])) {
  20653.             return $this->services['main_category.repository'];
  20654.         }
  20655.         $d = ($this->services['event_dispatcher'] ?? $this->getEventDispatcherService());
  20656.         if (isset($this->services['main_category.repository'])) {
  20657.             return $this->services['main_category.repository'];
  20658.         }
  20659.         return $this->services['main_category.repository'] = new \Shopware\Core\Framework\DataAbstractionLayer\EntityRepositoryForwardCompatibilityDecorator(new \Shopware\Core\Framework\DataAbstractionLayer\EntityRepository(($this->services['Shopware\\Core\\Content\\Seo\\MainCategory\\MainCategoryDefinition'] ?? $this->getMainCategoryDefinitionService()), ($this->services['Shopware\\Core\\Framework\\DataAbstractionLayer\\Read\\EntityReaderInterface'] ?? $this->getEntityReaderInterfaceService()), $a$b$c$d, ($this->services['Shopware\\Core\\Framework\\DataAbstractionLayer\\Event\\EntityLoadedEventFactory'] ?? $this->getEntityLoadedEventFactoryService())));
  20660.     }
  20661.     /**
  20662.      * Gets the public 'maintenance.filesystem.private' shared service.
  20663.      *
  20664.      * @return \Shopware\Core\Framework\Adapter\Filesystem\PrefixFilesystem
  20665.      */
  20666.     protected function getMaintenance_Filesystem_PrivateService()
  20667.     {
  20668.         include_once \dirname(__DIR__4).'/vendor/shopware/core/Framework/Adapter/Filesystem/AbstractFilesystem.php';
  20669.         include_once \dirname(__DIR__4).'/vendor/shopware/core/Framework/Adapter/Filesystem/PrefixFilesystem.php';
  20670.         return $this->services['maintenance.filesystem.private'] = new \Shopware\Core\Framework\Adapter\Filesystem\PrefixFilesystem(($this->services['shopware.filesystem.private'] ?? $this->getShopware_Filesystem_PrivateService()), 'plugins/maintenance');
  20671.     }
  20672.     /**
  20673.      * Gets the public 'maintenance.filesystem.public' shared service.
  20674.      *
  20675.      * @return \Shopware\Core\Framework\Adapter\Filesystem\PrefixFilesystem
  20676.      */
  20677.     protected function getMaintenance_Filesystem_PublicService()
  20678.     {
  20679.         include_once \dirname(__DIR__4).'/vendor/shopware/core/Framework/Adapter/Filesystem/AbstractFilesystem.php';
  20680.         include_once \dirname(__DIR__4).'/vendor/shopware/core/Framework/Adapter/Filesystem/PrefixFilesystem.php';
  20681.         return $this->services['maintenance.filesystem.public'] = new \Shopware\Core\Framework\Adapter\Filesystem\PrefixFilesystem(($this->services['shopware.filesystem.public'] ?? $this->getShopware_Filesystem_PublicService()), 'plugins/maintenance');
  20682.     }
  20683.     /**
  20684.      * Gets the public 'mart1MwFaq\mart1MwFaq' shared autowired service.
  20685.      *
  20686.      * @return \mart1MwFaq\mart1MwFaq
  20687.      */
  20688.     protected function getMart1MwFaqService()
  20689.     {
  20690.         include_once \dirname(__DIR__4).'/vendor/symfony/dependency-injection/ContainerAwareInterface.php';
  20691.         include_once \dirname(__DIR__4).'/vendor/symfony/http-kernel/Bundle/BundleInterface.php';
  20692.         include_once \dirname(__DIR__4).'/vendor/symfony/dependency-injection/ContainerAwareTrait.php';
  20693.         include_once \dirname(__DIR__4).'/vendor/symfony/http-kernel/Bundle/Bundle.php';
  20694.         include_once \dirname(__DIR__4).'/vendor/shopware/core/Framework/Bundle.php';
  20695.         include_once \dirname(__DIR__4).'/vendor/shopware/core/Framework/Plugin.php';
  20696.         include_once \dirname(__DIR__4).'/vendor/store.shopware.com/mart1mwfaq/src/mart1MwFaq.php';
  20697.         return $this->services['mart1MwFaq\\mart1MwFaq'] = ($this->services['Shopware\\Core\\Framework\\Plugin\\KernelPluginLoader\\KernelPluginLoader'] ?? $this->getKernelPluginLoaderService())->getPluginInstance('mart1MwFaq\\mart1MwFaq');
  20698.     }
  20699.     /**
  20700.      * Gets the public 'mart1_mw_faq.filesystem.private' shared service.
  20701.      *
  20702.      * @return \Shopware\Core\Framework\Adapter\Filesystem\PrefixFilesystem
  20703.      */
  20704.     protected function getMart1MwFaq_Filesystem_PrivateService()
  20705.     {
  20706.         include_once \dirname(__DIR__4).'/vendor/shopware/core/Framework/Adapter/Filesystem/AbstractFilesystem.php';
  20707.         include_once \dirname(__DIR__4).'/vendor/shopware/core/Framework/Adapter/Filesystem/PrefixFilesystem.php';
  20708.         return $this->services['mart1_mw_faq.filesystem.private'] = new \Shopware\Core\Framework\Adapter\Filesystem\PrefixFilesystem(($this->services['shopware.filesystem.private'] ?? $this->getShopware_Filesystem_PrivateService()), 'plugins/mart1_mw_faq');
  20709.     }
  20710.     /**
  20711.      * Gets the public 'mart1_mw_faq.filesystem.public' shared service.
  20712.      *
  20713.      * @return \Shopware\Core\Framework\Adapter\Filesystem\PrefixFilesystem
  20714.      */
  20715.     protected function getMart1MwFaq_Filesystem_PublicService()
  20716.     {
  20717.         include_once \dirname(__DIR__4).'/vendor/shopware/core/Framework/Adapter/Filesystem/AbstractFilesystem.php';
  20718.         include_once \dirname(__DIR__4).'/vendor/shopware/core/Framework/Adapter/Filesystem/PrefixFilesystem.php';
  20719.         return $this->services['mart1_mw_faq.filesystem.public'] = new \Shopware\Core\Framework\Adapter\Filesystem\PrefixFilesystem(($this->services['shopware.filesystem.public'] ?? $this->getShopware_Filesystem_PublicService()), 'plugins/mart1_mw_faq');
  20720.     }
  20721.     /**
  20722.      * Gets the public 'maxia_cross_variant_discounts6.filesystem.private' shared service.
  20723.      *
  20724.      * @return \Shopware\Core\Framework\Adapter\Filesystem\PrefixFilesystem
  20725.      */
  20726.     protected function getMaxiaCrossVariantDiscounts6_Filesystem_PrivateService()
  20727.     {
  20728.         include_once \dirname(__DIR__4).'/vendor/shopware/core/Framework/Adapter/Filesystem/AbstractFilesystem.php';
  20729.         include_once \dirname(__DIR__4).'/vendor/shopware/core/Framework/Adapter/Filesystem/PrefixFilesystem.php';
  20730.         return $this->services['maxia_cross_variant_discounts6.filesystem.private'] = new \Shopware\Core\Framework\Adapter\Filesystem\PrefixFilesystem(($this->services['shopware.filesystem.private'] ?? $this->getShopware_Filesystem_PrivateService()), 'plugins/maxia_cross_variant_discounts6');
  20731.     }
  20732.     /**
  20733.      * Gets the public 'maxia_cross_variant_discounts6.filesystem.public' shared service.
  20734.      *
  20735.      * @return \Shopware\Core\Framework\Adapter\Filesystem\PrefixFilesystem
  20736.      */
  20737.     protected function getMaxiaCrossVariantDiscounts6_Filesystem_PublicService()
  20738.     {
  20739.         include_once \dirname(__DIR__4).'/vendor/shopware/core/Framework/Adapter/Filesystem/AbstractFilesystem.php';
  20740.         include_once \dirname(__DIR__4).'/vendor/shopware/core/Framework/Adapter/Filesystem/PrefixFilesystem.php';
  20741.         return $this->services['maxia_cross_variant_discounts6.filesystem.public'] = new \Shopware\Core\Framework\Adapter\Filesystem\PrefixFilesystem(($this->services['shopware.filesystem.public'] ?? $this->getShopware_Filesystem_PublicService()), 'plugins/maxia_cross_variant_discounts6');
  20742.     }
  20743.     /**
  20744.      * Gets the public 'media.repository' shared service.
  20745.      *
  20746.      * @return \Shopware\Core\Framework\DataAbstractionLayer\EntityRepositoryForwardCompatibilityDecorator
  20747.      */
  20748.     protected function getMedia_RepositoryService()
  20749.     {
  20750.         $a = ($this->privates['Shopware\\Core\\Content\\Media\\DataAbstractionLayer\\MediaRepositoryDecorator'] ?? $this->getMediaRepositoryDecoratorService());
  20751.         if (isset($this->services['media.repository'])) {
  20752.             return $this->services['media.repository'];
  20753.         }
  20754.         return $this->services['media.repository'] = new \Shopware\Core\Framework\DataAbstractionLayer\EntityRepositoryForwardCompatibilityDecorator($a);
  20755.     }
  20756.     /**
  20757.      * Gets the public 'media_default_folder.repository' shared service.
  20758.      *
  20759.      * @return \Shopware\Core\Framework\DataAbstractionLayer\EntityRepositoryForwardCompatibilityDecorator
  20760.      */
  20761.     protected function getMediaDefaultFolder_RepositoryService()
  20762.     {
  20763.         $a = ($this->services['Shopware\\Core\\Framework\\DataAbstractionLayer\\VersionManager'] ?? $this->getVersionManagerService());
  20764.         if (isset($this->services['media_default_folder.repository'])) {
  20765.             return $this->services['media_default_folder.repository'];
  20766.         }
  20767.         $b = ($this->services['Shopware\\Core\\Framework\\DataAbstractionLayer\\Search\\EntitySearcherInterface'] ?? $this->getEntitySearcherInterfaceService());
  20768.         if (isset($this->services['media_default_folder.repository'])) {
  20769.             return $this->services['media_default_folder.repository'];
  20770.         }
  20771.         $c = ($this->services['Shopware\\Core\\Framework\\DataAbstractionLayer\\Search\\EntityAggregatorInterface'] ?? $this->getEntityAggregatorInterfaceService());
  20772.         if (isset($this->services['media_default_folder.repository'])) {
  20773.             return $this->services['media_default_folder.repository'];
  20774.         }
  20775.         $d = ($this->services['event_dispatcher'] ?? $this->getEventDispatcherService());
  20776.         if (isset($this->services['media_default_folder.repository'])) {
  20777.             return $this->services['media_default_folder.repository'];
  20778.         }
  20779.         return $this->services['media_default_folder.repository'] = new \Shopware\Core\Framework\DataAbstractionLayer\EntityRepositoryForwardCompatibilityDecorator(new \Shopware\Core\Framework\DataAbstractionLayer\EntityRepository(($this->services['Shopware\\Core\\Content\\Media\\Aggregate\\MediaDefaultFolder\\MediaDefaultFolderDefinition'] ?? $this->getMediaDefaultFolderDefinitionService()), ($this->services['Shopware\\Core\\Framework\\DataAbstractionLayer\\Read\\EntityReaderInterface'] ?? $this->getEntityReaderInterfaceService()), $a$b$c$d, ($this->services['Shopware\\Core\\Framework\\DataAbstractionLayer\\Event\\EntityLoadedEventFactory'] ?? $this->getEntityLoadedEventFactoryService())));
  20780.     }
  20781.     /**
  20782.      * Gets the public 'media_folder.repository' shared service.
  20783.      *
  20784.      * @return \Shopware\Core\Framework\DataAbstractionLayer\EntityRepositoryForwardCompatibilityDecorator
  20785.      */
  20786.     protected function getMediaFolder_RepositoryService()
  20787.     {
  20788.         include_once \dirname(__DIR__4).'/vendor/shopware/core/Content/Media/DataAbstractionLayer/MediaFolderRepositoryDecorator.php';
  20789.         $a = ($this->services['Shopware\\Core\\Framework\\DataAbstractionLayer\\VersionManager'] ?? $this->getVersionManagerService());
  20790.         if (isset($this->services['media_folder.repository'])) {
  20791.             return $this->services['media_folder.repository'];
  20792.         }
  20793.         $b = ($this->services['Shopware\\Core\\Framework\\DataAbstractionLayer\\Search\\EntitySearcherInterface'] ?? $this->getEntitySearcherInterfaceService());
  20794.         if (isset($this->services['media_folder.repository'])) {
  20795.             return $this->services['media_folder.repository'];
  20796.         }
  20797.         $c = ($this->services['Shopware\\Core\\Framework\\DataAbstractionLayer\\Search\\EntityAggregatorInterface'] ?? $this->getEntityAggregatorInterfaceService());
  20798.         if (isset($this->services['media_folder.repository'])) {
  20799.             return $this->services['media_folder.repository'];
  20800.         }
  20801.         $d = ($this->services['event_dispatcher'] ?? $this->getEventDispatcherService());
  20802.         if (isset($this->services['media_folder.repository'])) {
  20803.             return $this->services['media_folder.repository'];
  20804.         }
  20805.         return $this->services['media_folder.repository'] = new \Shopware\Core\Framework\DataAbstractionLayer\EntityRepositoryForwardCompatibilityDecorator(new \Shopware\Core\Content\Media\DataAbstractionLayer\MediaFolderRepositoryDecorator(new \Shopware\Core\Framework\DataAbstractionLayer\EntityRepository(($this->services['Shopware\\Core\\Content\\Media\\Aggregate\\MediaFolder\\MediaFolderDefinition'] ?? $this->getMediaFolderDefinitionService()), ($this->services['Shopware\\Core\\Framework\\DataAbstractionLayer\\Read\\EntityReaderInterface'] ?? $this->getEntityReaderInterfaceService()), $a$b$c$d, ($this->services['Shopware\\Core\\Framework\\DataAbstractionLayer\\Event\\EntityLoadedEventFactory'] ?? $this->getEntityLoadedEventFactoryService()))));
  20806.     }
  20807.     /**
  20808.      * Gets the public 'media_folder_configuration.repository' shared service.
  20809.      *
  20810.      * @return \Shopware\Core\Framework\DataAbstractionLayer\EntityRepositoryForwardCompatibilityDecorator
  20811.      */
  20812.     protected function getMediaFolderConfiguration_RepositoryService()
  20813.     {
  20814.         $a = ($this->services['Shopware\\Core\\Framework\\DataAbstractionLayer\\VersionManager'] ?? $this->getVersionManagerService());
  20815.         if (isset($this->services['media_folder_configuration.repository'])) {
  20816.             return $this->services['media_folder_configuration.repository'];
  20817.         }
  20818.         $b = ($this->services['Shopware\\Core\\Framework\\DataAbstractionLayer\\Search\\EntitySearcherInterface'] ?? $this->getEntitySearcherInterfaceService());
  20819.         if (isset($this->services['media_folder_configuration.repository'])) {
  20820.             return $this->services['media_folder_configuration.repository'];
  20821.         }
  20822.         $c = ($this->services['Shopware\\Core\\Framework\\DataAbstractionLayer\\Search\\EntityAggregatorInterface'] ?? $this->getEntityAggregatorInterfaceService());
  20823.         if (isset($this->services['media_folder_configuration.repository'])) {
  20824.             return $this->services['media_folder_configuration.repository'];
  20825.         }
  20826.         $d = ($this->services['event_dispatcher'] ?? $this->getEventDispatcherService());
  20827.         if (isset($this->services['media_folder_configuration.repository'])) {
  20828.             return $this->services['media_folder_configuration.repository'];
  20829.         }
  20830.         return $this->services['media_folder_configuration.repository'] = new \Shopware\Core\Framework\DataAbstractionLayer\EntityRepositoryForwardCompatibilityDecorator(new \Shopware\Core\Framework\DataAbstractionLayer\EntityRepository(($this->services['Shopware\\Core\\Content\\Media\\Aggregate\\MediaFolderConfiguration\\MediaFolderConfigurationDefinition'] ?? $this->getMediaFolderConfigurationDefinitionService()), ($this->services['Shopware\\Core\\Framework\\DataAbstractionLayer\\Read\\EntityReaderInterface'] ?? $this->getEntityReaderInterfaceService()), $a$b$c$d, ($this->services['Shopware\\Core\\Framework\\DataAbstractionLayer\\Event\\EntityLoadedEventFactory'] ?? $this->getEntityLoadedEventFactoryService())));
  20831.     }
  20832.     /**
  20833.      * Gets the public 'media_folder_configuration_media_thumbnail_size.repository' shared service.
  20834.      *
  20835.      * @return \Shopware\Core\Framework\DataAbstractionLayer\EntityRepositoryForwardCompatibilityDecorator
  20836.      */
  20837.     protected function getMediaFolderConfigurationMediaThumbnailSize_RepositoryService()
  20838.     {
  20839.         return $this->services['media_folder_configuration_media_thumbnail_size.repository'] = new \Shopware\Core\Framework\DataAbstractionLayer\EntityRepositoryForwardCompatibilityDecorator(new \Shopware\Core\Framework\DataAbstractionLayer\EntityRepository(($this->services['Shopware\\Core\\Content\\Media\\Aggregate\\MediaFolderConfigurationMediaThumbnailSize\\MediaFolderConfigurationMediaThumbnailSizeDefinition'] ?? $this->getMediaFolderConfigurationMediaThumbnailSizeDefinitionService()), ($this->services['Shopware\\Core\\Framework\\DataAbstractionLayer\\Read\\EntityReaderInterface'] ?? $this->getEntityReaderInterfaceService()), ($this->services['Shopware\\Core\\Framework\\DataAbstractionLayer\\VersionManager'] ?? $this->getVersionManagerService()), ($this->services['Shopware\\Core\\Framework\\DataAbstractionLayer\\Search\\EntitySearcherInterface'] ?? $this->getEntitySearcherInterfaceService()), ($this->services['Shopware\\Core\\Framework\\DataAbstractionLayer\\Search\\EntityAggregatorInterface'] ?? $this->getEntityAggregatorInterfaceService()), ($this->services['event_dispatcher'] ?? $this->getEventDispatcherService()), ($this->services['Shopware\\Core\\Framework\\DataAbstractionLayer\\Event\\EntityLoadedEventFactory'] ?? $this->getEntityLoadedEventFactoryService())));
  20840.     }
  20841.     /**
  20842.      * Gets the public 'media_tag.repository' shared service.
  20843.      *
  20844.      * @return \Shopware\Core\Framework\DataAbstractionLayer\EntityRepositoryForwardCompatibilityDecorator
  20845.      */
  20846.     protected function getMediaTag_RepositoryService()
  20847.     {
  20848.         return $this->services['media_tag.repository'] = new \Shopware\Core\Framework\DataAbstractionLayer\EntityRepositoryForwardCompatibilityDecorator(new \Shopware\Core\Framework\DataAbstractionLayer\EntityRepository(($this->services['Shopware\\Core\\Content\\Media\\Aggregate\\MediaTag\\MediaTagDefinition'] ?? $this->getMediaTagDefinitionService()), ($this->services['Shopware\\Core\\Framework\\DataAbstractionLayer\\Read\\EntityReaderInterface'] ?? $this->getEntityReaderInterfaceService()), ($this->services['Shopware\\Core\\Framework\\DataAbstractionLayer\\VersionManager'] ?? $this->getVersionManagerService()), ($this->services['Shopware\\Core\\Framework\\DataAbstractionLayer\\Search\\EntitySearcherInterface'] ?? $this->getEntitySearcherInterfaceService()), ($this->services['Shopware\\Core\\Framework\\DataAbstractionLayer\\Search\\EntityAggregatorInterface'] ?? $this->getEntityAggregatorInterfaceService()), ($this->services['event_dispatcher'] ?? $this->getEventDispatcherService()), ($this->services['Shopware\\Core\\Framework\\DataAbstractionLayer\\Event\\EntityLoadedEventFactory'] ?? $this->getEntityLoadedEventFactoryService())));
  20849.     }
  20850.     /**
  20851.      * Gets the public 'media_thumbnail.repository' shared service.
  20852.      *
  20853.      * @return \Shopware\Core\Framework\DataAbstractionLayer\EntityRepositoryForwardCompatibilityDecorator
  20854.      */
  20855.     protected function getMediaThumbnail_RepositoryService()
  20856.     {
  20857.         $a = ($this->privates['Shopware\\Core\\Content\\Media\\DataAbstractionLayer\\MediaThumbnailRepositoryDecorator'] ?? $this->getMediaThumbnailRepositoryDecoratorService());
  20858.         if (isset($this->services['media_thumbnail.repository'])) {
  20859.             return $this->services['media_thumbnail.repository'];
  20860.         }
  20861.         return $this->services['media_thumbnail.repository'] = new \Shopware\Core\Framework\DataAbstractionLayer\EntityRepositoryForwardCompatibilityDecorator($a);
  20862.     }
  20863.     /**
  20864.      * Gets the public 'media_thumbnail_size.repository' shared service.
  20865.      *
  20866.      * @return \Shopware\Core\Framework\DataAbstractionLayer\EntityRepositoryForwardCompatibilityDecorator
  20867.      */
  20868.     protected function getMediaThumbnailSize_RepositoryService()
  20869.     {
  20870.         $a = ($this->services['Shopware\\Core\\Framework\\DataAbstractionLayer\\VersionManager'] ?? $this->getVersionManagerService());
  20871.         if (isset($this->services['media_thumbnail_size.repository'])) {
  20872.             return $this->services['media_thumbnail_size.repository'];
  20873.         }
  20874.         $b = ($this->services['Shopware\\Core\\Framework\\DataAbstractionLayer\\Search\\EntitySearcherInterface'] ?? $this->getEntitySearcherInterfaceService());
  20875.         if (isset($this->services['media_thumbnail_size.repository'])) {
  20876.             return $this->services['media_thumbnail_size.repository'];
  20877.         }
  20878.         $c = ($this->services['Shopware\\Core\\Framework\\DataAbstractionLayer\\Search\\EntityAggregatorInterface'] ?? $this->getEntityAggregatorInterfaceService());
  20879.         if (isset($this->services['media_thumbnail_size.repository'])) {
  20880.             return $this->services['media_thumbnail_size.repository'];
  20881.         }
  20882.         $d = ($this->services['event_dispatcher'] ?? $this->getEventDispatcherService());
  20883.         if (isset($this->services['media_thumbnail_size.repository'])) {
  20884.             return $this->services['media_thumbnail_size.repository'];
  20885.         }
  20886.         return $this->services['media_thumbnail_size.repository'] = new \Shopware\Core\Framework\DataAbstractionLayer\EntityRepositoryForwardCompatibilityDecorator(new \Shopware\Core\Framework\DataAbstractionLayer\EntityRepository(($this->services['Shopware\\Core\\Content\\Media\\Aggregate\\MediaThumbnailSize\\MediaThumbnailSizeDefinition'] ?? $this->getMediaThumbnailSizeDefinitionService()), ($this->services['Shopware\\Core\\Framework\\DataAbstractionLayer\\Read\\EntityReaderInterface'] ?? $this->getEntityReaderInterfaceService()), $a$b$c$d, ($this->services['Shopware\\Core\\Framework\\DataAbstractionLayer\\Event\\EntityLoadedEventFactory'] ?? $this->getEntityLoadedEventFactoryService())));
  20887.     }
  20888.     /**
  20889.      * Gets the public 'media_translation.repository' shared service.
  20890.      *
  20891.      * @return \Shopware\Core\Framework\DataAbstractionLayer\EntityRepositoryForwardCompatibilityDecorator
  20892.      */
  20893.     protected function getMediaTranslation_RepositoryService()
  20894.     {
  20895.         return $this->services['media_translation.repository'] = new \Shopware\Core\Framework\DataAbstractionLayer\EntityRepositoryForwardCompatibilityDecorator(new \Shopware\Core\Framework\DataAbstractionLayer\EntityRepository(($this->services['Shopware\\Core\\Content\\Media\\Aggregate\\MediaTranslation\\MediaTranslationDefinition'] ?? $this->getMediaTranslationDefinitionService()), ($this->services['Shopware\\Core\\Framework\\DataAbstractionLayer\\Read\\EntityReaderInterface'] ?? $this->getEntityReaderInterfaceService()), ($this->services['Shopware\\Core\\Framework\\DataAbstractionLayer\\VersionManager'] ?? $this->getVersionManagerService()), ($this->services['Shopware\\Core\\Framework\\DataAbstractionLayer\\Search\\EntitySearcherInterface'] ?? $this->getEntitySearcherInterfaceService()), ($this->services['Shopware\\Core\\Framework\\DataAbstractionLayer\\Search\\EntityAggregatorInterface'] ?? $this->getEntityAggregatorInterfaceService()), ($this->services['event_dispatcher'] ?? $this->getEventDispatcherService()), ($this->services['Shopware\\Core\\Framework\\DataAbstractionLayer\\Event\\EntityLoadedEventFactory'] ?? $this->getEntityLoadedEventFactoryService())));
  20896.     }
  20897.     /**
  20898.      * Gets the public 'message_queue_stats.repository' shared service.
  20899.      *
  20900.      * @return \Shopware\Core\Framework\DataAbstractionLayer\EntityRepositoryForwardCompatibilityDecorator
  20901.      */
  20902.     protected function getMessageQueueStats_RepositoryService()
  20903.     {
  20904.         return $this->services['message_queue_stats.repository'] = new \Shopware\Core\Framework\DataAbstractionLayer\EntityRepositoryForwardCompatibilityDecorator(new \Shopware\Core\Framework\DataAbstractionLayer\EntityRepository(($this->services['Shopware\\Core\\Framework\\MessageQueue\\MessageQueueStatsDefinition'] ?? $this->getMessageQueueStatsDefinitionService()), ($this->services['Shopware\\Core\\Framework\\DataAbstractionLayer\\Read\\EntityReaderInterface'] ?? $this->getEntityReaderInterfaceService()), ($this->services['Shopware\\Core\\Framework\\DataAbstractionLayer\\VersionManager'] ?? $this->getVersionManagerService()), ($this->services['Shopware\\Core\\Framework\\DataAbstractionLayer\\Search\\EntitySearcherInterface'] ?? $this->getEntitySearcherInterfaceService()), ($this->services['Shopware\\Core\\Framework\\DataAbstractionLayer\\Search\\EntityAggregatorInterface'] ?? $this->getEntityAggregatorInterfaceService()), ($this->services['event_dispatcher'] ?? $this->getEventDispatcherService()), ($this->services['Shopware\\Core\\Framework\\DataAbstractionLayer\\Event\\EntityLoadedEventFactory'] ?? $this->getEntityLoadedEventFactoryService())));
  20905.     }
  20906.     /**
  20907.      * Gets the public 'messenger.default_bus' shared service.
  20908.      *
  20909.      * @return \Symfony\Component\Messenger\TraceableMessageBus
  20910.      */
  20911.     protected function getMessenger_DefaultBusService()
  20912.     {
  20913.         return $this->services['messenger.default_bus'] = new \Symfony\Component\Messenger\TraceableMessageBus(new \Shopware\Core\Framework\MessageQueue\Monitoring\MonitoringBusDecorator(new \Symfony\Component\Messenger\MessageBus(new RewindableGenerator(function () {
  20914.             yield => ($this->privates['messenger.bus.shopware.middleware.traceable'] ?? $this->getMessenger_Bus_Shopware_Middleware_TraceableService());
  20915.             yield => ($this->privates['messenger.bus.shopware.middleware.add_bus_name_stamp_middleware'] ?? ($this->privates['messenger.bus.shopware.middleware.add_bus_name_stamp_middleware'] = new \Symfony\Component\Messenger\Middleware\AddBusNameStampMiddleware('messenger.bus.shopware')));
  20916.             yield => ($this->privates['messenger.middleware.reject_redelivered_message_middleware'] ?? ($this->privates['messenger.middleware.reject_redelivered_message_middleware'] = new \Symfony\Component\Messenger\Middleware\RejectRedeliveredMessageMiddleware()));
  20917.             yield => ($this->privates['messenger.middleware.dispatch_after_current_bus'] ?? ($this->privates['messenger.middleware.dispatch_after_current_bus'] = new \Symfony\Component\Messenger\Middleware\DispatchAfterCurrentBusMiddleware()));
  20918.             yield => ($this->privates['messenger.middleware.failed_message_processing_middleware'] ?? ($this->privates['messenger.middleware.failed_message_processing_middleware'] = new \Symfony\Component\Messenger\Middleware\FailedMessageProcessingMiddleware()));
  20919.             yield => ($this->privates['Shopware\\Core\\Framework\\MessageQueue\\Middleware\\RetryMiddleware'] ?? $this->getRetryMiddlewareService());
  20920.             yield => ($this->privates['messenger.middleware.send_message'] ?? $this->getMessenger_Middleware_SendMessageService());
  20921.             yield => ($this->privates['messenger.bus.shopware.middleware.handle_message'] ?? $this->getMessenger_Bus_Shopware_Middleware_HandleMessageService());
  20922.             yield => ($this->privates['Frosh\\Tools\\Components\\Messenger\\TaskLoggingMiddleware'] ?? $this->getTaskLoggingMiddlewareService());
  20923.         }, 9)), 'default', ($this->services['shopware.increment.gateway.registry'] ?? $this->getShopware_Increment_Gateway_RegistryService())));
  20924.     }
  20925.     /**
  20926.      * Gets the public 'meteor_promotion_gift.filesystem.private' shared service.
  20927.      *
  20928.      * @return \Shopware\Core\Framework\Adapter\Filesystem\PrefixFilesystem
  20929.      */
  20930.     protected function getMeteorPromotionGift_Filesystem_PrivateService()
  20931.     {
  20932.         include_once \dirname(__DIR__4).'/vendor/shopware/core/Framework/Adapter/Filesystem/AbstractFilesystem.php';
  20933.         include_once \dirname(__DIR__4).'/vendor/shopware/core/Framework/Adapter/Filesystem/PrefixFilesystem.php';
  20934.         return $this->services['meteor_promotion_gift.filesystem.private'] = new \Shopware\Core\Framework\Adapter\Filesystem\PrefixFilesystem(($this->services['shopware.filesystem.private'] ?? $this->getShopware_Filesystem_PrivateService()), 'plugins/meteor_promotion_gift');
  20935.     }
  20936.     /**
  20937.      * Gets the public 'meteor_promotion_gift.filesystem.public' shared service.
  20938.      *
  20939.      * @return \Shopware\Core\Framework\Adapter\Filesystem\PrefixFilesystem
  20940.      */
  20941.     protected function getMeteorPromotionGift_Filesystem_PublicService()
  20942.     {
  20943.         include_once \dirname(__DIR__4).'/vendor/shopware/core/Framework/Adapter/Filesystem/AbstractFilesystem.php';
  20944.         include_once \dirname(__DIR__4).'/vendor/shopware/core/Framework/Adapter/Filesystem/PrefixFilesystem.php';
  20945.         return $this->services['meteor_promotion_gift.filesystem.public'] = new \Shopware\Core\Framework\Adapter\Filesystem\PrefixFilesystem(($this->services['shopware.filesystem.public'] ?? $this->getShopware_Filesystem_PublicService()), 'plugins/meteor_promotion_gift');
  20946.     }
  20947.     /**
  20948.      * Gets the public 'meteor_promotion_gift.repository' shared service.
  20949.      *
  20950.      * @return \Shopware\Core\Framework\DataAbstractionLayer\EntityRepositoryForwardCompatibilityDecorator
  20951.      */
  20952.     protected function getMeteorPromotionGift_RepositoryService()
  20953.     {
  20954.         $a = ($this->services['Shopware\\Core\\Framework\\DataAbstractionLayer\\VersionManager'] ?? $this->getVersionManagerService());
  20955.         if (isset($this->services['meteor_promotion_gift.repository'])) {
  20956.             return $this->services['meteor_promotion_gift.repository'];
  20957.         }
  20958.         $b = ($this->services['Shopware\\Core\\Framework\\DataAbstractionLayer\\Search\\EntitySearcherInterface'] ?? $this->getEntitySearcherInterfaceService());
  20959.         if (isset($this->services['meteor_promotion_gift.repository'])) {
  20960.             return $this->services['meteor_promotion_gift.repository'];
  20961.         }
  20962.         $c = ($this->services['Shopware\\Core\\Framework\\DataAbstractionLayer\\Search\\EntityAggregatorInterface'] ?? $this->getEntityAggregatorInterfaceService());
  20963.         if (isset($this->services['meteor_promotion_gift.repository'])) {
  20964.             return $this->services['meteor_promotion_gift.repository'];
  20965.         }
  20966.         $d = ($this->services['event_dispatcher'] ?? $this->getEventDispatcherService());
  20967.         if (isset($this->services['meteor_promotion_gift.repository'])) {
  20968.             return $this->services['meteor_promotion_gift.repository'];
  20969.         }
  20970.         return $this->services['meteor_promotion_gift.repository'] = new \Shopware\Core\Framework\DataAbstractionLayer\EntityRepositoryForwardCompatibilityDecorator(new \Shopware\Core\Framework\DataAbstractionLayer\EntityRepository(($this->services['Meteor\\PromotionGift\\Content\\PromotionGift\\PromotionGiftEntityDefinition'] ?? $this->getPromotionGiftEntityDefinitionService()), ($this->services['Shopware\\Core\\Framework\\DataAbstractionLayer\\Read\\EntityReaderInterface'] ?? $this->getEntityReaderInterfaceService()), $a$b$c$d, ($this->services['Shopware\\Core\\Framework\\DataAbstractionLayer\\Event\\EntityLoadedEventFactory'] ?? $this->getEntityLoadedEventFactoryService())));
  20971.     }
  20972.     /**
  20973.      * Gets the public 'monolog.logger.business_events' shared service.
  20974.      *
  20975.      * @return \Symfony\Bridge\Monolog\Logger
  20976.      */
  20977.     protected function getMonolog_Logger_BusinessEventsService()
  20978.     {
  20979.         $this->services['monolog.logger.business_events'] = $instance = new \Symfony\Bridge\Monolog\Logger('business_events');
  20980.         $instance->pushProcessor(($this->privates['debug.log_processor'] ?? $this->getDebug_LogProcessorService()));
  20981.         $instance->pushHandler(($this->privates['monolog.handler.business_event_handler_buffer'] ?? $this->getMonolog_Handler_BusinessEventHandlerBufferService()));
  20982.         $instance->pushHandler(($this->privates['monolog.handler.console'] ?? $this->getMonolog_Handler_ConsoleService()));
  20983.         $instance->pushHandler(($this->privates['Shopware\\Core\\Framework\\Log\\Monolog\\ExcludeFlowEventHandler'] ?? $this->getExcludeFlowEventHandlerService()));
  20984.         \Symfony\Bundle\FrameworkBundle\DependencyInjection\Compiler\AddDebugLogProcessorPass::configureLogger($instance);
  20985.         return $instance;
  20986.     }
  20987.     /**
  20988.      * Gets the public 'moorl_client.repository' shared service.
  20989.      *
  20990.      * @return \Shopware\Core\Framework\DataAbstractionLayer\EntityRepositoryForwardCompatibilityDecorator
  20991.      */
  20992.     protected function getMoorlClient_RepositoryService()
  20993.     {
  20994.         return $this->services['moorl_client.repository'] = new \Shopware\Core\Framework\DataAbstractionLayer\EntityRepositoryForwardCompatibilityDecorator(new \Shopware\Core\Framework\DataAbstractionLayer\EntityRepository(($this->services['MoorlFoundation\\Core\\Content\\Client\\ClientDefinition'] ?? $this->getClientDefinitionService()), ($this->services['Shopware\\Core\\Framework\\DataAbstractionLayer\\Read\\EntityReaderInterface'] ?? $this->getEntityReaderInterfaceService()), ($this->services['Shopware\\Core\\Framework\\DataAbstractionLayer\\VersionManager'] ?? $this->getVersionManagerService()), ($this->services['Shopware\\Core\\Framework\\DataAbstractionLayer\\Search\\EntitySearcherInterface'] ?? $this->getEntitySearcherInterfaceService()), ($this->services['Shopware\\Core\\Framework\\DataAbstractionLayer\\Search\\EntityAggregatorInterface'] ?? $this->getEntityAggregatorInterfaceService()), ($this->services['event_dispatcher'] ?? $this->getEventDispatcherService()), ($this->services['Shopware\\Core\\Framework\\DataAbstractionLayer\\Event\\EntityLoadedEventFactory'] ?? $this->getEntityLoadedEventFactoryService())));
  20995.     }
  20996.     /**
  20997.      * Gets the public 'moorl_cms_category_listing.filesystem.private' shared service.
  20998.      *
  20999.      * @return \Shopware\Core\Framework\Adapter\Filesystem\PrefixFilesystem
  21000.      */
  21001.     protected function getMoorlCmsCategoryListing_Filesystem_PrivateService()
  21002.     {
  21003.         include_once \dirname(__DIR__4).'/vendor/shopware/core/Framework/Adapter/Filesystem/AbstractFilesystem.php';
  21004.         include_once \dirname(__DIR__4).'/vendor/shopware/core/Framework/Adapter/Filesystem/PrefixFilesystem.php';
  21005.         return $this->services['moorl_cms_category_listing.filesystem.private'] = new \Shopware\Core\Framework\Adapter\Filesystem\PrefixFilesystem(($this->services['shopware.filesystem.private'] ?? $this->getShopware_Filesystem_PrivateService()), 'plugins/moorl_cms_category_listing');
  21006.     }
  21007.     /**
  21008.      * Gets the public 'moorl_cms_category_listing.filesystem.public' shared service.
  21009.      *
  21010.      * @return \Shopware\Core\Framework\Adapter\Filesystem\PrefixFilesystem
  21011.      */
  21012.     protected function getMoorlCmsCategoryListing_Filesystem_PublicService()
  21013.     {
  21014.         include_once \dirname(__DIR__4).'/vendor/shopware/core/Framework/Adapter/Filesystem/AbstractFilesystem.php';
  21015.         include_once \dirname(__DIR__4).'/vendor/shopware/core/Framework/Adapter/Filesystem/PrefixFilesystem.php';
  21016.         return $this->services['moorl_cms_category_listing.filesystem.public'] = new \Shopware\Core\Framework\Adapter\Filesystem\PrefixFilesystem(($this->services['shopware.filesystem.public'] ?? $this->getShopware_Filesystem_PublicService()), 'plugins/moorl_cms_category_listing');
  21017.     }
  21018.     /**
  21019.      * Gets the public 'moorl_cms_element_config.repository' shared service.
  21020.      *
  21021.      * @return \Shopware\Core\Framework\DataAbstractionLayer\EntityRepositoryForwardCompatibilityDecorator
  21022.      */
  21023.     protected function getMoorlCmsElementConfig_RepositoryService()
  21024.     {
  21025.         return $this->services['moorl_cms_element_config.repository'] = new \Shopware\Core\Framework\DataAbstractionLayer\EntityRepositoryForwardCompatibilityDecorator(new \Shopware\Core\Framework\DataAbstractionLayer\EntityRepository(($this->services['MoorlFoundation\\Core\\Content\\CmsElementConfig\\CmsElementConfigDefinition'] ?? $this->getCmsElementConfigDefinitionService()), ($this->services['Shopware\\Core\\Framework\\DataAbstractionLayer\\Read\\EntityReaderInterface'] ?? $this->getEntityReaderInterfaceService()), ($this->services['Shopware\\Core\\Framework\\DataAbstractionLayer\\VersionManager'] ?? $this->getVersionManagerService()), ($this->services['Shopware\\Core\\Framework\\DataAbstractionLayer\\Search\\EntitySearcherInterface'] ?? $this->getEntitySearcherInterfaceService()), ($this->services['Shopware\\Core\\Framework\\DataAbstractionLayer\\Search\\EntityAggregatorInterface'] ?? $this->getEntityAggregatorInterfaceService()), ($this->services['event_dispatcher'] ?? $this->getEventDispatcherService()), ($this->services['Shopware\\Core\\Framework\\DataAbstractionLayer\\Event\\EntityLoadedEventFactory'] ?? $this->getEntityLoadedEventFactoryService())));
  21026.     }
  21027.     /**
  21028.      * Gets the public 'moorl_cms_twig.filesystem.private' shared service.
  21029.      *
  21030.      * @return \Shopware\Core\Framework\Adapter\Filesystem\PrefixFilesystem
  21031.      */
  21032.     protected function getMoorlCmsTwig_Filesystem_PrivateService()
  21033.     {
  21034.         include_once \dirname(__DIR__4).'/vendor/shopware/core/Framework/Adapter/Filesystem/AbstractFilesystem.php';
  21035.         include_once \dirname(__DIR__4).'/vendor/shopware/core/Framework/Adapter/Filesystem/PrefixFilesystem.php';
  21036.         return $this->services['moorl_cms_twig.filesystem.private'] = new \Shopware\Core\Framework\Adapter\Filesystem\PrefixFilesystem(($this->services['shopware.filesystem.private'] ?? $this->getShopware_Filesystem_PrivateService()), 'plugins/moorl_cms_twig');
  21037.     }
  21038.     /**
  21039.      * Gets the public 'moorl_cms_twig.filesystem.public' shared service.
  21040.      *
  21041.      * @return \Shopware\Core\Framework\Adapter\Filesystem\PrefixFilesystem
  21042.      */
  21043.     protected function getMoorlCmsTwig_Filesystem_PublicService()
  21044.     {
  21045.         include_once \dirname(__DIR__4).'/vendor/shopware/core/Framework/Adapter/Filesystem/AbstractFilesystem.php';
  21046.         include_once \dirname(__DIR__4).'/vendor/shopware/core/Framework/Adapter/Filesystem/PrefixFilesystem.php';
  21047.         return $this->services['moorl_cms_twig.filesystem.public'] = new \Shopware\Core\Framework\Adapter\Filesystem\PrefixFilesystem(($this->services['shopware.filesystem.public'] ?? $this->getShopware_Filesystem_PublicService()), 'plugins/moorl_cms_twig');
  21048.     }
  21049.     /**
  21050.      * Gets the public 'moorl_creator.filesystem.private' shared service.
  21051.      *
  21052.      * @return \Shopware\Core\Framework\Adapter\Filesystem\PrefixFilesystem
  21053.      */
  21054.     protected function getMoorlCreator_Filesystem_PrivateService()
  21055.     {
  21056.         include_once \dirname(__DIR__4).'/vendor/shopware/core/Framework/Adapter/Filesystem/AbstractFilesystem.php';
  21057.         include_once \dirname(__DIR__4).'/vendor/shopware/core/Framework/Adapter/Filesystem/PrefixFilesystem.php';
  21058.         return $this->services['moorl_creator.filesystem.private'] = new \Shopware\Core\Framework\Adapter\Filesystem\PrefixFilesystem(($this->services['shopware.filesystem.private'] ?? $this->getShopware_Filesystem_PrivateService()), 'plugins/moorl_creator');
  21059.     }
  21060.     /**
  21061.      * Gets the public 'moorl_creator.filesystem.public' shared service.
  21062.      *
  21063.      * @return \Shopware\Core\Framework\Adapter\Filesystem\PrefixFilesystem
  21064.      */
  21065.     protected function getMoorlCreator_Filesystem_PublicService()
  21066.     {
  21067.         include_once \dirname(__DIR__4).'/vendor/shopware/core/Framework/Adapter/Filesystem/AbstractFilesystem.php';
  21068.         include_once \dirname(__DIR__4).'/vendor/shopware/core/Framework/Adapter/Filesystem/PrefixFilesystem.php';
  21069.         return $this->services['moorl_creator.filesystem.public'] = new \Shopware\Core\Framework\Adapter\Filesystem\PrefixFilesystem(($this->services['shopware.filesystem.public'] ?? $this->getShopware_Filesystem_PublicService()), 'plugins/moorl_creator');
  21070.     }
  21071.     /**
  21072.      * Gets the public 'moorl_creator.repository' shared service.
  21073.      *
  21074.      * @return \Shopware\Core\Framework\DataAbstractionLayer\EntityRepositoryForwardCompatibilityDecorator
  21075.      */
  21076.     protected function getMoorlCreator_RepositoryService()
  21077.     {
  21078.         $a = ($this->services['Shopware\\Core\\Framework\\DataAbstractionLayer\\VersionManager'] ?? $this->getVersionManagerService());
  21079.         if (isset($this->services['moorl_creator.repository'])) {
  21080.             return $this->services['moorl_creator.repository'];
  21081.         }
  21082.         $b = ($this->services['Shopware\\Core\\Framework\\DataAbstractionLayer\\Search\\EntitySearcherInterface'] ?? $this->getEntitySearcherInterfaceService());
  21083.         if (isset($this->services['moorl_creator.repository'])) {
  21084.             return $this->services['moorl_creator.repository'];
  21085.         }
  21086.         $c = ($this->services['Shopware\\Core\\Framework\\DataAbstractionLayer\\Search\\EntityAggregatorInterface'] ?? $this->getEntityAggregatorInterfaceService());
  21087.         if (isset($this->services['moorl_creator.repository'])) {
  21088.             return $this->services['moorl_creator.repository'];
  21089.         }
  21090.         $d = ($this->services['event_dispatcher'] ?? $this->getEventDispatcherService());
  21091.         if (isset($this->services['moorl_creator.repository'])) {
  21092.             return $this->services['moorl_creator.repository'];
  21093.         }
  21094.         return $this->services['moorl_creator.repository'] = new \Shopware\Core\Framework\DataAbstractionLayer\EntityRepositoryForwardCompatibilityDecorator(new \Shopware\Core\Framework\DataAbstractionLayer\EntityRepository(($this->services['MoorlCreator\\Core\\Content\\Creator\\CreatorDefinition'] ?? $this->getCreatorDefinitionService()), ($this->services['Shopware\\Core\\Framework\\DataAbstractionLayer\\Read\\EntityReaderInterface'] ?? $this->getEntityReaderInterfaceService()), $a$b$c$d, ($this->services['Shopware\\Core\\Framework\\DataAbstractionLayer\\Event\\EntityLoadedEventFactory'] ?? $this->getEntityLoadedEventFactoryService())));
  21095.     }
  21096.     /**
  21097.      * Gets the public 'moorl_creator_customer.repository' shared service.
  21098.      *
  21099.      * @return \Shopware\Core\Framework\DataAbstractionLayer\EntityRepositoryForwardCompatibilityDecorator
  21100.      */
  21101.     protected function getMoorlCreatorCustomer_RepositoryService()
  21102.     {
  21103.         return $this->services['moorl_creator_customer.repository'] = new \Shopware\Core\Framework\DataAbstractionLayer\EntityRepositoryForwardCompatibilityDecorator(new \Shopware\Core\Framework\DataAbstractionLayer\EntityRepository(($this->services['MoorlCreator\\Core\\Content\\Creator\\Aggregate\\CreatorCustomer\\CreatorCustomerDefinition'] ?? $this->getCreatorCustomerDefinitionService()), ($this->services['Shopware\\Core\\Framework\\DataAbstractionLayer\\Read\\EntityReaderInterface'] ?? $this->getEntityReaderInterfaceService()), ($this->services['Shopware\\Core\\Framework\\DataAbstractionLayer\\VersionManager'] ?? $this->getVersionManagerService()), ($this->services['Shopware\\Core\\Framework\\DataAbstractionLayer\\Search\\EntitySearcherInterface'] ?? $this->getEntitySearcherInterfaceService()), ($this->services['Shopware\\Core\\Framework\\DataAbstractionLayer\\Search\\EntityAggregatorInterface'] ?? $this->getEntityAggregatorInterfaceService()), ($this->services['event_dispatcher'] ?? $this->getEventDispatcherService()), ($this->services['Shopware\\Core\\Framework\\DataAbstractionLayer\\Event\\EntityLoadedEventFactory'] ?? $this->getEntityLoadedEventFactoryService())));
  21104.     }
  21105.     /**
  21106.      * Gets the public 'moorl_creator_follower.repository' shared service.
  21107.      *
  21108.      * @return \Shopware\Core\Framework\DataAbstractionLayer\EntityRepositoryForwardCompatibilityDecorator
  21109.      */
  21110.     protected function getMoorlCreatorFollower_RepositoryService()
  21111.     {
  21112.         return $this->services['moorl_creator_follower.repository'] = new \Shopware\Core\Framework\DataAbstractionLayer\EntityRepositoryForwardCompatibilityDecorator(new \Shopware\Core\Framework\DataAbstractionLayer\EntityRepository(($this->services['MoorlCreator\\Core\\Content\\Creator\\Aggregate\\CreatorFollower\\CreatorFollowerDefinition'] ?? $this->getCreatorFollowerDefinitionService()), ($this->services['Shopware\\Core\\Framework\\DataAbstractionLayer\\Read\\EntityReaderInterface'] ?? $this->getEntityReaderInterfaceService()), ($this->services['Shopware\\Core\\Framework\\DataAbstractionLayer\\VersionManager'] ?? $this->getVersionManagerService()), ($this->services['Shopware\\Core\\Framework\\DataAbstractionLayer\\Search\\EntitySearcherInterface'] ?? $this->getEntitySearcherInterfaceService()), ($this->services['Shopware\\Core\\Framework\\DataAbstractionLayer\\Search\\EntityAggregatorInterface'] ?? $this->getEntityAggregatorInterfaceService()), ($this->services['event_dispatcher'] ?? $this->getEventDispatcherService()), ($this->services['Shopware\\Core\\Framework\\DataAbstractionLayer\\Event\\EntityLoadedEventFactory'] ?? $this->getEntityLoadedEventFactoryService())));
  21113.     }
  21114.     /**
  21115.      * Gets the public 'moorl_creator_product.repository' shared service.
  21116.      *
  21117.      * @return \Shopware\Core\Framework\DataAbstractionLayer\EntityRepositoryForwardCompatibilityDecorator
  21118.      */
  21119.     protected function getMoorlCreatorProduct_RepositoryService()
  21120.     {
  21121.         return $this->services['moorl_creator_product.repository'] = new \Shopware\Core\Framework\DataAbstractionLayer\EntityRepositoryForwardCompatibilityDecorator(new \Shopware\Core\Framework\DataAbstractionLayer\EntityRepository(($this->services['MoorlCreator\\Core\\Content\\Creator\\Aggregate\\CreatorProduct\\CreatorProductDefinition'] ?? $this->getCreatorProductDefinitionService()), ($this->services['Shopware\\Core\\Framework\\DataAbstractionLayer\\Read\\EntityReaderInterface'] ?? $this->getEntityReaderInterfaceService()), ($this->services['Shopware\\Core\\Framework\\DataAbstractionLayer\\VersionManager'] ?? $this->getVersionManagerService()), ($this->services['Shopware\\Core\\Framework\\DataAbstractionLayer\\Search\\EntitySearcherInterface'] ?? $this->getEntitySearcherInterfaceService()), ($this->services['Shopware\\Core\\Framework\\DataAbstractionLayer\\Search\\EntityAggregatorInterface'] ?? $this->getEntityAggregatorInterfaceService()), ($this->services['event_dispatcher'] ?? $this->getEventDispatcherService()), ($this->services['Shopware\\Core\\Framework\\DataAbstractionLayer\\Event\\EntityLoadedEventFactory'] ?? $this->getEntityLoadedEventFactoryService())));
  21122.     }
  21123.     /**
  21124.      * Gets the public 'moorl_creator_translation.repository' shared service.
  21125.      *
  21126.      * @return \Shopware\Core\Framework\DataAbstractionLayer\EntityRepositoryForwardCompatibilityDecorator
  21127.      */
  21128.     protected function getMoorlCreatorTranslation_RepositoryService()
  21129.     {
  21130.         return $this->services['moorl_creator_translation.repository'] = new \Shopware\Core\Framework\DataAbstractionLayer\EntityRepositoryForwardCompatibilityDecorator(new \Shopware\Core\Framework\DataAbstractionLayer\EntityRepository(($this->services['MoorlCreator\\Core\\Content\\Creator\\Aggregate\\CreatorTranslation\\CreatorTranslationDefinition'] ?? $this->getCreatorTranslationDefinitionService()), ($this->services['Shopware\\Core\\Framework\\DataAbstractionLayer\\Read\\EntityReaderInterface'] ?? $this->getEntityReaderInterfaceService()), ($this->services['Shopware\\Core\\Framework\\DataAbstractionLayer\\VersionManager'] ?? $this->getVersionManagerService()), ($this->services['Shopware\\Core\\Framework\\DataAbstractionLayer\\Search\\EntitySearcherInterface'] ?? $this->getEntitySearcherInterfaceService()), ($this->services['Shopware\\Core\\Framework\\DataAbstractionLayer\\Search\\EntityAggregatorInterface'] ?? $this->getEntityAggregatorInterfaceService()), ($this->services['event_dispatcher'] ?? $this->getEventDispatcherService()), ($this->services['Shopware\\Core\\Framework\\DataAbstractionLayer\\Event\\EntityLoadedEventFactory'] ?? $this->getEntityLoadedEventFactoryService())));
  21131.     }
  21132.     /**
  21133.      * Gets the public 'moorl_creator_type.repository' shared service.
  21134.      *
  21135.      * @return \Shopware\Core\Framework\DataAbstractionLayer\EntityRepositoryForwardCompatibilityDecorator
  21136.      */
  21137.     protected function getMoorlCreatorType_RepositoryService()
  21138.     {
  21139.         return $this->services['moorl_creator_type.repository'] = new \Shopware\Core\Framework\DataAbstractionLayer\EntityRepositoryForwardCompatibilityDecorator(new \Shopware\Core\Framework\DataAbstractionLayer\EntityRepository(($this->services['MoorlCreator\\Core\\Content\\CreatorType\\CreatorTypeDefinition'] ?? $this->getCreatorTypeDefinitionService()), ($this->services['Shopware\\Core\\Framework\\DataAbstractionLayer\\Read\\EntityReaderInterface'] ?? $this->getEntityReaderInterfaceService()), ($this->services['Shopware\\Core\\Framework\\DataAbstractionLayer\\VersionManager'] ?? $this->getVersionManagerService()), ($this->services['Shopware\\Core\\Framework\\DataAbstractionLayer\\Search\\EntitySearcherInterface'] ?? $this->getEntitySearcherInterfaceService()), ($this->services['Shopware\\Core\\Framework\\DataAbstractionLayer\\Search\\EntityAggregatorInterface'] ?? $this->getEntityAggregatorInterfaceService()), ($this->services['event_dispatcher'] ?? $this->getEventDispatcherService()), ($this->services['Shopware\\Core\\Framework\\DataAbstractionLayer\\Event\\EntityLoadedEventFactory'] ?? $this->getEntityLoadedEventFactoryService())));
  21140.     }
  21141.     /**
  21142.      * Gets the public 'moorl_creator_type_translation.repository' shared service.
  21143.      *
  21144.      * @return \Shopware\Core\Framework\DataAbstractionLayer\EntityRepositoryForwardCompatibilityDecorator
  21145.      */
  21146.     protected function getMoorlCreatorTypeTranslation_RepositoryService()
  21147.     {
  21148.         return $this->services['moorl_creator_type_translation.repository'] = new \Shopware\Core\Framework\DataAbstractionLayer\EntityRepositoryForwardCompatibilityDecorator(new \Shopware\Core\Framework\DataAbstractionLayer\EntityRepository(($this->services['MoorlCreator\\Core\\Content\\CreatorType\\Aggregate\\CreatorTypeTranslation\\CreatorTypeTranslationDefinition'] ?? $this->getCreatorTypeTranslationDefinitionService()), ($this->services['Shopware\\Core\\Framework\\DataAbstractionLayer\\Read\\EntityReaderInterface'] ?? $this->getEntityReaderInterfaceService()), ($this->services['Shopware\\Core\\Framework\\DataAbstractionLayer\\VersionManager'] ?? $this->getVersionManagerService()), ($this->services['Shopware\\Core\\Framework\\DataAbstractionLayer\\Search\\EntitySearcherInterface'] ?? $this->getEntitySearcherInterfaceService()), ($this->services['Shopware\\Core\\Framework\\DataAbstractionLayer\\Search\\EntityAggregatorInterface'] ?? $this->getEntityAggregatorInterfaceService()), ($this->services['event_dispatcher'] ?? $this->getEventDispatcherService()), ($this->services['Shopware\\Core\\Framework\\DataAbstractionLayer\\Event\\EntityLoadedEventFactory'] ?? $this->getEntityLoadedEventFactoryService())));
  21149.     }
  21150.     /**
  21151.      * Gets the public 'moorl_foundation.filesystem.private' shared service.
  21152.      *
  21153.      * @return \Shopware\Core\Framework\Adapter\Filesystem\PrefixFilesystem
  21154.      */
  21155.     protected function getMoorlFoundation_Filesystem_PrivateService()
  21156.     {
  21157.         include_once \dirname(__DIR__4).'/vendor/shopware/core/Framework/Adapter/Filesystem/AbstractFilesystem.php';
  21158.         include_once \dirname(__DIR__4).'/vendor/shopware/core/Framework/Adapter/Filesystem/PrefixFilesystem.php';
  21159.         return $this->services['moorl_foundation.filesystem.private'] = new \Shopware\Core\Framework\Adapter\Filesystem\PrefixFilesystem(($this->services['shopware.filesystem.private'] ?? $this->getShopware_Filesystem_PrivateService()), 'plugins/moorl_foundation');
  21160.     }
  21161.     /**
  21162.      * Gets the public 'moorl_foundation.filesystem.public' shared service.
  21163.      *
  21164.      * @return \Shopware\Core\Framework\Adapter\Filesystem\PrefixFilesystem
  21165.      */
  21166.     protected function getMoorlFoundation_Filesystem_PublicService()
  21167.     {
  21168.         include_once \dirname(__DIR__4).'/vendor/shopware/core/Framework/Adapter/Filesystem/AbstractFilesystem.php';
  21169.         include_once \dirname(__DIR__4).'/vendor/shopware/core/Framework/Adapter/Filesystem/PrefixFilesystem.php';
  21170.         return $this->services['moorl_foundation.filesystem.public'] = new \Shopware\Core\Framework\Adapter\Filesystem\PrefixFilesystem(($this->services['shopware.filesystem.public'] ?? $this->getShopware_Filesystem_PublicService()), 'plugins/moorl_foundation');
  21171.     }
  21172.     /**
  21173.      * Gets the public 'moorl_foundation_unlock.filesystem.private' shared service.
  21174.      *
  21175.      * @return \Shopware\Core\Framework\Adapter\Filesystem\PrefixFilesystem
  21176.      */
  21177.     protected function getMoorlFoundationUnlock_Filesystem_PrivateService()
  21178.     {
  21179.         include_once \dirname(__DIR__4).'/vendor/shopware/core/Framework/Adapter/Filesystem/AbstractFilesystem.php';
  21180.         include_once \dirname(__DIR__4).'/vendor/shopware/core/Framework/Adapter/Filesystem/PrefixFilesystem.php';
  21181.         return $this->services['moorl_foundation_unlock.filesystem.private'] = new \Shopware\Core\Framework\Adapter\Filesystem\PrefixFilesystem(($this->services['shopware.filesystem.private'] ?? $this->getShopware_Filesystem_PrivateService()), 'plugins/moorl_foundation_unlock');
  21182.     }
  21183.     /**
  21184.      * Gets the public 'moorl_foundation_unlock.filesystem.public' shared service.
  21185.      *
  21186.      * @return \Shopware\Core\Framework\Adapter\Filesystem\PrefixFilesystem
  21187.      */
  21188.     protected function getMoorlFoundationUnlock_Filesystem_PublicService()
  21189.     {
  21190.         include_once \dirname(__DIR__4).'/vendor/shopware/core/Framework/Adapter/Filesystem/AbstractFilesystem.php';
  21191.         include_once \dirname(__DIR__4).'/vendor/shopware/core/Framework/Adapter/Filesystem/PrefixFilesystem.php';
  21192.         return $this->services['moorl_foundation_unlock.filesystem.public'] = new \Shopware\Core\Framework\Adapter\Filesystem\PrefixFilesystem(($this->services['shopware.filesystem.public'] ?? $this->getShopware_Filesystem_PublicService()), 'plugins/moorl_foundation_unlock');
  21193.     }
  21194.     /**
  21195.      * Gets the public 'moorl_location.repository' shared service.
  21196.      *
  21197.      * @return \Shopware\Core\Framework\DataAbstractionLayer\EntityRepositoryForwardCompatibilityDecorator
  21198.      */
  21199.     protected function getMoorlLocation_RepositoryService()
  21200.     {
  21201.         return $this->services['moorl_location.repository'] = new \Shopware\Core\Framework\DataAbstractionLayer\EntityRepositoryForwardCompatibilityDecorator(new \Shopware\Core\Framework\DataAbstractionLayer\EntityRepository(($this->services['MoorlFoundation\\Core\\Content\\Location\\LocationDefinition'] ?? $this->getLocationDefinitionService()), ($this->services['Shopware\\Core\\Framework\\DataAbstractionLayer\\Read\\EntityReaderInterface'] ?? $this->getEntityReaderInterfaceService()), ($this->services['Shopware\\Core\\Framework\\DataAbstractionLayer\\VersionManager'] ?? $this->getVersionManagerService()), ($this->services['Shopware\\Core\\Framework\\DataAbstractionLayer\\Search\\EntitySearcherInterface'] ?? $this->getEntitySearcherInterfaceService()), ($this->services['Shopware\\Core\\Framework\\DataAbstractionLayer\\Search\\EntityAggregatorInterface'] ?? $this->getEntityAggregatorInterfaceService()), ($this->services['event_dispatcher'] ?? $this->getEventDispatcherService()), ($this->services['Shopware\\Core\\Framework\\DataAbstractionLayer\\Event\\EntityLoadedEventFactory'] ?? $this->getEntityLoadedEventFactoryService())));
  21202.     }
  21203.     /**
  21204.      * Gets the public 'moorl_location_cache.repository' shared service.
  21205.      *
  21206.      * @return \Shopware\Core\Framework\DataAbstractionLayer\EntityRepositoryForwardCompatibilityDecorator
  21207.      */
  21208.     protected function getMoorlLocationCache_RepositoryService()
  21209.     {
  21210.         return $this->services['moorl_location_cache.repository'] = new \Shopware\Core\Framework\DataAbstractionLayer\EntityRepositoryForwardCompatibilityDecorator(new \Shopware\Core\Framework\DataAbstractionLayer\EntityRepository(($this->services['MoorlFoundation\\Core\\Content\\Location\\LocationCacheDefinition'] ?? $this->getLocationCacheDefinitionService()), ($this->services['Shopware\\Core\\Framework\\DataAbstractionLayer\\Read\\EntityReaderInterface'] ?? $this->getEntityReaderInterfaceService()), ($this->services['Shopware\\Core\\Framework\\DataAbstractionLayer\\VersionManager'] ?? $this->getVersionManagerService()), ($this->services['Shopware\\Core\\Framework\\DataAbstractionLayer\\Search\\EntitySearcherInterface'] ?? $this->getEntitySearcherInterfaceService()), ($this->services['Shopware\\Core\\Framework\\DataAbstractionLayer\\Search\\EntityAggregatorInterface'] ?? $this->getEntityAggregatorInterfaceService()), ($this->services['event_dispatcher'] ?? $this->getEventDispatcherService()), ($this->services['Shopware\\Core\\Framework\\DataAbstractionLayer\\Event\\EntityLoadedEventFactory'] ?? $this->getEntityLoadedEventFactoryService())));
  21211.     }
  21212.     /**
  21213.      * Gets the public 'moorl_magazine.filesystem.private' shared service.
  21214.      *
  21215.      * @return \Shopware\Core\Framework\Adapter\Filesystem\PrefixFilesystem
  21216.      */
  21217.     protected function getMoorlMagazine_Filesystem_PrivateService()
  21218.     {
  21219.         include_once \dirname(__DIR__4).'/vendor/shopware/core/Framework/Adapter/Filesystem/AbstractFilesystem.php';
  21220.         include_once \dirname(__DIR__4).'/vendor/shopware/core/Framework/Adapter/Filesystem/PrefixFilesystem.php';
  21221.         return $this->services['moorl_magazine.filesystem.private'] = new \Shopware\Core\Framework\Adapter\Filesystem\PrefixFilesystem(($this->services['shopware.filesystem.private'] ?? $this->getShopware_Filesystem_PrivateService()), 'plugins/moorl_magazine');
  21222.     }
  21223.     /**
  21224.      * Gets the public 'moorl_magazine.filesystem.public' shared service.
  21225.      *
  21226.      * @return \Shopware\Core\Framework\Adapter\Filesystem\PrefixFilesystem
  21227.      */
  21228.     protected function getMoorlMagazine_Filesystem_PublicService()
  21229.     {
  21230.         include_once \dirname(__DIR__4).'/vendor/shopware/core/Framework/Adapter/Filesystem/AbstractFilesystem.php';
  21231.         include_once \dirname(__DIR__4).'/vendor/shopware/core/Framework/Adapter/Filesystem/PrefixFilesystem.php';
  21232.         return $this->services['moorl_magazine.filesystem.public'] = new \Shopware\Core\Framework\Adapter\Filesystem\PrefixFilesystem(($this->services['shopware.filesystem.public'] ?? $this->getShopware_Filesystem_PublicService()), 'plugins/moorl_magazine');
  21233.     }
  21234.     /**
  21235.      * Gets the public 'moorl_magazine_article.repository' shared service.
  21236.      *
  21237.      * @return \Shopware\Core\Framework\DataAbstractionLayer\EntityRepositoryForwardCompatibilityDecorator
  21238.      */
  21239.     protected function getMoorlMagazineArticle_RepositoryService()
  21240.     {
  21241.         $a = ($this->services['Shopware\\Core\\Framework\\DataAbstractionLayer\\VersionManager'] ?? $this->getVersionManagerService());
  21242.         if (isset($this->services['moorl_magazine_article.repository'])) {
  21243.             return $this->services['moorl_magazine_article.repository'];
  21244.         }
  21245.         $b = ($this->services['Shopware\\Core\\Framework\\DataAbstractionLayer\\Search\\EntitySearcherInterface'] ?? $this->getEntitySearcherInterfaceService());
  21246.         if (isset($this->services['moorl_magazine_article.repository'])) {
  21247.             return $this->services['moorl_magazine_article.repository'];
  21248.         }
  21249.         $c = ($this->services['Shopware\\Core\\Framework\\DataAbstractionLayer\\Search\\EntityAggregatorInterface'] ?? $this->getEntityAggregatorInterfaceService());
  21250.         if (isset($this->services['moorl_magazine_article.repository'])) {
  21251.             return $this->services['moorl_magazine_article.repository'];
  21252.         }
  21253.         $d = ($this->services['event_dispatcher'] ?? $this->getEventDispatcherService());
  21254.         if (isset($this->services['moorl_magazine_article.repository'])) {
  21255.             return $this->services['moorl_magazine_article.repository'];
  21256.         }
  21257.         return $this->services['moorl_magazine_article.repository'] = new \Shopware\Core\Framework\DataAbstractionLayer\EntityRepositoryForwardCompatibilityDecorator(new \Shopware\Core\Framework\DataAbstractionLayer\EntityRepository(($this->services['MoorlMagazine\\Core\\Content\\MagazineArticle\\MagazineArticleDefinition'] ?? $this->getMagazineArticleDefinitionService()), ($this->services['Shopware\\Core\\Framework\\DataAbstractionLayer\\Read\\EntityReaderInterface'] ?? $this->getEntityReaderInterfaceService()), $a$b$c$d, ($this->services['Shopware\\Core\\Framework\\DataAbstractionLayer\\Event\\EntityLoadedEventFactory'] ?? $this->getEntityLoadedEventFactoryService())));
  21258.     }
  21259.     /**
  21260.      * Gets the public 'moorl_magazine_article_category.repository' shared service.
  21261.      *
  21262.      * @return \Shopware\Core\Framework\DataAbstractionLayer\EntityRepositoryForwardCompatibilityDecorator
  21263.      */
  21264.     protected function getMoorlMagazineArticleCategory_RepositoryService()
  21265.     {
  21266.         return $this->services['moorl_magazine_article_category.repository'] = new \Shopware\Core\Framework\DataAbstractionLayer\EntityRepositoryForwardCompatibilityDecorator(new \Shopware\Core\Framework\DataAbstractionLayer\EntityRepository(($this->services['MoorlMagazine\\Core\\Content\\MagazineArticle\\Aggregate\\MagazineArticleMagazineCategory\\MagazineArticleMagazineCategoryDefinition'] ?? $this->getMagazineArticleMagazineCategoryDefinitionService()), ($this->services['Shopware\\Core\\Framework\\DataAbstractionLayer\\Read\\EntityReaderInterface'] ?? $this->getEntityReaderInterfaceService()), ($this->services['Shopware\\Core\\Framework\\DataAbstractionLayer\\VersionManager'] ?? $this->getVersionManagerService()), ($this->services['Shopware\\Core\\Framework\\DataAbstractionLayer\\Search\\EntitySearcherInterface'] ?? $this->getEntitySearcherInterfaceService()), ($this->services['Shopware\\Core\\Framework\\DataAbstractionLayer\\Search\\EntityAggregatorInterface'] ?? $this->getEntityAggregatorInterfaceService()), ($this->services['event_dispatcher'] ?? $this->getEventDispatcherService()), ($this->services['Shopware\\Core\\Framework\\DataAbstractionLayer\\Event\\EntityLoadedEventFactory'] ?? $this->getEntityLoadedEventFactoryService())));
  21267.     }
  21268.     /**
  21269.      * Gets the public 'moorl_magazine_article_media.repository' shared service.
  21270.      *
  21271.      * @return \Shopware\Core\Framework\DataAbstractionLayer\EntityRepositoryForwardCompatibilityDecorator
  21272.      */
  21273.     protected function getMoorlMagazineArticleMedia_RepositoryService()
  21274.     {
  21275.         return $this->services['moorl_magazine_article_media.repository'] = new \Shopware\Core\Framework\DataAbstractionLayer\EntityRepositoryForwardCompatibilityDecorator(new \Shopware\Core\Framework\DataAbstractionLayer\EntityRepository(($this->services['MoorlMagazine\\Core\\Content\\MagazineArticle\\Aggregate\\MagazineArticleMedia\\MagazineArticleMediaDefinition'] ?? $this->getMagazineArticleMediaDefinitionService()), ($this->services['Shopware\\Core\\Framework\\DataAbstractionLayer\\Read\\EntityReaderInterface'] ?? $this->getEntityReaderInterfaceService()), ($this->services['Shopware\\Core\\Framework\\DataAbstractionLayer\\VersionManager'] ?? $this->getVersionManagerService()), ($this->services['Shopware\\Core\\Framework\\DataAbstractionLayer\\Search\\EntitySearcherInterface'] ?? $this->getEntitySearcherInterfaceService()), ($this->services['Shopware\\Core\\Framework\\DataAbstractionLayer\\Search\\EntityAggregatorInterface'] ?? $this->getEntityAggregatorInterfaceService()), ($this->services['event_dispatcher'] ?? $this->getEventDispatcherService()), ($this->services['Shopware\\Core\\Framework\\DataAbstractionLayer\\Event\\EntityLoadedEventFactory'] ?? $this->getEntityLoadedEventFactoryService())));
  21276.     }
  21277.     /**
  21278.      * Gets the public 'moorl_magazine_article_product.repository' shared service.
  21279.      *
  21280.      * @return \Shopware\Core\Framework\DataAbstractionLayer\EntityRepositoryForwardCompatibilityDecorator
  21281.      */
  21282.     protected function getMoorlMagazineArticleProduct_RepositoryService()
  21283.     {
  21284.         return $this->services['moorl_magazine_article_product.repository'] = new \Shopware\Core\Framework\DataAbstractionLayer\EntityRepositoryForwardCompatibilityDecorator(new \Shopware\Core\Framework\DataAbstractionLayer\EntityRepository(($this->services['MoorlMagazine\\Core\\Content\\MagazineArticle\\Aggregate\\MagazineArticleProduct\\MagazineArticleProductDefinition'] ?? $this->getMagazineArticleProductDefinitionService()), ($this->services['Shopware\\Core\\Framework\\DataAbstractionLayer\\Read\\EntityReaderInterface'] ?? $this->getEntityReaderInterfaceService()), ($this->services['Shopware\\Core\\Framework\\DataAbstractionLayer\\VersionManager'] ?? $this->getVersionManagerService()), ($this->services['Shopware\\Core\\Framework\\DataAbstractionLayer\\Search\\EntitySearcherInterface'] ?? $this->getEntitySearcherInterfaceService()), ($this->services['Shopware\\Core\\Framework\\DataAbstractionLayer\\Search\\EntityAggregatorInterface'] ?? $this->getEntityAggregatorInterfaceService()), ($this->services['event_dispatcher'] ?? $this->getEventDispatcherService()), ($this->services['Shopware\\Core\\Framework\\DataAbstractionLayer\\Event\\EntityLoadedEventFactory'] ?? $this->getEntityLoadedEventFactoryService())));
  21285.     }
  21286.     /**
  21287.      * Gets the public 'moorl_magazine_article_sales_channel.repository' shared service.
  21288.      *
  21289.      * @return \Shopware\Core\Framework\DataAbstractionLayer\EntityRepositoryForwardCompatibilityDecorator
  21290.      */
  21291.     protected function getMoorlMagazineArticleSalesChannel_RepositoryService()
  21292.     {
  21293.         return $this->services['moorl_magazine_article_sales_channel.repository'] = new \Shopware\Core\Framework\DataAbstractionLayer\EntityRepositoryForwardCompatibilityDecorator(new \Shopware\Core\Framework\DataAbstractionLayer\EntityRepository(($this->services['MoorlMagazine\\Core\\Content\\MagazineArticle\\Aggregate\\MagazineArticleSalesChannel\\MagazineArticleSalesChannelDefinition'] ?? $this->getMagazineArticleSalesChannelDefinitionService()), ($this->services['Shopware\\Core\\Framework\\DataAbstractionLayer\\Read\\EntityReaderInterface'] ?? $this->getEntityReaderInterfaceService()), ($this->services['Shopware\\Core\\Framework\\DataAbstractionLayer\\VersionManager'] ?? $this->getVersionManagerService()), ($this->services['Shopware\\Core\\Framework\\DataAbstractionLayer\\Search\\EntitySearcherInterface'] ?? $this->getEntitySearcherInterfaceService()), ($this->services['Shopware\\Core\\Framework\\DataAbstractionLayer\\Search\\EntityAggregatorInterface'] ?? $this->getEntityAggregatorInterfaceService()), ($this->services['event_dispatcher'] ?? $this->getEventDispatcherService()), ($this->services['Shopware\\Core\\Framework\\DataAbstractionLayer\\Event\\EntityLoadedEventFactory'] ?? $this->getEntityLoadedEventFactoryService())));
  21294.     }
  21295.     /**
  21296.      * Gets the public 'moorl_magazine_article_sw_category.repository' shared service.
  21297.      *
  21298.      * @return \Shopware\Core\Framework\DataAbstractionLayer\EntityRepositoryForwardCompatibilityDecorator
  21299.      */
  21300.     protected function getMoorlMagazineArticleSwCategory_RepositoryService()
  21301.     {
  21302.         return $this->services['moorl_magazine_article_sw_category.repository'] = new \Shopware\Core\Framework\DataAbstractionLayer\EntityRepositoryForwardCompatibilityDecorator(new \Shopware\Core\Framework\DataAbstractionLayer\EntityRepository(($this->services['MoorlMagazine\\Core\\Content\\MagazineArticle\\Aggregate\\MagazineArticleCategory\\MagazineArticleCategoryDefinition'] ?? $this->getMagazineArticleCategoryDefinitionService()), ($this->services['Shopware\\Core\\Framework\\DataAbstractionLayer\\Read\\EntityReaderInterface'] ?? $this->getEntityReaderInterfaceService()), ($this->services['Shopware\\Core\\Framework\\DataAbstractionLayer\\VersionManager'] ?? $this->getVersionManagerService()), ($this->services['Shopware\\Core\\Framework\\DataAbstractionLayer\\Search\\EntitySearcherInterface'] ?? $this->getEntitySearcherInterfaceService()), ($this->services['Shopware\\Core\\Framework\\DataAbstractionLayer\\Search\\EntityAggregatorInterface'] ?? $this->getEntityAggregatorInterfaceService()), ($this->services['event_dispatcher'] ?? $this->getEventDispatcherService()), ($this->services['Shopware\\Core\\Framework\\DataAbstractionLayer\\Event\\EntityLoadedEventFactory'] ?? $this->getEntityLoadedEventFactoryService())));
  21303.     }
  21304.     /**
  21305.      * Gets the public 'moorl_magazine_article_tag.repository' shared service.
  21306.      *
  21307.      * @return \Shopware\Core\Framework\DataAbstractionLayer\EntityRepositoryForwardCompatibilityDecorator
  21308.      */
  21309.     protected function getMoorlMagazineArticleTag_RepositoryService()
  21310.     {
  21311.         return $this->services['moorl_magazine_article_tag.repository'] = new \Shopware\Core\Framework\DataAbstractionLayer\EntityRepositoryForwardCompatibilityDecorator(new \Shopware\Core\Framework\DataAbstractionLayer\EntityRepository(($this->services['MoorlMagazine\\Core\\Content\\MagazineArticle\\Aggregate\\MagazineArticleTag\\MagazineArticleTagDefinition'] ?? $this->getMagazineArticleTagDefinitionService()), ($this->services['Shopware\\Core\\Framework\\DataAbstractionLayer\\Read\\EntityReaderInterface'] ?? $this->getEntityReaderInterfaceService()), ($this->services['Shopware\\Core\\Framework\\DataAbstractionLayer\\VersionManager'] ?? $this->getVersionManagerService()), ($this->services['Shopware\\Core\\Framework\\DataAbstractionLayer\\Search\\EntitySearcherInterface'] ?? $this->getEntitySearcherInterfaceService()), ($this->services['Shopware\\Core\\Framework\\DataAbstractionLayer\\Search\\EntityAggregatorInterface'] ?? $this->getEntityAggregatorInterfaceService()), ($this->services['event_dispatcher'] ?? $this->getEventDispatcherService()), ($this->services['Shopware\\Core\\Framework\\DataAbstractionLayer\\Event\\EntityLoadedEventFactory'] ?? $this->getEntityLoadedEventFactoryService())));
  21312.     }
  21313.     /**
  21314.      * Gets the public 'moorl_magazine_article_translation.repository' shared service.
  21315.      *
  21316.      * @return \Shopware\Core\Framework\DataAbstractionLayer\EntityRepositoryForwardCompatibilityDecorator
  21317.      */
  21318.     protected function getMoorlMagazineArticleTranslation_RepositoryService()
  21319.     {
  21320.         return $this->services['moorl_magazine_article_translation.repository'] = new \Shopware\Core\Framework\DataAbstractionLayer\EntityRepositoryForwardCompatibilityDecorator(new \Shopware\Core\Framework\DataAbstractionLayer\EntityRepository(($this->services['MoorlMagazine\\Core\\Content\\MagazineArticle\\Aggregate\\MagazineArticleTranslation\\MagazineArticleTranslationDefinition'] ?? $this->getMagazineArticleTranslationDefinitionService()), ($this->services['Shopware\\Core\\Framework\\DataAbstractionLayer\\Read\\EntityReaderInterface'] ?? $this->getEntityReaderInterfaceService()), ($this->services['Shopware\\Core\\Framework\\DataAbstractionLayer\\VersionManager'] ?? $this->getVersionManagerService()), ($this->services['Shopware\\Core\\Framework\\DataAbstractionLayer\\Search\\EntitySearcherInterface'] ?? $this->getEntitySearcherInterfaceService()), ($this->services['Shopware\\Core\\Framework\\DataAbstractionLayer\\Search\\EntityAggregatorInterface'] ?? $this->getEntityAggregatorInterfaceService()), ($this->services['event_dispatcher'] ?? $this->getEventDispatcherService()), ($this->services['Shopware\\Core\\Framework\\DataAbstractionLayer\\Event\\EntityLoadedEventFactory'] ?? $this->getEntityLoadedEventFactoryService())));
  21321.     }
  21322.     /**
  21323.      * Gets the public 'moorl_magazine_author.repository' shared service.
  21324.      *
  21325.      * @return \Shopware\Core\Framework\DataAbstractionLayer\EntityRepositoryForwardCompatibilityDecorator
  21326.      */
  21327.     protected function getMoorlMagazineAuthor_RepositoryService()
  21328.     {
  21329.         return $this->services['moorl_magazine_author.repository'] = new \Shopware\Core\Framework\DataAbstractionLayer\EntityRepositoryForwardCompatibilityDecorator(new \Shopware\Core\Framework\DataAbstractionLayer\EntityRepository(($this->services['MoorlMagazine\\Core\\Content\\MagazineAuthor\\MagazineAuthorDefinition'] ?? $this->getMagazineAuthorDefinitionService()), ($this->services['Shopware\\Core\\Framework\\DataAbstractionLayer\\Read\\EntityReaderInterface'] ?? $this->getEntityReaderInterfaceService()), ($this->services['Shopware\\Core\\Framework\\DataAbstractionLayer\\VersionManager'] ?? $this->getVersionManagerService()), ($this->services['Shopware\\Core\\Framework\\DataAbstractionLayer\\Search\\EntitySearcherInterface'] ?? $this->getEntitySearcherInterfaceService()), ($this->services['Shopware\\Core\\Framework\\DataAbstractionLayer\\Search\\EntityAggregatorInterface'] ?? $this->getEntityAggregatorInterfaceService()), ($this->services['event_dispatcher'] ?? $this->getEventDispatcherService()), ($this->services['Shopware\\Core\\Framework\\DataAbstractionLayer\\Event\\EntityLoadedEventFactory'] ?? $this->getEntityLoadedEventFactoryService())));
  21330.     }
  21331.     /**
  21332.      * Gets the public 'moorl_magazine_author_translation.repository' shared service.
  21333.      *
  21334.      * @return \Shopware\Core\Framework\DataAbstractionLayer\EntityRepositoryForwardCompatibilityDecorator
  21335.      */
  21336.     protected function getMoorlMagazineAuthorTranslation_RepositoryService()
  21337.     {
  21338.         return $this->services['moorl_magazine_author_translation.repository'] = new \Shopware\Core\Framework\DataAbstractionLayer\EntityRepositoryForwardCompatibilityDecorator(new \Shopware\Core\Framework\DataAbstractionLayer\EntityRepository(($this->services['MoorlMagazine\\Core\\Content\\MagazineAuthor\\Aggregate\\MagazineAuthorTranslation\\MagazineAuthorTranslationDefinition'] ?? $this->getMagazineAuthorTranslationDefinitionService()), ($this->services['Shopware\\Core\\Framework\\DataAbstractionLayer\\Read\\EntityReaderInterface'] ?? $this->getEntityReaderInterfaceService()), ($this->services['Shopware\\Core\\Framework\\DataAbstractionLayer\\VersionManager'] ?? $this->getVersionManagerService()), ($this->services['Shopware\\Core\\Framework\\DataAbstractionLayer\\Search\\EntitySearcherInterface'] ?? $this->getEntitySearcherInterfaceService()), ($this->services['Shopware\\Core\\Framework\\DataAbstractionLayer\\Search\\EntityAggregatorInterface'] ?? $this->getEntityAggregatorInterfaceService()), ($this->services['event_dispatcher'] ?? $this->getEventDispatcherService()), ($this->services['Shopware\\Core\\Framework\\DataAbstractionLayer\\Event\\EntityLoadedEventFactory'] ?? $this->getEntityLoadedEventFactoryService())));
  21339.     }
  21340.     /**
  21341.      * Gets the public 'moorl_magazine_category.repository' shared service.
  21342.      *
  21343.      * @return \Shopware\Core\Framework\DataAbstractionLayer\EntityRepositoryForwardCompatibilityDecorator
  21344.      */
  21345.     protected function getMoorlMagazineCategory_RepositoryService()
  21346.     {
  21347.         return $this->services['moorl_magazine_category.repository'] = new \Shopware\Core\Framework\DataAbstractionLayer\EntityRepositoryForwardCompatibilityDecorator(new \Shopware\Core\Framework\DataAbstractionLayer\EntityRepository(($this->services['MoorlMagazine\\Core\\Content\\MagazineCategory\\MagazineCategoryDefinition'] ?? $this->getMagazineCategoryDefinitionService()), ($this->services['Shopware\\Core\\Framework\\DataAbstractionLayer\\Read\\EntityReaderInterface'] ?? $this->getEntityReaderInterfaceService()), ($this->services['Shopware\\Core\\Framework\\DataAbstractionLayer\\VersionManager'] ?? $this->getVersionManagerService()), ($this->services['Shopware\\Core\\Framework\\DataAbstractionLayer\\Search\\EntitySearcherInterface'] ?? $this->getEntitySearcherInterfaceService()), ($this->services['Shopware\\Core\\Framework\\DataAbstractionLayer\\Search\\EntityAggregatorInterface'] ?? $this->getEntityAggregatorInterfaceService()), ($this->services['event_dispatcher'] ?? $this->getEventDispatcherService()), ($this->services['Shopware\\Core\\Framework\\DataAbstractionLayer\\Event\\EntityLoadedEventFactory'] ?? $this->getEntityLoadedEventFactoryService())));
  21348.     }
  21349.     /**
  21350.      * Gets the public 'moorl_magazine_category_translation.repository' shared service.
  21351.      *
  21352.      * @return \Shopware\Core\Framework\DataAbstractionLayer\EntityRepositoryForwardCompatibilityDecorator
  21353.      */
  21354.     protected function getMoorlMagazineCategoryTranslation_RepositoryService()
  21355.     {
  21356.         return $this->services['moorl_magazine_category_translation.repository'] = new \Shopware\Core\Framework\DataAbstractionLayer\EntityRepositoryForwardCompatibilityDecorator(new \Shopware\Core\Framework\DataAbstractionLayer\EntityRepository(($this->services['MoorlMagazine\\Core\\Content\\MagazineCategory\\Aggregate\\MagazineCategoryTranslation\\MagazineCategoryTranslationDefinition'] ?? $this->getMagazineCategoryTranslationDefinitionService()), ($this->services['Shopware\\Core\\Framework\\DataAbstractionLayer\\Read\\EntityReaderInterface'] ?? $this->getEntityReaderInterfaceService()), ($this->services['Shopware\\Core\\Framework\\DataAbstractionLayer\\VersionManager'] ?? $this->getVersionManagerService()), ($this->services['Shopware\\Core\\Framework\\DataAbstractionLayer\\Search\\EntitySearcherInterface'] ?? $this->getEntitySearcherInterfaceService()), ($this->services['Shopware\\Core\\Framework\\DataAbstractionLayer\\Search\\EntityAggregatorInterface'] ?? $this->getEntityAggregatorInterfaceService()), ($this->services['event_dispatcher'] ?? $this->getEventDispatcherService()), ($this->services['Shopware\\Core\\Framework\\DataAbstractionLayer\\Event\\EntityLoadedEventFactory'] ?? $this->getEntityLoadedEventFactoryService())));
  21357.     }
  21358.     /**
  21359.      * Gets the public 'moorl_magazine_comment.repository' shared service.
  21360.      *
  21361.      * @return \Shopware\Core\Framework\DataAbstractionLayer\EntityRepositoryForwardCompatibilityDecorator
  21362.      */
  21363.     protected function getMoorlMagazineComment_RepositoryService()
  21364.     {
  21365.         return $this->services['moorl_magazine_comment.repository'] = new \Shopware\Core\Framework\DataAbstractionLayer\EntityRepositoryForwardCompatibilityDecorator(new \Shopware\Core\Framework\DataAbstractionLayer\EntityRepository(($this->services['MoorlMagazine\\Core\\Content\\MagazineComment\\MagazineCommentDefinition'] ?? $this->getMagazineCommentDefinitionService()), ($this->services['Shopware\\Core\\Framework\\DataAbstractionLayer\\Read\\EntityReaderInterface'] ?? $this->getEntityReaderInterfaceService()), ($this->services['Shopware\\Core\\Framework\\DataAbstractionLayer\\VersionManager'] ?? $this->getVersionManagerService()), ($this->services['Shopware\\Core\\Framework\\DataAbstractionLayer\\Search\\EntitySearcherInterface'] ?? $this->getEntitySearcherInterfaceService()), ($this->services['Shopware\\Core\\Framework\\DataAbstractionLayer\\Search\\EntityAggregatorInterface'] ?? $this->getEntityAggregatorInterfaceService()), ($this->services['event_dispatcher'] ?? $this->getEventDispatcherService()), ($this->services['Shopware\\Core\\Framework\\DataAbstractionLayer\\Event\\EntityLoadedEventFactory'] ?? $this->getEntityLoadedEventFactoryService())));
  21366.     }
  21367.     /**
  21368.      * Gets the public 'moorl_marker.repository' shared service.
  21369.      *
  21370.      * @return \Shopware\Core\Framework\DataAbstractionLayer\EntityRepositoryForwardCompatibilityDecorator
  21371.      */
  21372.     protected function getMoorlMarker_RepositoryService()
  21373.     {
  21374.         return $this->services['moorl_marker.repository'] = new \Shopware\Core\Framework\DataAbstractionLayer\EntityRepositoryForwardCompatibilityDecorator(new \Shopware\Core\Framework\DataAbstractionLayer\EntityRepository(($this->services['MoorlFoundation\\Core\\Content\\Marker\\MarkerDefinition'] ?? $this->getMarkerDefinitionService()), ($this->services['Shopware\\Core\\Framework\\DataAbstractionLayer\\Read\\EntityReaderInterface'] ?? $this->getEntityReaderInterfaceService()), ($this->services['Shopware\\Core\\Framework\\DataAbstractionLayer\\VersionManager'] ?? $this->getVersionManagerService()), ($this->services['Shopware\\Core\\Framework\\DataAbstractionLayer\\Search\\EntitySearcherInterface'] ?? $this->getEntitySearcherInterfaceService()), ($this->services['Shopware\\Core\\Framework\\DataAbstractionLayer\\Search\\EntityAggregatorInterface'] ?? $this->getEntityAggregatorInterfaceService()), ($this->services['event_dispatcher'] ?? $this->getEventDispatcherService()), ($this->services['Shopware\\Core\\Framework\\DataAbstractionLayer\\Event\\EntityLoadedEventFactory'] ?? $this->getEntityLoadedEventFactoryService())));
  21375.     }
  21376.     /**
  21377.      * Gets the public 'moorl_sorting.repository' shared service.
  21378.      *
  21379.      * @return \Shopware\Core\Framework\DataAbstractionLayer\EntityRepositoryForwardCompatibilityDecorator
  21380.      */
  21381.     protected function getMoorlSorting_RepositoryService()
  21382.     {
  21383.         $a = ($this->services['Shopware\\Core\\Framework\\DataAbstractionLayer\\VersionManager'] ?? $this->getVersionManagerService());
  21384.         if (isset($this->services['moorl_sorting.repository'])) {
  21385.             return $this->services['moorl_sorting.repository'];
  21386.         }
  21387.         $b = ($this->services['Shopware\\Core\\Framework\\DataAbstractionLayer\\Search\\EntitySearcherInterface'] ?? $this->getEntitySearcherInterfaceService());
  21388.         if (isset($this->services['moorl_sorting.repository'])) {
  21389.             return $this->services['moorl_sorting.repository'];
  21390.         }
  21391.         $c = ($this->services['Shopware\\Core\\Framework\\DataAbstractionLayer\\Search\\EntityAggregatorInterface'] ?? $this->getEntityAggregatorInterfaceService());
  21392.         if (isset($this->services['moorl_sorting.repository'])) {
  21393.             return $this->services['moorl_sorting.repository'];
  21394.         }
  21395.         $d = ($this->services['event_dispatcher'] ?? $this->getEventDispatcherService());
  21396.         if (isset($this->services['moorl_sorting.repository'])) {
  21397.             return $this->services['moorl_sorting.repository'];
  21398.         }
  21399.         return $this->services['moorl_sorting.repository'] = new \Shopware\Core\Framework\DataAbstractionLayer\EntityRepositoryForwardCompatibilityDecorator(new \Shopware\Core\Framework\DataAbstractionLayer\EntityRepository(($this->services['MoorlFoundation\\Core\\Content\\Sorting\\SortingDefinition'] ?? $this->getSortingDefinitionService()), ($this->services['Shopware\\Core\\Framework\\DataAbstractionLayer\\Read\\EntityReaderInterface'] ?? $this->getEntityReaderInterfaceService()), $a$b$c$d, ($this->services['Shopware\\Core\\Framework\\DataAbstractionLayer\\Event\\EntityLoadedEventFactory'] ?? $this->getEntityLoadedEventFactoryService())));
  21400.     }
  21401.     /**
  21402.      * Gets the public 'moorl_sorting_translation.repository' shared service.
  21403.      *
  21404.      * @return \Shopware\Core\Framework\DataAbstractionLayer\EntityRepositoryForwardCompatibilityDecorator
  21405.      */
  21406.     protected function getMoorlSortingTranslation_RepositoryService()
  21407.     {
  21408.         return $this->services['moorl_sorting_translation.repository'] = new \Shopware\Core\Framework\DataAbstractionLayer\EntityRepositoryForwardCompatibilityDecorator(new \Shopware\Core\Framework\DataAbstractionLayer\EntityRepository(($this->services['MoorlFoundation\\Core\\Content\\Sorting\\SortingTranslationDefinition'] ?? $this->getSortingTranslationDefinitionService()), ($this->services['Shopware\\Core\\Framework\\DataAbstractionLayer\\Read\\EntityReaderInterface'] ?? $this->getEntityReaderInterfaceService()), ($this->services['Shopware\\Core\\Framework\\DataAbstractionLayer\\VersionManager'] ?? $this->getVersionManagerService()), ($this->services['Shopware\\Core\\Framework\\DataAbstractionLayer\\Search\\EntitySearcherInterface'] ?? $this->getEntitySearcherInterfaceService()), ($this->services['Shopware\\Core\\Framework\\DataAbstractionLayer\\Search\\EntityAggregatorInterface'] ?? $this->getEntityAggregatorInterfaceService()), ($this->services['event_dispatcher'] ?? $this->getEventDispatcherService()), ($this->services['Shopware\\Core\\Framework\\DataAbstractionLayer\\Event\\EntityLoadedEventFactory'] ?? $this->getEntityLoadedEventFactoryService())));
  21409.     }
  21410.     /**
  21411.      * Gets the public 'nds_rcp_category.repository' shared service.
  21412.      *
  21413.      * @return \Shopware\Core\Framework\DataAbstractionLayer\EntityRepositoryForwardCompatibilityDecorator
  21414.      */
  21415.     protected function getNdsRcpCategory_RepositoryService()
  21416.     {
  21417.         $a = ($this->services['Shopware\\Core\\Framework\\DataAbstractionLayer\\VersionManager'] ?? $this->getVersionManagerService());
  21418.         if (isset($this->services['nds_rcp_category.repository'])) {
  21419.             return $this->services['nds_rcp_category.repository'];
  21420.         }
  21421.         $b = ($this->services['Shopware\\Core\\Framework\\DataAbstractionLayer\\Search\\EntitySearcherInterface'] ?? $this->getEntitySearcherInterfaceService());
  21422.         if (isset($this->services['nds_rcp_category.repository'])) {
  21423.             return $this->services['nds_rcp_category.repository'];
  21424.         }
  21425.         $c = ($this->services['Shopware\\Core\\Framework\\DataAbstractionLayer\\Search\\EntityAggregatorInterface'] ?? $this->getEntityAggregatorInterfaceService());
  21426.         if (isset($this->services['nds_rcp_category.repository'])) {
  21427.             return $this->services['nds_rcp_category.repository'];
  21428.         }
  21429.         $d = ($this->services['event_dispatcher'] ?? $this->getEventDispatcherService());
  21430.         if (isset($this->services['nds_rcp_category.repository'])) {
  21431.             return $this->services['nds_rcp_category.repository'];
  21432.         }
  21433.         return $this->services['nds_rcp_category.repository'] = new \Shopware\Core\Framework\DataAbstractionLayer\EntityRepositoryForwardCompatibilityDecorator(new \Shopware\Core\Framework\DataAbstractionLayer\EntityRepository(($this->services['Nds\\RecipeManager\\Core\\Content\\Category\\CategoryDefinition'] ?? $this->getCategoryDefinitionService()), ($this->services['Shopware\\Core\\Framework\\DataAbstractionLayer\\Read\\EntityReaderInterface'] ?? $this->getEntityReaderInterfaceService()), $a$b$c$d, ($this->services['Shopware\\Core\\Framework\\DataAbstractionLayer\\Event\\EntityLoadedEventFactory'] ?? $this->getEntityLoadedEventFactoryService())));
  21434.     }
  21435.     /**
  21436.      * Gets the public 'nds_rcp_category_translation.repository' shared service.
  21437.      *
  21438.      * @return \Shopware\Core\Framework\DataAbstractionLayer\EntityRepositoryForwardCompatibilityDecorator
  21439.      */
  21440.     protected function getNdsRcpCategoryTranslation_RepositoryService()
  21441.     {
  21442.         return $this->services['nds_rcp_category_translation.repository'] = new \Shopware\Core\Framework\DataAbstractionLayer\EntityRepositoryForwardCompatibilityDecorator(new \Shopware\Core\Framework\DataAbstractionLayer\EntityRepository(($this->services['Nds\\RecipeManager\\Core\\Content\\Category\\Aggregate\\CategoryTranslation\\CategoryTranslationDefinition'] ?? $this->getCategoryTranslationDefinitionService()), ($this->services['Shopware\\Core\\Framework\\DataAbstractionLayer\\Read\\EntityReaderInterface'] ?? $this->getEntityReaderInterfaceService()), ($this->services['Shopware\\Core\\Framework\\DataAbstractionLayer\\VersionManager'] ?? $this->getVersionManagerService()), ($this->services['Shopware\\Core\\Framework\\DataAbstractionLayer\\Search\\EntitySearcherInterface'] ?? $this->getEntitySearcherInterfaceService()), ($this->services['Shopware\\Core\\Framework\\DataAbstractionLayer\\Search\\EntityAggregatorInterface'] ?? $this->getEntityAggregatorInterfaceService()), ($this->services['event_dispatcher'] ?? $this->getEventDispatcherService()), ($this->services['Shopware\\Core\\Framework\\DataAbstractionLayer\\Event\\EntityLoadedEventFactory'] ?? $this->getEntityLoadedEventFactoryService())));
  21443.     }
  21444.     /**
  21445.      * Gets the public 'nds_rcp_difficulty.repository' shared service.
  21446.      *
  21447.      * @return \Shopware\Core\Framework\DataAbstractionLayer\EntityRepositoryForwardCompatibilityDecorator
  21448.      */
  21449.     protected function getNdsRcpDifficulty_RepositoryService()
  21450.     {
  21451.         return $this->services['nds_rcp_difficulty.repository'] = new \Shopware\Core\Framework\DataAbstractionLayer\EntityRepositoryForwardCompatibilityDecorator(new \Shopware\Core\Framework\DataAbstractionLayer\EntityRepository(($this->services['Nds\\RecipeManager\\Core\\Content\\Difficulty\\DifficultyDefinition'] ?? $this->getDifficultyDefinitionService()), ($this->services['Shopware\\Core\\Framework\\DataAbstractionLayer\\Read\\EntityReaderInterface'] ?? $this->getEntityReaderInterfaceService()), ($this->services['Shopware\\Core\\Framework\\DataAbstractionLayer\\VersionManager'] ?? $this->getVersionManagerService()), ($this->services['Shopware\\Core\\Framework\\DataAbstractionLayer\\Search\\EntitySearcherInterface'] ?? $this->getEntitySearcherInterfaceService()), ($this->services['Shopware\\Core\\Framework\\DataAbstractionLayer\\Search\\EntityAggregatorInterface'] ?? $this->getEntityAggregatorInterfaceService()), ($this->services['event_dispatcher'] ?? $this->getEventDispatcherService()), ($this->services['Shopware\\Core\\Framework\\DataAbstractionLayer\\Event\\EntityLoadedEventFactory'] ?? $this->getEntityLoadedEventFactoryService())));
  21452.     }
  21453.     /**
  21454.      * Gets the public 'nds_rcp_difficulty_translation.repository' shared service.
  21455.      *
  21456.      * @return \Shopware\Core\Framework\DataAbstractionLayer\EntityRepositoryForwardCompatibilityDecorator
  21457.      */
  21458.     protected function getNdsRcpDifficultyTranslation_RepositoryService()
  21459.     {
  21460.         return $this->services['nds_rcp_difficulty_translation.repository'] = new \Shopware\Core\Framework\DataAbstractionLayer\EntityRepositoryForwardCompatibilityDecorator(new \Shopware\Core\Framework\DataAbstractionLayer\EntityRepository(($this->services['Nds\\RecipeManager\\Core\\Content\\Difficulty\\Aggregate\\DifficultyTranslation\\DifficultyTranslationDefinition'] ?? $this->getDifficultyTranslationDefinitionService()), ($this->services['Shopware\\Core\\Framework\\DataAbstractionLayer\\Read\\EntityReaderInterface'] ?? $this->getEntityReaderInterfaceService()), ($this->services['Shopware\\Core\\Framework\\DataAbstractionLayer\\VersionManager'] ?? $this->getVersionManagerService()), ($this->services['Shopware\\Core\\Framework\\DataAbstractionLayer\\Search\\EntitySearcherInterface'] ?? $this->getEntitySearcherInterfaceService()), ($this->services['Shopware\\Core\\Framework\\DataAbstractionLayer\\Search\\EntityAggregatorInterface'] ?? $this->getEntityAggregatorInterfaceService()), ($this->services['event_dispatcher'] ?? $this->getEventDispatcherService()), ($this->services['Shopware\\Core\\Framework\\DataAbstractionLayer\\Event\\EntityLoadedEventFactory'] ?? $this->getEntityLoadedEventFactoryService())));
  21461.     }
  21462.     /**
  21463.      * Gets the public 'nds_rcp_ingredient.repository' shared service.
  21464.      *
  21465.      * @return \Shopware\Core\Framework\DataAbstractionLayer\EntityRepositoryForwardCompatibilityDecorator
  21466.      */
  21467.     protected function getNdsRcpIngredient_RepositoryService()
  21468.     {
  21469.         return $this->services['nds_rcp_ingredient.repository'] = new \Shopware\Core\Framework\DataAbstractionLayer\EntityRepositoryForwardCompatibilityDecorator(new \Shopware\Core\Framework\DataAbstractionLayer\EntityRepository(($this->services['Nds\\RecipeManager\\Core\\Content\\Ingredient\\IngredientDefinition'] ?? $this->getIngredientDefinitionService()), ($this->services['Shopware\\Core\\Framework\\DataAbstractionLayer\\Read\\EntityReaderInterface'] ?? $this->getEntityReaderInterfaceService()), ($this->services['Shopware\\Core\\Framework\\DataAbstractionLayer\\VersionManager'] ?? $this->getVersionManagerService()), ($this->services['Shopware\\Core\\Framework\\DataAbstractionLayer\\Search\\EntitySearcherInterface'] ?? $this->getEntitySearcherInterfaceService()), ($this->services['Shopware\\Core\\Framework\\DataAbstractionLayer\\Search\\EntityAggregatorInterface'] ?? $this->getEntityAggregatorInterfaceService()), ($this->services['event_dispatcher'] ?? $this->getEventDispatcherService()), ($this->services['Shopware\\Core\\Framework\\DataAbstractionLayer\\Event\\EntityLoadedEventFactory'] ?? $this->getEntityLoadedEventFactoryService())));
  21470.     }
  21471.     /**
  21472.      * Gets the public 'nds_rcp_ingredient_translation.repository' shared service.
  21473.      *
  21474.      * @return \Shopware\Core\Framework\DataAbstractionLayer\EntityRepositoryForwardCompatibilityDecorator
  21475.      */
  21476.     protected function getNdsRcpIngredientTranslation_RepositoryService()
  21477.     {
  21478.         return $this->services['nds_rcp_ingredient_translation.repository'] = new \Shopware\Core\Framework\DataAbstractionLayer\EntityRepositoryForwardCompatibilityDecorator(new \Shopware\Core\Framework\DataAbstractionLayer\EntityRepository(($this->services['Nds\\RecipeManager\\Core\\Content\\Ingredient\\Aggregate\\IngredientTranslation\\IngredientTranslationDefinition'] ?? $this->getIngredientTranslationDefinitionService()), ($this->services['Shopware\\Core\\Framework\\DataAbstractionLayer\\Read\\EntityReaderInterface'] ?? $this->getEntityReaderInterfaceService()), ($this->services['Shopware\\Core\\Framework\\DataAbstractionLayer\\VersionManager'] ?? $this->getVersionManagerService()), ($this->services['Shopware\\Core\\Framework\\DataAbstractionLayer\\Search\\EntitySearcherInterface'] ?? $this->getEntitySearcherInterfaceService()), ($this->services['Shopware\\Core\\Framework\\DataAbstractionLayer\\Search\\EntityAggregatorInterface'] ?? $this->getEntityAggregatorInterfaceService()), ($this->services['event_dispatcher'] ?? $this->getEventDispatcherService()), ($this->services['Shopware\\Core\\Framework\\DataAbstractionLayer\\Event\\EntityLoadedEventFactory'] ?? $this->getEntityLoadedEventFactoryService())));
  21479.     }
  21480.     /**
  21481.      * Gets the public 'nds_rcp_recipe.repository' shared service.
  21482.      *
  21483.      * @return \Shopware\Core\Framework\DataAbstractionLayer\EntityRepositoryForwardCompatibilityDecorator
  21484.      */
  21485.     protected function getNdsRcpRecipe_RepositoryService()
  21486.     {
  21487.         $a = ($this->services['Shopware\\Core\\Framework\\DataAbstractionLayer\\VersionManager'] ?? $this->getVersionManagerService());
  21488.         if (isset($this->services['nds_rcp_recipe.repository'])) {
  21489.             return $this->services['nds_rcp_recipe.repository'];
  21490.         }
  21491.         $b = ($this->services['Shopware\\Core\\Framework\\DataAbstractionLayer\\Search\\EntitySearcherInterface'] ?? $this->getEntitySearcherInterfaceService());
  21492.         if (isset($this->services['nds_rcp_recipe.repository'])) {
  21493.             return $this->services['nds_rcp_recipe.repository'];
  21494.         }
  21495.         $c = ($this->services['Shopware\\Core\\Framework\\DataAbstractionLayer\\Search\\EntityAggregatorInterface'] ?? $this->getEntityAggregatorInterfaceService());
  21496.         if (isset($this->services['nds_rcp_recipe.repository'])) {
  21497.             return $this->services['nds_rcp_recipe.repository'];
  21498.         }
  21499.         $d = ($this->services['event_dispatcher'] ?? $this->getEventDispatcherService());
  21500.         if (isset($this->services['nds_rcp_recipe.repository'])) {
  21501.             return $this->services['nds_rcp_recipe.repository'];
  21502.         }
  21503.         return $this->services['nds_rcp_recipe.repository'] = new \Shopware\Core\Framework\DataAbstractionLayer\EntityRepositoryForwardCompatibilityDecorator(new \Shopware\Core\Framework\DataAbstractionLayer\EntityRepository(($this->services['Nds\\RecipeManager\\Core\\Content\\Recipe\\RecipeDefinition'] ?? $this->getRecipeDefinitionService()), ($this->services['Shopware\\Core\\Framework\\DataAbstractionLayer\\Read\\EntityReaderInterface'] ?? $this->getEntityReaderInterfaceService()), $a$b$c$d, ($this->services['Shopware\\Core\\Framework\\DataAbstractionLayer\\Event\\EntityLoadedEventFactory'] ?? $this->getEntityLoadedEventFactoryService())));
  21504.     }
  21505.     /**
  21506.      * Gets the public 'nds_rcp_recipe_category.repository' shared service.
  21507.      *
  21508.      * @return \Shopware\Core\Framework\DataAbstractionLayer\EntityRepositoryForwardCompatibilityDecorator
  21509.      */
  21510.     protected function getNdsRcpRecipeCategory_RepositoryService()
  21511.     {
  21512.         return $this->services['nds_rcp_recipe_category.repository'] = new \Shopware\Core\Framework\DataAbstractionLayer\EntityRepositoryForwardCompatibilityDecorator(new \Shopware\Core\Framework\DataAbstractionLayer\EntityRepository(($this->services['Nds\\RecipeManager\\Core\\Content\\Recipe\\Aggregate\\RecipeCategory\\RecipeCategoryDefinition'] ?? $this->getRecipeCategoryDefinitionService()), ($this->services['Shopware\\Core\\Framework\\DataAbstractionLayer\\Read\\EntityReaderInterface'] ?? $this->getEntityReaderInterfaceService()), ($this->services['Shopware\\Core\\Framework\\DataAbstractionLayer\\VersionManager'] ?? $this->getVersionManagerService()), ($this->services['Shopware\\Core\\Framework\\DataAbstractionLayer\\Search\\EntitySearcherInterface'] ?? $this->getEntitySearcherInterfaceService()), ($this->services['Shopware\\Core\\Framework\\DataAbstractionLayer\\Search\\EntityAggregatorInterface'] ?? $this->getEntityAggregatorInterfaceService()), ($this->services['event_dispatcher'] ?? $this->getEventDispatcherService()), ($this->services['Shopware\\Core\\Framework\\DataAbstractionLayer\\Event\\EntityLoadedEventFactory'] ?? $this->getEntityLoadedEventFactoryService())));
  21513.     }
  21514.     /**
  21515.      * Gets the public 'nds_rcp_recipe_ingredient.repository' shared service.
  21516.      *
  21517.      * @return \Shopware\Core\Framework\DataAbstractionLayer\EntityRepositoryForwardCompatibilityDecorator
  21518.      */
  21519.     protected function getNdsRcpRecipeIngredient_RepositoryService()
  21520.     {
  21521.         return $this->services['nds_rcp_recipe_ingredient.repository'] = new \Shopware\Core\Framework\DataAbstractionLayer\EntityRepositoryForwardCompatibilityDecorator(new \Shopware\Core\Framework\DataAbstractionLayer\EntityRepository(($this->services['Nds\\RecipeManager\\Core\\Content\\Recipe\\Aggregate\\RecipeIngredient\\RecipeIngredientDefinition'] ?? $this->getRecipeIngredientDefinitionService()), ($this->services['Shopware\\Core\\Framework\\DataAbstractionLayer\\Read\\EntityReaderInterface'] ?? $this->getEntityReaderInterfaceService()), ($this->services['Shopware\\Core\\Framework\\DataAbstractionLayer\\VersionManager'] ?? $this->getVersionManagerService()), ($this->services['Shopware\\Core\\Framework\\DataAbstractionLayer\\Search\\EntitySearcherInterface'] ?? $this->getEntitySearcherInterfaceService()), ($this->services['Shopware\\Core\\Framework\\DataAbstractionLayer\\Search\\EntityAggregatorInterface'] ?? $this->getEntityAggregatorInterfaceService()), ($this->services['event_dispatcher'] ?? $this->getEventDispatcherService()), ($this->services['Shopware\\Core\\Framework\\DataAbstractionLayer\\Event\\EntityLoadedEventFactory'] ?? $this->getEntityLoadedEventFactoryService())));
  21522.     }
  21523.     /**
  21524.      * Gets the public 'nds_rcp_recipe_media.repository' shared service.
  21525.      *
  21526.      * @return \Shopware\Core\Framework\DataAbstractionLayer\EntityRepositoryForwardCompatibilityDecorator
  21527.      */
  21528.     protected function getNdsRcpRecipeMedia_RepositoryService()
  21529.     {
  21530.         return $this->services['nds_rcp_recipe_media.repository'] = new \Shopware\Core\Framework\DataAbstractionLayer\EntityRepositoryForwardCompatibilityDecorator(new \Shopware\Core\Framework\DataAbstractionLayer\EntityRepository(($this->services['Nds\\RecipeManager\\Core\\Content\\Recipe\\RecipeMedia\\RecipeMediaDefinition'] ?? $this->getRecipeMediaDefinitionService()), ($this->services['Shopware\\Core\\Framework\\DataAbstractionLayer\\Read\\EntityReaderInterface'] ?? $this->getEntityReaderInterfaceService()), ($this->services['Shopware\\Core\\Framework\\DataAbstractionLayer\\VersionManager'] ?? $this->getVersionManagerService()), ($this->services['Shopware\\Core\\Framework\\DataAbstractionLayer\\Search\\EntitySearcherInterface'] ?? $this->getEntitySearcherInterfaceService()), ($this->services['Shopware\\Core\\Framework\\DataAbstractionLayer\\Search\\EntityAggregatorInterface'] ?? $this->getEntityAggregatorInterfaceService()), ($this->services['event_dispatcher'] ?? $this->getEventDispatcherService()), ($this->services['Shopware\\Core\\Framework\\DataAbstractionLayer\\Event\\EntityLoadedEventFactory'] ?? $this->getEntityLoadedEventFactoryService())));
  21531.     }
  21532.     /**
  21533.      * Gets the public 'nds_rcp_recipe_tag.repository' shared service.
  21534.      *
  21535.      * @return \Shopware\Core\Framework\DataAbstractionLayer\EntityRepositoryForwardCompatibilityDecorator
  21536.      */
  21537.     protected function getNdsRcpRecipeTag_RepositoryService()
  21538.     {
  21539.         return $this->services['nds_rcp_recipe_tag.repository'] = new \Shopware\Core\Framework\DataAbstractionLayer\EntityRepositoryForwardCompatibilityDecorator(new \Shopware\Core\Framework\DataAbstractionLayer\EntityRepository(($this->services['Nds\\RecipeManager\\Core\\Content\\Recipe\\Aggregate\\RecipeTag\\RecipeTagDefinition'] ?? $this->getRecipeTagDefinitionService()), ($this->services['Shopware\\Core\\Framework\\DataAbstractionLayer\\Read\\EntityReaderInterface'] ?? $this->getEntityReaderInterfaceService()), ($this->services['Shopware\\Core\\Framework\\DataAbstractionLayer\\VersionManager'] ?? $this->getVersionManagerService()), ($this->services['Shopware\\Core\\Framework\\DataAbstractionLayer\\Search\\EntitySearcherInterface'] ?? $this->getEntitySearcherInterfaceService()), ($this->services['Shopware\\Core\\Framework\\DataAbstractionLayer\\Search\\EntityAggregatorInterface'] ?? $this->getEntityAggregatorInterfaceService()), ($this->services['event_dispatcher'] ?? $this->getEventDispatcherService()), ($this->services['Shopware\\Core\\Framework\\DataAbstractionLayer\\Event\\EntityLoadedEventFactory'] ?? $this->getEntityLoadedEventFactoryService())));
  21540.     }
  21541.     /**
  21542.      * Gets the public 'nds_rcp_recipe_translation.repository' shared service.
  21543.      *
  21544.      * @return \Shopware\Core\Framework\DataAbstractionLayer\EntityRepositoryForwardCompatibilityDecorator
  21545.      */
  21546.     protected function getNdsRcpRecipeTranslation_RepositoryService()
  21547.     {
  21548.         return $this->services['nds_rcp_recipe_translation.repository'] = new \Shopware\Core\Framework\DataAbstractionLayer\EntityRepositoryForwardCompatibilityDecorator(new \Shopware\Core\Framework\DataAbstractionLayer\EntityRepository(($this->services['Nds\\RecipeManager\\Core\\Content\\Recipe\\Aggregate\\RecipeTranslation\\RecipeTranslationDefinition'] ?? $this->getRecipeTranslationDefinitionService()), ($this->services['Shopware\\Core\\Framework\\DataAbstractionLayer\\Read\\EntityReaderInterface'] ?? $this->getEntityReaderInterfaceService()), ($this->services['Shopware\\Core\\Framework\\DataAbstractionLayer\\VersionManager'] ?? $this->getVersionManagerService()), ($this->services['Shopware\\Core\\Framework\\DataAbstractionLayer\\Search\\EntitySearcherInterface'] ?? $this->getEntitySearcherInterfaceService()), ($this->services['Shopware\\Core\\Framework\\DataAbstractionLayer\\Search\\EntityAggregatorInterface'] ?? $this->getEntityAggregatorInterfaceService()), ($this->services['event_dispatcher'] ?? $this->getEventDispatcherService()), ($this->services['Shopware\\Core\\Framework\\DataAbstractionLayer\\Event\\EntityLoadedEventFactory'] ?? $this->getEntityLoadedEventFactoryService())));
  21549.     }
  21550.     /**
  21551.      * Gets the public 'nds_rcp_related.repository' shared service.
  21552.      *
  21553.      * @return \Shopware\Core\Framework\DataAbstractionLayer\EntityRepositoryForwardCompatibilityDecorator
  21554.      */
  21555.     protected function getNdsRcpRelated_RepositoryService()
  21556.     {
  21557.         $a = ($this->services['Shopware\\Core\\Framework\\DataAbstractionLayer\\Event\\EntityLoadedEventFactory'] ?? $this->getEntityLoadedEventFactoryService());
  21558.         $b = new \Shopware\Core\Framework\DataAbstractionLayer\EntityRepository(($this->services['Nds\\RecipeManager\\Core\\Content\\Related\\RelatedDefinition'] ?? $this->getRelatedDefinitionService()), ($this->services['Shopware\\Core\\Framework\\DataAbstractionLayer\\Read\\EntityReaderInterface'] ?? $this->getEntityReaderInterfaceService()), ($this->services['Shopware\\Core\\Framework\\DataAbstractionLayer\\VersionManager'] ?? $this->getVersionManagerService()), ($this->services['Shopware\\Core\\Framework\\DataAbstractionLayer\\Search\\EntitySearcherInterface'] ?? $this->getEntitySearcherInterfaceService()), ($this->services['Shopware\\Core\\Framework\\DataAbstractionLayer\\Search\\EntityAggregatorInterface'] ?? $this->getEntityAggregatorInterfaceService()), ($this->services['event_dispatcher'] ?? $this->getEventDispatcherService()), $a);
  21559.         $b->setEntityLoadedEventFactory($a);
  21560.         return $this->services['nds_rcp_related.repository'] = new \Shopware\Core\Framework\DataAbstractionLayer\EntityRepositoryForwardCompatibilityDecorator($b);
  21561.     }
  21562.     /**
  21563.      * Gets the public 'nds_rcp_tag.repository' shared service.
  21564.      *
  21565.      * @return \Shopware\Core\Framework\DataAbstractionLayer\EntityRepositoryForwardCompatibilityDecorator
  21566.      */
  21567.     protected function getNdsRcpTag_RepositoryService()
  21568.     {
  21569.         $a = ($this->services['Shopware\\Core\\Framework\\DataAbstractionLayer\\VersionManager'] ?? $this->getVersionManagerService());
  21570.         if (isset($this->services['nds_rcp_tag.repository'])) {
  21571.             return $this->services['nds_rcp_tag.repository'];
  21572.         }
  21573.         $b = ($this->services['Shopware\\Core\\Framework\\DataAbstractionLayer\\Search\\EntitySearcherInterface'] ?? $this->getEntitySearcherInterfaceService());
  21574.         if (isset($this->services['nds_rcp_tag.repository'])) {
  21575.             return $this->services['nds_rcp_tag.repository'];
  21576.         }
  21577.         $c = ($this->services['Shopware\\Core\\Framework\\DataAbstractionLayer\\Search\\EntityAggregatorInterface'] ?? $this->getEntityAggregatorInterfaceService());
  21578.         if (isset($this->services['nds_rcp_tag.repository'])) {
  21579.             return $this->services['nds_rcp_tag.repository'];
  21580.         }
  21581.         $d = ($this->services['event_dispatcher'] ?? $this->getEventDispatcherService());
  21582.         if (isset($this->services['nds_rcp_tag.repository'])) {
  21583.             return $this->services['nds_rcp_tag.repository'];
  21584.         }
  21585.         return $this->services['nds_rcp_tag.repository'] = new \Shopware\Core\Framework\DataAbstractionLayer\EntityRepositoryForwardCompatibilityDecorator(new \Shopware\Core\Framework\DataAbstractionLayer\EntityRepository(($this->services['Nds\\RecipeManager\\Core\\Content\\Tag\\TagDefinition'] ?? $this->getTagDefinitionService()), ($this->services['Shopware\\Core\\Framework\\DataAbstractionLayer\\Read\\EntityReaderInterface'] ?? $this->getEntityReaderInterfaceService()), $a$b$c$d, ($this->services['Shopware\\Core\\Framework\\DataAbstractionLayer\\Event\\EntityLoadedEventFactory'] ?? $this->getEntityLoadedEventFactoryService())));
  21586.     }
  21587.     /**
  21588.      * Gets the public 'nds_rcp_tag_translation.repository' shared service.
  21589.      *
  21590.      * @return \Shopware\Core\Framework\DataAbstractionLayer\EntityRepositoryForwardCompatibilityDecorator
  21591.      */
  21592.     protected function getNdsRcpTagTranslation_RepositoryService()
  21593.     {
  21594.         return $this->services['nds_rcp_tag_translation.repository'] = new \Shopware\Core\Framework\DataAbstractionLayer\EntityRepositoryForwardCompatibilityDecorator(new \Shopware\Core\Framework\DataAbstractionLayer\EntityRepository(($this->services['Nds\\RecipeManager\\Core\\Content\\Tag\\Aggregate\\TagTranslation\\TagTranslationDefinition'] ?? $this->getTagTranslationDefinitionService()), ($this->services['Shopware\\Core\\Framework\\DataAbstractionLayer\\Read\\EntityReaderInterface'] ?? $this->getEntityReaderInterfaceService()), ($this->services['Shopware\\Core\\Framework\\DataAbstractionLayer\\VersionManager'] ?? $this->getVersionManagerService()), ($this->services['Shopware\\Core\\Framework\\DataAbstractionLayer\\Search\\EntitySearcherInterface'] ?? $this->getEntitySearcherInterfaceService()), ($this->services['Shopware\\Core\\Framework\\DataAbstractionLayer\\Search\\EntityAggregatorInterface'] ?? $this->getEntityAggregatorInterfaceService()), ($this->services['event_dispatcher'] ?? $this->getEventDispatcherService()), ($this->services['Shopware\\Core\\Framework\\DataAbstractionLayer\\Event\\EntityLoadedEventFactory'] ?? $this->getEntityLoadedEventFactoryService())));
  21595.     }
  21596.     /**
  21597.      * Gets the public 'nds_rcp_timeunit.repository' shared service.
  21598.      *
  21599.      * @return \Shopware\Core\Framework\DataAbstractionLayer\EntityRepositoryForwardCompatibilityDecorator
  21600.      */
  21601.     protected function getNdsRcpTimeunit_RepositoryService()
  21602.     {
  21603.         return $this->services['nds_rcp_timeunit.repository'] = new \Shopware\Core\Framework\DataAbstractionLayer\EntityRepositoryForwardCompatibilityDecorator(new \Shopware\Core\Framework\DataAbstractionLayer\EntityRepository(($this->services['Nds\\RecipeManager\\Core\\Content\\TimeUnit\\TimeUnitDefinition'] ?? $this->getTimeUnitDefinitionService()), ($this->services['Shopware\\Core\\Framework\\DataAbstractionLayer\\Read\\EntityReaderInterface'] ?? $this->getEntityReaderInterfaceService()), ($this->services['Shopware\\Core\\Framework\\DataAbstractionLayer\\VersionManager'] ?? $this->getVersionManagerService()), ($this->services['Shopware\\Core\\Framework\\DataAbstractionLayer\\Search\\EntitySearcherInterface'] ?? $this->getEntitySearcherInterfaceService()), ($this->services['Shopware\\Core\\Framework\\DataAbstractionLayer\\Search\\EntityAggregatorInterface'] ?? $this->getEntityAggregatorInterfaceService()), ($this->services['event_dispatcher'] ?? $this->getEventDispatcherService()), ($this->services['Shopware\\Core\\Framework\\DataAbstractionLayer\\Event\\EntityLoadedEventFactory'] ?? $this->getEntityLoadedEventFactoryService())));
  21604.     }
  21605.     /**
  21606.      * Gets the public 'nds_rcp_unit.repository' shared service.
  21607.      *
  21608.      * @return \Shopware\Core\Framework\DataAbstractionLayer\EntityRepositoryForwardCompatibilityDecorator
  21609.      */
  21610.     protected function getNdsRcpUnit_RepositoryService()
  21611.     {
  21612.         return $this->services['nds_rcp_unit.repository'] = new \Shopware\Core\Framework\DataAbstractionLayer\EntityRepositoryForwardCompatibilityDecorator(new \Shopware\Core\Framework\DataAbstractionLayer\EntityRepository(($this->services['Nds\\RecipeManager\\Core\\Content\\Unit\\UnitDefinition'] ?? $this->getUnitDefinitionService()), ($this->services['Shopware\\Core\\Framework\\DataAbstractionLayer\\Read\\EntityReaderInterface'] ?? $this->getEntityReaderInterfaceService()), ($this->services['Shopware\\Core\\Framework\\DataAbstractionLayer\\VersionManager'] ?? $this->getVersionManagerService()), ($this->services['Shopware\\Core\\Framework\\DataAbstractionLayer\\Search\\EntitySearcherInterface'] ?? $this->getEntitySearcherInterfaceService()), ($this->services['Shopware\\Core\\Framework\\DataAbstractionLayer\\Search\\EntityAggregatorInterface'] ?? $this->getEntityAggregatorInterfaceService()), ($this->services['event_dispatcher'] ?? $this->getEventDispatcherService()), ($this->services['Shopware\\Core\\Framework\\DataAbstractionLayer\\Event\\EntityLoadedEventFactory'] ?? $this->getEntityLoadedEventFactoryService())));
  21613.     }
  21614.     /**
  21615.      * Gets the public 'nds_rcp_unit_translation.repository' shared service.
  21616.      *
  21617.      * @return \Shopware\Core\Framework\DataAbstractionLayer\EntityRepositoryForwardCompatibilityDecorator
  21618.      */
  21619.     protected function getNdsRcpUnitTranslation_RepositoryService()
  21620.     {
  21621.         return $this->services['nds_rcp_unit_translation.repository'] = new \Shopware\Core\Framework\DataAbstractionLayer\EntityRepositoryForwardCompatibilityDecorator(new \Shopware\Core\Framework\DataAbstractionLayer\EntityRepository(($this->services['Nds\\RecipeManager\\Core\\Content\\Unit\\Aggregate\\UnitTranslation\\UnitTranslationDefinition'] ?? $this->getUnitTranslationDefinitionService()), ($this->services['Shopware\\Core\\Framework\\DataAbstractionLayer\\Read\\EntityReaderInterface'] ?? $this->getEntityReaderInterfaceService()), ($this->services['Shopware\\Core\\Framework\\DataAbstractionLayer\\VersionManager'] ?? $this->getVersionManagerService()), ($this->services['Shopware\\Core\\Framework\\DataAbstractionLayer\\Search\\EntitySearcherInterface'] ?? $this->getEntitySearcherInterfaceService()), ($this->services['Shopware\\Core\\Framework\\DataAbstractionLayer\\Search\\EntityAggregatorInterface'] ?? $this->getEntityAggregatorInterfaceService()), ($this->services['event_dispatcher'] ?? $this->getEventDispatcherService()), ($this->services['Shopware\\Core\\Framework\\DataAbstractionLayer\\Event\\EntityLoadedEventFactory'] ?? $this->getEntityLoadedEventFactoryService())));
  21622.     }
  21623.     /**
  21624.      * Gets the public 'nds_recipe_manager.filesystem.private' shared service.
  21625.      *
  21626.      * @return \Shopware\Core\Framework\Adapter\Filesystem\PrefixFilesystem
  21627.      */
  21628.     protected function getNdsRecipeManager_Filesystem_PrivateService()
  21629.     {
  21630.         include_once \dirname(__DIR__4).'/vendor/shopware/core/Framework/Adapter/Filesystem/AbstractFilesystem.php';
  21631.         include_once \dirname(__DIR__4).'/vendor/shopware/core/Framework/Adapter/Filesystem/PrefixFilesystem.php';
  21632.         return $this->services['nds_recipe_manager.filesystem.private'] = new \Shopware\Core\Framework\Adapter\Filesystem\PrefixFilesystem(($this->services['shopware.filesystem.private'] ?? $this->getShopware_Filesystem_PrivateService()), 'plugins/nds_recipe_manager');
  21633.     }
  21634.     /**
  21635.      * Gets the public 'nds_recipe_manager.filesystem.public' shared service.
  21636.      *
  21637.      * @return \Shopware\Core\Framework\Adapter\Filesystem\PrefixFilesystem
  21638.      */
  21639.     protected function getNdsRecipeManager_Filesystem_PublicService()
  21640.     {
  21641.         include_once \dirname(__DIR__4).'/vendor/shopware/core/Framework/Adapter/Filesystem/AbstractFilesystem.php';
  21642.         include_once \dirname(__DIR__4).'/vendor/shopware/core/Framework/Adapter/Filesystem/PrefixFilesystem.php';
  21643.         return $this->services['nds_recipe_manager.filesystem.public'] = new \Shopware\Core\Framework\Adapter\Filesystem\PrefixFilesystem(($this->services['shopware.filesystem.public'] ?? $this->getShopware_Filesystem_PublicService()), 'plugins/nds_recipe_manager');
  21644.     }
  21645.     /**
  21646.      * Gets the public 'neti_modal.repository' shared service.
  21647.      *
  21648.      * @return \Shopware\Core\Framework\DataAbstractionLayer\EntityRepositoryForwardCompatibilityDecorator
  21649.      */
  21650.     protected function getNetiModal_RepositoryService()
  21651.     {
  21652.         return $this->services['neti_modal.repository'] = new \Shopware\Core\Framework\DataAbstractionLayer\EntityRepositoryForwardCompatibilityDecorator(new \Shopware\Core\Framework\DataAbstractionLayer\EntityRepository(($this->services['NetInventors\\NetiNextModal\\Core\\Content\\Modal\\ModalDefinition'] ?? $this->getModalDefinitionService()), ($this->services['Shopware\\Core\\Framework\\DataAbstractionLayer\\Read\\EntityReaderInterface'] ?? $this->getEntityReaderInterfaceService()), ($this->services['Shopware\\Core\\Framework\\DataAbstractionLayer\\VersionManager'] ?? $this->getVersionManagerService()), ($this->services['Shopware\\Core\\Framework\\DataAbstractionLayer\\Search\\EntitySearcherInterface'] ?? $this->getEntitySearcherInterfaceService()), ($this->services['Shopware\\Core\\Framework\\DataAbstractionLayer\\Search\\EntityAggregatorInterface'] ?? $this->getEntityAggregatorInterfaceService()), ($this->services['event_dispatcher'] ?? $this->getEventDispatcherService()), ($this->services['Shopware\\Core\\Framework\\DataAbstractionLayer\\Event\\EntityLoadedEventFactory'] ?? $this->getEntityLoadedEventFactoryService())));
  21653.     }
  21654.     /**
  21655.      * Gets the public 'neti_modal_category.repository' shared service.
  21656.      *
  21657.      * @return \Shopware\Core\Framework\DataAbstractionLayer\EntityRepositoryForwardCompatibilityDecorator
  21658.      */
  21659.     protected function getNetiModalCategory_RepositoryService()
  21660.     {
  21661.         return $this->services['neti_modal_category.repository'] = new \Shopware\Core\Framework\DataAbstractionLayer\EntityRepositoryForwardCompatibilityDecorator(new \Shopware\Core\Framework\DataAbstractionLayer\EntityRepository(($this->services['NetInventors\\NetiNextModal\\Core\\Content\\Modal\\Aggregate\\ModalCategory\\ModalCategoryDefinition'] ?? $this->getModalCategoryDefinitionService()), ($this->services['Shopware\\Core\\Framework\\DataAbstractionLayer\\Read\\EntityReaderInterface'] ?? $this->getEntityReaderInterfaceService()), ($this->services['Shopware\\Core\\Framework\\DataAbstractionLayer\\VersionManager'] ?? $this->getVersionManagerService()), ($this->services['Shopware\\Core\\Framework\\DataAbstractionLayer\\Search\\EntitySearcherInterface'] ?? $this->getEntitySearcherInterfaceService()), ($this->services['Shopware\\Core\\Framework\\DataAbstractionLayer\\Search\\EntityAggregatorInterface'] ?? $this->getEntityAggregatorInterfaceService()), ($this->services['event_dispatcher'] ?? $this->getEventDispatcherService()), ($this->services['Shopware\\Core\\Framework\\DataAbstractionLayer\\Event\\EntityLoadedEventFactory'] ?? $this->getEntityLoadedEventFactoryService())));
  21662.     }
  21663.     /**
  21664.      * Gets the public 'neti_modal_language.repository' shared service.
  21665.      *
  21666.      * @return \Shopware\Core\Framework\DataAbstractionLayer\EntityRepositoryForwardCompatibilityDecorator
  21667.      */
  21668.     protected function getNetiModalLanguage_RepositoryService()
  21669.     {
  21670.         return $this->services['neti_modal_language.repository'] = new \Shopware\Core\Framework\DataAbstractionLayer\EntityRepositoryForwardCompatibilityDecorator(new \Shopware\Core\Framework\DataAbstractionLayer\EntityRepository(($this->services['NetInventors\\NetiNextModal\\Core\\Content\\Modal\\Aggregate\\ModalLanguage\\ModalLanguageDefinition'] ?? $this->getModalLanguageDefinitionService()), ($this->services['Shopware\\Core\\Framework\\DataAbstractionLayer\\Read\\EntityReaderInterface'] ?? $this->getEntityReaderInterfaceService()), ($this->services['Shopware\\Core\\Framework\\DataAbstractionLayer\\VersionManager'] ?? $this->getVersionManagerService()), ($this->services['Shopware\\Core\\Framework\\DataAbstractionLayer\\Search\\EntitySearcherInterface'] ?? $this->getEntitySearcherInterfaceService()), ($this->services['Shopware\\Core\\Framework\\DataAbstractionLayer\\Search\\EntityAggregatorInterface'] ?? $this->getEntityAggregatorInterfaceService()), ($this->services['event_dispatcher'] ?? $this->getEventDispatcherService()), ($this->services['Shopware\\Core\\Framework\\DataAbstractionLayer\\Event\\EntityLoadedEventFactory'] ?? $this->getEntityLoadedEventFactoryService())));
  21671.     }
  21672.     /**
  21673.      * Gets the public 'neti_modal_product.repository' shared service.
  21674.      *
  21675.      * @return \Shopware\Core\Framework\DataAbstractionLayer\EntityRepositoryForwardCompatibilityDecorator
  21676.      */
  21677.     protected function getNetiModalProduct_RepositoryService()
  21678.     {
  21679.         return $this->services['neti_modal_product.repository'] = new \Shopware\Core\Framework\DataAbstractionLayer\EntityRepositoryForwardCompatibilityDecorator(new \Shopware\Core\Framework\DataAbstractionLayer\EntityRepository(($this->services['NetInventors\\NetiNextModal\\Core\\Content\\Modal\\Aggregate\\ModalProduct\\ModalProductDefinition'] ?? $this->getModalProductDefinitionService()), ($this->services['Shopware\\Core\\Framework\\DataAbstractionLayer\\Read\\EntityReaderInterface'] ?? $this->getEntityReaderInterfaceService()), ($this->services['Shopware\\Core\\Framework\\DataAbstractionLayer\\VersionManager'] ?? $this->getVersionManagerService()), ($this->services['Shopware\\Core\\Framework\\DataAbstractionLayer\\Search\\EntitySearcherInterface'] ?? $this->getEntitySearcherInterfaceService()), ($this->services['Shopware\\Core\\Framework\\DataAbstractionLayer\\Search\\EntityAggregatorInterface'] ?? $this->getEntityAggregatorInterfaceService()), ($this->services['event_dispatcher'] ?? $this->getEventDispatcherService()), ($this->services['Shopware\\Core\\Framework\\DataAbstractionLayer\\Event\\EntityLoadedEventFactory'] ?? $this->getEntityLoadedEventFactoryService())));
  21680.     }
  21681.     /**
  21682.      * Gets the public 'neti_modal_sales_channel.repository' shared service.
  21683.      *
  21684.      * @return \Shopware\Core\Framework\DataAbstractionLayer\EntityRepositoryForwardCompatibilityDecorator
  21685.      */
  21686.     protected function getNetiModalSalesChannel_RepositoryService()
  21687.     {
  21688.         return $this->services['neti_modal_sales_channel.repository'] = new \Shopware\Core\Framework\DataAbstractionLayer\EntityRepositoryForwardCompatibilityDecorator(new \Shopware\Core\Framework\DataAbstractionLayer\EntityRepository(($this->services['NetInventors\\NetiNextModal\\Core\\Content\\Modal\\Aggregate\\ModalSalesChannel\\ModalSalesChannelDefinition'] ?? $this->getModalSalesChannelDefinitionService()), ($this->services['Shopware\\Core\\Framework\\DataAbstractionLayer\\Read\\EntityReaderInterface'] ?? $this->getEntityReaderInterfaceService()), ($this->services['Shopware\\Core\\Framework\\DataAbstractionLayer\\VersionManager'] ?? $this->getVersionManagerService()), ($this->services['Shopware\\Core\\Framework\\DataAbstractionLayer\\Search\\EntitySearcherInterface'] ?? $this->getEntitySearcherInterfaceService()), ($this->services['Shopware\\Core\\Framework\\DataAbstractionLayer\\Search\\EntityAggregatorInterface'] ?? $this->getEntityAggregatorInterfaceService()), ($this->services['event_dispatcher'] ?? $this->getEventDispatcherService()), ($this->services['Shopware\\Core\\Framework\\DataAbstractionLayer\\Event\\EntityLoadedEventFactory'] ?? $this->getEntityLoadedEventFactoryService())));
  21689.     }
  21690.     /**
  21691.      * Gets the public 'neti_modal_schedule.repository' shared service.
  21692.      *
  21693.      * @return \Shopware\Core\Framework\DataAbstractionLayer\EntityRepositoryForwardCompatibilityDecorator
  21694.      */
  21695.     protected function getNetiModalSchedule_RepositoryService()
  21696.     {
  21697.         return $this->services['neti_modal_schedule.repository'] = new \Shopware\Core\Framework\DataAbstractionLayer\EntityRepositoryForwardCompatibilityDecorator(new \Shopware\Core\Framework\DataAbstractionLayer\EntityRepository(($this->services['NetInventors\\NetiNextModal\\Core\\Content\\Modal\\Aggregate\\ModalSchedule\\ModalScheduleDefinition'] ?? $this->getModalScheduleDefinitionService()), ($this->services['Shopware\\Core\\Framework\\DataAbstractionLayer\\Read\\EntityReaderInterface'] ?? $this->getEntityReaderInterfaceService()), ($this->services['Shopware\\Core\\Framework\\DataAbstractionLayer\\VersionManager'] ?? $this->getVersionManagerService()), ($this->services['Shopware\\Core\\Framework\\DataAbstractionLayer\\Search\\EntitySearcherInterface'] ?? $this->getEntitySearcherInterfaceService()), ($this->services['Shopware\\Core\\Framework\\DataAbstractionLayer\\Search\\EntityAggregatorInterface'] ?? $this->getEntityAggregatorInterfaceService()), ($this->services['event_dispatcher'] ?? $this->getEventDispatcherService()), ($this->services['Shopware\\Core\\Framework\\DataAbstractionLayer\\Event\\EntityLoadedEventFactory'] ?? $this->getEntityLoadedEventFactoryService())));
  21698.     }
  21699.     /**
  21700.      * Gets the public 'neti_modal_translation.repository' shared service.
  21701.      *
  21702.      * @return \Shopware\Core\Framework\DataAbstractionLayer\EntityRepositoryForwardCompatibilityDecorator
  21703.      */
  21704.     protected function getNetiModalTranslation_RepositoryService()
  21705.     {
  21706.         return $this->services['neti_modal_translation.repository'] = new \Shopware\Core\Framework\DataAbstractionLayer\EntityRepositoryForwardCompatibilityDecorator(new \Shopware\Core\Framework\DataAbstractionLayer\EntityRepository(($this->services['NetInventors\\NetiNextModal\\Core\\Content\\Modal\\Aggregate\\ModalTranslation\\ModalTranslationDefinition'] ?? $this->getModalTranslationDefinitionService()), ($this->services['Shopware\\Core\\Framework\\DataAbstractionLayer\\Read\\EntityReaderInterface'] ?? $this->getEntityReaderInterfaceService()), ($this->services['Shopware\\Core\\Framework\\DataAbstractionLayer\\VersionManager'] ?? $this->getVersionManagerService()), ($this->services['Shopware\\Core\\Framework\\DataAbstractionLayer\\Search\\EntitySearcherInterface'] ?? $this->getEntitySearcherInterfaceService()), ($this->services['Shopware\\Core\\Framework\\DataAbstractionLayer\\Search\\EntityAggregatorInterface'] ?? $this->getEntityAggregatorInterfaceService()), ($this->services['event_dispatcher'] ?? $this->getEventDispatcherService()), ($this->services['Shopware\\Core\\Framework\\DataAbstractionLayer\\Event\\EntityLoadedEventFactory'] ?? $this->getEntityLoadedEventFactoryService())));
  21707.     }
  21708.     /**
  21709.      * Gets the public 'neti_next_modal.filesystem.private' shared service.
  21710.      *
  21711.      * @return \Shopware\Core\Framework\Adapter\Filesystem\PrefixFilesystem
  21712.      */
  21713.     protected function getNetiNextModal_Filesystem_PrivateService()
  21714.     {
  21715.         include_once \dirname(__DIR__4).'/vendor/shopware/core/Framework/Adapter/Filesystem/AbstractFilesystem.php';
  21716.         include_once \dirname(__DIR__4).'/vendor/shopware/core/Framework/Adapter/Filesystem/PrefixFilesystem.php';
  21717.         return $this->services['neti_next_modal.filesystem.private'] = new \Shopware\Core\Framework\Adapter\Filesystem\PrefixFilesystem(($this->services['shopware.filesystem.private'] ?? $this->getShopware_Filesystem_PrivateService()), 'plugins/neti_next_modal');
  21718.     }
  21719.     /**
  21720.      * Gets the public 'neti_next_modal.filesystem.public' shared service.
  21721.      *
  21722.      * @return \Shopware\Core\Framework\Adapter\Filesystem\PrefixFilesystem
  21723.      */
  21724.     protected function getNetiNextModal_Filesystem_PublicService()
  21725.     {
  21726.         include_once \dirname(__DIR__4).'/vendor/shopware/core/Framework/Adapter/Filesystem/AbstractFilesystem.php';
  21727.         include_once \dirname(__DIR__4).'/vendor/shopware/core/Framework/Adapter/Filesystem/PrefixFilesystem.php';
  21728.         return $this->services['neti_next_modal.filesystem.public'] = new \Shopware\Core\Framework\Adapter\Filesystem\PrefixFilesystem(($this->services['shopware.filesystem.public'] ?? $this->getShopware_Filesystem_PublicService()), 'plugins/neti_next_modal');
  21729.     }
  21730.     /**
  21731.      * Gets the public 'newsletter_recipient.repository' shared service.
  21732.      *
  21733.      * @return \Shopware\Core\Framework\DataAbstractionLayer\EntityRepositoryForwardCompatibilityDecorator
  21734.      */
  21735.     protected function getNewsletterRecipient_RepositoryService()
  21736.     {
  21737.         $a = ($this->services['Shopware\\Core\\Framework\\DataAbstractionLayer\\VersionManager'] ?? $this->getVersionManagerService());
  21738.         if (isset($this->services['newsletter_recipient.repository'])) {
  21739.             return $this->services['newsletter_recipient.repository'];
  21740.         }
  21741.         $b = ($this->services['Shopware\\Core\\Framework\\DataAbstractionLayer\\Search\\EntitySearcherInterface'] ?? $this->getEntitySearcherInterfaceService());
  21742.         if (isset($this->services['newsletter_recipient.repository'])) {
  21743.             return $this->services['newsletter_recipient.repository'];
  21744.         }
  21745.         $c = ($this->services['Shopware\\Core\\Framework\\DataAbstractionLayer\\Search\\EntityAggregatorInterface'] ?? $this->getEntityAggregatorInterfaceService());
  21746.         if (isset($this->services['newsletter_recipient.repository'])) {
  21747.             return $this->services['newsletter_recipient.repository'];
  21748.         }
  21749.         $d = ($this->services['event_dispatcher'] ?? $this->getEventDispatcherService());
  21750.         if (isset($this->services['newsletter_recipient.repository'])) {
  21751.             return $this->services['newsletter_recipient.repository'];
  21752.         }
  21753.         return $this->services['newsletter_recipient.repository'] = new \Shopware\Core\Framework\DataAbstractionLayer\EntityRepositoryForwardCompatibilityDecorator(new \Shopware\Core\Framework\DataAbstractionLayer\EntityRepository(($this->services['Shopware\\Core\\Content\\Newsletter\\Aggregate\\NewsletterRecipient\\NewsletterRecipientDefinition'] ?? $this->getNewsletterRecipientDefinitionService()), ($this->services['Shopware\\Core\\Framework\\DataAbstractionLayer\\Read\\EntityReaderInterface'] ?? $this->getEntityReaderInterfaceService()), $a$b$c$d, ($this->services['Shopware\\Core\\Framework\\DataAbstractionLayer\\Event\\EntityLoadedEventFactory'] ?? $this->getEntityLoadedEventFactoryService())));
  21754.     }
  21755.     /**
  21756.      * Gets the public 'newsletter_recipient_tag.repository' shared service.
  21757.      *
  21758.      * @return \Shopware\Core\Framework\DataAbstractionLayer\EntityRepositoryForwardCompatibilityDecorator
  21759.      */
  21760.     protected function getNewsletterRecipientTag_RepositoryService()
  21761.     {
  21762.         return $this->services['newsletter_recipient_tag.repository'] = new \Shopware\Core\Framework\DataAbstractionLayer\EntityRepositoryForwardCompatibilityDecorator(new \Shopware\Core\Framework\DataAbstractionLayer\EntityRepository(($this->services['Shopware\\Core\\Content\\Newsletter\\Aggregate\\NewsletterRecipientTag\\NewsletterRecipientTagDefinition'] ?? $this->getNewsletterRecipientTagDefinitionService()), ($this->services['Shopware\\Core\\Framework\\DataAbstractionLayer\\Read\\EntityReaderInterface'] ?? $this->getEntityReaderInterfaceService()), ($this->services['Shopware\\Core\\Framework\\DataAbstractionLayer\\VersionManager'] ?? $this->getVersionManagerService()), ($this->services['Shopware\\Core\\Framework\\DataAbstractionLayer\\Search\\EntitySearcherInterface'] ?? $this->getEntitySearcherInterfaceService()), ($this->services['Shopware\\Core\\Framework\\DataAbstractionLayer\\Search\\EntityAggregatorInterface'] ?? $this->getEntityAggregatorInterfaceService()), ($this->services['event_dispatcher'] ?? $this->getEventDispatcherService()), ($this->services['Shopware\\Core\\Framework\\DataAbstractionLayer\\Event\\EntityLoadedEventFactory'] ?? $this->getEntityLoadedEventFactoryService())));
  21763.     }
  21764.     /**
  21765.      * Gets the public 'nimbits_article_questions_next.filesystem.private' shared service.
  21766.      *
  21767.      * @return \Shopware\Core\Framework\Adapter\Filesystem\PrefixFilesystem
  21768.      */
  21769.     protected function getNimbitsArticleQuestionsNext_Filesystem_PrivateService()
  21770.     {
  21771.         include_once \dirname(__DIR__4).'/vendor/shopware/core/Framework/Adapter/Filesystem/AbstractFilesystem.php';
  21772.         include_once \dirname(__DIR__4).'/vendor/shopware/core/Framework/Adapter/Filesystem/PrefixFilesystem.php';
  21773.         return $this->services['nimbits_article_questions_next.filesystem.private'] = new \Shopware\Core\Framework\Adapter\Filesystem\PrefixFilesystem(($this->services['shopware.filesystem.private'] ?? $this->getShopware_Filesystem_PrivateService()), 'plugins/nimbits_article_questions_next');
  21774.     }
  21775.     /**
  21776.      * Gets the public 'nimbits_article_questions_next.filesystem.public' shared service.
  21777.      *
  21778.      * @return \Shopware\Core\Framework\Adapter\Filesystem\PrefixFilesystem
  21779.      */
  21780.     protected function getNimbitsArticleQuestionsNext_Filesystem_PublicService()
  21781.     {
  21782.         include_once \dirname(__DIR__4).'/vendor/shopware/core/Framework/Adapter/Filesystem/AbstractFilesystem.php';
  21783.         include_once \dirname(__DIR__4).'/vendor/shopware/core/Framework/Adapter/Filesystem/PrefixFilesystem.php';
  21784.         return $this->services['nimbits_article_questions_next.filesystem.public'] = new \Shopware\Core\Framework\Adapter\Filesystem\PrefixFilesystem(($this->services['shopware.filesystem.public'] ?? $this->getShopware_Filesystem_PublicService()), 'plugins/nimbits_article_questions_next');
  21785.     }
  21786.     /**
  21787.      * Gets the public 'nimbits_articlequestions.repository' shared service.
  21788.      *
  21789.      * @return \Shopware\Core\Framework\DataAbstractionLayer\EntityRepositoryForwardCompatibilityDecorator
  21790.      */
  21791.     protected function getNimbitsArticlequestions_RepositoryService()
  21792.     {
  21793.         $a = ($this->services['Shopware\\Core\\Framework\\DataAbstractionLayer\\VersionManager'] ?? $this->getVersionManagerService());
  21794.         if (isset($this->services['nimbits_articlequestions.repository'])) {
  21795.             return $this->services['nimbits_articlequestions.repository'];
  21796.         }
  21797.         $b = ($this->services['Shopware\\Core\\Framework\\DataAbstractionLayer\\Search\\EntitySearcherInterface'] ?? $this->getEntitySearcherInterfaceService());
  21798.         if (isset($this->services['nimbits_articlequestions.repository'])) {
  21799.             return $this->services['nimbits_articlequestions.repository'];
  21800.         }
  21801.         $c = ($this->services['Shopware\\Core\\Framework\\DataAbstractionLayer\\Search\\EntityAggregatorInterface'] ?? $this->getEntityAggregatorInterfaceService());
  21802.         if (isset($this->services['nimbits_articlequestions.repository'])) {
  21803.             return $this->services['nimbits_articlequestions.repository'];
  21804.         }
  21805.         $d = ($this->services['event_dispatcher'] ?? $this->getEventDispatcherService());
  21806.         if (isset($this->services['nimbits_articlequestions.repository'])) {
  21807.             return $this->services['nimbits_articlequestions.repository'];
  21808.         }
  21809.         return $this->services['nimbits_articlequestions.repository'] = new \Shopware\Core\Framework\DataAbstractionLayer\EntityRepositoryForwardCompatibilityDecorator(new \Shopware\Core\Framework\DataAbstractionLayer\EntityRepository(($this->services['Nimbits\\NimbitsArticleQuestionsNext\\ArticleQuestions\\ArticleQuestionEntityDefinition'] ?? $this->getArticleQuestionEntityDefinitionService()), ($this->services['Shopware\\Core\\Framework\\DataAbstractionLayer\\Read\\EntityReaderInterface'] ?? $this->getEntityReaderInterfaceService()), $a$b$c$d, ($this->services['Shopware\\Core\\Framework\\DataAbstractionLayer\\Event\\EntityLoadedEventFactory'] ?? $this->getEntityLoadedEventFactoryService())));
  21810.     }
  21811.     /**
  21812.      * Gets the public 'notification.repository' shared service.
  21813.      *
  21814.      * @return \Shopware\Core\Framework\DataAbstractionLayer\EntityRepositoryForwardCompatibilityDecorator
  21815.      */
  21816.     protected function getNotification_RepositoryService()
  21817.     {
  21818.         return $this->services['notification.repository'] = new \Shopware\Core\Framework\DataAbstractionLayer\EntityRepositoryForwardCompatibilityDecorator(new \Shopware\Core\Framework\DataAbstractionLayer\EntityRepository(($this->services['Shopware\\Administration\\Notification\\NotificationDefinition'] ?? $this->getNotificationDefinitionService()), ($this->services['Shopware\\Core\\Framework\\DataAbstractionLayer\\Read\\EntityReaderInterface'] ?? $this->getEntityReaderInterfaceService()), ($this->services['Shopware\\Core\\Framework\\DataAbstractionLayer\\VersionManager'] ?? $this->getVersionManagerService()), ($this->services['Shopware\\Core\\Framework\\DataAbstractionLayer\\Search\\EntitySearcherInterface'] ?? $this->getEntitySearcherInterfaceService()), ($this->services['Shopware\\Core\\Framework\\DataAbstractionLayer\\Search\\EntityAggregatorInterface'] ?? $this->getEntityAggregatorInterfaceService()), ($this->services['event_dispatcher'] ?? $this->getEventDispatcherService()), ($this->services['Shopware\\Core\\Framework\\DataAbstractionLayer\\Event\\EntityLoadedEventFactory'] ?? $this->getEntityLoadedEventFactoryService())));
  21819.     }
  21820.     /**
  21821.      * Gets the public 'number_range.repository' shared service.
  21822.      *
  21823.      * @return \Shopware\Core\Framework\DataAbstractionLayer\EntityRepositoryForwardCompatibilityDecorator
  21824.      */
  21825.     protected function getNumberRange_RepositoryService()
  21826.     {
  21827.         $a = ($this->services['Shopware\\Core\\Framework\\DataAbstractionLayer\\VersionManager'] ?? $this->getVersionManagerService());
  21828.         if (isset($this->services['number_range.repository'])) {
  21829.             return $this->services['number_range.repository'];
  21830.         }
  21831.         $b = ($this->services['Shopware\\Core\\Framework\\DataAbstractionLayer\\Search\\EntitySearcherInterface'] ?? $this->getEntitySearcherInterfaceService());
  21832.         if (isset($this->services['number_range.repository'])) {
  21833.             return $this->services['number_range.repository'];
  21834.         }
  21835.         $c = ($this->services['Shopware\\Core\\Framework\\DataAbstractionLayer\\Search\\EntityAggregatorInterface'] ?? $this->getEntityAggregatorInterfaceService());
  21836.         if (isset($this->services['number_range.repository'])) {
  21837.             return $this->services['number_range.repository'];
  21838.         }
  21839.         $d = ($this->services['event_dispatcher'] ?? $this->getEventDispatcherService());
  21840.         if (isset($this->services['number_range.repository'])) {
  21841.             return $this->services['number_range.repository'];
  21842.         }
  21843.         return $this->services['number_range.repository'] = new \Shopware\Core\Framework\DataAbstractionLayer\EntityRepositoryForwardCompatibilityDecorator(new \Shopware\Core\Framework\DataAbstractionLayer\EntityRepository(($this->services['Shopware\\Core\\System\\NumberRange\\NumberRangeDefinition'] ?? $this->getNumberRangeDefinitionService()), ($this->services['Shopware\\Core\\Framework\\DataAbstractionLayer\\Read\\EntityReaderInterface'] ?? $this->getEntityReaderInterfaceService()), $a$b$c$d, ($this->services['Shopware\\Core\\Framework\\DataAbstractionLayer\\Event\\EntityLoadedEventFactory'] ?? $this->getEntityLoadedEventFactoryService())));
  21844.     }
  21845.     /**
  21846.      * Gets the public 'number_range_sales_channel.repository' shared service.
  21847.      *
  21848.      * @return \Shopware\Core\Framework\DataAbstractionLayer\EntityRepositoryForwardCompatibilityDecorator
  21849.      */
  21850.     protected function getNumberRangeSalesChannel_RepositoryService()
  21851.     {
  21852.         return $this->services['number_range_sales_channel.repository'] = new \Shopware\Core\Framework\DataAbstractionLayer\EntityRepositoryForwardCompatibilityDecorator(new \Shopware\Core\Framework\DataAbstractionLayer\EntityRepository(($this->services['Shopware\\Core\\System\\NumberRange\\Aggregate\\NumberRangeSalesChannel\\NumberRangeSalesChannelDefinition'] ?? $this->getNumberRangeSalesChannelDefinitionService()), ($this->services['Shopware\\Core\\Framework\\DataAbstractionLayer\\Read\\EntityReaderInterface'] ?? $this->getEntityReaderInterfaceService()), ($this->services['Shopware\\Core\\Framework\\DataAbstractionLayer\\VersionManager'] ?? $this->getVersionManagerService()), ($this->services['Shopware\\Core\\Framework\\DataAbstractionLayer\\Search\\EntitySearcherInterface'] ?? $this->getEntitySearcherInterfaceService()), ($this->services['Shopware\\Core\\Framework\\DataAbstractionLayer\\Search\\EntityAggregatorInterface'] ?? $this->getEntityAggregatorInterfaceService()), ($this->services['event_dispatcher'] ?? $this->getEventDispatcherService()), ($this->services['Shopware\\Core\\Framework\\DataAbstractionLayer\\Event\\EntityLoadedEventFactory'] ?? $this->getEntityLoadedEventFactoryService())));
  21853.     }
  21854.     /**
  21855.      * Gets the public 'number_range_state.repository' shared service.
  21856.      *
  21857.      * @return \Shopware\Core\Framework\DataAbstractionLayer\EntityRepositoryForwardCompatibilityDecorator
  21858.      */
  21859.     protected function getNumberRangeState_RepositoryService()
  21860.     {
  21861.         return $this->services['number_range_state.repository'] = new \Shopware\Core\Framework\DataAbstractionLayer\EntityRepositoryForwardCompatibilityDecorator(new \Shopware\Core\Framework\DataAbstractionLayer\EntityRepository(($this->services['Shopware\\Core\\System\\NumberRange\\Aggregate\\NumberRangeState\\NumberRangeStateDefinition'] ?? $this->getNumberRangeStateDefinitionService()), ($this->services['Shopware\\Core\\Framework\\DataAbstractionLayer\\Read\\EntityReaderInterface'] ?? $this->getEntityReaderInterfaceService()), ($this->services['Shopware\\Core\\Framework\\DataAbstractionLayer\\VersionManager'] ?? $this->getVersionManagerService()), ($this->services['Shopware\\Core\\Framework\\DataAbstractionLayer\\Search\\EntitySearcherInterface'] ?? $this->getEntitySearcherInterfaceService()), ($this->services['Shopware\\Core\\Framework\\DataAbstractionLayer\\Search\\EntityAggregatorInterface'] ?? $this->getEntityAggregatorInterfaceService()), ($this->services['event_dispatcher'] ?? $this->getEventDispatcherService()), ($this->services['Shopware\\Core\\Framework\\DataAbstractionLayer\\Event\\EntityLoadedEventFactory'] ?? $this->getEntityLoadedEventFactoryService())));
  21862.     }
  21863.     /**
  21864.      * Gets the public 'number_range_translation.repository' shared service.
  21865.      *
  21866.      * @return \Shopware\Core\Framework\DataAbstractionLayer\EntityRepositoryForwardCompatibilityDecorator
  21867.      */
  21868.     protected function getNumberRangeTranslation_RepositoryService()
  21869.     {
  21870.         return $this->services['number_range_translation.repository'] = new \Shopware\Core\Framework\DataAbstractionLayer\EntityRepositoryForwardCompatibilityDecorator(new \Shopware\Core\Framework\DataAbstractionLayer\EntityRepository(($this->services['Shopware\\Core\\System\\NumberRange\\Aggregate\\NumberRangeTranslation\\NumberRangeTranslationDefinition'] ?? $this->getNumberRangeTranslationDefinitionService()), ($this->services['Shopware\\Core\\Framework\\DataAbstractionLayer\\Read\\EntityReaderInterface'] ?? $this->getEntityReaderInterfaceService()), ($this->services['Shopware\\Core\\Framework\\DataAbstractionLayer\\VersionManager'] ?? $this->getVersionManagerService()), ($this->services['Shopware\\Core\\Framework\\DataAbstractionLayer\\Search\\EntitySearcherInterface'] ?? $this->getEntitySearcherInterfaceService()), ($this->services['Shopware\\Core\\Framework\\DataAbstractionLayer\\Search\\EntityAggregatorInterface'] ?? $this->getEntityAggregatorInterfaceService()), ($this->services['event_dispatcher'] ?? $this->getEventDispatcherService()), ($this->services['Shopware\\Core\\Framework\\DataAbstractionLayer\\Event\\EntityLoadedEventFactory'] ?? $this->getEntityLoadedEventFactoryService())));
  21871.     }
  21872.     /**
  21873.      * Gets the public 'number_range_type.repository' shared service.
  21874.      *
  21875.      * @return \Shopware\Core\Framework\DataAbstractionLayer\EntityRepositoryForwardCompatibilityDecorator
  21876.      */
  21877.     protected function getNumberRangeType_RepositoryService()
  21878.     {
  21879.         $a = ($this->services['Shopware\\Core\\Framework\\DataAbstractionLayer\\VersionManager'] ?? $this->getVersionManagerService());
  21880.         if (isset($this->services['number_range_type.repository'])) {
  21881.             return $this->services['number_range_type.repository'];
  21882.         }
  21883.         $b = ($this->services['Shopware\\Core\\Framework\\DataAbstractionLayer\\Search\\EntitySearcherInterface'] ?? $this->getEntitySearcherInterfaceService());
  21884.         if (isset($this->services['number_range_type.repository'])) {
  21885.             return $this->services['number_range_type.repository'];
  21886.         }
  21887.         $c = ($this->services['Shopware\\Core\\Framework\\DataAbstractionLayer\\Search\\EntityAggregatorInterface'] ?? $this->getEntityAggregatorInterfaceService());
  21888.         if (isset($this->services['number_range_type.repository'])) {
  21889.             return $this->services['number_range_type.repository'];
  21890.         }
  21891.         $d = ($this->services['event_dispatcher'] ?? $this->getEventDispatcherService());
  21892.         if (isset($this->services['number_range_type.repository'])) {
  21893.             return $this->services['number_range_type.repository'];
  21894.         }
  21895.         return $this->services['number_range_type.repository'] = new \Shopware\Core\Framework\DataAbstractionLayer\EntityRepositoryForwardCompatibilityDecorator(new \Shopware\Core\Framework\DataAbstractionLayer\EntityRepository(($this->services['Shopware\\Core\\System\\NumberRange\\Aggregate\\NumberRangeType\\NumberRangeTypeDefinition'] ?? $this->getNumberRangeTypeDefinitionService()), ($this->services['Shopware\\Core\\Framework\\DataAbstractionLayer\\Read\\EntityReaderInterface'] ?? $this->getEntityReaderInterfaceService()), $a$b$c$d, ($this->services['Shopware\\Core\\Framework\\DataAbstractionLayer\\Event\\EntityLoadedEventFactory'] ?? $this->getEntityLoadedEventFactoryService())));
  21896.     }
  21897.     /**
  21898.      * Gets the public 'number_range_type_translation.repository' shared service.
  21899.      *
  21900.      * @return \Shopware\Core\Framework\DataAbstractionLayer\EntityRepositoryForwardCompatibilityDecorator
  21901.      */
  21902.     protected function getNumberRangeTypeTranslation_RepositoryService()
  21903.     {
  21904.         return $this->services['number_range_type_translation.repository'] = new \Shopware\Core\Framework\DataAbstractionLayer\EntityRepositoryForwardCompatibilityDecorator(new \Shopware\Core\Framework\DataAbstractionLayer\EntityRepository(($this->services['Shopware\\Core\\System\\NumberRange\\Aggregate\\NumberRangeTypeTranslation\\NumberRangeTypeTranslationDefinition'] ?? $this->getNumberRangeTypeTranslationDefinitionService()), ($this->services['Shopware\\Core\\Framework\\DataAbstractionLayer\\Read\\EntityReaderInterface'] ?? $this->getEntityReaderInterfaceService()), ($this->services['Shopware\\Core\\Framework\\DataAbstractionLayer\\VersionManager'] ?? $this->getVersionManagerService()), ($this->services['Shopware\\Core\\Framework\\DataAbstractionLayer\\Search\\EntitySearcherInterface'] ?? $this->getEntitySearcherInterfaceService()), ($this->services['Shopware\\Core\\Framework\\DataAbstractionLayer\\Search\\EntityAggregatorInterface'] ?? $this->getEntityAggregatorInterfaceService()), ($this->services['event_dispatcher'] ?? $this->getEventDispatcherService()), ($this->services['Shopware\\Core\\Framework\\DataAbstractionLayer\\Event\\EntityLoadedEventFactory'] ?? $this->getEntityLoadedEventFactoryService())));
  21905.     }
  21906.     /**
  21907.      * Gets the public 'order.repository' shared service.
  21908.      *
  21909.      * @return \Shopware\Core\Framework\DataAbstractionLayer\EntityRepositoryForwardCompatibilityDecorator
  21910.      */
  21911.     protected function getOrder_RepositoryService()
  21912.     {
  21913.         $a = ($this->services['Shopware\\Core\\Framework\\DataAbstractionLayer\\VersionManager'] ?? $this->getVersionManagerService());
  21914.         if (isset($this->services['order.repository'])) {
  21915.             return $this->services['order.repository'];
  21916.         }
  21917.         $b = ($this->services['Shopware\\Core\\Framework\\DataAbstractionLayer\\Search\\EntitySearcherInterface'] ?? $this->getEntitySearcherInterfaceService());
  21918.         if (isset($this->services['order.repository'])) {
  21919.             return $this->services['order.repository'];
  21920.         }
  21921.         $c = ($this->services['Shopware\\Core\\Framework\\DataAbstractionLayer\\Search\\EntityAggregatorInterface'] ?? $this->getEntityAggregatorInterfaceService());
  21922.         if (isset($this->services['order.repository'])) {
  21923.             return $this->services['order.repository'];
  21924.         }
  21925.         $d = ($this->services['event_dispatcher'] ?? $this->getEventDispatcherService());
  21926.         if (isset($this->services['order.repository'])) {
  21927.             return $this->services['order.repository'];
  21928.         }
  21929.         return $this->services['order.repository'] = new \Shopware\Core\Framework\DataAbstractionLayer\EntityRepositoryForwardCompatibilityDecorator(new \Shopware\Core\Framework\DataAbstractionLayer\EntityRepository(($this->services['Shopware\\Core\\Checkout\\Order\\OrderDefinition'] ?? $this->getOrderDefinitionService()), ($this->services['Shopware\\Core\\Framework\\DataAbstractionLayer\\Read\\EntityReaderInterface'] ?? $this->getEntityReaderInterfaceService()), $a$b$c$d, ($this->services['Shopware\\Core\\Framework\\DataAbstractionLayer\\Event\\EntityLoadedEventFactory'] ?? $this->getEntityLoadedEventFactoryService())));
  21930.     }
  21931.     /**
  21932.      * Gets the public 'order_address.repository' shared service.
  21933.      *
  21934.      * @return \Shopware\Core\Framework\DataAbstractionLayer\EntityRepositoryForwardCompatibilityDecorator
  21935.      */
  21936.     protected function getOrderAddress_RepositoryService()
  21937.     {
  21938.         $a = ($this->services['Shopware\\Core\\Framework\\DataAbstractionLayer\\VersionManager'] ?? $this->getVersionManagerService());
  21939.         if (isset($this->services['order_address.repository'])) {
  21940.             return $this->services['order_address.repository'];
  21941.         }
  21942.         $b = ($this->services['Shopware\\Core\\Framework\\DataAbstractionLayer\\Search\\EntitySearcherInterface'] ?? $this->getEntitySearcherInterfaceService());
  21943.         if (isset($this->services['order_address.repository'])) {
  21944.             return $this->services['order_address.repository'];
  21945.         }
  21946.         $c = ($this->services['Shopware\\Core\\Framework\\DataAbstractionLayer\\Search\\EntityAggregatorInterface'] ?? $this->getEntityAggregatorInterfaceService());
  21947.         if (isset($this->services['order_address.repository'])) {
  21948.             return $this->services['order_address.repository'];
  21949.         }
  21950.         $d = ($this->services['event_dispatcher'] ?? $this->getEventDispatcherService());
  21951.         if (isset($this->services['order_address.repository'])) {
  21952.             return $this->services['order_address.repository'];
  21953.         }
  21954.         return $this->services['order_address.repository'] = new \Shopware\Core\Framework\DataAbstractionLayer\EntityRepositoryForwardCompatibilityDecorator(new \Shopware\Core\Framework\DataAbstractionLayer\EntityRepository(($this->services['Shopware\\Core\\Checkout\\Order\\Aggregate\\OrderAddress\\OrderAddressDefinition'] ?? $this->getOrderAddressDefinitionService()), ($this->services['Shopware\\Core\\Framework\\DataAbstractionLayer\\Read\\EntityReaderInterface'] ?? $this->getEntityReaderInterfaceService()), $a$b$c$d, ($this->services['Shopware\\Core\\Framework\\DataAbstractionLayer\\Event\\EntityLoadedEventFactory'] ?? $this->getEntityLoadedEventFactoryService())));
  21955.     }
  21956.     /**
  21957.      * Gets the public 'order_customer.repository' shared service.
  21958.      *
  21959.      * @return \Shopware\Core\Framework\DataAbstractionLayer\EntityRepositoryForwardCompatibilityDecorator
  21960.      */
  21961.     protected function getOrderCustomer_RepositoryService()
  21962.     {
  21963.         return $this->services['order_customer.repository'] = new \Shopware\Core\Framework\DataAbstractionLayer\EntityRepositoryForwardCompatibilityDecorator(new \Shopware\Core\Framework\DataAbstractionLayer\EntityRepository(($this->services['Shopware\\Core\\Checkout\\Order\\Aggregate\\OrderCustomer\\OrderCustomerDefinition'] ?? $this->getOrderCustomerDefinitionService()), ($this->services['Shopware\\Core\\Framework\\DataAbstractionLayer\\Read\\EntityReaderInterface'] ?? $this->getEntityReaderInterfaceService()), ($this->services['Shopware\\Core\\Framework\\DataAbstractionLayer\\VersionManager'] ?? $this->getVersionManagerService()), ($this->services['Shopware\\Core\\Framework\\DataAbstractionLayer\\Search\\EntitySearcherInterface'] ?? $this->getEntitySearcherInterfaceService()), ($this->services['Shopware\\Core\\Framework\\DataAbstractionLayer\\Search\\EntityAggregatorInterface'] ?? $this->getEntityAggregatorInterfaceService()), ($this->services['event_dispatcher'] ?? $this->getEventDispatcherService()), ($this->services['Shopware\\Core\\Framework\\DataAbstractionLayer\\Event\\EntityLoadedEventFactory'] ?? $this->getEntityLoadedEventFactoryService())));
  21964.     }
  21965.     /**
  21966.      * Gets the public 'order_delivery.repository' shared service.
  21967.      *
  21968.      * @return \Shopware\Core\Framework\DataAbstractionLayer\EntityRepositoryForwardCompatibilityDecorator
  21969.      */
  21970.     protected function getOrderDelivery_RepositoryService()
  21971.     {
  21972.         $a = ($this->services['Shopware\\Core\\Framework\\DataAbstractionLayer\\VersionManager'] ?? $this->getVersionManagerService());
  21973.         if (isset($this->services['order_delivery.repository'])) {
  21974.             return $this->services['order_delivery.repository'];
  21975.         }
  21976.         $b = ($this->services['Shopware\\Core\\Framework\\DataAbstractionLayer\\Search\\EntitySearcherInterface'] ?? $this->getEntitySearcherInterfaceService());
  21977.         if (isset($this->services['order_delivery.repository'])) {
  21978.             return $this->services['order_delivery.repository'];
  21979.         }
  21980.         $c = ($this->services['Shopware\\Core\\Framework\\DataAbstractionLayer\\Search\\EntityAggregatorInterface'] ?? $this->getEntityAggregatorInterfaceService());
  21981.         if (isset($this->services['order_delivery.repository'])) {
  21982.             return $this->services['order_delivery.repository'];
  21983.         }
  21984.         $d = ($this->services['event_dispatcher'] ?? $this->getEventDispatcherService());
  21985.         if (isset($this->services['order_delivery.repository'])) {
  21986.             return $this->services['order_delivery.repository'];
  21987.         }
  21988.         return $this->services['order_delivery.repository'] = new \Shopware\Core\Framework\DataAbstractionLayer\EntityRepositoryForwardCompatibilityDecorator(new \Shopware\Core\Framework\DataAbstractionLayer\EntityRepository(($this->services['Shopware\\Core\\Checkout\\Order\\Aggregate\\OrderDelivery\\OrderDeliveryDefinition'] ?? $this->getOrderDeliveryDefinitionService()), ($this->services['Shopware\\Core\\Framework\\DataAbstractionLayer\\Read\\EntityReaderInterface'] ?? $this->getEntityReaderInterfaceService()), $a$b$c$d, ($this->services['Shopware\\Core\\Framework\\DataAbstractionLayer\\Event\\EntityLoadedEventFactory'] ?? $this->getEntityLoadedEventFactoryService())));
  21989.     }
  21990.     /**
  21991.      * Gets the public 'order_delivery_position.repository' shared service.
  21992.      *
  21993.      * @return \Shopware\Core\Framework\DataAbstractionLayer\EntityRepositoryForwardCompatibilityDecorator
  21994.      */
  21995.     protected function getOrderDeliveryPosition_RepositoryService()
  21996.     {
  21997.         return $this->services['order_delivery_position.repository'] = new \Shopware\Core\Framework\DataAbstractionLayer\EntityRepositoryForwardCompatibilityDecorator(new \Shopware\Core\Framework\DataAbstractionLayer\EntityRepository(($this->services['Shopware\\Core\\Checkout\\Order\\Aggregate\\OrderDeliveryPosition\\OrderDeliveryPositionDefinition'] ?? $this->getOrderDeliveryPositionDefinitionService()), ($this->services['Shopware\\Core\\Framework\\DataAbstractionLayer\\Read\\EntityReaderInterface'] ?? $this->getEntityReaderInterfaceService()), ($this->services['Shopware\\Core\\Framework\\DataAbstractionLayer\\VersionManager'] ?? $this->getVersionManagerService()), ($this->services['Shopware\\Core\\Framework\\DataAbstractionLayer\\Search\\EntitySearcherInterface'] ?? $this->getEntitySearcherInterfaceService()), ($this->services['Shopware\\Core\\Framework\\DataAbstractionLayer\\Search\\EntityAggregatorInterface'] ?? $this->getEntityAggregatorInterfaceService()), ($this->services['event_dispatcher'] ?? $this->getEventDispatcherService()), ($this->services['Shopware\\Core\\Framework\\DataAbstractionLayer\\Event\\EntityLoadedEventFactory'] ?? $this->getEntityLoadedEventFactoryService())));
  21998.     }
  21999.     /**
  22000.      * Gets the public 'order_line_item.repository' shared service.
  22001.      *
  22002.      * @return \Shopware\Core\Framework\DataAbstractionLayer\EntityRepositoryForwardCompatibilityDecorator
  22003.      */
  22004.     protected function getOrderLineItem_RepositoryService()
  22005.     {
  22006.         $a = ($this->services['Shopware\\Core\\Framework\\DataAbstractionLayer\\VersionManager'] ?? $this->getVersionManagerService());
  22007.         if (isset($this->services['order_line_item.repository'])) {
  22008.             return $this->services['order_line_item.repository'];
  22009.         }
  22010.         $b = ($this->services['Shopware\\Core\\Framework\\DataAbstractionLayer\\Search\\EntitySearcherInterface'] ?? $this->getEntitySearcherInterfaceService());
  22011.         if (isset($this->services['order_line_item.repository'])) {
  22012.             return $this->services['order_line_item.repository'];
  22013.         }
  22014.         $c = ($this->services['Shopware\\Core\\Framework\\DataAbstractionLayer\\Search\\EntityAggregatorInterface'] ?? $this->getEntityAggregatorInterfaceService());
  22015.         if (isset($this->services['order_line_item.repository'])) {
  22016.             return $this->services['order_line_item.repository'];
  22017.         }
  22018.         $d = ($this->services['event_dispatcher'] ?? $this->getEventDispatcherService());
  22019.         if (isset($this->services['order_line_item.repository'])) {
  22020.             return $this->services['order_line_item.repository'];
  22021.         }
  22022.         return $this->services['order_line_item.repository'] = new \Shopware\Core\Framework\DataAbstractionLayer\EntityRepositoryForwardCompatibilityDecorator(new \Shopware\Core\Framework\DataAbstractionLayer\EntityRepository(($this->services['Shopware\\Core\\Checkout\\Order\\Aggregate\\OrderLineItem\\OrderLineItemDefinition'] ?? $this->getOrderLineItemDefinitionService()), ($this->services['Shopware\\Core\\Framework\\DataAbstractionLayer\\Read\\EntityReaderInterface'] ?? $this->getEntityReaderInterfaceService()), $a$b$c$d, ($this->services['Shopware\\Core\\Framework\\DataAbstractionLayer\\Event\\EntityLoadedEventFactory'] ?? $this->getEntityLoadedEventFactoryService())));
  22023.     }
  22024.     /**
  22025.      * Gets the public 'order_line_item_download.repository' shared service.
  22026.      *
  22027.      * @return \Shopware\Core\Framework\DataAbstractionLayer\EntityRepositoryForwardCompatibilityDecorator
  22028.      */
  22029.     protected function getOrderLineItemDownload_RepositoryService()
  22030.     {
  22031.         $a = ($this->services['Shopware\\Core\\Framework\\DataAbstractionLayer\\VersionManager'] ?? $this->getVersionManagerService());
  22032.         if (isset($this->services['order_line_item_download.repository'])) {
  22033.             return $this->services['order_line_item_download.repository'];
  22034.         }
  22035.         $b = ($this->services['Shopware\\Core\\Framework\\DataAbstractionLayer\\Search\\EntitySearcherInterface'] ?? $this->getEntitySearcherInterfaceService());
  22036.         if (isset($this->services['order_line_item_download.repository'])) {
  22037.             return $this->services['order_line_item_download.repository'];
  22038.         }
  22039.         $c = ($this->services['Shopware\\Core\\Framework\\DataAbstractionLayer\\Search\\EntityAggregatorInterface'] ?? $this->getEntityAggregatorInterfaceService());
  22040.         if (isset($this->services['order_line_item_download.repository'])) {
  22041.             return $this->services['order_line_item_download.repository'];
  22042.         }
  22043.         $d = ($this->services['event_dispatcher'] ?? $this->getEventDispatcherService());
  22044.         if (isset($this->services['order_line_item_download.repository'])) {
  22045.             return $this->services['order_line_item_download.repository'];
  22046.         }
  22047.         return $this->services['order_line_item_download.repository'] = new \Shopware\Core\Framework\DataAbstractionLayer\EntityRepositoryForwardCompatibilityDecorator(new \Shopware\Core\Framework\DataAbstractionLayer\EntityRepository(($this->services['Shopware\\Core\\Checkout\\Order\\Aggregate\\OrderLineItemDownload\\OrderLineItemDownloadDefinition'] ?? $this->getOrderLineItemDownloadDefinitionService()), ($this->services['Shopware\\Core\\Framework\\DataAbstractionLayer\\Read\\EntityReaderInterface'] ?? $this->getEntityReaderInterfaceService()), $a$b$c$d, ($this->services['Shopware\\Core\\Framework\\DataAbstractionLayer\\Event\\EntityLoadedEventFactory'] ?? $this->getEntityLoadedEventFactoryService())));
  22048.     }
  22049.     /**
  22050.      * Gets the public 'order_tag.repository' shared service.
  22051.      *
  22052.      * @return \Shopware\Core\Framework\DataAbstractionLayer\EntityRepositoryForwardCompatibilityDecorator
  22053.      */
  22054.     protected function getOrderTag_RepositoryService()
  22055.     {
  22056.         $a = ($this->services['Shopware\\Core\\Framework\\DataAbstractionLayer\\VersionManager'] ?? $this->getVersionManagerService());
  22057.         if (isset($this->services['order_tag.repository'])) {
  22058.             return $this->services['order_tag.repository'];
  22059.         }
  22060.         $b = ($this->services['Shopware\\Core\\Framework\\DataAbstractionLayer\\Search\\EntitySearcherInterface'] ?? $this->getEntitySearcherInterfaceService());
  22061.         if (isset($this->services['order_tag.repository'])) {
  22062.             return $this->services['order_tag.repository'];
  22063.         }
  22064.         $c = ($this->services['Shopware\\Core\\Framework\\DataAbstractionLayer\\Search\\EntityAggregatorInterface'] ?? $this->getEntityAggregatorInterfaceService());
  22065.         if (isset($this->services['order_tag.repository'])) {
  22066.             return $this->services['order_tag.repository'];
  22067.         }
  22068.         $d = ($this->services['event_dispatcher'] ?? $this->getEventDispatcherService());
  22069.         if (isset($this->services['order_tag.repository'])) {
  22070.             return $this->services['order_tag.repository'];
  22071.         }
  22072.         return $this->services['order_tag.repository'] = new \Shopware\Core\Framework\DataAbstractionLayer\EntityRepositoryForwardCompatibilityDecorator(new \Shopware\Core\Framework\DataAbstractionLayer\EntityRepository(($this->services['Shopware\\Core\\Checkout\\Order\\Aggregate\\OrderTag\\OrderTagDefinition'] ?? $this->getOrderTagDefinitionService()), ($this->services['Shopware\\Core\\Framework\\DataAbstractionLayer\\Read\\EntityReaderInterface'] ?? $this->getEntityReaderInterfaceService()), $a$b$c$d, ($this->services['Shopware\\Core\\Framework\\DataAbstractionLayer\\Event\\EntityLoadedEventFactory'] ?? $this->getEntityLoadedEventFactoryService())));
  22073.     }
  22074.     /**
  22075.      * Gets the public 'order_transaction.repository' shared service.
  22076.      *
  22077.      * @return \Shopware\Core\Framework\DataAbstractionLayer\EntityRepositoryForwardCompatibilityDecorator
  22078.      */
  22079.     protected function getOrderTransaction_RepositoryService()
  22080.     {
  22081.         $a = ($this->services['Shopware\\Core\\Framework\\DataAbstractionLayer\\VersionManager'] ?? $this->getVersionManagerService());
  22082.         if (isset($this->services['order_transaction.repository'])) {
  22083.             return $this->services['order_transaction.repository'];
  22084.         }
  22085.         $b = ($this->services['Shopware\\Core\\Framework\\DataAbstractionLayer\\Search\\EntitySearcherInterface'] ?? $this->getEntitySearcherInterfaceService());
  22086.         if (isset($this->services['order_transaction.repository'])) {
  22087.             return $this->services['order_transaction.repository'];
  22088.         }
  22089.         $c = ($this->services['Shopware\\Core\\Framework\\DataAbstractionLayer\\Search\\EntityAggregatorInterface'] ?? $this->getEntityAggregatorInterfaceService());
  22090.         if (isset($this->services['order_transaction.repository'])) {
  22091.             return $this->services['order_transaction.repository'];
  22092.         }
  22093.         $d = ($this->services['event_dispatcher'] ?? $this->getEventDispatcherService());
  22094.         if (isset($this->services['order_transaction.repository'])) {
  22095.             return $this->services['order_transaction.repository'];
  22096.         }
  22097.         return $this->services['order_transaction.repository'] = new \Shopware\Core\Framework\DataAbstractionLayer\EntityRepositoryForwardCompatibilityDecorator(new \Shopware\Core\Framework\DataAbstractionLayer\EntityRepository(($this->services['Shopware\\Core\\Checkout\\Order\\Aggregate\\OrderTransaction\\OrderTransactionDefinition'] ?? $this->getOrderTransactionDefinitionService()), ($this->services['Shopware\\Core\\Framework\\DataAbstractionLayer\\Read\\EntityReaderInterface'] ?? $this->getEntityReaderInterfaceService()), $a$b$c$d, ($this->services['Shopware\\Core\\Framework\\DataAbstractionLayer\\Event\\EntityLoadedEventFactory'] ?? $this->getEntityLoadedEventFactoryService())));
  22098.     }
  22099.     /**
  22100.      * Gets the public 'order_transaction_capture.repository' shared service.
  22101.      *
  22102.      * @return \Shopware\Core\Framework\DataAbstractionLayer\EntityRepositoryForwardCompatibilityDecorator
  22103.      */
  22104.     protected function getOrderTransactionCapture_RepositoryService()
  22105.     {
  22106.         return $this->services['order_transaction_capture.repository'] = new \Shopware\Core\Framework\DataAbstractionLayer\EntityRepositoryForwardCompatibilityDecorator(new \Shopware\Core\Framework\DataAbstractionLayer\EntityRepository(($this->services['Shopware\\Core\\Checkout\\Order\\Aggregate\\OrderTransactionCapture\\OrderTransactionCaptureDefinition'] ?? $this->getOrderTransactionCaptureDefinitionService()), ($this->services['Shopware\\Core\\Framework\\DataAbstractionLayer\\Read\\EntityReaderInterface'] ?? $this->getEntityReaderInterfaceService()), ($this->services['Shopware\\Core\\Framework\\DataAbstractionLayer\\VersionManager'] ?? $this->getVersionManagerService()), ($this->services['Shopware\\Core\\Framework\\DataAbstractionLayer\\Search\\EntitySearcherInterface'] ?? $this->getEntitySearcherInterfaceService()), ($this->services['Shopware\\Core\\Framework\\DataAbstractionLayer\\Search\\EntityAggregatorInterface'] ?? $this->getEntityAggregatorInterfaceService()), ($this->services['event_dispatcher'] ?? $this->getEventDispatcherService()), ($this->services['Shopware\\Core\\Framework\\DataAbstractionLayer\\Event\\EntityLoadedEventFactory'] ?? $this->getEntityLoadedEventFactoryService())));
  22107.     }
  22108.     /**
  22109.      * Gets the public 'order_transaction_capture_refund.repository' shared service.
  22110.      *
  22111.      * @return \Shopware\Core\Framework\DataAbstractionLayer\EntityRepositoryForwardCompatibilityDecorator
  22112.      */
  22113.     protected function getOrderTransactionCaptureRefund_RepositoryService()
  22114.     {
  22115.         $a = ($this->services['Shopware\\Core\\Framework\\DataAbstractionLayer\\VersionManager'] ?? $this->getVersionManagerService());
  22116.         if (isset($this->services['order_transaction_capture_refund.repository'])) {
  22117.             return $this->services['order_transaction_capture_refund.repository'];
  22118.         }
  22119.         $b = ($this->services['Shopware\\Core\\Framework\\DataAbstractionLayer\\Search\\EntitySearcherInterface'] ?? $this->getEntitySearcherInterfaceService());
  22120.         if (isset($this->services['order_transaction_capture_refund.repository'])) {
  22121.             return $this->services['order_transaction_capture_refund.repository'];
  22122.         }
  22123.         $c = ($this->services['Shopware\\Core\\Framework\\DataAbstractionLayer\\Search\\EntityAggregatorInterface'] ?? $this->getEntityAggregatorInterfaceService());
  22124.         if (isset($this->services['order_transaction_capture_refund.repository'])) {
  22125.             return $this->services['order_transaction_capture_refund.repository'];
  22126.         }
  22127.         $d = ($this->services['event_dispatcher'] ?? $this->getEventDispatcherService());
  22128.         if (isset($this->services['order_transaction_capture_refund.repository'])) {
  22129.             return $this->services['order_transaction_capture_refund.repository'];
  22130.         }
  22131.         return $this->services['order_transaction_capture_refund.repository'] = new \Shopware\Core\Framework\DataAbstractionLayer\EntityRepositoryForwardCompatibilityDecorator(new \Shopware\Core\Framework\DataAbstractionLayer\EntityRepository(($this->services['Shopware\\Core\\Checkout\\Order\\Aggregate\\OrderTransactionCaptureRefund\\OrderTransactionCaptureRefundDefinition'] ?? $this->getOrderTransactionCaptureRefundDefinitionService()), ($this->services['Shopware\\Core\\Framework\\DataAbstractionLayer\\Read\\EntityReaderInterface'] ?? $this->getEntityReaderInterfaceService()), $a$b$c$d, ($this->services['Shopware\\Core\\Framework\\DataAbstractionLayer\\Event\\EntityLoadedEventFactory'] ?? $this->getEntityLoadedEventFactoryService())));
  22132.     }
  22133.     /**
  22134.      * Gets the public 'order_transaction_capture_refund_position.repository' shared service.
  22135.      *
  22136.      * @return \Shopware\Core\Framework\DataAbstractionLayer\EntityRepositoryForwardCompatibilityDecorator
  22137.      */
  22138.     protected function getOrderTransactionCaptureRefundPosition_RepositoryService()
  22139.     {
  22140.         return $this->services['order_transaction_capture_refund_position.repository'] = new \Shopware\Core\Framework\DataAbstractionLayer\EntityRepositoryForwardCompatibilityDecorator(new \Shopware\Core\Framework\DataAbstractionLayer\EntityRepository(($this->services['Shopware\\Core\\Checkout\\Order\\Aggregate\\OrderTransactionCaptureRefundPosition\\OrderTransactionCaptureRefundPositionDefinition'] ?? $this->getOrderTransactionCaptureRefundPositionDefinitionService()), ($this->services['Shopware\\Core\\Framework\\DataAbstractionLayer\\Read\\EntityReaderInterface'] ?? $this->getEntityReaderInterfaceService()), ($this->services['Shopware\\Core\\Framework\\DataAbstractionLayer\\VersionManager'] ?? $this->getVersionManagerService()), ($this->services['Shopware\\Core\\Framework\\DataAbstractionLayer\\Search\\EntitySearcherInterface'] ?? $this->getEntitySearcherInterfaceService()), ($this->services['Shopware\\Core\\Framework\\DataAbstractionLayer\\Search\\EntityAggregatorInterface'] ?? $this->getEntityAggregatorInterfaceService()), ($this->services['event_dispatcher'] ?? $this->getEventDispatcherService()), ($this->services['Shopware\\Core\\Framework\\DataAbstractionLayer\\Event\\EntityLoadedEventFactory'] ?? $this->getEntityLoadedEventFactoryService())));
  22141.     }
  22142.     /**
  22143.      * Gets the public 'payment_method.repository' shared service.
  22144.      *
  22145.      * @return \Shopware\Core\Framework\DataAbstractionLayer\EntityRepositoryForwardCompatibilityDecorator
  22146.      */
  22147.     protected function getPaymentMethod_RepositoryService()
  22148.     {
  22149.         $a = ($this->services['Shopware\\Core\\Framework\\DataAbstractionLayer\\VersionManager'] ?? $this->getVersionManagerService());
  22150.         if (isset($this->services['payment_method.repository'])) {
  22151.             return $this->services['payment_method.repository'];
  22152.         }
  22153.         $b = ($this->services['Shopware\\Core\\Framework\\DataAbstractionLayer\\Search\\EntitySearcherInterface'] ?? $this->getEntitySearcherInterfaceService());
  22154.         if (isset($this->services['payment_method.repository'])) {
  22155.             return $this->services['payment_method.repository'];
  22156.         }
  22157.         $c = ($this->services['Shopware\\Core\\Framework\\DataAbstractionLayer\\Search\\EntityAggregatorInterface'] ?? $this->getEntityAggregatorInterfaceService());
  22158.         if (isset($this->services['payment_method.repository'])) {
  22159.             return $this->services['payment_method.repository'];
  22160.         }
  22161.         $d = ($this->services['event_dispatcher'] ?? $this->getEventDispatcherService());
  22162.         if (isset($this->services['payment_method.repository'])) {
  22163.             return $this->services['payment_method.repository'];
  22164.         }
  22165.         return $this->services['payment_method.repository'] = new \Shopware\Core\Framework\DataAbstractionLayer\EntityRepositoryForwardCompatibilityDecorator(new \Shopware\Core\Checkout\Payment\DataAbstractionLayer\PaymentMethodRepositoryDecorator(new \Shopware\Core\Framework\DataAbstractionLayer\EntityRepository(($this->services['Shopware\\Core\\Checkout\\Payment\\PaymentMethodDefinition'] ?? $this->getPaymentMethodDefinitionService()), ($this->services['Shopware\\Core\\Framework\\DataAbstractionLayer\\Read\\EntityReaderInterface'] ?? $this->getEntityReaderInterfaceService()), $a$b$c$d, ($this->services['Shopware\\Core\\Framework\\DataAbstractionLayer\\Event\\EntityLoadedEventFactory'] ?? $this->getEntityLoadedEventFactoryService()))));
  22166.     }
  22167.     /**
  22168.      * Gets the public 'payment_method_translation.repository' shared service.
  22169.      *
  22170.      * @return \Shopware\Core\Framework\DataAbstractionLayer\EntityRepositoryForwardCompatibilityDecorator
  22171.      */
  22172.     protected function getPaymentMethodTranslation_RepositoryService()
  22173.     {
  22174.         return $this->services['payment_method_translation.repository'] = new \Shopware\Core\Framework\DataAbstractionLayer\EntityRepositoryForwardCompatibilityDecorator(new \Shopware\Core\Framework\DataAbstractionLayer\EntityRepository(($this->services['Shopware\\Core\\Checkout\\Payment\\Aggregate\\PaymentMethodTranslation\\PaymentMethodTranslationDefinition'] ?? $this->getPaymentMethodTranslationDefinitionService()), ($this->services['Shopware\\Core\\Framework\\DataAbstractionLayer\\Read\\EntityReaderInterface'] ?? $this->getEntityReaderInterfaceService()), ($this->services['Shopware\\Core\\Framework\\DataAbstractionLayer\\VersionManager'] ?? $this->getVersionManagerService()), ($this->services['Shopware\\Core\\Framework\\DataAbstractionLayer\\Search\\EntitySearcherInterface'] ?? $this->getEntitySearcherInterfaceService()), ($this->services['Shopware\\Core\\Framework\\DataAbstractionLayer\\Search\\EntityAggregatorInterface'] ?? $this->getEntityAggregatorInterfaceService()), ($this->services['event_dispatcher'] ?? $this->getEventDispatcherService()), ($this->services['Shopware\\Core\\Framework\\DataAbstractionLayer\\Event\\EntityLoadedEventFactory'] ?? $this->getEntityLoadedEventFactoryService())));
  22175.     }
  22176.     /**
  22177.      * Gets the public 'pixel_lexcat_channels.repository' shared service.
  22178.      *
  22179.      * @return \Shopware\Core\Framework\DataAbstractionLayer\EntityRepositoryForwardCompatibilityDecorator
  22180.      */
  22181.     protected function getPixelLexcatChannels_RepositoryService()
  22182.     {
  22183.         return $this->services['pixel_lexcat_channels.repository'] = new \Shopware\Core\Framework\DataAbstractionLayer\EntityRepositoryForwardCompatibilityDecorator(new \Shopware\Core\Framework\DataAbstractionLayer\EntityRepository(($this->services['Pixel\\LexikonSW6\\Entities\\LexikonCatChannels\\LexikonCatChannelsDefinition'] ?? $this->getLexikonCatChannelsDefinitionService()), ($this->services['Shopware\\Core\\Framework\\DataAbstractionLayer\\Read\\EntityReaderInterface'] ?? $this->getEntityReaderInterfaceService()), ($this->services['Shopware\\Core\\Framework\\DataAbstractionLayer\\VersionManager'] ?? $this->getVersionManagerService()), ($this->services['Shopware\\Core\\Framework\\DataAbstractionLayer\\Search\\EntitySearcherInterface'] ?? $this->getEntitySearcherInterfaceService()), ($this->services['Shopware\\Core\\Framework\\DataAbstractionLayer\\Search\\EntityAggregatorInterface'] ?? $this->getEntityAggregatorInterfaceService()), ($this->services['event_dispatcher'] ?? $this->getEventDispatcherService()), ($this->services['Shopware\\Core\\Framework\\DataAbstractionLayer\\Event\\EntityLoadedEventFactory'] ?? $this->getEntityLoadedEventFactoryService())));
  22184.     }
  22185.     /**
  22186.      * Gets the public 'pixel_lexikon.repository' shared service.
  22187.      *
  22188.      * @return \Shopware\Core\Framework\DataAbstractionLayer\EntityRepositoryForwardCompatibilityDecorator
  22189.      */
  22190.     protected function getPixelLexikon_RepositoryService()
  22191.     {
  22192.         $a = ($this->services['Shopware\\Core\\Framework\\DataAbstractionLayer\\VersionManager'] ?? $this->getVersionManagerService());
  22193.         if (isset($this->services['pixel_lexikon.repository'])) {
  22194.             return $this->services['pixel_lexikon.repository'];
  22195.         }
  22196.         $b = ($this->services['Shopware\\Core\\Framework\\DataAbstractionLayer\\Search\\EntitySearcherInterface'] ?? $this->getEntitySearcherInterfaceService());
  22197.         if (isset($this->services['pixel_lexikon.repository'])) {
  22198.             return $this->services['pixel_lexikon.repository'];
  22199.         }
  22200.         $c = ($this->services['Shopware\\Core\\Framework\\DataAbstractionLayer\\Search\\EntityAggregatorInterface'] ?? $this->getEntityAggregatorInterfaceService());
  22201.         if (isset($this->services['pixel_lexikon.repository'])) {
  22202.             return $this->services['pixel_lexikon.repository'];
  22203.         }
  22204.         $d = ($this->services['event_dispatcher'] ?? $this->getEventDispatcherService());
  22205.         if (isset($this->services['pixel_lexikon.repository'])) {
  22206.             return $this->services['pixel_lexikon.repository'];
  22207.         }
  22208.         return $this->services['pixel_lexikon.repository'] = new \Shopware\Core\Framework\DataAbstractionLayer\EntityRepositoryForwardCompatibilityDecorator(new \Shopware\Core\Framework\DataAbstractionLayer\EntityRepository(($this->services['Pixel\\LexikonSW6\\Entities\\Items\\LexikonDefinition'] ?? $this->getLexikonDefinitionService()), ($this->services['Shopware\\Core\\Framework\\DataAbstractionLayer\\Read\\EntityReaderInterface'] ?? $this->getEntityReaderInterfaceService()), $a$b$c$d, ($this->services['Shopware\\Core\\Framework\\DataAbstractionLayer\\Event\\EntityLoadedEventFactory'] ?? $this->getEntityLoadedEventFactoryService())));
  22209.     }
  22210.     /**
  22211.      * Gets the public 'pixel_lexikon_categories.repository' shared service.
  22212.      *
  22213.      * @return \Shopware\Core\Framework\DataAbstractionLayer\EntityRepositoryForwardCompatibilityDecorator
  22214.      */
  22215.     protected function getPixelLexikonCategories_RepositoryService()
  22216.     {
  22217.         $a = ($this->services['Shopware\\Core\\Framework\\DataAbstractionLayer\\VersionManager'] ?? $this->getVersionManagerService());
  22218.         if (isset($this->services['pixel_lexikon_categories.repository'])) {
  22219.             return $this->services['pixel_lexikon_categories.repository'];
  22220.         }
  22221.         $b = ($this->services['Shopware\\Core\\Framework\\DataAbstractionLayer\\Search\\EntitySearcherInterface'] ?? $this->getEntitySearcherInterfaceService());
  22222.         if (isset($this->services['pixel_lexikon_categories.repository'])) {
  22223.             return $this->services['pixel_lexikon_categories.repository'];
  22224.         }
  22225.         $c = ($this->services['Shopware\\Core\\Framework\\DataAbstractionLayer\\Search\\EntityAggregatorInterface'] ?? $this->getEntityAggregatorInterfaceService());
  22226.         if (isset($this->services['pixel_lexikon_categories.repository'])) {
  22227.             return $this->services['pixel_lexikon_categories.repository'];
  22228.         }
  22229.         $d = ($this->services['event_dispatcher'] ?? $this->getEventDispatcherService());
  22230.         if (isset($this->services['pixel_lexikon_categories.repository'])) {
  22231.             return $this->services['pixel_lexikon_categories.repository'];
  22232.         }
  22233.         return $this->services['pixel_lexikon_categories.repository'] = new \Shopware\Core\Framework\DataAbstractionLayer\EntityRepositoryForwardCompatibilityDecorator(new \Shopware\Core\Framework\DataAbstractionLayer\EntityRepository(($this->services['Pixel\\LexikonSW6\\Entities\\Categories\\LexikonCategoriesDefinition'] ?? $this->getLexikonCategoriesDefinitionService()), ($this->services['Shopware\\Core\\Framework\\DataAbstractionLayer\\Read\\EntityReaderInterface'] ?? $this->getEntityReaderInterfaceService()), $a$b$c$d, ($this->services['Shopware\\Core\\Framework\\DataAbstractionLayer\\Event\\EntityLoadedEventFactory'] ?? $this->getEntityLoadedEventFactoryService())));
  22234.     }
  22235.     /**
  22236.      * Gets the public 'pixel_lexikon_categories_list.repository' shared service.
  22237.      *
  22238.      * @return \Shopware\Core\Framework\DataAbstractionLayer\EntityRepositoryForwardCompatibilityDecorator
  22239.      */
  22240.     protected function getPixelLexikonCategoriesList_RepositoryService()
  22241.     {
  22242.         return $this->services['pixel_lexikon_categories_list.repository'] = new \Shopware\Core\Framework\DataAbstractionLayer\EntityRepositoryForwardCompatibilityDecorator(new \Shopware\Core\Framework\DataAbstractionLayer\EntityRepository(($this->services['Pixel\\LexikonSW6\\Entities\\Categories\\Reference\\LexikonCategoriesRoDefinition'] ?? $this->getLexikonCategoriesRoDefinitionService()), ($this->services['Shopware\\Core\\Framework\\DataAbstractionLayer\\Read\\EntityReaderInterface'] ?? $this->getEntityReaderInterfaceService()), ($this->services['Shopware\\Core\\Framework\\DataAbstractionLayer\\VersionManager'] ?? $this->getVersionManagerService()), ($this->services['Shopware\\Core\\Framework\\DataAbstractionLayer\\Search\\EntitySearcherInterface'] ?? $this->getEntitySearcherInterfaceService()), ($this->services['Shopware\\Core\\Framework\\DataAbstractionLayer\\Search\\EntityAggregatorInterface'] ?? $this->getEntityAggregatorInterfaceService()), ($this->services['event_dispatcher'] ?? $this->getEventDispatcherService()), ($this->services['Shopware\\Core\\Framework\\DataAbstractionLayer\\Event\\EntityLoadedEventFactory'] ?? $this->getEntityLoadedEventFactoryService())));
  22243.     }
  22244.     /**
  22245.      * Gets the public 'pixel_lexikon_categories_translation.repository' shared service.
  22246.      *
  22247.      * @return \Shopware\Core\Framework\DataAbstractionLayer\EntityRepositoryForwardCompatibilityDecorator
  22248.      */
  22249.     protected function getPixelLexikonCategoriesTranslation_RepositoryService()
  22250.     {
  22251.         return $this->services['pixel_lexikon_categories_translation.repository'] = new \Shopware\Core\Framework\DataAbstractionLayer\EntityRepositoryForwardCompatibilityDecorator(new \Shopware\Core\Framework\DataAbstractionLayer\EntityRepository(($this->services['Pixel\\LexikonSW6\\Entities\\Categories\\LexikonCategoriesTranslationDefinition'] ?? $this->getLexikonCategoriesTranslationDefinitionService()), ($this->services['Shopware\\Core\\Framework\\DataAbstractionLayer\\Read\\EntityReaderInterface'] ?? $this->getEntityReaderInterfaceService()), ($this->services['Shopware\\Core\\Framework\\DataAbstractionLayer\\VersionManager'] ?? $this->getVersionManagerService()), ($this->services['Shopware\\Core\\Framework\\DataAbstractionLayer\\Search\\EntitySearcherInterface'] ?? $this->getEntitySearcherInterfaceService()), ($this->services['Shopware\\Core\\Framework\\DataAbstractionLayer\\Search\\EntityAggregatorInterface'] ?? $this->getEntityAggregatorInterfaceService()), ($this->services['event_dispatcher'] ?? $this->getEventDispatcherService()), ($this->services['Shopware\\Core\\Framework\\DataAbstractionLayer\\Event\\EntityLoadedEventFactory'] ?? $this->getEntityLoadedEventFactoryService())));
  22252.     }
  22253.     /**
  22254.      * Gets the public 'pixel_lexikon_channels.repository' shared service.
  22255.      *
  22256.      * @return \Shopware\Core\Framework\DataAbstractionLayer\EntityRepositoryForwardCompatibilityDecorator
  22257.      */
  22258.     protected function getPixelLexikonChannels_RepositoryService()
  22259.     {
  22260.         return $this->services['pixel_lexikon_channels.repository'] = new \Shopware\Core\Framework\DataAbstractionLayer\EntityRepositoryForwardCompatibilityDecorator(new \Shopware\Core\Framework\DataAbstractionLayer\EntityRepository(($this->services['Pixel\\LexikonSW6\\Entities\\LexikonChannels\\LexikonChannelsDefinition'] ?? $this->getLexikonChannelsDefinitionService()), ($this->services['Shopware\\Core\\Framework\\DataAbstractionLayer\\Read\\EntityReaderInterface'] ?? $this->getEntityReaderInterfaceService()), ($this->services['Shopware\\Core\\Framework\\DataAbstractionLayer\\VersionManager'] ?? $this->getVersionManagerService()), ($this->services['Shopware\\Core\\Framework\\DataAbstractionLayer\\Search\\EntitySearcherInterface'] ?? $this->getEntitySearcherInterfaceService()), ($this->services['Shopware\\Core\\Framework\\DataAbstractionLayer\\Search\\EntityAggregatorInterface'] ?? $this->getEntityAggregatorInterfaceService()), ($this->services['event_dispatcher'] ?? $this->getEventDispatcherService()), ($this->services['Shopware\\Core\\Framework\\DataAbstractionLayer\\Event\\EntityLoadedEventFactory'] ?? $this->getEntityLoadedEventFactoryService())));
  22261.     }
  22262.     /**
  22263.      * Gets the public 'pixel_lexikon_media.repository' shared service.
  22264.      *
  22265.      * @return \Shopware\Core\Framework\DataAbstractionLayer\EntityRepositoryForwardCompatibilityDecorator
  22266.      */
  22267.     protected function getPixelLexikonMedia_RepositoryService()
  22268.     {
  22269.         return $this->services['pixel_lexikon_media.repository'] = new \Shopware\Core\Framework\DataAbstractionLayer\EntityRepositoryForwardCompatibilityDecorator(new \Shopware\Core\Framework\DataAbstractionLayer\EntityRepository(($this->services['Pixel\\LexikonSW6\\Entities\\Items\\Aggregate\\LexikonMedia\\LexikonMediaDefinition'] ?? $this->getLexikonMediaDefinitionService()), ($this->services['Shopware\\Core\\Framework\\DataAbstractionLayer\\Read\\EntityReaderInterface'] ?? $this->getEntityReaderInterfaceService()), ($this->services['Shopware\\Core\\Framework\\DataAbstractionLayer\\VersionManager'] ?? $this->getVersionManagerService()), ($this->services['Shopware\\Core\\Framework\\DataAbstractionLayer\\Search\\EntitySearcherInterface'] ?? $this->getEntitySearcherInterfaceService()), ($this->services['Shopware\\Core\\Framework\\DataAbstractionLayer\\Search\\EntityAggregatorInterface'] ?? $this->getEntityAggregatorInterfaceService()), ($this->services['event_dispatcher'] ?? $this->getEventDispatcherService()), ($this->services['Shopware\\Core\\Framework\\DataAbstractionLayer\\Event\\EntityLoadedEventFactory'] ?? $this->getEntityLoadedEventFactoryService())));
  22270.     }
  22271.     /**
  22272.      * Gets the public 'pixel_lexikon_products.repository' shared service.
  22273.      *
  22274.      * @return \Shopware\Core\Framework\DataAbstractionLayer\EntityRepositoryForwardCompatibilityDecorator
  22275.      */
  22276.     protected function getPixelLexikonProducts_RepositoryService()
  22277.     {
  22278.         return $this->services['pixel_lexikon_products.repository'] = new \Shopware\Core\Framework\DataAbstractionLayer\EntityRepositoryForwardCompatibilityDecorator(new \Shopware\Core\Framework\DataAbstractionLayer\EntityRepository(($this->services['Pixel\\LexikonSW6\\Entities\\Items\\LexikonProductsDefinition'] ?? $this->getLexikonProductsDefinitionService()), ($this->services['Shopware\\Core\\Framework\\DataAbstractionLayer\\Read\\EntityReaderInterface'] ?? $this->getEntityReaderInterfaceService()), ($this->services['Shopware\\Core\\Framework\\DataAbstractionLayer\\VersionManager'] ?? $this->getVersionManagerService()), ($this->services['Shopware\\Core\\Framework\\DataAbstractionLayer\\Search\\EntitySearcherInterface'] ?? $this->getEntitySearcherInterfaceService()), ($this->services['Shopware\\Core\\Framework\\DataAbstractionLayer\\Search\\EntityAggregatorInterface'] ?? $this->getEntityAggregatorInterfaceService()), ($this->services['event_dispatcher'] ?? $this->getEventDispatcherService()), ($this->services['Shopware\\Core\\Framework\\DataAbstractionLayer\\Event\\EntityLoadedEventFactory'] ?? $this->getEntityLoadedEventFactoryService())));
  22279.     }
  22280.     /**
  22281.      * Gets the public 'pixel_lexikon_s_w6.filesystem.private' shared service.
  22282.      *
  22283.      * @return \Shopware\Core\Framework\Adapter\Filesystem\PrefixFilesystem
  22284.      */
  22285.     protected function getPixelLexikonSW6_Filesystem_PrivateService()
  22286.     {
  22287.         include_once \dirname(__DIR__4).'/vendor/shopware/core/Framework/Adapter/Filesystem/AbstractFilesystem.php';
  22288.         include_once \dirname(__DIR__4).'/vendor/shopware/core/Framework/Adapter/Filesystem/PrefixFilesystem.php';
  22289.         return $this->services['pixel_lexikon_s_w6.filesystem.private'] = new \Shopware\Core\Framework\Adapter\Filesystem\PrefixFilesystem(($this->services['shopware.filesystem.private'] ?? $this->getShopware_Filesystem_PrivateService()), 'plugins/pixel_lexikon_s_w6');
  22290.     }
  22291.     /**
  22292.      * Gets the public 'pixel_lexikon_s_w6.filesystem.public' shared service.
  22293.      *
  22294.      * @return \Shopware\Core\Framework\Adapter\Filesystem\PrefixFilesystem
  22295.      */
  22296.     protected function getPixelLexikonSW6_Filesystem_PublicService()
  22297.     {
  22298.         include_once \dirname(__DIR__4).'/vendor/shopware/core/Framework/Adapter/Filesystem/AbstractFilesystem.php';
  22299.         include_once \dirname(__DIR__4).'/vendor/shopware/core/Framework/Adapter/Filesystem/PrefixFilesystem.php';
  22300.         return $this->services['pixel_lexikon_s_w6.filesystem.public'] = new \Shopware\Core\Framework\Adapter\Filesystem\PrefixFilesystem(($this->services['shopware.filesystem.public'] ?? $this->getShopware_Filesystem_PublicService()), 'plugins/pixel_lexikon_s_w6');
  22301.     }
  22302.     /**
  22303.      * Gets the public 'pixel_lexikon_translation.repository' shared service.
  22304.      *
  22305.      * @return \Shopware\Core\Framework\DataAbstractionLayer\EntityRepositoryForwardCompatibilityDecorator
  22306.      */
  22307.     protected function getPixelLexikonTranslation_RepositoryService()
  22308.     {
  22309.         return $this->services['pixel_lexikon_translation.repository'] = new \Shopware\Core\Framework\DataAbstractionLayer\EntityRepositoryForwardCompatibilityDecorator(new \Shopware\Core\Framework\DataAbstractionLayer\EntityRepository(($this->services['Pixel\\LexikonSW6\\Entities\\Items\\LexikonTranslationDefinition'] ?? $this->getLexikonTranslationDefinitionService()), ($this->services['Shopware\\Core\\Framework\\DataAbstractionLayer\\Read\\EntityReaderInterface'] ?? $this->getEntityReaderInterfaceService()), ($this->services['Shopware\\Core\\Framework\\DataAbstractionLayer\\VersionManager'] ?? $this->getVersionManagerService()), ($this->services['Shopware\\Core\\Framework\\DataAbstractionLayer\\Search\\EntitySearcherInterface'] ?? $this->getEntitySearcherInterfaceService()), ($this->services['Shopware\\Core\\Framework\\DataAbstractionLayer\\Search\\EntityAggregatorInterface'] ?? $this->getEntityAggregatorInterfaceService()), ($this->services['event_dispatcher'] ?? $this->getEventDispatcherService()), ($this->services['Shopware\\Core\\Framework\\DataAbstractionLayer\\Event\\EntityLoadedEventFactory'] ?? $this->getEntityLoadedEventFactoryService())));
  22310.     }
  22311.     /**
  22312.      * Gets the public 'plugin.repository' shared service.
  22313.      *
  22314.      * @return \Shopware\Core\Framework\DataAbstractionLayer\EntityRepositoryForwardCompatibilityDecorator
  22315.      */
  22316.     protected function getPlugin_RepositoryService()
  22317.     {
  22318.         $a = ($this->services['Shopware\\Core\\Framework\\DataAbstractionLayer\\VersionManager'] ?? $this->getVersionManagerService());
  22319.         if (isset($this->services['plugin.repository'])) {
  22320.             return $this->services['plugin.repository'];
  22321.         }
  22322.         $b = ($this->services['Shopware\\Core\\Framework\\DataAbstractionLayer\\Search\\EntitySearcherInterface'] ?? $this->getEntitySearcherInterfaceService());
  22323.         if (isset($this->services['plugin.repository'])) {
  22324.             return $this->services['plugin.repository'];
  22325.         }
  22326.         $c = ($this->services['Shopware\\Core\\Framework\\DataAbstractionLayer\\Search\\EntityAggregatorInterface'] ?? $this->getEntityAggregatorInterfaceService());
  22327.         if (isset($this->services['plugin.repository'])) {
  22328.             return $this->services['plugin.repository'];
  22329.         }
  22330.         $d = ($this->services['event_dispatcher'] ?? $this->getEventDispatcherService());
  22331.         if (isset($this->services['plugin.repository'])) {
  22332.             return $this->services['plugin.repository'];
  22333.         }
  22334.         return $this->services['plugin.repository'] = new \Shopware\Core\Framework\DataAbstractionLayer\EntityRepositoryForwardCompatibilityDecorator(new \Shopware\Core\Framework\DataAbstractionLayer\EntityRepository(($this->services['Shopware\\Core\\Framework\\Plugin\\PluginDefinition'] ?? $this->getPluginDefinitionService()), ($this->services['Shopware\\Core\\Framework\\DataAbstractionLayer\\Read\\EntityReaderInterface'] ?? $this->getEntityReaderInterfaceService()), $a$b$c$d, ($this->services['Shopware\\Core\\Framework\\DataAbstractionLayer\\Event\\EntityLoadedEventFactory'] ?? $this->getEntityLoadedEventFactoryService())));
  22335.     }
  22336.     /**
  22337.      * Gets the public 'plugin_translation.repository' shared service.
  22338.      *
  22339.      * @return \Shopware\Core\Framework\DataAbstractionLayer\EntityRepositoryForwardCompatibilityDecorator
  22340.      */
  22341.     protected function getPluginTranslation_RepositoryService()
  22342.     {
  22343.         return $this->services['plugin_translation.repository'] = new \Shopware\Core\Framework\DataAbstractionLayer\EntityRepositoryForwardCompatibilityDecorator(new \Shopware\Core\Framework\DataAbstractionLayer\EntityRepository(($this->services['Shopware\\Core\\Framework\\Plugin\\Aggregate\\PluginTranslation\\PluginTranslationDefinition'] ?? $this->getPluginTranslationDefinitionService()), ($this->services['Shopware\\Core\\Framework\\DataAbstractionLayer\\Read\\EntityReaderInterface'] ?? $this->getEntityReaderInterfaceService()), ($this->services['Shopware\\Core\\Framework\\DataAbstractionLayer\\VersionManager'] ?? $this->getVersionManagerService()), ($this->services['Shopware\\Core\\Framework\\DataAbstractionLayer\\Search\\EntitySearcherInterface'] ?? $this->getEntitySearcherInterfaceService()), ($this->services['Shopware\\Core\\Framework\\DataAbstractionLayer\\Search\\EntityAggregatorInterface'] ?? $this->getEntityAggregatorInterfaceService()), ($this->services['event_dispatcher'] ?? $this->getEventDispatcherService()), ($this->services['Shopware\\Core\\Framework\\DataAbstractionLayer\\Event\\EntityLoadedEventFactory'] ?? $this->getEntityLoadedEventFactoryService())));
  22344.     }
  22345.     /**
  22346.      * Gets the public 'product.repository' shared service.
  22347.      *
  22348.      * @return \Shopware\Core\Framework\DataAbstractionLayer\EntityRepositoryForwardCompatibilityDecorator
  22349.      */
  22350.     protected function getProduct_RepositoryService()
  22351.     {
  22352.         $a = ($this->services['Shopware\\Core\\Framework\\DataAbstractionLayer\\VersionManager'] ?? $this->getVersionManagerService());
  22353.         if (isset($this->services['product.repository'])) {
  22354.             return $this->services['product.repository'];
  22355.         }
  22356.         $b = ($this->services['Shopware\\Core\\Framework\\DataAbstractionLayer\\Search\\EntitySearcherInterface'] ?? $this->getEntitySearcherInterfaceService());
  22357.         if (isset($this->services['product.repository'])) {
  22358.             return $this->services['product.repository'];
  22359.         }
  22360.         $c = ($this->services['Shopware\\Core\\Framework\\DataAbstractionLayer\\Search\\EntityAggregatorInterface'] ?? $this->getEntityAggregatorInterfaceService());
  22361.         if (isset($this->services['product.repository'])) {
  22362.             return $this->services['product.repository'];
  22363.         }
  22364.         $d = ($this->services['event_dispatcher'] ?? $this->getEventDispatcherService());
  22365.         if (isset($this->services['product.repository'])) {
  22366.             return $this->services['product.repository'];
  22367.         }
  22368.         $e = ($this->services['Shopware\\Core\\Framework\\DataAbstractionLayer\\Event\\EntityLoadedEventFactory'] ?? $this->getEntityLoadedEventFactoryService());
  22369.         $f = new \Shopware\Core\Framework\DataAbstractionLayer\EntityRepository(($this->services['Shopware\\Core\\Content\\Product\\ProductDefinition'] ?? $this->getProductDefinitionService()), ($this->services['Shopware\\Core\\Framework\\DataAbstractionLayer\\Read\\EntityReaderInterface'] ?? $this->getEntityReaderInterfaceService()), $a$b$c$d$e);
  22370.         $f->setEntityLoadedEventFactory($e);
  22371.         return $this->services['product.repository'] = new \Shopware\Core\Framework\DataAbstractionLayer\EntityRepositoryForwardCompatibilityDecorator($f);
  22372.     }
  22373.     /**
  22374.      * Gets the public 'product_category.repository' shared service.
  22375.      *
  22376.      * @return \Shopware\Core\Framework\DataAbstractionLayer\EntityRepositoryForwardCompatibilityDecorator
  22377.      */
  22378.     protected function getProductCategory_RepositoryService()
  22379.     {
  22380.         return $this->services['product_category.repository'] = new \Shopware\Core\Framework\DataAbstractionLayer\EntityRepositoryForwardCompatibilityDecorator(new \Shopware\Core\Framework\DataAbstractionLayer\EntityRepository(($this->services['Shopware\\Core\\Content\\Product\\Aggregate\\ProductCategory\\ProductCategoryDefinition'] ?? $this->getProductCategoryDefinitionService()), ($this->services['Shopware\\Core\\Framework\\DataAbstractionLayer\\Read\\EntityReaderInterface'] ?? $this->getEntityReaderInterfaceService()), ($this->services['Shopware\\Core\\Framework\\DataAbstractionLayer\\VersionManager'] ?? $this->getVersionManagerService()), ($this->services['Shopware\\Core\\Framework\\DataAbstractionLayer\\Search\\EntitySearcherInterface'] ?? $this->getEntitySearcherInterfaceService()), ($this->services['Shopware\\Core\\Framework\\DataAbstractionLayer\\Search\\EntityAggregatorInterface'] ?? $this->getEntityAggregatorInterfaceService()), ($this->services['event_dispatcher'] ?? $this->getEventDispatcherService()), ($this->services['Shopware\\Core\\Framework\\DataAbstractionLayer\\Event\\EntityLoadedEventFactory'] ?? $this->getEntityLoadedEventFactoryService())));
  22381.     }
  22382.     /**
  22383.      * Gets the public 'product_category_tree.repository' shared service.
  22384.      *
  22385.      * @return \Shopware\Core\Framework\DataAbstractionLayer\EntityRepositoryForwardCompatibilityDecorator
  22386.      */
  22387.     protected function getProductCategoryTree_RepositoryService()
  22388.     {
  22389.         return $this->services['product_category_tree.repository'] = new \Shopware\Core\Framework\DataAbstractionLayer\EntityRepositoryForwardCompatibilityDecorator(new \Shopware\Core\Framework\DataAbstractionLayer\EntityRepository(($this->services['Shopware\\Core\\Content\\Product\\Aggregate\\ProductCategoryTree\\ProductCategoryTreeDefinition'] ?? $this->getProductCategoryTreeDefinitionService()), ($this->services['Shopware\\Core\\Framework\\DataAbstractionLayer\\Read\\EntityReaderInterface'] ?? $this->getEntityReaderInterfaceService()), ($this->services['Shopware\\Core\\Framework\\DataAbstractionLayer\\VersionManager'] ?? $this->getVersionManagerService()), ($this->services['Shopware\\Core\\Framework\\DataAbstractionLayer\\Search\\EntitySearcherInterface'] ?? $this->getEntitySearcherInterfaceService()), ($this->services['Shopware\\Core\\Framework\\DataAbstractionLayer\\Search\\EntityAggregatorInterface'] ?? $this->getEntityAggregatorInterfaceService()), ($this->services['event_dispatcher'] ?? $this->getEventDispatcherService()), ($this->services['Shopware\\Core\\Framework\\DataAbstractionLayer\\Event\\EntityLoadedEventFactory'] ?? $this->getEntityLoadedEventFactoryService())));
  22390.     }
  22391.     /**
  22392.      * Gets the public 'product_configurator_setting.repository' shared service.
  22393.      *
  22394.      * @return \Shopware\Core\Framework\DataAbstractionLayer\EntityRepositoryForwardCompatibilityDecorator
  22395.      */
  22396.     protected function getProductConfiguratorSetting_RepositoryService()
  22397.     {
  22398.         $a = ($this->services['Shopware\\Core\\Framework\\DataAbstractionLayer\\VersionManager'] ?? $this->getVersionManagerService());
  22399.         if (isset($this->services['product_configurator_setting.repository'])) {
  22400.             return $this->services['product_configurator_setting.repository'];
  22401.         }
  22402.         $b = ($this->services['Shopware\\Core\\Framework\\DataAbstractionLayer\\Search\\EntitySearcherInterface'] ?? $this->getEntitySearcherInterfaceService());
  22403.         if (isset($this->services['product_configurator_setting.repository'])) {
  22404.             return $this->services['product_configurator_setting.repository'];
  22405.         }
  22406.         $c = ($this->services['Shopware\\Core\\Framework\\DataAbstractionLayer\\Search\\EntityAggregatorInterface'] ?? $this->getEntityAggregatorInterfaceService());
  22407.         if (isset($this->services['product_configurator_setting.repository'])) {
  22408.             return $this->services['product_configurator_setting.repository'];
  22409.         }
  22410.         $d = ($this->services['event_dispatcher'] ?? $this->getEventDispatcherService());
  22411.         if (isset($this->services['product_configurator_setting.repository'])) {
  22412.             return $this->services['product_configurator_setting.repository'];
  22413.         }
  22414.         return $this->services['product_configurator_setting.repository'] = new \Shopware\Core\Framework\DataAbstractionLayer\EntityRepositoryForwardCompatibilityDecorator(new \Shopware\Core\Framework\DataAbstractionLayer\EntityRepository(($this->services['Shopware\\Core\\Content\\Product\\Aggregate\\ProductConfiguratorSetting\\ProductConfiguratorSettingDefinition'] ?? $this->getProductConfiguratorSettingDefinitionService()), ($this->services['Shopware\\Core\\Framework\\DataAbstractionLayer\\Read\\EntityReaderInterface'] ?? $this->getEntityReaderInterfaceService()), $a$b$c$d, ($this->services['Shopware\\Core\\Framework\\DataAbstractionLayer\\Event\\EntityLoadedEventFactory'] ?? $this->getEntityLoadedEventFactoryService())));
  22415.     }
  22416.     /**
  22417.      * Gets the public 'product_cross_selling.repository' shared service.
  22418.      *
  22419.      * @return \Shopware\Core\Framework\DataAbstractionLayer\EntityRepositoryForwardCompatibilityDecorator
  22420.      */
  22421.     protected function getProductCrossSelling_RepositoryService()
  22422.     {
  22423.         $a = ($this->services['Shopware\\Core\\Framework\\DataAbstractionLayer\\VersionManager'] ?? $this->getVersionManagerService());
  22424.         if (isset($this->services['product_cross_selling.repository'])) {
  22425.             return $this->services['product_cross_selling.repository'];
  22426.         }
  22427.         $b = ($this->services['Shopware\\Core\\Framework\\DataAbstractionLayer\\Search\\EntitySearcherInterface'] ?? $this->getEntitySearcherInterfaceService());
  22428.         if (isset($this->services['product_cross_selling.repository'])) {
  22429.             return $this->services['product_cross_selling.repository'];
  22430.         }
  22431.         $c = ($this->services['Shopware\\Core\\Framework\\DataAbstractionLayer\\Search\\EntityAggregatorInterface'] ?? $this->getEntityAggregatorInterfaceService());
  22432.         if (isset($this->services['product_cross_selling.repository'])) {
  22433.             return $this->services['product_cross_selling.repository'];
  22434.         }
  22435.         $d = ($this->services['event_dispatcher'] ?? $this->getEventDispatcherService());
  22436.         if (isset($this->services['product_cross_selling.repository'])) {
  22437.             return $this->services['product_cross_selling.repository'];
  22438.         }
  22439.         return $this->services['product_cross_selling.repository'] = new \Shopware\Core\Framework\DataAbstractionLayer\EntityRepositoryForwardCompatibilityDecorator(new \Shopware\Core\Framework\DataAbstractionLayer\EntityRepository(($this->services['Shopware\\Core\\Content\\Product\\Aggregate\\ProductCrossSelling\\ProductCrossSellingDefinition'] ?? $this->getProductCrossSellingDefinitionService()), ($this->services['Shopware\\Core\\Framework\\DataAbstractionLayer\\Read\\EntityReaderInterface'] ?? $this->getEntityReaderInterfaceService()), $a$b$c$d, ($this->services['Shopware\\Core\\Framework\\DataAbstractionLayer\\Event\\EntityLoadedEventFactory'] ?? $this->getEntityLoadedEventFactoryService())));
  22440.     }
  22441.     /**
  22442.      * Gets the public 'product_cross_selling_assigned_products.repository' shared service.
  22443.      *
  22444.      * @return \Shopware\Core\Framework\DataAbstractionLayer\EntityRepositoryForwardCompatibilityDecorator
  22445.      */
  22446.     protected function getProductCrossSellingAssignedProducts_RepositoryService()
  22447.     {
  22448.         $a = ($this->services['Shopware\\Core\\Framework\\DataAbstractionLayer\\VersionManager'] ?? $this->getVersionManagerService());
  22449.         if (isset($this->services['product_cross_selling_assigned_products.repository'])) {
  22450.             return $this->services['product_cross_selling_assigned_products.repository'];
  22451.         }
  22452.         $b = ($this->services['Shopware\\Core\\Framework\\DataAbstractionLayer\\Search\\EntitySearcherInterface'] ?? $this->getEntitySearcherInterfaceService());
  22453.         if (isset($this->services['product_cross_selling_assigned_products.repository'])) {
  22454.             return $this->services['product_cross_selling_assigned_products.repository'];
  22455.         }
  22456.         $c = ($this->services['Shopware\\Core\\Framework\\DataAbstractionLayer\\Search\\EntityAggregatorInterface'] ?? $this->getEntityAggregatorInterfaceService());
  22457.         if (isset($this->services['product_cross_selling_assigned_products.repository'])) {
  22458.             return $this->services['product_cross_selling_assigned_products.repository'];
  22459.         }
  22460.         $d = ($this->services['event_dispatcher'] ?? $this->getEventDispatcherService());
  22461.         if (isset($this->services['product_cross_selling_assigned_products.repository'])) {
  22462.             return $this->services['product_cross_selling_assigned_products.repository'];
  22463.         }
  22464.         return $this->services['product_cross_selling_assigned_products.repository'] = new \Shopware\Core\Framework\DataAbstractionLayer\EntityRepositoryForwardCompatibilityDecorator(new \Shopware\Core\Framework\DataAbstractionLayer\EntityRepository(($this->services['Shopware\\Core\\Content\\Product\\Aggregate\\ProductCrossSellingAssignedProducts\\ProductCrossSellingAssignedProductsDefinition'] ?? $this->getProductCrossSellingAssignedProductsDefinitionService()), ($this->services['Shopware\\Core\\Framework\\DataAbstractionLayer\\Read\\EntityReaderInterface'] ?? $this->getEntityReaderInterfaceService()), $a$b$c$d, ($this->services['Shopware\\Core\\Framework\\DataAbstractionLayer\\Event\\EntityLoadedEventFactory'] ?? $this->getEntityLoadedEventFactoryService())));
  22465.     }
  22466.     /**
  22467.      * Gets the public 'product_cross_selling_translation.repository' shared service.
  22468.      *
  22469.      * @return \Shopware\Core\Framework\DataAbstractionLayer\EntityRepositoryForwardCompatibilityDecorator
  22470.      */
  22471.     protected function getProductCrossSellingTranslation_RepositoryService()
  22472.     {
  22473.         return $this->services['product_cross_selling_translation.repository'] = new \Shopware\Core\Framework\DataAbstractionLayer\EntityRepositoryForwardCompatibilityDecorator(new \Shopware\Core\Framework\DataAbstractionLayer\EntityRepository(($this->services['Shopware\\Core\\Content\\Product\\Aggregate\\ProductCrossSellingTranslation\\ProductCrossSellingTranslationDefinition'] ?? $this->getProductCrossSellingTranslationDefinitionService()), ($this->services['Shopware\\Core\\Framework\\DataAbstractionLayer\\Read\\EntityReaderInterface'] ?? $this->getEntityReaderInterfaceService()), ($this->services['Shopware\\Core\\Framework\\DataAbstractionLayer\\VersionManager'] ?? $this->getVersionManagerService()), ($this->services['Shopware\\Core\\Framework\\DataAbstractionLayer\\Search\\EntitySearcherInterface'] ?? $this->getEntitySearcherInterfaceService()), ($this->services['Shopware\\Core\\Framework\\DataAbstractionLayer\\Search\\EntityAggregatorInterface'] ?? $this->getEntityAggregatorInterfaceService()), ($this->services['event_dispatcher'] ?? $this->getEventDispatcherService()), ($this->services['Shopware\\Core\\Framework\\DataAbstractionLayer\\Event\\EntityLoadedEventFactory'] ?? $this->getEntityLoadedEventFactoryService())));
  22474.     }
  22475.     /**
  22476.      * Gets the public 'product_custom_field_set.repository' shared service.
  22477.      *
  22478.      * @return \Shopware\Core\Framework\DataAbstractionLayer\EntityRepositoryForwardCompatibilityDecorator
  22479.      */
  22480.     protected function getProductCustomFieldSet_RepositoryService()
  22481.     {
  22482.         return $this->services['product_custom_field_set.repository'] = new \Shopware\Core\Framework\DataAbstractionLayer\EntityRepositoryForwardCompatibilityDecorator(new \Shopware\Core\Framework\DataAbstractionLayer\EntityRepository(($this->services['Shopware\\Core\\Content\\Product\\Aggregate\\ProductCustomFieldSet\\ProductCustomFieldSetDefinition'] ?? $this->getProductCustomFieldSetDefinitionService()), ($this->services['Shopware\\Core\\Framework\\DataAbstractionLayer\\Read\\EntityReaderInterface'] ?? $this->getEntityReaderInterfaceService()), ($this->services['Shopware\\Core\\Framework\\DataAbstractionLayer\\VersionManager'] ?? $this->getVersionManagerService()), ($this->services['Shopware\\Core\\Framework\\DataAbstractionLayer\\Search\\EntitySearcherInterface'] ?? $this->getEntitySearcherInterfaceService()), ($this->services['Shopware\\Core\\Framework\\DataAbstractionLayer\\Search\\EntityAggregatorInterface'] ?? $this->getEntityAggregatorInterfaceService()), ($this->services['event_dispatcher'] ?? $this->getEventDispatcherService()), ($this->services['Shopware\\Core\\Framework\\DataAbstractionLayer\\Event\\EntityLoadedEventFactory'] ?? $this->getEntityLoadedEventFactoryService())));
  22483.     }
  22484.     /**
  22485.      * Gets the public 'product_download.repository' shared service.
  22486.      *
  22487.      * @return \Shopware\Core\Framework\DataAbstractionLayer\EntityRepositoryForwardCompatibilityDecorator
  22488.      */
  22489.     protected function getProductDownload_RepositoryService()
  22490.     {
  22491.         $a = ($this->services['Shopware\\Core\\Framework\\DataAbstractionLayer\\VersionManager'] ?? $this->getVersionManagerService());
  22492.         if (isset($this->services['product_download.repository'])) {
  22493.             return $this->services['product_download.repository'];
  22494.         }
  22495.         $b = ($this->services['Shopware\\Core\\Framework\\DataAbstractionLayer\\Search\\EntitySearcherInterface'] ?? $this->getEntitySearcherInterfaceService());
  22496.         if (isset($this->services['product_download.repository'])) {
  22497.             return $this->services['product_download.repository'];
  22498.         }
  22499.         $c = ($this->services['Shopware\\Core\\Framework\\DataAbstractionLayer\\Search\\EntityAggregatorInterface'] ?? $this->getEntityAggregatorInterfaceService());
  22500.         if (isset($this->services['product_download.repository'])) {
  22501.             return $this->services['product_download.repository'];
  22502.         }
  22503.         $d = ($this->services['event_dispatcher'] ?? $this->getEventDispatcherService());
  22504.         if (isset($this->services['product_download.repository'])) {
  22505.             return $this->services['product_download.repository'];
  22506.         }
  22507.         return $this->services['product_download.repository'] = new \Shopware\Core\Framework\DataAbstractionLayer\EntityRepositoryForwardCompatibilityDecorator(new \Shopware\Core\Framework\DataAbstractionLayer\EntityRepository(($this->services['Shopware\\Core\\Content\\Product\\Aggregate\\ProductDownload\\ProductDownloadDefinition'] ?? $this->getProductDownloadDefinitionService()), ($this->services['Shopware\\Core\\Framework\\DataAbstractionLayer\\Read\\EntityReaderInterface'] ?? $this->getEntityReaderInterfaceService()), $a$b$c$d, ($this->services['Shopware\\Core\\Framework\\DataAbstractionLayer\\Event\\EntityLoadedEventFactory'] ?? $this->getEntityLoadedEventFactoryService())));
  22508.     }
  22509.     /**
  22510.      * Gets the public 'product_export.repository' shared service.
  22511.      *
  22512.      * @return \Shopware\Core\Framework\DataAbstractionLayer\EntityRepositoryForwardCompatibilityDecorator
  22513.      */
  22514.     protected function getProductExport_RepositoryService()
  22515.     {
  22516.         $a = ($this->services['Shopware\\Core\\Framework\\DataAbstractionLayer\\VersionManager'] ?? $this->getVersionManagerService());
  22517.         if (isset($this->services['product_export.repository'])) {
  22518.             return $this->services['product_export.repository'];
  22519.         }
  22520.         $b = ($this->services['Shopware\\Core\\Framework\\DataAbstractionLayer\\Search\\EntitySearcherInterface'] ?? $this->getEntitySearcherInterfaceService());
  22521.         if (isset($this->services['product_export.repository'])) {
  22522.             return $this->services['product_export.repository'];
  22523.         }
  22524.         $c = ($this->services['Shopware\\Core\\Framework\\DataAbstractionLayer\\Search\\EntityAggregatorInterface'] ?? $this->getEntityAggregatorInterfaceService());
  22525.         if (isset($this->services['product_export.repository'])) {
  22526.             return $this->services['product_export.repository'];
  22527.         }
  22528.         $d = ($this->services['event_dispatcher'] ?? $this->getEventDispatcherService());
  22529.         if (isset($this->services['product_export.repository'])) {
  22530.             return $this->services['product_export.repository'];
  22531.         }
  22532.         return $this->services['product_export.repository'] = new \Shopware\Core\Framework\DataAbstractionLayer\EntityRepositoryForwardCompatibilityDecorator(new \Shopware\Core\Framework\DataAbstractionLayer\EntityRepository(($this->services['Shopware\\Core\\Content\\ProductExport\\ProductExportDefinition'] ?? $this->getProductExportDefinitionService()), ($this->services['Shopware\\Core\\Framework\\DataAbstractionLayer\\Read\\EntityReaderInterface'] ?? $this->getEntityReaderInterfaceService()), $a$b$c$d, ($this->services['Shopware\\Core\\Framework\\DataAbstractionLayer\\Event\\EntityLoadedEventFactory'] ?? $this->getEntityLoadedEventFactoryService())));
  22533.     }
  22534.     /**
  22535.      * Gets the public 'product_feature_set.repository' shared service.
  22536.      *
  22537.      * @return \Shopware\Core\Framework\DataAbstractionLayer\EntityRepositoryForwardCompatibilityDecorator
  22538.      */
  22539.     protected function getProductFeatureSet_RepositoryService()
  22540.     {
  22541.         return $this->services['product_feature_set.repository'] = new \Shopware\Core\Framework\DataAbstractionLayer\EntityRepositoryForwardCompatibilityDecorator(new \Shopware\Core\Framework\DataAbstractionLayer\EntityRepository(($this->services['Shopware\\Core\\Content\\Product\\Aggregate\\ProductFeatureSet\\ProductFeatureSetDefinition'] ?? $this->getProductFeatureSetDefinitionService()), ($this->services['Shopware\\Core\\Framework\\DataAbstractionLayer\\Read\\EntityReaderInterface'] ?? $this->getEntityReaderInterfaceService()), ($this->services['Shopware\\Core\\Framework\\DataAbstractionLayer\\VersionManager'] ?? $this->getVersionManagerService()), ($this->services['Shopware\\Core\\Framework\\DataAbstractionLayer\\Search\\EntitySearcherInterface'] ?? $this->getEntitySearcherInterfaceService()), ($this->services['Shopware\\Core\\Framework\\DataAbstractionLayer\\Search\\EntityAggregatorInterface'] ?? $this->getEntityAggregatorInterfaceService()), ($this->services['event_dispatcher'] ?? $this->getEventDispatcherService()), ($this->services['Shopware\\Core\\Framework\\DataAbstractionLayer\\Event\\EntityLoadedEventFactory'] ?? $this->getEntityLoadedEventFactoryService())));
  22542.     }
  22543.     /**
  22544.      * Gets the public 'product_feature_set_translation.repository' shared service.
  22545.      *
  22546.      * @return \Shopware\Core\Framework\DataAbstractionLayer\EntityRepositoryForwardCompatibilityDecorator
  22547.      */
  22548.     protected function getProductFeatureSetTranslation_RepositoryService()
  22549.     {
  22550.         return $this->services['product_feature_set_translation.repository'] = new \Shopware\Core\Framework\DataAbstractionLayer\EntityRepositoryForwardCompatibilityDecorator(new \Shopware\Core\Framework\DataAbstractionLayer\EntityRepository(($this->services['Shopware\\Core\\Content\\Product\\Aggregate\\ProductFeatureSetTranslation\\ProductFeatureSetTranslationDefinition'] ?? $this->getProductFeatureSetTranslationDefinitionService()), ($this->services['Shopware\\Core\\Framework\\DataAbstractionLayer\\Read\\EntityReaderInterface'] ?? $this->getEntityReaderInterfaceService()), ($this->services['Shopware\\Core\\Framework\\DataAbstractionLayer\\VersionManager'] ?? $this->getVersionManagerService()), ($this->services['Shopware\\Core\\Framework\\DataAbstractionLayer\\Search\\EntitySearcherInterface'] ?? $this->getEntitySearcherInterfaceService()), ($this->services['Shopware\\Core\\Framework\\DataAbstractionLayer\\Search\\EntityAggregatorInterface'] ?? $this->getEntityAggregatorInterfaceService()), ($this->services['event_dispatcher'] ?? $this->getEventDispatcherService()), ($this->services['Shopware\\Core\\Framework\\DataAbstractionLayer\\Event\\EntityLoadedEventFactory'] ?? $this->getEntityLoadedEventFactoryService())));
  22551.     }
  22552.     /**
  22553.      * Gets the public 'product_keyword_dictionary.repository' shared service.
  22554.      *
  22555.      * @return \Shopware\Core\Framework\DataAbstractionLayer\EntityRepositoryForwardCompatibilityDecorator
  22556.      */
  22557.     protected function getProductKeywordDictionary_RepositoryService()
  22558.     {
  22559.         return $this->services['product_keyword_dictionary.repository'] = new \Shopware\Core\Framework\DataAbstractionLayer\EntityRepositoryForwardCompatibilityDecorator(new \Shopware\Core\Framework\DataAbstractionLayer\EntityRepository(($this->services['Shopware\\Core\\Content\\Product\\Aggregate\\ProductKeywordDictionary\\ProductKeywordDictionaryDefinition'] ?? $this->getProductKeywordDictionaryDefinitionService()), ($this->services['Shopware\\Core\\Framework\\DataAbstractionLayer\\Read\\EntityReaderInterface'] ?? $this->getEntityReaderInterfaceService()), ($this->services['Shopware\\Core\\Framework\\DataAbstractionLayer\\VersionManager'] ?? $this->getVersionManagerService()), ($this->services['Shopware\\Core\\Framework\\DataAbstractionLayer\\Search\\EntitySearcherInterface'] ?? $this->getEntitySearcherInterfaceService()), ($this->services['Shopware\\Core\\Framework\\DataAbstractionLayer\\Search\\EntityAggregatorInterface'] ?? $this->getEntityAggregatorInterfaceService()), ($this->services['event_dispatcher'] ?? $this->getEventDispatcherService()), ($this->services['Shopware\\Core\\Framework\\DataAbstractionLayer\\Event\\EntityLoadedEventFactory'] ?? $this->getEntityLoadedEventFactoryService())));
  22560.     }
  22561.     /**
  22562.      * Gets the public 'product_manufacturer.repository' shared service.
  22563.      *
  22564.      * @return \Shopware\Core\Framework\DataAbstractionLayer\EntityRepositoryForwardCompatibilityDecorator
  22565.      */
  22566.     protected function getProductManufacturer_RepositoryService()
  22567.     {
  22568.         $a = ($this->services['Shopware\\Core\\Framework\\DataAbstractionLayer\\VersionManager'] ?? $this->getVersionManagerService());
  22569.         if (isset($this->services['product_manufacturer.repository'])) {
  22570.             return $this->services['product_manufacturer.repository'];
  22571.         }
  22572.         $b = ($this->services['Shopware\\Core\\Framework\\DataAbstractionLayer\\Search\\EntitySearcherInterface'] ?? $this->getEntitySearcherInterfaceService());
  22573.         if (isset($this->services['product_manufacturer.repository'])) {
  22574.             return $this->services['product_manufacturer.repository'];
  22575.         }
  22576.         $c = ($this->services['Shopware\\Core\\Framework\\DataAbstractionLayer\\Search\\EntityAggregatorInterface'] ?? $this->getEntityAggregatorInterfaceService());
  22577.         if (isset($this->services['product_manufacturer.repository'])) {
  22578.             return $this->services['product_manufacturer.repository'];
  22579.         }
  22580.         $d = ($this->services['event_dispatcher'] ?? $this->getEventDispatcherService());
  22581.         if (isset($this->services['product_manufacturer.repository'])) {
  22582.             return $this->services['product_manufacturer.repository'];
  22583.         }
  22584.         return $this->services['product_manufacturer.repository'] = new \Shopware\Core\Framework\DataAbstractionLayer\EntityRepositoryForwardCompatibilityDecorator(new \Shopware\Core\Framework\DataAbstractionLayer\EntityRepository(($this->services['Shopware\\Core\\Content\\Product\\Aggregate\\ProductManufacturer\\ProductManufacturerDefinition'] ?? $this->getProductManufacturerDefinitionService()), ($this->services['Shopware\\Core\\Framework\\DataAbstractionLayer\\Read\\EntityReaderInterface'] ?? $this->getEntityReaderInterfaceService()), $a$b$c$d, ($this->services['Shopware\\Core\\Framework\\DataAbstractionLayer\\Event\\EntityLoadedEventFactory'] ?? $this->getEntityLoadedEventFactoryService())));
  22585.     }
  22586.     /**
  22587.      * Gets the public 'product_manufacturer_translation.repository' shared service.
  22588.      *
  22589.      * @return \Shopware\Core\Framework\DataAbstractionLayer\EntityRepositoryForwardCompatibilityDecorator
  22590.      */
  22591.     protected function getProductManufacturerTranslation_RepositoryService()
  22592.     {
  22593.         return $this->services['product_manufacturer_translation.repository'] = new \Shopware\Core\Framework\DataAbstractionLayer\EntityRepositoryForwardCompatibilityDecorator(new \Shopware\Core\Framework\DataAbstractionLayer\EntityRepository(($this->services['Shopware\\Core\\Content\\Product\\Aggregate\\ProductManufacturerTranslation\\ProductManufacturerTranslationDefinition'] ?? $this->getProductManufacturerTranslationDefinitionService()), ($this->services['Shopware\\Core\\Framework\\DataAbstractionLayer\\Read\\EntityReaderInterface'] ?? $this->getEntityReaderInterfaceService()), ($this->services['Shopware\\Core\\Framework\\DataAbstractionLayer\\VersionManager'] ?? $this->getVersionManagerService()), ($this->services['Shopware\\Core\\Framework\\DataAbstractionLayer\\Search\\EntitySearcherInterface'] ?? $this->getEntitySearcherInterfaceService()), ($this->services['Shopware\\Core\\Framework\\DataAbstractionLayer\\Search\\EntityAggregatorInterface'] ?? $this->getEntityAggregatorInterfaceService()), ($this->services['event_dispatcher'] ?? $this->getEventDispatcherService()), ($this->services['Shopware\\Core\\Framework\\DataAbstractionLayer\\Event\\EntityLoadedEventFactory'] ?? $this->getEntityLoadedEventFactoryService())));
  22594.     }
  22595.     /**
  22596.      * Gets the public 'product_media.repository' shared service.
  22597.      *
  22598.      * @return \Shopware\Core\Framework\DataAbstractionLayer\EntityRepositoryForwardCompatibilityDecorator
  22599.      */
  22600.     protected function getProductMedia_RepositoryService()
  22601.     {
  22602.         $a = ($this->services['Shopware\\Core\\Framework\\DataAbstractionLayer\\VersionManager'] ?? $this->getVersionManagerService());
  22603.         if (isset($this->services['product_media.repository'])) {
  22604.             return $this->services['product_media.repository'];
  22605.         }
  22606.         $b = ($this->services['Shopware\\Core\\Framework\\DataAbstractionLayer\\Search\\EntitySearcherInterface'] ?? $this->getEntitySearcherInterfaceService());
  22607.         if (isset($this->services['product_media.repository'])) {
  22608.             return $this->services['product_media.repository'];
  22609.         }
  22610.         $c = ($this->services['Shopware\\Core\\Framework\\DataAbstractionLayer\\Search\\EntityAggregatorInterface'] ?? $this->getEntityAggregatorInterfaceService());
  22611.         if (isset($this->services['product_media.repository'])) {
  22612.             return $this->services['product_media.repository'];
  22613.         }
  22614.         $d = ($this->services['event_dispatcher'] ?? $this->getEventDispatcherService());
  22615.         if (isset($this->services['product_media.repository'])) {
  22616.             return $this->services['product_media.repository'];
  22617.         }
  22618.         return $this->services['product_media.repository'] = new \Shopware\Core\Framework\DataAbstractionLayer\EntityRepositoryForwardCompatibilityDecorator(new \Shopware\Core\Framework\DataAbstractionLayer\EntityRepository(($this->services['Shopware\\Core\\Content\\Product\\Aggregate\\ProductMedia\\ProductMediaDefinition'] ?? $this->getProductMediaDefinitionService()), ($this->services['Shopware\\Core\\Framework\\DataAbstractionLayer\\Read\\EntityReaderInterface'] ?? $this->getEntityReaderInterfaceService()), $a$b$c$d, ($this->services['Shopware\\Core\\Framework\\DataAbstractionLayer\\Event\\EntityLoadedEventFactory'] ?? $this->getEntityLoadedEventFactoryService())));
  22619.     }
  22620.     /**
  22621.      * Gets the public 'product_option.repository' shared service.
  22622.      *
  22623.      * @return \Shopware\Core\Framework\DataAbstractionLayer\EntityRepositoryForwardCompatibilityDecorator
  22624.      */
  22625.     protected function getProductOption_RepositoryService()
  22626.     {
  22627.         return $this->services['product_option.repository'] = new \Shopware\Core\Framework\DataAbstractionLayer\EntityRepositoryForwardCompatibilityDecorator(new \Shopware\Core\Framework\DataAbstractionLayer\EntityRepository(($this->services['Shopware\\Core\\Content\\Product\\Aggregate\\ProductOption\\ProductOptionDefinition'] ?? $this->getProductOptionDefinitionService()), ($this->services['Shopware\\Core\\Framework\\DataAbstractionLayer\\Read\\EntityReaderInterface'] ?? $this->getEntityReaderInterfaceService()), ($this->services['Shopware\\Core\\Framework\\DataAbstractionLayer\\VersionManager'] ?? $this->getVersionManagerService()), ($this->services['Shopware\\Core\\Framework\\DataAbstractionLayer\\Search\\EntitySearcherInterface'] ?? $this->getEntitySearcherInterfaceService()), ($this->services['Shopware\\Core\\Framework\\DataAbstractionLayer\\Search\\EntityAggregatorInterface'] ?? $this->getEntityAggregatorInterfaceService()), ($this->services['event_dispatcher'] ?? $this->getEventDispatcherService()), ($this->services['Shopware\\Core\\Framework\\DataAbstractionLayer\\Event\\EntityLoadedEventFactory'] ?? $this->getEntityLoadedEventFactoryService())));
  22628.     }
  22629.     /**
  22630.      * Gets the public 'product_price.repository' shared service.
  22631.      *
  22632.      * @return \Shopware\Core\Framework\DataAbstractionLayer\EntityRepositoryForwardCompatibilityDecorator
  22633.      */
  22634.     protected function getProductPrice_RepositoryService()
  22635.     {
  22636.         return $this->services['product_price.repository'] = new \Shopware\Core\Framework\DataAbstractionLayer\EntityRepositoryForwardCompatibilityDecorator(new \Shopware\Core\Framework\DataAbstractionLayer\EntityRepository(($this->services['Shopware\\Core\\Content\\Product\\Aggregate\\ProductPrice\\ProductPriceDefinition'] ?? $this->getProductPriceDefinitionService()), ($this->services['Shopware\\Core\\Framework\\DataAbstractionLayer\\Read\\EntityReaderInterface'] ?? $this->getEntityReaderInterfaceService()), ($this->services['Shopware\\Core\\Framework\\DataAbstractionLayer\\VersionManager'] ?? $this->getVersionManagerService()), ($this->services['Shopware\\Core\\Framework\\DataAbstractionLayer\\Search\\EntitySearcherInterface'] ?? $this->getEntitySearcherInterfaceService()), ($this->services['Shopware\\Core\\Framework\\DataAbstractionLayer\\Search\\EntityAggregatorInterface'] ?? $this->getEntityAggregatorInterfaceService()), ($this->services['event_dispatcher'] ?? $this->getEventDispatcherService()), ($this->services['Shopware\\Core\\Framework\\DataAbstractionLayer\\Event\\EntityLoadedEventFactory'] ?? $this->getEntityLoadedEventFactoryService())));
  22637.     }
  22638.     /**
  22639.      * Gets the public 'product_property.repository' shared service.
  22640.      *
  22641.      * @return \Shopware\Core\Framework\DataAbstractionLayer\EntityRepositoryForwardCompatibilityDecorator
  22642.      */
  22643.     protected function getProductProperty_RepositoryService()
  22644.     {
  22645.         return $this->services['product_property.repository'] = new \Shopware\Core\Framework\DataAbstractionLayer\EntityRepositoryForwardCompatibilityDecorator(new \Shopware\Core\Framework\DataAbstractionLayer\EntityRepository(($this->services['Shopware\\Core\\Content\\Product\\Aggregate\\ProductProperty\\ProductPropertyDefinition'] ?? $this->getProductPropertyDefinitionService()), ($this->services['Shopware\\Core\\Framework\\DataAbstractionLayer\\Read\\EntityReaderInterface'] ?? $this->getEntityReaderInterfaceService()), ($this->services['Shopware\\Core\\Framework\\DataAbstractionLayer\\VersionManager'] ?? $this->getVersionManagerService()), ($this->services['Shopware\\Core\\Framework\\DataAbstractionLayer\\Search\\EntitySearcherInterface'] ?? $this->getEntitySearcherInterfaceService()), ($this->services['Shopware\\Core\\Framework\\DataAbstractionLayer\\Search\\EntityAggregatorInterface'] ?? $this->getEntityAggregatorInterfaceService()), ($this->services['event_dispatcher'] ?? $this->getEventDispatcherService()), ($this->services['Shopware\\Core\\Framework\\DataAbstractionLayer\\Event\\EntityLoadedEventFactory'] ?? $this->getEntityLoadedEventFactoryService())));
  22646.     }
  22647.     /**
  22648.      * Gets the public 'product_review.repository' shared service.
  22649.      *
  22650.      * @return \Shopware\Core\Framework\DataAbstractionLayer\EntityRepositoryForwardCompatibilityDecorator
  22651.      */
  22652.     protected function getProductReview_RepositoryService()
  22653.     {
  22654.         $a = ($this->services['Shopware\\Core\\Framework\\DataAbstractionLayer\\VersionManager'] ?? $this->getVersionManagerService());
  22655.         if (isset($this->services['product_review.repository'])) {
  22656.             return $this->services['product_review.repository'];
  22657.         }
  22658.         $b = ($this->services['Shopware\\Core\\Framework\\DataAbstractionLayer\\Search\\EntitySearcherInterface'] ?? $this->getEntitySearcherInterfaceService());
  22659.         if (isset($this->services['product_review.repository'])) {
  22660.             return $this->services['product_review.repository'];
  22661.         }
  22662.         $c = ($this->services['Shopware\\Core\\Framework\\DataAbstractionLayer\\Search\\EntityAggregatorInterface'] ?? $this->getEntityAggregatorInterfaceService());
  22663.         if (isset($this->services['product_review.repository'])) {
  22664.             return $this->services['product_review.repository'];
  22665.         }
  22666.         $d = ($this->services['event_dispatcher'] ?? $this->getEventDispatcherService());
  22667.         if (isset($this->services['product_review.repository'])) {
  22668.             return $this->services['product_review.repository'];
  22669.         }
  22670.         return $this->services['product_review.repository'] = new \Shopware\Core\Framework\DataAbstractionLayer\EntityRepositoryForwardCompatibilityDecorator(new \Shopware\Core\Framework\DataAbstractionLayer\EntityRepository(($this->services['Shopware\\Core\\Content\\Product\\Aggregate\\ProductReview\\ProductReviewDefinition'] ?? $this->getProductReviewDefinitionService()), ($this->services['Shopware\\Core\\Framework\\DataAbstractionLayer\\Read\\EntityReaderInterface'] ?? $this->getEntityReaderInterfaceService()), $a$b$c$d, ($this->services['Shopware\\Core\\Framework\\DataAbstractionLayer\\Event\\EntityLoadedEventFactory'] ?? $this->getEntityLoadedEventFactoryService())));
  22671.     }
  22672.     /**
  22673.      * Gets the public 'product_search_config.repository' shared service.
  22674.      *
  22675.      * @return \Shopware\Core\Framework\DataAbstractionLayer\EntityRepositoryForwardCompatibilityDecorator
  22676.      */
  22677.     protected function getProductSearchConfig_RepositoryService()
  22678.     {
  22679.         return $this->services['product_search_config.repository'] = new \Shopware\Core\Framework\DataAbstractionLayer\EntityRepositoryForwardCompatibilityDecorator(new \Shopware\Core\Framework\DataAbstractionLayer\EntityRepository(($this->services['Shopware\\Core\\Content\\Product\\Aggregate\\ProductSearchConfig\\ProductSearchConfigDefinition'] ?? $this->getProductSearchConfigDefinitionService()), ($this->services['Shopware\\Core\\Framework\\DataAbstractionLayer\\Read\\EntityReaderInterface'] ?? $this->getEntityReaderInterfaceService()), ($this->services['Shopware\\Core\\Framework\\DataAbstractionLayer\\VersionManager'] ?? $this->getVersionManagerService()), ($this->services['Shopware\\Core\\Framework\\DataAbstractionLayer\\Search\\EntitySearcherInterface'] ?? $this->getEntitySearcherInterfaceService()), ($this->services['Shopware\\Core\\Framework\\DataAbstractionLayer\\Search\\EntityAggregatorInterface'] ?? $this->getEntityAggregatorInterfaceService()), ($this->services['event_dispatcher'] ?? $this->getEventDispatcherService()), ($this->services['Shopware\\Core\\Framework\\DataAbstractionLayer\\Event\\EntityLoadedEventFactory'] ?? $this->getEntityLoadedEventFactoryService())));
  22680.     }
  22681.     /**
  22682.      * Gets the public 'product_search_config_field.repository' shared service.
  22683.      *
  22684.      * @return \Shopware\Core\Framework\DataAbstractionLayer\EntityRepositoryForwardCompatibilityDecorator
  22685.      */
  22686.     protected function getProductSearchConfigField_RepositoryService()
  22687.     {
  22688.         return $this->services['product_search_config_field.repository'] = new \Shopware\Core\Framework\DataAbstractionLayer\EntityRepositoryForwardCompatibilityDecorator(new \Shopware\Core\Framework\DataAbstractionLayer\EntityRepository(($this->services['Shopware\\Core\\Content\\Product\\Aggregate\\ProductSearchConfigField\\ProductSearchConfigFieldDefinition'] ?? $this->getProductSearchConfigFieldDefinitionService()), ($this->services['Shopware\\Core\\Framework\\DataAbstractionLayer\\Read\\EntityReaderInterface'] ?? $this->getEntityReaderInterfaceService()), ($this->services['Shopware\\Core\\Framework\\DataAbstractionLayer\\VersionManager'] ?? $this->getVersionManagerService()), ($this->services['Shopware\\Core\\Framework\\DataAbstractionLayer\\Search\\EntitySearcherInterface'] ?? $this->getEntitySearcherInterfaceService()), ($this->services['Shopware\\Core\\Framework\\DataAbstractionLayer\\Search\\EntityAggregatorInterface'] ?? $this->getEntityAggregatorInterfaceService()), ($this->services['event_dispatcher'] ?? $this->getEventDispatcherService()), ($this->services['Shopware\\Core\\Framework\\DataAbstractionLayer\\Event\\EntityLoadedEventFactory'] ?? $this->getEntityLoadedEventFactoryService())));
  22689.     }
  22690.     /**
  22691.      * Gets the public 'product_search_keyword.repository' shared service.
  22692.      *
  22693.      * @return \Shopware\Core\Framework\DataAbstractionLayer\EntityRepositoryForwardCompatibilityDecorator
  22694.      */
  22695.     protected function getProductSearchKeyword_RepositoryService()
  22696.     {
  22697.         return $this->services['product_search_keyword.repository'] = new \Shopware\Core\Framework\DataAbstractionLayer\EntityRepositoryForwardCompatibilityDecorator(new \Shopware\Core\Framework\DataAbstractionLayer\EntityRepository(($this->services['Shopware\\Core\\Content\\Product\\Aggregate\\ProductSearchKeyword\\ProductSearchKeywordDefinition'] ?? $this->getProductSearchKeywordDefinitionService()), ($this->services['Shopware\\Core\\Framework\\DataAbstractionLayer\\Read\\EntityReaderInterface'] ?? $this->getEntityReaderInterfaceService()), ($this->services['Shopware\\Core\\Framework\\DataAbstractionLayer\\VersionManager'] ?? $this->getVersionManagerService()), ($this->services['Shopware\\Core\\Framework\\DataAbstractionLayer\\Search\\EntitySearcherInterface'] ?? $this->getEntitySearcherInterfaceService()), ($this->services['Shopware\\Core\\Framework\\DataAbstractionLayer\\Search\\EntityAggregatorInterface'] ?? $this->getEntityAggregatorInterfaceService()), ($this->services['event_dispatcher'] ?? $this->getEventDispatcherService()), ($this->services['Shopware\\Core\\Framework\\DataAbstractionLayer\\Event\\EntityLoadedEventFactory'] ?? $this->getEntityLoadedEventFactoryService())));
  22698.     }
  22699.     /**
  22700.      * Gets the public 'product_sorting.repository' shared service.
  22701.      *
  22702.      * @return \Shopware\Core\Framework\DataAbstractionLayer\EntityRepositoryForwardCompatibilityDecorator
  22703.      */
  22704.     protected function getProductSorting_RepositoryService()
  22705.     {
  22706.         $a = ($this->services['Shopware\\Core\\Framework\\DataAbstractionLayer\\VersionManager'] ?? $this->getVersionManagerService());
  22707.         if (isset($this->services['product_sorting.repository'])) {
  22708.             return $this->services['product_sorting.repository'];
  22709.         }
  22710.         $b = ($this->services['Shopware\\Core\\Framework\\DataAbstractionLayer\\Search\\EntitySearcherInterface'] ?? $this->getEntitySearcherInterfaceService());
  22711.         if (isset($this->services['product_sorting.repository'])) {
  22712.             return $this->services['product_sorting.repository'];
  22713.         }
  22714.         $c = ($this->services['Shopware\\Core\\Framework\\DataAbstractionLayer\\Search\\EntityAggregatorInterface'] ?? $this->getEntityAggregatorInterfaceService());
  22715.         if (isset($this->services['product_sorting.repository'])) {
  22716.             return $this->services['product_sorting.repository'];
  22717.         }
  22718.         $d = ($this->services['event_dispatcher'] ?? $this->getEventDispatcherService());
  22719.         if (isset($this->services['product_sorting.repository'])) {
  22720.             return $this->services['product_sorting.repository'];
  22721.         }
  22722.         return $this->services['product_sorting.repository'] = new \Shopware\Core\Framework\DataAbstractionLayer\EntityRepositoryForwardCompatibilityDecorator(new \Shopware\Core\Framework\DataAbstractionLayer\EntityRepository(($this->services['Shopware\\Core\\Content\\Product\\SalesChannel\\Sorting\\ProductSortingDefinition'] ?? $this->getProductSortingDefinitionService()), ($this->services['Shopware\\Core\\Framework\\DataAbstractionLayer\\Read\\EntityReaderInterface'] ?? $this->getEntityReaderInterfaceService()), $a$b$c$d, ($this->services['Shopware\\Core\\Framework\\DataAbstractionLayer\\Event\\EntityLoadedEventFactory'] ?? $this->getEntityLoadedEventFactoryService())));
  22723.     }
  22724.     /**
  22725.      * Gets the public 'product_sorting_translation.repository' shared service.
  22726.      *
  22727.      * @return \Shopware\Core\Framework\DataAbstractionLayer\EntityRepositoryForwardCompatibilityDecorator
  22728.      */
  22729.     protected function getProductSortingTranslation_RepositoryService()
  22730.     {
  22731.         return $this->services['product_sorting_translation.repository'] = new \Shopware\Core\Framework\DataAbstractionLayer\EntityRepositoryForwardCompatibilityDecorator(new \Shopware\Core\Framework\DataAbstractionLayer\EntityRepository(($this->services['Shopware\\Core\\Content\\Product\\SalesChannel\\Sorting\\ProductSortingTranslationDefinition'] ?? $this->getProductSortingTranslationDefinitionService()), ($this->services['Shopware\\Core\\Framework\\DataAbstractionLayer\\Read\\EntityReaderInterface'] ?? $this->getEntityReaderInterfaceService()), ($this->services['Shopware\\Core\\Framework\\DataAbstractionLayer\\VersionManager'] ?? $this->getVersionManagerService()), ($this->services['Shopware\\Core\\Framework\\DataAbstractionLayer\\Search\\EntitySearcherInterface'] ?? $this->getEntitySearcherInterfaceService()), ($this->services['Shopware\\Core\\Framework\\DataAbstractionLayer\\Search\\EntityAggregatorInterface'] ?? $this->getEntityAggregatorInterfaceService()), ($this->services['event_dispatcher'] ?? $this->getEventDispatcherService()), ($this->services['Shopware\\Core\\Framework\\DataAbstractionLayer\\Event\\EntityLoadedEventFactory'] ?? $this->getEntityLoadedEventFactoryService())));
  22732.     }
  22733.     /**
  22734.      * Gets the public 'product_stream.repository' shared service.
  22735.      *
  22736.      * @return \Shopware\Core\Framework\DataAbstractionLayer\EntityRepositoryForwardCompatibilityDecorator
  22737.      */
  22738.     protected function getProductStream_RepositoryService()
  22739.     {
  22740.         $a = ($this->services['Shopware\\Core\\Framework\\DataAbstractionLayer\\VersionManager'] ?? $this->getVersionManagerService());
  22741.         if (isset($this->services['product_stream.repository'])) {
  22742.             return $this->services['product_stream.repository'];
  22743.         }
  22744.         $b = ($this->services['Shopware\\Core\\Framework\\DataAbstractionLayer\\Search\\EntitySearcherInterface'] ?? $this->getEntitySearcherInterfaceService());
  22745.         if (isset($this->services['product_stream.repository'])) {
  22746.             return $this->services['product_stream.repository'];
  22747.         }
  22748.         $c = ($this->services['Shopware\\Core\\Framework\\DataAbstractionLayer\\Search\\EntityAggregatorInterface'] ?? $this->getEntityAggregatorInterfaceService());
  22749.         if (isset($this->services['product_stream.repository'])) {
  22750.             return $this->services['product_stream.repository'];
  22751.         }
  22752.         $d = ($this->services['event_dispatcher'] ?? $this->getEventDispatcherService());
  22753.         if (isset($this->services['product_stream.repository'])) {
  22754.             return $this->services['product_stream.repository'];
  22755.         }
  22756.         return $this->services['product_stream.repository'] = new \Shopware\Core\Framework\DataAbstractionLayer\EntityRepositoryForwardCompatibilityDecorator(new \Shopware\Core\Framework\DataAbstractionLayer\EntityRepository(($this->services['Shopware\\Core\\Content\\ProductStream\\ProductStreamDefinition'] ?? $this->getProductStreamDefinitionService()), ($this->services['Shopware\\Core\\Framework\\DataAbstractionLayer\\Read\\EntityReaderInterface'] ?? $this->getEntityReaderInterfaceService()), $a$b$c$d, ($this->services['Shopware\\Core\\Framework\\DataAbstractionLayer\\Event\\EntityLoadedEventFactory'] ?? $this->getEntityLoadedEventFactoryService())));
  22757.     }
  22758.     /**
  22759.      * Gets the public 'product_stream_filter.repository' shared service.
  22760.      *
  22761.      * @return \Shopware\Core\Framework\DataAbstractionLayer\EntityRepositoryForwardCompatibilityDecorator
  22762.      */
  22763.     protected function getProductStreamFilter_RepositoryService()
  22764.     {
  22765.         return $this->services['product_stream_filter.repository'] = new \Shopware\Core\Framework\DataAbstractionLayer\EntityRepositoryForwardCompatibilityDecorator(new \Shopware\Core\Framework\DataAbstractionLayer\EntityRepository(($this->services['Shopware\\Core\\Content\\ProductStream\\Aggregate\\ProductStreamFilter\\ProductStreamFilterDefinition'] ?? $this->getProductStreamFilterDefinitionService()), ($this->services['Shopware\\Core\\Framework\\DataAbstractionLayer\\Read\\EntityReaderInterface'] ?? $this->getEntityReaderInterfaceService()), ($this->services['Shopware\\Core\\Framework\\DataAbstractionLayer\\VersionManager'] ?? $this->getVersionManagerService()), ($this->services['Shopware\\Core\\Framework\\DataAbstractionLayer\\Search\\EntitySearcherInterface'] ?? $this->getEntitySearcherInterfaceService()), ($this->services['Shopware\\Core\\Framework\\DataAbstractionLayer\\Search\\EntityAggregatorInterface'] ?? $this->getEntityAggregatorInterfaceService()), ($this->services['event_dispatcher'] ?? $this->getEventDispatcherService()), ($this->services['Shopware\\Core\\Framework\\DataAbstractionLayer\\Event\\EntityLoadedEventFactory'] ?? $this->getEntityLoadedEventFactoryService())));
  22766.     }
  22767.     /**
  22768.      * Gets the public 'product_stream_mapping.repository' shared service.
  22769.      *
  22770.      * @return \Shopware\Core\Framework\DataAbstractionLayer\EntityRepositoryForwardCompatibilityDecorator
  22771.      */
  22772.     protected function getProductStreamMapping_RepositoryService()
  22773.     {
  22774.         return $this->services['product_stream_mapping.repository'] = new \Shopware\Core\Framework\DataAbstractionLayer\EntityRepositoryForwardCompatibilityDecorator(new \Shopware\Core\Framework\DataAbstractionLayer\EntityRepository(($this->services['Shopware\\Core\\Content\\Product\\Aggregate\\ProductStreamMapping\\ProductStreamMappingDefinition'] ?? $this->getProductStreamMappingDefinitionService()), ($this->services['Shopware\\Core\\Framework\\DataAbstractionLayer\\Read\\EntityReaderInterface'] ?? $this->getEntityReaderInterfaceService()), ($this->services['Shopware\\Core\\Framework\\DataAbstractionLayer\\VersionManager'] ?? $this->getVersionManagerService()), ($this->services['Shopware\\Core\\Framework\\DataAbstractionLayer\\Search\\EntitySearcherInterface'] ?? $this->getEntitySearcherInterfaceService()), ($this->services['Shopware\\Core\\Framework\\DataAbstractionLayer\\Search\\EntityAggregatorInterface'] ?? $this->getEntityAggregatorInterfaceService()), ($this->services['event_dispatcher'] ?? $this->getEventDispatcherService()), ($this->services['Shopware\\Core\\Framework\\DataAbstractionLayer\\Event\\EntityLoadedEventFactory'] ?? $this->getEntityLoadedEventFactoryService())));
  22775.     }
  22776.     /**
  22777.      * Gets the public 'product_stream_translation.repository' shared service.
  22778.      *
  22779.      * @return \Shopware\Core\Framework\DataAbstractionLayer\EntityRepositoryForwardCompatibilityDecorator
  22780.      */
  22781.     protected function getProductStreamTranslation_RepositoryService()
  22782.     {
  22783.         return $this->services['product_stream_translation.repository'] = new \Shopware\Core\Framework\DataAbstractionLayer\EntityRepositoryForwardCompatibilityDecorator(new \Shopware\Core\Framework\DataAbstractionLayer\EntityRepository(($this->services['Shopware\\Core\\Content\\ProductStream\\Aggregate\\ProductStreamTranslation\\ProductStreamTranslationDefinition'] ?? $this->getProductStreamTranslationDefinitionService()), ($this->services['Shopware\\Core\\Framework\\DataAbstractionLayer\\Read\\EntityReaderInterface'] ?? $this->getEntityReaderInterfaceService()), ($this->services['Shopware\\Core\\Framework\\DataAbstractionLayer\\VersionManager'] ?? $this->getVersionManagerService()), ($this->services['Shopware\\Core\\Framework\\DataAbstractionLayer\\Search\\EntitySearcherInterface'] ?? $this->getEntitySearcherInterfaceService()), ($this->services['Shopware\\Core\\Framework\\DataAbstractionLayer\\Search\\EntityAggregatorInterface'] ?? $this->getEntityAggregatorInterfaceService()), ($this->services['event_dispatcher'] ?? $this->getEventDispatcherService()), ($this->services['Shopware\\Core\\Framework\\DataAbstractionLayer\\Event\\EntityLoadedEventFactory'] ?? $this->getEntityLoadedEventFactoryService())));
  22784.     }
  22785.     /**
  22786.      * Gets the public 'product_tag.repository' shared service.
  22787.      *
  22788.      * @return \Shopware\Core\Framework\DataAbstractionLayer\EntityRepositoryForwardCompatibilityDecorator
  22789.      */
  22790.     protected function getProductTag_RepositoryService()
  22791.     {
  22792.         return $this->services['product_tag.repository'] = new \Shopware\Core\Framework\DataAbstractionLayer\EntityRepositoryForwardCompatibilityDecorator(new \Shopware\Core\Framework\DataAbstractionLayer\EntityRepository(($this->services['Shopware\\Core\\Content\\Product\\Aggregate\\ProductTag\\ProductTagDefinition'] ?? $this->getProductTagDefinitionService()), ($this->services['Shopware\\Core\\Framework\\DataAbstractionLayer\\Read\\EntityReaderInterface'] ?? $this->getEntityReaderInterfaceService()), ($this->services['Shopware\\Core\\Framework\\DataAbstractionLayer\\VersionManager'] ?? $this->getVersionManagerService()), ($this->services['Shopware\\Core\\Framework\\DataAbstractionLayer\\Search\\EntitySearcherInterface'] ?? $this->getEntitySearcherInterfaceService()), ($this->services['Shopware\\Core\\Framework\\DataAbstractionLayer\\Search\\EntityAggregatorInterface'] ?? $this->getEntityAggregatorInterfaceService()), ($this->services['event_dispatcher'] ?? $this->getEventDispatcherService()), ($this->services['Shopware\\Core\\Framework\\DataAbstractionLayer\\Event\\EntityLoadedEventFactory'] ?? $this->getEntityLoadedEventFactoryService())));
  22793.     }
  22794.     /**
  22795.      * Gets the public 'product_translation.repository' shared service.
  22796.      *
  22797.      * @return \Shopware\Core\Framework\DataAbstractionLayer\EntityRepositoryForwardCompatibilityDecorator
  22798.      */
  22799.     protected function getProductTranslation_RepositoryService()
  22800.     {
  22801.         return $this->services['product_translation.repository'] = new \Shopware\Core\Framework\DataAbstractionLayer\EntityRepositoryForwardCompatibilityDecorator(new \Shopware\Core\Framework\DataAbstractionLayer\EntityRepository(($this->services['Shopware\\Core\\Content\\Product\\Aggregate\\ProductTranslation\\ProductTranslationDefinition'] ?? $this->getProductTranslationDefinitionService()), ($this->services['Shopware\\Core\\Framework\\DataAbstractionLayer\\Read\\EntityReaderInterface'] ?? $this->getEntityReaderInterfaceService()), ($this->services['Shopware\\Core\\Framework\\DataAbstractionLayer\\VersionManager'] ?? $this->getVersionManagerService()), ($this->services['Shopware\\Core\\Framework\\DataAbstractionLayer\\Search\\EntitySearcherInterface'] ?? $this->getEntitySearcherInterfaceService()), ($this->services['Shopware\\Core\\Framework\\DataAbstractionLayer\\Search\\EntityAggregatorInterface'] ?? $this->getEntityAggregatorInterfaceService()), ($this->services['event_dispatcher'] ?? $this->getEventDispatcherService()), ($this->services['Shopware\\Core\\Framework\\DataAbstractionLayer\\Event\\EntityLoadedEventFactory'] ?? $this->getEntityLoadedEventFactoryService())));
  22802.     }
  22803.     /**
  22804.      * Gets the public 'product_visibility.repository' shared service.
  22805.      *
  22806.      * @return \Shopware\Core\Framework\DataAbstractionLayer\EntityRepositoryForwardCompatibilityDecorator
  22807.      */
  22808.     protected function getProductVisibility_RepositoryService()
  22809.     {
  22810.         $a = ($this->services['Shopware\\Core\\Framework\\DataAbstractionLayer\\VersionManager'] ?? $this->getVersionManagerService());
  22811.         if (isset($this->services['product_visibility.repository'])) {
  22812.             return $this->services['product_visibility.repository'];
  22813.         }
  22814.         $b = ($this->services['Shopware\\Core\\Framework\\DataAbstractionLayer\\Search\\EntitySearcherInterface'] ?? $this->getEntitySearcherInterfaceService());
  22815.         if (isset($this->services['product_visibility.repository'])) {
  22816.             return $this->services['product_visibility.repository'];
  22817.         }
  22818.         $c = ($this->services['Shopware\\Core\\Framework\\DataAbstractionLayer\\Search\\EntityAggregatorInterface'] ?? $this->getEntityAggregatorInterfaceService());
  22819.         if (isset($this->services['product_visibility.repository'])) {
  22820.             return $this->services['product_visibility.repository'];
  22821.         }
  22822.         $d = ($this->services['event_dispatcher'] ?? $this->getEventDispatcherService());
  22823.         if (isset($this->services['product_visibility.repository'])) {
  22824.             return $this->services['product_visibility.repository'];
  22825.         }
  22826.         return $this->services['product_visibility.repository'] = new \Shopware\Core\Framework\DataAbstractionLayer\EntityRepositoryForwardCompatibilityDecorator(new \Shopware\Core\Framework\DataAbstractionLayer\EntityRepository(($this->services['Shopware\\Core\\Content\\Product\\Aggregate\\ProductVisibility\\ProductVisibilityDefinition'] ?? $this->getProductVisibilityDefinitionService()), ($this->services['Shopware\\Core\\Framework\\DataAbstractionLayer\\Read\\EntityReaderInterface'] ?? $this->getEntityReaderInterfaceService()), $a$b$c$d, ($this->services['Shopware\\Core\\Framework\\DataAbstractionLayer\\Event\\EntityLoadedEventFactory'] ?? $this->getEntityLoadedEventFactoryService())));
  22827.     }
  22828.     /**
  22829.      * Gets the public 'profiling.filesystem.private' shared service.
  22830.      *
  22831.      * @return \Shopware\Core\Framework\Adapter\Filesystem\PrefixFilesystem
  22832.      */
  22833.     protected function getProfiling_Filesystem_PrivateService()
  22834.     {
  22835.         include_once \dirname(__DIR__4).'/vendor/shopware/core/Framework/Adapter/Filesystem/AbstractFilesystem.php';
  22836.         include_once \dirname(__DIR__4).'/vendor/shopware/core/Framework/Adapter/Filesystem/PrefixFilesystem.php';
  22837.         return $this->services['profiling.filesystem.private'] = new \Shopware\Core\Framework\Adapter\Filesystem\PrefixFilesystem(($this->services['shopware.filesystem.private'] ?? $this->getShopware_Filesystem_PrivateService()), 'plugins/profiling');
  22838.     }
  22839.     /**
  22840.      * Gets the public 'profiling.filesystem.public' shared service.
  22841.      *
  22842.      * @return \Shopware\Core\Framework\Adapter\Filesystem\PrefixFilesystem
  22843.      */
  22844.     protected function getProfiling_Filesystem_PublicService()
  22845.     {
  22846.         include_once \dirname(__DIR__4).'/vendor/shopware/core/Framework/Adapter/Filesystem/AbstractFilesystem.php';
  22847.         include_once \dirname(__DIR__4).'/vendor/shopware/core/Framework/Adapter/Filesystem/PrefixFilesystem.php';
  22848.         return $this->services['profiling.filesystem.public'] = new \Shopware\Core\Framework\Adapter\Filesystem\PrefixFilesystem(($this->services['shopware.filesystem.public'] ?? $this->getShopware_Filesystem_PublicService()), 'plugins/profiling');
  22849.     }
  22850.     /**
  22851.      * Gets the public 'promotion.repository' shared service.
  22852.      *
  22853.      * @return \Shopware\Core\Framework\DataAbstractionLayer\EntityRepositoryForwardCompatibilityDecorator
  22854.      */
  22855.     protected function getPromotion_RepositoryService()
  22856.     {
  22857.         $a = ($this->services['Shopware\\Core\\Framework\\DataAbstractionLayer\\VersionManager'] ?? $this->getVersionManagerService());
  22858.         if (isset($this->services['promotion.repository'])) {
  22859.             return $this->services['promotion.repository'];
  22860.         }
  22861.         $b = ($this->services['Shopware\\Core\\Framework\\DataAbstractionLayer\\Search\\EntitySearcherInterface'] ?? $this->getEntitySearcherInterfaceService());
  22862.         if (isset($this->services['promotion.repository'])) {
  22863.             return $this->services['promotion.repository'];
  22864.         }
  22865.         $c = ($this->services['Shopware\\Core\\Framework\\DataAbstractionLayer\\Search\\EntityAggregatorInterface'] ?? $this->getEntityAggregatorInterfaceService());
  22866.         if (isset($this->services['promotion.repository'])) {
  22867.             return $this->services['promotion.repository'];
  22868.         }
  22869.         $d = ($this->services['event_dispatcher'] ?? $this->getEventDispatcherService());
  22870.         if (isset($this->services['promotion.repository'])) {
  22871.             return $this->services['promotion.repository'];
  22872.         }
  22873.         return $this->services['promotion.repository'] = new \Shopware\Core\Framework\DataAbstractionLayer\EntityRepositoryForwardCompatibilityDecorator(new \Shopware\Core\Framework\DataAbstractionLayer\EntityRepository(($this->services['Shopware\\Core\\Checkout\\Promotion\\PromotionDefinition'] ?? $this->getPromotionDefinitionService()), ($this->services['Shopware\\Core\\Framework\\DataAbstractionLayer\\Read\\EntityReaderInterface'] ?? $this->getEntityReaderInterfaceService()), $a$b$c$d, ($this->services['Shopware\\Core\\Framework\\DataAbstractionLayer\\Event\\EntityLoadedEventFactory'] ?? $this->getEntityLoadedEventFactoryService())));
  22874.     }
  22875.     /**
  22876.      * Gets the public 'promotion_cart_rule.repository' shared service.
  22877.      *
  22878.      * @return \Shopware\Core\Framework\DataAbstractionLayer\EntityRepositoryForwardCompatibilityDecorator
  22879.      */
  22880.     protected function getPromotionCartRule_RepositoryService()
  22881.     {
  22882.         return $this->services['promotion_cart_rule.repository'] = new \Shopware\Core\Framework\DataAbstractionLayer\EntityRepositoryForwardCompatibilityDecorator(new \Shopware\Core\Framework\DataAbstractionLayer\EntityRepository(($this->services['Shopware\\Core\\Checkout\\Promotion\\Aggregate\\PromotionCartRule\\PromotionCartRuleDefinition'] ?? $this->getPromotionCartRuleDefinitionService()), ($this->services['Shopware\\Core\\Framework\\DataAbstractionLayer\\Read\\EntityReaderInterface'] ?? $this->getEntityReaderInterfaceService()), ($this->services['Shopware\\Core\\Framework\\DataAbstractionLayer\\VersionManager'] ?? $this->getVersionManagerService()), ($this->services['Shopware\\Core\\Framework\\DataAbstractionLayer\\Search\\EntitySearcherInterface'] ?? $this->getEntitySearcherInterfaceService()), ($this->services['Shopware\\Core\\Framework\\DataAbstractionLayer\\Search\\EntityAggregatorInterface'] ?? $this->getEntityAggregatorInterfaceService()), ($this->services['event_dispatcher'] ?? $this->getEventDispatcherService()), ($this->services['Shopware\\Core\\Framework\\DataAbstractionLayer\\Event\\EntityLoadedEventFactory'] ?? $this->getEntityLoadedEventFactoryService())));
  22883.     }
  22884.     /**
  22885.      * Gets the public 'promotion_discount.repository' shared service.
  22886.      *
  22887.      * @return \Shopware\Core\Framework\DataAbstractionLayer\EntityRepositoryForwardCompatibilityDecorator
  22888.      */
  22889.     protected function getPromotionDiscount_RepositoryService()
  22890.     {
  22891.         return $this->services['promotion_discount.repository'] = new \Shopware\Core\Framework\DataAbstractionLayer\EntityRepositoryForwardCompatibilityDecorator(new \Shopware\Core\Framework\DataAbstractionLayer\EntityRepository(($this->services['Shopware\\Core\\Checkout\\Promotion\\Aggregate\\PromotionDiscount\\PromotionDiscountDefinition'] ?? $this->getPromotionDiscountDefinitionService()), ($this->services['Shopware\\Core\\Framework\\DataAbstractionLayer\\Read\\EntityReaderInterface'] ?? $this->getEntityReaderInterfaceService()), ($this->services['Shopware\\Core\\Framework\\DataAbstractionLayer\\VersionManager'] ?? $this->getVersionManagerService()), ($this->services['Shopware\\Core\\Framework\\DataAbstractionLayer\\Search\\EntitySearcherInterface'] ?? $this->getEntitySearcherInterfaceService()), ($this->services['Shopware\\Core\\Framework\\DataAbstractionLayer\\Search\\EntityAggregatorInterface'] ?? $this->getEntityAggregatorInterfaceService()), ($this->services['event_dispatcher'] ?? $this->getEventDispatcherService()), ($this->services['Shopware\\Core\\Framework\\DataAbstractionLayer\\Event\\EntityLoadedEventFactory'] ?? $this->getEntityLoadedEventFactoryService())));
  22892.     }
  22893.     /**
  22894.      * Gets the public 'promotion_discount_prices.repository' shared service.
  22895.      *
  22896.      * @return \Shopware\Core\Framework\DataAbstractionLayer\EntityRepositoryForwardCompatibilityDecorator
  22897.      */
  22898.     protected function getPromotionDiscountPrices_RepositoryService()
  22899.     {
  22900.         return $this->services['promotion_discount_prices.repository'] = new \Shopware\Core\Framework\DataAbstractionLayer\EntityRepositoryForwardCompatibilityDecorator(new \Shopware\Core\Framework\DataAbstractionLayer\EntityRepository(($this->services['Shopware\\Core\\Checkout\\Promotion\\Aggregate\\PromotionDiscountPrice\\PromotionDiscountPriceDefinition'] ?? $this->getPromotionDiscountPriceDefinitionService()), ($this->services['Shopware\\Core\\Framework\\DataAbstractionLayer\\Read\\EntityReaderInterface'] ?? $this->getEntityReaderInterfaceService()), ($this->services['Shopware\\Core\\Framework\\DataAbstractionLayer\\VersionManager'] ?? $this->getVersionManagerService()), ($this->services['Shopware\\Core\\Framework\\DataAbstractionLayer\\Search\\EntitySearcherInterface'] ?? $this->getEntitySearcherInterfaceService()), ($this->services['Shopware\\Core\\Framework\\DataAbstractionLayer\\Search\\EntityAggregatorInterface'] ?? $this->getEntityAggregatorInterfaceService()), ($this->services['event_dispatcher'] ?? $this->getEventDispatcherService()), ($this->services['Shopware\\Core\\Framework\\DataAbstractionLayer\\Event\\EntityLoadedEventFactory'] ?? $this->getEntityLoadedEventFactoryService())));
  22901.     }
  22902.     /**
  22903.      * Gets the public 'promotion_discount_rule.repository' shared service.
  22904.      *
  22905.      * @return \Shopware\Core\Framework\DataAbstractionLayer\EntityRepositoryForwardCompatibilityDecorator
  22906.      */
  22907.     protected function getPromotionDiscountRule_RepositoryService()
  22908.     {
  22909.         return $this->services['promotion_discount_rule.repository'] = new \Shopware\Core\Framework\DataAbstractionLayer\EntityRepositoryForwardCompatibilityDecorator(new \Shopware\Core\Framework\DataAbstractionLayer\EntityRepository(($this->services['Shopware\\Core\\Checkout\\Promotion\\Aggregate\\PromotionDiscountRule\\PromotionDiscountRuleDefinition'] ?? $this->getPromotionDiscountRuleDefinitionService()), ($this->services['Shopware\\Core\\Framework\\DataAbstractionLayer\\Read\\EntityReaderInterface'] ?? $this->getEntityReaderInterfaceService()), ($this->services['Shopware\\Core\\Framework\\DataAbstractionLayer\\VersionManager'] ?? $this->getVersionManagerService()), ($this->services['Shopware\\Core\\Framework\\DataAbstractionLayer\\Search\\EntitySearcherInterface'] ?? $this->getEntitySearcherInterfaceService()), ($this->services['Shopware\\Core\\Framework\\DataAbstractionLayer\\Search\\EntityAggregatorInterface'] ?? $this->getEntityAggregatorInterfaceService()), ($this->services['event_dispatcher'] ?? $this->getEventDispatcherService()), ($this->services['Shopware\\Core\\Framework\\DataAbstractionLayer\\Event\\EntityLoadedEventFactory'] ?? $this->getEntityLoadedEventFactoryService())));
  22910.     }
  22911.     /**
  22912.      * Gets the public 'promotion_individual_code.repository' shared service.
  22913.      *
  22914.      * @return \Shopware\Core\Framework\DataAbstractionLayer\EntityRepositoryForwardCompatibilityDecorator
  22915.      */
  22916.     protected function getPromotionIndividualCode_RepositoryService()
  22917.     {
  22918.         $a = ($this->services['Shopware\\Core\\Framework\\DataAbstractionLayer\\VersionManager'] ?? $this->getVersionManagerService());
  22919.         if (isset($this->services['promotion_individual_code.repository'])) {
  22920.             return $this->services['promotion_individual_code.repository'];
  22921.         }
  22922.         $b = ($this->services['Shopware\\Core\\Framework\\DataAbstractionLayer\\Search\\EntitySearcherInterface'] ?? $this->getEntitySearcherInterfaceService());
  22923.         if (isset($this->services['promotion_individual_code.repository'])) {
  22924.             return $this->services['promotion_individual_code.repository'];
  22925.         }
  22926.         $c = ($this->services['Shopware\\Core\\Framework\\DataAbstractionLayer\\Search\\EntityAggregatorInterface'] ?? $this->getEntityAggregatorInterfaceService());
  22927.         if (isset($this->services['promotion_individual_code.repository'])) {
  22928.             return $this->services['promotion_individual_code.repository'];
  22929.         }
  22930.         $d = ($this->services['event_dispatcher'] ?? $this->getEventDispatcherService());
  22931.         if (isset($this->services['promotion_individual_code.repository'])) {
  22932.             return $this->services['promotion_individual_code.repository'];
  22933.         }
  22934.         return $this->services['promotion_individual_code.repository'] = new \Shopware\Core\Framework\DataAbstractionLayer\EntityRepositoryForwardCompatibilityDecorator(new \Shopware\Core\Framework\DataAbstractionLayer\EntityRepository(($this->services['Shopware\\Core\\Checkout\\Promotion\\Aggregate\\PromotionIndividualCode\\PromotionIndividualCodeDefinition'] ?? $this->getPromotionIndividualCodeDefinitionService()), ($this->services['Shopware\\Core\\Framework\\DataAbstractionLayer\\Read\\EntityReaderInterface'] ?? $this->getEntityReaderInterfaceService()), $a$b$c$d, ($this->services['Shopware\\Core\\Framework\\DataAbstractionLayer\\Event\\EntityLoadedEventFactory'] ?? $this->getEntityLoadedEventFactoryService())));
  22935.     }
  22936.     /**
  22937.      * Gets the public 'promotion_order_rule.repository' shared service.
  22938.      *
  22939.      * @return \Shopware\Core\Framework\DataAbstractionLayer\EntityRepositoryForwardCompatibilityDecorator
  22940.      */
  22941.     protected function getPromotionOrderRule_RepositoryService()
  22942.     {
  22943.         return $this->services['promotion_order_rule.repository'] = new \Shopware\Core\Framework\DataAbstractionLayer\EntityRepositoryForwardCompatibilityDecorator(new \Shopware\Core\Framework\DataAbstractionLayer\EntityRepository(($this->services['Shopware\\Core\\Checkout\\Promotion\\Aggregate\\PromotionOrderRule\\PromotionOrderRuleDefinition'] ?? $this->getPromotionOrderRuleDefinitionService()), ($this->services['Shopware\\Core\\Framework\\DataAbstractionLayer\\Read\\EntityReaderInterface'] ?? $this->getEntityReaderInterfaceService()), ($this->services['Shopware\\Core\\Framework\\DataAbstractionLayer\\VersionManager'] ?? $this->getVersionManagerService()), ($this->services['Shopware\\Core\\Framework\\DataAbstractionLayer\\Search\\EntitySearcherInterface'] ?? $this->getEntitySearcherInterfaceService()), ($this->services['Shopware\\Core\\Framework\\DataAbstractionLayer\\Search\\EntityAggregatorInterface'] ?? $this->getEntityAggregatorInterfaceService()), ($this->services['event_dispatcher'] ?? $this->getEventDispatcherService()), ($this->services['Shopware\\Core\\Framework\\DataAbstractionLayer\\Event\\EntityLoadedEventFactory'] ?? $this->getEntityLoadedEventFactoryService())));
  22944.     }
  22945.     /**
  22946.      * Gets the public 'promotion_persona_customer.repository' shared service.
  22947.      *
  22948.      * @return \Shopware\Core\Framework\DataAbstractionLayer\EntityRepositoryForwardCompatibilityDecorator
  22949.      */
  22950.     protected function getPromotionPersonaCustomer_RepositoryService()
  22951.     {
  22952.         return $this->services['promotion_persona_customer.repository'] = new \Shopware\Core\Framework\DataAbstractionLayer\EntityRepositoryForwardCompatibilityDecorator(new \Shopware\Core\Framework\DataAbstractionLayer\EntityRepository(($this->services['Shopware\\Core\\Checkout\\Promotion\\Aggregate\\PromotionPersonaCustomer\\PromotionPersonaCustomerDefinition'] ?? $this->getPromotionPersonaCustomerDefinitionService()), ($this->services['Shopware\\Core\\Framework\\DataAbstractionLayer\\Read\\EntityReaderInterface'] ?? $this->getEntityReaderInterfaceService()), ($this->services['Shopware\\Core\\Framework\\DataAbstractionLayer\\VersionManager'] ?? $this->getVersionManagerService()), ($this->services['Shopware\\Core\\Framework\\DataAbstractionLayer\\Search\\EntitySearcherInterface'] ?? $this->getEntitySearcherInterfaceService()), ($this->services['Shopware\\Core\\Framework\\DataAbstractionLayer\\Search\\EntityAggregatorInterface'] ?? $this->getEntityAggregatorInterfaceService()), ($this->services['event_dispatcher'] ?? $this->getEventDispatcherService()), ($this->services['Shopware\\Core\\Framework\\DataAbstractionLayer\\Event\\EntityLoadedEventFactory'] ?? $this->getEntityLoadedEventFactoryService())));
  22953.     }
  22954.     /**
  22955.      * Gets the public 'promotion_persona_rule.repository' shared service.
  22956.      *
  22957.      * @return \Shopware\Core\Framework\DataAbstractionLayer\EntityRepositoryForwardCompatibilityDecorator
  22958.      */
  22959.     protected function getPromotionPersonaRule_RepositoryService()
  22960.     {
  22961.         return $this->services['promotion_persona_rule.repository'] = new \Shopware\Core\Framework\DataAbstractionLayer\EntityRepositoryForwardCompatibilityDecorator(new \Shopware\Core\Framework\DataAbstractionLayer\EntityRepository(($this->services['Shopware\\Core\\Checkout\\Promotion\\Aggregate\\PromotionPersonaRule\\PromotionPersonaRuleDefinition'] ?? $this->getPromotionPersonaRuleDefinitionService()), ($this->services['Shopware\\Core\\Framework\\DataAbstractionLayer\\Read\\EntityReaderInterface'] ?? $this->getEntityReaderInterfaceService()), ($this->services['Shopware\\Core\\Framework\\DataAbstractionLayer\\VersionManager'] ?? $this->getVersionManagerService()), ($this->services['Shopware\\Core\\Framework\\DataAbstractionLayer\\Search\\EntitySearcherInterface'] ?? $this->getEntitySearcherInterfaceService()), ($this->services['Shopware\\Core\\Framework\\DataAbstractionLayer\\Search\\EntityAggregatorInterface'] ?? $this->getEntityAggregatorInterfaceService()), ($this->services['event_dispatcher'] ?? $this->getEventDispatcherService()), ($this->services['Shopware\\Core\\Framework\\DataAbstractionLayer\\Event\\EntityLoadedEventFactory'] ?? $this->getEntityLoadedEventFactoryService())));
  22962.     }
  22963.     /**
  22964.      * Gets the public 'promotion_sales_channel.repository' shared service.
  22965.      *
  22966.      * @return \Shopware\Core\Framework\DataAbstractionLayer\EntityRepositoryForwardCompatibilityDecorator
  22967.      */
  22968.     protected function getPromotionSalesChannel_RepositoryService()
  22969.     {
  22970.         return $this->services['promotion_sales_channel.repository'] = new \Shopware\Core\Framework\DataAbstractionLayer\EntityRepositoryForwardCompatibilityDecorator(new \Shopware\Core\Framework\DataAbstractionLayer\EntityRepository(($this->services['Shopware\\Core\\Checkout\\Promotion\\Aggregate\\PromotionSalesChannel\\PromotionSalesChannelDefinition'] ?? $this->getPromotionSalesChannelDefinitionService()), ($this->services['Shopware\\Core\\Framework\\DataAbstractionLayer\\Read\\EntityReaderInterface'] ?? $this->getEntityReaderInterfaceService()), ($this->services['Shopware\\Core\\Framework\\DataAbstractionLayer\\VersionManager'] ?? $this->getVersionManagerService()), ($this->services['Shopware\\Core\\Framework\\DataAbstractionLayer\\Search\\EntitySearcherInterface'] ?? $this->getEntitySearcherInterfaceService()), ($this->services['Shopware\\Core\\Framework\\DataAbstractionLayer\\Search\\EntityAggregatorInterface'] ?? $this->getEntityAggregatorInterfaceService()), ($this->services['event_dispatcher'] ?? $this->getEventDispatcherService()), ($this->services['Shopware\\Core\\Framework\\DataAbstractionLayer\\Event\\EntityLoadedEventFactory'] ?? $this->getEntityLoadedEventFactoryService())));
  22971.     }
  22972.     /**
  22973.      * Gets the public 'promotion_setgroup.repository' shared service.
  22974.      *
  22975.      * @return \Shopware\Core\Framework\DataAbstractionLayer\EntityRepositoryForwardCompatibilityDecorator
  22976.      */
  22977.     protected function getPromotionSetgroup_RepositoryService()
  22978.     {
  22979.         return $this->services['promotion_setgroup.repository'] = new \Shopware\Core\Framework\DataAbstractionLayer\EntityRepositoryForwardCompatibilityDecorator(new \Shopware\Core\Framework\DataAbstractionLayer\EntityRepository(($this->services['Shopware\\Core\\Checkout\\Promotion\\Aggregate\\PromotionSetGroup\\PromotionSetGroupDefinition'] ?? $this->getPromotionSetGroupDefinitionService()), ($this->services['Shopware\\Core\\Framework\\DataAbstractionLayer\\Read\\EntityReaderInterface'] ?? $this->getEntityReaderInterfaceService()), ($this->services['Shopware\\Core\\Framework\\DataAbstractionLayer\\VersionManager'] ?? $this->getVersionManagerService()), ($this->services['Shopware\\Core\\Framework\\DataAbstractionLayer\\Search\\EntitySearcherInterface'] ?? $this->getEntitySearcherInterfaceService()), ($this->services['Shopware\\Core\\Framework\\DataAbstractionLayer\\Search\\EntityAggregatorInterface'] ?? $this->getEntityAggregatorInterfaceService()), ($this->services['event_dispatcher'] ?? $this->getEventDispatcherService()), ($this->services['Shopware\\Core\\Framework\\DataAbstractionLayer\\Event\\EntityLoadedEventFactory'] ?? $this->getEntityLoadedEventFactoryService())));
  22980.     }
  22981.     /**
  22982.      * Gets the public 'promotion_setgroup_rule.repository' shared service.
  22983.      *
  22984.      * @return \Shopware\Core\Framework\DataAbstractionLayer\EntityRepositoryForwardCompatibilityDecorator
  22985.      */
  22986.     protected function getPromotionSetgroupRule_RepositoryService()
  22987.     {
  22988.         return $this->services['promotion_setgroup_rule.repository'] = new \Shopware\Core\Framework\DataAbstractionLayer\EntityRepositoryForwardCompatibilityDecorator(new \Shopware\Core\Framework\DataAbstractionLayer\EntityRepository(($this->services['Shopware\\Core\\Checkout\\Promotion\\Aggregate\\PromotionSetGroupRule\\PromotionSetGroupRuleDefinition'] ?? $this->getPromotionSetGroupRuleDefinitionService()), ($this->services['Shopware\\Core\\Framework\\DataAbstractionLayer\\Read\\EntityReaderInterface'] ?? $this->getEntityReaderInterfaceService()), ($this->services['Shopware\\Core\\Framework\\DataAbstractionLayer\\VersionManager'] ?? $this->getVersionManagerService()), ($this->services['Shopware\\Core\\Framework\\DataAbstractionLayer\\Search\\EntitySearcherInterface'] ?? $this->getEntitySearcherInterfaceService()), ($this->services['Shopware\\Core\\Framework\\DataAbstractionLayer\\Search\\EntityAggregatorInterface'] ?? $this->getEntityAggregatorInterfaceService()), ($this->services['event_dispatcher'] ?? $this->getEventDispatcherService()), ($this->services['Shopware\\Core\\Framework\\DataAbstractionLayer\\Event\\EntityLoadedEventFactory'] ?? $this->getEntityLoadedEventFactoryService())));
  22989.     }
  22990.     /**
  22991.      * Gets the public 'promotion_translation.repository' shared service.
  22992.      *
  22993.      * @return \Shopware\Core\Framework\DataAbstractionLayer\EntityRepositoryForwardCompatibilityDecorator
  22994.      */
  22995.     protected function getPromotionTranslation_RepositoryService()
  22996.     {
  22997.         return $this->services['promotion_translation.repository'] = new \Shopware\Core\Framework\DataAbstractionLayer\EntityRepositoryForwardCompatibilityDecorator(new \Shopware\Core\Framework\DataAbstractionLayer\EntityRepository(($this->services['Shopware\\Core\\Checkout\\Promotion\\Aggregate\\PromotionTranslation\\PromotionTranslationDefinition'] ?? $this->getPromotionTranslationDefinitionService()), ($this->services['Shopware\\Core\\Framework\\DataAbstractionLayer\\Read\\EntityReaderInterface'] ?? $this->getEntityReaderInterfaceService()), ($this->services['Shopware\\Core\\Framework\\DataAbstractionLayer\\VersionManager'] ?? $this->getVersionManagerService()), ($this->services['Shopware\\Core\\Framework\\DataAbstractionLayer\\Search\\EntitySearcherInterface'] ?? $this->getEntitySearcherInterfaceService()), ($this->services['Shopware\\Core\\Framework\\DataAbstractionLayer\\Search\\EntityAggregatorInterface'] ?? $this->getEntityAggregatorInterfaceService()), ($this->services['event_dispatcher'] ?? $this->getEventDispatcherService()), ($this->services['Shopware\\Core\\Framework\\DataAbstractionLayer\\Event\\EntityLoadedEventFactory'] ?? $this->getEntityLoadedEventFactoryService())));
  22998.     }
  22999.     /**
  23000.      * Gets the public 'property_group.repository' shared service.
  23001.      *
  23002.      * @return \Shopware\Core\Framework\DataAbstractionLayer\EntityRepositoryForwardCompatibilityDecorator
  23003.      */
  23004.     protected function getPropertyGroup_RepositoryService()
  23005.     {
  23006.         $a = ($this->services['Shopware\\Core\\Framework\\DataAbstractionLayer\\VersionManager'] ?? $this->getVersionManagerService());
  23007.         if (isset($this->services['property_group.repository'])) {
  23008.             return $this->services['property_group.repository'];
  23009.         }
  23010.         $b = ($this->services['Shopware\\Core\\Framework\\DataAbstractionLayer\\Search\\EntitySearcherInterface'] ?? $this->getEntitySearcherInterfaceService());
  23011.         if (isset($this->services['property_group.repository'])) {
  23012.             return $this->services['property_group.repository'];
  23013.         }
  23014.         $c = ($this->services['Shopware\\Core\\Framework\\DataAbstractionLayer\\Search\\EntityAggregatorInterface'] ?? $this->getEntityAggregatorInterfaceService());
  23015.         if (isset($this->services['property_group.repository'])) {
  23016.             return $this->services['property_group.repository'];
  23017.         }
  23018.         $d = ($this->services['event_dispatcher'] ?? $this->getEventDispatcherService());
  23019.         if (isset($this->services['property_group.repository'])) {
  23020.             return $this->services['property_group.repository'];
  23021.         }
  23022.         return $this->services['property_group.repository'] = new \Shopware\Core\Framework\DataAbstractionLayer\EntityRepositoryForwardCompatibilityDecorator(new \Shopware\Core\Framework\DataAbstractionLayer\EntityRepository(($this->services['Shopware\\Core\\Content\\Property\\PropertyGroupDefinition'] ?? $this->getPropertyGroupDefinitionService()), ($this->services['Shopware\\Core\\Framework\\DataAbstractionLayer\\Read\\EntityReaderInterface'] ?? $this->getEntityReaderInterfaceService()), $a$b$c$d, ($this->services['Shopware\\Core\\Framework\\DataAbstractionLayer\\Event\\EntityLoadedEventFactory'] ?? $this->getEntityLoadedEventFactoryService())));
  23023.     }
  23024.     /**
  23025.      * Gets the public 'property_group_option.repository' shared service.
  23026.      *
  23027.      * @return \Shopware\Core\Framework\DataAbstractionLayer\EntityRepositoryForwardCompatibilityDecorator
  23028.      */
  23029.     protected function getPropertyGroupOption_RepositoryService()
  23030.     {
  23031.         $a = ($this->services['Shopware\\Core\\Framework\\DataAbstractionLayer\\VersionManager'] ?? $this->getVersionManagerService());
  23032.         if (isset($this->services['property_group_option.repository'])) {
  23033.             return $this->services['property_group_option.repository'];
  23034.         }
  23035.         $b = ($this->services['Shopware\\Core\\Framework\\DataAbstractionLayer\\Search\\EntitySearcherInterface'] ?? $this->getEntitySearcherInterfaceService());
  23036.         if (isset($this->services['property_group_option.repository'])) {
  23037.             return $this->services['property_group_option.repository'];
  23038.         }
  23039.         $c = ($this->services['Shopware\\Core\\Framework\\DataAbstractionLayer\\Search\\EntityAggregatorInterface'] ?? $this->getEntityAggregatorInterfaceService());
  23040.         if (isset($this->services['property_group_option.repository'])) {
  23041.             return $this->services['property_group_option.repository'];
  23042.         }
  23043.         $d = ($this->services['event_dispatcher'] ?? $this->getEventDispatcherService());
  23044.         if (isset($this->services['property_group_option.repository'])) {
  23045.             return $this->services['property_group_option.repository'];
  23046.         }
  23047.         return $this->services['property_group_option.repository'] = new \Shopware\Core\Framework\DataAbstractionLayer\EntityRepositoryForwardCompatibilityDecorator(new \Shopware\Core\Framework\DataAbstractionLayer\EntityRepository(($this->services['Shopware\\Core\\Content\\Property\\Aggregate\\PropertyGroupOption\\PropertyGroupOptionDefinition'] ?? $this->getPropertyGroupOptionDefinitionService()), ($this->services['Shopware\\Core\\Framework\\DataAbstractionLayer\\Read\\EntityReaderInterface'] ?? $this->getEntityReaderInterfaceService()), $a$b$c$d, ($this->services['Shopware\\Core\\Framework\\DataAbstractionLayer\\Event\\EntityLoadedEventFactory'] ?? $this->getEntityLoadedEventFactoryService())));
  23048.     }
  23049.     /**
  23050.      * Gets the public 'property_group_option_translation.repository' shared service.
  23051.      *
  23052.      * @return \Shopware\Core\Framework\DataAbstractionLayer\EntityRepositoryForwardCompatibilityDecorator
  23053.      */
  23054.     protected function getPropertyGroupOptionTranslation_RepositoryService()
  23055.     {
  23056.         return $this->services['property_group_option_translation.repository'] = new \Shopware\Core\Framework\DataAbstractionLayer\EntityRepositoryForwardCompatibilityDecorator(new \Shopware\Core\Framework\DataAbstractionLayer\EntityRepository(($this->services['Shopware\\Core\\Content\\Property\\Aggregate\\PropertyGroupOptionTranslation\\PropertyGroupOptionTranslationDefinition'] ?? $this->getPropertyGroupOptionTranslationDefinitionService()), ($this->services['Shopware\\Core\\Framework\\DataAbstractionLayer\\Read\\EntityReaderInterface'] ?? $this->getEntityReaderInterfaceService()), ($this->services['Shopware\\Core\\Framework\\DataAbstractionLayer\\VersionManager'] ?? $this->getVersionManagerService()), ($this->services['Shopware\\Core\\Framework\\DataAbstractionLayer\\Search\\EntitySearcherInterface'] ?? $this->getEntitySearcherInterfaceService()), ($this->services['Shopware\\Core\\Framework\\DataAbstractionLayer\\Search\\EntityAggregatorInterface'] ?? $this->getEntityAggregatorInterfaceService()), ($this->services['event_dispatcher'] ?? $this->getEventDispatcherService()), ($this->services['Shopware\\Core\\Framework\\DataAbstractionLayer\\Event\\EntityLoadedEventFactory'] ?? $this->getEntityLoadedEventFactoryService())));
  23057.     }
  23058.     /**
  23059.      * Gets the public 'property_group_translation.repository' shared service.
  23060.      *
  23061.      * @return \Shopware\Core\Framework\DataAbstractionLayer\EntityRepositoryForwardCompatibilityDecorator
  23062.      */
  23063.     protected function getPropertyGroupTranslation_RepositoryService()
  23064.     {
  23065.         return $this->services['property_group_translation.repository'] = new \Shopware\Core\Framework\DataAbstractionLayer\EntityRepositoryForwardCompatibilityDecorator(new \Shopware\Core\Framework\DataAbstractionLayer\EntityRepository(($this->services['Shopware\\Core\\Content\\Property\\Aggregate\\PropertyGroupTranslation\\PropertyGroupTranslationDefinition'] ?? $this->getPropertyGroupTranslationDefinitionService()), ($this->services['Shopware\\Core\\Framework\\DataAbstractionLayer\\Read\\EntityReaderInterface'] ?? $this->getEntityReaderInterfaceService()), ($this->services['Shopware\\Core\\Framework\\DataAbstractionLayer\\VersionManager'] ?? $this->getVersionManagerService()), ($this->services['Shopware\\Core\\Framework\\DataAbstractionLayer\\Search\\EntitySearcherInterface'] ?? $this->getEntitySearcherInterfaceService()), ($this->services['Shopware\\Core\\Framework\\DataAbstractionLayer\\Search\\EntityAggregatorInterface'] ?? $this->getEntityAggregatorInterfaceService()), ($this->services['event_dispatcher'] ?? $this->getEventDispatcherService()), ($this->services['Shopware\\Core\\Framework\\DataAbstractionLayer\\Event\\EntityLoadedEventFactory'] ?? $this->getEntityLoadedEventFactoryService())));
  23066.     }
  23067.     /**
  23068.      * Gets the public 'proxa_basket_cross_selling_s_w6.filesystem.private' shared service.
  23069.      *
  23070.      * @return \Shopware\Core\Framework\Adapter\Filesystem\PrefixFilesystem
  23071.      */
  23072.     protected function getProxaBasketCrossSellingSW6_Filesystem_PrivateService()
  23073.     {
  23074.         include_once \dirname(__DIR__4).'/vendor/shopware/core/Framework/Adapter/Filesystem/AbstractFilesystem.php';
  23075.         include_once \dirname(__DIR__4).'/vendor/shopware/core/Framework/Adapter/Filesystem/PrefixFilesystem.php';
  23076.         return $this->services['proxa_basket_cross_selling_s_w6.filesystem.private'] = new \Shopware\Core\Framework\Adapter\Filesystem\PrefixFilesystem(($this->services['shopware.filesystem.private'] ?? $this->getShopware_Filesystem_PrivateService()), 'plugins/proxa_basket_cross_selling_s_w6');
  23077.     }
  23078.     /**
  23079.      * Gets the public 'proxa_basket_cross_selling_s_w6.filesystem.public' shared service.
  23080.      *
  23081.      * @return \Shopware\Core\Framework\Adapter\Filesystem\PrefixFilesystem
  23082.      */
  23083.     protected function getProxaBasketCrossSellingSW6_Filesystem_PublicService()
  23084.     {
  23085.         include_once \dirname(__DIR__4).'/vendor/shopware/core/Framework/Adapter/Filesystem/AbstractFilesystem.php';
  23086.         include_once \dirname(__DIR__4).'/vendor/shopware/core/Framework/Adapter/Filesystem/PrefixFilesystem.php';
  23087.         return $this->services['proxa_basket_cross_selling_s_w6.filesystem.public'] = new \Shopware\Core\Framework\Adapter\Filesystem\PrefixFilesystem(($this->services['shopware.filesystem.public'] ?? $this->getShopware_Filesystem_PublicService()), 'plugins/proxa_basket_cross_selling_s_w6');
  23088.     }
  23089.     /**
  23090.      * Gets the public 'proxa_checkout_template.filesystem.private' shared service.
  23091.      *
  23092.      * @return \Shopware\Core\Framework\Adapter\Filesystem\PrefixFilesystem
  23093.      */
  23094.     protected function getProxaCheckoutTemplate_Filesystem_PrivateService()
  23095.     {
  23096.         include_once \dirname(__DIR__4).'/vendor/shopware/core/Framework/Adapter/Filesystem/AbstractFilesystem.php';
  23097.         include_once \dirname(__DIR__4).'/vendor/shopware/core/Framework/Adapter/Filesystem/PrefixFilesystem.php';
  23098.         return $this->services['proxa_checkout_template.filesystem.private'] = new \Shopware\Core\Framework\Adapter\Filesystem\PrefixFilesystem(($this->services['shopware.filesystem.private'] ?? $this->getShopware_Filesystem_PrivateService()), 'plugins/proxa_checkout_template');
  23099.     }
  23100.     /**
  23101.      * Gets the public 'proxa_checkout_template.filesystem.public' shared service.
  23102.      *
  23103.      * @return \Shopware\Core\Framework\Adapter\Filesystem\PrefixFilesystem
  23104.      */
  23105.     protected function getProxaCheckoutTemplate_Filesystem_PublicService()
  23106.     {
  23107.         include_once \dirname(__DIR__4).'/vendor/shopware/core/Framework/Adapter/Filesystem/AbstractFilesystem.php';
  23108.         include_once \dirname(__DIR__4).'/vendor/shopware/core/Framework/Adapter/Filesystem/PrefixFilesystem.php';
  23109.         return $this->services['proxa_checkout_template.filesystem.public'] = new \Shopware\Core\Framework\Adapter\Filesystem\PrefixFilesystem(($this->services['shopware.filesystem.public'] ?? $this->getShopware_Filesystem_PublicService()), 'plugins/proxa_checkout_template');
  23110.     }
  23111.     /**
  23112.      * Gets the public 'red_magnalister_s_w6.filesystem.private' shared service.
  23113.      *
  23114.      * @return \Shopware\Core\Framework\Adapter\Filesystem\PrefixFilesystem
  23115.      */
  23116.     protected function getRedMagnalisterSW6_Filesystem_PrivateService()
  23117.     {
  23118.         include_once \dirname(__DIR__4).'/vendor/shopware/core/Framework/Adapter/Filesystem/AbstractFilesystem.php';
  23119.         include_once \dirname(__DIR__4).'/vendor/shopware/core/Framework/Adapter/Filesystem/PrefixFilesystem.php';
  23120.         return $this->services['red_magnalister_s_w6.filesystem.private'] = new \Shopware\Core\Framework\Adapter\Filesystem\PrefixFilesystem(($this->services['shopware.filesystem.private'] ?? $this->getShopware_Filesystem_PrivateService()), 'plugins/red_magnalister_s_w6');
  23121.     }
  23122.     /**
  23123.      * Gets the public 'red_magnalister_s_w6.filesystem.public' shared service.
  23124.      *
  23125.      * @return \Shopware\Core\Framework\Adapter\Filesystem\PrefixFilesystem
  23126.      */
  23127.     protected function getRedMagnalisterSW6_Filesystem_PublicService()
  23128.     {
  23129.         include_once \dirname(__DIR__4).'/vendor/shopware/core/Framework/Adapter/Filesystem/AbstractFilesystem.php';
  23130.         include_once \dirname(__DIR__4).'/vendor/shopware/core/Framework/Adapter/Filesystem/PrefixFilesystem.php';
  23131.         return $this->services['red_magnalister_s_w6.filesystem.public'] = new \Shopware\Core\Framework\Adapter\Filesystem\PrefixFilesystem(($this->services['shopware.filesystem.public'] ?? $this->getShopware_Filesystem_PublicService()), 'plugins/red_magnalister_s_w6');
  23132.     }
  23133.     /**
  23134.      * Gets the public 'request_stack' shared service.
  23135.      *
  23136.      * @return \Symfony\Component\HttpFoundation\RequestStack
  23137.      */
  23138.     protected function getRequestStackService()
  23139.     {
  23140.         return $this->services['request_stack'] = new \Symfony\Component\HttpFoundation\RequestStack();
  23141.     }
  23142.     /**
  23143.      * Gets the public 'router' shared autowired service.
  23144.      *
  23145.      * @return \Shopware\Storefront\Framework\Routing\Router
  23146.      */
  23147.     protected function getRouterService()
  23148.     {
  23149.         return $this->services['router'] = new \Shopware\Storefront\Framework\Routing\Router(($this->privates['router.default'] ?? $this->getRouter_DefaultService()), ($this->services['request_stack'] ?? ($this->services['request_stack'] = new \Symfony\Component\HttpFoundation\RequestStack())));
  23150.     }
  23151.     /**
  23152.      * Gets the public 'routing.loader' shared service.
  23153.      *
  23154.      * @return \Symfony\Bundle\FrameworkBundle\Routing\DelegatingLoader
  23155.      */
  23156.     protected function getRouting_LoaderService()
  23157.     {
  23158.         include_once \dirname(__DIR__4).'/vendor/symfony/config/Loader/LoaderInterface.php';
  23159.         include_once \dirname(__DIR__4).'/vendor/symfony/config/Loader/Loader.php';
  23160.         include_once \dirname(__DIR__4).'/vendor/symfony/config/Loader/DelegatingLoader.php';
  23161.         include_once \dirname(__DIR__4).'/vendor/symfony/framework-bundle/Routing/DelegatingLoader.php';
  23162.         include_once \dirname(__DIR__4).'/vendor/symfony/config/Loader/LoaderResolverInterface.php';
  23163.         include_once \dirname(__DIR__4).'/vendor/symfony/config/Loader/LoaderResolver.php';
  23164.         include_once \dirname(__DIR__4).'/vendor/shopware/core/Framework/Api/Route/ApiRouteLoader.php';
  23165.         include_once \dirname(__DIR__4).'/vendor/symfony/config/Loader/FileLoader.php';
  23166.         include_once \dirname(__DIR__4).'/vendor/symfony/routing/Loader/Configurator/Traits/HostTrait.php';
  23167.         include_once \dirname(__DIR__4).'/vendor/symfony/routing/Loader/Configurator/Traits/LocalizedRouteTrait.php';
  23168.         include_once \dirname(__DIR__4).'/vendor/symfony/routing/Loader/Configurator/Traits/PrefixTrait.php';
  23169.         include_once \dirname(__DIR__4).'/vendor/symfony/routing/Loader/XmlFileLoader.php';
  23170.         include_once \dirname(__DIR__4).'/vendor/symfony/config/FileLocatorInterface.php';
  23171.         include_once \dirname(__DIR__4).'/vendor/symfony/config/FileLocator.php';
  23172.         include_once \dirname(__DIR__4).'/vendor/symfony/http-kernel/Config/FileLocator.php';
  23173.         include_once \dirname(__DIR__4).'/vendor/symfony/routing/Loader/YamlFileLoader.php';
  23174.         include_once \dirname(__DIR__4).'/vendor/symfony/routing/Loader/PhpFileLoader.php';
  23175.         include_once \dirname(__DIR__4).'/vendor/symfony/routing/Loader/GlobFileLoader.php';
  23176.         include_once \dirname(__DIR__4).'/vendor/symfony/routing/Loader/DirectoryLoader.php';
  23177.         include_once \dirname(__DIR__4).'/vendor/symfony/routing/Loader/ObjectLoader.php';
  23178.         include_once \dirname(__DIR__4).'/vendor/symfony/routing/Loader/ContainerLoader.php';
  23179.         include_once \dirname(__DIR__4).'/vendor/symfony/routing/Loader/AnnotationClassLoader.php';
  23180.         include_once \dirname(__DIR__4).'/vendor/symfony/framework-bundle/Routing/AnnotatedRouteControllerLoader.php';
  23181.         include_once \dirname(__DIR__4).'/vendor/symfony/routing/Loader/AnnotationFileLoader.php';
  23182.         include_once \dirname(__DIR__4).'/vendor/symfony/routing/Loader/AnnotationDirectoryLoader.php';
  23183.         $a = new \Symfony\Component\Config\Loader\LoaderResolver();
  23184.         $b = new \Symfony\Component\HttpKernel\Config\FileLocator(($this->services['kernel'] ?? $this->get('kernel'1)));
  23185.         $c = new \Symfony\Bundle\FrameworkBundle\Routing\AnnotatedRouteControllerLoader(($this->privates['annotations.cached_reader'] ?? $this->getAnnotations_CachedReaderService()), 'dev');
  23186.         $a->addLoader(new \Shopware\Core\Framework\Api\Route\ApiRouteLoader(($this->services['Shopware\\Core\\Framework\\DataAbstractionLayer\\DefinitionInstanceRegistry'] ?? $this->getDefinitionInstanceRegistryService())));
  23187.         $a->addLoader(new \Symfony\Component\Routing\Loader\XmlFileLoader($b'dev'));
  23188.         $a->addLoader(new \Symfony\Component\Routing\Loader\YamlFileLoader($b'dev'));
  23189.         $a->addLoader(new \Symfony\Component\Routing\Loader\PhpFileLoader($b'dev'));
  23190.         $a->addLoader(new \Symfony\Component\Routing\Loader\GlobFileLoader($b'dev'));
  23191.         $a->addLoader(new \Symfony\Component\Routing\Loader\DirectoryLoader($b'dev'));
  23192.         $a->addLoader(new \Symfony\Component\Routing\Loader\ContainerLoader(new \Symfony\Component\DependencyInjection\Argument\ServiceLocator($this->getService, [
  23193.             'kernel' => ['services''kernel''getKernelService'false],
  23194.         ], [
  23195.             'kernel' => 'Shopware\\Core\\Kernel',
  23196.         ]), 'dev'));
  23197.         $a->addLoader($c);
  23198.         $a->addLoader(new \Symfony\Component\Routing\Loader\AnnotationDirectoryLoader($b$c));
  23199.         $a->addLoader(new \Symfony\Component\Routing\Loader\AnnotationFileLoader($b$c));
  23200.         return $this->services['routing.loader'] = new \Symfony\Bundle\FrameworkBundle\Routing\DelegatingLoader($a, ['utf8' => true], []);
  23201.     }
  23202.     /**
  23203.      * Gets the public 'rule.repository' shared service.
  23204.      *
  23205.      * @return \Shopware\Core\Framework\DataAbstractionLayer\EntityRepositoryForwardCompatibilityDecorator
  23206.      */
  23207.     protected function getRule_RepositoryService()
  23208.     {
  23209.         $a = ($this->services['Shopware\\Core\\Framework\\DataAbstractionLayer\\VersionManager'] ?? $this->getVersionManagerService());
  23210.         if (isset($this->services['rule.repository'])) {
  23211.             return $this->services['rule.repository'];
  23212.         }
  23213.         $b = ($this->services['Shopware\\Core\\Framework\\DataAbstractionLayer\\Search\\EntitySearcherInterface'] ?? $this->getEntitySearcherInterfaceService());
  23214.         if (isset($this->services['rule.repository'])) {
  23215.             return $this->services['rule.repository'];
  23216.         }
  23217.         $c = ($this->services['Shopware\\Core\\Framework\\DataAbstractionLayer\\Search\\EntityAggregatorInterface'] ?? $this->getEntityAggregatorInterfaceService());
  23218.         if (isset($this->services['rule.repository'])) {
  23219.             return $this->services['rule.repository'];
  23220.         }
  23221.         $d = ($this->services['event_dispatcher'] ?? $this->getEventDispatcherService());
  23222.         if (isset($this->services['rule.repository'])) {
  23223.             return $this->services['rule.repository'];
  23224.         }
  23225.         return $this->services['rule.repository'] = new \Shopware\Core\Framework\DataAbstractionLayer\EntityRepositoryForwardCompatibilityDecorator(new \Shopware\Core\Framework\DataAbstractionLayer\EntityRepository(($this->services['Shopware\\Core\\Content\\Rule\\RuleDefinition'] ?? $this->getRuleDefinitionService()), ($this->services['Shopware\\Core\\Framework\\DataAbstractionLayer\\Read\\EntityReaderInterface'] ?? $this->getEntityReaderInterfaceService()), $a$b$c$d, ($this->services['Shopware\\Core\\Framework\\DataAbstractionLayer\\Event\\EntityLoadedEventFactory'] ?? $this->getEntityLoadedEventFactoryService())));
  23226.     }
  23227.     /**
  23228.      * Gets the public 'rule_condition.repository' shared service.
  23229.      *
  23230.      * @return \Shopware\Core\Framework\DataAbstractionLayer\EntityRepositoryForwardCompatibilityDecorator
  23231.      */
  23232.     protected function getRuleCondition_RepositoryService()
  23233.     {
  23234.         $a = ($this->services['Shopware\\Core\\Framework\\DataAbstractionLayer\\VersionManager'] ?? $this->getVersionManagerService());
  23235.         if (isset($this->services['rule_condition.repository'])) {
  23236.             return $this->services['rule_condition.repository'];
  23237.         }
  23238.         $b = ($this->services['Shopware\\Core\\Framework\\DataAbstractionLayer\\Search\\EntitySearcherInterface'] ?? $this->getEntitySearcherInterfaceService());
  23239.         if (isset($this->services['rule_condition.repository'])) {
  23240.             return $this->services['rule_condition.repository'];
  23241.         }
  23242.         $c = ($this->services['Shopware\\Core\\Framework\\DataAbstractionLayer\\Search\\EntityAggregatorInterface'] ?? $this->getEntityAggregatorInterfaceService());
  23243.         if (isset($this->services['rule_condition.repository'])) {
  23244.             return $this->services['rule_condition.repository'];
  23245.         }
  23246.         $d = ($this->services['event_dispatcher'] ?? $this->getEventDispatcherService());
  23247.         if (isset($this->services['rule_condition.repository'])) {
  23248.             return $this->services['rule_condition.repository'];
  23249.         }
  23250.         return $this->services['rule_condition.repository'] = new \Shopware\Core\Framework\DataAbstractionLayer\EntityRepositoryForwardCompatibilityDecorator(new \Shopware\Core\Framework\DataAbstractionLayer\EntityRepository(($this->services['Shopware\\Core\\Content\\Rule\\Aggregate\\RuleCondition\\RuleConditionDefinition'] ?? $this->getRuleConditionDefinitionService()), ($this->services['Shopware\\Core\\Framework\\DataAbstractionLayer\\Read\\EntityReaderInterface'] ?? $this->getEntityReaderInterfaceService()), $a$b$c$d, ($this->services['Shopware\\Core\\Framework\\DataAbstractionLayer\\Event\\EntityLoadedEventFactory'] ?? $this->getEntityLoadedEventFactoryService())));
  23251.     }
  23252.     /**
  23253.      * Gets the public 'rule_tag.repository' shared service.
  23254.      *
  23255.      * @return \Shopware\Core\Framework\DataAbstractionLayer\EntityRepositoryForwardCompatibilityDecorator
  23256.      */
  23257.     protected function getRuleTag_RepositoryService()
  23258.     {
  23259.         return $this->services['rule_tag.repository'] = new \Shopware\Core\Framework\DataAbstractionLayer\EntityRepositoryForwardCompatibilityDecorator(new \Shopware\Core\Framework\DataAbstractionLayer\EntityRepository(($this->services['Shopware\\Core\\Content\\Rule\\Aggregate\\RuleTag\\RuleTagDefinition'] ?? $this->getRuleTagDefinitionService()), ($this->services['Shopware\\Core\\Framework\\DataAbstractionLayer\\Read\\EntityReaderInterface'] ?? $this->getEntityReaderInterfaceService()), ($this->services['Shopware\\Core\\Framework\\DataAbstractionLayer\\VersionManager'] ?? $this->getVersionManagerService()), ($this->services['Shopware\\Core\\Framework\\DataAbstractionLayer\\Search\\EntitySearcherInterface'] ?? $this->getEntitySearcherInterfaceService()), ($this->services['Shopware\\Core\\Framework\\DataAbstractionLayer\\Search\\EntityAggregatorInterface'] ?? $this->getEntityAggregatorInterfaceService()), ($this->services['event_dispatcher'] ?? $this->getEventDispatcherService()), ($this->services['Shopware\\Core\\Framework\\DataAbstractionLayer\\Event\\EntityLoadedEventFactory'] ?? $this->getEntityLoadedEventFactoryService())));
  23260.     }
  23261.     /**
  23262.      * Gets the public 'sales_channel.category.repository' shared service.
  23263.      *
  23264.      * @return \Shopware\Core\System\SalesChannel\Entity\SalesChannelRepository
  23265.      */
  23266.     protected function getSalesChannel_Category_RepositoryService()
  23267.     {
  23268.         $a = ($this->services['Shopware\\Core\\Framework\\DataAbstractionLayer\\Search\\EntitySearcherInterface'] ?? $this->getEntitySearcherInterfaceService());
  23269.         if (isset($this->services['sales_channel.category.repository'])) {
  23270.             return $this->services['sales_channel.category.repository'];
  23271.         }
  23272.         $b = ($this->services['Shopware\\Core\\Framework\\DataAbstractionLayer\\Search\\EntityAggregatorInterface'] ?? $this->getEntityAggregatorInterfaceService());
  23273.         if (isset($this->services['sales_channel.category.repository'])) {
  23274.             return $this->services['sales_channel.category.repository'];
  23275.         }
  23276.         $c = ($this->services['event_dispatcher'] ?? $this->getEventDispatcherService());
  23277.         if (isset($this->services['sales_channel.category.repository'])) {
  23278.             return $this->services['sales_channel.category.repository'];
  23279.         }
  23280.         return $this->services['sales_channel.category.repository'] = new \Shopware\Core\System\SalesChannel\Entity\SalesChannelRepository(($this->services['Shopware\\Core\\Content\\Category\\SalesChannel\\SalesChannelCategoryDefinition'] ?? $this->getSalesChannelCategoryDefinitionService()), ($this->services['Shopware\\Core\\Framework\\DataAbstractionLayer\\Read\\EntityReaderInterface'] ?? $this->getEntityReaderInterfaceService()), $a$b$c, ($this->services['Shopware\\Core\\Framework\\DataAbstractionLayer\\Event\\EntityLoadedEventFactory'] ?? $this->getEntityLoadedEventFactoryService()));
  23281.     }
  23282.     /**
  23283.      * Gets the public 'sales_channel.country.repository' shared service.
  23284.      *
  23285.      * @return \Shopware\Core\System\SalesChannel\Entity\SalesChannelRepository
  23286.      */
  23287.     protected function getSalesChannel_Country_RepositoryService()
  23288.     {
  23289.         $a = ($this->services['Shopware\\Core\\Framework\\DataAbstractionLayer\\Search\\EntitySearcherInterface'] ?? $this->getEntitySearcherInterfaceService());
  23290.         if (isset($this->services['sales_channel.country.repository'])) {
  23291.             return $this->services['sales_channel.country.repository'];
  23292.         }
  23293.         $b = ($this->services['Shopware\\Core\\Framework\\DataAbstractionLayer\\Search\\EntityAggregatorInterface'] ?? $this->getEntityAggregatorInterfaceService());
  23294.         if (isset($this->services['sales_channel.country.repository'])) {
  23295.             return $this->services['sales_channel.country.repository'];
  23296.         }
  23297.         $c = ($this->services['event_dispatcher'] ?? $this->getEventDispatcherService());
  23298.         if (isset($this->services['sales_channel.country.repository'])) {
  23299.             return $this->services['sales_channel.country.repository'];
  23300.         }
  23301.         return $this->services['sales_channel.country.repository'] = new \Shopware\Core\System\SalesChannel\Entity\SalesChannelRepository(($this->services['Shopware\\Core\\System\\Country\\SalesChannel\\SalesChannelCountryDefinition'] ?? $this->getSalesChannelCountryDefinitionService()), ($this->services['Shopware\\Core\\Framework\\DataAbstractionLayer\\Read\\EntityReaderInterface'] ?? $this->getEntityReaderInterfaceService()), $a$b$c, ($this->services['Shopware\\Core\\Framework\\DataAbstractionLayer\\Event\\EntityLoadedEventFactory'] ?? $this->getEntityLoadedEventFactoryService()));
  23302.     }
  23303.     /**
  23304.      * Gets the public 'sales_channel.country_state.repository' shared service.
  23305.      *
  23306.      * @return \Shopware\Core\System\SalesChannel\Entity\SalesChannelRepository
  23307.      */
  23308.     protected function getSalesChannel_CountryState_RepositoryService()
  23309.     {
  23310.         return $this->services['sales_channel.country_state.repository'] = new \Shopware\Core\System\SalesChannel\Entity\SalesChannelRepository(($this->services['Shopware\\Core\\System\\Country\\Aggregate\\CountryState\\SalesChannel\\SalesChannelCountryStateDefinition'] ?? $this->getSalesChannelCountryStateDefinitionService()), ($this->services['Shopware\\Core\\Framework\\DataAbstractionLayer\\Read\\EntityReaderInterface'] ?? $this->getEntityReaderInterfaceService()), ($this->services['Shopware\\Core\\Framework\\DataAbstractionLayer\\Search\\EntitySearcherInterface'] ?? $this->getEntitySearcherInterfaceService()), ($this->services['Shopware\\Core\\Framework\\DataAbstractionLayer\\Search\\EntityAggregatorInterface'] ?? $this->getEntityAggregatorInterfaceService()), ($this->services['event_dispatcher'] ?? $this->getEventDispatcherService()), ($this->services['Shopware\\Core\\Framework\\DataAbstractionLayer\\Event\\EntityLoadedEventFactory'] ?? $this->getEntityLoadedEventFactoryService()));
  23311.     }
  23312.     /**
  23313.      * Gets the public 'sales_channel.currency.repository' shared service.
  23314.      *
  23315.      * @return \Shopware\Core\System\SalesChannel\Entity\SalesChannelRepository
  23316.      */
  23317.     protected function getSalesChannel_Currency_RepositoryService()
  23318.     {
  23319.         $a = ($this->services['Shopware\\Core\\Framework\\DataAbstractionLayer\\Search\\EntitySearcherInterface'] ?? $this->getEntitySearcherInterfaceService());
  23320.         if (isset($this->services['sales_channel.currency.repository'])) {
  23321.             return $this->services['sales_channel.currency.repository'];
  23322.         }
  23323.         $b = ($this->services['Shopware\\Core\\Framework\\DataAbstractionLayer\\Search\\EntityAggregatorInterface'] ?? $this->getEntityAggregatorInterfaceService());
  23324.         if (isset($this->services['sales_channel.currency.repository'])) {
  23325.             return $this->services['sales_channel.currency.repository'];
  23326.         }
  23327.         $c = ($this->services['event_dispatcher'] ?? $this->getEventDispatcherService());
  23328.         if (isset($this->services['sales_channel.currency.repository'])) {
  23329.             return $this->services['sales_channel.currency.repository'];
  23330.         }
  23331.         return $this->services['sales_channel.currency.repository'] = new \Shopware\Core\System\SalesChannel\Entity\SalesChannelRepository(($this->services['Shopware\\Core\\System\\Currency\\SalesChannel\\SalesChannelCurrencyDefinition'] ?? $this->getSalesChannelCurrencyDefinitionService()), ($this->services['Shopware\\Core\\Framework\\DataAbstractionLayer\\Read\\EntityReaderInterface'] ?? $this->getEntityReaderInterfaceService()), $a$b$c, ($this->services['Shopware\\Core\\Framework\\DataAbstractionLayer\\Event\\EntityLoadedEventFactory'] ?? $this->getEntityLoadedEventFactoryService()));
  23332.     }
  23333.     /**
  23334.      * Gets the public 'sales_channel.landing_page.repository' shared service.
  23335.      *
  23336.      * @return \Shopware\Core\System\SalesChannel\Entity\SalesChannelRepository
  23337.      */
  23338.     protected function getSalesChannel_LandingPage_RepositoryService()
  23339.     {
  23340.         return $this->services['sales_channel.landing_page.repository'] = new \Shopware\Core\System\SalesChannel\Entity\SalesChannelRepository(($this->services['Shopware\\Core\\Content\\LandingPage\\SalesChannel\\SalesChannelLandingPageDefinition'] ?? $this->getSalesChannelLandingPageDefinitionService()), ($this->services['Shopware\\Core\\Framework\\DataAbstractionLayer\\Read\\EntityReaderInterface'] ?? $this->getEntityReaderInterfaceService()), ($this->services['Shopware\\Core\\Framework\\DataAbstractionLayer\\Search\\EntitySearcherInterface'] ?? $this->getEntitySearcherInterfaceService()), ($this->services['Shopware\\Core\\Framework\\DataAbstractionLayer\\Search\\EntityAggregatorInterface'] ?? $this->getEntityAggregatorInterfaceService()), ($this->services['event_dispatcher'] ?? $this->getEventDispatcherService()), ($this->services['Shopware\\Core\\Framework\\DataAbstractionLayer\\Event\\EntityLoadedEventFactory'] ?? $this->getEntityLoadedEventFactoryService()));
  23341.     }
  23342.     /**
  23343.      * Gets the public 'sales_channel.language.repository' shared service.
  23344.      *
  23345.      * @return \Shopware\Core\System\SalesChannel\Entity\SalesChannelRepository
  23346.      */
  23347.     protected function getSalesChannel_Language_RepositoryService()
  23348.     {
  23349.         $a = ($this->services['Shopware\\Core\\Framework\\DataAbstractionLayer\\Search\\EntitySearcherInterface'] ?? $this->getEntitySearcherInterfaceService());
  23350.         if (isset($this->services['sales_channel.language.repository'])) {
  23351.             return $this->services['sales_channel.language.repository'];
  23352.         }
  23353.         $b = ($this->services['Shopware\\Core\\Framework\\DataAbstractionLayer\\Search\\EntityAggregatorInterface'] ?? $this->getEntityAggregatorInterfaceService());
  23354.         if (isset($this->services['sales_channel.language.repository'])) {
  23355.             return $this->services['sales_channel.language.repository'];
  23356.         }
  23357.         $c = ($this->services['event_dispatcher'] ?? $this->getEventDispatcherService());
  23358.         if (isset($this->services['sales_channel.language.repository'])) {
  23359.             return $this->services['sales_channel.language.repository'];
  23360.         }
  23361.         return $this->services['sales_channel.language.repository'] = new \Shopware\Core\System\SalesChannel\Entity\SalesChannelRepository(($this->services['Shopware\\Core\\System\\Language\\SalesChannel\\SalesChannelLanguageDefinition'] ?? $this->getSalesChannelLanguageDefinitionService()), ($this->services['Shopware\\Core\\Framework\\DataAbstractionLayer\\Read\\EntityReaderInterface'] ?? $this->getEntityReaderInterfaceService()), $a$b$c, ($this->services['Shopware\\Core\\Framework\\DataAbstractionLayer\\Event\\EntityLoadedEventFactory'] ?? $this->getEntityLoadedEventFactoryService()));
  23362.     }
  23363.     /**
  23364.      * Gets the public 'sales_channel.main_category.repository' shared service.
  23365.      *
  23366.      * @return \Shopware\Core\System\SalesChannel\Entity\SalesChannelRepository
  23367.      */
  23368.     protected function getSalesChannel_MainCategory_RepositoryService()
  23369.     {
  23370.         return $this->services['sales_channel.main_category.repository'] = new \Shopware\Core\System\SalesChannel\Entity\SalesChannelRepository(($this->services['Shopware\\Core\\Content\\Seo\\MainCategory\\SalesChannel\\SalesChannelMainCategoryDefinition'] ?? $this->getSalesChannelMainCategoryDefinitionService()), ($this->services['Shopware\\Core\\Framework\\DataAbstractionLayer\\Read\\EntityReaderInterface'] ?? $this->getEntityReaderInterfaceService()), ($this->services['Shopware\\Core\\Framework\\DataAbstractionLayer\\Search\\EntitySearcherInterface'] ?? $this->getEntitySearcherInterfaceService()), ($this->services['Shopware\\Core\\Framework\\DataAbstractionLayer\\Search\\EntityAggregatorInterface'] ?? $this->getEntityAggregatorInterfaceService()), ($this->services['event_dispatcher'] ?? $this->getEventDispatcherService()), ($this->services['Shopware\\Core\\Framework\\DataAbstractionLayer\\Event\\EntityLoadedEventFactory'] ?? $this->getEntityLoadedEventFactoryService()));
  23371.     }
  23372.     /**
  23373.      * Gets the public 'sales_channel.moorl_creator.repository' shared service.
  23374.      *
  23375.      * @return \Shopware\Core\System\SalesChannel\Entity\SalesChannelRepository
  23376.      */
  23377.     protected function getSalesChannel_MoorlCreator_RepositoryService()
  23378.     {
  23379.         $a = ($this->services['Shopware\\Core\\Framework\\DataAbstractionLayer\\Search\\EntitySearcherInterface'] ?? $this->getEntitySearcherInterfaceService());
  23380.         if (isset($this->services['sales_channel.moorl_creator.repository'])) {
  23381.             return $this->services['sales_channel.moorl_creator.repository'];
  23382.         }
  23383.         $b = ($this->services['Shopware\\Core\\Framework\\DataAbstractionLayer\\Search\\EntityAggregatorInterface'] ?? $this->getEntityAggregatorInterfaceService());
  23384.         if (isset($this->services['sales_channel.moorl_creator.repository'])) {
  23385.             return $this->services['sales_channel.moorl_creator.repository'];
  23386.         }
  23387.         $c = ($this->services['event_dispatcher'] ?? $this->getEventDispatcherService());
  23388.         if (isset($this->services['sales_channel.moorl_creator.repository'])) {
  23389.             return $this->services['sales_channel.moorl_creator.repository'];
  23390.         }
  23391.         return $this->services['sales_channel.moorl_creator.repository'] = new \Shopware\Core\System\SalesChannel\Entity\SalesChannelRepository(($this->services['MoorlCreator\\Core\\Content\\Creator\\SalesChannel\\SalesChannelCreatorDefinition'] ?? $this->getSalesChannelCreatorDefinitionService()), ($this->services['Shopware\\Core\\Framework\\DataAbstractionLayer\\Read\\EntityReaderInterface'] ?? $this->getEntityReaderInterfaceService()), $a$b$c, ($this->services['Shopware\\Core\\Framework\\DataAbstractionLayer\\Event\\EntityLoadedEventFactory'] ?? $this->getEntityLoadedEventFactoryService()));
  23392.     }
  23393.     /**
  23394.      * Gets the public 'sales_channel.moorl_magazine_article.repository' shared service.
  23395.      *
  23396.      * @return \Shopware\Core\System\SalesChannel\Entity\SalesChannelRepository
  23397.      */
  23398.     protected function getSalesChannel_MoorlMagazineArticle_RepositoryService()
  23399.     {
  23400.         $a = ($this->services['Shopware\\Core\\Framework\\DataAbstractionLayer\\Search\\EntitySearcherInterface'] ?? $this->getEntitySearcherInterfaceService());
  23401.         if (isset($this->services['sales_channel.moorl_magazine_article.repository'])) {
  23402.             return $this->services['sales_channel.moorl_magazine_article.repository'];
  23403.         }
  23404.         $b = ($this->services['Shopware\\Core\\Framework\\DataAbstractionLayer\\Search\\EntityAggregatorInterface'] ?? $this->getEntityAggregatorInterfaceService());
  23405.         if (isset($this->services['sales_channel.moorl_magazine_article.repository'])) {
  23406.             return $this->services['sales_channel.moorl_magazine_article.repository'];
  23407.         }
  23408.         $c = ($this->services['event_dispatcher'] ?? $this->getEventDispatcherService());
  23409.         if (isset($this->services['sales_channel.moorl_magazine_article.repository'])) {
  23410.             return $this->services['sales_channel.moorl_magazine_article.repository'];
  23411.         }
  23412.         return $this->services['sales_channel.moorl_magazine_article.repository'] = new \Shopware\Core\System\SalesChannel\Entity\SalesChannelRepository(($this->services['MoorlMagazine\\Core\\Content\\MagazineArticle\\SalesChannel\\SalesChannelMagazineArticleDefinition'] ?? $this->getSalesChannelMagazineArticleDefinitionService()), ($this->services['Shopware\\Core\\Framework\\DataAbstractionLayer\\Read\\EntityReaderInterface'] ?? $this->getEntityReaderInterfaceService()), $a$b$c, ($this->services['Shopware\\Core\\Framework\\DataAbstractionLayer\\Event\\EntityLoadedEventFactory'] ?? $this->getEntityLoadedEventFactoryService()));
  23413.     }
  23414.     /**
  23415.      * Gets the public 'sales_channel.newsletter_recipient.repository' shared service.
  23416.      *
  23417.      * @return \Shopware\Core\System\SalesChannel\Entity\SalesChannelRepository
  23418.      */
  23419.     protected function getSalesChannel_NewsletterRecipient_RepositoryService()
  23420.     {
  23421.         return $this->services['sales_channel.newsletter_recipient.repository'] = new \Shopware\Core\System\SalesChannel\Entity\SalesChannelRepository(($this->services['Shopware\\Core\\Content\\Newsletter\\SalesChannel\\SalesChannelNewsletterRecipientDefinition'] ?? $this->getSalesChannelNewsletterRecipientDefinitionService()), ($this->services['Shopware\\Core\\Framework\\DataAbstractionLayer\\Read\\EntityReaderInterface'] ?? $this->getEntityReaderInterfaceService()), ($this->services['Shopware\\Core\\Framework\\DataAbstractionLayer\\Search\\EntitySearcherInterface'] ?? $this->getEntitySearcherInterfaceService()), ($this->services['Shopware\\Core\\Framework\\DataAbstractionLayer\\Search\\EntityAggregatorInterface'] ?? $this->getEntityAggregatorInterfaceService()), ($this->services['event_dispatcher'] ?? $this->getEventDispatcherService()), ($this->services['Shopware\\Core\\Framework\\DataAbstractionLayer\\Event\\EntityLoadedEventFactory'] ?? $this->getEntityLoadedEventFactoryService()));
  23422.     }
  23423.     /**
  23424.      * Gets the public 'sales_channel.payment_method.repository' shared service.
  23425.      *
  23426.      * @return \Shopware\Core\System\SalesChannel\Entity\SalesChannelRepository
  23427.      */
  23428.     protected function getSalesChannel_PaymentMethod_RepositoryService()
  23429.     {
  23430.         $a = ($this->services['Shopware\\Core\\Framework\\DataAbstractionLayer\\Search\\EntitySearcherInterface'] ?? $this->getEntitySearcherInterfaceService());
  23431.         if (isset($this->services['sales_channel.payment_method.repository'])) {
  23432.             return $this->services['sales_channel.payment_method.repository'];
  23433.         }
  23434.         $b = ($this->services['Shopware\\Core\\Framework\\DataAbstractionLayer\\Search\\EntityAggregatorInterface'] ?? $this->getEntityAggregatorInterfaceService());
  23435.         if (isset($this->services['sales_channel.payment_method.repository'])) {
  23436.             return $this->services['sales_channel.payment_method.repository'];
  23437.         }
  23438.         $c = ($this->services['event_dispatcher'] ?? $this->getEventDispatcherService());
  23439.         if (isset($this->services['sales_channel.payment_method.repository'])) {
  23440.             return $this->services['sales_channel.payment_method.repository'];
  23441.         }
  23442.         return $this->services['sales_channel.payment_method.repository'] = new \Shopware\Core\System\SalesChannel\Entity\SalesChannelRepository(($this->services['Shopware\\Core\\Checkout\\Payment\\SalesChannel\\SalesChannelPaymentMethodDefinition'] ?? $this->getSalesChannelPaymentMethodDefinitionService()), ($this->services['Shopware\\Core\\Framework\\DataAbstractionLayer\\Read\\EntityReaderInterface'] ?? $this->getEntityReaderInterfaceService()), $a$b$c, ($this->services['Shopware\\Core\\Framework\\DataAbstractionLayer\\Event\\EntityLoadedEventFactory'] ?? $this->getEntityLoadedEventFactoryService()));
  23443.     }
  23444.     /**
  23445.      * Gets the public 'sales_channel.product.repository' shared service.
  23446.      *
  23447.      * @return \Swag\PayPal\Util\Compatibility\SalesChannelRepositoryDecorator
  23448.      */
  23449.     protected function getSalesChannel_Product_RepositoryService()
  23450.     {
  23451.         $a = ($this->services['Shopware\\Core\\Framework\\DataAbstractionLayer\\Search\\EntitySearcherInterface'] ?? $this->getEntitySearcherInterfaceService());
  23452.         if (isset($this->services['sales_channel.product.repository'])) {
  23453.             return $this->services['sales_channel.product.repository'];
  23454.         }
  23455.         $b = ($this->services['Shopware\\Core\\Framework\\DataAbstractionLayer\\Search\\EntityAggregatorInterface'] ?? $this->getEntityAggregatorInterfaceService());
  23456.         if (isset($this->services['sales_channel.product.repository'])) {
  23457.             return $this->services['sales_channel.product.repository'];
  23458.         }
  23459.         $c = ($this->services['event_dispatcher'] ?? $this->getEventDispatcherService());
  23460.         if (isset($this->services['sales_channel.product.repository'])) {
  23461.             return $this->services['sales_channel.product.repository'];
  23462.         }
  23463.         return $this->services['sales_channel.product.repository'] = new \Swag\PayPal\Util\Compatibility\SalesChannelRepositoryDecorator(new \Shopware\Core\System\SalesChannel\Entity\SalesChannelRepository(($this->services['Shopware\\Core\\Content\\Product\\SalesChannel\\SalesChannelProductDefinition'] ?? $this->getSalesChannelProductDefinitionService()), ($this->services['Shopware\\Core\\Framework\\DataAbstractionLayer\\Read\\EntityReaderInterface'] ?? $this->getEntityReaderInterfaceService()), $a$b$c, ($this->services['Shopware\\Core\\Framework\\DataAbstractionLayer\\Event\\EntityLoadedEventFactory'] ?? $this->getEntityLoadedEventFactoryService())));
  23464.     }
  23465.     /**
  23466.      * Gets the public 'sales_channel.repository' shared service.
  23467.      *
  23468.      * @return \Shopware\Core\Framework\DataAbstractionLayer\EntityRepositoryForwardCompatibilityDecorator
  23469.      */
  23470.     protected function getSalesChannel_RepositoryService()
  23471.     {
  23472.         $a = ($this->services['Shopware\\Core\\Framework\\DataAbstractionLayer\\VersionManager'] ?? $this->getVersionManagerService());
  23473.         if (isset($this->services['sales_channel.repository'])) {
  23474.             return $this->services['sales_channel.repository'];
  23475.         }
  23476.         $b = ($this->services['Shopware\\Core\\Framework\\DataAbstractionLayer\\Search\\EntitySearcherInterface'] ?? $this->getEntitySearcherInterfaceService());
  23477.         if (isset($this->services['sales_channel.repository'])) {
  23478.             return $this->services['sales_channel.repository'];
  23479.         }
  23480.         $c = ($this->services['Shopware\\Core\\Framework\\DataAbstractionLayer\\Search\\EntityAggregatorInterface'] ?? $this->getEntityAggregatorInterfaceService());
  23481.         if (isset($this->services['sales_channel.repository'])) {
  23482.             return $this->services['sales_channel.repository'];
  23483.         }
  23484.         $d = ($this->services['event_dispatcher'] ?? $this->getEventDispatcherService());
  23485.         if (isset($this->services['sales_channel.repository'])) {
  23486.             return $this->services['sales_channel.repository'];
  23487.         }
  23488.         return $this->services['sales_channel.repository'] = new \Shopware\Core\Framework\DataAbstractionLayer\EntityRepositoryForwardCompatibilityDecorator(new \Shopware\Core\Framework\DataAbstractionLayer\EntityRepository(($this->services['Shopware\\Core\\System\\SalesChannel\\SalesChannelDefinition'] ?? $this->getSalesChannelDefinitionService()), ($this->services['Shopware\\Core\\Framework\\DataAbstractionLayer\\Read\\EntityReaderInterface'] ?? $this->getEntityReaderInterfaceService()), $a$b$c$d, ($this->services['Shopware\\Core\\Framework\\DataAbstractionLayer\\Event\\EntityLoadedEventFactory'] ?? $this->getEntityLoadedEventFactoryService())));
  23489.     }
  23490.     /**
  23491.      * Gets the public 'sales_channel.salutation.repository' shared service.
  23492.      *
  23493.      * @return \Shopware\Core\System\SalesChannel\Entity\SalesChannelRepository
  23494.      */
  23495.     protected function getSalesChannel_Salutation_RepositoryService()
  23496.     {
  23497.         $a = ($this->services['Shopware\\Core\\Framework\\DataAbstractionLayer\\Search\\EntitySearcherInterface'] ?? $this->getEntitySearcherInterfaceService());
  23498.         if (isset($this->services['sales_channel.salutation.repository'])) {
  23499.             return $this->services['sales_channel.salutation.repository'];
  23500.         }
  23501.         $b = ($this->services['Shopware\\Core\\Framework\\DataAbstractionLayer\\Search\\EntityAggregatorInterface'] ?? $this->getEntityAggregatorInterfaceService());
  23502.         if (isset($this->services['sales_channel.salutation.repository'])) {
  23503.             return $this->services['sales_channel.salutation.repository'];
  23504.         }
  23505.         $c = ($this->services['event_dispatcher'] ?? $this->getEventDispatcherService());
  23506.         if (isset($this->services['sales_channel.salutation.repository'])) {
  23507.             return $this->services['sales_channel.salutation.repository'];
  23508.         }
  23509.         return $this->services['sales_channel.salutation.repository'] = new \Shopware\Core\System\SalesChannel\Entity\SalesChannelRepository(($this->services['Shopware\\Core\\System\\Salutation\\SalesChannel\\SalesChannelSalutationDefinition'] ?? $this->getSalesChannelSalutationDefinitionService()), ($this->services['Shopware\\Core\\Framework\\DataAbstractionLayer\\Read\\EntityReaderInterface'] ?? $this->getEntityReaderInterfaceService()), $a$b$c, ($this->services['Shopware\\Core\\Framework\\DataAbstractionLayer\\Event\\EntityLoadedEventFactory'] ?? $this->getEntityLoadedEventFactoryService()));
  23510.     }
  23511.     /**
  23512.      * Gets the public 'sales_channel.seo_url.repository' shared service.
  23513.      *
  23514.      * @return \Shopware\Core\System\SalesChannel\Entity\SalesChannelRepository
  23515.      */
  23516.     protected function getSalesChannel_SeoUrl_RepositoryService()
  23517.     {
  23518.         $a = ($this->services['Shopware\\Core\\Framework\\DataAbstractionLayer\\Search\\EntitySearcherInterface'] ?? $this->getEntitySearcherInterfaceService());
  23519.         if (isset($this->services['sales_channel.seo_url.repository'])) {
  23520.             return $this->services['sales_channel.seo_url.repository'];
  23521.         }
  23522.         $b = ($this->services['Shopware\\Core\\Framework\\DataAbstractionLayer\\Search\\EntityAggregatorInterface'] ?? $this->getEntityAggregatorInterfaceService());
  23523.         if (isset($this->services['sales_channel.seo_url.repository'])) {
  23524.             return $this->services['sales_channel.seo_url.repository'];
  23525.         }
  23526.         $c = ($this->services['event_dispatcher'] ?? $this->getEventDispatcherService());
  23527.         if (isset($this->services['sales_channel.seo_url.repository'])) {
  23528.             return $this->services['sales_channel.seo_url.repository'];
  23529.         }
  23530.         return $this->services['sales_channel.seo_url.repository'] = new \Shopware\Core\System\SalesChannel\Entity\SalesChannelRepository(($this->services['Shopware\\Core\\Content\\Seo\\SeoUrl\\SalesChannel\\SalesChannelSeoUrlDefinition'] ?? $this->getSalesChannelSeoUrlDefinitionService()), ($this->services['Shopware\\Core\\Framework\\DataAbstractionLayer\\Read\\EntityReaderInterface'] ?? $this->getEntityReaderInterfaceService()), $a$b$c, ($this->services['Shopware\\Core\\Framework\\DataAbstractionLayer\\Event\\EntityLoadedEventFactory'] ?? $this->getEntityLoadedEventFactoryService()));
  23531.     }
  23532.     /**
  23533.      * Gets the public 'sales_channel.shipping_method.repository' shared service.
  23534.      *
  23535.      * @return \Shopware\Core\System\SalesChannel\Entity\SalesChannelRepository
  23536.      */
  23537.     protected function getSalesChannel_ShippingMethod_RepositoryService()
  23538.     {
  23539.         $a = ($this->services['Shopware\\Core\\Framework\\DataAbstractionLayer\\Search\\EntitySearcherInterface'] ?? $this->getEntitySearcherInterfaceService());
  23540.         if (isset($this->services['sales_channel.shipping_method.repository'])) {
  23541.             return $this->services['sales_channel.shipping_method.repository'];
  23542.         }
  23543.         $b = ($this->services['Shopware\\Core\\Framework\\DataAbstractionLayer\\Search\\EntityAggregatorInterface'] ?? $this->getEntityAggregatorInterfaceService());
  23544.         if (isset($this->services['sales_channel.shipping_method.repository'])) {
  23545.             return $this->services['sales_channel.shipping_method.repository'];
  23546.         }
  23547.         $c = ($this->services['event_dispatcher'] ?? $this->getEventDispatcherService());
  23548.         if (isset($this->services['sales_channel.shipping_method.repository'])) {
  23549.             return $this->services['sales_channel.shipping_method.repository'];
  23550.         }
  23551.         return $this->services['sales_channel.shipping_method.repository'] = new \Shopware\Core\System\SalesChannel\Entity\SalesChannelRepository(($this->services['Shopware\\Core\\Checkout\\Shipping\\SalesChannel\\SalesChannelShippingMethodDefinition'] ?? $this->getSalesChannelShippingMethodDefinitionService()), ($this->services['Shopware\\Core\\Framework\\DataAbstractionLayer\\Read\\EntityReaderInterface'] ?? $this->getEntityReaderInterfaceService()), $a$b$c, ($this->services['Shopware\\Core\\Framework\\DataAbstractionLayer\\Event\\EntityLoadedEventFactory'] ?? $this->getEntityLoadedEventFactoryService()));
  23552.     }
  23553.     /**
  23554.      * Gets the public 'sales_channel_analytics.repository' shared service.
  23555.      *
  23556.      * @return \Shopware\Core\Framework\DataAbstractionLayer\EntityRepositoryForwardCompatibilityDecorator
  23557.      */
  23558.     protected function getSalesChannelAnalytics_RepositoryService()
  23559.     {
  23560.         return $this->services['sales_channel_analytics.repository'] = new \Shopware\Core\Framework\DataAbstractionLayer\EntityRepositoryForwardCompatibilityDecorator(new \Shopware\Core\Framework\DataAbstractionLayer\EntityRepository(($this->services['Shopware\\Core\\System\\SalesChannel\\Aggregate\\SalesChannelAnalytics\\SalesChannelAnalyticsDefinition'] ?? $this->getSalesChannelAnalyticsDefinitionService()), ($this->services['Shopware\\Core\\Framework\\DataAbstractionLayer\\Read\\EntityReaderInterface'] ?? $this->getEntityReaderInterfaceService()), ($this->services['Shopware\\Core\\Framework\\DataAbstractionLayer\\VersionManager'] ?? $this->getVersionManagerService()), ($this->services['Shopware\\Core\\Framework\\DataAbstractionLayer\\Search\\EntitySearcherInterface'] ?? $this->getEntitySearcherInterfaceService()), ($this->services['Shopware\\Core\\Framework\\DataAbstractionLayer\\Search\\EntityAggregatorInterface'] ?? $this->getEntityAggregatorInterfaceService()), ($this->services['event_dispatcher'] ?? $this->getEventDispatcherService()), ($this->services['Shopware\\Core\\Framework\\DataAbstractionLayer\\Event\\EntityLoadedEventFactory'] ?? $this->getEntityLoadedEventFactoryService())));
  23561.     }
  23562.     /**
  23563.      * Gets the public 'sales_channel_country.repository' shared service.
  23564.      *
  23565.      * @return \Shopware\Core\Framework\DataAbstractionLayer\EntityRepositoryForwardCompatibilityDecorator
  23566.      */
  23567.     protected function getSalesChannelCountry_RepositoryService()
  23568.     {
  23569.         return $this->services['sales_channel_country.repository'] = new \Shopware\Core\Framework\DataAbstractionLayer\EntityRepositoryForwardCompatibilityDecorator(new \Shopware\Core\Framework\DataAbstractionLayer\EntityRepository(($this->services['Shopware\\Core\\System\\SalesChannel\\Aggregate\\SalesChannelCountry\\SalesChannelCountryDefinition'] ?? $this->getSalesChannelCountryDefinition2Service()), ($this->services['Shopware\\Core\\Framework\\DataAbstractionLayer\\Read\\EntityReaderInterface'] ?? $this->getEntityReaderInterfaceService()), ($this->services['Shopware\\Core\\Framework\\DataAbstractionLayer\\VersionManager'] ?? $this->getVersionManagerService()), ($this->services['Shopware\\Core\\Framework\\DataAbstractionLayer\\Search\\EntitySearcherInterface'] ?? $this->getEntitySearcherInterfaceService()), ($this->services['Shopware\\Core\\Framework\\DataAbstractionLayer\\Search\\EntityAggregatorInterface'] ?? $this->getEntityAggregatorInterfaceService()), ($this->services['event_dispatcher'] ?? $this->getEventDispatcherService()), ($this->services['Shopware\\Core\\Framework\\DataAbstractionLayer\\Event\\EntityLoadedEventFactory'] ?? $this->getEntityLoadedEventFactoryService())));
  23570.     }
  23571.     /**
  23572.      * Gets the public 'sales_channel_currency.repository' shared service.
  23573.      *
  23574.      * @return \Shopware\Core\Framework\DataAbstractionLayer\EntityRepositoryForwardCompatibilityDecorator
  23575.      */
  23576.     protected function getSalesChannelCurrency_RepositoryService()
  23577.     {
  23578.         return $this->services['sales_channel_currency.repository'] = new \Shopware\Core\Framework\DataAbstractionLayer\EntityRepositoryForwardCompatibilityDecorator(new \Shopware\Core\Framework\DataAbstractionLayer\EntityRepository(($this->services['Shopware\\Core\\System\\SalesChannel\\Aggregate\\SalesChannelCurrency\\SalesChannelCurrencyDefinition'] ?? $this->getSalesChannelCurrencyDefinition2Service()), ($this->services['Shopware\\Core\\Framework\\DataAbstractionLayer\\Read\\EntityReaderInterface'] ?? $this->getEntityReaderInterfaceService()), ($this->services['Shopware\\Core\\Framework\\DataAbstractionLayer\\VersionManager'] ?? $this->getVersionManagerService()), ($this->services['Shopware\\Core\\Framework\\DataAbstractionLayer\\Search\\EntitySearcherInterface'] ?? $this->getEntitySearcherInterfaceService()), ($this->services['Shopware\\Core\\Framework\\DataAbstractionLayer\\Search\\EntityAggregatorInterface'] ?? $this->getEntityAggregatorInterfaceService()), ($this->services['event_dispatcher'] ?? $this->getEventDispatcherService()), ($this->services['Shopware\\Core\\Framework\\DataAbstractionLayer\\Event\\EntityLoadedEventFactory'] ?? $this->getEntityLoadedEventFactoryService())));
  23579.     }
  23580.     /**
  23581.      * Gets the public 'sales_channel_definition.Acris\Promotion\Custom\PromotionDisplayDefinition' shared service.
  23582.      *
  23583.      * @return \Acris\Promotion\Custom\PromotionDisplayDefinition
  23584.      */
  23585.     protected function getPromotionDisplayDefinition2Service()
  23586.     {
  23587.         include_once \dirname(__DIR__4).'/vendor/store.shopware.com/acrispromotioncs/src/Custom/PromotionDisplayDefinition.php';
  23588.         $this->services['sales_channel_definition.Acris\\Promotion\\Custom\\PromotionDisplayDefinition'] = $instance = new \Acris\Promotion\Custom\PromotionDisplayDefinition();
  23589.         $instance->compile(($this->services['Shopware\\Core\\System\\SalesChannel\\Entity\\SalesChannelDefinitionInstanceRegistry'] ?? $this->getSalesChannelDefinitionInstanceRegistryService()));
  23590.         return $instance;
  23591.     }
  23592.     /**
  23593.      * Gets the public 'sales_channel_definition.Acris\SuggestedProducts\Custom\CustomersAlsoViewedDefinition' shared service.
  23594.      *
  23595.      * @return \Acris\SuggestedProducts\Custom\CustomersAlsoViewedDefinition
  23596.      */
  23597.     protected function getCustomersAlsoViewedDefinition2Service()
  23598.     {
  23599.         include_once \dirname(__DIR__4).'/vendor/store.shopware.com/acrissuggestedproductscs/src/Custom/CustomersAlsoViewedDefinition.php';
  23600.         $this->services['sales_channel_definition.Acris\\SuggestedProducts\\Custom\\CustomersAlsoViewedDefinition'] = $instance = new \Acris\SuggestedProducts\Custom\CustomersAlsoViewedDefinition();
  23601.         $instance->compile(($this->services['Shopware\\Core\\System\\SalesChannel\\Entity\\SalesChannelDefinitionInstanceRegistry'] ?? $this->getSalesChannelDefinitionInstanceRegistryService()));
  23602.         return $instance;
  23603.     }
  23604.     /**
  23605.      * Gets the public 'sales_channel_definition.Cbax\ModulAnalytics\Core\Content\Analytics\CategoryImpressionsDefinition' shared service.
  23606.      *
  23607.      * @return \Cbax\ModulAnalytics\Core\Content\Analytics\CategoryImpressionsDefinition
  23608.      */
  23609.     protected function getCategoryImpressionsDefinition2Service()
  23610.     {
  23611.         include_once \dirname(__DIR__4).'/custom/plugins/CbaxModulAnalytics/src/Core/Content/Analytics/CategoryImpressionsDefinition.php';
  23612.         $this->services['sales_channel_definition.Cbax\\ModulAnalytics\\Core\\Content\\Analytics\\CategoryImpressionsDefinition'] = $instance = new \Cbax\ModulAnalytics\Core\Content\Analytics\CategoryImpressionsDefinition();
  23613.         $instance->compile(($this->services['Shopware\\Core\\System\\SalesChannel\\Entity\\SalesChannelDefinitionInstanceRegistry'] ?? $this->getSalesChannelDefinitionInstanceRegistryService()));
  23614.         return $instance;
  23615.     }
  23616.     /**
  23617.      * Gets the public 'sales_channel_definition.Cbax\ModulAnalytics\Core\Content\Analytics\ConfigDefinition' shared service.
  23618.      *
  23619.      * @return \Cbax\ModulAnalytics\Core\Content\Analytics\ConfigDefinition
  23620.      */
  23621.     protected function getConfigDefinition2Service()
  23622.     {
  23623.         include_once \dirname(__DIR__4).'/custom/plugins/CbaxModulAnalytics/src/Core/Content/Analytics/ConfigDefinition.php';
  23624.         $this->services['sales_channel_definition.Cbax\\ModulAnalytics\\Core\\Content\\Analytics\\ConfigDefinition'] = $instance = new \Cbax\ModulAnalytics\Core\Content\Analytics\ConfigDefinition();
  23625.         $instance->compile(($this->services['Shopware\\Core\\System\\SalesChannel\\Entity\\SalesChannelDefinitionInstanceRegistry'] ?? $this->getSalesChannelDefinitionInstanceRegistryService()));
  23626.         return $instance;
  23627.     }
  23628.     /**
  23629.      * Gets the public 'sales_channel_definition.Cbax\ModulAnalytics\Core\Content\Analytics\GroupDefinition' shared service.
  23630.      *
  23631.      * @return \Cbax\ModulAnalytics\Core\Content\Analytics\GroupDefinition
  23632.      */
  23633.     protected function getGroupDefinition2Service()
  23634.     {
  23635.         include_once \dirname(__DIR__4).'/custom/plugins/CbaxModulAnalytics/src/Core/Content/Analytics/GroupDefinition.php';
  23636.         $this->services['sales_channel_definition.Cbax\\ModulAnalytics\\Core\\Content\\Analytics\\GroupDefinition'] = $instance = new \Cbax\ModulAnalytics\Core\Content\Analytics\GroupDefinition();
  23637.         $instance->compile(($this->services['Shopware\\Core\\System\\SalesChannel\\Entity\\SalesChannelDefinitionInstanceRegistry'] ?? $this->getSalesChannelDefinitionInstanceRegistryService()));
  23638.         return $instance;
  23639.     }
  23640.     /**
  23641.      * Gets the public 'sales_channel_definition.Cbax\ModulAnalytics\Core\Content\Analytics\ManufacturerImpressionsDefinition' shared service.
  23642.      *
  23643.      * @return \Cbax\ModulAnalytics\Core\Content\Analytics\ManufacturerImpressionsDefinition
  23644.      */
  23645.     protected function getManufacturerImpressionsDefinition2Service()
  23646.     {
  23647.         include_once \dirname(__DIR__4).'/custom/plugins/CbaxModulAnalytics/src/Core/Content/Analytics/ManufacturerImpressionsDefinition.php';
  23648.         $this->services['sales_channel_definition.Cbax\\ModulAnalytics\\Core\\Content\\Analytics\\ManufacturerImpressionsDefinition'] = $instance = new \Cbax\ModulAnalytics\Core\Content\Analytics\ManufacturerImpressionsDefinition();
  23649.         $instance->compile(($this->services['Shopware\\Core\\System\\SalesChannel\\Entity\\SalesChannelDefinitionInstanceRegistry'] ?? $this->getSalesChannelDefinitionInstanceRegistryService()));
  23650.         return $instance;
  23651.     }
  23652.     /**
  23653.      * Gets the public 'sales_channel_definition.Cbax\ModulAnalytics\Core\Content\Analytics\PoolDefinition' shared service.
  23654.      *
  23655.      * @return \Cbax\ModulAnalytics\Core\Content\Analytics\PoolDefinition
  23656.      */
  23657.     protected function getPoolDefinition2Service()
  23658.     {
  23659.         include_once \dirname(__DIR__4).'/custom/plugins/CbaxModulAnalytics/src/Core/Content/Analytics/PoolDefinition.php';
  23660.         $this->services['sales_channel_definition.Cbax\\ModulAnalytics\\Core\\Content\\Analytics\\PoolDefinition'] = $instance = new \Cbax\ModulAnalytics\Core\Content\Analytics\PoolDefinition();
  23661.         $instance->compile(($this->services['Shopware\\Core\\System\\SalesChannel\\Entity\\SalesChannelDefinitionInstanceRegistry'] ?? $this->getSalesChannelDefinitionInstanceRegistryService()));
  23662.         return $instance;
  23663.     }
  23664.     /**
  23665.      * Gets the public 'sales_channel_definition.Cbax\ModulAnalytics\Core\Content\Analytics\ProductImpressionsDefinition' shared service.
  23666.      *
  23667.      * @return \Cbax\ModulAnalytics\Core\Content\Analytics\ProductImpressionsDefinition
  23668.      */
  23669.     protected function getProductImpressionsDefinition2Service()
  23670.     {
  23671.         include_once \dirname(__DIR__4).'/custom/plugins/CbaxModulAnalytics/src/Core/Content/Analytics/ProductImpressionsDefinition.php';
  23672.         $this->services['sales_channel_definition.Cbax\\ModulAnalytics\\Core\\Content\\Analytics\\ProductImpressionsDefinition'] = $instance = new \Cbax\ModulAnalytics\Core\Content\Analytics\ProductImpressionsDefinition();
  23673.         $instance->compile(($this->services['Shopware\\Core\\System\\SalesChannel\\Entity\\SalesChannelDefinitionInstanceRegistry'] ?? $this->getSalesChannelDefinitionInstanceRegistryService()));
  23674.         return $instance;
  23675.     }
  23676.     /**
  23677.      * Gets the public 'sales_channel_definition.Cbax\ModulAnalytics\Core\Content\Analytics\RefererDefinition' shared service.
  23678.      *
  23679.      * @return \Cbax\ModulAnalytics\Core\Content\Analytics\RefererDefinition
  23680.      */
  23681.     protected function getRefererDefinition2Service()
  23682.     {
  23683.         include_once \dirname(__DIR__4).'/custom/plugins/CbaxModulAnalytics/src/Core/Content/Analytics/RefererDefinition.php';
  23684.         $this->services['sales_channel_definition.Cbax\\ModulAnalytics\\Core\\Content\\Analytics\\RefererDefinition'] = $instance = new \Cbax\ModulAnalytics\Core\Content\Analytics\RefererDefinition();
  23685.         $instance->compile(($this->services['Shopware\\Core\\System\\SalesChannel\\Entity\\SalesChannelDefinitionInstanceRegistry'] ?? $this->getSalesChannelDefinitionInstanceRegistryService()));
  23686.         return $instance;
  23687.     }
  23688.     /**
  23689.      * Gets the public 'sales_channel_definition.Cbax\ModulAnalytics\Core\Content\Analytics\SearchResultDefinition' shared service.
  23690.      *
  23691.      * @return \Cbax\ModulAnalytics\Core\Content\Analytics\SearchResultDefinition
  23692.      */
  23693.     protected function getSearchResultDefinition2Service()
  23694.     {
  23695.         include_once \dirname(__DIR__4).'/custom/plugins/CbaxModulAnalytics/src/Core/Content/Analytics/SearchResultDefinition.php';
  23696.         $this->services['sales_channel_definition.Cbax\\ModulAnalytics\\Core\\Content\\Analytics\\SearchResultDefinition'] = $instance = new \Cbax\ModulAnalytics\Core\Content\Analytics\SearchResultDefinition();
  23697.         $instance->compile(($this->services['Shopware\\Core\\System\\SalesChannel\\Entity\\SalesChannelDefinitionInstanceRegistry'] ?? $this->getSalesChannelDefinitionInstanceRegistryService()));
  23698.         return $instance;
  23699.     }
  23700.     /**
  23701.      * Gets the public 'sales_channel_definition.Cbax\ModulAnalytics\Core\Content\Analytics\VisitorsDefinition' shared service.
  23702.      *
  23703.      * @return \Cbax\ModulAnalytics\Core\Content\Analytics\VisitorsDefinition
  23704.      */
  23705.     protected function getVisitorsDefinition2Service()
  23706.     {
  23707.         include_once \dirname(__DIR__4).'/custom/plugins/CbaxModulAnalytics/src/Core/Content/Analytics/VisitorsDefinition.php';
  23708.         $this->services['sales_channel_definition.Cbax\\ModulAnalytics\\Core\\Content\\Analytics\\VisitorsDefinition'] = $instance = new \Cbax\ModulAnalytics\Core\Content\Analytics\VisitorsDefinition();
  23709.         $instance->compile(($this->services['Shopware\\Core\\System\\SalesChannel\\Entity\\SalesChannelDefinitionInstanceRegistry'] ?? $this->getSalesChannelDefinitionInstanceRegistryService()));
  23710.         return $instance;
  23711.     }
  23712.     /**
  23713.      * Gets the public 'sales_channel_definition.Cbax\ModulExternalOrder\Core\Content\ExternalOrder\BillingAddressDefinition' shared service.
  23714.      *
  23715.      * @return \Cbax\ModulExternalOrder\Core\Content\ExternalOrder\BillingAddressDefinition
  23716.      */
  23717.     protected function getBillingAddressDefinition2Service()
  23718.     {
  23719.         include_once \dirname(__DIR__4).'/custom/plugins/CbaxModulExternalOrder/src/Core/Content/ExternalOrder/BillingAddressDefinition.php';
  23720.         $this->services['sales_channel_definition.Cbax\\ModulExternalOrder\\Core\\Content\\ExternalOrder\\BillingAddressDefinition'] = $instance = new \Cbax\ModulExternalOrder\Core\Content\ExternalOrder\BillingAddressDefinition();
  23721.         $instance->compile(($this->services['Shopware\\Core\\System\\SalesChannel\\Entity\\SalesChannelDefinitionInstanceRegistry'] ?? $this->getSalesChannelDefinitionInstanceRegistryService()));
  23722.         return $instance;
  23723.     }
  23724.     /**
  23725.      * Gets the public 'sales_channel_definition.Cbax\ModulExternalOrder\Core\Content\ExternalOrder\CarrierDefinition' shared service.
  23726.      *
  23727.      * @return \Cbax\ModulExternalOrder\Core\Content\ExternalOrder\CarrierDefinition
  23728.      */
  23729.     protected function getCarrierDefinition2Service()
  23730.     {
  23731.         include_once \dirname(__DIR__4).'/custom/plugins/CbaxModulExternalOrder/src/Core/Content/ExternalOrder/CarrierDefinition.php';
  23732.         $this->services['sales_channel_definition.Cbax\\ModulExternalOrder\\Core\\Content\\ExternalOrder\\CarrierDefinition'] = $instance = new \Cbax\ModulExternalOrder\Core\Content\ExternalOrder\CarrierDefinition();
  23733.         $instance->compile(($this->services['Shopware\\Core\\System\\SalesChannel\\Entity\\SalesChannelDefinitionInstanceRegistry'] ?? $this->getSalesChannelDefinitionInstanceRegistryService()));
  23734.         return $instance;
  23735.     }
  23736.     /**
  23737.      * Gets the public 'sales_channel_definition.Cbax\ModulExternalOrder\Core\Content\ExternalOrder\CarrierRuleDefinition' shared service.
  23738.      *
  23739.      * @return \Cbax\ModulExternalOrder\Core\Content\ExternalOrder\CarrierRuleDefinition
  23740.      */
  23741.     protected function getCarrierRuleDefinition2Service()
  23742.     {
  23743.         include_once \dirname(__DIR__4).'/custom/plugins/CbaxModulExternalOrder/src/Core/Content/ExternalOrder/CarrierRuleDefinition.php';
  23744.         $this->services['sales_channel_definition.Cbax\\ModulExternalOrder\\Core\\Content\\ExternalOrder\\CarrierRuleDefinition'] = $instance = new \Cbax\ModulExternalOrder\Core\Content\ExternalOrder\CarrierRuleDefinition();
  23745.         $instance->compile(($this->services['Shopware\\Core\\System\\SalesChannel\\Entity\\SalesChannelDefinitionInstanceRegistry'] ?? $this->getSalesChannelDefinitionInstanceRegistryService()));
  23746.         return $instance;
  23747.     }
  23748.     /**
  23749.      * Gets the public 'sales_channel_definition.Cbax\ModulExternalOrder\Core\Content\ExternalOrder\ExternalOrderDefinition' shared service.
  23750.      *
  23751.      * @return \Cbax\ModulExternalOrder\Core\Content\ExternalOrder\ExternalOrderDefinition
  23752.      */
  23753.     protected function getExternalOrderDefinition2Service()
  23754.     {
  23755.         include_once \dirname(__DIR__4).'/custom/plugins/CbaxModulExternalOrder/src/Core/Content/ExternalOrder/ExternalOrderDefinition.php';
  23756.         $this->services['sales_channel_definition.Cbax\\ModulExternalOrder\\Core\\Content\\ExternalOrder\\ExternalOrderDefinition'] = $instance = new \Cbax\ModulExternalOrder\Core\Content\ExternalOrder\ExternalOrderDefinition();
  23757.         $instance->compile(($this->services['Shopware\\Core\\System\\SalesChannel\\Entity\\SalesChannelDefinitionInstanceRegistry'] ?? $this->getSalesChannelDefinitionInstanceRegistryService()));
  23758.         return $instance;
  23759.     }
  23760.     /**
  23761.      * Gets the public 'sales_channel_definition.Cbax\ModulExternalOrder\Core\Content\ExternalOrder\ExternalOrderLineItemDefinition' shared service.
  23762.      *
  23763.      * @return \Cbax\ModulExternalOrder\Core\Content\ExternalOrder\ExternalOrderLineItemDefinition
  23764.      */
  23765.     protected function getExternalOrderLineItemDefinition2Service()
  23766.     {
  23767.         include_once \dirname(__DIR__4).'/custom/plugins/CbaxModulExternalOrder/src/Core/Content/ExternalOrder/ExternalOrderLineItemDefinition.php';
  23768.         $this->services['sales_channel_definition.Cbax\\ModulExternalOrder\\Core\\Content\\ExternalOrder\\ExternalOrderLineItemDefinition'] = $instance = new \Cbax\ModulExternalOrder\Core\Content\ExternalOrder\ExternalOrderLineItemDefinition();
  23769.         $instance->compile(($this->services['Shopware\\Core\\System\\SalesChannel\\Entity\\SalesChannelDefinitionInstanceRegistry'] ?? $this->getSalesChannelDefinitionInstanceRegistryService()));
  23770.         return $instance;
  23771.     }
  23772.     /**
  23773.      * Gets the public 'sales_channel_definition.Cbax\ModulExternalOrder\Core\Content\ExternalOrder\LogDefinition' shared service.
  23774.      *
  23775.      * @return \Cbax\ModulExternalOrder\Core\Content\ExternalOrder\LogDefinition
  23776.      */
  23777.     protected function getLogDefinition2Service()
  23778.     {
  23779.         include_once \dirname(__DIR__4).'/custom/plugins/CbaxModulExternalOrder/src/Core/Content/ExternalOrder/LogDefinition.php';
  23780.         $this->services['sales_channel_definition.Cbax\\ModulExternalOrder\\Core\\Content\\ExternalOrder\\LogDefinition'] = $instance = new \Cbax\ModulExternalOrder\Core\Content\ExternalOrder\LogDefinition();
  23781.         $instance->compile(($this->services['Shopware\\Core\\System\\SalesChannel\\Entity\\SalesChannelDefinitionInstanceRegistry'] ?? $this->getSalesChannelDefinitionInstanceRegistryService()));
  23782.         return $instance;
  23783.     }
  23784.     /**
  23785.      * Gets the public 'sales_channel_definition.Cbax\ModulExternalOrder\Core\Content\ExternalOrder\Marketplace\MarketplaceSettingsDefinition' shared service.
  23786.      *
  23787.      * @return \Cbax\ModulExternalOrder\Core\Content\ExternalOrder\Marketplace\MarketplaceSettingsDefinition
  23788.      */
  23789.     protected function getMarketplaceSettingsDefinition2Service()
  23790.     {
  23791.         include_once \dirname(__DIR__4).'/custom/plugins/CbaxModulExternalOrder/src/Core/Content/ExternalOrder/Marketplace/MarketplaceSettingsDefinition.php';
  23792.         $this->services['sales_channel_definition.Cbax\\ModulExternalOrder\\Core\\Content\\ExternalOrder\\Marketplace\\MarketplaceSettingsDefinition'] = $instance = new \Cbax\ModulExternalOrder\Core\Content\ExternalOrder\Marketplace\MarketplaceSettingsDefinition();
  23793.         $instance->compile(($this->services['Shopware\\Core\\System\\SalesChannel\\Entity\\SalesChannelDefinitionInstanceRegistry'] ?? $this->getSalesChannelDefinitionInstanceRegistryService()));
  23794.         return $instance;
  23795.     }
  23796.     /**
  23797.      * Gets the public 'sales_channel_definition.Cbax\ModulExternalOrder\Core\Content\ExternalOrder\ShippingAddressDefinition' shared service.
  23798.      *
  23799.      * @return \Cbax\ModulExternalOrder\Core\Content\ExternalOrder\ShippingAddressDefinition
  23800.      */
  23801.     protected function getShippingAddressDefinition2Service()
  23802.     {
  23803.         include_once \dirname(__DIR__4).'/custom/plugins/CbaxModulExternalOrder/src/Core/Content/ExternalOrder/ShippingAddressDefinition.php';
  23804.         $this->services['sales_channel_definition.Cbax\\ModulExternalOrder\\Core\\Content\\ExternalOrder\\ShippingAddressDefinition'] = $instance = new \Cbax\ModulExternalOrder\Core\Content\ExternalOrder\ShippingAddressDefinition();
  23805.         $instance->compile(($this->services['Shopware\\Core\\System\\SalesChannel\\Entity\\SalesChannelDefinitionInstanceRegistry'] ?? $this->getSalesChannelDefinitionInstanceRegistryService()));
  23806.         return $instance;
  23807.     }
  23808.     /**
  23809.      * Gets the public 'sales_channel_definition.DreiscSeoPro\Core\Content\DreiscSeoBulk\Aggregate\DreiscSeoBulkTemplate\DreiscSeoBulkTemplateDefinition' shared service.
  23810.      *
  23811.      * @return \DreiscSeoPro\Core\Content\DreiscSeoBulk\Aggregate\DreiscSeoBulkTemplate\DreiscSeoBulkTemplateDefinition
  23812.      */
  23813.     protected function getDreiscSeoBulkTemplateDefinition2Service()
  23814.     {
  23815.         include_once \dirname(__DIR__4).'/vendor/store.shopware.com/dreiscseopro/src/Core/Content/DreiscSeoBulk/Aggregate/DreiscSeoBulkTemplate/DreiscSeoBulkTemplateDefinition.php';
  23816.         $this->services['sales_channel_definition.DreiscSeoPro\\Core\\Content\\DreiscSeoBulk\\Aggregate\\DreiscSeoBulkTemplate\\DreiscSeoBulkTemplateDefinition'] = $instance = new \DreiscSeoPro\Core\Content\DreiscSeoBulk\Aggregate\DreiscSeoBulkTemplate\DreiscSeoBulkTemplateDefinition();
  23817.         $instance->compile(($this->services['Shopware\\Core\\System\\SalesChannel\\Entity\\SalesChannelDefinitionInstanceRegistry'] ?? $this->getSalesChannelDefinitionInstanceRegistryService()));
  23818.         return $instance;
  23819.     }
  23820.     /**
  23821.      * Gets the public 'sales_channel_definition.DreiscSeoPro\Core\Content\DreiscSeoBulk\DreiscSeoBulkDefinition' shared service.
  23822.      *
  23823.      * @return \DreiscSeoPro\Core\Content\DreiscSeoBulk\DreiscSeoBulkDefinition
  23824.      */
  23825.     protected function getDreiscSeoBulkDefinition2Service()
  23826.     {
  23827.         include_once \dirname(__DIR__4).'/vendor/store.shopware.com/dreiscseopro/src/Core/Content/DreiscSeoBulk/DreiscSeoBulkDefinition.php';
  23828.         $this->services['sales_channel_definition.DreiscSeoPro\\Core\\Content\\DreiscSeoBulk\\DreiscSeoBulkDefinition'] = $instance = new \DreiscSeoPro\Core\Content\DreiscSeoBulk\DreiscSeoBulkDefinition();
  23829.         $instance->compile(($this->services['Shopware\\Core\\System\\SalesChannel\\Entity\\SalesChannelDefinitionInstanceRegistry'] ?? $this->getSalesChannelDefinitionInstanceRegistryService()));
  23830.         return $instance;
  23831.     }
  23832.     /**
  23833.      * Gets the public 'sales_channel_definition.DreiscSeoPro\Core\Content\DreiscSeoRedirect\Aggregate\DreiscSeoRedirectImportExportFile\DreiscSeoRedirectImportExportFileDefinition' shared service.
  23834.      *
  23835.      * @return \DreiscSeoPro\Core\Content\DreiscSeoRedirect\Aggregate\DreiscSeoRedirectImportExportFile\DreiscSeoRedirectImportExportFileDefinition
  23836.      */
  23837.     protected function getDreiscSeoRedirectImportExportFileDefinition2Service()
  23838.     {
  23839.         include_once \dirname(__DIR__4).'/vendor/store.shopware.com/dreiscseopro/src/Core/Content/DreiscSeoRedirect/Aggregate/DreiscSeoRedirectImportExportFile/DreiscSeoRedirectImportExportFileDefinition.php';
  23840.         $this->services['sales_channel_definition.DreiscSeoPro\\Core\\Content\\DreiscSeoRedirect\\Aggregate\\DreiscSeoRedirectImportExportFile\\DreiscSeoRedirectImportExportFileDefinition'] = $instance = new \DreiscSeoPro\Core\Content\DreiscSeoRedirect\Aggregate\DreiscSeoRedirectImportExportFile\DreiscSeoRedirectImportExportFileDefinition();
  23841.         $instance->compile(($this->services['Shopware\\Core\\System\\SalesChannel\\Entity\\SalesChannelDefinitionInstanceRegistry'] ?? $this->getSalesChannelDefinitionInstanceRegistryService()));
  23842.         return $instance;
  23843.     }
  23844.     /**
  23845.      * Gets the public 'sales_channel_definition.DreiscSeoPro\Core\Content\DreiscSeoRedirect\Aggregate\DreiscSeoRedirectImportExportLog\DreiscSeoRedirectImportExportLogDefinition' shared service.
  23846.      *
  23847.      * @return \DreiscSeoPro\Core\Content\DreiscSeoRedirect\Aggregate\DreiscSeoRedirectImportExportLog\DreiscSeoRedirectImportExportLogDefinition
  23848.      */
  23849.     protected function getDreiscSeoRedirectImportExportLogDefinition2Service()
  23850.     {
  23851.         include_once \dirname(__DIR__4).'/vendor/store.shopware.com/dreiscseopro/src/Core/Content/DreiscSeoRedirect/Aggregate/DreiscSeoRedirectImportExportLog/DreiscSeoRedirectImportExportLogDefinition.php';
  23852.         $this->services['sales_channel_definition.DreiscSeoPro\\Core\\Content\\DreiscSeoRedirect\\Aggregate\\DreiscSeoRedirectImportExportLog\\DreiscSeoRedirectImportExportLogDefinition'] = $instance = new \DreiscSeoPro\Core\Content\DreiscSeoRedirect\Aggregate\DreiscSeoRedirectImportExportLog\DreiscSeoRedirectImportExportLogDefinition();
  23853.         $instance->compile(($this->services['Shopware\\Core\\System\\SalesChannel\\Entity\\SalesChannelDefinitionInstanceRegistry'] ?? $this->getSalesChannelDefinitionInstanceRegistryService()));
  23854.         return $instance;
  23855.     }
  23856.     /**
  23857.      * Gets the public 'sales_channel_definition.DreiscSeoPro\Core\Content\DreiscSeoRedirect\DreiscSeoRedirectDefinition' shared service.
  23858.      *
  23859.      * @return \DreiscSeoPro\Core\Content\DreiscSeoRedirect\DreiscSeoRedirectDefinition
  23860.      */
  23861.     protected function getDreiscSeoRedirectDefinition2Service()
  23862.     {
  23863.         include_once \dirname(__DIR__4).'/vendor/store.shopware.com/dreiscseopro/src/Core/Content/DreiscSeoRedirect/DreiscSeoRedirectDefinition.php';
  23864.         $this->services['sales_channel_definition.DreiscSeoPro\\Core\\Content\\DreiscSeoRedirect\\DreiscSeoRedirectDefinition'] = $instance = new \DreiscSeoPro\Core\Content\DreiscSeoRedirect\DreiscSeoRedirectDefinition();
  23865.         $instance->compile(($this->services['Shopware\\Core\\System\\SalesChannel\\Entity\\SalesChannelDefinitionInstanceRegistry'] ?? $this->getSalesChannelDefinitionInstanceRegistryService()));
  23866.         return $instance;
  23867.     }
  23868.     /**
  23869.      * Gets the public 'sales_channel_definition.DreiscSeoPro\Core\Content\DreiscSeoSetting\DreiscSeoSettingDefinition' shared service.
  23870.      *
  23871.      * @return \DreiscSeoPro\Core\Content\DreiscSeoSetting\DreiscSeoSettingDefinition
  23872.      */
  23873.     protected function getDreiscSeoSettingDefinition2Service()
  23874.     {
  23875.         $this->services['sales_channel_definition.DreiscSeoPro\\Core\\Content\\DreiscSeoSetting\\DreiscSeoSettingDefinition'] = $instance = new \DreiscSeoPro\Core\Content\DreiscSeoSetting\DreiscSeoSettingDefinition();
  23876.         $instance->compile(($this->services['Shopware\\Core\\System\\SalesChannel\\Entity\\SalesChannelDefinitionInstanceRegistry'] ?? $this->getSalesChannelDefinitionInstanceRegistryService()));
  23877.         return $instance;
  23878.     }
  23879.     /**
  23880.      * Gets the public 'sales_channel_definition.Meteor\PromotionGift\Content\PromotionGift\PromotionGiftEntityDefinition' shared service.
  23881.      *
  23882.      * @return \Meteor\PromotionGift\Content\PromotionGift\PromotionGiftEntityDefinition
  23883.      */
  23884.     protected function getPromotionGiftEntityDefinition2Service()
  23885.     {
  23886.         include_once \dirname(__DIR__4).'/vendor/store.shopware.com/meteorpromotiongift/src/Content/PromotionGift/PromotionGiftEntityDefinition.php';
  23887.         $this->services['sales_channel_definition.Meteor\\PromotionGift\\Content\\PromotionGift\\PromotionGiftEntityDefinition'] = $instance = new \Meteor\PromotionGift\Content\PromotionGift\PromotionGiftEntityDefinition();
  23888.         $instance->compile(($this->services['Shopware\\Core\\System\\SalesChannel\\Entity\\SalesChannelDefinitionInstanceRegistry'] ?? $this->getSalesChannelDefinitionInstanceRegistryService()));
  23889.         return $instance;
  23890.     }
  23891.     /**
  23892.      * Gets the public 'sales_channel_definition.MoorlCreator\Core\Content\CreatorType\Aggregate\CreatorTypeTranslation\CreatorTypeTranslationDefinition' shared service.
  23893.      *
  23894.      * @return \MoorlCreator\Core\Content\CreatorType\Aggregate\CreatorTypeTranslation\CreatorTypeTranslationDefinition
  23895.      */
  23896.     protected function getCreatorTypeTranslationDefinition2Service()
  23897.     {
  23898.         include_once \dirname(__DIR__4).'/vendor/shopware/core/Framework/DataAbstractionLayer/EntityTranslationDefinition.php';
  23899.         include_once \dirname(__DIR__4).'/vendor/store.shopware.com/moorlcreator/src/Core/Content/CreatorType/Aggregate/CreatorTypeTranslation/CreatorTypeTranslationDefinition.php';
  23900.         $this->services['sales_channel_definition.MoorlCreator\\Core\\Content\\CreatorType\\Aggregate\\CreatorTypeTranslation\\CreatorTypeTranslationDefinition'] = $instance = new \MoorlCreator\Core\Content\CreatorType\Aggregate\CreatorTypeTranslation\CreatorTypeTranslationDefinition();
  23901.         $instance->compile(($this->services['Shopware\\Core\\System\\SalesChannel\\Entity\\SalesChannelDefinitionInstanceRegistry'] ?? $this->getSalesChannelDefinitionInstanceRegistryService()));
  23902.         return $instance;
  23903.     }
  23904.     /**
  23905.      * Gets the public 'sales_channel_definition.MoorlCreator\Core\Content\CreatorType\CreatorTypeDefinition' shared service.
  23906.      *
  23907.      * @return \MoorlCreator\Core\Content\CreatorType\CreatorTypeDefinition
  23908.      */
  23909.     protected function getCreatorTypeDefinition2Service()
  23910.     {
  23911.         include_once \dirname(__DIR__4).'/vendor/store.shopware.com/moorlcreator/src/Core/Content/CreatorType/CreatorTypeDefinition.php';
  23912.         $this->services['sales_channel_definition.MoorlCreator\\Core\\Content\\CreatorType\\CreatorTypeDefinition'] = $instance = new \MoorlCreator\Core\Content\CreatorType\CreatorTypeDefinition();
  23913.         $instance->compile(($this->services['Shopware\\Core\\System\\SalesChannel\\Entity\\SalesChannelDefinitionInstanceRegistry'] ?? $this->getSalesChannelDefinitionInstanceRegistryService()));
  23914.         return $instance;
  23915.     }
  23916.     /**
  23917.      * Gets the public 'sales_channel_definition.MoorlCreator\Core\Content\Creator\Aggregate\CreatorCustomer\CreatorCustomerDefinition' shared service.
  23918.      *
  23919.      * @return \MoorlCreator\Core\Content\Creator\Aggregate\CreatorCustomer\CreatorCustomerDefinition
  23920.      */
  23921.     protected function getCreatorCustomerDefinition2Service()
  23922.     {
  23923.         include_once \dirname(__DIR__4).'/vendor/store.shopware.com/moorlcreator/src/Core/Content/Creator/Aggregate/CreatorCustomer/CreatorCustomerDefinition.php';
  23924.         $this->services['sales_channel_definition.MoorlCreator\\Core\\Content\\Creator\\Aggregate\\CreatorCustomer\\CreatorCustomerDefinition'] = $instance = new \MoorlCreator\Core\Content\Creator\Aggregate\CreatorCustomer\CreatorCustomerDefinition();
  23925.         $instance->compile(($this->services['Shopware\\Core\\System\\SalesChannel\\Entity\\SalesChannelDefinitionInstanceRegistry'] ?? $this->getSalesChannelDefinitionInstanceRegistryService()));
  23926.         return $instance;
  23927.     }
  23928.     /**
  23929.      * Gets the public 'sales_channel_definition.MoorlCreator\Core\Content\Creator\Aggregate\CreatorFollower\CreatorFollowerDefinition' shared service.
  23930.      *
  23931.      * @return \MoorlCreator\Core\Content\Creator\Aggregate\CreatorFollower\CreatorFollowerDefinition
  23932.      */
  23933.     protected function getCreatorFollowerDefinition2Service()
  23934.     {
  23935.         include_once \dirname(__DIR__4).'/vendor/store.shopware.com/moorlcreator/src/Core/Content/Creator/Aggregate/CreatorFollower/CreatorFollowerDefinition.php';
  23936.         $this->services['sales_channel_definition.MoorlCreator\\Core\\Content\\Creator\\Aggregate\\CreatorFollower\\CreatorFollowerDefinition'] = $instance = new \MoorlCreator\Core\Content\Creator\Aggregate\CreatorFollower\CreatorFollowerDefinition();
  23937.         $instance->compile(($this->services['Shopware\\Core\\System\\SalesChannel\\Entity\\SalesChannelDefinitionInstanceRegistry'] ?? $this->getSalesChannelDefinitionInstanceRegistryService()));
  23938.         return $instance;
  23939.     }
  23940.     /**
  23941.      * Gets the public 'sales_channel_definition.MoorlCreator\Core\Content\Creator\Aggregate\CreatorProduct\CreatorProductDefinition' shared service.
  23942.      *
  23943.      * @return \MoorlCreator\Core\Content\Creator\Aggregate\CreatorProduct\CreatorProductDefinition
  23944.      */
  23945.     protected function getCreatorProductDefinition2Service()
  23946.     {
  23947.         include_once \dirname(__DIR__4).'/vendor/store.shopware.com/moorlcreator/src/Core/Content/Creator/Aggregate/CreatorProduct/CreatorProductDefinition.php';
  23948.         $this->services['sales_channel_definition.MoorlCreator\\Core\\Content\\Creator\\Aggregate\\CreatorProduct\\CreatorProductDefinition'] = $instance = new \MoorlCreator\Core\Content\Creator\Aggregate\CreatorProduct\CreatorProductDefinition();
  23949.         $instance->compile(($this->services['Shopware\\Core\\System\\SalesChannel\\Entity\\SalesChannelDefinitionInstanceRegistry'] ?? $this->getSalesChannelDefinitionInstanceRegistryService()));
  23950.         return $instance;
  23951.     }
  23952.     /**
  23953.      * Gets the public 'sales_channel_definition.MoorlCreator\Core\Content\Creator\Aggregate\CreatorTranslation\CreatorTranslationDefinition' shared service.
  23954.      *
  23955.      * @return \MoorlCreator\Core\Content\Creator\Aggregate\CreatorTranslation\CreatorTranslationDefinition
  23956.      */
  23957.     protected function getCreatorTranslationDefinition2Service()
  23958.     {
  23959.         include_once \dirname(__DIR__4).'/vendor/shopware/core/Framework/DataAbstractionLayer/EntityTranslationDefinition.php';
  23960.         include_once \dirname(__DIR__4).'/vendor/store.shopware.com/moorlcreator/src/Core/Content/Creator/Aggregate/CreatorTranslation/CreatorTranslationDefinition.php';
  23961.         $this->services['sales_channel_definition.MoorlCreator\\Core\\Content\\Creator\\Aggregate\\CreatorTranslation\\CreatorTranslationDefinition'] = $instance = new \MoorlCreator\Core\Content\Creator\Aggregate\CreatorTranslation\CreatorTranslationDefinition();
  23962.         $instance->compile(($this->services['Shopware\\Core\\System\\SalesChannel\\Entity\\SalesChannelDefinitionInstanceRegistry'] ?? $this->getSalesChannelDefinitionInstanceRegistryService()));
  23963.         return $instance;
  23964.     }
  23965.     /**
  23966.      * Gets the public 'sales_channel_definition.MoorlFoundation\Core\Content\Client\ClientDefinition' shared service.
  23967.      *
  23968.      * @return \MoorlFoundation\Core\Content\Client\ClientDefinition
  23969.      */
  23970.     protected function getClientDefinition2Service()
  23971.     {
  23972.         include_once \dirname(__DIR__4).'/vendor/store.shopware.com/moorlfoundation/src/Core/Content/Client/ClientDefinition.php';
  23973.         $this->services['sales_channel_definition.MoorlFoundation\\Core\\Content\\Client\\ClientDefinition'] = $instance = new \MoorlFoundation\Core\Content\Client\ClientDefinition();
  23974.         $instance->compile(($this->services['Shopware\\Core\\System\\SalesChannel\\Entity\\SalesChannelDefinitionInstanceRegistry'] ?? $this->getSalesChannelDefinitionInstanceRegistryService()));
  23975.         return $instance;
  23976.     }
  23977.     /**
  23978.      * Gets the public 'sales_channel_definition.MoorlFoundation\Core\Content\CmsElementConfig\CmsElementConfigDefinition' shared service.
  23979.      *
  23980.      * @return \MoorlFoundation\Core\Content\CmsElementConfig\CmsElementConfigDefinition
  23981.      */
  23982.     protected function getCmsElementConfigDefinition2Service()
  23983.     {
  23984.         include_once \dirname(__DIR__4).'/vendor/store.shopware.com/moorlfoundation/src/Core/Content/CmsElementConfig/CmsElementConfigDefinition.php';
  23985.         $this->services['sales_channel_definition.MoorlFoundation\\Core\\Content\\CmsElementConfig\\CmsElementConfigDefinition'] = $instance = new \MoorlFoundation\Core\Content\CmsElementConfig\CmsElementConfigDefinition();
  23986.         $instance->compile(($this->services['Shopware\\Core\\System\\SalesChannel\\Entity\\SalesChannelDefinitionInstanceRegistry'] ?? $this->getSalesChannelDefinitionInstanceRegistryService()));
  23987.         return $instance;
  23988.     }
  23989.     /**
  23990.      * Gets the public 'sales_channel_definition.MoorlFoundation\Core\Content\Location\LocationCacheDefinition' shared service.
  23991.      *
  23992.      * @return \MoorlFoundation\Core\Content\Location\LocationCacheDefinition
  23993.      */
  23994.     protected function getLocationCacheDefinition2Service()
  23995.     {
  23996.         include_once \dirname(__DIR__4).'/vendor/store.shopware.com/moorlfoundation/src/Core/Content/Location/LocationCacheDefinition.php';
  23997.         $this->services['sales_channel_definition.MoorlFoundation\\Core\\Content\\Location\\LocationCacheDefinition'] = $instance = new \MoorlFoundation\Core\Content\Location\LocationCacheDefinition();
  23998.         $instance->compile(($this->services['Shopware\\Core\\System\\SalesChannel\\Entity\\SalesChannelDefinitionInstanceRegistry'] ?? $this->getSalesChannelDefinitionInstanceRegistryService()));
  23999.         return $instance;
  24000.     }
  24001.     /**
  24002.      * Gets the public 'sales_channel_definition.MoorlFoundation\Core\Content\Location\LocationDefinition' shared service.
  24003.      *
  24004.      * @return \MoorlFoundation\Core\Content\Location\LocationDefinition
  24005.      */
  24006.     protected function getLocationDefinition2Service()
  24007.     {
  24008.         include_once \dirname(__DIR__4).'/vendor/store.shopware.com/moorlfoundation/src/Core/Content/Location/LocationDefinition.php';
  24009.         $this->services['sales_channel_definition.MoorlFoundation\\Core\\Content\\Location\\LocationDefinition'] = $instance = new \MoorlFoundation\Core\Content\Location\LocationDefinition();
  24010.         $instance->compile(($this->services['Shopware\\Core\\System\\SalesChannel\\Entity\\SalesChannelDefinitionInstanceRegistry'] ?? $this->getSalesChannelDefinitionInstanceRegistryService()));
  24011.         return $instance;
  24012.     }
  24013.     /**
  24014.      * Gets the public 'sales_channel_definition.MoorlFoundation\Core\Content\Marker\MarkerDefinition' shared service.
  24015.      *
  24016.      * @return \MoorlFoundation\Core\Content\Marker\MarkerDefinition
  24017.      */
  24018.     protected function getMarkerDefinition2Service()
  24019.     {
  24020.         include_once \dirname(__DIR__4).'/vendor/store.shopware.com/moorlfoundation/src/Core/Content/Marker/MarkerDefinition.php';
  24021.         $this->services['sales_channel_definition.MoorlFoundation\\Core\\Content\\Marker\\MarkerDefinition'] = $instance = new \MoorlFoundation\Core\Content\Marker\MarkerDefinition();
  24022.         $instance->compile(($this->services['Shopware\\Core\\System\\SalesChannel\\Entity\\SalesChannelDefinitionInstanceRegistry'] ?? $this->getSalesChannelDefinitionInstanceRegistryService()));
  24023.         return $instance;
  24024.     }
  24025.     /**
  24026.      * Gets the public 'sales_channel_definition.MoorlFoundation\Core\Content\Sorting\SortingDefinition' shared service.
  24027.      *
  24028.      * @return \MoorlFoundation\Core\Content\Sorting\SortingDefinition
  24029.      */
  24030.     protected function getSortingDefinition2Service()
  24031.     {
  24032.         include_once \dirname(__DIR__4).'/vendor/store.shopware.com/moorlfoundation/src/Core/Content/Sorting/SortingDefinition.php';
  24033.         $this->services['sales_channel_definition.MoorlFoundation\\Core\\Content\\Sorting\\SortingDefinition'] = $instance = new \MoorlFoundation\Core\Content\Sorting\SortingDefinition();
  24034.         $instance->compile(($this->services['Shopware\\Core\\System\\SalesChannel\\Entity\\SalesChannelDefinitionInstanceRegistry'] ?? $this->getSalesChannelDefinitionInstanceRegistryService()));
  24035.         return $instance;
  24036.     }
  24037.     /**
  24038.      * Gets the public 'sales_channel_definition.MoorlFoundation\Core\Content\Sorting\SortingTranslationDefinition' shared service.
  24039.      *
  24040.      * @return \MoorlFoundation\Core\Content\Sorting\SortingTranslationDefinition
  24041.      */
  24042.     protected function getSortingTranslationDefinition2Service()
  24043.     {
  24044.         include_once \dirname(__DIR__4).'/vendor/shopware/core/Framework/DataAbstractionLayer/EntityTranslationDefinition.php';
  24045.         include_once \dirname(__DIR__4).'/vendor/store.shopware.com/moorlfoundation/src/Core/Content/Sorting/SortingTranslationDefinition.php';
  24046.         $this->services['sales_channel_definition.MoorlFoundation\\Core\\Content\\Sorting\\SortingTranslationDefinition'] = $instance = new \MoorlFoundation\Core\Content\Sorting\SortingTranslationDefinition();
  24047.         $instance->compile(($this->services['Shopware\\Core\\System\\SalesChannel\\Entity\\SalesChannelDefinitionInstanceRegistry'] ?? $this->getSalesChannelDefinitionInstanceRegistryService()));
  24048.         return $instance;
  24049.     }
  24050.     /**
  24051.      * Gets the public 'sales_channel_definition.MoorlMagazine\Core\Content\MagazineArticle\Aggregate\MagazineArticleCategory\MagazineArticleCategoryDefinition' shared service.
  24052.      *
  24053.      * @return \MoorlMagazine\Core\Content\MagazineArticle\Aggregate\MagazineArticleCategory\MagazineArticleCategoryDefinition
  24054.      */
  24055.     protected function getMagazineArticleCategoryDefinition2Service()
  24056.     {
  24057.         include_once \dirname(__DIR__4).'/vendor/store.shopware.com/moorlmagazine/src/Core/Content/MagazineArticle/Aggregate/MagazineArticleCategory/MagazineArticleCategoryDefinition.php';
  24058.         $this->services['sales_channel_definition.MoorlMagazine\\Core\\Content\\MagazineArticle\\Aggregate\\MagazineArticleCategory\\MagazineArticleCategoryDefinition'] = $instance = new \MoorlMagazine\Core\Content\MagazineArticle\Aggregate\MagazineArticleCategory\MagazineArticleCategoryDefinition();
  24059.         $instance->compile(($this->services['Shopware\\Core\\System\\SalesChannel\\Entity\\SalesChannelDefinitionInstanceRegistry'] ?? $this->getSalesChannelDefinitionInstanceRegistryService()));
  24060.         return $instance;
  24061.     }
  24062.     /**
  24063.      * Gets the public 'sales_channel_definition.MoorlMagazine\Core\Content\MagazineArticle\Aggregate\MagazineArticleMagazineCategory\MagazineArticleMagazineCategoryDefinition' shared service.
  24064.      *
  24065.      * @return \MoorlMagazine\Core\Content\MagazineArticle\Aggregate\MagazineArticleMagazineCategory\MagazineArticleMagazineCategoryDefinition
  24066.      */
  24067.     protected function getMagazineArticleMagazineCategoryDefinition2Service()
  24068.     {
  24069.         include_once \dirname(__DIR__4).'/vendor/store.shopware.com/moorlmagazine/src/Core/Content/MagazineArticle/Aggregate/MagazineArticleMagazineCategory/MagazineArticleMagazineCategoryDefinition.php';
  24070.         $this->services['sales_channel_definition.MoorlMagazine\\Core\\Content\\MagazineArticle\\Aggregate\\MagazineArticleMagazineCategory\\MagazineArticleMagazineCategoryDefinition'] = $instance = new \MoorlMagazine\Core\Content\MagazineArticle\Aggregate\MagazineArticleMagazineCategory\MagazineArticleMagazineCategoryDefinition();
  24071.         $instance->compile(($this->services['Shopware\\Core\\System\\SalesChannel\\Entity\\SalesChannelDefinitionInstanceRegistry'] ?? $this->getSalesChannelDefinitionInstanceRegistryService()));
  24072.         return $instance;
  24073.     }
  24074.     /**
  24075.      * Gets the public 'sales_channel_definition.MoorlMagazine\Core\Content\MagazineArticle\Aggregate\MagazineArticleMedia\MagazineArticleMediaDefinition' shared service.
  24076.      *
  24077.      * @return \MoorlMagazine\Core\Content\MagazineArticle\Aggregate\MagazineArticleMedia\MagazineArticleMediaDefinition
  24078.      */
  24079.     protected function getMagazineArticleMediaDefinition2Service()
  24080.     {
  24081.         include_once \dirname(__DIR__4).'/vendor/store.shopware.com/moorlmagazine/src/Core/Content/MagazineArticle/Aggregate/MagazineArticleMedia/MagazineArticleMediaDefinition.php';
  24082.         $this->services['sales_channel_definition.MoorlMagazine\\Core\\Content\\MagazineArticle\\Aggregate\\MagazineArticleMedia\\MagazineArticleMediaDefinition'] = $instance = new \MoorlMagazine\Core\Content\MagazineArticle\Aggregate\MagazineArticleMedia\MagazineArticleMediaDefinition();
  24083.         $instance->compile(($this->services['Shopware\\Core\\System\\SalesChannel\\Entity\\SalesChannelDefinitionInstanceRegistry'] ?? $this->getSalesChannelDefinitionInstanceRegistryService()));
  24084.         return $instance;
  24085.     }
  24086.     /**
  24087.      * Gets the public 'sales_channel_definition.MoorlMagazine\Core\Content\MagazineArticle\Aggregate\MagazineArticleProduct\MagazineArticleProductDefinition' shared service.
  24088.      *
  24089.      * @return \MoorlMagazine\Core\Content\MagazineArticle\Aggregate\MagazineArticleProduct\MagazineArticleProductDefinition
  24090.      */
  24091.     protected function getMagazineArticleProductDefinition2Service()
  24092.     {
  24093.         include_once \dirname(__DIR__4).'/vendor/store.shopware.com/moorlmagazine/src/Core/Content/MagazineArticle/Aggregate/MagazineArticleProduct/MagazineArticleProductDefinition.php';
  24094.         $this->services['sales_channel_definition.MoorlMagazine\\Core\\Content\\MagazineArticle\\Aggregate\\MagazineArticleProduct\\MagazineArticleProductDefinition'] = $instance = new \MoorlMagazine\Core\Content\MagazineArticle\Aggregate\MagazineArticleProduct\MagazineArticleProductDefinition();
  24095.         $instance->compile(($this->services['Shopware\\Core\\System\\SalesChannel\\Entity\\SalesChannelDefinitionInstanceRegistry'] ?? $this->getSalesChannelDefinitionInstanceRegistryService()));
  24096.         return $instance;
  24097.     }
  24098.     /**
  24099.      * Gets the public 'sales_channel_definition.MoorlMagazine\Core\Content\MagazineArticle\Aggregate\MagazineArticleSalesChannel\MagazineArticleSalesChannelDefinition' shared service.
  24100.      *
  24101.      * @return \MoorlMagazine\Core\Content\MagazineArticle\Aggregate\MagazineArticleSalesChannel\MagazineArticleSalesChannelDefinition
  24102.      */
  24103.     protected function getMagazineArticleSalesChannelDefinition2Service()
  24104.     {
  24105.         include_once \dirname(__DIR__4).'/vendor/store.shopware.com/moorlmagazine/src/Core/Content/MagazineArticle/Aggregate/MagazineArticleSalesChannel/MagazineArticleSalesChannelDefinition.php';
  24106.         $this->services['sales_channel_definition.MoorlMagazine\\Core\\Content\\MagazineArticle\\Aggregate\\MagazineArticleSalesChannel\\MagazineArticleSalesChannelDefinition'] = $instance = new \MoorlMagazine\Core\Content\MagazineArticle\Aggregate\MagazineArticleSalesChannel\MagazineArticleSalesChannelDefinition();
  24107.         $instance->compile(($this->services['Shopware\\Core\\System\\SalesChannel\\Entity\\SalesChannelDefinitionInstanceRegistry'] ?? $this->getSalesChannelDefinitionInstanceRegistryService()));
  24108.         return $instance;
  24109.     }
  24110.     /**
  24111.      * Gets the public 'sales_channel_definition.MoorlMagazine\Core\Content\MagazineArticle\Aggregate\MagazineArticleTag\MagazineArticleTagDefinition' shared service.
  24112.      *
  24113.      * @return \MoorlMagazine\Core\Content\MagazineArticle\Aggregate\MagazineArticleTag\MagazineArticleTagDefinition
  24114.      */
  24115.     protected function getMagazineArticleTagDefinition2Service()
  24116.     {
  24117.         include_once \dirname(__DIR__4).'/vendor/store.shopware.com/moorlmagazine/src/Core/Content/MagazineArticle/Aggregate/MagazineArticleTag/MagazineArticleTagDefinition.php';
  24118.         $this->services['sales_channel_definition.MoorlMagazine\\Core\\Content\\MagazineArticle\\Aggregate\\MagazineArticleTag\\MagazineArticleTagDefinition'] = $instance = new \MoorlMagazine\Core\Content\MagazineArticle\Aggregate\MagazineArticleTag\MagazineArticleTagDefinition();
  24119.         $instance->compile(($this->services['Shopware\\Core\\System\\SalesChannel\\Entity\\SalesChannelDefinitionInstanceRegistry'] ?? $this->getSalesChannelDefinitionInstanceRegistryService()));
  24120.         return $instance;
  24121.     }
  24122.     /**
  24123.      * Gets the public 'sales_channel_definition.MoorlMagazine\Core\Content\MagazineArticle\Aggregate\MagazineArticleTranslation\MagazineArticleTranslationDefinition' shared service.
  24124.      *
  24125.      * @return \MoorlMagazine\Core\Content\MagazineArticle\Aggregate\MagazineArticleTranslation\MagazineArticleTranslationDefinition
  24126.      */
  24127.     protected function getMagazineArticleTranslationDefinition2Service()
  24128.     {
  24129.         include_once \dirname(__DIR__4).'/vendor/shopware/core/Framework/DataAbstractionLayer/EntityTranslationDefinition.php';
  24130.         include_once \dirname(__DIR__4).'/vendor/store.shopware.com/moorlmagazine/src/Core/Content/MagazineArticle/Aggregate/MagazineArticleTranslation/MagazineArticleTranslationDefinition.php';
  24131.         $this->services['sales_channel_definition.MoorlMagazine\\Core\\Content\\MagazineArticle\\Aggregate\\MagazineArticleTranslation\\MagazineArticleTranslationDefinition'] = $instance = new \MoorlMagazine\Core\Content\MagazineArticle\Aggregate\MagazineArticleTranslation\MagazineArticleTranslationDefinition();
  24132.         $instance->compile(($this->services['Shopware\\Core\\System\\SalesChannel\\Entity\\SalesChannelDefinitionInstanceRegistry'] ?? $this->getSalesChannelDefinitionInstanceRegistryService()));
  24133.         return $instance;
  24134.     }
  24135.     /**
  24136.      * Gets the public 'sales_channel_definition.MoorlMagazine\Core\Content\MagazineAuthor\Aggregate\MagazineAuthorTranslation\MagazineAuthorTranslationDefinition' shared service.
  24137.      *
  24138.      * @return \MoorlMagazine\Core\Content\MagazineAuthor\Aggregate\MagazineAuthorTranslation\MagazineAuthorTranslationDefinition
  24139.      */
  24140.     protected function getMagazineAuthorTranslationDefinition2Service()
  24141.     {
  24142.         include_once \dirname(__DIR__4).'/vendor/shopware/core/Framework/DataAbstractionLayer/EntityTranslationDefinition.php';
  24143.         include_once \dirname(__DIR__4).'/vendor/store.shopware.com/moorlmagazine/src/Core/Content/MagazineAuthor/Aggregate/MagazineAuthorTranslation/MagazineAuthorTranslationDefinition.php';
  24144.         $this->services['sales_channel_definition.MoorlMagazine\\Core\\Content\\MagazineAuthor\\Aggregate\\MagazineAuthorTranslation\\MagazineAuthorTranslationDefinition'] = $instance = new \MoorlMagazine\Core\Content\MagazineAuthor\Aggregate\MagazineAuthorTranslation\MagazineAuthorTranslationDefinition();
  24145.         $instance->compile(($this->services['Shopware\\Core\\System\\SalesChannel\\Entity\\SalesChannelDefinitionInstanceRegistry'] ?? $this->getSalesChannelDefinitionInstanceRegistryService()));
  24146.         return $instance;
  24147.     }
  24148.     /**
  24149.      * Gets the public 'sales_channel_definition.MoorlMagazine\Core\Content\MagazineAuthor\MagazineAuthorDefinition' shared service.
  24150.      *
  24151.      * @return \MoorlMagazine\Core\Content\MagazineAuthor\MagazineAuthorDefinition
  24152.      */
  24153.     protected function getMagazineAuthorDefinition2Service()
  24154.     {
  24155.         include_once \dirname(__DIR__4).'/vendor/store.shopware.com/moorlmagazine/src/Core/Content/MagazineAuthor/MagazineAuthorDefinition.php';
  24156.         $this->services['sales_channel_definition.MoorlMagazine\\Core\\Content\\MagazineAuthor\\MagazineAuthorDefinition'] = $instance = new \MoorlMagazine\Core\Content\MagazineAuthor\MagazineAuthorDefinition();
  24157.         $instance->compile(($this->services['Shopware\\Core\\System\\SalesChannel\\Entity\\SalesChannelDefinitionInstanceRegistry'] ?? $this->getSalesChannelDefinitionInstanceRegistryService()));
  24158.         return $instance;
  24159.     }
  24160.     /**
  24161.      * Gets the public 'sales_channel_definition.MoorlMagazine\Core\Content\MagazineCategory\Aggregate\MagazineCategoryTranslation\MagazineCategoryTranslationDefinition' shared service.
  24162.      *
  24163.      * @return \MoorlMagazine\Core\Content\MagazineCategory\Aggregate\MagazineCategoryTranslation\MagazineCategoryTranslationDefinition
  24164.      */
  24165.     protected function getMagazineCategoryTranslationDefinition2Service()
  24166.     {
  24167.         include_once \dirname(__DIR__4).'/vendor/shopware/core/Framework/DataAbstractionLayer/EntityTranslationDefinition.php';
  24168.         include_once \dirname(__DIR__4).'/vendor/store.shopware.com/moorlmagazine/src/Core/Content/MagazineCategory/Aggregate/MagazineCategoryTranslation/MagazineCategoryTranslationDefinition.php';
  24169.         $this->services['sales_channel_definition.MoorlMagazine\\Core\\Content\\MagazineCategory\\Aggregate\\MagazineCategoryTranslation\\MagazineCategoryTranslationDefinition'] = $instance = new \MoorlMagazine\Core\Content\MagazineCategory\Aggregate\MagazineCategoryTranslation\MagazineCategoryTranslationDefinition();
  24170.         $instance->compile(($this->services['Shopware\\Core\\System\\SalesChannel\\Entity\\SalesChannelDefinitionInstanceRegistry'] ?? $this->getSalesChannelDefinitionInstanceRegistryService()));
  24171.         return $instance;
  24172.     }
  24173.     /**
  24174.      * Gets the public 'sales_channel_definition.MoorlMagazine\Core\Content\MagazineCategory\MagazineCategoryDefinition' shared service.
  24175.      *
  24176.      * @return \MoorlMagazine\Core\Content\MagazineCategory\MagazineCategoryDefinition
  24177.      */
  24178.     protected function getMagazineCategoryDefinition2Service()
  24179.     {
  24180.         include_once \dirname(__DIR__4).'/vendor/store.shopware.com/moorlmagazine/src/Core/Content/MagazineCategory/MagazineCategoryDefinition.php';
  24181.         $this->services['sales_channel_definition.MoorlMagazine\\Core\\Content\\MagazineCategory\\MagazineCategoryDefinition'] = $instance = new \MoorlMagazine\Core\Content\MagazineCategory\MagazineCategoryDefinition();
  24182.         $instance->compile(($this->services['Shopware\\Core\\System\\SalesChannel\\Entity\\SalesChannelDefinitionInstanceRegistry'] ?? $this->getSalesChannelDefinitionInstanceRegistryService()));
  24183.         return $instance;
  24184.     }
  24185.     /**
  24186.      * Gets the public 'sales_channel_definition.MoorlMagazine\Core\Content\MagazineComment\MagazineCommentDefinition' shared service.
  24187.      *
  24188.      * @return \MoorlMagazine\Core\Content\MagazineComment\MagazineCommentDefinition
  24189.      */
  24190.     protected function getMagazineCommentDefinition2Service()
  24191.     {
  24192.         include_once \dirname(__DIR__4).'/vendor/store.shopware.com/moorlmagazine/src/Core/Content/MagazineComment/MagazineCommentDefinition.php';
  24193.         $this->services['sales_channel_definition.MoorlMagazine\\Core\\Content\\MagazineComment\\MagazineCommentDefinition'] = $instance = new \MoorlMagazine\Core\Content\MagazineComment\MagazineCommentDefinition();
  24194.         $instance->compile(($this->services['Shopware\\Core\\System\\SalesChannel\\Entity\\SalesChannelDefinitionInstanceRegistry'] ?? $this->getSalesChannelDefinitionInstanceRegistryService()));
  24195.         return $instance;
  24196.     }
  24197.     /**
  24198.      * Gets the public 'sales_channel_definition.Nds\RecipeManager\Core\Content\Category\Aggregate\CategoryTranslation\CategoryTranslationDefinition' shared service.
  24199.      *
  24200.      * @return \Nds\RecipeManager\Core\Content\Category\Aggregate\CategoryTranslation\CategoryTranslationDefinition
  24201.      */
  24202.     protected function getCategoryTranslationDefinition3Service()
  24203.     {
  24204.         include_once \dirname(__DIR__4).'/vendor/shopware/core/Framework/DataAbstractionLayer/EntityTranslationDefinition.php';
  24205.         include_once \dirname(__DIR__4).'/vendor/store.shopware.com/ndsrecipemanager/src/Core/Content/Category/Aggregate/CategoryTranslation/CategoryTranslationDefinition.php';
  24206.         $this->services['sales_channel_definition.Nds\\RecipeManager\\Core\\Content\\Category\\Aggregate\\CategoryTranslation\\CategoryTranslationDefinition'] = $instance = new \Nds\RecipeManager\Core\Content\Category\Aggregate\CategoryTranslation\CategoryTranslationDefinition();
  24207.         $instance->compile(($this->services['Shopware\\Core\\System\\SalesChannel\\Entity\\SalesChannelDefinitionInstanceRegistry'] ?? $this->getSalesChannelDefinitionInstanceRegistryService()));
  24208.         return $instance;
  24209.     }
  24210.     /**
  24211.      * Gets the public 'sales_channel_definition.Nds\RecipeManager\Core\Content\Category\CategoryDefinition' shared service.
  24212.      *
  24213.      * @return \Nds\RecipeManager\Core\Content\Category\CategoryDefinition
  24214.      */
  24215.     protected function getCategoryDefinition3Service()
  24216.     {
  24217.         include_once \dirname(__DIR__4).'/vendor/store.shopware.com/ndsrecipemanager/src/Core/Content/Category/CategoryDefinition.php';
  24218.         $this->services['sales_channel_definition.Nds\\RecipeManager\\Core\\Content\\Category\\CategoryDefinition'] = $instance = new \Nds\RecipeManager\Core\Content\Category\CategoryDefinition();
  24219.         $instance->compile(($this->services['Shopware\\Core\\System\\SalesChannel\\Entity\\SalesChannelDefinitionInstanceRegistry'] ?? $this->getSalesChannelDefinitionInstanceRegistryService()));
  24220.         return $instance;
  24221.     }
  24222.     /**
  24223.      * Gets the public 'sales_channel_definition.Nds\RecipeManager\Core\Content\Difficulty\Aggregate\DifficultyTranslation\DifficultyTranslationDefinition' shared service.
  24224.      *
  24225.      * @return \Nds\RecipeManager\Core\Content\Difficulty\Aggregate\DifficultyTranslation\DifficultyTranslationDefinition
  24226.      */
  24227.     protected function getDifficultyTranslationDefinition2Service()
  24228.     {
  24229.         include_once \dirname(__DIR__4).'/vendor/shopware/core/Framework/DataAbstractionLayer/EntityTranslationDefinition.php';
  24230.         include_once \dirname(__DIR__4).'/vendor/store.shopware.com/ndsrecipemanager/src/Core/Content/Difficulty/Aggregate/DifficultyTranslation/DifficultyTranslationDefinition.php';
  24231.         $this->services['sales_channel_definition.Nds\\RecipeManager\\Core\\Content\\Difficulty\\Aggregate\\DifficultyTranslation\\DifficultyTranslationDefinition'] = $instance = new \Nds\RecipeManager\Core\Content\Difficulty\Aggregate\DifficultyTranslation\DifficultyTranslationDefinition();
  24232.         $instance->compile(($this->services['Shopware\\Core\\System\\SalesChannel\\Entity\\SalesChannelDefinitionInstanceRegistry'] ?? $this->getSalesChannelDefinitionInstanceRegistryService()));
  24233.         return $instance;
  24234.     }
  24235.     /**
  24236.      * Gets the public 'sales_channel_definition.Nds\RecipeManager\Core\Content\Difficulty\DifficultyDefinition' shared service.
  24237.      *
  24238.      * @return \Nds\RecipeManager\Core\Content\Difficulty\DifficultyDefinition
  24239.      */
  24240.     protected function getDifficultyDefinition2Service()
  24241.     {
  24242.         include_once \dirname(__DIR__4).'/vendor/store.shopware.com/ndsrecipemanager/src/Core/Content/Difficulty/DifficultyDefinition.php';
  24243.         $this->services['sales_channel_definition.Nds\\RecipeManager\\Core\\Content\\Difficulty\\DifficultyDefinition'] = $instance = new \Nds\RecipeManager\Core\Content\Difficulty\DifficultyDefinition();
  24244.         $instance->compile(($this->services['Shopware\\Core\\System\\SalesChannel\\Entity\\SalesChannelDefinitionInstanceRegistry'] ?? $this->getSalesChannelDefinitionInstanceRegistryService()));
  24245.         return $instance;
  24246.     }
  24247.     /**
  24248.      * Gets the public 'sales_channel_definition.Nds\RecipeManager\Core\Content\Ingredient\Aggregate\IngredientTranslation\IngredientTranslationDefinition' shared service.
  24249.      *
  24250.      * @return \Nds\RecipeManager\Core\Content\Ingredient\Aggregate\IngredientTranslation\IngredientTranslationDefinition
  24251.      */
  24252.     protected function getIngredientTranslationDefinition2Service()
  24253.     {
  24254.         include_once \dirname(__DIR__4).'/vendor/shopware/core/Framework/DataAbstractionLayer/EntityTranslationDefinition.php';
  24255.         include_once \dirname(__DIR__4).'/vendor/store.shopware.com/ndsrecipemanager/src/Core/Content/Ingredient/Aggregate/IngredientTranslation/IngredientTranslationDefinition.php';
  24256.         $this->services['sales_channel_definition.Nds\\RecipeManager\\Core\\Content\\Ingredient\\Aggregate\\IngredientTranslation\\IngredientTranslationDefinition'] = $instance = new \Nds\RecipeManager\Core\Content\Ingredient\Aggregate\IngredientTranslation\IngredientTranslationDefinition();
  24257.         $instance->compile(($this->services['Shopware\\Core\\System\\SalesChannel\\Entity\\SalesChannelDefinitionInstanceRegistry'] ?? $this->getSalesChannelDefinitionInstanceRegistryService()));
  24258.         return $instance;
  24259.     }
  24260.     /**
  24261.      * Gets the public 'sales_channel_definition.Nds\RecipeManager\Core\Content\Ingredient\IngredientDefinition' shared service.
  24262.      *
  24263.      * @return \Nds\RecipeManager\Core\Content\Ingredient\IngredientDefinition
  24264.      */
  24265.     protected function getIngredientDefinition2Service()
  24266.     {
  24267.         include_once \dirname(__DIR__4).'/vendor/store.shopware.com/ndsrecipemanager/src/Core/Content/Ingredient/IngredientDefinition.php';
  24268.         $this->services['sales_channel_definition.Nds\\RecipeManager\\Core\\Content\\Ingredient\\IngredientDefinition'] = $instance = new \Nds\RecipeManager\Core\Content\Ingredient\IngredientDefinition();
  24269.         $instance->compile(($this->services['Shopware\\Core\\System\\SalesChannel\\Entity\\SalesChannelDefinitionInstanceRegistry'] ?? $this->getSalesChannelDefinitionInstanceRegistryService()));
  24270.         return $instance;
  24271.     }
  24272.     /**
  24273.      * Gets the public 'sales_channel_definition.Nds\RecipeManager\Core\Content\Recipe\Aggregate\RecipeCategory\RecipeCategoryDefinition' shared service.
  24274.      *
  24275.      * @return \Nds\RecipeManager\Core\Content\Recipe\Aggregate\RecipeCategory\RecipeCategoryDefinition
  24276.      */
  24277.     protected function getRecipeCategoryDefinition2Service()
  24278.     {
  24279.         include_once \dirname(__DIR__4).'/vendor/store.shopware.com/ndsrecipemanager/src/Core/Content/Recipe/Aggregate/RecipeCategory/RecipeCategoryDefinition.php';
  24280.         $this->services['sales_channel_definition.Nds\\RecipeManager\\Core\\Content\\Recipe\\Aggregate\\RecipeCategory\\RecipeCategoryDefinition'] = $instance = new \Nds\RecipeManager\Core\Content\Recipe\Aggregate\RecipeCategory\RecipeCategoryDefinition();
  24281.         $instance->compile(($this->services['Shopware\\Core\\System\\SalesChannel\\Entity\\SalesChannelDefinitionInstanceRegistry'] ?? $this->getSalesChannelDefinitionInstanceRegistryService()));
  24282.         return $instance;
  24283.     }
  24284.     /**
  24285.      * Gets the public 'sales_channel_definition.Nds\RecipeManager\Core\Content\Recipe\Aggregate\RecipeIngredient\RecipeIngredientDefinition' shared service.
  24286.      *
  24287.      * @return \Nds\RecipeManager\Core\Content\Recipe\Aggregate\RecipeIngredient\RecipeIngredientDefinition
  24288.      */
  24289.     protected function getRecipeIngredientDefinition2Service()
  24290.     {
  24291.         include_once \dirname(__DIR__4).'/vendor/store.shopware.com/ndsrecipemanager/src/Core/Content/Recipe/Aggregate/RecipeIngredient/RecipeIngredientDefinition.php';
  24292.         $this->services['sales_channel_definition.Nds\\RecipeManager\\Core\\Content\\Recipe\\Aggregate\\RecipeIngredient\\RecipeIngredientDefinition'] = $instance = new \Nds\RecipeManager\Core\Content\Recipe\Aggregate\RecipeIngredient\RecipeIngredientDefinition();
  24293.         $instance->compile(($this->services['Shopware\\Core\\System\\SalesChannel\\Entity\\SalesChannelDefinitionInstanceRegistry'] ?? $this->getSalesChannelDefinitionInstanceRegistryService()));
  24294.         return $instance;
  24295.     }
  24296.     /**
  24297.      * Gets the public 'sales_channel_definition.Nds\RecipeManager\Core\Content\Recipe\Aggregate\RecipeRelated\RecipeRelatedDefinition' shared service.
  24298.      *
  24299.      * @return \Nds\RecipeManager\Core\Content\Recipe\Aggregate\RecipeRelated\RecipeRelatedDefinition
  24300.      */
  24301.     protected function getRecipeRelatedDefinition2Service()
  24302.     {
  24303.         include_once \dirname(__DIR__4).'/vendor/store.shopware.com/ndsrecipemanager/src/Core/Content/Recipe/Aggregate/RecipeRelated/RecipeRelatedDefinition.php';
  24304.         $this->services['sales_channel_definition.Nds\\RecipeManager\\Core\\Content\\Recipe\\Aggregate\\RecipeRelated\\RecipeRelatedDefinition'] = $instance = new \Nds\RecipeManager\Core\Content\Recipe\Aggregate\RecipeRelated\RecipeRelatedDefinition();
  24305.         $instance->compile(($this->services['Shopware\\Core\\System\\SalesChannel\\Entity\\SalesChannelDefinitionInstanceRegistry'] ?? $this->getSalesChannelDefinitionInstanceRegistryService()));
  24306.         return $instance;
  24307.     }
  24308.     /**
  24309.      * Gets the public 'sales_channel_definition.Nds\RecipeManager\Core\Content\Recipe\Aggregate\RecipeTag\RecipeTagDefinition' shared service.
  24310.      *
  24311.      * @return \Nds\RecipeManager\Core\Content\Recipe\Aggregate\RecipeTag\RecipeTagDefinition
  24312.      */
  24313.     protected function getRecipeTagDefinition2Service()
  24314.     {
  24315.         include_once \dirname(__DIR__4).'/vendor/store.shopware.com/ndsrecipemanager/src/Core/Content/Recipe/Aggregate/RecipeTag/RecipeTagDefinition.php';
  24316.         $this->services['sales_channel_definition.Nds\\RecipeManager\\Core\\Content\\Recipe\\Aggregate\\RecipeTag\\RecipeTagDefinition'] = $instance = new \Nds\RecipeManager\Core\Content\Recipe\Aggregate\RecipeTag\RecipeTagDefinition();
  24317.         $instance->compile(($this->services['Shopware\\Core\\System\\SalesChannel\\Entity\\SalesChannelDefinitionInstanceRegistry'] ?? $this->getSalesChannelDefinitionInstanceRegistryService()));
  24318.         return $instance;
  24319.     }
  24320.     /**
  24321.      * Gets the public 'sales_channel_definition.Nds\RecipeManager\Core\Content\Recipe\Aggregate\RecipeTranslation\RecipeTranslationDefinition' shared service.
  24322.      *
  24323.      * @return \Nds\RecipeManager\Core\Content\Recipe\Aggregate\RecipeTranslation\RecipeTranslationDefinition
  24324.      */
  24325.     protected function getRecipeTranslationDefinition2Service()
  24326.     {
  24327.         include_once \dirname(__DIR__4).'/vendor/shopware/core/Framework/DataAbstractionLayer/EntityTranslationDefinition.php';
  24328.         include_once \dirname(__DIR__4).'/vendor/store.shopware.com/ndsrecipemanager/src/Core/Content/Recipe/Aggregate/RecipeTranslation/RecipeTranslationDefinition.php';
  24329.         $this->services['sales_channel_definition.Nds\\RecipeManager\\Core\\Content\\Recipe\\Aggregate\\RecipeTranslation\\RecipeTranslationDefinition'] = $instance = new \Nds\RecipeManager\Core\Content\Recipe\Aggregate\RecipeTranslation\RecipeTranslationDefinition();
  24330.         $instance->compile(($this->services['Shopware\\Core\\System\\SalesChannel\\Entity\\SalesChannelDefinitionInstanceRegistry'] ?? $this->getSalesChannelDefinitionInstanceRegistryService()));
  24331.         return $instance;
  24332.     }
  24333.     /**
  24334.      * Gets the public 'sales_channel_definition.Nds\RecipeManager\Core\Content\Recipe\RecipeDefinition' shared service.
  24335.      *
  24336.      * @return \Nds\RecipeManager\Core\Content\Recipe\RecipeDefinition
  24337.      */
  24338.     protected function getRecipeDefinition2Service()
  24339.     {
  24340.         include_once \dirname(__DIR__4).'/vendor/store.shopware.com/ndsrecipemanager/src/Core/Content/Recipe/RecipeDefinition.php';
  24341.         $this->services['sales_channel_definition.Nds\\RecipeManager\\Core\\Content\\Recipe\\RecipeDefinition'] = $instance = new \Nds\RecipeManager\Core\Content\Recipe\RecipeDefinition();
  24342.         $instance->compile(($this->services['Shopware\\Core\\System\\SalesChannel\\Entity\\SalesChannelDefinitionInstanceRegistry'] ?? $this->getSalesChannelDefinitionInstanceRegistryService()));
  24343.         return $instance;
  24344.     }
  24345.     /**
  24346.      * Gets the public 'sales_channel_definition.Nds\RecipeManager\Core\Content\Recipe\RecipeMedia\RecipeMediaDefinition' shared service.
  24347.      *
  24348.      * @return \Nds\RecipeManager\Core\Content\Recipe\RecipeMedia\RecipeMediaDefinition
  24349.      */
  24350.     protected function getRecipeMediaDefinition2Service()
  24351.     {
  24352.         include_once \dirname(__DIR__4).'/vendor/store.shopware.com/ndsrecipemanager/src/Core/Content/Recipe/RecipeMedia/RecipeMediaDefinition.php';
  24353.         $this->services['sales_channel_definition.Nds\\RecipeManager\\Core\\Content\\Recipe\\RecipeMedia\\RecipeMediaDefinition'] = $instance = new \Nds\RecipeManager\Core\Content\Recipe\RecipeMedia\RecipeMediaDefinition();
  24354.         $instance->compile(($this->services['Shopware\\Core\\System\\SalesChannel\\Entity\\SalesChannelDefinitionInstanceRegistry'] ?? $this->getSalesChannelDefinitionInstanceRegistryService()));
  24355.         return $instance;
  24356.     }
  24357.     /**
  24358.      * Gets the public 'sales_channel_definition.Nds\RecipeManager\Core\Content\Tag\Aggregate\TagTranslation\TagTranslationDefinition' shared service.
  24359.      *
  24360.      * @return \Nds\RecipeManager\Core\Content\Tag\Aggregate\TagTranslation\TagTranslationDefinition
  24361.      */
  24362.     protected function getTagTranslationDefinition2Service()
  24363.     {
  24364.         include_once \dirname(__DIR__4).'/vendor/shopware/core/Framework/DataAbstractionLayer/EntityTranslationDefinition.php';
  24365.         include_once \dirname(__DIR__4).'/vendor/store.shopware.com/ndsrecipemanager/src/Core/Content/Tag/Aggregate/TagTranslation/TagTranslationDefinition.php';
  24366.         $this->services['sales_channel_definition.Nds\\RecipeManager\\Core\\Content\\Tag\\Aggregate\\TagTranslation\\TagTranslationDefinition'] = $instance = new \Nds\RecipeManager\Core\Content\Tag\Aggregate\TagTranslation\TagTranslationDefinition();
  24367.         $instance->compile(($this->services['Shopware\\Core\\System\\SalesChannel\\Entity\\SalesChannelDefinitionInstanceRegistry'] ?? $this->getSalesChannelDefinitionInstanceRegistryService()));
  24368.         return $instance;
  24369.     }
  24370.     /**
  24371.      * Gets the public 'sales_channel_definition.Nds\RecipeManager\Core\Content\Tag\TagDefinition' shared service.
  24372.      *
  24373.      * @return \Nds\RecipeManager\Core\Content\Tag\TagDefinition
  24374.      */
  24375.     protected function getTagDefinition3Service()
  24376.     {
  24377.         include_once \dirname(__DIR__4).'/vendor/store.shopware.com/ndsrecipemanager/src/Core/Content/Tag/TagDefinition.php';
  24378.         $this->services['sales_channel_definition.Nds\\RecipeManager\\Core\\Content\\Tag\\TagDefinition'] = $instance = new \Nds\RecipeManager\Core\Content\Tag\TagDefinition();
  24379.         $instance->compile(($this->services['Shopware\\Core\\System\\SalesChannel\\Entity\\SalesChannelDefinitionInstanceRegistry'] ?? $this->getSalesChannelDefinitionInstanceRegistryService()));
  24380.         return $instance;
  24381.     }
  24382.     /**
  24383.      * Gets the public 'sales_channel_definition.Nds\RecipeManager\Core\Content\TimeUnit\TimeUnitDefinition' shared service.
  24384.      *
  24385.      * @return \Nds\RecipeManager\Core\Content\TimeUnit\TimeUnitDefinition
  24386.      */
  24387.     protected function getTimeUnitDefinition2Service()
  24388.     {
  24389.         include_once \dirname(__DIR__4).'/vendor/store.shopware.com/ndsrecipemanager/src/Core/Content/TimeUnit/TimeUnitDefinition.php';
  24390.         $this->services['sales_channel_definition.Nds\\RecipeManager\\Core\\Content\\TimeUnit\\TimeUnitDefinition'] = $instance = new \Nds\RecipeManager\Core\Content\TimeUnit\TimeUnitDefinition();
  24391.         $instance->compile(($this->services['Shopware\\Core\\System\\SalesChannel\\Entity\\SalesChannelDefinitionInstanceRegistry'] ?? $this->getSalesChannelDefinitionInstanceRegistryService()));
  24392.         return $instance;
  24393.     }
  24394.     /**
  24395.      * Gets the public 'sales_channel_definition.Nds\RecipeManager\Core\Content\Unit\Aggregate\UnitTranslation\UnitTranslationDefinition' shared service.
  24396.      *
  24397.      * @return \Nds\RecipeManager\Core\Content\Unit\Aggregate\UnitTranslation\UnitTranslationDefinition
  24398.      */
  24399.     protected function getUnitTranslationDefinition3Service()
  24400.     {
  24401.         include_once \dirname(__DIR__4).'/vendor/shopware/core/Framework/DataAbstractionLayer/EntityTranslationDefinition.php';
  24402.         include_once \dirname(__DIR__4).'/vendor/store.shopware.com/ndsrecipemanager/src/Core/Content/Unit/Aggregate/UnitTranslation/UnitTranslationDefinition.php';
  24403.         $this->services['sales_channel_definition.Nds\\RecipeManager\\Core\\Content\\Unit\\Aggregate\\UnitTranslation\\UnitTranslationDefinition'] = $instance = new \Nds\RecipeManager\Core\Content\Unit\Aggregate\UnitTranslation\UnitTranslationDefinition();
  24404.         $instance->compile(($this->services['Shopware\\Core\\System\\SalesChannel\\Entity\\SalesChannelDefinitionInstanceRegistry'] ?? $this->getSalesChannelDefinitionInstanceRegistryService()));
  24405.         return $instance;
  24406.     }
  24407.     /**
  24408.      * Gets the public 'sales_channel_definition.Nds\RecipeManager\Core\Content\Unit\UnitDefinition' shared service.
  24409.      *
  24410.      * @return \Nds\RecipeManager\Core\Content\Unit\UnitDefinition
  24411.      */
  24412.     protected function getUnitDefinition3Service()
  24413.     {
  24414.         include_once \dirname(__DIR__4).'/vendor/store.shopware.com/ndsrecipemanager/src/Core/Content/Unit/UnitDefinition.php';
  24415.         $this->services['sales_channel_definition.Nds\\RecipeManager\\Core\\Content\\Unit\\UnitDefinition'] = $instance = new \Nds\RecipeManager\Core\Content\Unit\UnitDefinition();
  24416.         $instance->compile(($this->services['Shopware\\Core\\System\\SalesChannel\\Entity\\SalesChannelDefinitionInstanceRegistry'] ?? $this->getSalesChannelDefinitionInstanceRegistryService()));
  24417.         return $instance;
  24418.     }
  24419.     /**
  24420.      * Gets the public 'sales_channel_definition.NetInventors\NetiNextModal\Core\Content\Modal\Aggregate\ModalCategory\ModalCategoryDefinition' shared service.
  24421.      *
  24422.      * @return \NetInventors\NetiNextModal\Core\Content\Modal\Aggregate\ModalCategory\ModalCategoryDefinition
  24423.      */
  24424.     protected function getModalCategoryDefinition2Service()
  24425.     {
  24426.         include_once \dirname(__DIR__4).'/vendor/store.shopware.com/netinextmodal/src/Core/Content/Modal/Aggregate/ModalCategory/ModalCategoryDefinition.php';
  24427.         $this->services['sales_channel_definition.NetInventors\\NetiNextModal\\Core\\Content\\Modal\\Aggregate\\ModalCategory\\ModalCategoryDefinition'] = $instance = new \NetInventors\NetiNextModal\Core\Content\Modal\Aggregate\ModalCategory\ModalCategoryDefinition();
  24428.         $instance->compile(($this->services['Shopware\\Core\\System\\SalesChannel\\Entity\\SalesChannelDefinitionInstanceRegistry'] ?? $this->getSalesChannelDefinitionInstanceRegistryService()));
  24429.         return $instance;
  24430.     }
  24431.     /**
  24432.      * Gets the public 'sales_channel_definition.NetInventors\NetiNextModal\Core\Content\Modal\Aggregate\ModalLanguage\ModalLanguageDefinition' shared service.
  24433.      *
  24434.      * @return \NetInventors\NetiNextModal\Core\Content\Modal\Aggregate\ModalLanguage\ModalLanguageDefinition
  24435.      */
  24436.     protected function getModalLanguageDefinition2Service()
  24437.     {
  24438.         include_once \dirname(__DIR__4).'/vendor/store.shopware.com/netinextmodal/src/Core/Content/Modal/Aggregate/ModalLanguage/ModalLanguageDefinition.php';
  24439.         $this->services['sales_channel_definition.NetInventors\\NetiNextModal\\Core\\Content\\Modal\\Aggregate\\ModalLanguage\\ModalLanguageDefinition'] = $instance = new \NetInventors\NetiNextModal\Core\Content\Modal\Aggregate\ModalLanguage\ModalLanguageDefinition();
  24440.         $instance->compile(($this->services['Shopware\\Core\\System\\SalesChannel\\Entity\\SalesChannelDefinitionInstanceRegistry'] ?? $this->getSalesChannelDefinitionInstanceRegistryService()));
  24441.         return $instance;
  24442.     }
  24443.     /**
  24444.      * Gets the public 'sales_channel_definition.NetInventors\NetiNextModal\Core\Content\Modal\Aggregate\ModalProduct\ModalProductDefinition' shared service.
  24445.      *
  24446.      * @return \NetInventors\NetiNextModal\Core\Content\Modal\Aggregate\ModalProduct\ModalProductDefinition
  24447.      */
  24448.     protected function getModalProductDefinition2Service()
  24449.     {
  24450.         include_once \dirname(__DIR__4).'/vendor/store.shopware.com/netinextmodal/src/Core/Content/Modal/Aggregate/ModalProduct/ModalProductDefinition.php';
  24451.         $this->services['sales_channel_definition.NetInventors\\NetiNextModal\\Core\\Content\\Modal\\Aggregate\\ModalProduct\\ModalProductDefinition'] = $instance = new \NetInventors\NetiNextModal\Core\Content\Modal\Aggregate\ModalProduct\ModalProductDefinition();
  24452.         $instance->compile(($this->services['Shopware\\Core\\System\\SalesChannel\\Entity\\SalesChannelDefinitionInstanceRegistry'] ?? $this->getSalesChannelDefinitionInstanceRegistryService()));
  24453.         return $instance;
  24454.     }
  24455.     /**
  24456.      * Gets the public 'sales_channel_definition.NetInventors\NetiNextModal\Core\Content\Modal\Aggregate\ModalSalesChannel\ModalSalesChannelDefinition' shared service.
  24457.      *
  24458.      * @return \NetInventors\NetiNextModal\Core\Content\Modal\Aggregate\ModalSalesChannel\ModalSalesChannelDefinition
  24459.      */
  24460.     protected function getModalSalesChannelDefinition2Service()
  24461.     {
  24462.         include_once \dirname(__DIR__4).'/vendor/store.shopware.com/netinextmodal/src/Core/Content/Modal/Aggregate/ModalSalesChannel/ModalSalesChannelDefinition.php';
  24463.         $this->services['sales_channel_definition.NetInventors\\NetiNextModal\\Core\\Content\\Modal\\Aggregate\\ModalSalesChannel\\ModalSalesChannelDefinition'] = $instance = new \NetInventors\NetiNextModal\Core\Content\Modal\Aggregate\ModalSalesChannel\ModalSalesChannelDefinition();
  24464.         $instance->compile(($this->services['Shopware\\Core\\System\\SalesChannel\\Entity\\SalesChannelDefinitionInstanceRegistry'] ?? $this->getSalesChannelDefinitionInstanceRegistryService()));
  24465.         return $instance;
  24466.     }
  24467.     /**
  24468.      * Gets the public 'sales_channel_definition.NetInventors\NetiNextModal\Core\Content\Modal\Aggregate\ModalSchedule\ModalScheduleDefinition' shared service.
  24469.      *
  24470.      * @return \NetInventors\NetiNextModal\Core\Content\Modal\Aggregate\ModalSchedule\ModalScheduleDefinition
  24471.      */
  24472.     protected function getModalScheduleDefinition2Service()
  24473.     {
  24474.         include_once \dirname(__DIR__4).'/vendor/store.shopware.com/netinextmodal/src/Core/Content/Modal/Aggregate/ModalSchedule/ModalScheduleDefinition.php';
  24475.         $this->services['sales_channel_definition.NetInventors\\NetiNextModal\\Core\\Content\\Modal\\Aggregate\\ModalSchedule\\ModalScheduleDefinition'] = $instance = new \NetInventors\NetiNextModal\Core\Content\Modal\Aggregate\ModalSchedule\ModalScheduleDefinition();
  24476.         $instance->compile(($this->services['Shopware\\Core\\System\\SalesChannel\\Entity\\SalesChannelDefinitionInstanceRegistry'] ?? $this->getSalesChannelDefinitionInstanceRegistryService()));
  24477.         return $instance;
  24478.     }
  24479.     /**
  24480.      * Gets the public 'sales_channel_definition.NetInventors\NetiNextModal\Core\Content\Modal\Aggregate\ModalTranslation\ModalTranslationDefinition' shared service.
  24481.      *
  24482.      * @return \NetInventors\NetiNextModal\Core\Content\Modal\Aggregate\ModalTranslation\ModalTranslationDefinition
  24483.      */
  24484.     protected function getModalTranslationDefinition2Service()
  24485.     {
  24486.         include_once \dirname(__DIR__4).'/vendor/shopware/core/Framework/DataAbstractionLayer/EntityTranslationDefinition.php';
  24487.         include_once \dirname(__DIR__4).'/vendor/store.shopware.com/netinextmodal/src/Core/Content/Modal/Aggregate/ModalTranslation/ModalTranslationDefinition.php';
  24488.         $this->services['sales_channel_definition.NetInventors\\NetiNextModal\\Core\\Content\\Modal\\Aggregate\\ModalTranslation\\ModalTranslationDefinition'] = $instance = new \NetInventors\NetiNextModal\Core\Content\Modal\Aggregate\ModalTranslation\ModalTranslationDefinition();
  24489.         $instance->compile(($this->services['Shopware\\Core\\System\\SalesChannel\\Entity\\SalesChannelDefinitionInstanceRegistry'] ?? $this->getSalesChannelDefinitionInstanceRegistryService()));
  24490.         return $instance;
  24491.     }
  24492.     /**
  24493.      * Gets the public 'sales_channel_definition.NetInventors\NetiNextModal\Core\Content\Modal\ModalDefinition' shared service.
  24494.      *
  24495.      * @return \NetInventors\NetiNextModal\Core\Content\Modal\ModalDefinition
  24496.      */
  24497.     protected function getModalDefinition2Service()
  24498.     {
  24499.         include_once \dirname(__DIR__4).'/vendor/store.shopware.com/netinextmodal/src/Core/Content/Modal/ModalDefinition.php';
  24500.         $this->services['sales_channel_definition.NetInventors\\NetiNextModal\\Core\\Content\\Modal\\ModalDefinition'] = $instance = new \NetInventors\NetiNextModal\Core\Content\Modal\ModalDefinition();
  24501.         $instance->compile(($this->services['Shopware\\Core\\System\\SalesChannel\\Entity\\SalesChannelDefinitionInstanceRegistry'] ?? $this->getSalesChannelDefinitionInstanceRegistryService()));
  24502.         return $instance;
  24503.     }
  24504.     /**
  24505.      * Gets the public 'sales_channel_definition.Nimbits\NimbitsArticleQuestionsNext\ArticleQuestions\ArticleQuestionEntityDefinition' shared service.
  24506.      *
  24507.      * @return \Nimbits\NimbitsArticleQuestionsNext\ArticleQuestions\ArticleQuestionEntityDefinition
  24508.      */
  24509.     protected function getArticleQuestionEntityDefinition2Service()
  24510.     {
  24511.         include_once \dirname(__DIR__4).'/vendor/store.shopware.com/nimbitsarticlequestionsnext/src/ArticleQuestions/ArticleQuestionEntityDefinition.php';
  24512.         $this->services['sales_channel_definition.Nimbits\\NimbitsArticleQuestionsNext\\ArticleQuestions\\ArticleQuestionEntityDefinition'] = $instance = new \Nimbits\NimbitsArticleQuestionsNext\ArticleQuestions\ArticleQuestionEntityDefinition();
  24513.         $instance->compile(($this->services['Shopware\\Core\\System\\SalesChannel\\Entity\\SalesChannelDefinitionInstanceRegistry'] ?? $this->getSalesChannelDefinitionInstanceRegistryService()));
  24514.         return $instance;
  24515.     }
  24516.     /**
  24517.      * Gets the public 'sales_channel_definition.Pixel\LexikonSW6\Entities\Categories\LexikonCategoriesDefinition' shared service.
  24518.      *
  24519.      * @return \Pixel\LexikonSW6\Entities\Categories\LexikonCategoriesDefinition
  24520.      */
  24521.     protected function getLexikonCategoriesDefinition2Service()
  24522.     {
  24523.         include_once \dirname(__DIR__4).'/custom/plugins/PixelLexikonSW6/src/Entities/Categories/LexikonCategoriesDefinition.php';
  24524.         $this->services['sales_channel_definition.Pixel\\LexikonSW6\\Entities\\Categories\\LexikonCategoriesDefinition'] = $instance = new \Pixel\LexikonSW6\Entities\Categories\LexikonCategoriesDefinition();
  24525.         $instance->compile(($this->services['Shopware\\Core\\System\\SalesChannel\\Entity\\SalesChannelDefinitionInstanceRegistry'] ?? $this->getSalesChannelDefinitionInstanceRegistryService()));
  24526.         return $instance;
  24527.     }
  24528.     /**
  24529.      * Gets the public 'sales_channel_definition.Pixel\LexikonSW6\Entities\Categories\LexikonCategoriesTranslationDefinition' shared service.
  24530.      *
  24531.      * @return \Pixel\LexikonSW6\Entities\Categories\LexikonCategoriesTranslationDefinition
  24532.      */
  24533.     protected function getLexikonCategoriesTranslationDefinition2Service()
  24534.     {
  24535.         include_once \dirname(__DIR__4).'/vendor/shopware/core/Framework/DataAbstractionLayer/EntityTranslationDefinition.php';
  24536.         include_once \dirname(__DIR__4).'/custom/plugins/PixelLexikonSW6/src/Entities/Categories/LexikonCategoriesTranslationDefinition.php';
  24537.         $this->services['sales_channel_definition.Pixel\\LexikonSW6\\Entities\\Categories\\LexikonCategoriesTranslationDefinition'] = $instance = new \Pixel\LexikonSW6\Entities\Categories\LexikonCategoriesTranslationDefinition();
  24538.         $instance->compile(($this->services['Shopware\\Core\\System\\SalesChannel\\Entity\\SalesChannelDefinitionInstanceRegistry'] ?? $this->getSalesChannelDefinitionInstanceRegistryService()));
  24539.         return $instance;
  24540.     }
  24541.     /**
  24542.      * Gets the public 'sales_channel_definition.Pixel\LexikonSW6\Entities\Categories\Reference\LexikonCategoriesRoDefinition' shared service.
  24543.      *
  24544.      * @return \Pixel\LexikonSW6\Entities\Categories\Reference\LexikonCategoriesRoDefinition
  24545.      */
  24546.     protected function getLexikonCategoriesRoDefinition2Service()
  24547.     {
  24548.         include_once \dirname(__DIR__4).'/custom/plugins/PixelLexikonSW6/src/Entities/Categories/Reference/LexikonCategoriesRoDefinition.php';
  24549.         $this->services['sales_channel_definition.Pixel\\LexikonSW6\\Entities\\Categories\\Reference\\LexikonCategoriesRoDefinition'] = $instance = new \Pixel\LexikonSW6\Entities\Categories\Reference\LexikonCategoriesRoDefinition();
  24550.         $instance->compile(($this->services['Shopware\\Core\\System\\SalesChannel\\Entity\\SalesChannelDefinitionInstanceRegistry'] ?? $this->getSalesChannelDefinitionInstanceRegistryService()));
  24551.         return $instance;
  24552.     }
  24553.     /**
  24554.      * Gets the public 'sales_channel_definition.Pixel\LexikonSW6\Entities\Items\Aggregate\LexikonMedia\LexikonMediaDefinition' shared service.
  24555.      *
  24556.      * @return \Pixel\LexikonSW6\Entities\Items\Aggregate\LexikonMedia\LexikonMediaDefinition
  24557.      */
  24558.     protected function getLexikonMediaDefinition2Service()
  24559.     {
  24560.         include_once \dirname(__DIR__4).'/custom/plugins/PixelLexikonSW6/src/Entities/Items/Aggregate/LexikonMedia/LexikonMediaDefinition.php';
  24561.         $this->services['sales_channel_definition.Pixel\\LexikonSW6\\Entities\\Items\\Aggregate\\LexikonMedia\\LexikonMediaDefinition'] = $instance = new \Pixel\LexikonSW6\Entities\Items\Aggregate\LexikonMedia\LexikonMediaDefinition();
  24562.         $instance->compile(($this->services['Shopware\\Core\\System\\SalesChannel\\Entity\\SalesChannelDefinitionInstanceRegistry'] ?? $this->getSalesChannelDefinitionInstanceRegistryService()));
  24563.         return $instance;
  24564.     }
  24565.     /**
  24566.      * Gets the public 'sales_channel_definition.Pixel\LexikonSW6\Entities\Items\LexikonDefinition' shared service.
  24567.      *
  24568.      * @return \Pixel\LexikonSW6\Entities\Items\LexikonDefinition
  24569.      */
  24570.     protected function getLexikonDefinition2Service()
  24571.     {
  24572.         $this->services['sales_channel_definition.Pixel\\LexikonSW6\\Entities\\Items\\LexikonDefinition'] = $instance = new \Pixel\LexikonSW6\Entities\Items\LexikonDefinition();
  24573.         $instance->compile(($this->services['Shopware\\Core\\System\\SalesChannel\\Entity\\SalesChannelDefinitionInstanceRegistry'] ?? $this->getSalesChannelDefinitionInstanceRegistryService()));
  24574.         return $instance;
  24575.     }
  24576.     /**
  24577.      * Gets the public 'sales_channel_definition.Pixel\LexikonSW6\Entities\Items\LexikonProductsDefinition' shared service.
  24578.      *
  24579.      * @return \Pixel\LexikonSW6\Entities\Items\LexikonProductsDefinition
  24580.      */
  24581.     protected function getLexikonProductsDefinition2Service()
  24582.     {
  24583.         include_once \dirname(__DIR__4).'/custom/plugins/PixelLexikonSW6/src/Entities/Items/LexikonProductsDefinition.php';
  24584.         $this->services['sales_channel_definition.Pixel\\LexikonSW6\\Entities\\Items\\LexikonProductsDefinition'] = $instance = new \Pixel\LexikonSW6\Entities\Items\LexikonProductsDefinition();
  24585.         $instance->compile(($this->services['Shopware\\Core\\System\\SalesChannel\\Entity\\SalesChannelDefinitionInstanceRegistry'] ?? $this->getSalesChannelDefinitionInstanceRegistryService()));
  24586.         return $instance;
  24587.     }
  24588.     /**
  24589.      * Gets the public 'sales_channel_definition.Pixel\LexikonSW6\Entities\Items\LexikonTranslationDefinition' shared service.
  24590.      *
  24591.      * @return \Pixel\LexikonSW6\Entities\Items\LexikonTranslationDefinition
  24592.      */
  24593.     protected function getLexikonTranslationDefinition2Service()
  24594.     {
  24595.         include_once \dirname(__DIR__4).'/vendor/shopware/core/Framework/DataAbstractionLayer/EntityTranslationDefinition.php';
  24596.         include_once \dirname(__DIR__4).'/custom/plugins/PixelLexikonSW6/src/Entities/Items/LexikonTranslationDefinition.php';
  24597.         $this->services['sales_channel_definition.Pixel\\LexikonSW6\\Entities\\Items\\LexikonTranslationDefinition'] = $instance = new \Pixel\LexikonSW6\Entities\Items\LexikonTranslationDefinition();
  24598.         $instance->compile(($this->services['Shopware\\Core\\System\\SalesChannel\\Entity\\SalesChannelDefinitionInstanceRegistry'] ?? $this->getSalesChannelDefinitionInstanceRegistryService()));
  24599.         return $instance;
  24600.     }
  24601.     /**
  24602.      * Gets the public 'sales_channel_definition.Pixel\LexikonSW6\Entities\LexikonCatChannels\LexikonCatChannelsDefinition' shared service.
  24603.      *
  24604.      * @return \Pixel\LexikonSW6\Entities\LexikonCatChannels\LexikonCatChannelsDefinition
  24605.      */
  24606.     protected function getLexikonCatChannelsDefinition2Service()
  24607.     {
  24608.         include_once \dirname(__DIR__4).'/custom/plugins/PixelLexikonSW6/src/Entities/LexikonCatChannels/LexikonCatChannelsDefinition.php';
  24609.         $this->services['sales_channel_definition.Pixel\\LexikonSW6\\Entities\\LexikonCatChannels\\LexikonCatChannelsDefinition'] = $instance = new \Pixel\LexikonSW6\Entities\LexikonCatChannels\LexikonCatChannelsDefinition();
  24610.         $instance->compile(($this->services['Shopware\\Core\\System\\SalesChannel\\Entity\\SalesChannelDefinitionInstanceRegistry'] ?? $this->getSalesChannelDefinitionInstanceRegistryService()));
  24611.         return $instance;
  24612.     }
  24613.     /**
  24614.      * Gets the public 'sales_channel_definition.Pixel\LexikonSW6\Entities\LexikonChannels\LexikonChannelsDefinition' shared service.
  24615.      *
  24616.      * @return \Pixel\LexikonSW6\Entities\LexikonChannels\LexikonChannelsDefinition
  24617.      */
  24618.     protected function getLexikonChannelsDefinition2Service()
  24619.     {
  24620.         include_once \dirname(__DIR__4).'/custom/plugins/PixelLexikonSW6/src/Entities/LexikonChannels/LexikonChannelsDefinition.php';
  24621.         $this->services['sales_channel_definition.Pixel\\LexikonSW6\\Entities\\LexikonChannels\\LexikonChannelsDefinition'] = $instance = new \Pixel\LexikonSW6\Entities\LexikonChannels\LexikonChannelsDefinition();
  24622.         $instance->compile(($this->services['Shopware\\Core\\System\\SalesChannel\\Entity\\SalesChannelDefinitionInstanceRegistry'] ?? $this->getSalesChannelDefinitionInstanceRegistryService()));
  24623.         return $instance;
  24624.     }
  24625.     /**
  24626.      * Gets the public 'sales_channel_definition.Redgecko\Magnalister\Core\Content\Bundle\BundleCookieDefinition' shared service.
  24627.      *
  24628.      * @return \Redgecko\Magnalister\Core\Content\Bundle\BundleCookieDefinition
  24629.      */
  24630.     protected function getBundleCookieDefinition2Service()
  24631.     {
  24632.         include_once \dirname(__DIR__4).'/vendor/store.shopware.com/redmagnalistersw6/src/Core/Content/Bundle/BundleCookieDefinition.php';
  24633.         $this->services['sales_channel_definition.Redgecko\\Magnalister\\Core\\Content\\Bundle\\BundleCookieDefinition'] = $instance = new \Redgecko\Magnalister\Core\Content\Bundle\BundleCookieDefinition();
  24634.         $instance->compile(($this->services['Shopware\\Core\\System\\SalesChannel\\Entity\\SalesChannelDefinitionInstanceRegistry'] ?? $this->getSalesChannelDefinitionInstanceRegistryService()));
  24635.         return $instance;
  24636.     }
  24637.     /**
  24638.      * Gets the public 'sales_channel_definition.Scop\PlatformRedirecter\Redirect\RedirectDefinition' shared service.
  24639.      *
  24640.      * @return \Scop\PlatformRedirecter\Redirect\RedirectDefinition
  24641.      */
  24642.     protected function getRedirectDefinition2Service()
  24643.     {
  24644.         include_once \dirname(__DIR__4).'/vendor/store.shopware.com/scopplatformredirecter/src/Redirect/RedirectDefinition.php';
  24645.         $this->services['sales_channel_definition.Scop\\PlatformRedirecter\\Redirect\\RedirectDefinition'] = $instance = new \Scop\PlatformRedirecter\Redirect\RedirectDefinition();
  24646.         $instance->compile(($this->services['Shopware\\Core\\System\\SalesChannel\\Entity\\SalesChannelDefinitionInstanceRegistry'] ?? $this->getSalesChannelDefinitionInstanceRegistryService()));
  24647.         return $instance;
  24648.     }
  24649.     /**
  24650.      * Gets the public 'sales_channel_definition.Shopware\Administration\Notification\NotificationDefinition' shared service.
  24651.      *
  24652.      * @return \Shopware\Administration\Notification\NotificationDefinition
  24653.      */
  24654.     protected function getNotificationDefinition2Service()
  24655.     {
  24656.         include_once \dirname(__DIR__4).'/vendor/shopware/administration/Notification/NotificationDefinition.php';
  24657.         $this->services['sales_channel_definition.Shopware\\Administration\\Notification\\NotificationDefinition'] = $instance = new \Shopware\Administration\Notification\NotificationDefinition();
  24658.         $instance->compile(($this->services['Shopware\\Core\\System\\SalesChannel\\Entity\\SalesChannelDefinitionInstanceRegistry'] ?? $this->getSalesChannelDefinitionInstanceRegistryService()));
  24659.         return $instance;
  24660.     }
  24661.     /**
  24662.      * Gets the public 'sales_channel_definition.Shopware\Administration\Snippet\AppAdministrationSnippetDefinition' shared service.
  24663.      *
  24664.      * @return \Shopware\Administration\Snippet\AppAdministrationSnippetDefinition
  24665.      */
  24666.     protected function getAppAdministrationSnippetDefinition2Service()
  24667.     {
  24668.         include_once \dirname(__DIR__4).'/vendor/shopware/administration/Snippet/AppAdministrationSnippetDefinition.php';
  24669.         $this->services['sales_channel_definition.Shopware\\Administration\\Snippet\\AppAdministrationSnippetDefinition'] = $instance = new \Shopware\Administration\Snippet\AppAdministrationSnippetDefinition();
  24670.         $instance->compile(($this->services['Shopware\\Core\\System\\SalesChannel\\Entity\\SalesChannelDefinitionInstanceRegistry'] ?? $this->getSalesChannelDefinitionInstanceRegistryService()));
  24671.         return $instance;
  24672.     }
  24673.     /**
  24674.      * Gets the public 'sales_channel_definition.Shopware\Core\Checkout\Customer\Aggregate\CustomerAddress\CustomerAddressDefinition' shared service.
  24675.      *
  24676.      * @return \Shopware\Core\Checkout\Customer\Aggregate\CustomerAddress\CustomerAddressDefinition
  24677.      */
  24678.     protected function getCustomerAddressDefinition2Service()
  24679.     {
  24680.         $this->services['sales_channel_definition.Shopware\\Core\\Checkout\\Customer\\Aggregate\\CustomerAddress\\CustomerAddressDefinition'] = $instance = new \Shopware\Core\Checkout\Customer\Aggregate\CustomerAddress\CustomerAddressDefinition();
  24681.         $instance->compile(($this->services['Shopware\\Core\\System\\SalesChannel\\Entity\\SalesChannelDefinitionInstanceRegistry'] ?? $this->getSalesChannelDefinitionInstanceRegistryService()));
  24682.         return $instance;
  24683.     }
  24684.     /**
  24685.      * Gets the public 'sales_channel_definition.Shopware\Core\Checkout\Customer\Aggregate\CustomerGroupRegistrationSalesChannel\CustomerGroupRegistrationSalesChannelDefinition' shared service.
  24686.      *
  24687.      * @return \Shopware\Core\Checkout\Customer\Aggregate\CustomerGroupRegistrationSalesChannel\CustomerGroupRegistrationSalesChannelDefinition
  24688.      */
  24689.     protected function getCustomerGroupRegistrationSalesChannelDefinition2Service()
  24690.     {
  24691.         include_once \dirname(__DIR__4).'/vendor/shopware/core/Checkout/Customer/Aggregate/CustomerGroupRegistrationSalesChannel/CustomerGroupRegistrationSalesChannelDefinition.php';
  24692.         $this->services['sales_channel_definition.Shopware\\Core\\Checkout\\Customer\\Aggregate\\CustomerGroupRegistrationSalesChannel\\CustomerGroupRegistrationSalesChannelDefinition'] = $instance = new \Shopware\Core\Checkout\Customer\Aggregate\CustomerGroupRegistrationSalesChannel\CustomerGroupRegistrationSalesChannelDefinition();
  24693.         $instance->compile(($this->services['Shopware\\Core\\System\\SalesChannel\\Entity\\SalesChannelDefinitionInstanceRegistry'] ?? $this->getSalesChannelDefinitionInstanceRegistryService()));
  24694.         return $instance;
  24695.     }
  24696.     /**
  24697.      * Gets the public 'sales_channel_definition.Shopware\Core\Checkout\Customer\Aggregate\CustomerGroupTranslation\CustomerGroupTranslationDefinition' shared service.
  24698.      *
  24699.      * @return \Shopware\Core\Checkout\Customer\Aggregate\CustomerGroupTranslation\CustomerGroupTranslationDefinition
  24700.      */
  24701.     protected function getCustomerGroupTranslationDefinition2Service()
  24702.     {
  24703.         include_once \dirname(__DIR__4).'/vendor/shopware/core/Framework/DataAbstractionLayer/EntityTranslationDefinition.php';
  24704.         include_once \dirname(__DIR__4).'/vendor/shopware/core/Checkout/Customer/Aggregate/CustomerGroupTranslation/CustomerGroupTranslationDefinition.php';
  24705.         $this->services['sales_channel_definition.Shopware\\Core\\Checkout\\Customer\\Aggregate\\CustomerGroupTranslation\\CustomerGroupTranslationDefinition'] = $instance = new \Shopware\Core\Checkout\Customer\Aggregate\CustomerGroupTranslation\CustomerGroupTranslationDefinition();
  24706.         $instance->compile(($this->services['Shopware\\Core\\System\\SalesChannel\\Entity\\SalesChannelDefinitionInstanceRegistry'] ?? $this->getSalesChannelDefinitionInstanceRegistryService()));
  24707.         return $instance;
  24708.     }
  24709.     /**
  24710.      * Gets the public 'sales_channel_definition.Shopware\Core\Checkout\Customer\Aggregate\CustomerGroup\CustomerGroupDefinition' shared service.
  24711.      *
  24712.      * @return \Shopware\Core\Checkout\Customer\Aggregate\CustomerGroup\CustomerGroupDefinition
  24713.      */
  24714.     protected function getCustomerGroupDefinition2Service()
  24715.     {
  24716.         $this->services['sales_channel_definition.Shopware\\Core\\Checkout\\Customer\\Aggregate\\CustomerGroup\\CustomerGroupDefinition'] = $instance = new \Shopware\Core\Checkout\Customer\Aggregate\CustomerGroup\CustomerGroupDefinition();
  24717.         $instance->compile(($this->services['Shopware\\Core\\System\\SalesChannel\\Entity\\SalesChannelDefinitionInstanceRegistry'] ?? $this->getSalesChannelDefinitionInstanceRegistryService()));
  24718.         return $instance;
  24719.     }
  24720.     /**
  24721.      * Gets the public 'sales_channel_definition.Shopware\Core\Checkout\Customer\Aggregate\CustomerRecovery\CustomerRecoveryDefinition' shared service.
  24722.      *
  24723.      * @return \Shopware\Core\Checkout\Customer\Aggregate\CustomerRecovery\CustomerRecoveryDefinition
  24724.      */
  24725.     protected function getCustomerRecoveryDefinition2Service()
  24726.     {
  24727.         include_once \dirname(__DIR__4).'/vendor/shopware/core/Checkout/Customer/Aggregate/CustomerRecovery/CustomerRecoveryDefinition.php';
  24728.         $this->services['sales_channel_definition.Shopware\\Core\\Checkout\\Customer\\Aggregate\\CustomerRecovery\\CustomerRecoveryDefinition'] = $instance = new \Shopware\Core\Checkout\Customer\Aggregate\CustomerRecovery\CustomerRecoveryDefinition();
  24729.         $instance->compile(($this->services['Shopware\\Core\\System\\SalesChannel\\Entity\\SalesChannelDefinitionInstanceRegistry'] ?? $this->getSalesChannelDefinitionInstanceRegistryService()));
  24730.         return $instance;
  24731.     }
  24732.     /**
  24733.      * Gets the public 'sales_channel_definition.Shopware\Core\Checkout\Customer\Aggregate\CustomerTag\CustomerTagDefinition' shared service.
  24734.      *
  24735.      * @return \Shopware\Core\Checkout\Customer\Aggregate\CustomerTag\CustomerTagDefinition
  24736.      */
  24737.     protected function getCustomerTagDefinition2Service()
  24738.     {
  24739.         include_once \dirname(__DIR__4).'/vendor/shopware/core/Checkout/Customer/Aggregate/CustomerTag/CustomerTagDefinition.php';
  24740.         $this->services['sales_channel_definition.Shopware\\Core\\Checkout\\Customer\\Aggregate\\CustomerTag\\CustomerTagDefinition'] = $instance = new \Shopware\Core\Checkout\Customer\Aggregate\CustomerTag\CustomerTagDefinition();
  24741.         $instance->compile(($this->services['Shopware\\Core\\System\\SalesChannel\\Entity\\SalesChannelDefinitionInstanceRegistry'] ?? $this->getSalesChannelDefinitionInstanceRegistryService()));
  24742.         return $instance;
  24743.     }
  24744.     /**
  24745.      * Gets the public 'sales_channel_definition.Shopware\Core\Checkout\Customer\Aggregate\CustomerWishlistProduct\CustomerWishlistProductDefinition' shared service.
  24746.      *
  24747.      * @return \Shopware\Core\Checkout\Customer\Aggregate\CustomerWishlistProduct\CustomerWishlistProductDefinition
  24748.      */
  24749.     protected function getCustomerWishlistProductDefinition2Service()
  24750.     {
  24751.         include_once \dirname(__DIR__4).'/vendor/shopware/core/Checkout/Customer/Aggregate/CustomerWishlistProduct/CustomerWishlistProductDefinition.php';
  24752.         $this->services['sales_channel_definition.Shopware\\Core\\Checkout\\Customer\\Aggregate\\CustomerWishlistProduct\\CustomerWishlistProductDefinition'] = $instance = new \Shopware\Core\Checkout\Customer\Aggregate\CustomerWishlistProduct\CustomerWishlistProductDefinition();
  24753.         $instance->compile(($this->services['Shopware\\Core\\System\\SalesChannel\\Entity\\SalesChannelDefinitionInstanceRegistry'] ?? $this->getSalesChannelDefinitionInstanceRegistryService()));
  24754.         return $instance;
  24755.     }
  24756.     /**
  24757.      * Gets the public 'sales_channel_definition.Shopware\Core\Checkout\Customer\Aggregate\CustomerWishlist\CustomerWishlistDefinition' shared service.
  24758.      *
  24759.      * @return \Shopware\Core\Checkout\Customer\Aggregate\CustomerWishlist\CustomerWishlistDefinition
  24760.      */
  24761.     protected function getCustomerWishlistDefinition2Service()
  24762.     {
  24763.         include_once \dirname(__DIR__4).'/vendor/shopware/core/Checkout/Customer/Aggregate/CustomerWishlist/CustomerWishlistDefinition.php';
  24764.         $this->services['sales_channel_definition.Shopware\\Core\\Checkout\\Customer\\Aggregate\\CustomerWishlist\\CustomerWishlistDefinition'] = $instance = new \Shopware\Core\Checkout\Customer\Aggregate\CustomerWishlist\CustomerWishlistDefinition();
  24765.         $instance->compile(($this->services['Shopware\\Core\\System\\SalesChannel\\Entity\\SalesChannelDefinitionInstanceRegistry'] ?? $this->getSalesChannelDefinitionInstanceRegistryService()));
  24766.         return $instance;
  24767.     }
  24768.     /**
  24769.      * Gets the public 'sales_channel_definition.Shopware\Core\Checkout\Customer\CustomerDefinition' shared service.
  24770.      *
  24771.      * @return \Shopware\Core\Checkout\Customer\CustomerDefinition
  24772.      */
  24773.     protected function getCustomerDefinition2Service()
  24774.     {
  24775.         $this->services['sales_channel_definition.Shopware\\Core\\Checkout\\Customer\\CustomerDefinition'] = $instance = new \Shopware\Core\Checkout\Customer\CustomerDefinition();
  24776.         $instance->compile(($this->services['Shopware\\Core\\System\\SalesChannel\\Entity\\SalesChannelDefinitionInstanceRegistry'] ?? $this->getSalesChannelDefinitionInstanceRegistryService()));
  24777.         return $instance;
  24778.     }
  24779.     /**
  24780.      * Gets the public 'sales_channel_definition.Shopware\Core\Checkout\Document\Aggregate\DocumentBaseConfigSalesChannel\DocumentBaseConfigSalesChannelDefinition' shared service.
  24781.      *
  24782.      * @return \Shopware\Core\Checkout\Document\Aggregate\DocumentBaseConfigSalesChannel\DocumentBaseConfigSalesChannelDefinition
  24783.      */
  24784.     protected function getDocumentBaseConfigSalesChannelDefinition2Service()
  24785.     {
  24786.         include_once \dirname(__DIR__4).'/vendor/shopware/core/Checkout/Document/Aggregate/DocumentBaseConfigSalesChannel/DocumentBaseConfigSalesChannelDefinition.php';
  24787.         $this->services['sales_channel_definition.Shopware\\Core\\Checkout\\Document\\Aggregate\\DocumentBaseConfigSalesChannel\\DocumentBaseConfigSalesChannelDefinition'] = $instance = new \Shopware\Core\Checkout\Document\Aggregate\DocumentBaseConfigSalesChannel\DocumentBaseConfigSalesChannelDefinition();
  24788.         $instance->compile(($this->services['Shopware\\Core\\System\\SalesChannel\\Entity\\SalesChannelDefinitionInstanceRegistry'] ?? $this->getSalesChannelDefinitionInstanceRegistryService()));
  24789.         return $instance;
  24790.     }
  24791.     /**
  24792.      * Gets the public 'sales_channel_definition.Shopware\Core\Checkout\Document\Aggregate\DocumentBaseConfig\DocumentBaseConfigDefinition' shared service.
  24793.      *
  24794.      * @return \Shopware\Core\Checkout\Document\Aggregate\DocumentBaseConfig\DocumentBaseConfigDefinition
  24795.      */
  24796.     protected function getDocumentBaseConfigDefinition2Service()
  24797.     {
  24798.         include_once \dirname(__DIR__4).'/vendor/shopware/core/Checkout/Document/Aggregate/DocumentBaseConfig/DocumentBaseConfigDefinition.php';
  24799.         $this->services['sales_channel_definition.Shopware\\Core\\Checkout\\Document\\Aggregate\\DocumentBaseConfig\\DocumentBaseConfigDefinition'] = $instance = new \Shopware\Core\Checkout\Document\Aggregate\DocumentBaseConfig\DocumentBaseConfigDefinition();
  24800.         $instance->compile(($this->services['Shopware\\Core\\System\\SalesChannel\\Entity\\SalesChannelDefinitionInstanceRegistry'] ?? $this->getSalesChannelDefinitionInstanceRegistryService()));
  24801.         return $instance;
  24802.     }
  24803.     /**
  24804.      * Gets the public 'sales_channel_definition.Shopware\Core\Checkout\Document\Aggregate\DocumentTypeTranslation\DocumentTypeTranslationDefinition' shared service.
  24805.      *
  24806.      * @return \Shopware\Core\Checkout\Document\Aggregate\DocumentTypeTranslation\DocumentTypeTranslationDefinition
  24807.      */
  24808.     protected function getDocumentTypeTranslationDefinition2Service()
  24809.     {
  24810.         include_once \dirname(__DIR__4).'/vendor/shopware/core/Framework/DataAbstractionLayer/EntityTranslationDefinition.php';
  24811.         include_once \dirname(__DIR__4).'/vendor/shopware/core/Checkout/Document/Aggregate/DocumentTypeTranslation/DocumentTypeTranslationDefinition.php';
  24812.         $this->services['sales_channel_definition.Shopware\\Core\\Checkout\\Document\\Aggregate\\DocumentTypeTranslation\\DocumentTypeTranslationDefinition'] = $instance = new \Shopware\Core\Checkout\Document\Aggregate\DocumentTypeTranslation\DocumentTypeTranslationDefinition();
  24813.         $instance->compile(($this->services['Shopware\\Core\\System\\SalesChannel\\Entity\\SalesChannelDefinitionInstanceRegistry'] ?? $this->getSalesChannelDefinitionInstanceRegistryService()));
  24814.         return $instance;
  24815.     }
  24816.     /**
  24817.      * Gets the public 'sales_channel_definition.Shopware\Core\Checkout\Document\Aggregate\DocumentType\DocumentTypeDefinition' shared service.
  24818.      *
  24819.      * @return \Shopware\Core\Checkout\Document\Aggregate\DocumentType\DocumentTypeDefinition
  24820.      */
  24821.     protected function getDocumentTypeDefinition2Service()
  24822.     {
  24823.         include_once \dirname(__DIR__4).'/vendor/shopware/core/Checkout/Document/Aggregate/DocumentType/DocumentTypeDefinition.php';
  24824.         $this->services['sales_channel_definition.Shopware\\Core\\Checkout\\Document\\Aggregate\\DocumentType\\DocumentTypeDefinition'] = $instance = new \Shopware\Core\Checkout\Document\Aggregate\DocumentType\DocumentTypeDefinition();
  24825.         $instance->compile(($this->services['Shopware\\Core\\System\\SalesChannel\\Entity\\SalesChannelDefinitionInstanceRegistry'] ?? $this->getSalesChannelDefinitionInstanceRegistryService()));
  24826.         return $instance;
  24827.     }
  24828.     /**
  24829.      * Gets the public 'sales_channel_definition.Shopware\Core\Checkout\Document\DocumentDefinition' shared service.
  24830.      *
  24831.      * @return \Shopware\Core\Checkout\Document\DocumentDefinition
  24832.      */
  24833.     protected function getDocumentDefinition2Service()
  24834.     {
  24835.         include_once \dirname(__DIR__4).'/vendor/shopware/core/Checkout/Document/DocumentDefinition.php';
  24836.         $this->services['sales_channel_definition.Shopware\\Core\\Checkout\\Document\\DocumentDefinition'] = $instance = new \Shopware\Core\Checkout\Document\DocumentDefinition();
  24837.         $instance->compile(($this->services['Shopware\\Core\\System\\SalesChannel\\Entity\\SalesChannelDefinitionInstanceRegistry'] ?? $this->getSalesChannelDefinitionInstanceRegistryService()));
  24838.         return $instance;
  24839.     }
  24840.     /**
  24841.      * Gets the public 'sales_channel_definition.Shopware\Core\Checkout\Order\Aggregate\OrderAddress\OrderAddressDefinition' shared service.
  24842.      *
  24843.      * @return \Shopware\Core\Checkout\Order\Aggregate\OrderAddress\OrderAddressDefinition
  24844.      */
  24845.     protected function getOrderAddressDefinition2Service()
  24846.     {
  24847.         $this->services['sales_channel_definition.Shopware\\Core\\Checkout\\Order\\Aggregate\\OrderAddress\\OrderAddressDefinition'] = $instance = new \Shopware\Core\Checkout\Order\Aggregate\OrderAddress\OrderAddressDefinition();
  24848.         $instance->compile(($this->services['Shopware\\Core\\System\\SalesChannel\\Entity\\SalesChannelDefinitionInstanceRegistry'] ?? $this->getSalesChannelDefinitionInstanceRegistryService()));
  24849.         return $instance;
  24850.     }
  24851.     /**
  24852.      * Gets the public 'sales_channel_definition.Shopware\Core\Checkout\Order\Aggregate\OrderCustomer\OrderCustomerDefinition' shared service.
  24853.      *
  24854.      * @return \Shopware\Core\Checkout\Order\Aggregate\OrderCustomer\OrderCustomerDefinition
  24855.      */
  24856.     protected function getOrderCustomerDefinition2Service()
  24857.     {
  24858.         include_once \dirname(__DIR__4).'/vendor/shopware/core/Checkout/Order/Aggregate/OrderCustomer/OrderCustomerDefinition.php';
  24859.         $this->services['sales_channel_definition.Shopware\\Core\\Checkout\\Order\\Aggregate\\OrderCustomer\\OrderCustomerDefinition'] = $instance = new \Shopware\Core\Checkout\Order\Aggregate\OrderCustomer\OrderCustomerDefinition();
  24860.         $instance->compile(($this->services['Shopware\\Core\\System\\SalesChannel\\Entity\\SalesChannelDefinitionInstanceRegistry'] ?? $this->getSalesChannelDefinitionInstanceRegistryService()));
  24861.         return $instance;
  24862.     }
  24863.     /**
  24864.      * Gets the public 'sales_channel_definition.Shopware\Core\Checkout\Order\Aggregate\OrderDeliveryPosition\OrderDeliveryPositionDefinition' shared service.
  24865.      *
  24866.      * @return \Shopware\Core\Checkout\Order\Aggregate\OrderDeliveryPosition\OrderDeliveryPositionDefinition
  24867.      */
  24868.     protected function getOrderDeliveryPositionDefinition2Service()
  24869.     {
  24870.         include_once \dirname(__DIR__4).'/vendor/shopware/core/Checkout/Order/Aggregate/OrderDeliveryPosition/OrderDeliveryPositionDefinition.php';
  24871.         $this->services['sales_channel_definition.Shopware\\Core\\Checkout\\Order\\Aggregate\\OrderDeliveryPosition\\OrderDeliveryPositionDefinition'] = $instance = new \Shopware\Core\Checkout\Order\Aggregate\OrderDeliveryPosition\OrderDeliveryPositionDefinition();
  24872.         $instance->compile(($this->services['Shopware\\Core\\System\\SalesChannel\\Entity\\SalesChannelDefinitionInstanceRegistry'] ?? $this->getSalesChannelDefinitionInstanceRegistryService()));
  24873.         return $instance;
  24874.     }
  24875.     /**
  24876.      * Gets the public 'sales_channel_definition.Shopware\Core\Checkout\Order\Aggregate\OrderDelivery\OrderDeliveryDefinition' shared service.
  24877.      *
  24878.      * @return \Shopware\Core\Checkout\Order\Aggregate\OrderDelivery\OrderDeliveryDefinition
  24879.      */
  24880.     protected function getOrderDeliveryDefinition2Service()
  24881.     {
  24882.         include_once \dirname(__DIR__4).'/vendor/shopware/core/Checkout/Order/Aggregate/OrderDelivery/OrderDeliveryDefinition.php';
  24883.         $this->services['sales_channel_definition.Shopware\\Core\\Checkout\\Order\\Aggregate\\OrderDelivery\\OrderDeliveryDefinition'] = $instance = new \Shopware\Core\Checkout\Order\Aggregate\OrderDelivery\OrderDeliveryDefinition();
  24884.         $instance->compile(($this->services['Shopware\\Core\\System\\SalesChannel\\Entity\\SalesChannelDefinitionInstanceRegistry'] ?? $this->getSalesChannelDefinitionInstanceRegistryService()));
  24885.         return $instance;
  24886.     }
  24887.     /**
  24888.      * Gets the public 'sales_channel_definition.Shopware\Core\Checkout\Order\Aggregate\OrderLineItemDownload\OrderLineItemDownloadDefinition' shared service.
  24889.      *
  24890.      * @return \Shopware\Core\Checkout\Order\Aggregate\OrderLineItemDownload\OrderLineItemDownloadDefinition
  24891.      */
  24892.     protected function getOrderLineItemDownloadDefinition2Service()
  24893.     {
  24894.         include_once \dirname(__DIR__4).'/vendor/shopware/core/Checkout/Order/Aggregate/OrderLineItemDownload/OrderLineItemDownloadDefinition.php';
  24895.         $this->services['sales_channel_definition.Shopware\\Core\\Checkout\\Order\\Aggregate\\OrderLineItemDownload\\OrderLineItemDownloadDefinition'] = $instance = new \Shopware\Core\Checkout\Order\Aggregate\OrderLineItemDownload\OrderLineItemDownloadDefinition();
  24896.         $instance->compile(($this->services['Shopware\\Core\\System\\SalesChannel\\Entity\\SalesChannelDefinitionInstanceRegistry'] ?? $this->getSalesChannelDefinitionInstanceRegistryService()));
  24897.         return $instance;
  24898.     }
  24899.     /**
  24900.      * Gets the public 'sales_channel_definition.Shopware\Core\Checkout\Order\Aggregate\OrderLineItem\OrderLineItemDefinition' shared service.
  24901.      *
  24902.      * @return \Shopware\Core\Checkout\Order\Aggregate\OrderLineItem\OrderLineItemDefinition
  24903.      */
  24904.     protected function getOrderLineItemDefinition2Service()
  24905.     {
  24906.         include_once \dirname(__DIR__4).'/vendor/shopware/core/Checkout/Order/Aggregate/OrderLineItem/OrderLineItemDefinition.php';
  24907.         $this->services['sales_channel_definition.Shopware\\Core\\Checkout\\Order\\Aggregate\\OrderLineItem\\OrderLineItemDefinition'] = $instance = new \Shopware\Core\Checkout\Order\Aggregate\OrderLineItem\OrderLineItemDefinition();
  24908.         $instance->compile(($this->services['Shopware\\Core\\System\\SalesChannel\\Entity\\SalesChannelDefinitionInstanceRegistry'] ?? $this->getSalesChannelDefinitionInstanceRegistryService()));
  24909.         return $instance;
  24910.     }
  24911.     /**
  24912.      * Gets the public 'sales_channel_definition.Shopware\Core\Checkout\Order\Aggregate\OrderTag\OrderTagDefinition' shared service.
  24913.      *
  24914.      * @return \Shopware\Core\Checkout\Order\Aggregate\OrderTag\OrderTagDefinition
  24915.      */
  24916.     protected function getOrderTagDefinition2Service()
  24917.     {
  24918.         include_once \dirname(__DIR__4).'/vendor/shopware/core/Checkout/Order/Aggregate/OrderTag/OrderTagDefinition.php';
  24919.         $this->services['sales_channel_definition.Shopware\\Core\\Checkout\\Order\\Aggregate\\OrderTag\\OrderTagDefinition'] = $instance = new \Shopware\Core\Checkout\Order\Aggregate\OrderTag\OrderTagDefinition();
  24920.         $instance->compile(($this->services['Shopware\\Core\\System\\SalesChannel\\Entity\\SalesChannelDefinitionInstanceRegistry'] ?? $this->getSalesChannelDefinitionInstanceRegistryService()));
  24921.         return $instance;
  24922.     }
  24923.     /**
  24924.      * Gets the public 'sales_channel_definition.Shopware\Core\Checkout\Order\Aggregate\OrderTransactionCaptureRefundPosition\OrderTransactionCaptureRefundPositionDefinition' shared service.
  24925.      *
  24926.      * @return \Shopware\Core\Checkout\Order\Aggregate\OrderTransactionCaptureRefundPosition\OrderTransactionCaptureRefundPositionDefinition
  24927.      */
  24928.     protected function getOrderTransactionCaptureRefundPositionDefinition2Service()
  24929.     {
  24930.         include_once \dirname(__DIR__4).'/vendor/shopware/core/Checkout/Order/Aggregate/OrderTransactionCaptureRefundPosition/OrderTransactionCaptureRefundPositionDefinition.php';
  24931.         $this->services['sales_channel_definition.Shopware\\Core\\Checkout\\Order\\Aggregate\\OrderTransactionCaptureRefundPosition\\OrderTransactionCaptureRefundPositionDefinition'] = $instance = new \Shopware\Core\Checkout\Order\Aggregate\OrderTransactionCaptureRefundPosition\OrderTransactionCaptureRefundPositionDefinition();
  24932.         $instance->compile(($this->services['Shopware\\Core\\System\\SalesChannel\\Entity\\SalesChannelDefinitionInstanceRegistry'] ?? $this->getSalesChannelDefinitionInstanceRegistryService()));
  24933.         return $instance;
  24934.     }
  24935.     /**
  24936.      * Gets the public 'sales_channel_definition.Shopware\Core\Checkout\Order\Aggregate\OrderTransactionCaptureRefund\OrderTransactionCaptureRefundDefinition' shared service.
  24937.      *
  24938.      * @return \Shopware\Core\Checkout\Order\Aggregate\OrderTransactionCaptureRefund\OrderTransactionCaptureRefundDefinition
  24939.      */
  24940.     protected function getOrderTransactionCaptureRefundDefinition2Service()
  24941.     {
  24942.         include_once \dirname(__DIR__4).'/vendor/shopware/core/Checkout/Order/Aggregate/OrderTransactionCaptureRefund/OrderTransactionCaptureRefundDefinition.php';
  24943.         $this->services['sales_channel_definition.Shopware\\Core\\Checkout\\Order\\Aggregate\\OrderTransactionCaptureRefund\\OrderTransactionCaptureRefundDefinition'] = $instance = new \Shopware\Core\Checkout\Order\Aggregate\OrderTransactionCaptureRefund\OrderTransactionCaptureRefundDefinition();
  24944.         $instance->compile(($this->services['Shopware\\Core\\System\\SalesChannel\\Entity\\SalesChannelDefinitionInstanceRegistry'] ?? $this->getSalesChannelDefinitionInstanceRegistryService()));
  24945.         return $instance;
  24946.     }
  24947.     /**
  24948.      * Gets the public 'sales_channel_definition.Shopware\Core\Checkout\Order\Aggregate\OrderTransactionCapture\OrderTransactionCaptureDefinition' shared service.
  24949.      *
  24950.      * @return \Shopware\Core\Checkout\Order\Aggregate\OrderTransactionCapture\OrderTransactionCaptureDefinition
  24951.      */
  24952.     protected function getOrderTransactionCaptureDefinition2Service()
  24953.     {
  24954.         include_once \dirname(__DIR__4).'/vendor/shopware/core/Checkout/Order/Aggregate/OrderTransactionCapture/OrderTransactionCaptureDefinition.php';
  24955.         $this->services['sales_channel_definition.Shopware\\Core\\Checkout\\Order\\Aggregate\\OrderTransactionCapture\\OrderTransactionCaptureDefinition'] = $instance = new \Shopware\Core\Checkout\Order\Aggregate\OrderTransactionCapture\OrderTransactionCaptureDefinition();
  24956.         $instance->compile(($this->services['Shopware\\Core\\System\\SalesChannel\\Entity\\SalesChannelDefinitionInstanceRegistry'] ?? $this->getSalesChannelDefinitionInstanceRegistryService()));
  24957.         return $instance;
  24958.     }
  24959.     /**
  24960.      * Gets the public 'sales_channel_definition.Shopware\Core\Checkout\Order\Aggregate\OrderTransaction\OrderTransactionDefinition' shared service.
  24961.      *
  24962.      * @return \Shopware\Core\Checkout\Order\Aggregate\OrderTransaction\OrderTransactionDefinition
  24963.      */
  24964.     protected function getOrderTransactionDefinition2Service()
  24965.     {
  24966.         include_once \dirname(__DIR__4).'/vendor/shopware/core/Checkout/Order/Aggregate/OrderTransaction/OrderTransactionDefinition.php';
  24967.         $this->services['sales_channel_definition.Shopware\\Core\\Checkout\\Order\\Aggregate\\OrderTransaction\\OrderTransactionDefinition'] = $instance = new \Shopware\Core\Checkout\Order\Aggregate\OrderTransaction\OrderTransactionDefinition();
  24968.         $instance->compile(($this->services['Shopware\\Core\\System\\SalesChannel\\Entity\\SalesChannelDefinitionInstanceRegistry'] ?? $this->getSalesChannelDefinitionInstanceRegistryService()));
  24969.         return $instance;
  24970.     }
  24971.     /**
  24972.      * Gets the public 'sales_channel_definition.Shopware\Core\Checkout\Order\OrderDefinition' shared service.
  24973.      *
  24974.      * @return \Shopware\Core\Checkout\Order\OrderDefinition
  24975.      */
  24976.     protected function getOrderDefinition2Service()
  24977.     {
  24978.         $this->services['sales_channel_definition.Shopware\\Core\\Checkout\\Order\\OrderDefinition'] = $instance = new \Shopware\Core\Checkout\Order\OrderDefinition();
  24979.         $instance->compile(($this->services['Shopware\\Core\\System\\SalesChannel\\Entity\\SalesChannelDefinitionInstanceRegistry'] ?? $this->getSalesChannelDefinitionInstanceRegistryService()));
  24980.         return $instance;
  24981.     }
  24982.     /**
  24983.      * Gets the public 'sales_channel_definition.Shopware\Core\Checkout\Payment\Aggregate\PaymentMethodTranslation\PaymentMethodTranslationDefinition' shared service.
  24984.      *
  24985.      * @return \Shopware\Core\Checkout\Payment\Aggregate\PaymentMethodTranslation\PaymentMethodTranslationDefinition
  24986.      */
  24987.     protected function getPaymentMethodTranslationDefinition2Service()
  24988.     {
  24989.         include_once \dirname(__DIR__4).'/vendor/shopware/core/Framework/DataAbstractionLayer/EntityTranslationDefinition.php';
  24990.         include_once \dirname(__DIR__4).'/vendor/shopware/core/Checkout/Payment/Aggregate/PaymentMethodTranslation/PaymentMethodTranslationDefinition.php';
  24991.         $this->services['sales_channel_definition.Shopware\\Core\\Checkout\\Payment\\Aggregate\\PaymentMethodTranslation\\PaymentMethodTranslationDefinition'] = $instance = new \Shopware\Core\Checkout\Payment\Aggregate\PaymentMethodTranslation\PaymentMethodTranslationDefinition();
  24992.         $instance->compile(($this->services['Shopware\\Core\\System\\SalesChannel\\Entity\\SalesChannelDefinitionInstanceRegistry'] ?? $this->getSalesChannelDefinitionInstanceRegistryService()));
  24993.         return $instance;
  24994.     }
  24995.     /**
  24996.      * Gets the public 'sales_channel_definition.Shopware\Core\Checkout\Promotion\Aggregate\PromotionCartRule\PromotionCartRuleDefinition' shared service.
  24997.      *
  24998.      * @return \Shopware\Core\Checkout\Promotion\Aggregate\PromotionCartRule\PromotionCartRuleDefinition
  24999.      */
  25000.     protected function getPromotionCartRuleDefinition2Service()
  25001.     {
  25002.         include_once \dirname(__DIR__4).'/vendor/shopware/core/Checkout/Promotion/Aggregate/PromotionCartRule/PromotionCartRuleDefinition.php';
  25003.         $this->services['sales_channel_definition.Shopware\\Core\\Checkout\\Promotion\\Aggregate\\PromotionCartRule\\PromotionCartRuleDefinition'] = $instance = new \Shopware\Core\Checkout\Promotion\Aggregate\PromotionCartRule\PromotionCartRuleDefinition();
  25004.         $instance->compile(($this->services['Shopware\\Core\\System\\SalesChannel\\Entity\\SalesChannelDefinitionInstanceRegistry'] ?? $this->getSalesChannelDefinitionInstanceRegistryService()));
  25005.         return $instance;
  25006.     }
  25007.     /**
  25008.      * Gets the public 'sales_channel_definition.Shopware\Core\Checkout\Promotion\Aggregate\PromotionDiscountPrice\PromotionDiscountPriceDefinition' shared service.
  25009.      *
  25010.      * @return \Shopware\Core\Checkout\Promotion\Aggregate\PromotionDiscountPrice\PromotionDiscountPriceDefinition
  25011.      */
  25012.     protected function getPromotionDiscountPriceDefinition2Service()
  25013.     {
  25014.         include_once \dirname(__DIR__4).'/vendor/shopware/core/Checkout/Promotion/Aggregate/PromotionDiscountPrice/PromotionDiscountPriceDefinition.php';
  25015.         $this->services['sales_channel_definition.Shopware\\Core\\Checkout\\Promotion\\Aggregate\\PromotionDiscountPrice\\PromotionDiscountPriceDefinition'] = $instance = new \Shopware\Core\Checkout\Promotion\Aggregate\PromotionDiscountPrice\PromotionDiscountPriceDefinition();
  25016.         $instance->compile(($this->services['Shopware\\Core\\System\\SalesChannel\\Entity\\SalesChannelDefinitionInstanceRegistry'] ?? $this->getSalesChannelDefinitionInstanceRegistryService()));
  25017.         return $instance;
  25018.     }
  25019.     /**
  25020.      * Gets the public 'sales_channel_definition.Shopware\Core\Checkout\Promotion\Aggregate\PromotionDiscountRule\PromotionDiscountRuleDefinition' shared service.
  25021.      *
  25022.      * @return \Shopware\Core\Checkout\Promotion\Aggregate\PromotionDiscountRule\PromotionDiscountRuleDefinition
  25023.      */
  25024.     protected function getPromotionDiscountRuleDefinition2Service()
  25025.     {
  25026.         include_once \dirname(__DIR__4).'/vendor/shopware/core/Checkout/Promotion/Aggregate/PromotionDiscountRule/PromotionDiscountRuleDefinition.php';
  25027.         $this->services['sales_channel_definition.Shopware\\Core\\Checkout\\Promotion\\Aggregate\\PromotionDiscountRule\\PromotionDiscountRuleDefinition'] = $instance = new \Shopware\Core\Checkout\Promotion\Aggregate\PromotionDiscountRule\PromotionDiscountRuleDefinition();
  25028.         $instance->compile(($this->services['Shopware\\Core\\System\\SalesChannel\\Entity\\SalesChannelDefinitionInstanceRegistry'] ?? $this->getSalesChannelDefinitionInstanceRegistryService()));
  25029.         return $instance;
  25030.     }
  25031.     /**
  25032.      * Gets the public 'sales_channel_definition.Shopware\Core\Checkout\Promotion\Aggregate\PromotionDiscount\PromotionDiscountDefinition' shared service.
  25033.      *
  25034.      * @return \Shopware\Core\Checkout\Promotion\Aggregate\PromotionDiscount\PromotionDiscountDefinition
  25035.      */
  25036.     protected function getPromotionDiscountDefinition2Service()
  25037.     {
  25038.         include_once \dirname(__DIR__4).'/vendor/shopware/core/Checkout/Promotion/Aggregate/PromotionDiscount/PromotionDiscountDefinition.php';
  25039.         $this->services['sales_channel_definition.Shopware\\Core\\Checkout\\Promotion\\Aggregate\\PromotionDiscount\\PromotionDiscountDefinition'] = $instance = new \Shopware\Core\Checkout\Promotion\Aggregate\PromotionDiscount\PromotionDiscountDefinition();
  25040.         $instance->compile(($this->services['Shopware\\Core\\System\\SalesChannel\\Entity\\SalesChannelDefinitionInstanceRegistry'] ?? $this->getSalesChannelDefinitionInstanceRegistryService()));
  25041.         return $instance;
  25042.     }
  25043.     /**
  25044.      * Gets the public 'sales_channel_definition.Shopware\Core\Checkout\Promotion\Aggregate\PromotionIndividualCode\PromotionIndividualCodeDefinition' shared service.
  25045.      *
  25046.      * @return \Shopware\Core\Checkout\Promotion\Aggregate\PromotionIndividualCode\PromotionIndividualCodeDefinition
  25047.      */
  25048.     protected function getPromotionIndividualCodeDefinition2Service()
  25049.     {
  25050.         include_once \dirname(__DIR__4).'/vendor/shopware/core/Checkout/Promotion/Aggregate/PromotionIndividualCode/PromotionIndividualCodeDefinition.php';
  25051.         $this->services['sales_channel_definition.Shopware\\Core\\Checkout\\Promotion\\Aggregate\\PromotionIndividualCode\\PromotionIndividualCodeDefinition'] = $instance = new \Shopware\Core\Checkout\Promotion\Aggregate\PromotionIndividualCode\PromotionIndividualCodeDefinition();
  25052.         $instance->compile(($this->services['Shopware\\Core\\System\\SalesChannel\\Entity\\SalesChannelDefinitionInstanceRegistry'] ?? $this->getSalesChannelDefinitionInstanceRegistryService()));
  25053.         return $instance;
  25054.     }
  25055.     /**
  25056.      * Gets the public 'sales_channel_definition.Shopware\Core\Checkout\Promotion\Aggregate\PromotionOrderRule\PromotionOrderRuleDefinition' shared service.
  25057.      *
  25058.      * @return \Shopware\Core\Checkout\Promotion\Aggregate\PromotionOrderRule\PromotionOrderRuleDefinition
  25059.      */
  25060.     protected function getPromotionOrderRuleDefinition2Service()
  25061.     {
  25062.         include_once \dirname(__DIR__4).'/vendor/shopware/core/Checkout/Promotion/Aggregate/PromotionOrderRule/PromotionOrderRuleDefinition.php';
  25063.         $this->services['sales_channel_definition.Shopware\\Core\\Checkout\\Promotion\\Aggregate\\PromotionOrderRule\\PromotionOrderRuleDefinition'] = $instance = new \Shopware\Core\Checkout\Promotion\Aggregate\PromotionOrderRule\PromotionOrderRuleDefinition();
  25064.         $instance->compile(($this->services['Shopware\\Core\\System\\SalesChannel\\Entity\\SalesChannelDefinitionInstanceRegistry'] ?? $this->getSalesChannelDefinitionInstanceRegistryService()));
  25065.         return $instance;
  25066.     }
  25067.     /**
  25068.      * Gets the public 'sales_channel_definition.Shopware\Core\Checkout\Promotion\Aggregate\PromotionPersonaCustomer\PromotionPersonaCustomerDefinition' shared service.
  25069.      *
  25070.      * @return \Shopware\Core\Checkout\Promotion\Aggregate\PromotionPersonaCustomer\PromotionPersonaCustomerDefinition
  25071.      */
  25072.     protected function getPromotionPersonaCustomerDefinition2Service()
  25073.     {
  25074.         include_once \dirname(__DIR__4).'/vendor/shopware/core/Checkout/Promotion/Aggregate/PromotionPersonaCustomer/PromotionPersonaCustomerDefinition.php';
  25075.         $this->services['sales_channel_definition.Shopware\\Core\\Checkout\\Promotion\\Aggregate\\PromotionPersonaCustomer\\PromotionPersonaCustomerDefinition'] = $instance = new \Shopware\Core\Checkout\Promotion\Aggregate\PromotionPersonaCustomer\PromotionPersonaCustomerDefinition();
  25076.         $instance->compile(($this->services['Shopware\\Core\\System\\SalesChannel\\Entity\\SalesChannelDefinitionInstanceRegistry'] ?? $this->getSalesChannelDefinitionInstanceRegistryService()));
  25077.         return $instance;
  25078.     }
  25079.     /**
  25080.      * Gets the public 'sales_channel_definition.Shopware\Core\Checkout\Promotion\Aggregate\PromotionPersonaRule\PromotionPersonaRuleDefinition' shared service.
  25081.      *
  25082.      * @return \Shopware\Core\Checkout\Promotion\Aggregate\PromotionPersonaRule\PromotionPersonaRuleDefinition
  25083.      */
  25084.     protected function getPromotionPersonaRuleDefinition2Service()
  25085.     {
  25086.         include_once \dirname(__DIR__4).'/vendor/shopware/core/Checkout/Promotion/Aggregate/PromotionPersonaRule/PromotionPersonaRuleDefinition.php';
  25087.         $this->services['sales_channel_definition.Shopware\\Core\\Checkout\\Promotion\\Aggregate\\PromotionPersonaRule\\PromotionPersonaRuleDefinition'] = $instance = new \Shopware\Core\Checkout\Promotion\Aggregate\PromotionPersonaRule\PromotionPersonaRuleDefinition();
  25088.         $instance->compile(($this->services['Shopware\\Core\\System\\SalesChannel\\Entity\\SalesChannelDefinitionInstanceRegistry'] ?? $this->getSalesChannelDefinitionInstanceRegistryService()));
  25089.         return $instance;
  25090.     }
  25091.     /**
  25092.      * Gets the public 'sales_channel_definition.Shopware\Core\Checkout\Promotion\Aggregate\PromotionSalesChannel\PromotionSalesChannelDefinition' shared service.
  25093.      *
  25094.      * @return \Shopware\Core\Checkout\Promotion\Aggregate\PromotionSalesChannel\PromotionSalesChannelDefinition
  25095.      */
  25096.     protected function getPromotionSalesChannelDefinition2Service()
  25097.     {
  25098.         include_once \dirname(__DIR__4).'/vendor/shopware/core/Checkout/Promotion/Aggregate/PromotionSalesChannel/PromotionSalesChannelDefinition.php';
  25099.         $this->services['sales_channel_definition.Shopware\\Core\\Checkout\\Promotion\\Aggregate\\PromotionSalesChannel\\PromotionSalesChannelDefinition'] = $instance = new \Shopware\Core\Checkout\Promotion\Aggregate\PromotionSalesChannel\PromotionSalesChannelDefinition();
  25100.         $instance->compile(($this->services['Shopware\\Core\\System\\SalesChannel\\Entity\\SalesChannelDefinitionInstanceRegistry'] ?? $this->getSalesChannelDefinitionInstanceRegistryService()));
  25101.         return $instance;
  25102.     }
  25103.     /**
  25104.      * Gets the public 'sales_channel_definition.Shopware\Core\Checkout\Promotion\Aggregate\PromotionSetGroupRule\PromotionSetGroupRuleDefinition' shared service.
  25105.      *
  25106.      * @return \Shopware\Core\Checkout\Promotion\Aggregate\PromotionSetGroupRule\PromotionSetGroupRuleDefinition
  25107.      */
  25108.     protected function getPromotionSetGroupRuleDefinition2Service()
  25109.     {
  25110.         include_once \dirname(__DIR__4).'/vendor/shopware/core/Checkout/Promotion/Aggregate/PromotionSetGroupRule/PromotionSetGroupRuleDefinition.php';
  25111.         $this->services['sales_channel_definition.Shopware\\Core\\Checkout\\Promotion\\Aggregate\\PromotionSetGroupRule\\PromotionSetGroupRuleDefinition'] = $instance = new \Shopware\Core\Checkout\Promotion\Aggregate\PromotionSetGroupRule\PromotionSetGroupRuleDefinition();
  25112.         $instance->compile(($this->services['Shopware\\Core\\System\\SalesChannel\\Entity\\SalesChannelDefinitionInstanceRegistry'] ?? $this->getSalesChannelDefinitionInstanceRegistryService()));
  25113.         return $instance;
  25114.     }
  25115.     /**
  25116.      * Gets the public 'sales_channel_definition.Shopware\Core\Checkout\Promotion\Aggregate\PromotionSetGroup\PromotionSetGroupDefinition' shared service.
  25117.      *
  25118.      * @return \Shopware\Core\Checkout\Promotion\Aggregate\PromotionSetGroup\PromotionSetGroupDefinition
  25119.      */
  25120.     protected function getPromotionSetGroupDefinition2Service()
  25121.     {
  25122.         include_once \dirname(__DIR__4).'/vendor/shopware/core/Checkout/Promotion/Aggregate/PromotionSetGroup/PromotionSetGroupDefinition.php';
  25123.         $this->services['sales_channel_definition.Shopware\\Core\\Checkout\\Promotion\\Aggregate\\PromotionSetGroup\\PromotionSetGroupDefinition'] = $instance = new \Shopware\Core\Checkout\Promotion\Aggregate\PromotionSetGroup\PromotionSetGroupDefinition();
  25124.         $instance->compile(($this->services['Shopware\\Core\\System\\SalesChannel\\Entity\\SalesChannelDefinitionInstanceRegistry'] ?? $this->getSalesChannelDefinitionInstanceRegistryService()));
  25125.         return $instance;
  25126.     }
  25127.     /**
  25128.      * Gets the public 'sales_channel_definition.Shopware\Core\Checkout\Promotion\Aggregate\PromotionTranslation\PromotionTranslationDefinition' shared service.
  25129.      *
  25130.      * @return \Shopware\Core\Checkout\Promotion\Aggregate\PromotionTranslation\PromotionTranslationDefinition
  25131.      */
  25132.     protected function getPromotionTranslationDefinition2Service()
  25133.     {
  25134.         include_once \dirname(__DIR__4).'/vendor/shopware/core/Framework/DataAbstractionLayer/EntityTranslationDefinition.php';
  25135.         include_once \dirname(__DIR__4).'/vendor/shopware/core/Checkout/Promotion/Aggregate/PromotionTranslation/PromotionTranslationDefinition.php';
  25136.         $this->services['sales_channel_definition.Shopware\\Core\\Checkout\\Promotion\\Aggregate\\PromotionTranslation\\PromotionTranslationDefinition'] = $instance = new \Shopware\Core\Checkout\Promotion\Aggregate\PromotionTranslation\PromotionTranslationDefinition();
  25137.         $instance->compile(($this->services['Shopware\\Core\\System\\SalesChannel\\Entity\\SalesChannelDefinitionInstanceRegistry'] ?? $this->getSalesChannelDefinitionInstanceRegistryService()));
  25138.         return $instance;
  25139.     }
  25140.     /**
  25141.      * Gets the public 'sales_channel_definition.Shopware\Core\Checkout\Promotion\PromotionDefinition' shared service.
  25142.      *
  25143.      * @return \Shopware\Core\Checkout\Promotion\PromotionDefinition
  25144.      */
  25145.     protected function getPromotionDefinition2Service()
  25146.     {
  25147.         include_once \dirname(__DIR__4).'/vendor/shopware/core/Checkout/Promotion/PromotionDefinition.php';
  25148.         $this->services['sales_channel_definition.Shopware\\Core\\Checkout\\Promotion\\PromotionDefinition'] = $instance = new \Shopware\Core\Checkout\Promotion\PromotionDefinition();
  25149.         $instance->compile(($this->services['Shopware\\Core\\System\\SalesChannel\\Entity\\SalesChannelDefinitionInstanceRegistry'] ?? $this->getSalesChannelDefinitionInstanceRegistryService()));
  25150.         return $instance;
  25151.     }
  25152.     /**
  25153.      * Gets the public 'sales_channel_definition.Shopware\Core\Checkout\Shipping\Aggregate\ShippingMethodPrice\ShippingMethodPriceDefinition' shared service.
  25154.      *
  25155.      * @return \Shopware\Core\Checkout\Shipping\Aggregate\ShippingMethodPrice\ShippingMethodPriceDefinition
  25156.      */
  25157.     protected function getShippingMethodPriceDefinition2Service()
  25158.     {
  25159.         include_once \dirname(__DIR__4).'/vendor/shopware/core/Checkout/Shipping/Aggregate/ShippingMethodPrice/ShippingMethodPriceDefinition.php';
  25160.         $this->services['sales_channel_definition.Shopware\\Core\\Checkout\\Shipping\\Aggregate\\ShippingMethodPrice\\ShippingMethodPriceDefinition'] = $instance = new \Shopware\Core\Checkout\Shipping\Aggregate\ShippingMethodPrice\ShippingMethodPriceDefinition();
  25161.         $instance->compile(($this->services['Shopware\\Core\\System\\SalesChannel\\Entity\\SalesChannelDefinitionInstanceRegistry'] ?? $this->getSalesChannelDefinitionInstanceRegistryService()));
  25162.         return $instance;
  25163.     }
  25164.     /**
  25165.      * Gets the public 'sales_channel_definition.Shopware\Core\Checkout\Shipping\Aggregate\ShippingMethodTag\ShippingMethodTagDefinition' shared service.
  25166.      *
  25167.      * @return \Shopware\Core\Checkout\Shipping\Aggregate\ShippingMethodTag\ShippingMethodTagDefinition
  25168.      */
  25169.     protected function getShippingMethodTagDefinition2Service()
  25170.     {
  25171.         include_once \dirname(__DIR__4).'/vendor/shopware/core/Checkout/Shipping/Aggregate/ShippingMethodTag/ShippingMethodTagDefinition.php';
  25172.         $this->services['sales_channel_definition.Shopware\\Core\\Checkout\\Shipping\\Aggregate\\ShippingMethodTag\\ShippingMethodTagDefinition'] = $instance = new \Shopware\Core\Checkout\Shipping\Aggregate\ShippingMethodTag\ShippingMethodTagDefinition();
  25173.         $instance->compile(($this->services['Shopware\\Core\\System\\SalesChannel\\Entity\\SalesChannelDefinitionInstanceRegistry'] ?? $this->getSalesChannelDefinitionInstanceRegistryService()));
  25174.         return $instance;
  25175.     }
  25176.     /**
  25177.      * Gets the public 'sales_channel_definition.Shopware\Core\Checkout\Shipping\Aggregate\ShippingMethodTranslation\ShippingMethodTranslationDefinition' shared service.
  25178.      *
  25179.      * @return \Shopware\Core\Checkout\Shipping\Aggregate\ShippingMethodTranslation\ShippingMethodTranslationDefinition
  25180.      */
  25181.     protected function getShippingMethodTranslationDefinition2Service()
  25182.     {
  25183.         include_once \dirname(__DIR__4).'/vendor/shopware/core/Framework/DataAbstractionLayer/EntityTranslationDefinition.php';
  25184.         include_once \dirname(__DIR__4).'/vendor/shopware/core/Checkout/Shipping/Aggregate/ShippingMethodTranslation/ShippingMethodTranslationDefinition.php';
  25185.         $this->services['sales_channel_definition.Shopware\\Core\\Checkout\\Shipping\\Aggregate\\ShippingMethodTranslation\\ShippingMethodTranslationDefinition'] = $instance = new \Shopware\Core\Checkout\Shipping\Aggregate\ShippingMethodTranslation\ShippingMethodTranslationDefinition();
  25186.         $instance->compile(($this->services['Shopware\\Core\\System\\SalesChannel\\Entity\\SalesChannelDefinitionInstanceRegistry'] ?? $this->getSalesChannelDefinitionInstanceRegistryService()));
  25187.         return $instance;
  25188.     }
  25189.     /**
  25190.      * Gets the public 'sales_channel_definition.Shopware\Core\Content\Category\Aggregate\CategoryTag\CategoryTagDefinition' shared service.
  25191.      *
  25192.      * @return \Shopware\Core\Content\Category\Aggregate\CategoryTag\CategoryTagDefinition
  25193.      */
  25194.     protected function getCategoryTagDefinition2Service()
  25195.     {
  25196.         include_once \dirname(__DIR__4).'/vendor/shopware/core/Content/Category/Aggregate/CategoryTag/CategoryTagDefinition.php';
  25197.         $this->services['sales_channel_definition.Shopware\\Core\\Content\\Category\\Aggregate\\CategoryTag\\CategoryTagDefinition'] = $instance = new \Shopware\Core\Content\Category\Aggregate\CategoryTag\CategoryTagDefinition();
  25198.         $instance->compile(($this->services['Shopware\\Core\\System\\SalesChannel\\Entity\\SalesChannelDefinitionInstanceRegistry'] ?? $this->getSalesChannelDefinitionInstanceRegistryService()));
  25199.         return $instance;
  25200.     }
  25201.     /**
  25202.      * Gets the public 'sales_channel_definition.Shopware\Core\Content\Category\Aggregate\CategoryTranslation\CategoryTranslationDefinition' shared service.
  25203.      *
  25204.      * @return \Shopware\Core\Content\Category\Aggregate\CategoryTranslation\CategoryTranslationDefinition
  25205.      */
  25206.     protected function getCategoryTranslationDefinition4Service()
  25207.     {
  25208.         include_once \dirname(__DIR__4).'/vendor/shopware/core/Framework/DataAbstractionLayer/EntityTranslationDefinition.php';
  25209.         include_once \dirname(__DIR__4).'/vendor/shopware/core/Content/Category/Aggregate/CategoryTranslation/CategoryTranslationDefinition.php';
  25210.         $this->services['sales_channel_definition.Shopware\\Core\\Content\\Category\\Aggregate\\CategoryTranslation\\CategoryTranslationDefinition'] = $instance = new \Shopware\Core\Content\Category\Aggregate\CategoryTranslation\CategoryTranslationDefinition();
  25211.         $instance->compile(($this->services['Shopware\\Core\\System\\SalesChannel\\Entity\\SalesChannelDefinitionInstanceRegistry'] ?? $this->getSalesChannelDefinitionInstanceRegistryService()));
  25212.         return $instance;
  25213.     }
  25214.     /**
  25215.      * Gets the public 'sales_channel_definition.Shopware\Core\Content\Cms\Aggregate\CmsBlock\CmsBlockDefinition' shared service.
  25216.      *
  25217.      * @return \Shopware\Core\Content\Cms\Aggregate\CmsBlock\CmsBlockDefinition
  25218.      */
  25219.     protected function getCmsBlockDefinition2Service()
  25220.     {
  25221.         include_once \dirname(__DIR__4).'/vendor/shopware/core/Content/Cms/Aggregate/CmsBlock/CmsBlockDefinition.php';
  25222.         $this->services['sales_channel_definition.Shopware\\Core\\Content\\Cms\\Aggregate\\CmsBlock\\CmsBlockDefinition'] = $instance = new \Shopware\Core\Content\Cms\Aggregate\CmsBlock\CmsBlockDefinition();
  25223.         $instance->compile(($this->services['Shopware\\Core\\System\\SalesChannel\\Entity\\SalesChannelDefinitionInstanceRegistry'] ?? $this->getSalesChannelDefinitionInstanceRegistryService()));
  25224.         return $instance;
  25225.     }
  25226.     /**
  25227.      * Gets the public 'sales_channel_definition.Shopware\Core\Content\Cms\Aggregate\CmsPageTranslation\CmsPageTranslationDefinition' shared service.
  25228.      *
  25229.      * @return \Shopware\Core\Content\Cms\Aggregate\CmsPageTranslation\CmsPageTranslationDefinition
  25230.      */
  25231.     protected function getCmsPageTranslationDefinition2Service()
  25232.     {
  25233.         include_once \dirname(__DIR__4).'/vendor/shopware/core/Framework/DataAbstractionLayer/EntityTranslationDefinition.php';
  25234.         include_once \dirname(__DIR__4).'/vendor/shopware/core/Content/Cms/Aggregate/CmsPageTranslation/CmsPageTranslationDefinition.php';
  25235.         $this->services['sales_channel_definition.Shopware\\Core\\Content\\Cms\\Aggregate\\CmsPageTranslation\\CmsPageTranslationDefinition'] = $instance = new \Shopware\Core\Content\Cms\Aggregate\CmsPageTranslation\CmsPageTranslationDefinition();
  25236.         $instance->compile(($this->services['Shopware\\Core\\System\\SalesChannel\\Entity\\SalesChannelDefinitionInstanceRegistry'] ?? $this->getSalesChannelDefinitionInstanceRegistryService()));
  25237.         return $instance;
  25238.     }
  25239.     /**
  25240.      * Gets the public 'sales_channel_definition.Shopware\Core\Content\Cms\Aggregate\CmsSection\CmsSectionDefinition' shared service.
  25241.      *
  25242.      * @return \Shopware\Core\Content\Cms\Aggregate\CmsSection\CmsSectionDefinition
  25243.      */
  25244.     protected function getCmsSectionDefinition2Service()
  25245.     {
  25246.         include_once \dirname(__DIR__4).'/vendor/shopware/core/Content/Cms/Aggregate/CmsSection/CmsSectionDefinition.php';
  25247.         $this->services['sales_channel_definition.Shopware\\Core\\Content\\Cms\\Aggregate\\CmsSection\\CmsSectionDefinition'] = $instance = new \Shopware\Core\Content\Cms\Aggregate\CmsSection\CmsSectionDefinition();
  25248.         $instance->compile(($this->services['Shopware\\Core\\System\\SalesChannel\\Entity\\SalesChannelDefinitionInstanceRegistry'] ?? $this->getSalesChannelDefinitionInstanceRegistryService()));
  25249.         return $instance;
  25250.     }
  25251.     /**
  25252.      * Gets the public 'sales_channel_definition.Shopware\Core\Content\Cms\Aggregate\CmsSlotTranslation\CmsSlotTranslationDefinition' shared service.
  25253.      *
  25254.      * @return \Shopware\Core\Content\Cms\Aggregate\CmsSlotTranslation\CmsSlotTranslationDefinition
  25255.      */
  25256.     protected function getCmsSlotTranslationDefinition2Service()
  25257.     {
  25258.         include_once \dirname(__DIR__4).'/vendor/shopware/core/Framework/DataAbstractionLayer/EntityTranslationDefinition.php';
  25259.         include_once \dirname(__DIR__4).'/vendor/shopware/core/Content/Cms/Aggregate/CmsSlotTranslation/CmsSlotTranslationDefinition.php';
  25260.         $this->services['sales_channel_definition.Shopware\\Core\\Content\\Cms\\Aggregate\\CmsSlotTranslation\\CmsSlotTranslationDefinition'] = $instance = new \Shopware\Core\Content\Cms\Aggregate\CmsSlotTranslation\CmsSlotTranslationDefinition();
  25261.         $instance->compile(($this->services['Shopware\\Core\\System\\SalesChannel\\Entity\\SalesChannelDefinitionInstanceRegistry'] ?? $this->getSalesChannelDefinitionInstanceRegistryService()));
  25262.         return $instance;
  25263.     }
  25264.     /**
  25265.      * Gets the public 'sales_channel_definition.Shopware\Core\Content\Cms\Aggregate\CmsSlot\CmsSlotDefinition' shared service.
  25266.      *
  25267.      * @return \Shopware\Core\Content\Cms\Aggregate\CmsSlot\CmsSlotDefinition
  25268.      */
  25269.     protected function getCmsSlotDefinition2Service()
  25270.     {
  25271.         include_once \dirname(__DIR__4).'/vendor/shopware/core/Content/Cms/Aggregate/CmsSlot/CmsSlotDefinition.php';
  25272.         $this->services['sales_channel_definition.Shopware\\Core\\Content\\Cms\\Aggregate\\CmsSlot\\CmsSlotDefinition'] = $instance = new \Shopware\Core\Content\Cms\Aggregate\CmsSlot\CmsSlotDefinition();
  25273.         $instance->compile(($this->services['Shopware\\Core\\System\\SalesChannel\\Entity\\SalesChannelDefinitionInstanceRegistry'] ?? $this->getSalesChannelDefinitionInstanceRegistryService()));
  25274.         return $instance;
  25275.     }
  25276.     /**
  25277.      * Gets the public 'sales_channel_definition.Shopware\Core\Content\Cms\CmsPageDefinition' shared service.
  25278.      *
  25279.      * @return \Shopware\Core\Content\Cms\CmsPageDefinition
  25280.      */
  25281.     protected function getCmsPageDefinition2Service()
  25282.     {
  25283.         $this->services['sales_channel_definition.Shopware\\Core\\Content\\Cms\\CmsPageDefinition'] = $instance = new \Shopware\Core\Content\Cms\CmsPageDefinition();
  25284.         $instance->compile(($this->services['Shopware\\Core\\System\\SalesChannel\\Entity\\SalesChannelDefinitionInstanceRegistry'] ?? $this->getSalesChannelDefinitionInstanceRegistryService()));
  25285.         return $instance;
  25286.     }
  25287.     /**
  25288.      * Gets the public 'sales_channel_definition.Shopware\Core\Content\Flow\Aggregate\FlowSequence\FlowSequenceDefinition' shared service.
  25289.      *
  25290.      * @return \Shopware\Core\Content\Flow\Aggregate\FlowSequence\FlowSequenceDefinition
  25291.      */
  25292.     protected function getFlowSequenceDefinition2Service()
  25293.     {
  25294.         include_once \dirname(__DIR__4).'/vendor/shopware/core/Content/Flow/Aggregate/FlowSequence/FlowSequenceDefinition.php';
  25295.         $this->services['sales_channel_definition.Shopware\\Core\\Content\\Flow\\Aggregate\\FlowSequence\\FlowSequenceDefinition'] = $instance = new \Shopware\Core\Content\Flow\Aggregate\FlowSequence\FlowSequenceDefinition();
  25296.         $instance->compile(($this->services['Shopware\\Core\\System\\SalesChannel\\Entity\\SalesChannelDefinitionInstanceRegistry'] ?? $this->getSalesChannelDefinitionInstanceRegistryService()));
  25297.         return $instance;
  25298.     }
  25299.     /**
  25300.      * Gets the public 'sales_channel_definition.Shopware\Core\Content\Flow\Aggregate\FlowTemplate\FlowTemplateDefinition' shared service.
  25301.      *
  25302.      * @return \Shopware\Core\Content\Flow\Aggregate\FlowTemplate\FlowTemplateDefinition
  25303.      */
  25304.     protected function getFlowTemplateDefinition2Service()
  25305.     {
  25306.         include_once \dirname(__DIR__4).'/vendor/shopware/core/Content/Flow/Aggregate/FlowTemplate/FlowTemplateDefinition.php';
  25307.         $this->services['sales_channel_definition.Shopware\\Core\\Content\\Flow\\Aggregate\\FlowTemplate\\FlowTemplateDefinition'] = $instance = new \Shopware\Core\Content\Flow\Aggregate\FlowTemplate\FlowTemplateDefinition();
  25308.         $instance->compile(($this->services['Shopware\\Core\\System\\SalesChannel\\Entity\\SalesChannelDefinitionInstanceRegistry'] ?? $this->getSalesChannelDefinitionInstanceRegistryService()));
  25309.         return $instance;
  25310.     }
  25311.     /**
  25312.      * Gets the public 'sales_channel_definition.Shopware\Core\Content\Flow\FlowDefinition' shared service.
  25313.      *
  25314.      * @return \Shopware\Core\Content\Flow\FlowDefinition
  25315.      */
  25316.     protected function getFlowDefinition2Service()
  25317.     {
  25318.         include_once \dirname(__DIR__4).'/vendor/shopware/core/Content/Flow/FlowDefinition.php';
  25319.         $this->services['sales_channel_definition.Shopware\\Core\\Content\\Flow\\FlowDefinition'] = $instance = new \Shopware\Core\Content\Flow\FlowDefinition();
  25320.         $instance->compile(($this->services['Shopware\\Core\\System\\SalesChannel\\Entity\\SalesChannelDefinitionInstanceRegistry'] ?? $this->getSalesChannelDefinitionInstanceRegistryService()));
  25321.         return $instance;
  25322.     }
  25323.     /**
  25324.      * Gets the public 'sales_channel_definition.Shopware\Core\Content\ImportExport\Aggregate\ImportExportFile\ImportExportFileDefinition' shared service.
  25325.      *
  25326.      * @return \Shopware\Core\Content\ImportExport\Aggregate\ImportExportFile\ImportExportFileDefinition
  25327.      */
  25328.     protected function getImportExportFileDefinition2Service()
  25329.     {
  25330.         include_once \dirname(__DIR__4).'/vendor/shopware/core/Content/ImportExport/Aggregate/ImportExportFile/ImportExportFileDefinition.php';
  25331.         $this->services['sales_channel_definition.Shopware\\Core\\Content\\ImportExport\\Aggregate\\ImportExportFile\\ImportExportFileDefinition'] = $instance = new \Shopware\Core\Content\ImportExport\Aggregate\ImportExportFile\ImportExportFileDefinition();
  25332.         $instance->compile(($this->services['Shopware\\Core\\System\\SalesChannel\\Entity\\SalesChannelDefinitionInstanceRegistry'] ?? $this->getSalesChannelDefinitionInstanceRegistryService()));
  25333.         return $instance;
  25334.     }
  25335.     /**
  25336.      * Gets the public 'sales_channel_definition.Shopware\Core\Content\ImportExport\Aggregate\ImportExportLog\ImportExportLogDefinition' shared service.
  25337.      *
  25338.      * @return \Shopware\Core\Content\ImportExport\Aggregate\ImportExportLog\ImportExportLogDefinition
  25339.      */
  25340.     protected function getImportExportLogDefinition2Service()
  25341.     {
  25342.         include_once \dirname(__DIR__4).'/vendor/shopware/core/Content/ImportExport/Aggregate/ImportExportLog/ImportExportLogDefinition.php';
  25343.         $this->services['sales_channel_definition.Shopware\\Core\\Content\\ImportExport\\Aggregate\\ImportExportLog\\ImportExportLogDefinition'] = $instance = new \Shopware\Core\Content\ImportExport\Aggregate\ImportExportLog\ImportExportLogDefinition();
  25344.         $instance->compile(($this->services['Shopware\\Core\\System\\SalesChannel\\Entity\\SalesChannelDefinitionInstanceRegistry'] ?? $this->getSalesChannelDefinitionInstanceRegistryService()));
  25345.         return $instance;
  25346.     }
  25347.     /**
  25348.      * Gets the public 'sales_channel_definition.Shopware\Core\Content\ImportExport\ImportExportProfileDefinition' shared service.
  25349.      *
  25350.      * @return \Shopware\Core\Content\ImportExport\ImportExportProfileDefinition
  25351.      */
  25352.     protected function getImportExportProfileDefinition2Service()
  25353.     {
  25354.         include_once \dirname(__DIR__4).'/vendor/shopware/core/Content/ImportExport/ImportExportProfileDefinition.php';
  25355.         $this->services['sales_channel_definition.Shopware\\Core\\Content\\ImportExport\\ImportExportProfileDefinition'] = $instance = new \Shopware\Core\Content\ImportExport\ImportExportProfileDefinition();
  25356.         $instance->compile(($this->services['Shopware\\Core\\System\\SalesChannel\\Entity\\SalesChannelDefinitionInstanceRegistry'] ?? $this->getSalesChannelDefinitionInstanceRegistryService()));
  25357.         return $instance;
  25358.     }
  25359.     /**
  25360.      * Gets the public 'sales_channel_definition.Shopware\Core\Content\ImportExport\ImportExportProfileTranslationDefinition' shared service.
  25361.      *
  25362.      * @return \Shopware\Core\Content\ImportExport\ImportExportProfileTranslationDefinition
  25363.      */
  25364.     protected function getImportExportProfileTranslationDefinition2Service()
  25365.     {
  25366.         include_once \dirname(__DIR__4).'/vendor/shopware/core/Framework/DataAbstractionLayer/EntityTranslationDefinition.php';
  25367.         include_once \dirname(__DIR__4).'/vendor/shopware/core/Content/ImportExport/ImportExportProfileTranslationDefinition.php';
  25368.         $this->services['sales_channel_definition.Shopware\\Core\\Content\\ImportExport\\ImportExportProfileTranslationDefinition'] = $instance = new \Shopware\Core\Content\ImportExport\ImportExportProfileTranslationDefinition();
  25369.         $instance->compile(($this->services['Shopware\\Core\\System\\SalesChannel\\Entity\\SalesChannelDefinitionInstanceRegistry'] ?? $this->getSalesChannelDefinitionInstanceRegistryService()));
  25370.         return $instance;
  25371.     }
  25372.     /**
  25373.      * Gets the public 'sales_channel_definition.Shopware\Core\Content\LandingPage\Aggregate\LandingPageSalesChannel\LandingPageSalesChannelDefinition' shared service.
  25374.      *
  25375.      * @return \Shopware\Core\Content\LandingPage\Aggregate\LandingPageSalesChannel\LandingPageSalesChannelDefinition
  25376.      */
  25377.     protected function getLandingPageSalesChannelDefinition2Service()
  25378.     {
  25379.         include_once \dirname(__DIR__4).'/vendor/shopware/core/Content/LandingPage/Aggregate/LandingPageSalesChannel/LandingPageSalesChannelDefinition.php';
  25380.         $this->services['sales_channel_definition.Shopware\\Core\\Content\\LandingPage\\Aggregate\\LandingPageSalesChannel\\LandingPageSalesChannelDefinition'] = $instance = new \Shopware\Core\Content\LandingPage\Aggregate\LandingPageSalesChannel\LandingPageSalesChannelDefinition();
  25381.         $instance->compile(($this->services['Shopware\\Core\\System\\SalesChannel\\Entity\\SalesChannelDefinitionInstanceRegistry'] ?? $this->getSalesChannelDefinitionInstanceRegistryService()));
  25382.         return $instance;
  25383.     }
  25384.     /**
  25385.      * Gets the public 'sales_channel_definition.Shopware\Core\Content\LandingPage\Aggregate\LandingPageTag\LandingPageTagDefinition' shared service.
  25386.      *
  25387.      * @return \Shopware\Core\Content\LandingPage\Aggregate\LandingPageTag\LandingPageTagDefinition
  25388.      */
  25389.     protected function getLandingPageTagDefinition2Service()
  25390.     {
  25391.         include_once \dirname(__DIR__4).'/vendor/shopware/core/Content/LandingPage/Aggregate/LandingPageTag/LandingPageTagDefinition.php';
  25392.         $this->services['sales_channel_definition.Shopware\\Core\\Content\\LandingPage\\Aggregate\\LandingPageTag\\LandingPageTagDefinition'] = $instance = new \Shopware\Core\Content\LandingPage\Aggregate\LandingPageTag\LandingPageTagDefinition();
  25393.         $instance->compile(($this->services['Shopware\\Core\\System\\SalesChannel\\Entity\\SalesChannelDefinitionInstanceRegistry'] ?? $this->getSalesChannelDefinitionInstanceRegistryService()));
  25394.         return $instance;
  25395.     }
  25396.     /**
  25397.      * Gets the public 'sales_channel_definition.Shopware\Core\Content\LandingPage\Aggregate\LandingPageTranslation\LandingPageTranslationDefinition' shared service.
  25398.      *
  25399.      * @return \Shopware\Core\Content\LandingPage\Aggregate\LandingPageTranslation\LandingPageTranslationDefinition
  25400.      */
  25401.     protected function getLandingPageTranslationDefinition2Service()
  25402.     {
  25403.         include_once \dirname(__DIR__4).'/vendor/shopware/core/Framework/DataAbstractionLayer/EntityTranslationDefinition.php';
  25404.         include_once \dirname(__DIR__4).'/vendor/shopware/core/Content/LandingPage/Aggregate/LandingPageTranslation/LandingPageTranslationDefinition.php';
  25405.         $this->services['sales_channel_definition.Shopware\\Core\\Content\\LandingPage\\Aggregate\\LandingPageTranslation\\LandingPageTranslationDefinition'] = $instance = new \Shopware\Core\Content\LandingPage\Aggregate\LandingPageTranslation\LandingPageTranslationDefinition();
  25406.         $instance->compile(($this->services['Shopware\\Core\\System\\SalesChannel\\Entity\\SalesChannelDefinitionInstanceRegistry'] ?? $this->getSalesChannelDefinitionInstanceRegistryService()));
  25407.         return $instance;
  25408.     }
  25409.     /**
  25410.      * Gets the public 'sales_channel_definition.Shopware\Core\Content\MailTemplate\Aggregate\MailHeaderFooterTranslation\MailHeaderFooterTranslationDefinition' shared service.
  25411.      *
  25412.      * @return \Shopware\Core\Content\MailTemplate\Aggregate\MailHeaderFooterTranslation\MailHeaderFooterTranslationDefinition
  25413.      */
  25414.     protected function getMailHeaderFooterTranslationDefinition2Service()
  25415.     {
  25416.         include_once \dirname(__DIR__4).'/vendor/shopware/core/Framework/DataAbstractionLayer/EntityTranslationDefinition.php';
  25417.         include_once \dirname(__DIR__4).'/vendor/shopware/core/Content/MailTemplate/Aggregate/MailHeaderFooterTranslation/MailHeaderFooterTranslationDefinition.php';
  25418.         $this->services['sales_channel_definition.Shopware\\Core\\Content\\MailTemplate\\Aggregate\\MailHeaderFooterTranslation\\MailHeaderFooterTranslationDefinition'] = $instance = new \Shopware\Core\Content\MailTemplate\Aggregate\MailHeaderFooterTranslation\MailHeaderFooterTranslationDefinition();
  25419.         $instance->compile(($this->services['Shopware\\Core\\System\\SalesChannel\\Entity\\SalesChannelDefinitionInstanceRegistry'] ?? $this->getSalesChannelDefinitionInstanceRegistryService()));
  25420.         return $instance;
  25421.     }
  25422.     /**
  25423.      * Gets the public 'sales_channel_definition.Shopware\Core\Content\MailTemplate\Aggregate\MailHeaderFooter\MailHeaderFooterDefinition' shared service.
  25424.      *
  25425.      * @return \Shopware\Core\Content\MailTemplate\Aggregate\MailHeaderFooter\MailHeaderFooterDefinition
  25426.      */
  25427.     protected function getMailHeaderFooterDefinition2Service()
  25428.     {
  25429.         include_once \dirname(__DIR__4).'/vendor/shopware/core/Content/MailTemplate/Aggregate/MailHeaderFooter/MailHeaderFooterDefinition.php';
  25430.         $this->services['sales_channel_definition.Shopware\\Core\\Content\\MailTemplate\\Aggregate\\MailHeaderFooter\\MailHeaderFooterDefinition'] = $instance = new \Shopware\Core\Content\MailTemplate\Aggregate\MailHeaderFooter\MailHeaderFooterDefinition();
  25431.         $instance->compile(($this->services['Shopware\\Core\\System\\SalesChannel\\Entity\\SalesChannelDefinitionInstanceRegistry'] ?? $this->getSalesChannelDefinitionInstanceRegistryService()));
  25432.         return $instance;
  25433.     }
  25434.     /**
  25435.      * Gets the public 'sales_channel_definition.Shopware\Core\Content\MailTemplate\Aggregate\MailTemplateMedia\MailTemplateMediaDefinition' shared service.
  25436.      *
  25437.      * @return \Shopware\Core\Content\MailTemplate\Aggregate\MailTemplateMedia\MailTemplateMediaDefinition
  25438.      */
  25439.     protected function getMailTemplateMediaDefinition2Service()
  25440.     {
  25441.         include_once \dirname(__DIR__4).'/vendor/shopware/core/Content/MailTemplate/Aggregate/MailTemplateMedia/MailTemplateMediaDefinition.php';
  25442.         $this->services['sales_channel_definition.Shopware\\Core\\Content\\MailTemplate\\Aggregate\\MailTemplateMedia\\MailTemplateMediaDefinition'] = $instance = new \Shopware\Core\Content\MailTemplate\Aggregate\MailTemplateMedia\MailTemplateMediaDefinition();
  25443.         $instance->compile(($this->services['Shopware\\Core\\System\\SalesChannel\\Entity\\SalesChannelDefinitionInstanceRegistry'] ?? $this->getSalesChannelDefinitionInstanceRegistryService()));
  25444.         return $instance;
  25445.     }
  25446.     /**
  25447.      * Gets the public 'sales_channel_definition.Shopware\Core\Content\MailTemplate\Aggregate\MailTemplateTranslation\MailTemplateTranslationDefinition' shared service.
  25448.      *
  25449.      * @return \Shopware\Core\Content\MailTemplate\Aggregate\MailTemplateTranslation\MailTemplateTranslationDefinition
  25450.      */
  25451.     protected function getMailTemplateTranslationDefinition2Service()
  25452.     {
  25453.         include_once \dirname(__DIR__4).'/vendor/shopware/core/Framework/DataAbstractionLayer/EntityTranslationDefinition.php';
  25454.         include_once \dirname(__DIR__4).'/vendor/shopware/core/Content/MailTemplate/Aggregate/MailTemplateTranslation/MailTemplateTranslationDefinition.php';
  25455.         $this->services['sales_channel_definition.Shopware\\Core\\Content\\MailTemplate\\Aggregate\\MailTemplateTranslation\\MailTemplateTranslationDefinition'] = $instance = new \Shopware\Core\Content\MailTemplate\Aggregate\MailTemplateTranslation\MailTemplateTranslationDefinition();
  25456.         $instance->compile(($this->services['Shopware\\Core\\System\\SalesChannel\\Entity\\SalesChannelDefinitionInstanceRegistry'] ?? $this->getSalesChannelDefinitionInstanceRegistryService()));
  25457.         return $instance;
  25458.     }
  25459.     /**
  25460.      * Gets the public 'sales_channel_definition.Shopware\Core\Content\MailTemplate\Aggregate\MailTemplateTypeTranslation\MailTemplateTypeTranslationDefinition' shared service.
  25461.      *
  25462.      * @return \Shopware\Core\Content\MailTemplate\Aggregate\MailTemplateTypeTranslation\MailTemplateTypeTranslationDefinition
  25463.      */
  25464.     protected function getMailTemplateTypeTranslationDefinition2Service()
  25465.     {
  25466.         include_once \dirname(__DIR__4).'/vendor/shopware/core/Framework/DataAbstractionLayer/EntityTranslationDefinition.php';
  25467.         include_once \dirname(__DIR__4).'/vendor/shopware/core/Content/MailTemplate/Aggregate/MailTemplateTypeTranslation/MailTemplateTypeTranslationDefinition.php';
  25468.         $this->services['sales_channel_definition.Shopware\\Core\\Content\\MailTemplate\\Aggregate\\MailTemplateTypeTranslation\\MailTemplateTypeTranslationDefinition'] = $instance = new \Shopware\Core\Content\MailTemplate\Aggregate\MailTemplateTypeTranslation\MailTemplateTypeTranslationDefinition();
  25469.         $instance->compile(($this->services['Shopware\\Core\\System\\SalesChannel\\Entity\\SalesChannelDefinitionInstanceRegistry'] ?? $this->getSalesChannelDefinitionInstanceRegistryService()));
  25470.         return $instance;
  25471.     }
  25472.     /**
  25473.      * Gets the public 'sales_channel_definition.Shopware\Core\Content\MailTemplate\Aggregate\MailTemplateType\MailTemplateTypeDefinition' shared service.
  25474.      *
  25475.      * @return \Shopware\Core\Content\MailTemplate\Aggregate\MailTemplateType\MailTemplateTypeDefinition
  25476.      */
  25477.     protected function getMailTemplateTypeDefinition2Service()
  25478.     {
  25479.         include_once \dirname(__DIR__4).'/vendor/shopware/core/Content/MailTemplate/Aggregate/MailTemplateType/MailTemplateTypeDefinition.php';
  25480.         $this->services['sales_channel_definition.Shopware\\Core\\Content\\MailTemplate\\Aggregate\\MailTemplateType\\MailTemplateTypeDefinition'] = $instance = new \Shopware\Core\Content\MailTemplate\Aggregate\MailTemplateType\MailTemplateTypeDefinition();
  25481.         $instance->compile(($this->services['Shopware\\Core\\System\\SalesChannel\\Entity\\SalesChannelDefinitionInstanceRegistry'] ?? $this->getSalesChannelDefinitionInstanceRegistryService()));
  25482.         return $instance;
  25483.     }
  25484.     /**
  25485.      * Gets the public 'sales_channel_definition.Shopware\Core\Content\MailTemplate\MailTemplateDefinition' shared service.
  25486.      *
  25487.      * @return \Shopware\Core\Content\MailTemplate\MailTemplateDefinition
  25488.      */
  25489.     protected function getMailTemplateDefinition2Service()
  25490.     {
  25491.         include_once \dirname(__DIR__4).'/vendor/shopware/core/Content/MailTemplate/MailTemplateDefinition.php';
  25492.         $this->services['sales_channel_definition.Shopware\\Core\\Content\\MailTemplate\\MailTemplateDefinition'] = $instance = new \Shopware\Core\Content\MailTemplate\MailTemplateDefinition();
  25493.         $instance->compile(($this->services['Shopware\\Core\\System\\SalesChannel\\Entity\\SalesChannelDefinitionInstanceRegistry'] ?? $this->getSalesChannelDefinitionInstanceRegistryService()));
  25494.         return $instance;
  25495.     }
  25496.     /**
  25497.      * Gets the public 'sales_channel_definition.Shopware\Core\Content\Media\Aggregate\MediaDefaultFolder\MediaDefaultFolderDefinition' shared service.
  25498.      *
  25499.      * @return \Shopware\Core\Content\Media\Aggregate\MediaDefaultFolder\MediaDefaultFolderDefinition
  25500.      */
  25501.     protected function getMediaDefaultFolderDefinition2Service()
  25502.     {
  25503.         include_once \dirname(__DIR__4).'/vendor/shopware/core/Content/Media/Aggregate/MediaDefaultFolder/MediaDefaultFolderDefinition.php';
  25504.         $this->services['sales_channel_definition.Shopware\\Core\\Content\\Media\\Aggregate\\MediaDefaultFolder\\MediaDefaultFolderDefinition'] = $instance = new \Shopware\Core\Content\Media\Aggregate\MediaDefaultFolder\MediaDefaultFolderDefinition();
  25505.         $instance->compile(($this->services['Shopware\\Core\\System\\SalesChannel\\Entity\\SalesChannelDefinitionInstanceRegistry'] ?? $this->getSalesChannelDefinitionInstanceRegistryService()));
  25506.         return $instance;
  25507.     }
  25508.     /**
  25509.      * Gets the public 'sales_channel_definition.Shopware\Core\Content\Media\Aggregate\MediaFolderConfigurationMediaThumbnailSize\MediaFolderConfigurationMediaThumbnailSizeDefinition' shared service.
  25510.      *
  25511.      * @return \Shopware\Core\Content\Media\Aggregate\MediaFolderConfigurationMediaThumbnailSize\MediaFolderConfigurationMediaThumbnailSizeDefinition
  25512.      */
  25513.     protected function getMediaFolderConfigurationMediaThumbnailSizeDefinition2Service()
  25514.     {
  25515.         include_once \dirname(__DIR__4).'/vendor/shopware/core/Content/Media/Aggregate/MediaFolderConfigurationMediaThumbnailSize/MediaFolderConfigurationMediaThumbnailSizeDefinition.php';
  25516.         $this->services['sales_channel_definition.Shopware\\Core\\Content\\Media\\Aggregate\\MediaFolderConfigurationMediaThumbnailSize\\MediaFolderConfigurationMediaThumbnailSizeDefinition'] = $instance = new \Shopware\Core\Content\Media\Aggregate\MediaFolderConfigurationMediaThumbnailSize\MediaFolderConfigurationMediaThumbnailSizeDefinition();
  25517.         $instance->compile(($this->services['Shopware\\Core\\System\\SalesChannel\\Entity\\SalesChannelDefinitionInstanceRegistry'] ?? $this->getSalesChannelDefinitionInstanceRegistryService()));
  25518.         return $instance;
  25519.     }
  25520.     /**
  25521.      * Gets the public 'sales_channel_definition.Shopware\Core\Content\Media\Aggregate\MediaFolderConfiguration\MediaFolderConfigurationDefinition' shared service.
  25522.      *
  25523.      * @return \Shopware\Core\Content\Media\Aggregate\MediaFolderConfiguration\MediaFolderConfigurationDefinition
  25524.      */
  25525.     protected function getMediaFolderConfigurationDefinition2Service()
  25526.     {
  25527.         include_once \dirname(__DIR__4).'/vendor/shopware/core/Content/Media/Aggregate/MediaFolderConfiguration/MediaFolderConfigurationDefinition.php';
  25528.         $this->services['sales_channel_definition.Shopware\\Core\\Content\\Media\\Aggregate\\MediaFolderConfiguration\\MediaFolderConfigurationDefinition'] = $instance = new \Shopware\Core\Content\Media\Aggregate\MediaFolderConfiguration\MediaFolderConfigurationDefinition();
  25529.         $instance->compile(($this->services['Shopware\\Core\\System\\SalesChannel\\Entity\\SalesChannelDefinitionInstanceRegistry'] ?? $this->getSalesChannelDefinitionInstanceRegistryService()));
  25530.         return $instance;
  25531.     }
  25532.     /**
  25533.      * Gets the public 'sales_channel_definition.Shopware\Core\Content\Media\Aggregate\MediaFolder\MediaFolderDefinition' shared service.
  25534.      *
  25535.      * @return \Shopware\Core\Content\Media\Aggregate\MediaFolder\MediaFolderDefinition
  25536.      */
  25537.     protected function getMediaFolderDefinition2Service()
  25538.     {
  25539.         include_once \dirname(__DIR__4).'/vendor/shopware/core/Content/Media/Aggregate/MediaFolder/MediaFolderDefinition.php';
  25540.         $this->services['sales_channel_definition.Shopware\\Core\\Content\\Media\\Aggregate\\MediaFolder\\MediaFolderDefinition'] = $instance = new \Shopware\Core\Content\Media\Aggregate\MediaFolder\MediaFolderDefinition();
  25541.         $instance->compile(($this->services['Shopware\\Core\\System\\SalesChannel\\Entity\\SalesChannelDefinitionInstanceRegistry'] ?? $this->getSalesChannelDefinitionInstanceRegistryService()));
  25542.         return $instance;
  25543.     }
  25544.     /**
  25545.      * Gets the public 'sales_channel_definition.Shopware\Core\Content\Media\Aggregate\MediaTag\MediaTagDefinition' shared service.
  25546.      *
  25547.      * @return \Shopware\Core\Content\Media\Aggregate\MediaTag\MediaTagDefinition
  25548.      */
  25549.     protected function getMediaTagDefinition2Service()
  25550.     {
  25551.         include_once \dirname(__DIR__4).'/vendor/shopware/core/Content/Media/Aggregate/MediaTag/MediaTagDefinition.php';
  25552.         $this->services['sales_channel_definition.Shopware\\Core\\Content\\Media\\Aggregate\\MediaTag\\MediaTagDefinition'] = $instance = new \Shopware\Core\Content\Media\Aggregate\MediaTag\MediaTagDefinition();
  25553.         $instance->compile(($this->services['Shopware\\Core\\System\\SalesChannel\\Entity\\SalesChannelDefinitionInstanceRegistry'] ?? $this->getSalesChannelDefinitionInstanceRegistryService()));
  25554.         return $instance;
  25555.     }
  25556.     /**
  25557.      * Gets the public 'sales_channel_definition.Shopware\Core\Content\Media\Aggregate\MediaThumbnailSize\MediaThumbnailSizeDefinition' shared service.
  25558.      *
  25559.      * @return \Shopware\Core\Content\Media\Aggregate\MediaThumbnailSize\MediaThumbnailSizeDefinition
  25560.      */
  25561.     protected function getMediaThumbnailSizeDefinition2Service()
  25562.     {
  25563.         include_once \dirname(__DIR__4).'/vendor/shopware/core/Content/Media/Aggregate/MediaThumbnailSize/MediaThumbnailSizeDefinition.php';
  25564.         $this->services['sales_channel_definition.Shopware\\Core\\Content\\Media\\Aggregate\\MediaThumbnailSize\\MediaThumbnailSizeDefinition'] = $instance = new \Shopware\Core\Content\Media\Aggregate\MediaThumbnailSize\MediaThumbnailSizeDefinition();
  25565.         $instance->compile(($this->services['Shopware\\Core\\System\\SalesChannel\\Entity\\SalesChannelDefinitionInstanceRegistry'] ?? $this->getSalesChannelDefinitionInstanceRegistryService()));
  25566.         return $instance;
  25567.     }
  25568.     /**
  25569.      * Gets the public 'sales_channel_definition.Shopware\Core\Content\Media\Aggregate\MediaThumbnail\MediaThumbnailDefinition' shared service.
  25570.      *
  25571.      * @return \Shopware\Core\Content\Media\Aggregate\MediaThumbnail\MediaThumbnailDefinition
  25572.      */
  25573.     protected function getMediaThumbnailDefinition2Service()
  25574.     {
  25575.         include_once \dirname(__DIR__4).'/vendor/shopware/core/Content/Media/Aggregate/MediaThumbnail/MediaThumbnailDefinition.php';
  25576.         $this->services['sales_channel_definition.Shopware\\Core\\Content\\Media\\Aggregate\\MediaThumbnail\\MediaThumbnailDefinition'] = $instance = new \Shopware\Core\Content\Media\Aggregate\MediaThumbnail\MediaThumbnailDefinition();
  25577.         $instance->compile(($this->services['Shopware\\Core\\System\\SalesChannel\\Entity\\SalesChannelDefinitionInstanceRegistry'] ?? $this->getSalesChannelDefinitionInstanceRegistryService()));
  25578.         return $instance;
  25579.     }
  25580.     /**
  25581.      * Gets the public 'sales_channel_definition.Shopware\Core\Content\Media\Aggregate\MediaTranslation\MediaTranslationDefinition' shared service.
  25582.      *
  25583.      * @return \Shopware\Core\Content\Media\Aggregate\MediaTranslation\MediaTranslationDefinition
  25584.      */
  25585.     protected function getMediaTranslationDefinition2Service()
  25586.     {
  25587.         include_once \dirname(__DIR__4).'/vendor/shopware/core/Framework/DataAbstractionLayer/EntityTranslationDefinition.php';
  25588.         include_once \dirname(__DIR__4).'/vendor/shopware/core/Content/Media/Aggregate/MediaTranslation/MediaTranslationDefinition.php';
  25589.         $this->services['sales_channel_definition.Shopware\\Core\\Content\\Media\\Aggregate\\MediaTranslation\\MediaTranslationDefinition'] = $instance = new \Shopware\Core\Content\Media\Aggregate\MediaTranslation\MediaTranslationDefinition();
  25590.         $instance->compile(($this->services['Shopware\\Core\\System\\SalesChannel\\Entity\\SalesChannelDefinitionInstanceRegistry'] ?? $this->getSalesChannelDefinitionInstanceRegistryService()));
  25591.         return $instance;
  25592.     }
  25593.     /**
  25594.      * Gets the public 'sales_channel_definition.Shopware\Core\Content\Media\MediaDefinition' shared service.
  25595.      *
  25596.      * @return \Shopware\Core\Content\Media\MediaDefinition
  25597.      */
  25598.     protected function getMediaDefinition2Service()
  25599.     {
  25600.         $this->services['sales_channel_definition.Shopware\\Core\\Content\\Media\\MediaDefinition'] = $instance = new \Shopware\Core\Content\Media\MediaDefinition();
  25601.         $instance->compile(($this->services['Shopware\\Core\\System\\SalesChannel\\Entity\\SalesChannelDefinitionInstanceRegistry'] ?? $this->getSalesChannelDefinitionInstanceRegistryService()));
  25602.         return $instance;
  25603.     }
  25604.     /**
  25605.      * Gets the public 'sales_channel_definition.Shopware\Core\Content\Newsletter\Aggregate\NewsletterRecipientTag\NewsletterRecipientTagDefinition' shared service.
  25606.      *
  25607.      * @return \Shopware\Core\Content\Newsletter\Aggregate\NewsletterRecipientTag\NewsletterRecipientTagDefinition
  25608.      */
  25609.     protected function getNewsletterRecipientTagDefinition2Service()
  25610.     {
  25611.         include_once \dirname(__DIR__4).'/vendor/shopware/core/Content/Newsletter/Aggregate/NewsletterRecipientTag/NewsletterRecipientTagDefinition.php';
  25612.         $this->services['sales_channel_definition.Shopware\\Core\\Content\\Newsletter\\Aggregate\\NewsletterRecipientTag\\NewsletterRecipientTagDefinition'] = $instance = new \Shopware\Core\Content\Newsletter\Aggregate\NewsletterRecipientTag\NewsletterRecipientTagDefinition();
  25613.         $instance->compile(($this->services['Shopware\\Core\\System\\SalesChannel\\Entity\\SalesChannelDefinitionInstanceRegistry'] ?? $this->getSalesChannelDefinitionInstanceRegistryService()));
  25614.         return $instance;
  25615.     }
  25616.     /**
  25617.      * Gets the public 'sales_channel_definition.Shopware\Core\Content\ProductExport\ProductExportDefinition' shared service.
  25618.      *
  25619.      * @return \Shopware\Core\Content\ProductExport\ProductExportDefinition
  25620.      */
  25621.     protected function getProductExportDefinition2Service()
  25622.     {
  25623.         include_once \dirname(__DIR__4).'/vendor/shopware/core/Content/ProductExport/ProductExportDefinition.php';
  25624.         $this->services['sales_channel_definition.Shopware\\Core\\Content\\ProductExport\\ProductExportDefinition'] = $instance = new \Shopware\Core\Content\ProductExport\ProductExportDefinition();
  25625.         $instance->compile(($this->services['Shopware\\Core\\System\\SalesChannel\\Entity\\SalesChannelDefinitionInstanceRegistry'] ?? $this->getSalesChannelDefinitionInstanceRegistryService()));
  25626.         return $instance;
  25627.     }
  25628.     /**
  25629.      * Gets the public 'sales_channel_definition.Shopware\Core\Content\ProductStream\Aggregate\ProductStreamFilter\ProductStreamFilterDefinition' shared service.
  25630.      *
  25631.      * @return \Shopware\Core\Content\ProductStream\Aggregate\ProductStreamFilter\ProductStreamFilterDefinition
  25632.      */
  25633.     protected function getProductStreamFilterDefinition2Service()
  25634.     {
  25635.         include_once \dirname(__DIR__4).'/vendor/shopware/core/Content/ProductStream/Aggregate/ProductStreamFilter/ProductStreamFilterDefinition.php';
  25636.         $this->services['sales_channel_definition.Shopware\\Core\\Content\\ProductStream\\Aggregate\\ProductStreamFilter\\ProductStreamFilterDefinition'] = $instance = new \Shopware\Core\Content\ProductStream\Aggregate\ProductStreamFilter\ProductStreamFilterDefinition();
  25637.         $instance->compile(($this->services['Shopware\\Core\\System\\SalesChannel\\Entity\\SalesChannelDefinitionInstanceRegistry'] ?? $this->getSalesChannelDefinitionInstanceRegistryService()));
  25638.         return $instance;
  25639.     }
  25640.     /**
  25641.      * Gets the public 'sales_channel_definition.Shopware\Core\Content\ProductStream\Aggregate\ProductStreamTranslation\ProductStreamTranslationDefinition' shared service.
  25642.      *
  25643.      * @return \Shopware\Core\Content\ProductStream\Aggregate\ProductStreamTranslation\ProductStreamTranslationDefinition
  25644.      */
  25645.     protected function getProductStreamTranslationDefinition2Service()
  25646.     {
  25647.         include_once \dirname(__DIR__4).'/vendor/shopware/core/Framework/DataAbstractionLayer/EntityTranslationDefinition.php';
  25648.         include_once \dirname(__DIR__4).'/vendor/shopware/core/Content/ProductStream/Aggregate/ProductStreamTranslation/ProductStreamTranslationDefinition.php';
  25649.         $this->services['sales_channel_definition.Shopware\\Core\\Content\\ProductStream\\Aggregate\\ProductStreamTranslation\\ProductStreamTranslationDefinition'] = $instance = new \Shopware\Core\Content\ProductStream\Aggregate\ProductStreamTranslation\ProductStreamTranslationDefinition();
  25650.         $instance->compile(($this->services['Shopware\\Core\\System\\SalesChannel\\Entity\\SalesChannelDefinitionInstanceRegistry'] ?? $this->getSalesChannelDefinitionInstanceRegistryService()));
  25651.         return $instance;
  25652.     }
  25653.     /**
  25654.      * Gets the public 'sales_channel_definition.Shopware\Core\Content\ProductStream\ProductStreamDefinition' shared service.
  25655.      *
  25656.      * @return \Shopware\Core\Content\ProductStream\ProductStreamDefinition
  25657.      */
  25658.     protected function getProductStreamDefinition2Service()
  25659.     {
  25660.         include_once \dirname(__DIR__4).'/vendor/shopware/core/Content/ProductStream/ProductStreamDefinition.php';
  25661.         $this->services['sales_channel_definition.Shopware\\Core\\Content\\ProductStream\\ProductStreamDefinition'] = $instance = new \Shopware\Core\Content\ProductStream\ProductStreamDefinition();
  25662.         $instance->compile(($this->services['Shopware\\Core\\System\\SalesChannel\\Entity\\SalesChannelDefinitionInstanceRegistry'] ?? $this->getSalesChannelDefinitionInstanceRegistryService()));
  25663.         return $instance;
  25664.     }
  25665.     /**
  25666.      * Gets the public 'sales_channel_definition.Shopware\Core\Content\Product\Aggregate\ProductCategoryTree\ProductCategoryTreeDefinition' shared service.
  25667.      *
  25668.      * @return \Shopware\Core\Content\Product\Aggregate\ProductCategoryTree\ProductCategoryTreeDefinition
  25669.      */
  25670.     protected function getProductCategoryTreeDefinition2Service()
  25671.     {
  25672.         include_once \dirname(__DIR__4).'/vendor/shopware/core/Content/Product/Aggregate/ProductCategoryTree/ProductCategoryTreeDefinition.php';
  25673.         $this->services['sales_channel_definition.Shopware\\Core\\Content\\Product\\Aggregate\\ProductCategoryTree\\ProductCategoryTreeDefinition'] = $instance = new \Shopware\Core\Content\Product\Aggregate\ProductCategoryTree\ProductCategoryTreeDefinition();
  25674.         $instance->compile(($this->services['Shopware\\Core\\System\\SalesChannel\\Entity\\SalesChannelDefinitionInstanceRegistry'] ?? $this->getSalesChannelDefinitionInstanceRegistryService()));
  25675.         return $instance;
  25676.     }
  25677.     /**
  25678.      * Gets the public 'sales_channel_definition.Shopware\Core\Content\Product\Aggregate\ProductCategory\ProductCategoryDefinition' shared service.
  25679.      *
  25680.      * @return \Shopware\Core\Content\Product\Aggregate\ProductCategory\ProductCategoryDefinition
  25681.      */
  25682.     protected function getProductCategoryDefinition2Service()
  25683.     {
  25684.         include_once \dirname(__DIR__4).'/vendor/shopware/core/Content/Product/Aggregate/ProductCategory/ProductCategoryDefinition.php';
  25685.         $this->services['sales_channel_definition.Shopware\\Core\\Content\\Product\\Aggregate\\ProductCategory\\ProductCategoryDefinition'] = $instance = new \Shopware\Core\Content\Product\Aggregate\ProductCategory\ProductCategoryDefinition();
  25686.         $instance->compile(($this->services['Shopware\\Core\\System\\SalesChannel\\Entity\\SalesChannelDefinitionInstanceRegistry'] ?? $this->getSalesChannelDefinitionInstanceRegistryService()));
  25687.         return $instance;
  25688.     }
  25689.     /**
  25690.      * Gets the public 'sales_channel_definition.Shopware\Core\Content\Product\Aggregate\ProductConfiguratorSetting\ProductConfiguratorSettingDefinition' shared service.
  25691.      *
  25692.      * @return \Shopware\Core\Content\Product\Aggregate\ProductConfiguratorSetting\ProductConfiguratorSettingDefinition
  25693.      */
  25694.     protected function getProductConfiguratorSettingDefinition2Service()
  25695.     {
  25696.         include_once \dirname(__DIR__4).'/vendor/shopware/core/Content/Product/Aggregate/ProductConfiguratorSetting/ProductConfiguratorSettingDefinition.php';
  25697.         $this->services['sales_channel_definition.Shopware\\Core\\Content\\Product\\Aggregate\\ProductConfiguratorSetting\\ProductConfiguratorSettingDefinition'] = $instance = new \Shopware\Core\Content\Product\Aggregate\ProductConfiguratorSetting\ProductConfiguratorSettingDefinition();
  25698.         $instance->compile(($this->services['Shopware\\Core\\System\\SalesChannel\\Entity\\SalesChannelDefinitionInstanceRegistry'] ?? $this->getSalesChannelDefinitionInstanceRegistryService()));
  25699.         return $instance;
  25700.     }
  25701.     /**
  25702.      * Gets the public 'sales_channel_definition.Shopware\Core\Content\Product\Aggregate\ProductCrossSellingAssignedProducts\ProductCrossSellingAssignedProductsDefinition' shared service.
  25703.      *
  25704.      * @return \Shopware\Core\Content\Product\Aggregate\ProductCrossSellingAssignedProducts\ProductCrossSellingAssignedProductsDefinition
  25705.      */
  25706.     protected function getProductCrossSellingAssignedProductsDefinition2Service()
  25707.     {
  25708.         include_once \dirname(__DIR__4).'/vendor/shopware/core/Content/Product/Aggregate/ProductCrossSellingAssignedProducts/ProductCrossSellingAssignedProductsDefinition.php';
  25709.         $this->services['sales_channel_definition.Shopware\\Core\\Content\\Product\\Aggregate\\ProductCrossSellingAssignedProducts\\ProductCrossSellingAssignedProductsDefinition'] = $instance = new \Shopware\Core\Content\Product\Aggregate\ProductCrossSellingAssignedProducts\ProductCrossSellingAssignedProductsDefinition();
  25710.         $instance->compile(($this->services['Shopware\\Core\\System\\SalesChannel\\Entity\\SalesChannelDefinitionInstanceRegistry'] ?? $this->getSalesChannelDefinitionInstanceRegistryService()));
  25711.         return $instance;
  25712.     }
  25713.     /**
  25714.      * Gets the public 'sales_channel_definition.Shopware\Core\Content\Product\Aggregate\ProductCrossSellingTranslation\ProductCrossSellingTranslationDefinition' shared service.
  25715.      *
  25716.      * @return \Shopware\Core\Content\Product\Aggregate\ProductCrossSellingTranslation\ProductCrossSellingTranslationDefinition
  25717.      */
  25718.     protected function getProductCrossSellingTranslationDefinition2Service()
  25719.     {
  25720.         include_once \dirname(__DIR__4).'/vendor/shopware/core/Framework/DataAbstractionLayer/EntityTranslationDefinition.php';
  25721.         include_once \dirname(__DIR__4).'/vendor/shopware/core/Content/Product/Aggregate/ProductCrossSellingTranslation/ProductCrossSellingTranslationDefinition.php';
  25722.         $this->services['sales_channel_definition.Shopware\\Core\\Content\\Product\\Aggregate\\ProductCrossSellingTranslation\\ProductCrossSellingTranslationDefinition'] = $instance = new \Shopware\Core\Content\Product\Aggregate\ProductCrossSellingTranslation\ProductCrossSellingTranslationDefinition();
  25723.         $instance->compile(($this->services['Shopware\\Core\\System\\SalesChannel\\Entity\\SalesChannelDefinitionInstanceRegistry'] ?? $this->getSalesChannelDefinitionInstanceRegistryService()));
  25724.         return $instance;
  25725.     }
  25726.     /**
  25727.      * Gets the public 'sales_channel_definition.Shopware\Core\Content\Product\Aggregate\ProductCrossSelling\ProductCrossSellingDefinition' shared service.
  25728.      *
  25729.      * @return \Shopware\Core\Content\Product\Aggregate\ProductCrossSelling\ProductCrossSellingDefinition
  25730.      */
  25731.     protected function getProductCrossSellingDefinition2Service()
  25732.     {
  25733.         include_once \dirname(__DIR__4).'/vendor/shopware/core/Content/Product/Aggregate/ProductCrossSelling/ProductCrossSellingDefinition.php';
  25734.         $this->services['sales_channel_definition.Shopware\\Core\\Content\\Product\\Aggregate\\ProductCrossSelling\\ProductCrossSellingDefinition'] = $instance = new \Shopware\Core\Content\Product\Aggregate\ProductCrossSelling\ProductCrossSellingDefinition();
  25735.         $instance->compile(($this->services['Shopware\\Core\\System\\SalesChannel\\Entity\\SalesChannelDefinitionInstanceRegistry'] ?? $this->getSalesChannelDefinitionInstanceRegistryService()));
  25736.         return $instance;
  25737.     }
  25738.     /**
  25739.      * Gets the public 'sales_channel_definition.Shopware\Core\Content\Product\Aggregate\ProductCustomFieldSet\ProductCustomFieldSetDefinition' shared service.
  25740.      *
  25741.      * @return \Shopware\Core\Content\Product\Aggregate\ProductCustomFieldSet\ProductCustomFieldSetDefinition
  25742.      */
  25743.     protected function getProductCustomFieldSetDefinition2Service()
  25744.     {
  25745.         include_once \dirname(__DIR__4).'/vendor/shopware/core/Content/Product/Aggregate/ProductCustomFieldSet/ProductCustomFieldSetDefinition.php';
  25746.         $this->services['sales_channel_definition.Shopware\\Core\\Content\\Product\\Aggregate\\ProductCustomFieldSet\\ProductCustomFieldSetDefinition'] = $instance = new \Shopware\Core\Content\Product\Aggregate\ProductCustomFieldSet\ProductCustomFieldSetDefinition();
  25747.         $instance->compile(($this->services['Shopware\\Core\\System\\SalesChannel\\Entity\\SalesChannelDefinitionInstanceRegistry'] ?? $this->getSalesChannelDefinitionInstanceRegistryService()));
  25748.         return $instance;
  25749.     }
  25750.     /**
  25751.      * Gets the public 'sales_channel_definition.Shopware\Core\Content\Product\Aggregate\ProductDownload\ProductDownloadDefinition' shared service.
  25752.      *
  25753.      * @return \Shopware\Core\Content\Product\Aggregate\ProductDownload\ProductDownloadDefinition
  25754.      */
  25755.     protected function getProductDownloadDefinition2Service()
  25756.     {
  25757.         $this->services['sales_channel_definition.Shopware\\Core\\Content\\Product\\Aggregate\\ProductDownload\\ProductDownloadDefinition'] = $instance = new \Shopware\Core\Content\Product\Aggregate\ProductDownload\ProductDownloadDefinition();
  25758.         $instance->compile(($this->services['Shopware\\Core\\System\\SalesChannel\\Entity\\SalesChannelDefinitionInstanceRegistry'] ?? $this->getSalesChannelDefinitionInstanceRegistryService()));
  25759.         return $instance;
  25760.     }
  25761.     /**
  25762.      * Gets the public 'sales_channel_definition.Shopware\Core\Content\Product\Aggregate\ProductFeatureSetTranslation\ProductFeatureSetTranslationDefinition' shared service.
  25763.      *
  25764.      * @return \Shopware\Core\Content\Product\Aggregate\ProductFeatureSetTranslation\ProductFeatureSetTranslationDefinition
  25765.      */
  25766.     protected function getProductFeatureSetTranslationDefinition2Service()
  25767.     {
  25768.         include_once \dirname(__DIR__4).'/vendor/shopware/core/Framework/DataAbstractionLayer/EntityTranslationDefinition.php';
  25769.         include_once \dirname(__DIR__4).'/vendor/shopware/core/Content/Product/Aggregate/ProductFeatureSetTranslation/ProductFeatureSetTranslationDefinition.php';
  25770.         $this->services['sales_channel_definition.Shopware\\Core\\Content\\Product\\Aggregate\\ProductFeatureSetTranslation\\ProductFeatureSetTranslationDefinition'] = $instance = new \Shopware\Core\Content\Product\Aggregate\ProductFeatureSetTranslation\ProductFeatureSetTranslationDefinition();
  25771.         $instance->compile(($this->services['Shopware\\Core\\System\\SalesChannel\\Entity\\SalesChannelDefinitionInstanceRegistry'] ?? $this->getSalesChannelDefinitionInstanceRegistryService()));
  25772.         return $instance;
  25773.     }
  25774.     /**
  25775.      * Gets the public 'sales_channel_definition.Shopware\Core\Content\Product\Aggregate\ProductFeatureSet\ProductFeatureSetDefinition' shared service.
  25776.      *
  25777.      * @return \Shopware\Core\Content\Product\Aggregate\ProductFeatureSet\ProductFeatureSetDefinition
  25778.      */
  25779.     protected function getProductFeatureSetDefinition2Service()
  25780.     {
  25781.         include_once \dirname(__DIR__4).'/vendor/shopware/core/Content/Product/Aggregate/ProductFeatureSet/ProductFeatureSetDefinition.php';
  25782.         $this->services['sales_channel_definition.Shopware\\Core\\Content\\Product\\Aggregate\\ProductFeatureSet\\ProductFeatureSetDefinition'] = $instance = new \Shopware\Core\Content\Product\Aggregate\ProductFeatureSet\ProductFeatureSetDefinition();
  25783.         $instance->compile(($this->services['Shopware\\Core\\System\\SalesChannel\\Entity\\SalesChannelDefinitionInstanceRegistry'] ?? $this->getSalesChannelDefinitionInstanceRegistryService()));
  25784.         return $instance;
  25785.     }
  25786.     /**
  25787.      * Gets the public 'sales_channel_definition.Shopware\Core\Content\Product\Aggregate\ProductKeywordDictionary\ProductKeywordDictionaryDefinition' shared service.
  25788.      *
  25789.      * @return \Shopware\Core\Content\Product\Aggregate\ProductKeywordDictionary\ProductKeywordDictionaryDefinition
  25790.      */
  25791.     protected function getProductKeywordDictionaryDefinition2Service()
  25792.     {
  25793.         include_once \dirname(__DIR__4).'/vendor/shopware/core/Content/Product/Aggregate/ProductKeywordDictionary/ProductKeywordDictionaryDefinition.php';
  25794.         $this->services['sales_channel_definition.Shopware\\Core\\Content\\Product\\Aggregate\\ProductKeywordDictionary\\ProductKeywordDictionaryDefinition'] = $instance = new \Shopware\Core\Content\Product\Aggregate\ProductKeywordDictionary\ProductKeywordDictionaryDefinition();
  25795.         $instance->compile(($this->services['Shopware\\Core\\System\\SalesChannel\\Entity\\SalesChannelDefinitionInstanceRegistry'] ?? $this->getSalesChannelDefinitionInstanceRegistryService()));
  25796.         return $instance;
  25797.     }
  25798.     /**
  25799.      * Gets the public 'sales_channel_definition.Shopware\Core\Content\Product\Aggregate\ProductManufacturerTranslation\ProductManufacturerTranslationDefinition' shared service.
  25800.      *
  25801.      * @return \Shopware\Core\Content\Product\Aggregate\ProductManufacturerTranslation\ProductManufacturerTranslationDefinition
  25802.      */
  25803.     protected function getProductManufacturerTranslationDefinition2Service()
  25804.     {
  25805.         include_once \dirname(__DIR__4).'/vendor/shopware/core/Framework/DataAbstractionLayer/EntityTranslationDefinition.php';
  25806.         include_once \dirname(__DIR__4).'/vendor/shopware/core/Content/Product/Aggregate/ProductManufacturerTranslation/ProductManufacturerTranslationDefinition.php';
  25807.         $this->services['sales_channel_definition.Shopware\\Core\\Content\\Product\\Aggregate\\ProductManufacturerTranslation\\ProductManufacturerTranslationDefinition'] = $instance = new \Shopware\Core\Content\Product\Aggregate\ProductManufacturerTranslation\ProductManufacturerTranslationDefinition();
  25808.         $instance->compile(($this->services['Shopware\\Core\\System\\SalesChannel\\Entity\\SalesChannelDefinitionInstanceRegistry'] ?? $this->getSalesChannelDefinitionInstanceRegistryService()));
  25809.         return $instance;
  25810.     }
  25811.     /**
  25812.      * Gets the public 'sales_channel_definition.Shopware\Core\Content\Product\Aggregate\ProductManufacturer\ProductManufacturerDefinition' shared service.
  25813.      *
  25814.      * @return \Shopware\Core\Content\Product\Aggregate\ProductManufacturer\ProductManufacturerDefinition
  25815.      */
  25816.     protected function getProductManufacturerDefinition2Service()
  25817.     {
  25818.         include_once \dirname(__DIR__4).'/vendor/shopware/core/Content/Product/Aggregate/ProductManufacturer/ProductManufacturerDefinition.php';
  25819.         $this->services['sales_channel_definition.Shopware\\Core\\Content\\Product\\Aggregate\\ProductManufacturer\\ProductManufacturerDefinition'] = $instance = new \Shopware\Core\Content\Product\Aggregate\ProductManufacturer\ProductManufacturerDefinition();
  25820.         $instance->compile(($this->services['Shopware\\Core\\System\\SalesChannel\\Entity\\SalesChannelDefinitionInstanceRegistry'] ?? $this->getSalesChannelDefinitionInstanceRegistryService()));
  25821.         return $instance;
  25822.     }
  25823.     /**
  25824.      * Gets the public 'sales_channel_definition.Shopware\Core\Content\Product\Aggregate\ProductMedia\ProductMediaDefinition' shared service.
  25825.      *
  25826.      * @return \Shopware\Core\Content\Product\Aggregate\ProductMedia\ProductMediaDefinition
  25827.      */
  25828.     protected function getProductMediaDefinition2Service()
  25829.     {
  25830.         include_once \dirname(__DIR__4).'/vendor/shopware/core/Content/Product/Aggregate/ProductMedia/ProductMediaDefinition.php';
  25831.         $this->services['sales_channel_definition.Shopware\\Core\\Content\\Product\\Aggregate\\ProductMedia\\ProductMediaDefinition'] = $instance = new \Shopware\Core\Content\Product\Aggregate\ProductMedia\ProductMediaDefinition();
  25832.         $instance->compile(($this->services['Shopware\\Core\\System\\SalesChannel\\Entity\\SalesChannelDefinitionInstanceRegistry'] ?? $this->getSalesChannelDefinitionInstanceRegistryService()));
  25833.         return $instance;
  25834.     }
  25835.     /**
  25836.      * Gets the public 'sales_channel_definition.Shopware\Core\Content\Product\Aggregate\ProductOption\ProductOptionDefinition' shared service.
  25837.      *
  25838.      * @return \Shopware\Core\Content\Product\Aggregate\ProductOption\ProductOptionDefinition
  25839.      */
  25840.     protected function getProductOptionDefinition2Service()
  25841.     {
  25842.         include_once \dirname(__DIR__4).'/vendor/shopware/core/Content/Product/Aggregate/ProductOption/ProductOptionDefinition.php';
  25843.         $this->services['sales_channel_definition.Shopware\\Core\\Content\\Product\\Aggregate\\ProductOption\\ProductOptionDefinition'] = $instance = new \Shopware\Core\Content\Product\Aggregate\ProductOption\ProductOptionDefinition();
  25844.         $instance->compile(($this->services['Shopware\\Core\\System\\SalesChannel\\Entity\\SalesChannelDefinitionInstanceRegistry'] ?? $this->getSalesChannelDefinitionInstanceRegistryService()));
  25845.         return $instance;
  25846.     }
  25847.     /**
  25848.      * Gets the public 'sales_channel_definition.Shopware\Core\Content\Product\Aggregate\ProductPrice\ProductPriceDefinition' shared service.
  25849.      *
  25850.      * @return \Shopware\Core\Content\Product\Aggregate\ProductPrice\ProductPriceDefinition
  25851.      */
  25852.     protected function getProductPriceDefinition2Service()
  25853.     {
  25854.         include_once \dirname(__DIR__4).'/vendor/shopware/core/Content/Product/Aggregate/ProductPrice/ProductPriceDefinition.php';
  25855.         $this->services['sales_channel_definition.Shopware\\Core\\Content\\Product\\Aggregate\\ProductPrice\\ProductPriceDefinition'] = $instance = new \Shopware\Core\Content\Product\Aggregate\ProductPrice\ProductPriceDefinition();
  25856.         $instance->compile(($this->services['Shopware\\Core\\System\\SalesChannel\\Entity\\SalesChannelDefinitionInstanceRegistry'] ?? $this->getSalesChannelDefinitionInstanceRegistryService()));
  25857.         return $instance;
  25858.     }
  25859.     /**
  25860.      * Gets the public 'sales_channel_definition.Shopware\Core\Content\Product\Aggregate\ProductProperty\ProductPropertyDefinition' shared service.
  25861.      *
  25862.      * @return \Shopware\Core\Content\Product\Aggregate\ProductProperty\ProductPropertyDefinition
  25863.      */
  25864.     protected function getProductPropertyDefinition2Service()
  25865.     {
  25866.         include_once \dirname(__DIR__4).'/vendor/shopware/core/Content/Product/Aggregate/ProductProperty/ProductPropertyDefinition.php';
  25867.         $this->services['sales_channel_definition.Shopware\\Core\\Content\\Product\\Aggregate\\ProductProperty\\ProductPropertyDefinition'] = $instance = new \Shopware\Core\Content\Product\Aggregate\ProductProperty\ProductPropertyDefinition();
  25868.         $instance->compile(($this->services['Shopware\\Core\\System\\SalesChannel\\Entity\\SalesChannelDefinitionInstanceRegistry'] ?? $this->getSalesChannelDefinitionInstanceRegistryService()));
  25869.         return $instance;
  25870.     }
  25871.     /**
  25872.      * Gets the public 'sales_channel_definition.Shopware\Core\Content\Product\Aggregate\ProductReview\ProductReviewDefinition' shared service.
  25873.      *
  25874.      * @return \Shopware\Core\Content\Product\Aggregate\ProductReview\ProductReviewDefinition
  25875.      */
  25876.     protected function getProductReviewDefinition2Service()
  25877.     {
  25878.         include_once \dirname(__DIR__4).'/vendor/shopware/core/Content/Product/Aggregate/ProductReview/ProductReviewDefinition.php';
  25879.         $this->services['sales_channel_definition.Shopware\\Core\\Content\\Product\\Aggregate\\ProductReview\\ProductReviewDefinition'] = $instance = new \Shopware\Core\Content\Product\Aggregate\ProductReview\ProductReviewDefinition();
  25880.         $instance->compile(($this->services['Shopware\\Core\\System\\SalesChannel\\Entity\\SalesChannelDefinitionInstanceRegistry'] ?? $this->getSalesChannelDefinitionInstanceRegistryService()));
  25881.         return $instance;
  25882.     }
  25883.     /**
  25884.      * Gets the public 'sales_channel_definition.Shopware\Core\Content\Product\Aggregate\ProductSearchConfigField\ProductSearchConfigFieldDefinition' shared service.
  25885.      *
  25886.      * @return \Shopware\Core\Content\Product\Aggregate\ProductSearchConfigField\ProductSearchConfigFieldDefinition
  25887.      */
  25888.     protected function getProductSearchConfigFieldDefinition2Service()
  25889.     {
  25890.         include_once \dirname(__DIR__4).'/vendor/shopware/core/Content/Product/Aggregate/ProductSearchConfigField/ProductSearchConfigFieldDefinition.php';
  25891.         $this->services['sales_channel_definition.Shopware\\Core\\Content\\Product\\Aggregate\\ProductSearchConfigField\\ProductSearchConfigFieldDefinition'] = $instance = new \Shopware\Core\Content\Product\Aggregate\ProductSearchConfigField\ProductSearchConfigFieldDefinition();
  25892.         $instance->compile(($this->services['Shopware\\Core\\System\\SalesChannel\\Entity\\SalesChannelDefinitionInstanceRegistry'] ?? $this->getSalesChannelDefinitionInstanceRegistryService()));
  25893.         return $instance;
  25894.     }
  25895.     /**
  25896.      * Gets the public 'sales_channel_definition.Shopware\Core\Content\Product\Aggregate\ProductSearchConfig\ProductSearchConfigDefinition' shared service.
  25897.      *
  25898.      * @return \Shopware\Core\Content\Product\Aggregate\ProductSearchConfig\ProductSearchConfigDefinition
  25899.      */
  25900.     protected function getProductSearchConfigDefinition2Service()
  25901.     {
  25902.         include_once \dirname(__DIR__4).'/vendor/shopware/core/Content/Product/Aggregate/ProductSearchConfig/ProductSearchConfigDefinition.php';
  25903.         $this->services['sales_channel_definition.Shopware\\Core\\Content\\Product\\Aggregate\\ProductSearchConfig\\ProductSearchConfigDefinition'] = $instance = new \Shopware\Core\Content\Product\Aggregate\ProductSearchConfig\ProductSearchConfigDefinition();
  25904.         $instance->compile(($this->services['Shopware\\Core\\System\\SalesChannel\\Entity\\SalesChannelDefinitionInstanceRegistry'] ?? $this->getSalesChannelDefinitionInstanceRegistryService()));
  25905.         return $instance;
  25906.     }
  25907.     /**
  25908.      * Gets the public 'sales_channel_definition.Shopware\Core\Content\Product\Aggregate\ProductSearchKeyword\ProductSearchKeywordDefinition' shared service.
  25909.      *
  25910.      * @return \Shopware\Core\Content\Product\Aggregate\ProductSearchKeyword\ProductSearchKeywordDefinition
  25911.      */
  25912.     protected function getProductSearchKeywordDefinition2Service()
  25913.     {
  25914.         include_once \dirname(__DIR__4).'/vendor/shopware/core/Content/Product/Aggregate/ProductSearchKeyword/ProductSearchKeywordDefinition.php';
  25915.         $this->services['sales_channel_definition.Shopware\\Core\\Content\\Product\\Aggregate\\ProductSearchKeyword\\ProductSearchKeywordDefinition'] = $instance = new \Shopware\Core\Content\Product\Aggregate\ProductSearchKeyword\ProductSearchKeywordDefinition();
  25916.         $instance->compile(($this->services['Shopware\\Core\\System\\SalesChannel\\Entity\\SalesChannelDefinitionInstanceRegistry'] ?? $this->getSalesChannelDefinitionInstanceRegistryService()));
  25917.         return $instance;
  25918.     }
  25919.     /**
  25920.      * Gets the public 'sales_channel_definition.Shopware\Core\Content\Product\Aggregate\ProductStreamMapping\ProductStreamMappingDefinition' shared service.
  25921.      *
  25922.      * @return \Shopware\Core\Content\Product\Aggregate\ProductStreamMapping\ProductStreamMappingDefinition
  25923.      */
  25924.     protected function getProductStreamMappingDefinition2Service()
  25925.     {
  25926.         include_once \dirname(__DIR__4).'/vendor/shopware/core/Content/Product/Aggregate/ProductStreamMapping/ProductStreamMappingDefinition.php';
  25927.         $this->services['sales_channel_definition.Shopware\\Core\\Content\\Product\\Aggregate\\ProductStreamMapping\\ProductStreamMappingDefinition'] = $instance = new \Shopware\Core\Content\Product\Aggregate\ProductStreamMapping\ProductStreamMappingDefinition();
  25928.         $instance->compile(($this->services['Shopware\\Core\\System\\SalesChannel\\Entity\\SalesChannelDefinitionInstanceRegistry'] ?? $this->getSalesChannelDefinitionInstanceRegistryService()));
  25929.         return $instance;
  25930.     }
  25931.     /**
  25932.      * Gets the public 'sales_channel_definition.Shopware\Core\Content\Product\Aggregate\ProductTag\ProductTagDefinition' shared service.
  25933.      *
  25934.      * @return \Shopware\Core\Content\Product\Aggregate\ProductTag\ProductTagDefinition
  25935.      */
  25936.     protected function getProductTagDefinition2Service()
  25937.     {
  25938.         include_once \dirname(__DIR__4).'/vendor/shopware/core/Content/Product/Aggregate/ProductTag/ProductTagDefinition.php';
  25939.         $this->services['sales_channel_definition.Shopware\\Core\\Content\\Product\\Aggregate\\ProductTag\\ProductTagDefinition'] = $instance = new \Shopware\Core\Content\Product\Aggregate\ProductTag\ProductTagDefinition();
  25940.         $instance->compile(($this->services['Shopware\\Core\\System\\SalesChannel\\Entity\\SalesChannelDefinitionInstanceRegistry'] ?? $this->getSalesChannelDefinitionInstanceRegistryService()));
  25941.         return $instance;
  25942.     }
  25943.     /**
  25944.      * Gets the public 'sales_channel_definition.Shopware\Core\Content\Product\Aggregate\ProductTranslation\ProductTranslationDefinition' shared service.
  25945.      *
  25946.      * @return \Shopware\Core\Content\Product\Aggregate\ProductTranslation\ProductTranslationDefinition
  25947.      */
  25948.     protected function getProductTranslationDefinition2Service()
  25949.     {
  25950.         include_once \dirname(__DIR__4).'/vendor/shopware/core/Framework/DataAbstractionLayer/EntityTranslationDefinition.php';
  25951.         include_once \dirname(__DIR__4).'/vendor/shopware/core/Content/Product/Aggregate/ProductTranslation/ProductTranslationDefinition.php';
  25952.         $this->services['sales_channel_definition.Shopware\\Core\\Content\\Product\\Aggregate\\ProductTranslation\\ProductTranslationDefinition'] = $instance = new \Shopware\Core\Content\Product\Aggregate\ProductTranslation\ProductTranslationDefinition();
  25953.         $instance->compile(($this->services['Shopware\\Core\\System\\SalesChannel\\Entity\\SalesChannelDefinitionInstanceRegistry'] ?? $this->getSalesChannelDefinitionInstanceRegistryService()));
  25954.         return $instance;
  25955.     }
  25956.     /**
  25957.      * Gets the public 'sales_channel_definition.Shopware\Core\Content\Product\Aggregate\ProductVisibility\ProductVisibilityDefinition' shared service.
  25958.      *
  25959.      * @return \Shopware\Core\Content\Product\Aggregate\ProductVisibility\ProductVisibilityDefinition
  25960.      */
  25961.     protected function getProductVisibilityDefinition2Service()
  25962.     {
  25963.         include_once \dirname(__DIR__4).'/vendor/shopware/core/Content/Product/Aggregate/ProductVisibility/ProductVisibilityDefinition.php';
  25964.         $this->services['sales_channel_definition.Shopware\\Core\\Content\\Product\\Aggregate\\ProductVisibility\\ProductVisibilityDefinition'] = $instance = new \Shopware\Core\Content\Product\Aggregate\ProductVisibility\ProductVisibilityDefinition();
  25965.         $instance->compile(($this->services['Shopware\\Core\\System\\SalesChannel\\Entity\\SalesChannelDefinitionInstanceRegistry'] ?? $this->getSalesChannelDefinitionInstanceRegistryService()));
  25966.         return $instance;
  25967.     }
  25968.     /**
  25969.      * Gets the public 'sales_channel_definition.Shopware\Core\Content\Product\SalesChannel\Sorting\ProductSortingDefinition' shared service.
  25970.      *
  25971.      * @return \Shopware\Core\Content\Product\SalesChannel\Sorting\ProductSortingDefinition
  25972.      */
  25973.     protected function getProductSortingDefinition2Service()
  25974.     {
  25975.         include_once \dirname(__DIR__4).'/vendor/shopware/core/Content/Product/SalesChannel/Sorting/ProductSortingDefinition.php';
  25976.         $this->services['sales_channel_definition.Shopware\\Core\\Content\\Product\\SalesChannel\\Sorting\\ProductSortingDefinition'] = $instance = new \Shopware\Core\Content\Product\SalesChannel\Sorting\ProductSortingDefinition();
  25977.         $instance->compile(($this->services['Shopware\\Core\\System\\SalesChannel\\Entity\\SalesChannelDefinitionInstanceRegistry'] ?? $this->getSalesChannelDefinitionInstanceRegistryService()));
  25978.         return $instance;
  25979.     }
  25980.     /**
  25981.      * Gets the public 'sales_channel_definition.Shopware\Core\Content\Product\SalesChannel\Sorting\ProductSortingTranslationDefinition' shared service.
  25982.      *
  25983.      * @return \Shopware\Core\Content\Product\SalesChannel\Sorting\ProductSortingTranslationDefinition
  25984.      */
  25985.     protected function getProductSortingTranslationDefinition2Service()
  25986.     {
  25987.         include_once \dirname(__DIR__4).'/vendor/shopware/core/Framework/DataAbstractionLayer/EntityTranslationDefinition.php';
  25988.         include_once \dirname(__DIR__4).'/vendor/shopware/core/Content/Product/SalesChannel/Sorting/ProductSortingTranslationDefinition.php';
  25989.         $this->services['sales_channel_definition.Shopware\\Core\\Content\\Product\\SalesChannel\\Sorting\\ProductSortingTranslationDefinition'] = $instance = new \Shopware\Core\Content\Product\SalesChannel\Sorting\ProductSortingTranslationDefinition();
  25990.         $instance->compile(($this->services['Shopware\\Core\\System\\SalesChannel\\Entity\\SalesChannelDefinitionInstanceRegistry'] ?? $this->getSalesChannelDefinitionInstanceRegistryService()));
  25991.         return $instance;
  25992.     }
  25993.     /**
  25994.      * Gets the public 'sales_channel_definition.Shopware\Core\Content\Property\Aggregate\PropertyGroupOptionTranslation\PropertyGroupOptionTranslationDefinition' shared service.
  25995.      *
  25996.      * @return \Shopware\Core\Content\Property\Aggregate\PropertyGroupOptionTranslation\PropertyGroupOptionTranslationDefinition
  25997.      */
  25998.     protected function getPropertyGroupOptionTranslationDefinition2Service()
  25999.     {
  26000.         include_once \dirname(__DIR__4).'/vendor/shopware/core/Framework/DataAbstractionLayer/EntityTranslationDefinition.php';
  26001.         include_once \dirname(__DIR__4).'/vendor/shopware/core/Content/Property/Aggregate/PropertyGroupOptionTranslation/PropertyGroupOptionTranslationDefinition.php';
  26002.         $this->services['sales_channel_definition.Shopware\\Core\\Content\\Property\\Aggregate\\PropertyGroupOptionTranslation\\PropertyGroupOptionTranslationDefinition'] = $instance = new \Shopware\Core\Content\Property\Aggregate\PropertyGroupOptionTranslation\PropertyGroupOptionTranslationDefinition();
  26003.         $instance->compile(($this->services['Shopware\\Core\\System\\SalesChannel\\Entity\\SalesChannelDefinitionInstanceRegistry'] ?? $this->getSalesChannelDefinitionInstanceRegistryService()));
  26004.         return $instance;
  26005.     }
  26006.     /**
  26007.      * Gets the public 'sales_channel_definition.Shopware\Core\Content\Property\Aggregate\PropertyGroupOption\PropertyGroupOptionDefinition' shared service.
  26008.      *
  26009.      * @return \Shopware\Core\Content\Property\Aggregate\PropertyGroupOption\PropertyGroupOptionDefinition
  26010.      */
  26011.     protected function getPropertyGroupOptionDefinition2Service()
  26012.     {
  26013.         include_once \dirname(__DIR__4).'/vendor/shopware/core/Content/Property/Aggregate/PropertyGroupOption/PropertyGroupOptionDefinition.php';
  26014.         $this->services['sales_channel_definition.Shopware\\Core\\Content\\Property\\Aggregate\\PropertyGroupOption\\PropertyGroupOptionDefinition'] = $instance = new \Shopware\Core\Content\Property\Aggregate\PropertyGroupOption\PropertyGroupOptionDefinition();
  26015.         $instance->compile(($this->services['Shopware\\Core\\System\\SalesChannel\\Entity\\SalesChannelDefinitionInstanceRegistry'] ?? $this->getSalesChannelDefinitionInstanceRegistryService()));
  26016.         return $instance;
  26017.     }
  26018.     /**
  26019.      * Gets the public 'sales_channel_definition.Shopware\Core\Content\Property\Aggregate\PropertyGroupTranslation\PropertyGroupTranslationDefinition' shared service.
  26020.      *
  26021.      * @return \Shopware\Core\Content\Property\Aggregate\PropertyGroupTranslation\PropertyGroupTranslationDefinition
  26022.      */
  26023.     protected function getPropertyGroupTranslationDefinition2Service()
  26024.     {
  26025.         include_once \dirname(__DIR__4).'/vendor/shopware/core/Framework/DataAbstractionLayer/EntityTranslationDefinition.php';
  26026.         include_once \dirname(__DIR__4).'/vendor/shopware/core/Content/Property/Aggregate/PropertyGroupTranslation/PropertyGroupTranslationDefinition.php';
  26027.         $this->services['sales_channel_definition.Shopware\\Core\\Content\\Property\\Aggregate\\PropertyGroupTranslation\\PropertyGroupTranslationDefinition'] = $instance = new \Shopware\Core\Content\Property\Aggregate\PropertyGroupTranslation\PropertyGroupTranslationDefinition();
  26028.         $instance->compile(($this->services['Shopware\\Core\\System\\SalesChannel\\Entity\\SalesChannelDefinitionInstanceRegistry'] ?? $this->getSalesChannelDefinitionInstanceRegistryService()));
  26029.         return $instance;
  26030.     }
  26031.     /**
  26032.      * Gets the public 'sales_channel_definition.Shopware\Core\Content\Property\PropertyGroupDefinition' shared service.
  26033.      *
  26034.      * @return \Shopware\Core\Content\Property\PropertyGroupDefinition
  26035.      */
  26036.     protected function getPropertyGroupDefinition2Service()
  26037.     {
  26038.         include_once \dirname(__DIR__4).'/vendor/shopware/core/Content/Property/PropertyGroupDefinition.php';
  26039.         $this->services['sales_channel_definition.Shopware\\Core\\Content\\Property\\PropertyGroupDefinition'] = $instance = new \Shopware\Core\Content\Property\PropertyGroupDefinition();
  26040.         $instance->compile(($this->services['Shopware\\Core\\System\\SalesChannel\\Entity\\SalesChannelDefinitionInstanceRegistry'] ?? $this->getSalesChannelDefinitionInstanceRegistryService()));
  26041.         return $instance;
  26042.     }
  26043.     /**
  26044.      * Gets the public 'sales_channel_definition.Shopware\Core\Content\Rule\Aggregate\RuleCondition\RuleConditionDefinition' shared service.
  26045.      *
  26046.      * @return \Shopware\Core\Content\Rule\Aggregate\RuleCondition\RuleConditionDefinition
  26047.      */
  26048.     protected function getRuleConditionDefinition2Service()
  26049.     {
  26050.         include_once \dirname(__DIR__4).'/vendor/shopware/core/Content/Rule/Aggregate/RuleCondition/RuleConditionDefinition.php';
  26051.         $this->services['sales_channel_definition.Shopware\\Core\\Content\\Rule\\Aggregate\\RuleCondition\\RuleConditionDefinition'] = $instance = new \Shopware\Core\Content\Rule\Aggregate\RuleCondition\RuleConditionDefinition();
  26052.         $instance->compile(($this->services['Shopware\\Core\\System\\SalesChannel\\Entity\\SalesChannelDefinitionInstanceRegistry'] ?? $this->getSalesChannelDefinitionInstanceRegistryService()));
  26053.         return $instance;
  26054.     }
  26055.     /**
  26056.      * Gets the public 'sales_channel_definition.Shopware\Core\Content\Rule\Aggregate\RuleTag\RuleTagDefinition' shared service.
  26057.      *
  26058.      * @return \Shopware\Core\Content\Rule\Aggregate\RuleTag\RuleTagDefinition
  26059.      */
  26060.     protected function getRuleTagDefinition2Service()
  26061.     {
  26062.         include_once \dirname(__DIR__4).'/vendor/shopware/core/Content/Rule/Aggregate/RuleTag/RuleTagDefinition.php';
  26063.         $this->services['sales_channel_definition.Shopware\\Core\\Content\\Rule\\Aggregate\\RuleTag\\RuleTagDefinition'] = $instance = new \Shopware\Core\Content\Rule\Aggregate\RuleTag\RuleTagDefinition();
  26064.         $instance->compile(($this->services['Shopware\\Core\\System\\SalesChannel\\Entity\\SalesChannelDefinitionInstanceRegistry'] ?? $this->getSalesChannelDefinitionInstanceRegistryService()));
  26065.         return $instance;
  26066.     }
  26067.     /**
  26068.      * Gets the public 'sales_channel_definition.Shopware\Core\Content\Rule\RuleDefinition' shared service.
  26069.      *
  26070.      * @return \Shopware\Core\Content\Rule\RuleDefinition
  26071.      */
  26072.     protected function getRuleDefinition2Service()
  26073.     {
  26074.         $this->services['sales_channel_definition.Shopware\\Core\\Content\\Rule\\RuleDefinition'] = $instance = new \Shopware\Core\Content\Rule\RuleDefinition();
  26075.         $instance->compile(($this->services['Shopware\\Core\\System\\SalesChannel\\Entity\\SalesChannelDefinitionInstanceRegistry'] ?? $this->getSalesChannelDefinitionInstanceRegistryService()));
  26076.         return $instance;
  26077.     }
  26078.     /**
  26079.      * Gets the public 'sales_channel_definition.Shopware\Core\Content\Seo\SeoUrlTemplate\SeoUrlTemplateDefinition' shared service.
  26080.      *
  26081.      * @return \Shopware\Core\Content\Seo\SeoUrlTemplate\SeoUrlTemplateDefinition
  26082.      */
  26083.     protected function getSeoUrlTemplateDefinition2Service()
  26084.     {
  26085.         include_once \dirname(__DIR__4).'/vendor/shopware/core/Content/Seo/SeoUrlTemplate/SeoUrlTemplateDefinition.php';
  26086.         $this->services['sales_channel_definition.Shopware\\Core\\Content\\Seo\\SeoUrlTemplate\\SeoUrlTemplateDefinition'] = $instance = new \Shopware\Core\Content\Seo\SeoUrlTemplate\SeoUrlTemplateDefinition();
  26087.         $instance->compile(($this->services['Shopware\\Core\\System\\SalesChannel\\Entity\\SalesChannelDefinitionInstanceRegistry'] ?? $this->getSalesChannelDefinitionInstanceRegistryService()));
  26088.         return $instance;
  26089.     }
  26090.     /**
  26091.      * Gets the public 'sales_channel_definition.Shopware\Core\Framework\Api\Acl\Role\AclRoleDefinition' shared service.
  26092.      *
  26093.      * @return \Shopware\Core\Framework\Api\Acl\Role\AclRoleDefinition
  26094.      */
  26095.     protected function getAclRoleDefinition2Service()
  26096.     {
  26097.         include_once \dirname(__DIR__4).'/vendor/shopware/core/Framework/Api/Acl/Role/AclRoleDefinition.php';
  26098.         $this->services['sales_channel_definition.Shopware\\Core\\Framework\\Api\\Acl\\Role\\AclRoleDefinition'] = $instance = new \Shopware\Core\Framework\Api\Acl\Role\AclRoleDefinition();
  26099.         $instance->compile(($this->services['Shopware\\Core\\System\\SalesChannel\\Entity\\SalesChannelDefinitionInstanceRegistry'] ?? $this->getSalesChannelDefinitionInstanceRegistryService()));
  26100.         return $instance;
  26101.     }
  26102.     /**
  26103.      * Gets the public 'sales_channel_definition.Shopware\Core\Framework\Api\Acl\Role\AclUserRoleDefinition' shared service.
  26104.      *
  26105.      * @return \Shopware\Core\Framework\Api\Acl\Role\AclUserRoleDefinition
  26106.      */
  26107.     protected function getAclUserRoleDefinition2Service()
  26108.     {
  26109.         include_once \dirname(__DIR__4).'/vendor/shopware/core/Framework/Api/Acl/Role/AclUserRoleDefinition.php';
  26110.         $this->services['sales_channel_definition.Shopware\\Core\\Framework\\Api\\Acl\\Role\\AclUserRoleDefinition'] = $instance = new \Shopware\Core\Framework\Api\Acl\Role\AclUserRoleDefinition();
  26111.         $instance->compile(($this->services['Shopware\\Core\\System\\SalesChannel\\Entity\\SalesChannelDefinitionInstanceRegistry'] ?? $this->getSalesChannelDefinitionInstanceRegistryService()));
  26112.         return $instance;
  26113.     }
  26114.     /**
  26115.      * Gets the public 'sales_channel_definition.Shopware\Core\Framework\App\Aggregate\ActionButtonTranslation\ActionButtonTranslationDefinition' shared service.
  26116.      *
  26117.      * @return \Shopware\Core\Framework\App\Aggregate\ActionButtonTranslation\ActionButtonTranslationDefinition
  26118.      */
  26119.     protected function getActionButtonTranslationDefinition2Service()
  26120.     {
  26121.         include_once \dirname(__DIR__4).'/vendor/shopware/core/Framework/DataAbstractionLayer/EntityTranslationDefinition.php';
  26122.         include_once \dirname(__DIR__4).'/vendor/shopware/core/Framework/App/Aggregate/ActionButtonTranslation/ActionButtonTranslationDefinition.php';
  26123.         $this->services['sales_channel_definition.Shopware\\Core\\Framework\\App\\Aggregate\\ActionButtonTranslation\\ActionButtonTranslationDefinition'] = $instance = new \Shopware\Core\Framework\App\Aggregate\ActionButtonTranslation\ActionButtonTranslationDefinition();
  26124.         $instance->compile(($this->services['Shopware\\Core\\System\\SalesChannel\\Entity\\SalesChannelDefinitionInstanceRegistry'] ?? $this->getSalesChannelDefinitionInstanceRegistryService()));
  26125.         return $instance;
  26126.     }
  26127.     /**
  26128.      * Gets the public 'sales_channel_definition.Shopware\Core\Framework\App\Aggregate\ActionButton\ActionButtonDefinition' shared service.
  26129.      *
  26130.      * @return \Shopware\Core\Framework\App\Aggregate\ActionButton\ActionButtonDefinition
  26131.      */
  26132.     protected function getActionButtonDefinition2Service()
  26133.     {
  26134.         include_once \dirname(__DIR__4).'/vendor/shopware/core/Framework/App/Aggregate/ActionButton/ActionButtonDefinition.php';
  26135.         $this->services['sales_channel_definition.Shopware\\Core\\Framework\\App\\Aggregate\\ActionButton\\ActionButtonDefinition'] = $instance = new \Shopware\Core\Framework\App\Aggregate\ActionButton\ActionButtonDefinition();
  26136.         $instance->compile(($this->services['Shopware\\Core\\System\\SalesChannel\\Entity\\SalesChannelDefinitionInstanceRegistry'] ?? $this->getSalesChannelDefinitionInstanceRegistryService()));
  26137.         return $instance;
  26138.     }
  26139.     /**
  26140.      * Gets the public 'sales_channel_definition.Shopware\Core\Framework\App\Aggregate\AppPaymentMethod\AppPaymentMethodDefinition' shared service.
  26141.      *
  26142.      * @return \Shopware\Core\Framework\App\Aggregate\AppPaymentMethod\AppPaymentMethodDefinition
  26143.      */
  26144.     protected function getAppPaymentMethodDefinition2Service()
  26145.     {
  26146.         $this->services['sales_channel_definition.Shopware\\Core\\Framework\\App\\Aggregate\\AppPaymentMethod\\AppPaymentMethodDefinition'] = $instance = new \Shopware\Core\Framework\App\Aggregate\AppPaymentMethod\AppPaymentMethodDefinition();
  26147.         $instance->compile(($this->services['Shopware\\Core\\System\\SalesChannel\\Entity\\SalesChannelDefinitionInstanceRegistry'] ?? $this->getSalesChannelDefinitionInstanceRegistryService()));
  26148.         return $instance;
  26149.     }
  26150.     /**
  26151.      * Gets the public 'sales_channel_definition.Shopware\Core\Framework\App\Aggregate\AppScriptConditionTranslation\AppScriptConditionTranslationDefinition' shared service.
  26152.      *
  26153.      * @return \Shopware\Core\Framework\App\Aggregate\AppScriptConditionTranslation\AppScriptConditionTranslationDefinition
  26154.      */
  26155.     protected function getAppScriptConditionTranslationDefinition2Service()
  26156.     {
  26157.         include_once \dirname(__DIR__4).'/vendor/shopware/core/Framework/DataAbstractionLayer/EntityTranslationDefinition.php';
  26158.         include_once \dirname(__DIR__4).'/vendor/shopware/core/Framework/App/Aggregate/AppScriptConditionTranslation/AppScriptConditionTranslationDefinition.php';
  26159.         $this->services['sales_channel_definition.Shopware\\Core\\Framework\\App\\Aggregate\\AppScriptConditionTranslation\\AppScriptConditionTranslationDefinition'] = $instance = new \Shopware\Core\Framework\App\Aggregate\AppScriptConditionTranslation\AppScriptConditionTranslationDefinition();
  26160.         $instance->compile(($this->services['Shopware\\Core\\System\\SalesChannel\\Entity\\SalesChannelDefinitionInstanceRegistry'] ?? $this->getSalesChannelDefinitionInstanceRegistryService()));
  26161.         return $instance;
  26162.     }
  26163.     /**
  26164.      * Gets the public 'sales_channel_definition.Shopware\Core\Framework\App\Aggregate\AppScriptCondition\AppScriptConditionDefinition' shared service.
  26165.      *
  26166.      * @return \Shopware\Core\Framework\App\Aggregate\AppScriptCondition\AppScriptConditionDefinition
  26167.      */
  26168.     protected function getAppScriptConditionDefinition2Service()
  26169.     {
  26170.         include_once \dirname(__DIR__4).'/vendor/shopware/core/Framework/App/Aggregate/AppScriptCondition/AppScriptConditionDefinition.php';
  26171.         $this->services['sales_channel_definition.Shopware\\Core\\Framework\\App\\Aggregate\\AppScriptCondition\\AppScriptConditionDefinition'] = $instance = new \Shopware\Core\Framework\App\Aggregate\AppScriptCondition\AppScriptConditionDefinition();
  26172.         $instance->compile(($this->services['Shopware\\Core\\System\\SalesChannel\\Entity\\SalesChannelDefinitionInstanceRegistry'] ?? $this->getSalesChannelDefinitionInstanceRegistryService()));
  26173.         return $instance;
  26174.     }
  26175.     /**
  26176.      * Gets the public 'sales_channel_definition.Shopware\Core\Framework\App\Aggregate\AppTranslation\AppTranslationDefinition' shared service.
  26177.      *
  26178.      * @return \Shopware\Core\Framework\App\Aggregate\AppTranslation\AppTranslationDefinition
  26179.      */
  26180.     protected function getAppTranslationDefinition2Service()
  26181.     {
  26182.         include_once \dirname(__DIR__4).'/vendor/shopware/core/Framework/DataAbstractionLayer/EntityTranslationDefinition.php';
  26183.         include_once \dirname(__DIR__4).'/vendor/shopware/core/Framework/App/Aggregate/AppTranslation/AppTranslationDefinition.php';
  26184.         $this->services['sales_channel_definition.Shopware\\Core\\Framework\\App\\Aggregate\\AppTranslation\\AppTranslationDefinition'] = $instance = new \Shopware\Core\Framework\App\Aggregate\AppTranslation\AppTranslationDefinition();
  26185.         $instance->compile(($this->services['Shopware\\Core\\System\\SalesChannel\\Entity\\SalesChannelDefinitionInstanceRegistry'] ?? $this->getSalesChannelDefinitionInstanceRegistryService()));
  26186.         return $instance;
  26187.     }
  26188.     /**
  26189.      * Gets the public 'sales_channel_definition.Shopware\Core\Framework\App\Aggregate\CmsBlockTranslation\AppCmsBlockTranslationDefinition' shared service.
  26190.      *
  26191.      * @return \Shopware\Core\Framework\App\Aggregate\CmsBlockTranslation\AppCmsBlockTranslationDefinition
  26192.      */
  26193.     protected function getAppCmsBlockTranslationDefinition2Service()
  26194.     {
  26195.         include_once \dirname(__DIR__4).'/vendor/shopware/core/Framework/DataAbstractionLayer/EntityTranslationDefinition.php';
  26196.         include_once \dirname(__DIR__4).'/vendor/shopware/core/Framework/App/Aggregate/CmsBlockTranslation/AppCmsBlockTranslationDefinition.php';
  26197.         $this->services['sales_channel_definition.Shopware\\Core\\Framework\\App\\Aggregate\\CmsBlockTranslation\\AppCmsBlockTranslationDefinition'] = $instance = new \Shopware\Core\Framework\App\Aggregate\CmsBlockTranslation\AppCmsBlockTranslationDefinition();
  26198.         $instance->compile(($this->services['Shopware\\Core\\System\\SalesChannel\\Entity\\SalesChannelDefinitionInstanceRegistry'] ?? $this->getSalesChannelDefinitionInstanceRegistryService()));
  26199.         return $instance;
  26200.     }
  26201.     /**
  26202.      * Gets the public 'sales_channel_definition.Shopware\Core\Framework\App\Aggregate\CmsBlock\AppCmsBlockDefinition' shared service.
  26203.      *
  26204.      * @return \Shopware\Core\Framework\App\Aggregate\CmsBlock\AppCmsBlockDefinition
  26205.      */
  26206.     protected function getAppCmsBlockDefinition2Service()
  26207.     {
  26208.         include_once \dirname(__DIR__4).'/vendor/shopware/core/Framework/App/Aggregate/CmsBlock/AppCmsBlockDefinition.php';
  26209.         $this->services['sales_channel_definition.Shopware\\Core\\Framework\\App\\Aggregate\\CmsBlock\\AppCmsBlockDefinition'] = $instance = new \Shopware\Core\Framework\App\Aggregate\CmsBlock\AppCmsBlockDefinition();
  26210.         $instance->compile(($this->services['Shopware\\Core\\System\\SalesChannel\\Entity\\SalesChannelDefinitionInstanceRegistry'] ?? $this->getSalesChannelDefinitionInstanceRegistryService()));
  26211.         return $instance;
  26212.     }
  26213.     /**
  26214.      * Gets the public 'sales_channel_definition.Shopware\Core\Framework\App\Aggregate\FlowActionTranslation\AppFlowActionTranslationDefinition' shared service.
  26215.      *
  26216.      * @return \Shopware\Core\Framework\App\Aggregate\FlowActionTranslation\AppFlowActionTranslationDefinition
  26217.      */
  26218.     protected function getAppFlowActionTranslationDefinition2Service()
  26219.     {
  26220.         include_once \dirname(__DIR__4).'/vendor/shopware/core/Framework/DataAbstractionLayer/EntityTranslationDefinition.php';
  26221.         include_once \dirname(__DIR__4).'/vendor/shopware/core/Framework/App/Aggregate/FlowActionTranslation/AppFlowActionTranslationDefinition.php';
  26222.         $this->services['sales_channel_definition.Shopware\\Core\\Framework\\App\\Aggregate\\FlowActionTranslation\\AppFlowActionTranslationDefinition'] = $instance = new \Shopware\Core\Framework\App\Aggregate\FlowActionTranslation\AppFlowActionTranslationDefinition();
  26223.         $instance->compile(($this->services['Shopware\\Core\\System\\SalesChannel\\Entity\\SalesChannelDefinitionInstanceRegistry'] ?? $this->getSalesChannelDefinitionInstanceRegistryService()));
  26224.         return $instance;
  26225.     }
  26226.     /**
  26227.      * Gets the public 'sales_channel_definition.Shopware\Core\Framework\App\Aggregate\FlowAction\AppFlowActionDefinition' shared service.
  26228.      *
  26229.      * @return \Shopware\Core\Framework\App\Aggregate\FlowAction\AppFlowActionDefinition
  26230.      */
  26231.     protected function getAppFlowActionDefinition2Service()
  26232.     {
  26233.         include_once \dirname(__DIR__4).'/vendor/shopware/core/Framework/App/Aggregate/FlowAction/AppFlowActionDefinition.php';
  26234.         $this->services['sales_channel_definition.Shopware\\Core\\Framework\\App\\Aggregate\\FlowAction\\AppFlowActionDefinition'] = $instance = new \Shopware\Core\Framework\App\Aggregate\FlowAction\AppFlowActionDefinition();
  26235.         $instance->compile(($this->services['Shopware\\Core\\System\\SalesChannel\\Entity\\SalesChannelDefinitionInstanceRegistry'] ?? $this->getSalesChannelDefinitionInstanceRegistryService()));
  26236.         return $instance;
  26237.     }
  26238.     /**
  26239.      * Gets the public 'sales_channel_definition.Shopware\Core\Framework\App\AppDefinition' shared service.
  26240.      *
  26241.      * @return \Shopware\Core\Framework\App\AppDefinition
  26242.      */
  26243.     protected function getAppDefinition2Service()
  26244.     {
  26245.         $this->services['sales_channel_definition.Shopware\\Core\\Framework\\App\\AppDefinition'] = $instance = new \Shopware\Core\Framework\App\AppDefinition();
  26246.         $instance->compile(($this->services['Shopware\\Core\\System\\SalesChannel\\Entity\\SalesChannelDefinitionInstanceRegistry'] ?? $this->getSalesChannelDefinitionInstanceRegistryService()));
  26247.         return $instance;
  26248.     }
  26249.     /**
  26250.      * Gets the public 'sales_channel_definition.Shopware\Core\Framework\App\Template\TemplateDefinition' shared service.
  26251.      *
  26252.      * @return \Shopware\Core\Framework\App\Template\TemplateDefinition
  26253.      */
  26254.     protected function getTemplateDefinition2Service()
  26255.     {
  26256.         include_once \dirname(__DIR__4).'/vendor/shopware/core/Framework/App/Template/TemplateDefinition.php';
  26257.         $this->services['sales_channel_definition.Shopware\\Core\\Framework\\App\\Template\\TemplateDefinition'] = $instance = new \Shopware\Core\Framework\App\Template\TemplateDefinition();
  26258.         $instance->compile(($this->services['Shopware\\Core\\System\\SalesChannel\\Entity\\SalesChannelDefinitionInstanceRegistry'] ?? $this->getSalesChannelDefinitionInstanceRegistryService()));
  26259.         return $instance;
  26260.     }
  26261.     /**
  26262.      * Gets the public 'sales_channel_definition.Shopware\Core\Framework\DataAbstractionLayer\Version\Aggregate\VersionCommitData\VersionCommitDataDefinition' shared service.
  26263.      *
  26264.      * @return \Shopware\Core\Framework\DataAbstractionLayer\Version\Aggregate\VersionCommitData\VersionCommitDataDefinition
  26265.      */
  26266.     protected function getVersionCommitDataDefinition2Service()
  26267.     {
  26268.         $this->services['sales_channel_definition.Shopware\\Core\\Framework\\DataAbstractionLayer\\Version\\Aggregate\\VersionCommitData\\VersionCommitDataDefinition'] = $instance = new \Shopware\Core\Framework\DataAbstractionLayer\Version\Aggregate\VersionCommitData\VersionCommitDataDefinition();
  26269.         $instance->compile(($this->services['Shopware\\Core\\System\\SalesChannel\\Entity\\SalesChannelDefinitionInstanceRegistry'] ?? $this->getSalesChannelDefinitionInstanceRegistryService()));
  26270.         return $instance;
  26271.     }
  26272.     /**
  26273.      * Gets the public 'sales_channel_definition.Shopware\Core\Framework\DataAbstractionLayer\Version\Aggregate\VersionCommit\VersionCommitDefinition' shared service.
  26274.      *
  26275.      * @return \Shopware\Core\Framework\DataAbstractionLayer\Version\Aggregate\VersionCommit\VersionCommitDefinition
  26276.      */
  26277.     protected function getVersionCommitDefinition2Service()
  26278.     {
  26279.         $this->services['sales_channel_definition.Shopware\\Core\\Framework\\DataAbstractionLayer\\Version\\Aggregate\\VersionCommit\\VersionCommitDefinition'] = $instance = new \Shopware\Core\Framework\DataAbstractionLayer\Version\Aggregate\VersionCommit\VersionCommitDefinition();
  26280.         $instance->compile(($this->services['Shopware\\Core\\System\\SalesChannel\\Entity\\SalesChannelDefinitionInstanceRegistry'] ?? $this->getSalesChannelDefinitionInstanceRegistryService()));
  26281.         return $instance;
  26282.     }
  26283.     /**
  26284.      * Gets the public 'sales_channel_definition.Shopware\Core\Framework\DataAbstractionLayer\Version\VersionDefinition' shared service.
  26285.      *
  26286.      * @return \Shopware\Core\Framework\DataAbstractionLayer\Version\VersionDefinition
  26287.      */
  26288.     protected function getVersionDefinition2Service()
  26289.     {
  26290.         $this->services['sales_channel_definition.Shopware\\Core\\Framework\\DataAbstractionLayer\\Version\\VersionDefinition'] = $instance = new \Shopware\Core\Framework\DataAbstractionLayer\Version\VersionDefinition();
  26291.         $instance->compile(($this->services['Shopware\\Core\\System\\SalesChannel\\Entity\\SalesChannelDefinitionInstanceRegistry'] ?? $this->getSalesChannelDefinitionInstanceRegistryService()));
  26292.         return $instance;
  26293.     }
  26294.     /**
  26295.      * Gets the public 'sales_channel_definition.Shopware\Core\Framework\Event\EventAction\Aggregate\EventActionRule\EventActionRuleDefinition' shared service.
  26296.      *
  26297.      * @return \Shopware\Core\Framework\Event\EventAction\Aggregate\EventActionRule\EventActionRuleDefinition
  26298.      */
  26299.     protected function getEventActionRuleDefinition2Service()
  26300.     {
  26301.         include_once \dirname(__DIR__4).'/vendor/shopware/core/Framework/Event/EventAction/Aggregate/EventActionRule/EventActionRuleDefinition.php';
  26302.         $this->services['sales_channel_definition.Shopware\\Core\\Framework\\Event\\EventAction\\Aggregate\\EventActionRule\\EventActionRuleDefinition'] = $instance = new \Shopware\Core\Framework\Event\EventAction\Aggregate\EventActionRule\EventActionRuleDefinition();
  26303.         $instance->compile(($this->services['Shopware\\Core\\System\\SalesChannel\\Entity\\SalesChannelDefinitionInstanceRegistry'] ?? $this->getSalesChannelDefinitionInstanceRegistryService()));
  26304.         return $instance;
  26305.     }
  26306.     /**
  26307.      * Gets the public 'sales_channel_definition.Shopware\Core\Framework\Event\EventAction\Aggregate\EventActionSalesChannel\EventActionSalesChannelDefinition' shared service.
  26308.      *
  26309.      * @return \Shopware\Core\Framework\Event\EventAction\Aggregate\EventActionSalesChannel\EventActionSalesChannelDefinition
  26310.      */
  26311.     protected function getEventActionSalesChannelDefinition2Service()
  26312.     {
  26313.         include_once \dirname(__DIR__4).'/vendor/shopware/core/Framework/Event/EventAction/Aggregate/EventActionSalesChannel/EventActionSalesChannelDefinition.php';
  26314.         $this->services['sales_channel_definition.Shopware\\Core\\Framework\\Event\\EventAction\\Aggregate\\EventActionSalesChannel\\EventActionSalesChannelDefinition'] = $instance = new \Shopware\Core\Framework\Event\EventAction\Aggregate\EventActionSalesChannel\EventActionSalesChannelDefinition();
  26315.         $instance->compile(($this->services['Shopware\\Core\\System\\SalesChannel\\Entity\\SalesChannelDefinitionInstanceRegistry'] ?? $this->getSalesChannelDefinitionInstanceRegistryService()));
  26316.         return $instance;
  26317.     }
  26318.     /**
  26319.      * Gets the public 'sales_channel_definition.Shopware\Core\Framework\Event\EventAction\EventActionDefinition' shared service.
  26320.      *
  26321.      * @return \Shopware\Core\Framework\Event\EventAction\EventActionDefinition
  26322.      */
  26323.     protected function getEventActionDefinition2Service()
  26324.     {
  26325.         $this->services['sales_channel_definition.Shopware\\Core\\Framework\\Event\\EventAction\\EventActionDefinition'] = $instance = new \Shopware\Core\Framework\Event\EventAction\EventActionDefinition();
  26326.         $instance->compile(($this->services['Shopware\\Core\\System\\SalesChannel\\Entity\\SalesChannelDefinitionInstanceRegistry'] ?? $this->getSalesChannelDefinitionInstanceRegistryService()));
  26327.         return $instance;
  26328.     }
  26329.     /**
  26330.      * Gets the public 'sales_channel_definition.Shopware\Core\Framework\Log\LogEntryDefinition' shared service.
  26331.      *
  26332.      * @return \Shopware\Core\Framework\Log\LogEntryDefinition
  26333.      */
  26334.     protected function getLogEntryDefinition2Service()
  26335.     {
  26336.         include_once \dirname(__DIR__4).'/vendor/shopware/core/Framework/Log/LogEntryDefinition.php';
  26337.         $this->services['sales_channel_definition.Shopware\\Core\\Framework\\Log\\LogEntryDefinition'] = $instance = new \Shopware\Core\Framework\Log\LogEntryDefinition();
  26338.         $instance->compile(($this->services['Shopware\\Core\\System\\SalesChannel\\Entity\\SalesChannelDefinitionInstanceRegistry'] ?? $this->getSalesChannelDefinitionInstanceRegistryService()));
  26339.         return $instance;
  26340.     }
  26341.     /**
  26342.      * Gets the public 'sales_channel_definition.Shopware\Core\Framework\MessageQueue\DeadMessage\DeadMessageDefinition' shared service.
  26343.      *
  26344.      * @return \Shopware\Core\Framework\MessageQueue\DeadMessage\DeadMessageDefinition
  26345.      */
  26346.     protected function getDeadMessageDefinition2Service()
  26347.     {
  26348.         include_once \dirname(__DIR__4).'/vendor/shopware/core/Framework/MessageQueue/DeadMessage/DeadMessageDefinition.php';
  26349.         $this->services['sales_channel_definition.Shopware\\Core\\Framework\\MessageQueue\\DeadMessage\\DeadMessageDefinition'] = $instance = new \Shopware\Core\Framework\MessageQueue\DeadMessage\DeadMessageDefinition();
  26350.         $instance->compile(($this->services['Shopware\\Core\\System\\SalesChannel\\Entity\\SalesChannelDefinitionInstanceRegistry'] ?? $this->getSalesChannelDefinitionInstanceRegistryService()));
  26351.         return $instance;
  26352.     }
  26353.     /**
  26354.      * Gets the public 'sales_channel_definition.Shopware\Core\Framework\MessageQueue\MessageQueueStatsDefinition' shared service.
  26355.      *
  26356.      * @return \Shopware\Core\Framework\MessageQueue\MessageQueueStatsDefinition
  26357.      */
  26358.     protected function getMessageQueueStatsDefinition2Service()
  26359.     {
  26360.         include_once \dirname(__DIR__4).'/vendor/shopware/core/Framework/MessageQueue/MessageQueueStatsDefinition.php';
  26361.         $this->services['sales_channel_definition.Shopware\\Core\\Framework\\MessageQueue\\MessageQueueStatsDefinition'] = $instance = new \Shopware\Core\Framework\MessageQueue\MessageQueueStatsDefinition();
  26362.         $instance->compile(($this->services['Shopware\\Core\\System\\SalesChannel\\Entity\\SalesChannelDefinitionInstanceRegistry'] ?? $this->getSalesChannelDefinitionInstanceRegistryService()));
  26363.         return $instance;
  26364.     }
  26365.     /**
  26366.      * Gets the public 'sales_channel_definition.Shopware\Core\Framework\MessageQueue\ScheduledTask\ScheduledTaskDefinition' shared service.
  26367.      *
  26368.      * @return \Shopware\Core\Framework\MessageQueue\ScheduledTask\ScheduledTaskDefinition
  26369.      */
  26370.     protected function getScheduledTaskDefinition2Service()
  26371.     {
  26372.         $this->services['sales_channel_definition.Shopware\\Core\\Framework\\MessageQueue\\ScheduledTask\\ScheduledTaskDefinition'] = $instance = new \Shopware\Core\Framework\MessageQueue\ScheduledTask\ScheduledTaskDefinition();
  26373.         $instance->compile(($this->services['Shopware\\Core\\System\\SalesChannel\\Entity\\SalesChannelDefinitionInstanceRegistry'] ?? $this->getSalesChannelDefinitionInstanceRegistryService()));
  26374.         return $instance;
  26375.     }
  26376.     /**
  26377.      * Gets the public 'sales_channel_definition.Shopware\Core\Framework\Plugin\Aggregate\PluginTranslation\PluginTranslationDefinition' shared service.
  26378.      *
  26379.      * @return \Shopware\Core\Framework\Plugin\Aggregate\PluginTranslation\PluginTranslationDefinition
  26380.      */
  26381.     protected function getPluginTranslationDefinition2Service()
  26382.     {
  26383.         include_once \dirname(__DIR__4).'/vendor/shopware/core/Framework/DataAbstractionLayer/EntityTranslationDefinition.php';
  26384.         include_once \dirname(__DIR__4).'/vendor/shopware/core/Framework/Plugin/Aggregate/PluginTranslation/PluginTranslationDefinition.php';
  26385.         $this->services['sales_channel_definition.Shopware\\Core\\Framework\\Plugin\\Aggregate\\PluginTranslation\\PluginTranslationDefinition'] = $instance = new \Shopware\Core\Framework\Plugin\Aggregate\PluginTranslation\PluginTranslationDefinition();
  26386.         $instance->compile(($this->services['Shopware\\Core\\System\\SalesChannel\\Entity\\SalesChannelDefinitionInstanceRegistry'] ?? $this->getSalesChannelDefinitionInstanceRegistryService()));
  26387.         return $instance;
  26388.     }
  26389.     /**
  26390.      * Gets the public 'sales_channel_definition.Shopware\Core\Framework\Plugin\PluginDefinition' shared service.
  26391.      *
  26392.      * @return \Shopware\Core\Framework\Plugin\PluginDefinition
  26393.      */
  26394.     protected function getPluginDefinition2Service()
  26395.     {
  26396.         include_once \dirname(__DIR__4).'/vendor/shopware/core/Framework/Plugin/PluginDefinition.php';
  26397.         $this->services['sales_channel_definition.Shopware\\Core\\Framework\\Plugin\\PluginDefinition'] = $instance = new \Shopware\Core\Framework\Plugin\PluginDefinition();
  26398.         $instance->compile(($this->services['Shopware\\Core\\System\\SalesChannel\\Entity\\SalesChannelDefinitionInstanceRegistry'] ?? $this->getSalesChannelDefinitionInstanceRegistryService()));
  26399.         return $instance;
  26400.     }
  26401.     /**
  26402.      * Gets the public 'sales_channel_definition.Shopware\Core\Framework\Script\ScriptDefinition' shared service.
  26403.      *
  26404.      * @return \Shopware\Core\Framework\Script\ScriptDefinition
  26405.      */
  26406.     protected function getScriptDefinition2Service()
  26407.     {
  26408.         $this->services['sales_channel_definition.Shopware\\Core\\Framework\\Script\\ScriptDefinition'] = $instance = new \Shopware\Core\Framework\Script\ScriptDefinition();
  26409.         $instance->compile(($this->services['Shopware\\Core\\System\\SalesChannel\\Entity\\SalesChannelDefinitionInstanceRegistry'] ?? $this->getSalesChannelDefinitionInstanceRegistryService()));
  26410.         return $instance;
  26411.     }
  26412.     /**
  26413.      * Gets the public 'sales_channel_definition.Shopware\Core\Framework\Webhook\EventLog\WebhookEventLogDefinition' shared service.
  26414.      *
  26415.      * @return \Shopware\Core\Framework\Webhook\EventLog\WebhookEventLogDefinition
  26416.      */
  26417.     protected function getWebhookEventLogDefinition2Service()
  26418.     {
  26419.         include_once \dirname(__DIR__4).'/vendor/shopware/core/Framework/Webhook/EventLog/WebhookEventLogDefinition.php';
  26420.         $this->services['sales_channel_definition.Shopware\\Core\\Framework\\Webhook\\EventLog\\WebhookEventLogDefinition'] = $instance = new \Shopware\Core\Framework\Webhook\EventLog\WebhookEventLogDefinition();
  26421.         $instance->compile(($this->services['Shopware\\Core\\System\\SalesChannel\\Entity\\SalesChannelDefinitionInstanceRegistry'] ?? $this->getSalesChannelDefinitionInstanceRegistryService()));
  26422.         return $instance;
  26423.     }
  26424.     /**
  26425.      * Gets the public 'sales_channel_definition.Shopware\Core\Framework\Webhook\WebhookDefinition' shared service.
  26426.      *
  26427.      * @return \Shopware\Core\Framework\Webhook\WebhookDefinition
  26428.      */
  26429.     protected function getWebhookDefinition2Service()
  26430.     {
  26431.         include_once \dirname(__DIR__4).'/vendor/shopware/core/Framework/Webhook/WebhookDefinition.php';
  26432.         $this->services['sales_channel_definition.Shopware\\Core\\Framework\\Webhook\\WebhookDefinition'] = $instance = new \Shopware\Core\Framework\Webhook\WebhookDefinition();
  26433.         $instance->compile(($this->services['Shopware\\Core\\System\\SalesChannel\\Entity\\SalesChannelDefinitionInstanceRegistry'] ?? $this->getSalesChannelDefinitionInstanceRegistryService()));
  26434.         return $instance;
  26435.     }
  26436.     /**
  26437.      * Gets the public 'sales_channel_definition.Shopware\Core\System\Country\Aggregate\CountryStateTranslation\CountryStateTranslationDefinition' shared service.
  26438.      *
  26439.      * @return \Shopware\Core\System\Country\Aggregate\CountryStateTranslation\CountryStateTranslationDefinition
  26440.      */
  26441.     protected function getCountryStateTranslationDefinition2Service()
  26442.     {
  26443.         include_once \dirname(__DIR__4).'/vendor/shopware/core/Framework/DataAbstractionLayer/EntityTranslationDefinition.php';
  26444.         include_once \dirname(__DIR__4).'/vendor/shopware/core/System/Country/Aggregate/CountryStateTranslation/CountryStateTranslationDefinition.php';
  26445.         $this->services['sales_channel_definition.Shopware\\Core\\System\\Country\\Aggregate\\CountryStateTranslation\\CountryStateTranslationDefinition'] = $instance = new \Shopware\Core\System\Country\Aggregate\CountryStateTranslation\CountryStateTranslationDefinition();
  26446.         $instance->compile(($this->services['Shopware\\Core\\System\\SalesChannel\\Entity\\SalesChannelDefinitionInstanceRegistry'] ?? $this->getSalesChannelDefinitionInstanceRegistryService()));
  26447.         return $instance;
  26448.     }
  26449.     /**
  26450.      * Gets the public 'sales_channel_definition.Shopware\Core\System\Country\Aggregate\CountryTranslation\CountryTranslationDefinition' shared service.
  26451.      *
  26452.      * @return \Shopware\Core\System\Country\Aggregate\CountryTranslation\CountryTranslationDefinition
  26453.      */
  26454.     protected function getCountryTranslationDefinition2Service()
  26455.     {
  26456.         include_once \dirname(__DIR__4).'/vendor/shopware/core/Framework/DataAbstractionLayer/EntityTranslationDefinition.php';
  26457.         include_once \dirname(__DIR__4).'/vendor/shopware/core/System/Country/Aggregate/CountryTranslation/CountryTranslationDefinition.php';
  26458.         $this->services['sales_channel_definition.Shopware\\Core\\System\\Country\\Aggregate\\CountryTranslation\\CountryTranslationDefinition'] = $instance = new \Shopware\Core\System\Country\Aggregate\CountryTranslation\CountryTranslationDefinition();
  26459.         $instance->compile(($this->services['Shopware\\Core\\System\\SalesChannel\\Entity\\SalesChannelDefinitionInstanceRegistry'] ?? $this->getSalesChannelDefinitionInstanceRegistryService()));
  26460.         return $instance;
  26461.     }
  26462.     /**
  26463.      * Gets the public 'sales_channel_definition.Shopware\Core\System\Currency\Aggregate\CurrencyCountryRounding\CurrencyCountryRoundingDefinition' shared service.
  26464.      *
  26465.      * @return \Shopware\Core\System\Currency\Aggregate\CurrencyCountryRounding\CurrencyCountryRoundingDefinition
  26466.      */
  26467.     protected function getCurrencyCountryRoundingDefinition2Service()
  26468.     {
  26469.         $this->services['sales_channel_definition.Shopware\\Core\\System\\Currency\\Aggregate\\CurrencyCountryRounding\\CurrencyCountryRoundingDefinition'] = $instance = new \Shopware\Core\System\Currency\Aggregate\CurrencyCountryRounding\CurrencyCountryRoundingDefinition();
  26470.         $instance->compile(($this->services['Shopware\\Core\\System\\SalesChannel\\Entity\\SalesChannelDefinitionInstanceRegistry'] ?? $this->getSalesChannelDefinitionInstanceRegistryService()));
  26471.         return $instance;
  26472.     }
  26473.     /**
  26474.      * Gets the public 'sales_channel_definition.Shopware\Core\System\Currency\Aggregate\CurrencyTranslation\CurrencyTranslationDefinition' shared service.
  26475.      *
  26476.      * @return \Shopware\Core\System\Currency\Aggregate\CurrencyTranslation\CurrencyTranslationDefinition
  26477.      */
  26478.     protected function getCurrencyTranslationDefinition2Service()
  26479.     {
  26480.         include_once \dirname(__DIR__4).'/vendor/shopware/core/Framework/DataAbstractionLayer/EntityTranslationDefinition.php';
  26481.         include_once \dirname(__DIR__4).'/vendor/shopware/core/System/Currency/Aggregate/CurrencyTranslation/CurrencyTranslationDefinition.php';
  26482.         $this->services['sales_channel_definition.Shopware\\Core\\System\\Currency\\Aggregate\\CurrencyTranslation\\CurrencyTranslationDefinition'] = $instance = new \Shopware\Core\System\Currency\Aggregate\CurrencyTranslation\CurrencyTranslationDefinition();
  26483.         $instance->compile(($this->services['Shopware\\Core\\System\\SalesChannel\\Entity\\SalesChannelDefinitionInstanceRegistry'] ?? $this->getSalesChannelDefinitionInstanceRegistryService()));
  26484.         return $instance;
  26485.     }
  26486.     /**
  26487.      * Gets the public 'sales_channel_definition.Shopware\Core\System\CustomEntity\CustomEntityDefinition' shared service.
  26488.      *
  26489.      * @return \Shopware\Core\System\CustomEntity\CustomEntityDefinition
  26490.      */
  26491.     protected function getCustomEntityDefinition2Service()
  26492.     {
  26493.         include_once \dirname(__DIR__4).'/vendor/shopware/core/System/CustomEntity/CustomEntityDefinition.php';
  26494.         $this->services['sales_channel_definition.Shopware\\Core\\System\\CustomEntity\\CustomEntityDefinition'] = $instance = new \Shopware\Core\System\CustomEntity\CustomEntityDefinition();
  26495.         $instance->compile(($this->services['Shopware\\Core\\System\\SalesChannel\\Entity\\SalesChannelDefinitionInstanceRegistry'] ?? $this->getSalesChannelDefinitionInstanceRegistryService()));
  26496.         return $instance;
  26497.     }
  26498.     /**
  26499.      * Gets the public 'sales_channel_definition.Shopware\Core\System\CustomField\Aggregate\CustomFieldSetRelation\CustomFieldSetRelationDefinition' shared service.
  26500.      *
  26501.      * @return \Shopware\Core\System\CustomField\Aggregate\CustomFieldSetRelation\CustomFieldSetRelationDefinition
  26502.      */
  26503.     protected function getCustomFieldSetRelationDefinition2Service()
  26504.     {
  26505.         include_once \dirname(__DIR__4).'/vendor/shopware/core/System/CustomField/Aggregate/CustomFieldSetRelation/CustomFieldSetRelationDefinition.php';
  26506.         $this->services['sales_channel_definition.Shopware\\Core\\System\\CustomField\\Aggregate\\CustomFieldSetRelation\\CustomFieldSetRelationDefinition'] = $instance = new \Shopware\Core\System\CustomField\Aggregate\CustomFieldSetRelation\CustomFieldSetRelationDefinition();
  26507.         $instance->compile(($this->services['Shopware\\Core\\System\\SalesChannel\\Entity\\SalesChannelDefinitionInstanceRegistry'] ?? $this->getSalesChannelDefinitionInstanceRegistryService()));
  26508.         return $instance;
  26509.     }
  26510.     /**
  26511.      * Gets the public 'sales_channel_definition.Shopware\Core\System\CustomField\Aggregate\CustomFieldSet\CustomFieldSetDefinition' shared service.
  26512.      *
  26513.      * @return \Shopware\Core\System\CustomField\Aggregate\CustomFieldSet\CustomFieldSetDefinition
  26514.      */
  26515.     protected function getCustomFieldSetDefinition2Service()
  26516.     {
  26517.         include_once \dirname(__DIR__4).'/vendor/shopware/core/System/CustomField/Aggregate/CustomFieldSet/CustomFieldSetDefinition.php';
  26518.         $this->services['sales_channel_definition.Shopware\\Core\\System\\CustomField\\Aggregate\\CustomFieldSet\\CustomFieldSetDefinition'] = $instance = new \Shopware\Core\System\CustomField\Aggregate\CustomFieldSet\CustomFieldSetDefinition();
  26519.         $instance->compile(($this->services['Shopware\\Core\\System\\SalesChannel\\Entity\\SalesChannelDefinitionInstanceRegistry'] ?? $this->getSalesChannelDefinitionInstanceRegistryService()));
  26520.         return $instance;
  26521.     }
  26522.     /**
  26523.      * Gets the public 'sales_channel_definition.Shopware\Core\System\CustomField\CustomFieldDefinition' shared service.
  26524.      *
  26525.      * @return \Shopware\Core\System\CustomField\CustomFieldDefinition
  26526.      */
  26527.     protected function getCustomFieldDefinition2Service()
  26528.     {
  26529.         include_once \dirname(__DIR__4).'/vendor/shopware/core/System/CustomField/CustomFieldDefinition.php';
  26530.         $this->services['sales_channel_definition.Shopware\\Core\\System\\CustomField\\CustomFieldDefinition'] = $instance = new \Shopware\Core\System\CustomField\CustomFieldDefinition();
  26531.         $instance->compile(($this->services['Shopware\\Core\\System\\SalesChannel\\Entity\\SalesChannelDefinitionInstanceRegistry'] ?? $this->getSalesChannelDefinitionInstanceRegistryService()));
  26532.         return $instance;
  26533.     }
  26534.     /**
  26535.      * Gets the public 'sales_channel_definition.Shopware\Core\System\DeliveryTime\Aggregate\DeliveryTimeTranslation\DeliveryTimeTranslationDefinition' shared service.
  26536.      *
  26537.      * @return \Shopware\Core\System\DeliveryTime\Aggregate\DeliveryTimeTranslation\DeliveryTimeTranslationDefinition
  26538.      */
  26539.     protected function getDeliveryTimeTranslationDefinition2Service()
  26540.     {
  26541.         include_once \dirname(__DIR__4).'/vendor/shopware/core/Framework/DataAbstractionLayer/EntityTranslationDefinition.php';
  26542.         include_once \dirname(__DIR__4).'/vendor/shopware/core/System/DeliveryTime/Aggregate/DeliveryTimeTranslation/DeliveryTimeTranslationDefinition.php';
  26543.         $this->services['sales_channel_definition.Shopware\\Core\\System\\DeliveryTime\\Aggregate\\DeliveryTimeTranslation\\DeliveryTimeTranslationDefinition'] = $instance = new \Shopware\Core\System\DeliveryTime\Aggregate\DeliveryTimeTranslation\DeliveryTimeTranslationDefinition();
  26544.         $instance->compile(($this->services['Shopware\\Core\\System\\SalesChannel\\Entity\\SalesChannelDefinitionInstanceRegistry'] ?? $this->getSalesChannelDefinitionInstanceRegistryService()));
  26545.         return $instance;
  26546.     }
  26547.     /**
  26548.      * Gets the public 'sales_channel_definition.Shopware\Core\System\DeliveryTime\DeliveryTimeDefinition' shared service.
  26549.      *
  26550.      * @return \Shopware\Core\System\DeliveryTime\DeliveryTimeDefinition
  26551.      */
  26552.     protected function getDeliveryTimeDefinition2Service()
  26553.     {
  26554.         include_once \dirname(__DIR__4).'/vendor/shopware/core/System/DeliveryTime/DeliveryTimeDefinition.php';
  26555.         $this->services['sales_channel_definition.Shopware\\Core\\System\\DeliveryTime\\DeliveryTimeDefinition'] = $instance = new \Shopware\Core\System\DeliveryTime\DeliveryTimeDefinition();
  26556.         $instance->compile(($this->services['Shopware\\Core\\System\\SalesChannel\\Entity\\SalesChannelDefinitionInstanceRegistry'] ?? $this->getSalesChannelDefinitionInstanceRegistryService()));
  26557.         return $instance;
  26558.     }
  26559.     /**
  26560.      * Gets the public 'sales_channel_definition.Shopware\Core\System\Integration\Aggregate\IntegrationRole\IntegrationRoleDefinition' shared service.
  26561.      *
  26562.      * @return \Shopware\Core\System\Integration\Aggregate\IntegrationRole\IntegrationRoleDefinition
  26563.      */
  26564.     protected function getIntegrationRoleDefinition2Service()
  26565.     {
  26566.         include_once \dirname(__DIR__4).'/vendor/shopware/core/System/Integration/Aggregate/IntegrationRole/IntegrationRoleDefinition.php';
  26567.         $this->services['sales_channel_definition.Shopware\\Core\\System\\Integration\\Aggregate\\IntegrationRole\\IntegrationRoleDefinition'] = $instance = new \Shopware\Core\System\Integration\Aggregate\IntegrationRole\IntegrationRoleDefinition();
  26568.         $instance->compile(($this->services['Shopware\\Core\\System\\SalesChannel\\Entity\\SalesChannelDefinitionInstanceRegistry'] ?? $this->getSalesChannelDefinitionInstanceRegistryService()));
  26569.         return $instance;
  26570.     }
  26571.     /**
  26572.      * Gets the public 'sales_channel_definition.Shopware\Core\System\Integration\IntegrationDefinition' shared service.
  26573.      *
  26574.      * @return \Shopware\Core\System\Integration\IntegrationDefinition
  26575.      */
  26576.     protected function getIntegrationDefinition2Service()
  26577.     {
  26578.         include_once \dirname(__DIR__4).'/vendor/shopware/core/System/Integration/IntegrationDefinition.php';
  26579.         $this->services['sales_channel_definition.Shopware\\Core\\System\\Integration\\IntegrationDefinition'] = $instance = new \Shopware\Core\System\Integration\IntegrationDefinition();
  26580.         $instance->compile(($this->services['Shopware\\Core\\System\\SalesChannel\\Entity\\SalesChannelDefinitionInstanceRegistry'] ?? $this->getSalesChannelDefinitionInstanceRegistryService()));
  26581.         return $instance;
  26582.     }
  26583.     /**
  26584.      * Gets the public 'sales_channel_definition.Shopware\Core\System\Locale\Aggregate\LocaleTranslation\LocaleTranslationDefinition' shared service.
  26585.      *
  26586.      * @return \Shopware\Core\System\Locale\Aggregate\LocaleTranslation\LocaleTranslationDefinition
  26587.      */
  26588.     protected function getLocaleTranslationDefinition2Service()
  26589.     {
  26590.         include_once \dirname(__DIR__4).'/vendor/shopware/core/Framework/DataAbstractionLayer/EntityTranslationDefinition.php';
  26591.         include_once \dirname(__DIR__4).'/vendor/shopware/core/System/Locale/Aggregate/LocaleTranslation/LocaleTranslationDefinition.php';
  26592.         $this->services['sales_channel_definition.Shopware\\Core\\System\\Locale\\Aggregate\\LocaleTranslation\\LocaleTranslationDefinition'] = $instance = new \Shopware\Core\System\Locale\Aggregate\LocaleTranslation\LocaleTranslationDefinition();
  26593.         $instance->compile(($this->services['Shopware\\Core\\System\\SalesChannel\\Entity\\SalesChannelDefinitionInstanceRegistry'] ?? $this->getSalesChannelDefinitionInstanceRegistryService()));
  26594.         return $instance;
  26595.     }
  26596.     /**
  26597.      * Gets the public 'sales_channel_definition.Shopware\Core\System\Locale\LocaleDefinition' shared service.
  26598.      *
  26599.      * @return \Shopware\Core\System\Locale\LocaleDefinition
  26600.      */
  26601.     protected function getLocaleDefinition2Service()
  26602.     {
  26603.         include_once \dirname(__DIR__4).'/vendor/shopware/core/System/Locale/LocaleDefinition.php';
  26604.         $this->services['sales_channel_definition.Shopware\\Core\\System\\Locale\\LocaleDefinition'] = $instance = new \Shopware\Core\System\Locale\LocaleDefinition();
  26605.         $instance->compile(($this->services['Shopware\\Core\\System\\SalesChannel\\Entity\\SalesChannelDefinitionInstanceRegistry'] ?? $this->getSalesChannelDefinitionInstanceRegistryService()));
  26606.         return $instance;
  26607.     }
  26608.     /**
  26609.      * Gets the public 'sales_channel_definition.Shopware\Core\System\NumberRange\Aggregate\NumberRangeSalesChannel\NumberRangeSalesChannelDefinition' shared service.
  26610.      *
  26611.      * @return \Shopware\Core\System\NumberRange\Aggregate\NumberRangeSalesChannel\NumberRangeSalesChannelDefinition
  26612.      */
  26613.     protected function getNumberRangeSalesChannelDefinition2Service()
  26614.     {
  26615.         include_once \dirname(__DIR__4).'/vendor/shopware/core/System/NumberRange/Aggregate/NumberRangeSalesChannel/NumberRangeSalesChannelDefinition.php';
  26616.         $this->services['sales_channel_definition.Shopware\\Core\\System\\NumberRange\\Aggregate\\NumberRangeSalesChannel\\NumberRangeSalesChannelDefinition'] = $instance = new \Shopware\Core\System\NumberRange\Aggregate\NumberRangeSalesChannel\NumberRangeSalesChannelDefinition();
  26617.         $instance->compile(($this->services['Shopware\\Core\\System\\SalesChannel\\Entity\\SalesChannelDefinitionInstanceRegistry'] ?? $this->getSalesChannelDefinitionInstanceRegistryService()));
  26618.         return $instance;
  26619.     }
  26620.     /**
  26621.      * Gets the public 'sales_channel_definition.Shopware\Core\System\NumberRange\Aggregate\NumberRangeState\NumberRangeStateDefinition' shared service.
  26622.      *
  26623.      * @return \Shopware\Core\System\NumberRange\Aggregate\NumberRangeState\NumberRangeStateDefinition
  26624.      */
  26625.     protected function getNumberRangeStateDefinition2Service()
  26626.     {
  26627.         include_once \dirname(__DIR__4).'/vendor/shopware/core/System/NumberRange/Aggregate/NumberRangeState/NumberRangeStateDefinition.php';
  26628.         $this->services['sales_channel_definition.Shopware\\Core\\System\\NumberRange\\Aggregate\\NumberRangeState\\NumberRangeStateDefinition'] = $instance = new \Shopware\Core\System\NumberRange\Aggregate\NumberRangeState\NumberRangeStateDefinition();
  26629.         $instance->compile(($this->services['Shopware\\Core\\System\\SalesChannel\\Entity\\SalesChannelDefinitionInstanceRegistry'] ?? $this->getSalesChannelDefinitionInstanceRegistryService()));
  26630.         return $instance;
  26631.     }
  26632.     /**
  26633.      * Gets the public 'sales_channel_definition.Shopware\Core\System\NumberRange\Aggregate\NumberRangeTranslation\NumberRangeTranslationDefinition' shared service.
  26634.      *
  26635.      * @return \Shopware\Core\System\NumberRange\Aggregate\NumberRangeTranslation\NumberRangeTranslationDefinition
  26636.      */
  26637.     protected function getNumberRangeTranslationDefinition2Service()
  26638.     {
  26639.         include_once \dirname(__DIR__4).'/vendor/shopware/core/Framework/DataAbstractionLayer/EntityTranslationDefinition.php';
  26640.         include_once \dirname(__DIR__4).'/vendor/shopware/core/System/NumberRange/Aggregate/NumberRangeTranslation/NumberRangeTranslationDefinition.php';
  26641.         $this->services['sales_channel_definition.Shopware\\Core\\System\\NumberRange\\Aggregate\\NumberRangeTranslation\\NumberRangeTranslationDefinition'] = $instance = new \Shopware\Core\System\NumberRange\Aggregate\NumberRangeTranslation\NumberRangeTranslationDefinition();
  26642.         $instance->compile(($this->services['Shopware\\Core\\System\\SalesChannel\\Entity\\SalesChannelDefinitionInstanceRegistry'] ?? $this->getSalesChannelDefinitionInstanceRegistryService()));
  26643.         return $instance;
  26644.     }
  26645.     /**
  26646.      * Gets the public 'sales_channel_definition.Shopware\Core\System\NumberRange\Aggregate\NumberRangeTypeTranslation\NumberRangeTypeTranslationDefinition' shared service.
  26647.      *
  26648.      * @return \Shopware\Core\System\NumberRange\Aggregate\NumberRangeTypeTranslation\NumberRangeTypeTranslationDefinition
  26649.      */
  26650.     protected function getNumberRangeTypeTranslationDefinition2Service()
  26651.     {
  26652.         include_once \dirname(__DIR__4).'/vendor/shopware/core/Framework/DataAbstractionLayer/EntityTranslationDefinition.php';
  26653.         include_once \dirname(__DIR__4).'/vendor/shopware/core/System/NumberRange/Aggregate/NumberRangeTypeTranslation/NumberRangeTypeTranslationDefinition.php';
  26654.         $this->services['sales_channel_definition.Shopware\\Core\\System\\NumberRange\\Aggregate\\NumberRangeTypeTranslation\\NumberRangeTypeTranslationDefinition'] = $instance = new \Shopware\Core\System\NumberRange\Aggregate\NumberRangeTypeTranslation\NumberRangeTypeTranslationDefinition();
  26655.         $instance->compile(($this->services['Shopware\\Core\\System\\SalesChannel\\Entity\\SalesChannelDefinitionInstanceRegistry'] ?? $this->getSalesChannelDefinitionInstanceRegistryService()));
  26656.         return $instance;
  26657.     }
  26658.     /**
  26659.      * Gets the public 'sales_channel_definition.Shopware\Core\System\NumberRange\Aggregate\NumberRangeType\NumberRangeTypeDefinition' shared service.
  26660.      *
  26661.      * @return \Shopware\Core\System\NumberRange\Aggregate\NumberRangeType\NumberRangeTypeDefinition
  26662.      */
  26663.     protected function getNumberRangeTypeDefinition2Service()
  26664.     {
  26665.         include_once \dirname(__DIR__4).'/vendor/shopware/core/System/NumberRange/Aggregate/NumberRangeType/NumberRangeTypeDefinition.php';
  26666.         $this->services['sales_channel_definition.Shopware\\Core\\System\\NumberRange\\Aggregate\\NumberRangeType\\NumberRangeTypeDefinition'] = $instance = new \Shopware\Core\System\NumberRange\Aggregate\NumberRangeType\NumberRangeTypeDefinition();
  26667.         $instance->compile(($this->services['Shopware\\Core\\System\\SalesChannel\\Entity\\SalesChannelDefinitionInstanceRegistry'] ?? $this->getSalesChannelDefinitionInstanceRegistryService()));
  26668.         return $instance;
  26669.     }
  26670.     /**
  26671.      * Gets the public 'sales_channel_definition.Shopware\Core\System\NumberRange\NumberRangeDefinition' shared service.
  26672.      *
  26673.      * @return \Shopware\Core\System\NumberRange\NumberRangeDefinition
  26674.      */
  26675.     protected function getNumberRangeDefinition2Service()
  26676.     {
  26677.         include_once \dirname(__DIR__4).'/vendor/shopware/core/System/NumberRange/NumberRangeDefinition.php';
  26678.         $this->services['sales_channel_definition.Shopware\\Core\\System\\NumberRange\\NumberRangeDefinition'] = $instance = new \Shopware\Core\System\NumberRange\NumberRangeDefinition();
  26679.         $instance->compile(($this->services['Shopware\\Core\\System\\SalesChannel\\Entity\\SalesChannelDefinitionInstanceRegistry'] ?? $this->getSalesChannelDefinitionInstanceRegistryService()));
  26680.         return $instance;
  26681.     }
  26682.     /**
  26683.      * Gets the public 'sales_channel_definition.Shopware\Core\System\SalesChannel\Aggregate\SalesChannelAnalytics\SalesChannelAnalyticsDefinition' shared service.
  26684.      *
  26685.      * @return \Shopware\Core\System\SalesChannel\Aggregate\SalesChannelAnalytics\SalesChannelAnalyticsDefinition
  26686.      */
  26687.     protected function getSalesChannelAnalyticsDefinition2Service()
  26688.     {
  26689.         include_once \dirname(__DIR__4).'/vendor/shopware/core/System/SalesChannel/Aggregate/SalesChannelAnalytics/SalesChannelAnalyticsDefinition.php';
  26690.         $this->services['sales_channel_definition.Shopware\\Core\\System\\SalesChannel\\Aggregate\\SalesChannelAnalytics\\SalesChannelAnalyticsDefinition'] = $instance = new \Shopware\Core\System\SalesChannel\Aggregate\SalesChannelAnalytics\SalesChannelAnalyticsDefinition();
  26691.         $instance->compile(($this->services['Shopware\\Core\\System\\SalesChannel\\Entity\\SalesChannelDefinitionInstanceRegistry'] ?? $this->getSalesChannelDefinitionInstanceRegistryService()));
  26692.         return $instance;
  26693.     }
  26694.     /**
  26695.      * Gets the public 'sales_channel_definition.Shopware\Core\System\SalesChannel\Aggregate\SalesChannelCountry\SalesChannelCountryDefinition' shared service.
  26696.      *
  26697.      * @return \Shopware\Core\System\SalesChannel\Aggregate\SalesChannelCountry\SalesChannelCountryDefinition
  26698.      */
  26699.     protected function getSalesChannelCountryDefinition3Service()
  26700.     {
  26701.         include_once \dirname(__DIR__4).'/vendor/shopware/core/System/SalesChannel/Aggregate/SalesChannelCountry/SalesChannelCountryDefinition.php';
  26702.         $this->services['sales_channel_definition.Shopware\\Core\\System\\SalesChannel\\Aggregate\\SalesChannelCountry\\SalesChannelCountryDefinition'] = $instance = new \Shopware\Core\System\SalesChannel\Aggregate\SalesChannelCountry\SalesChannelCountryDefinition();
  26703.         $instance->compile(($this->services['Shopware\\Core\\System\\SalesChannel\\Entity\\SalesChannelDefinitionInstanceRegistry'] ?? $this->getSalesChannelDefinitionInstanceRegistryService()));
  26704.         return $instance;
  26705.     }
  26706.     /**
  26707.      * Gets the public 'sales_channel_definition.Shopware\Core\System\SalesChannel\Aggregate\SalesChannelCurrency\SalesChannelCurrencyDefinition' shared service.
  26708.      *
  26709.      * @return \Shopware\Core\System\SalesChannel\Aggregate\SalesChannelCurrency\SalesChannelCurrencyDefinition
  26710.      */
  26711.     protected function getSalesChannelCurrencyDefinition3Service()
  26712.     {
  26713.         include_once \dirname(__DIR__4).'/vendor/shopware/core/System/SalesChannel/Aggregate/SalesChannelCurrency/SalesChannelCurrencyDefinition.php';
  26714.         $this->services['sales_channel_definition.Shopware\\Core\\System\\SalesChannel\\Aggregate\\SalesChannelCurrency\\SalesChannelCurrencyDefinition'] = $instance = new \Shopware\Core\System\SalesChannel\Aggregate\SalesChannelCurrency\SalesChannelCurrencyDefinition();
  26715.         $instance->compile(($this->services['Shopware\\Core\\System\\SalesChannel\\Entity\\SalesChannelDefinitionInstanceRegistry'] ?? $this->getSalesChannelDefinitionInstanceRegistryService()));
  26716.         return $instance;
  26717.     }
  26718.     /**
  26719.      * Gets the public 'sales_channel_definition.Shopware\Core\System\SalesChannel\Aggregate\SalesChannelDomain\SalesChannelDomainDefinition' shared service.
  26720.      *
  26721.      * @return \Shopware\Core\System\SalesChannel\Aggregate\SalesChannelDomain\SalesChannelDomainDefinition
  26722.      */
  26723.     protected function getSalesChannelDomainDefinition2Service()
  26724.     {
  26725.         $this->services['sales_channel_definition.Shopware\\Core\\System\\SalesChannel\\Aggregate\\SalesChannelDomain\\SalesChannelDomainDefinition'] = $instance = new \Shopware\Core\System\SalesChannel\Aggregate\SalesChannelDomain\SalesChannelDomainDefinition();
  26726.         $instance->compile(($this->services['Shopware\\Core\\System\\SalesChannel\\Entity\\SalesChannelDefinitionInstanceRegistry'] ?? $this->getSalesChannelDefinitionInstanceRegistryService()));
  26727.         return $instance;
  26728.     }
  26729.     /**
  26730.      * Gets the public 'sales_channel_definition.Shopware\Core\System\SalesChannel\Aggregate\SalesChannelLanguage\SalesChannelLanguageDefinition' shared service.
  26731.      *
  26732.      * @return \Shopware\Core\System\SalesChannel\Aggregate\SalesChannelLanguage\SalesChannelLanguageDefinition
  26733.      */
  26734.     protected function getSalesChannelLanguageDefinition3Service()
  26735.     {
  26736.         include_once \dirname(__DIR__4).'/vendor/shopware/core/System/SalesChannel/Aggregate/SalesChannelLanguage/SalesChannelLanguageDefinition.php';
  26737.         $this->services['sales_channel_definition.Shopware\\Core\\System\\SalesChannel\\Aggregate\\SalesChannelLanguage\\SalesChannelLanguageDefinition'] = $instance = new \Shopware\Core\System\SalesChannel\Aggregate\SalesChannelLanguage\SalesChannelLanguageDefinition();
  26738.         $instance->compile(($this->services['Shopware\\Core\\System\\SalesChannel\\Entity\\SalesChannelDefinitionInstanceRegistry'] ?? $this->getSalesChannelDefinitionInstanceRegistryService()));
  26739.         return $instance;
  26740.     }
  26741.     /**
  26742.      * Gets the public 'sales_channel_definition.Shopware\Core\System\SalesChannel\Aggregate\SalesChannelPaymentMethod\SalesChannelPaymentMethodDefinition' shared service.
  26743.      *
  26744.      * @return \Shopware\Core\System\SalesChannel\Aggregate\SalesChannelPaymentMethod\SalesChannelPaymentMethodDefinition
  26745.      */
  26746.     protected function getSalesChannelPaymentMethodDefinition3Service()
  26747.     {
  26748.         include_once \dirname(__DIR__4).'/vendor/shopware/core/System/SalesChannel/Aggregate/SalesChannelPaymentMethod/SalesChannelPaymentMethodDefinition.php';
  26749.         $this->services['sales_channel_definition.Shopware\\Core\\System\\SalesChannel\\Aggregate\\SalesChannelPaymentMethod\\SalesChannelPaymentMethodDefinition'] = $instance = new \Shopware\Core\System\SalesChannel\Aggregate\SalesChannelPaymentMethod\SalesChannelPaymentMethodDefinition();
  26750.         $instance->compile(($this->services['Shopware\\Core\\System\\SalesChannel\\Entity\\SalesChannelDefinitionInstanceRegistry'] ?? $this->getSalesChannelDefinitionInstanceRegistryService()));
  26751.         return $instance;
  26752.     }
  26753.     /**
  26754.      * Gets the public 'sales_channel_definition.Shopware\Core\System\SalesChannel\Aggregate\SalesChannelShippingMethod\SalesChannelShippingMethodDefinition' shared service.
  26755.      *
  26756.      * @return \Shopware\Core\System\SalesChannel\Aggregate\SalesChannelShippingMethod\SalesChannelShippingMethodDefinition
  26757.      */
  26758.     protected function getSalesChannelShippingMethodDefinition3Service()
  26759.     {
  26760.         include_once \dirname(__DIR__4).'/vendor/shopware/core/System/SalesChannel/Aggregate/SalesChannelShippingMethod/SalesChannelShippingMethodDefinition.php';
  26761.         $this->services['sales_channel_definition.Shopware\\Core\\System\\SalesChannel\\Aggregate\\SalesChannelShippingMethod\\SalesChannelShippingMethodDefinition'] = $instance = new \Shopware\Core\System\SalesChannel\Aggregate\SalesChannelShippingMethod\SalesChannelShippingMethodDefinition();
  26762.         $instance->compile(($this->services['Shopware\\Core\\System\\SalesChannel\\Entity\\SalesChannelDefinitionInstanceRegistry'] ?? $this->getSalesChannelDefinitionInstanceRegistryService()));
  26763.         return $instance;
  26764.     }
  26765.     /**
  26766.      * Gets the public 'sales_channel_definition.Shopware\Core\System\SalesChannel\Aggregate\SalesChannelTranslation\SalesChannelTranslationDefinition' shared service.
  26767.      *
  26768.      * @return \Shopware\Core\System\SalesChannel\Aggregate\SalesChannelTranslation\SalesChannelTranslationDefinition
  26769.      */
  26770.     protected function getSalesChannelTranslationDefinition2Service()
  26771.     {
  26772.         include_once \dirname(__DIR__4).'/vendor/shopware/core/Framework/DataAbstractionLayer/EntityTranslationDefinition.php';
  26773.         include_once \dirname(__DIR__4).'/vendor/shopware/core/System/SalesChannel/Aggregate/SalesChannelTranslation/SalesChannelTranslationDefinition.php';
  26774.         $this->services['sales_channel_definition.Shopware\\Core\\System\\SalesChannel\\Aggregate\\SalesChannelTranslation\\SalesChannelTranslationDefinition'] = $instance = new \Shopware\Core\System\SalesChannel\Aggregate\SalesChannelTranslation\SalesChannelTranslationDefinition();
  26775.         $instance->compile(($this->services['Shopware\\Core\\System\\SalesChannel\\Entity\\SalesChannelDefinitionInstanceRegistry'] ?? $this->getSalesChannelDefinitionInstanceRegistryService()));
  26776.         return $instance;
  26777.     }
  26778.     /**
  26779.      * Gets the public 'sales_channel_definition.Shopware\Core\System\SalesChannel\Aggregate\SalesChannelTypeTranslation\SalesChannelTypeTranslationDefinition' shared service.
  26780.      *
  26781.      * @return \Shopware\Core\System\SalesChannel\Aggregate\SalesChannelTypeTranslation\SalesChannelTypeTranslationDefinition
  26782.      */
  26783.     protected function getSalesChannelTypeTranslationDefinition2Service()
  26784.     {
  26785.         include_once \dirname(__DIR__4).'/vendor/shopware/core/Framework/DataAbstractionLayer/EntityTranslationDefinition.php';
  26786.         include_once \dirname(__DIR__4).'/vendor/shopware/core/System/SalesChannel/Aggregate/SalesChannelTypeTranslation/SalesChannelTypeTranslationDefinition.php';
  26787.         $this->services['sales_channel_definition.Shopware\\Core\\System\\SalesChannel\\Aggregate\\SalesChannelTypeTranslation\\SalesChannelTypeTranslationDefinition'] = $instance = new \Shopware\Core\System\SalesChannel\Aggregate\SalesChannelTypeTranslation\SalesChannelTypeTranslationDefinition();
  26788.         $instance->compile(($this->services['Shopware\\Core\\System\\SalesChannel\\Entity\\SalesChannelDefinitionInstanceRegistry'] ?? $this->getSalesChannelDefinitionInstanceRegistryService()));
  26789.         return $instance;
  26790.     }
  26791.     /**
  26792.      * Gets the public 'sales_channel_definition.Shopware\Core\System\SalesChannel\Aggregate\SalesChannelType\SalesChannelTypeDefinition' shared service.
  26793.      *
  26794.      * @return \Shopware\Core\System\SalesChannel\Aggregate\SalesChannelType\SalesChannelTypeDefinition
  26795.      */
  26796.     protected function getSalesChannelTypeDefinition2Service()
  26797.     {
  26798.         include_once \dirname(__DIR__4).'/vendor/shopware/core/System/SalesChannel/Aggregate/SalesChannelType/SalesChannelTypeDefinition.php';
  26799.         $this->services['sales_channel_definition.Shopware\\Core\\System\\SalesChannel\\Aggregate\\SalesChannelType\\SalesChannelTypeDefinition'] = $instance = new \Shopware\Core\System\SalesChannel\Aggregate\SalesChannelType\SalesChannelTypeDefinition();
  26800.         $instance->compile(($this->services['Shopware\\Core\\System\\SalesChannel\\Entity\\SalesChannelDefinitionInstanceRegistry'] ?? $this->getSalesChannelDefinitionInstanceRegistryService()));
  26801.         return $instance;
  26802.     }
  26803.     /**
  26804.      * Gets the public 'sales_channel_definition.Shopware\Core\System\SalesChannel\SalesChannelDefinition' shared service.
  26805.      *
  26806.      * @return \Shopware\Core\System\SalesChannel\SalesChannelDefinition
  26807.      */
  26808.     protected function getSalesChannelDefinition2Service()
  26809.     {
  26810.         $this->services['sales_channel_definition.Shopware\\Core\\System\\SalesChannel\\SalesChannelDefinition'] = $instance = new \Shopware\Core\System\SalesChannel\SalesChannelDefinition();
  26811.         $instance->compile(($this->services['Shopware\\Core\\System\\SalesChannel\\Entity\\SalesChannelDefinitionInstanceRegistry'] ?? $this->getSalesChannelDefinitionInstanceRegistryService()));
  26812.         return $instance;
  26813.     }
  26814.     /**
  26815.      * Gets the public 'sales_channel_definition.Shopware\Core\System\Salutation\Aggregate\SalutationTranslation\SalutationTranslationDefinition' shared service.
  26816.      *
  26817.      * @return \Shopware\Core\System\Salutation\Aggregate\SalutationTranslation\SalutationTranslationDefinition
  26818.      */
  26819.     protected function getSalutationTranslationDefinition2Service()
  26820.     {
  26821.         include_once \dirname(__DIR__4).'/vendor/shopware/core/Framework/DataAbstractionLayer/EntityTranslationDefinition.php';
  26822.         include_once \dirname(__DIR__4).'/vendor/shopware/core/System/Salutation/Aggregate/SalutationTranslation/SalutationTranslationDefinition.php';
  26823.         $this->services['sales_channel_definition.Shopware\\Core\\System\\Salutation\\Aggregate\\SalutationTranslation\\SalutationTranslationDefinition'] = $instance = new \Shopware\Core\System\Salutation\Aggregate\SalutationTranslation\SalutationTranslationDefinition();
  26824.         $instance->compile(($this->services['Shopware\\Core\\System\\SalesChannel\\Entity\\SalesChannelDefinitionInstanceRegistry'] ?? $this->getSalesChannelDefinitionInstanceRegistryService()));
  26825.         return $instance;
  26826.     }
  26827.     /**
  26828.      * Gets the public 'sales_channel_definition.Shopware\Core\System\Snippet\Aggregate\SnippetSet\SnippetSetDefinition' shared service.
  26829.      *
  26830.      * @return \Shopware\Core\System\Snippet\Aggregate\SnippetSet\SnippetSetDefinition
  26831.      */
  26832.     protected function getSnippetSetDefinition2Service()
  26833.     {
  26834.         $this->services['sales_channel_definition.Shopware\\Core\\System\\Snippet\\Aggregate\\SnippetSet\\SnippetSetDefinition'] = $instance = new \Shopware\Core\System\Snippet\Aggregate\SnippetSet\SnippetSetDefinition();
  26835.         $instance->compile(($this->services['Shopware\\Core\\System\\SalesChannel\\Entity\\SalesChannelDefinitionInstanceRegistry'] ?? $this->getSalesChannelDefinitionInstanceRegistryService()));
  26836.         return $instance;
  26837.     }
  26838.     /**
  26839.      * Gets the public 'sales_channel_definition.Shopware\Core\System\Snippet\SnippetDefinition' shared service.
  26840.      *
  26841.      * @return \Shopware\Core\System\Snippet\SnippetDefinition
  26842.      */
  26843.     protected function getSnippetDefinition2Service()
  26844.     {
  26845.         $this->services['sales_channel_definition.Shopware\\Core\\System\\Snippet\\SnippetDefinition'] = $instance = new \Shopware\Core\System\Snippet\SnippetDefinition();
  26846.         $instance->compile(($this->services['Shopware\\Core\\System\\SalesChannel\\Entity\\SalesChannelDefinitionInstanceRegistry'] ?? $this->getSalesChannelDefinitionInstanceRegistryService()));
  26847.         return $instance;
  26848.     }
  26849.     /**
  26850.      * Gets the public 'sales_channel_definition.Shopware\Core\System\StateMachine\Aggregation\StateMachineHistory\StateMachineHistoryDefinition' shared service.
  26851.      *
  26852.      * @return \Shopware\Core\System\StateMachine\Aggregation\StateMachineHistory\StateMachineHistoryDefinition
  26853.      */
  26854.     protected function getStateMachineHistoryDefinition2Service()
  26855.     {
  26856.         include_once \dirname(__DIR__4).'/vendor/shopware/core/System/StateMachine/Aggregation/StateMachineHistory/StateMachineHistoryDefinition.php';
  26857.         $this->services['sales_channel_definition.Shopware\\Core\\System\\StateMachine\\Aggregation\\StateMachineHistory\\StateMachineHistoryDefinition'] = $instance = new \Shopware\Core\System\StateMachine\Aggregation\StateMachineHistory\StateMachineHistoryDefinition();
  26858.         $instance->compile(($this->services['Shopware\\Core\\System\\SalesChannel\\Entity\\SalesChannelDefinitionInstanceRegistry'] ?? $this->getSalesChannelDefinitionInstanceRegistryService()));
  26859.         return $instance;
  26860.     }
  26861.     /**
  26862.      * Gets the public 'sales_channel_definition.Shopware\Core\System\StateMachine\Aggregation\StateMachineState\StateMachineStateDefinition' shared service.
  26863.      *
  26864.      * @return \Shopware\Core\System\StateMachine\Aggregation\StateMachineState\StateMachineStateDefinition
  26865.      */
  26866.     protected function getStateMachineStateDefinition2Service()
  26867.     {
  26868.         include_once \dirname(__DIR__4).'/vendor/shopware/core/System/StateMachine/Aggregation/StateMachineState/StateMachineStateDefinition.php';
  26869.         $this->services['sales_channel_definition.Shopware\\Core\\System\\StateMachine\\Aggregation\\StateMachineState\\StateMachineStateDefinition'] = $instance = new \Shopware\Core\System\StateMachine\Aggregation\StateMachineState\StateMachineStateDefinition();
  26870.         $instance->compile(($this->services['Shopware\\Core\\System\\SalesChannel\\Entity\\SalesChannelDefinitionInstanceRegistry'] ?? $this->getSalesChannelDefinitionInstanceRegistryService()));
  26871.         return $instance;
  26872.     }
  26873.     /**
  26874.      * Gets the public 'sales_channel_definition.Shopware\Core\System\StateMachine\Aggregation\StateMachineState\StateMachineStateTranslationDefinition' shared service.
  26875.      *
  26876.      * @return \Shopware\Core\System\StateMachine\Aggregation\StateMachineState\StateMachineStateTranslationDefinition
  26877.      */
  26878.     protected function getStateMachineStateTranslationDefinition2Service()
  26879.     {
  26880.         include_once \dirname(__DIR__4).'/vendor/shopware/core/Framework/DataAbstractionLayer/EntityTranslationDefinition.php';
  26881.         include_once \dirname(__DIR__4).'/vendor/shopware/core/System/StateMachine/Aggregation/StateMachineState/StateMachineStateTranslationDefinition.php';
  26882.         $this->services['sales_channel_definition.Shopware\\Core\\System\\StateMachine\\Aggregation\\StateMachineState\\StateMachineStateTranslationDefinition'] = $instance = new \Shopware\Core\System\StateMachine\Aggregation\StateMachineState\StateMachineStateTranslationDefinition();
  26883.         $instance->compile(($this->services['Shopware\\Core\\System\\SalesChannel\\Entity\\SalesChannelDefinitionInstanceRegistry'] ?? $this->getSalesChannelDefinitionInstanceRegistryService()));
  26884.         return $instance;
  26885.     }
  26886.     /**
  26887.      * Gets the public 'sales_channel_definition.Shopware\Core\System\StateMachine\Aggregation\StateMachineTransition\StateMachineTransitionDefinition' shared service.
  26888.      *
  26889.      * @return \Shopware\Core\System\StateMachine\Aggregation\StateMachineTransition\StateMachineTransitionDefinition
  26890.      */
  26891.     protected function getStateMachineTransitionDefinition2Service()
  26892.     {
  26893.         include_once \dirname(__DIR__4).'/vendor/shopware/core/System/StateMachine/Aggregation/StateMachineTransition/StateMachineTransitionDefinition.php';
  26894.         $this->services['sales_channel_definition.Shopware\\Core\\System\\StateMachine\\Aggregation\\StateMachineTransition\\StateMachineTransitionDefinition'] = $instance = new \Shopware\Core\System\StateMachine\Aggregation\StateMachineTransition\StateMachineTransitionDefinition();
  26895.         $instance->compile(($this->services['Shopware\\Core\\System\\SalesChannel\\Entity\\SalesChannelDefinitionInstanceRegistry'] ?? $this->getSalesChannelDefinitionInstanceRegistryService()));
  26896.         return $instance;
  26897.     }
  26898.     /**
  26899.      * Gets the public 'sales_channel_definition.Shopware\Core\System\StateMachine\StateMachineDefinition' shared service.
  26900.      *
  26901.      * @return \Shopware\Core\System\StateMachine\StateMachineDefinition
  26902.      */
  26903.     protected function getStateMachineDefinition2Service()
  26904.     {
  26905.         include_once \dirname(__DIR__4).'/vendor/shopware/core/System/StateMachine/StateMachineDefinition.php';
  26906.         $this->services['sales_channel_definition.Shopware\\Core\\System\\StateMachine\\StateMachineDefinition'] = $instance = new \Shopware\Core\System\StateMachine\StateMachineDefinition();
  26907.         $instance->compile(($this->services['Shopware\\Core\\System\\SalesChannel\\Entity\\SalesChannelDefinitionInstanceRegistry'] ?? $this->getSalesChannelDefinitionInstanceRegistryService()));
  26908.         return $instance;
  26909.     }
  26910.     /**
  26911.      * Gets the public 'sales_channel_definition.Shopware\Core\System\StateMachine\StateMachineTranslationDefinition' shared service.
  26912.      *
  26913.      * @return \Shopware\Core\System\StateMachine\StateMachineTranslationDefinition
  26914.      */
  26915.     protected function getStateMachineTranslationDefinition2Service()
  26916.     {
  26917.         include_once \dirname(__DIR__4).'/vendor/shopware/core/Framework/DataAbstractionLayer/EntityTranslationDefinition.php';
  26918.         include_once \dirname(__DIR__4).'/vendor/shopware/core/System/StateMachine/StateMachineTranslationDefinition.php';
  26919.         $this->services['sales_channel_definition.Shopware\\Core\\System\\StateMachine\\StateMachineTranslationDefinition'] = $instance = new \Shopware\Core\System\StateMachine\StateMachineTranslationDefinition();
  26920.         $instance->compile(($this->services['Shopware\\Core\\System\\SalesChannel\\Entity\\SalesChannelDefinitionInstanceRegistry'] ?? $this->getSalesChannelDefinitionInstanceRegistryService()));
  26921.         return $instance;
  26922.     }
  26923.     /**
  26924.      * Gets the public 'sales_channel_definition.Shopware\Core\System\SystemConfig\SystemConfigDefinition' shared service.
  26925.      *
  26926.      * @return \Shopware\Core\System\SystemConfig\SystemConfigDefinition
  26927.      */
  26928.     protected function getSystemConfigDefinition2Service()
  26929.     {
  26930.         $this->services['sales_channel_definition.Shopware\\Core\\System\\SystemConfig\\SystemConfigDefinition'] = $instance = new \Shopware\Core\System\SystemConfig\SystemConfigDefinition();
  26931.         $instance->compile(($this->services['Shopware\\Core\\System\\SalesChannel\\Entity\\SalesChannelDefinitionInstanceRegistry'] ?? $this->getSalesChannelDefinitionInstanceRegistryService()));
  26932.         return $instance;
  26933.     }
  26934.     /**
  26935.      * Gets the public 'sales_channel_definition.Shopware\Core\System\Tag\TagDefinition' shared service.
  26936.      *
  26937.      * @return \Shopware\Core\System\Tag\TagDefinition
  26938.      */
  26939.     protected function getTagDefinition4Service()
  26940.     {
  26941.         include_once \dirname(__DIR__4).'/vendor/shopware/core/System/Tag/TagDefinition.php';
  26942.         $this->services['sales_channel_definition.Shopware\\Core\\System\\Tag\\TagDefinition'] = $instance = new \Shopware\Core\System\Tag\TagDefinition();
  26943.         $instance->compile(($this->services['Shopware\\Core\\System\\SalesChannel\\Entity\\SalesChannelDefinitionInstanceRegistry'] ?? $this->getSalesChannelDefinitionInstanceRegistryService()));
  26944.         return $instance;
  26945.     }
  26946.     /**
  26947.      * Gets the public 'sales_channel_definition.Shopware\Core\System\Tax\Aggregate\TaxRuleTypeTranslation\TaxRuleTypeTranslationDefinition' shared service.
  26948.      *
  26949.      * @return \Shopware\Core\System\Tax\Aggregate\TaxRuleTypeTranslation\TaxRuleTypeTranslationDefinition
  26950.      */
  26951.     protected function getTaxRuleTypeTranslationDefinition2Service()
  26952.     {
  26953.         include_once \dirname(__DIR__4).'/vendor/shopware/core/Framework/DataAbstractionLayer/EntityTranslationDefinition.php';
  26954.         include_once \dirname(__DIR__4).'/vendor/shopware/core/System/Tax/Aggregate/TaxRuleTypeTranslation/TaxRuleTypeTranslationDefinition.php';
  26955.         $this->services['sales_channel_definition.Shopware\\Core\\System\\Tax\\Aggregate\\TaxRuleTypeTranslation\\TaxRuleTypeTranslationDefinition'] = $instance = new \Shopware\Core\System\Tax\Aggregate\TaxRuleTypeTranslation\TaxRuleTypeTranslationDefinition();
  26956.         $instance->compile(($this->services['Shopware\\Core\\System\\SalesChannel\\Entity\\SalesChannelDefinitionInstanceRegistry'] ?? $this->getSalesChannelDefinitionInstanceRegistryService()));
  26957.         return $instance;
  26958.     }
  26959.     /**
  26960.      * Gets the public 'sales_channel_definition.Shopware\Core\System\Tax\Aggregate\TaxRuleType\TaxRuleTypeDefinition' shared service.
  26961.      *
  26962.      * @return \Shopware\Core\System\Tax\Aggregate\TaxRuleType\TaxRuleTypeDefinition
  26963.      */
  26964.     protected function getTaxRuleTypeDefinition2Service()
  26965.     {
  26966.         include_once \dirname(__DIR__4).'/vendor/shopware/core/System/Tax/Aggregate/TaxRuleType/TaxRuleTypeDefinition.php';
  26967.         $this->services['sales_channel_definition.Shopware\\Core\\System\\Tax\\Aggregate\\TaxRuleType\\TaxRuleTypeDefinition'] = $instance = new \Shopware\Core\System\Tax\Aggregate\TaxRuleType\TaxRuleTypeDefinition();
  26968.         $instance->compile(($this->services['Shopware\\Core\\System\\SalesChannel\\Entity\\SalesChannelDefinitionInstanceRegistry'] ?? $this->getSalesChannelDefinitionInstanceRegistryService()));
  26969.         return $instance;
  26970.     }
  26971.     /**
  26972.      * Gets the public 'sales_channel_definition.Shopware\Core\System\Tax\Aggregate\TaxRule\TaxRuleDefinition' shared service.
  26973.      *
  26974.      * @return \Shopware\Core\System\Tax\Aggregate\TaxRule\TaxRuleDefinition
  26975.      */
  26976.     protected function getTaxRuleDefinition2Service()
  26977.     {
  26978.         include_once \dirname(__DIR__4).'/vendor/shopware/core/System/Tax/Aggregate/TaxRule/TaxRuleDefinition.php';
  26979.         $this->services['sales_channel_definition.Shopware\\Core\\System\\Tax\\Aggregate\\TaxRule\\TaxRuleDefinition'] = $instance = new \Shopware\Core\System\Tax\Aggregate\TaxRule\TaxRuleDefinition();
  26980.         $instance->compile(($this->services['Shopware\\Core\\System\\SalesChannel\\Entity\\SalesChannelDefinitionInstanceRegistry'] ?? $this->getSalesChannelDefinitionInstanceRegistryService()));
  26981.         return $instance;
  26982.     }
  26983.     /**
  26984.      * Gets the public 'sales_channel_definition.Shopware\Core\System\Tax\TaxDefinition' shared service.
  26985.      *
  26986.      * @return \Shopware\Core\System\Tax\TaxDefinition
  26987.      */
  26988.     protected function getTaxDefinition2Service()
  26989.     {
  26990.         $this->services['sales_channel_definition.Shopware\\Core\\System\\Tax\\TaxDefinition'] = $instance = new \Shopware\Core\System\Tax\TaxDefinition();
  26991.         $instance->compile(($this->services['Shopware\\Core\\System\\SalesChannel\\Entity\\SalesChannelDefinitionInstanceRegistry'] ?? $this->getSalesChannelDefinitionInstanceRegistryService()));
  26992.         return $instance;
  26993.     }
  26994.     /**
  26995.      * Gets the public 'sales_channel_definition.Shopware\Core\System\Unit\Aggregate\UnitTranslation\UnitTranslationDefinition' shared service.
  26996.      *
  26997.      * @return \Shopware\Core\System\Unit\Aggregate\UnitTranslation\UnitTranslationDefinition
  26998.      */
  26999.     protected function getUnitTranslationDefinition4Service()
  27000.     {
  27001.         include_once \dirname(__DIR__4).'/vendor/shopware/core/Framework/DataAbstractionLayer/EntityTranslationDefinition.php';
  27002.         include_once \dirname(__DIR__4).'/vendor/shopware/core/System/Unit/Aggregate/UnitTranslation/UnitTranslationDefinition.php';
  27003.         $this->services['sales_channel_definition.Shopware\\Core\\System\\Unit\\Aggregate\\UnitTranslation\\UnitTranslationDefinition'] = $instance = new \Shopware\Core\System\Unit\Aggregate\UnitTranslation\UnitTranslationDefinition();
  27004.         $instance->compile(($this->services['Shopware\\Core\\System\\SalesChannel\\Entity\\SalesChannelDefinitionInstanceRegistry'] ?? $this->getSalesChannelDefinitionInstanceRegistryService()));
  27005.         return $instance;
  27006.     }
  27007.     /**
  27008.      * Gets the public 'sales_channel_definition.Shopware\Core\System\Unit\UnitDefinition' shared service.
  27009.      *
  27010.      * @return \Shopware\Core\System\Unit\UnitDefinition
  27011.      */
  27012.     protected function getUnitDefinition4Service()
  27013.     {
  27014.         include_once \dirname(__DIR__4).'/vendor/shopware/core/System/Unit/UnitDefinition.php';
  27015.         $this->services['sales_channel_definition.Shopware\\Core\\System\\Unit\\UnitDefinition'] = $instance = new \Shopware\Core\System\Unit\UnitDefinition();
  27016.         $instance->compile(($this->services['Shopware\\Core\\System\\SalesChannel\\Entity\\SalesChannelDefinitionInstanceRegistry'] ?? $this->getSalesChannelDefinitionInstanceRegistryService()));
  27017.         return $instance;
  27018.     }
  27019.     /**
  27020.      * Gets the public 'sales_channel_definition.Shopware\Core\System\User\Aggregate\UserAccessKey\UserAccessKeyDefinition' shared service.
  27021.      *
  27022.      * @return \Shopware\Core\System\User\Aggregate\UserAccessKey\UserAccessKeyDefinition
  27023.      */
  27024.     protected function getUserAccessKeyDefinition2Service()
  27025.     {
  27026.         include_once \dirname(__DIR__4).'/vendor/shopware/core/System/User/Aggregate/UserAccessKey/UserAccessKeyDefinition.php';
  27027.         $this->services['sales_channel_definition.Shopware\\Core\\System\\User\\Aggregate\\UserAccessKey\\UserAccessKeyDefinition'] = $instance = new \Shopware\Core\System\User\Aggregate\UserAccessKey\UserAccessKeyDefinition();
  27028.         $instance->compile(($this->services['Shopware\\Core\\System\\SalesChannel\\Entity\\SalesChannelDefinitionInstanceRegistry'] ?? $this->getSalesChannelDefinitionInstanceRegistryService()));
  27029.         return $instance;
  27030.     }
  27031.     /**
  27032.      * Gets the public 'sales_channel_definition.Shopware\Core\System\User\Aggregate\UserConfig\UserConfigDefinition' shared service.
  27033.      *
  27034.      * @return \Shopware\Core\System\User\Aggregate\UserConfig\UserConfigDefinition
  27035.      */
  27036.     protected function getUserConfigDefinition2Service()
  27037.     {
  27038.         include_once \dirname(__DIR__4).'/vendor/shopware/core/System/User/Aggregate/UserConfig/UserConfigDefinition.php';
  27039.         $this->services['sales_channel_definition.Shopware\\Core\\System\\User\\Aggregate\\UserConfig\\UserConfigDefinition'] = $instance = new \Shopware\Core\System\User\Aggregate\UserConfig\UserConfigDefinition();
  27040.         $instance->compile(($this->services['Shopware\\Core\\System\\SalesChannel\\Entity\\SalesChannelDefinitionInstanceRegistry'] ?? $this->getSalesChannelDefinitionInstanceRegistryService()));
  27041.         return $instance;
  27042.     }
  27043.     /**
  27044.      * Gets the public 'sales_channel_definition.Shopware\Core\System\User\Aggregate\UserRecovery\UserRecoveryDefinition' shared service.
  27045.      *
  27046.      * @return \Shopware\Core\System\User\Aggregate\UserRecovery\UserRecoveryDefinition
  27047.      */
  27048.     protected function getUserRecoveryDefinition2Service()
  27049.     {
  27050.         include_once \dirname(__DIR__4).'/vendor/shopware/core/System/User/Aggregate/UserRecovery/UserRecoveryDefinition.php';
  27051.         $this->services['sales_channel_definition.Shopware\\Core\\System\\User\\Aggregate\\UserRecovery\\UserRecoveryDefinition'] = $instance = new \Shopware\Core\System\User\Aggregate\UserRecovery\UserRecoveryDefinition();
  27052.         $instance->compile(($this->services['Shopware\\Core\\System\\SalesChannel\\Entity\\SalesChannelDefinitionInstanceRegistry'] ?? $this->getSalesChannelDefinitionInstanceRegistryService()));
  27053.         return $instance;
  27054.     }
  27055.     /**
  27056.      * Gets the public 'sales_channel_definition.Shopware\Core\System\User\UserDefinition' shared service.
  27057.      *
  27058.      * @return \Shopware\Core\System\User\UserDefinition
  27059.      */
  27060.     protected function getUserDefinition2Service()
  27061.     {
  27062.         $this->services['sales_channel_definition.Shopware\\Core\\System\\User\\UserDefinition'] = $instance = new \Shopware\Core\System\User\UserDefinition();
  27063.         $instance->compile(($this->services['Shopware\\Core\\System\\SalesChannel\\Entity\\SalesChannelDefinitionInstanceRegistry'] ?? $this->getSalesChannelDefinitionInstanceRegistryService()));
  27064.         return $instance;
  27065.     }
  27066.     /**
  27067.      * Gets the public 'sales_channel_definition.Shopware\Storefront\Theme\Aggregate\ThemeChildDefinition' shared service.
  27068.      *
  27069.      * @return \Shopware\Storefront\Theme\Aggregate\ThemeChildDefinition
  27070.      */
  27071.     protected function getThemeChildDefinition2Service()
  27072.     {
  27073.         include_once \dirname(__DIR__4).'/vendor/shopware/storefront/Theme/Aggregate/ThemeChildDefinition.php';
  27074.         $this->services['sales_channel_definition.Shopware\\Storefront\\Theme\\Aggregate\\ThemeChildDefinition'] = $instance = new \Shopware\Storefront\Theme\Aggregate\ThemeChildDefinition();
  27075.         $instance->compile(($this->services['Shopware\\Core\\System\\SalesChannel\\Entity\\SalesChannelDefinitionInstanceRegistry'] ?? $this->getSalesChannelDefinitionInstanceRegistryService()));
  27076.         return $instance;
  27077.     }
  27078.     /**
  27079.      * Gets the public 'sales_channel_definition.Shopware\Storefront\Theme\Aggregate\ThemeMediaDefinition' shared service.
  27080.      *
  27081.      * @return \Shopware\Storefront\Theme\Aggregate\ThemeMediaDefinition
  27082.      */
  27083.     protected function getThemeMediaDefinition2Service()
  27084.     {
  27085.         include_once \dirname(__DIR__4).'/vendor/shopware/storefront/Theme/Aggregate/ThemeMediaDefinition.php';
  27086.         $this->services['sales_channel_definition.Shopware\\Storefront\\Theme\\Aggregate\\ThemeMediaDefinition'] = $instance = new \Shopware\Storefront\Theme\Aggregate\ThemeMediaDefinition();
  27087.         $instance->compile(($this->services['Shopware\\Core\\System\\SalesChannel\\Entity\\SalesChannelDefinitionInstanceRegistry'] ?? $this->getSalesChannelDefinitionInstanceRegistryService()));
  27088.         return $instance;
  27089.     }
  27090.     /**
  27091.      * Gets the public 'sales_channel_definition.Shopware\Storefront\Theme\Aggregate\ThemeSalesChannelDefinition' shared service.
  27092.      *
  27093.      * @return \Shopware\Storefront\Theme\Aggregate\ThemeSalesChannelDefinition
  27094.      */
  27095.     protected function getThemeSalesChannelDefinition2Service()
  27096.     {
  27097.         $this->services['sales_channel_definition.Shopware\\Storefront\\Theme\\Aggregate\\ThemeSalesChannelDefinition'] = $instance = new \Shopware\Storefront\Theme\Aggregate\ThemeSalesChannelDefinition();
  27098.         $instance->compile(($this->services['Shopware\\Core\\System\\SalesChannel\\Entity\\SalesChannelDefinitionInstanceRegistry'] ?? $this->getSalesChannelDefinitionInstanceRegistryService()));
  27099.         return $instance;
  27100.     }
  27101.     /**
  27102.      * Gets the public 'sales_channel_definition.Shopware\Storefront\Theme\Aggregate\ThemeTranslationDefinition' shared service.
  27103.      *
  27104.      * @return \Shopware\Storefront\Theme\Aggregate\ThemeTranslationDefinition
  27105.      */
  27106.     protected function getThemeTranslationDefinition2Service()
  27107.     {
  27108.         include_once \dirname(__DIR__4).'/vendor/shopware/core/Framework/DataAbstractionLayer/EntityTranslationDefinition.php';
  27109.         include_once \dirname(__DIR__4).'/vendor/shopware/storefront/Theme/Aggregate/ThemeTranslationDefinition.php';
  27110.         $this->services['sales_channel_definition.Shopware\\Storefront\\Theme\\Aggregate\\ThemeTranslationDefinition'] = $instance = new \Shopware\Storefront\Theme\Aggregate\ThemeTranslationDefinition();
  27111.         $instance->compile(($this->services['Shopware\\Core\\System\\SalesChannel\\Entity\\SalesChannelDefinitionInstanceRegistry'] ?? $this->getSalesChannelDefinitionInstanceRegistryService()));
  27112.         return $instance;
  27113.     }
  27114.     /**
  27115.      * Gets the public 'sales_channel_definition.Shopware\Storefront\Theme\ThemeDefinition' shared service.
  27116.      *
  27117.      * @return \Shopware\Storefront\Theme\ThemeDefinition
  27118.      */
  27119.     protected function getThemeDefinition2Service()
  27120.     {
  27121.         $this->services['sales_channel_definition.Shopware\\Storefront\\Theme\\ThemeDefinition'] = $instance = new \Shopware\Storefront\Theme\ThemeDefinition();
  27122.         $instance->compile(($this->services['Shopware\\Core\\System\\SalesChannel\\Entity\\SalesChannelDefinitionInstanceRegistry'] ?? $this->getSalesChannelDefinitionInstanceRegistryService()));
  27123.         return $instance;
  27124.     }
  27125.     /**
  27126.      * Gets the public 'sales_channel_definition.SwagMigrationAssistant\Migration\Connection\SwagMigrationConnectionDefinition' shared service.
  27127.      *
  27128.      * @return \SwagMigrationAssistant\Migration\Connection\SwagMigrationConnectionDefinition
  27129.      */
  27130.     protected function getSwagMigrationConnectionDefinition2Service()
  27131.     {
  27132.         include_once \dirname(__DIR__4).'/vendor/store.shopware.com/swagmigrationassistant/Migration/Connection/SwagMigrationConnectionDefinition.php';
  27133.         $this->services['sales_channel_definition.SwagMigrationAssistant\\Migration\\Connection\\SwagMigrationConnectionDefinition'] = $instance = new \SwagMigrationAssistant\Migration\Connection\SwagMigrationConnectionDefinition();
  27134.         $instance->compile(($this->services['Shopware\\Core\\System\\SalesChannel\\Entity\\SalesChannelDefinitionInstanceRegistry'] ?? $this->getSalesChannelDefinitionInstanceRegistryService()));
  27135.         return $instance;
  27136.     }
  27137.     /**
  27138.      * Gets the public 'sales_channel_definition.SwagMigrationAssistant\Migration\Data\SwagMigrationDataDefinition' shared service.
  27139.      *
  27140.      * @return \SwagMigrationAssistant\Migration\Data\SwagMigrationDataDefinition
  27141.      */
  27142.     protected function getSwagMigrationDataDefinition2Service()
  27143.     {
  27144.         include_once \dirname(__DIR__4).'/vendor/store.shopware.com/swagmigrationassistant/Migration/Data/SwagMigrationDataDefinition.php';
  27145.         $this->services['sales_channel_definition.SwagMigrationAssistant\\Migration\\Data\\SwagMigrationDataDefinition'] = $instance = new \SwagMigrationAssistant\Migration\Data\SwagMigrationDataDefinition();
  27146.         $instance->compile(($this->services['Shopware\\Core\\System\\SalesChannel\\Entity\\SalesChannelDefinitionInstanceRegistry'] ?? $this->getSalesChannelDefinitionInstanceRegistryService()));
  27147.         return $instance;
  27148.     }
  27149.     /**
  27150.      * Gets the public 'sales_channel_definition.SwagMigrationAssistant\Migration\Logging\SwagMigrationLoggingDefinition' shared service.
  27151.      *
  27152.      * @return \SwagMigrationAssistant\Migration\Logging\SwagMigrationLoggingDefinition
  27153.      */
  27154.     protected function getSwagMigrationLoggingDefinition2Service()
  27155.     {
  27156.         include_once \dirname(__DIR__4).'/vendor/store.shopware.com/swagmigrationassistant/Migration/Logging/SwagMigrationLoggingDefinition.php';
  27157.         $this->services['sales_channel_definition.SwagMigrationAssistant\\Migration\\Logging\\SwagMigrationLoggingDefinition'] = $instance = new \SwagMigrationAssistant\Migration\Logging\SwagMigrationLoggingDefinition();
  27158.         $instance->compile(($this->services['Shopware\\Core\\System\\SalesChannel\\Entity\\SalesChannelDefinitionInstanceRegistry'] ?? $this->getSalesChannelDefinitionInstanceRegistryService()));
  27159.         return $instance;
  27160.     }
  27161.     /**
  27162.      * Gets the public 'sales_channel_definition.SwagMigrationAssistant\Migration\Mapping\SwagMigrationMappingDefinition' shared service.
  27163.      *
  27164.      * @return \SwagMigrationAssistant\Migration\Mapping\SwagMigrationMappingDefinition
  27165.      */
  27166.     protected function getSwagMigrationMappingDefinition2Service()
  27167.     {
  27168.         include_once \dirname(__DIR__4).'/vendor/store.shopware.com/swagmigrationassistant/Migration/Mapping/SwagMigrationMappingDefinition.php';
  27169.         $this->services['sales_channel_definition.SwagMigrationAssistant\\Migration\\Mapping\\SwagMigrationMappingDefinition'] = $instance = new \SwagMigrationAssistant\Migration\Mapping\SwagMigrationMappingDefinition();
  27170.         $instance->compile(($this->services['Shopware\\Core\\System\\SalesChannel\\Entity\\SalesChannelDefinitionInstanceRegistry'] ?? $this->getSalesChannelDefinitionInstanceRegistryService()));
  27171.         return $instance;
  27172.     }
  27173.     /**
  27174.      * Gets the public 'sales_channel_definition.SwagMigrationAssistant\Migration\Media\SwagMigrationMediaFileDefinition' shared service.
  27175.      *
  27176.      * @return \SwagMigrationAssistant\Migration\Media\SwagMigrationMediaFileDefinition
  27177.      */
  27178.     protected function getSwagMigrationMediaFileDefinition2Service()
  27179.     {
  27180.         include_once \dirname(__DIR__4).'/vendor/store.shopware.com/swagmigrationassistant/Migration/Media/SwagMigrationMediaFileDefinition.php';
  27181.         $this->services['sales_channel_definition.SwagMigrationAssistant\\Migration\\Media\\SwagMigrationMediaFileDefinition'] = $instance = new \SwagMigrationAssistant\Migration\Media\SwagMigrationMediaFileDefinition();
  27182.         $instance->compile(($this->services['Shopware\\Core\\System\\SalesChannel\\Entity\\SalesChannelDefinitionInstanceRegistry'] ?? $this->getSalesChannelDefinitionInstanceRegistryService()));
  27183.         return $instance;
  27184.     }
  27185.     /**
  27186.      * Gets the public 'sales_channel_definition.SwagMigrationAssistant\Migration\Run\SwagMigrationRunDefinition' shared service.
  27187.      *
  27188.      * @return \SwagMigrationAssistant\Migration\Run\SwagMigrationRunDefinition
  27189.      */
  27190.     protected function getSwagMigrationRunDefinition2Service()
  27191.     {
  27192.         include_once \dirname(__DIR__4).'/vendor/store.shopware.com/swagmigrationassistant/Migration/Run/SwagMigrationRunDefinition.php';
  27193.         $this->services['sales_channel_definition.SwagMigrationAssistant\\Migration\\Run\\SwagMigrationRunDefinition'] = $instance = new \SwagMigrationAssistant\Migration\Run\SwagMigrationRunDefinition();
  27194.         $instance->compile(($this->services['Shopware\\Core\\System\\SalesChannel\\Entity\\SalesChannelDefinitionInstanceRegistry'] ?? $this->getSalesChannelDefinitionInstanceRegistryService()));
  27195.         return $instance;
  27196.     }
  27197.     /**
  27198.      * Gets the public 'sales_channel_definition.SwagMigrationAssistant\Migration\Setting\GeneralSettingDefinition' shared service.
  27199.      *
  27200.      * @return \SwagMigrationAssistant\Migration\Setting\GeneralSettingDefinition
  27201.      */
  27202.     protected function getGeneralSettingDefinition2Service()
  27203.     {
  27204.         include_once \dirname(__DIR__4).'/vendor/store.shopware.com/swagmigrationassistant/Migration/Setting/GeneralSettingDefinition.php';
  27205.         $this->services['sales_channel_definition.SwagMigrationAssistant\\Migration\\Setting\\GeneralSettingDefinition'] = $instance = new \SwagMigrationAssistant\Migration\Setting\GeneralSettingDefinition();
  27206.         $instance->compile(($this->services['Shopware\\Core\\System\\SalesChannel\\Entity\\SalesChannelDefinitionInstanceRegistry'] ?? $this->getSalesChannelDefinitionInstanceRegistryService()));
  27207.         return $instance;
  27208.     }
  27209.     /**
  27210.      * Gets the public 'sales_channel_definition.Swag\AmazonPay\DataAbstractionLayer\Entity\AmazonPayTransaction\AmazonPayTransactionDefinition' shared service.
  27211.      *
  27212.      * @return \Swag\AmazonPay\DataAbstractionLayer\Entity\AmazonPayTransaction\AmazonPayTransactionDefinition
  27213.      */
  27214.     protected function getAmazonPayTransactionDefinition2Service()
  27215.     {
  27216.         include_once \dirname(__DIR__4).'/vendor/store.shopware.com/swagamazonpay/src/DataAbstractionLayer/Entity/AmazonPayTransaction/AmazonPayTransactionDefinition.php';
  27217.         $this->services['sales_channel_definition.Swag\\AmazonPay\\DataAbstractionLayer\\Entity\\AmazonPayTransaction\\AmazonPayTransactionDefinition'] = $instance = new \Swag\AmazonPay\DataAbstractionLayer\Entity\AmazonPayTransaction\AmazonPayTransactionDefinition();
  27218.         $instance->compile(($this->services['Shopware\\Core\\System\\SalesChannel\\Entity\\SalesChannelDefinitionInstanceRegistry'] ?? $this->getSalesChannelDefinitionInstanceRegistryService()));
  27219.         return $instance;
  27220.     }
  27221.     /**
  27222.      * Gets the public 'sales_channel_definition.Swag\AmazonPay\DataAbstractionLayer\Entity\PaymentNotification\PaymentNotificationDefinition' shared service.
  27223.      *
  27224.      * @return \Swag\AmazonPay\DataAbstractionLayer\Entity\PaymentNotification\PaymentNotificationDefinition
  27225.      */
  27226.     protected function getPaymentNotificationDefinition2Service()
  27227.     {
  27228.         include_once \dirname(__DIR__4).'/vendor/store.shopware.com/swagamazonpay/src/DataAbstractionLayer/Entity/PaymentNotification/PaymentNotificationDefinition.php';
  27229.         $this->services['sales_channel_definition.Swag\\AmazonPay\\DataAbstractionLayer\\Entity\\PaymentNotification\\PaymentNotificationDefinition'] = $instance = new \Swag\AmazonPay\DataAbstractionLayer\Entity\PaymentNotification\PaymentNotificationDefinition();
  27230.         $instance->compile(($this->services['Shopware\\Core\\System\\SalesChannel\\Entity\\SalesChannelDefinitionInstanceRegistry'] ?? $this->getSalesChannelDefinitionInstanceRegistryService()));
  27231.         return $instance;
  27232.     }
  27233.     /**
  27234.      * Gets the public 'sales_channel_definition.Swag\AmazonPay\DataAbstractionLayer\Entity\SignUpToken\SignUpTokenDefinition' shared service.
  27235.      *
  27236.      * @return \Swag\AmazonPay\DataAbstractionLayer\Entity\SignUpToken\SignUpTokenDefinition
  27237.      */
  27238.     protected function getSignUpTokenDefinition2Service()
  27239.     {
  27240.         include_once \dirname(__DIR__4).'/vendor/store.shopware.com/swagamazonpay/src/DataAbstractionLayer/Entity/SignUpToken/SignUpTokenDefinition.php';
  27241.         $this->services['sales_channel_definition.Swag\\AmazonPay\\DataAbstractionLayer\\Entity\\SignUpToken\\SignUpTokenDefinition'] = $instance = new \Swag\AmazonPay\DataAbstractionLayer\Entity\SignUpToken\SignUpTokenDefinition();
  27242.         $instance->compile(($this->services['Shopware\\Core\\System\\SalesChannel\\Entity\\SalesChannelDefinitionInstanceRegistry'] ?? $this->getSalesChannelDefinitionInstanceRegistryService()));
  27243.         return $instance;
  27244.     }
  27245.     /**
  27246.      * Gets the public 'sales_channel_definition.Swag\PayPal\Pos\DataAbstractionLayer\Entity\PosSalesChannelDefinition' shared service.
  27247.      *
  27248.      * @return \Swag\PayPal\Pos\DataAbstractionLayer\Entity\PosSalesChannelDefinition
  27249.      */
  27250.     protected function getPosSalesChannelDefinition2Service()
  27251.     {
  27252.         include_once \dirname(__DIR__4).'/vendor/store.shopware.com/swagpaypal/src/Pos/DataAbstractionLayer/Entity/PosSalesChannelDefinition.php';
  27253.         $this->services['sales_channel_definition.Swag\\PayPal\\Pos\\DataAbstractionLayer\\Entity\\PosSalesChannelDefinition'] = $instance = new \Swag\PayPal\Pos\DataAbstractionLayer\Entity\PosSalesChannelDefinition();
  27254.         $instance->compile(($this->services['Shopware\\Core\\System\\SalesChannel\\Entity\\SalesChannelDefinitionInstanceRegistry'] ?? $this->getSalesChannelDefinitionInstanceRegistryService()));
  27255.         return $instance;
  27256.     }
  27257.     /**
  27258.      * Gets the public 'sales_channel_definition.Swag\PayPal\Pos\DataAbstractionLayer\Entity\PosSalesChannelInventoryDefinition' shared service.
  27259.      *
  27260.      * @return \Swag\PayPal\Pos\DataAbstractionLayer\Entity\PosSalesChannelInventoryDefinition
  27261.      */
  27262.     protected function getPosSalesChannelInventoryDefinition2Service()
  27263.     {
  27264.         include_once \dirname(__DIR__4).'/vendor/store.shopware.com/swagpaypal/src/Pos/DataAbstractionLayer/Entity/PosSalesChannelInventoryDefinition.php';
  27265.         $this->services['sales_channel_definition.Swag\\PayPal\\Pos\\DataAbstractionLayer\\Entity\\PosSalesChannelInventoryDefinition'] = $instance = new \Swag\PayPal\Pos\DataAbstractionLayer\Entity\PosSalesChannelInventoryDefinition();
  27266.         $instance->compile(($this->services['Shopware\\Core\\System\\SalesChannel\\Entity\\SalesChannelDefinitionInstanceRegistry'] ?? $this->getSalesChannelDefinitionInstanceRegistryService()));
  27267.         return $instance;
  27268.     }
  27269.     /**
  27270.      * Gets the public 'sales_channel_definition.Swag\PayPal\Pos\DataAbstractionLayer\Entity\PosSalesChannelMediaDefinition' shared service.
  27271.      *
  27272.      * @return \Swag\PayPal\Pos\DataAbstractionLayer\Entity\PosSalesChannelMediaDefinition
  27273.      */
  27274.     protected function getPosSalesChannelMediaDefinition2Service()
  27275.     {
  27276.         include_once \dirname(__DIR__4).'/vendor/store.shopware.com/swagpaypal/src/Pos/DataAbstractionLayer/Entity/PosSalesChannelMediaDefinition.php';
  27277.         $this->services['sales_channel_definition.Swag\\PayPal\\Pos\\DataAbstractionLayer\\Entity\\PosSalesChannelMediaDefinition'] = $instance = new \Swag\PayPal\Pos\DataAbstractionLayer\Entity\PosSalesChannelMediaDefinition();
  27278.         $instance->compile(($this->services['Shopware\\Core\\System\\SalesChannel\\Entity\\SalesChannelDefinitionInstanceRegistry'] ?? $this->getSalesChannelDefinitionInstanceRegistryService()));
  27279.         return $instance;
  27280.     }
  27281.     /**
  27282.      * Gets the public 'sales_channel_definition.Swag\PayPal\Pos\DataAbstractionLayer\Entity\PosSalesChannelProductDefinition' shared service.
  27283.      *
  27284.      * @return \Swag\PayPal\Pos\DataAbstractionLayer\Entity\PosSalesChannelProductDefinition
  27285.      */
  27286.     protected function getPosSalesChannelProductDefinition2Service()
  27287.     {
  27288.         include_once \dirname(__DIR__4).'/vendor/store.shopware.com/swagpaypal/src/Pos/DataAbstractionLayer/Entity/PosSalesChannelProductDefinition.php';
  27289.         $this->services['sales_channel_definition.Swag\\PayPal\\Pos\\DataAbstractionLayer\\Entity\\PosSalesChannelProductDefinition'] = $instance = new \Swag\PayPal\Pos\DataAbstractionLayer\Entity\PosSalesChannelProductDefinition();
  27290.         $instance->compile(($this->services['Shopware\\Core\\System\\SalesChannel\\Entity\\SalesChannelDefinitionInstanceRegistry'] ?? $this->getSalesChannelDefinitionInstanceRegistryService()));
  27291.         return $instance;
  27292.     }
  27293.     /**
  27294.      * Gets the public 'sales_channel_definition.Swag\PayPal\Pos\DataAbstractionLayer\Entity\PosSalesChannelRunDefinition' shared service.
  27295.      *
  27296.      * @return \Swag\PayPal\Pos\DataAbstractionLayer\Entity\PosSalesChannelRunDefinition
  27297.      */
  27298.     protected function getPosSalesChannelRunDefinition2Service()
  27299.     {
  27300.         include_once \dirname(__DIR__4).'/vendor/store.shopware.com/swagpaypal/src/Pos/DataAbstractionLayer/Entity/PosSalesChannelRunDefinition.php';
  27301.         $this->services['sales_channel_definition.Swag\\PayPal\\Pos\\DataAbstractionLayer\\Entity\\PosSalesChannelRunDefinition'] = $instance = new \Swag\PayPal\Pos\DataAbstractionLayer\Entity\PosSalesChannelRunDefinition();
  27302.         $instance->compile(($this->services['Shopware\\Core\\System\\SalesChannel\\Entity\\SalesChannelDefinitionInstanceRegistry'] ?? $this->getSalesChannelDefinitionInstanceRegistryService()));
  27303.         return $instance;
  27304.     }
  27305.     /**
  27306.      * Gets the public 'sales_channel_definition.Swag\PayPal\Pos\DataAbstractionLayer\Entity\PosSalesChannelRunLogDefinition' shared service.
  27307.      *
  27308.      * @return \Swag\PayPal\Pos\DataAbstractionLayer\Entity\PosSalesChannelRunLogDefinition
  27309.      */
  27310.     protected function getPosSalesChannelRunLogDefinition2Service()
  27311.     {
  27312.         include_once \dirname(__DIR__4).'/vendor/store.shopware.com/swagpaypal/src/Pos/DataAbstractionLayer/Entity/PosSalesChannelRunLogDefinition.php';
  27313.         $this->services['sales_channel_definition.Swag\\PayPal\\Pos\\DataAbstractionLayer\\Entity\\PosSalesChannelRunLogDefinition'] = $instance = new \Swag\PayPal\Pos\DataAbstractionLayer\Entity\PosSalesChannelRunLogDefinition();
  27314.         $instance->compile(($this->services['Shopware\\Core\\System\\SalesChannel\\Entity\\SalesChannelDefinitionInstanceRegistry'] ?? $this->getSalesChannelDefinitionInstanceRegistryService()));
  27315.         return $instance;
  27316.     }
  27317.     /**
  27318.      * Gets the public 'sales_channel_definition.UnzerPayment6\DataAbstractionLayer\Entity\PaymentDevice\UnzerPaymentDeviceDefinition' shared service.
  27319.      *
  27320.      * @return \UnzerPayment6\DataAbstractionLayer\Entity\PaymentDevice\UnzerPaymentDeviceDefinition
  27321.      */
  27322.     protected function getUnzerPaymentDeviceDefinition2Service()
  27323.     {
  27324.         include_once \dirname(__DIR__4).'/vendor/store.shopware.com/unzerpayment6/src/DataAbstractionLayer/Entity/PaymentDevice/UnzerPaymentDeviceDefinition.php';
  27325.         $this->services['sales_channel_definition.UnzerPayment6\\DataAbstractionLayer\\Entity\\PaymentDevice\\UnzerPaymentDeviceDefinition'] = $instance = new \UnzerPayment6\DataAbstractionLayer\Entity\PaymentDevice\UnzerPaymentDeviceDefinition();
  27326.         $instance->compile(($this->services['Shopware\\Core\\System\\SalesChannel\\Entity\\SalesChannelDefinitionInstanceRegistry'] ?? $this->getSalesChannelDefinitionInstanceRegistryService()));
  27327.         return $instance;
  27328.     }
  27329.     /**
  27330.      * Gets the public 'sales_channel_definition.UnzerPayment6\DataAbstractionLayer\Entity\TransferInfo\UnzerPaymentTransferInfoEntityDefinition' shared service.
  27331.      *
  27332.      * @return \UnzerPayment6\DataAbstractionLayer\Entity\TransferInfo\UnzerPaymentTransferInfoEntityDefinition
  27333.      */
  27334.     protected function getUnzerPaymentTransferInfoEntityDefinition2Service()
  27335.     {
  27336.         include_once \dirname(__DIR__4).'/vendor/store.shopware.com/unzerpayment6/src/DataAbstractionLayer/Entity/TransferInfo/UnzerPaymentTransferInfoEntityDefinition.php';
  27337.         $this->services['sales_channel_definition.UnzerPayment6\\DataAbstractionLayer\\Entity\\TransferInfo\\UnzerPaymentTransferInfoEntityDefinition'] = $instance = new \UnzerPayment6\DataAbstractionLayer\Entity\TransferInfo\UnzerPaymentTransferInfoEntityDefinition();
  27338.         $instance->compile(($this->services['Shopware\\Core\\System\\SalesChannel\\Entity\\SalesChannelDefinitionInstanceRegistry'] ?? $this->getSalesChannelDefinitionInstanceRegistryService()));
  27339.         return $instance;
  27340.     }
  27341.     /**
  27342.      * Gets the public 'sales_channel_definition.Wbm\TagManagerEcomm\Core\Content\Module\ModuleDefinition' shared service.
  27343.      *
  27344.      * @return \Wbm\TagManagerEcomm\Core\Content\Module\ModuleDefinition
  27345.      */
  27346.     protected function getModuleDefinition2Service()
  27347.     {
  27348.         include_once \dirname(__DIR__4).'/vendor/store.shopware.com/wbmtagmanagerecomm/src/Core/Content/Module/ModuleDefinition.php';
  27349.         $this->services['sales_channel_definition.Wbm\\TagManagerEcomm\\Core\\Content\\Module\\ModuleDefinition'] = $instance = new \Wbm\TagManagerEcomm\Core\Content\Module\ModuleDefinition();
  27350.         $instance->compile(($this->services['Shopware\\Core\\System\\SalesChannel\\Entity\\SalesChannelDefinitionInstanceRegistry'] ?? $this->getSalesChannelDefinitionInstanceRegistryService()));
  27351.         return $instance;
  27352.     }
  27353.     /**
  27354.      * Gets the public 'sales_channel_definition.Wbm\TagManagerEcomm\Core\Content\Property\PropertyDefinition' shared service.
  27355.      *
  27356.      * @return \Wbm\TagManagerEcomm\Core\Content\Property\PropertyDefinition
  27357.      */
  27358.     protected function getPropertyDefinition2Service()
  27359.     {
  27360.         include_once \dirname(__DIR__4).'/vendor/store.shopware.com/wbmtagmanagerecomm/src/Core/Content/Property/PropertyDefinition.php';
  27361.         $this->services['sales_channel_definition.Wbm\\TagManagerEcomm\\Core\\Content\\Property\\PropertyDefinition'] = $instance = new \Wbm\TagManagerEcomm\Core\Content\Property\PropertyDefinition();
  27362.         $instance->compile(($this->services['Shopware\\Core\\System\\SalesChannel\\Entity\\SalesChannelDefinitionInstanceRegistry'] ?? $this->getSalesChannelDefinitionInstanceRegistryService()));
  27363.         return $instance;
  27364.     }
  27365.     /**
  27366.      * Gets the public 'sales_channel_definition.Zeobv\AbandonedCart\Checkout\AbandonedCart\AbandonedCartDefinition' shared service.
  27367.      *
  27368.      * @return \Zeobv\AbandonedCart\Checkout\AbandonedCart\AbandonedCartDefinition
  27369.      */
  27370.     protected function getAbandonedCartDefinition2Service()
  27371.     {
  27372.         include_once \dirname(__DIR__4).'/vendor/store.shopware.com/zeobvabandonedcart/src/Checkout/AbandonedCart/AbandonedCartDefinition.php';
  27373.         $this->services['sales_channel_definition.Zeobv\\AbandonedCart\\Checkout\\AbandonedCart\\AbandonedCartDefinition'] = $instance = new \Zeobv\AbandonedCart\Checkout\AbandonedCart\AbandonedCartDefinition();
  27374.         $instance->compile(($this->services['Shopware\\Core\\System\\SalesChannel\\Entity\\SalesChannelDefinitionInstanceRegistry'] ?? $this->getSalesChannelDefinitionInstanceRegistryService()));
  27375.         return $instance;
  27376.     }
  27377.     /**
  27378.      * Gets the public 'sales_channel_domain.repository' shared service.
  27379.      *
  27380.      * @return \Shopware\Core\Framework\DataAbstractionLayer\EntityRepositoryForwardCompatibilityDecorator
  27381.      */
  27382.     protected function getSalesChannelDomain_RepositoryService()
  27383.     {
  27384.         $a = ($this->services['Shopware\\Core\\Framework\\DataAbstractionLayer\\VersionManager'] ?? $this->getVersionManagerService());
  27385.         if (isset($this->services['sales_channel_domain.repository'])) {
  27386.             return $this->services['sales_channel_domain.repository'];
  27387.         }
  27388.         $b = ($this->services['Shopware\\Core\\Framework\\DataAbstractionLayer\\Search\\EntitySearcherInterface'] ?? $this->getEntitySearcherInterfaceService());
  27389.         if (isset($this->services['sales_channel_domain.repository'])) {
  27390.             return $this->services['sales_channel_domain.repository'];
  27391.         }
  27392.         $c = ($this->services['Shopware\\Core\\Framework\\DataAbstractionLayer\\Search\\EntityAggregatorInterface'] ?? $this->getEntityAggregatorInterfaceService());
  27393.         if (isset($this->services['sales_channel_domain.repository'])) {
  27394.             return $this->services['sales_channel_domain.repository'];
  27395.         }
  27396.         $d = ($this->services['event_dispatcher'] ?? $this->getEventDispatcherService());
  27397.         if (isset($this->services['sales_channel_domain.repository'])) {
  27398.             return $this->services['sales_channel_domain.repository'];
  27399.         }
  27400.         return $this->services['sales_channel_domain.repository'] = new \Shopware\Core\Framework\DataAbstractionLayer\EntityRepositoryForwardCompatibilityDecorator(new \Shopware\Core\Framework\DataAbstractionLayer\EntityRepository(($this->services['Shopware\\Core\\System\\SalesChannel\\Aggregate\\SalesChannelDomain\\SalesChannelDomainDefinition'] ?? $this->getSalesChannelDomainDefinitionService()), ($this->services['Shopware\\Core\\Framework\\DataAbstractionLayer\\Read\\EntityReaderInterface'] ?? $this->getEntityReaderInterfaceService()), $a$b$c$d, ($this->services['Shopware\\Core\\Framework\\DataAbstractionLayer\\Event\\EntityLoadedEventFactory'] ?? $this->getEntityLoadedEventFactoryService())));
  27401.     }
  27402.     /**
  27403.      * Gets the public 'sales_channel_language.repository' shared service.
  27404.      *
  27405.      * @return \Shopware\Core\Framework\DataAbstractionLayer\EntityRepositoryForwardCompatibilityDecorator
  27406.      */
  27407.     protected function getSalesChannelLanguage_RepositoryService()
  27408.     {
  27409.         return $this->services['sales_channel_language.repository'] = new \Shopware\Core\Framework\DataAbstractionLayer\EntityRepositoryForwardCompatibilityDecorator(new \Shopware\Core\Framework\DataAbstractionLayer\EntityRepository(($this->services['Shopware\\Core\\System\\SalesChannel\\Aggregate\\SalesChannelLanguage\\SalesChannelLanguageDefinition'] ?? $this->getSalesChannelLanguageDefinition2Service()), ($this->services['Shopware\\Core\\Framework\\DataAbstractionLayer\\Read\\EntityReaderInterface'] ?? $this->getEntityReaderInterfaceService()), ($this->services['Shopware\\Core\\Framework\\DataAbstractionLayer\\VersionManager'] ?? $this->getVersionManagerService()), ($this->services['Shopware\\Core\\Framework\\DataAbstractionLayer\\Search\\EntitySearcherInterface'] ?? $this->getEntitySearcherInterfaceService()), ($this->services['Shopware\\Core\\Framework\\DataAbstractionLayer\\Search\\EntityAggregatorInterface'] ?? $this->getEntityAggregatorInterfaceService()), ($this->services['event_dispatcher'] ?? $this->getEventDispatcherService()), ($this->services['Shopware\\Core\\Framework\\DataAbstractionLayer\\Event\\EntityLoadedEventFactory'] ?? $this->getEntityLoadedEventFactoryService())));
  27410.     }
  27411.     /**
  27412.      * Gets the public 'sales_channel_payment_method.repository' shared service.
  27413.      *
  27414.      * @return \Shopware\Core\Framework\DataAbstractionLayer\EntityRepositoryForwardCompatibilityDecorator
  27415.      */
  27416.     protected function getSalesChannelPaymentMethod_RepositoryService()
  27417.     {
  27418.         return $this->services['sales_channel_payment_method.repository'] = new \Shopware\Core\Framework\DataAbstractionLayer\EntityRepositoryForwardCompatibilityDecorator(new \Shopware\Core\Framework\DataAbstractionLayer\EntityRepository(($this->services['Shopware\\Core\\System\\SalesChannel\\Aggregate\\SalesChannelPaymentMethod\\SalesChannelPaymentMethodDefinition'] ?? $this->getSalesChannelPaymentMethodDefinition2Service()), ($this->services['Shopware\\Core\\Framework\\DataAbstractionLayer\\Read\\EntityReaderInterface'] ?? $this->getEntityReaderInterfaceService()), ($this->services['Shopware\\Core\\Framework\\DataAbstractionLayer\\VersionManager'] ?? $this->getVersionManagerService()), ($this->services['Shopware\\Core\\Framework\\DataAbstractionLayer\\Search\\EntitySearcherInterface'] ?? $this->getEntitySearcherInterfaceService()), ($this->services['Shopware\\Core\\Framework\\DataAbstractionLayer\\Search\\EntityAggregatorInterface'] ?? $this->getEntityAggregatorInterfaceService()), ($this->services['event_dispatcher'] ?? $this->getEventDispatcherService()), ($this->services['Shopware\\Core\\Framework\\DataAbstractionLayer\\Event\\EntityLoadedEventFactory'] ?? $this->getEntityLoadedEventFactoryService())));
  27419.     }
  27420.     /**
  27421.      * Gets the public 'sales_channel_shipping_method.repository' shared service.
  27422.      *
  27423.      * @return \Shopware\Core\Framework\DataAbstractionLayer\EntityRepositoryForwardCompatibilityDecorator
  27424.      */
  27425.     protected function getSalesChannelShippingMethod_RepositoryService()
  27426.     {
  27427.         return $this->services['sales_channel_shipping_method.repository'] = new \Shopware\Core\Framework\DataAbstractionLayer\EntityRepositoryForwardCompatibilityDecorator(new \Shopware\Core\Framework\DataAbstractionLayer\EntityRepository(($this->services['Shopware\\Core\\System\\SalesChannel\\Aggregate\\SalesChannelShippingMethod\\SalesChannelShippingMethodDefinition'] ?? $this->getSalesChannelShippingMethodDefinition2Service()), ($this->services['Shopware\\Core\\Framework\\DataAbstractionLayer\\Read\\EntityReaderInterface'] ?? $this->getEntityReaderInterfaceService()), ($this->services['Shopware\\Core\\Framework\\DataAbstractionLayer\\VersionManager'] ?? $this->getVersionManagerService()), ($this->services['Shopware\\Core\\Framework\\DataAbstractionLayer\\Search\\EntitySearcherInterface'] ?? $this->getEntitySearcherInterfaceService()), ($this->services['Shopware\\Core\\Framework\\DataAbstractionLayer\\Search\\EntityAggregatorInterface'] ?? $this->getEntityAggregatorInterfaceService()), ($this->services['event_dispatcher'] ?? $this->getEventDispatcherService()), ($this->services['Shopware\\Core\\Framework\\DataAbstractionLayer\\Event\\EntityLoadedEventFactory'] ?? $this->getEntityLoadedEventFactoryService())));
  27428.     }
  27429.     /**
  27430.      * Gets the public 'sales_channel_translation.repository' shared service.
  27431.      *
  27432.      * @return \Shopware\Core\Framework\DataAbstractionLayer\EntityRepositoryForwardCompatibilityDecorator
  27433.      */
  27434.     protected function getSalesChannelTranslation_RepositoryService()
  27435.     {
  27436.         return $this->services['sales_channel_translation.repository'] = new \Shopware\Core\Framework\DataAbstractionLayer\EntityRepositoryForwardCompatibilityDecorator(new \Shopware\Core\Framework\DataAbstractionLayer\EntityRepository(($this->services['Shopware\\Core\\System\\SalesChannel\\Aggregate\\SalesChannelTranslation\\SalesChannelTranslationDefinition'] ?? $this->getSalesChannelTranslationDefinitionService()), ($this->services['Shopware\\Core\\Framework\\DataAbstractionLayer\\Read\\EntityReaderInterface'] ?? $this->getEntityReaderInterfaceService()), ($this->services['Shopware\\Core\\Framework\\DataAbstractionLayer\\VersionManager'] ?? $this->getVersionManagerService()), ($this->services['Shopware\\Core\\Framework\\DataAbstractionLayer\\Search\\EntitySearcherInterface'] ?? $this->getEntitySearcherInterfaceService()), ($this->services['Shopware\\Core\\Framework\\DataAbstractionLayer\\Search\\EntityAggregatorInterface'] ?? $this->getEntityAggregatorInterfaceService()), ($this->services['event_dispatcher'] ?? $this->getEventDispatcherService()), ($this->services['Shopware\\Core\\Framework\\DataAbstractionLayer\\Event\\EntityLoadedEventFactory'] ?? $this->getEntityLoadedEventFactoryService())));
  27437.     }
  27438.     /**
  27439.      * Gets the public 'sales_channel_type.repository' shared service.
  27440.      *
  27441.      * @return \Shopware\Core\Framework\DataAbstractionLayer\EntityRepositoryForwardCompatibilityDecorator
  27442.      */
  27443.     protected function getSalesChannelType_RepositoryService()
  27444.     {
  27445.         return $this->services['sales_channel_type.repository'] = new \Shopware\Core\Framework\DataAbstractionLayer\EntityRepositoryForwardCompatibilityDecorator(new \Shopware\Core\Framework\DataAbstractionLayer\EntityRepository(($this->services['Shopware\\Core\\System\\SalesChannel\\Aggregate\\SalesChannelType\\SalesChannelTypeDefinition'] ?? $this->getSalesChannelTypeDefinitionService()), ($this->services['Shopware\\Core\\Framework\\DataAbstractionLayer\\Read\\EntityReaderInterface'] ?? $this->getEntityReaderInterfaceService()), ($this->services['Shopware\\Core\\Framework\\DataAbstractionLayer\\VersionManager'] ?? $this->getVersionManagerService()), ($this->services['Shopware\\Core\\Framework\\DataAbstractionLayer\\Search\\EntitySearcherInterface'] ?? $this->getEntitySearcherInterfaceService()), ($this->services['Shopware\\Core\\Framework\\DataAbstractionLayer\\Search\\EntityAggregatorInterface'] ?? $this->getEntityAggregatorInterfaceService()), ($this->services['event_dispatcher'] ?? $this->getEventDispatcherService()), ($this->services['Shopware\\Core\\Framework\\DataAbstractionLayer\\Event\\EntityLoadedEventFactory'] ?? $this->getEntityLoadedEventFactoryService())));
  27446.     }
  27447.     /**
  27448.      * Gets the public 'sales_channel_type_translation.repository' shared service.
  27449.      *
  27450.      * @return \Shopware\Core\Framework\DataAbstractionLayer\EntityRepositoryForwardCompatibilityDecorator
  27451.      */
  27452.     protected function getSalesChannelTypeTranslation_RepositoryService()
  27453.     {
  27454.         return $this->services['sales_channel_type_translation.repository'] = new \Shopware\Core\Framework\DataAbstractionLayer\EntityRepositoryForwardCompatibilityDecorator(new \Shopware\Core\Framework\DataAbstractionLayer\EntityRepository(($this->services['Shopware\\Core\\System\\SalesChannel\\Aggregate\\SalesChannelTypeTranslation\\SalesChannelTypeTranslationDefinition'] ?? $this->getSalesChannelTypeTranslationDefinitionService()), ($this->services['Shopware\\Core\\Framework\\DataAbstractionLayer\\Read\\EntityReaderInterface'] ?? $this->getEntityReaderInterfaceService()), ($this->services['Shopware\\Core\\Framework\\DataAbstractionLayer\\VersionManager'] ?? $this->getVersionManagerService()), ($this->services['Shopware\\Core\\Framework\\DataAbstractionLayer\\Search\\EntitySearcherInterface'] ?? $this->getEntitySearcherInterfaceService()), ($this->services['Shopware\\Core\\Framework\\DataAbstractionLayer\\Search\\EntityAggregatorInterface'] ?? $this->getEntityAggregatorInterfaceService()), ($this->services['event_dispatcher'] ?? $this->getEventDispatcherService()), ($this->services['Shopware\\Core\\Framework\\DataAbstractionLayer\\Event\\EntityLoadedEventFactory'] ?? $this->getEntityLoadedEventFactoryService())));
  27455.     }
  27456.     /**
  27457.      * Gets the public 'salutation.repository' shared service.
  27458.      *
  27459.      * @return \Shopware\Core\Framework\DataAbstractionLayer\EntityRepositoryForwardCompatibilityDecorator
  27460.      */
  27461.     protected function getSalutation_RepositoryService()
  27462.     {
  27463.         $a = ($this->services['Shopware\\Core\\Framework\\DataAbstractionLayer\\VersionManager'] ?? $this->getVersionManagerService());
  27464.         if (isset($this->services['salutation.repository'])) {
  27465.             return $this->services['salutation.repository'];
  27466.         }
  27467.         $b = ($this->services['Shopware\\Core\\Framework\\DataAbstractionLayer\\Search\\EntitySearcherInterface'] ?? $this->getEntitySearcherInterfaceService());
  27468.         if (isset($this->services['salutation.repository'])) {
  27469.             return $this->services['salutation.repository'];
  27470.         }
  27471.         $c = ($this->services['Shopware\\Core\\Framework\\DataAbstractionLayer\\Search\\EntityAggregatorInterface'] ?? $this->getEntityAggregatorInterfaceService());
  27472.         if (isset($this->services['salutation.repository'])) {
  27473.             return $this->services['salutation.repository'];
  27474.         }
  27475.         $d = ($this->services['event_dispatcher'] ?? $this->getEventDispatcherService());
  27476.         if (isset($this->services['salutation.repository'])) {
  27477.             return $this->services['salutation.repository'];
  27478.         }
  27479.         return $this->services['salutation.repository'] = new \Shopware\Core\Framework\DataAbstractionLayer\EntityRepositoryForwardCompatibilityDecorator(new \Shopware\Core\Framework\DataAbstractionLayer\EntityRepository(($this->services['Shopware\\Core\\System\\Salutation\\SalutationDefinition'] ?? $this->getSalutationDefinitionService()), ($this->services['Shopware\\Core\\Framework\\DataAbstractionLayer\\Read\\EntityReaderInterface'] ?? $this->getEntityReaderInterfaceService()), $a$b$c$d, ($this->services['Shopware\\Core\\Framework\\DataAbstractionLayer\\Event\\EntityLoadedEventFactory'] ?? $this->getEntityLoadedEventFactoryService())));
  27480.     }
  27481.     /**
  27482.      * Gets the public 'salutation_translation.repository' shared service.
  27483.      *
  27484.      * @return \Shopware\Core\Framework\DataAbstractionLayer\EntityRepositoryForwardCompatibilityDecorator
  27485.      */
  27486.     protected function getSalutationTranslation_RepositoryService()
  27487.     {
  27488.         return $this->services['salutation_translation.repository'] = new \Shopware\Core\Framework\DataAbstractionLayer\EntityRepositoryForwardCompatibilityDecorator(new \Shopware\Core\Framework\DataAbstractionLayer\EntityRepository(($this->services['Shopware\\Core\\System\\Salutation\\Aggregate\\SalutationTranslation\\SalutationTranslationDefinition'] ?? $this->getSalutationTranslationDefinitionService()), ($this->services['Shopware\\Core\\Framework\\DataAbstractionLayer\\Read\\EntityReaderInterface'] ?? $this->getEntityReaderInterfaceService()), ($this->services['Shopware\\Core\\Framework\\DataAbstractionLayer\\VersionManager'] ?? $this->getVersionManagerService()), ($this->services['Shopware\\Core\\Framework\\DataAbstractionLayer\\Search\\EntitySearcherInterface'] ?? $this->getEntitySearcherInterfaceService()), ($this->services['Shopware\\Core\\Framework\\DataAbstractionLayer\\Search\\EntityAggregatorInterface'] ?? $this->getEntityAggregatorInterfaceService()), ($this->services['event_dispatcher'] ?? $this->getEventDispatcherService()), ($this->services['Shopware\\Core\\Framework\\DataAbstractionLayer\\Event\\EntityLoadedEventFactory'] ?? $this->getEntityLoadedEventFactoryService())));
  27489.     }
  27490.     /**
  27491.      * Gets the public 'scheduled_task.repository' shared service.
  27492.      *
  27493.      * @return \Shopware\Core\Framework\DataAbstractionLayer\EntityRepositoryForwardCompatibilityDecorator
  27494.      */
  27495.     protected function getScheduledTask_RepositoryService()
  27496.     {
  27497.         $a = ($this->services['Shopware\\Core\\Framework\\DataAbstractionLayer\\VersionManager'] ?? $this->getVersionManagerService());
  27498.         if (isset($this->services['scheduled_task.repository'])) {
  27499.             return $this->services['scheduled_task.repository'];
  27500.         }
  27501.         $b = ($this->services['Shopware\\Core\\Framework\\DataAbstractionLayer\\Search\\EntitySearcherInterface'] ?? $this->getEntitySearcherInterfaceService());
  27502.         if (isset($this->services['scheduled_task.repository'])) {
  27503.             return $this->services['scheduled_task.repository'];
  27504.         }
  27505.         $c = ($this->services['Shopware\\Core\\Framework\\DataAbstractionLayer\\Search\\EntityAggregatorInterface'] ?? $this->getEntityAggregatorInterfaceService());
  27506.         if (isset($this->services['scheduled_task.repository'])) {
  27507.             return $this->services['scheduled_task.repository'];
  27508.         }
  27509.         $d = ($this->services['event_dispatcher'] ?? $this->getEventDispatcherService());
  27510.         if (isset($this->services['scheduled_task.repository'])) {
  27511.             return $this->services['scheduled_task.repository'];
  27512.         }
  27513.         return $this->services['scheduled_task.repository'] = new \Shopware\Core\Framework\DataAbstractionLayer\EntityRepositoryForwardCompatibilityDecorator(new \Shopware\Core\Framework\DataAbstractionLayer\EntityRepository(($this->services['Shopware\\Core\\Framework\\MessageQueue\\ScheduledTask\\ScheduledTaskDefinition'] ?? $this->getScheduledTaskDefinitionService()), ($this->services['Shopware\\Core\\Framework\\DataAbstractionLayer\\Read\\EntityReaderInterface'] ?? $this->getEntityReaderInterfaceService()), $a$b$c$d, ($this->services['Shopware\\Core\\Framework\\DataAbstractionLayer\\Event\\EntityLoadedEventFactory'] ?? $this->getEntityLoadedEventFactoryService())));
  27514.     }
  27515.     /**
  27516.      * Gets the public 'scop.platform_redirecter.test.test_browser' service.
  27517.      *
  27518.      * @return \Scop\PlatformRedirecter\Test\ScopTestBrowser
  27519.      */
  27520.     protected function getScop_PlatformRedirecter_Test_TestBrowserService()
  27521.     {
  27522.         include_once \dirname(__DIR__4).'/vendor/symfony/browser-kit/AbstractBrowser.php';
  27523.         include_once \dirname(__DIR__4).'/vendor/symfony/http-kernel/HttpKernelBrowser.php';
  27524.         include_once \dirname(__DIR__4).'/vendor/symfony/framework-bundle/KernelBrowser.php';
  27525.         include_once \dirname(__DIR__4).'/vendor/shopware/core/Framework/Test/TestCaseHelper/TestBrowser.php';
  27526.         include_once \dirname(__DIR__4).'/vendor/store.shopware.com/scopplatformredirecter/src/Test/ScopTestBrowser.php';
  27527.         $this->factories['scop.platform_redirecter.test.test_browser'] = function () {
  27528.             return new \Scop\PlatformRedirecter\Test\ScopTestBrowser(($this->services['kernel'] ?? $this->get('kernel'1)), ($this->services['event_dispatcher'] ?? $this->getEventDispatcherService()), NULLNULL);
  27529.         };
  27530.         return $this->factories['scop.platform_redirecter.test.test_browser']();
  27531.     }
  27532.     /**
  27533.      * Gets the public 'scop_platform_redirecter.filesystem.private' shared service.
  27534.      *
  27535.      * @return \Shopware\Core\Framework\Adapter\Filesystem\PrefixFilesystem
  27536.      */
  27537.     protected function getScopPlatformRedirecter_Filesystem_PrivateService()
  27538.     {
  27539.         include_once \dirname(__DIR__4).'/vendor/shopware/core/Framework/Adapter/Filesystem/AbstractFilesystem.php';
  27540.         include_once \dirname(__DIR__4).'/vendor/shopware/core/Framework/Adapter/Filesystem/PrefixFilesystem.php';
  27541.         return $this->services['scop_platform_redirecter.filesystem.private'] = new \Shopware\Core\Framework\Adapter\Filesystem\PrefixFilesystem(($this->services['shopware.filesystem.private'] ?? $this->getShopware_Filesystem_PrivateService()), 'plugins/scop_platform_redirecter');
  27542.     }
  27543.     /**
  27544.      * Gets the public 'scop_platform_redirecter.filesystem.public' shared service.
  27545.      *
  27546.      * @return \Shopware\Core\Framework\Adapter\Filesystem\PrefixFilesystem
  27547.      */
  27548.     protected function getScopPlatformRedirecter_Filesystem_PublicService()
  27549.     {
  27550.         include_once \dirname(__DIR__4).'/vendor/shopware/core/Framework/Adapter/Filesystem/AbstractFilesystem.php';
  27551.         include_once \dirname(__DIR__4).'/vendor/shopware/core/Framework/Adapter/Filesystem/PrefixFilesystem.php';
  27552.         return $this->services['scop_platform_redirecter.filesystem.public'] = new \Shopware\Core\Framework\Adapter\Filesystem\PrefixFilesystem(($this->services['shopware.filesystem.public'] ?? $this->getShopware_Filesystem_PublicService()), 'plugins/scop_platform_redirecter');
  27553.     }
  27554.     /**
  27555.      * Gets the public 'scop_platform_redirecter_redirect.repository' shared service.
  27556.      *
  27557.      * @return \Shopware\Core\Framework\DataAbstractionLayer\EntityRepositoryForwardCompatibilityDecorator
  27558.      */
  27559.     protected function getScopPlatformRedirecterRedirect_RepositoryService()
  27560.     {
  27561.         $a = ($this->services['Shopware\\Core\\Framework\\DataAbstractionLayer\\VersionManager'] ?? $this->getVersionManagerService());
  27562.         if (isset($this->services['scop_platform_redirecter_redirect.repository'])) {
  27563.             return $this->services['scop_platform_redirecter_redirect.repository'];
  27564.         }
  27565.         $b = ($this->services['Shopware\\Core\\Framework\\DataAbstractionLayer\\Search\\EntitySearcherInterface'] ?? $this->getEntitySearcherInterfaceService());
  27566.         if (isset($this->services['scop_platform_redirecter_redirect.repository'])) {
  27567.             return $this->services['scop_platform_redirecter_redirect.repository'];
  27568.         }
  27569.         $c = ($this->services['Shopware\\Core\\Framework\\DataAbstractionLayer\\Search\\EntityAggregatorInterface'] ?? $this->getEntityAggregatorInterfaceService());
  27570.         if (isset($this->services['scop_platform_redirecter_redirect.repository'])) {
  27571.             return $this->services['scop_platform_redirecter_redirect.repository'];
  27572.         }
  27573.         $d = ($this->services['event_dispatcher'] ?? $this->getEventDispatcherService());
  27574.         if (isset($this->services['scop_platform_redirecter_redirect.repository'])) {
  27575.             return $this->services['scop_platform_redirecter_redirect.repository'];
  27576.         }
  27577.         return $this->services['scop_platform_redirecter_redirect.repository'] = new \Shopware\Core\Framework\DataAbstractionLayer\EntityRepositoryForwardCompatibilityDecorator(new \Shopware\Core\Framework\DataAbstractionLayer\EntityRepository(($this->services['Scop\\PlatformRedirecter\\Redirect\\RedirectDefinition'] ?? $this->getRedirectDefinitionService()), ($this->services['Shopware\\Core\\Framework\\DataAbstractionLayer\\Read\\EntityReaderInterface'] ?? $this->getEntityReaderInterfaceService()), $a$b$c$d, ($this->services['Shopware\\Core\\Framework\\DataAbstractionLayer\\Event\\EntityLoadedEventFactory'] ?? $this->getEntityLoadedEventFactoryService())));
  27578.     }
  27579.     /**
  27580.      * Gets the public 'script.repository' shared service.
  27581.      *
  27582.      * @return \Shopware\Core\Framework\DataAbstractionLayer\EntityRepositoryForwardCompatibilityDecorator
  27583.      */
  27584.     protected function getScript_RepositoryService()
  27585.     {
  27586.         $a = ($this->services['Shopware\\Core\\Framework\\DataAbstractionLayer\\VersionManager'] ?? $this->getVersionManagerService());
  27587.         if (isset($this->services['script.repository'])) {
  27588.             return $this->services['script.repository'];
  27589.         }
  27590.         $b = ($this->services['Shopware\\Core\\Framework\\DataAbstractionLayer\\Search\\EntitySearcherInterface'] ?? $this->getEntitySearcherInterfaceService());
  27591.         if (isset($this->services['script.repository'])) {
  27592.             return $this->services['script.repository'];
  27593.         }
  27594.         $c = ($this->services['Shopware\\Core\\Framework\\DataAbstractionLayer\\Search\\EntityAggregatorInterface'] ?? $this->getEntityAggregatorInterfaceService());
  27595.         if (isset($this->services['script.repository'])) {
  27596.             return $this->services['script.repository'];
  27597.         }
  27598.         $d = ($this->services['event_dispatcher'] ?? $this->getEventDispatcherService());
  27599.         if (isset($this->services['script.repository'])) {
  27600.             return $this->services['script.repository'];
  27601.         }
  27602.         return $this->services['script.repository'] = new \Shopware\Core\Framework\DataAbstractionLayer\EntityRepositoryForwardCompatibilityDecorator(new \Shopware\Core\Framework\DataAbstractionLayer\EntityRepository(($this->services['Shopware\\Core\\Framework\\Script\\ScriptDefinition'] ?? $this->getScriptDefinitionService()), ($this->services['Shopware\\Core\\Framework\\DataAbstractionLayer\\Read\\EntityReaderInterface'] ?? $this->getEntityReaderInterfaceService()), $a$b$c$d, ($this->services['Shopware\\Core\\Framework\\DataAbstractionLayer\\Event\\EntityLoadedEventFactory'] ?? $this->getEntityLoadedEventFactoryService())));
  27603.     }
  27604.     /**
  27605.      * Gets the public 'seo_url.repository' shared service.
  27606.      *
  27607.      * @return \Shopware\Core\Framework\DataAbstractionLayer\EntityRepositoryForwardCompatibilityDecorator
  27608.      */
  27609.     protected function getSeoUrl_RepositoryService()
  27610.     {
  27611.         $a = ($this->services['Shopware\\Core\\Framework\\DataAbstractionLayer\\VersionManager'] ?? $this->getVersionManagerService());
  27612.         if (isset($this->services['seo_url.repository'])) {
  27613.             return $this->services['seo_url.repository'];
  27614.         }
  27615.         $b = ($this->services['Shopware\\Core\\Framework\\DataAbstractionLayer\\Search\\EntitySearcherInterface'] ?? $this->getEntitySearcherInterfaceService());
  27616.         if (isset($this->services['seo_url.repository'])) {
  27617.             return $this->services['seo_url.repository'];
  27618.         }
  27619.         $c = ($this->services['Shopware\\Core\\Framework\\DataAbstractionLayer\\Search\\EntityAggregatorInterface'] ?? $this->getEntityAggregatorInterfaceService());
  27620.         if (isset($this->services['seo_url.repository'])) {
  27621.             return $this->services['seo_url.repository'];
  27622.         }
  27623.         $d = ($this->services['event_dispatcher'] ?? $this->getEventDispatcherService());
  27624.         if (isset($this->services['seo_url.repository'])) {
  27625.             return $this->services['seo_url.repository'];
  27626.         }
  27627.         return $this->services['seo_url.repository'] = new \Shopware\Core\Framework\DataAbstractionLayer\EntityRepositoryForwardCompatibilityDecorator(new \Shopware\Core\Framework\DataAbstractionLayer\EntityRepository(($this->services['Shopware\\Core\\Content\\Seo\\SeoUrl\\SeoUrlDefinition'] ?? $this->getSeoUrlDefinitionService()), ($this->services['Shopware\\Core\\Framework\\DataAbstractionLayer\\Read\\EntityReaderInterface'] ?? $this->getEntityReaderInterfaceService()), $a$b$c$d, ($this->services['Shopware\\Core\\Framework\\DataAbstractionLayer\\Event\\EntityLoadedEventFactory'] ?? $this->getEntityLoadedEventFactoryService())));
  27628.     }
  27629.     /**
  27630.      * Gets the public 'seo_url_template.repository' shared service.
  27631.      *
  27632.      * @return \Shopware\Core\Framework\DataAbstractionLayer\EntityRepositoryForwardCompatibilityDecorator
  27633.      */
  27634.     protected function getSeoUrlTemplate_RepositoryService()
  27635.     {
  27636.         $a = ($this->services['Shopware\\Core\\Framework\\DataAbstractionLayer\\VersionManager'] ?? $this->getVersionManagerService());
  27637.         if (isset($this->services['seo_url_template.repository'])) {
  27638.             return $this->services['seo_url_template.repository'];
  27639.         }
  27640.         $b = ($this->services['Shopware\\Core\\Framework\\DataAbstractionLayer\\Search\\EntitySearcherInterface'] ?? $this->getEntitySearcherInterfaceService());
  27641.         if (isset($this->services['seo_url_template.repository'])) {
  27642.             return $this->services['seo_url_template.repository'];
  27643.         }
  27644.         $c = ($this->services['Shopware\\Core\\Framework\\DataAbstractionLayer\\Search\\EntityAggregatorInterface'] ?? $this->getEntityAggregatorInterfaceService());
  27645.         if (isset($this->services['seo_url_template.repository'])) {
  27646.             return $this->services['seo_url_template.repository'];
  27647.         }
  27648.         $d = ($this->services['event_dispatcher'] ?? $this->getEventDispatcherService());
  27649.         if (isset($this->services['seo_url_template.repository'])) {
  27650.             return $this->services['seo_url_template.repository'];
  27651.         }
  27652.         return $this->services['seo_url_template.repository'] = new \Shopware\Core\Framework\DataAbstractionLayer\EntityRepositoryForwardCompatibilityDecorator(new \Shopware\Core\Framework\DataAbstractionLayer\EntityRepository(($this->services['Shopware\\Core\\Content\\Seo\\SeoUrlTemplate\\SeoUrlTemplateDefinition'] ?? $this->getSeoUrlTemplateDefinitionService()), ($this->services['Shopware\\Core\\Framework\\DataAbstractionLayer\\Read\\EntityReaderInterface'] ?? $this->getEntityReaderInterfaceService()), $a$b$c$d, ($this->services['Shopware\\Core\\Framework\\DataAbstractionLayer\\Event\\EntityLoadedEventFactory'] ?? $this->getEntityLoadedEventFactoryService())));
  27653.     }
  27654.     /**
  27655.      * Gets the public 'services_resetter' shared service.
  27656.      *
  27657.      * @return \Symfony\Component\HttpKernel\DependencyInjection\ServicesResetter
  27658.      */
  27659.     protected function getServicesResetterService()
  27660.     {
  27661.         include_once \dirname(__DIR__4).'/vendor/symfony/http-kernel/DependencyInjection/ServicesResetter.php';
  27662.         return $this->services['services_resetter'] = new \Symfony\Component\HttpKernel\DependencyInjection\ServicesResetter(new RewindableGenerator(function () {
  27663.             if (isset($this->services['Shopware\\Core\\Framework\\Adapter\\Twig\\TemplateFinder'])) {
  27664.                 yield 'Shopware\\Core\\Framework\\Adapter\\Twig\\TemplateFinder' => ($this->services['Shopware\\Core\\Framework\\Adapter\\Twig\\TemplateFinder'] ?? null);
  27665.             }
  27666.             if (isset($this->privates['Shopware\\Core\\Framework\\Adapter\\Twig\\EntityTemplateLoader'])) {
  27667.                 yield 'Shopware\\Core\\Framework\\Adapter\\Twig\\EntityTemplateLoader' => ($this->privates['Shopware\\Core\\Framework\\Adapter\\Twig\\EntityTemplateLoader'] ?? null);
  27668.             }
  27669.             if (isset($this->privates['Shopware\\Core\\Framework\\App\\ActiveAppsLoader'])) {
  27670.                 yield 'Shopware\\Core\\Framework\\App\\ActiveAppsLoader' => ($this->privates['Shopware\\Core\\Framework\\App\\ActiveAppsLoader'] ?? null);
  27671.             }
  27672.             if (isset($this->privates['Shopware\\Core\\System\\CustomField\\CustomFieldService'])) {
  27673.                 yield 'Shopware\\Core\\System\\CustomField\\CustomFieldService' => ($this->privates['Shopware\\Core\\System\\CustomField\\CustomFieldService'] ?? null);
  27674.             }
  27675.             if (isset($this->privates['Shopware\\Core\\Framework\\Script\\Debugging\\ScriptTraces'])) {
  27676.                 yield 'Shopware\\Core\\Framework\\Script\\Debugging\\ScriptTraces' => ($this->privates['Shopware\\Core\\Framework\\Script\\Debugging\\ScriptTraces'] ?? null);
  27677.             }
  27678.             if (isset($this->privates['Shopware\\Core\\Framework\\Webhook\\WebhookCacheClearer'])) {
  27679.                 yield 'Shopware\\Core\\Framework\\Webhook\\WebhookCacheClearer' => ($this->privates['Shopware\\Core\\Framework\\Webhook\\WebhookCacheClearer'] ?? null);
  27680.             }
  27681.             if (false) {
  27682.                 yield 'shopware.increment.gateway.array' => null;
  27683.             }
  27684.             if (isset($this->privates['Shopware\\Core\\System\\SalesChannel\\StoreApiCustomFieldMapper'])) {
  27685.                 yield 'Shopware\\Core\\System\\SalesChannel\\StoreApiCustomFieldMapper' => ($this->privates['Shopware\\Core\\System\\SalesChannel\\StoreApiCustomFieldMapper'] ?? null);
  27686.             }
  27687.             if (isset($this->privates['Shopware\\Core\\System\\Locale\\LanguageLocaleCodeProvider'])) {
  27688.                 yield 'Shopware\\Core\\System\\Locale\\LanguageLocaleCodeProvider' => ($this->privates['Shopware\\Core\\System\\Locale\\LanguageLocaleCodeProvider'] ?? null);
  27689.             }
  27690.             if (isset($this->privates['Shopware\\Core\\System\\StateMachine\\Loader\\InitialStateIdLoader'])) {
  27691.                 yield 'Shopware\\Core\\System\\StateMachine\\Loader\\InitialStateIdLoader' => ($this->privates['Shopware\\Core\\System\\StateMachine\\Loader\\InitialStateIdLoader'] ?? null);
  27692.             }
  27693.             if (isset($this->privates['Shopware\\Core\\System\\SystemConfig\\Store\\MemoizedSystemConfigStore'])) {
  27694.                 yield 'Shopware\\Core\\System\\SystemConfig\\Store\\MemoizedSystemConfigStore' => ($this->privates['Shopware\\Core\\System\\SystemConfig\\Store\\MemoizedSystemConfigStore'] ?? null);
  27695.             }
  27696.             if (isset($this->privates['Shopware\\Core\\Content\\Media\\Pathname\\UrlGeneratorInterface'])) {
  27697.                 yield 'Shopware\\Core\\Content\\Media\\Pathname\\UrlGeneratorInterface' => ($this->privates['Shopware\\Core\\Content\\Media\\Pathname\\UrlGeneratorInterface'] ?? null);
  27698.             }
  27699.             if (isset($this->privates['Shopware\\Core\\Content\\Product\\SalesChannel\\Price\\ProductPriceCalculator'])) {
  27700.                 yield 'Shopware\\Core\\Content\\Product\\SalesChannel\\Price\\ProductPriceCalculator' => ($this->privates['Shopware\\Core\\Content\\Product\\SalesChannel\\Price\\ProductPriceCalculator'] ?? null);
  27701.             }
  27702.             if (isset($this->privates['Shopware\\Elasticsearch\\Product\\SearchKeywordReplacement'])) {
  27703.                 yield 'Shopware\\Core\\Content\\Product\\DataAbstractionLayer\\SearchKeywordUpdater' => ($this->privates['Shopware\\Elasticsearch\\Product\\SearchKeywordReplacement'] ?? null);
  27704.             }
  27705.             if (isset($this->privates['Shopware\\Core\\Framework\\DataAbstractionLayer\\Search\\Term\\Filter\\TokenFilter'])) {
  27706.                 yield 'Shopware\\Core\\Framework\\DataAbstractionLayer\\Search\\Term\\Filter\\TokenFilter' => ($this->privates['Shopware\\Core\\Framework\\DataAbstractionLayer\\Search\\Term\\Filter\\TokenFilter'] ?? null);
  27707.             }
  27708.             if (isset($this->privates['Shopware\\Core\\Content\\ImportExport\\DataAbstractionLayer\\Serializer\\Entity\\MediaSerializer'])) {
  27709.                 yield 'Shopware\\Core\\Content\\ImportExport\\DataAbstractionLayer\\Serializer\\Entity\\MediaSerializer' => ($this->privates['Shopware\\Core\\Content\\ImportExport\\DataAbstractionLayer\\Serializer\\Entity\\MediaSerializer'] ?? null);
  27710.             }
  27711.             if (isset($this->privates['Shopware\\Core\\Content\\ImportExport\\DataAbstractionLayer\\Serializer\\Entity\\SalutationSerializer'])) {
  27712.                 yield 'Shopware\\Core\\Content\\ImportExport\\DataAbstractionLayer\\Serializer\\Entity\\SalutationSerializer' => ($this->privates['Shopware\\Core\\Content\\ImportExport\\DataAbstractionLayer\\Serializer\\Entity\\SalutationSerializer'] ?? null);
  27713.             }
  27714.             if (isset($this->privates['Shopware\\Core\\Content\\ImportExport\\DataAbstractionLayer\\Serializer\\Entity\\CountrySerializer'])) {
  27715.                 yield 'Shopware\\Core\\Content\\ImportExport\\DataAbstractionLayer\\Serializer\\Entity\\CountrySerializer' => ($this->privates['Shopware\\Core\\Content\\ImportExport\\DataAbstractionLayer\\Serializer\\Entity\\CountrySerializer'] ?? null);
  27716.             }
  27717.             if (isset($this->privates['Shopware\\Core\\Content\\ImportExport\\DataAbstractionLayer\\Serializer\\Entity\\LanguageSerializer'])) {
  27718.                 yield 'Shopware\\Core\\Content\\ImportExport\\DataAbstractionLayer\\Serializer\\Entity\\LanguageSerializer' => ($this->privates['Shopware\\Core\\Content\\ImportExport\\DataAbstractionLayer\\Serializer\\Entity\\LanguageSerializer'] ?? null);
  27719.             }
  27720.             if (isset($this->privates['Shopware\\Core\\Content\\ImportExport\\DataAbstractionLayer\\Serializer\\Entity\\CustomerSerializer'])) {
  27721.                 yield 'Shopware\\Core\\Content\\ImportExport\\DataAbstractionLayer\\Serializer\\Entity\\CustomerSerializer' => ($this->privates['Shopware\\Core\\Content\\ImportExport\\DataAbstractionLayer\\Serializer\\Entity\\CustomerSerializer'] ?? null);
  27722.             }
  27723.             if (isset($this->privates['Shopware\\Core\\Content\\ImportExport\\DataAbstractionLayer\\Serializer\\Entity\\PromotionIndividualCodeSerializer'])) {
  27724.                 yield 'Shopware\\Core\\Content\\ImportExport\\DataAbstractionLayer\\Serializer\\Entity\\PromotionIndividualCodeSerializer' => ($this->privates['Shopware\\Core\\Content\\ImportExport\\DataAbstractionLayer\\Serializer\\Entity\\PromotionIndividualCodeSerializer'] ?? null);
  27725.             }
  27726.             if (isset($this->privates['Shopware\\Core\\Content\\ImportExport\\Event\\Subscriber\\ProductCategoryPathsSubscriber'])) {
  27727.                 yield 'Shopware\\Core\\Content\\ImportExport\\Event\\Subscriber\\ProductCategoryPathsSubscriber' => ($this->privates['Shopware\\Core\\Content\\ImportExport\\Event\\Subscriber\\ProductCategoryPathsSubscriber'] ?? null);
  27728.             }
  27729.             if (isset($this->privates['Shopware\\Core\\Content\\ImportExport\\Event\\Subscriber\\ProductVariantsSubscriber'])) {
  27730.                 yield 'Shopware\\Core\\Content\\ImportExport\\Event\\Subscriber\\ProductVariantsSubscriber' => ($this->privates['Shopware\\Core\\Content\\ImportExport\\Event\\Subscriber\\ProductVariantsSubscriber'] ?? null);
  27731.             }
  27732.             if (isset($this->services['Shopware\\Core\\Content\\Flow\\Dispatching\\CachedFlowLoader'])) {
  27733.                 yield 'Shopware\\Core\\Content\\Flow\\Dispatching\\CachedFlowLoader' => ($this->services['Shopware\\Core\\Content\\Flow\\Dispatching\\CachedFlowLoader'] ?? null);
  27734.             }
  27735.             if (isset($this->services['Shopware\\Core\\Checkout\\Cart\\SalesChannel\\CartService'])) {
  27736.                 yield 'Shopware\\Core\\Checkout\\Cart\\SalesChannel\\CartService' => ($this->services['Shopware\\Core\\Checkout\\Cart\\SalesChannel\\CartService'] ?? null);
  27737.             }
  27738.             if (isset($this->privates['Shopware\\Core\\Checkout\\Cart\\Address\\AddressValidator'])) {
  27739.                 yield 'Shopware\\Core\\Checkout\\Cart\\Address\\AddressValidator' => ($this->privates['Shopware\\Core\\Checkout\\Cart\\Address\\AddressValidator'] ?? null);
  27740.             }
  27741.             if (isset($this->privates['Shopware\\Core\\Checkout\\Cart\\CartRuleLoader'])) {
  27742.                 yield 'Shopware\\Core\\Checkout\\Cart\\CartRuleLoader' => ($this->privates['Shopware\\Core\\Checkout\\Cart\\CartRuleLoader'] ?? null);
  27743.             }
  27744.             if (isset($this->privates['Shopware\\Core\\Checkout\\Cart\\Facade\\CartFacadeHelper'])) {
  27745.                 yield 'Shopware\\Core\\Checkout\\Cart\\Facade\\CartFacadeHelper' => ($this->privates['Shopware\\Core\\Checkout\\Cart\\Facade\\CartFacadeHelper'] ?? null);
  27746.             }
  27747.             if (isset($this->privates['Shopware\\Storefront\\Framework\\Csrf\\CsrfRouteListener'])) {
  27748.                 yield 'Shopware\\Storefront\\Framework\\Csrf\\CsrfRouteListener' => ($this->privates['Shopware\\Storefront\\Framework\\Csrf\\CsrfRouteListener'] ?? null);
  27749.             }
  27750.             if (isset($this->services['Shopware\\Storefront\\Theme\\StorefrontPluginRegistry'])) {
  27751.                 yield 'Shopware\\Storefront\\Theme\\StorefrontPluginRegistry' => ($this->services['Shopware\\Storefront\\Theme\\StorefrontPluginRegistry'] ?? null);
  27752.             }
  27753.             if (isset($this->privates['Shopware\\Storefront\\Theme\\Twig\\ThemeNamespaceHierarchyBuilder'])) {
  27754.                 yield 'Shopware\\Storefront\\Theme\\Twig\\ThemeNamespaceHierarchyBuilder' => ($this->privates['Shopware\\Storefront\\Theme\\Twig\\ThemeNamespaceHierarchyBuilder'] ?? null);
  27755.             }
  27756.             if (isset($this->services['Shopware\\Storefront\\Theme\\SalesChannelThemeLoader'])) {
  27757.                 yield 'Shopware\\Storefront\\Theme\\SalesChannelThemeLoader' => ($this->services['Shopware\\Storefront\\Theme\\SalesChannelThemeLoader'] ?? null);
  27758.             }
  27759.             if (isset($this->services['cache.app'])) {
  27760.                 yield 'cache.app' => ($this->services['cache.app'] ?? null);
  27761.             }
  27762.             if (isset($this->services['cache.system'])) {
  27763.                 yield 'cache.system' => ($this->services['cache.system'] ?? null);
  27764.             }
  27765.             if (isset($this->privates['cache.validator'])) {
  27766.                 yield 'cache.validator' => ($this->privates['cache.validator'] ?? null);
  27767.             }
  27768.             if (isset($this->privates['cache.serializer'])) {
  27769.                 yield 'cache.serializer' => ($this->privates['cache.serializer'] ?? null);
  27770.             }
  27771.             if (isset($this->privates['cache.annotations'])) {
  27772.                 yield 'cache.annotations' => ($this->privates['cache.annotations'] ?? null);
  27773.             }
  27774.             if (isset($this->privates['cache.property_info'])) {
  27775.                 yield 'cache.property_info' => ($this->privates['cache.property_info'] ?? null);
  27776.             }
  27777.             if (isset($this->privates['cache.messenger.restart_workers_signal'])) {
  27778.                 yield 'cache.messenger.restart_workers_signal' => ($this->privates['cache.messenger.restart_workers_signal'] ?? null);
  27779.             }
  27780.             if (isset($this->privates['mailer.message_logger_listener'])) {
  27781.                 yield 'mailer.message_logger_listener' => ($this->privates['mailer.message_logger_listener'] ?? null);
  27782.             }
  27783.             if (isset($this->privates['debug.stopwatch'])) {
  27784.                 yield 'debug.stopwatch' => ($this->privates['debug.stopwatch'] ?? null);
  27785.             }
  27786.             if (isset($this->services['event_dispatcher'])) {
  27787.                 yield 'debug.event_dispatcher' => ($this->services['event_dispatcher'] ?? null);
  27788.             }
  27789.             if (isset($this->privates['cache.rate_limiter'])) {
  27790.                 yield 'cache.rate_limiter' => ($this->privates['cache.rate_limiter'] ?? null);
  27791.             }
  27792.             if (isset($this->privates['.cache.object.inner'])) {
  27793.                 yield '.cache.object.inner' => ($this->privates['.cache.object.inner'] ?? null);
  27794.             }
  27795.             if (isset($this->privates['.cache.http.inner'])) {
  27796.                 yield '.cache.http.inner' => ($this->privates['.cache.http.inner'] ?? null);
  27797.             }
  27798.             if (isset($this->privates['cache.tags'])) {
  27799.                 yield 'cache.tags' => ($this->privates['cache.tags'] ?? null);
  27800.             }
  27801.             if (isset($this->privates['session_listener'])) {
  27802.                 yield 'session_listener' => ($this->privates['session_listener'] ?? null);
  27803.             }
  27804.             if (isset($this->services['cache.validator_expression_language'])) {
  27805.                 yield 'cache.validator_expression_language' => ($this->services['cache.validator_expression_language'] ?? null);
  27806.             }
  27807.             if (isset($this->privates['messenger.transport.in_memory.factory'])) {
  27808.                 yield 'messenger.transport.in_memory.factory' => ($this->privates['messenger.transport.in_memory.factory'] ?? null);
  27809.             }
  27810.             if (isset($this->services['.container.private.profiler'])) {
  27811.                 yield 'profiler' => ($this->services['.container.private.profiler'] ?? null);
  27812.             }
  27813.             if (isset($this->privates['debug.validator'])) {
  27814.                 yield 'debug.validator' => ($this->privates['debug.validator'] ?? null);
  27815.             }
  27816.             if (isset($this->privates['Shopware\\Core\\Framework\\Log\\Monolog\\ExcludeFlowEventHandler'])) {
  27817.                 yield 'monolog.handler.main' => ($this->privates['Shopware\\Core\\Framework\\Log\\Monolog\\ExcludeFlowEventHandler'] ?? null);
  27818.             }
  27819.             if (isset($this->privates['monolog.handler.console'])) {
  27820.                 yield 'monolog.handler.console' => ($this->privates['monolog.handler.console'] ?? null);
  27821.             }
  27822.             if (isset($this->privates['monolog.handler.business_event_handler_buffer'])) {
  27823.                 yield 'monolog.handler.business_event_handler_buffer' => ($this->privates['monolog.handler.business_event_handler_buffer'] ?? null);
  27824.             }
  27825.         }, function () {
  27826.             return + (int) (isset($this->services['Shopware\\Core\\Framework\\Adapter\\Twig\\TemplateFinder'])) + (int) (isset($this->privates['Shopware\\Core\\Framework\\Adapter\\Twig\\EntityTemplateLoader'])) + (int) (isset($this->privates['Shopware\\Core\\Framework\\App\\ActiveAppsLoader'])) + (int) (isset($this->privates['Shopware\\Core\\System\\CustomField\\CustomFieldService'])) + (int) (isset($this->privates['Shopware\\Core\\Framework\\Script\\Debugging\\ScriptTraces'])) + (int) (isset($this->privates['Shopware\\Core\\Framework\\Webhook\\WebhookCacheClearer'])) + (int) (false) + (int) (isset($this->privates['Shopware\\Core\\System\\SalesChannel\\StoreApiCustomFieldMapper'])) + (int) (isset($this->privates['Shopware\\Core\\System\\Locale\\LanguageLocaleCodeProvider'])) + (int) (isset($this->privates['Shopware\\Core\\System\\StateMachine\\Loader\\InitialStateIdLoader'])) + (int) (isset($this->privates['Shopware\\Core\\System\\SystemConfig\\Store\\MemoizedSystemConfigStore'])) + (int) (isset($this->privates['Shopware\\Core\\Content\\Media\\Pathname\\UrlGeneratorInterface'])) + (int) (isset($this->privates['Shopware\\Core\\Content\\Product\\SalesChannel\\Price\\ProductPriceCalculator'])) + (int) (isset($this->privates['Shopware\\Elasticsearch\\Product\\SearchKeywordReplacement'])) + (int) (isset($this->privates['Shopware\\Core\\Framework\\DataAbstractionLayer\\Search\\Term\\Filter\\TokenFilter'])) + (int) (isset($this->privates['Shopware\\Core\\Content\\ImportExport\\DataAbstractionLayer\\Serializer\\Entity\\MediaSerializer'])) + (int) (isset($this->privates['Shopware\\Core\\Content\\ImportExport\\DataAbstractionLayer\\Serializer\\Entity\\SalutationSerializer'])) + (int) (isset($this->privates['Shopware\\Core\\Content\\ImportExport\\DataAbstractionLayer\\Serializer\\Entity\\CountrySerializer'])) + (int) (isset($this->privates['Shopware\\Core\\Content\\ImportExport\\DataAbstractionLayer\\Serializer\\Entity\\LanguageSerializer'])) + (int) (isset($this->privates['Shopware\\Core\\Content\\ImportExport\\DataAbstractionLayer\\Serializer\\Entity\\CustomerSerializer'])) + (int) (isset($this->privates['Shopware\\Core\\Content\\ImportExport\\DataAbstractionLayer\\Serializer\\Entity\\PromotionIndividualCodeSerializer'])) + (int) (isset($this->privates['Shopware\\Core\\Content\\ImportExport\\Event\\Subscriber\\ProductCategoryPathsSubscriber'])) + (int) (isset($this->privates['Shopware\\Core\\Content\\ImportExport\\Event\\Subscriber\\ProductVariantsSubscriber'])) + (int) (isset($this->services['Shopware\\Core\\Content\\Flow\\Dispatching\\CachedFlowLoader'])) + (int) (isset($this->services['Shopware\\Core\\Checkout\\Cart\\SalesChannel\\CartService'])) + (int) (isset($this->privates['Shopware\\Core\\Checkout\\Cart\\Address\\AddressValidator'])) + (int) (isset($this->privates['Shopware\\Core\\Checkout\\Cart\\CartRuleLoader'])) + (int) (isset($this->privates['Shopware\\Core\\Checkout\\Cart\\Facade\\CartFacadeHelper'])) + (int) (isset($this->privates['Shopware\\Storefront\\Framework\\Csrf\\CsrfRouteListener'])) + (int) (isset($this->services['Shopware\\Storefront\\Theme\\StorefrontPluginRegistry'])) + (int) (isset($this->privates['Shopware\\Storefront\\Theme\\Twig\\ThemeNamespaceHierarchyBuilder'])) + (int) (isset($this->services['Shopware\\Storefront\\Theme\\SalesChannelThemeLoader'])) + (int) (isset($this->services['cache.app'])) + (int) (isset($this->services['cache.system'])) + (int) (isset($this->privates['cache.validator'])) + (int) (isset($this->privates['cache.serializer'])) + (int) (isset($this->privates['cache.annotations'])) + (int) (isset($this->privates['cache.property_info'])) + (int) (isset($this->privates['cache.messenger.restart_workers_signal'])) + (int) (isset($this->privates['mailer.message_logger_listener'])) + (int) (isset($this->privates['debug.stopwatch'])) + (int) (isset($this->services['event_dispatcher'])) + (int) (isset($this->privates['cache.rate_limiter'])) + (int) (isset($this->privates['.cache.object.inner'])) + (int) (isset($this->privates['.cache.http.inner'])) + (int) (isset($this->privates['cache.tags'])) + (int) (isset($this->privates['session_listener'])) + (int) (isset($this->services['cache.validator_expression_language'])) + (int) (isset($this->privates['messenger.transport.in_memory.factory'])) + (int) (isset($this->services['.container.private.profiler'])) + (int) (isset($this->privates['debug.validator'])) + (int) (isset($this->privates['Shopware\\Core\\Framework\\Log\\Monolog\\ExcludeFlowEventHandler'])) + (int) (isset($this->privates['monolog.handler.console'])) + (int) (isset($this->privates['monolog.handler.business_event_handler_buffer']));
  27827.         }), ['Shopware\\Core\\Framework\\Adapter\\Twig\\TemplateFinder' => [=> 'reset'], 'Shopware\\Core\\Framework\\Adapter\\Twig\\EntityTemplateLoader' => [=> 'reset'], 'Shopware\\Core\\Framework\\App\\ActiveAppsLoader' => [=> 'reset'], 'Shopware\\Core\\System\\CustomField\\CustomFieldService' => [=> 'reset'], 'Shopware\\Core\\Framework\\Script\\Debugging\\ScriptTraces' => [=> 'reset'], 'Shopware\\Core\\Framework\\Webhook\\WebhookCacheClearer' => [=> 'reset'], 'shopware.increment.gateway.array' => [=> 'resetAll'], 'Shopware\\Core\\System\\SalesChannel\\StoreApiCustomFieldMapper' => [=> 'reset'], 'Shopware\\Core\\System\\Locale\\LanguageLocaleCodeProvider' => [=> 'reset'], 'Shopware\\Core\\System\\StateMachine\\Loader\\InitialStateIdLoader' => [=> 'reset'], 'Shopware\\Core\\System\\SystemConfig\\Store\\MemoizedSystemConfigStore' => [=> 'reset'], 'Shopware\\Core\\Content\\Media\\Pathname\\UrlGeneratorInterface' => [=> 'reset'], 'Shopware\\Core\\Content\\Product\\SalesChannel\\Price\\ProductPriceCalculator' => [=> 'reset'], 'Shopware\\Core\\Content\\Product\\DataAbstractionLayer\\SearchKeywordUpdater' => [=> 'reset'], 'Shopware\\Core\\Framework\\DataAbstractionLayer\\Search\\Term\\Filter\\TokenFilter' => [=> 'reset'], 'Shopware\\Core\\Content\\ImportExport\\DataAbstractionLayer\\Serializer\\Entity\\MediaSerializer' => [=> 'reset'], 'Shopware\\Core\\Content\\ImportExport\\DataAbstractionLayer\\Serializer\\Entity\\SalutationSerializer' => [=> 'reset'], 'Shopware\\Core\\Content\\ImportExport\\DataAbstractionLayer\\Serializer\\Entity\\CountrySerializer' => [=> 'reset'], 'Shopware\\Core\\Content\\ImportExport\\DataAbstractionLayer\\Serializer\\Entity\\LanguageSerializer' => [=> 'reset'], 'Shopware\\Core\\Content\\ImportExport\\DataAbstractionLayer\\Serializer\\Entity\\CustomerSerializer' => [=> 'reset'], 'Shopware\\Core\\Content\\ImportExport\\DataAbstractionLayer\\Serializer\\Entity\\PromotionIndividualCodeSerializer' => [=> 'reset'], 'Shopware\\Core\\Content\\ImportExport\\Event\\Subscriber\\ProductCategoryPathsSubscriber' => [=> 'reset'], 'Shopware\\Core\\Content\\ImportExport\\Event\\Subscriber\\ProductVariantsSubscriber' => [=> 'reset'], 'Shopware\\Core\\Content\\Flow\\Dispatching\\CachedFlowLoader' => [=> 'reset'], 'Shopware\\Core\\Checkout\\Cart\\SalesChannel\\CartService' => [=> 'reset'], 'Shopware\\Core\\Checkout\\Cart\\Address\\AddressValidator' => [=> 'reset'], 'Shopware\\Core\\Checkout\\Cart\\CartRuleLoader' => [=> 'reset'], 'Shopware\\Core\\Checkout\\Cart\\Facade\\CartFacadeHelper' => [=> 'reset'], 'Shopware\\Storefront\\Framework\\Csrf\\CsrfRouteListener' => [=> 'reset'], 'Shopware\\Storefront\\Theme\\StorefrontPluginRegistry' => [=> 'reset'], 'Shopware\\Storefront\\Theme\\Twig\\ThemeNamespaceHierarchyBuilder' => [=> 'reset'], 'Shopware\\Storefront\\Theme\\SalesChannelThemeLoader' => [=> 'reset'], 'cache.app' => [=> 'reset'], 'cache.system' => [=> 'reset'], 'cache.validator' => [=> 'reset'], 'cache.serializer' => [=> 'reset'], 'cache.annotations' => [=> 'reset'], 'cache.property_info' => [=> 'reset'], 'cache.messenger.restart_workers_signal' => [=> 'reset'], 'mailer.message_logger_listener' => [=> 'reset'], 'debug.stopwatch' => [=> 'reset'], 'debug.event_dispatcher' => [=> 'reset'], 'cache.rate_limiter' => [=> 'reset'], '.cache.object.inner' => [=> 'reset'], '.cache.http.inner' => [=> 'reset'], 'cache.tags' => [=> 'reset'], 'session_listener' => [=> 'reset'], 'cache.validator_expression_language' => [=> 'reset'], 'messenger.transport.in_memory.factory' => [=> 'reset'], 'profiler' => [=> 'reset'], 'debug.validator' => [=> 'reset'], 'monolog.handler.main' => [=> 'reset'], 'monolog.handler.console' => [=> 'reset'], 'monolog.handler.business_event_handler_buffer' => [=> 'reset']]);
  27828.     }
  27829.     /**
  27830.      * Gets the public 'shipping_method.repository' shared service.
  27831.      *
  27832.      * @return \Shopware\Core\Framework\DataAbstractionLayer\EntityRepositoryForwardCompatibilityDecorator
  27833.      */
  27834.     protected function getShippingMethod_RepositoryService()
  27835.     {
  27836.         $a = ($this->services['Shopware\\Core\\Framework\\DataAbstractionLayer\\VersionManager'] ?? $this->getVersionManagerService());
  27837.         if (isset($this->services['shipping_method.repository'])) {
  27838.             return $this->services['shipping_method.repository'];
  27839.         }
  27840.         $b = ($this->services['Shopware\\Core\\Framework\\DataAbstractionLayer\\Search\\EntitySearcherInterface'] ?? $this->getEntitySearcherInterfaceService());
  27841.         if (isset($this->services['shipping_method.repository'])) {
  27842.             return $this->services['shipping_method.repository'];
  27843.         }
  27844.         $c = ($this->services['Shopware\\Core\\Framework\\DataAbstractionLayer\\Search\\EntityAggregatorInterface'] ?? $this->getEntityAggregatorInterfaceService());
  27845.         if (isset($this->services['shipping_method.repository'])) {
  27846.             return $this->services['shipping_method.repository'];
  27847.         }
  27848.         $d = ($this->services['event_dispatcher'] ?? $this->getEventDispatcherService());
  27849.         if (isset($this->services['shipping_method.repository'])) {
  27850.             return $this->services['shipping_method.repository'];
  27851.         }
  27852.         return $this->services['shipping_method.repository'] = new \Shopware\Core\Framework\DataAbstractionLayer\EntityRepositoryForwardCompatibilityDecorator(new \Shopware\Core\Framework\DataAbstractionLayer\EntityRepository(($this->services['Shopware\\Core\\Checkout\\Shipping\\ShippingMethodDefinition'] ?? $this->getShippingMethodDefinitionService()), ($this->services['Shopware\\Core\\Framework\\DataAbstractionLayer\\Read\\EntityReaderInterface'] ?? $this->getEntityReaderInterfaceService()), $a$b$c$d, ($this->services['Shopware\\Core\\Framework\\DataAbstractionLayer\\Event\\EntityLoadedEventFactory'] ?? $this->getEntityLoadedEventFactoryService())));
  27853.     }
  27854.     /**
  27855.      * Gets the public 'shipping_method_price.repository' shared service.
  27856.      *
  27857.      * @return \Shopware\Core\Framework\DataAbstractionLayer\EntityRepositoryForwardCompatibilityDecorator
  27858.      */
  27859.     protected function getShippingMethodPrice_RepositoryService()
  27860.     {
  27861.         return $this->services['shipping_method_price.repository'] = new \Shopware\Core\Framework\DataAbstractionLayer\EntityRepositoryForwardCompatibilityDecorator(new \Shopware\Core\Framework\DataAbstractionLayer\EntityRepository(($this->services['Shopware\\Core\\Checkout\\Shipping\\Aggregate\\ShippingMethodPrice\\ShippingMethodPriceDefinition'] ?? $this->getShippingMethodPriceDefinitionService()), ($this->services['Shopware\\Core\\Framework\\DataAbstractionLayer\\Read\\EntityReaderInterface'] ?? $this->getEntityReaderInterfaceService()), ($this->services['Shopware\\Core\\Framework\\DataAbstractionLayer\\VersionManager'] ?? $this->getVersionManagerService()), ($this->services['Shopware\\Core\\Framework\\DataAbstractionLayer\\Search\\EntitySearcherInterface'] ?? $this->getEntitySearcherInterfaceService()), ($this->services['Shopware\\Core\\Framework\\DataAbstractionLayer\\Search\\EntityAggregatorInterface'] ?? $this->getEntityAggregatorInterfaceService()), ($this->services['event_dispatcher'] ?? $this->getEventDispatcherService()), ($this->services['Shopware\\Core\\Framework\\DataAbstractionLayer\\Event\\EntityLoadedEventFactory'] ?? $this->getEntityLoadedEventFactoryService())));
  27862.     }
  27863.     /**
  27864.      * Gets the public 'shipping_method_tag.repository' shared service.
  27865.      *
  27866.      * @return \Shopware\Core\Framework\DataAbstractionLayer\EntityRepositoryForwardCompatibilityDecorator
  27867.      */
  27868.     protected function getShippingMethodTag_RepositoryService()
  27869.     {
  27870.         return $this->services['shipping_method_tag.repository'] = new \Shopware\Core\Framework\DataAbstractionLayer\EntityRepositoryForwardCompatibilityDecorator(new \Shopware\Core\Framework\DataAbstractionLayer\EntityRepository(($this->services['Shopware\\Core\\Checkout\\Shipping\\Aggregate\\ShippingMethodTag\\ShippingMethodTagDefinition'] ?? $this->getShippingMethodTagDefinitionService()), ($this->services['Shopware\\Core\\Framework\\DataAbstractionLayer\\Read\\EntityReaderInterface'] ?? $this->getEntityReaderInterfaceService()), ($this->services['Shopware\\Core\\Framework\\DataAbstractionLayer\\VersionManager'] ?? $this->getVersionManagerService()), ($this->services['Shopware\\Core\\Framework\\DataAbstractionLayer\\Search\\EntitySearcherInterface'] ?? $this->getEntitySearcherInterfaceService()), ($this->services['Shopware\\Core\\Framework\\DataAbstractionLayer\\Search\\EntityAggregatorInterface'] ?? $this->getEntityAggregatorInterfaceService()), ($this->services['event_dispatcher'] ?? $this->getEventDispatcherService()), ($this->services['Shopware\\Core\\Framework\\DataAbstractionLayer\\Event\\EntityLoadedEventFactory'] ?? $this->getEntityLoadedEventFactoryService())));
  27871.     }
  27872.     /**
  27873.      * Gets the public 'shipping_method_translation.repository' shared service.
  27874.      *
  27875.      * @return \Shopware\Core\Framework\DataAbstractionLayer\EntityRepositoryForwardCompatibilityDecorator
  27876.      */
  27877.     protected function getShippingMethodTranslation_RepositoryService()
  27878.     {
  27879.         return $this->services['shipping_method_translation.repository'] = new \Shopware\Core\Framework\DataAbstractionLayer\EntityRepositoryForwardCompatibilityDecorator(new \Shopware\Core\Framework\DataAbstractionLayer\EntityRepository(($this->services['Shopware\\Core\\Checkout\\Shipping\\Aggregate\\ShippingMethodTranslation\\ShippingMethodTranslationDefinition'] ?? $this->getShippingMethodTranslationDefinitionService()), ($this->services['Shopware\\Core\\Framework\\DataAbstractionLayer\\Read\\EntityReaderInterface'] ?? $this->getEntityReaderInterfaceService()), ($this->services['Shopware\\Core\\Framework\\DataAbstractionLayer\\VersionManager'] ?? $this->getVersionManagerService()), ($this->services['Shopware\\Core\\Framework\\DataAbstractionLayer\\Search\\EntitySearcherInterface'] ?? $this->getEntitySearcherInterfaceService()), ($this->services['Shopware\\Core\\Framework\\DataAbstractionLayer\\Search\\EntityAggregatorInterface'] ?? $this->getEntityAggregatorInterfaceService()), ($this->services['event_dispatcher'] ?? $this->getEventDispatcherService()), ($this->services['Shopware\\Core\\Framework\\DataAbstractionLayer\\Event\\EntityLoadedEventFactory'] ?? $this->getEntityLoadedEventFactoryService())));
  27880.     }
  27881.     /**
  27882.      * Gets the public 'shopware.filesystem.asset' shared service.
  27883.      *
  27884.      * @return \League\Flysystem\FilesystemInterface
  27885.      */
  27886.     protected function getShopware_Filesystem_AssetService()
  27887.     {
  27888.         return $this->services['shopware.filesystem.asset'] = ($this->privates['Shopware\\Core\\Framework\\Adapter\\Filesystem\\FilesystemFactory'] ?? $this->getFilesystemFactoryService())->factory($this->parameters['shopware.filesystem.asset']);
  27889.     }
  27890.     /**
  27891.      * Gets the public 'shopware.filesystem.private' shared service.
  27892.      *
  27893.      * @return \League\Flysystem\FilesystemInterface
  27894.      */
  27895.     protected function getShopware_Filesystem_PrivateService()
  27896.     {
  27897.         return $this->services['shopware.filesystem.private'] = ($this->privates['Shopware\\Core\\Framework\\Adapter\\Filesystem\\FilesystemFactory'] ?? $this->getFilesystemFactoryService())->factory($this->parameters['shopware.filesystem.private']);
  27898.     }
  27899.     /**
  27900.      * Gets the public 'shopware.filesystem.public' shared service.
  27901.      *
  27902.      * @return \League\Flysystem\FilesystemInterface
  27903.      */
  27904.     protected function getShopware_Filesystem_PublicService()
  27905.     {
  27906.         return $this->services['shopware.filesystem.public'] = ($this->privates['Shopware\\Core\\Framework\\Adapter\\Filesystem\\FilesystemFactory'] ?? $this->getFilesystemFactoryService())->factory($this->parameters['shopware.filesystem.public']);
  27907.     }
  27908.     /**
  27909.      * Gets the public 'shopware.filesystem.sitemap' shared service.
  27910.      *
  27911.      * @return \League\Flysystem\FilesystemInterface
  27912.      */
  27913.     protected function getShopware_Filesystem_SitemapService()
  27914.     {
  27915.         return $this->services['shopware.filesystem.sitemap'] = ($this->privates['Shopware\\Core\\Framework\\Adapter\\Filesystem\\FilesystemFactory'] ?? $this->getFilesystemFactoryService())->factory($this->parameters['shopware.filesystem.sitemap']);
  27916.     }
  27917.     /**
  27918.      * Gets the public 'shopware.filesystem.temp' shared service.
  27919.      *
  27920.      * @return \League\Flysystem\FilesystemInterface
  27921.      */
  27922.     protected function getShopware_Filesystem_TempService()
  27923.     {
  27924.         return $this->services['shopware.filesystem.temp'] = ($this->privates['Shopware\\Core\\Framework\\Adapter\\Filesystem\\FilesystemFactory'] ?? $this->getFilesystemFactoryService())->factory($this->parameters['shopware.filesystem.temp']);
  27925.     }
  27926.     /**
  27927.      * Gets the public 'shopware.filesystem.theme' shared service.
  27928.      *
  27929.      * @return \League\Flysystem\FilesystemInterface
  27930.      */
  27931.     protected function getShopware_Filesystem_ThemeService()
  27932.     {
  27933.         return $this->services['shopware.filesystem.theme'] = ($this->privates['Shopware\\Core\\Framework\\Adapter\\Filesystem\\FilesystemFactory'] ?? $this->getFilesystemFactoryService())->factory($this->parameters['shopware.filesystem.theme']);
  27934.     }
  27935.     /**
  27936.      * Gets the public 'shopware.increment.gateway.registry' shared service.
  27937.      *
  27938.      * @return \Shopware\Core\Framework\Increment\IncrementGatewayRegistry
  27939.      */
  27940.     protected function getShopware_Increment_Gateway_RegistryService()
  27941.     {
  27942.         return $this->services['shopware.increment.gateway.registry'] = new \Shopware\Core\Framework\Increment\IncrementGatewayRegistry(new RewindableGenerator(function () {
  27943.             yield => ($this->privates['shopware.increment.user_activity.gateway.mysql'] ?? $this->getShopware_Increment_UserActivity_Gateway_MysqlService());
  27944.             yield => ($this->privates['shopware.increment.message_queue.gateway.mysql'] ?? $this->getShopware_Increment_MessageQueue_Gateway_MysqlService());
  27945.         }, 2));
  27946.     }
  27947.     /**
  27948.      * Gets the public 'shopware.store_client' shared service.
  27949.      *
  27950.      * @return \GuzzleHttp\Client
  27951.      */
  27952.     protected function getShopware_StoreClientService($lazyLoad true)
  27953.     {
  27954.         if ($lazyLoad) {
  27955.             return $this->services['shopware.store_client'] = $this->createProxy('Client_b190fb5', function () {
  27956.                 return \Client_b190fb5::staticProxyConstructor(function (&$wrappedInstance\ProxyManager\Proxy\LazyLoadingInterface $proxy) {
  27957.                     $wrappedInstance $this->getShopware_StoreClientService(false);
  27958.                     $proxy->setProxyInitializer(null);
  27959.                     return true;
  27960.                 });
  27961.             });
  27962.         }
  27963.         include_once \dirname(__DIR__4).'/vendor/shopware/core/Framework/Store/Services/StoreClientFactory.php';
  27964.         return (new \Shopware\Core\Framework\Store\Services\StoreClientFactory(($this->services['Shopware\\Core\\System\\SystemConfig\\SystemConfigService'] ?? $this->getSystemConfigServiceService()), new RewindableGenerator(function () {
  27965.             yield => ($this->services['Shopware\\Core\\Framework\\Store\\Services\\VerifyResponseSignatureMiddleware'] ?? $this->getVerifyResponseSignatureMiddlewareService());
  27966.             yield => ($this->services['Shopware\\Core\\Framework\\Store\\Services\\StoreSessionExpiredMiddleware'] ?? $this->getStoreSessionExpiredMiddlewareService());
  27967.             yield => ($this->services['Shopware\\Core\\Framework\\Store\\Services\\ShopSecretInvalidMiddleware'] ?? $this->getShopSecretInvalidMiddlewareService());
  27968.         }, 3)))->create();
  27969.     }
  27970.     /**
  27971.      * Gets the public 'snippet.repository' shared service.
  27972.      *
  27973.      * @return \Shopware\Core\Framework\DataAbstractionLayer\EntityRepositoryForwardCompatibilityDecorator
  27974.      */
  27975.     protected function getSnippet_RepositoryService()
  27976.     {
  27977.         $a = ($this->services['Shopware\\Core\\Framework\\DataAbstractionLayer\\VersionManager'] ?? $this->getVersionManagerService());
  27978.         if (isset($this->services['snippet.repository'])) {
  27979.             return $this->services['snippet.repository'];
  27980.         }
  27981.         $b = ($this->services['Shopware\\Core\\Framework\\DataAbstractionLayer\\Search\\EntitySearcherInterface'] ?? $this->getEntitySearcherInterfaceService());
  27982.         if (isset($this->services['snippet.repository'])) {
  27983.             return $this->services['snippet.repository'];
  27984.         }
  27985.         $c = ($this->services['Shopware\\Core\\Framework\\DataAbstractionLayer\\Search\\EntityAggregatorInterface'] ?? $this->getEntityAggregatorInterfaceService());
  27986.         if (isset($this->services['snippet.repository'])) {
  27987.             return $this->services['snippet.repository'];
  27988.         }
  27989.         $d = ($this->services['event_dispatcher'] ?? $this->getEventDispatcherService());
  27990.         if (isset($this->services['snippet.repository'])) {
  27991.             return $this->services['snippet.repository'];
  27992.         }
  27993.         return $this->services['snippet.repository'] = new \Shopware\Core\Framework\DataAbstractionLayer\EntityRepositoryForwardCompatibilityDecorator(new \Shopware\Core\Framework\DataAbstractionLayer\EntityRepository(($this->services['Shopware\\Core\\System\\Snippet\\SnippetDefinition'] ?? $this->getSnippetDefinitionService()), ($this->services['Shopware\\Core\\Framework\\DataAbstractionLayer\\Read\\EntityReaderInterface'] ?? $this->getEntityReaderInterfaceService()), $a$b$c$d, ($this->services['Shopware\\Core\\Framework\\DataAbstractionLayer\\Event\\EntityLoadedEventFactory'] ?? $this->getEntityLoadedEventFactoryService())));
  27994.     }
  27995.     /**
  27996.      * Gets the public 'snippet_set.repository' shared service.
  27997.      *
  27998.      * @return \Shopware\Core\Framework\DataAbstractionLayer\EntityRepositoryForwardCompatibilityDecorator
  27999.      */
  28000.     protected function getSnippetSet_RepositoryService()
  28001.     {
  28002.         $a = ($this->services['Shopware\\Core\\Framework\\DataAbstractionLayer\\VersionManager'] ?? $this->getVersionManagerService());
  28003.         if (isset($this->services['snippet_set.repository'])) {
  28004.             return $this->services['snippet_set.repository'];
  28005.         }
  28006.         $b = ($this->services['Shopware\\Core\\Framework\\DataAbstractionLayer\\Search\\EntitySearcherInterface'] ?? $this->getEntitySearcherInterfaceService());
  28007.         if (isset($this->services['snippet_set.repository'])) {
  28008.             return $this->services['snippet_set.repository'];
  28009.         }
  28010.         $c = ($this->services['Shopware\\Core\\Framework\\DataAbstractionLayer\\Search\\EntityAggregatorInterface'] ?? $this->getEntityAggregatorInterfaceService());
  28011.         if (isset($this->services['snippet_set.repository'])) {
  28012.             return $this->services['snippet_set.repository'];
  28013.         }
  28014.         $d = ($this->services['event_dispatcher'] ?? $this->getEventDispatcherService());
  28015.         if (isset($this->services['snippet_set.repository'])) {
  28016.             return $this->services['snippet_set.repository'];
  28017.         }
  28018.         return $this->services['snippet_set.repository'] = new \Shopware\Core\Framework\DataAbstractionLayer\EntityRepositoryForwardCompatibilityDecorator(new \Shopware\Core\Framework\DataAbstractionLayer\EntityRepository(($this->services['Shopware\\Core\\System\\Snippet\\Aggregate\\SnippetSet\\SnippetSetDefinition'] ?? $this->getSnippetSetDefinitionService()), ($this->services['Shopware\\Core\\Framework\\DataAbstractionLayer\\Read\\EntityReaderInterface'] ?? $this->getEntityReaderInterfaceService()), $a$b$c$d, ($this->services['Shopware\\Core\\Framework\\DataAbstractionLayer\\Event\\EntityLoadedEventFactory'] ?? $this->getEntityLoadedEventFactoryService())));
  28019.     }
  28020.     /**
  28021.      * Gets the public 'solid_advanced_slider_elements.filesystem.private' shared service.
  28022.      *
  28023.      * @return \Shopware\Core\Framework\Adapter\Filesystem\PrefixFilesystem
  28024.      */
  28025.     protected function getSolidAdvancedSliderElements_Filesystem_PrivateService()
  28026.     {
  28027.         include_once \dirname(__DIR__4).'/vendor/shopware/core/Framework/Adapter/Filesystem/AbstractFilesystem.php';
  28028.         include_once \dirname(__DIR__4).'/vendor/shopware/core/Framework/Adapter/Filesystem/PrefixFilesystem.php';
  28029.         return $this->services['solid_advanced_slider_elements.filesystem.private'] = new \Shopware\Core\Framework\Adapter\Filesystem\PrefixFilesystem(($this->services['shopware.filesystem.private'] ?? $this->getShopware_Filesystem_PrivateService()), 'plugins/solid_advanced_slider_elements');
  28030.     }
  28031.     /**
  28032.      * Gets the public 'solid_advanced_slider_elements.filesystem.public' shared service.
  28033.      *
  28034.      * @return \Shopware\Core\Framework\Adapter\Filesystem\PrefixFilesystem
  28035.      */
  28036.     protected function getSolidAdvancedSliderElements_Filesystem_PublicService()
  28037.     {
  28038.         include_once \dirname(__DIR__4).'/vendor/shopware/core/Framework/Adapter/Filesystem/AbstractFilesystem.php';
  28039.         include_once \dirname(__DIR__4).'/vendor/shopware/core/Framework/Adapter/Filesystem/PrefixFilesystem.php';
  28040.         return $this->services['solid_advanced_slider_elements.filesystem.public'] = new \Shopware\Core\Framework\Adapter\Filesystem\PrefixFilesystem(($this->services['shopware.filesystem.public'] ?? $this->getShopware_Filesystem_PublicService()), 'plugins/solid_advanced_slider_elements');
  28041.     }
  28042.     /**
  28043.      * Gets the public 'state_machine.repository' shared service.
  28044.      *
  28045.      * @return \Shopware\Core\Framework\DataAbstractionLayer\EntityRepositoryForwardCompatibilityDecorator
  28046.      */
  28047.     protected function getStateMachine_RepositoryService()
  28048.     {
  28049.         $a = ($this->services['Shopware\\Core\\Framework\\DataAbstractionLayer\\VersionManager'] ?? $this->getVersionManagerService());
  28050.         if (isset($this->services['state_machine.repository'])) {
  28051.             return $this->services['state_machine.repository'];
  28052.         }
  28053.         $b = ($this->services['Shopware\\Core\\Framework\\DataAbstractionLayer\\Search\\EntitySearcherInterface'] ?? $this->getEntitySearcherInterfaceService());
  28054.         if (isset($this->services['state_machine.repository'])) {
  28055.             return $this->services['state_machine.repository'];
  28056.         }
  28057.         $c = ($this->services['Shopware\\Core\\Framework\\DataAbstractionLayer\\Search\\EntityAggregatorInterface'] ?? $this->getEntityAggregatorInterfaceService());
  28058.         if (isset($this->services['state_machine.repository'])) {
  28059.             return $this->services['state_machine.repository'];
  28060.         }
  28061.         $d = ($this->services['event_dispatcher'] ?? $this->getEventDispatcherService());
  28062.         if (isset($this->services['state_machine.repository'])) {
  28063.             return $this->services['state_machine.repository'];
  28064.         }
  28065.         return $this->services['state_machine.repository'] = new \Shopware\Core\Framework\DataAbstractionLayer\EntityRepositoryForwardCompatibilityDecorator(new \Shopware\Core\Framework\DataAbstractionLayer\EntityRepository(($this->services['Shopware\\Core\\System\\StateMachine\\StateMachineDefinition'] ?? $this->getStateMachineDefinitionService()), ($this->services['Shopware\\Core\\Framework\\DataAbstractionLayer\\Read\\EntityReaderInterface'] ?? $this->getEntityReaderInterfaceService()), $a$b$c$d, ($this->services['Shopware\\Core\\Framework\\DataAbstractionLayer\\Event\\EntityLoadedEventFactory'] ?? $this->getEntityLoadedEventFactoryService())));
  28066.     }
  28067.     /**
  28068.      * Gets the public 'state_machine_history.repository' shared service.
  28069.      *
  28070.      * @return \Shopware\Core\Framework\DataAbstractionLayer\EntityRepositoryForwardCompatibilityDecorator
  28071.      */
  28072.     protected function getStateMachineHistory_RepositoryService()
  28073.     {
  28074.         $a = ($this->services['Shopware\\Core\\Framework\\DataAbstractionLayer\\VersionManager'] ?? $this->getVersionManagerService());
  28075.         if (isset($this->services['state_machine_history.repository'])) {
  28076.             return $this->services['state_machine_history.repository'];
  28077.         }
  28078.         $b = ($this->services['Shopware\\Core\\Framework\\DataAbstractionLayer\\Search\\EntitySearcherInterface'] ?? $this->getEntitySearcherInterfaceService());
  28079.         if (isset($this->services['state_machine_history.repository'])) {
  28080.             return $this->services['state_machine_history.repository'];
  28081.         }
  28082.         $c = ($this->services['Shopware\\Core\\Framework\\DataAbstractionLayer\\Search\\EntityAggregatorInterface'] ?? $this->getEntityAggregatorInterfaceService());
  28083.         if (isset($this->services['state_machine_history.repository'])) {
  28084.             return $this->services['state_machine_history.repository'];
  28085.         }
  28086.         $d = ($this->services['event_dispatcher'] ?? $this->getEventDispatcherService());
  28087.         if (isset($this->services['state_machine_history.repository'])) {
  28088.             return $this->services['state_machine_history.repository'];
  28089.         }
  28090.         return $this->services['state_machine_history.repository'] = new \Shopware\Core\Framework\DataAbstractionLayer\EntityRepositoryForwardCompatibilityDecorator(new \Shopware\Core\Framework\DataAbstractionLayer\EntityRepository(($this->services['Shopware\\Core\\System\\StateMachine\\Aggregation\\StateMachineHistory\\StateMachineHistoryDefinition'] ?? $this->getStateMachineHistoryDefinitionService()), ($this->services['Shopware\\Core\\Framework\\DataAbstractionLayer\\Read\\EntityReaderInterface'] ?? $this->getEntityReaderInterfaceService()), $a$b$c$d, ($this->services['Shopware\\Core\\Framework\\DataAbstractionLayer\\Event\\EntityLoadedEventFactory'] ?? $this->getEntityLoadedEventFactoryService())));
  28091.     }
  28092.     /**
  28093.      * Gets the public 'state_machine_state.repository' shared service.
  28094.      *
  28095.      * @return \Shopware\Core\Framework\DataAbstractionLayer\EntityRepositoryForwardCompatibilityDecorator
  28096.      */
  28097.     protected function getStateMachineState_RepositoryService()
  28098.     {
  28099.         $a = ($this->services['Shopware\\Core\\Framework\\DataAbstractionLayer\\VersionManager'] ?? $this->getVersionManagerService());
  28100.         if (isset($this->services['state_machine_state.repository'])) {
  28101.             return $this->services['state_machine_state.repository'];
  28102.         }
  28103.         $b = ($this->services['Shopware\\Core\\Framework\\DataAbstractionLayer\\Search\\EntitySearcherInterface'] ?? $this->getEntitySearcherInterfaceService());
  28104.         if (isset($this->services['state_machine_state.repository'])) {
  28105.             return $this->services['state_machine_state.repository'];
  28106.         }
  28107.         $c = ($this->services['Shopware\\Core\\Framework\\DataAbstractionLayer\\Search\\EntityAggregatorInterface'] ?? $this->getEntityAggregatorInterfaceService());
  28108.         if (isset($this->services['state_machine_state.repository'])) {
  28109.             return $this->services['state_machine_state.repository'];
  28110.         }
  28111.         $d = ($this->services['event_dispatcher'] ?? $this->getEventDispatcherService());
  28112.         if (isset($this->services['state_machine_state.repository'])) {
  28113.             return $this->services['state_machine_state.repository'];
  28114.         }
  28115.         return $this->services['state_machine_state.repository'] = new \Shopware\Core\Framework\DataAbstractionLayer\EntityRepositoryForwardCompatibilityDecorator(new \Shopware\Core\Framework\DataAbstractionLayer\EntityRepository(($this->services['Shopware\\Core\\System\\StateMachine\\Aggregation\\StateMachineState\\StateMachineStateDefinition'] ?? $this->getStateMachineStateDefinitionService()), ($this->services['Shopware\\Core\\Framework\\DataAbstractionLayer\\Read\\EntityReaderInterface'] ?? $this->getEntityReaderInterfaceService()), $a$b$c$d, ($this->services['Shopware\\Core\\Framework\\DataAbstractionLayer\\Event\\EntityLoadedEventFactory'] ?? $this->getEntityLoadedEventFactoryService())));
  28116.     }
  28117.     /**
  28118.      * Gets the public 'state_machine_state_translation.repository' shared service.
  28119.      *
  28120.      * @return \Shopware\Core\Framework\DataAbstractionLayer\EntityRepositoryForwardCompatibilityDecorator
  28121.      */
  28122.     protected function getStateMachineStateTranslation_RepositoryService()
  28123.     {
  28124.         return $this->services['state_machine_state_translation.repository'] = new \Shopware\Core\Framework\DataAbstractionLayer\EntityRepositoryForwardCompatibilityDecorator(new \Shopware\Core\Framework\DataAbstractionLayer\EntityRepository(($this->services['Shopware\\Core\\System\\StateMachine\\Aggregation\\StateMachineState\\StateMachineStateTranslationDefinition'] ?? $this->getStateMachineStateTranslationDefinitionService()), ($this->services['Shopware\\Core\\Framework\\DataAbstractionLayer\\Read\\EntityReaderInterface'] ?? $this->getEntityReaderInterfaceService()), ($this->services['Shopware\\Core\\Framework\\DataAbstractionLayer\\VersionManager'] ?? $this->getVersionManagerService()), ($this->services['Shopware\\Core\\Framework\\DataAbstractionLayer\\Search\\EntitySearcherInterface'] ?? $this->getEntitySearcherInterfaceService()), ($this->services['Shopware\\Core\\Framework\\DataAbstractionLayer\\Search\\EntityAggregatorInterface'] ?? $this->getEntityAggregatorInterfaceService()), ($this->services['event_dispatcher'] ?? $this->getEventDispatcherService()), ($this->services['Shopware\\Core\\Framework\\DataAbstractionLayer\\Event\\EntityLoadedEventFactory'] ?? $this->getEntityLoadedEventFactoryService())));
  28125.     }
  28126.     /**
  28127.      * Gets the public 'state_machine_transition.repository' shared service.
  28128.      *
  28129.      * @return \Shopware\Core\Framework\DataAbstractionLayer\EntityRepositoryForwardCompatibilityDecorator
  28130.      */
  28131.     protected function getStateMachineTransition_RepositoryService()
  28132.     {
  28133.         $a = ($this->services['Shopware\\Core\\Framework\\DataAbstractionLayer\\VersionManager'] ?? $this->getVersionManagerService());
  28134.         if (isset($this->services['state_machine_transition.repository'])) {
  28135.             return $this->services['state_machine_transition.repository'];
  28136.         }
  28137.         $b = ($this->services['Shopware\\Core\\Framework\\DataAbstractionLayer\\Search\\EntitySearcherInterface'] ?? $this->getEntitySearcherInterfaceService());
  28138.         if (isset($this->services['state_machine_transition.repository'])) {
  28139.             return $this->services['state_machine_transition.repository'];
  28140.         }
  28141.         $c = ($this->services['Shopware\\Core\\Framework\\DataAbstractionLayer\\Search\\EntityAggregatorInterface'] ?? $this->getEntityAggregatorInterfaceService());
  28142.         if (isset($this->services['state_machine_transition.repository'])) {
  28143.             return $this->services['state_machine_transition.repository'];
  28144.         }
  28145.         $d = ($this->services['event_dispatcher'] ?? $this->getEventDispatcherService());
  28146.         if (isset($this->services['state_machine_transition.repository'])) {
  28147.             return $this->services['state_machine_transition.repository'];
  28148.         }
  28149.         return $this->services['state_machine_transition.repository'] = new \Shopware\Core\Framework\DataAbstractionLayer\EntityRepositoryForwardCompatibilityDecorator(new \Shopware\Core\Framework\DataAbstractionLayer\EntityRepository(($this->services['Shopware\\Core\\System\\StateMachine\\Aggregation\\StateMachineTransition\\StateMachineTransitionDefinition'] ?? $this->getStateMachineTransitionDefinitionService()), ($this->services['Shopware\\Core\\Framework\\DataAbstractionLayer\\Read\\EntityReaderInterface'] ?? $this->getEntityReaderInterfaceService()), $a$b$c$d, ($this->services['Shopware\\Core\\Framework\\DataAbstractionLayer\\Event\\EntityLoadedEventFactory'] ?? $this->getEntityLoadedEventFactoryService())));
  28150.     }
  28151.     /**
  28152.      * Gets the public 'state_machine_translation.repository' shared service.
  28153.      *
  28154.      * @return \Shopware\Core\Framework\DataAbstractionLayer\EntityRepositoryForwardCompatibilityDecorator
  28155.      */
  28156.     protected function getStateMachineTranslation_RepositoryService()
  28157.     {
  28158.         return $this->services['state_machine_translation.repository'] = new \Shopware\Core\Framework\DataAbstractionLayer\EntityRepositoryForwardCompatibilityDecorator(new \Shopware\Core\Framework\DataAbstractionLayer\EntityRepository(($this->services['Shopware\\Core\\System\\StateMachine\\StateMachineTranslationDefinition'] ?? $this->getStateMachineTranslationDefinitionService()), ($this->services['Shopware\\Core\\Framework\\DataAbstractionLayer\\Read\\EntityReaderInterface'] ?? $this->getEntityReaderInterfaceService()), ($this->services['Shopware\\Core\\Framework\\DataAbstractionLayer\\VersionManager'] ?? $this->getVersionManagerService()), ($this->services['Shopware\\Core\\Framework\\DataAbstractionLayer\\Search\\EntitySearcherInterface'] ?? $this->getEntitySearcherInterfaceService()), ($this->services['Shopware\\Core\\Framework\\DataAbstractionLayer\\Search\\EntityAggregatorInterface'] ?? $this->getEntityAggregatorInterfaceService()), ($this->services['event_dispatcher'] ?? $this->getEventDispatcherService()), ($this->services['Shopware\\Core\\Framework\\DataAbstractionLayer\\Event\\EntityLoadedEventFactory'] ?? $this->getEntityLoadedEventFactoryService())));
  28159.     }
  28160.     /**
  28161.      * Gets the public 'storefront.filesystem.private' shared service.
  28162.      *
  28163.      * @return \Shopware\Core\Framework\Adapter\Filesystem\PrefixFilesystem
  28164.      */
  28165.     protected function getStorefront_Filesystem_PrivateService()
  28166.     {
  28167.         include_once \dirname(__DIR__4).'/vendor/shopware/core/Framework/Adapter/Filesystem/AbstractFilesystem.php';
  28168.         include_once \dirname(__DIR__4).'/vendor/shopware/core/Framework/Adapter/Filesystem/PrefixFilesystem.php';
  28169.         return $this->services['storefront.filesystem.private'] = new \Shopware\Core\Framework\Adapter\Filesystem\PrefixFilesystem(($this->services['shopware.filesystem.private'] ?? $this->getShopware_Filesystem_PrivateService()), 'plugins/storefront');
  28170.     }
  28171.     /**
  28172.      * Gets the public 'storefront.filesystem.public' shared service.
  28173.      *
  28174.      * @return \Shopware\Core\Framework\Adapter\Filesystem\PrefixFilesystem
  28175.      */
  28176.     protected function getStorefront_Filesystem_PublicService()
  28177.     {
  28178.         include_once \dirname(__DIR__4).'/vendor/shopware/core/Framework/Adapter/Filesystem/AbstractFilesystem.php';
  28179.         include_once \dirname(__DIR__4).'/vendor/shopware/core/Framework/Adapter/Filesystem/PrefixFilesystem.php';
  28180.         return $this->services['storefront.filesystem.public'] = new \Shopware\Core\Framework\Adapter\Filesystem\PrefixFilesystem(($this->services['shopware.filesystem.public'] ?? $this->getShopware_Filesystem_PublicService()), 'plugins/storefront');
  28181.     }
  28182.     /**
  28183.      * Gets the public 'swag_amazon_pay.filesystem.private' shared service.
  28184.      *
  28185.      * @return \Shopware\Core\Framework\Adapter\Filesystem\PrefixFilesystem
  28186.      */
  28187.     protected function getSwagAmazonPay_Filesystem_PrivateService()
  28188.     {
  28189.         include_once \dirname(__DIR__4).'/vendor/shopware/core/Framework/Adapter/Filesystem/AbstractFilesystem.php';
  28190.         include_once \dirname(__DIR__4).'/vendor/shopware/core/Framework/Adapter/Filesystem/PrefixFilesystem.php';
  28191.         return $this->services['swag_amazon_pay.filesystem.private'] = new \Shopware\Core\Framework\Adapter\Filesystem\PrefixFilesystem(($this->services['shopware.filesystem.private'] ?? $this->getShopware_Filesystem_PrivateService()), 'plugins/swag_amazon_pay');
  28192.     }
  28193.     /**
  28194.      * Gets the public 'swag_amazon_pay.filesystem.public' shared service.
  28195.      *
  28196.      * @return \Shopware\Core\Framework\Adapter\Filesystem\PrefixFilesystem
  28197.      */
  28198.     protected function getSwagAmazonPay_Filesystem_PublicService()
  28199.     {
  28200.         include_once \dirname(__DIR__4).'/vendor/shopware/core/Framework/Adapter/Filesystem/AbstractFilesystem.php';
  28201.         include_once \dirname(__DIR__4).'/vendor/shopware/core/Framework/Adapter/Filesystem/PrefixFilesystem.php';
  28202.         return $this->services['swag_amazon_pay.filesystem.public'] = new \Shopware\Core\Framework\Adapter\Filesystem\PrefixFilesystem(($this->services['shopware.filesystem.public'] ?? $this->getShopware_Filesystem_PublicService()), 'plugins/swag_amazon_pay');
  28203.     }
  28204.     /**
  28205.      * Gets the public 'swag_amazon_pay_payment_notification.repository' shared service.
  28206.      *
  28207.      * @return \Shopware\Core\Framework\DataAbstractionLayer\EntityRepositoryForwardCompatibilityDecorator
  28208.      */
  28209.     protected function getSwagAmazonPayPaymentNotification_RepositoryService()
  28210.     {
  28211.         return $this->services['swag_amazon_pay_payment_notification.repository'] = new \Shopware\Core\Framework\DataAbstractionLayer\EntityRepositoryForwardCompatibilityDecorator(new \Shopware\Core\Framework\DataAbstractionLayer\EntityRepository(($this->services['Swag\\AmazonPay\\DataAbstractionLayer\\Entity\\PaymentNotification\\PaymentNotificationDefinition'] ?? $this->getPaymentNotificationDefinitionService()), ($this->services['Shopware\\Core\\Framework\\DataAbstractionLayer\\Read\\EntityReaderInterface'] ?? $this->getEntityReaderInterfaceService()), ($this->services['Shopware\\Core\\Framework\\DataAbstractionLayer\\VersionManager'] ?? $this->getVersionManagerService()), ($this->services['Shopware\\Core\\Framework\\DataAbstractionLayer\\Search\\EntitySearcherInterface'] ?? $this->getEntitySearcherInterfaceService()), ($this->services['Shopware\\Core\\Framework\\DataAbstractionLayer\\Search\\EntityAggregatorInterface'] ?? $this->getEntityAggregatorInterfaceService()), ($this->services['event_dispatcher'] ?? $this->getEventDispatcherService()), ($this->services['Shopware\\Core\\Framework\\DataAbstractionLayer\\Event\\EntityLoadedEventFactory'] ?? $this->getEntityLoadedEventFactoryService())));
  28212.     }
  28213.     /**
  28214.      * Gets the public 'swag_amazon_pay_signup_token.repository' shared service.
  28215.      *
  28216.      * @return \Shopware\Core\Framework\DataAbstractionLayer\EntityRepositoryForwardCompatibilityDecorator
  28217.      */
  28218.     protected function getSwagAmazonPaySignupToken_RepositoryService()
  28219.     {
  28220.         $a = ($this->services['Shopware\\Core\\Framework\\DataAbstractionLayer\\VersionManager'] ?? $this->getVersionManagerService());
  28221.         if (isset($this->services['swag_amazon_pay_signup_token.repository'])) {
  28222.             return $this->services['swag_amazon_pay_signup_token.repository'];
  28223.         }
  28224.         $b = ($this->services['Shopware\\Core\\Framework\\DataAbstractionLayer\\Search\\EntitySearcherInterface'] ?? $this->getEntitySearcherInterfaceService());
  28225.         if (isset($this->services['swag_amazon_pay_signup_token.repository'])) {
  28226.             return $this->services['swag_amazon_pay_signup_token.repository'];
  28227.         }
  28228.         $c = ($this->services['Shopware\\Core\\Framework\\DataAbstractionLayer\\Search\\EntityAggregatorInterface'] ?? $this->getEntityAggregatorInterfaceService());
  28229.         if (isset($this->services['swag_amazon_pay_signup_token.repository'])) {
  28230.             return $this->services['swag_amazon_pay_signup_token.repository'];
  28231.         }
  28232.         $d = ($this->services['event_dispatcher'] ?? $this->getEventDispatcherService());
  28233.         if (isset($this->services['swag_amazon_pay_signup_token.repository'])) {
  28234.             return $this->services['swag_amazon_pay_signup_token.repository'];
  28235.         }
  28236.         return $this->services['swag_amazon_pay_signup_token.repository'] = new \Shopware\Core\Framework\DataAbstractionLayer\EntityRepositoryForwardCompatibilityDecorator(new \Shopware\Core\Framework\DataAbstractionLayer\EntityRepository(($this->services['Swag\\AmazonPay\\DataAbstractionLayer\\Entity\\SignUpToken\\SignUpTokenDefinition'] ?? $this->getSignUpTokenDefinitionService()), ($this->services['Shopware\\Core\\Framework\\DataAbstractionLayer\\Read\\EntityReaderInterface'] ?? $this->getEntityReaderInterfaceService()), $a$b$c$d, ($this->services['Shopware\\Core\\Framework\\DataAbstractionLayer\\Event\\EntityLoadedEventFactory'] ?? $this->getEntityLoadedEventFactoryService())));
  28237.     }
  28238.     /**
  28239.      * Gets the public 'swag_amazon_pay_transaction.repository' shared service.
  28240.      *
  28241.      * @return \Shopware\Core\Framework\DataAbstractionLayer\EntityRepositoryForwardCompatibilityDecorator
  28242.      */
  28243.     protected function getSwagAmazonPayTransaction_RepositoryService()
  28244.     {
  28245.         $a = ($this->services['Shopware\\Core\\Framework\\DataAbstractionLayer\\VersionManager'] ?? $this->getVersionManagerService());
  28246.         if (isset($this->services['swag_amazon_pay_transaction.repository'])) {
  28247.             return $this->services['swag_amazon_pay_transaction.repository'];
  28248.         }
  28249.         $b = ($this->services['Shopware\\Core\\Framework\\DataAbstractionLayer\\Search\\EntitySearcherInterface'] ?? $this->getEntitySearcherInterfaceService());
  28250.         if (isset($this->services['swag_amazon_pay_transaction.repository'])) {
  28251.             return $this->services['swag_amazon_pay_transaction.repository'];
  28252.         }
  28253.         $c = ($this->services['Shopware\\Core\\Framework\\DataAbstractionLayer\\Search\\EntityAggregatorInterface'] ?? $this->getEntityAggregatorInterfaceService());
  28254.         if (isset($this->services['swag_amazon_pay_transaction.repository'])) {
  28255.             return $this->services['swag_amazon_pay_transaction.repository'];
  28256.         }
  28257.         $d = ($this->services['event_dispatcher'] ?? $this->getEventDispatcherService());
  28258.         if (isset($this->services['swag_amazon_pay_transaction.repository'])) {
  28259.             return $this->services['swag_amazon_pay_transaction.repository'];
  28260.         }
  28261.         return $this->services['swag_amazon_pay_transaction.repository'] = new \Shopware\Core\Framework\DataAbstractionLayer\EntityRepositoryForwardCompatibilityDecorator(new \Shopware\Core\Framework\DataAbstractionLayer\EntityRepository(($this->services['Swag\\AmazonPay\\DataAbstractionLayer\\Entity\\AmazonPayTransaction\\AmazonPayTransactionDefinition'] ?? $this->getAmazonPayTransactionDefinitionService()), ($this->services['Shopware\\Core\\Framework\\DataAbstractionLayer\\Read\\EntityReaderInterface'] ?? $this->getEntityReaderInterfaceService()), $a$b$c$d, ($this->services['Shopware\\Core\\Framework\\DataAbstractionLayer\\Event\\EntityLoadedEventFactory'] ?? $this->getEntityLoadedEventFactoryService())));
  28262.     }
  28263.     /**
  28264.      * Gets the public 'swag_extension_store.filesystem.private' shared service.
  28265.      *
  28266.      * @return \Shopware\Core\Framework\Adapter\Filesystem\PrefixFilesystem
  28267.      */
  28268.     protected function getSwagExtensionStore_Filesystem_PrivateService()
  28269.     {
  28270.         include_once \dirname(__DIR__4).'/vendor/shopware/core/Framework/Adapter/Filesystem/AbstractFilesystem.php';
  28271.         include_once \dirname(__DIR__4).'/vendor/shopware/core/Framework/Adapter/Filesystem/PrefixFilesystem.php';
  28272.         return $this->services['swag_extension_store.filesystem.private'] = new \Shopware\Core\Framework\Adapter\Filesystem\PrefixFilesystem(($this->services['shopware.filesystem.private'] ?? $this->getShopware_Filesystem_PrivateService()), 'plugins/swag_extension_store');
  28273.     }
  28274.     /**
  28275.      * Gets the public 'swag_extension_store.filesystem.public' shared service.
  28276.      *
  28277.      * @return \Shopware\Core\Framework\Adapter\Filesystem\PrefixFilesystem
  28278.      */
  28279.     protected function getSwagExtensionStore_Filesystem_PublicService()
  28280.     {
  28281.         include_once \dirname(__DIR__4).'/vendor/shopware/core/Framework/Adapter/Filesystem/AbstractFilesystem.php';
  28282.         include_once \dirname(__DIR__4).'/vendor/shopware/core/Framework/Adapter/Filesystem/PrefixFilesystem.php';
  28283.         return $this->services['swag_extension_store.filesystem.public'] = new \Shopware\Core\Framework\Adapter\Filesystem\PrefixFilesystem(($this->services['shopware.filesystem.public'] ?? $this->getShopware_Filesystem_PublicService()), 'plugins/swag_extension_store');
  28284.     }
  28285.     /**
  28286.      * Gets the public 'swag_migration_assistant.filesystem.private' shared service.
  28287.      *
  28288.      * @return \Shopware\Core\Framework\Adapter\Filesystem\PrefixFilesystem
  28289.      */
  28290.     protected function getSwagMigrationAssistant_Filesystem_PrivateService()
  28291.     {
  28292.         include_once \dirname(__DIR__4).'/vendor/shopware/core/Framework/Adapter/Filesystem/AbstractFilesystem.php';
  28293.         include_once \dirname(__DIR__4).'/vendor/shopware/core/Framework/Adapter/Filesystem/PrefixFilesystem.php';
  28294.         return $this->services['swag_migration_assistant.filesystem.private'] = new \Shopware\Core\Framework\Adapter\Filesystem\PrefixFilesystem(($this->services['shopware.filesystem.private'] ?? $this->getShopware_Filesystem_PrivateService()), 'plugins/swag_migration_assistant');
  28295.     }
  28296.     /**
  28297.      * Gets the public 'swag_migration_assistant.filesystem.public' shared service.
  28298.      *
  28299.      * @return \Shopware\Core\Framework\Adapter\Filesystem\PrefixFilesystem
  28300.      */
  28301.     protected function getSwagMigrationAssistant_Filesystem_PublicService()
  28302.     {
  28303.         include_once \dirname(__DIR__4).'/vendor/shopware/core/Framework/Adapter/Filesystem/AbstractFilesystem.php';
  28304.         include_once \dirname(__DIR__4).'/vendor/shopware/core/Framework/Adapter/Filesystem/PrefixFilesystem.php';
  28305.         return $this->services['swag_migration_assistant.filesystem.public'] = new \Shopware\Core\Framework\Adapter\Filesystem\PrefixFilesystem(($this->services['shopware.filesystem.public'] ?? $this->getShopware_Filesystem_PublicService()), 'plugins/swag_migration_assistant');
  28306.     }
  28307.     /**
  28308.      * Gets the public 'swag_migration_connection.repository' shared service.
  28309.      *
  28310.      * @return \Shopware\Core\Framework\DataAbstractionLayer\EntityRepositoryForwardCompatibilityDecorator
  28311.      */
  28312.     protected function getSwagMigrationConnection_RepositoryService()
  28313.     {
  28314.         $a = ($this->services['Shopware\\Core\\Framework\\DataAbstractionLayer\\VersionManager'] ?? $this->getVersionManagerService());
  28315.         if (isset($this->services['swag_migration_connection.repository'])) {
  28316.             return $this->services['swag_migration_connection.repository'];
  28317.         }
  28318.         $b = ($this->services['Shopware\\Core\\Framework\\DataAbstractionLayer\\Search\\EntitySearcherInterface'] ?? $this->getEntitySearcherInterfaceService());
  28319.         if (isset($this->services['swag_migration_connection.repository'])) {
  28320.             return $this->services['swag_migration_connection.repository'];
  28321.         }
  28322.         $c = ($this->services['Shopware\\Core\\Framework\\DataAbstractionLayer\\Search\\EntityAggregatorInterface'] ?? $this->getEntityAggregatorInterfaceService());
  28323.         if (isset($this->services['swag_migration_connection.repository'])) {
  28324.             return $this->services['swag_migration_connection.repository'];
  28325.         }
  28326.         $d = ($this->services['event_dispatcher'] ?? $this->getEventDispatcherService());
  28327.         if (isset($this->services['swag_migration_connection.repository'])) {
  28328.             return $this->services['swag_migration_connection.repository'];
  28329.         }
  28330.         return $this->services['swag_migration_connection.repository'] = new \Shopware\Core\Framework\DataAbstractionLayer\EntityRepositoryForwardCompatibilityDecorator(new \Shopware\Core\Framework\DataAbstractionLayer\EntityRepository(($this->services['SwagMigrationAssistant\\Migration\\Connection\\SwagMigrationConnectionDefinition'] ?? $this->getSwagMigrationConnectionDefinitionService()), ($this->services['Shopware\\Core\\Framework\\DataAbstractionLayer\\Read\\EntityReaderInterface'] ?? $this->getEntityReaderInterfaceService()), $a$b$c$d, ($this->services['Shopware\\Core\\Framework\\DataAbstractionLayer\\Event\\EntityLoadedEventFactory'] ?? $this->getEntityLoadedEventFactoryService())));
  28331.     }
  28332.     /**
  28333.      * Gets the public 'swag_migration_data.repository' shared service.
  28334.      *
  28335.      * @return \Shopware\Core\Framework\DataAbstractionLayer\EntityRepositoryForwardCompatibilityDecorator
  28336.      */
  28337.     protected function getSwagMigrationData_RepositoryService()
  28338.     {
  28339.         return $this->services['swag_migration_data.repository'] = new \Shopware\Core\Framework\DataAbstractionLayer\EntityRepositoryForwardCompatibilityDecorator(new \Shopware\Core\Framework\DataAbstractionLayer\EntityRepository(($this->services['SwagMigrationAssistant\\Migration\\Data\\SwagMigrationDataDefinition'] ?? $this->getSwagMigrationDataDefinitionService()), ($this->services['Shopware\\Core\\Framework\\DataAbstractionLayer\\Read\\EntityReaderInterface'] ?? $this->getEntityReaderInterfaceService()), ($this->services['Shopware\\Core\\Framework\\DataAbstractionLayer\\VersionManager'] ?? $this->getVersionManagerService()), ($this->services['Shopware\\Core\\Framework\\DataAbstractionLayer\\Search\\EntitySearcherInterface'] ?? $this->getEntitySearcherInterfaceService()), ($this->services['Shopware\\Core\\Framework\\DataAbstractionLayer\\Search\\EntityAggregatorInterface'] ?? $this->getEntityAggregatorInterfaceService()), ($this->services['event_dispatcher'] ?? $this->getEventDispatcherService()), ($this->services['Shopware\\Core\\Framework\\DataAbstractionLayer\\Event\\EntityLoadedEventFactory'] ?? $this->getEntityLoadedEventFactoryService())));
  28340.     }
  28341.     /**
  28342.      * Gets the public 'swag_migration_general_setting.repository' shared service.
  28343.      *
  28344.      * @return \Shopware\Core\Framework\DataAbstractionLayer\EntityRepositoryForwardCompatibilityDecorator
  28345.      */
  28346.     protected function getSwagMigrationGeneralSetting_RepositoryService()
  28347.     {
  28348.         return $this->services['swag_migration_general_setting.repository'] = new \Shopware\Core\Framework\DataAbstractionLayer\EntityRepositoryForwardCompatibilityDecorator(new \Shopware\Core\Framework\DataAbstractionLayer\EntityRepository(($this->services['SwagMigrationAssistant\\Migration\\Setting\\GeneralSettingDefinition'] ?? $this->getGeneralSettingDefinitionService()), ($this->services['Shopware\\Core\\Framework\\DataAbstractionLayer\\Read\\EntityReaderInterface'] ?? $this->getEntityReaderInterfaceService()), ($this->services['Shopware\\Core\\Framework\\DataAbstractionLayer\\VersionManager'] ?? $this->getVersionManagerService()), ($this->services['Shopware\\Core\\Framework\\DataAbstractionLayer\\Search\\EntitySearcherInterface'] ?? $this->getEntitySearcherInterfaceService()), ($this->services['Shopware\\Core\\Framework\\DataAbstractionLayer\\Search\\EntityAggregatorInterface'] ?? $this->getEntityAggregatorInterfaceService()), ($this->services['event_dispatcher'] ?? $this->getEventDispatcherService()), ($this->services['Shopware\\Core\\Framework\\DataAbstractionLayer\\Event\\EntityLoadedEventFactory'] ?? $this->getEntityLoadedEventFactoryService())));
  28349.     }
  28350.     /**
  28351.      * Gets the public 'swag_migration_logging.repository' shared service.
  28352.      *
  28353.      * @return \Shopware\Core\Framework\DataAbstractionLayer\EntityRepositoryForwardCompatibilityDecorator
  28354.      */
  28355.     protected function getSwagMigrationLogging_RepositoryService()
  28356.     {
  28357.         $a = ($this->services['Shopware\\Core\\Framework\\DataAbstractionLayer\\VersionManager'] ?? $this->getVersionManagerService());
  28358.         if (isset($this->services['swag_migration_logging.repository'])) {
  28359.             return $this->services['swag_migration_logging.repository'];
  28360.         }
  28361.         $b = ($this->services['Shopware\\Core\\Framework\\DataAbstractionLayer\\Search\\EntitySearcherInterface'] ?? $this->getEntitySearcherInterfaceService());
  28362.         if (isset($this->services['swag_migration_logging.repository'])) {
  28363.             return $this->services['swag_migration_logging.repository'];
  28364.         }
  28365.         $c = ($this->services['Shopware\\Core\\Framework\\DataAbstractionLayer\\Search\\EntityAggregatorInterface'] ?? $this->getEntityAggregatorInterfaceService());
  28366.         if (isset($this->services['swag_migration_logging.repository'])) {
  28367.             return $this->services['swag_migration_logging.repository'];
  28368.         }
  28369.         $d = ($this->services['event_dispatcher'] ?? $this->getEventDispatcherService());
  28370.         if (isset($this->services['swag_migration_logging.repository'])) {
  28371.             return $this->services['swag_migration_logging.repository'];
  28372.         }
  28373.         return $this->services['swag_migration_logging.repository'] = new \Shopware\Core\Framework\DataAbstractionLayer\EntityRepositoryForwardCompatibilityDecorator(new \Shopware\Core\Framework\DataAbstractionLayer\EntityRepository(($this->services['SwagMigrationAssistant\\Migration\\Logging\\SwagMigrationLoggingDefinition'] ?? $this->getSwagMigrationLoggingDefinitionService()), ($this->services['Shopware\\Core\\Framework\\DataAbstractionLayer\\Read\\EntityReaderInterface'] ?? $this->getEntityReaderInterfaceService()), $a$b$c$d, ($this->services['Shopware\\Core\\Framework\\DataAbstractionLayer\\Event\\EntityLoadedEventFactory'] ?? $this->getEntityLoadedEventFactoryService())));
  28374.     }
  28375.     /**
  28376.      * Gets the public 'swag_migration_mapping.repository' shared service.
  28377.      *
  28378.      * @return \Shopware\Core\Framework\DataAbstractionLayer\EntityRepositoryForwardCompatibilityDecorator
  28379.      */
  28380.     protected function getSwagMigrationMapping_RepositoryService()
  28381.     {
  28382.         $a = ($this->services['Shopware\\Core\\Framework\\DataAbstractionLayer\\VersionManager'] ?? $this->getVersionManagerService());
  28383.         if (isset($this->services['swag_migration_mapping.repository'])) {
  28384.             return $this->services['swag_migration_mapping.repository'];
  28385.         }
  28386.         $b = ($this->services['Shopware\\Core\\Framework\\DataAbstractionLayer\\Search\\EntitySearcherInterface'] ?? $this->getEntitySearcherInterfaceService());
  28387.         if (isset($this->services['swag_migration_mapping.repository'])) {
  28388.             return $this->services['swag_migration_mapping.repository'];
  28389.         }
  28390.         $c = ($this->services['Shopware\\Core\\Framework\\DataAbstractionLayer\\Search\\EntityAggregatorInterface'] ?? $this->getEntityAggregatorInterfaceService());
  28391.         if (isset($this->services['swag_migration_mapping.repository'])) {
  28392.             return $this->services['swag_migration_mapping.repository'];
  28393.         }
  28394.         $d = ($this->services['event_dispatcher'] ?? $this->getEventDispatcherService());
  28395.         if (isset($this->services['swag_migration_mapping.repository'])) {
  28396.             return $this->services['swag_migration_mapping.repository'];
  28397.         }
  28398.         return $this->services['swag_migration_mapping.repository'] = new \Shopware\Core\Framework\DataAbstractionLayer\EntityRepositoryForwardCompatibilityDecorator(new \Shopware\Core\Framework\DataAbstractionLayer\EntityRepository(($this->services['SwagMigrationAssistant\\Migration\\Mapping\\SwagMigrationMappingDefinition'] ?? $this->getSwagMigrationMappingDefinitionService()), ($this->services['Shopware\\Core\\Framework\\DataAbstractionLayer\\Read\\EntityReaderInterface'] ?? $this->getEntityReaderInterfaceService()), $a$b$c$d, ($this->services['Shopware\\Core\\Framework\\DataAbstractionLayer\\Event\\EntityLoadedEventFactory'] ?? $this->getEntityLoadedEventFactoryService())));
  28399.     }
  28400.     /**
  28401.      * Gets the public 'swag_migration_media_file.repository' shared service.
  28402.      *
  28403.      * @return \Shopware\Core\Framework\DataAbstractionLayer\EntityRepositoryForwardCompatibilityDecorator
  28404.      */
  28405.     protected function getSwagMigrationMediaFile_RepositoryService()
  28406.     {
  28407.         $a = ($this->services['Shopware\\Core\\Framework\\DataAbstractionLayer\\VersionManager'] ?? $this->getVersionManagerService());
  28408.         if (isset($this->services['swag_migration_media_file.repository'])) {
  28409.             return $this->services['swag_migration_media_file.repository'];
  28410.         }
  28411.         $b = ($this->services['Shopware\\Core\\Framework\\DataAbstractionLayer\\Search\\EntitySearcherInterface'] ?? $this->getEntitySearcherInterfaceService());
  28412.         if (isset($this->services['swag_migration_media_file.repository'])) {
  28413.             return $this->services['swag_migration_media_file.repository'];
  28414.         }
  28415.         $c = ($this->services['Shopware\\Core\\Framework\\DataAbstractionLayer\\Search\\EntityAggregatorInterface'] ?? $this->getEntityAggregatorInterfaceService());
  28416.         if (isset($this->services['swag_migration_media_file.repository'])) {
  28417.             return $this->services['swag_migration_media_file.repository'];
  28418.         }
  28419.         $d = ($this->services['event_dispatcher'] ?? $this->getEventDispatcherService());
  28420.         if (isset($this->services['swag_migration_media_file.repository'])) {
  28421.             return $this->services['swag_migration_media_file.repository'];
  28422.         }
  28423.         return $this->services['swag_migration_media_file.repository'] = new \Shopware\Core\Framework\DataAbstractionLayer\EntityRepositoryForwardCompatibilityDecorator(new \Shopware\Core\Framework\DataAbstractionLayer\EntityRepository(($this->services['SwagMigrationAssistant\\Migration\\Media\\SwagMigrationMediaFileDefinition'] ?? $this->getSwagMigrationMediaFileDefinitionService()), ($this->services['Shopware\\Core\\Framework\\DataAbstractionLayer\\Read\\EntityReaderInterface'] ?? $this->getEntityReaderInterfaceService()), $a$b$c$d, ($this->services['Shopware\\Core\\Framework\\DataAbstractionLayer\\Event\\EntityLoadedEventFactory'] ?? $this->getEntityLoadedEventFactoryService())));
  28424.     }
  28425.     /**
  28426.      * Gets the public 'swag_migration_run.repository' shared service.
  28427.      *
  28428.      * @return \Shopware\Core\Framework\DataAbstractionLayer\EntityRepositoryForwardCompatibilityDecorator
  28429.      */
  28430.     protected function getSwagMigrationRun_RepositoryService()
  28431.     {
  28432.         $a = ($this->services['Shopware\\Core\\Framework\\DataAbstractionLayer\\VersionManager'] ?? $this->getVersionManagerService());
  28433.         if (isset($this->services['swag_migration_run.repository'])) {
  28434.             return $this->services['swag_migration_run.repository'];
  28435.         }
  28436.         $b = ($this->services['Shopware\\Core\\Framework\\DataAbstractionLayer\\Search\\EntitySearcherInterface'] ?? $this->getEntitySearcherInterfaceService());
  28437.         if (isset($this->services['swag_migration_run.repository'])) {
  28438.             return $this->services['swag_migration_run.repository'];
  28439.         }
  28440.         $c = ($this->services['Shopware\\Core\\Framework\\DataAbstractionLayer\\Search\\EntityAggregatorInterface'] ?? $this->getEntityAggregatorInterfaceService());
  28441.         if (isset($this->services['swag_migration_run.repository'])) {
  28442.             return $this->services['swag_migration_run.repository'];
  28443.         }
  28444.         $d = ($this->services['event_dispatcher'] ?? $this->getEventDispatcherService());
  28445.         if (isset($this->services['swag_migration_run.repository'])) {
  28446.             return $this->services['swag_migration_run.repository'];
  28447.         }
  28448.         return $this->services['swag_migration_run.repository'] = new \Shopware\Core\Framework\DataAbstractionLayer\EntityRepositoryForwardCompatibilityDecorator(new \Shopware\Core\Framework\DataAbstractionLayer\EntityRepository(($this->services['SwagMigrationAssistant\\Migration\\Run\\SwagMigrationRunDefinition'] ?? $this->getSwagMigrationRunDefinitionService()), ($this->services['Shopware\\Core\\Framework\\DataAbstractionLayer\\Read\\EntityReaderInterface'] ?? $this->getEntityReaderInterfaceService()), $a$b$c$d, ($this->services['Shopware\\Core\\Framework\\DataAbstractionLayer\\Event\\EntityLoadedEventFactory'] ?? $this->getEntityLoadedEventFactoryService())));
  28449.     }
  28450.     /**
  28451.      * Gets the public 'swag_pay_pal.filesystem.private' shared service.
  28452.      *
  28453.      * @return \Shopware\Core\Framework\Adapter\Filesystem\PrefixFilesystem
  28454.      */
  28455.     protected function getSwagPayPal_Filesystem_PrivateService()
  28456.     {
  28457.         include_once \dirname(__DIR__4).'/vendor/shopware/core/Framework/Adapter/Filesystem/AbstractFilesystem.php';
  28458.         include_once \dirname(__DIR__4).'/vendor/shopware/core/Framework/Adapter/Filesystem/PrefixFilesystem.php';
  28459.         return $this->services['swag_pay_pal.filesystem.private'] = new \Shopware\Core\Framework\Adapter\Filesystem\PrefixFilesystem(($this->services['shopware.filesystem.private'] ?? $this->getShopware_Filesystem_PrivateService()), 'plugins/swag_pay_pal');
  28460.     }
  28461.     /**
  28462.      * Gets the public 'swag_pay_pal.filesystem.public' shared service.
  28463.      *
  28464.      * @return \Shopware\Core\Framework\Adapter\Filesystem\PrefixFilesystem
  28465.      */
  28466.     protected function getSwagPayPal_Filesystem_PublicService()
  28467.     {
  28468.         include_once \dirname(__DIR__4).'/vendor/shopware/core/Framework/Adapter/Filesystem/AbstractFilesystem.php';
  28469.         include_once \dirname(__DIR__4).'/vendor/shopware/core/Framework/Adapter/Filesystem/PrefixFilesystem.php';
  28470.         return $this->services['swag_pay_pal.filesystem.public'] = new \Shopware\Core\Framework\Adapter\Filesystem\PrefixFilesystem(($this->services['shopware.filesystem.public'] ?? $this->getShopware_Filesystem_PublicService()), 'plugins/swag_pay_pal');
  28471.     }
  28472.     /**
  28473.      * Gets the public 'swag_paypal_pos_sales_channel.repository' shared service.
  28474.      *
  28475.      * @return \Shopware\Core\Framework\DataAbstractionLayer\EntityRepositoryForwardCompatibilityDecorator
  28476.      */
  28477.     protected function getSwagPaypalPosSalesChannel_RepositoryService()
  28478.     {
  28479.         $a = ($this->services['Shopware\\Core\\Framework\\DataAbstractionLayer\\VersionManager'] ?? $this->getVersionManagerService());
  28480.         if (isset($this->services['swag_paypal_pos_sales_channel.repository'])) {
  28481.             return $this->services['swag_paypal_pos_sales_channel.repository'];
  28482.         }
  28483.         $b = ($this->services['Shopware\\Core\\Framework\\DataAbstractionLayer\\Search\\EntitySearcherInterface'] ?? $this->getEntitySearcherInterfaceService());
  28484.         if (isset($this->services['swag_paypal_pos_sales_channel.repository'])) {
  28485.             return $this->services['swag_paypal_pos_sales_channel.repository'];
  28486.         }
  28487.         $c = ($this->services['Shopware\\Core\\Framework\\DataAbstractionLayer\\Search\\EntityAggregatorInterface'] ?? $this->getEntityAggregatorInterfaceService());
  28488.         if (isset($this->services['swag_paypal_pos_sales_channel.repository'])) {
  28489.             return $this->services['swag_paypal_pos_sales_channel.repository'];
  28490.         }
  28491.         $d = ($this->services['event_dispatcher'] ?? $this->getEventDispatcherService());
  28492.         if (isset($this->services['swag_paypal_pos_sales_channel.repository'])) {
  28493.             return $this->services['swag_paypal_pos_sales_channel.repository'];
  28494.         }
  28495.         return $this->services['swag_paypal_pos_sales_channel.repository'] = new \Shopware\Core\Framework\DataAbstractionLayer\EntityRepositoryForwardCompatibilityDecorator(new \Shopware\Core\Framework\DataAbstractionLayer\EntityRepository(($this->services['Swag\\PayPal\\Pos\\DataAbstractionLayer\\Entity\\PosSalesChannelDefinition'] ?? $this->getPosSalesChannelDefinitionService()), ($this->services['Shopware\\Core\\Framework\\DataAbstractionLayer\\Read\\EntityReaderInterface'] ?? $this->getEntityReaderInterfaceService()), $a$b$c$d, ($this->services['Shopware\\Core\\Framework\\DataAbstractionLayer\\Event\\EntityLoadedEventFactory'] ?? $this->getEntityLoadedEventFactoryService())));
  28496.     }
  28497.     /**
  28498.      * Gets the public 'swag_paypal_pos_sales_channel_inventory.repository' shared service.
  28499.      *
  28500.      * @return \Shopware\Core\Framework\DataAbstractionLayer\EntityRepositoryForwardCompatibilityDecorator
  28501.      */
  28502.     protected function getSwagPaypalPosSalesChannelInventory_RepositoryService()
  28503.     {
  28504.         $a = ($this->services['Shopware\\Core\\Framework\\DataAbstractionLayer\\VersionManager'] ?? $this->getVersionManagerService());
  28505.         if (isset($this->services['swag_paypal_pos_sales_channel_inventory.repository'])) {
  28506.             return $this->services['swag_paypal_pos_sales_channel_inventory.repository'];
  28507.         }
  28508.         $b = ($this->services['Shopware\\Core\\Framework\\DataAbstractionLayer\\Search\\EntitySearcherInterface'] ?? $this->getEntitySearcherInterfaceService());
  28509.         if (isset($this->services['swag_paypal_pos_sales_channel_inventory.repository'])) {
  28510.             return $this->services['swag_paypal_pos_sales_channel_inventory.repository'];
  28511.         }
  28512.         $c = ($this->services['Shopware\\Core\\Framework\\DataAbstractionLayer\\Search\\EntityAggregatorInterface'] ?? $this->getEntityAggregatorInterfaceService());
  28513.         if (isset($this->services['swag_paypal_pos_sales_channel_inventory.repository'])) {
  28514.             return $this->services['swag_paypal_pos_sales_channel_inventory.repository'];
  28515.         }
  28516.         $d = ($this->services['event_dispatcher'] ?? $this->getEventDispatcherService());
  28517.         if (isset($this->services['swag_paypal_pos_sales_channel_inventory.repository'])) {
  28518.             return $this->services['swag_paypal_pos_sales_channel_inventory.repository'];
  28519.         }
  28520.         return $this->services['swag_paypal_pos_sales_channel_inventory.repository'] = new \Shopware\Core\Framework\DataAbstractionLayer\EntityRepositoryForwardCompatibilityDecorator(new \Shopware\Core\Framework\DataAbstractionLayer\EntityRepository(($this->services['Swag\\PayPal\\Pos\\DataAbstractionLayer\\Entity\\PosSalesChannelInventoryDefinition'] ?? $this->getPosSalesChannelInventoryDefinitionService()), ($this->services['Shopware\\Core\\Framework\\DataAbstractionLayer\\Read\\EntityReaderInterface'] ?? $this->getEntityReaderInterfaceService()), $a$b$c$d, ($this->services['Shopware\\Core\\Framework\\DataAbstractionLayer\\Event\\EntityLoadedEventFactory'] ?? $this->getEntityLoadedEventFactoryService())));
  28521.     }
  28522.     /**
  28523.      * Gets the public 'swag_paypal_pos_sales_channel_media.repository' shared service.
  28524.      *
  28525.      * @return \Shopware\Core\Framework\DataAbstractionLayer\EntityRepositoryForwardCompatibilityDecorator
  28526.      */
  28527.     protected function getSwagPaypalPosSalesChannelMedia_RepositoryService()
  28528.     {
  28529.         $a = ($this->services['Shopware\\Core\\Framework\\DataAbstractionLayer\\VersionManager'] ?? $this->getVersionManagerService());
  28530.         if (isset($this->services['swag_paypal_pos_sales_channel_media.repository'])) {
  28531.             return $this->services['swag_paypal_pos_sales_channel_media.repository'];
  28532.         }
  28533.         $b = ($this->services['Shopware\\Core\\Framework\\DataAbstractionLayer\\Search\\EntitySearcherInterface'] ?? $this->getEntitySearcherInterfaceService());
  28534.         if (isset($this->services['swag_paypal_pos_sales_channel_media.repository'])) {
  28535.             return $this->services['swag_paypal_pos_sales_channel_media.repository'];
  28536.         }
  28537.         $c = ($this->services['Shopware\\Core\\Framework\\DataAbstractionLayer\\Search\\EntityAggregatorInterface'] ?? $this->getEntityAggregatorInterfaceService());
  28538.         if (isset($this->services['swag_paypal_pos_sales_channel_media.repository'])) {
  28539.             return $this->services['swag_paypal_pos_sales_channel_media.repository'];
  28540.         }
  28541.         $d = ($this->services['event_dispatcher'] ?? $this->getEventDispatcherService());
  28542.         if (isset($this->services['swag_paypal_pos_sales_channel_media.repository'])) {
  28543.             return $this->services['swag_paypal_pos_sales_channel_media.repository'];
  28544.         }
  28545.         return $this->services['swag_paypal_pos_sales_channel_media.repository'] = new \Shopware\Core\Framework\DataAbstractionLayer\EntityRepositoryForwardCompatibilityDecorator(new \Shopware\Core\Framework\DataAbstractionLayer\EntityRepository(($this->services['Swag\\PayPal\\Pos\\DataAbstractionLayer\\Entity\\PosSalesChannelMediaDefinition'] ?? $this->getPosSalesChannelMediaDefinitionService()), ($this->services['Shopware\\Core\\Framework\\DataAbstractionLayer\\Read\\EntityReaderInterface'] ?? $this->getEntityReaderInterfaceService()), $a$b$c$d, ($this->services['Shopware\\Core\\Framework\\DataAbstractionLayer\\Event\\EntityLoadedEventFactory'] ?? $this->getEntityLoadedEventFactoryService())));
  28546.     }
  28547.     /**
  28548.      * Gets the public 'swag_paypal_pos_sales_channel_product.repository' shared service.
  28549.      *
  28550.      * @return \Shopware\Core\Framework\DataAbstractionLayer\EntityRepositoryForwardCompatibilityDecorator
  28551.      */
  28552.     protected function getSwagPaypalPosSalesChannelProduct_RepositoryService()
  28553.     {
  28554.         $a = ($this->services['Shopware\\Core\\Framework\\DataAbstractionLayer\\VersionManager'] ?? $this->getVersionManagerService());
  28555.         if (isset($this->services['swag_paypal_pos_sales_channel_product.repository'])) {
  28556.             return $this->services['swag_paypal_pos_sales_channel_product.repository'];
  28557.         }
  28558.         $b = ($this->services['Shopware\\Core\\Framework\\DataAbstractionLayer\\Search\\EntitySearcherInterface'] ?? $this->getEntitySearcherInterfaceService());
  28559.         if (isset($this->services['swag_paypal_pos_sales_channel_product.repository'])) {
  28560.             return $this->services['swag_paypal_pos_sales_channel_product.repository'];
  28561.         }
  28562.         $c = ($this->services['Shopware\\Core\\Framework\\DataAbstractionLayer\\Search\\EntityAggregatorInterface'] ?? $this->getEntityAggregatorInterfaceService());
  28563.         if (isset($this->services['swag_paypal_pos_sales_channel_product.repository'])) {
  28564.             return $this->services['swag_paypal_pos_sales_channel_product.repository'];
  28565.         }
  28566.         $d = ($this->services['event_dispatcher'] ?? $this->getEventDispatcherService());
  28567.         if (isset($this->services['swag_paypal_pos_sales_channel_product.repository'])) {
  28568.             return $this->services['swag_paypal_pos_sales_channel_product.repository'];
  28569.         }
  28570.         return $this->services['swag_paypal_pos_sales_channel_product.repository'] = new \Shopware\Core\Framework\DataAbstractionLayer\EntityRepositoryForwardCompatibilityDecorator(new \Shopware\Core\Framework\DataAbstractionLayer\EntityRepository(($this->services['Swag\\PayPal\\Pos\\DataAbstractionLayer\\Entity\\PosSalesChannelProductDefinition'] ?? $this->getPosSalesChannelProductDefinitionService()), ($this->services['Shopware\\Core\\Framework\\DataAbstractionLayer\\Read\\EntityReaderInterface'] ?? $this->getEntityReaderInterfaceService()), $a$b$c$d, ($this->services['Shopware\\Core\\Framework\\DataAbstractionLayer\\Event\\EntityLoadedEventFactory'] ?? $this->getEntityLoadedEventFactoryService())));
  28571.     }
  28572.     /**
  28573.      * Gets the public 'swag_paypal_pos_sales_channel_run.repository' shared service.
  28574.      *
  28575.      * @return \Shopware\Core\Framework\DataAbstractionLayer\EntityRepositoryForwardCompatibilityDecorator
  28576.      */
  28577.     protected function getSwagPaypalPosSalesChannelRun_RepositoryService()
  28578.     {
  28579.         $a = ($this->services['Shopware\\Core\\Framework\\DataAbstractionLayer\\VersionManager'] ?? $this->getVersionManagerService());
  28580.         if (isset($this->services['swag_paypal_pos_sales_channel_run.repository'])) {
  28581.             return $this->services['swag_paypal_pos_sales_channel_run.repository'];
  28582.         }
  28583.         $b = ($this->services['Shopware\\Core\\Framework\\DataAbstractionLayer\\Search\\EntitySearcherInterface'] ?? $this->getEntitySearcherInterfaceService());
  28584.         if (isset($this->services['swag_paypal_pos_sales_channel_run.repository'])) {
  28585.             return $this->services['swag_paypal_pos_sales_channel_run.repository'];
  28586.         }
  28587.         $c = ($this->services['Shopware\\Core\\Framework\\DataAbstractionLayer\\Search\\EntityAggregatorInterface'] ?? $this->getEntityAggregatorInterfaceService());
  28588.         if (isset($this->services['swag_paypal_pos_sales_channel_run.repository'])) {
  28589.             return $this->services['swag_paypal_pos_sales_channel_run.repository'];
  28590.         }
  28591.         $d = ($this->services['event_dispatcher'] ?? $this->getEventDispatcherService());
  28592.         if (isset($this->services['swag_paypal_pos_sales_channel_run.repository'])) {
  28593.             return $this->services['swag_paypal_pos_sales_channel_run.repository'];
  28594.         }
  28595.         return $this->services['swag_paypal_pos_sales_channel_run.repository'] = new \Shopware\Core\Framework\DataAbstractionLayer\EntityRepositoryForwardCompatibilityDecorator(new \Shopware\Core\Framework\DataAbstractionLayer\EntityRepository(($this->services['Swag\\PayPal\\Pos\\DataAbstractionLayer\\Entity\\PosSalesChannelRunDefinition'] ?? $this->getPosSalesChannelRunDefinitionService()), ($this->services['Shopware\\Core\\Framework\\DataAbstractionLayer\\Read\\EntityReaderInterface'] ?? $this->getEntityReaderInterfaceService()), $a$b$c$d, ($this->services['Shopware\\Core\\Framework\\DataAbstractionLayer\\Event\\EntityLoadedEventFactory'] ?? $this->getEntityLoadedEventFactoryService())));
  28596.     }
  28597.     /**
  28598.      * Gets the public 'swag_paypal_pos_sales_channel_run_log.repository' shared service.
  28599.      *
  28600.      * @return \Shopware\Core\Framework\DataAbstractionLayer\EntityRepositoryForwardCompatibilityDecorator
  28601.      */
  28602.     protected function getSwagPaypalPosSalesChannelRunLog_RepositoryService()
  28603.     {
  28604.         $a = ($this->services['Shopware\\Core\\Framework\\DataAbstractionLayer\\VersionManager'] ?? $this->getVersionManagerService());
  28605.         if (isset($this->services['swag_paypal_pos_sales_channel_run_log.repository'])) {
  28606.             return $this->services['swag_paypal_pos_sales_channel_run_log.repository'];
  28607.         }
  28608.         $b = ($this->services['Shopware\\Core\\Framework\\DataAbstractionLayer\\Search\\EntitySearcherInterface'] ?? $this->getEntitySearcherInterfaceService());
  28609.         if (isset($this->services['swag_paypal_pos_sales_channel_run_log.repository'])) {
  28610.             return $this->services['swag_paypal_pos_sales_channel_run_log.repository'];
  28611.         }
  28612.         $c = ($this->services['Shopware\\Core\\Framework\\DataAbstractionLayer\\Search\\EntityAggregatorInterface'] ?? $this->getEntityAggregatorInterfaceService());
  28613.         if (isset($this->services['swag_paypal_pos_sales_channel_run_log.repository'])) {
  28614.             return $this->services['swag_paypal_pos_sales_channel_run_log.repository'];
  28615.         }
  28616.         $d = ($this->services['event_dispatcher'] ?? $this->getEventDispatcherService());
  28617.         if (isset($this->services['swag_paypal_pos_sales_channel_run_log.repository'])) {
  28618.             return $this->services['swag_paypal_pos_sales_channel_run_log.repository'];
  28619.         }
  28620.         return $this->services['swag_paypal_pos_sales_channel_run_log.repository'] = new \Shopware\Core\Framework\DataAbstractionLayer\EntityRepositoryForwardCompatibilityDecorator(new \Shopware\Core\Framework\DataAbstractionLayer\EntityRepository(($this->services['Swag\\PayPal\\Pos\\DataAbstractionLayer\\Entity\\PosSalesChannelRunLogDefinition'] ?? $this->getPosSalesChannelRunLogDefinitionService()), ($this->services['Shopware\\Core\\Framework\\DataAbstractionLayer\\Read\\EntityReaderInterface'] ?? $this->getEntityReaderInterfaceService()), $a$b$c$d, ($this->services['Shopware\\Core\\Framework\\DataAbstractionLayer\\Event\\EntityLoadedEventFactory'] ?? $this->getEntityLoadedEventFactoryService())));
  28621.     }
  28622.     /**
  28623.      * Gets the public 'system.filesystem.private' shared service.
  28624.      *
  28625.      * @return \Shopware\Core\Framework\Adapter\Filesystem\PrefixFilesystem
  28626.      */
  28627.     protected function getSystem_Filesystem_PrivateService()
  28628.     {
  28629.         include_once \dirname(__DIR__4).'/vendor/shopware/core/Framework/Adapter/Filesystem/AbstractFilesystem.php';
  28630.         include_once \dirname(__DIR__4).'/vendor/shopware/core/Framework/Adapter/Filesystem/PrefixFilesystem.php';
  28631.         return $this->services['system.filesystem.private'] = new \Shopware\Core\Framework\Adapter\Filesystem\PrefixFilesystem(($this->services['shopware.filesystem.private'] ?? $this->getShopware_Filesystem_PrivateService()), 'plugins/system');
  28632.     }
  28633.     /**
  28634.      * Gets the public 'system.filesystem.public' shared service.
  28635.      *
  28636.      * @return \Shopware\Core\Framework\Adapter\Filesystem\PrefixFilesystem
  28637.      */
  28638.     protected function getSystem_Filesystem_PublicService()
  28639.     {
  28640.         include_once \dirname(__DIR__4).'/vendor/shopware/core/Framework/Adapter/Filesystem/AbstractFilesystem.php';
  28641.         include_once \dirname(__DIR__4).'/vendor/shopware/core/Framework/Adapter/Filesystem/PrefixFilesystem.php';
  28642.         return $this->services['system.filesystem.public'] = new \Shopware\Core\Framework\Adapter\Filesystem\PrefixFilesystem(($this->services['shopware.filesystem.public'] ?? $this->getShopware_Filesystem_PublicService()), 'plugins/system');
  28643.     }
  28644.     /**
  28645.      * Gets the public 'system_config.repository' shared service.
  28646.      *
  28647.      * @return \Shopware\Core\Framework\DataAbstractionLayer\EntityRepositoryForwardCompatibilityDecorator
  28648.      */
  28649.     protected function getSystemConfig_RepositoryService()
  28650.     {
  28651.         $a = ($this->services['Shopware\\Core\\Framework\\DataAbstractionLayer\\VersionManager'] ?? $this->getVersionManagerService());
  28652.         if (isset($this->services['system_config.repository'])) {
  28653.             return $this->services['system_config.repository'];
  28654.         }
  28655.         $b = ($this->services['Shopware\\Core\\Framework\\DataAbstractionLayer\\Search\\EntitySearcherInterface'] ?? $this->getEntitySearcherInterfaceService());
  28656.         if (isset($this->services['system_config.repository'])) {
  28657.             return $this->services['system_config.repository'];
  28658.         }
  28659.         $c = ($this->services['Shopware\\Core\\Framework\\DataAbstractionLayer\\Search\\EntityAggregatorInterface'] ?? $this->getEntityAggregatorInterfaceService());
  28660.         if (isset($this->services['system_config.repository'])) {
  28661.             return $this->services['system_config.repository'];
  28662.         }
  28663.         $d = ($this->services['event_dispatcher'] ?? $this->getEventDispatcherService());
  28664.         if (isset($this->services['system_config.repository'])) {
  28665.             return $this->services['system_config.repository'];
  28666.         }
  28667.         return $this->services['system_config.repository'] = new \Shopware\Core\Framework\DataAbstractionLayer\EntityRepositoryForwardCompatibilityDecorator(new \Shopware\Core\Framework\DataAbstractionLayer\EntityRepository(($this->services['Shopware\\Core\\System\\SystemConfig\\SystemConfigDefinition'] ?? $this->getSystemConfigDefinitionService()), ($this->services['Shopware\\Core\\Framework\\DataAbstractionLayer\\Read\\EntityReaderInterface'] ?? $this->getEntityReaderInterfaceService()), $a$b$c$d, ($this->services['Shopware\\Core\\Framework\\DataAbstractionLayer\\Event\\EntityLoadedEventFactory'] ?? $this->getEntityLoadedEventFactoryService())));
  28668.     }
  28669.     /**
  28670.      * Gets the public 'tag.repository' shared service.
  28671.      *
  28672.      * @return \Shopware\Core\Framework\DataAbstractionLayer\EntityRepositoryForwardCompatibilityDecorator
  28673.      */
  28674.     protected function getTag_RepositoryService()
  28675.     {
  28676.         return $this->services['tag.repository'] = new \Shopware\Core\Framework\DataAbstractionLayer\EntityRepositoryForwardCompatibilityDecorator(new \Shopware\Core\Framework\DataAbstractionLayer\EntityRepository(($this->services['Shopware\\Core\\System\\Tag\\TagDefinition'] ?? $this->getTagDefinition2Service()), ($this->services['Shopware\\Core\\Framework\\DataAbstractionLayer\\Read\\EntityReaderInterface'] ?? $this->getEntityReaderInterfaceService()), ($this->services['Shopware\\Core\\Framework\\DataAbstractionLayer\\VersionManager'] ?? $this->getVersionManagerService()), ($this->services['Shopware\\Core\\Framework\\DataAbstractionLayer\\Search\\EntitySearcherInterface'] ?? $this->getEntitySearcherInterfaceService()), ($this->services['Shopware\\Core\\Framework\\DataAbstractionLayer\\Search\\EntityAggregatorInterface'] ?? $this->getEntityAggregatorInterfaceService()), ($this->services['event_dispatcher'] ?? $this->getEventDispatcherService()), ($this->services['Shopware\\Core\\Framework\\DataAbstractionLayer\\Event\\EntityLoadedEventFactory'] ?? $this->getEntityLoadedEventFactoryService())));
  28677.     }
  28678.     /**
  28679.      * Gets the public 'tax.repository' shared service.
  28680.      *
  28681.      * @return \Shopware\Core\Framework\DataAbstractionLayer\EntityRepositoryForwardCompatibilityDecorator
  28682.      */
  28683.     protected function getTax_RepositoryService()
  28684.     {
  28685.         $a = ($this->services['Shopware\\Core\\Framework\\DataAbstractionLayer\\VersionManager'] ?? $this->getVersionManagerService());
  28686.         if (isset($this->services['tax.repository'])) {
  28687.             return $this->services['tax.repository'];
  28688.         }
  28689.         $b = ($this->services['Shopware\\Core\\Framework\\DataAbstractionLayer\\Search\\EntitySearcherInterface'] ?? $this->getEntitySearcherInterfaceService());
  28690.         if (isset($this->services['tax.repository'])) {
  28691.             return $this->services['tax.repository'];
  28692.         }
  28693.         $c = ($this->services['Shopware\\Core\\Framework\\DataAbstractionLayer\\Search\\EntityAggregatorInterface'] ?? $this->getEntityAggregatorInterfaceService());
  28694.         if (isset($this->services['tax.repository'])) {
  28695.             return $this->services['tax.repository'];
  28696.         }
  28697.         $d = ($this->services['event_dispatcher'] ?? $this->getEventDispatcherService());
  28698.         if (isset($this->services['tax.repository'])) {
  28699.             return $this->services['tax.repository'];
  28700.         }
  28701.         return $this->services['tax.repository'] = new \Shopware\Core\Framework\DataAbstractionLayer\EntityRepositoryForwardCompatibilityDecorator(new \Shopware\Core\Framework\DataAbstractionLayer\EntityRepository(($this->services['Shopware\\Core\\System\\Tax\\TaxDefinition'] ?? $this->getTaxDefinitionService()), ($this->services['Shopware\\Core\\Framework\\DataAbstractionLayer\\Read\\EntityReaderInterface'] ?? $this->getEntityReaderInterfaceService()), $a$b$c$d, ($this->services['Shopware\\Core\\Framework\\DataAbstractionLayer\\Event\\EntityLoadedEventFactory'] ?? $this->getEntityLoadedEventFactoryService())));
  28702.     }
  28703.     /**
  28704.      * Gets the public 'tax_rule.repository' shared service.
  28705.      *
  28706.      * @return \Shopware\Core\Framework\DataAbstractionLayer\EntityRepositoryForwardCompatibilityDecorator
  28707.      */
  28708.     protected function getTaxRule_RepositoryService()
  28709.     {
  28710.         $a = ($this->services['Shopware\\Core\\Framework\\DataAbstractionLayer\\VersionManager'] ?? $this->getVersionManagerService());
  28711.         if (isset($this->services['tax_rule.repository'])) {
  28712.             return $this->services['tax_rule.repository'];
  28713.         }
  28714.         $b = ($this->services['Shopware\\Core\\Framework\\DataAbstractionLayer\\Search\\EntitySearcherInterface'] ?? $this->getEntitySearcherInterfaceService());
  28715.         if (isset($this->services['tax_rule.repository'])) {
  28716.             return $this->services['tax_rule.repository'];
  28717.         }
  28718.         $c = ($this->services['Shopware\\Core\\Framework\\DataAbstractionLayer\\Search\\EntityAggregatorInterface'] ?? $this->getEntityAggregatorInterfaceService());
  28719.         if (isset($this->services['tax_rule.repository'])) {
  28720.             return $this->services['tax_rule.repository'];
  28721.         }
  28722.         $d = ($this->services['event_dispatcher'] ?? $this->getEventDispatcherService());
  28723.         if (isset($this->services['tax_rule.repository'])) {
  28724.             return $this->services['tax_rule.repository'];
  28725.         }
  28726.         return $this->services['tax_rule.repository'] = new \Shopware\Core\Framework\DataAbstractionLayer\EntityRepositoryForwardCompatibilityDecorator(new \Shopware\Core\Framework\DataAbstractionLayer\EntityRepository(($this->services['Shopware\\Core\\System\\Tax\\Aggregate\\TaxRule\\TaxRuleDefinition'] ?? $this->getTaxRuleDefinitionService()), ($this->services['Shopware\\Core\\Framework\\DataAbstractionLayer\\Read\\EntityReaderInterface'] ?? $this->getEntityReaderInterfaceService()), $a$b$c$d, ($this->services['Shopware\\Core\\Framework\\DataAbstractionLayer\\Event\\EntityLoadedEventFactory'] ?? $this->getEntityLoadedEventFactoryService())));
  28727.     }
  28728.     /**
  28729.      * Gets the public 'tax_rule_type.repository' shared service.
  28730.      *
  28731.      * @return \Shopware\Core\Framework\DataAbstractionLayer\EntityRepositoryForwardCompatibilityDecorator
  28732.      */
  28733.     protected function getTaxRuleType_RepositoryService()
  28734.     {
  28735.         $a = ($this->services['Shopware\\Core\\Framework\\DataAbstractionLayer\\VersionManager'] ?? $this->getVersionManagerService());
  28736.         if (isset($this->services['tax_rule_type.repository'])) {
  28737.             return $this->services['tax_rule_type.repository'];
  28738.         }
  28739.         $b = ($this->services['Shopware\\Core\\Framework\\DataAbstractionLayer\\Search\\EntitySearcherInterface'] ?? $this->getEntitySearcherInterfaceService());
  28740.         if (isset($this->services['tax_rule_type.repository'])) {
  28741.             return $this->services['tax_rule_type.repository'];
  28742.         }
  28743.         $c = ($this->services['Shopware\\Core\\Framework\\DataAbstractionLayer\\Search\\EntityAggregatorInterface'] ?? $this->getEntityAggregatorInterfaceService());
  28744.         if (isset($this->services['tax_rule_type.repository'])) {
  28745.             return $this->services['tax_rule_type.repository'];
  28746.         }
  28747.         $d = ($this->services['event_dispatcher'] ?? $this->getEventDispatcherService());
  28748.         if (isset($this->services['tax_rule_type.repository'])) {
  28749.             return $this->services['tax_rule_type.repository'];
  28750.         }
  28751.         return $this->services['tax_rule_type.repository'] = new \Shopware\Core\Framework\DataAbstractionLayer\EntityRepositoryForwardCompatibilityDecorator(new \Shopware\Core\Framework\DataAbstractionLayer\EntityRepository(($this->services['Shopware\\Core\\System\\Tax\\Aggregate\\TaxRuleType\\TaxRuleTypeDefinition'] ?? $this->getTaxRuleTypeDefinitionService()), ($this->services['Shopware\\Core\\Framework\\DataAbstractionLayer\\Read\\EntityReaderInterface'] ?? $this->getEntityReaderInterfaceService()), $a$b$c$d, ($this->services['Shopware\\Core\\Framework\\DataAbstractionLayer\\Event\\EntityLoadedEventFactory'] ?? $this->getEntityLoadedEventFactoryService())));
  28752.     }
  28753.     /**
  28754.      * Gets the public 'tax_rule_type_translation.repository' shared service.
  28755.      *
  28756.      * @return \Shopware\Core\Framework\DataAbstractionLayer\EntityRepositoryForwardCompatibilityDecorator
  28757.      */
  28758.     protected function getTaxRuleTypeTranslation_RepositoryService()
  28759.     {
  28760.         return $this->services['tax_rule_type_translation.repository'] = new \Shopware\Core\Framework\DataAbstractionLayer\EntityRepositoryForwardCompatibilityDecorator(new \Shopware\Core\Framework\DataAbstractionLayer\EntityRepository(($this->services['Shopware\\Core\\System\\Tax\\Aggregate\\TaxRuleTypeTranslation\\TaxRuleTypeTranslationDefinition'] ?? $this->getTaxRuleTypeTranslationDefinitionService()), ($this->services['Shopware\\Core\\Framework\\DataAbstractionLayer\\Read\\EntityReaderInterface'] ?? $this->getEntityReaderInterfaceService()), ($this->services['Shopware\\Core\\Framework\\DataAbstractionLayer\\VersionManager'] ?? $this->getVersionManagerService()), ($this->services['Shopware\\Core\\Framework\\DataAbstractionLayer\\Search\\EntitySearcherInterface'] ?? $this->getEntitySearcherInterfaceService()), ($this->services['Shopware\\Core\\Framework\\DataAbstractionLayer\\Search\\EntityAggregatorInterface'] ?? $this->getEntityAggregatorInterfaceService()), ($this->services['event_dispatcher'] ?? $this->getEventDispatcherService()), ($this->services['Shopware\\Core\\Framework\\DataAbstractionLayer\\Event\\EntityLoadedEventFactory'] ?? $this->getEntityLoadedEventFactoryService())));
  28761.     }
  28762.     /**
  28763.      * Gets the public 'tcinn_theme_ware_modern.filesystem.private' shared service.
  28764.      *
  28765.      * @return \Shopware\Core\Framework\Adapter\Filesystem\PrefixFilesystem
  28766.      */
  28767.     protected function getTcinnThemeWareModern_Filesystem_PrivateService()
  28768.     {
  28769.         include_once \dirname(__DIR__4).'/vendor/shopware/core/Framework/Adapter/Filesystem/AbstractFilesystem.php';
  28770.         include_once \dirname(__DIR__4).'/vendor/shopware/core/Framework/Adapter/Filesystem/PrefixFilesystem.php';
  28771.         return $this->services['tcinn_theme_ware_modern.filesystem.private'] = new \Shopware\Core\Framework\Adapter\Filesystem\PrefixFilesystem(($this->services['shopware.filesystem.private'] ?? $this->getShopware_Filesystem_PrivateService()), 'plugins/tcinn_theme_ware_modern');
  28772.     }
  28773.     /**
  28774.      * Gets the public 'tcinn_theme_ware_modern.filesystem.public' shared service.
  28775.      *
  28776.      * @return \Shopware\Core\Framework\Adapter\Filesystem\PrefixFilesystem
  28777.      */
  28778.     protected function getTcinnThemeWareModern_Filesystem_PublicService()
  28779.     {
  28780.         include_once \dirname(__DIR__4).'/vendor/shopware/core/Framework/Adapter/Filesystem/AbstractFilesystem.php';
  28781.         include_once \dirname(__DIR__4).'/vendor/shopware/core/Framework/Adapter/Filesystem/PrefixFilesystem.php';
  28782.         return $this->services['tcinn_theme_ware_modern.filesystem.public'] = new \Shopware\Core\Framework\Adapter\Filesystem\PrefixFilesystem(($this->services['shopware.filesystem.public'] ?? $this->getShopware_Filesystem_PublicService()), 'plugins/tcinn_theme_ware_modern');
  28783.     }
  28784.     /**
  28785.      * Gets the public 'theme.repository' shared service.
  28786.      *
  28787.      * @return \Shopware\Core\Framework\DataAbstractionLayer\EntityRepositoryForwardCompatibilityDecorator
  28788.      */
  28789.     protected function getTheme_RepositoryService()
  28790.     {
  28791.         $a = ($this->services['Shopware\\Core\\Framework\\DataAbstractionLayer\\VersionManager'] ?? $this->getVersionManagerService());
  28792.         if (isset($this->services['theme.repository'])) {
  28793.             return $this->services['theme.repository'];
  28794.         }
  28795.         $b = ($this->services['Shopware\\Core\\Framework\\DataAbstractionLayer\\Search\\EntitySearcherInterface'] ?? $this->getEntitySearcherInterfaceService());
  28796.         if (isset($this->services['theme.repository'])) {
  28797.             return $this->services['theme.repository'];
  28798.         }
  28799.         $c = ($this->services['Shopware\\Core\\Framework\\DataAbstractionLayer\\Search\\EntityAggregatorInterface'] ?? $this->getEntityAggregatorInterfaceService());
  28800.         if (isset($this->services['theme.repository'])) {
  28801.             return $this->services['theme.repository'];
  28802.         }
  28803.         $d = ($this->services['event_dispatcher'] ?? $this->getEventDispatcherService());
  28804.         if (isset($this->services['theme.repository'])) {
  28805.             return $this->services['theme.repository'];
  28806.         }
  28807.         return $this->services['theme.repository'] = new \Shopware\Core\Framework\DataAbstractionLayer\EntityRepositoryForwardCompatibilityDecorator(new \Shopware\Core\Framework\DataAbstractionLayer\EntityRepository(($this->services['Shopware\\Storefront\\Theme\\ThemeDefinition'] ?? $this->getThemeDefinitionService()), ($this->services['Shopware\\Core\\Framework\\DataAbstractionLayer\\Read\\EntityReaderInterface'] ?? $this->getEntityReaderInterfaceService()), $a$b$c$d, ($this->services['Shopware\\Core\\Framework\\DataAbstractionLayer\\Event\\EntityLoadedEventFactory'] ?? $this->getEntityLoadedEventFactoryService())));
  28808.     }
  28809.     /**
  28810.      * Gets the public 'theme_child.repository' shared service.
  28811.      *
  28812.      * @return \Shopware\Core\Framework\DataAbstractionLayer\EntityRepositoryForwardCompatibilityDecorator
  28813.      */
  28814.     protected function getThemeChild_RepositoryService()
  28815.     {
  28816.         $a = ($this->services['Shopware\\Core\\Framework\\DataAbstractionLayer\\VersionManager'] ?? $this->getVersionManagerService());
  28817.         if (isset($this->services['theme_child.repository'])) {
  28818.             return $this->services['theme_child.repository'];
  28819.         }
  28820.         $b = ($this->services['Shopware\\Core\\Framework\\DataAbstractionLayer\\Search\\EntitySearcherInterface'] ?? $this->getEntitySearcherInterfaceService());
  28821.         if (isset($this->services['theme_child.repository'])) {
  28822.             return $this->services['theme_child.repository'];
  28823.         }
  28824.         $c = ($this->services['Shopware\\Core\\Framework\\DataAbstractionLayer\\Search\\EntityAggregatorInterface'] ?? $this->getEntityAggregatorInterfaceService());
  28825.         if (isset($this->services['theme_child.repository'])) {
  28826.             return $this->services['theme_child.repository'];
  28827.         }
  28828.         $d = ($this->services['event_dispatcher'] ?? $this->getEventDispatcherService());
  28829.         if (isset($this->services['theme_child.repository'])) {
  28830.             return $this->services['theme_child.repository'];
  28831.         }
  28832.         return $this->services['theme_child.repository'] = new \Shopware\Core\Framework\DataAbstractionLayer\EntityRepositoryForwardCompatibilityDecorator(new \Shopware\Core\Framework\DataAbstractionLayer\EntityRepository(($this->services['Shopware\\Storefront\\Theme\\Aggregate\\ThemeChildDefinition'] ?? $this->getThemeChildDefinitionService()), ($this->services['Shopware\\Core\\Framework\\DataAbstractionLayer\\Read\\EntityReaderInterface'] ?? $this->getEntityReaderInterfaceService()), $a$b$c$d, ($this->services['Shopware\\Core\\Framework\\DataAbstractionLayer\\Event\\EntityLoadedEventFactory'] ?? $this->getEntityLoadedEventFactoryService())));
  28833.     }
  28834.     /**
  28835.      * Gets the public 'theme_media.repository' shared service.
  28836.      *
  28837.      * @return \Shopware\Core\Framework\DataAbstractionLayer\EntityRepositoryForwardCompatibilityDecorator
  28838.      */
  28839.     protected function getThemeMedia_RepositoryService()
  28840.     {
  28841.         $a = ($this->services['Shopware\\Core\\Framework\\DataAbstractionLayer\\VersionManager'] ?? $this->getVersionManagerService());
  28842.         if (isset($this->services['theme_media.repository'])) {
  28843.             return $this->services['theme_media.repository'];
  28844.         }
  28845.         $b = ($this->services['Shopware\\Core\\Framework\\DataAbstractionLayer\\Search\\EntitySearcherInterface'] ?? $this->getEntitySearcherInterfaceService());
  28846.         if (isset($this->services['theme_media.repository'])) {
  28847.             return $this->services['theme_media.repository'];
  28848.         }
  28849.         $c = ($this->services['Shopware\\Core\\Framework\\DataAbstractionLayer\\Search\\EntityAggregatorInterface'] ?? $this->getEntityAggregatorInterfaceService());
  28850.         if (isset($this->services['theme_media.repository'])) {
  28851.             return $this->services['theme_media.repository'];
  28852.         }
  28853.         $d = ($this->services['event_dispatcher'] ?? $this->getEventDispatcherService());
  28854.         if (isset($this->services['theme_media.repository'])) {
  28855.             return $this->services['theme_media.repository'];
  28856.         }
  28857.         return $this->services['theme_media.repository'] = new \Shopware\Core\Framework\DataAbstractionLayer\EntityRepositoryForwardCompatibilityDecorator(new \Shopware\Core\Framework\DataAbstractionLayer\EntityRepository(($this->services['Shopware\\Storefront\\Theme\\Aggregate\\ThemeMediaDefinition'] ?? $this->getThemeMediaDefinitionService()), ($this->services['Shopware\\Core\\Framework\\DataAbstractionLayer\\Read\\EntityReaderInterface'] ?? $this->getEntityReaderInterfaceService()), $a$b$c$d, ($this->services['Shopware\\Core\\Framework\\DataAbstractionLayer\\Event\\EntityLoadedEventFactory'] ?? $this->getEntityLoadedEventFactoryService())));
  28858.     }
  28859.     /**
  28860.      * Gets the public 'theme_sales_channel.repository' shared service.
  28861.      *
  28862.      * @return \Shopware\Core\Framework\DataAbstractionLayer\EntityRepositoryForwardCompatibilityDecorator
  28863.      */
  28864.     protected function getThemeSalesChannel_RepositoryService()
  28865.     {
  28866.         $a = ($this->services['Shopware\\Core\\Framework\\DataAbstractionLayer\\VersionManager'] ?? $this->getVersionManagerService());
  28867.         if (isset($this->services['theme_sales_channel.repository'])) {
  28868.             return $this->services['theme_sales_channel.repository'];
  28869.         }
  28870.         $b = ($this->services['Shopware\\Core\\Framework\\DataAbstractionLayer\\Search\\EntitySearcherInterface'] ?? $this->getEntitySearcherInterfaceService());
  28871.         if (isset($this->services['theme_sales_channel.repository'])) {
  28872.             return $this->services['theme_sales_channel.repository'];
  28873.         }
  28874.         $c = ($this->services['Shopware\\Core\\Framework\\DataAbstractionLayer\\Search\\EntityAggregatorInterface'] ?? $this->getEntityAggregatorInterfaceService());
  28875.         if (isset($this->services['theme_sales_channel.repository'])) {
  28876.             return $this->services['theme_sales_channel.repository'];
  28877.         }
  28878.         $d = ($this->services['event_dispatcher'] ?? $this->getEventDispatcherService());
  28879.         if (isset($this->services['theme_sales_channel.repository'])) {
  28880.             return $this->services['theme_sales_channel.repository'];
  28881.         }
  28882.         return $this->services['theme_sales_channel.repository'] = new \Shopware\Core\Framework\DataAbstractionLayer\EntityRepositoryForwardCompatibilityDecorator(new \Shopware\Core\Framework\DataAbstractionLayer\EntityRepository(($this->services['Shopware\\Storefront\\Theme\\Aggregate\\ThemeSalesChannelDefinition'] ?? $this->getThemeSalesChannelDefinitionService()), ($this->services['Shopware\\Core\\Framework\\DataAbstractionLayer\\Read\\EntityReaderInterface'] ?? $this->getEntityReaderInterfaceService()), $a$b$c$d, ($this->services['Shopware\\Core\\Framework\\DataAbstractionLayer\\Event\\EntityLoadedEventFactory'] ?? $this->getEntityLoadedEventFactoryService())));
  28883.     }
  28884.     /**
  28885.      * Gets the public 'theme_translation.repository' shared service.
  28886.      *
  28887.      * @return \Shopware\Core\Framework\DataAbstractionLayer\EntityRepositoryForwardCompatibilityDecorator
  28888.      */
  28889.     protected function getThemeTranslation_RepositoryService()
  28890.     {
  28891.         return $this->services['theme_translation.repository'] = new \Shopware\Core\Framework\DataAbstractionLayer\EntityRepositoryForwardCompatibilityDecorator(new \Shopware\Core\Framework\DataAbstractionLayer\EntityRepository(($this->services['Shopware\\Storefront\\Theme\\Aggregate\\ThemeTranslationDefinition'] ?? $this->getThemeTranslationDefinitionService()), ($this->services['Shopware\\Core\\Framework\\DataAbstractionLayer\\Read\\EntityReaderInterface'] ?? $this->getEntityReaderInterfaceService()), ($this->services['Shopware\\Core\\Framework\\DataAbstractionLayer\\VersionManager'] ?? $this->getVersionManagerService()), ($this->services['Shopware\\Core\\Framework\\DataAbstractionLayer\\Search\\EntitySearcherInterface'] ?? $this->getEntitySearcherInterfaceService()), ($this->services['Shopware\\Core\\Framework\\DataAbstractionLayer\\Search\\EntityAggregatorInterface'] ?? $this->getEntityAggregatorInterfaceService()), ($this->services['event_dispatcher'] ?? $this->getEventDispatcherService()), ($this->services['Shopware\\Core\\Framework\\DataAbstractionLayer\\Event\\EntityLoadedEventFactory'] ?? $this->getEntityLoadedEventFactoryService())));
  28892.     }
  28893.     /**
  28894.      * Gets the public 'translator' shared service.
  28895.      *
  28896.      * @return \Symfony\Component\Translation\DataCollectorTranslator
  28897.      */
  28898.     protected function getTranslatorService()
  28899.     {
  28900.         $a = ($this->privates['Shopware\\Core\\Framework\\Adapter\\Translation\\Translator'] ?? $this->getTranslator2Service());
  28901.         if (isset($this->services['translator'])) {
  28902.             return $this->services['translator'];
  28903.         }
  28904.         return $this->services['translator'] = new \Symfony\Component\Translation\DataCollectorTranslator($a);
  28905.     }
  28906.     /**
  28907.      * Gets the public 'unit.repository' shared service.
  28908.      *
  28909.      * @return \Shopware\Core\Framework\DataAbstractionLayer\EntityRepositoryForwardCompatibilityDecorator
  28910.      */
  28911.     protected function getUnit_RepositoryService()
  28912.     {
  28913.         $a = ($this->services['Shopware\\Core\\Framework\\DataAbstractionLayer\\VersionManager'] ?? $this->getVersionManagerService());
  28914.         if (isset($this->services['unit.repository'])) {
  28915.             return $this->services['unit.repository'];
  28916.         }
  28917.         $b = ($this->services['Shopware\\Core\\Framework\\DataAbstractionLayer\\Search\\EntitySearcherInterface'] ?? $this->getEntitySearcherInterfaceService());
  28918.         if (isset($this->services['unit.repository'])) {
  28919.             return $this->services['unit.repository'];
  28920.         }
  28921.         $c = ($this->services['Shopware\\Core\\Framework\\DataAbstractionLayer\\Search\\EntityAggregatorInterface'] ?? $this->getEntityAggregatorInterfaceService());
  28922.         if (isset($this->services['unit.repository'])) {
  28923.             return $this->services['unit.repository'];
  28924.         }
  28925.         $d = ($this->services['event_dispatcher'] ?? $this->getEventDispatcherService());
  28926.         if (isset($this->services['unit.repository'])) {
  28927.             return $this->services['unit.repository'];
  28928.         }
  28929.         return $this->services['unit.repository'] = new \Shopware\Core\Framework\DataAbstractionLayer\EntityRepositoryForwardCompatibilityDecorator(new \Shopware\Core\Framework\DataAbstractionLayer\EntityRepository(($this->services['Shopware\\Core\\System\\Unit\\UnitDefinition'] ?? $this->getUnitDefinition2Service()), ($this->services['Shopware\\Core\\Framework\\DataAbstractionLayer\\Read\\EntityReaderInterface'] ?? $this->getEntityReaderInterfaceService()), $a$b$c$d, ($this->services['Shopware\\Core\\Framework\\DataAbstractionLayer\\Event\\EntityLoadedEventFactory'] ?? $this->getEntityLoadedEventFactoryService())));
  28930.     }
  28931.     /**
  28932.      * Gets the public 'unit_translation.repository' shared service.
  28933.      *
  28934.      * @return \Shopware\Core\Framework\DataAbstractionLayer\EntityRepositoryForwardCompatibilityDecorator
  28935.      */
  28936.     protected function getUnitTranslation_RepositoryService()
  28937.     {
  28938.         return $this->services['unit_translation.repository'] = new \Shopware\Core\Framework\DataAbstractionLayer\EntityRepositoryForwardCompatibilityDecorator(new \Shopware\Core\Framework\DataAbstractionLayer\EntityRepository(($this->services['Shopware\\Core\\System\\Unit\\Aggregate\\UnitTranslation\\UnitTranslationDefinition'] ?? $this->getUnitTranslationDefinition2Service()), ($this->services['Shopware\\Core\\Framework\\DataAbstractionLayer\\Read\\EntityReaderInterface'] ?? $this->getEntityReaderInterfaceService()), ($this->services['Shopware\\Core\\Framework\\DataAbstractionLayer\\VersionManager'] ?? $this->getVersionManagerService()), ($this->services['Shopware\\Core\\Framework\\DataAbstractionLayer\\Search\\EntitySearcherInterface'] ?? $this->getEntitySearcherInterfaceService()), ($this->services['Shopware\\Core\\Framework\\DataAbstractionLayer\\Search\\EntityAggregatorInterface'] ?? $this->getEntityAggregatorInterfaceService()), ($this->services['event_dispatcher'] ?? $this->getEventDispatcherService()), ($this->services['Shopware\\Core\\Framework\\DataAbstractionLayer\\Event\\EntityLoadedEventFactory'] ?? $this->getEntityLoadedEventFactoryService())));
  28939.     }
  28940.     /**
  28941.      * Gets the public 'unzer_payment6.filesystem.private' shared service.
  28942.      *
  28943.      * @return \Shopware\Core\Framework\Adapter\Filesystem\PrefixFilesystem
  28944.      */
  28945.     protected function getUnzerPayment6_Filesystem_PrivateService()
  28946.     {
  28947.         include_once \dirname(__DIR__4).'/vendor/shopware/core/Framework/Adapter/Filesystem/AbstractFilesystem.php';
  28948.         include_once \dirname(__DIR__4).'/vendor/shopware/core/Framework/Adapter/Filesystem/PrefixFilesystem.php';
  28949.         return $this->services['unzer_payment6.filesystem.private'] = new \Shopware\Core\Framework\Adapter\Filesystem\PrefixFilesystem(($this->services['shopware.filesystem.private'] ?? $this->getShopware_Filesystem_PrivateService()), 'plugins/unzer_payment6');
  28950.     }
  28951.     /**
  28952.      * Gets the public 'unzer_payment6.filesystem.public' shared service.
  28953.      *
  28954.      * @return \Shopware\Core\Framework\Adapter\Filesystem\PrefixFilesystem
  28955.      */
  28956.     protected function getUnzerPayment6_Filesystem_PublicService()
  28957.     {
  28958.         include_once \dirname(__DIR__4).'/vendor/shopware/core/Framework/Adapter/Filesystem/AbstractFilesystem.php';
  28959.         include_once \dirname(__DIR__4).'/vendor/shopware/core/Framework/Adapter/Filesystem/PrefixFilesystem.php';
  28960.         return $this->services['unzer_payment6.filesystem.public'] = new \Shopware\Core\Framework\Adapter\Filesystem\PrefixFilesystem(($this->services['shopware.filesystem.public'] ?? $this->getShopware_Filesystem_PublicService()), 'plugins/unzer_payment6');
  28961.     }
  28962.     /**
  28963.      * Gets the public 'unzer_payment_payment_device.repository' shared service.
  28964.      *
  28965.      * @return \Shopware\Core\Framework\DataAbstractionLayer\EntityRepositoryForwardCompatibilityDecorator
  28966.      */
  28967.     protected function getUnzerPaymentPaymentDevice_RepositoryService()
  28968.     {
  28969.         $a = ($this->services['Shopware\\Core\\Framework\\DataAbstractionLayer\\VersionManager'] ?? $this->getVersionManagerService());
  28970.         if (isset($this->services['unzer_payment_payment_device.repository'])) {
  28971.             return $this->services['unzer_payment_payment_device.repository'];
  28972.         }
  28973.         $b = ($this->services['Shopware\\Core\\Framework\\DataAbstractionLayer\\Search\\EntitySearcherInterface'] ?? $this->getEntitySearcherInterfaceService());
  28974.         if (isset($this->services['unzer_payment_payment_device.repository'])) {
  28975.             return $this->services['unzer_payment_payment_device.repository'];
  28976.         }
  28977.         $c = ($this->services['Shopware\\Core\\Framework\\DataAbstractionLayer\\Search\\EntityAggregatorInterface'] ?? $this->getEntityAggregatorInterfaceService());
  28978.         if (isset($this->services['unzer_payment_payment_device.repository'])) {
  28979.             return $this->services['unzer_payment_payment_device.repository'];
  28980.         }
  28981.         $d = ($this->services['event_dispatcher'] ?? $this->getEventDispatcherService());
  28982.         if (isset($this->services['unzer_payment_payment_device.repository'])) {
  28983.             return $this->services['unzer_payment_payment_device.repository'];
  28984.         }
  28985.         return $this->services['unzer_payment_payment_device.repository'] = new \Shopware\Core\Framework\DataAbstractionLayer\EntityRepositoryForwardCompatibilityDecorator(new \Shopware\Core\Framework\DataAbstractionLayer\EntityRepository(($this->services['UnzerPayment6\\DataAbstractionLayer\\Entity\\PaymentDevice\\UnzerPaymentDeviceDefinition'] ?? $this->getUnzerPaymentDeviceDefinitionService()), ($this->services['Shopware\\Core\\Framework\\DataAbstractionLayer\\Read\\EntityReaderInterface'] ?? $this->getEntityReaderInterfaceService()), $a$b$c$d, ($this->services['Shopware\\Core\\Framework\\DataAbstractionLayer\\Event\\EntityLoadedEventFactory'] ?? $this->getEntityLoadedEventFactoryService())));
  28986.     }
  28987.     /**
  28988.      * Gets the public 'unzer_payment_transfer_info.repository' shared service.
  28989.      *
  28990.      * @return \Shopware\Core\Framework\DataAbstractionLayer\EntityRepositoryForwardCompatibilityDecorator
  28991.      */
  28992.     protected function getUnzerPaymentTransferInfo_RepositoryService()
  28993.     {
  28994.         $a = ($this->services['Shopware\\Core\\Framework\\DataAbstractionLayer\\VersionManager'] ?? $this->getVersionManagerService());
  28995.         if (isset($this->services['unzer_payment_transfer_info.repository'])) {
  28996.             return $this->services['unzer_payment_transfer_info.repository'];
  28997.         }
  28998.         $b = ($this->services['Shopware\\Core\\Framework\\DataAbstractionLayer\\Search\\EntitySearcherInterface'] ?? $this->getEntitySearcherInterfaceService());
  28999.         if (isset($this->services['unzer_payment_transfer_info.repository'])) {
  29000.             return $this->services['unzer_payment_transfer_info.repository'];
  29001.         }
  29002.         $c = ($this->services['Shopware\\Core\\Framework\\DataAbstractionLayer\\Search\\EntityAggregatorInterface'] ?? $this->getEntityAggregatorInterfaceService());
  29003.         if (isset($this->services['unzer_payment_transfer_info.repository'])) {
  29004.             return $this->services['unzer_payment_transfer_info.repository'];
  29005.         }
  29006.         $d = ($this->services['event_dispatcher'] ?? $this->getEventDispatcherService());
  29007.         if (isset($this->services['unzer_payment_transfer_info.repository'])) {
  29008.             return $this->services['unzer_payment_transfer_info.repository'];
  29009.         }
  29010.         return $this->services['unzer_payment_transfer_info.repository'] = new \Shopware\Core\Framework\DataAbstractionLayer\EntityRepositoryForwardCompatibilityDecorator(new \Shopware\Core\Framework\DataAbstractionLayer\EntityRepository(($this->services['UnzerPayment6\\DataAbstractionLayer\\Entity\\TransferInfo\\UnzerPaymentTransferInfoEntityDefinition'] ?? $this->getUnzerPaymentTransferInfoEntityDefinitionService()), ($this->services['Shopware\\Core\\Framework\\DataAbstractionLayer\\Read\\EntityReaderInterface'] ?? $this->getEntityReaderInterfaceService()), $a$b$c$d, ($this->services['Shopware\\Core\\Framework\\DataAbstractionLayer\\Event\\EntityLoadedEventFactory'] ?? $this->getEntityLoadedEventFactoryService())));
  29011.     }
  29012.     /**
  29013.      * Gets the public 'user.repository' shared service.
  29014.      *
  29015.      * @return \Shopware\Core\Framework\DataAbstractionLayer\EntityRepositoryForwardCompatibilityDecorator
  29016.      */
  29017.     protected function getUser_RepositoryService()
  29018.     {
  29019.         $a = ($this->services['Shopware\\Core\\Framework\\DataAbstractionLayer\\VersionManager'] ?? $this->getVersionManagerService());
  29020.         if (isset($this->services['user.repository'])) {
  29021.             return $this->services['user.repository'];
  29022.         }
  29023.         $b = ($this->services['Shopware\\Core\\Framework\\DataAbstractionLayer\\Search\\EntitySearcherInterface'] ?? $this->getEntitySearcherInterfaceService());
  29024.         if (isset($this->services['user.repository'])) {
  29025.             return $this->services['user.repository'];
  29026.         }
  29027.         $c = ($this->services['Shopware\\Core\\Framework\\DataAbstractionLayer\\Search\\EntityAggregatorInterface'] ?? $this->getEntityAggregatorInterfaceService());
  29028.         if (isset($this->services['user.repository'])) {
  29029.             return $this->services['user.repository'];
  29030.         }
  29031.         $d = ($this->services['event_dispatcher'] ?? $this->getEventDispatcherService());
  29032.         if (isset($this->services['user.repository'])) {
  29033.             return $this->services['user.repository'];
  29034.         }
  29035.         return $this->services['user.repository'] = new \Shopware\Core\Framework\DataAbstractionLayer\EntityRepositoryForwardCompatibilityDecorator(new \Shopware\Core\Framework\DataAbstractionLayer\EntityRepository(($this->services['Shopware\\Core\\System\\User\\UserDefinition'] ?? $this->getUserDefinitionService()), ($this->services['Shopware\\Core\\Framework\\DataAbstractionLayer\\Read\\EntityReaderInterface'] ?? $this->getEntityReaderInterfaceService()), $a$b$c$d, ($this->services['Shopware\\Core\\Framework\\DataAbstractionLayer\\Event\\EntityLoadedEventFactory'] ?? $this->getEntityLoadedEventFactoryService())));
  29036.     }
  29037.     /**
  29038.      * Gets the public 'user_access_key.repository' shared service.
  29039.      *
  29040.      * @return \Shopware\Core\Framework\DataAbstractionLayer\EntityRepositoryForwardCompatibilityDecorator
  29041.      */
  29042.     protected function getUserAccessKey_RepositoryService()
  29043.     {
  29044.         return $this->services['user_access_key.repository'] = new \Shopware\Core\Framework\DataAbstractionLayer\EntityRepositoryForwardCompatibilityDecorator(new \Shopware\Core\Framework\DataAbstractionLayer\EntityRepository(($this->services['Shopware\\Core\\System\\User\\Aggregate\\UserAccessKey\\UserAccessKeyDefinition'] ?? $this->getUserAccessKeyDefinitionService()), ($this->services['Shopware\\Core\\Framework\\DataAbstractionLayer\\Read\\EntityReaderInterface'] ?? $this->getEntityReaderInterfaceService()), ($this->services['Shopware\\Core\\Framework\\DataAbstractionLayer\\VersionManager'] ?? $this->getVersionManagerService()), ($this->services['Shopware\\Core\\Framework\\DataAbstractionLayer\\Search\\EntitySearcherInterface'] ?? $this->getEntitySearcherInterfaceService()), ($this->services['Shopware\\Core\\Framework\\DataAbstractionLayer\\Search\\EntityAggregatorInterface'] ?? $this->getEntityAggregatorInterfaceService()), ($this->services['event_dispatcher'] ?? $this->getEventDispatcherService()), ($this->services['Shopware\\Core\\Framework\\DataAbstractionLayer\\Event\\EntityLoadedEventFactory'] ?? $this->getEntityLoadedEventFactoryService())));
  29045.     }
  29046.     /**
  29047.      * Gets the public 'user_config.repository' shared service.
  29048.      *
  29049.      * @return \Shopware\Core\Framework\DataAbstractionLayer\EntityRepositoryForwardCompatibilityDecorator
  29050.      */
  29051.     protected function getUserConfig_RepositoryService()
  29052.     {
  29053.         $a = ($this->services['Shopware\\Core\\Framework\\DataAbstractionLayer\\VersionManager'] ?? $this->getVersionManagerService());
  29054.         if (isset($this->services['user_config.repository'])) {
  29055.             return $this->services['user_config.repository'];
  29056.         }
  29057.         $b = ($this->services['Shopware\\Core\\Framework\\DataAbstractionLayer\\Search\\EntitySearcherInterface'] ?? $this->getEntitySearcherInterfaceService());
  29058.         if (isset($this->services['user_config.repository'])) {
  29059.             return $this->services['user_config.repository'];
  29060.         }
  29061.         $c = ($this->services['Shopware\\Core\\Framework\\DataAbstractionLayer\\Search\\EntityAggregatorInterface'] ?? $this->getEntityAggregatorInterfaceService());
  29062.         if (isset($this->services['user_config.repository'])) {
  29063.             return $this->services['user_config.repository'];
  29064.         }
  29065.         $d = ($this->services['event_dispatcher'] ?? $this->getEventDispatcherService());
  29066.         if (isset($this->services['user_config.repository'])) {
  29067.             return $this->services['user_config.repository'];
  29068.         }
  29069.         return $this->services['user_config.repository'] = new \Shopware\Core\Framework\DataAbstractionLayer\EntityRepositoryForwardCompatibilityDecorator(new \Shopware\Core\Framework\DataAbstractionLayer\EntityRepository(($this->services['Shopware\\Core\\System\\User\\Aggregate\\UserConfig\\UserConfigDefinition'] ?? $this->getUserConfigDefinitionService()), ($this->services['Shopware\\Core\\Framework\\DataAbstractionLayer\\Read\\EntityReaderInterface'] ?? $this->getEntityReaderInterfaceService()), $a$b$c$d, ($this->services['Shopware\\Core\\Framework\\DataAbstractionLayer\\Event\\EntityLoadedEventFactory'] ?? $this->getEntityLoadedEventFactoryService())));
  29070.     }
  29071.     /**
  29072.      * Gets the public 'user_recovery.repository' shared service.
  29073.      *
  29074.      * @return \Shopware\Core\Framework\DataAbstractionLayer\EntityRepositoryForwardCompatibilityDecorator
  29075.      */
  29076.     protected function getUserRecovery_RepositoryService()
  29077.     {
  29078.         $a = ($this->services['Shopware\\Core\\Framework\\DataAbstractionLayer\\VersionManager'] ?? $this->getVersionManagerService());
  29079.         if (isset($this->services['user_recovery.repository'])) {
  29080.             return $this->services['user_recovery.repository'];
  29081.         }
  29082.         $b = ($this->services['Shopware\\Core\\Framework\\DataAbstractionLayer\\Search\\EntitySearcherInterface'] ?? $this->getEntitySearcherInterfaceService());
  29083.         if (isset($this->services['user_recovery.repository'])) {
  29084.             return $this->services['user_recovery.repository'];
  29085.         }
  29086.         $c = ($this->services['Shopware\\Core\\Framework\\DataAbstractionLayer\\Search\\EntityAggregatorInterface'] ?? $this->getEntityAggregatorInterfaceService());
  29087.         if (isset($this->services['user_recovery.repository'])) {
  29088.             return $this->services['user_recovery.repository'];
  29089.         }
  29090.         $d = ($this->services['event_dispatcher'] ?? $this->getEventDispatcherService());
  29091.         if (isset($this->services['user_recovery.repository'])) {
  29092.             return $this->services['user_recovery.repository'];
  29093.         }
  29094.         return $this->services['user_recovery.repository'] = new \Shopware\Core\Framework\DataAbstractionLayer\EntityRepositoryForwardCompatibilityDecorator(new \Shopware\Core\Framework\DataAbstractionLayer\EntityRepository(($this->services['Shopware\\Core\\System\\User\\Aggregate\\UserRecovery\\UserRecoveryDefinition'] ?? $this->getUserRecoveryDefinitionService()), ($this->services['Shopware\\Core\\Framework\\DataAbstractionLayer\\Read\\EntityReaderInterface'] ?? $this->getEntityReaderInterfaceService()), $a$b$c$d, ($this->services['Shopware\\Core\\Framework\\DataAbstractionLayer\\Event\\EntityLoadedEventFactory'] ?? $this->getEntityLoadedEventFactoryService())));
  29095.     }
  29096.     /**
  29097.      * Gets the public 'var_dumper.cloner' shared service.
  29098.      *
  29099.      * @return \Symfony\Component\VarDumper\Cloner\VarCloner
  29100.      */
  29101.     protected function getVarDumper_ClonerService()
  29102.     {
  29103.         $this->services['var_dumper.cloner'] = $instance = new \Symfony\Component\VarDumper\Cloner\VarCloner();
  29104.         $instance->setMaxItems(2500);
  29105.         $instance->setMinDepth(1);
  29106.         $instance->setMaxString(-1);
  29107.         $instance->addCasters(['Closure' => 'Symfony\\Component\\VarDumper\\Caster\\ReflectionCaster::unsetClosureFileInfo']);
  29108.         return $instance;
  29109.     }
  29110.     /**
  29111.      * Gets the public 'version.repository' shared service.
  29112.      *
  29113.      * @return \Shopware\Core\Framework\DataAbstractionLayer\EntityRepositoryForwardCompatibilityDecorator
  29114.      */
  29115.     protected function getVersion_RepositoryService()
  29116.     {
  29117.         return $this->services['version.repository'] = new \Shopware\Core\Framework\DataAbstractionLayer\EntityRepositoryForwardCompatibilityDecorator(new \Shopware\Core\Framework\DataAbstractionLayer\EntityRepository(($this->services['Shopware\\Core\\Framework\\DataAbstractionLayer\\Version\\VersionDefinition'] ?? $this->getVersionDefinitionService()), ($this->services['Shopware\\Core\\Framework\\DataAbstractionLayer\\Read\\EntityReaderInterface'] ?? $this->getEntityReaderInterfaceService()), ($this->services['Shopware\\Core\\Framework\\DataAbstractionLayer\\VersionManager'] ?? $this->getVersionManagerService()), ($this->services['Shopware\\Core\\Framework\\DataAbstractionLayer\\Search\\EntitySearcherInterface'] ?? $this->getEntitySearcherInterfaceService()), ($this->services['Shopware\\Core\\Framework\\DataAbstractionLayer\\Search\\EntityAggregatorInterface'] ?? $this->getEntityAggregatorInterfaceService()), ($this->services['event_dispatcher'] ?? $this->getEventDispatcherService()), ($this->services['Shopware\\Core\\Framework\\DataAbstractionLayer\\Event\\EntityLoadedEventFactory'] ?? $this->getEntityLoadedEventFactoryService())));
  29118.     }
  29119.     /**
  29120.      * Gets the public 'version_commit.repository' shared service.
  29121.      *
  29122.      * @return \Shopware\Core\Framework\DataAbstractionLayer\EntityRepositoryForwardCompatibilityDecorator
  29123.      */
  29124.     protected function getVersionCommit_RepositoryService()
  29125.     {
  29126.         return $this->services['version_commit.repository'] = new \Shopware\Core\Framework\DataAbstractionLayer\EntityRepositoryForwardCompatibilityDecorator(new \Shopware\Core\Framework\DataAbstractionLayer\EntityRepository(($this->services['Shopware\\Core\\Framework\\DataAbstractionLayer\\Version\\Aggregate\\VersionCommit\\VersionCommitDefinition'] ?? $this->getVersionCommitDefinitionService()), ($this->services['Shopware\\Core\\Framework\\DataAbstractionLayer\\Read\\EntityReaderInterface'] ?? $this->getEntityReaderInterfaceService()), ($this->services['Shopware\\Core\\Framework\\DataAbstractionLayer\\VersionManager'] ?? $this->getVersionManagerService()), ($this->services['Shopware\\Core\\Framework\\DataAbstractionLayer\\Search\\EntitySearcherInterface'] ?? $this->getEntitySearcherInterfaceService()), ($this->services['Shopware\\Core\\Framework\\DataAbstractionLayer\\Search\\EntityAggregatorInterface'] ?? $this->getEntityAggregatorInterfaceService()), ($this->services['event_dispatcher'] ?? $this->getEventDispatcherService()), ($this->services['Shopware\\Core\\Framework\\DataAbstractionLayer\\Event\\EntityLoadedEventFactory'] ?? $this->getEntityLoadedEventFactoryService())));
  29127.     }
  29128.     /**
  29129.      * Gets the public 'version_commit_data.repository' shared service.
  29130.      *
  29131.      * @return \Shopware\Core\Framework\DataAbstractionLayer\EntityRepositoryForwardCompatibilityDecorator
  29132.      */
  29133.     protected function getVersionCommitData_RepositoryService()
  29134.     {
  29135.         return $this->services['version_commit_data.repository'] = new \Shopware\Core\Framework\DataAbstractionLayer\EntityRepositoryForwardCompatibilityDecorator(new \Shopware\Core\Framework\DataAbstractionLayer\EntityRepository(($this->services['Shopware\\Core\\Framework\\DataAbstractionLayer\\Version\\Aggregate\\VersionCommitData\\VersionCommitDataDefinition'] ?? $this->getVersionCommitDataDefinitionService()), ($this->services['Shopware\\Core\\Framework\\DataAbstractionLayer\\Read\\EntityReaderInterface'] ?? $this->getEntityReaderInterfaceService()), ($this->services['Shopware\\Core\\Framework\\DataAbstractionLayer\\VersionManager'] ?? $this->getVersionManagerService()), ($this->services['Shopware\\Core\\Framework\\DataAbstractionLayer\\Search\\EntitySearcherInterface'] ?? $this->getEntitySearcherInterfaceService()), ($this->services['Shopware\\Core\\Framework\\DataAbstractionLayer\\Search\\EntityAggregatorInterface'] ?? $this->getEntityAggregatorInterfaceService()), ($this->services['event_dispatcher'] ?? $this->getEventDispatcherService()), ($this->services['Shopware\\Core\\Framework\\DataAbstractionLayer\\Event\\EntityLoadedEventFactory'] ?? $this->getEntityLoadedEventFactoryService())));
  29136.     }
  29137.     /**
  29138.      * Gets the public 'wato_digitec_galaxus_export.filesystem.private' shared service.
  29139.      *
  29140.      * @return \Shopware\Core\Framework\Adapter\Filesystem\PrefixFilesystem
  29141.      */
  29142.     protected function getWatoDigitecGalaxusExport_Filesystem_PrivateService()
  29143.     {
  29144.         include_once \dirname(__DIR__4).'/vendor/shopware/core/Framework/Adapter/Filesystem/AbstractFilesystem.php';
  29145.         include_once \dirname(__DIR__4).'/vendor/shopware/core/Framework/Adapter/Filesystem/PrefixFilesystem.php';
  29146.         return $this->services['wato_digitec_galaxus_export.filesystem.private'] = new \Shopware\Core\Framework\Adapter\Filesystem\PrefixFilesystem(($this->services['shopware.filesystem.private'] ?? $this->getShopware_Filesystem_PrivateService()), 'plugins/wato_digitec_galaxus_export');
  29147.     }
  29148.     /**
  29149.      * Gets the public 'wato_digitec_galaxus_export.filesystem.public' shared service.
  29150.      *
  29151.      * @return \Shopware\Core\Framework\Adapter\Filesystem\PrefixFilesystem
  29152.      */
  29153.     protected function getWatoDigitecGalaxusExport_Filesystem_PublicService()
  29154.     {
  29155.         include_once \dirname(__DIR__4).'/vendor/shopware/core/Framework/Adapter/Filesystem/AbstractFilesystem.php';
  29156.         include_once \dirname(__DIR__4).'/vendor/shopware/core/Framework/Adapter/Filesystem/PrefixFilesystem.php';
  29157.         return $this->services['wato_digitec_galaxus_export.filesystem.public'] = new \Shopware\Core\Framework\Adapter\Filesystem\PrefixFilesystem(($this->services['shopware.filesystem.public'] ?? $this->getShopware_Filesystem_PublicService()), 'plugins/wato_digitec_galaxus_export');
  29158.     }
  29159.     /**
  29160.      * Gets the public 'wbm_data_layer_modules.repository' shared service.
  29161.      *
  29162.      * @return \Shopware\Core\Framework\DataAbstractionLayer\EntityRepositoryForwardCompatibilityDecorator
  29163.      */
  29164.     protected function getWbmDataLayerModules_RepositoryService()
  29165.     {
  29166.         return $this->services['wbm_data_layer_modules.repository'] = new \Shopware\Core\Framework\DataAbstractionLayer\EntityRepositoryForwardCompatibilityDecorator(new \Shopware\Core\Framework\DataAbstractionLayer\EntityRepository(($this->services['Wbm\\TagManagerEcomm\\Core\\Content\\Module\\ModuleDefinition'] ?? $this->getModuleDefinitionService()), ($this->services['Shopware\\Core\\Framework\\DataAbstractionLayer\\Read\\EntityReaderInterface'] ?? $this->getEntityReaderInterfaceService()), ($this->services['Shopware\\Core\\Framework\\DataAbstractionLayer\\VersionManager'] ?? $this->getVersionManagerService()), ($this->services['Shopware\\Core\\Framework\\DataAbstractionLayer\\Search\\EntitySearcherInterface'] ?? $this->getEntitySearcherInterfaceService()), ($this->services['Shopware\\Core\\Framework\\DataAbstractionLayer\\Search\\EntityAggregatorInterface'] ?? $this->getEntityAggregatorInterfaceService()), ($this->services['event_dispatcher'] ?? $this->getEventDispatcherService()), ($this->services['Shopware\\Core\\Framework\\DataAbstractionLayer\\Event\\EntityLoadedEventFactory'] ?? $this->getEntityLoadedEventFactoryService())));
  29167.     }
  29168.     /**
  29169.      * Gets the public 'wbm_data_layer_properties.repository' shared service.
  29170.      *
  29171.      * @return \Shopware\Core\Framework\DataAbstractionLayer\EntityRepositoryForwardCompatibilityDecorator
  29172.      */
  29173.     protected function getWbmDataLayerProperties_RepositoryService()
  29174.     {
  29175.         return $this->services['wbm_data_layer_properties.repository'] = new \Shopware\Core\Framework\DataAbstractionLayer\EntityRepositoryForwardCompatibilityDecorator(new \Shopware\Core\Framework\DataAbstractionLayer\EntityRepository(($this->services['Wbm\\TagManagerEcomm\\Core\\Content\\Property\\PropertyDefinition'] ?? $this->getPropertyDefinitionService()), ($this->services['Shopware\\Core\\Framework\\DataAbstractionLayer\\Read\\EntityReaderInterface'] ?? $this->getEntityReaderInterfaceService()), ($this->services['Shopware\\Core\\Framework\\DataAbstractionLayer\\VersionManager'] ?? $this->getVersionManagerService()), ($this->services['Shopware\\Core\\Framework\\DataAbstractionLayer\\Search\\EntitySearcherInterface'] ?? $this->getEntitySearcherInterfaceService()), ($this->services['Shopware\\Core\\Framework\\DataAbstractionLayer\\Search\\EntityAggregatorInterface'] ?? $this->getEntityAggregatorInterfaceService()), ($this->services['event_dispatcher'] ?? $this->getEventDispatcherService()), ($this->services['Shopware\\Core\\Framework\\DataAbstractionLayer\\Event\\EntityLoadedEventFactory'] ?? $this->getEntityLoadedEventFactoryService())));
  29176.     }
  29177.     /**
  29178.      * Gets the public 'wbm_tag_manager_ecomm.filesystem.private' shared service.
  29179.      *
  29180.      * @return \Shopware\Core\Framework\Adapter\Filesystem\PrefixFilesystem
  29181.      */
  29182.     protected function getWbmTagManagerEcomm_Filesystem_PrivateService()
  29183.     {
  29184.         include_once \dirname(__DIR__4).'/vendor/shopware/core/Framework/Adapter/Filesystem/AbstractFilesystem.php';
  29185.         include_once \dirname(__DIR__4).'/vendor/shopware/core/Framework/Adapter/Filesystem/PrefixFilesystem.php';
  29186.         return $this->services['wbm_tag_manager_ecomm.filesystem.private'] = new \Shopware\Core\Framework\Adapter\Filesystem\PrefixFilesystem(($this->services['shopware.filesystem.private'] ?? $this->getShopware_Filesystem_PrivateService()), 'plugins/wbm_tag_manager_ecomm');
  29187.     }
  29188.     /**
  29189.      * Gets the public 'wbm_tag_manager_ecomm.filesystem.public' shared service.
  29190.      *
  29191.      * @return \Shopware\Core\Framework\Adapter\Filesystem\PrefixFilesystem
  29192.      */
  29193.     protected function getWbmTagManagerEcomm_Filesystem_PublicService()
  29194.     {
  29195.         include_once \dirname(__DIR__4).'/vendor/shopware/core/Framework/Adapter/Filesystem/AbstractFilesystem.php';
  29196.         include_once \dirname(__DIR__4).'/vendor/shopware/core/Framework/Adapter/Filesystem/PrefixFilesystem.php';
  29197.         return $this->services['wbm_tag_manager_ecomm.filesystem.public'] = new \Shopware\Core\Framework\Adapter\Filesystem\PrefixFilesystem(($this->services['shopware.filesystem.public'] ?? $this->getShopware_Filesystem_PublicService()), 'plugins/wbm_tag_manager_ecomm');
  29198.     }
  29199.     /**
  29200.      * Gets the public 'web_profiler.controller.exception_panel' shared service.
  29201.      *
  29202.      * @return \Symfony\Bundle\WebProfilerBundle\Controller\ExceptionPanelController
  29203.      */
  29204.     protected function getWebProfiler_Controller_ExceptionPanelService()
  29205.     {
  29206.         include_once \dirname(__DIR__4).'/vendor/symfony/web-profiler-bundle/Controller/ExceptionPanelController.php';
  29207.         return $this->services['web_profiler.controller.exception_panel'] = new \Symfony\Bundle\WebProfilerBundle\Controller\ExceptionPanelController(($this->privates['error_handler.error_renderer.html'] ?? $this->getErrorHandler_ErrorRenderer_HtmlService()), ($this->services['.container.private.profiler'] ?? $this->get_Container_Private_ProfilerService()));
  29208.     }
  29209.     /**
  29210.      * Gets the public 'web_profiler.controller.profiler' shared service.
  29211.      *
  29212.      * @return \Symfony\Bundle\WebProfilerBundle\Controller\ProfilerController
  29213.      */
  29214.     protected function getWebProfiler_Controller_ProfilerService()
  29215.     {
  29216.         include_once \dirname(__DIR__4).'/vendor/symfony/web-profiler-bundle/Controller/ProfilerController.php';
  29217.         return $this->services['web_profiler.controller.profiler'] = new \Symfony\Bundle\WebProfilerBundle\Controller\ProfilerController(($this->services['router'] ?? $this->getRouterService()), ($this->services['.container.private.profiler'] ?? $this->get_Container_Private_ProfilerService()), ($this->services['.container.private.twig'] ?? $this->get_Container_Private_TwigService()), $this->parameters['data_collector.templates'], ($this->privates['web_profiler.csp.handler'] ?? $this->getWebProfiler_Csp_HandlerService()), \dirname(__DIR__4));
  29218.     }
  29219.     /**
  29220.      * Gets the public 'web_profiler.controller.router' shared service.
  29221.      *
  29222.      * @return \Symfony\Bundle\WebProfilerBundle\Controller\RouterController
  29223.      */
  29224.     protected function getWebProfiler_Controller_RouterService()
  29225.     {
  29226.         include_once \dirname(__DIR__4).'/vendor/symfony/web-profiler-bundle/Controller/RouterController.php';
  29227.         return $this->services['web_profiler.controller.router'] = new \Symfony\Bundle\WebProfilerBundle\Controller\RouterController(($this->services['.container.private.profiler'] ?? $this->get_Container_Private_ProfilerService()), ($this->services['.container.private.twig'] ?? $this->get_Container_Private_TwigService()), ($this->services['router'] ?? $this->getRouterService()), NULL, new RewindableGenerator(function () {
  29228.             return new \EmptyIterator();
  29229.         }, 0));
  29230.     }
  29231.     /**
  29232.      * Gets the public 'webhook.repository' shared service.
  29233.      *
  29234.      * @return \Shopware\Core\Framework\DataAbstractionLayer\EntityRepositoryForwardCompatibilityDecorator
  29235.      */
  29236.     protected function getWebhook_RepositoryService()
  29237.     {
  29238.         $a = ($this->services['Shopware\\Core\\Framework\\DataAbstractionLayer\\VersionManager'] ?? $this->getVersionManagerService());
  29239.         if (isset($this->services['webhook.repository'])) {
  29240.             return $this->services['webhook.repository'];
  29241.         }
  29242.         $b = ($this->services['Shopware\\Core\\Framework\\DataAbstractionLayer\\Search\\EntitySearcherInterface'] ?? $this->getEntitySearcherInterfaceService());
  29243.         if (isset($this->services['webhook.repository'])) {
  29244.             return $this->services['webhook.repository'];
  29245.         }
  29246.         $c = ($this->services['Shopware\\Core\\Framework\\DataAbstractionLayer\\Search\\EntityAggregatorInterface'] ?? $this->getEntityAggregatorInterfaceService());
  29247.         if (isset($this->services['webhook.repository'])) {
  29248.             return $this->services['webhook.repository'];
  29249.         }
  29250.         $d = ($this->services['event_dispatcher'] ?? $this->getEventDispatcherService());
  29251.         if (isset($this->services['webhook.repository'])) {
  29252.             return $this->services['webhook.repository'];
  29253.         }
  29254.         return $this->services['webhook.repository'] = new \Shopware\Core\Framework\DataAbstractionLayer\EntityRepositoryForwardCompatibilityDecorator(new \Shopware\Core\Framework\DataAbstractionLayer\EntityRepository(($this->services['Shopware\\Core\\Framework\\Webhook\\WebhookDefinition'] ?? $this->getWebhookDefinitionService()), ($this->services['Shopware\\Core\\Framework\\DataAbstractionLayer\\Read\\EntityReaderInterface'] ?? $this->getEntityReaderInterfaceService()), $a$b$c$d, ($this->services['Shopware\\Core\\Framework\\DataAbstractionLayer\\Event\\EntityLoadedEventFactory'] ?? $this->getEntityLoadedEventFactoryService())));
  29255.     }
  29256.     /**
  29257.      * Gets the public 'webhook_event_log.repository' shared service.
  29258.      *
  29259.      * @return \Shopware\Core\Framework\DataAbstractionLayer\EntityRepositoryForwardCompatibilityDecorator
  29260.      */
  29261.     protected function getWebhookEventLog_RepositoryService()
  29262.     {
  29263.         $a = ($this->services['Shopware\\Core\\Framework\\DataAbstractionLayer\\VersionManager'] ?? $this->getVersionManagerService());
  29264.         if (isset($this->services['webhook_event_log.repository'])) {
  29265.             return $this->services['webhook_event_log.repository'];
  29266.         }
  29267.         $b = ($this->services['Shopware\\Core\\Framework\\DataAbstractionLayer\\Search\\EntitySearcherInterface'] ?? $this->getEntitySearcherInterfaceService());
  29268.         if (isset($this->services['webhook_event_log.repository'])) {
  29269.             return $this->services['webhook_event_log.repository'];
  29270.         }
  29271.         $c = ($this->services['Shopware\\Core\\Framework\\DataAbstractionLayer\\Search\\EntityAggregatorInterface'] ?? $this->getEntityAggregatorInterfaceService());
  29272.         if (isset($this->services['webhook_event_log.repository'])) {
  29273.             return $this->services['webhook_event_log.repository'];
  29274.         }
  29275.         $d = ($this->services['event_dispatcher'] ?? $this->getEventDispatcherService());
  29276.         if (isset($this->services['webhook_event_log.repository'])) {
  29277.             return $this->services['webhook_event_log.repository'];
  29278.         }
  29279.         return $this->services['webhook_event_log.repository'] = new \Shopware\Core\Framework\DataAbstractionLayer\EntityRepositoryForwardCompatibilityDecorator(new \Shopware\Core\Framework\DataAbstractionLayer\EntityRepository(($this->services['Shopware\\Core\\Framework\\Webhook\\EventLog\\WebhookEventLogDefinition'] ?? $this->getWebhookEventLogDefinitionService()), ($this->services['Shopware\\Core\\Framework\\DataAbstractionLayer\\Read\\EntityReaderInterface'] ?? $this->getEntityReaderInterfaceService()), $a$b$c$d, ($this->services['Shopware\\Core\\Framework\\DataAbstractionLayer\\Event\\EntityLoadedEventFactory'] ?? $this->getEntityLoadedEventFactoryService())));
  29280.     }
  29281.     /**
  29282.      * Gets the public 'zeo_abandoned_cart.repository' shared service.
  29283.      *
  29284.      * @return \Shopware\Core\Framework\DataAbstractionLayer\EntityRepositoryForwardCompatibilityDecorator
  29285.      */
  29286.     protected function getZeoAbandonedCart_RepositoryService()
  29287.     {
  29288.         $a = ($this->services['Shopware\\Core\\Framework\\DataAbstractionLayer\\VersionManager'] ?? $this->getVersionManagerService());
  29289.         if (isset($this->services['zeo_abandoned_cart.repository'])) {
  29290.             return $this->services['zeo_abandoned_cart.repository'];
  29291.         }
  29292.         $b = ($this->services['Shopware\\Core\\Framework\\DataAbstractionLayer\\Search\\EntitySearcherInterface'] ?? $this->getEntitySearcherInterfaceService());
  29293.         if (isset($this->services['zeo_abandoned_cart.repository'])) {
  29294.             return $this->services['zeo_abandoned_cart.repository'];
  29295.         }
  29296.         $c = ($this->services['Shopware\\Core\\Framework\\DataAbstractionLayer\\Search\\EntityAggregatorInterface'] ?? $this->getEntityAggregatorInterfaceService());
  29297.         if (isset($this->services['zeo_abandoned_cart.repository'])) {
  29298.             return $this->services['zeo_abandoned_cart.repository'];
  29299.         }
  29300.         $d = ($this->services['event_dispatcher'] ?? $this->getEventDispatcherService());
  29301.         if (isset($this->services['zeo_abandoned_cart.repository'])) {
  29302.             return $this->services['zeo_abandoned_cart.repository'];
  29303.         }
  29304.         return $this->services['zeo_abandoned_cart.repository'] = new \Shopware\Core\Framework\DataAbstractionLayer\EntityRepositoryForwardCompatibilityDecorator(new \Shopware\Core\Framework\DataAbstractionLayer\EntityRepository(($this->services['Zeobv\\AbandonedCart\\Checkout\\AbandonedCart\\AbandonedCartDefinition'] ?? $this->getAbandonedCartDefinitionService()), ($this->services['Shopware\\Core\\Framework\\DataAbstractionLayer\\Read\\EntityReaderInterface'] ?? $this->getEntityReaderInterfaceService()), $a$b$c$d, ($this->services['Shopware\\Core\\Framework\\DataAbstractionLayer\\Event\\EntityLoadedEventFactory'] ?? $this->getEntityLoadedEventFactoryService())));
  29305.     }
  29306.     /**
  29307.      * Gets the public 'zeobv_abandoned_cart.filesystem.private' shared service.
  29308.      *
  29309.      * @return \Shopware\Core\Framework\Adapter\Filesystem\PrefixFilesystem
  29310.      */
  29311.     protected function getZeobvAbandonedCart_Filesystem_PrivateService()
  29312.     {
  29313.         include_once \dirname(__DIR__4).'/vendor/shopware/core/Framework/Adapter/Filesystem/AbstractFilesystem.php';
  29314.         include_once \dirname(__DIR__4).'/vendor/shopware/core/Framework/Adapter/Filesystem/PrefixFilesystem.php';
  29315.         return $this->services['zeobv_abandoned_cart.filesystem.private'] = new \Shopware\Core\Framework\Adapter\Filesystem\PrefixFilesystem(($this->services['shopware.filesystem.private'] ?? $this->getShopware_Filesystem_PrivateService()), 'plugins/zeobv_abandoned_cart');
  29316.     }
  29317.     /**
  29318.      * Gets the public 'zeobv_abandoned_cart.filesystem.public' shared service.
  29319.      *
  29320.      * @return \Shopware\Core\Framework\Adapter\Filesystem\PrefixFilesystem
  29321.      */
  29322.     protected function getZeobvAbandonedCart_Filesystem_PublicService()
  29323.     {
  29324.         include_once \dirname(__DIR__4).'/vendor/shopware/core/Framework/Adapter/Filesystem/AbstractFilesystem.php';
  29325.         include_once \dirname(__DIR__4).'/vendor/shopware/core/Framework/Adapter/Filesystem/PrefixFilesystem.php';
  29326.         return $this->services['zeobv_abandoned_cart.filesystem.public'] = new \Shopware\Core\Framework\Adapter\Filesystem\PrefixFilesystem(($this->services['shopware.filesystem.public'] ?? $this->getShopware_Filesystem_PublicService()), 'plugins/zeobv_abandoned_cart');
  29327.     }
  29328.     /**
  29329.      * Gets the private '.Frosh\Tools\Command\ChangeUserPasswordCommand.lazy' shared service.
  29330.      *
  29331.      * @return \Symfony\Component\Console\Command\LazyCommand
  29332.      */
  29333.     protected function getChangeUserPasswordCommand_LazyService()
  29334.     {
  29335.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/Command.php';
  29336.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/LazyCommand.php';
  29337.         return $this->privates['.Frosh\\Tools\\Command\\ChangeUserPasswordCommand.lazy'] = new \Symfony\Component\Console\Command\LazyCommand('frosh:user:change:password', [], 'Change user password'false, function (): \Frosh\Tools\Command\ChangeUserPasswordCommand {
  29338.             return ($this->privates['Frosh\\Tools\\Command\\ChangeUserPasswordCommand'] ?? $this->getChangeUserPasswordCommandService());
  29339.         });
  29340.     }
  29341.     /**
  29342.      * Gets the private '.Frosh\Tools\Command\EnvDelCommand.lazy' shared service.
  29343.      *
  29344.      * @return \Symfony\Component\Console\Command\LazyCommand
  29345.      */
  29346.     protected function getEnvDelCommand_LazyService()
  29347.     {
  29348.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/Command.php';
  29349.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/LazyCommand.php';
  29350.         return $this->privates['.Frosh\\Tools\\Command\\EnvDelCommand.lazy'] = new \Symfony\Component\Console\Command\LazyCommand('frosh:env:Del', [], 'Delete environment variable'false, function (): \Frosh\Tools\Command\EnvDelCommand {
  29351.             return ($this->privates['Frosh\\Tools\\Command\\EnvDelCommand'] ?? $this->getEnvDelCommandService());
  29352.         });
  29353.     }
  29354.     /**
  29355.      * Gets the private '.Frosh\Tools\Command\EnvGetCommand.lazy' shared service.
  29356.      *
  29357.      * @return \Symfony\Component\Console\Command\LazyCommand
  29358.      */
  29359.     protected function getEnvGetCommand_LazyService()
  29360.     {
  29361.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/Command.php';
  29362.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/LazyCommand.php';
  29363.         return $this->privates['.Frosh\\Tools\\Command\\EnvGetCommand.lazy'] = new \Symfony\Component\Console\Command\LazyCommand('frosh:env:get', [], 'Get an environment variable'false, function (): \Frosh\Tools\Command\EnvGetCommand {
  29364.             return ($this->privates['Frosh\\Tools\\Command\\EnvGetCommand'] ?? $this->getEnvGetCommandService());
  29365.         });
  29366.     }
  29367.     /**
  29368.      * Gets the private '.Frosh\Tools\Command\EnvSetCommand.lazy' shared service.
  29369.      *
  29370.      * @return \Symfony\Component\Console\Command\LazyCommand
  29371.      */
  29372.     protected function getEnvSetCommand_LazyService()
  29373.     {
  29374.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/Command.php';
  29375.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/LazyCommand.php';
  29376.         return $this->privates['.Frosh\\Tools\\Command\\EnvSetCommand.lazy'] = new \Symfony\Component\Console\Command\LazyCommand('frosh:env:set', [], 'Set an environment variable'false, function (): \Frosh\Tools\Command\EnvSetCommand {
  29377.             return ($this->privates['Frosh\\Tools\\Command\\EnvSetCommand'] ?? $this->getEnvSetCommandService());
  29378.         });
  29379.     }
  29380.     /**
  29381.      * Gets the private '.Frosh\Tools\Command\MonitorCommand.lazy' shared service.
  29382.      *
  29383.      * @return \Symfony\Component\Console\Command\LazyCommand
  29384.      */
  29385.     protected function getMonitorCommand_LazyService()
  29386.     {
  29387.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/Command.php';
  29388.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/LazyCommand.php';
  29389.         return $this->privates['.Frosh\\Tools\\Command\\MonitorCommand.lazy'] = new \Symfony\Component\Console\Command\LazyCommand('frosh:monitor', [], 'Monitor your scheduled task and queue with this command and get notified via email.'false, function (): \Frosh\Tools\Command\MonitorCommand {
  29390.             return ($this->privates['Frosh\\Tools\\Command\\MonitorCommand'] ?? $this->getMonitorCommandService());
  29391.         });
  29392.     }
  29393.     /**
  29394.      * Gets the private '.Frosh\Tools\Command\UpdateComposerPluginsCommand.lazy' shared service.
  29395.      *
  29396.      * @return \Symfony\Component\Console\Command\LazyCommand
  29397.      */
  29398.     protected function getUpdateComposerPluginsCommand_LazyService()
  29399.     {
  29400.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/Command.php';
  29401.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/LazyCommand.php';
  29402.         return $this->privates['.Frosh\\Tools\\Command\\UpdateComposerPluginsCommand.lazy'] = new \Symfony\Component\Console\Command\LazyCommand('frosh:composer-plugin:update', [], 'Check for available plugin updates and install them'false, function (): \Frosh\Tools\Command\UpdateComposerPluginsCommand {
  29403.             return ($this->privates['Frosh\\Tools\\Command\\UpdateComposerPluginsCommand'] ?? $this->getUpdateComposerPluginsCommandService());
  29404.         });
  29405.     }
  29406.     /**
  29407.      * Gets the private '.Frosh\Tools\Command\UpdatePluginsCommand.lazy' shared service.
  29408.      *
  29409.      * @return \Symfony\Component\Console\Command\LazyCommand
  29410.      */
  29411.     protected function getUpdatePluginsCommand_LazyService()
  29412.     {
  29413.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/Command.php';
  29414.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/LazyCommand.php';
  29415.         return $this->privates['.Frosh\\Tools\\Command\\UpdatePluginsCommand.lazy'] = new \Symfony\Component\Console\Command\LazyCommand('frosh:plugin:update', [], 'Check for available plugin updates and install them'false, function (): \Frosh\Tools\Command\UpdatePluginsCommand {
  29416.             return ($this->privates['Frosh\\Tools\\Command\\UpdatePluginsCommand'] ?? $this->getUpdatePluginsCommandService());
  29417.         });
  29418.     }
  29419.     /**
  29420.      * Gets the private '.Shopware\Core\Maintenance\SalesChannel\Command\SalesChannelUpdateDomainCommand.lazy' shared service.
  29421.      *
  29422.      * @return \Symfony\Component\Console\Command\LazyCommand
  29423.      */
  29424.     protected function getSalesChannelUpdateDomainCommand_LazyService()
  29425.     {
  29426.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/Command.php';
  29427.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/LazyCommand.php';
  29428.         return $this->privates['.Shopware\\Core\\Maintenance\\SalesChannel\\Command\\SalesChannelUpdateDomainCommand.lazy'] = new \Symfony\Component\Console\Command\LazyCommand('sales-channel:update:domain', [], 'Changes the domain of all sales channels'false, function (): \Shopware\Core\Maintenance\SalesChannel\Command\SalesChannelUpdateDomainCommand {
  29429.             return ($this->privates['Shopware\\Core\\Maintenance\\SalesChannel\\Command\\SalesChannelUpdateDomainCommand'] ?? $this->getSalesChannelUpdateDomainCommandService());
  29430.         });
  29431.     }
  29432.     /**
  29433.      * Gets the private '.Shopware\Elasticsearch\Framework\Command\ElasticsearchAdminIndexingCommand.lazy' shared service.
  29434.      *
  29435.      * @return \Symfony\Component\Console\Command\LazyCommand
  29436.      */
  29437.     protected function getElasticsearchAdminIndexingCommand_LazyService()
  29438.     {
  29439.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/Command.php';
  29440.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/LazyCommand.php';
  29441.         return $this->privates['.Shopware\\Elasticsearch\\Framework\\Command\\ElasticsearchAdminIndexingCommand.lazy'] = new \Symfony\Component\Console\Command\LazyCommand('es:admin:index', [], 'Index the elasticsearch for the admin search'false, function (): \Shopware\Elasticsearch\Framework\Command\ElasticsearchAdminIndexingCommand {
  29442.             return ($this->privates['Shopware\\Elasticsearch\\Framework\\Command\\ElasticsearchAdminIndexingCommand'] ?? $this->getElasticsearchAdminIndexingCommandService());
  29443.         });
  29444.     }
  29445.     /**
  29446.      * Gets the private '.Shopware\Elasticsearch\Framework\Command\ElasticsearchAdminResetCommand.lazy' shared service.
  29447.      *
  29448.      * @return \Symfony\Component\Console\Command\LazyCommand
  29449.      */
  29450.     protected function getElasticsearchAdminResetCommand_LazyService()
  29451.     {
  29452.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/Command.php';
  29453.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/LazyCommand.php';
  29454.         return $this->privates['.Shopware\\Elasticsearch\\Framework\\Command\\ElasticsearchAdminResetCommand.lazy'] = new \Symfony\Component\Console\Command\LazyCommand('es:admin:reset', [], 'Reset Admin Elasticsearch indexing'false, function (): \Shopware\Elasticsearch\Framework\Command\ElasticsearchAdminResetCommand {
  29455.             return ($this->privates['Shopware\\Elasticsearch\\Framework\\Command\\ElasticsearchAdminResetCommand'] ?? $this->getElasticsearchAdminResetCommandService());
  29456.         });
  29457.     }
  29458.     /**
  29459.      * Gets the private '.Shopware\Elasticsearch\Framework\Command\ElasticsearchAdminTestCommand.lazy' shared service.
  29460.      *
  29461.      * @return \Symfony\Component\Console\Command\LazyCommand
  29462.      */
  29463.     protected function getElasticsearchAdminTestCommand_LazyService()
  29464.     {
  29465.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/Command.php';
  29466.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/LazyCommand.php';
  29467.         return $this->privates['.Shopware\\Elasticsearch\\Framework\\Command\\ElasticsearchAdminTestCommand.lazy'] = new \Symfony\Component\Console\Command\LazyCommand('es:admin:test', [], 'Allows you to test the admin search index'false, function (): \Shopware\Elasticsearch\Framework\Command\ElasticsearchAdminTestCommand {
  29468.             return ($this->privates['Shopware\\Elasticsearch\\Framework\\Command\\ElasticsearchAdminTestCommand'] ?? $this->getElasticsearchAdminTestCommandService());
  29469.         });
  29470.     }
  29471.     /**
  29472.      * Gets the private '.Swag\PayPal\Pos\Command\PosImageSyncCommand.lazy' shared service.
  29473.      *
  29474.      * @return \Symfony\Component\Console\Command\LazyCommand
  29475.      */
  29476.     protected function getPosImageSyncCommand_LazyService()
  29477.     {
  29478.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/Command.php';
  29479.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/LazyCommand.php';
  29480.         return $this->privates['.Swag\\PayPal\\Pos\\Command\\PosImageSyncCommand.lazy'] = new \Symfony\Component\Console\Command\LazyCommand('swag:paypal:pos:sync:images', [], 'Sync only images to Zettle'false, function (): \Swag\PayPal\Pos\Command\PosImageSyncCommand {
  29481.             return ($this->privates['Swag\\PayPal\\Pos\\Command\\PosImageSyncCommand'] ?? $this->getPosImageSyncCommandService());
  29482.         });
  29483.     }
  29484.     /**
  29485.      * Gets the private '.Swag\PayPal\Pos\Command\PosInventorySyncCommand.lazy' shared service.
  29486.      *
  29487.      * @return \Symfony\Component\Console\Command\LazyCommand
  29488.      */
  29489.     protected function getPosInventorySyncCommand_LazyService()
  29490.     {
  29491.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/Command.php';
  29492.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/LazyCommand.php';
  29493.         return $this->privates['.Swag\\PayPal\\Pos\\Command\\PosInventorySyncCommand.lazy'] = new \Symfony\Component\Console\Command\LazyCommand('swag:paypal:pos:sync:inventory', [], 'Sync only inventory to Zettle'false, function (): \Swag\PayPal\Pos\Command\PosInventorySyncCommand {
  29494.             return ($this->privates['Swag\\PayPal\\Pos\\Command\\PosInventorySyncCommand'] ?? $this->getPosInventorySyncCommandService());
  29495.         });
  29496.     }
  29497.     /**
  29498.      * Gets the private '.Swag\PayPal\Pos\Command\PosLogCleanupCommand.lazy' shared service.
  29499.      *
  29500.      * @return \Symfony\Component\Console\Command\LazyCommand
  29501.      */
  29502.     protected function getPosLogCleanupCommand_LazyService()
  29503.     {
  29504.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/Command.php';
  29505.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/LazyCommand.php';
  29506.         return $this->privates['.Swag\\PayPal\\Pos\\Command\\PosLogCleanupCommand.lazy'] = new \Symfony\Component\Console\Command\LazyCommand('swag:paypal:pos:log:cleanup', [], 'Cleanup Zettle sync log'false, function (): \Swag\PayPal\Pos\Command\PosLogCleanupCommand {
  29507.             return ($this->privates['Swag\\PayPal\\Pos\\Command\\PosLogCleanupCommand'] ?? $this->getPosLogCleanupCommandService());
  29508.         });
  29509.     }
  29510.     /**
  29511.      * Gets the private '.Swag\PayPal\Pos\Command\PosProductSyncCommand.lazy' shared service.
  29512.      *
  29513.      * @return \Symfony\Component\Console\Command\LazyCommand
  29514.      */
  29515.     protected function getPosProductSyncCommand_LazyService()
  29516.     {
  29517.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/Command.php';
  29518.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/LazyCommand.php';
  29519.         return $this->privates['.Swag\\PayPal\\Pos\\Command\\PosProductSyncCommand.lazy'] = new \Symfony\Component\Console\Command\LazyCommand('swag:paypal:pos:sync:product', [], 'Sync only products to Zettle'false, function (): \Swag\PayPal\Pos\Command\PosProductSyncCommand {
  29520.             return ($this->privates['Swag\\PayPal\\Pos\\Command\\PosProductSyncCommand'] ?? $this->getPosProductSyncCommandService());
  29521.         });
  29522.     }
  29523.     /**
  29524.      * Gets the private '.Swag\PayPal\Pos\Command\PosSyncCommand.lazy' shared service.
  29525.      *
  29526.      * @return \Symfony\Component\Console\Command\LazyCommand
  29527.      */
  29528.     protected function getPosSyncCommand_LazyService()
  29529.     {
  29530.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/Command.php';
  29531.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/LazyCommand.php';
  29532.         return $this->privates['.Swag\\PayPal\\Pos\\Command\\PosSyncCommand.lazy'] = new \Symfony\Component\Console\Command\LazyCommand('swag:paypal:pos:sync', [], 'Sync to Zettle'false, function (): \Swag\PayPal\Pos\Command\PosSyncCommand {
  29533.             return ($this->privates['Swag\\PayPal\\Pos\\Command\\PosSyncCommand'] ?? $this->getPosSyncCommandService());
  29534.         });
  29535.     }
  29536.     /**
  29537.      * Gets the private '.Swag\PayPal\Webhook\Command\CrawlWebhookEventNamesCommand.lazy' shared service.
  29538.      *
  29539.      * @return \Symfony\Component\Console\Command\LazyCommand
  29540.      */
  29541.     protected function getCrawlWebhookEventNamesCommand_LazyService()
  29542.     {
  29543.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/Command.php';
  29544.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/LazyCommand.php';
  29545.         return $this->privates['.Swag\\PayPal\\Webhook\\Command\\CrawlWebhookEventNamesCommand.lazy'] = new \Symfony\Component\Console\Command\LazyCommand('swag:paypal:crawl:webhooks', [], 'Crawls the PayPal developer website for webhook event names and updates "Swag\\PayPal\\Webhook\\WebhookEventTypes"'false, function (): \Swag\PayPal\Webhook\Command\CrawlWebhookEventNamesCommand {
  29546.             return ($this->privates['Swag\\PayPal\\Webhook\\Command\\CrawlWebhookEventNamesCommand'] ?? $this->getCrawlWebhookEventNamesCommandService());
  29547.         });
  29548.     }
  29549.     /**
  29550.      * Gets the private '.Symfony\Component\Dotenv\Command\DotenvDumpCommand.lazy' shared service.
  29551.      *
  29552.      * @return \Symfony\Component\Console\Command\LazyCommand
  29553.      */
  29554.     protected function getDotenvDumpCommand_LazyService()
  29555.     {
  29556.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/Command.php';
  29557.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/LazyCommand.php';
  29558.         return $this->privates['.Symfony\\Component\\Dotenv\\Command\\DotenvDumpCommand.lazy'] = new \Symfony\Component\Console\Command\LazyCommand('dotenv:dump', [], 'Compiles .env files to .env.local.php'false, function (): \Symfony\Component\Dotenv\Command\DotenvDumpCommand {
  29559.             return ($this->privates['Symfony\\Component\\Dotenv\\Command\\DotenvDumpCommand'] ?? $this->getDotenvDumpCommandService());
  29560.         });
  29561.     }
  29562.     /**
  29563.      * Gets the private '.cache.http.inner' shared service.
  29564.      *
  29565.      * @return \Symfony\Component\Cache\Adapter\TraceableAdapter
  29566.      */
  29567.     protected function get_Cache_Http_InnerService()
  29568.     {
  29569.         $a = new \Symfony\Component\Cache\Adapter\ArrayAdapter(172800);
  29570.         $a->setLogger(($this->privates['monolog.logger.cache'] ?? $this->getMonolog_Logger_CacheService()));
  29571.         return $this->privates['.cache.http.inner'] = new \Symfony\Component\Cache\Adapter\TraceableAdapter($a);
  29572.     }
  29573.     /**
  29574.      * Gets the private '.cache.object.inner' shared service.
  29575.      *
  29576.      * @return \Symfony\Component\Cache\Adapter\TraceableAdapter
  29577.      */
  29578.     protected function get_Cache_Object_InnerService()
  29579.     {
  29580.         $a = new \Symfony\Component\Cache\Adapter\ArrayAdapter(172800);
  29581.         $a->setLogger(($this->privates['monolog.logger.cache'] ?? $this->getMonolog_Logger_CacheService()));
  29582.         return $this->privates['.cache.object.inner'] = new \Symfony\Component\Cache\Adapter\TraceableAdapter($a);
  29583.     }
  29584.     /**
  29585.      * Gets the private '.console.command.about.lazy' shared service.
  29586.      *
  29587.      * @return \Symfony\Component\Console\Command\LazyCommand
  29588.      */
  29589.     protected function get_Console_Command_About_LazyService()
  29590.     {
  29591.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/Command.php';
  29592.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/LazyCommand.php';
  29593.         return $this->privates['.console.command.about.lazy'] = new \Symfony\Component\Console\Command\LazyCommand('about', [], 'Display information about the current project'false, function (): \Symfony\Bundle\FrameworkBundle\Command\AboutCommand {
  29594.             return ($this->privates['console.command.about'] ?? $this->getConsole_Command_AboutService());
  29595.         });
  29596.     }
  29597.     /**
  29598.      * Gets the private '.console.command.cache_clear.lazy' shared service.
  29599.      *
  29600.      * @return \Symfony\Component\Console\Command\LazyCommand
  29601.      */
  29602.     protected function get_Console_Command_CacheClear_LazyService()
  29603.     {
  29604.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/Command.php';
  29605.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/LazyCommand.php';
  29606.         return $this->privates['.console.command.cache_clear.lazy'] = new \Symfony\Component\Console\Command\LazyCommand('cache:clear', [], 'Clear the cache'false, function (): \Symfony\Bundle\FrameworkBundle\Command\CacheClearCommand {
  29607.             return ($this->privates['console.command.cache_clear'] ?? $this->getConsole_Command_CacheClearService());
  29608.         });
  29609.     }
  29610.     /**
  29611.      * Gets the private '.console.command.cache_pool_clear.lazy' shared service.
  29612.      *
  29613.      * @return \Symfony\Component\Console\Command\LazyCommand
  29614.      */
  29615.     protected function get_Console_Command_CachePoolClear_LazyService()
  29616.     {
  29617.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/Command.php';
  29618.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/LazyCommand.php';
  29619.         return $this->privates['.console.command.cache_pool_clear.lazy'] = new \Symfony\Component\Console\Command\LazyCommand('cache:pool:clear', [], 'Clear cache pools'false, function (): \Symfony\Bundle\FrameworkBundle\Command\CachePoolClearCommand {
  29620.             return ($this->privates['console.command.cache_pool_clear'] ?? $this->getConsole_Command_CachePoolClearService());
  29621.         });
  29622.     }
  29623.     /**
  29624.      * Gets the private '.console.command.cache_pool_delete.lazy' shared service.
  29625.      *
  29626.      * @return \Symfony\Component\Console\Command\LazyCommand
  29627.      */
  29628.     protected function get_Console_Command_CachePoolDelete_LazyService()
  29629.     {
  29630.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/Command.php';
  29631.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/LazyCommand.php';
  29632.         return $this->privates['.console.command.cache_pool_delete.lazy'] = new \Symfony\Component\Console\Command\LazyCommand('cache:pool:delete', [], 'Delete an item from a cache pool'false, function (): \Symfony\Bundle\FrameworkBundle\Command\CachePoolDeleteCommand {
  29633.             return ($this->privates['console.command.cache_pool_delete'] ?? $this->getConsole_Command_CachePoolDeleteService());
  29634.         });
  29635.     }
  29636.     /**
  29637.      * Gets the private '.console.command.cache_pool_list.lazy' shared service.
  29638.      *
  29639.      * @return \Symfony\Component\Console\Command\LazyCommand
  29640.      */
  29641.     protected function get_Console_Command_CachePoolList_LazyService()
  29642.     {
  29643.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/Command.php';
  29644.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/LazyCommand.php';
  29645.         return $this->privates['.console.command.cache_pool_list.lazy'] = new \Symfony\Component\Console\Command\LazyCommand('cache:pool:list', [], 'List available cache pools'false, function (): \Symfony\Bundle\FrameworkBundle\Command\CachePoolListCommand {
  29646.             return ($this->privates['console.command.cache_pool_list'] ?? $this->getConsole_Command_CachePoolListService());
  29647.         });
  29648.     }
  29649.     /**
  29650.      * Gets the private '.console.command.cache_pool_prune.lazy' shared service.
  29651.      *
  29652.      * @return \Symfony\Component\Console\Command\LazyCommand
  29653.      */
  29654.     protected function get_Console_Command_CachePoolPrune_LazyService()
  29655.     {
  29656.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/Command.php';
  29657.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/LazyCommand.php';
  29658.         return $this->privates['.console.command.cache_pool_prune.lazy'] = new \Symfony\Component\Console\Command\LazyCommand('cache:pool:prune', [], 'Prune cache pools'false, function (): \Symfony\Bundle\FrameworkBundle\Command\CachePoolPruneCommand {
  29659.             return ($this->privates['console.command.cache_pool_prune'] ?? $this->getConsole_Command_CachePoolPruneService());
  29660.         });
  29661.     }
  29662.     /**
  29663.      * Gets the private '.console.command.cache_warmup.lazy' shared service.
  29664.      *
  29665.      * @return \Symfony\Component\Console\Command\LazyCommand
  29666.      */
  29667.     protected function get_Console_Command_CacheWarmup_LazyService()
  29668.     {
  29669.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/Command.php';
  29670.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/LazyCommand.php';
  29671.         return $this->privates['.console.command.cache_warmup.lazy'] = new \Symfony\Component\Console\Command\LazyCommand('cache:warmup', [], 'Warm up an empty cache'false, function (): \Symfony\Bundle\FrameworkBundle\Command\CacheWarmupCommand {
  29672.             return ($this->privates['console.command.cache_warmup'] ?? $this->getConsole_Command_CacheWarmupService());
  29673.         });
  29674.     }
  29675.     /**
  29676.      * Gets the private '.console.command.config_debug.lazy' shared service.
  29677.      *
  29678.      * @return \Symfony\Component\Console\Command\LazyCommand
  29679.      */
  29680.     protected function get_Console_Command_ConfigDebug_LazyService()
  29681.     {
  29682.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/Command.php';
  29683.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/LazyCommand.php';
  29684.         return $this->privates['.console.command.config_debug.lazy'] = new \Symfony\Component\Console\Command\LazyCommand('debug:config', [], 'Dump the current configuration for an extension'false, function (): \Symfony\Bundle\FrameworkBundle\Command\ConfigDebugCommand {
  29685.             return ($this->privates['console.command.config_debug'] ?? $this->getConsole_Command_ConfigDebugService());
  29686.         });
  29687.     }
  29688.     /**
  29689.      * Gets the private '.console.command.config_dump_reference.lazy' shared service.
  29690.      *
  29691.      * @return \Symfony\Component\Console\Command\LazyCommand
  29692.      */
  29693.     protected function get_Console_Command_ConfigDumpReference_LazyService()
  29694.     {
  29695.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/Command.php';
  29696.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/LazyCommand.php';
  29697.         return $this->privates['.console.command.config_dump_reference.lazy'] = new \Symfony\Component\Console\Command\LazyCommand('config:dump-reference', [], 'Dump the default configuration for an extension'false, function (): \Symfony\Bundle\FrameworkBundle\Command\ConfigDumpReferenceCommand {
  29698.             return ($this->privates['console.command.config_dump_reference'] ?? $this->getConsole_Command_ConfigDumpReferenceService());
  29699.         });
  29700.     }
  29701.     /**
  29702.      * Gets the private '.console.command.container_debug.lazy' shared service.
  29703.      *
  29704.      * @return \Symfony\Component\Console\Command\LazyCommand
  29705.      */
  29706.     protected function get_Console_Command_ContainerDebug_LazyService()
  29707.     {
  29708.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/Command.php';
  29709.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/LazyCommand.php';
  29710.         return $this->privates['.console.command.container_debug.lazy'] = new \Symfony\Component\Console\Command\LazyCommand('debug:container', [], 'Display current services for an application'false, function (): \Symfony\Bundle\FrameworkBundle\Command\ContainerDebugCommand {
  29711.             return ($this->privates['console.command.container_debug'] ?? $this->getConsole_Command_ContainerDebugService());
  29712.         });
  29713.     }
  29714.     /**
  29715.      * Gets the private '.console.command.container_lint.lazy' shared service.
  29716.      *
  29717.      * @return \Symfony\Component\Console\Command\LazyCommand
  29718.      */
  29719.     protected function get_Console_Command_ContainerLint_LazyService()
  29720.     {
  29721.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/Command.php';
  29722.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/LazyCommand.php';
  29723.         return $this->privates['.console.command.container_lint.lazy'] = new \Symfony\Component\Console\Command\LazyCommand('lint:container', [], 'Ensure that arguments injected into services match type declarations'false, function (): \Symfony\Bundle\FrameworkBundle\Command\ContainerLintCommand {
  29724.             return ($this->privates['console.command.container_lint'] ?? $this->getConsole_Command_ContainerLintService());
  29725.         });
  29726.     }
  29727.     /**
  29728.      * Gets the private '.console.command.debug_autowiring.lazy' shared service.
  29729.      *
  29730.      * @return \Symfony\Component\Console\Command\LazyCommand
  29731.      */
  29732.     protected function get_Console_Command_DebugAutowiring_LazyService()
  29733.     {
  29734.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/Command.php';
  29735.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/LazyCommand.php';
  29736.         return $this->privates['.console.command.debug_autowiring.lazy'] = new \Symfony\Component\Console\Command\LazyCommand('debug:autowiring', [], 'List classes/interfaces you can use for autowiring'false, function (): \Symfony\Bundle\FrameworkBundle\Command\DebugAutowiringCommand {
  29737.             return ($this->privates['console.command.debug_autowiring'] ?? $this->getConsole_Command_DebugAutowiringService());
  29738.         });
  29739.     }
  29740.     /**
  29741.      * Gets the private '.console.command.dotenv_debug.lazy' shared service.
  29742.      *
  29743.      * @return \Symfony\Component\Console\Command\LazyCommand
  29744.      */
  29745.     protected function get_Console_Command_DotenvDebug_LazyService()
  29746.     {
  29747.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/Command.php';
  29748.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/LazyCommand.php';
  29749.         return $this->privates['.console.command.dotenv_debug.lazy'] = new \Symfony\Component\Console\Command\LazyCommand('debug:dotenv', [], 'Lists all dotenv files with variables and values'false, function (): \Symfony\Component\Dotenv\Command\DebugCommand {
  29750.             return ($this->privates['console.command.dotenv_debug'] ?? $this->getConsole_Command_DotenvDebugService());
  29751.         });
  29752.     }
  29753.     /**
  29754.      * Gets the private '.console.command.event_dispatcher_debug.lazy' shared service.
  29755.      *
  29756.      * @return \Symfony\Component\Console\Command\LazyCommand
  29757.      */
  29758.     protected function get_Console_Command_EventDispatcherDebug_LazyService()
  29759.     {
  29760.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/Command.php';
  29761.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/LazyCommand.php';
  29762.         return $this->privates['.console.command.event_dispatcher_debug.lazy'] = new \Symfony\Component\Console\Command\LazyCommand('debug:event-dispatcher', [], 'Display configured listeners for an application'false, function (): \Symfony\Bundle\FrameworkBundle\Command\EventDispatcherDebugCommand {
  29763.             return ($this->privates['console.command.event_dispatcher_debug'] ?? $this->getConsole_Command_EventDispatcherDebugService());
  29764.         });
  29765.     }
  29766.     /**
  29767.      * Gets the private '.console.command.messenger_consume_messages.lazy' shared service.
  29768.      *
  29769.      * @return \Symfony\Component\Console\Command\LazyCommand
  29770.      */
  29771.     protected function get_Console_Command_MessengerConsumeMessages_LazyService()
  29772.     {
  29773.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/Command.php';
  29774.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/LazyCommand.php';
  29775.         return $this->privates['.console.command.messenger_consume_messages.lazy'] = new \Symfony\Component\Console\Command\LazyCommand('messenger:consume', [], 'Consume messages'false, function (): \Symfony\Component\Messenger\Command\ConsumeMessagesCommand {
  29776.             return ($this->privates['console.command.messenger_consume_messages'] ?? $this->getConsole_Command_MessengerConsumeMessagesService());
  29777.         });
  29778.     }
  29779.     /**
  29780.      * Gets the private '.console.command.messenger_debug.lazy' shared service.
  29781.      *
  29782.      * @return \Symfony\Component\Console\Command\LazyCommand
  29783.      */
  29784.     protected function get_Console_Command_MessengerDebug_LazyService()
  29785.     {
  29786.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/Command.php';
  29787.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/LazyCommand.php';
  29788.         return $this->privates['.console.command.messenger_debug.lazy'] = new \Symfony\Component\Console\Command\LazyCommand('debug:messenger', [], 'List messages you can dispatch using the message buses'false, function (): \Symfony\Component\Messenger\Command\DebugCommand {
  29789.             return ($this->privates['console.command.messenger_debug'] ?? $this->getConsole_Command_MessengerDebugService());
  29790.         });
  29791.     }
  29792.     /**
  29793.      * Gets the private '.console.command.messenger_setup_transports.lazy' shared service.
  29794.      *
  29795.      * @return \Symfony\Component\Console\Command\LazyCommand
  29796.      */
  29797.     protected function get_Console_Command_MessengerSetupTransports_LazyService()
  29798.     {
  29799.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/Command.php';
  29800.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/LazyCommand.php';
  29801.         return $this->privates['.console.command.messenger_setup_transports.lazy'] = new \Symfony\Component\Console\Command\LazyCommand('messenger:setup-transports', [], 'Prepare the required infrastructure for the transport'false, function (): \Symfony\Component\Messenger\Command\SetupTransportsCommand {
  29802.             return ($this->privates['console.command.messenger_setup_transports'] ?? $this->getConsole_Command_MessengerSetupTransportsService());
  29803.         });
  29804.     }
  29805.     /**
  29806.      * Gets the private '.console.command.messenger_stop_workers.lazy' shared service.
  29807.      *
  29808.      * @return \Symfony\Component\Console\Command\LazyCommand
  29809.      */
  29810.     protected function get_Console_Command_MessengerStopWorkers_LazyService()
  29811.     {
  29812.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/Command.php';
  29813.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/LazyCommand.php';
  29814.         return $this->privates['.console.command.messenger_stop_workers.lazy'] = new \Symfony\Component\Console\Command\LazyCommand('messenger:stop-workers', [], 'Stop workers after their current message'false, function (): \Symfony\Component\Messenger\Command\StopWorkersCommand {
  29815.             return ($this->privates['console.command.messenger_stop_workers'] ?? $this->getConsole_Command_MessengerStopWorkersService());
  29816.         });
  29817.     }
  29818.     /**
  29819.      * Gets the private '.console.command.router_debug.lazy' shared service.
  29820.      *
  29821.      * @return \Symfony\Component\Console\Command\LazyCommand
  29822.      */
  29823.     protected function get_Console_Command_RouterDebug_LazyService()
  29824.     {
  29825.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/Command.php';
  29826.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/LazyCommand.php';
  29827.         return $this->privates['.console.command.router_debug.lazy'] = new \Symfony\Component\Console\Command\LazyCommand('debug:router', [], 'Display current routes for an application'false, function (): \Symfony\Bundle\FrameworkBundle\Command\RouterDebugCommand {
  29828.             return ($this->privates['console.command.router_debug'] ?? $this->getConsole_Command_RouterDebugService());
  29829.         });
  29830.     }
  29831.     /**
  29832.      * Gets the private '.console.command.router_match.lazy' shared service.
  29833.      *
  29834.      * @return \Symfony\Component\Console\Command\LazyCommand
  29835.      */
  29836.     protected function get_Console_Command_RouterMatch_LazyService()
  29837.     {
  29838.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/Command.php';
  29839.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/LazyCommand.php';
  29840.         return $this->privates['.console.command.router_match.lazy'] = new \Symfony\Component\Console\Command\LazyCommand('router:match', [], 'Help debug routes by simulating a path info match'false, function (): \Symfony\Bundle\FrameworkBundle\Command\RouterMatchCommand {
  29841.             return ($this->privates['console.command.router_match'] ?? $this->getConsole_Command_RouterMatchService());
  29842.         });
  29843.     }
  29844.     /**
  29845.      * Gets the private '.console.command.secrets_decrypt_to_local.lazy' shared service.
  29846.      *
  29847.      * @return \Symfony\Component\Console\Command\LazyCommand
  29848.      */
  29849.     protected function get_Console_Command_SecretsDecryptToLocal_LazyService()
  29850.     {
  29851.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/Command.php';
  29852.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/LazyCommand.php';
  29853.         return $this->privates['.console.command.secrets_decrypt_to_local.lazy'] = new \Symfony\Component\Console\Command\LazyCommand('secrets:decrypt-to-local', [], 'Decrypt all secrets and stores them in the local vault'false, function (): \Symfony\Bundle\FrameworkBundle\Command\SecretsDecryptToLocalCommand {
  29854.             return ($this->privates['console.command.secrets_decrypt_to_local'] ?? $this->getConsole_Command_SecretsDecryptToLocalService());
  29855.         });
  29856.     }
  29857.     /**
  29858.      * Gets the private '.console.command.secrets_encrypt_from_local.lazy' shared service.
  29859.      *
  29860.      * @return \Symfony\Component\Console\Command\LazyCommand
  29861.      */
  29862.     protected function get_Console_Command_SecretsEncryptFromLocal_LazyService()
  29863.     {
  29864.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/Command.php';
  29865.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/LazyCommand.php';
  29866.         return $this->privates['.console.command.secrets_encrypt_from_local.lazy'] = new \Symfony\Component\Console\Command\LazyCommand('secrets:encrypt-from-local', [], 'Encrypt all local secrets to the vault'false, function (): \Symfony\Bundle\FrameworkBundle\Command\SecretsEncryptFromLocalCommand {
  29867.             return ($this->privates['console.command.secrets_encrypt_from_local'] ?? $this->getConsole_Command_SecretsEncryptFromLocalService());
  29868.         });
  29869.     }
  29870.     /**
  29871.      * Gets the private '.console.command.secrets_generate_key.lazy' shared service.
  29872.      *
  29873.      * @return \Symfony\Component\Console\Command\LazyCommand
  29874.      */
  29875.     protected function get_Console_Command_SecretsGenerateKey_LazyService()
  29876.     {
  29877.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/Command.php';
  29878.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/LazyCommand.php';
  29879.         return $this->privates['.console.command.secrets_generate_key.lazy'] = new \Symfony\Component\Console\Command\LazyCommand('secrets:generate-keys', [], 'Generate new encryption keys'false, function (): \Symfony\Bundle\FrameworkBundle\Command\SecretsGenerateKeysCommand {
  29880.             return ($this->privates['console.command.secrets_generate_key'] ?? $this->getConsole_Command_SecretsGenerateKeyService());
  29881.         });
  29882.     }
  29883.     /**
  29884.      * Gets the private '.console.command.secrets_list.lazy' shared service.
  29885.      *
  29886.      * @return \Symfony\Component\Console\Command\LazyCommand
  29887.      */
  29888.     protected function get_Console_Command_SecretsList_LazyService()
  29889.     {
  29890.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/Command.php';
  29891.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/LazyCommand.php';
  29892.         return $this->privates['.console.command.secrets_list.lazy'] = new \Symfony\Component\Console\Command\LazyCommand('secrets:list', [], 'List all secrets'false, function (): \Symfony\Bundle\FrameworkBundle\Command\SecretsListCommand {
  29893.             return ($this->privates['console.command.secrets_list'] ?? $this->getConsole_Command_SecretsListService());
  29894.         });
  29895.     }
  29896.     /**
  29897.      * Gets the private '.console.command.secrets_remove.lazy' shared service.
  29898.      *
  29899.      * @return \Symfony\Component\Console\Command\LazyCommand
  29900.      */
  29901.     protected function get_Console_Command_SecretsRemove_LazyService()
  29902.     {
  29903.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/Command.php';
  29904.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/LazyCommand.php';
  29905.         return $this->privates['.console.command.secrets_remove.lazy'] = new \Symfony\Component\Console\Command\LazyCommand('secrets:remove', [], 'Remove a secret from the vault'false, function (): \Symfony\Bundle\FrameworkBundle\Command\SecretsRemoveCommand {
  29906.             return ($this->privates['console.command.secrets_remove'] ?? $this->getConsole_Command_SecretsRemoveService());
  29907.         });
  29908.     }
  29909.     /**
  29910.      * Gets the private '.console.command.secrets_set.lazy' shared service.
  29911.      *
  29912.      * @return \Symfony\Component\Console\Command\LazyCommand
  29913.      */
  29914.     protected function get_Console_Command_SecretsSet_LazyService()
  29915.     {
  29916.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/Command.php';
  29917.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/LazyCommand.php';
  29918.         return $this->privates['.console.command.secrets_set.lazy'] = new \Symfony\Component\Console\Command\LazyCommand('secrets:set', [], 'Set a secret in the vault'false, function (): \Symfony\Bundle\FrameworkBundle\Command\SecretsSetCommand {
  29919.             return ($this->privates['console.command.secrets_set'] ?? $this->getConsole_Command_SecretsSetService());
  29920.         });
  29921.     }
  29922.     /**
  29923.      * Gets the private '.console.command.translation_debug.lazy' shared service.
  29924.      *
  29925.      * @return \Symfony\Component\Console\Command\LazyCommand
  29926.      */
  29927.     protected function get_Console_Command_TranslationDebug_LazyService()
  29928.     {
  29929.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/Command.php';
  29930.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/LazyCommand.php';
  29931.         return $this->privates['.console.command.translation_debug.lazy'] = new \Symfony\Component\Console\Command\LazyCommand('debug:translation', [], 'Display translation messages information'false, function (): \Symfony\Bundle\FrameworkBundle\Command\TranslationDebugCommand {
  29932.             return ($this->privates['console.command.translation_debug'] ?? $this->getConsole_Command_TranslationDebugService());
  29933.         });
  29934.     }
  29935.     /**
  29936.      * Gets the private '.console.command.translation_extract.lazy' shared service.
  29937.      *
  29938.      * @return \Symfony\Component\Console\Command\LazyCommand
  29939.      */
  29940.     protected function get_Console_Command_TranslationExtract_LazyService()
  29941.     {
  29942.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/Command.php';
  29943.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/LazyCommand.php';
  29944.         return $this->privates['.console.command.translation_extract.lazy'] = new \Symfony\Component\Console\Command\LazyCommand('translation:extract', [=> 'translation:update'], 'Extract missing translations keys from code to translation files.'false, function (): \Symfony\Bundle\FrameworkBundle\Command\TranslationUpdateCommand {
  29945.             return ($this->privates['console.command.translation_extract'] ?? $this->getConsole_Command_TranslationExtractService());
  29946.         });
  29947.     }
  29948.     /**
  29949.      * Gets the private '.console.command.translation_pull.lazy' shared service.
  29950.      *
  29951.      * @return \Symfony\Component\Console\Command\LazyCommand
  29952.      */
  29953.     protected function get_Console_Command_TranslationPull_LazyService()
  29954.     {
  29955.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/Command.php';
  29956.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/LazyCommand.php';
  29957.         return $this->privates['.console.command.translation_pull.lazy'] = new \Symfony\Component\Console\Command\LazyCommand('translation:pull', [], 'Pull translations from a given provider.'false, function (): \Symfony\Component\Translation\Command\TranslationPullCommand {
  29958.             return ($this->privates['console.command.translation_pull'] ?? $this->getConsole_Command_TranslationPullService());
  29959.         });
  29960.     }
  29961.     /**
  29962.      * Gets the private '.console.command.translation_push.lazy' shared service.
  29963.      *
  29964.      * @return \Symfony\Component\Console\Command\LazyCommand
  29965.      */
  29966.     protected function get_Console_Command_TranslationPush_LazyService()
  29967.     {
  29968.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/Command.php';
  29969.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/LazyCommand.php';
  29970.         return $this->privates['.console.command.translation_push.lazy'] = new \Symfony\Component\Console\Command\LazyCommand('translation:push', [], 'Push translations to a given provider.'false, function (): \Symfony\Component\Translation\Command\TranslationPushCommand {
  29971.             return ($this->privates['console.command.translation_push'] ?? $this->getConsole_Command_TranslationPushService());
  29972.         });
  29973.     }
  29974.     /**
  29975.      * Gets the private '.console.command.validator_debug.lazy' shared service.
  29976.      *
  29977.      * @return \Symfony\Component\Console\Command\LazyCommand
  29978.      */
  29979.     protected function get_Console_Command_ValidatorDebug_LazyService()
  29980.     {
  29981.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/Command.php';
  29982.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/LazyCommand.php';
  29983.         return $this->privates['.console.command.validator_debug.lazy'] = new \Symfony\Component\Console\Command\LazyCommand('debug:validator', [], 'Display validation constraints for classes'false, function (): \Symfony\Component\Validator\Command\DebugCommand {
  29984.             return ($this->privates['console.command.validator_debug'] ?? $this->getConsole_Command_ValidatorDebugService());
  29985.         });
  29986.     }
  29987.     /**
  29988.      * Gets the private '.console.command.xliff_lint.lazy' shared service.
  29989.      *
  29990.      * @return \Symfony\Component\Console\Command\LazyCommand
  29991.      */
  29992.     protected function get_Console_Command_XliffLint_LazyService()
  29993.     {
  29994.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/Command.php';
  29995.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/LazyCommand.php';
  29996.         return $this->privates['.console.command.xliff_lint.lazy'] = new \Symfony\Component\Console\Command\LazyCommand('lint:xliff', [], 'Lint an XLIFF file and outputs encountered errors'false, function (): \Symfony\Component\Translation\Command\XliffLintCommand {
  29997.             return ($this->privates['console.command.xliff_lint'] ?? $this->getConsole_Command_XliffLintService());
  29998.         });
  29999.     }
  30000.     /**
  30001.      * Gets the private '.console.command.yaml_lint.lazy' shared service.
  30002.      *
  30003.      * @return \Symfony\Component\Console\Command\LazyCommand
  30004.      */
  30005.     protected function get_Console_Command_YamlLint_LazyService()
  30006.     {
  30007.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/Command.php';
  30008.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/LazyCommand.php';
  30009.         return $this->privates['.console.command.yaml_lint.lazy'] = new \Symfony\Component\Console\Command\LazyCommand('lint:yaml', [], 'Lint a YAML file and outputs encountered errors'false, function (): \Symfony\Bundle\FrameworkBundle\Command\YamlLintCommand {
  30010.             return ($this->privates['console.command.yaml_lint'] ?? $this->getConsole_Command_YamlLintService());
  30011.         });
  30012.     }
  30013.     /**
  30014.      * Gets the private '.errored..service_locator.6cN54C3.Shopware\Core\System\SalesChannel\SalesChannelContext' shared service.
  30015.      *
  30016.      * @return \Shopware\Core\System\SalesChannel\SalesChannelContext
  30017.      */
  30018.     protected function getSalesChannelContextService()
  30019.     {
  30020.         $this->throw('Cannot autowire service ".service_locator.6cN54C3": it references class "Shopware\\Core\\System\\SalesChannel\\SalesChannelContext" but no such service exists.');
  30021.     }
  30022.     /**
  30023.      * Gets the private '.errored..service_locator.KfbR3DY.Symfony\Component\Config\Loader\LoaderInterface' shared service.
  30024.      *
  30025.      * @return \Symfony\Component\Config\Loader\LoaderInterface
  30026.      */
  30027.     protected function getLoaderInterfaceService()
  30028.     {
  30029.         $this->throw('Cannot autowire service ".service_locator.KfbR3DY": it references interface "Symfony\\Component\\Config\\Loader\\LoaderInterface" but no such service exists. You should maybe alias this interface to one of these existing services: "Shopware\\Core\\Framework\\Api\\Route\\ApiRouteLoader", "routing.loader.xml", "routing.loader.yml", "routing.loader.php", "routing.loader.glob", "routing.loader.directory", "routing.loader.container", "routing.loader", "routing.loader.annotation", "routing.loader.annotation.directory", "routing.loader.annotation.file".');
  30030.     }
  30031.     /**
  30032.      * Gets the private '.errored..service_locator.Q1m2WkM.Shopware\Core\Framework\Validation\DataBag\RequestDataBag' shared service.
  30033.      *
  30034.      * @return \Shopware\Core\Framework\Validation\DataBag\RequestDataBag
  30035.      */
  30036.     protected function getRequestDataBagService()
  30037.     {
  30038.         $this->throw('Cannot autowire service ".service_locator.Q1m2WkM": it references class "Shopware\\Core\\Framework\\Validation\\DataBag\\RequestDataBag" but no such service exists.');
  30039.     }
  30040.     /**
  30041.      * Gets the private '.errored..service_locator.WgbD7mE.Shopware\Core\Framework\Validation\DataBag\RequestDataBag' shared service.
  30042.      *
  30043.      * @return \Shopware\Core\Framework\Validation\DataBag\RequestDataBag
  30044.      */
  30045.     protected function getRequestDataBag2Service()
  30046.     {
  30047.         $this->throw('Cannot autowire service ".service_locator.WgbD7mE": it references class "Shopware\\Core\\Framework\\Validation\\DataBag\\RequestDataBag" but no such service exists.');
  30048.     }
  30049.     /**
  30050.      * Gets the private '.errored..service_locator.WgbD7mE.Shopware\Core\System\SalesChannel\SalesChannelContext' shared service.
  30051.      *
  30052.      * @return \Shopware\Core\System\SalesChannel\SalesChannelContext
  30053.      */
  30054.     protected function getSalesChannelContext2Service()
  30055.     {
  30056.         $this->throw('Cannot autowire service ".service_locator.WgbD7mE": it references class "Shopware\\Core\\System\\SalesChannel\\SalesChannelContext" but no such service exists.');
  30057.     }
  30058.     /**
  30059.      * Gets the private '.errored..service_locator.e2l_79O.Shopware\Core\System\SalesChannel\SalesChannelContext' shared service.
  30060.      *
  30061.      * @return \Shopware\Core\System\SalesChannel\SalesChannelContext
  30062.      */
  30063.     protected function getSalesChannelContext3Service()
  30064.     {
  30065.         $this->throw('Cannot autowire service ".service_locator.e2l_79O": it references class "Shopware\\Core\\System\\SalesChannel\\SalesChannelContext" but no such service exists.');
  30066.     }
  30067.     /**
  30068.      * Gets the private '.errored..service_locator.hM3jIcZ.Shopware\Core\System\SalesChannel\SalesChannelContext' shared service.
  30069.      *
  30070.      * @return \Shopware\Core\System\SalesChannel\SalesChannelContext
  30071.      */
  30072.     protected function getSalesChannelContext4Service()
  30073.     {
  30074.         $this->throw('Cannot autowire service ".service_locator.hM3jIcZ": it references class "Shopware\\Core\\System\\SalesChannel\\SalesChannelContext" but no such service exists.');
  30075.     }
  30076.     /**
  30077.      * Gets the private '.errored..service_locator.s376QHx.Shopware\Core\System\SalesChannel\SalesChannelContext' shared service.
  30078.      *
  30079.      * @return \Shopware\Core\System\SalesChannel\SalesChannelContext
  30080.      */
  30081.     protected function getSalesChannelContext5Service()
  30082.     {
  30083.         $this->throw('Cannot autowire service ".service_locator.s376QHx": it references class "Shopware\\Core\\System\\SalesChannel\\SalesChannelContext" but no such service exists.');
  30084.     }
  30085.     /**
  30086.      * Gets the private '.errored..service_locator.uPlJ6aJ.Shopware\Core\Framework\Context' shared service.
  30087.      *
  30088.      * @return \Shopware\Core\Framework\Context
  30089.      */
  30090.     protected function getContextService()
  30091.     {
  30092.         $this->throw('Cannot autowire service ".service_locator.uPlJ6aJ": it references class "Shopware\\Core\\Framework\\Context" but no such service exists.');
  30093.     }
  30094.     /**
  30095.      * Gets the private '.errored..service_locator.uPlJ6aJ.Shopware\Core\System\SalesChannel\SalesChannelContext' shared service.
  30096.      *
  30097.      * @return \Shopware\Core\System\SalesChannel\SalesChannelContext
  30098.      */
  30099.     protected function getSalesChannelContext6Service()
  30100.     {
  30101.         $this->throw('Cannot autowire service ".service_locator.uPlJ6aJ": it references class "Shopware\\Core\\System\\SalesChannel\\SalesChannelContext" but no such service exists.');
  30102.     }
  30103.     /**
  30104.      * Gets the private '.messenger.handler_descriptor.0Tu9xxE' shared service.
  30105.      *
  30106.      * @return \Symfony\Component\Messenger\Handler\HandlerDescriptor
  30107.      */
  30108.     protected function get_Messenger_HandlerDescriptor_0Tu9xxEService()
  30109.     {
  30110.         include_once \dirname(__DIR__4).'/vendor/symfony/messenger/Handler/HandlerDescriptor.php';
  30111.         return $this->privates['.messenger.handler_descriptor.0Tu9xxE'] = new \Symfony\Component\Messenger\Handler\HandlerDescriptor(($this->privates['Swag\\PayPal\\Checkout\\Payment\\ScheduledTask\\CancelTransactionsTaskHandler'] ?? $this->getCancelTransactionsTaskHandlerService()), []);
  30112.     }
  30113.     /**
  30114.      * Gets the private '.messenger.handler_descriptor.0WOee1I' shared service.
  30115.      *
  30116.      * @return \Symfony\Component\Messenger\Handler\HandlerDescriptor
  30117.      */
  30118.     protected function get_Messenger_HandlerDescriptor_0WOee1IService()
  30119.     {
  30120.         include_once \dirname(__DIR__4).'/vendor/symfony/messenger/Handler/HandlerDescriptor.php';
  30121.         $a = ($this->privates['Zeobv\\AbandonedCart\\ScheduledTasks\\Handlers\\AbandonedCart\\CollectTaskHandler'] ?? $this->getCollectTaskHandlerService());
  30122.         if (isset($this->privates['.messenger.handler_descriptor.0WOee1I'])) {
  30123.             return $this->privates['.messenger.handler_descriptor.0WOee1I'];
  30124.         }
  30125.         return $this->privates['.messenger.handler_descriptor.0WOee1I'] = new \Symfony\Component\Messenger\Handler\HandlerDescriptor($a, []);
  30126.     }
  30127.     /**
  30128.      * Gets the private '.messenger.handler_descriptor.2yo6BZJ' shared service.
  30129.      *
  30130.      * @return \Symfony\Component\Messenger\Handler\HandlerDescriptor
  30131.      */
  30132.     protected function get_Messenger_HandlerDescriptor_2yo6BZJService()
  30133.     {
  30134.         include_once \dirname(__DIR__4).'/vendor/symfony/messenger/Handler/HandlerDescriptor.php';
  30135.         $a = ($this->services['Shopware\\Core\\Framework\\DataAbstractionLayer\\Indexing\\EntityIndexerRegistry'] ?? $this->getEntityIndexerRegistryService());
  30136.         if (isset($this->privates['.messenger.handler_descriptor.2yo6BZJ'])) {
  30137.             return $this->privates['.messenger.handler_descriptor.2yo6BZJ'];
  30138.         }
  30139.         return $this->privates['.messenger.handler_descriptor.2yo6BZJ'] = new \Symfony\Component\Messenger\Handler\HandlerDescriptor($a, []);
  30140.     }
  30141.     /**
  30142.      * Gets the private '.messenger.handler_descriptor.3.rzR14' shared service.
  30143.      *
  30144.      * @return \Symfony\Component\Messenger\Handler\HandlerDescriptor
  30145.      */
  30146.     protected function get_Messenger_HandlerDescriptor_3_RzR14Service()
  30147.     {
  30148.         include_once \dirname(__DIR__4).'/vendor/symfony/messenger/Handler/HandlerDescriptor.php';
  30149.         return $this->privates['.messenger.handler_descriptor.3.rzR14'] = new \Symfony\Component\Messenger\Handler\HandlerDescriptor(($this->privates['Shopware\\Core\\Content\\ImportExport\\Message\\DeleteFileHandler'] ?? $this->getDeleteFileHandlerService()), []);
  30150.     }
  30151.     /**
  30152.      * Gets the private '.messenger.handler_descriptor.4XGQ5oS' shared service.
  30153.      *
  30154.      * @return \Symfony\Component\Messenger\Handler\HandlerDescriptor
  30155.      */
  30156.     protected function get_Messenger_HandlerDescriptor_4XGQ5oSService()
  30157.     {
  30158.         include_once \dirname(__DIR__4).'/vendor/symfony/messenger/Handler/HandlerDescriptor.php';
  30159.         return $this->privates['.messenger.handler_descriptor.4XGQ5oS'] = new \Symfony\Component\Messenger\Handler\HandlerDescriptor(($this->privates['MoorlMagazine\\Core\\WordpressSync\\WordpressSyncTaskHandler'] ?? $this->getWordpressSyncTaskHandlerService()), []);
  30160.     }
  30161.     /**
  30162.      * Gets the private '.messenger.handler_descriptor.4htA3jl' shared service.
  30163.      *
  30164.      * @return \Symfony\Component\Messenger\Handler\HandlerDescriptor
  30165.      */
  30166.     protected function get_Messenger_HandlerDescriptor_4htA3jlService()
  30167.     {
  30168.         include_once \dirname(__DIR__4).'/vendor/symfony/messenger/Handler/HandlerDescriptor.php';
  30169.         $a = ($this->privates['Shopware\\Core\\Content\\ProductExport\\ScheduledTask\\ProductExportPartialGenerationHandler'] ?? $this->getProductExportPartialGenerationHandlerService());
  30170.         if (isset($this->privates['.messenger.handler_descriptor.4htA3jl'])) {
  30171.             return $this->privates['.messenger.handler_descriptor.4htA3jl'];
  30172.         }
  30173.         return $this->privates['.messenger.handler_descriptor.4htA3jl'] = new \Symfony\Component\Messenger\Handler\HandlerDescriptor($a, []);
  30174.     }
  30175.     /**
  30176.      * Gets the private '.messenger.handler_descriptor.68Ve7W8' shared service.
  30177.      *
  30178.      * @return \Symfony\Component\Messenger\Handler\HandlerDescriptor
  30179.      */
  30180.     protected function get_Messenger_HandlerDescriptor_68Ve7W8Service()
  30181.     {
  30182.         include_once \dirname(__DIR__4).'/vendor/symfony/messenger/Handler/HandlerDescriptor.php';
  30183.         return $this->privates['.messenger.handler_descriptor.68Ve7W8'] = new \Symfony\Component\Messenger\Handler\HandlerDescriptor(($this->privates['Cbax\\ModulExternalOrder\\ScheduledTask\\CanceledStatusRefreshHandler'] ?? $this->getCanceledStatusRefreshHandlerService()), []);
  30184.     }
  30185.     /**
  30186.      * Gets the private '.messenger.handler_descriptor.6KXPS1P' shared service.
  30187.      *
  30188.      * @return \Symfony\Component\Messenger\Handler\HandlerDescriptor
  30189.      */
  30190.     protected function get_Messenger_HandlerDescriptor_6KXPS1PService()
  30191.     {
  30192.         include_once \dirname(__DIR__4).'/vendor/symfony/messenger/Handler/HandlerDescriptor.php';
  30193.         $a = ($this->privates['Swag\\PayPal\\Pos\\MessageQueue\\Handler\\Sync\\ProductSingleSyncHandler'] ?? $this->getProductSingleSyncHandlerService());
  30194.         if (isset($this->privates['.messenger.handler_descriptor.6KXPS1P'])) {
  30195.             return $this->privates['.messenger.handler_descriptor.6KXPS1P'];
  30196.         }
  30197.         return $this->privates['.messenger.handler_descriptor.6KXPS1P'] = new \Symfony\Component\Messenger\Handler\HandlerDescriptor($a, []);
  30198.     }
  30199.     /**
  30200.      * Gets the private '.messenger.handler_descriptor.6XWr01B' shared service.
  30201.      *
  30202.      * @return \Symfony\Component\Messenger\Handler\HandlerDescriptor
  30203.      */
  30204.     protected function get_Messenger_HandlerDescriptor_6XWr01BService()
  30205.     {
  30206.         include_once \dirname(__DIR__4).'/vendor/symfony/messenger/Handler/HandlerDescriptor.php';
  30207.         return $this->privates['.messenger.handler_descriptor.6XWr01B'] = new \Symfony\Component\Messenger\Handler\HandlerDescriptor(($this->privates['Shopware\\Core\\Framework\\MessageQueue\\Handler\\SleepTaskHandler'] ?? $this->getSleepTaskHandlerService()), []);
  30208.     }
  30209.     /**
  30210.      * Gets the private '.messenger.handler_descriptor.6a6vTR.' shared service.
  30211.      *
  30212.      * @return \Symfony\Component\Messenger\Handler\HandlerDescriptor
  30213.      */
  30214.     protected function get_Messenger_HandlerDescriptor_6a6vTR_Service()
  30215.     {
  30216.         include_once \dirname(__DIR__4).'/vendor/symfony/messenger/Handler/HandlerDescriptor.php';
  30217.         $a = ($this->privates['Shopware\\Core\\Content\\Media\\Message\\GenerateThumbnailsHandler'] ?? $this->getGenerateThumbnailsHandlerService());
  30218.         if (isset($this->privates['.messenger.handler_descriptor.6a6vTR.'])) {
  30219.             return $this->privates['.messenger.handler_descriptor.6a6vTR.'];
  30220.         }
  30221.         return $this->privates['.messenger.handler_descriptor.6a6vTR.'] = new \Symfony\Component\Messenger\Handler\HandlerDescriptor($a, []);
  30222.     }
  30223.     /**
  30224.      * Gets the private '.messenger.handler_descriptor.6kBcctU' shared service.
  30225.      *
  30226.      * @return \Symfony\Component\Messenger\Handler\HandlerDescriptor
  30227.      */
  30228.     protected function get_Messenger_HandlerDescriptor_6kBcctUService()
  30229.     {
  30230.         include_once \dirname(__DIR__4).'/vendor/symfony/messenger/Handler/HandlerDescriptor.php';
  30231.         return $this->privates['.messenger.handler_descriptor.6kBcctU'] = new \Symfony\Component\Messenger\Handler\HandlerDescriptor(($this->privates['Shopware\\Core\\Content\\Newsletter\\ScheduledTask\\NewsletterRecipientTaskHandler'] ?? $this->getNewsletterRecipientTaskHandlerService()), []);
  30232.     }
  30233.     /**
  30234.      * Gets the private '.messenger.handler_descriptor.6yw2O.t' shared service.
  30235.      *
  30236.      * @return \Symfony\Component\Messenger\Handler\HandlerDescriptor
  30237.      */
  30238.     protected function get_Messenger_HandlerDescriptor_6yw2O_TService()
  30239.     {
  30240.         include_once \dirname(__DIR__4).'/vendor/symfony/messenger/Handler/HandlerDescriptor.php';
  30241.         $a = ($this->privates['Swag\\PayPal\\Pos\\MessageQueue\\Handler\\Sync\\ProductCleanupSyncHandler'] ?? $this->getProductCleanupSyncHandlerService());
  30242.         if (isset($this->privates['.messenger.handler_descriptor.6yw2O.t'])) {
  30243.             return $this->privates['.messenger.handler_descriptor.6yw2O.t'];
  30244.         }
  30245.         return $this->privates['.messenger.handler_descriptor.6yw2O.t'] = new \Symfony\Component\Messenger\Handler\HandlerDescriptor($a, []);
  30246.     }
  30247.     /**
  30248.      * Gets the private '.messenger.handler_descriptor.88lOdtC' shared service.
  30249.      *
  30250.      * @return \Symfony\Component\Messenger\Handler\HandlerDescriptor
  30251.      */
  30252.     protected function get_Messenger_HandlerDescriptor_88lOdtCService()
  30253.     {
  30254.         include_once \dirname(__DIR__4).'/vendor/symfony/messenger/Handler/HandlerDescriptor.php';
  30255.         $a = ($this->privates['Shopware\\Core\\Content\\Media\\Message\\GenerateThumbnailsHandler'] ?? $this->getGenerateThumbnailsHandlerService());
  30256.         if (isset($this->privates['.messenger.handler_descriptor.88lOdtC'])) {
  30257.             return $this->privates['.messenger.handler_descriptor.88lOdtC'];
  30258.         }
  30259.         return $this->privates['.messenger.handler_descriptor.88lOdtC'] = new \Symfony\Component\Messenger\Handler\HandlerDescriptor($a, []);
  30260.     }
  30261.     /**
  30262.      * Gets the private '.messenger.handler_descriptor.9FtfQXI' shared service.
  30263.      *
  30264.      * @return \Symfony\Component\Messenger\Handler\HandlerDescriptor
  30265.      */
  30266.     protected function get_Messenger_HandlerDescriptor_9FtfQXIService()
  30267.     {
  30268.         include_once \dirname(__DIR__4).'/vendor/symfony/messenger/Handler/HandlerDescriptor.php';
  30269.         $a = ($this->privates['Shopware\\Storefront\\Framework\\Cache\\CacheWarmer\\CacheWarmerTaskHandler'] ?? $this->getCacheWarmerTaskHandlerService());
  30270.         if (isset($this->privates['.messenger.handler_descriptor.9FtfQXI'])) {
  30271.             return $this->privates['.messenger.handler_descriptor.9FtfQXI'];
  30272.         }
  30273.         return $this->privates['.messenger.handler_descriptor.9FtfQXI'] = new \Symfony\Component\Messenger\Handler\HandlerDescriptor($a, []);
  30274.     }
  30275.     /**
  30276.      * Gets the private '.messenger.handler_descriptor.9zA2HRZ' shared service.
  30277.      *
  30278.      * @return \Symfony\Component\Messenger\Handler\HandlerDescriptor
  30279.      */
  30280.     protected function get_Messenger_HandlerDescriptor_9zA2HRZService()
  30281.     {
  30282.         include_once \dirname(__DIR__4).'/vendor/symfony/messenger/Handler/HandlerDescriptor.php';
  30283.         $a = ($this->privates['Shopware\\Elasticsearch\\Framework\\Indexing\\ElasticsearchIndexer'] ?? $this->getElasticsearchIndexerService());
  30284.         if (isset($this->privates['.messenger.handler_descriptor.9zA2HRZ'])) {
  30285.             return $this->privates['.messenger.handler_descriptor.9zA2HRZ'];
  30286.         }
  30287.         return $this->privates['.messenger.handler_descriptor.9zA2HRZ'] = new \Symfony\Component\Messenger\Handler\HandlerDescriptor($a, []);
  30288.     }
  30289.     /**
  30290.      * Gets the private '.messenger.handler_descriptor.BzkW.st' shared service.
  30291.      *
  30292.      * @return \Symfony\Component\Messenger\Handler\HandlerDescriptor
  30293.      */
  30294.     protected function get_Messenger_HandlerDescriptor_BzkW_StService()
  30295.     {
  30296.         include_once \dirname(__DIR__4).'/vendor/symfony/messenger/Handler/HandlerDescriptor.php';
  30297.         $a = ($this->privates['Shopware\\Core\\Framework\\MessageQueue\\ScheduledTask\\RequeueDeadMessagesHandler'] ?? $this->getRequeueDeadMessagesHandlerService());
  30298.         if (isset($this->privates['.messenger.handler_descriptor.BzkW.st'])) {
  30299.             return $this->privates['.messenger.handler_descriptor.BzkW.st'];
  30300.         }
  30301.         return $this->privates['.messenger.handler_descriptor.BzkW.st'] = new \Symfony\Component\Messenger\Handler\HandlerDescriptor($a, []);
  30302.     }
  30303.     /**
  30304.      * Gets the private '.messenger.handler_descriptor.CuIV3PL' shared service.
  30305.      *
  30306.      * @return \Symfony\Component\Messenger\Handler\HandlerDescriptor
  30307.      */
  30308.     protected function get_Messenger_HandlerDescriptor_CuIV3PLService()
  30309.     {
  30310.         include_once \dirname(__DIR__4).'/vendor/symfony/messenger/Handler/HandlerDescriptor.php';
  30311.         $a = ($this->privates['Cbax\\ModulOrderImportGalaxus\\ScheduledTask\\OrderImportHandler'] ?? $this->getOrderImportHandlerService());
  30312.         if (isset($this->privates['.messenger.handler_descriptor.CuIV3PL'])) {
  30313.             return $this->privates['.messenger.handler_descriptor.CuIV3PL'];
  30314.         }
  30315.         return $this->privates['.messenger.handler_descriptor.CuIV3PL'] = new \Symfony\Component\Messenger\Handler\HandlerDescriptor($a, []);
  30316.     }
  30317.     /**
  30318.      * Gets the private '.messenger.handler_descriptor.D8LAJzK' shared service.
  30319.      *
  30320.      * @return \Symfony\Component\Messenger\Handler\HandlerDescriptor
  30321.      */
  30322.     protected function get_Messenger_HandlerDescriptor_D8LAJzKService()
  30323.     {
  30324.         include_once \dirname(__DIR__4).'/vendor/symfony/messenger/Handler/HandlerDescriptor.php';
  30325.         return $this->privates['.messenger.handler_descriptor.D8LAJzK'] = new \Symfony\Component\Messenger\Handler\HandlerDescriptor(($this->privates['Cbax\\ModulExternalOrder\\ScheduledTask\\ShopwareOrderGenerateHandler'] ?? $this->getShopwareOrderGenerateHandlerService()), []);
  30326.     }
  30327.     /**
  30328.      * Gets the private '.messenger.handler_descriptor.D8Msq11' shared service.
  30329.      *
  30330.      * @return \Symfony\Component\Messenger\Handler\HandlerDescriptor
  30331.      */
  30332.     protected function get_Messenger_HandlerDescriptor_D8Msq11Service()
  30333.     {
  30334.         include_once \dirname(__DIR__4).'/vendor/symfony/messenger/Handler/HandlerDescriptor.php';
  30335.         return $this->privates['.messenger.handler_descriptor.D8Msq11'] = new \Symfony\Component\Messenger\Handler\HandlerDescriptor(($this->privates['Shopware\\Core\\Checkout\\Cart\\Cleanup\\CleanupCartTaskHandler'] ?? $this->getCleanupCartTaskHandlerService()), []);
  30336.     }
  30337.     /**
  30338.      * Gets the private '.messenger.handler_descriptor.EY0Zdjl' shared service.
  30339.      *
  30340.      * @return \Symfony\Component\Messenger\Handler\HandlerDescriptor
  30341.      */
  30342.     protected function get_Messenger_HandlerDescriptor_EY0ZdjlService()
  30343.     {
  30344.         include_once \dirname(__DIR__4).'/vendor/symfony/messenger/Handler/HandlerDescriptor.php';
  30345.         $a = ($this->privates['Cbax\\ModulExternalOrder\\ScheduledTask\\DispatchStatusRefreshHandler'] ?? $this->getDispatchStatusRefreshHandlerService());
  30346.         if (isset($this->privates['.messenger.handler_descriptor.EY0Zdjl'])) {
  30347.             return $this->privates['.messenger.handler_descriptor.EY0Zdjl'];
  30348.         }
  30349.         return $this->privates['.messenger.handler_descriptor.EY0Zdjl'] = new \Symfony\Component\Messenger\Handler\HandlerDescriptor($a, []);
  30350.     }
  30351.     /**
  30352.      * Gets the private '.messenger.handler_descriptor.FImPDsK' shared service.
  30353.      *
  30354.      * @return \Symfony\Component\Messenger\Handler\HandlerDescriptor
  30355.      */
  30356.     protected function get_Messenger_HandlerDescriptor_FImPDsKService()
  30357.     {
  30358.         include_once \dirname(__DIR__4).'/vendor/symfony/messenger/Handler/HandlerDescriptor.php';
  30359.         return $this->privates['.messenger.handler_descriptor.FImPDsK'] = new \Symfony\Component\Messenger\Handler\HandlerDescriptor(($this->privates['Swag\\PayPal\\Pos\\MessageQueue\\Handler\\InventoryUpdateHandler'] ?? $this->getInventoryUpdateHandlerService()), []);
  30360.     }
  30361.     /**
  30362.      * Gets the private '.messenger.handler_descriptor.I0UD7br' shared service.
  30363.      *
  30364.      * @return \Symfony\Component\Messenger\Handler\HandlerDescriptor
  30365.      */
  30366.     protected function get_Messenger_HandlerDescriptor_I0UD7brService()
  30367.     {
  30368.         include_once \dirname(__DIR__4).'/vendor/symfony/messenger/Handler/HandlerDescriptor.php';
  30369.         $a = ($this->privates['Swag\\PayPal\\Pos\\MessageQueue\\Handler\\CloneVisibilityHandler'] ?? $this->getCloneVisibilityHandlerService());
  30370.         if (isset($this->privates['.messenger.handler_descriptor.I0UD7br'])) {
  30371.             return $this->privates['.messenger.handler_descriptor.I0UD7br'];
  30372.         }
  30373.         return $this->privates['.messenger.handler_descriptor.I0UD7br'] = new \Symfony\Component\Messenger\Handler\HandlerDescriptor($a, []);
  30374.     }
  30375.     /**
  30376.      * Gets the private '.messenger.handler_descriptor.KpgS6kr' shared service.
  30377.      *
  30378.      * @return \Symfony\Component\Messenger\Handler\HandlerDescriptor
  30379.      */
  30380.     protected function get_Messenger_HandlerDescriptor_KpgS6krService()
  30381.     {
  30382.         include_once \dirname(__DIR__4).'/vendor/symfony/messenger/Handler/HandlerDescriptor.php';
  30383.         return $this->privates['.messenger.handler_descriptor.KpgS6kr'] = new \Symfony\Component\Messenger\Handler\HandlerDescriptor(($this->privates['Swag\\AmazonPay\\Framework\\ScheduledTasks\\CheckPaymentStatusHandler'] ?? $this->getCheckPaymentStatusHandlerService()), []);
  30384.     }
  30385.     /**
  30386.      * Gets the private '.messenger.handler_descriptor.NsPWeMd' shared service.
  30387.      *
  30388.      * @return \Symfony\Component\Messenger\Handler\HandlerDescriptor
  30389.      */
  30390.     protected function get_Messenger_HandlerDescriptor_NsPWeMdService()
  30391.     {
  30392.         include_once \dirname(__DIR__4).'/vendor/symfony/messenger/Handler/HandlerDescriptor.php';
  30393.         $a = ($this->privates['SwagMigrationAssistant\\Migration\\MessageQueue\\Handler\\CleanupMigrationHandler'] ?? $this->getCleanupMigrationHandlerService());
  30394.         if (isset($this->privates['.messenger.handler_descriptor.NsPWeMd'])) {
  30395.             return $this->privates['.messenger.handler_descriptor.NsPWeMd'];
  30396.         }
  30397.         return $this->privates['.messenger.handler_descriptor.NsPWeMd'] = new \Symfony\Component\Messenger\Handler\HandlerDescriptor($a, []);
  30398.     }
  30399.     /**
  30400.      * Gets the private '.messenger.handler_descriptor.Pf41Egl' shared service.
  30401.      *
  30402.      * @return \Symfony\Component\Messenger\Handler\HandlerDescriptor
  30403.      */
  30404.     protected function get_Messenger_HandlerDescriptor_Pf41EglService()
  30405.     {
  30406.         include_once \dirname(__DIR__4).'/vendor/symfony/messenger/Handler/HandlerDescriptor.php';
  30407.         return $this->privates['.messenger.handler_descriptor.Pf41Egl'] = new \Symfony\Component\Messenger\Handler\HandlerDescriptor(($this->privates['Acris\\SuggestedProducts\\ScheduledTask\\CustomersAlsoViewedIndexTaskHandler'] ?? $this->getCustomersAlsoViewedIndexTaskHandlerService()), []);
  30408.     }
  30409.     /**
  30410.      * Gets the private '.messenger.handler_descriptor.RWDR7vF' shared service.
  30411.      *
  30412.      * @return \Symfony\Component\Messenger\Handler\HandlerDescriptor
  30413.      */
  30414.     protected function get_Messenger_HandlerDescriptor_RWDR7vFService()
  30415.     {
  30416.         include_once \dirname(__DIR__4).'/vendor/symfony/messenger/Handler/HandlerDescriptor.php';
  30417.         $a = ($this->privates['Shopware\\Core\\Content\\Sitemap\\ScheduledTask\\SitemapGenerateTaskHandler'] ?? $this->getSitemapGenerateTaskHandlerService());
  30418.         if (isset($this->privates['.messenger.handler_descriptor.RWDR7vF'])) {
  30419.             return $this->privates['.messenger.handler_descriptor.RWDR7vF'];
  30420.         }
  30421.         return $this->privates['.messenger.handler_descriptor.RWDR7vF'] = new \Symfony\Component\Messenger\Handler\HandlerDescriptor($a, []);
  30422.     }
  30423.     /**
  30424.      * Gets the private '.messenger.handler_descriptor.RaXVyBY' shared service.
  30425.      *
  30426.      * @return \Symfony\Component\Messenger\Handler\HandlerDescriptor
  30427.      */
  30428.     protected function get_Messenger_HandlerDescriptor_RaXVyBYService()
  30429.     {
  30430.         include_once \dirname(__DIR__4).'/vendor/symfony/messenger/Handler/HandlerDescriptor.php';
  30431.         $a = ($this->services['Shopware\\Elasticsearch\\Framework\\Indexing\\CreateAliasTaskHandler'] ?? $this->getCreateAliasTaskHandlerService());
  30432.         if (isset($this->privates['.messenger.handler_descriptor.RaXVyBY'])) {
  30433.             return $this->privates['.messenger.handler_descriptor.RaXVyBY'];
  30434.         }
  30435.         return $this->privates['.messenger.handler_descriptor.RaXVyBY'] = new \Symfony\Component\Messenger\Handler\HandlerDescriptor($a, []);
  30436.     }
  30437.     /**
  30438.      * Gets the private '.messenger.handler_descriptor.Sx4TzkJ' shared service.
  30439.      *
  30440.      * @return \Symfony\Component\Messenger\Handler\HandlerDescriptor
  30441.      */
  30442.     protected function get_Messenger_HandlerDescriptor_Sx4TzkJService()
  30443.     {
  30444.         include_once \dirname(__DIR__4).'/vendor/symfony/messenger/Handler/HandlerDescriptor.php';
  30445.         $a = ($this->services['Shopware\\Core\\Content\\ImportExport\\Message\\ImportExportHandler'] ?? $this->getImportExportHandlerService());
  30446.         if (isset($this->privates['.messenger.handler_descriptor.Sx4TzkJ'])) {
  30447.             return $this->privates['.messenger.handler_descriptor.Sx4TzkJ'];
  30448.         }
  30449.         return $this->privates['.messenger.handler_descriptor.Sx4TzkJ'] = new \Symfony\Component\Messenger\Handler\HandlerDescriptor($a, []);
  30450.     }
  30451.     /**
  30452.      * Gets the private '.messenger.handler_descriptor.TaMu3bd' shared service.
  30453.      *
  30454.      * @return \Symfony\Component\Messenger\Handler\HandlerDescriptor
  30455.      */
  30456.     protected function get_Messenger_HandlerDescriptor_TaMu3bdService()
  30457.     {
  30458.         include_once \dirname(__DIR__4).'/vendor/symfony/messenger/Handler/HandlerDescriptor.php';
  30459.         return $this->privates['.messenger.handler_descriptor.TaMu3bd'] = new \Symfony\Component\Messenger\Handler\HandlerDescriptor(($this->privates['Shopware\\Core\\Content\\Media\\Message\\DeleteFileHandler'] ?? $this->getDeleteFileHandler2Service()), []);
  30460.     }
  30461.     /**
  30462.      * Gets the private '.messenger.handler_descriptor.U_6ttgF' shared service.
  30463.      *
  30464.      * @return \Symfony\Component\Messenger\Handler\HandlerDescriptor
  30465.      */
  30466.     protected function get_Messenger_HandlerDescriptor_U6ttgFService()
  30467.     {
  30468.         include_once \dirname(__DIR__4).'/vendor/symfony/messenger/Handler/HandlerDescriptor.php';
  30469.         return $this->privates['.messenger.handler_descriptor.U_6ttgF'] = new \Symfony\Component\Messenger\Handler\HandlerDescriptor(($this->privates['Cbax\\ModulAnalytics\\ScheduledTask\\AnalyticsHandler'] ?? $this->getAnalyticsHandlerService()), []);
  30470.     }
  30471.     /**
  30472.      * Gets the private '.messenger.handler_descriptor.VqGjXc1' shared service.
  30473.      *
  30474.      * @return \Symfony\Component\Messenger\Handler\HandlerDescriptor
  30475.      */
  30476.     protected function get_Messenger_HandlerDescriptor_VqGjXc1Service()
  30477.     {
  30478.         include_once \dirname(__DIR__4).'/vendor/symfony/messenger/Handler/HandlerDescriptor.php';
  30479.         return $this->privates['.messenger.handler_descriptor.VqGjXc1'] = new \Symfony\Component\Messenger\Handler\HandlerDescriptor(($this->privates['Cbax\\ModulOrderImportGalaxus\\ScheduledTask\\SendDispatchStatusHandler'] ?? $this->getSendDispatchStatusHandlerService()), []);
  30480.     }
  30481.     /**
  30482.      * Gets the private '.messenger.handler_descriptor.W5d8anj' shared service.
  30483.      *
  30484.      * @return \Symfony\Component\Messenger\Handler\HandlerDescriptor
  30485.      */
  30486.     protected function get_Messenger_HandlerDescriptor_W5d8anjService()
  30487.     {
  30488.         include_once \dirname(__DIR__4).'/vendor/symfony/messenger/Handler/HandlerDescriptor.php';
  30489.         $a = ($this->privates['Shopware\\Core\\Framework\\MessageQueue\\Handler\\EncryptedMessageHandler'] ?? $this->getEncryptedMessageHandlerService());
  30490.         if (isset($this->privates['.messenger.handler_descriptor.W5d8anj'])) {
  30491.             return $this->privates['.messenger.handler_descriptor.W5d8anj'];
  30492.         }
  30493.         return $this->privates['.messenger.handler_descriptor.W5d8anj'] = new \Symfony\Component\Messenger\Handler\HandlerDescriptor($a, []);
  30494.     }
  30495.     /**
  30496.      * Gets the private '.messenger.handler_descriptor.Z5qzcmD' shared service.
  30497.      *
  30498.      * @return \Symfony\Component\Messenger\Handler\HandlerDescriptor
  30499.      */
  30500.     protected function get_Messenger_HandlerDescriptor_Z5qzcmDService()
  30501.     {
  30502.         include_once \dirname(__DIR__4).'/vendor/symfony/messenger/Handler/HandlerDescriptor.php';
  30503.         $a = ($this->privates['Shopware\\Core\\Framework\\Webhook\\Handler\\WebhookEventMessageHandler'] ?? $this->getWebhookEventMessageHandlerService());
  30504.         if (isset($this->privates['.messenger.handler_descriptor.Z5qzcmD'])) {
  30505.             return $this->privates['.messenger.handler_descriptor.Z5qzcmD'];
  30506.         }
  30507.         return $this->privates['.messenger.handler_descriptor.Z5qzcmD'] = new \Symfony\Component\Messenger\Handler\HandlerDescriptor($a, []);
  30508.     }
  30509.     /**
  30510.      * Gets the private '.messenger.handler_descriptor.ZFmY.qW' shared service.
  30511.      *
  30512.      * @return \Symfony\Component\Messenger\Handler\HandlerDescriptor
  30513.      */
  30514.     protected function get_Messenger_HandlerDescriptor_ZFmY_QWService()
  30515.     {
  30516.         include_once \dirname(__DIR__4).'/vendor/symfony/messenger/Handler/HandlerDescriptor.php';
  30517.         $a = ($this->privates['Shopware\\Elasticsearch\\Framework\\Indexing\\ElasticsearchIndexer'] ?? $this->getElasticsearchIndexerService());
  30518.         if (isset($this->privates['.messenger.handler_descriptor.ZFmY.qW'])) {
  30519.             return $this->privates['.messenger.handler_descriptor.ZFmY.qW'];
  30520.         }
  30521.         return $this->privates['.messenger.handler_descriptor.ZFmY.qW'] = new \Symfony\Component\Messenger\Handler\HandlerDescriptor($a, []);
  30522.     }
  30523.     /**
  30524.      * Gets the private '.messenger.handler_descriptor._LfzSfD' shared service.
  30525.      *
  30526.      * @return \Symfony\Component\Messenger\Handler\HandlerDescriptor
  30527.      */
  30528.     protected function get_Messenger_HandlerDescriptor_LfzSfDService()
  30529.     {
  30530.         include_once \dirname(__DIR__4).'/vendor/symfony/messenger/Handler/HandlerDescriptor.php';
  30531.         return $this->privates['.messenger.handler_descriptor._LfzSfD'] = new \Symfony\Component\Messenger\Handler\HandlerDescriptor(($this->privates['Cbax\\ModulOrderImportGalaxus\\ScheduledTask\\SendCanceledStatusHandler'] ?? $this->getSendCanceledStatusHandlerService()), []);
  30532.     }
  30533.     /**
  30534.      * Gets the private '.messenger.handler_descriptor._mx1WXF' shared service.
  30535.      *
  30536.      * @return \Symfony\Component\Messenger\Handler\HandlerDescriptor
  30537.      */
  30538.     protected function get_Messenger_HandlerDescriptor_Mx1WXFService()
  30539.     {
  30540.         include_once \dirname(__DIR__4).'/vendor/symfony/messenger/Handler/HandlerDescriptor.php';
  30541.         return $this->privates['.messenger.handler_descriptor._mx1WXF'] = new \Symfony\Component\Messenger\Handler\HandlerDescriptor(($this->privates['Shopware\\Core\\System\\SalesChannel\\Context\\Cleanup\\CleanupSalesChannelContextTaskHandler'] ?? $this->getCleanupSalesChannelContextTaskHandlerService()), []);
  30542.     }
  30543.     /**
  30544.      * Gets the private '.messenger.handler_descriptor._pagWNe' shared service.
  30545.      *
  30546.      * @return \Symfony\Component\Messenger\Handler\HandlerDescriptor
  30547.      */
  30548.     protected function get_Messenger_HandlerDescriptor_PagWNeService()
  30549.     {
  30550.         include_once \dirname(__DIR__4).'/vendor/symfony/messenger/Handler/HandlerDescriptor.php';
  30551.         return $this->privates['.messenger.handler_descriptor._pagWNe'] = new \Symfony\Component\Messenger\Handler\HandlerDescriptor(($this->privates['Cbax\\ModulOrderImportGalaxus\\ScheduledTask\\UploadFilesHandler'] ?? $this->getUploadFilesHandlerService()), []);
  30552.     }
  30553.     /**
  30554.      * Gets the private '.messenger.handler_descriptor.aANcoKl' shared service.
  30555.      *
  30556.      * @return \Symfony\Component\Messenger\Handler\HandlerDescriptor
  30557.      */
  30558.     protected function get_Messenger_HandlerDescriptor_AANcoKlService()
  30559.     {
  30560.         include_once \dirname(__DIR__4).'/vendor/symfony/messenger/Handler/HandlerDescriptor.php';
  30561.         $a = ($this->privates['Cbax\\ModulManufacturers\\ScheduledTask\\ManufacturerProductCountHandler'] ?? $this->getManufacturerProductCountHandlerService());
  30562.         if (isset($this->privates['.messenger.handler_descriptor.aANcoKl'])) {
  30563.             return $this->privates['.messenger.handler_descriptor.aANcoKl'];
  30564.         }
  30565.         return $this->privates['.messenger.handler_descriptor.aANcoKl'] = new \Symfony\Component\Messenger\Handler\HandlerDescriptor($a, []);
  30566.     }
  30567.     /**
  30568.      * Gets the private '.messenger.handler_descriptor.aM76mVQ' shared service.
  30569.      *
  30570.      * @return \Symfony\Component\Messenger\Handler\HandlerDescriptor
  30571.      */
  30572.     protected function get_Messenger_HandlerDescriptor_AM76mVQService()
  30573.     {
  30574.         include_once \dirname(__DIR__4).'/vendor/symfony/messenger/Handler/HandlerDescriptor.php';
  30575.         $a = ($this->privates['Shopware\\Core\\Framework\\Adapter\\Cache\\InvalidateCacheTaskHandler'] ?? $this->getInvalidateCacheTaskHandlerService());
  30576.         if (isset($this->privates['.messenger.handler_descriptor.aM76mVQ'])) {
  30577.             return $this->privates['.messenger.handler_descriptor.aM76mVQ'];
  30578.         }
  30579.         return $this->privates['.messenger.handler_descriptor.aM76mVQ'] = new \Symfony\Component\Messenger\Handler\HandlerDescriptor($a, []);
  30580.     }
  30581.     /**
  30582.      * Gets the private '.messenger.handler_descriptor.bD1J5H6' shared service.
  30583.      *
  30584.      * @return \Symfony\Component\Messenger\Handler\HandlerDescriptor
  30585.      */
  30586.     protected function get_Messenger_HandlerDescriptor_BD1J5H6Service()
  30587.     {
  30588.         include_once \dirname(__DIR__4).'/vendor/symfony/messenger/Handler/HandlerDescriptor.php';
  30589.         $a = ($this->privates['Shopware\\Core\\Framework\\App\\ScheduledTask\\DeleteCascadeAppsHandler'] ?? $this->getDeleteCascadeAppsHandlerService());
  30590.         if (isset($this->privates['.messenger.handler_descriptor.bD1J5H6'])) {
  30591.             return $this->privates['.messenger.handler_descriptor.bD1J5H6'];
  30592.         }
  30593.         return $this->privates['.messenger.handler_descriptor.bD1J5H6'] = new \Symfony\Component\Messenger\Handler\HandlerDescriptor($a, []);
  30594.     }
  30595.     /**
  30596.      * Gets the private '.messenger.handler_descriptor.blq.UUc' shared service.
  30597.      *
  30598.      * @return \Symfony\Component\Messenger\Handler\HandlerDescriptor
  30599.      */
  30600.     protected function get_Messenger_HandlerDescriptor_Blq_UUcService()
  30601.     {
  30602.         include_once \dirname(__DIR__4).'/vendor/symfony/messenger/Handler/HandlerDescriptor.php';
  30603.         $a = ($this->privates['Shopware\\Elasticsearch\\Admin\\AdminSearchRegistry'] ?? $this->getAdminSearchRegistryService());
  30604.         if (isset($this->privates['.messenger.handler_descriptor.blq.UUc'])) {
  30605.             return $this->privates['.messenger.handler_descriptor.blq.UUc'];
  30606.         }
  30607.         return $this->privates['.messenger.handler_descriptor.blq.UUc'] = new \Symfony\Component\Messenger\Handler\HandlerDescriptor($a, []);
  30608.     }
  30609.     /**
  30610.      * Gets the private '.messenger.handler_descriptor.dVP21hY' shared service.
  30611.      *
  30612.      * @return \Symfony\Component\Messenger\Handler\HandlerDescriptor
  30613.      */
  30614.     protected function get_Messenger_HandlerDescriptor_DVP21hYService()
  30615.     {
  30616.         include_once \dirname(__DIR__4).'/vendor/symfony/messenger/Handler/HandlerDescriptor.php';
  30617.         return $this->privates['.messenger.handler_descriptor.dVP21hY'] = new \Symfony\Component\Messenger\Handler\HandlerDescriptor(($this->privates['Shopware\\Core\\Framework\\MessageQueue\\ScheduledTask\\MessageQueue\\RegisterScheduledTaskHandler'] ?? $this->getRegisterScheduledTaskHandlerService()), []);
  30618.     }
  30619.     /**
  30620.      * Gets the private '.messenger.handler_descriptor.ex5cbt9' shared service.
  30621.      *
  30622.      * @return \Symfony\Component\Messenger\Handler\HandlerDescriptor
  30623.      */
  30624.     protected function get_Messenger_HandlerDescriptor_Ex5cbt9Service()
  30625.     {
  30626.         include_once \dirname(__DIR__4).'/vendor/symfony/messenger/Handler/HandlerDescriptor.php';
  30627.         return $this->privates['.messenger.handler_descriptor.ex5cbt9'] = new \Symfony\Component\Messenger\Handler\HandlerDescriptor(($this->privates['Swag\\PayPal\\Pos\\MessageQueue\\Handler\\Sync\\ImageSyncHandler'] ?? $this->getImageSyncHandlerService()), []);
  30628.     }
  30629.     /**
  30630.      * Gets the private '.messenger.handler_descriptor.fTnptq7' shared service.
  30631.      *
  30632.      * @return \Symfony\Component\Messenger\Handler\HandlerDescriptor
  30633.      */
  30634.     protected function get_Messenger_HandlerDescriptor_FTnptq7Service()
  30635.     {
  30636.         include_once \dirname(__DIR__4).'/vendor/symfony/messenger/Handler/HandlerDescriptor.php';
  30637.         return $this->privates['.messenger.handler_descriptor.fTnptq7'] = new \Symfony\Component\Messenger\Handler\HandlerDescriptor(($this->privates['Swag\\PayPal\\Pos\\MessageQueue\\Handler\\Sync\\ProductVariantSyncHandler'] ?? $this->getProductVariantSyncHandlerService()), []);
  30638.     }
  30639.     /**
  30640.      * Gets the private '.messenger.handler_descriptor.g5T3Vdz' shared service.
  30641.      *
  30642.      * @return \Symfony\Component\Messenger\Handler\HandlerDescriptor
  30643.      */
  30644.     protected function get_Messenger_HandlerDescriptor_G5T3VdzService()
  30645.     {
  30646.         include_once \dirname(__DIR__4).'/vendor/symfony/messenger/Handler/HandlerDescriptor.php';
  30647.         return $this->privates['.messenger.handler_descriptor.g5T3Vdz'] = new \Symfony\Component\Messenger\Handler\HandlerDescriptor(($this->privates['mailer.messenger.message_handler'] ?? $this->getMailer_Messenger_MessageHandlerService()), []);
  30648.     }
  30649.     /**
  30650.      * Gets the private '.messenger.handler_descriptor.goUFZIo' shared service.
  30651.      *
  30652.      * @return \Symfony\Component\Messenger\Handler\HandlerDescriptor
  30653.      */
  30654.     protected function get_Messenger_HandlerDescriptor_GoUFZIoService()
  30655.     {
  30656.         include_once \dirname(__DIR__4).'/vendor/symfony/messenger/Handler/HandlerDescriptor.php';
  30657.         $a = ($this->privates['Shopware\\Core\\Framework\\Adapter\\Cache\\Message\\CleanupOldCacheFoldersHandler'] ?? $this->getCleanupOldCacheFoldersHandlerService());
  30658.         if (isset($this->privates['.messenger.handler_descriptor.goUFZIo'])) {
  30659.             return $this->privates['.messenger.handler_descriptor.goUFZIo'];
  30660.         }
  30661.         return $this->privates['.messenger.handler_descriptor.goUFZIo'] = new \Symfony\Component\Messenger\Handler\HandlerDescriptor($a, []);
  30662.     }
  30663.     /**
  30664.      * Gets the private '.messenger.handler_descriptor.h1gRAD1' shared service.
  30665.      *
  30666.      * @return \Symfony\Component\Messenger\Handler\HandlerDescriptor
  30667.      */
  30668.     protected function get_Messenger_HandlerDescriptor_H1gRAD1Service()
  30669.     {
  30670.         include_once \dirname(__DIR__4).'/vendor/symfony/messenger/Handler/HandlerDescriptor.php';
  30671.         $a = ($this->privates['Shopware\\Core\\Framework\\Log\\ScheduledTask\\LogCleanupTaskHandler'] ?? $this->getLogCleanupTaskHandlerService());
  30672.         if (isset($this->privates['.messenger.handler_descriptor.h1gRAD1'])) {
  30673.             return $this->privates['.messenger.handler_descriptor.h1gRAD1'];
  30674.         }
  30675.         return $this->privates['.messenger.handler_descriptor.h1gRAD1'] = new \Symfony\Component\Messenger\Handler\HandlerDescriptor($a, []);
  30676.     }
  30677.     /**
  30678.      * Gets the private '.messenger.handler_descriptor.hq66vfV' shared service.
  30679.      *
  30680.      * @return \Symfony\Component\Messenger\Handler\HandlerDescriptor
  30681.      */
  30682.     protected function get_Messenger_HandlerDescriptor_Hq66vfVService()
  30683.     {
  30684.         include_once \dirname(__DIR__4).'/vendor/symfony/messenger/Handler/HandlerDescriptor.php';
  30685.         $a = ($this->services['Shopware\\Core\\Framework\\DataAbstractionLayer\\Indexing\\EntityIndexerRegistry'] ?? $this->getEntityIndexerRegistryService());
  30686.         if (isset($this->privates['.messenger.handler_descriptor.hq66vfV'])) {
  30687.             return $this->privates['.messenger.handler_descriptor.hq66vfV'];
  30688.         }
  30689.         return $this->privates['.messenger.handler_descriptor.hq66vfV'] = new \Symfony\Component\Messenger\Handler\HandlerDescriptor($a, []);
  30690.     }
  30691.     /**
  30692.      * Gets the private '.messenger.handler_descriptor.ht3XEZJ' shared service.
  30693.      *
  30694.      * @return \Symfony\Component\Messenger\Handler\HandlerDescriptor
  30695.      */
  30696.     protected function get_Messenger_HandlerDescriptor_Ht3XEZJService()
  30697.     {
  30698.         include_once \dirname(__DIR__4).'/vendor/symfony/messenger/Handler/HandlerDescriptor.php';
  30699.         $a = ($this->privates['Swag\\AmazonPay\\Framework\\ScheduledTasks\\SignUpTokenCleanUpHandler'] ?? $this->getSignUpTokenCleanUpHandlerService());
  30700.         if (isset($this->privates['.messenger.handler_descriptor.ht3XEZJ'])) {
  30701.             return $this->privates['.messenger.handler_descriptor.ht3XEZJ'];
  30702.         }
  30703.         return $this->privates['.messenger.handler_descriptor.ht3XEZJ'] = new \Symfony\Component\Messenger\Handler\HandlerDescriptor($a, []);
  30704.     }
  30705.     /**
  30706.      * Gets the private '.messenger.handler_descriptor.jTJEFNe' shared service.
  30707.      *
  30708.      * @return \Symfony\Component\Messenger\Handler\HandlerDescriptor
  30709.      */
  30710.     protected function get_Messenger_HandlerDescriptor_JTJEFNeService()
  30711.     {
  30712.         include_once \dirname(__DIR__4).'/vendor/symfony/messenger/Handler/HandlerDescriptor.php';
  30713.         return $this->privates['.messenger.handler_descriptor.jTJEFNe'] = new \Symfony\Component\Messenger\Handler\HandlerDescriptor(($this->privates['Swag\\PayPal\\Pos\\Schedule\\CleanUpLogTaskHandler'] ?? $this->getCleanUpLogTaskHandlerService()), []);
  30714.     }
  30715.     /**
  30716.      * Gets the private '.messenger.handler_descriptor.ka59xCt' shared service.
  30717.      *
  30718.      * @return \Symfony\Component\Messenger\Handler\HandlerDescriptor
  30719.      */
  30720.     protected function get_Messenger_HandlerDescriptor_Ka59xCtService()
  30721.     {
  30722.         include_once \dirname(__DIR__4).'/vendor/symfony/messenger/Handler/HandlerDescriptor.php';
  30723.         $a = ($this->privates['Swag\\PayPal\\Pos\\MessageQueue\\Handler\\SyncManagerHandler'] ?? $this->getSyncManagerHandlerService());
  30724.         if (isset($this->privates['.messenger.handler_descriptor.ka59xCt'])) {
  30725.             return $this->privates['.messenger.handler_descriptor.ka59xCt'];
  30726.         }
  30727.         return $this->privates['.messenger.handler_descriptor.ka59xCt'] = new \Symfony\Component\Messenger\Handler\HandlerDescriptor($a, []);
  30728.     }
  30729.     /**
  30730.      * Gets the private '.messenger.handler_descriptor.l3y3O1T' shared service.
  30731.      *
  30732.      * @return \Symfony\Component\Messenger\Handler\HandlerDescriptor
  30733.      */
  30734.     protected function get_Messenger_HandlerDescriptor_L3y3O1TService()
  30735.     {
  30736.         include_once \dirname(__DIR__4).'/vendor/symfony/messenger/Handler/HandlerDescriptor.php';
  30737.         $a = ($this->privates['Cbax\\ModulManufacturers\\ScheduledTask\\ManufacturerSeoIndexHandler'] ?? $this->getManufacturerSeoIndexHandlerService());
  30738.         if (isset($this->privates['.messenger.handler_descriptor.l3y3O1T'])) {
  30739.             return $this->privates['.messenger.handler_descriptor.l3y3O1T'];
  30740.         }
  30741.         return $this->privates['.messenger.handler_descriptor.l3y3O1T'] = new \Symfony\Component\Messenger\Handler\HandlerDescriptor($a, []);
  30742.     }
  30743.     /**
  30744.      * Gets the private '.messenger.handler_descriptor.lT_DO1N' shared service.
  30745.      *
  30746.      * @return \Symfony\Component\Messenger\Handler\HandlerDescriptor
  30747.      */
  30748.     protected function get_Messenger_HandlerDescriptor_LTDO1NService()
  30749.     {
  30750.         include_once \dirname(__DIR__4).'/vendor/symfony/messenger/Handler/HandlerDescriptor.php';
  30751.         return $this->privates['.messenger.handler_descriptor.lT_DO1N'] = new \Symfony\Component\Messenger\Handler\HandlerDescriptor(($this->privates['Cbax\\ModulOrderImportGalaxus\\ScheduledTask\\DownloadFilesHandler'] ?? $this->getDownloadFilesHandlerService()), []);
  30752.     }
  30753.     /**
  30754.      * Gets the private '.messenger.handler_descriptor.n5_pcyU' shared service.
  30755.      *
  30756.      * @return \Symfony\Component\Messenger\Handler\HandlerDescriptor
  30757.      */
  30758.     protected function get_Messenger_HandlerDescriptor_N5PcyUService()
  30759.     {
  30760.         include_once \dirname(__DIR__4).'/vendor/symfony/messenger/Handler/HandlerDescriptor.php';
  30761.         $a = ($this->privates['Shopware\\Core\\Framework\\DataAbstractionLayer\\Version\\Cleanup\\CleanupVersionTaskHandler'] ?? $this->getCleanupVersionTaskHandlerService());
  30762.         if (isset($this->privates['.messenger.handler_descriptor.n5_pcyU'])) {
  30763.             return $this->privates['.messenger.handler_descriptor.n5_pcyU'];
  30764.         }
  30765.         return $this->privates['.messenger.handler_descriptor.n5_pcyU'] = new \Symfony\Component\Messenger\Handler\HandlerDescriptor($a, []);
  30766.     }
  30767.     /**
  30768.      * Gets the private '.messenger.handler_descriptor.rvKU_JQ' shared service.
  30769.      *
  30770.      * @return \Symfony\Component\Messenger\Handler\HandlerDescriptor
  30771.      */
  30772.     protected function get_Messenger_HandlerDescriptor_RvKUJQService()
  30773.     {
  30774.         include_once \dirname(__DIR__4).'/vendor/symfony/messenger/Handler/HandlerDescriptor.php';
  30775.         $a = ($this->privates['Shopware\\Core\\Framework\\MessageQueue\\Handler\\RetryMessageHandler'] ?? $this->getRetryMessageHandlerService());
  30776.         if (isset($this->privates['.messenger.handler_descriptor.rvKU_JQ'])) {
  30777.             return $this->privates['.messenger.handler_descriptor.rvKU_JQ'];
  30778.         }
  30779.         return $this->privates['.messenger.handler_descriptor.rvKU_JQ'] = new \Symfony\Component\Messenger\Handler\HandlerDescriptor($a, []);
  30780.     }
  30781.     /**
  30782.      * Gets the private '.messenger.handler_descriptor.u3lfLwH' shared service.
  30783.      *
  30784.      * @return \Symfony\Component\Messenger\Handler\HandlerDescriptor
  30785.      */
  30786.     protected function get_Messenger_HandlerDescriptor_U3lfLwHService()
  30787.     {
  30788.         include_once \dirname(__DIR__4).'/vendor/symfony/messenger/Handler/HandlerDescriptor.php';
  30789.         return $this->privates['.messenger.handler_descriptor.u3lfLwH'] = new \Symfony\Component\Messenger\Handler\HandlerDescriptor(($this->privates['Swag\\PayPal\\Pos\\Schedule\\CompleteSyncTaskHandler'] ?? $this->getCompleteSyncTaskHandlerService()), []);
  30790.     }
  30791.     /**
  30792.      * Gets the private '.messenger.handler_descriptor.uhLObtn' shared service.
  30793.      *
  30794.      * @return \Symfony\Component\Messenger\Handler\HandlerDescriptor
  30795.      */
  30796.     protected function get_Messenger_HandlerDescriptor_UhLObtnService()
  30797.     {
  30798.         include_once \dirname(__DIR__4).'/vendor/symfony/messenger/Handler/HandlerDescriptor.php';
  30799.         $a = ($this->privates['SwagMigrationAssistant\\Migration\\MessageQueue\\Handler\\ProcessMediaHandler'] ?? $this->getProcessMediaHandlerService());
  30800.         if (isset($this->privates['.messenger.handler_descriptor.uhLObtn'])) {
  30801.             return $this->privates['.messenger.handler_descriptor.uhLObtn'];
  30802.         }
  30803.         return $this->privates['.messenger.handler_descriptor.uhLObtn'] = new \Symfony\Component\Messenger\Handler\HandlerDescriptor($a, []);
  30804.     }
  30805.     /**
  30806.      * Gets the private '.messenger.handler_descriptor.vN2QjSm' shared service.
  30807.      *
  30808.      * @return \Symfony\Component\Messenger\Handler\HandlerDescriptor
  30809.      */
  30810.     protected function get_Messenger_HandlerDescriptor_VN2QjSmService()
  30811.     {
  30812.         include_once \dirname(__DIR__4).'/vendor/symfony/messenger/Handler/HandlerDescriptor.php';
  30813.         $a = ($this->privates['Shopware\\Core\\Framework\\App\\ScheduledTask\\UpdateAppsHandler'] ?? $this->getUpdateAppsHandlerService());
  30814.         if (isset($this->privates['.messenger.handler_descriptor.vN2QjSm'])) {
  30815.             return $this->privates['.messenger.handler_descriptor.vN2QjSm'];
  30816.         }
  30817.         return $this->privates['.messenger.handler_descriptor.vN2QjSm'] = new \Symfony\Component\Messenger\Handler\HandlerDescriptor($a, []);
  30818.     }
  30819.     /**
  30820.      * Gets the private '.messenger.handler_descriptor.vhvNn_P' shared service.
  30821.      *
  30822.      * @return \Symfony\Component\Messenger\Handler\HandlerDescriptor
  30823.      */
  30824.     protected function get_Messenger_HandlerDescriptor_VhvNnPService()
  30825.     {
  30826.         include_once \dirname(__DIR__4).'/vendor/symfony/messenger/Handler/HandlerDescriptor.php';
  30827.         return $this->privates['.messenger.handler_descriptor.vhvNn_P'] = new \Symfony\Component\Messenger\Handler\HandlerDescriptor(($this->privates['Shopware\\Core\\Content\\Product\\Cleanup\\CleanupProductKeywordDictionaryTaskHandler'] ?? $this->getCleanupProductKeywordDictionaryTaskHandlerService()), []);
  30828.     }
  30829.     /**
  30830.      * Gets the private '.messenger.handler_descriptor.vohgW1I' shared service.
  30831.      *
  30832.      * @return \Symfony\Component\Messenger\Handler\HandlerDescriptor
  30833.      */
  30834.     protected function get_Messenger_HandlerDescriptor_VohgW1IService()
  30835.     {
  30836.         include_once \dirname(__DIR__4).'/vendor/symfony/messenger/Handler/HandlerDescriptor.php';
  30837.         return $this->privates['.messenger.handler_descriptor.vohgW1I'] = new \Symfony\Component\Messenger\Handler\HandlerDescriptor(($this->privates['Swag\\PayPal\\Pos\\MessageQueue\\Handler\\Sync\\InventorySyncHandler'] ?? $this->getInventorySyncHandlerService()), []);
  30838.     }
  30839.     /**
  30840.      * Gets the private '.messenger.handler_descriptor.wUKKx8c' shared service.
  30841.      *
  30842.      * @return \Symfony\Component\Messenger\Handler\HandlerDescriptor
  30843.      */
  30844.     protected function get_Messenger_HandlerDescriptor_WUKKx8cService()
  30845.     {
  30846.         include_once \dirname(__DIR__4).'/vendor/symfony/messenger/Handler/HandlerDescriptor.php';
  30847.         $a = ($this->privates['Shopware\\Core\\Content\\Product\\Cleanup\\CleanupUnusedDownloadMediaTaskHandler'] ?? $this->getCleanupUnusedDownloadMediaTaskHandlerService());
  30848.         if (isset($this->privates['.messenger.handler_descriptor.wUKKx8c'])) {
  30849.             return $this->privates['.messenger.handler_descriptor.wUKKx8c'];
  30850.         }
  30851.         return $this->privates['.messenger.handler_descriptor.wUKKx8c'] = new \Symfony\Component\Messenger\Handler\HandlerDescriptor($a, []);
  30852.     }
  30853.     /**
  30854.      * Gets the private '.messenger.handler_descriptor.wYSIMNj' shared service.
  30855.      *
  30856.      * @return \Symfony\Component\Messenger\Handler\HandlerDescriptor
  30857.      */
  30858.     protected function get_Messenger_HandlerDescriptor_WYSIMNjService()
  30859.     {
  30860.         include_once \dirname(__DIR__4).'/vendor/symfony/messenger/Handler/HandlerDescriptor.php';
  30861.         $a = ($this->privates['Shopware\\Core\\Content\\ProductExport\\ScheduledTask\\ProductExportGenerateTaskHandler'] ?? $this->getProductExportGenerateTaskHandlerService());
  30862.         if (isset($this->privates['.messenger.handler_descriptor.wYSIMNj'])) {
  30863.             return $this->privates['.messenger.handler_descriptor.wYSIMNj'];
  30864.         }
  30865.         return $this->privates['.messenger.handler_descriptor.wYSIMNj'] = new \Symfony\Component\Messenger\Handler\HandlerDescriptor($a, []);
  30866.     }
  30867.     /**
  30868.      * Gets the private '.messenger.handler_descriptor.xfSTNS5' shared service.
  30869.      *
  30870.      * @return \Symfony\Component\Messenger\Handler\HandlerDescriptor
  30871.      */
  30872.     protected function get_Messenger_HandlerDescriptor_XfSTNS5Service()
  30873.     {
  30874.         include_once \dirname(__DIR__4).'/vendor/symfony/messenger/Handler/HandlerDescriptor.php';
  30875.         return $this->privates['.messenger.handler_descriptor.xfSTNS5'] = new \Symfony\Component\Messenger\Handler\HandlerDescriptor(($this->privates['Swag\\PayPal\\Pos\\Schedule\\InventorySyncTaskHandler'] ?? $this->getInventorySyncTaskHandlerService()), []);
  30876.     }
  30877.     /**
  30878.      * Gets the private '.messenger.handler_descriptor.yKXilMm' shared service.
  30879.      *
  30880.      * @return \Symfony\Component\Messenger\Handler\HandlerDescriptor
  30881.      */
  30882.     protected function get_Messenger_HandlerDescriptor_YKXilMmService()
  30883.     {
  30884.         include_once \dirname(__DIR__4).'/vendor/symfony/messenger/Handler/HandlerDescriptor.php';
  30885.         return $this->privates['.messenger.handler_descriptor.yKXilMm'] = new \Symfony\Component\Messenger\Handler\HandlerDescriptor(($this->privates['Shopware\\Core\\Content\\ImportExport\\ScheduledTask\\CleanupImportExportFileTaskHandler'] ?? $this->getCleanupImportExportFileTaskHandlerService()), []);
  30886.     }
  30887.     /**
  30888.      * Gets the private '.messenger.handler_descriptor.z290ooz' shared service.
  30889.      *
  30890.      * @return \Symfony\Component\Messenger\Handler\HandlerDescriptor
  30891.      */
  30892.     protected function get_Messenger_HandlerDescriptor_Z290oozService()
  30893.     {
  30894.         include_once \dirname(__DIR__4).'/vendor/symfony/messenger/Handler/HandlerDescriptor.php';
  30895.         $a = ($this->privates['Shopware\\Core\\Content\\Sitemap\\ScheduledTask\\SitemapGenerateTaskHandler'] ?? $this->getSitemapGenerateTaskHandlerService());
  30896.         if (isset($this->privates['.messenger.handler_descriptor.z290ooz'])) {
  30897.             return $this->privates['.messenger.handler_descriptor.z290ooz'];
  30898.         }
  30899.         return $this->privates['.messenger.handler_descriptor.z290ooz'] = new \Symfony\Component\Messenger\Handler\HandlerDescriptor($a, []);
  30900.     }
  30901.     /**
  30902.      * Gets the private '.messenger.handler_descriptor.zfOhFjq' shared service.
  30903.      *
  30904.      * @return \Symfony\Component\Messenger\Handler\HandlerDescriptor
  30905.      */
  30906.     protected function get_Messenger_HandlerDescriptor_ZfOhFjqService()
  30907.     {
  30908.         include_once \dirname(__DIR__4).'/vendor/symfony/messenger/Handler/HandlerDescriptor.php';
  30909.         return $this->privates['.messenger.handler_descriptor.zfOhFjq'] = new \Symfony\Component\Messenger\Handler\HandlerDescriptor(($this->privates['Shopware\\Core\\Content\\ProductStream\\ScheduledTask\\UpdateProductStreamMappingTaskHandler'] ?? $this->getUpdateProductStreamMappingTaskHandlerService()), []);
  30910.     }
  30911.     /**
  30912.      * Gets the private '.monolog.command.server_log.lazy' shared service.
  30913.      *
  30914.      * @return \Symfony\Component\Console\Command\LazyCommand
  30915.      */
  30916.     protected function get_Monolog_Command_ServerLog_LazyService()
  30917.     {
  30918.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/Command.php';
  30919.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/LazyCommand.php';
  30920.         return $this->privates['.monolog.command.server_log.lazy'] = new \Symfony\Component\Console\Command\LazyCommand('server:log', [], 'Start a log server that displays logs in real time'false, function (): \Symfony\Bridge\Monolog\Command\ServerLogCommand {
  30921.             return ($this->privates['monolog.command.server_log'] ?? $this->getMonolog_Command_ServerLogService());
  30922.         });
  30923.     }
  30924.     /**
  30925.      * Gets the private '.service_locator.4MQU.NJ' shared service.
  30926.      *
  30927.      * @return \Symfony\Component\DependencyInjection\ServiceLocator
  30928.      */
  30929.     protected function get_ServiceLocator_4MQU_NJService()
  30930.     {
  30931.         return $this->privates['.service_locator.4MQU.NJ'] = new \Symfony\Component\DependencyInjection\Argument\ServiceLocator($this->getService, [
  30932.             'twig' => ['services''.container.private.twig''get_Container_Private_TwigService'false],
  30933.         ], [
  30934.             'twig' => '?',
  30935.         ]);
  30936.     }
  30937.     /**
  30938.      * Gets the private '.service_locator.6cN54C3' shared service.
  30939.      *
  30940.      * @return \Symfony\Component\DependencyInjection\ServiceLocator
  30941.      */
  30942.     protected function get_ServiceLocator_6cN54C3Service()
  30943.     {
  30944.         return $this->privates['.service_locator.6cN54C3'] = new \Symfony\Component\DependencyInjection\Argument\ServiceLocator($this->getService, [
  30945.             'context' => ['privates''.errored..service_locator.6cN54C3.Shopware\\Core\\System\\SalesChannel\\SalesChannelContext'NULL'Cannot autowire service ".service_locator.6cN54C3": it references class "Shopware\\Core\\System\\SalesChannel\\SalesChannelContext" but no such service exists.'],
  30946.         ], [
  30947.             'context' => 'Shopware\\Core\\System\\SalesChannel\\SalesChannelContext',
  30948.         ]);
  30949.     }
  30950.     /**
  30951.      * Gets the private '.service_locator.KfbR3DY' shared service.
  30952.      *
  30953.      * @return \Symfony\Component\DependencyInjection\ServiceLocator
  30954.      */
  30955.     protected function get_ServiceLocator_KfbR3DYService()
  30956.     {
  30957.         return $this->privates['.service_locator.KfbR3DY'] = new \Symfony\Component\DependencyInjection\Argument\ServiceLocator($this->getService, [
  30958.             'loader' => ['privates''.errored..service_locator.KfbR3DY.Symfony\\Component\\Config\\Loader\\LoaderInterface'NULL'Cannot autowire service ".service_locator.KfbR3DY": it references interface "Symfony\\Component\\Config\\Loader\\LoaderInterface" but no such service exists. You should maybe alias this interface to one of these existing services: "Shopware\\Core\\Framework\\Api\\Route\\ApiRouteLoader", "routing.loader.xml", "routing.loader.yml", "routing.loader.php", "routing.loader.glob", "routing.loader.directory", "routing.loader.container", "routing.loader", "routing.loader.annotation", "routing.loader.annotation.directory", "routing.loader.annotation.file".'],
  30959.         ], [
  30960.             'loader' => 'Symfony\\Component\\Config\\Loader\\LoaderInterface',
  30961.         ]);
  30962.     }
  30963.     /**
  30964.      * Gets the private '.service_locator.N1ijGuF' shared service.
  30965.      *
  30966.      * @return \Symfony\Component\DependencyInjection\ServiceLocator
  30967.      */
  30968.     protected function get_ServiceLocator_N1ijGuFService()
  30969.     {
  30970.         return $this->privates['.service_locator.N1ijGuF'] = new \Symfony\Component\DependencyInjection\Argument\ServiceLocator($this->getService, [
  30971.             'pluginLoader' => ['services''Shopware\\Core\\Framework\\Plugin\\KernelPluginLoader\\KernelPluginLoader''getKernelPluginLoaderService'false],
  30972.         ], [
  30973.             'pluginLoader' => 'Shopware\\Core\\Framework\\Plugin\\KernelPluginLoader\\KernelPluginLoader',
  30974.         ]);
  30975.     }
  30976.     /**
  30977.      * Gets the private '.service_locator.Q1m2WkM' shared service.
  30978.      *
  30979.      * @return \Symfony\Component\DependencyInjection\ServiceLocator
  30980.      */
  30981.     protected function get_ServiceLocator_Q1m2WkMService()
  30982.     {
  30983.         return $this->privates['.service_locator.Q1m2WkM'] = new \Symfony\Component\DependencyInjection\Argument\ServiceLocator($this->getService, [
  30984.             'dataBag' => ['privates''.errored..service_locator.Q1m2WkM.Shopware\\Core\\Framework\\Validation\\DataBag\\RequestDataBag'NULL'Cannot autowire service ".service_locator.Q1m2WkM": it references class "Shopware\\Core\\Framework\\Validation\\DataBag\\RequestDataBag" but no such service exists.'],
  30985.         ], [
  30986.             'dataBag' => 'Shopware\\Core\\Framework\\Validation\\DataBag\\RequestDataBag',
  30987.         ]);
  30988.     }
  30989.     /**
  30990.      * Gets the private '.service_locator.WgbD7mE' shared service.
  30991.      *
  30992.      * @return \Symfony\Component\DependencyInjection\ServiceLocator
  30993.      */
  30994.     protected function get_ServiceLocator_WgbD7mEService()
  30995.     {
  30996.         return $this->privates['.service_locator.WgbD7mE'] = new \Symfony\Component\DependencyInjection\Argument\ServiceLocator($this->getService, [
  30997.             'context' => ['privates''.errored..service_locator.WgbD7mE.Shopware\\Core\\System\\SalesChannel\\SalesChannelContext'NULL'Cannot autowire service ".service_locator.WgbD7mE": it references class "Shopware\\Core\\System\\SalesChannel\\SalesChannelContext" but no such service exists.'],
  30998.             'data' => ['privates''.errored..service_locator.WgbD7mE.Shopware\\Core\\Framework\\Validation\\DataBag\\RequestDataBag'NULL'Cannot autowire service ".service_locator.WgbD7mE": it references class "Shopware\\Core\\Framework\\Validation\\DataBag\\RequestDataBag" but no such service exists.'],
  30999.         ], [
  31000.             'context' => 'Shopware\\Core\\System\\SalesChannel\\SalesChannelContext',
  31001.             'data' => 'Shopware\\Core\\Framework\\Validation\\DataBag\\RequestDataBag',
  31002.         ]);
  31003.     }
  31004.     /**
  31005.      * Gets the private '.service_locator.dnCXdpn' shared service.
  31006.      *
  31007.      * @return \Symfony\Component\DependencyInjection\ServiceLocator
  31008.      */
  31009.     protected function get_ServiceLocator_DnCXdpnService()
  31010.     {
  31011.         return $this->privates['.service_locator.dnCXdpn'] = new \Symfony\Component\DependencyInjection\Argument\ServiceLocator($this->getService, [
  31012.             'Pixel\\LexikonSW6\\Controller\\FrontendController::ajax' => ['privates''.service_locator.uPlJ6aJ''get_ServiceLocator_UPlJ6aJService'false],
  31013.             'Pixel\\LexikonSW6\\Controller\\FrontendController::detail' => ['privates''.service_locator.uPlJ6aJ''get_ServiceLocator_UPlJ6aJService'false],
  31014.             'Pixel\\LexikonSW6\\Controller\\FrontendController::index' => ['privates''.service_locator.uPlJ6aJ''get_ServiceLocator_UPlJ6aJService'false],
  31015.             'Pixel\\LexikonSW6\\Controller\\FrontendController::listing' => ['privates''.service_locator.uPlJ6aJ''get_ServiceLocator_UPlJ6aJService'false],
  31016.             'Pixel\\LexikonSW6\\Controller\\FrontendController::setTwig' => ['privates''.service_locator.4MQU.NJ''get_ServiceLocator_4MQU_NJService'false],
  31017.             'Shopware\\Core\\Framework\\Api\\Controller\\CacheController::index' => ['privates''.service_locator.Q1m2WkM''get_ServiceLocator_Q1m2WkMService'false],
  31018.             'Swag\\AmazonPay\\Core\\AmazonPay\\SalesChannel\\AmazonPayRoute::checkoutButton' => ['privates''.service_locator.6cN54C3''get_ServiceLocator_6cN54C3Service'false],
  31019.             'Swag\\AmazonPay\\Core\\AmazonPay\\SalesChannel\\AmazonPayRoute::checkoutReview' => ['privates''.service_locator.s376QHx''get_ServiceLocator_S376QHxService'false],
  31020.             'Swag\\AmazonPay\\Core\\AmazonPay\\SalesChannel\\AmazonPayRoute::purePayment' => ['privates''.service_locator.6cN54C3''get_ServiceLocator_6cN54C3Service'false],
  31021.             'Swag\\AmazonPay\\Core\\AmazonPay\\SalesChannel\\AmazonPayRoute::purePaymentFinalize' => ['privates''.service_locator.6cN54C3''get_ServiceLocator_6cN54C3Service'false],
  31022.             'Swag\\AmazonPay\\Storefront\\Controller\\AmazonLoginController::customerSignIn' => ['privates''.service_locator.6cN54C3''get_ServiceLocator_6cN54C3Service'false],
  31023.             'Swag\\AmazonPay\\Storefront\\Controller\\AmazonLoginController::registerCustomer' => ['privates''.service_locator.WgbD7mE''get_ServiceLocator_WgbD7mEService'false],
  31024.             'Swag\\AmazonPay\\Storefront\\Controller\\AmazonPayController::oneClickCheckoutReview' => ['privates''.service_locator.hM3jIcZ''get_ServiceLocator_HM3jIcZService'false],
  31025.             'Swag\\AmazonPay\\Storefront\\Controller\\AmazonPurePaymentMethodController::finalizeTransaction' => ['privates''.service_locator.e2l_79O''get_ServiceLocator_E2l79OService'false],
  31026.             'Swag\\AmazonPay\\Storefront\\Controller\\AmazonPurePaymentMethodController::initCheckout' => ['privates''.service_locator.e2l_79O''get_ServiceLocator_E2l79OService'false],
  31027.             'kernel::loadRoutes' => ['privates''.service_locator.KfbR3DY''get_ServiceLocator_KfbR3DYService'false],
  31028.             'kernel::reboot' => ['privates''.service_locator.N1ijGuF''get_ServiceLocator_N1ijGuFService'false],
  31029.             'kernel::registerContainerConfiguration' => ['privates''.service_locator.KfbR3DY''get_ServiceLocator_KfbR3DYService'false],
  31030.             'Pixel\\LexikonSW6\\Controller\\FrontendController:ajax' => ['privates''.service_locator.uPlJ6aJ''get_ServiceLocator_UPlJ6aJService'false],
  31031.             'Pixel\\LexikonSW6\\Controller\\FrontendController:detail' => ['privates''.service_locator.uPlJ6aJ''get_ServiceLocator_UPlJ6aJService'false],
  31032.             'Pixel\\LexikonSW6\\Controller\\FrontendController:index' => ['privates''.service_locator.uPlJ6aJ''get_ServiceLocator_UPlJ6aJService'false],
  31033.             'Pixel\\LexikonSW6\\Controller\\FrontendController:listing' => ['privates''.service_locator.uPlJ6aJ''get_ServiceLocator_UPlJ6aJService'false],
  31034.             'Pixel\\LexikonSW6\\Controller\\FrontendController:setTwig' => ['privates''.service_locator.4MQU.NJ''get_ServiceLocator_4MQU_NJService'false],
  31035.             'Shopware\\Core\\Framework\\Api\\Controller\\CacheController:index' => ['privates''.service_locator.Q1m2WkM''get_ServiceLocator_Q1m2WkMService'false],
  31036.             'Swag\\AmazonPay\\Core\\AmazonPay\\SalesChannel\\AmazonPayRoute:checkoutButton' => ['privates''.service_locator.6cN54C3''get_ServiceLocator_6cN54C3Service'false],
  31037.             'Swag\\AmazonPay\\Core\\AmazonPay\\SalesChannel\\AmazonPayRoute:checkoutReview' => ['privates''.service_locator.s376QHx''get_ServiceLocator_S376QHxService'false],
  31038.             'Swag\\AmazonPay\\Core\\AmazonPay\\SalesChannel\\AmazonPayRoute:purePayment' => ['privates''.service_locator.6cN54C3''get_ServiceLocator_6cN54C3Service'false],
  31039.             'Swag\\AmazonPay\\Core\\AmazonPay\\SalesChannel\\AmazonPayRoute:purePaymentFinalize' => ['privates''.service_locator.6cN54C3''get_ServiceLocator_6cN54C3Service'false],
  31040.             'Swag\\AmazonPay\\Storefront\\Controller\\AmazonLoginController:customerSignIn' => ['privates''.service_locator.6cN54C3''get_ServiceLocator_6cN54C3Service'false],
  31041.             'Swag\\AmazonPay\\Storefront\\Controller\\AmazonLoginController:registerCustomer' => ['privates''.service_locator.WgbD7mE''get_ServiceLocator_WgbD7mEService'false],
  31042.             'Swag\\AmazonPay\\Storefront\\Controller\\AmazonPayController:oneClickCheckoutReview' => ['privates''.service_locator.hM3jIcZ''get_ServiceLocator_HM3jIcZService'false],
  31043.             'Swag\\AmazonPay\\Storefront\\Controller\\AmazonPurePaymentMethodController:finalizeTransaction' => ['privates''.service_locator.e2l_79O''get_ServiceLocator_E2l79OService'false],
  31044.             'Swag\\AmazonPay\\Storefront\\Controller\\AmazonPurePaymentMethodController:initCheckout' => ['privates''.service_locator.e2l_79O''get_ServiceLocator_E2l79OService'false],
  31045.             'kernel:loadRoutes' => ['privates''.service_locator.KfbR3DY''get_ServiceLocator_KfbR3DYService'false],
  31046.             'kernel:reboot' => ['privates''.service_locator.N1ijGuF''get_ServiceLocator_N1ijGuFService'false],
  31047.             'kernel:registerContainerConfiguration' => ['privates''.service_locator.KfbR3DY''get_ServiceLocator_KfbR3DYService'false],
  31048.         ], [
  31049.             'Pixel\\LexikonSW6\\Controller\\FrontendController::ajax' => '?',
  31050.             'Pixel\\LexikonSW6\\Controller\\FrontendController::detail' => '?',
  31051.             'Pixel\\LexikonSW6\\Controller\\FrontendController::index' => '?',
  31052.             'Pixel\\LexikonSW6\\Controller\\FrontendController::listing' => '?',
  31053.             'Pixel\\LexikonSW6\\Controller\\FrontendController::setTwig' => '?',
  31054.             'Shopware\\Core\\Framework\\Api\\Controller\\CacheController::index' => '?',
  31055.             'Swag\\AmazonPay\\Core\\AmazonPay\\SalesChannel\\AmazonPayRoute::checkoutButton' => '?',
  31056.             'Swag\\AmazonPay\\Core\\AmazonPay\\SalesChannel\\AmazonPayRoute::checkoutReview' => '?',
  31057.             'Swag\\AmazonPay\\Core\\AmazonPay\\SalesChannel\\AmazonPayRoute::purePayment' => '?',
  31058.             'Swag\\AmazonPay\\Core\\AmazonPay\\SalesChannel\\AmazonPayRoute::purePaymentFinalize' => '?',
  31059.             'Swag\\AmazonPay\\Storefront\\Controller\\AmazonLoginController::customerSignIn' => '?',
  31060.             'Swag\\AmazonPay\\Storefront\\Controller\\AmazonLoginController::registerCustomer' => '?',
  31061.             'Swag\\AmazonPay\\Storefront\\Controller\\AmazonPayController::oneClickCheckoutReview' => '?',
  31062.             'Swag\\AmazonPay\\Storefront\\Controller\\AmazonPurePaymentMethodController::finalizeTransaction' => '?',
  31063.             'Swag\\AmazonPay\\Storefront\\Controller\\AmazonPurePaymentMethodController::initCheckout' => '?',
  31064.             'kernel::loadRoutes' => '?',
  31065.             'kernel::reboot' => '?',
  31066.             'kernel::registerContainerConfiguration' => '?',
  31067.             'Pixel\\LexikonSW6\\Controller\\FrontendController:ajax' => '?',
  31068.             'Pixel\\LexikonSW6\\Controller\\FrontendController:detail' => '?',
  31069.             'Pixel\\LexikonSW6\\Controller\\FrontendController:index' => '?',
  31070.             'Pixel\\LexikonSW6\\Controller\\FrontendController:listing' => '?',
  31071.             'Pixel\\LexikonSW6\\Controller\\FrontendController:setTwig' => '?',
  31072.             'Shopware\\Core\\Framework\\Api\\Controller\\CacheController:index' => '?',
  31073.             'Swag\\AmazonPay\\Core\\AmazonPay\\SalesChannel\\AmazonPayRoute:checkoutButton' => '?',
  31074.             'Swag\\AmazonPay\\Core\\AmazonPay\\SalesChannel\\AmazonPayRoute:checkoutReview' => '?',
  31075.             'Swag\\AmazonPay\\Core\\AmazonPay\\SalesChannel\\AmazonPayRoute:purePayment' => '?',
  31076.             'Swag\\AmazonPay\\Core\\AmazonPay\\SalesChannel\\AmazonPayRoute:purePaymentFinalize' => '?',
  31077.             'Swag\\AmazonPay\\Storefront\\Controller\\AmazonLoginController:customerSignIn' => '?',
  31078.             'Swag\\AmazonPay\\Storefront\\Controller\\AmazonLoginController:registerCustomer' => '?',
  31079.             'Swag\\AmazonPay\\Storefront\\Controller\\AmazonPayController:oneClickCheckoutReview' => '?',
  31080.             'Swag\\AmazonPay\\Storefront\\Controller\\AmazonPurePaymentMethodController:finalizeTransaction' => '?',
  31081.             'Swag\\AmazonPay\\Storefront\\Controller\\AmazonPurePaymentMethodController:initCheckout' => '?',
  31082.             'kernel:loadRoutes' => '?',
  31083.             'kernel:reboot' => '?',
  31084.             'kernel:registerContainerConfiguration' => '?',
  31085.         ]);
  31086.     }
  31087.     /**
  31088.      * Gets the private '.service_locator.e2l_79O' shared service.
  31089.      *
  31090.      * @return \Symfony\Component\DependencyInjection\ServiceLocator
  31091.      */
  31092.     protected function get_ServiceLocator_E2l79OService()
  31093.     {
  31094.         return $this->privates['.service_locator.e2l_79O'] = new \Symfony\Component\DependencyInjection\Argument\ServiceLocator($this->getService, [
  31095.             'salesChannelContext' => ['privates''.errored..service_locator.e2l_79O.Shopware\\Core\\System\\SalesChannel\\SalesChannelContext'NULL'Cannot autowire service ".service_locator.e2l_79O": it references class "Shopware\\Core\\System\\SalesChannel\\SalesChannelContext" but no such service exists.'],
  31096.         ], [
  31097.             'salesChannelContext' => 'Shopware\\Core\\System\\SalesChannel\\SalesChannelContext',
  31098.         ]);
  31099.     }
  31100.     /**
  31101.      * Gets the private '.service_locator.hM3jIcZ' shared service.
  31102.      *
  31103.      * @return \Symfony\Component\DependencyInjection\ServiceLocator
  31104.      */
  31105.     protected function get_ServiceLocator_HM3jIcZService()
  31106.     {
  31107.         return $this->privates['.service_locator.hM3jIcZ'] = new \Symfony\Component\DependencyInjection\Argument\ServiceLocator($this->getService, [
  31108.             'contextSwitcher' => ['privates''Shopware\\Core\\System\\SalesChannel\\SalesChannel\\SalesChannelContextSwitcher''getSalesChannelContextSwitcherService'false],
  31109.             'salesChannelContext' => ['privates''.errored..service_locator.hM3jIcZ.Shopware\\Core\\System\\SalesChannel\\SalesChannelContext'NULL'Cannot autowire service ".service_locator.hM3jIcZ": it references class "Shopware\\Core\\System\\SalesChannel\\SalesChannelContext" but no such service exists.'],
  31110.         ], [
  31111.             'contextSwitcher' => 'Shopware\\Core\\System\\SalesChannel\\SalesChannel\\SalesChannelContextSwitcher',
  31112.             'salesChannelContext' => 'Shopware\\Core\\System\\SalesChannel\\SalesChannelContext',
  31113.         ]);
  31114.     }
  31115.     /**
  31116.      * Gets the private '.service_locator.ltYzMMM' shared service.
  31117.      *
  31118.      * @return \Symfony\Component\DependencyInjection\ServiceLocator
  31119.      */
  31120.     protected function get_ServiceLocator_LtYzMMMService()
  31121.     {
  31122.         return $this->privates['.service_locator.ltYzMMM'] = new \Symfony\Component\DependencyInjection\Argument\ServiceLocator($this->getService, [
  31123.             'default' => ['privates''messenger.transport.default''getMessenger_Transport_DefaultService'false],
  31124.             'messenger.transport.default' => ['privates''messenger.transport.default''getMessenger_Transport_DefaultService'false],
  31125.         ], [
  31126.             'default' => '?',
  31127.             'messenger.transport.default' => '?',
  31128.         ]);
  31129.     }
  31130.     /**
  31131.      * Gets the private '.service_locator.s376QHx' shared service.
  31132.      *
  31133.      * @return \Symfony\Component\DependencyInjection\ServiceLocator
  31134.      */
  31135.     protected function get_ServiceLocator_S376QHxService()
  31136.     {
  31137.         return $this->privates['.service_locator.s376QHx'] = new \Symfony\Component\DependencyInjection\Argument\ServiceLocator($this->getService, [
  31138.             'context' => ['privates''.errored..service_locator.s376QHx.Shopware\\Core\\System\\SalesChannel\\SalesChannelContext'NULL'Cannot autowire service ".service_locator.s376QHx": it references class "Shopware\\Core\\System\\SalesChannel\\SalesChannelContext" but no such service exists.'],
  31139.             'contextSwitcher' => ['privates''Shopware\\Core\\System\\SalesChannel\\SalesChannel\\SalesChannelContextSwitcher''getSalesChannelContextSwitcherService'false],
  31140.         ], [
  31141.             'context' => 'Shopware\\Core\\System\\SalesChannel\\SalesChannelContext',
  31142.             'contextSwitcher' => 'Shopware\\Core\\System\\SalesChannel\\SalesChannel\\SalesChannelContextSwitcher',
  31143.         ]);
  31144.     }
  31145.     /**
  31146.      * Gets the private '.service_locator.uPlJ6aJ' shared service.
  31147.      *
  31148.      * @return \Symfony\Component\DependencyInjection\ServiceLocator
  31149.      */
  31150.     protected function get_ServiceLocator_UPlJ6aJService()
  31151.     {
  31152.         return $this->privates['.service_locator.uPlJ6aJ'] = new \Symfony\Component\DependencyInjection\Argument\ServiceLocator($this->getService, [
  31153.             'context' => ['privates''.errored..service_locator.uPlJ6aJ.Shopware\\Core\\Framework\\Context'NULL'Cannot autowire service ".service_locator.uPlJ6aJ": it references class "Shopware\\Core\\Framework\\Context" but no such service exists.'],
  31154.             'salesChannelContext' => ['privates''.errored..service_locator.uPlJ6aJ.Shopware\\Core\\System\\SalesChannel\\SalesChannelContext'NULL'Cannot autowire service ".service_locator.uPlJ6aJ": it references class "Shopware\\Core\\System\\SalesChannel\\SalesChannelContext" but no such service exists.'],
  31155.         ], [
  31156.             'context' => 'Shopware\\Core\\Framework\\Context',
  31157.             'salesChannelContext' => 'Shopware\\Core\\System\\SalesChannel\\SalesChannelContext',
  31158.         ]);
  31159.     }
  31160.     /**
  31161.      * Gets the private '.session.deprecated' shared service.
  31162.      *
  31163.      * @return \Symfony\Component\HttpFoundation\Session\SessionInterface
  31164.      */
  31165.     protected function get_Session_DeprecatedService()
  31166.     {
  31167.         include_once \dirname(__DIR__4).'/vendor/symfony/framework-bundle/Session/DeprecatedSessionFactory.php';
  31168.         return $this->privates['.session.deprecated'] = (new \Symfony\Bundle\FrameworkBundle\Session\DeprecatedSessionFactory(($this->services['request_stack'] ?? ($this->services['request_stack'] = new \Symfony\Component\HttpFoundation\RequestStack()))))->getSession();
  31169.     }
  31170.     /**
  31171.      * Gets the private '.twig.command.debug.lazy' shared service.
  31172.      *
  31173.      * @return \Symfony\Component\Console\Command\LazyCommand
  31174.      */
  31175.     protected function get_Twig_Command_Debug_LazyService()
  31176.     {
  31177.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/Command.php';
  31178.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/LazyCommand.php';
  31179.         return $this->privates['.twig.command.debug.lazy'] = new \Symfony\Component\Console\Command\LazyCommand('debug:twig', [], 'Show a list of twig functions, filters, globals and tests'false, function (): \Symfony\Bridge\Twig\Command\DebugCommand {
  31180.             return ($this->privates['twig.command.debug'] ?? $this->getTwig_Command_DebugService());
  31181.         });
  31182.     }
  31183.     /**
  31184.      * Gets the private '.twig.command.lint.lazy' shared service.
  31185.      *
  31186.      * @return \Symfony\Component\Console\Command\LazyCommand
  31187.      */
  31188.     protected function get_Twig_Command_Lint_LazyService()
  31189.     {
  31190.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/Command.php';
  31191.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/LazyCommand.php';
  31192.         return $this->privates['.twig.command.lint.lazy'] = new \Symfony\Component\Console\Command\LazyCommand('lint:twig', [], 'Lint a Twig template and outputs encountered errors'false, function (): \Symfony\Bundle\TwigBundle\Command\LintCommand {
  31193.             return ($this->privates['twig.command.lint'] ?? $this->getTwig_Command_LintService());
  31194.         });
  31195.     }
  31196.     /**
  31197.      * Gets the private '.var_dumper.command.server_dump.lazy' shared service.
  31198.      *
  31199.      * @return \Symfony\Component\Console\Command\LazyCommand
  31200.      */
  31201.     protected function get_VarDumper_Command_ServerDump_LazyService()
  31202.     {
  31203.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/Command.php';
  31204.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/LazyCommand.php';
  31205.         return $this->privates['.var_dumper.command.server_dump.lazy'] = new \Symfony\Component\Console\Command\LazyCommand('server:dump', [], 'Start a dump server that collects and displays dumps in a single place'false, function (): \Symfony\Bundle\DebugBundle\Command\ServerDumpPlaceholderCommand {
  31206.             return ($this->privates['var_dumper.command.server_dump'] ?? $this->getVarDumper_Command_ServerDumpService());
  31207.         });
  31208.     }
  31209.     /**
  31210.      * Gets the private 'Acris\Promotion\Core\Checkout\Promotion\Cart\PromotionItemBuilder' shared service.
  31211.      *
  31212.      * @return \Acris\Promotion\Core\Checkout\Promotion\Cart\PromotionItemBuilder
  31213.      */
  31214.     protected function getPromotionItemBuilderService()
  31215.     {
  31216.         include_once \dirname(__DIR__4).'/vendor/shopware/core/Checkout/Promotion/Cart/PromotionItemBuilder.php';
  31217.         include_once \dirname(__DIR__4).'/vendor/store.shopware.com/acrispromotioncs/src/Core/Checkout/Promotion/Cart/PromotionItemBuilder.php';
  31218.         return $this->privates['Acris\\Promotion\\Core\\Checkout\\Promotion\\Cart\\PromotionItemBuilder'] = new \Acris\Promotion\Core\Checkout\Promotion\Cart\PromotionItemBuilder(new \Shopware\Core\Checkout\Promotion\Cart\PromotionItemBuilder());
  31219.     }
  31220.     /**
  31221.      * Gets the private 'Acris\Promotion\Subscriber\ClearCache' shared service.
  31222.      *
  31223.      * @return \Acris\Promotion\Subscriber\ClearCache
  31224.      */
  31225.     protected function getClearCacheService()
  31226.     {
  31227.         include_once \dirname(__DIR__4).'/vendor/store.shopware.com/acrispromotioncs/src/Subscriber/ClearCache.php';
  31228.         $a = ($this->privates['Shopware\\Core\\Framework\\Adapter\\Cache\\CacheInvalidator'] ?? $this->getCacheInvalidatorService());
  31229.         if (isset($this->privates['Acris\\Promotion\\Subscriber\\ClearCache'])) {
  31230.             return $this->privates['Acris\\Promotion\\Subscriber\\ClearCache'];
  31231.         }
  31232.         return $this->privates['Acris\\Promotion\\Subscriber\\ClearCache'] = new \Acris\Promotion\Subscriber\ClearCache($a);
  31233.     }
  31234.     /**
  31235.      * Gets the private 'Acris\Promotion\Subscriber\ProductLoadedSubscriber' shared service.
  31236.      *
  31237.      * @return \Acris\Promotion\Subscriber\ProductLoadedSubscriber
  31238.      */
  31239.     protected function getProductLoadedSubscriber2Service()
  31240.     {
  31241.         include_once \dirname(__DIR__4).'/vendor/store.shopware.com/acrispromotioncs/src/Subscriber/ProductLoadedSubscriber.php';
  31242.         include_once \dirname(__DIR__4).'/vendor/store.shopware.com/acrispromotioncs/src/Core/Checkout/Cart/PromotionCartProcessor.php';
  31243.         include_once \dirname(__DIR__4).'/vendor/store.shopware.com/acrispromotioncs/src/Core/Content/Product/Cart/PromotionProductCartProcessor.php';
  31244.         include_once \dirname(__DIR__4).'/vendor/store.shopware.com/acrispromotioncs/src/Component/PriceRoundingService.php';
  31245.         include_once \dirname(__DIR__4).'/vendor/shopware/core/Content/Product/Cart/ProductLineItemFactory.php';
  31246.         $a = ($this->privates['Shopware\\Core\\Content\\Product\\SalesChannel\\Price\\ProductPriceCalculator'] ?? $this->getProductPriceCalculatorService());
  31247.         if (isset($this->privates['Acris\\Promotion\\Subscriber\\ProductLoadedSubscriber'])) {
  31248.             return $this->privates['Acris\\Promotion\\Subscriber\\ProductLoadedSubscriber'];
  31249.         }
  31250.         $b = ($this->privates['Meteor\\PromotionGift\\Core\\Checkout\\Promotion\\Cart\\PromotionCollectorDecorator'] ?? $this->getPromotionCollectorDecoratorService());
  31251.         if (isset($this->privates['Acris\\Promotion\\Subscriber\\ProductLoadedSubscriber'])) {
  31252.             return $this->privates['Acris\\Promotion\\Subscriber\\ProductLoadedSubscriber'];
  31253.         }
  31254.         $c = ($this->services['event_dispatcher'] ?? $this->getEventDispatcherService());
  31255.         if (isset($this->privates['Acris\\Promotion\\Subscriber\\ProductLoadedSubscriber'])) {
  31256.             return $this->privates['Acris\\Promotion\\Subscriber\\ProductLoadedSubscriber'];
  31257.         }
  31258.         $d = ($this->services['Shopware\\Core\\System\\SystemConfig\\SystemConfigService'] ?? $this->getSystemConfigServiceService());
  31259.         if (isset($this->privates['Acris\\Promotion\\Subscriber\\ProductLoadedSubscriber'])) {
  31260.             return $this->privates['Acris\\Promotion\\Subscriber\\ProductLoadedSubscriber'];
  31261.         }
  31262.         return $this->privates['Acris\\Promotion\\Subscriber\\ProductLoadedSubscriber'] = new \Acris\Promotion\Subscriber\ProductLoadedSubscriber(($this->privates['Shopware\\Core\\Content\\Product\\Cart\\ProductLineItemFactory'] ?? ($this->privates['Shopware\\Core\\Content\\Product\\Cart\\ProductLineItemFactory'] = new \Shopware\Core\Content\Product\Cart\ProductLineItemFactory())), new \Acris\Promotion\Core\Checkout\Cart\PromotionCartProcessor(($this->privates['Shopware\\Core\\Checkout\\Cart\\Price\\AmountCalculator'] ?? $this->getAmountCalculatorService()), new \Acris\Promotion\Core\Content\Product\Cart\PromotionProductCartProcessor($a), $b, ($this->privates['Shopware\\Core\\Checkout\\Promotion\\Cart\\PromotionProcessor'] ?? $this->getPromotionProcessorService()), $c), ($this->privates['Shopware\\Core\\Checkout\\Cart\\Price\\CashRounding'] ?? ($this->privates['Shopware\\Core\\Checkout\\Cart\\Price\\CashRounding'] = new \Shopware\Core\Checkout\Cart\Price\CashRounding())), new \Acris\Promotion\Component\PriceRoundingService(), $dNULL);
  31263.     }
  31264.     /**
  31265.      * Gets the private 'Acris\SuggestedProducts\ScheduledTask\CustomersAlsoViewedIndexTaskHandler' shared service.
  31266.      *
  31267.      * @return \Acris\SuggestedProducts\ScheduledTask\CustomersAlsoViewedIndexTaskHandler
  31268.      */
  31269.     protected function getCustomersAlsoViewedIndexTaskHandlerService()
  31270.     {
  31271.         include_once \dirname(__DIR__4).'/vendor/store.shopware.com/acrissuggestedproductscs/src/ScheduledTask/CustomersAlsoViewedIndexTaskHandler.php';
  31272.         $a = ($this->services['scheduled_task.repository'] ?? $this->getScheduledTask_RepositoryService());
  31273.         if (isset($this->privates['Acris\\SuggestedProducts\\ScheduledTask\\CustomersAlsoViewedIndexTaskHandler'])) {
  31274.             return $this->privates['Acris\\SuggestedProducts\\ScheduledTask\\CustomersAlsoViewedIndexTaskHandler'];
  31275.         }
  31276.         $b = ($this->services['Shopware\\Core\\System\\SystemConfig\\SystemConfigService'] ?? $this->getSystemConfigServiceService());
  31277.         if (isset($this->privates['Acris\\SuggestedProducts\\ScheduledTask\\CustomersAlsoViewedIndexTaskHandler'])) {
  31278.             return $this->privates['Acris\\SuggestedProducts\\ScheduledTask\\CustomersAlsoViewedIndexTaskHandler'];
  31279.         }
  31280.         return $this->privates['Acris\\SuggestedProducts\\ScheduledTask\\CustomersAlsoViewedIndexTaskHandler'] = new \Acris\SuggestedProducts\ScheduledTask\CustomersAlsoViewedIndexTaskHandler($a, ($this->services['Doctrine\\DBAL\\Connection'] ?? $this->getConnectionService()), $b);
  31281.     }
  31282.     /**
  31283.      * Gets the private 'Acris\SuggestedProducts\Storefront\Subscriber\SuggestedProductsSubscriber' shared service.
  31284.      *
  31285.      * @return \Acris\SuggestedProducts\Storefront\Subscriber\SuggestedProductsSubscriber
  31286.      */
  31287.     protected function getSuggestedProductsSubscriberService()
  31288.     {
  31289.         include_once \dirname(__DIR__4).'/vendor/store.shopware.com/acrissuggestedproductscs/src/Storefront/Subscriber/SuggestedProductsSubscriber.php';
  31290.         $a = ($this->privates['Shopware\\Core\\Content\\Product\\SalesChannel\\Listing\\ProductListingLoader'] ?? $this->getProductListingLoaderService());
  31291.         if (isset($this->privates['Acris\\SuggestedProducts\\Storefront\\Subscriber\\SuggestedProductsSubscriber'])) {
  31292.             return $this->privates['Acris\\SuggestedProducts\\Storefront\\Subscriber\\SuggestedProductsSubscriber'];
  31293.         }
  31294.         $b = ($this->services['event_dispatcher'] ?? $this->getEventDispatcherService());
  31295.         if (isset($this->privates['Acris\\SuggestedProducts\\Storefront\\Subscriber\\SuggestedProductsSubscriber'])) {
  31296.             return $this->privates['Acris\\SuggestedProducts\\Storefront\\Subscriber\\SuggestedProductsSubscriber'];
  31297.         }
  31298.         $c = ($this->services['Shopware\\Core\\System\\SystemConfig\\SystemConfigService'] ?? $this->getSystemConfigServiceService());
  31299.         if (isset($this->privates['Acris\\SuggestedProducts\\Storefront\\Subscriber\\SuggestedProductsSubscriber'])) {
  31300.             return $this->privates['Acris\\SuggestedProducts\\Storefront\\Subscriber\\SuggestedProductsSubscriber'];
  31301.         }
  31302.         $d = ($this->services['acris_customers_also_viewed.repository'] ?? $this->getAcrisCustomersAlsoViewed_RepositoryService());
  31303.         if (isset($this->privates['Acris\\SuggestedProducts\\Storefront\\Subscriber\\SuggestedProductsSubscriber'])) {
  31304.             return $this->privates['Acris\\SuggestedProducts\\Storefront\\Subscriber\\SuggestedProductsSubscriber'];
  31305.         }
  31306.         $e = ($this->services['product_sorting.repository'] ?? $this->getProductSorting_RepositoryService());
  31307.         if (isset($this->privates['Acris\\SuggestedProducts\\Storefront\\Subscriber\\SuggestedProductsSubscriber'])) {
  31308.             return $this->privates['Acris\\SuggestedProducts\\Storefront\\Subscriber\\SuggestedProductsSubscriber'];
  31309.         }
  31310.         return $this->privates['Acris\\SuggestedProducts\\Storefront\\Subscriber\\SuggestedProductsSubscriber'] = new \Acris\SuggestedProducts\Storefront\Subscriber\SuggestedProductsSubscriber(($this->services['Shopware\\Core\\Content\\ProductStream\\Service\\ProductStreamBuilder'] ?? $this->getProductStreamBuilderService()), $a$b$c, ($this->services['Doctrine\\DBAL\\Connection'] ?? $this->getConnectionService()), $d$e);
  31311.     }
  31312.     /**
  31313.      * Gets the private 'Atl\SeoUrlManager\Decorator\ProductPageSeoUrlRouteDecorator' shared service.
  31314.      *
  31315.      * @return \Atl\SeoUrlManager\Decorator\ProductPageSeoUrlRouteDecorator
  31316.      */
  31317.     protected function getProductPageSeoUrlRouteDecoratorService()
  31318.     {
  31319.         include_once \dirname(__DIR__4).'/vendor/shopware/core/Content/Seo/SeoUrlRoute/SeoUrlRouteInterface.php';
  31320.         include_once \dirname(__DIR__4).'/vendor/store.shopware.com/atlseourlmanager/src/Decorator/ProductPageSeoUrlRouteDecorator.php';
  31321.         include_once \dirname(__DIR__4).'/vendor/shopware/storefront/Framework/Seo/SeoUrlRoute/ProductPageSeoUrlRoute.php';
  31322.         return $this->privates['Atl\\SeoUrlManager\\Decorator\\ProductPageSeoUrlRouteDecorator'] = new \Atl\SeoUrlManager\Decorator\ProductPageSeoUrlRouteDecorator(new \Shopware\Storefront\Framework\Seo\SeoUrlRoute\ProductPageSeoUrlRoute(($this->services['Shopware\\Core\\Content\\Product\\ProductDefinition'] ?? $this->getProductDefinitionService())));
  31323.     }
  31324.     /**
  31325.      * Gets the private 'Atl\SeoUrlManager\Decorator\ProductUrlProviderDecorator' shared service.
  31326.      *
  31327.      * @return \Atl\SeoUrlManager\Decorator\ProductUrlProviderDecorator
  31328.      */
  31329.     protected function getProductUrlProviderDecoratorService()
  31330.     {
  31331.         include_once \dirname(__DIR__4).'/vendor/shopware/core/Content/Sitemap/Provider/UrlProviderInterface.php';
  31332.         include_once \dirname(__DIR__4).'/vendor/shopware/core/Content/Sitemap/Provider/AbstractUrlProvider.php';
  31333.         include_once \dirname(__DIR__4).'/vendor/store.shopware.com/atlseourlmanager/src/Decorator/ProductUrlProviderDecorator.php';
  31334.         include_once \dirname(__DIR__4).'/vendor/shopware/core/Content/Sitemap/Provider/ProductUrlProvider.php';
  31335.         $a = ($this->services['Shopware\\Core\\System\\SystemConfig\\SystemConfigService'] ?? $this->getSystemConfigServiceService());
  31336.         if (isset($this->privates['Atl\\SeoUrlManager\\Decorator\\ProductUrlProviderDecorator'])) {
  31337.             return $this->privates['Atl\\SeoUrlManager\\Decorator\\ProductUrlProviderDecorator'];
  31338.         }
  31339.         $b = ($this->privates['Shopware\\Core\\Content\\Sitemap\\Service\\ConfigHandler'] ?? $this->getConfigHandlerService());
  31340.         $c = ($this->services['Doctrine\\DBAL\\Connection'] ?? $this->getConnectionService());
  31341.         $d = ($this->services['Shopware\\Core\\Content\\Product\\ProductDefinition'] ?? $this->getProductDefinitionService());
  31342.         $e = ($this->privates['Shopware\\Core\\Framework\\DataAbstractionLayer\\Dbal\\Common\\IteratorFactory'] ?? $this->getIteratorFactory2Service());
  31343.         $f = ($this->services['router'] ?? $this->getRouterService());
  31344.         return $this->privates['Atl\\SeoUrlManager\\Decorator\\ProductUrlProviderDecorator'] = new \Atl\SeoUrlManager\Decorator\ProductUrlProviderDecorator(new \Shopware\Core\Content\Sitemap\Provider\ProductUrlProvider($b$c$d$e$f$a), $a$b$c$d$e$f);
  31345.     }
  31346.     /**
  31347.      * Gets the private 'Cbax\ModulAdcell\Subscriber\BackendSubscriber' shared service.
  31348.      *
  31349.      * @return \Cbax\ModulAdcell\Subscriber\BackendSubscriber
  31350.      */
  31351.     protected function getBackendSubscriberService()
  31352.     {
  31353.         include_once \dirname(__DIR__4).'/vendor/store.shopware.com/cbaxmoduladcell/src/Subscriber/BackendSubscriber.php';
  31354.         $a = ($this->services['Shopware\\Core\\System\\SystemConfig\\SystemConfigService'] ?? $this->getSystemConfigServiceService());
  31355.         if (isset($this->privates['Cbax\\ModulAdcell\\Subscriber\\BackendSubscriber'])) {
  31356.             return $this->privates['Cbax\\ModulAdcell\\Subscriber\\BackendSubscriber'];
  31357.         }
  31358.         $b = ($this->services['product.repository'] ?? $this->getProduct_RepositoryService());
  31359.         if (isset($this->privates['Cbax\\ModulAdcell\\Subscriber\\BackendSubscriber'])) {
  31360.             return $this->privates['Cbax\\ModulAdcell\\Subscriber\\BackendSubscriber'];
  31361.         }
  31362.         return $this->privates['Cbax\\ModulAdcell\\Subscriber\\BackendSubscriber'] = new \Cbax\ModulAdcell\Subscriber\BackendSubscriber($a$b);
  31363.     }
  31364.     /**
  31365.      * Gets the private 'Cbax\ModulAnalytics\ScheduledTask\AnalyticsHandler' shared service.
  31366.      *
  31367.      * @return \Cbax\ModulAnalytics\ScheduledTask\AnalyticsHandler
  31368.      */
  31369.     protected function getAnalyticsHandlerService()
  31370.     {
  31371.         include_once \dirname(__DIR__4).'/custom/plugins/CbaxModulAnalytics/src/ScheduledTask/AnalyticsHandler.php';
  31372.         $a = ($this->services['scheduled_task.repository'] ?? $this->getScheduledTask_RepositoryService());
  31373.         if (isset($this->privates['Cbax\\ModulAnalytics\\ScheduledTask\\AnalyticsHandler'])) {
  31374.             return $this->privates['Cbax\\ModulAnalytics\\ScheduledTask\\AnalyticsHandler'];
  31375.         }
  31376.         $b = ($this->services['Cbax\\ModulAnalytics\\Components\\ConfigReaderHelper'] ?? $this->getConfigReaderHelperService());
  31377.         if (isset($this->privates['Cbax\\ModulAnalytics\\ScheduledTask\\AnalyticsHandler'])) {
  31378.             return $this->privates['Cbax\\ModulAnalytics\\ScheduledTask\\AnalyticsHandler'];
  31379.         }
  31380.         return $this->privates['Cbax\\ModulAnalytics\\ScheduledTask\\AnalyticsHandler'] = new \Cbax\ModulAnalytics\ScheduledTask\AnalyticsHandler($a, ($this->services['Doctrine\\DBAL\\Connection'] ?? $this->getConnectionService()), $b);
  31381.     }
  31382.     /**
  31383.      * Gets the private 'Cbax\ModulAnalytics\Subscriber\BackendSubscriber' shared service.
  31384.      *
  31385.      * @return \Cbax\ModulAnalytics\Subscriber\BackendSubscriber
  31386.      */
  31387.     protected function getBackendSubscriber2Service()
  31388.     {
  31389.         include_once \dirname(__DIR__4).'/custom/plugins/CbaxModulAnalytics/src/Subscriber/BackendSubscriber.php';
  31390.         $a = ($this->services['Shopware\\Core\\System\\SystemConfig\\SystemConfigService'] ?? $this->getSystemConfigServiceService());
  31391.         if (isset($this->privates['Cbax\\ModulAnalytics\\Subscriber\\BackendSubscriber'])) {
  31392.             return $this->privates['Cbax\\ModulAnalytics\\Subscriber\\BackendSubscriber'];
  31393.         }
  31394.         $b = ($this->services['cbax_analytics_search.repository'] ?? $this->getCbaxAnalyticsSearch_RepositoryService());
  31395.         if (isset($this->privates['Cbax\\ModulAnalytics\\Subscriber\\BackendSubscriber'])) {
  31396.             return $this->privates['Cbax\\ModulAnalytics\\Subscriber\\BackendSubscriber'];
  31397.         }
  31398.         $c = ($this->services['order.repository'] ?? $this->getOrder_RepositoryService());
  31399.         if (isset($this->privates['Cbax\\ModulAnalytics\\Subscriber\\BackendSubscriber'])) {
  31400.             return $this->privates['Cbax\\ModulAnalytics\\Subscriber\\BackendSubscriber'];
  31401.         }
  31402.         return $this->privates['Cbax\\ModulAnalytics\\Subscriber\\BackendSubscriber'] = new \Cbax\ModulAnalytics\Subscriber\BackendSubscriber($a$b$c, ($this->services['Doctrine\\DBAL\\Connection'] ?? $this->getConnectionService()));
  31403.     }
  31404.     /**
  31405.      * Gets the private 'Cbax\ModulExternalOrder\ScheduledTask\CanceledStatusRefreshHandler' shared service.
  31406.      *
  31407.      * @return \Cbax\ModulExternalOrder\ScheduledTask\CanceledStatusRefreshHandler
  31408.      */
  31409.     protected function getCanceledStatusRefreshHandlerService()
  31410.     {
  31411.         include_once \dirname(__DIR__4).'/custom/plugins/CbaxModulExternalOrder/src/ScheduledTask/CanceledStatusRefreshHandler.php';
  31412.         $a = ($this->services['scheduled_task.repository'] ?? $this->getScheduledTask_RepositoryService());
  31413.         if (isset($this->privates['Cbax\\ModulExternalOrder\\ScheduledTask\\CanceledStatusRefreshHandler'])) {
  31414.             return $this->privates['Cbax\\ModulExternalOrder\\ScheduledTask\\CanceledStatusRefreshHandler'];
  31415.         }
  31416.         $b = ($this->services['Cbax\\ModulExternalOrder\\Components\\ExternalOrderHelper'] ?? $this->getExternalOrderHelperService());
  31417.         if (isset($this->privates['Cbax\\ModulExternalOrder\\ScheduledTask\\CanceledStatusRefreshHandler'])) {
  31418.             return $this->privates['Cbax\\ModulExternalOrder\\ScheduledTask\\CanceledStatusRefreshHandler'];
  31419.         }
  31420.         $c = ($this->services['Cbax\\ModulExternalOrder\\Components\\ExternalOrderDb'] ?? $this->getExternalOrderDbService());
  31421.         if (isset($this->privates['Cbax\\ModulExternalOrder\\ScheduledTask\\CanceledStatusRefreshHandler'])) {
  31422.             return $this->privates['Cbax\\ModulExternalOrder\\ScheduledTask\\CanceledStatusRefreshHandler'];
  31423.         }
  31424.         return $this->privates['Cbax\\ModulExternalOrder\\ScheduledTask\\CanceledStatusRefreshHandler'] = new \Cbax\ModulExternalOrder\ScheduledTask\CanceledStatusRefreshHandler($a$b$c);
  31425.     }
  31426.     /**
  31427.      * Gets the private 'Cbax\ModulExternalOrder\ScheduledTask\DispatchStatusRefreshHandler' shared service.
  31428.      *
  31429.      * @return \Cbax\ModulExternalOrder\ScheduledTask\DispatchStatusRefreshHandler
  31430.      */
  31431.     protected function getDispatchStatusRefreshHandlerService()
  31432.     {
  31433.         include_once \dirname(__DIR__4).'/custom/plugins/CbaxModulExternalOrder/src/ScheduledTask/DispatchStatusRefreshHandler.php';
  31434.         $a = ($this->services['scheduled_task.repository'] ?? $this->getScheduledTask_RepositoryService());
  31435.         if (isset($this->privates['Cbax\\ModulExternalOrder\\ScheduledTask\\DispatchStatusRefreshHandler'])) {
  31436.             return $this->privates['Cbax\\ModulExternalOrder\\ScheduledTask\\DispatchStatusRefreshHandler'];
  31437.         }
  31438.         $b = ($this->services['Cbax\\ModulExternalOrder\\Components\\ExternalOrderHelper'] ?? $this->getExternalOrderHelperService());
  31439.         if (isset($this->privates['Cbax\\ModulExternalOrder\\ScheduledTask\\DispatchStatusRefreshHandler'])) {
  31440.             return $this->privates['Cbax\\ModulExternalOrder\\ScheduledTask\\DispatchStatusRefreshHandler'];
  31441.         }
  31442.         $c = ($this->services['Cbax\\ModulExternalOrder\\Components\\ExternalOrderDb'] ?? $this->getExternalOrderDbService());
  31443.         if (isset($this->privates['Cbax\\ModulExternalOrder\\ScheduledTask\\DispatchStatusRefreshHandler'])) {
  31444.             return $this->privates['Cbax\\ModulExternalOrder\\ScheduledTask\\DispatchStatusRefreshHandler'];
  31445.         }
  31446.         return $this->privates['Cbax\\ModulExternalOrder\\ScheduledTask\\DispatchStatusRefreshHandler'] = new \Cbax\ModulExternalOrder\ScheduledTask\DispatchStatusRefreshHandler($a$b$c);
  31447.     }
  31448.     /**
  31449.      * Gets the private 'Cbax\ModulExternalOrder\ScheduledTask\ShopwareOrderGenerateHandler' shared service.
  31450.      *
  31451.      * @return \Cbax\ModulExternalOrder\ScheduledTask\ShopwareOrderGenerateHandler
  31452.      */
  31453.     protected function getShopwareOrderGenerateHandlerService()
  31454.     {
  31455.         include_once \dirname(__DIR__4).'/custom/plugins/CbaxModulExternalOrder/src/ScheduledTask/ShopwareOrderGenerateHandler.php';
  31456.         $a = ($this->services['scheduled_task.repository'] ?? $this->getScheduledTask_RepositoryService());
  31457.         if (isset($this->privates['Cbax\\ModulExternalOrder\\ScheduledTask\\ShopwareOrderGenerateHandler'])) {
  31458.             return $this->privates['Cbax\\ModulExternalOrder\\ScheduledTask\\ShopwareOrderGenerateHandler'];
  31459.         }
  31460.         $b = ($this->services['Cbax\\ModulExternalOrder\\Components\\ExternalOrderHelper'] ?? $this->getExternalOrderHelperService());
  31461.         if (isset($this->privates['Cbax\\ModulExternalOrder\\ScheduledTask\\ShopwareOrderGenerateHandler'])) {
  31462.             return $this->privates['Cbax\\ModulExternalOrder\\ScheduledTask\\ShopwareOrderGenerateHandler'];
  31463.         }
  31464.         $c = ($this->services['Cbax\\ModulExternalOrder\\Components\\ExternalOrderDb'] ?? $this->getExternalOrderDbService());
  31465.         if (isset($this->privates['Cbax\\ModulExternalOrder\\ScheduledTask\\ShopwareOrderGenerateHandler'])) {
  31466.             return $this->privates['Cbax\\ModulExternalOrder\\ScheduledTask\\ShopwareOrderGenerateHandler'];
  31467.         }
  31468.         return $this->privates['Cbax\\ModulExternalOrder\\ScheduledTask\\ShopwareOrderGenerateHandler'] = new \Cbax\ModulExternalOrder\ScheduledTask\ShopwareOrderGenerateHandler($a$b$c);
  31469.     }
  31470.     /**
  31471.      * Gets the private 'Cbax\ModulManufacturers\Bootstrap\CbaxDetailRouteWarmer' shared service.
  31472.      *
  31473.      * @return \Cbax\ModulManufacturers\Bootstrap\CbaxDetailRouteWarmer
  31474.      */
  31475.     protected function getCbaxDetailRouteWarmerService()
  31476.     {
  31477.         include_once \dirname(__DIR__4).'/vendor/shopware/storefront/Framework/Cache/CacheWarmer/CacheRouteWarmer.php';
  31478.         include_once \dirname(__DIR__4).'/vendor/store.shopware.com/cbaxmodulmanufacturers/src/Bootstrap/CbaxDetailRouteWarmer.php';
  31479.         return $this->privates['Cbax\\ModulManufacturers\\Bootstrap\\CbaxDetailRouteWarmer'] = new \Cbax\ModulManufacturers\Bootstrap\CbaxDetailRouteWarmer(($this->privates['Shopware\\Core\\Framework\\DataAbstractionLayer\\Dbal\\Common\\IteratorFactory'] ?? $this->getIteratorFactory2Service()), ($this->services['Shopware\\Core\\Content\\Product\\Aggregate\\ProductManufacturer\\ProductManufacturerDefinition'] ?? $this->getProductManufacturerDefinitionService()));
  31480.     }
  31481.     /**
  31482.      * Gets the private 'Cbax\ModulManufacturers\Bootstrap\CbaxRouteWarmer' shared service.
  31483.      *
  31484.      * @return \Cbax\ModulManufacturers\Bootstrap\CbaxRouteWarmer
  31485.      */
  31486.     protected function getCbaxRouteWarmerService()
  31487.     {
  31488.         include_once \dirname(__DIR__4).'/vendor/shopware/storefront/Framework/Cache/CacheWarmer/CacheRouteWarmer.php';
  31489.         include_once \dirname(__DIR__4).'/vendor/store.shopware.com/cbaxmodulmanufacturers/src/Bootstrap/CbaxRouteWarmer.php';
  31490.         return $this->privates['Cbax\\ModulManufacturers\\Bootstrap\\CbaxRouteWarmer'] = new \Cbax\ModulManufacturers\Bootstrap\CbaxRouteWarmer(($this->privates['Shopware\\Core\\Framework\\DataAbstractionLayer\\Dbal\\Common\\IteratorFactory'] ?? $this->getIteratorFactory2Service()), ($this->services['Shopware\\Core\\Content\\Product\\Aggregate\\ProductManufacturer\\ProductManufacturerDefinition'] ?? $this->getProductManufacturerDefinitionService()));
  31491.     }
  31492.     /**
  31493.      * Gets the private 'Cbax\ModulManufacturers\Components\ConfigReaderHelper' shared service.
  31494.      *
  31495.      * @return \Cbax\ModulManufacturers\Components\ConfigReaderHelper
  31496.      */
  31497.     protected function getConfigReaderHelper3Service()
  31498.     {
  31499.         include_once \dirname(__DIR__4).'/vendor/store.shopware.com/cbaxmodulmanufacturers/src/Components/ConfigReaderHelper.php';
  31500.         $a = ($this->services['Shopware\\Core\\System\\SystemConfig\\SystemConfigService'] ?? $this->getSystemConfigServiceService());
  31501.         if (isset($this->privates['Cbax\\ModulManufacturers\\Components\\ConfigReaderHelper'])) {
  31502.             return $this->privates['Cbax\\ModulManufacturers\\Components\\ConfigReaderHelper'];
  31503.         }
  31504.         return $this->privates['Cbax\\ModulManufacturers\\Components\\ConfigReaderHelper'] = new \Cbax\ModulManufacturers\Components\ConfigReaderHelper($a, ($this->services['request_stack'] ?? ($this->services['request_stack'] = new \Symfony\Component\HttpFoundation\RequestStack())));
  31505.     }
  31506.     /**
  31507.      * Gets the private 'Cbax\ModulManufacturers\Components\ManufacturerSeo' shared service.
  31508.      *
  31509.      * @return \Cbax\ModulManufacturers\Components\ManufacturerSeo
  31510.      */
  31511.     protected function getManufacturerSeoService()
  31512.     {
  31513.         include_once \dirname(__DIR__4).'/vendor/store.shopware.com/cbaxmodulmanufacturers/src/Components/ManufacturerSeo.php';
  31514.         $a = ($this->services['Shopware\\Core\\System\\SystemConfig\\SystemConfigService'] ?? $this->getSystemConfigServiceService());
  31515.         if (isset($this->privates['Cbax\\ModulManufacturers\\Components\\ManufacturerSeo'])) {
  31516.             return $this->privates['Cbax\\ModulManufacturers\\Components\\ManufacturerSeo'];
  31517.         }
  31518.         $b = ($this->services['seo_url.repository'] ?? $this->getSeoUrl_RepositoryService());
  31519.         if (isset($this->privates['Cbax\\ModulManufacturers\\Components\\ManufacturerSeo'])) {
  31520.             return $this->privates['Cbax\\ModulManufacturers\\Components\\ManufacturerSeo'];
  31521.         }
  31522.         $c = ($this->services['sales_channel.repository'] ?? $this->getSalesChannel_RepositoryService());
  31523.         if (isset($this->privates['Cbax\\ModulManufacturers\\Components\\ManufacturerSeo'])) {
  31524.             return $this->privates['Cbax\\ModulManufacturers\\Components\\ManufacturerSeo'];
  31525.         }
  31526.         $d = ($this->services['product_manufacturer.repository'] ?? $this->getProductManufacturer_RepositoryService());
  31527.         if (isset($this->privates['Cbax\\ModulManufacturers\\Components\\ManufacturerSeo'])) {
  31528.             return $this->privates['Cbax\\ModulManufacturers\\Components\\ManufacturerSeo'];
  31529.         }
  31530.         $e = ($this->services['language.repository'] ?? $this->getLanguage_RepositoryService());
  31531.         if (isset($this->privates['Cbax\\ModulManufacturers\\Components\\ManufacturerSeo'])) {
  31532.             return $this->privates['Cbax\\ModulManufacturers\\Components\\ManufacturerSeo'];
  31533.         }
  31534.         $f = ($this->services['log_entry.repository'] ?? $this->getLogEntry_RepositoryService());
  31535.         if (isset($this->privates['Cbax\\ModulManufacturers\\Components\\ManufacturerSeo'])) {
  31536.             return $this->privates['Cbax\\ModulManufacturers\\Components\\ManufacturerSeo'];
  31537.         }
  31538.         $g = ($this->services['translator'] ?? $this->getTranslatorService());
  31539.         if (isset($this->privates['Cbax\\ModulManufacturers\\Components\\ManufacturerSeo'])) {
  31540.             return $this->privates['Cbax\\ModulManufacturers\\Components\\ManufacturerSeo'];
  31541.         }
  31542.         return $this->privates['Cbax\\ModulManufacturers\\Components\\ManufacturerSeo'] = new \Cbax\ModulManufacturers\Components\ManufacturerSeo($a$b$c$d$e, ($this->privates['slugify'] ?? $this->getSlugifyService()), ($this->services['logger'] ?? $this->getLoggerService()), $f$g, ($this->services['Doctrine\\DBAL\\Connection'] ?? $this->getConnectionService()));
  31543.     }
  31544.     /**
  31545.      * Gets the private 'Cbax\ModulManufacturers\Components\ManufacturersHelper' shared service.
  31546.      *
  31547.      * @return \Cbax\ModulManufacturers\Components\ManufacturersHelper
  31548.      */
  31549.     protected function getManufacturersHelperService()
  31550.     {
  31551.         include_once \dirname(__DIR__4).'/vendor/store.shopware.com/cbaxmodulmanufacturers/src/Components/ManufacturersHelper.php';
  31552.         $a = ($this->services['Shopware\\Core\\System\\SystemConfig\\SystemConfigService'] ?? $this->getSystemConfigServiceService());
  31553.         if (isset($this->privates['Cbax\\ModulManufacturers\\Components\\ManufacturersHelper'])) {
  31554.             return $this->privates['Cbax\\ModulManufacturers\\Components\\ManufacturersHelper'];
  31555.         }
  31556.         $b = ($this->services['sales_channel.product.repository'] ?? $this->getSalesChannel_Product_RepositoryService());
  31557.         if (isset($this->privates['Cbax\\ModulManufacturers\\Components\\ManufacturersHelper'])) {
  31558.             return $this->privates['Cbax\\ModulManufacturers\\Components\\ManufacturersHelper'];
  31559.         }
  31560.         $c = ($this->services['product_manufacturer.repository'] ?? $this->getProductManufacturer_RepositoryService());
  31561.         if (isset($this->privates['Cbax\\ModulManufacturers\\Components\\ManufacturersHelper'])) {
  31562.             return $this->privates['Cbax\\ModulManufacturers\\Components\\ManufacturersHelper'];
  31563.         }
  31564.         $d = ($this->services['sales_channel.repository'] ?? $this->getSalesChannel_RepositoryService());
  31565.         if (isset($this->privates['Cbax\\ModulManufacturers\\Components\\ManufacturersHelper'])) {
  31566.             return $this->privates['Cbax\\ModulManufacturers\\Components\\ManufacturersHelper'];
  31567.         }
  31568.         $e = ($this->services['cms_page.repository'] ?? $this->getCmsPage_RepositoryService());
  31569.         if (isset($this->privates['Cbax\\ModulManufacturers\\Components\\ManufacturersHelper'])) {
  31570.             return $this->privates['Cbax\\ModulManufacturers\\Components\\ManufacturersHelper'];
  31571.         }
  31572.         $f = ($this->services['Shopware\\Core\\Content\\Cms\\DataResolver\\CmsSlotsDataResolver'] ?? $this->getCmsSlotsDataResolverService());
  31573.         if (isset($this->privates['Cbax\\ModulManufacturers\\Components\\ManufacturersHelper'])) {
  31574.             return $this->privates['Cbax\\ModulManufacturers\\Components\\ManufacturersHelper'];
  31575.         }
  31576.         $g = ($this->privates['Shopware\\Core\\Content\\Product\\SalesChannel\\Listing\\ProductListingLoader'] ?? $this->getProductListingLoaderService());
  31577.         if (isset($this->privates['Cbax\\ModulManufacturers\\Components\\ManufacturersHelper'])) {
  31578.             return $this->privates['Cbax\\ModulManufacturers\\Components\\ManufacturersHelper'];
  31579.         }
  31580.         $h = ($this->services['event_dispatcher'] ?? $this->getEventDispatcherService());
  31581.         if (isset($this->privates['Cbax\\ModulManufacturers\\Components\\ManufacturersHelper'])) {
  31582.             return $this->privates['Cbax\\ModulManufacturers\\Components\\ManufacturersHelper'];
  31583.         }
  31584.         $i = ($this->services['Shopware\\Core\\System\\SalesChannel\\Context\\SalesChannelContextFactory'] ?? $this->getSalesChannelContextFactoryService());
  31585.         if (isset($this->privates['Cbax\\ModulManufacturers\\Components\\ManufacturersHelper'])) {
  31586.             return $this->privates['Cbax\\ModulManufacturers\\Components\\ManufacturersHelper'];
  31587.         }
  31588.         return $this->privates['Cbax\\ModulManufacturers\\Components\\ManufacturersHelper'] = new \Cbax\ModulManufacturers\Components\ManufacturersHelper($a$b$c$d$e$f$g$h$i);
  31589.     }
  31590.     /**
  31591.      * Gets the private 'Cbax\ModulManufacturers\Core\Content\Sitemap\Provider\CustomUrlProvider' shared service.
  31592.      *
  31593.      * @return \Cbax\ModulManufacturers\Core\Content\Sitemap\Provider\CustomUrlProvider
  31594.      */
  31595.     protected function getCustomUrlProviderService()
  31596.     {
  31597.         include_once \dirname(__DIR__4).'/vendor/shopware/core/Content/Sitemap/Provider/UrlProviderInterface.php';
  31598.         include_once \dirname(__DIR__4).'/vendor/store.shopware.com/cbaxmodulmanufacturers/src/Core/Content/Sitemap/Provider/CustomUrlProvider.php';
  31599.         $a = ($this->services['seo_url.repository'] ?? $this->getSeoUrl_RepositoryService());
  31600.         if (isset($this->privates['Cbax\\ModulManufacturers\\Core\\Content\\Sitemap\\Provider\\CustomUrlProvider'])) {
  31601.             return $this->privates['Cbax\\ModulManufacturers\\Core\\Content\\Sitemap\\Provider\\CustomUrlProvider'];
  31602.         }
  31603.         return $this->privates['Cbax\\ModulManufacturers\\Core\\Content\\Sitemap\\Provider\\CustomUrlProvider'] = new \Cbax\ModulManufacturers\Core\Content\Sitemap\Provider\CustomUrlProvider($a);
  31604.     }
  31605.     /**
  31606.      * Gets the private 'Cbax\ModulManufacturers\ScheduledTask\ManufacturerProductCountHandler' shared service.
  31607.      *
  31608.      * @return \Cbax\ModulManufacturers\ScheduledTask\ManufacturerProductCountHandler
  31609.      */
  31610.     protected function getManufacturerProductCountHandlerService()
  31611.     {
  31612.         include_once \dirname(__DIR__4).'/vendor/store.shopware.com/cbaxmodulmanufacturers/src/ScheduledTask/ManufacturerProductCountHandler.php';
  31613.         $a = ($this->services['scheduled_task.repository'] ?? $this->getScheduledTask_RepositoryService());
  31614.         if (isset($this->privates['Cbax\\ModulManufacturers\\ScheduledTask\\ManufacturerProductCountHandler'])) {
  31615.             return $this->privates['Cbax\\ModulManufacturers\\ScheduledTask\\ManufacturerProductCountHandler'];
  31616.         }
  31617.         $b = ($this->services['log_entry.repository'] ?? $this->getLogEntry_RepositoryService());
  31618.         if (isset($this->privates['Cbax\\ModulManufacturers\\ScheduledTask\\ManufacturerProductCountHandler'])) {
  31619.             return $this->privates['Cbax\\ModulManufacturers\\ScheduledTask\\ManufacturerProductCountHandler'];
  31620.         }
  31621.         $c = ($this->privates['Cbax\\ModulManufacturers\\Components\\ManufacturersHelper'] ?? $this->getManufacturersHelperService());
  31622.         if (isset($this->privates['Cbax\\ModulManufacturers\\ScheduledTask\\ManufacturerProductCountHandler'])) {
  31623.             return $this->privates['Cbax\\ModulManufacturers\\ScheduledTask\\ManufacturerProductCountHandler'];
  31624.         }
  31625.         $d = ($this->privates['Cbax\\ModulManufacturers\\Components\\ConfigReaderHelper'] ?? $this->getConfigReaderHelper3Service());
  31626.         if (isset($this->privates['Cbax\\ModulManufacturers\\ScheduledTask\\ManufacturerProductCountHandler'])) {
  31627.             return $this->privates['Cbax\\ModulManufacturers\\ScheduledTask\\ManufacturerProductCountHandler'];
  31628.         }
  31629.         return $this->privates['Cbax\\ModulManufacturers\\ScheduledTask\\ManufacturerProductCountHandler'] = new \Cbax\ModulManufacturers\ScheduledTask\ManufacturerProductCountHandler($a, ($this->services['logger'] ?? $this->getLoggerService()), $b$c$d);
  31630.     }
  31631.     /**
  31632.      * Gets the private 'Cbax\ModulManufacturers\ScheduledTask\ManufacturerSeoIndexHandler' shared service.
  31633.      *
  31634.      * @return \Cbax\ModulManufacturers\ScheduledTask\ManufacturerSeoIndexHandler
  31635.      */
  31636.     protected function getManufacturerSeoIndexHandlerService()
  31637.     {
  31638.         include_once \dirname(__DIR__4).'/vendor/store.shopware.com/cbaxmodulmanufacturers/src/ScheduledTask/ManufacturerSeoIndexHandler.php';
  31639.         $a = ($this->services['scheduled_task.repository'] ?? $this->getScheduledTask_RepositoryService());
  31640.         if (isset($this->privates['Cbax\\ModulManufacturers\\ScheduledTask\\ManufacturerSeoIndexHandler'])) {
  31641.             return $this->privates['Cbax\\ModulManufacturers\\ScheduledTask\\ManufacturerSeoIndexHandler'];
  31642.         }
  31643.         $b = ($this->services['log_entry.repository'] ?? $this->getLogEntry_RepositoryService());
  31644.         if (isset($this->privates['Cbax\\ModulManufacturers\\ScheduledTask\\ManufacturerSeoIndexHandler'])) {
  31645.             return $this->privates['Cbax\\ModulManufacturers\\ScheduledTask\\ManufacturerSeoIndexHandler'];
  31646.         }
  31647.         $c = ($this->privates['Cbax\\ModulManufacturers\\Components\\ManufacturerSeo'] ?? $this->getManufacturerSeoService());
  31648.         if (isset($this->privates['Cbax\\ModulManufacturers\\ScheduledTask\\ManufacturerSeoIndexHandler'])) {
  31649.             return $this->privates['Cbax\\ModulManufacturers\\ScheduledTask\\ManufacturerSeoIndexHandler'];
  31650.         }
  31651.         return $this->privates['Cbax\\ModulManufacturers\\ScheduledTask\\ManufacturerSeoIndexHandler'] = new \Cbax\ModulManufacturers\ScheduledTask\ManufacturerSeoIndexHandler($a, ($this->services['logger'] ?? $this->getLoggerService()), $b$c);
  31652.     }
  31653.     /**
  31654.      * Gets the private 'Cbax\ModulManufacturers\Subscriber\BackendSubscriber' shared service.
  31655.      *
  31656.      * @return \Cbax\ModulManufacturers\Subscriber\BackendSubscriber
  31657.      */
  31658.     protected function getBackendSubscriber3Service()
  31659.     {
  31660.         include_once \dirname(__DIR__4).'/vendor/store.shopware.com/cbaxmodulmanufacturers/src/Subscriber/BackendSubscriber.php';
  31661.         $a = ($this->privates['Cbax\\ModulManufacturers\\Components\\ManufacturersHelper'] ?? $this->getManufacturersHelperService());
  31662.         if (isset($this->privates['Cbax\\ModulManufacturers\\Subscriber\\BackendSubscriber'])) {
  31663.             return $this->privates['Cbax\\ModulManufacturers\\Subscriber\\BackendSubscriber'];
  31664.         }
  31665.         return $this->privates['Cbax\\ModulManufacturers\\Subscriber\\BackendSubscriber'] = new \Cbax\ModulManufacturers\Subscriber\BackendSubscriber($a);
  31666.     }
  31667.     /**
  31668.      * Gets the private 'Cbax\ModulManufacturers\Subscriber\FrontendSubscriber' shared service.
  31669.      *
  31670.      * @return \Cbax\ModulManufacturers\Subscriber\FrontendSubscriber
  31671.      */
  31672.     protected function getFrontendSubscriberService()
  31673.     {
  31674.         include_once \dirname(__DIR__4).'/vendor/store.shopware.com/cbaxmodulmanufacturers/src/Subscriber/FrontendSubscriber.php';
  31675.         $a = ($this->privates['Cbax\\ModulManufacturers\\Components\\ManufacturersHelper'] ?? $this->getManufacturersHelperService());
  31676.         if (isset($this->privates['Cbax\\ModulManufacturers\\Subscriber\\FrontendSubscriber'])) {
  31677.             return $this->privates['Cbax\\ModulManufacturers\\Subscriber\\FrontendSubscriber'];
  31678.         }
  31679.         return $this->privates['Cbax\\ModulManufacturers\\Subscriber\\FrontendSubscriber'] = new \Cbax\ModulManufacturers\Subscriber\FrontendSubscriber(($this->privates['Cbax\\ModulManufacturers\\Components\\ConfigReaderHelper'] ?? $this->getConfigReaderHelper3Service()), $a);
  31680.     }
  31681.     /**
  31682.      * Gets the private 'Cbax\ModulOrderImportGalaxus\Components\Base' shared service.
  31683.      *
  31684.      * @return \Cbax\ModulOrderImportGalaxus\Components\Base
  31685.      */
  31686.     protected function getBaseService()
  31687.     {
  31688.         include_once \dirname(__DIR__4).'/custom/plugins/CbaxModulOrderImportGalaxus/src/Components/Base.php';
  31689.         $a = ($this->services['currency.repository'] ?? $this->getCurrency_RepositoryService());
  31690.         if (isset($this->privates['Cbax\\ModulOrderImportGalaxus\\Components\\Base'])) {
  31691.             return $this->privates['Cbax\\ModulOrderImportGalaxus\\Components\\Base'];
  31692.         }
  31693.         $b = ($this->services['tax.repository'] ?? $this->getTax_RepositoryService());
  31694.         if (isset($this->privates['Cbax\\ModulOrderImportGalaxus\\Components\\Base'])) {
  31695.             return $this->privates['Cbax\\ModulOrderImportGalaxus\\Components\\Base'];
  31696.         }
  31697.         $c = ($this->services['country.repository'] ?? $this->getCountry_RepositoryService());
  31698.         if (isset($this->privates['Cbax\\ModulOrderImportGalaxus\\Components\\Base'])) {
  31699.             return $this->privates['Cbax\\ModulOrderImportGalaxus\\Components\\Base'];
  31700.         }
  31701.         $d = ($this->services['product.repository'] ?? $this->getProduct_RepositoryService());
  31702.         if (isset($this->privates['Cbax\\ModulOrderImportGalaxus\\Components\\Base'])) {
  31703.             return $this->privates['Cbax\\ModulOrderImportGalaxus\\Components\\Base'];
  31704.         }
  31705.         $e = ($this->services['delivery_time.repository'] ?? $this->getDeliveryTime_RepositoryService());
  31706.         if (isset($this->privates['Cbax\\ModulOrderImportGalaxus\\Components\\Base'])) {
  31707.             return $this->privates['Cbax\\ModulOrderImportGalaxus\\Components\\Base'];
  31708.         }
  31709.         return $this->privates['Cbax\\ModulOrderImportGalaxus\\Components\\Base'] = new \Cbax\ModulOrderImportGalaxus\Components\Base($a$b$c$d$e);
  31710.     }
  31711.     /**
  31712.      * Gets the private 'Cbax\ModulOrderImportGalaxus\Components\Client' shared service.
  31713.      *
  31714.      * @return \Cbax\ModulOrderImportGalaxus\Components\Client
  31715.      */
  31716.     protected function getClient2Service()
  31717.     {
  31718.         include_once \dirname(__DIR__4).'/custom/plugins/CbaxModulOrderImportGalaxus/src/Components/Client.php';
  31719.         include_once \dirname(__DIR__4).'/custom/plugins/CbaxModulOrderImportGalaxus/src/Components/File/XmlGenerater.php';
  31720.         include_once \dirname(__DIR__4).'/custom/plugins/CbaxModulOrderImportGalaxus/src/Components/PathHandler.php';
  31721.         $a = ($this->services['Cbax\\ModulExternalOrder\\Components\\ExternalOrderHelper'] ?? $this->getExternalOrderHelperService());
  31722.         if (isset($this->privates['Cbax\\ModulOrderImportGalaxus\\Components\\Client'])) {
  31723.             return $this->privates['Cbax\\ModulOrderImportGalaxus\\Components\\Client'];
  31724.         }
  31725.         $b = ($this->services['Cbax\\ModulExternalOrder\\Components\\ExternalOrderDb'] ?? $this->getExternalOrderDbService());
  31726.         if (isset($this->privates['Cbax\\ModulOrderImportGalaxus\\Components\\Client'])) {
  31727.             return $this->privates['Cbax\\ModulOrderImportGalaxus\\Components\\Client'];
  31728.         }
  31729.         $c = ($this->privates['Cbax\\ModulOrderImportGalaxus\\Components\\Base'] ?? $this->getBaseService());
  31730.         return $this->privates['Cbax\\ModulOrderImportGalaxus\\Components\\Client'] = new \Cbax\ModulOrderImportGalaxus\Components\Client($c, new \Cbax\ModulOrderImportGalaxus\Components\File\XmlGenerater($c$a$b), $a$b, new \Cbax\ModulOrderImportGalaxus\Components\PathHandler(\dirname(__DIR__4), (\dirname(__DIR__4).'/custom/plugins')), \dirname(__DIR__4));
  31731.     }
  31732.     /**
  31733.      * Gets the private 'Cbax\ModulOrderImportGalaxus\ScheduledTask\DownloadFilesHandler' shared service.
  31734.      *
  31735.      * @return \Cbax\ModulOrderImportGalaxus\ScheduledTask\DownloadFilesHandler
  31736.      */
  31737.     protected function getDownloadFilesHandlerService()
  31738.     {
  31739.         include_once \dirname(__DIR__4).'/custom/plugins/CbaxModulOrderImportGalaxus/src/ScheduledTask/DownloadFilesHandler.php';
  31740.         $a = ($this->services['scheduled_task.repository'] ?? $this->getScheduledTask_RepositoryService());
  31741.         if (isset($this->privates['Cbax\\ModulOrderImportGalaxus\\ScheduledTask\\DownloadFilesHandler'])) {
  31742.             return $this->privates['Cbax\\ModulOrderImportGalaxus\\ScheduledTask\\DownloadFilesHandler'];
  31743.         }
  31744.         $b = ($this->services['Cbax\\ModulOrderImportGalaxus\\Components\\Connector'] ?? $this->getConnectorService());
  31745.         if (isset($this->privates['Cbax\\ModulOrderImportGalaxus\\ScheduledTask\\DownloadFilesHandler'])) {
  31746.             return $this->privates['Cbax\\ModulOrderImportGalaxus\\ScheduledTask\\DownloadFilesHandler'];
  31747.         }
  31748.         $c = ($this->services['Cbax\\ModulExternalOrder\\Components\\ExternalOrderHelper'] ?? $this->getExternalOrderHelperService());
  31749.         if (isset($this->privates['Cbax\\ModulOrderImportGalaxus\\ScheduledTask\\DownloadFilesHandler'])) {
  31750.             return $this->privates['Cbax\\ModulOrderImportGalaxus\\ScheduledTask\\DownloadFilesHandler'];
  31751.         }
  31752.         return $this->privates['Cbax\\ModulOrderImportGalaxus\\ScheduledTask\\DownloadFilesHandler'] = new \Cbax\ModulOrderImportGalaxus\ScheduledTask\DownloadFilesHandler($a$b$c);
  31753.     }
  31754.     /**
  31755.      * Gets the private 'Cbax\ModulOrderImportGalaxus\ScheduledTask\OrderImportHandler' shared service.
  31756.      *
  31757.      * @return \Cbax\ModulOrderImportGalaxus\ScheduledTask\OrderImportHandler
  31758.      */
  31759.     protected function getOrderImportHandlerService()
  31760.     {
  31761.         include_once \dirname(__DIR__4).'/custom/plugins/CbaxModulOrderImportGalaxus/src/ScheduledTask/OrderImportHandler.php';
  31762.         $a = ($this->services['scheduled_task.repository'] ?? $this->getScheduledTask_RepositoryService());
  31763.         if (isset($this->privates['Cbax\\ModulOrderImportGalaxus\\ScheduledTask\\OrderImportHandler'])) {
  31764.             return $this->privates['Cbax\\ModulOrderImportGalaxus\\ScheduledTask\\OrderImportHandler'];
  31765.         }
  31766.         $b = ($this->services['Cbax\\ModulOrderImportGalaxus\\Components\\Connector'] ?? $this->getConnectorService());
  31767.         if (isset($this->privates['Cbax\\ModulOrderImportGalaxus\\ScheduledTask\\OrderImportHandler'])) {
  31768.             return $this->privates['Cbax\\ModulOrderImportGalaxus\\ScheduledTask\\OrderImportHandler'];
  31769.         }
  31770.         $c = ($this->services['Cbax\\ModulExternalOrder\\Components\\ExternalOrderHelper'] ?? $this->getExternalOrderHelperService());
  31771.         if (isset($this->privates['Cbax\\ModulOrderImportGalaxus\\ScheduledTask\\OrderImportHandler'])) {
  31772.             return $this->privates['Cbax\\ModulOrderImportGalaxus\\ScheduledTask\\OrderImportHandler'];
  31773.         }
  31774.         return $this->privates['Cbax\\ModulOrderImportGalaxus\\ScheduledTask\\OrderImportHandler'] = new \Cbax\ModulOrderImportGalaxus\ScheduledTask\OrderImportHandler($a$b$c);
  31775.     }
  31776.     /**
  31777.      * Gets the private 'Cbax\ModulOrderImportGalaxus\ScheduledTask\SendCanceledStatusHandler' shared service.
  31778.      *
  31779.      * @return \Cbax\ModulOrderImportGalaxus\ScheduledTask\SendCanceledStatusHandler
  31780.      */
  31781.     protected function getSendCanceledStatusHandlerService()
  31782.     {
  31783.         include_once \dirname(__DIR__4).'/custom/plugins/CbaxModulOrderImportGalaxus/src/ScheduledTask/SendCanceledStatusHandler.php';
  31784.         $a = ($this->services['scheduled_task.repository'] ?? $this->getScheduledTask_RepositoryService());
  31785.         if (isset($this->privates['Cbax\\ModulOrderImportGalaxus\\ScheduledTask\\SendCanceledStatusHandler'])) {
  31786.             return $this->privates['Cbax\\ModulOrderImportGalaxus\\ScheduledTask\\SendCanceledStatusHandler'];
  31787.         }
  31788.         $b = ($this->services['Cbax\\ModulOrderImportGalaxus\\Components\\Connector'] ?? $this->getConnectorService());
  31789.         if (isset($this->privates['Cbax\\ModulOrderImportGalaxus\\ScheduledTask\\SendCanceledStatusHandler'])) {
  31790.             return $this->privates['Cbax\\ModulOrderImportGalaxus\\ScheduledTask\\SendCanceledStatusHandler'];
  31791.         }
  31792.         $c = ($this->services['Cbax\\ModulExternalOrder\\Components\\ExternalOrderHelper'] ?? $this->getExternalOrderHelperService());
  31793.         if (isset($this->privates['Cbax\\ModulOrderImportGalaxus\\ScheduledTask\\SendCanceledStatusHandler'])) {
  31794.             return $this->privates['Cbax\\ModulOrderImportGalaxus\\ScheduledTask\\SendCanceledStatusHandler'];
  31795.         }
  31796.         return $this->privates['Cbax\\ModulOrderImportGalaxus\\ScheduledTask\\SendCanceledStatusHandler'] = new \Cbax\ModulOrderImportGalaxus\ScheduledTask\SendCanceledStatusHandler($a$b$c);
  31797.     }
  31798.     /**
  31799.      * Gets the private 'Cbax\ModulOrderImportGalaxus\ScheduledTask\SendDispatchStatusHandler' shared service.
  31800.      *
  31801.      * @return \Cbax\ModulOrderImportGalaxus\ScheduledTask\SendDispatchStatusHandler
  31802.      */
  31803.     protected function getSendDispatchStatusHandlerService()
  31804.     {
  31805.         include_once \dirname(__DIR__4).'/custom/plugins/CbaxModulOrderImportGalaxus/src/ScheduledTask/SendDispatchStatusHandler.php';
  31806.         $a = ($this->services['scheduled_task.repository'] ?? $this->getScheduledTask_RepositoryService());
  31807.         if (isset($this->privates['Cbax\\ModulOrderImportGalaxus\\ScheduledTask\\SendDispatchStatusHandler'])) {
  31808.             return $this->privates['Cbax\\ModulOrderImportGalaxus\\ScheduledTask\\SendDispatchStatusHandler'];
  31809.         }
  31810.         $b = ($this->services['Cbax\\ModulOrderImportGalaxus\\Components\\Connector'] ?? $this->getConnectorService());
  31811.         if (isset($this->privates['Cbax\\ModulOrderImportGalaxus\\ScheduledTask\\SendDispatchStatusHandler'])) {
  31812.             return $this->privates['Cbax\\ModulOrderImportGalaxus\\ScheduledTask\\SendDispatchStatusHandler'];
  31813.         }
  31814.         $c = ($this->services['Cbax\\ModulExternalOrder\\Components\\ExternalOrderHelper'] ?? $this->getExternalOrderHelperService());
  31815.         if (isset($this->privates['Cbax\\ModulOrderImportGalaxus\\ScheduledTask\\SendDispatchStatusHandler'])) {
  31816.             return $this->privates['Cbax\\ModulOrderImportGalaxus\\ScheduledTask\\SendDispatchStatusHandler'];
  31817.         }
  31818.         return $this->privates['Cbax\\ModulOrderImportGalaxus\\ScheduledTask\\SendDispatchStatusHandler'] = new \Cbax\ModulOrderImportGalaxus\ScheduledTask\SendDispatchStatusHandler($a$b$c);
  31819.     }
  31820.     /**
  31821.      * Gets the private 'Cbax\ModulOrderImportGalaxus\ScheduledTask\UploadFilesHandler' shared service.
  31822.      *
  31823.      * @return \Cbax\ModulOrderImportGalaxus\ScheduledTask\UploadFilesHandler
  31824.      */
  31825.     protected function getUploadFilesHandlerService()
  31826.     {
  31827.         include_once \dirname(__DIR__4).'/custom/plugins/CbaxModulOrderImportGalaxus/src/ScheduledTask/UploadFilesHandler.php';
  31828.         $a = ($this->services['scheduled_task.repository'] ?? $this->getScheduledTask_RepositoryService());
  31829.         if (isset($this->privates['Cbax\\ModulOrderImportGalaxus\\ScheduledTask\\UploadFilesHandler'])) {
  31830.             return $this->privates['Cbax\\ModulOrderImportGalaxus\\ScheduledTask\\UploadFilesHandler'];
  31831.         }
  31832.         $b = ($this->services['Cbax\\ModulOrderImportGalaxus\\Components\\Connector'] ?? $this->getConnectorService());
  31833.         if (isset($this->privates['Cbax\\ModulOrderImportGalaxus\\ScheduledTask\\UploadFilesHandler'])) {
  31834.             return $this->privates['Cbax\\ModulOrderImportGalaxus\\ScheduledTask\\UploadFilesHandler'];
  31835.         }
  31836.         $c = ($this->services['Cbax\\ModulExternalOrder\\Components\\ExternalOrderHelper'] ?? $this->getExternalOrderHelperService());
  31837.         if (isset($this->privates['Cbax\\ModulOrderImportGalaxus\\ScheduledTask\\UploadFilesHandler'])) {
  31838.             return $this->privates['Cbax\\ModulOrderImportGalaxus\\ScheduledTask\\UploadFilesHandler'];
  31839.         }
  31840.         return $this->privates['Cbax\\ModulOrderImportGalaxus\\ScheduledTask\\UploadFilesHandler'] = new \Cbax\ModulOrderImportGalaxus\ScheduledTask\UploadFilesHandler($a$b$c);
  31841.     }
  31842.     /**
  31843.      * Gets the private 'Cbax\ModulOrderImportGalaxus\Subscriber\BackendSubscriber' shared service.
  31844.      *
  31845.      * @return \Cbax\ModulOrderImportGalaxus\Subscriber\BackendSubscriber
  31846.      */
  31847.     protected function getBackendSubscriber4Service()
  31848.     {
  31849.         include_once \dirname(__DIR__4).'/custom/plugins/CbaxModulOrderImportGalaxus/src/Subscriber/BackendSubscriber.php';
  31850.         $a = ($this->services['Cbax\\ModulExternalOrder\\Components\\ExternalOrderHelper'] ?? $this->getExternalOrderHelperService());
  31851.         if (isset($this->privates['Cbax\\ModulOrderImportGalaxus\\Subscriber\\BackendSubscriber'])) {
  31852.             return $this->privates['Cbax\\ModulOrderImportGalaxus\\Subscriber\\BackendSubscriber'];
  31853.         }
  31854.         return $this->privates['Cbax\\ModulOrderImportGalaxus\\Subscriber\\BackendSubscriber'] = new \Cbax\ModulOrderImportGalaxus\Subscriber\BackendSubscriber(($this->privates['Cbax\\ModulOrderImportGalaxus\\Components\\Client'] ?? $this->getClient2Service()), $a);
  31855.     }
  31856.     /**
  31857.      * Gets the private 'DreiscSeoPro\Core\Content\DreiscSeoBulk\Aggregate\DreiscSeoBulkTemplate\DreiscSeoBulkTemplateValidator' shared service.
  31858.      *
  31859.      * @return \DreiscSeoPro\Core\Content\DreiscSeoBulk\Aggregate\DreiscSeoBulkTemplate\DreiscSeoBulkTemplateValidator
  31860.      */
  31861.     protected function getDreiscSeoBulkTemplateValidatorService()
  31862.     {
  31863.         include_once \dirname(__DIR__4).'/vendor/store.shopware.com/dreiscseopro/src/Core/Foundation/Dal/Validator.php';
  31864.         include_once \dirname(__DIR__4).'/vendor/store.shopware.com/dreiscseopro/src/Core/Content/DreiscSeoBulk/Aggregate/DreiscSeoBulkTemplate/DreiscSeoBulkTemplateValidator.php';
  31865.         return $this->privates['DreiscSeoPro\\Core\\Content\\DreiscSeoBulk\\Aggregate\\DreiscSeoBulkTemplate\\DreiscSeoBulkTemplateValidator'] = new \DreiscSeoPro\Core\Content\DreiscSeoBulk\Aggregate\DreiscSeoBulkTemplate\DreiscSeoBulkTemplateValidator(($this->services['Doctrine\\DBAL\\Connection'] ?? $this->getConnectionService()));
  31866.     }
  31867.     /**
  31868.      * Gets the private 'DreiscSeoPro\Core\Content\DreiscSeoBulk\DreiscSeoBulkValidator' shared service.
  31869.      *
  31870.      * @return \DreiscSeoPro\Core\Content\DreiscSeoBulk\DreiscSeoBulkValidator
  31871.      */
  31872.     protected function getDreiscSeoBulkValidatorService()
  31873.     {
  31874.         include_once \dirname(__DIR__4).'/vendor/store.shopware.com/dreiscseopro/src/Core/Foundation/Dal/Validator.php';
  31875.         include_once \dirname(__DIR__4).'/vendor/store.shopware.com/dreiscseopro/src/Core/Content/DreiscSeoBulk/DreiscSeoBulkValidator.php';
  31876.         return $this->privates['DreiscSeoPro\\Core\\Content\\DreiscSeoBulk\\DreiscSeoBulkValidator'] = new \DreiscSeoPro\Core\Content\DreiscSeoBulk\DreiscSeoBulkValidator(($this->services['Doctrine\\DBAL\\Connection'] ?? $this->getConnectionService()));
  31877.     }
  31878.     /**
  31879.      * Gets the private 'Frosh\Tools\Command\ChangeUserPasswordCommand' shared service.
  31880.      *
  31881.      * @return \Frosh\Tools\Command\ChangeUserPasswordCommand
  31882.      */
  31883.     protected function getChangeUserPasswordCommandService()
  31884.     {
  31885.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/Command.php';
  31886.         include_once \dirname(__DIR__4).'/vendor/store.shopware.com/froshtools/src/Command/ChangeUserPasswordCommand.php';
  31887.         $this->privates['Frosh\\Tools\\Command\\ChangeUserPasswordCommand'] = $instance = new \Frosh\Tools\Command\ChangeUserPasswordCommand(($this->services['user.repository'] ?? $this->getUser_RepositoryService()));
  31888.         $instance->setName('frosh:user:change:password');
  31889.         $instance->setDescription('Change user password');
  31890.         return $instance;
  31891.     }
  31892.     /**
  31893.      * Gets the private 'Frosh\Tools\Command\EnvDelCommand' shared service.
  31894.      *
  31895.      * @return \Frosh\Tools\Command\EnvDelCommand
  31896.      */
  31897.     protected function getEnvDelCommandService()
  31898.     {
  31899.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/Command.php';
  31900.         include_once \dirname(__DIR__4).'/vendor/store.shopware.com/froshtools/src/Command/EnvDelCommand.php';
  31901.         $this->privates['Frosh\\Tools\\Command\\EnvDelCommand'] = $instance = new \Frosh\Tools\Command\EnvDelCommand((\dirname(__DIR__4).'/.env'));
  31902.         $instance->setName('frosh:env:Del');
  31903.         $instance->setDescription('Delete environment variable');
  31904.         return $instance;
  31905.     }
  31906.     /**
  31907.      * Gets the private 'Frosh\Tools\Command\EnvGetCommand' shared service.
  31908.      *
  31909.      * @return \Frosh\Tools\Command\EnvGetCommand
  31910.      */
  31911.     protected function getEnvGetCommandService()
  31912.     {
  31913.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/Command.php';
  31914.         include_once \dirname(__DIR__4).'/vendor/store.shopware.com/froshtools/src/Command/EnvGetCommand.php';
  31915.         $this->privates['Frosh\\Tools\\Command\\EnvGetCommand'] = $instance = new \Frosh\Tools\Command\EnvGetCommand((\dirname(__DIR__4).'/.env'));
  31916.         $instance->setName('frosh:env:get');
  31917.         $instance->setDescription('Get an environment variable');
  31918.         return $instance;
  31919.     }
  31920.     /**
  31921.      * Gets the private 'Frosh\Tools\Command\EnvSetCommand' shared service.
  31922.      *
  31923.      * @return \Frosh\Tools\Command\EnvSetCommand
  31924.      */
  31925.     protected function getEnvSetCommandService()
  31926.     {
  31927.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/Command.php';
  31928.         include_once \dirname(__DIR__4).'/vendor/store.shopware.com/froshtools/src/Command/EnvSetCommand.php';
  31929.         $this->privates['Frosh\\Tools\\Command\\EnvSetCommand'] = $instance = new \Frosh\Tools\Command\EnvSetCommand((\dirname(__DIR__4).'/.env'));
  31930.         $instance->setName('frosh:env:set');
  31931.         $instance->setDescription('Set an environment variable');
  31932.         return $instance;
  31933.     }
  31934.     /**
  31935.      * Gets the private 'Frosh\Tools\Command\MonitorCommand' shared service.
  31936.      *
  31937.      * @return \Frosh\Tools\Command\MonitorCommand
  31938.      */
  31939.     protected function getMonitorCommandService()
  31940.     {
  31941.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/Command.php';
  31942.         include_once \dirname(__DIR__4).'/vendor/store.shopware.com/froshtools/src/Command/MonitorCommand.php';
  31943.         $this->privates['Frosh\\Tools\\Command\\MonitorCommand'] = $instance = new \Frosh\Tools\Command\MonitorCommand(($this->privates['Shopware\\Core\\Content\\Mail\\Service\\MailService'] ?? $this->getMailServiceService()), ($this->services['Shopware\\Core\\System\\SystemConfig\\SystemConfigService'] ?? $this->getSystemConfigServiceService()), ($this->services['Doctrine\\DBAL\\Connection'] ?? $this->getConnectionService()), ($this->services['scheduled_task.repository'] ?? $this->getScheduledTask_RepositoryService()));
  31944.         $instance->setName('frosh:monitor');
  31945.         $instance->setDescription('Monitor your scheduled task and queue with this command and get notified via email.');
  31946.         return $instance;
  31947.     }
  31948.     /**
  31949.      * Gets the private 'Frosh\Tools\Command\UpdateComposerPluginsCommand' shared service.
  31950.      *
  31951.      * @return \Frosh\Tools\Command\UpdateComposerPluginsCommand
  31952.      */
  31953.     protected function getUpdateComposerPluginsCommandService()
  31954.     {
  31955.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/Command.php';
  31956.         include_once \dirname(__DIR__4).'/vendor/store.shopware.com/froshtools/src/Command/UpdateComposerPluginsCommand.php';
  31957.         $this->privates['Frosh\\Tools\\Command\\UpdateComposerPluginsCommand'] = $instance = new \Frosh\Tools\Command\UpdateComposerPluginsCommand(\dirname(__DIR__4), ($this->services['Shopware\\Core\\Framework\\Plugin\\KernelPluginLoader\\KernelPluginLoader'] ?? $this->getKernelPluginLoaderService()));
  31958.         $instance->setName('frosh:composer-plugin:update');
  31959.         $instance->setDescription('Check for available plugin updates and install them');
  31960.         return $instance;
  31961.     }
  31962.     /**
  31963.      * Gets the private 'Frosh\Tools\Command\UpdatePluginsCommand' shared service.
  31964.      *
  31965.      * @return \Frosh\Tools\Command\UpdatePluginsCommand
  31966.      */
  31967.     protected function getUpdatePluginsCommandService()
  31968.     {
  31969.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/Command.php';
  31970.         include_once \dirname(__DIR__4).'/vendor/store.shopware.com/froshtools/src/Command/UpdatePluginsCommand.php';
  31971.         $this->privates['Frosh\\Tools\\Command\\UpdatePluginsCommand'] = $instance = new \Frosh\Tools\Command\UpdatePluginsCommand(($this->services['kernel'] ?? $this->get('kernel'1)));
  31972.         $instance->setName('frosh:plugin:update');
  31973.         $instance->setDescription('Check for available plugin updates and install them');
  31974.         return $instance;
  31975.     }
  31976.     /**
  31977.      * Gets the private 'Frosh\Tools\Components\CacheRegistry' shared service.
  31978.      *
  31979.      * @return \Frosh\Tools\Components\CacheRegistry
  31980.      */
  31981.     protected function getCacheRegistryService($lazyLoad true)
  31982.     {
  31983.         if ($lazyLoad) {
  31984.             return $this->privates['Frosh\\Tools\\Components\\CacheRegistry'] = $this->createProxy('CacheRegistry_5ec93d0', function () {
  31985.                 return \CacheRegistry_5ec93d0::staticProxyConstructor(function (&$wrappedInstance\ProxyManager\Proxy\LazyLoadingInterface $proxy) {
  31986.                     $wrappedInstance $this->getCacheRegistryService(false);
  31987.                     $proxy->setProxyInitializer(null);
  31988.                     return true;
  31989.                 });
  31990.             });
  31991.         }
  31992.         include_once \dirname(__DIR__4).'/vendor/store.shopware.com/froshtools/src/Components/CacheAdapter.php';
  31993.         $instance = new \Frosh\Tools\Components\CacheRegistry();
  31994.         $instance->addAdapter('cache.app', new \Frosh\Tools\Components\CacheAdapter(($this->services['cache.app'] ?? $this->getCache_AppService())));
  31995.         $instance->addAdapter('cache.system', new \Frosh\Tools\Components\CacheAdapter(($this->services['cache.system'] ?? $this->getCache_SystemService())));
  31996.         $instance->addAdapter('cache.validator', new \Frosh\Tools\Components\CacheAdapter(($this->privates['cache.validator'] ?? $this->getCache_ValidatorService())));
  31997.         $instance->addAdapter('cache.serializer', new \Frosh\Tools\Components\CacheAdapter(($this->privates['cache.serializer'] ?? $this->getCache_SerializerService())));
  31998.         $instance->addAdapter('cache.annotations', new \Frosh\Tools\Components\CacheAdapter(($this->privates['cache.annotations'] ?? $this->getCache_AnnotationsService())));
  31999.         $instance->addAdapter('cache.property_info', new \Frosh\Tools\Components\CacheAdapter(($this->privates['cache.property_info'] ?? $this->getCache_PropertyInfoService())));
  32000.         $instance->addAdapter('cache.messenger.restart_workers_signal', new \Frosh\Tools\Components\CacheAdapter(($this->privates['cache.messenger.restart_workers_signal'] ?? $this->getCache_Messenger_RestartWorkersSignalService())));
  32001.         $instance->addAdapter('cache.rate_limiter', new \Frosh\Tools\Components\CacheAdapter(($this->privates['cache.rate_limiter'] ?? $this->getCache_RateLimiterService())));
  32002.         $instance->addAdapter('cache.object', new \Frosh\Tools\Components\CacheAdapter(($this->privates['.cache.object.inner'] ?? $this->get_Cache_Object_InnerService())));
  32003.         $instance->addAdapter('cache.http', new \Frosh\Tools\Components\CacheAdapter(($this->privates['.cache.http.inner'] ?? $this->get_Cache_Http_InnerService())));
  32004.         $instance->addAdapter('cache.tags', new \Frosh\Tools\Components\CacheAdapter(($this->privates['cache.tags'] ?? $this->getCache_TagsService())));
  32005.         $instance->addAdapter('cache.validator_expression_language', new \Frosh\Tools\Components\CacheAdapter(($this->services['cache.validator_expression_language'] ?? $this->getCache_ValidatorExpressionLanguageService())));
  32006.         return $instance;
  32007.     }
  32008.     /**
  32009.      * Gets the private 'Frosh\Tools\Components\Elasticsearch\ElasticsearchManager' shared service.
  32010.      *
  32011.      * @return \Frosh\Tools\Components\Elasticsearch\ElasticsearchManager
  32012.      */
  32013.     protected function getElasticsearchManagerService()
  32014.     {
  32015.         include_once \dirname(__DIR__4).'/vendor/store.shopware.com/froshtools/src/Components/Elasticsearch/ElasticsearchManager.php';
  32016.         return $this->privates['Frosh\\Tools\\Components\\Elasticsearch\\ElasticsearchManager'] = new \Frosh\Tools\Components\Elasticsearch\ElasticsearchManager(($this->services['Elasticsearch\\Client'] ?? $this->getClientService()), $this->getEnv('bool:default:default_whitespace:SHOPWARE_ES_ENABLED'), ($this->privates['Shopware\\Elasticsearch\\Framework\\Indexing\\ElasticsearchIndexer'] ?? $this->getElasticsearchIndexerService()), ($this->services['messenger.default_bus'] ?? $this->getMessenger_DefaultBusService()), ($this->services['Shopware\\Elasticsearch\\Framework\\Indexing\\CreateAliasTaskHandler'] ?? $this->getCreateAliasTaskHandlerService()), ($this->privates['Shopware\\Elasticsearch\\Framework\\ElasticsearchOutdatedIndexDetector'] ?? $this->getElasticsearchOutdatedIndexDetectorService()), ($this->services['Doctrine\\DBAL\\Connection'] ?? $this->getConnectionService()), ($this->services['shopware.increment.gateway.registry'] ?? $this->getShopware_Increment_Gateway_RegistryService()));
  32017.     }
  32018.     /**
  32019.      * Gets the private 'Frosh\Tools\Components\Elasticsearch\EsProductDefinition' shared service.
  32020.      *
  32021.      * @return \Frosh\Tools\Components\Elasticsearch\EsProductDefinition
  32022.      */
  32023.     protected function getEsProductDefinitionService()
  32024.     {
  32025.         include_once \dirname(__DIR__4).'/vendor/shopware/elasticsearch/Framework/AbstractElasticsearchDefinition.php';
  32026.         include_once \dirname(__DIR__4).'/vendor/store.shopware.com/froshtools/src/Components/Elasticsearch/EsProductDefinition.php';
  32027.         include_once \dirname(__DIR__4).'/vendor/store.shopware.com/moorlcreator/src/ElasticSearch/ProductEsDefinitionDecorator.php';
  32028.         include_once \dirname(__DIR__4).'/vendor/shopware/elasticsearch/Product/ElasticsearchProductDefinition.php';
  32029.         include_once \dirname(__DIR__4).'/vendor/shopware/elasticsearch/Framework/Indexing/EntityMapper.php';
  32030.         include_once \dirname(__DIR__4).'/vendor/shopware/elasticsearch/Product/AbstractProductSearchQueryBuilder.php';
  32031.         include_once \dirname(__DIR__4).'/vendor/shopware/elasticsearch/Product/ProductSearchQueryBuilder.php';
  32032.         $a = ($this->services['event_dispatcher'] ?? $this->getEventDispatcherService());
  32033.         if (isset($this->privates['Frosh\\Tools\\Components\\Elasticsearch\\EsProductDefinition'])) {
  32034.             return $this->privates['Frosh\\Tools\\Components\\Elasticsearch\\EsProductDefinition'];
  32035.         }
  32036.         $b = ($this->services['Shopware\\Core\\System\\SystemConfig\\SystemConfigService'] ?? $this->getSystemConfigServiceService());
  32037.         if (isset($this->privates['Frosh\\Tools\\Components\\Elasticsearch\\EsProductDefinition'])) {
  32038.             return $this->privates['Frosh\\Tools\\Components\\Elasticsearch\\EsProductDefinition'];
  32039.         }
  32040.         $c = ($this->services['Doctrine\\DBAL\\Connection'] ?? $this->getConnectionService());
  32041.         return $this->privates['Frosh\\Tools\\Components\\Elasticsearch\\EsProductDefinition'] = new \Frosh\Tools\Components\Elasticsearch\EsProductDefinition(new \MoorlCreator\ElasticSearch\ProductEsDefinitionDecorator(new \Shopware\Elasticsearch\Product\ElasticsearchProductDefinition(($this->services['Shopware\\Core\\Content\\Product\\ProductDefinition'] ?? $this->getProductDefinitionService()), new \Shopware\Elasticsearch\Framework\Indexing\EntityMapper(), $c, [], $a, new \Shopware\Elasticsearch\Product\ProductSearchQueryBuilder($c, ($this->privates['Shopware\\Core\\Framework\\DataAbstractionLayer\\Search\\Term\\Tokenizer'] ?? ($this->privates['Shopware\\Core\\Framework\\DataAbstractionLayer\\Search\\Term\\Tokenizer'] = new \Shopware\Core\Framework\DataAbstractionLayer\Search\Term\Tokenizer($this->getEnv('int:SHOPWARE_DBAL_TOKEN_MINIMUM_LENGTH')))), ($this->privates['Shopware\\Core\\Framework\\DataAbstractionLayer\\Search\\Term\\Filter\\TokenFilter'] ?? $this->getTokenFilterService()))), $c$b), $c, [], 1);
  32042.     }
  32043.     /**
  32044.      * Gets the private 'Frosh\Tools\Components\Health\Checker\HealthChecker\MysqlChecker' shared service.
  32045.      *
  32046.      * @return \Frosh\Tools\Components\Health\Checker\HealthChecker\MysqlChecker
  32047.      */
  32048.     protected function getMysqlCheckerService()
  32049.     {
  32050.         include_once \dirname(__DIR__4).'/vendor/store.shopware.com/froshtools/src/Components/Health/Checker/CheckerInterface.php';
  32051.         include_once \dirname(__DIR__4).'/vendor/store.shopware.com/froshtools/src/Components/Health/Checker/HealthChecker/MysqlChecker.php';
  32052.         return $this->privates['Frosh\\Tools\\Components\\Health\\Checker\\HealthChecker\\MysqlChecker'] = new \Frosh\Tools\Components\Health\Checker\HealthChecker\MysqlChecker(($this->services['Doctrine\\DBAL\\Connection'] ?? $this->getConnectionService()));
  32053.     }
  32054.     /**
  32055.      * Gets the private 'Frosh\Tools\Components\Health\Checker\HealthChecker\QueueChecker' shared service.
  32056.      *
  32057.      * @return \Frosh\Tools\Components\Health\Checker\HealthChecker\QueueChecker
  32058.      */
  32059.     protected function getQueueCheckerService()
  32060.     {
  32061.         include_once \dirname(__DIR__4).'/vendor/store.shopware.com/froshtools/src/Components/Health/Checker/CheckerInterface.php';
  32062.         include_once \dirname(__DIR__4).'/vendor/store.shopware.com/froshtools/src/Components/Health/Checker/HealthChecker/QueueChecker.php';
  32063.         return $this->privates['Frosh\\Tools\\Components\\Health\\Checker\\HealthChecker\\QueueChecker'] = new \Frosh\Tools\Components\Health\Checker\HealthChecker\QueueChecker(($this->services['Doctrine\\DBAL\\Connection'] ?? $this->getConnectionService()));
  32064.     }
  32065.     /**
  32066.      * Gets the private 'Frosh\Tools\Components\Health\Checker\HealthChecker\SwagSecurityChecker' shared service.
  32067.      *
  32068.      * @return \Frosh\Tools\Components\Health\Checker\HealthChecker\SwagSecurityChecker
  32069.      */
  32070.     protected function getSwagSecurityCheckerService()
  32071.     {
  32072.         include_once \dirname(__DIR__4).'/vendor/store.shopware.com/froshtools/src/Components/Health/Checker/CheckerInterface.php';
  32073.         include_once \dirname(__DIR__4).'/vendor/store.shopware.com/froshtools/src/Components/Health/Checker/HealthChecker/SwagSecurityChecker.php';
  32074.         return $this->privates['Frosh\\Tools\\Components\\Health\\Checker\\HealthChecker\\SwagSecurityChecker'] = new \Frosh\Tools\Components\Health\Checker\HealthChecker\SwagSecurityChecker(($this->services['Doctrine\\DBAL\\Connection'] ?? $this->getConnectionService()), ($this->services['kernel'] ?? $this->get('kernel'1)), '6.4.20.0', ($this->privates['Shopware\\Core\\Framework\\Adapter\\Cache\\CacheDecorator'] ?? $this->getCacheDecoratorService()));
  32075.     }
  32076.     /**
  32077.      * Gets the private 'Frosh\Tools\Components\Health\Checker\HealthChecker\TaskChecker' shared service.
  32078.      *
  32079.      * @return \Frosh\Tools\Components\Health\Checker\HealthChecker\TaskChecker
  32080.      */
  32081.     protected function getTaskCheckerService()
  32082.     {
  32083.         include_once \dirname(__DIR__4).'/vendor/store.shopware.com/froshtools/src/Components/Health/Checker/CheckerInterface.php';
  32084.         include_once \dirname(__DIR__4).'/vendor/store.shopware.com/froshtools/src/Components/Health/Checker/HealthChecker/TaskChecker.php';
  32085.         return $this->privates['Frosh\\Tools\\Components\\Health\\Checker\\HealthChecker\\TaskChecker'] = new \Frosh\Tools\Components\Health\Checker\HealthChecker\TaskChecker(($this->services['Doctrine\\DBAL\\Connection'] ?? $this->getConnectionService()), ($this->privates['parameter_bag'] ?? ($this->privates['parameter_bag'] = new \Symfony\Component\DependencyInjection\ParameterBag\ContainerBag($this))));
  32086.     }
  32087.     /**
  32088.      * Gets the private 'Frosh\Tools\Components\Health\Checker\PerformanceChecker\DisabledMailUpdatesChecker' shared service.
  32089.      *
  32090.      * @return \Frosh\Tools\Components\Health\Checker\PerformanceChecker\DisabledMailUpdatesChecker
  32091.      */
  32092.     protected function getDisabledMailUpdatesCheckerService()
  32093.     {
  32094.         include_once \dirname(__DIR__4).'/vendor/store.shopware.com/froshtools/src/Components/Health/Checker/CheckerInterface.php';
  32095.         include_once \dirname(__DIR__4).'/vendor/store.shopware.com/froshtools/src/Components/Health/Checker/PerformanceChecker/DisabledMailUpdatesChecker.php';
  32096.         return $this->privates['Frosh\\Tools\\Components\\Health\\Checker\\PerformanceChecker\\DisabledMailUpdatesChecker'] = new \Frosh\Tools\Components\Health\Checker\PerformanceChecker\DisabledMailUpdatesChecker(($this->privates['parameter_bag'] ?? ($this->privates['parameter_bag'] = new \Symfony\Component\DependencyInjection\ParameterBag\ContainerBag($this))));
  32097.     }
  32098.     /**
  32099.      * Gets the private 'Frosh\Tools\Components\Health\Checker\PerformanceChecker\EsChecker' shared service.
  32100.      *
  32101.      * @return \Frosh\Tools\Components\Health\Checker\PerformanceChecker\EsChecker
  32102.      */
  32103.     protected function getEsCheckerService()
  32104.     {
  32105.         include_once \dirname(__DIR__4).'/vendor/store.shopware.com/froshtools/src/Components/Health/Checker/CheckerInterface.php';
  32106.         include_once \dirname(__DIR__4).'/vendor/store.shopware.com/froshtools/src/Components/Health/Checker/PerformanceChecker/EsChecker.php';
  32107.         return $this->privates['Frosh\\Tools\\Components\\Health\\Checker\\PerformanceChecker\\EsChecker'] = new \Frosh\Tools\Components\Health\Checker\PerformanceChecker\EsChecker(($this->privates['Frosh\\Tools\\Components\\Elasticsearch\\ElasticsearchManager'] ?? $this->getElasticsearchManagerService()));
  32108.     }
  32109.     /**
  32110.      * Gets the private 'Frosh\Tools\Components\Health\Checker\PerformanceChecker\LoggerLevelChecker' shared service.
  32111.      *
  32112.      * @return \Frosh\Tools\Components\Health\Checker\PerformanceChecker\LoggerLevelChecker
  32113.      */
  32114.     protected function getLoggerLevelCheckerService()
  32115.     {
  32116.         include_once \dirname(__DIR__4).'/vendor/store.shopware.com/froshtools/src/Components/Health/Checker/CheckerInterface.php';
  32117.         include_once \dirname(__DIR__4).'/vendor/store.shopware.com/froshtools/src/Components/Health/Checker/PerformanceChecker/LoggerLevelChecker.php';
  32118.         return $this->privates['Frosh\\Tools\\Components\\Health\\Checker\\PerformanceChecker\\LoggerLevelChecker'] = new \Frosh\Tools\Components\Health\Checker\PerformanceChecker\LoggerLevelChecker(($this->privates['monolog.handler.business_event_handler_buffer'] ?? $this->getMonolog_Handler_BusinessEventHandlerBufferService()));
  32119.     }
  32120.     /**
  32121.      * Gets the private 'Frosh\Tools\Components\Health\Checker\PerformanceChecker\MySQL8Checker' shared service.
  32122.      *
  32123.      * @return \Frosh\Tools\Components\Health\Checker\PerformanceChecker\MySQL8Checker
  32124.      */
  32125.     protected function getMySQL8CheckerService()
  32126.     {
  32127.         include_once \dirname(__DIR__4).'/vendor/store.shopware.com/froshtools/src/Components/Health/Checker/CheckerInterface.php';
  32128.         include_once \dirname(__DIR__4).'/vendor/store.shopware.com/froshtools/src/Components/Health/Checker/PerformanceChecker/MySQL8Checker.php';
  32129.         return $this->privates['Frosh\\Tools\\Components\\Health\\Checker\\PerformanceChecker\\MySQL8Checker'] = new \Frosh\Tools\Components\Health\Checker\PerformanceChecker\MySQL8Checker(($this->services['Doctrine\\DBAL\\Connection'] ?? $this->getConnectionService()));
  32130.     }
  32131.     /**
  32132.      * Gets the private 'Frosh\Tools\Components\Messenger\TaskLoggingMiddleware' shared service.
  32133.      *
  32134.      * @return \Frosh\Tools\Components\Messenger\TaskLoggingMiddleware
  32135.      */
  32136.     protected function getTaskLoggingMiddlewareService()
  32137.     {
  32138.         include_once \dirname(__DIR__4).'/vendor/symfony/messenger/Middleware/MiddlewareInterface.php';
  32139.         include_once \dirname(__DIR__4).'/vendor/store.shopware.com/froshtools/src/Components/Messenger/TaskLoggingMiddleware.php';
  32140.         return $this->privates['Frosh\\Tools\\Components\\Messenger\\TaskLoggingMiddleware'] = new \Frosh\Tools\Components\Messenger\TaskLoggingMiddleware(($this->privates['Shopware\\Core\\Framework\\Log\\LoggerFactory'] ?? $this->getLoggerFactoryService())->createRotating('task_logging'14));
  32141.     }
  32142.     /**
  32143.      * Gets the private 'LDSCustom\Subscriber\Frontend' shared service.
  32144.      *
  32145.      * @return \LDSCustom\Subscriber\Frontend
  32146.      */
  32147.     protected function getFrontendService()
  32148.     {
  32149.         include_once \dirname(__DIR__4).'/custom/static-plugins/LDSCustom/src/Subscriber/Frontend.php';
  32150.         $a = ($this->services['product_manufacturer.repository'] ?? $this->getProductManufacturer_RepositoryService());
  32151.         if (isset($this->privates['LDSCustom\\Subscriber\\Frontend'])) {
  32152.             return $this->privates['LDSCustom\\Subscriber\\Frontend'];
  32153.         }
  32154.         return $this->privates['LDSCustom\\Subscriber\\Frontend'] = new \LDSCustom\Subscriber\Frontend($a);
  32155.     }
  32156.     /**
  32157.      * Gets the private 'LDSCustom\Subscriber\Product' shared service.
  32158.      *
  32159.      * @return \LDSCustom\Subscriber\Product
  32160.      */
  32161.     protected function getProduct2Service()
  32162.     {
  32163.         include_once \dirname(__DIR__4).'/custom/static-plugins/LDSCustom/src/Subscriber/Product.php';
  32164.         include_once \dirname(__DIR__4).'/custom/static-plugins/LDSCustom/src/Service/VariantPrices.php';
  32165.         $a = ($this->services['sales_channel.product.repository'] ?? $this->getSalesChannel_Product_RepositoryService());
  32166.         if (isset($this->privates['LDSCustom\\Subscriber\\Product'])) {
  32167.             return $this->privates['LDSCustom\\Subscriber\\Product'];
  32168.         }
  32169.         return $this->privates['LDSCustom\\Subscriber\\Product'] = new \LDSCustom\Subscriber\Product(new \LDSCustom\Service\VariantPrices(($this->services['Doctrine\\DBAL\\Connection'] ?? $this->getConnectionService()), $a));
  32170.     }
  32171.     /**
  32172.      * Gets the private 'LDSCustom\Subscriber\ProductSubscriber' shared service.
  32173.      *
  32174.      * @return \LDSCustom\Subscriber\ProductSubscriber
  32175.      */
  32176.     protected function getProductSubscriberService()
  32177.     {
  32178.         include_once \dirname(__DIR__4).'/custom/static-plugins/LDSCustom/src/Subscriber/ProductSubscriber.php';
  32179.         include_once \dirname(__DIR__4).'/vendor/shopware/core/Content/Product/Cart/ProductLineItemFactory.php';
  32180.         $a = ($this->privates['Meteor\\PromotionGift\\Core\\Checkout\\Promotion\\Cart\\PromotionCollectorDecorator'] ?? $this->getPromotionCollectorDecoratorService());
  32181.         if (isset($this->privates['LDSCustom\\Subscriber\\ProductSubscriber'])) {
  32182.             return $this->privates['LDSCustom\\Subscriber\\ProductSubscriber'];
  32183.         }
  32184.         $b = ($this->privates['Shopware\\Core\\Checkout\\Cart\\CartRuleLoader'] ?? $this->getCartRuleLoaderService());
  32185.         if (isset($this->privates['LDSCustom\\Subscriber\\ProductSubscriber'])) {
  32186.             return $this->privates['LDSCustom\\Subscriber\\ProductSubscriber'];
  32187.         }
  32188.         return $this->privates['LDSCustom\\Subscriber\\ProductSubscriber'] = new \LDSCustom\Subscriber\ProductSubscriber(($this->privates['Shopware\\Core\\Content\\Product\\Cart\\ProductLineItemFactory'] ?? ($this->privates['Shopware\\Core\\Content\\Product\\Cart\\ProductLineItemFactory'] = new \Shopware\Core\Content\Product\Cart\ProductLineItemFactory())), $a, ($this->privates['Shopware\\Core\\Checkout\\Promotion\\Cart\\PromotionProcessor'] ?? $this->getPromotionProcessorService()), ($this->privates['Shopware\\Core\\Checkout\\Cart\\Price\\AmountCalculator'] ?? $this->getAmountCalculatorService()), $b);
  32189.     }
  32190.     /**
  32191.      * Gets the private 'LDSCustom\Subscriber\Recipe' shared service.
  32192.      *
  32193.      * @return \LDSCustom\Subscriber\Recipe
  32194.      */
  32195.     protected function getRecipeService()
  32196.     {
  32197.         include_once \dirname(__DIR__4).'/custom/static-plugins/LDSCustom/src/Subscriber/Recipe.php';
  32198.         $a = ($this->privates['Shopware\\Core\\Content\\Product\\SalesChannel\\Price\\ProductPriceCalculator'] ?? $this->getProductPriceCalculatorService());
  32199.         if (isset($this->privates['LDSCustom\\Subscriber\\Recipe'])) {
  32200.             return $this->privates['LDSCustom\\Subscriber\\Recipe'];
  32201.         }
  32202.         $b = ($this->services['nds_rcp_recipe.repository'] ?? $this->getNdsRcpRecipe_RepositoryService());
  32203.         if (isset($this->privates['LDSCustom\\Subscriber\\Recipe'])) {
  32204.             return $this->privates['LDSCustom\\Subscriber\\Recipe'];
  32205.         }
  32206.         $c = ($this->services['product.repository'] ?? $this->getProduct_RepositoryService());
  32207.         if (isset($this->privates['LDSCustom\\Subscriber\\Recipe'])) {
  32208.             return $this->privates['LDSCustom\\Subscriber\\Recipe'];
  32209.         }
  32210.         return $this->privates['LDSCustom\\Subscriber\\Recipe'] = new \LDSCustom\Subscriber\Recipe($a$b$c);
  32211.     }
  32212.     /**
  32213.      * Gets the private 'LdsSubCategories\DataResolver\SubCategoriesCmsElementResolver' shared service.
  32214.      *
  32215.      * @return \LdsSubCategories\DataResolver\SubCategoriesCmsElementResolver
  32216.      */
  32217.     protected function getSubCategoriesCmsElementResolverService()
  32218.     {
  32219.         include_once \dirname(__DIR__4).'/vendor/shopware/core/Content/Cms/DataResolver/Element/CmsElementResolverInterface.php';
  32220.         include_once \dirname(__DIR__4).'/vendor/shopware/core/Content/Cms/DataResolver/Element/AbstractCmsElementResolver.php';
  32221.         include_once \dirname(__DIR__4).'/custom/static-plugins/LdsSubCategories/src/DataResolver/SubCategoriesCmsElementResolver.php';
  32222.         $a = ($this->services['category.repository'] ?? $this->getCategory_RepositoryService());
  32223.         if (isset($this->privates['LdsSubCategories\\DataResolver\\SubCategoriesCmsElementResolver'])) {
  32224.             return $this->privates['LdsSubCategories\\DataResolver\\SubCategoriesCmsElementResolver'];
  32225.         }
  32226.         return $this->privates['LdsSubCategories\\DataResolver\\SubCategoriesCmsElementResolver'] = new \LdsSubCategories\DataResolver\SubCategoriesCmsElementResolver($a);
  32227.     }
  32228.     /**
  32229.      * Gets the private 'Maxia\MaxiaCrossVariantDiscounts6\Cart\Checkout\CrossVariantPriceProcessor' shared service.
  32230.      *
  32231.      * @return \Maxia\MaxiaCrossVariantDiscounts6\Cart\Checkout\CrossVariantPriceProcessor
  32232.      */
  32233.     protected function getCrossVariantPriceProcessorService()
  32234.     {
  32235.         include_once \dirname(__DIR__4).'/vendor/shopware/core/Checkout/Cart/CartProcessorInterface.php';
  32236.         include_once \dirname(__DIR__4).'/vendor/store.shopware.com/maxiacrossvariantdiscounts6/src/Cart/Checkout/CrossVariantPriceProcessor.php';
  32237.         $a = ($this->services['Shopware\\Core\\System\\SystemConfig\\SystemConfigService'] ?? $this->getSystemConfigServiceService());
  32238.         if (isset($this->privates['Maxia\\MaxiaCrossVariantDiscounts6\\Cart\\Checkout\\CrossVariantPriceProcessor'])) {
  32239.             return $this->privates['Maxia\\MaxiaCrossVariantDiscounts6\\Cart\\Checkout\\CrossVariantPriceProcessor'];
  32240.         }
  32241.         $b = ($this->services['sales_channel.product.repository'] ?? $this->getSalesChannel_Product_RepositoryService());
  32242.         if (isset($this->privates['Maxia\\MaxiaCrossVariantDiscounts6\\Cart\\Checkout\\CrossVariantPriceProcessor'])) {
  32243.             return $this->privates['Maxia\\MaxiaCrossVariantDiscounts6\\Cart\\Checkout\\CrossVariantPriceProcessor'];
  32244.         }
  32245.         return $this->privates['Maxia\\MaxiaCrossVariantDiscounts6\\Cart\\Checkout\\CrossVariantPriceProcessor'] = new \Maxia\MaxiaCrossVariantDiscounts6\Cart\Checkout\CrossVariantPriceProcessor(($this->privates['Shopware\\Core\\Checkout\\Cart\\Price\\QuantityPriceCalculator'] ?? $this->getQuantityPriceCalculatorService()), $a$b'MaxiaCrossVariantDiscounts6.config');
  32246.     }
  32247.     /**
  32248.      * Gets the private 'Meteor\PromotionGift\Core\Checkout\Promotion\Cart\GiftCollector' shared service.
  32249.      *
  32250.      * @return \Meteor\PromotionGift\Core\Checkout\Promotion\Cart\GiftCollector
  32251.      */
  32252.     protected function getGiftCollectorService()
  32253.     {
  32254.         include_once \dirname(__DIR__4).'/vendor/shopware/core/Checkout/Cart/CartDataCollectorInterface.php';
  32255.         include_once \dirname(__DIR__4).'/vendor/store.shopware.com/meteorpromotiongift/src/Core/Checkout/Promotion/Cart/GiftCollector.php';
  32256.         $a = ($this->services['meteor_promotion_gift.repository'] ?? $this->getMeteorPromotionGift_RepositoryService());
  32257.         if (isset($this->privates['Meteor\\PromotionGift\\Core\\Checkout\\Promotion\\Cart\\GiftCollector'])) {
  32258.             return $this->privates['Meteor\\PromotionGift\\Core\\Checkout\\Promotion\\Cart\\GiftCollector'];
  32259.         }
  32260.         $b = ($this->services['sales_channel.product.repository'] ?? $this->getSalesChannel_Product_RepositoryService());
  32261.         if (isset($this->privates['Meteor\\PromotionGift\\Core\\Checkout\\Promotion\\Cart\\GiftCollector'])) {
  32262.             return $this->privates['Meteor\\PromotionGift\\Core\\Checkout\\Promotion\\Cart\\GiftCollector'];
  32263.         }
  32264.         $c = ($this->services['event_dispatcher'] ?? $this->getEventDispatcherService());
  32265.         if (isset($this->privates['Meteor\\PromotionGift\\Core\\Checkout\\Promotion\\Cart\\GiftCollector'])) {
  32266.             return $this->privates['Meteor\\PromotionGift\\Core\\Checkout\\Promotion\\Cart\\GiftCollector'];
  32267.         }
  32268.         return $this->privates['Meteor\\PromotionGift\\Core\\Checkout\\Promotion\\Cart\\GiftCollector'] = new \Meteor\PromotionGift\Core\Checkout\Promotion\Cart\GiftCollector($a$b$c);
  32269.     }
  32270.     /**
  32271.      * Gets the private 'Meteor\PromotionGift\Core\Checkout\Promotion\Cart\GiftProcessor' shared service.
  32272.      *
  32273.      * @return \Meteor\PromotionGift\Core\Checkout\Promotion\Cart\GiftProcessor
  32274.      */
  32275.     protected function getGiftProcessorService()
  32276.     {
  32277.         include_once \dirname(__DIR__4).'/vendor/shopware/core/Checkout/Cart/CartProcessorInterface.php';
  32278.         include_once \dirname(__DIR__4).'/vendor/store.shopware.com/meteorpromotiongift/src/Core/Checkout/Promotion/Cart/GiftProcessor.php';
  32279.         $a = ($this->services['event_dispatcher'] ?? $this->getEventDispatcherService());
  32280.         if (isset($this->privates['Meteor\\PromotionGift\\Core\\Checkout\\Promotion\\Cart\\GiftProcessor'])) {
  32281.             return $this->privates['Meteor\\PromotionGift\\Core\\Checkout\\Promotion\\Cart\\GiftProcessor'];
  32282.         }
  32283.         return $this->privates['Meteor\\PromotionGift\\Core\\Checkout\\Promotion\\Cart\\GiftProcessor'] = new \Meteor\PromotionGift\Core\Checkout\Promotion\Cart\GiftProcessor(($this->privates['Shopware\\Core\\Checkout\\Cart\\Price\\PercentagePriceCalculator'] ?? $this->getPercentagePriceCalculatorService()), ($this->privates['Shopware\\Core\\Checkout\\Cart\\LineItem\\Group\\LineItemGroupBuilder'] ?? $this->getLineItemGroupBuilderService()), $a);
  32284.     }
  32285.     /**
  32286.      * Gets the private 'Meteor\PromotionGift\Core\Checkout\Promotion\Cart\PromotionCollectorDecorator' shared service.
  32287.      *
  32288.      * @return \Meteor\PromotionGift\Core\Checkout\Promotion\Cart\PromotionCollectorDecorator
  32289.      */
  32290.     protected function getPromotionCollectorDecoratorService()
  32291.     {
  32292.         include_once \dirname(__DIR__4).'/vendor/shopware/core/Checkout/Cart/CartDataCollectorInterface.php';
  32293.         include_once \dirname(__DIR__4).'/vendor/shopware/core/Checkout/Promotion/Cart/PromotionCartInformationTrait.php';
  32294.         include_once \dirname(__DIR__4).'/vendor/store.shopware.com/meteorpromotiongift/src/Core/Checkout/Promotion/Cart/PromotionCollectorDecorator.php';
  32295.         include_once \dirname(__DIR__4).'/vendor/shopware/core/Checkout/Promotion/Gateway/PromotionGatewayInterface.php';
  32296.         include_once \dirname(__DIR__4).'/vendor/shopware/core/Checkout/Promotion/Gateway/PromotionGateway.php';
  32297.         include_once \dirname(__DIR__4).'/vendor/shopware/core/Checkout/Promotion/Service/PromotionDateTimeServiceInterface.php';
  32298.         include_once \dirname(__DIR__4).'/vendor/shopware/core/Checkout/Promotion/Service/PromotionDateTimeService.php';
  32299.         $a = ($this->services['promotion.repository'] ?? $this->getPromotion_RepositoryService());
  32300.         if (isset($this->privates['Meteor\\PromotionGift\\Core\\Checkout\\Promotion\\Cart\\PromotionCollectorDecorator'])) {
  32301.             return $this->privates['Meteor\\PromotionGift\\Core\\Checkout\\Promotion\\Cart\\PromotionCollectorDecorator'];
  32302.         }
  32303.         return $this->privates['Meteor\\PromotionGift\\Core\\Checkout\\Promotion\\Cart\\PromotionCollectorDecorator'] = new \Meteor\PromotionGift\Core\Checkout\Promotion\Cart\PromotionCollectorDecorator(new \Shopware\Core\Checkout\Promotion\Gateway\PromotionGateway($a, new \Shopware\Core\Checkout\Promotion\Service\PromotionDateTimeService()), ($this->privates['Acris\\Promotion\\Core\\Checkout\\Promotion\\Cart\\PromotionItemBuilder'] ?? $this->getPromotionItemBuilderService()));
  32304.     }
  32305.     /**
  32306.      * Gets the private 'Meteor\PromotionGift\Subscribers\FreeGiftRedemptionUpdater' shared service.
  32307.      *
  32308.      * @return \Meteor\PromotionGift\Subscribers\FreeGiftRedemptionUpdater
  32309.      */
  32310.     protected function getFreeGiftRedemptionUpdaterService()
  32311.     {
  32312.         include_once \dirname(__DIR__4).'/vendor/store.shopware.com/meteorpromotiongift/src/Subscribers/FreeGiftRedemptionUpdater.php';
  32313.         include_once \dirname(__DIR__4).'/vendor/store.shopware.com/meteorpromotiongift/src/Checker/LineItemIsFreeGiftInterface.php';
  32314.         include_once \dirname(__DIR__4).'/vendor/store.shopware.com/meteorpromotiongift/src/Checker/LineItemIsFreeGift.php';
  32315.         include_once \dirname(__DIR__4).'/vendor/store.shopware.com/meteorpromotiongift/src/Dal/FetchCustomerCountsForPromotionsInterface.php';
  32316.         include_once \dirname(__DIR__4).'/vendor/store.shopware.com/meteorpromotiongift/src/Dal/FetchCustomerCountsForPromotions.php';
  32317.         include_once \dirname(__DIR__4).'/vendor/store.shopware.com/meteorpromotiongift/src/Dal/UpdatePromotionCountInterface.php';
  32318.         include_once \dirname(__DIR__4).'/vendor/store.shopware.com/meteorpromotiongift/src/Dal/UpdatePromotionCount.php';
  32319.         $a = ($this->services['Doctrine\\DBAL\\Connection'] ?? $this->getConnectionService());
  32320.         return $this->privates['Meteor\\PromotionGift\\Subscribers\\FreeGiftRedemptionUpdater'] = new \Meteor\PromotionGift\Subscribers\FreeGiftRedemptionUpdater(new \Meteor\PromotionGift\Checker\LineItemIsFreeGift(), new \Meteor\PromotionGift\Dal\FetchCustomerCountsForPromotions($a), new \Meteor\PromotionGift\Dal\UpdatePromotionCount($a));
  32321.     }
  32322.     /**
  32323.      * Gets the private 'MoorlCmsCategoryListing\Core\Content\Category\Cms\CategoryListingCmsElementResolver' shared service.
  32324.      *
  32325.      * @return \MoorlCmsCategoryListing\Core\Content\Category\Cms\CategoryListingCmsElementResolver
  32326.      */
  32327.     protected function getCategoryListingCmsElementResolverService()
  32328.     {
  32329.         include_once \dirname(__DIR__4).'/vendor/shopware/core/Content/Cms/DataResolver/Element/CmsElementResolverInterface.php';
  32330.         include_once \dirname(__DIR__4).'/vendor/shopware/core/Content/Cms/DataResolver/Element/AbstractCmsElementResolver.php';
  32331.         include_once \dirname(__DIR__4).'/vendor/store.shopware.com/moorlfoundation/src/Core/Content/Cms/FoundationListingCmsElementResolver.php';
  32332.         include_once \dirname(__DIR__4).'/vendor/store.shopware.com/moorlcmscategorylisting/src/Core/Content/Category/Cms/CategoryListingCmsElementResolver.php';
  32333.         $a = ($this->services['MoorlFoundation\\Core\\Service\\SortingService'] ?? $this->getSortingServiceService());
  32334.         if (isset($this->privates['MoorlCmsCategoryListing\\Core\\Content\\Category\\Cms\\CategoryListingCmsElementResolver'])) {
  32335.             return $this->privates['MoorlCmsCategoryListing\\Core\\Content\\Category\\Cms\\CategoryListingCmsElementResolver'];
  32336.         }
  32337.         $b = ($this->services['MoorlFoundation\\Core\\Content\\Product\\SalesChannel\\Listing\\FoundationProductListingRoute'] ?? $this->getFoundationProductListingRouteService());
  32338.         if (isset($this->privates['MoorlCmsCategoryListing\\Core\\Content\\Category\\Cms\\CategoryListingCmsElementResolver'])) {
  32339.             return $this->privates['MoorlCmsCategoryListing\\Core\\Content\\Category\\Cms\\CategoryListingCmsElementResolver'];
  32340.         }
  32341.         return $this->privates['MoorlCmsCategoryListing\\Core\\Content\\Category\\Cms\\CategoryListingCmsElementResolver'] = new \MoorlCmsCategoryListing\Core\Content\Category\Cms\CategoryListingCmsElementResolver($a$b);
  32342.     }
  32343.     /**
  32344.      * Gets the private 'MoorlCmsCategoryListing\Core\Content\Category\SalesChannel\CategoryListing' shared service.
  32345.      *
  32346.      * @return \MoorlCmsCategoryListing\Core\Content\Category\SalesChannel\CategoryListing
  32347.      */
  32348.     protected function getCategoryListingService()
  32349.     {
  32350.         include_once \dirname(__DIR__4).'/vendor/store.shopware.com/moorlfoundation/src/Core/System/EntityListingInterface.php';
  32351.         include_once \dirname(__DIR__4).'/vendor/store.shopware.com/moorlfoundation/src/Core/System/EntityListingExtension.php';
  32352.         include_once \dirname(__DIR__4).'/vendor/store.shopware.com/moorlcmscategorylisting/src/Core/Content/Category/SalesChannel/CategoryListing.php';
  32353.         $a = ($this->services['sales_channel.category.repository'] ?? $this->getSalesChannel_Category_RepositoryService());
  32354.         if (isset($this->privates['MoorlCmsCategoryListing\\Core\\Content\\Category\\SalesChannel\\CategoryListing'])) {
  32355.             return $this->privates['MoorlCmsCategoryListing\\Core\\Content\\Category\\SalesChannel\\CategoryListing'];
  32356.         }
  32357.         return $this->privates['MoorlCmsCategoryListing\\Core\\Content\\Category\\SalesChannel\\CategoryListing'] = new \MoorlCmsCategoryListing\Core\Content\Category\SalesChannel\CategoryListing($a);
  32358.     }
  32359.     /**
  32360.      * Gets the private 'MoorlCreator\Core\Content\Creator\Avatar\AvatarUpdateListener' shared service.
  32361.      *
  32362.      * @return \MoorlCreator\Core\Content\Creator\Avatar\AvatarUpdateListener
  32363.      */
  32364.     protected function getAvatarUpdateListenerService()
  32365.     {
  32366.         include_once \dirname(__DIR__4).'/vendor/store.shopware.com/moorlcreator/src/Core/Content/Creator/Avatar/AvatarUpdateListener.php';
  32367.         $a = ($this->services['moorl_creator.repository'] ?? $this->getMoorlCreator_RepositoryService());
  32368.         if (isset($this->privates['MoorlCreator\\Core\\Content\\Creator\\Avatar\\AvatarUpdateListener'])) {
  32369.             return $this->privates['MoorlCreator\\Core\\Content\\Creator\\Avatar\\AvatarUpdateListener'];
  32370.         }
  32371.         $b = ($this->services['media.repository'] ?? $this->getMedia_RepositoryService());
  32372.         if (isset($this->privates['MoorlCreator\\Core\\Content\\Creator\\Avatar\\AvatarUpdateListener'])) {
  32373.             return $this->privates['MoorlCreator\\Core\\Content\\Creator\\Avatar\\AvatarUpdateListener'];
  32374.         }
  32375.         $c = ($this->privates['Shopware\\Core\\Content\\Media\\MediaService'] ?? $this->getMediaServiceService());
  32376.         if (isset($this->privates['MoorlCreator\\Core\\Content\\Creator\\Avatar\\AvatarUpdateListener'])) {
  32377.             return $this->privates['MoorlCreator\\Core\\Content\\Creator\\Avatar\\AvatarUpdateListener'];
  32378.         }
  32379.         return $this->privates['MoorlCreator\\Core\\Content\\Creator\\Avatar\\AvatarUpdateListener'] = new \MoorlCreator\Core\Content\Creator\Avatar\AvatarUpdateListener($a$b$c);
  32380.     }
  32381.     /**
  32382.      * Gets the private 'MoorlCreator\Core\Content\Creator\Cms\CreatorListingCmsElementResolver' shared service.
  32383.      *
  32384.      * @return \MoorlCreator\Core\Content\Creator\Cms\CreatorListingCmsElementResolver
  32385.      */
  32386.     protected function getCreatorListingCmsElementResolverService()
  32387.     {
  32388.         include_once \dirname(__DIR__4).'/vendor/shopware/core/Content/Cms/DataResolver/Element/CmsElementResolverInterface.php';
  32389.         include_once \dirname(__DIR__4).'/vendor/shopware/core/Content/Cms/DataResolver/Element/AbstractCmsElementResolver.php';
  32390.         include_once \dirname(__DIR__4).'/vendor/store.shopware.com/moorlfoundation/src/Core/Content/Cms/FoundationListingCmsElementResolver.php';
  32391.         include_once \dirname(__DIR__4).'/vendor/store.shopware.com/moorlcreator/src/Core/Content/Creator/Cms/CreatorListingCmsElementResolver.php';
  32392.         $a = ($this->services['MoorlFoundation\\Core\\Service\\SortingService'] ?? $this->getSortingServiceService());
  32393.         if (isset($this->privates['MoorlCreator\\Core\\Content\\Creator\\Cms\\CreatorListingCmsElementResolver'])) {
  32394.             return $this->privates['MoorlCreator\\Core\\Content\\Creator\\Cms\\CreatorListingCmsElementResolver'];
  32395.         }
  32396.         $b = ($this->services['MoorlFoundation\\Core\\Content\\Product\\SalesChannel\\Listing\\FoundationProductListingRoute'] ?? $this->getFoundationProductListingRouteService());
  32397.         if (isset($this->privates['MoorlCreator\\Core\\Content\\Creator\\Cms\\CreatorListingCmsElementResolver'])) {
  32398.             return $this->privates['MoorlCreator\\Core\\Content\\Creator\\Cms\\CreatorListingCmsElementResolver'];
  32399.         }
  32400.         return $this->privates['MoorlCreator\\Core\\Content\\Creator\\Cms\\CreatorListingCmsElementResolver'] = new \MoorlCreator\Core\Content\Creator\Cms\CreatorListingCmsElementResolver($a$b);
  32401.     }
  32402.     /**
  32403.      * Gets the private 'MoorlCreator\Core\Content\Creator\DataAbstractionLayer\CreatorIndexer' shared service.
  32404.      *
  32405.      * @return \MoorlCreator\Core\Content\Creator\DataAbstractionLayer\CreatorIndexer
  32406.      */
  32407.     protected function getCreatorIndexerService()
  32408.     {
  32409.         include_once \dirname(__DIR__4).'/vendor/shopware/core/Framework/DataAbstractionLayer/Indexing/EntityIndexer.php';
  32410.         include_once \dirname(__DIR__4).'/vendor/store.shopware.com/moorlcreator/src/Core/Content/Creator/DataAbstractionLayer/CreatorIndexer.php';
  32411.         $a = ($this->services['moorl_creator.repository'] ?? $this->getMoorlCreator_RepositoryService());
  32412.         if (isset($this->privates['MoorlCreator\\Core\\Content\\Creator\\DataAbstractionLayer\\CreatorIndexer'])) {
  32413.             return $this->privates['MoorlCreator\\Core\\Content\\Creator\\DataAbstractionLayer\\CreatorIndexer'];
  32414.         }
  32415.         $b = ($this->services['event_dispatcher'] ?? $this->getEventDispatcherService());
  32416.         if (isset($this->privates['MoorlCreator\\Core\\Content\\Creator\\DataAbstractionLayer\\CreatorIndexer'])) {
  32417.             return $this->privates['MoorlCreator\\Core\\Content\\Creator\\DataAbstractionLayer\\CreatorIndexer'];
  32418.         }
  32419.         return $this->privates['MoorlCreator\\Core\\Content\\Creator\\DataAbstractionLayer\\CreatorIndexer'] = new \MoorlCreator\Core\Content\Creator\DataAbstractionLayer\CreatorIndexer(($this->services['Doctrine\\DBAL\\Connection'] ?? $this->getConnectionService()), ($this->privates['Shopware\\Core\\Framework\\DataAbstractionLayer\\Dbal\\Common\\IteratorFactory'] ?? $this->getIteratorFactory2Service()), $a$b);
  32420.     }
  32421.     /**
  32422.      * Gets the private 'MoorlCreator\Core\Content\Creator\SalesChannel\CreatorListing' shared service.
  32423.      *
  32424.      * @return \MoorlCreator\Core\Content\Creator\SalesChannel\CreatorListing
  32425.      */
  32426.     protected function getCreatorListingService()
  32427.     {
  32428.         include_once \dirname(__DIR__4).'/vendor/store.shopware.com/moorlfoundation/src/Core/System/EntityListingInterface.php';
  32429.         include_once \dirname(__DIR__4).'/vendor/store.shopware.com/moorlfoundation/src/Core/System/EntityListingExtension.php';
  32430.         include_once \dirname(__DIR__4).'/vendor/store.shopware.com/moorlcreator/src/Core/Content/Creator/SalesChannel/CreatorListing.php';
  32431.         $a = ($this->services['sales_channel.moorl_creator.repository'] ?? $this->getSalesChannel_MoorlCreator_RepositoryService());
  32432.         if (isset($this->privates['MoorlCreator\\Core\\Content\\Creator\\SalesChannel\\CreatorListing'])) {
  32433.             return $this->privates['MoorlCreator\\Core\\Content\\Creator\\SalesChannel\\CreatorListing'];
  32434.         }
  32435.         return $this->privates['MoorlCreator\\Core\\Content\\Creator\\SalesChannel\\CreatorListing'] = new \MoorlCreator\Core\Content\Creator\SalesChannel\CreatorListing($a);
  32436.     }
  32437.     /**
  32438.      * Gets the private 'MoorlCreator\Core\Content\Creator\SalesChannel\Listing\CreatorListingFeaturesSubscriber' shared service.
  32439.      *
  32440.      * @return \MoorlCreator\Core\Content\Creator\SalesChannel\Listing\CreatorListingFeaturesSubscriber
  32441.      */
  32442.     protected function getCreatorListingFeaturesSubscriberService()
  32443.     {
  32444.         include_once \dirname(__DIR__4).'/vendor/store.shopware.com/moorlcreator/src/Core/Content/Creator/SalesChannel/Listing/CreatorListingFeaturesSubscriber.php';
  32445.         $a = ($this->services['MoorlFoundation\\Core\\Service\\SortingService'] ?? $this->getSortingServiceService());
  32446.         if (isset($this->privates['MoorlCreator\\Core\\Content\\Creator\\SalesChannel\\Listing\\CreatorListingFeaturesSubscriber'])) {
  32447.             return $this->privates['MoorlCreator\\Core\\Content\\Creator\\SalesChannel\\Listing\\CreatorListingFeaturesSubscriber'];
  32448.         }
  32449.         return $this->privates['MoorlCreator\\Core\\Content\\Creator\\SalesChannel\\Listing\\CreatorListingFeaturesSubscriber'] = new \MoorlCreator\Core\Content\Creator\SalesChannel\Listing\CreatorListingFeaturesSubscriber($a);
  32450.     }
  32451.     /**
  32452.      * Gets the private 'MoorlCreator\Core\Content\Creator\Seo\CreatorSeoUrlRoute' shared service.
  32453.      *
  32454.      * @return \MoorlCreator\Core\Content\Creator\Seo\CreatorSeoUrlRoute
  32455.      */
  32456.     protected function getCreatorSeoUrlRouteService()
  32457.     {
  32458.         include_once \dirname(__DIR__4).'/vendor/shopware/core/Content/Seo/SeoUrlRoute/SeoUrlRouteInterface.php';
  32459.         include_once \dirname(__DIR__4).'/vendor/store.shopware.com/moorlcreator/src/Core/Content/Creator/Seo/CreatorSeoUrlRoute.php';
  32460.         return $this->privates['MoorlCreator\\Core\\Content\\Creator\\Seo\\CreatorSeoUrlRoute'] = new \MoorlCreator\Core\Content\Creator\Seo\CreatorSeoUrlRoute(($this->services['MoorlCreator\\Core\\Content\\Creator\\CreatorDefinition'] ?? $this->getCreatorDefinitionService()));
  32461.     }
  32462.     /**
  32463.      * Gets the private 'MoorlCreator\Core\Content\Creator\Seo\CreatorUrlProvider' shared service.
  32464.      *
  32465.      * @return \MoorlCreator\Core\Content\Creator\Seo\CreatorUrlProvider
  32466.      */
  32467.     protected function getCreatorUrlProviderService()
  32468.     {
  32469.         include_once \dirname(__DIR__4).'/vendor/shopware/core/Content/Sitemap/Provider/UrlProviderInterface.php';
  32470.         include_once \dirname(__DIR__4).'/vendor/shopware/core/Content/Sitemap/Provider/AbstractUrlProvider.php';
  32471.         include_once \dirname(__DIR__4).'/vendor/store.shopware.com/moorlcreator/src/Core/Content/Creator/Seo/CreatorUrlProvider.php';
  32472.         $a = ($this->services['moorl_creator.repository'] ?? $this->getMoorlCreator_RepositoryService());
  32473.         if (isset($this->privates['MoorlCreator\\Core\\Content\\Creator\\Seo\\CreatorUrlProvider'])) {
  32474.             return $this->privates['MoorlCreator\\Core\\Content\\Creator\\Seo\\CreatorUrlProvider'];
  32475.         }
  32476.         return $this->privates['MoorlCreator\\Core\\Content\\Creator\\Seo\\CreatorUrlProvider'] = new \MoorlCreator\Core\Content\Creator\Seo\CreatorUrlProvider(($this->privates['Shopware\\Core\\Content\\Sitemap\\Service\\ConfigHandler'] ?? $this->getConfigHandlerService()), ($this->services['Doctrine\\DBAL\\Connection'] ?? $this->getConnectionService()), ($this->services['MoorlCreator\\Core\\Content\\Creator\\CreatorDefinition'] ?? $this->getCreatorDefinitionService()), ($this->privates['Shopware\\Core\\Framework\\DataAbstractionLayer\\Dbal\\Common\\IteratorFactory'] ?? $this->getIteratorFactory2Service()), ($this->services['router'] ?? $this->getRouterService()), $a);
  32477.     }
  32478.     /**
  32479.      * Gets the private 'MoorlCreator\Core\Content\Creator\Seo\SeoUrlUpdateListener' shared service.
  32480.      *
  32481.      * @return \MoorlCreator\Core\Content\Creator\Seo\SeoUrlUpdateListener
  32482.      */
  32483.     protected function getSeoUrlUpdateListenerService()
  32484.     {
  32485.         include_once \dirname(__DIR__4).'/vendor/store.shopware.com/moorlcreator/src/Core/Content/Creator/Seo/SeoUrlUpdateListener.php';
  32486.         return $this->privates['MoorlCreator\\Core\\Content\\Creator\\Seo\\SeoUrlUpdateListener'] = new \MoorlCreator\Core\Content\Creator\Seo\SeoUrlUpdateListener(($this->privates['Shopware\\Core\\Content\\Seo\\SeoUrlUpdater'] ?? $this->getSeoUrlUpdaterService()));
  32487.     }
  32488.     /**
  32489.      * Gets the private 'MoorlFoundation\Core\Content\Cms\HtmlTagCmsElementResolver' shared service.
  32490.      *
  32491.      * @return \MoorlFoundation\Core\Content\Cms\HtmlTagCmsElementResolver
  32492.      */
  32493.     protected function getHtmlTagCmsElementResolverService()
  32494.     {
  32495.         include_once \dirname(__DIR__4).'/vendor/shopware/core/Content/Cms/DataResolver/Element/CmsElementResolverInterface.php';
  32496.         include_once \dirname(__DIR__4).'/vendor/shopware/core/Content/Cms/DataResolver/Element/AbstractCmsElementResolver.php';
  32497.         include_once \dirname(__DIR__4).'/vendor/shopware/core/Content/Cms/DataResolver/Element/TextCmsElementResolver.php';
  32498.         include_once \dirname(__DIR__4).'/vendor/store.shopware.com/moorlfoundation/src/Core/Content/Cms/HtmlTagCmsElementResolver.php';
  32499.         return $this->privates['MoorlFoundation\\Core\\Content\\Cms\\HtmlTagCmsElementResolver'] = new \MoorlFoundation\Core\Content\Cms\HtmlTagCmsElementResolver(($this->services['Shopware\\Core\\Framework\\Util\\HtmlSanitizer'] ?? $this->getHtmlSanitizerService()));
  32500.     }
  32501.     /**
  32502.      * Gets the private 'MoorlFoundation\Core\Content\Cms\TocCmsElementResolver' shared service.
  32503.      *
  32504.      * @return \MoorlFoundation\Core\Content\Cms\TocCmsElementResolver
  32505.      */
  32506.     protected function getTocCmsElementResolverService()
  32507.     {
  32508.         include_once \dirname(__DIR__4).'/vendor/shopware/core/Content/Cms/DataResolver/Element/CmsElementResolverInterface.php';
  32509.         include_once \dirname(__DIR__4).'/vendor/shopware/core/Content/Cms/DataResolver/Element/AbstractCmsElementResolver.php';
  32510.         include_once \dirname(__DIR__4).'/vendor/shopware/core/Content/Cms/DataResolver/Element/TextCmsElementResolver.php';
  32511.         include_once \dirname(__DIR__4).'/vendor/store.shopware.com/moorlfoundation/src/Core/Content/Cms/TocCmsElementResolver.php';
  32512.         return $this->privates['MoorlFoundation\\Core\\Content\\Cms\\TocCmsElementResolver'] = new \MoorlFoundation\Core\Content\Cms\TocCmsElementResolver(($this->services['Shopware\\Core\\Framework\\Util\\HtmlSanitizer'] ?? $this->getHtmlSanitizerService()));
  32513.     }
  32514.     /**
  32515.      * Gets the private 'MoorlFoundation\Core\Content\Media\Cms\DownloadListCmsElementResolver' shared service.
  32516.      *
  32517.      * @return \MoorlFoundation\Core\Content\Media\Cms\DownloadListCmsElementResolver
  32518.      */
  32519.     protected function getDownloadListCmsElementResolverService()
  32520.     {
  32521.         include_once \dirname(__DIR__4).'/vendor/shopware/core/Content/Cms/DataResolver/Element/CmsElementResolverInterface.php';
  32522.         include_once \dirname(__DIR__4).'/vendor/shopware/core/Content/Cms/DataResolver/Element/AbstractCmsElementResolver.php';
  32523.         include_once \dirname(__DIR__4).'/vendor/shopware/core/Content/Media/Cms/Type/ImageSliderTypeDataResolver.php';
  32524.         include_once \dirname(__DIR__4).'/vendor/store.shopware.com/moorlfoundation/src/Core/Content/Media/Cms/DownloadListCmsElementResolver.php';
  32525.         return $this->privates['MoorlFoundation\\Core\\Content\\Media\\Cms\\DownloadListCmsElementResolver'] = new \MoorlFoundation\Core\Content\Media\Cms\DownloadListCmsElementResolver(($this->privates['Shopware\\Storefront\\Page\\Cms\\DefaultMediaResolver'] ?? $this->getDefaultMediaResolverService()));
  32526.     }
  32527.     /**
  32528.      * Gets the private 'MoorlFoundation\Core\Content\Product\Cms\ProductBuyListCmsElementResolver' shared service.
  32529.      *
  32530.      * @return \MoorlFoundation\Core\Content\Product\Cms\ProductBuyListCmsElementResolver
  32531.      */
  32532.     protected function getProductBuyListCmsElementResolverService()
  32533.     {
  32534.         include_once \dirname(__DIR__4).'/vendor/shopware/core/Content/Cms/DataResolver/Element/CmsElementResolverInterface.php';
  32535.         include_once \dirname(__DIR__4).'/vendor/shopware/core/Content/Cms/DataResolver/Element/AbstractCmsElementResolver.php';
  32536.         include_once \dirname(__DIR__4).'/vendor/shopware/core/Content/Product/Cms/ProductSliderCmsElementResolver.php';
  32537.         include_once \dirname(__DIR__4).'/vendor/store.shopware.com/moorlfoundation/src/Core/Content/Product/Cms/ProductBuyListCmsElementResolver.php';
  32538.         $a = ($this->services['Shopware\\Core\\System\\SystemConfig\\SystemConfigService'] ?? $this->getSystemConfigServiceService());
  32539.         if (isset($this->privates['MoorlFoundation\\Core\\Content\\Product\\Cms\\ProductBuyListCmsElementResolver'])) {
  32540.             return $this->privates['MoorlFoundation\\Core\\Content\\Product\\Cms\\ProductBuyListCmsElementResolver'];
  32541.         }
  32542.         return $this->privates['MoorlFoundation\\Core\\Content\\Product\\Cms\\ProductBuyListCmsElementResolver'] = new \MoorlFoundation\Core\Content\Product\Cms\ProductBuyListCmsElementResolver(($this->services['Shopware\\Core\\Content\\ProductStream\\Service\\ProductStreamBuilder'] ?? $this->getProductStreamBuilderService()), $a);
  32543.     }
  32544.     /**
  32545.      * Gets the private 'MoorlMagazine\Core\Content\MagazineArticle\Cms\MagazineArticleListingCmsElementResolver' shared service.
  32546.      *
  32547.      * @return \MoorlMagazine\Core\Content\MagazineArticle\Cms\MagazineArticleListingCmsElementResolver
  32548.      */
  32549.     protected function getMagazineArticleListingCmsElementResolverService()
  32550.     {
  32551.         include_once \dirname(__DIR__4).'/vendor/shopware/core/Content/Cms/DataResolver/Element/CmsElementResolverInterface.php';
  32552.         include_once \dirname(__DIR__4).'/vendor/shopware/core/Content/Cms/DataResolver/Element/AbstractCmsElementResolver.php';
  32553.         include_once \dirname(__DIR__4).'/vendor/store.shopware.com/moorlfoundation/src/Core/Content/Cms/FoundationListingCmsElementResolver.php';
  32554.         include_once \dirname(__DIR__4).'/vendor/store.shopware.com/moorlmagazine/src/Core/Content/MagazineArticle/Cms/MagazineArticleListingCmsElementResolver.php';
  32555.         $a = ($this->services['MoorlFoundation\\Core\\Service\\SortingService'] ?? $this->getSortingServiceService());
  32556.         if (isset($this->privates['MoorlMagazine\\Core\\Content\\MagazineArticle\\Cms\\MagazineArticleListingCmsElementResolver'])) {
  32557.             return $this->privates['MoorlMagazine\\Core\\Content\\MagazineArticle\\Cms\\MagazineArticleListingCmsElementResolver'];
  32558.         }
  32559.         $b = ($this->services['MoorlFoundation\\Core\\Content\\Product\\SalesChannel\\Listing\\FoundationProductListingRoute'] ?? $this->getFoundationProductListingRouteService());
  32560.         if (isset($this->privates['MoorlMagazine\\Core\\Content\\MagazineArticle\\Cms\\MagazineArticleListingCmsElementResolver'])) {
  32561.             return $this->privates['MoorlMagazine\\Core\\Content\\MagazineArticle\\Cms\\MagazineArticleListingCmsElementResolver'];
  32562.         }
  32563.         return $this->privates['MoorlMagazine\\Core\\Content\\MagazineArticle\\Cms\\MagazineArticleListingCmsElementResolver'] = new \MoorlMagazine\Core\Content\MagazineArticle\Cms\MagazineArticleListingCmsElementResolver($a$b);
  32564.     }
  32565.     /**
  32566.      * Gets the private 'MoorlMagazine\Core\Content\MagazineArticle\DataAbstractionLayer\MagazineArticleIndexer' shared service.
  32567.      *
  32568.      * @return \MoorlMagazine\Core\Content\MagazineArticle\DataAbstractionLayer\MagazineArticleIndexer
  32569.      */
  32570.     protected function getMagazineArticleIndexerService()
  32571.     {
  32572.         include_once \dirname(__DIR__4).'/vendor/shopware/core/Framework/DataAbstractionLayer/Indexing/EntityIndexer.php';
  32573.         include_once \dirname(__DIR__4).'/vendor/store.shopware.com/moorlmagazine/src/Core/Content/MagazineArticle/DataAbstractionLayer/MagazineArticleIndexer.php';
  32574.         include_once \dirname(__DIR__4).'/vendor/store.shopware.com/moorlfoundation/src/Core/Framework/DataAbstractionLayer/Indexing/HtmlContentUpdater.php';
  32575.         $a = ($this->services['moorl_magazine_article.repository'] ?? $this->getMoorlMagazineArticle_RepositoryService());
  32576.         if (isset($this->privates['MoorlMagazine\\Core\\Content\\MagazineArticle\\DataAbstractionLayer\\MagazineArticleIndexer'])) {
  32577.             return $this->privates['MoorlMagazine\\Core\\Content\\MagazineArticle\\DataAbstractionLayer\\MagazineArticleIndexer'];
  32578.         }
  32579.         $b = ($this->services['event_dispatcher'] ?? $this->getEventDispatcherService());
  32580.         if (isset($this->privates['MoorlMagazine\\Core\\Content\\MagazineArticle\\DataAbstractionLayer\\MagazineArticleIndexer'])) {
  32581.             return $this->privates['MoorlMagazine\\Core\\Content\\MagazineArticle\\DataAbstractionLayer\\MagazineArticleIndexer'];
  32582.         }
  32583.         $c = ($this->services['Doctrine\\DBAL\\Connection'] ?? $this->getConnectionService());
  32584.         return $this->privates['MoorlMagazine\\Core\\Content\\MagazineArticle\\DataAbstractionLayer\\MagazineArticleIndexer'] = new \MoorlMagazine\Core\Content\MagazineArticle\DataAbstractionLayer\MagazineArticleIndexer($c, ($this->privates['Shopware\\Core\\Framework\\DataAbstractionLayer\\Dbal\\Common\\IteratorFactory'] ?? $this->getIteratorFactory2Service()), $a$b, new \MoorlFoundation\Core\Framework\DataAbstractionLayer\Indexing\HtmlContentUpdater(($this->services['Shopware\\Core\\Framework\\DataAbstractionLayer\\DefinitionInstanceRegistry'] ?? $this->getDefinitionInstanceRegistryService()), $c));
  32585.     }
  32586.     /**
  32587.      * Gets the private 'MoorlMagazine\Core\Content\MagazineArticle\SalesChannel\Listing\MagazineArticleListingFeaturesSubscriber' shared service.
  32588.      *
  32589.      * @return \MoorlMagazine\Core\Content\MagazineArticle\SalesChannel\Listing\MagazineArticleListingFeaturesSubscriber
  32590.      */
  32591.     protected function getMagazineArticleListingFeaturesSubscriberService()
  32592.     {
  32593.         include_once \dirname(__DIR__4).'/vendor/store.shopware.com/moorlmagazine/src/Core/Content/MagazineArticle/SalesChannel/Listing/MagazineArticleListingFeaturesSubscriber.php';
  32594.         $a = ($this->services['MoorlFoundation\\Core\\Service\\SortingService'] ?? $this->getSortingServiceService());
  32595.         if (isset($this->privates['MoorlMagazine\\Core\\Content\\MagazineArticle\\SalesChannel\\Listing\\MagazineArticleListingFeaturesSubscriber'])) {
  32596.             return $this->privates['MoorlMagazine\\Core\\Content\\MagazineArticle\\SalesChannel\\Listing\\MagazineArticleListingFeaturesSubscriber'];
  32597.         }
  32598.         return $this->privates['MoorlMagazine\\Core\\Content\\MagazineArticle\\SalesChannel\\Listing\\MagazineArticleListingFeaturesSubscriber'] = new \MoorlMagazine\Core\Content\MagazineArticle\SalesChannel\Listing\MagazineArticleListingFeaturesSubscriber($a);
  32599.     }
  32600.     /**
  32601.      * Gets the private 'MoorlMagazine\Core\Content\MagazineArticle\SalesChannel\MagazineArticleListing' shared service.
  32602.      *
  32603.      * @return \MoorlMagazine\Core\Content\MagazineArticle\SalesChannel\MagazineArticleListing
  32604.      */
  32605.     protected function getMagazineArticleListingService()
  32606.     {
  32607.         include_once \dirname(__DIR__4).'/vendor/store.shopware.com/moorlfoundation/src/Core/System/EntityListingInterface.php';
  32608.         include_once \dirname(__DIR__4).'/vendor/store.shopware.com/moorlfoundation/src/Core/System/EntityListingExtension.php';
  32609.         include_once \dirname(__DIR__4).'/vendor/store.shopware.com/moorlmagazine/src/Core/Content/MagazineArticle/SalesChannel/MagazineArticleListing.php';
  32610.         $a = ($this->services['sales_channel.moorl_magazine_article.repository'] ?? $this->getSalesChannel_MoorlMagazineArticle_RepositoryService());
  32611.         if (isset($this->privates['MoorlMagazine\\Core\\Content\\MagazineArticle\\SalesChannel\\MagazineArticleListing'])) {
  32612.             return $this->privates['MoorlMagazine\\Core\\Content\\MagazineArticle\\SalesChannel\\MagazineArticleListing'];
  32613.         }
  32614.         return $this->privates['MoorlMagazine\\Core\\Content\\MagazineArticle\\SalesChannel\\MagazineArticleListing'] = new \MoorlMagazine\Core\Content\MagazineArticle\SalesChannel\MagazineArticleListing($a);
  32615.     }
  32616.     /**
  32617.      * Gets the private 'MoorlMagazine\Core\Seo\MagazineArticleUrlProvider' shared service.
  32618.      *
  32619.      * @return \MoorlMagazine\Core\Seo\MagazineArticleUrlProvider
  32620.      */
  32621.     protected function getMagazineArticleUrlProviderService()
  32622.     {
  32623.         include_once \dirname(__DIR__4).'/vendor/shopware/core/Content/Sitemap/Provider/UrlProviderInterface.php';
  32624.         include_once \dirname(__DIR__4).'/vendor/shopware/core/Content/Sitemap/Provider/AbstractUrlProvider.php';
  32625.         include_once \dirname(__DIR__4).'/vendor/store.shopware.com/moorlmagazine/src/Core/Seo/MagazineArticleUrlProvider.php';
  32626.         $a = ($this->services['moorl_magazine_article.repository'] ?? $this->getMoorlMagazineArticle_RepositoryService());
  32627.         if (isset($this->privates['MoorlMagazine\\Core\\Seo\\MagazineArticleUrlProvider'])) {
  32628.             return $this->privates['MoorlMagazine\\Core\\Seo\\MagazineArticleUrlProvider'];
  32629.         }
  32630.         return $this->privates['MoorlMagazine\\Core\\Seo\\MagazineArticleUrlProvider'] = new \MoorlMagazine\Core\Seo\MagazineArticleUrlProvider(($this->privates['Shopware\\Core\\Content\\Sitemap\\Service\\ConfigHandler'] ?? $this->getConfigHandlerService()), ($this->services['Doctrine\\DBAL\\Connection'] ?? $this->getConnectionService()), ($this->services['MoorlMagazine\\Core\\Content\\MagazineArticle\\MagazineArticleDefinition'] ?? $this->getMagazineArticleDefinitionService()), ($this->privates['Shopware\\Core\\Framework\\DataAbstractionLayer\\Dbal\\Common\\IteratorFactory'] ?? $this->getIteratorFactory2Service()), ($this->services['router'] ?? $this->getRouterService()), $a);
  32631.     }
  32632.     /**
  32633.      * Gets the private 'MoorlMagazine\Core\WordpressSync\WordpressSyncCommand' shared service.
  32634.      *
  32635.      * @return \MoorlMagazine\Core\WordpressSync\WordpressSyncCommand
  32636.      */
  32637.     protected function getWordpressSyncCommandService()
  32638.     {
  32639.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/Command.php';
  32640.         include_once \dirname(__DIR__4).'/vendor/store.shopware.com/moorlmagazine/src/Core/WordpressSync/WordpressSyncCommand.php';
  32641.         $this->privates['MoorlMagazine\\Core\\WordpressSync\\WordpressSyncCommand'] = $instance = new \MoorlMagazine\Core\WordpressSync\WordpressSyncCommand(($this->privates['MoorlMagazine\\Core\\WordpressSync\\WordpressSyncTaskHandler'] ?? $this->getWordpressSyncTaskHandlerService()));
  32642.         $instance->setName('moorl-magazine:sync');
  32643.         return $instance;
  32644.     }
  32645.     /**
  32646.      * Gets the private 'MoorlMagazine\Core\WordpressSync\WordpressSyncTaskHandler' shared service.
  32647.      *
  32648.      * @return \MoorlMagazine\Core\WordpressSync\WordpressSyncTaskHandler
  32649.      */
  32650.     protected function getWordpressSyncTaskHandlerService()
  32651.     {
  32652.         include_once \dirname(__DIR__4).'/vendor/store.shopware.com/moorlmagazine/src/Core/WordpressSync/WordpressSyncTaskHandler.php';
  32653.         $a = ($this->services['scheduled_task.repository'] ?? $this->getScheduledTask_RepositoryService());
  32654.         if (isset($this->privates['MoorlMagazine\\Core\\WordpressSync\\WordpressSyncTaskHandler'])) {
  32655.             return $this->privates['MoorlMagazine\\Core\\WordpressSync\\WordpressSyncTaskHandler'];
  32656.         }
  32657.         $b = ($this->services['MoorlMagazine\\Core\\WordpressSync\\WordpressSyncService'] ?? $this->getWordpressSyncServiceService());
  32658.         if (isset($this->privates['MoorlMagazine\\Core\\WordpressSync\\WordpressSyncTaskHandler'])) {
  32659.             return $this->privates['MoorlMagazine\\Core\\WordpressSync\\WordpressSyncTaskHandler'];
  32660.         }
  32661.         return $this->privates['MoorlMagazine\\Core\\WordpressSync\\WordpressSyncTaskHandler'] = new \MoorlMagazine\Core\WordpressSync\WordpressSyncTaskHandler($a$b);
  32662.     }
  32663.     /**
  32664.      * Gets the private 'MoorlMagazine\Storefront\Framework\Seo\SeoUrlRoute\MagazineArticlePageSeoUrlRoute' shared service.
  32665.      *
  32666.      * @return \MoorlMagazine\Storefront\Framework\Seo\SeoUrlRoute\MagazineArticlePageSeoUrlRoute
  32667.      */
  32668.     protected function getMagazineArticlePageSeoUrlRouteService()
  32669.     {
  32670.         include_once \dirname(__DIR__4).'/vendor/shopware/core/Content/Seo/SeoUrlRoute/SeoUrlRouteInterface.php';
  32671.         include_once \dirname(__DIR__4).'/vendor/store.shopware.com/moorlmagazine/src/Storefront/Framework/Seo/SeoUrlRoute/MagazineArticlePageSeoUrlRoute.php';
  32672.         return $this->privates['MoorlMagazine\\Storefront\\Framework\\Seo\\SeoUrlRoute\\MagazineArticlePageSeoUrlRoute'] = new \MoorlMagazine\Storefront\Framework\Seo\SeoUrlRoute\MagazineArticlePageSeoUrlRoute(($this->services['MoorlMagazine\\Core\\Content\\MagazineArticle\\MagazineArticleDefinition'] ?? $this->getMagazineArticleDefinitionService()));
  32673.     }
  32674.     /**
  32675.      * Gets the private 'MoorlMagazine\Storefront\Framework\Seo\SeoUrlRoute\SeoUrlUpdateListener' shared service.
  32676.      *
  32677.      * @return \MoorlMagazine\Storefront\Framework\Seo\SeoUrlRoute\SeoUrlUpdateListener
  32678.      */
  32679.     protected function getSeoUrlUpdateListener2Service()
  32680.     {
  32681.         include_once \dirname(__DIR__4).'/vendor/store.shopware.com/moorlmagazine/src/Storefront/Framework/Seo/SeoUrlRoute/SeoUrlUpdateListener.php';
  32682.         return $this->privates['MoorlMagazine\\Storefront\\Framework\\Seo\\SeoUrlRoute\\SeoUrlUpdateListener'] = new \MoorlMagazine\Storefront\Framework\Seo\SeoUrlRoute\SeoUrlUpdateListener(($this->privates['Shopware\\Core\\Content\\Seo\\SeoUrlUpdater'] ?? $this->getSeoUrlUpdaterService()));
  32683.     }
  32684.     /**
  32685.      * Gets the private 'Nds\RecipeManager\Core\Content\Category\CategoryEntitiesIndexer' shared service.
  32686.      *
  32687.      * @return \Nds\RecipeManager\Core\Content\Category\CategoryEntitiesIndexer
  32688.      */
  32689.     protected function getCategoryEntitiesIndexerService()
  32690.     {
  32691.         include_once \dirname(__DIR__4).'/vendor/shopware/core/Framework/DataAbstractionLayer/Indexing/EntityIndexer.php';
  32692.         include_once \dirname(__DIR__4).'/vendor/store.shopware.com/ndsrecipemanager/src/Core/Content/Category/CategoryEntitiesIndexer.php';
  32693.         $a = ($this->services['event_dispatcher'] ?? $this->getEventDispatcherService());
  32694.         if (isset($this->privates['Nds\\RecipeManager\\Core\\Content\\Category\\CategoryEntitiesIndexer'])) {
  32695.             return $this->privates['Nds\\RecipeManager\\Core\\Content\\Category\\CategoryEntitiesIndexer'];
  32696.         }
  32697.         $b = ($this->services['nds_rcp_category.repository'] ?? $this->getNdsRcpCategory_RepositoryService());
  32698.         if (isset($this->privates['Nds\\RecipeManager\\Core\\Content\\Category\\CategoryEntitiesIndexer'])) {
  32699.             return $this->privates['Nds\\RecipeManager\\Core\\Content\\Category\\CategoryEntitiesIndexer'];
  32700.         }
  32701.         return $this->privates['Nds\\RecipeManager\\Core\\Content\\Category\\CategoryEntitiesIndexer'] = new \Nds\RecipeManager\Core\Content\Category\CategoryEntitiesIndexer($a, ($this->privates['Shopware\\Core\\Framework\\DataAbstractionLayer\\Dbal\\Common\\IteratorFactory'] ?? $this->getIteratorFactory2Service()), $b);
  32702.     }
  32703.     /**
  32704.      * Gets the private 'Nds\RecipeManager\Core\Content\Category\CategorySeoUrlListener' shared service.
  32705.      *
  32706.      * @return \Nds\RecipeManager\Core\Content\Category\CategorySeoUrlListener
  32707.      */
  32708.     protected function getCategorySeoUrlListenerService()
  32709.     {
  32710.         include_once \dirname(__DIR__4).'/vendor/store.shopware.com/ndsrecipemanager/src/Core/Content/Category/CategorySeoUrlListener.php';
  32711.         return $this->privates['Nds\\RecipeManager\\Core\\Content\\Category\\CategorySeoUrlListener'] = new \Nds\RecipeManager\Core\Content\Category\CategorySeoUrlListener(($this->privates['Shopware\\Core\\Content\\Seo\\SeoUrlUpdater'] ?? $this->getSeoUrlUpdaterService()));
  32712.     }
  32713.     /**
  32714.      * Gets the private 'Nds\RecipeManager\Core\Content\Category\CategorySeoUrlRoute' shared service.
  32715.      *
  32716.      * @return \Nds\RecipeManager\Core\Content\Category\CategorySeoUrlRoute
  32717.      */
  32718.     protected function getCategorySeoUrlRouteService()
  32719.     {
  32720.         include_once \dirname(__DIR__4).'/vendor/shopware/core/Content/Seo/SeoUrlRoute/SeoUrlRouteInterface.php';
  32721.         include_once \dirname(__DIR__4).'/vendor/store.shopware.com/ndsrecipemanager/src/Core/Content/Category/CategorySeoUrlRoute.php';
  32722.         return $this->privates['Nds\\RecipeManager\\Core\\Content\\Category\\CategorySeoUrlRoute'] = new \Nds\RecipeManager\Core\Content\Category\CategorySeoUrlRoute(($this->services['Nds\\RecipeManager\\Core\\Content\\Category\\CategoryDefinition'] ?? $this->getCategoryDefinitionService()));
  32723.     }
  32724.     /**
  32725.      * Gets the private 'Nds\RecipeManager\Core\Content\Recipe\RecipeEntitiesIndexer' shared service.
  32726.      *
  32727.      * @return \Nds\RecipeManager\Core\Content\Recipe\RecipeEntitiesIndexer
  32728.      */
  32729.     protected function getRecipeEntitiesIndexerService()
  32730.     {
  32731.         include_once \dirname(__DIR__4).'/vendor/shopware/core/Framework/DataAbstractionLayer/Indexing/EntityIndexer.php';
  32732.         include_once \dirname(__DIR__4).'/vendor/store.shopware.com/ndsrecipemanager/src/Core/Content/Recipe/RecipeEntitiesIndexer.php';
  32733.         $a = ($this->services['event_dispatcher'] ?? $this->getEventDispatcherService());
  32734.         if (isset($this->privates['Nds\\RecipeManager\\Core\\Content\\Recipe\\RecipeEntitiesIndexer'])) {
  32735.             return $this->privates['Nds\\RecipeManager\\Core\\Content\\Recipe\\RecipeEntitiesIndexer'];
  32736.         }
  32737.         $b = ($this->services['nds_rcp_recipe.repository'] ?? $this->getNdsRcpRecipe_RepositoryService());
  32738.         if (isset($this->privates['Nds\\RecipeManager\\Core\\Content\\Recipe\\RecipeEntitiesIndexer'])) {
  32739.             return $this->privates['Nds\\RecipeManager\\Core\\Content\\Recipe\\RecipeEntitiesIndexer'];
  32740.         }
  32741.         return $this->privates['Nds\\RecipeManager\\Core\\Content\\Recipe\\RecipeEntitiesIndexer'] = new \Nds\RecipeManager\Core\Content\Recipe\RecipeEntitiesIndexer($a, ($this->privates['Shopware\\Core\\Framework\\DataAbstractionLayer\\Dbal\\Common\\IteratorFactory'] ?? $this->getIteratorFactory2Service()), $b);
  32742.     }
  32743.     /**
  32744.      * Gets the private 'Nds\RecipeManager\Core\Content\Recipe\RecipeSeoUrlListener' shared service.
  32745.      *
  32746.      * @return \Nds\RecipeManager\Core\Content\Recipe\RecipeSeoUrlListener
  32747.      */
  32748.     protected function getRecipeSeoUrlListenerService()
  32749.     {
  32750.         include_once \dirname(__DIR__4).'/vendor/store.shopware.com/ndsrecipemanager/src/Core/Content/Recipe/RecipeSeoUrlListener.php';
  32751.         return $this->privates['Nds\\RecipeManager\\Core\\Content\\Recipe\\RecipeSeoUrlListener'] = new \Nds\RecipeManager\Core\Content\Recipe\RecipeSeoUrlListener(($this->privates['Shopware\\Core\\Content\\Seo\\SeoUrlUpdater'] ?? $this->getSeoUrlUpdaterService()));
  32752.     }
  32753.     /**
  32754.      * Gets the private 'Nds\RecipeManager\Core\Content\Recipe\RecipeSeoUrlRoute' shared service.
  32755.      *
  32756.      * @return \Nds\RecipeManager\Core\Content\Recipe\RecipeSeoUrlRoute
  32757.      */
  32758.     protected function getRecipeSeoUrlRouteService()
  32759.     {
  32760.         include_once \dirname(__DIR__4).'/vendor/shopware/core/Content/Seo/SeoUrlRoute/SeoUrlRouteInterface.php';
  32761.         include_once \dirname(__DIR__4).'/vendor/store.shopware.com/ndsrecipemanager/src/Core/Content/Recipe/RecipeSeoUrlRoute.php';
  32762.         return $this->privates['Nds\\RecipeManager\\Core\\Content\\Recipe\\RecipeSeoUrlRoute'] = new \Nds\RecipeManager\Core\Content\Recipe\RecipeSeoUrlRoute(($this->services['Nds\\RecipeManager\\Core\\Content\\Recipe\\RecipeDefinition'] ?? $this->getRecipeDefinitionService()));
  32763.     }
  32764.     /**
  32765.      * Gets the private 'Nds\RecipeManager\Core\Content\Sitemap\Provider\RecipeCategoryUrlProvider' shared service.
  32766.      *
  32767.      * @return \Nds\RecipeManager\Core\Content\Sitemap\Provider\RecipeCategoryUrlProvider
  32768.      */
  32769.     protected function getRecipeCategoryUrlProviderService()
  32770.     {
  32771.         include_once \dirname(__DIR__4).'/vendor/shopware/core/Content/Sitemap/Provider/UrlProviderInterface.php';
  32772.         include_once \dirname(__DIR__4).'/vendor/shopware/core/Content/Sitemap/Provider/AbstractUrlProvider.php';
  32773.         include_once \dirname(__DIR__4).'/vendor/store.shopware.com/ndsrecipemanager/src/Core/Content/Sitemap/Provider/RecipeCategoryUrlProvider.php';
  32774.         $a = ($this->services['nds_rcp_category.repository'] ?? $this->getNdsRcpCategory_RepositoryService());
  32775.         if (isset($this->privates['Nds\\RecipeManager\\Core\\Content\\Sitemap\\Provider\\RecipeCategoryUrlProvider'])) {
  32776.             return $this->privates['Nds\\RecipeManager\\Core\\Content\\Sitemap\\Provider\\RecipeCategoryUrlProvider'];
  32777.         }
  32778.         return $this->privates['Nds\\RecipeManager\\Core\\Content\\Sitemap\\Provider\\RecipeCategoryUrlProvider'] = new \Nds\RecipeManager\Core\Content\Sitemap\Provider\RecipeCategoryUrlProvider($a, ($this->services['Doctrine\\DBAL\\Connection'] ?? $this->getConnectionService()), ($this->services['router'] ?? $this->getRouterService()));
  32779.     }
  32780.     /**
  32781.      * Gets the private 'Nds\RecipeManager\Core\Content\Sitemap\Provider\RecipeUrlProvider' shared service.
  32782.      *
  32783.      * @return \Nds\RecipeManager\Core\Content\Sitemap\Provider\RecipeUrlProvider
  32784.      */
  32785.     protected function getRecipeUrlProviderService()
  32786.     {
  32787.         include_once \dirname(__DIR__4).'/vendor/shopware/core/Content/Sitemap/Provider/UrlProviderInterface.php';
  32788.         include_once \dirname(__DIR__4).'/vendor/shopware/core/Content/Sitemap/Provider/AbstractUrlProvider.php';
  32789.         include_once \dirname(__DIR__4).'/vendor/store.shopware.com/ndsrecipemanager/src/Core/Content/Sitemap/Provider/RecipeUrlProvider.php';
  32790.         $a = ($this->services['nds_rcp_recipe.repository'] ?? $this->getNdsRcpRecipe_RepositoryService());
  32791.         if (isset($this->privates['Nds\\RecipeManager\\Core\\Content\\Sitemap\\Provider\\RecipeUrlProvider'])) {
  32792.             return $this->privates['Nds\\RecipeManager\\Core\\Content\\Sitemap\\Provider\\RecipeUrlProvider'];
  32793.         }
  32794.         return $this->privates['Nds\\RecipeManager\\Core\\Content\\Sitemap\\Provider\\RecipeUrlProvider'] = new \Nds\RecipeManager\Core\Content\Sitemap\Provider\RecipeUrlProvider($a, ($this->services['Doctrine\\DBAL\\Connection'] ?? $this->getConnectionService()), ($this->services['router'] ?? $this->getRouterService()));
  32795.     }
  32796.     /**
  32797.      * Gets the private 'Nds\RecipeManager\Core\Content\Tag\TagEntitiesIndexer' shared service.
  32798.      *
  32799.      * @return \Nds\RecipeManager\Core\Content\Tag\TagEntitiesIndexer
  32800.      */
  32801.     protected function getTagEntitiesIndexerService()
  32802.     {
  32803.         include_once \dirname(__DIR__4).'/vendor/shopware/core/Framework/DataAbstractionLayer/Indexing/EntityIndexer.php';
  32804.         include_once \dirname(__DIR__4).'/vendor/store.shopware.com/ndsrecipemanager/src/Core/Content/Tag/TagEntitiesIndexer.php';
  32805.         $a = ($this->services['event_dispatcher'] ?? $this->getEventDispatcherService());
  32806.         if (isset($this->privates['Nds\\RecipeManager\\Core\\Content\\Tag\\TagEntitiesIndexer'])) {
  32807.             return $this->privates['Nds\\RecipeManager\\Core\\Content\\Tag\\TagEntitiesIndexer'];
  32808.         }
  32809.         $b = ($this->services['nds_rcp_tag.repository'] ?? $this->getNdsRcpTag_RepositoryService());
  32810.         if (isset($this->privates['Nds\\RecipeManager\\Core\\Content\\Tag\\TagEntitiesIndexer'])) {
  32811.             return $this->privates['Nds\\RecipeManager\\Core\\Content\\Tag\\TagEntitiesIndexer'];
  32812.         }
  32813.         return $this->privates['Nds\\RecipeManager\\Core\\Content\\Tag\\TagEntitiesIndexer'] = new \Nds\RecipeManager\Core\Content\Tag\TagEntitiesIndexer($a, ($this->privates['Shopware\\Core\\Framework\\DataAbstractionLayer\\Dbal\\Common\\IteratorFactory'] ?? $this->getIteratorFactory2Service()), $b);
  32814.     }
  32815.     /**
  32816.      * Gets the private 'Nds\RecipeManager\Core\Content\Tag\TagSeoUrlListener' shared service.
  32817.      *
  32818.      * @return \Nds\RecipeManager\Core\Content\Tag\TagSeoUrlListener
  32819.      */
  32820.     protected function getTagSeoUrlListenerService()
  32821.     {
  32822.         include_once \dirname(__DIR__4).'/vendor/store.shopware.com/ndsrecipemanager/src/Core/Content/Tag/TagSeoUrlListener.php';
  32823.         return $this->privates['Nds\\RecipeManager\\Core\\Content\\Tag\\TagSeoUrlListener'] = new \Nds\RecipeManager\Core\Content\Tag\TagSeoUrlListener(($this->privates['Shopware\\Core\\Content\\Seo\\SeoUrlUpdater'] ?? $this->getSeoUrlUpdaterService()));
  32824.     }
  32825.     /**
  32826.      * Gets the private 'Nds\RecipeManager\Core\Content\Tag\TagSeoUrlRoute' shared service.
  32827.      *
  32828.      * @return \Nds\RecipeManager\Core\Content\Tag\TagSeoUrlRoute
  32829.      */
  32830.     protected function getTagSeoUrlRouteService()
  32831.     {
  32832.         include_once \dirname(__DIR__4).'/vendor/shopware/core/Content/Seo/SeoUrlRoute/SeoUrlRouteInterface.php';
  32833.         include_once \dirname(__DIR__4).'/vendor/store.shopware.com/ndsrecipemanager/src/Core/Content/Tag/TagSeoUrlRoute.php';
  32834.         return $this->privates['Nds\\RecipeManager\\Core\\Content\\Tag\\TagSeoUrlRoute'] = new \Nds\RecipeManager\Core\Content\Tag\TagSeoUrlRoute(($this->services['Nds\\RecipeManager\\Core\\Content\\Tag\\TagDefinition'] ?? $this->getTagDefinitionService()));
  32835.     }
  32836.     /**
  32837.      * Gets the private 'Nds\RecipeManager\Subscriber\RecipeSubscriber' shared service.
  32838.      *
  32839.      * @return \Nds\RecipeManager\Subscriber\RecipeSubscriber
  32840.      */
  32841.     protected function getRecipeSubscriberService()
  32842.     {
  32843.         include_once \dirname(__DIR__4).'/vendor/store.shopware.com/ndsrecipemanager/src/Subscriber/RecipeSubscriber.php';
  32844.         $a = ($this->services['nds_rcp_recipe.repository'] ?? $this->getNdsRcpRecipe_RepositoryService());
  32845.         if (isset($this->privates['Nds\\RecipeManager\\Subscriber\\RecipeSubscriber'])) {
  32846.             return $this->privates['Nds\\RecipeManager\\Subscriber\\RecipeSubscriber'];
  32847.         }
  32848.         return $this->privates['Nds\\RecipeManager\\Subscriber\\RecipeSubscriber'] = new \Nds\RecipeManager\Subscriber\RecipeSubscriber($a);
  32849.     }
  32850.     /**
  32851.      * Gets the private 'NetInventors\NetiNextModal\Services\ConfirmedServiceInterface' shared service.
  32852.      *
  32853.      * @return \NetInventors\NetiNextModal\Services\ConfirmedService
  32854.      */
  32855.     protected function getConfirmedServiceInterfaceService()
  32856.     {
  32857.         include_once \dirname(__DIR__4).'/vendor/store.shopware.com/netinextmodal/src/Services/ConfirmedServiceInterface.php';
  32858.         include_once \dirname(__DIR__4).'/vendor/store.shopware.com/netinextmodal/src/Services/ConfirmedService.php';
  32859.         return $this->privates['NetInventors\\NetiNextModal\\Services\\ConfirmedServiceInterface'] = new \NetInventors\NetiNextModal\Services\ConfirmedService(($this->services['.container.private.session'] ?? $this->get_Container_Private_SessionService()));
  32860.     }
  32861.     /**
  32862.      * Gets the private 'NetInventors\NetiNextModal\Services\Filter\ConfirmedFilterHandler' shared service.
  32863.      *
  32864.      * @return \NetInventors\NetiNextModal\Services\Filter\ConfirmedFilterHandler
  32865.      */
  32866.     protected function getConfirmedFilterHandlerService()
  32867.     {
  32868.         include_once \dirname(__DIR__4).'/vendor/store.shopware.com/netinextmodal/src/Services/Filter/FilterHandlerInterface.php';
  32869.         include_once \dirname(__DIR__4).'/vendor/store.shopware.com/netinextmodal/src/Services/Filter/ConfirmedFilterHandler.php';
  32870.         return $this->privates['NetInventors\\NetiNextModal\\Services\\Filter\\ConfirmedFilterHandler'] = new \NetInventors\NetiNextModal\Services\Filter\ConfirmedFilterHandler(($this->privates['NetInventors\\NetiNextModal\\Services\\ConfirmedServiceInterface'] ?? $this->getConfirmedServiceInterfaceService()));
  32871.     }
  32872.     /**
  32873.      * Gets the private 'NetInventors\NetiNextModal\Services\Filter\ShownFilterHandler' shared service.
  32874.      *
  32875.      * @return \NetInventors\NetiNextModal\Services\Filter\ShownFilterHandler
  32876.      */
  32877.     protected function getShownFilterHandlerService()
  32878.     {
  32879.         include_once \dirname(__DIR__4).'/vendor/store.shopware.com/netinextmodal/src/Services/Filter/FilterHandlerInterface.php';
  32880.         include_once \dirname(__DIR__4).'/vendor/store.shopware.com/netinextmodal/src/Services/Filter/ShownFilterHandler.php';
  32881.         return $this->privates['NetInventors\\NetiNextModal\\Services\\Filter\\ShownFilterHandler'] = new \NetInventors\NetiNextModal\Services\Filter\ShownFilterHandler(($this->privates['NetInventors\\NetiNextModal\\Services\\ShownService'] ?? $this->getShownServiceService()));
  32882.     }
  32883.     /**
  32884.      * Gets the private 'NetInventors\NetiNextModal\Services\ModalCriteriaBuilderInterface' shared service.
  32885.      *
  32886.      * @return \NetInventors\NetiNextModal\Services\ModalCriteriaBuilder
  32887.      */
  32888.     protected function getModalCriteriaBuilderInterfaceService()
  32889.     {
  32890.         include_once \dirname(__DIR__4).'/vendor/store.shopware.com/netinextmodal/src/Services/ModalCriteriaBuilderInterface.php';
  32891.         include_once \dirname(__DIR__4).'/vendor/store.shopware.com/netinextmodal/src/Services/ModalCriteriaBuilder.php';
  32892.         return $this->privates['NetInventors\\NetiNextModal\\Services\\ModalCriteriaBuilderInterface'] = new \NetInventors\NetiNextModal\Services\ModalCriteriaBuilder(new RewindableGenerator(function () {
  32893.             yield => ($this->privates['NetInventors\\NetiNextModal\\Services\\CriteriaBuilder\\IdsCriteriaBuilderHandler'] ?? ($this->privates['NetInventors\\NetiNextModal\\Services\\CriteriaBuilder\\IdsCriteriaBuilderHandler'] = new \NetInventors\NetiNextModal\Services\CriteriaBuilder\IdsCriteriaBuilderHandler()));
  32894.             yield => ($this->privates['NetInventors\\NetiNextModal\\Services\\CriteriaBuilder\\MetaCriteriaBuilderHandler'] ?? ($this->privates['NetInventors\\NetiNextModal\\Services\\CriteriaBuilder\\MetaCriteriaBuilderHandler'] = new \NetInventors\NetiNextModal\Services\CriteriaBuilder\MetaCriteriaBuilderHandler()));
  32895.             yield => ($this->privates['NetInventors\\NetiNextModal\\Services\\CriteriaBuilder\\CategoryCriteriaBuilderHandler'] ?? ($this->privates['NetInventors\\NetiNextModal\\Services\\CriteriaBuilder\\CategoryCriteriaBuilderHandler'] = new \NetInventors\NetiNextModal\Services\CriteriaBuilder\CategoryCriteriaBuilderHandler()));
  32896.             yield => ($this->privates['NetInventors\\NetiNextModal\\Services\\CriteriaBuilder\\ProductCriteriaBuilderHandler'] ?? ($this->privates['NetInventors\\NetiNextModal\\Services\\CriteriaBuilder\\ProductCriteriaBuilderHandler'] = new \NetInventors\NetiNextModal\Services\CriteriaBuilder\ProductCriteriaBuilderHandler()));
  32897.             yield => ($this->privates['NetInventors\\NetiNextModal\\Services\\CriteriaBuilder\\ScheduleCriteriaBuilderHandler'] ?? ($this->privates['NetInventors\\NetiNextModal\\Services\\CriteriaBuilder\\ScheduleCriteriaBuilderHandler'] = new \NetInventors\NetiNextModal\Services\CriteriaBuilder\ScheduleCriteriaBuilderHandler()));
  32898.             yield => ($this->privates['NetInventors\\NetiNextModal\\Services\\CriteriaBuilder\\ViewportCriteriaBuilderHandler'] ?? ($this->privates['NetInventors\\NetiNextModal\\Services\\CriteriaBuilder\\ViewportCriteriaBuilderHandler'] = new \NetInventors\NetiNextModal\Services\CriteriaBuilder\ViewportCriteriaBuilderHandler()));
  32899.             yield => ($this->privates['NetInventors\\NetiNextModal\\Services\\CriteriaBuilder\\ControllerCriteriaBuilderHandler'] ?? ($this->privates['NetInventors\\NetiNextModal\\Services\\CriteriaBuilder\\ControllerCriteriaBuilderHandler'] = new \NetInventors\NetiNextModal\Services\CriteriaBuilder\ControllerCriteriaBuilderHandler()));
  32900.             yield => ($this->privates['NetInventors\\NetiNextModal\\Services\\CriteriaBuilder\\SalesChannelCriteriaBuilderHandler'] ?? ($this->privates['NetInventors\\NetiNextModal\\Services\\CriteriaBuilder\\SalesChannelCriteriaBuilderHandler'] = new \NetInventors\NetiNextModal\Services\CriteriaBuilder\SalesChannelCriteriaBuilderHandler()));
  32901.             yield => ($this->privates['NetInventors\\NetiNextModal\\Services\\CriteriaBuilder\\LanguageCriteriaBuilderHandler'] ?? ($this->privates['NetInventors\\NetiNextModal\\Services\\CriteriaBuilder\\LanguageCriteriaBuilderHandler'] = new \NetInventors\NetiNextModal\Services\CriteriaBuilder\LanguageCriteriaBuilderHandler()));
  32902.         }, 9));
  32903.     }
  32904.     /**
  32905.      * Gets the private 'NetInventors\NetiNextModal\Services\ModalServiceInterface' shared service.
  32906.      *
  32907.      * @return \NetInventors\NetiNextModal\Services\ModalService
  32908.      */
  32909.     protected function getModalServiceInterfaceService()
  32910.     {
  32911.         include_once \dirname(__DIR__4).'/vendor/store.shopware.com/netinextmodal/src/Services/ModalServiceInterface.php';
  32912.         include_once \dirname(__DIR__4).'/vendor/store.shopware.com/netinextmodal/src/Services/ModalService.php';
  32913.         return $this->privates['NetInventors\\NetiNextModal\\Services\\ModalServiceInterface'] = new \NetInventors\NetiNextModal\Services\ModalService(($this->services['neti_modal.repository'] ?? $this->getNetiModal_RepositoryService()));
  32914.     }
  32915.     /**
  32916.      * Gets the private 'NetInventors\NetiNextModal\Services\ShownService' shared service.
  32917.      *
  32918.      * @return \NetInventors\NetiNextModal\Services\ShownService
  32919.      */
  32920.     protected function getShownServiceService()
  32921.     {
  32922.         include_once \dirname(__DIR__4).'/vendor/store.shopware.com/netinextmodal/src/Services/ShownServiceInterface.php';
  32923.         include_once \dirname(__DIR__4).'/vendor/store.shopware.com/netinextmodal/src/Services/ShownService.php';
  32924.         return $this->privates['NetInventors\\NetiNextModal\\Services\\ShownService'] = new \NetInventors\NetiNextModal\Services\ShownService(($this->services['.container.private.session'] ?? $this->get_Container_Private_SessionService()));
  32925.     }
  32926.     /**
  32927.      * Gets the private 'NetInventors\NetiNextModal\Subscriber\StorefrontRenderSubscriber' shared service.
  32928.      *
  32929.      * @return \NetInventors\NetiNextModal\Subscriber\StorefrontRenderSubscriber
  32930.      */
  32931.     protected function getStorefrontRenderSubscriberService()
  32932.     {
  32933.         include_once \dirname(__DIR__4).'/vendor/store.shopware.com/netinextmodal/src/Subscriber/StorefrontRenderSubscriber.php';
  32934.         include_once \dirname(__DIR__4).'/vendor/store.shopware.com/netinextmodal/src/Services/PluginConfig.php';
  32935.         $a = ($this->services['category.repository'] ?? $this->getCategory_RepositoryService());
  32936.         if (isset($this->privates['NetInventors\\NetiNextModal\\Subscriber\\StorefrontRenderSubscriber'])) {
  32937.             return $this->privates['NetInventors\\NetiNextModal\\Subscriber\\StorefrontRenderSubscriber'];
  32938.         }
  32939.         $b = ($this->services['Shopware\\Core\\System\\SystemConfig\\SystemConfigService'] ?? $this->getSystemConfigServiceService());
  32940.         if (isset($this->privates['NetInventors\\NetiNextModal\\Subscriber\\StorefrontRenderSubscriber'])) {
  32941.             return $this->privates['NetInventors\\NetiNextModal\\Subscriber\\StorefrontRenderSubscriber'];
  32942.         }
  32943.         $c = ($this->services['request_stack'] ?? ($this->services['request_stack'] = new \Symfony\Component\HttpFoundation\RequestStack()));
  32944.         return $this->privates['NetInventors\\NetiNextModal\\Subscriber\\StorefrontRenderSubscriber'] = new \NetInventors\NetiNextModal\Subscriber\StorefrontRenderSubscriber($c$a, new \NetInventors\NetiNextModal\Services\PluginConfig($b$c));
  32945.     }
  32946.     /**
  32947.      * Gets the private 'Nimbits\NimbitsArticleQuestionsNext\Setting\Service\SettingService' shared service.
  32948.      *
  32949.      * @return \Nimbits\NimbitsArticleQuestionsNext\Setting\Service\SettingService
  32950.      */
  32951.     protected function getSettingServiceService()
  32952.     {
  32953.         include_once \dirname(__DIR__4).'/vendor/store.shopware.com/nimbitsarticlequestionsnext/src/Setting/Service/SettingService.php';
  32954.         $a = ($this->services['Shopware\\Core\\System\\SystemConfig\\SystemConfigService'] ?? $this->getSystemConfigServiceService());
  32955.         if (isset($this->privates['Nimbits\\NimbitsArticleQuestionsNext\\Setting\\Service\\SettingService'])) {
  32956.             return $this->privates['Nimbits\\NimbitsArticleQuestionsNext\\Setting\\Service\\SettingService'];
  32957.         }
  32958.         return $this->privates['Nimbits\\NimbitsArticleQuestionsNext\\Setting\\Service\\SettingService'] = new \Nimbits\NimbitsArticleQuestionsNext\Setting\Service\SettingService($a);
  32959.     }
  32960.     /**
  32961.      * Gets the private 'Nimbits\NimbitsArticleQuestionsNext\Subscriber\Subscriber' shared service.
  32962.      *
  32963.      * @return \Nimbits\NimbitsArticleQuestionsNext\Subscriber\Subscriber
  32964.      */
  32965.     protected function getSubscriberService()
  32966.     {
  32967.         include_once \dirname(__DIR__4).'/vendor/store.shopware.com/nimbitsarticlequestionsnext/src/Subscriber/Subscriber.php';
  32968.         $a = ($this->privates['Nimbits\\NimbitsArticleQuestionsNext\\Setting\\Service\\SettingService'] ?? $this->getSettingServiceService());
  32969.         if (isset($this->privates['Nimbits\\NimbitsArticleQuestionsNext\\Subscriber\\Subscriber'])) {
  32970.             return $this->privates['Nimbits\\NimbitsArticleQuestionsNext\\Subscriber\\Subscriber'];
  32971.         }
  32972.         $b = ($this->services['nimbits_articlequestions.repository'] ?? $this->getNimbitsArticlequestions_RepositoryService());
  32973.         if (isset($this->privates['Nimbits\\NimbitsArticleQuestionsNext\\Subscriber\\Subscriber'])) {
  32974.             return $this->privates['Nimbits\\NimbitsArticleQuestionsNext\\Subscriber\\Subscriber'];
  32975.         }
  32976.         $c = ($this->privates['Shopware\\Core\\Content\\Mail\\Service\\MailService'] ?? $this->getMailServiceService());
  32977.         if (isset($this->privates['Nimbits\\NimbitsArticleQuestionsNext\\Subscriber\\Subscriber'])) {
  32978.             return $this->privates['Nimbits\\NimbitsArticleQuestionsNext\\Subscriber\\Subscriber'];
  32979.         }
  32980.         $d = ($this->services['sales_channel.repository'] ?? $this->getSalesChannel_RepositoryService());
  32981.         if (isset($this->privates['Nimbits\\NimbitsArticleQuestionsNext\\Subscriber\\Subscriber'])) {
  32982.             return $this->privates['Nimbits\\NimbitsArticleQuestionsNext\\Subscriber\\Subscriber'];
  32983.         }
  32984.         $e = ($this->services['.container.private.twig'] ?? $this->get_Container_Private_TwigService());
  32985.         if (isset($this->privates['Nimbits\\NimbitsArticleQuestionsNext\\Subscriber\\Subscriber'])) {
  32986.             return $this->privates['Nimbits\\NimbitsArticleQuestionsNext\\Subscriber\\Subscriber'];
  32987.         }
  32988.         $f = ($this->services['product.repository'] ?? $this->getProduct_RepositoryService());
  32989.         if (isset($this->privates['Nimbits\\NimbitsArticleQuestionsNext\\Subscriber\\Subscriber'])) {
  32990.             return $this->privates['Nimbits\\NimbitsArticleQuestionsNext\\Subscriber\\Subscriber'];
  32991.         }
  32992.         return $this->privates['Nimbits\\NimbitsArticleQuestionsNext\\Subscriber\\Subscriber'] = new \Nimbits\NimbitsArticleQuestionsNext\Subscriber\Subscriber($a$b$c$d$e$f);
  32993.     }
  32994.     /**
  32995.      * Gets the private 'Pixel\LexikonSW6\Component\CoreFunctions' shared service.
  32996.      *
  32997.      * @return \Pixel\LexikonSW6\Component\CoreFunctions
  32998.      */
  32999.     protected function getCoreFunctionsService()
  33000.     {
  33001.         $a = ($this->services['Shopware\\Core\\System\\SystemConfig\\SystemConfigService'] ?? $this->getSystemConfigServiceService());
  33002.         if (isset($this->privates['Pixel\\LexikonSW6\\Component\\CoreFunctions'])) {
  33003.             return $this->privates['Pixel\\LexikonSW6\\Component\\CoreFunctions'];
  33004.         }
  33005.         $b = ($this->services['pixel_lexikon.repository'] ?? $this->getPixelLexikon_RepositoryService());
  33006.         if (isset($this->privates['Pixel\\LexikonSW6\\Component\\CoreFunctions'])) {
  33007.             return $this->privates['Pixel\\LexikonSW6\\Component\\CoreFunctions'];
  33008.         }
  33009.         return $this->privates['Pixel\\LexikonSW6\\Component\\CoreFunctions'] = new \Pixel\LexikonSW6\Component\CoreFunctions(($this->services['DreiscSeoPro\\Decorator\\Core\\Content\\Seo\\SeoUrlPlaceholderHandlerDecorator'] ?? $this->getSeoUrlPlaceholderHandlerDecoratorService()), $a$b);
  33010.     }
  33011.     /**
  33012.      * Gets the private 'Pixel\LexikonSW6\Component\FrontHelpers' shared service.
  33013.      *
  33014.      * @return \Pixel\LexikonSW6\Component\FrontHelpers
  33015.      */
  33016.     protected function getFrontHelpersService()
  33017.     {
  33018.         include_once \dirname(__DIR__4).'/custom/plugins/PixelLexikonSW6/src/Component/FrontHelpers.php';
  33019.         $a = ($this->services['Shopware\\Core\\System\\SystemConfig\\SystemConfigService'] ?? $this->getSystemConfigServiceService());
  33020.         if (isset($this->privates['Pixel\\LexikonSW6\\Component\\FrontHelpers'])) {
  33021.             return $this->privates['Pixel\\LexikonSW6\\Component\\FrontHelpers'];
  33022.         }
  33023.         $b = ($this->services['pixel_lexikon.repository'] ?? $this->getPixelLexikon_RepositoryService());
  33024.         if (isset($this->privates['Pixel\\LexikonSW6\\Component\\FrontHelpers'])) {
  33025.             return $this->privates['Pixel\\LexikonSW6\\Component\\FrontHelpers'];
  33026.         }
  33027.         $c = ($this->services['pixel_lexikon_categories.repository'] ?? $this->getPixelLexikonCategories_RepositoryService());
  33028.         if (isset($this->privates['Pixel\\LexikonSW6\\Component\\FrontHelpers'])) {
  33029.             return $this->privates['Pixel\\LexikonSW6\\Component\\FrontHelpers'];
  33030.         }
  33031.         $d = ($this->services['sales_channel.product.repository'] ?? $this->getSalesChannel_Product_RepositoryService());
  33032.         if (isset($this->privates['Pixel\\LexikonSW6\\Component\\FrontHelpers'])) {
  33033.             return $this->privates['Pixel\\LexikonSW6\\Component\\FrontHelpers'];
  33034.         }
  33035.         return $this->privates['Pixel\\LexikonSW6\\Component\\FrontHelpers'] = new \Pixel\LexikonSW6\Component\FrontHelpers(($this->services['DreiscSeoPro\\Decorator\\Core\\Content\\Seo\\SeoUrlPlaceholderHandlerDecorator'] ?? $this->getSeoUrlPlaceholderHandlerDecoratorService()), $a$b$c$d, ($this->services['Shopware\\Core\\Content\\ProductStream\\Service\\ProductStreamBuilder'] ?? $this->getProductStreamBuilderService()), ($this->services['Doctrine\\DBAL\\Connection'] ?? $this->getConnectionService()), $this);
  33036.     }
  33037.     /**
  33038.      * Gets the private 'Pixel\LexikonSW6\Controller\StoreApi\CacheInvalidationSubscriber' shared service.
  33039.      *
  33040.      * @return \Pixel\LexikonSW6\Controller\StoreApi\CacheInvalidationSubscriber
  33041.      */
  33042.     protected function getCacheInvalidationSubscriberService()
  33043.     {
  33044.         include_once \dirname(__DIR__4).'/custom/plugins/PixelLexikonSW6/src/Controller/StoreApi/CacheInvalidationSubscriber.php';
  33045.         $a = ($this->privates['Shopware\\Core\\Framework\\Adapter\\Cache\\CacheInvalidator'] ?? $this->getCacheInvalidatorService());
  33046.         if (isset($this->privates['Pixel\\LexikonSW6\\Controller\\StoreApi\\CacheInvalidationSubscriber'])) {
  33047.             return $this->privates['Pixel\\LexikonSW6\\Controller\\StoreApi\\CacheInvalidationSubscriber'];
  33048.         }
  33049.         $b = ($this->services['cms_slot.repository'] ?? $this->getCmsSlot_RepositoryService());
  33050.         if (isset($this->privates['Pixel\\LexikonSW6\\Controller\\StoreApi\\CacheInvalidationSubscriber'])) {
  33051.             return $this->privates['Pixel\\LexikonSW6\\Controller\\StoreApi\\CacheInvalidationSubscriber'];
  33052.         }
  33053.         return $this->privates['Pixel\\LexikonSW6\\Controller\\StoreApi\\CacheInvalidationSubscriber'] = new \Pixel\LexikonSW6\Controller\StoreApi\CacheInvalidationSubscriber($a$b);
  33054.     }
  33055.     /**
  33056.      * Gets the private 'Pixel\LexikonSW6\Core\Seo\SeoUrlRoute\LexikonCategorySeoUrlRoute' shared service.
  33057.      *
  33058.      * @return \Pixel\LexikonSW6\Core\Seo\SeoUrlRoute\LexikonCategorySeoUrlRoute
  33059.      */
  33060.     protected function getLexikonCategorySeoUrlRouteService()
  33061.     {
  33062.         include_once \dirname(__DIR__4).'/vendor/shopware/core/Content/Seo/SeoUrlRoute/SeoUrlRouteInterface.php';
  33063.         include_once \dirname(__DIR__4).'/custom/plugins/PixelLexikonSW6/src/Core/Seo/SeoUrlRoute/LexikonCategorySeoUrlRoute.php';
  33064.         $a = ($this->services['pixel_lexikon_categories.repository'] ?? $this->getPixelLexikonCategories_RepositoryService());
  33065.         if (isset($this->privates['Pixel\\LexikonSW6\\Core\\Seo\\SeoUrlRoute\\LexikonCategorySeoUrlRoute'])) {
  33066.             return $this->privates['Pixel\\LexikonSW6\\Core\\Seo\\SeoUrlRoute\\LexikonCategorySeoUrlRoute'];
  33067.         }
  33068.         $b = ($this->services['pixel_lexikon.repository'] ?? $this->getPixelLexikon_RepositoryService());
  33069.         if (isset($this->privates['Pixel\\LexikonSW6\\Core\\Seo\\SeoUrlRoute\\LexikonCategorySeoUrlRoute'])) {
  33070.             return $this->privates['Pixel\\LexikonSW6\\Core\\Seo\\SeoUrlRoute\\LexikonCategorySeoUrlRoute'];
  33071.         }
  33072.         return $this->privates['Pixel\\LexikonSW6\\Core\\Seo\\SeoUrlRoute\\LexikonCategorySeoUrlRoute'] = new \Pixel\LexikonSW6\Core\Seo\SeoUrlRoute\LexikonCategorySeoUrlRoute(($this->services['Pixel\\LexikonSW6\\Entities\\Categories\\LexikonCategoriesDefinition'] ?? $this->getLexikonCategoriesDefinitionService()), $a$b);
  33073.     }
  33074.     /**
  33075.      * Gets the private 'Pixel\LexikonSW6\Core\Seo\SeoUrlRoute\LexikonSeoUrlRoute' shared service.
  33076.      *
  33077.      * @return \Pixel\LexikonSW6\Core\Seo\SeoUrlRoute\LexikonSeoUrlRoute
  33078.      */
  33079.     protected function getLexikonSeoUrlRouteService()
  33080.     {
  33081.         include_once \dirname(__DIR__4).'/vendor/shopware/core/Content/Seo/SeoUrlRoute/SeoUrlRouteInterface.php';
  33082.         include_once \dirname(__DIR__4).'/custom/plugins/PixelLexikonSW6/src/Core/Seo/SeoUrlRoute/LexikonSeoUrlRoute.php';
  33083.         $a = ($this->services['pixel_lexikon_categories.repository'] ?? $this->getPixelLexikonCategories_RepositoryService());
  33084.         if (isset($this->privates['Pixel\\LexikonSW6\\Core\\Seo\\SeoUrlRoute\\LexikonSeoUrlRoute'])) {
  33085.             return $this->privates['Pixel\\LexikonSW6\\Core\\Seo\\SeoUrlRoute\\LexikonSeoUrlRoute'];
  33086.         }
  33087.         $b = ($this->services['pixel_lexikon.repository'] ?? $this->getPixelLexikon_RepositoryService());
  33088.         if (isset($this->privates['Pixel\\LexikonSW6\\Core\\Seo\\SeoUrlRoute\\LexikonSeoUrlRoute'])) {
  33089.             return $this->privates['Pixel\\LexikonSW6\\Core\\Seo\\SeoUrlRoute\\LexikonSeoUrlRoute'];
  33090.         }
  33091.         return $this->privates['Pixel\\LexikonSW6\\Core\\Seo\\SeoUrlRoute\\LexikonSeoUrlRoute'] = new \Pixel\LexikonSW6\Core\Seo\SeoUrlRoute\LexikonSeoUrlRoute(($this->services['Pixel\\LexikonSW6\\Entities\\Items\\LexikonDefinition'] ?? $this->getLexikonDefinitionService()), $a$b);
  33092.     }
  33093.     /**
  33094.      * Gets the private 'Pixel\LexikonSW6\Core\Seo\SeoUrlRoute\LexikonSeoUrlUpdateListener' shared service.
  33095.      *
  33096.      * @return \Pixel\LexikonSW6\Core\Seo\SeoUrlRoute\LexikonSeoUrlUpdateListener
  33097.      */
  33098.     protected function getLexikonSeoUrlUpdateListenerService()
  33099.     {
  33100.         include_once \dirname(__DIR__4).'/custom/plugins/PixelLexikonSW6/src/Core/Seo/SeoUrlRoute/LexikonSeoUrlUpdateListener.php';
  33101.         $a = ($this->services['Shopware\\Core\\Framework\\DataAbstractionLayer\\Indexing\\EntityIndexerRegistry'] ?? $this->getEntityIndexerRegistryService());
  33102.         if (isset($this->privates['Pixel\\LexikonSW6\\Core\\Seo\\SeoUrlRoute\\LexikonSeoUrlUpdateListener'])) {
  33103.             return $this->privates['Pixel\\LexikonSW6\\Core\\Seo\\SeoUrlRoute\\LexikonSeoUrlUpdateListener'];
  33104.         }
  33105.         return $this->privates['Pixel\\LexikonSW6\\Core\\Seo\\SeoUrlRoute\\LexikonSeoUrlUpdateListener'] = new \Pixel\LexikonSW6\Core\Seo\SeoUrlRoute\LexikonSeoUrlUpdateListener(($this->privates['Shopware\\Core\\Content\\Seo\\SeoUrlUpdater'] ?? $this->getSeoUrlUpdaterService()), ($this->services['Doctrine\\DBAL\\Connection'] ?? $this->getConnectionService()), $a);
  33106.     }
  33107.     /**
  33108.      * Gets the private 'Pixel\LexikonSW6\Core\Sitemap\CustomUrlProvider' shared service.
  33109.      *
  33110.      * @return \Pixel\LexikonSW6\Core\Sitemap\CustomUrlProvider
  33111.      */
  33112.     protected function getCustomUrlProvider2Service()
  33113.     {
  33114.         include_once \dirname(__DIR__4).'/vendor/shopware/core/Content/Sitemap/Provider/UrlProviderInterface.php';
  33115.         include_once \dirname(__DIR__4).'/vendor/shopware/core/Content/Sitemap/Provider/AbstractUrlProvider.php';
  33116.         include_once \dirname(__DIR__4).'/custom/plugins/PixelLexikonSW6/src/Core/Sitemap/CustomUrlProvider.php';
  33117.         $a = ($this->services['pixel_lexikon.repository'] ?? $this->getPixelLexikon_RepositoryService());
  33118.         if (isset($this->privates['Pixel\\LexikonSW6\\Core\\Sitemap\\CustomUrlProvider'])) {
  33119.             return $this->privates['Pixel\\LexikonSW6\\Core\\Sitemap\\CustomUrlProvider'];
  33120.         }
  33121.         return $this->privates['Pixel\\LexikonSW6\\Core\\Sitemap\\CustomUrlProvider'] = new \Pixel\LexikonSW6\Core\Sitemap\CustomUrlProvider(($this->services['router'] ?? $this->getRouterService()), $a, ($this->services['Doctrine\\DBAL\\Connection'] ?? $this->getConnectionService()));
  33122.     }
  33123.     /**
  33124.      * Gets the private 'Pixel\LexikonSW6\Entities\Categories\DataAbstractionLayer\LexikonCategoriesIndexer' shared service.
  33125.      *
  33126.      * @return \Pixel\LexikonSW6\Entities\Categories\DataAbstractionLayer\LexikonCategoriesIndexer
  33127.      */
  33128.     protected function getLexikonCategoriesIndexerService()
  33129.     {
  33130.         include_once \dirname(__DIR__4).'/vendor/shopware/core/Framework/DataAbstractionLayer/Indexing/EntityIndexer.php';
  33131.         include_once \dirname(__DIR__4).'/custom/plugins/PixelLexikonSW6/src/Entities/Categories/DataAbstractionLayer/LexikonCategoriesIndexer.php';
  33132.         $a = ($this->services['pixel_lexikon_categories.repository'] ?? $this->getPixelLexikonCategories_RepositoryService());
  33133.         if (isset($this->privates['Pixel\\LexikonSW6\\Entities\\Categories\\DataAbstractionLayer\\LexikonCategoriesIndexer'])) {
  33134.             return $this->privates['Pixel\\LexikonSW6\\Entities\\Categories\\DataAbstractionLayer\\LexikonCategoriesIndexer'];
  33135.         }
  33136.         $b = ($this->privates['Shopware\\Core\\Framework\\Adapter\\Cache\\CacheClearer'] ?? $this->getCacheClearer2Service());
  33137.         if (isset($this->privates['Pixel\\LexikonSW6\\Entities\\Categories\\DataAbstractionLayer\\LexikonCategoriesIndexer'])) {
  33138.             return $this->privates['Pixel\\LexikonSW6\\Entities\\Categories\\DataAbstractionLayer\\LexikonCategoriesIndexer'];
  33139.         }
  33140.         $c = ($this->services['event_dispatcher'] ?? $this->getEventDispatcherService());
  33141.         if (isset($this->privates['Pixel\\LexikonSW6\\Entities\\Categories\\DataAbstractionLayer\\LexikonCategoriesIndexer'])) {
  33142.             return $this->privates['Pixel\\LexikonSW6\\Entities\\Categories\\DataAbstractionLayer\\LexikonCategoriesIndexer'];
  33143.         }
  33144.         return $this->privates['Pixel\\LexikonSW6\\Entities\\Categories\\DataAbstractionLayer\\LexikonCategoriesIndexer'] = new \Pixel\LexikonSW6\Entities\Categories\DataAbstractionLayer\LexikonCategoriesIndexer(($this->privates['Shopware\\Core\\Framework\\DataAbstractionLayer\\Dbal\\Common\\IteratorFactory'] ?? $this->getIteratorFactory2Service()), $a$b$c);
  33145.     }
  33146.     /**
  33147.      * Gets the private 'Pixel\LexikonSW6\Entities\Items\DataAbstractionLayer\LexikonItemsIndexer' shared service.
  33148.      *
  33149.      * @return \Pixel\LexikonSW6\Entities\Items\DataAbstractionLayer\LexikonItemsIndexer
  33150.      */
  33151.     protected function getLexikonItemsIndexerService()
  33152.     {
  33153.         include_once \dirname(__DIR__4).'/vendor/shopware/core/Framework/DataAbstractionLayer/Indexing/EntityIndexer.php';
  33154.         include_once \dirname(__DIR__4).'/custom/plugins/PixelLexikonSW6/src/Entities/Items/DataAbstractionLayer/LexikonItemsIndexer.php';
  33155.         $a = ($this->services['pixel_lexikon.repository'] ?? $this->getPixelLexikon_RepositoryService());
  33156.         if (isset($this->privates['Pixel\\LexikonSW6\\Entities\\Items\\DataAbstractionLayer\\LexikonItemsIndexer'])) {
  33157.             return $this->privates['Pixel\\LexikonSW6\\Entities\\Items\\DataAbstractionLayer\\LexikonItemsIndexer'];
  33158.         }
  33159.         $b = ($this->privates['Shopware\\Core\\Framework\\Adapter\\Cache\\CacheClearer'] ?? $this->getCacheClearer2Service());
  33160.         if (isset($this->privates['Pixel\\LexikonSW6\\Entities\\Items\\DataAbstractionLayer\\LexikonItemsIndexer'])) {
  33161.             return $this->privates['Pixel\\LexikonSW6\\Entities\\Items\\DataAbstractionLayer\\LexikonItemsIndexer'];
  33162.         }
  33163.         $c = ($this->services['event_dispatcher'] ?? $this->getEventDispatcherService());
  33164.         if (isset($this->privates['Pixel\\LexikonSW6\\Entities\\Items\\DataAbstractionLayer\\LexikonItemsIndexer'])) {
  33165.             return $this->privates['Pixel\\LexikonSW6\\Entities\\Items\\DataAbstractionLayer\\LexikonItemsIndexer'];
  33166.         }
  33167.         return $this->privates['Pixel\\LexikonSW6\\Entities\\Items\\DataAbstractionLayer\\LexikonItemsIndexer'] = new \Pixel\LexikonSW6\Entities\Items\DataAbstractionLayer\LexikonItemsIndexer(($this->privates['Shopware\\Core\\Framework\\DataAbstractionLayer\\Dbal\\Common\\IteratorFactory'] ?? $this->getIteratorFactory2Service()), $a$b$c);
  33168.     }
  33169.     /**
  33170.      * Gets the private 'Pixel\LexikonSW6\Resolver\LexikonElementResolver' shared service.
  33171.      *
  33172.      * @return \Pixel\LexikonSW6\Resolver\LexikonElementResolver
  33173.      */
  33174.     protected function getLexikonElementResolverService()
  33175.     {
  33176.         include_once \dirname(__DIR__4).'/vendor/shopware/core/Content/Cms/DataResolver/Element/CmsElementResolverInterface.php';
  33177.         include_once \dirname(__DIR__4).'/vendor/shopware/core/Content/Cms/DataResolver/Element/AbstractCmsElementResolver.php';
  33178.         include_once \dirname(__DIR__4).'/custom/plugins/PixelLexikonSW6/src/Resolver/LexikonElementResolver.php';
  33179.         $a = ($this->services['Shopware\\Core\\System\\SystemConfig\\SystemConfigService'] ?? $this->getSystemConfigServiceService());
  33180.         if (isset($this->privates['Pixel\\LexikonSW6\\Resolver\\LexikonElementResolver'])) {
  33181.             return $this->privates['Pixel\\LexikonSW6\\Resolver\\LexikonElementResolver'];
  33182.         }
  33183.         $b = ($this->privates['Pixel\\LexikonSW6\\Component\\FrontHelpers'] ?? $this->getFrontHelpersService());
  33184.         if (isset($this->privates['Pixel\\LexikonSW6\\Resolver\\LexikonElementResolver'])) {
  33185.             return $this->privates['Pixel\\LexikonSW6\\Resolver\\LexikonElementResolver'];
  33186.         }
  33187.         $c = ($this->services['Pixel\\LexikonSW6\\Controller\\StoreApi\\LexikonCategories\\CachedLexikonCatRoute'] ?? $this->getCachedLexikonCatRouteService());
  33188.         if (isset($this->privates['Pixel\\LexikonSW6\\Resolver\\LexikonElementResolver'])) {
  33189.             return $this->privates['Pixel\\LexikonSW6\\Resolver\\LexikonElementResolver'];
  33190.         }
  33191.         return $this->privates['Pixel\\LexikonSW6\\Resolver\\LexikonElementResolver'] = new \Pixel\LexikonSW6\Resolver\LexikonElementResolver($a$b$c);
  33192.     }
  33193.     /**
  33194.      * Gets the private 'Pixel\LexikonSW6\Subscriber\Frontend' shared service.
  33195.      *
  33196.      * @return \Pixel\LexikonSW6\Subscriber\Frontend
  33197.      */
  33198.     protected function getFrontend2Service()
  33199.     {
  33200.         include_once \dirname(__DIR__4).'/custom/plugins/PixelLexikonSW6/src/Subscriber/Frontend.php';
  33201.         $a = ($this->services['Shopware\\Core\\System\\SystemConfig\\SystemConfigService'] ?? $this->getSystemConfigServiceService());
  33202.         if (isset($this->privates['Pixel\\LexikonSW6\\Subscriber\\Frontend'])) {
  33203.             return $this->privates['Pixel\\LexikonSW6\\Subscriber\\Frontend'];
  33204.         }
  33205.         return $this->privates['Pixel\\LexikonSW6\\Subscriber\\Frontend'] = new \Pixel\LexikonSW6\Subscriber\Frontend(($this->services['DreiscSeoPro\\Decorator\\Core\\Content\\Seo\\SeoUrlPlaceholderHandlerDecorator'] ?? $this->getSeoUrlPlaceholderHandlerDecoratorService()), $a, ($this->privates['Pixel\\LexikonSW6\\Component\\CoreFunctions'] ?? $this->getCoreFunctionsService()), ($this->services['request_stack'] ?? ($this->services['request_stack'] = new \Symfony\Component\HttpFoundation\RequestStack())));
  33206.     }
  33207.     /**
  33208.      * Gets the private 'ProxaCheckoutTemplate\Subscriber\Storefront\CheckoutSubscriber' shared service.
  33209.      *
  33210.      * @return \ProxaCheckoutTemplate\Subscriber\Storefront\CheckoutSubscriber
  33211.      */
  33212.     protected function getCheckoutSubscriberService()
  33213.     {
  33214.         include_once \dirname(__DIR__4).'/custom/plugins/ProxaCheckoutTemplate/src/Subscriber/Storefront/CheckoutSubscriber.php';
  33215.         $a = ($this->services['Shopware\\Core\\System\\Salutation\\SalesChannel\\CachedSalutationRoute'] ?? $this->getCachedSalutationRouteService());
  33216.         if (isset($this->privates['ProxaCheckoutTemplate\\Subscriber\\Storefront\\CheckoutSubscriber'])) {
  33217.             return $this->privates['ProxaCheckoutTemplate\\Subscriber\\Storefront\\CheckoutSubscriber'];
  33218.         }
  33219.         $b = ($this->services['Shopware\\Core\\System\\Country\\SalesChannel\\CachedCountryRoute'] ?? $this->getCachedCountryRouteService());
  33220.         if (isset($this->privates['ProxaCheckoutTemplate\\Subscriber\\Storefront\\CheckoutSubscriber'])) {
  33221.             return $this->privates['ProxaCheckoutTemplate\\Subscriber\\Storefront\\CheckoutSubscriber'];
  33222.         }
  33223.         $c = ($this->services['Shopware\\Core\\System\\SystemConfig\\SystemConfigService'] ?? $this->getSystemConfigServiceService());
  33224.         if (isset($this->privates['ProxaCheckoutTemplate\\Subscriber\\Storefront\\CheckoutSubscriber'])) {
  33225.             return $this->privates['ProxaCheckoutTemplate\\Subscriber\\Storefront\\CheckoutSubscriber'];
  33226.         }
  33227.         $d = ($this->services['media.repository'] ?? $this->getMedia_RepositoryService());
  33228.         if (isset($this->privates['ProxaCheckoutTemplate\\Subscriber\\Storefront\\CheckoutSubscriber'])) {
  33229.             return $this->privates['ProxaCheckoutTemplate\\Subscriber\\Storefront\\CheckoutSubscriber'];
  33230.         }
  33231.         $e = ($this->services['Shopware\\Core\\Content\\Newsletter\\SalesChannel\\NewsletterSubscribeRoute'] ?? $this->getNewsletterSubscribeRouteService());
  33232.         if (isset($this->privates['ProxaCheckoutTemplate\\Subscriber\\Storefront\\CheckoutSubscriber'])) {
  33233.             return $this->privates['ProxaCheckoutTemplate\\Subscriber\\Storefront\\CheckoutSubscriber'];
  33234.         }
  33235.         $f = ($this->services['customer.repository'] ?? $this->getCustomer_RepositoryService());
  33236.         if (isset($this->privates['ProxaCheckoutTemplate\\Subscriber\\Storefront\\CheckoutSubscriber'])) {
  33237.             return $this->privates['ProxaCheckoutTemplate\\Subscriber\\Storefront\\CheckoutSubscriber'];
  33238.         }
  33239.         $g = ($this->services['plugin.repository'] ?? $this->getPlugin_RepositoryService());
  33240.         if (isset($this->privates['ProxaCheckoutTemplate\\Subscriber\\Storefront\\CheckoutSubscriber'])) {
  33241.             return $this->privates['ProxaCheckoutTemplate\\Subscriber\\Storefront\\CheckoutSubscriber'];
  33242.         }
  33243.         return $this->privates['ProxaCheckoutTemplate\\Subscriber\\Storefront\\CheckoutSubscriber'] = new \ProxaCheckoutTemplate\Subscriber\Storefront\CheckoutSubscriber($a$b$c$d$this$e$f$g'ProxaCheckoutTemplate');
  33244.     }
  33245.     /**
  33246.      * Gets the private 'Scop\PlatformRedirecter\Subscriber\RequestSubscriber' shared service.
  33247.      *
  33248.      * @return \Scop\PlatformRedirecter\Subscriber\RequestSubscriber
  33249.      */
  33250.     protected function getRequestSubscriberService()
  33251.     {
  33252.         include_once \dirname(__DIR__4).'/vendor/store.shopware.com/scopplatformredirecter/src/Subscriber/RequestSubscriber.php';
  33253.         $a = ($this->services['scop_platform_redirecter_redirect.repository'] ?? $this->getScopPlatformRedirecterRedirect_RepositoryService());
  33254.         if (isset($this->privates['Scop\\PlatformRedirecter\\Subscriber\\RequestSubscriber'])) {
  33255.             return $this->privates['Scop\\PlatformRedirecter\\Subscriber\\RequestSubscriber'];
  33256.         }
  33257.         $b = ($this->services['seo_url.repository'] ?? $this->getSeoUrl_RepositoryService());
  33258.         if (isset($this->privates['Scop\\PlatformRedirecter\\Subscriber\\RequestSubscriber'])) {
  33259.             return $this->privates['Scop\\PlatformRedirecter\\Subscriber\\RequestSubscriber'];
  33260.         }
  33261.         return $this->privates['Scop\\PlatformRedirecter\\Subscriber\\RequestSubscriber'] = new \Scop\PlatformRedirecter\Subscriber\RequestSubscriber($a$b);
  33262.     }
  33263.     /**
  33264.      * Gets the private 'Shopware\Administration\Snippet\CachedSnippetFinder' shared service.
  33265.      *
  33266.      * @return \Shopware\Administration\Snippet\CachedSnippetFinder
  33267.      */
  33268.     protected function getCachedSnippetFinderService()
  33269.     {
  33270.         include_once \dirname(__DIR__4).'/vendor/shopware/administration/Snippet/SnippetFinderInterface.php';
  33271.         include_once \dirname(__DIR__4).'/vendor/shopware/administration/Snippet/CachedSnippetFinder.php';
  33272.         include_once \dirname(__DIR__4).'/vendor/shopware/administration/Snippet/SnippetFinder.php';
  33273.         return $this->privates['Shopware\\Administration\\Snippet\\CachedSnippetFinder'] = new \Shopware\Administration\Snippet\CachedSnippetFinder(new \Shopware\Administration\Snippet\SnippetFinder(($this->services['kernel'] ?? $this->get('kernel'1)), ($this->services['Doctrine\\DBAL\\Connection'] ?? $this->getConnectionService())), ($this->privates['Shopware\\Core\\Framework\\Adapter\\Cache\\CacheDecorator'] ?? $this->getCacheDecoratorService()));
  33274.     }
  33275.     /**
  33276.      * Gets the private 'Shopware\Administration\System\SalesChannel\Subscriber\SalesChannelUserConfigSubscriber' shared service.
  33277.      *
  33278.      * @return \Shopware\Administration\System\SalesChannel\Subscriber\SalesChannelUserConfigSubscriber
  33279.      */
  33280.     protected function getSalesChannelUserConfigSubscriberService()
  33281.     {
  33282.         include_once \dirname(__DIR__4).'/vendor/shopware/administration/System/SalesChannel/Subscriber/SalesChannelUserConfigSubscriber.php';
  33283.         $a = ($this->services['user_config.repository'] ?? $this->getUserConfig_RepositoryService());
  33284.         if (isset($this->privates['Shopware\\Administration\\System\\SalesChannel\\Subscriber\\SalesChannelUserConfigSubscriber'])) {
  33285.             return $this->privates['Shopware\\Administration\\System\\SalesChannel\\Subscriber\\SalesChannelUserConfigSubscriber'];
  33286.         }
  33287.         return $this->privates['Shopware\\Administration\\System\\SalesChannel\\Subscriber\\SalesChannelUserConfigSubscriber'] = new \Shopware\Administration\System\SalesChannel\Subscriber\SalesChannelUserConfigSubscriber($a);
  33288.     }
  33289.     /**
  33290.      * Gets the private 'Shopware\Core\Checkout\Cart\Address\AddressValidator' shared service.
  33291.      *
  33292.      * @return \Shopware\Core\Checkout\Cart\Address\AddressValidator
  33293.      */
  33294.     protected function getAddressValidatorService()
  33295.     {
  33296.         include_once \dirname(__DIR__4).'/vendor/shopware/core/Checkout/Cart/CartValidatorInterface.php';
  33297.         include_once \dirname(__DIR__4).'/vendor/shopware/core/Checkout/Cart/Address/AddressValidator.php';
  33298.         $a = ($this->services['country.repository'] ?? $this->getCountry_RepositoryService());
  33299.         if (isset($this->privates['Shopware\\Core\\Checkout\\Cart\\Address\\AddressValidator'])) {
  33300.             return $this->privates['Shopware\\Core\\Checkout\\Cart\\Address\\AddressValidator'];
  33301.         }
  33302.         return $this->privates['Shopware\\Core\\Checkout\\Cart\\Address\\AddressValidator'] = new \Shopware\Core\Checkout\Cart\Address\AddressValidator($a);
  33303.     }
  33304.     /**
  33305.      * Gets the private 'Shopware\Core\Checkout\Cart\CachedRuleLoader' shared service.
  33306.      *
  33307.      * @return \Shopware\Core\Checkout\Cart\CachedRuleLoader
  33308.      */
  33309.     protected function getCachedRuleLoaderService()
  33310.     {
  33311.         $a = ($this->services['rule.repository'] ?? $this->getRule_RepositoryService());
  33312.         if (isset($this->privates['Shopware\\Core\\Checkout\\Cart\\CachedRuleLoader'])) {
  33313.             return $this->privates['Shopware\\Core\\Checkout\\Cart\\CachedRuleLoader'];
  33314.         }
  33315.         return $this->privates['Shopware\\Core\\Checkout\\Cart\\CachedRuleLoader'] = new \Shopware\Core\Checkout\Cart\CachedRuleLoader(new \Shopware\Core\Checkout\Cart\RuleLoader($a), ($this->privates['Shopware\\Core\\Framework\\Adapter\\Cache\\CacheDecorator'] ?? $this->getCacheDecoratorService()));
  33316.     }
  33317.     /**
  33318.      * Gets the private 'Shopware\Core\Checkout\Cart\CartCalculator' shared service.
  33319.      *
  33320.      * @return \Shopware\Core\Checkout\Cart\CartCalculator
  33321.      */
  33322.     protected function getCartCalculatorService()
  33323.     {
  33324.         $a = ($this->privates['Shopware\\Core\\Checkout\\Cart\\CartRuleLoader'] ?? $this->getCartRuleLoaderService());
  33325.         if (isset($this->privates['Shopware\\Core\\Checkout\\Cart\\CartCalculator'])) {
  33326.             return $this->privates['Shopware\\Core\\Checkout\\Cart\\CartCalculator'];
  33327.         }
  33328.         return $this->privates['Shopware\\Core\\Checkout\\Cart\\CartCalculator'] = new \Shopware\Core\Checkout\Cart\CartCalculator($a);
  33329.     }
  33330.     /**
  33331.      * Gets the private 'Shopware\Core\Checkout\Cart\CartPersister' shared service.
  33332.      *
  33333.      * @return \Shopware\Core\Checkout\Cart\CartPersister
  33334.      */
  33335.     protected function getCartPersisterService()
  33336.     {
  33337.         $a = ($this->services['event_dispatcher'] ?? $this->getEventDispatcherService());
  33338.         if (isset($this->privates['Shopware\\Core\\Checkout\\Cart\\CartPersister'])) {
  33339.             return $this->privates['Shopware\\Core\\Checkout\\Cart\\CartPersister'];
  33340.         }
  33341.         $b = ($this->services['Doctrine\\DBAL\\Connection'] ?? $this->getConnectionService());
  33342.         return $this->privates['Shopware\\Core\\Checkout\\Cart\\CartPersister'] = new \Shopware\Core\Checkout\Cart\CartPersister($b$a, new \Shopware\Core\Checkout\Cart\CartSerializationCleaner($b$a), false);
  33343.     }
  33344.     /**
  33345.      * Gets the private 'Shopware\Core\Checkout\Cart\CartRuleLoader' shared service.
  33346.      *
  33347.      * @return \Shopware\Core\Checkout\Cart\CartRuleLoader
  33348.      */
  33349.     protected function getCartRuleLoaderService()
  33350.     {
  33351.         $a = ($this->privates['Shopware\\Core\\Checkout\\Cart\\CartPersister'] ?? $this->getCartPersisterService());
  33352.         if (isset($this->privates['Shopware\\Core\\Checkout\\Cart\\CartRuleLoader'])) {
  33353.             return $this->privates['Shopware\\Core\\Checkout\\Cart\\CartRuleLoader'];
  33354.         }
  33355.         $b = ($this->privates['Shopware\\Core\\Checkout\\Cart\\Processor'] ?? $this->getProcessorService());
  33356.         if (isset($this->privates['Shopware\\Core\\Checkout\\Cart\\CartRuleLoader'])) {
  33357.             return $this->privates['Shopware\\Core\\Checkout\\Cart\\CartRuleLoader'];
  33358.         }
  33359.         $c = ($this->privates['Shopware\\Core\\Checkout\\Cart\\CachedRuleLoader'] ?? $this->getCachedRuleLoaderService());
  33360.         if (isset($this->privates['Shopware\\Core\\Checkout\\Cart\\CartRuleLoader'])) {
  33361.             return $this->privates['Shopware\\Core\\Checkout\\Cart\\CartRuleLoader'];
  33362.         }
  33363.         $d = ($this->services['event_dispatcher'] ?? $this->getEventDispatcherService());
  33364.         if (isset($this->privates['Shopware\\Core\\Checkout\\Cart\\CartRuleLoader'])) {
  33365.             return $this->privates['Shopware\\Core\\Checkout\\Cart\\CartRuleLoader'];
  33366.         }
  33367.         return $this->privates['Shopware\\Core\\Checkout\\Cart\\CartRuleLoader'] = new \Shopware\Core\Checkout\Cart\CartRuleLoader($a$b, ($this->services['logger'] ?? $this->getLoggerService()), ($this->privates['Shopware\\Core\\Framework\\Adapter\\Cache\\CacheDecorator'] ?? $this->getCacheDecoratorService()), $c, ($this->privates['Shopware\\Core\\Checkout\\Cart\\Tax\\TaxDetector'] ?? ($this->privates['Shopware\\Core\\Checkout\\Cart\\Tax\\TaxDetector'] = new \Shopware\Core\Checkout\Cart\Tax\TaxDetector())), ($this->services['Doctrine\\DBAL\\Connection'] ?? $this->getConnectionService()), $d);
  33368.     }
  33369.     /**
  33370.      * Gets the private 'Shopware\Core\Checkout\Cart\Cleanup\CleanupCartTaskHandler' shared service.
  33371.      *
  33372.      * @return \Shopware\Core\Checkout\Cart\Cleanup\CleanupCartTaskHandler
  33373.      */
  33374.     protected function getCleanupCartTaskHandlerService()
  33375.     {
  33376.         include_once \dirname(__DIR__4).'/vendor/shopware/core/Checkout/Cart/Cleanup/CleanupCartTaskHandler.php';
  33377.         $a = ($this->services['scheduled_task.repository'] ?? $this->getScheduledTask_RepositoryService());
  33378.         if (isset($this->privates['Shopware\\Core\\Checkout\\Cart\\Cleanup\\CleanupCartTaskHandler'])) {
  33379.             return $this->privates['Shopware\\Core\\Checkout\\Cart\\Cleanup\\CleanupCartTaskHandler'];
  33380.         }
  33381.         return $this->privates['Shopware\\Core\\Checkout\\Cart\\Cleanup\\CleanupCartTaskHandler'] = new \Shopware\Core\Checkout\Cart\Cleanup\CleanupCartTaskHandler($a, ($this->services['Doctrine\\DBAL\\Connection'] ?? $this->getConnectionService()), 30);
  33382.     }
  33383.     /**
  33384.      * Gets the private 'Shopware\Core\Checkout\Cart\Command\CartMigrateCommand' shared service.
  33385.      *
  33386.      * @return \Shopware\Core\Checkout\Cart\Command\CartMigrateCommand
  33387.      */
  33388.     protected function getCartMigrateCommandService()
  33389.     {
  33390.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/Command.php';
  33391.         include_once \dirname(__DIR__4).'/vendor/shopware/core/Framework/DataAbstractionLayer/Command/ConsoleProgressTrait.php';
  33392.         include_once \dirname(__DIR__4).'/vendor/shopware/core/Checkout/Cart/Command/CartMigrateCommand.php';
  33393.         include_once \dirname(__DIR__4).'/vendor/shopware/core/Framework/Adapter/Cache/RedisConnectionFactory.php';
  33394.         $this->privates['Shopware\\Core\\Checkout\\Cart\\Command\\CartMigrateCommand'] = $instance = new \Shopware\Core\Checkout\Cart\Command\CartMigrateCommand(NULL, ($this->services['Doctrine\\DBAL\\Connection'] ?? $this->getConnectionService()), false30, new \Shopware\Core\Framework\Adapter\Cache\RedisConnectionFactory($this->getEnv('REDIS_PREFIX')));
  33395.         $instance->setName('cart:migrate');
  33396.         return $instance;
  33397.     }
  33398.     /**
  33399.      * Gets the private 'Shopware\Core\Checkout\Cart\CreditCartProcessor' shared service.
  33400.      *
  33401.      * @return \Shopware\Core\Checkout\Cart\CreditCartProcessor
  33402.      */
  33403.     protected function getCreditCartProcessorService()
  33404.     {
  33405.         include_once \dirname(__DIR__4).'/vendor/shopware/core/Checkout/Cart/CartProcessorInterface.php';
  33406.         include_once \dirname(__DIR__4).'/vendor/shopware/core/Checkout/Cart/CreditCartProcessor.php';
  33407.         return $this->privates['Shopware\\Core\\Checkout\\Cart\\CreditCartProcessor'] = new \Shopware\Core\Checkout\Cart\CreditCartProcessor(($this->privates['Shopware\\Core\\Checkout\\Cart\\Price\\AbsolutePriceCalculator'] ?? $this->getAbsolutePriceCalculatorService()));
  33408.     }
  33409.     /**
  33410.      * Gets the private 'Shopware\Core\Checkout\Cart\CustomCartProcessor' shared service.
  33411.      *
  33412.      * @return \Shopware\Core\Checkout\Cart\CustomCartProcessor
  33413.      */
  33414.     protected function getCustomCartProcessorService()
  33415.     {
  33416.         include_once \dirname(__DIR__4).'/vendor/shopware/core/Checkout/Cart/CartProcessorInterface.php';
  33417.         include_once \dirname(__DIR__4).'/vendor/shopware/core/Checkout/Cart/CartDataCollectorInterface.php';
  33418.         include_once \dirname(__DIR__4).'/vendor/shopware/core/Checkout/Cart/CustomCartProcessor.php';
  33419.         return $this->privates['Shopware\\Core\\Checkout\\Cart\\CustomCartProcessor'] = new \Shopware\Core\Checkout\Cart\CustomCartProcessor(($this->privates['Shopware\\Core\\Checkout\\Cart\\Price\\QuantityPriceCalculator'] ?? $this->getQuantityPriceCalculatorService()));
  33420.     }
  33421.     /**
  33422.      * Gets the private 'Shopware\Core\Checkout\Cart\Delivery\DeliveryProcessor' shared service.
  33423.      *
  33424.      * @return \Shopware\Core\Checkout\Cart\Delivery\DeliveryProcessor
  33425.      */
  33426.     protected function getDeliveryProcessorService()
  33427.     {
  33428.         include_once \dirname(__DIR__4).'/vendor/shopware/core/Checkout/Cart/CartProcessorInterface.php';
  33429.         include_once \dirname(__DIR__4).'/vendor/shopware/core/Checkout/Cart/CartDataCollectorInterface.php';
  33430.         include_once \dirname(__DIR__4).'/vendor/shopware/core/Checkout/Cart/Delivery/DeliveryProcessor.php';
  33431.         include_once \dirname(__DIR__4).'/vendor/shopware/core/Checkout/Cart/Delivery/DeliveryCalculator.php';
  33432.         include_once \dirname(__DIR__4).'/vendor/shopware/core/Checkout/Cart/Delivery/DeliveryBuilder.php';
  33433.         $a = ($this->services['shipping_method.repository'] ?? $this->getShippingMethod_RepositoryService());
  33434.         if (isset($this->privates['Shopware\\Core\\Checkout\\Cart\\Delivery\\DeliveryProcessor'])) {
  33435.             return $this->privates['Shopware\\Core\\Checkout\\Cart\\Delivery\\DeliveryProcessor'];
  33436.         }
  33437.         return $this->privates['Shopware\\Core\\Checkout\\Cart\\Delivery\\DeliveryProcessor'] = new \Shopware\Core\Checkout\Cart\Delivery\DeliveryProcessor(($this->privates['Shopware\\Core\\Checkout\\Cart\\Delivery\\DeliveryBuilder'] ?? ($this->privates['Shopware\\Core\\Checkout\\Cart\\Delivery\\DeliveryBuilder'] = new \Shopware\Core\Checkout\Cart\Delivery\DeliveryBuilder())), new \Shopware\Core\Checkout\Cart\Delivery\DeliveryCalculator(($this->privates['Shopware\\Core\\Checkout\\Cart\\Price\\QuantityPriceCalculator'] ?? $this->getQuantityPriceCalculatorService()), ($this->privates['Shopware\\Core\\Checkout\\Cart\\Tax\\PercentageTaxRuleBuilder'] ?? ($this->privates['Shopware\\Core\\Checkout\\Cart\\Tax\\PercentageTaxRuleBuilder'] = new \Shopware\Core\Checkout\Cart\Tax\PercentageTaxRuleBuilder()))), $a);
  33438.     }
  33439.     /**
  33440.      * Gets the private 'Shopware\Core\Checkout\Cart\Facade\CartFacadeHelper' shared service.
  33441.      *
  33442.      * @return \Shopware\Core\Checkout\Cart\Facade\CartFacadeHelper
  33443.      */
  33444.     protected function getCartFacadeHelperService()
  33445.     {
  33446.         include_once \dirname(__DIR__4).'/vendor/shopware/core/Checkout/Cart/Facade/CartFacadeHelper.php';
  33447.         return $this->privates['Shopware\\Core\\Checkout\\Cart\\Facade\\CartFacadeHelper'] = new \Shopware\Core\Checkout\Cart\Facade\CartFacadeHelper(($this->privates['Shopware\\Core\\Checkout\\Cart\\LineItemFactoryRegistry'] ?? $this->getLineItemFactoryRegistryService()), ($this->privates['Shopware\\Core\\Checkout\\Cart\\Processor'] ?? $this->getProcessorService()), ($this->services['Doctrine\\DBAL\\Connection'] ?? $this->getConnectionService()));
  33448.     }
  33449.     /**
  33450.      * Gets the private 'Shopware\Core\Checkout\Cart\LineItemFactoryHandler\CreditLineItemFactory' shared service.
  33451.      *
  33452.      * @return \Shopware\Core\Checkout\Cart\LineItemFactoryHandler\CreditLineItemFactory
  33453.      */
  33454.     protected function getCreditLineItemFactoryService()
  33455.     {
  33456.         include_once \dirname(__DIR__4).'/vendor/shopware/core/Checkout/Cart/LineItemFactoryHandler/LineItemFactoryInterface.php';
  33457.         include_once \dirname(__DIR__4).'/vendor/shopware/core/Checkout/Cart/LineItemFactoryHandler/CreditLineItemFactory.php';
  33458.         include_once \dirname(__DIR__4).'/vendor/shopware/core/Checkout/Cart/PriceDefinitionFactory.php';
  33459.         $a = ($this->services['media.repository'] ?? $this->getMedia_RepositoryService());
  33460.         if (isset($this->privates['Shopware\\Core\\Checkout\\Cart\\LineItemFactoryHandler\\CreditLineItemFactory'])) {
  33461.             return $this->privates['Shopware\\Core\\Checkout\\Cart\\LineItemFactoryHandler\\CreditLineItemFactory'];
  33462.         }
  33463.         return $this->privates['Shopware\\Core\\Checkout\\Cart\\LineItemFactoryHandler\\CreditLineItemFactory'] = new \Shopware\Core\Checkout\Cart\LineItemFactoryHandler\CreditLineItemFactory(($this->privates['Shopware\\Core\\Checkout\\Cart\\PriceDefinitionFactory'] ?? ($this->privates['Shopware\\Core\\Checkout\\Cart\\PriceDefinitionFactory'] = new \Shopware\Core\Checkout\Cart\PriceDefinitionFactory())), $a);
  33464.     }
  33465.     /**
  33466.      * Gets the private 'Shopware\Core\Checkout\Cart\LineItemFactoryHandler\CustomLineItemFactory' shared service.
  33467.      *
  33468.      * @return \Shopware\Core\Checkout\Cart\LineItemFactoryHandler\CustomLineItemFactory
  33469.      */
  33470.     protected function getCustomLineItemFactoryService()
  33471.     {
  33472.         include_once \dirname(__DIR__4).'/vendor/shopware/core/Checkout/Cart/LineItemFactoryHandler/LineItemFactoryInterface.php';
  33473.         include_once \dirname(__DIR__4).'/vendor/shopware/core/Checkout/Cart/LineItemFactoryHandler/CustomLineItemFactory.php';
  33474.         include_once \dirname(__DIR__4).'/vendor/shopware/core/Checkout/Cart/PriceDefinitionFactory.php';
  33475.         $a = ($this->services['media.repository'] ?? $this->getMedia_RepositoryService());
  33476.         if (isset($this->privates['Shopware\\Core\\Checkout\\Cart\\LineItemFactoryHandler\\CustomLineItemFactory'])) {
  33477.             return $this->privates['Shopware\\Core\\Checkout\\Cart\\LineItemFactoryHandler\\CustomLineItemFactory'];
  33478.         }
  33479.         return $this->privates['Shopware\\Core\\Checkout\\Cart\\LineItemFactoryHandler\\CustomLineItemFactory'] = new \Shopware\Core\Checkout\Cart\LineItemFactoryHandler\CustomLineItemFactory(($this->privates['Shopware\\Core\\Checkout\\Cart\\PriceDefinitionFactory'] ?? ($this->privates['Shopware\\Core\\Checkout\\Cart\\PriceDefinitionFactory'] = new \Shopware\Core\Checkout\Cart\PriceDefinitionFactory())), $a);
  33480.     }
  33481.     /**
  33482.      * Gets the private 'Shopware\Core\Checkout\Cart\LineItemFactoryHandler\ProductLineItemFactory' shared service.
  33483.      *
  33484.      * @return \Shopware\Core\Checkout\Cart\LineItemFactoryHandler\ProductLineItemFactory
  33485.      */
  33486.     protected function getProductLineItemFactoryService()
  33487.     {
  33488.         include_once \dirname(__DIR__4).'/vendor/shopware/core/Checkout/Cart/LineItemFactoryHandler/LineItemFactoryInterface.php';
  33489.         include_once \dirname(__DIR__4).'/vendor/shopware/core/Checkout/Cart/LineItemFactoryHandler/ProductLineItemFactory.php';
  33490.         include_once \dirname(__DIR__4).'/vendor/shopware/core/Checkout/Cart/PriceDefinitionFactory.php';
  33491.         return $this->privates['Shopware\\Core\\Checkout\\Cart\\LineItemFactoryHandler\\ProductLineItemFactory'] = new \Shopware\Core\Checkout\Cart\LineItemFactoryHandler\ProductLineItemFactory(($this->privates['Shopware\\Core\\Checkout\\Cart\\PriceDefinitionFactory'] ?? ($this->privates['Shopware\\Core\\Checkout\\Cart\\PriceDefinitionFactory'] = new \Shopware\Core\Checkout\Cart\PriceDefinitionFactory())));
  33492.     }
  33493.     /**
  33494.      * Gets the private 'Shopware\Core\Checkout\Cart\LineItemFactoryRegistry' shared service.
  33495.      *
  33496.      * @return \Shopware\Core\Checkout\Cart\LineItemFactoryRegistry
  33497.      */
  33498.     protected function getLineItemFactoryRegistryService()
  33499.     {
  33500.         $a = ($this->privates['Shopware\\Core\\Framework\\Validation\\DataValidator'] ?? $this->getDataValidatorService());
  33501.         if (isset($this->privates['Shopware\\Core\\Checkout\\Cart\\LineItemFactoryRegistry'])) {
  33502.             return $this->privates['Shopware\\Core\\Checkout\\Cart\\LineItemFactoryRegistry'];
  33503.         }
  33504.         $b = ($this->services['event_dispatcher'] ?? $this->getEventDispatcherService());
  33505.         if (isset($this->privates['Shopware\\Core\\Checkout\\Cart\\LineItemFactoryRegistry'])) {
  33506.             return $this->privates['Shopware\\Core\\Checkout\\Cart\\LineItemFactoryRegistry'];
  33507.         }
  33508.         return $this->privates['Shopware\\Core\\Checkout\\Cart\\LineItemFactoryRegistry'] = new \Shopware\Core\Checkout\Cart\LineItemFactoryRegistry(new RewindableGenerator(function () {
  33509.             yield => ($this->privates['Shopware\\Core\\Checkout\\Cart\\LineItemFactoryHandler\\ProductLineItemFactory'] ?? $this->getProductLineItemFactoryService());
  33510.             yield => ($this->privates['Shopware\\Core\\Checkout\\Cart\\LineItemFactoryHandler\\PromotionLineItemFactory'] ?? ($this->privates['Shopware\\Core\\Checkout\\Cart\\LineItemFactoryHandler\\PromotionLineItemFactory'] = new \Shopware\Core\Checkout\Cart\LineItemFactoryHandler\PromotionLineItemFactory()));
  33511.             yield => ($this->privates['Shopware\\Core\\Checkout\\Cart\\LineItemFactoryHandler\\CreditLineItemFactory'] ?? $this->getCreditLineItemFactoryService());
  33512.             yield => ($this->privates['Shopware\\Core\\Checkout\\Cart\\LineItemFactoryHandler\\CustomLineItemFactory'] ?? $this->getCustomLineItemFactoryService());
  33513.         }, 4), $a$b);
  33514.     }
  33515.     /**
  33516.      * Gets the private 'Shopware\Core\Checkout\Cart\LineItem\Group\LineItemGroupBuilder' shared service.
  33517.      *
  33518.      * @return \Shopware\Core\Checkout\Cart\LineItem\Group\LineItemGroupBuilder
  33519.      */
  33520.     protected function getLineItemGroupBuilderService()
  33521.     {
  33522.         include_once \dirname(__DIR__4).'/vendor/shopware/core/Checkout/Cart/LineItem/Group/LineItemGroupBuilder.php';
  33523.         include_once \dirname(__DIR__4).'/vendor/shopware/core/Checkout/Cart/LineItem/Group/LineItemGroupRuleMatcherInterface.php';
  33524.         include_once \dirname(__DIR__4).'/vendor/shopware/core/Checkout/Cart/LineItem/Group/RulesMatcher/AnyRuleMatcher.php';
  33525.         include_once \dirname(__DIR__4).'/vendor/shopware/core/Checkout/Cart/LineItem/Group/RulesMatcher/AbstractAnyRuleLineItemMatcher.php';
  33526.         include_once \dirname(__DIR__4).'/vendor/shopware/core/Checkout/Cart/LineItem/Group/RulesMatcher/AnyRuleLineItemMatcher.php';
  33527.         include_once \dirname(__DIR__4).'/vendor/shopware/core/Checkout/Cart/LineItem/Group/AbstractProductLineItemProvider.php';
  33528.         include_once \dirname(__DIR__4).'/vendor/shopware/core/Checkout/Cart/LineItem/Group/ProductLineItemProvider.php';
  33529.         return $this->privates['Shopware\\Core\\Checkout\\Cart\\LineItem\\Group\\LineItemGroupBuilder'] = new \Shopware\Core\Checkout\Cart\LineItem\Group\LineItemGroupBuilder(($this->privates['Shopware\\Core\\Checkout\\Cart\\LineItem\\Group\\LineItemGroupServiceRegistry'] ?? $this->getLineItemGroupServiceRegistryService()), new \Shopware\Core\Checkout\Cart\LineItem\Group\RulesMatcher\AnyRuleMatcher(new \Shopware\Core\Checkout\Cart\LineItem\Group\RulesMatcher\AnyRuleLineItemMatcher()), ($this->privates['Shopware\\Core\\Checkout\\Cart\\LineItem\\LineItemQuantitySplitter'] ?? $this->getLineItemQuantitySplitterService()), new \Shopware\Core\Checkout\Cart\LineItem\Group\ProductLineItemProvider());
  33530.     }
  33531.     /**
  33532.      * Gets the private 'Shopware\Core\Checkout\Cart\LineItem\Group\LineItemGroupServiceRegistry' shared service.
  33533.      *
  33534.      * @return \Shopware\Core\Checkout\Cart\LineItem\Group\LineItemGroupServiceRegistry
  33535.      */
  33536.     protected function getLineItemGroupServiceRegistryService()
  33537.     {
  33538.         include_once \dirname(__DIR__4).'/vendor/shopware/core/Checkout/Cart/LineItem/Group/LineItemGroupServiceRegistry.php';
  33539.         return $this->privates['Shopware\\Core\\Checkout\\Cart\\LineItem\\Group\\LineItemGroupServiceRegistry'] = new \Shopware\Core\Checkout\Cart\LineItem\Group\LineItemGroupServiceRegistry(new RewindableGenerator(function () {
  33540.             yield => ($this->privates['Shopware\\Core\\Checkout\\Cart\\LineItem\\Group\\Packager\\LineItemGroupCountPackager'] ?? ($this->privates['Shopware\\Core\\Checkout\\Cart\\LineItem\\Group\\Packager\\LineItemGroupCountPackager'] = new \Shopware\Core\Checkout\Cart\LineItem\Group\Packager\LineItemGroupCountPackager()));
  33541.             yield => ($this->privates['Shopware\\Core\\Checkout\\Cart\\LineItem\\Group\\Packager\\LineItemGroupUnitPriceGrossPackager'] ?? ($this->privates['Shopware\\Core\\Checkout\\Cart\\LineItem\\Group\\Packager\\LineItemGroupUnitPriceGrossPackager'] = new \Shopware\Core\Checkout\Cart\LineItem\Group\Packager\LineItemGroupUnitPriceGrossPackager()));
  33542.             yield => ($this->privates['Shopware\\Core\\Checkout\\Cart\\LineItem\\Group\\Packager\\LineItemGroupUnitPriceNetPackager'] ?? ($this->privates['Shopware\\Core\\Checkout\\Cart\\LineItem\\Group\\Packager\\LineItemGroupUnitPriceNetPackager'] = new \Shopware\Core\Checkout\Cart\LineItem\Group\Packager\LineItemGroupUnitPriceNetPackager()));
  33543.         }, 3), new RewindableGenerator(function () {
  33544.             yield => ($this->privates['Shopware\\Core\\Checkout\\Cart\\LineItem\\Group\\Sorter\\LineItemGroupPriceAscSorter'] ?? ($this->privates['Shopware\\Core\\Checkout\\Cart\\LineItem\\Group\\Sorter\\LineItemGroupPriceAscSorter'] = new \Shopware\Core\Checkout\Cart\LineItem\Group\Sorter\LineItemGroupPriceAscSorter()));
  33545.             yield => ($this->privates['Shopware\\Core\\Checkout\\Cart\\LineItem\\Group\\Sorter\\LineItemGroupPriceDescSorter'] ?? ($this->privates['Shopware\\Core\\Checkout\\Cart\\LineItem\\Group\\Sorter\\LineItemGroupPriceDescSorter'] = new \Shopware\Core\Checkout\Cart\LineItem\Group\Sorter\LineItemGroupPriceDescSorter()));
  33546.         }, 2));
  33547.     }
  33548.     /**
  33549.      * Gets the private 'Shopware\Core\Checkout\Cart\LineItem\LineItemQuantitySplitter' shared service.
  33550.      *
  33551.      * @return \Shopware\Core\Checkout\Cart\LineItem\LineItemQuantitySplitter
  33552.      */
  33553.     protected function getLineItemQuantitySplitterService()
  33554.     {
  33555.         include_once \dirname(__DIR__4).'/vendor/shopware/core/Checkout/Cart/LineItem/LineItemQuantitySplitter.php';
  33556.         return $this->privates['Shopware\\Core\\Checkout\\Cart\\LineItem\\LineItemQuantitySplitter'] = new \Shopware\Core\Checkout\Cart\LineItem\LineItemQuantitySplitter(($this->privates['Shopware\\Core\\Checkout\\Cart\\Price\\QuantityPriceCalculator'] ?? $this->getQuantityPriceCalculatorService()));
  33557.     }
  33558.     /**
  33559.      * Gets the private 'Shopware\Core\Checkout\Cart\Order\OrderConverter' shared service.
  33560.      *
  33561.      * @return \Shopware\Core\Checkout\Cart\Order\OrderConverter
  33562.      */
  33563.     protected function getOrderConverterService()
  33564.     {
  33565.         $a = ($this->services['customer.repository'] ?? $this->getCustomer_RepositoryService());
  33566.         if (isset($this->privates['Shopware\\Core\\Checkout\\Cart\\Order\\OrderConverter'])) {
  33567.             return $this->privates['Shopware\\Core\\Checkout\\Cart\\Order\\OrderConverter'];
  33568.         }
  33569.         $b = ($this->services['Shopware\\Core\\System\\SalesChannel\\Context\\SalesChannelContextFactory'] ?? $this->getSalesChannelContextFactoryService());
  33570.         if (isset($this->privates['Shopware\\Core\\Checkout\\Cart\\Order\\OrderConverter'])) {
  33571.             return $this->privates['Shopware\\Core\\Checkout\\Cart\\Order\\OrderConverter'];
  33572.         }
  33573.         $c = ($this->services['event_dispatcher'] ?? $this->getEventDispatcherService());
  33574.         if (isset($this->privates['Shopware\\Core\\Checkout\\Cart\\Order\\OrderConverter'])) {
  33575.             return $this->privates['Shopware\\Core\\Checkout\\Cart\\Order\\OrderConverter'];
  33576.         }
  33577.         $d = ($this->services['Shopware\\Core\\System\\NumberRange\\ValueGenerator\\NumberRangeValueGeneratorInterface'] ?? $this->getNumberRangeValueGeneratorInterfaceService());
  33578.         if (isset($this->privates['Shopware\\Core\\Checkout\\Cart\\Order\\OrderConverter'])) {
  33579.             return $this->privates['Shopware\\Core\\Checkout\\Cart\\Order\\OrderConverter'];
  33580.         }
  33581.         $e = ($this->services['order_address.repository'] ?? $this->getOrderAddress_RepositoryService());
  33582.         if (isset($this->privates['Shopware\\Core\\Checkout\\Cart\\Order\\OrderConverter'])) {
  33583.             return $this->privates['Shopware\\Core\\Checkout\\Cart\\Order\\OrderConverter'];
  33584.         }
  33585.         $f = ($this->services['product_download.repository'] ?? $this->getProductDownload_RepositoryService());
  33586.         if (isset($this->privates['Shopware\\Core\\Checkout\\Cart\\Order\\OrderConverter'])) {
  33587.             return $this->privates['Shopware\\Core\\Checkout\\Cart\\Order\\OrderConverter'];
  33588.         }
  33589.         return $this->privates['Shopware\\Core\\Checkout\\Cart\\Order\\OrderConverter'] = new \Shopware\Core\Checkout\Cart\Order\OrderConverter($a$b$c$d, ($this->services['Shopware\\Core\\Checkout\\Order\\OrderDefinition'] ?? $this->getOrderDefinitionService()), $e, ($this->privates['Shopware\\Core\\System\\StateMachine\\Loader\\InitialStateIdLoader'] ?? $this->getInitialStateIdLoaderService()), new \Shopware\Core\Checkout\Cart\Order\LineItemDownloadLoader($f));
  33590.     }
  33591.     /**
  33592.      * Gets the private 'Shopware\Core\Checkout\Cart\Price\AbsolutePriceCalculator' shared service.
  33593.      *
  33594.      * @return \Shopware\Core\Checkout\Cart\Price\AbsolutePriceCalculator
  33595.      */
  33596.     protected function getAbsolutePriceCalculatorService()
  33597.     {
  33598.         include_once \dirname(__DIR__4).'/vendor/shopware/core/Checkout/Cart/Price/AbsolutePriceCalculator.php';
  33599.         return $this->privates['Shopware\\Core\\Checkout\\Cart\\Price\\AbsolutePriceCalculator'] = new \Shopware\Core\Checkout\Cart\Price\AbsolutePriceCalculator(($this->privates['Shopware\\Core\\Checkout\\Cart\\Price\\QuantityPriceCalculator'] ?? $this->getQuantityPriceCalculatorService()), ($this->privates['Shopware\\Core\\Checkout\\Cart\\Tax\\PercentageTaxRuleBuilder'] ?? ($this->privates['Shopware\\Core\\Checkout\\Cart\\Tax\\PercentageTaxRuleBuilder'] = new \Shopware\Core\Checkout\Cart\Tax\PercentageTaxRuleBuilder())));
  33600.     }
  33601.     /**
  33602.      * Gets the private 'Shopware\Core\Checkout\Cart\Price\AmountCalculator' shared service.
  33603.      *
  33604.      * @return \Shopware\Core\Checkout\Cart\Price\AmountCalculator
  33605.      */
  33606.     protected function getAmountCalculatorService()
  33607.     {
  33608.         return $this->privates['Shopware\\Core\\Checkout\\Cart\\Price\\AmountCalculator'] = new \Shopware\Core\Checkout\Cart\Price\AmountCalculator(($this->privates['Shopware\\Core\\Checkout\\Cart\\Price\\CashRounding'] ?? ($this->privates['Shopware\\Core\\Checkout\\Cart\\Price\\CashRounding'] = new \Shopware\Core\Checkout\Cart\Price\CashRounding())), ($this->privates['Shopware\\Core\\Checkout\\Cart\\Tax\\PercentageTaxRuleBuilder'] ?? ($this->privates['Shopware\\Core\\Checkout\\Cart\\Tax\\PercentageTaxRuleBuilder'] = new \Shopware\Core\Checkout\Cart\Tax\PercentageTaxRuleBuilder())), ($this->privates['Shopware\\Core\\Checkout\\Cart\\Tax\\TaxCalculator'] ?? ($this->privates['Shopware\\Core\\Checkout\\Cart\\Tax\\TaxCalculator'] = new \Shopware\Core\Checkout\Cart\Tax\TaxCalculator())));
  33609.     }
  33610.     /**
  33611.      * Gets the private 'Shopware\Core\Checkout\Cart\Price\CurrencyPriceCalculator' shared service.
  33612.      *
  33613.      * @return \Shopware\Core\Checkout\Cart\Price\CurrencyPriceCalculator
  33614.      */
  33615.     protected function getCurrencyPriceCalculatorService()
  33616.     {
  33617.         include_once \dirname(__DIR__4).'/vendor/shopware/core/Checkout/Cart/Price/CurrencyPriceCalculator.php';
  33618.         return $this->privates['Shopware\\Core\\Checkout\\Cart\\Price\\CurrencyPriceCalculator'] = new \Shopware\Core\Checkout\Cart\Price\CurrencyPriceCalculator(($this->privates['Shopware\\Core\\Checkout\\Cart\\Price\\QuantityPriceCalculator'] ?? $this->getQuantityPriceCalculatorService()), ($this->privates['Shopware\\Core\\Checkout\\Cart\\Tax\\PercentageTaxRuleBuilder'] ?? ($this->privates['Shopware\\Core\\Checkout\\Cart\\Tax\\PercentageTaxRuleBuilder'] = new \Shopware\Core\Checkout\Cart\Tax\PercentageTaxRuleBuilder())));
  33619.     }
  33620.     /**
  33621.      * Gets the private 'Shopware\Core\Checkout\Cart\Price\GrossPriceCalculator' shared service.
  33622.      *
  33623.      * @return \Shopware\Core\Checkout\Cart\Price\GrossPriceCalculator
  33624.      */
  33625.     protected function getGrossPriceCalculatorService()
  33626.     {
  33627.         include_once \dirname(__DIR__4).'/vendor/shopware/core/Checkout/Cart/Price/GrossPriceCalculator.php';
  33628.         return $this->privates['Shopware\\Core\\Checkout\\Cart\\Price\\GrossPriceCalculator'] = new \Shopware\Core\Checkout\Cart\Price\GrossPriceCalculator(($this->privates['Shopware\\Core\\Checkout\\Cart\\Tax\\TaxCalculator'] ?? ($this->privates['Shopware\\Core\\Checkout\\Cart\\Tax\\TaxCalculator'] = new \Shopware\Core\Checkout\Cart\Tax\TaxCalculator())), ($this->privates['Shopware\\Core\\Checkout\\Cart\\Price\\CashRounding'] ?? ($this->privates['Shopware\\Core\\Checkout\\Cart\\Price\\CashRounding'] = new \Shopware\Core\Checkout\Cart\Price\CashRounding())));
  33629.     }
  33630.     /**
  33631.      * Gets the private 'Shopware\Core\Checkout\Cart\Price\NetPriceCalculator' shared service.
  33632.      *
  33633.      * @return \Shopware\Core\Checkout\Cart\Price\NetPriceCalculator
  33634.      */
  33635.     protected function getNetPriceCalculatorService()
  33636.     {
  33637.         include_once \dirname(__DIR__4).'/vendor/shopware/core/Checkout/Cart/Price/NetPriceCalculator.php';
  33638.         return $this->privates['Shopware\\Core\\Checkout\\Cart\\Price\\NetPriceCalculator'] = new \Shopware\Core\Checkout\Cart\Price\NetPriceCalculator(($this->privates['Shopware\\Core\\Checkout\\Cart\\Tax\\TaxCalculator'] ?? ($this->privates['Shopware\\Core\\Checkout\\Cart\\Tax\\TaxCalculator'] = new \Shopware\Core\Checkout\Cart\Tax\TaxCalculator())), ($this->privates['Shopware\\Core\\Checkout\\Cart\\Price\\CashRounding'] ?? ($this->privates['Shopware\\Core\\Checkout\\Cart\\Price\\CashRounding'] = new \Shopware\Core\Checkout\Cart\Price\CashRounding())));
  33639.     }
  33640.     /**
  33641.      * Gets the private 'Shopware\Core\Checkout\Cart\Price\PercentagePriceCalculator' shared service.
  33642.      *
  33643.      * @return \Shopware\Core\Checkout\Cart\Price\PercentagePriceCalculator
  33644.      */
  33645.     protected function getPercentagePriceCalculatorService()
  33646.     {
  33647.         include_once \dirname(__DIR__4).'/vendor/shopware/core/Checkout/Cart/Price/PercentagePriceCalculator.php';
  33648.         return $this->privates['Shopware\\Core\\Checkout\\Cart\\Price\\PercentagePriceCalculator'] = new \Shopware\Core\Checkout\Cart\Price\PercentagePriceCalculator(($this->privates['Shopware\\Core\\Checkout\\Cart\\Price\\CashRounding'] ?? ($this->privates['Shopware\\Core\\Checkout\\Cart\\Price\\CashRounding'] = new \Shopware\Core\Checkout\Cart\Price\CashRounding())), ($this->privates['Shopware\\Core\\Checkout\\Cart\\Price\\QuantityPriceCalculator'] ?? $this->getQuantityPriceCalculatorService()), ($this->privates['Shopware\\Core\\Checkout\\Cart\\Tax\\PercentageTaxRuleBuilder'] ?? ($this->privates['Shopware\\Core\\Checkout\\Cart\\Tax\\PercentageTaxRuleBuilder'] = new \Shopware\Core\Checkout\Cart\Tax\PercentageTaxRuleBuilder())));
  33649.     }
  33650.     /**
  33651.      * Gets the private 'Shopware\Core\Checkout\Cart\Price\QuantityPriceCalculator' shared service.
  33652.      *
  33653.      * @return \Shopware\Core\Checkout\Cart\Price\QuantityPriceCalculator
  33654.      */
  33655.     protected function getQuantityPriceCalculatorService()
  33656.     {
  33657.         include_once \dirname(__DIR__4).'/vendor/shopware/core/Checkout/Cart/Price/QuantityPriceCalculator.php';
  33658.         return $this->privates['Shopware\\Core\\Checkout\\Cart\\Price\\QuantityPriceCalculator'] = new \Shopware\Core\Checkout\Cart\Price\QuantityPriceCalculator(($this->privates['Shopware\\Core\\Checkout\\Cart\\Price\\GrossPriceCalculator'] ?? $this->getGrossPriceCalculatorService()), ($this->privates['Shopware\\Core\\Checkout\\Cart\\Price\\NetPriceCalculator'] ?? $this->getNetPriceCalculatorService()));
  33659.     }
  33660.     /**
  33661.      * Gets the private 'Shopware\Core\Checkout\Cart\Processor' shared service.
  33662.      *
  33663.      * @return \Shopware\Core\Checkout\Cart\Processor
  33664.      */
  33665.     protected function getProcessorService()
  33666.     {
  33667.         $a = ($this->services['Shopware\\Core\\Framework\\Script\\Execution\\ScriptExecutor'] ?? $this->getScriptExecutorService());
  33668.         if (isset($this->privates['Shopware\\Core\\Checkout\\Cart\\Processor'])) {
  33669.             return $this->privates['Shopware\\Core\\Checkout\\Cart\\Processor'];
  33670.         }
  33671.         return $this->privates['Shopware\\Core\\Checkout\\Cart\\Processor'] = new \Shopware\Core\Checkout\Cart\Processor(new \Shopware\Core\Checkout\Cart\Validator(new RewindableGenerator(function () {
  33672.             yield => ($this->privates['Shopware\\Core\\Checkout\\Cart\\Delivery\\DeliveryValidator'] ?? ($this->privates['Shopware\\Core\\Checkout\\Cart\\Delivery\\DeliveryValidator'] = new \Shopware\Core\Checkout\Cart\Delivery\DeliveryValidator()));
  33673.             yield => ($this->privates['Shopware\\Core\\Checkout\\Cart\\LineItem\\LineItemValidator'] ?? ($this->privates['Shopware\\Core\\Checkout\\Cart\\LineItem\\LineItemValidator'] = new \Shopware\Core\Checkout\Cart\LineItem\LineItemValidator()));
  33674.             yield => ($this->privates['Shopware\\Core\\Checkout\\Cart\\Address\\AddressValidator'] ?? $this->getAddressValidatorService());
  33675.             yield => ($this->privates['Shopware\\Core\\Content\\Product\\Cart\\ProductLineItemValidator'] ?? ($this->privates['Shopware\\Core\\Content\\Product\\Cart\\ProductLineItemValidator'] = new \Shopware\Core\Content\Product\Cart\ProductLineItemValidator()));
  33676.             yield => ($this->privates['Shopware\\Core\\Checkout\\Payment\\Cart\\PaymentMethodValidator'] ?? ($this->privates['Shopware\\Core\\Checkout\\Payment\\Cart\\PaymentMethodValidator'] = new \Shopware\Core\Checkout\Payment\Cart\PaymentMethodValidator()));
  33677.             yield => ($this->privates['Swag\\PayPal\\Checkout\\Cart\\Validation\\CartValidator'] ?? $this->getCartValidatorService());
  33678.             yield => ($this->privates['Swag\\AmazonPay\\Core\\Checkout\\Payment\\Cart\\AmazonPayPaymentMethodValidator'] ?? $this->getAmazonPayPaymentMethodValidatorService());
  33679.             yield => ($this->privates['UnzerPayment6\\Components\\Cart\\Validator\\PaymentMethodValidator'] ?? $this->getPaymentMethodValidatorService());
  33680.         }, 8)), ($this->privates['Shopware\\Core\\Checkout\\Cart\\Price\\AmountCalculator'] ?? $this->getAmountCalculatorService()), new \Shopware\Core\Checkout\Cart\Transaction\TransactionProcessor(), new RewindableGenerator(function () {
  33681.             yield => ($this->privates['Shopware\\Core\\Content\\Product\\Cart\\ProductCartProcessor'] ?? $this->getProductCartProcessorService());
  33682.             yield => ($this->privates['Maxia\\MaxiaCrossVariantDiscounts6\\Cart\\Checkout\\CrossVariantPriceProcessor'] ?? $this->getCrossVariantPriceProcessorService());
  33683.             yield => ($this->privates['Shopware\\Core\\Checkout\\Promotion\\Cart\\PromotionProcessor'] ?? $this->getPromotionProcessorService());
  33684.             yield => ($this->privates['Meteor\\PromotionGift\\Core\\Checkout\\Promotion\\Cart\\GiftProcessor'] ?? $this->getGiftProcessorService());
  33685.             yield => ($this->privates['Shopware\\Core\\Checkout\\Cart\\CustomCartProcessor'] ?? $this->getCustomCartProcessorService());
  33686.             yield => ($this->privates['Shopware\\Core\\Checkout\\Cart\\Processor\\ContainerCartProcessor'] ?? $this->getContainerCartProcessorService());
  33687.             yield => ($this->privates['Shopware\\Core\\Checkout\\Cart\\Processor\\DiscountCartProcessor'] ?? $this->getDiscountCartProcessorService());
  33688.             yield => ($this->privates['Shopware\\Core\\Checkout\\Cart\\CreditCartProcessor'] ?? $this->getCreditCartProcessorService());
  33689.             yield => ($this->privates['Shopware\\Core\\Checkout\\Cart\\Delivery\\DeliveryProcessor'] ?? $this->getDeliveryProcessorService());
  33690.             yield => ($this->privates['Shopware\\Core\\Checkout\\Promotion\\Cart\\PromotionDeliveryProcessor'] ?? $this->getPromotionDeliveryProcessorService());
  33691.             yield 10 => ($this->privates['Acris\\Promotion\\Core\\Checkout\\Promotion\\Cart\\PromotionMessageProcessor'] ?? ($this->privates['Acris\\Promotion\\Core\\Checkout\\Promotion\\Cart\\PromotionMessageProcessor'] = new \Acris\Promotion\Core\Checkout\Promotion\Cart\PromotionMessageProcessor()));
  33692.         }, 11), new RewindableGenerator(function () {
  33693.             yield => ($this->privates['Acris\\Promotion\\Core\\Checkout\\Promotion\\Cart\\PromotionCartCollectorStart'] ?? ($this->privates['Acris\\Promotion\\Core\\Checkout\\Promotion\\Cart\\PromotionCartCollectorStart'] = new \Acris\Promotion\Core\Checkout\Promotion\Cart\PromotionCartCollectorStart()));
  33694.             yield => ($this->privates['Shopware\\Core\\Content\\Product\\Cart\\ProductCartProcessor'] ?? $this->getProductCartProcessorService());
  33695.             yield => ($this->privates['Meteor\\PromotionGift\\Core\\Checkout\\Promotion\\Cart\\PromotionCollectorDecorator'] ?? $this->getPromotionCollectorDecoratorService());
  33696.             yield => ($this->privates['Meteor\\PromotionGift\\Core\\Checkout\\Promotion\\Cart\\GiftCollector'] ?? $this->getGiftCollectorService());
  33697.             yield => ($this->privates['Shopware\\Core\\Checkout\\Cart\\CustomCartProcessor'] ?? $this->getCustomCartProcessorService());
  33698.             yield => ($this->privates['Shopware\\Core\\Checkout\\Cart\\Delivery\\DeliveryProcessor'] ?? $this->getDeliveryProcessorService());
  33699.             yield => ($this->privates['Acris\\Promotion\\Core\\Checkout\\Promotion\\Cart\\PromotionCartCollectorEnd'] ?? ($this->privates['Acris\\Promotion\\Core\\Checkout\\Promotion\\Cart\\PromotionCartCollectorEnd'] = new \Acris\Promotion\Core\Checkout\Promotion\Cart\PromotionCartCollectorEnd()));
  33700.         }, 7), $a);
  33701.     }
  33702.     /**
  33703.      * Gets the private 'Shopware\Core\Checkout\Cart\Processor\ContainerCartProcessor' shared service.
  33704.      *
  33705.      * @return \Shopware\Core\Checkout\Cart\Processor\ContainerCartProcessor
  33706.      */
  33707.     protected function getContainerCartProcessorService()
  33708.     {
  33709.         include_once \dirname(__DIR__4).'/vendor/shopware/core/Checkout/Cart/CartProcessorInterface.php';
  33710.         include_once \dirname(__DIR__4).'/vendor/shopware/core/Checkout/Cart/Processor/ContainerCartProcessor.php';
  33711.         return $this->privates['Shopware\\Core\\Checkout\\Cart\\Processor\\ContainerCartProcessor'] = new \Shopware\Core\Checkout\Cart\Processor\ContainerCartProcessor(($this->privates['Shopware\\Core\\Checkout\\Cart\\Price\\PercentagePriceCalculator'] ?? $this->getPercentagePriceCalculatorService()), ($this->privates['Shopware\\Core\\Checkout\\Cart\\Price\\QuantityPriceCalculator'] ?? $this->getQuantityPriceCalculatorService()), ($this->privates['Shopware\\Core\\Checkout\\Cart\\Price\\CurrencyPriceCalculator'] ?? $this->getCurrencyPriceCalculatorService()));
  33712.     }
  33713.     /**
  33714.      * Gets the private 'Shopware\Core\Checkout\Cart\Processor\DiscountCartProcessor' shared service.
  33715.      *
  33716.      * @return \Shopware\Core\Checkout\Cart\Processor\DiscountCartProcessor
  33717.      */
  33718.     protected function getDiscountCartProcessorService()
  33719.     {
  33720.         include_once \dirname(__DIR__4).'/vendor/shopware/core/Checkout/Cart/CartProcessorInterface.php';
  33721.         include_once \dirname(__DIR__4).'/vendor/shopware/core/Checkout/Cart/Processor/DiscountCartProcessor.php';
  33722.         return $this->privates['Shopware\\Core\\Checkout\\Cart\\Processor\\DiscountCartProcessor'] = new \Shopware\Core\Checkout\Cart\Processor\DiscountCartProcessor(($this->privates['Shopware\\Core\\Checkout\\Cart\\Price\\PercentagePriceCalculator'] ?? $this->getPercentagePriceCalculatorService()), ($this->privates['Shopware\\Core\\Checkout\\Cart\\Price\\CurrencyPriceCalculator'] ?? $this->getCurrencyPriceCalculatorService()));
  33723.     }
  33724.     /**
  33725.      * Gets the private 'Shopware\Core\Checkout\Customer\Command\DeleteUnusedGuestCustomersCommand' shared service.
  33726.      *
  33727.      * @return \Shopware\Core\Checkout\Customer\Command\DeleteUnusedGuestCustomersCommand
  33728.      */
  33729.     protected function getDeleteUnusedGuestCustomersCommandService()
  33730.     {
  33731.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/Command.php';
  33732.         include_once \dirname(__DIR__4).'/vendor/shopware/core/Checkout/Customer/Command/DeleteUnusedGuestCustomersCommand.php';
  33733.         include_once \dirname(__DIR__4).'/vendor/shopware/core/Checkout/Customer/DeleteUnusedGuestCustomerService.php';
  33734.         $this->privates['Shopware\\Core\\Checkout\\Customer\\Command\\DeleteUnusedGuestCustomersCommand'] = $instance = new \Shopware\Core\Checkout\Customer\Command\DeleteUnusedGuestCustomersCommand(new \Shopware\Core\Checkout\Customer\DeleteUnusedGuestCustomerService(($this->services['customer.repository'] ?? $this->getCustomer_RepositoryService()), ($this->services['Shopware\\Core\\System\\SystemConfig\\SystemConfigService'] ?? $this->getSystemConfigServiceService())));
  33735.         $instance->setName('customer:delete-unused-guests');
  33736.         return $instance;
  33737.     }
  33738.     /**
  33739.      * Gets the private 'Shopware\Core\Checkout\Customer\Password\LegacyPasswordVerifier' shared service.
  33740.      *
  33741.      * @return \Shopware\Core\Checkout\Customer\Password\LegacyPasswordVerifier
  33742.      */
  33743.     protected function getLegacyPasswordVerifierService()
  33744.     {
  33745.         include_once \dirname(__DIR__4).'/vendor/shopware/core/Checkout/Customer/Password/LegacyPasswordVerifier.php';
  33746.         return $this->privates['Shopware\\Core\\Checkout\\Customer\\Password\\LegacyPasswordVerifier'] = new \Shopware\Core\Checkout\Customer\Password\LegacyPasswordVerifier(new RewindableGenerator(function () {
  33747.             yield => ($this->privates['Shopware\\Core\\Checkout\\Customer\\Password\\LegacyEncoder\\Md5'] ?? ($this->privates['Shopware\\Core\\Checkout\\Customer\\Password\\LegacyEncoder\\Md5'] = new \Shopware\Core\Checkout\Customer\Password\LegacyEncoder\Md5()));
  33748.             yield => ($this->privates['Shopware\\Core\\Checkout\\Customer\\Password\\LegacyEncoder\\Sha256'] ?? ($this->privates['Shopware\\Core\\Checkout\\Customer\\Password\\LegacyEncoder\\Sha256'] = new \Shopware\Core\Checkout\Customer\Password\LegacyEncoder\Sha256()));
  33749.         }, 2));
  33750.     }
  33751.     /**
  33752.      * Gets the private 'Shopware\Core\Checkout\Customer\SalesChannel\AccountService' shared service.
  33753.      *
  33754.      * @return \Shopware\Core\Checkout\Customer\SalesChannel\AccountService
  33755.      */
  33756.     protected function getAccountServiceService()
  33757.     {
  33758.         include_once \dirname(__DIR__4).'/vendor/shopware/core/Checkout/Customer/SalesChannel/AccountService.php';
  33759.         $a = ($this->services['customer.repository'] ?? $this->getCustomer_RepositoryService());
  33760.         if (isset($this->privates['Shopware\\Core\\Checkout\\Customer\\SalesChannel\\AccountService'])) {
  33761.             return $this->privates['Shopware\\Core\\Checkout\\Customer\\SalesChannel\\AccountService'];
  33762.         }
  33763.         $b = ($this->services['event_dispatcher'] ?? $this->getEventDispatcherService());
  33764.         if (isset($this->privates['Shopware\\Core\\Checkout\\Customer\\SalesChannel\\AccountService'])) {
  33765.             return $this->privates['Shopware\\Core\\Checkout\\Customer\\SalesChannel\\AccountService'];
  33766.         }
  33767.         $c = ($this->services['Shopware\\Core\\Checkout\\Customer\\SalesChannel\\SwitchDefaultAddressRoute'] ?? $this->getSwitchDefaultAddressRouteService());
  33768.         if (isset($this->privates['Shopware\\Core\\Checkout\\Customer\\SalesChannel\\AccountService'])) {
  33769.             return $this->privates['Shopware\\Core\\Checkout\\Customer\\SalesChannel\\AccountService'];
  33770.         }
  33771.         $d = ($this->privates['Shopware\\Core\\System\\SalesChannel\\Context\\CartRestorer'] ?? $this->getCartRestorerService());
  33772.         if (isset($this->privates['Shopware\\Core\\Checkout\\Customer\\SalesChannel\\AccountService'])) {
  33773.             return $this->privates['Shopware\\Core\\Checkout\\Customer\\SalesChannel\\AccountService'];
  33774.         }
  33775.         return $this->privates['Shopware\\Core\\Checkout\\Customer\\SalesChannel\\AccountService'] = new \Shopware\Core\Checkout\Customer\SalesChannel\AccountService($a$b, ($this->privates['Shopware\\Core\\Checkout\\Customer\\Password\\LegacyPasswordVerifier'] ?? $this->getLegacyPasswordVerifierService()), $c$d);
  33776.     }
  33777.     /**
  33778.      * Gets the private 'Shopware\Core\Checkout\Customer\Subscriber\CustomerBeforeDeleteSubscriber' shared service.
  33779.      *
  33780.      * @return \Shopware\Core\Checkout\Customer\Subscriber\CustomerBeforeDeleteSubscriber
  33781.      */
  33782.     protected function getCustomerBeforeDeleteSubscriberService()
  33783.     {
  33784.         include_once \dirname(__DIR__4).'/vendor/shopware/core/Checkout/Customer/Subscriber/CustomerBeforeDeleteSubscriber.php';
  33785.         $a = ($this->services['customer.repository'] ?? $this->getCustomer_RepositoryService());
  33786.         if (isset($this->privates['Shopware\\Core\\Checkout\\Customer\\Subscriber\\CustomerBeforeDeleteSubscriber'])) {
  33787.             return $this->privates['Shopware\\Core\\Checkout\\Customer\\Subscriber\\CustomerBeforeDeleteSubscriber'];
  33788.         }
  33789.         $b = ($this->privates['Shopware\\Core\\System\\SalesChannel\\Context\\SalesChannelContextService'] ?? $this->getSalesChannelContextServiceService());
  33790.         if (isset($this->privates['Shopware\\Core\\Checkout\\Customer\\Subscriber\\CustomerBeforeDeleteSubscriber'])) {
  33791.             return $this->privates['Shopware\\Core\\Checkout\\Customer\\Subscriber\\CustomerBeforeDeleteSubscriber'];
  33792.         }
  33793.         $c = ($this->services['event_dispatcher'] ?? $this->getEventDispatcherService());
  33794.         if (isset($this->privates['Shopware\\Core\\Checkout\\Customer\\Subscriber\\CustomerBeforeDeleteSubscriber'])) {
  33795.             return $this->privates['Shopware\\Core\\Checkout\\Customer\\Subscriber\\CustomerBeforeDeleteSubscriber'];
  33796.         }
  33797.         return $this->privates['Shopware\\Core\\Checkout\\Customer\\Subscriber\\CustomerBeforeDeleteSubscriber'] = new \Shopware\Core\Checkout\Customer\Subscriber\CustomerBeforeDeleteSubscriber($a$b$c);
  33798.     }
  33799.     /**
  33800.      * Gets the private 'Shopware\Core\Checkout\Customer\Subscriber\CustomerChangePasswordSubscriber' shared service.
  33801.      *
  33802.      * @return \Shopware\Core\Checkout\Customer\Subscriber\CustomerChangePasswordSubscriber
  33803.      */
  33804.     protected function getCustomerChangePasswordSubscriberService()
  33805.     {
  33806.         include_once \dirname(__DIR__4).'/vendor/shopware/core/Checkout/Customer/Subscriber/CustomerChangePasswordSubscriber.php';
  33807.         return $this->privates['Shopware\\Core\\Checkout\\Customer\\Subscriber\\CustomerChangePasswordSubscriber'] = new \Shopware\Core\Checkout\Customer\Subscriber\CustomerChangePasswordSubscriber(($this->services['Doctrine\\DBAL\\Connection'] ?? $this->getConnectionService()));
  33808.     }
  33809.     /**
  33810.      * Gets the private 'Shopware\Core\Checkout\Customer\Subscriber\CustomerDefaultSalutationSubscriber' shared service.
  33811.      *
  33812.      * @return \Shopware\Core\Checkout\Customer\Subscriber\CustomerDefaultSalutationSubscriber
  33813.      */
  33814.     protected function getCustomerDefaultSalutationSubscriberService()
  33815.     {
  33816.         include_once \dirname(__DIR__4).'/vendor/shopware/core/Checkout/Customer/Subscriber/CustomerDefaultSalutationSubscriber.php';
  33817.         $a = ($this->services['salutation.repository'] ?? $this->getSalutation_RepositoryService());
  33818.         if (isset($this->privates['Shopware\\Core\\Checkout\\Customer\\Subscriber\\CustomerDefaultSalutationSubscriber'])) {
  33819.             return $this->privates['Shopware\\Core\\Checkout\\Customer\\Subscriber\\CustomerDefaultSalutationSubscriber'];
  33820.         }
  33821.         return $this->privates['Shopware\\Core\\Checkout\\Customer\\Subscriber\\CustomerDefaultSalutationSubscriber'] = new \Shopware\Core\Checkout\Customer\Subscriber\CustomerDefaultSalutationSubscriber($a);
  33822.     }
  33823.     /**
  33824.      * Gets the private 'Shopware\Core\Checkout\Customer\Subscriber\CustomerFlowEventsSubscriber' shared service.
  33825.      *
  33826.      * @return \Shopware\Core\Checkout\Customer\Subscriber\CustomerFlowEventsSubscriber
  33827.      */
  33828.     protected function getCustomerFlowEventsSubscriberService()
  33829.     {
  33830.         include_once \dirname(__DIR__4).'/vendor/shopware/core/Checkout/Customer/Subscriber/CustomerFlowEventsSubscriber.php';
  33831.         $a = ($this->services['event_dispatcher'] ?? $this->getEventDispatcherService());
  33832.         if (isset($this->privates['Shopware\\Core\\Checkout\\Customer\\Subscriber\\CustomerFlowEventsSubscriber'])) {
  33833.             return $this->privates['Shopware\\Core\\Checkout\\Customer\\Subscriber\\CustomerFlowEventsSubscriber'];
  33834.         }
  33835.         $b = ($this->privates['Shopware\\Core\\System\\SalesChannel\\Context\\SalesChannelContextRestorer'] ?? $this->getSalesChannelContextRestorerService());
  33836.         if (isset($this->privates['Shopware\\Core\\Checkout\\Customer\\Subscriber\\CustomerFlowEventsSubscriber'])) {
  33837.             return $this->privates['Shopware\\Core\\Checkout\\Customer\\Subscriber\\CustomerFlowEventsSubscriber'];
  33838.         }
  33839.         return $this->privates['Shopware\\Core\\Checkout\\Customer\\Subscriber\\CustomerFlowEventsSubscriber'] = new \Shopware\Core\Checkout\Customer\Subscriber\CustomerFlowEventsSubscriber($a$b);
  33840.     }
  33841.     /**
  33842.      * Gets the private 'Shopware\Core\Checkout\Customer\Subscriber\CustomerGroupSubscriber' shared service.
  33843.      *
  33844.      * @return \Shopware\Core\Checkout\Customer\Subscriber\CustomerGroupSubscriber
  33845.      */
  33846.     protected function getCustomerGroupSubscriberService()
  33847.     {
  33848.         include_once \dirname(__DIR__4).'/vendor/shopware/core/Checkout/Customer/Subscriber/CustomerGroupSubscriber.php';
  33849.         $a = ($this->services['customer_group.repository'] ?? $this->getCustomerGroup_RepositoryService());
  33850.         if (isset($this->privates['Shopware\\Core\\Checkout\\Customer\\Subscriber\\CustomerGroupSubscriber'])) {
  33851.             return $this->privates['Shopware\\Core\\Checkout\\Customer\\Subscriber\\CustomerGroupSubscriber'];
  33852.         }
  33853.         $b = ($this->services['seo_url.repository'] ?? $this->getSeoUrl_RepositoryService());
  33854.         if (isset($this->privates['Shopware\\Core\\Checkout\\Customer\\Subscriber\\CustomerGroupSubscriber'])) {
  33855.             return $this->privates['Shopware\\Core\\Checkout\\Customer\\Subscriber\\CustomerGroupSubscriber'];
  33856.         }
  33857.         $c = ($this->services['language.repository'] ?? $this->getLanguage_RepositoryService());
  33858.         if (isset($this->privates['Shopware\\Core\\Checkout\\Customer\\Subscriber\\CustomerGroupSubscriber'])) {
  33859.             return $this->privates['Shopware\\Core\\Checkout\\Customer\\Subscriber\\CustomerGroupSubscriber'];
  33860.         }
  33861.         $d = ($this->privates['Shopware\\Core\\Content\\Seo\\SeoUrlPersister'] ?? $this->getSeoUrlPersisterService());
  33862.         if (isset($this->privates['Shopware\\Core\\Checkout\\Customer\\Subscriber\\CustomerGroupSubscriber'])) {
  33863.             return $this->privates['Shopware\\Core\\Checkout\\Customer\\Subscriber\\CustomerGroupSubscriber'];
  33864.         }
  33865.         return $this->privates['Shopware\\Core\\Checkout\\Customer\\Subscriber\\CustomerGroupSubscriber'] = new \Shopware\Core\Checkout\Customer\Subscriber\CustomerGroupSubscriber($a$b$c$d, ($this->privates['slugify'] ?? $this->getSlugifyService()));
  33866.     }
  33867.     /**
  33868.      * Gets the private 'Shopware\Core\Checkout\Customer\Subscriber\CustomerMetaFieldSubscriber' shared service.
  33869.      *
  33870.      * @return \Shopware\Core\Checkout\Customer\Subscriber\CustomerMetaFieldSubscriber
  33871.      */
  33872.     protected function getCustomerMetaFieldSubscriberService()
  33873.     {
  33874.         include_once \dirname(__DIR__4).'/vendor/shopware/core/Checkout/Customer/Subscriber/CustomerMetaFieldSubscriber.php';
  33875.         return $this->privates['Shopware\\Core\\Checkout\\Customer\\Subscriber\\CustomerMetaFieldSubscriber'] = new \Shopware\Core\Checkout\Customer\Subscriber\CustomerMetaFieldSubscriber(($this->services['Doctrine\\DBAL\\Connection'] ?? $this->getConnectionService()));
  33876.     }
  33877.     /**
  33878.      * Gets the private 'Shopware\Core\Checkout\Customer\Subscriber\CustomerRemoteAddressSubscriber' shared service.
  33879.      *
  33880.      * @return \Shopware\Core\Checkout\Customer\Subscriber\CustomerRemoteAddressSubscriber
  33881.      */
  33882.     protected function getCustomerRemoteAddressSubscriberService()
  33883.     {
  33884.         include_once \dirname(__DIR__4).'/vendor/shopware/core/Checkout/Customer/Subscriber/CustomerRemoteAddressSubscriber.php';
  33885.         $a = ($this->services['customer.repository'] ?? $this->getCustomer_RepositoryService());
  33886.         if (isset($this->privates['Shopware\\Core\\Checkout\\Customer\\Subscriber\\CustomerRemoteAddressSubscriber'])) {
  33887.             return $this->privates['Shopware\\Core\\Checkout\\Customer\\Subscriber\\CustomerRemoteAddressSubscriber'];
  33888.         }
  33889.         return $this->privates['Shopware\\Core\\Checkout\\Customer\\Subscriber\\CustomerRemoteAddressSubscriber'] = new \Shopware\Core\Checkout\Customer\Subscriber\CustomerRemoteAddressSubscriber($a, ($this->services['request_stack'] ?? ($this->services['request_stack'] = new \Symfony\Component\HttpFoundation\RequestStack())));
  33890.     }
  33891.     /**
  33892.      * Gets the private 'Shopware\Core\Checkout\Customer\Subscriber\CustomerTokenSubscriber' shared service.
  33893.      *
  33894.      * @return \Shopware\Core\Checkout\Customer\Subscriber\CustomerTokenSubscriber
  33895.      */
  33896.     protected function getCustomerTokenSubscriberService()
  33897.     {
  33898.         include_once \dirname(__DIR__4).'/vendor/shopware/core/Checkout/Customer/Subscriber/CustomerTokenSubscriber.php';
  33899.         $a = ($this->privates['Shopware\\Core\\System\\SalesChannel\\Context\\SalesChannelContextPersister'] ?? $this->getSalesChannelContextPersisterService());
  33900.         if (isset($this->privates['Shopware\\Core\\Checkout\\Customer\\Subscriber\\CustomerTokenSubscriber'])) {
  33901.             return $this->privates['Shopware\\Core\\Checkout\\Customer\\Subscriber\\CustomerTokenSubscriber'];
  33902.         }
  33903.         return $this->privates['Shopware\\Core\\Checkout\\Customer\\Subscriber\\CustomerTokenSubscriber'] = new \Shopware\Core\Checkout\Customer\Subscriber\CustomerTokenSubscriber($a, ($this->services['request_stack'] ?? ($this->services['request_stack'] = new \Symfony\Component\HttpFoundation\RequestStack())));
  33904.     }
  33905.     /**
  33906.      * Gets the private 'Shopware\Core\Checkout\Customer\Validation\AddressValidationFactory' shared service.
  33907.      *
  33908.      * @return \Shopware\Core\Checkout\Customer\Validation\AddressValidationFactory
  33909.      */
  33910.     protected function getAddressValidationFactoryService()
  33911.     {
  33912.         include_once \dirname(__DIR__4).'/vendor/shopware/core/Framework/Validation/DataValidationFactoryInterface.php';
  33913.         include_once \dirname(__DIR__4).'/vendor/shopware/core/Checkout/Customer/Validation/AddressValidationFactory.php';
  33914.         $a = ($this->services['Shopware\\Core\\System\\SystemConfig\\SystemConfigService'] ?? $this->getSystemConfigServiceService());
  33915.         if (isset($this->privates['Shopware\\Core\\Checkout\\Customer\\Validation\\AddressValidationFactory'])) {
  33916.             return $this->privates['Shopware\\Core\\Checkout\\Customer\\Validation\\AddressValidationFactory'];
  33917.         }
  33918.         return $this->privates['Shopware\\Core\\Checkout\\Customer\\Validation\\AddressValidationFactory'] = new \Shopware\Core\Checkout\Customer\Validation\AddressValidationFactory($a);
  33919.     }
  33920.     /**
  33921.      * Gets the private 'Shopware\Core\Checkout\Customer\Validation\Constraint\CustomerEmailUniqueValidator' shared service.
  33922.      *
  33923.      * @return \Shopware\Core\Checkout\Customer\Validation\Constraint\CustomerEmailUniqueValidator
  33924.      */
  33925.     protected function getCustomerEmailUniqueValidatorService()
  33926.     {
  33927.         include_once \dirname(__DIR__4).'/vendor/symfony/validator/ConstraintValidatorInterface.php';
  33928.         include_once \dirname(__DIR__4).'/vendor/symfony/validator/ConstraintValidator.php';
  33929.         include_once \dirname(__DIR__4).'/vendor/shopware/core/Checkout/Customer/Validation/Constraint/CustomerEmailUniqueValidator.php';
  33930.         return $this->privates['Shopware\\Core\\Checkout\\Customer\\Validation\\Constraint\\CustomerEmailUniqueValidator'] = new \Shopware\Core\Checkout\Customer\Validation\Constraint\CustomerEmailUniqueValidator(($this->services['Doctrine\\DBAL\\Connection'] ?? $this->getConnectionService()));
  33931.     }
  33932.     /**
  33933.      * Gets the private 'Shopware\Core\Checkout\Customer\Validation\Constraint\CustomerPasswordMatchesValidator' shared service.
  33934.      *
  33935.      * @return \Shopware\Core\Checkout\Customer\Validation\Constraint\CustomerPasswordMatchesValidator
  33936.      */
  33937.     protected function getCustomerPasswordMatchesValidatorService()
  33938.     {
  33939.         include_once \dirname(__DIR__4).'/vendor/symfony/validator/ConstraintValidatorInterface.php';
  33940.         include_once \dirname(__DIR__4).'/vendor/symfony/validator/ConstraintValidator.php';
  33941.         include_once \dirname(__DIR__4).'/vendor/shopware/core/Checkout/Customer/Validation/Constraint/CustomerPasswordMatchesValidator.php';
  33942.         $a = ($this->privates['Shopware\\Core\\Checkout\\Customer\\SalesChannel\\AccountService'] ?? $this->getAccountServiceService());
  33943.         if (isset($this->privates['Shopware\\Core\\Checkout\\Customer\\Validation\\Constraint\\CustomerPasswordMatchesValidator'])) {
  33944.             return $this->privates['Shopware\\Core\\Checkout\\Customer\\Validation\\Constraint\\CustomerPasswordMatchesValidator'];
  33945.         }
  33946.         return $this->privates['Shopware\\Core\\Checkout\\Customer\\Validation\\Constraint\\CustomerPasswordMatchesValidator'] = new \Shopware\Core\Checkout\Customer\Validation\Constraint\CustomerPasswordMatchesValidator($a);
  33947.     }
  33948.     /**
  33949.      * Gets the private 'Shopware\Core\Checkout\Customer\Validation\Constraint\CustomerVatIdentificationValidator' shared service.
  33950.      *
  33951.      * @return \Shopware\Core\Checkout\Customer\Validation\Constraint\CustomerVatIdentificationValidator
  33952.      */
  33953.     protected function getCustomerVatIdentificationValidatorService()
  33954.     {
  33955.         include_once \dirname(__DIR__4).'/vendor/symfony/validator/ConstraintValidatorInterface.php';
  33956.         include_once \dirname(__DIR__4).'/vendor/symfony/validator/ConstraintValidator.php';
  33957.         include_once \dirname(__DIR__4).'/vendor/shopware/core/Checkout/Customer/Validation/Constraint/CustomerVatIdentificationValidator.php';
  33958.         return $this->privates['Shopware\\Core\\Checkout\\Customer\\Validation\\Constraint\\CustomerVatIdentificationValidator'] = new \Shopware\Core\Checkout\Customer\Validation\Constraint\CustomerVatIdentificationValidator(($this->services['Doctrine\\DBAL\\Connection'] ?? $this->getConnectionService()));
  33959.     }
  33960.     /**
  33961.      * Gets the private 'Shopware\Core\Checkout\Customer\Validation\Constraint\CustomerZipCodeValidator' shared service.
  33962.      *
  33963.      * @return \Shopware\Core\Checkout\Customer\Validation\Constraint\CustomerZipCodeValidator
  33964.      */
  33965.     protected function getCustomerZipCodeValidatorService()
  33966.     {
  33967.         include_once \dirname(__DIR__4).'/vendor/symfony/validator/ConstraintValidatorInterface.php';
  33968.         include_once \dirname(__DIR__4).'/vendor/symfony/validator/ConstraintValidator.php';
  33969.         include_once \dirname(__DIR__4).'/vendor/shopware/core/Checkout/Customer/Validation/Constraint/CustomerZipCodeValidator.php';
  33970.         $a = ($this->services['country.repository'] ?? $this->getCountry_RepositoryService());
  33971.         if (isset($this->privates['Shopware\\Core\\Checkout\\Customer\\Validation\\Constraint\\CustomerZipCodeValidator'])) {
  33972.             return $this->privates['Shopware\\Core\\Checkout\\Customer\\Validation\\Constraint\\CustomerZipCodeValidator'];
  33973.         }
  33974.         return $this->privates['Shopware\\Core\\Checkout\\Customer\\Validation\\Constraint\\CustomerZipCodeValidator'] = new \Shopware\Core\Checkout\Customer\Validation\Constraint\CustomerZipCodeValidator($a);
  33975.     }
  33976.     /**
  33977.      * Gets the private 'Shopware\Core\Checkout\Customer\Validation\CustomerProfileValidationFactory' shared service.
  33978.      *
  33979.      * @return \Shopware\Core\Checkout\Customer\Validation\CustomerProfileValidationFactory
  33980.      */
  33981.     protected function getCustomerProfileValidationFactoryService()
  33982.     {
  33983.         include_once \dirname(__DIR__4).'/vendor/shopware/core/Framework/Validation/DataValidationFactoryInterface.php';
  33984.         include_once \dirname(__DIR__4).'/vendor/shopware/core/Checkout/Customer/Validation/CustomerProfileValidationFactory.php';
  33985.         $a = ($this->services['Shopware\\Core\\System\\SystemConfig\\SystemConfigService'] ?? $this->getSystemConfigServiceService());
  33986.         if (isset($this->privates['Shopware\\Core\\Checkout\\Customer\\Validation\\CustomerProfileValidationFactory'])) {
  33987.             return $this->privates['Shopware\\Core\\Checkout\\Customer\\Validation\\CustomerProfileValidationFactory'];
  33988.         }
  33989.         return $this->privates['Shopware\\Core\\Checkout\\Customer\\Validation\\CustomerProfileValidationFactory'] = new \Shopware\Core\Checkout\Customer\Validation\CustomerProfileValidationFactory(($this->services['Shopware\\Core\\System\\Salutation\\SalutationDefinition'] ?? $this->getSalutationDefinitionService()), $a);
  33990.     }
  33991.     /**
  33992.      * Gets the private 'Shopware\Core\Checkout\Document\DocumentGenerator\CreditNoteGenerator' shared service.
  33993.      *
  33994.      * @return \Shopware\Core\Checkout\Document\DocumentGenerator\CreditNoteGenerator
  33995.      */
  33996.     protected function getCreditNoteGeneratorService()
  33997.     {
  33998.         include_once \dirname(__DIR__4).'/vendor/shopware/core/Checkout/Document/DocumentGenerator/DocumentGeneratorInterface.php';
  33999.         include_once \dirname(__DIR__4).'/vendor/shopware/core/Checkout/Document/DocumentGenerator/CreditNoteGenerator.php';
  34000.         $a = ($this->privates['Shopware\\Core\\Checkout\\Document\\Twig\\DocumentTemplateRenderer'] ?? $this->getDocumentTemplateRendererService());
  34001.         if (isset($this->privates['Shopware\\Core\\Checkout\\Document\\DocumentGenerator\\CreditNoteGenerator'])) {
  34002.             return $this->privates['Shopware\\Core\\Checkout\\Document\\DocumentGenerator\\CreditNoteGenerator'];
  34003.         }
  34004.         return $this->privates['Shopware\\Core\\Checkout\\Document\\DocumentGenerator\\CreditNoteGenerator'] = new \Shopware\Core\Checkout\Document\DocumentGenerator\CreditNoteGenerator($a\dirname(__DIR__4));
  34005.     }
  34006.     /**
  34007.      * Gets the private 'Shopware\Core\Checkout\Document\DocumentGenerator\DeliveryNoteGenerator' shared service.
  34008.      *
  34009.      * @return \Shopware\Core\Checkout\Document\DocumentGenerator\DeliveryNoteGenerator
  34010.      */
  34011.     protected function getDeliveryNoteGeneratorService()
  34012.     {
  34013.         include_once \dirname(__DIR__4).'/vendor/shopware/core/Checkout/Document/DocumentGenerator/DocumentGeneratorInterface.php';
  34014.         include_once \dirname(__DIR__4).'/vendor/shopware/core/Checkout/Document/DocumentGenerator/DeliveryNoteGenerator.php';
  34015.         $a = ($this->privates['Shopware\\Core\\Checkout\\Document\\Twig\\DocumentTemplateRenderer'] ?? $this->getDocumentTemplateRendererService());
  34016.         if (isset($this->privates['Shopware\\Core\\Checkout\\Document\\DocumentGenerator\\DeliveryNoteGenerator'])) {
  34017.             return $this->privates['Shopware\\Core\\Checkout\\Document\\DocumentGenerator\\DeliveryNoteGenerator'];
  34018.         }
  34019.         return $this->privates['Shopware\\Core\\Checkout\\Document\\DocumentGenerator\\DeliveryNoteGenerator'] = new \Shopware\Core\Checkout\Document\DocumentGenerator\DeliveryNoteGenerator($a\dirname(__DIR__4));
  34020.     }
  34021.     /**
  34022.      * Gets the private 'Shopware\Core\Checkout\Document\DocumentGenerator\DocumentGeneratorRegistry' shared service.
  34023.      *
  34024.      * @return \Shopware\Core\Checkout\Document\DocumentGenerator\DocumentGeneratorRegistry
  34025.      */
  34026.     protected function getDocumentGeneratorRegistryService()
  34027.     {
  34028.         include_once \dirname(__DIR__4).'/vendor/shopware/core/Checkout/Document/DocumentGenerator/DocumentGeneratorRegistry.php';
  34029.         return $this->privates['Shopware\\Core\\Checkout\\Document\\DocumentGenerator\\DocumentGeneratorRegistry'] = new \Shopware\Core\Checkout\Document\DocumentGenerator\DocumentGeneratorRegistry(new RewindableGenerator(function () {
  34030.             yield => ($this->privates['Shopware\\Core\\Checkout\\Document\\DocumentGenerator\\InvoiceGenerator'] ?? $this->getInvoiceGeneratorService());
  34031.             yield => ($this->privates['Shopware\\Core\\Checkout\\Document\\DocumentGenerator\\DeliveryNoteGenerator'] ?? $this->getDeliveryNoteGeneratorService());
  34032.             yield => ($this->privates['Shopware\\Core\\Checkout\\Document\\DocumentGenerator\\StornoGenerator'] ?? $this->getStornoGeneratorService());
  34033.             yield => ($this->privates['Shopware\\Core\\Checkout\\Document\\DocumentGenerator\\CreditNoteGenerator'] ?? $this->getCreditNoteGeneratorService());
  34034.         }, 4));
  34035.     }
  34036.     /**
  34037.      * Gets the private 'Shopware\Core\Checkout\Document\DocumentGenerator\InvoiceGenerator' shared service.
  34038.      *
  34039.      * @return \Shopware\Core\Checkout\Document\DocumentGenerator\InvoiceGenerator
  34040.      */
  34041.     protected function getInvoiceGeneratorService()
  34042.     {
  34043.         include_once \dirname(__DIR__4).'/vendor/shopware/core/Checkout/Document/DocumentGenerator/DocumentGeneratorInterface.php';
  34044.         include_once \dirname(__DIR__4).'/vendor/shopware/core/Checkout/Document/DocumentGenerator/InvoiceGenerator.php';
  34045.         $a = ($this->privates['Shopware\\Core\\Checkout\\Document\\Twig\\DocumentTemplateRenderer'] ?? $this->getDocumentTemplateRendererService());
  34046.         if (isset($this->privates['Shopware\\Core\\Checkout\\Document\\DocumentGenerator\\InvoiceGenerator'])) {
  34047.             return $this->privates['Shopware\\Core\\Checkout\\Document\\DocumentGenerator\\InvoiceGenerator'];
  34048.         }
  34049.         return $this->privates['Shopware\\Core\\Checkout\\Document\\DocumentGenerator\\InvoiceGenerator'] = new \Shopware\Core\Checkout\Document\DocumentGenerator\InvoiceGenerator($a\dirname(__DIR__4));
  34050.     }
  34051.     /**
  34052.      * Gets the private 'Shopware\Core\Checkout\Document\DocumentGenerator\StornoGenerator' shared service.
  34053.      *
  34054.      * @return \Shopware\Core\Checkout\Document\DocumentGenerator\StornoGenerator
  34055.      */
  34056.     protected function getStornoGeneratorService()
  34057.     {
  34058.         include_once \dirname(__DIR__4).'/vendor/shopware/core/Checkout/Document/DocumentGenerator/DocumentGeneratorInterface.php';
  34059.         include_once \dirname(__DIR__4).'/vendor/shopware/core/Checkout/Document/DocumentGenerator/StornoGenerator.php';
  34060.         $a = ($this->privates['Shopware\\Core\\Checkout\\Document\\Twig\\DocumentTemplateRenderer'] ?? $this->getDocumentTemplateRendererService());
  34061.         if (isset($this->privates['Shopware\\Core\\Checkout\\Document\\DocumentGenerator\\StornoGenerator'])) {
  34062.             return $this->privates['Shopware\\Core\\Checkout\\Document\\DocumentGenerator\\StornoGenerator'];
  34063.         }
  34064.         return $this->privates['Shopware\\Core\\Checkout\\Document\\DocumentGenerator\\StornoGenerator'] = new \Shopware\Core\Checkout\Document\DocumentGenerator\StornoGenerator($a\dirname(__DIR__4));
  34065.     }
  34066.     /**
  34067.      * Gets the private 'Shopware\Core\Checkout\Document\DocumentService' shared service.
  34068.      *
  34069.      * @return \Shopware\Core\Checkout\Document\DocumentService
  34070.      */
  34071.     protected function getDocumentServiceService()
  34072.     {
  34073.         include_once \dirname(__DIR__4).'/vendor/shopware/core/Checkout/Document/DocumentService.php';
  34074.         $a = ($this->privates['Shopware\\Core\\Checkout\\Document\\DocumentGenerator\\DocumentGeneratorRegistry'] ?? $this->getDocumentGeneratorRegistryService());
  34075.         if (isset($this->privates['Shopware\\Core\\Checkout\\Document\\DocumentService'])) {
  34076.             return $this->privates['Shopware\\Core\\Checkout\\Document\\DocumentService'];
  34077.         }
  34078.         $b = ($this->services['order.repository'] ?? $this->getOrder_RepositoryService());
  34079.         if (isset($this->privates['Shopware\\Core\\Checkout\\Document\\DocumentService'])) {
  34080.             return $this->privates['Shopware\\Core\\Checkout\\Document\\DocumentService'];
  34081.         }
  34082.         $c = ($this->services['document.repository'] ?? $this->getDocument_RepositoryService());
  34083.         if (isset($this->privates['Shopware\\Core\\Checkout\\Document\\DocumentService'])) {
  34084.             return $this->privates['Shopware\\Core\\Checkout\\Document\\DocumentService'];
  34085.         }
  34086.         $d = ($this->services['document_type.repository'] ?? $this->getDocumentType_RepositoryService());
  34087.         if (isset($this->privates['Shopware\\Core\\Checkout\\Document\\DocumentService'])) {
  34088.             return $this->privates['Shopware\\Core\\Checkout\\Document\\DocumentService'];
  34089.         }
  34090.         $e = ($this->services['document_base_config.repository'] ?? $this->getDocumentBaseConfig_RepositoryService());
  34091.         if (isset($this->privates['Shopware\\Core\\Checkout\\Document\\DocumentService'])) {
  34092.             return $this->privates['Shopware\\Core\\Checkout\\Document\\DocumentService'];
  34093.         }
  34094.         $f = ($this->privates['Shopware\\Core\\Content\\Media\\MediaService'] ?? $this->getMediaServiceService());
  34095.         if (isset($this->privates['Shopware\\Core\\Checkout\\Document\\DocumentService'])) {
  34096.             return $this->privates['Shopware\\Core\\Checkout\\Document\\DocumentService'];
  34097.         }
  34098.         $g = ($this->services['event_dispatcher'] ?? $this->getEventDispatcherService());
  34099.         if (isset($this->privates['Shopware\\Core\\Checkout\\Document\\DocumentService'])) {
  34100.             return $this->privates['Shopware\\Core\\Checkout\\Document\\DocumentService'];
  34101.         }
  34102.         return $this->privates['Shopware\\Core\\Checkout\\Document\\DocumentService'] = new \Shopware\Core\Checkout\Document\DocumentService(($this->services['Doctrine\\DBAL\\Connection'] ?? $this->getConnectionService()), $a, ($this->privates['Shopware\\Core\\Checkout\\Document\\FileGenerator\\FileGeneratorRegistry'] ?? $this->getFileGeneratorRegistryService()), $b$c$d$e$f$g);
  34103.     }
  34104.     /**
  34105.      * Gets the private 'Shopware\Core\Checkout\Document\FileGenerator\FileGeneratorRegistry' shared service.
  34106.      *
  34107.      * @return \Shopware\Core\Checkout\Document\FileGenerator\FileGeneratorRegistry
  34108.      */
  34109.     protected function getFileGeneratorRegistryService()
  34110.     {
  34111.         include_once \dirname(__DIR__4).'/vendor/shopware/core/Checkout/Document/FileGenerator/FileGeneratorRegistry.php';
  34112.         return $this->privates['Shopware\\Core\\Checkout\\Document\\FileGenerator\\FileGeneratorRegistry'] = new \Shopware\Core\Checkout\Document\FileGenerator\FileGeneratorRegistry(new RewindableGenerator(function () {
  34113.             yield => ($this->privates['Shopware\\Core\\Checkout\\Document\\FileGenerator\\PdfGenerator'] ?? $this->getPdfGeneratorService());
  34114.         }, 1));
  34115.     }
  34116.     /**
  34117.      * Gets the private 'Shopware\Core\Checkout\Document\FileGenerator\PdfGenerator' shared service.
  34118.      *
  34119.      * @return \Shopware\Core\Checkout\Document\FileGenerator\PdfGenerator
  34120.      */
  34121.     protected function getPdfGeneratorService()
  34122.     {
  34123.         include_once \dirname(__DIR__4).'/vendor/shopware/core/Checkout/Document/FileGenerator/FileGeneratorInterface.php';
  34124.         include_once \dirname(__DIR__4).'/vendor/shopware/core/Checkout/Document/FileGenerator/PdfGenerator.php';
  34125.         return $this->privates['Shopware\\Core\\Checkout\\Document\\FileGenerator\\PdfGenerator'] = new \Shopware\Core\Checkout\Document\FileGenerator\PdfGenerator($this->parameters['shopware.dompdf.options']);
  34126.     }
  34127.     /**
  34128.      * Gets the private 'Shopware\Core\Checkout\Document\Renderer\CreditNoteRenderer' shared service.
  34129.      *
  34130.      * @return \Shopware\Core\Checkout\Document\Renderer\CreditNoteRenderer
  34131.      */
  34132.     protected function getCreditNoteRendererService()
  34133.     {
  34134.         include_once \dirname(__DIR__4).'/vendor/shopware/core/Checkout/Document/Renderer/AbstractDocumentRenderer.php';
  34135.         include_once \dirname(__DIR__4).'/vendor/shopware/core/Checkout/Document/Renderer/CreditNoteRenderer.php';
  34136.         $a = ($this->services['order.repository'] ?? $this->getOrder_RepositoryService());
  34137.         if (isset($this->privates['Shopware\\Core\\Checkout\\Document\\Renderer\\CreditNoteRenderer'])) {
  34138.             return $this->privates['Shopware\\Core\\Checkout\\Document\\Renderer\\CreditNoteRenderer'];
  34139.         }
  34140.         $b = ($this->services['event_dispatcher'] ?? $this->getEventDispatcherService());
  34141.         if (isset($this->privates['Shopware\\Core\\Checkout\\Document\\Renderer\\CreditNoteRenderer'])) {
  34142.             return $this->privates['Shopware\\Core\\Checkout\\Document\\Renderer\\CreditNoteRenderer'];
  34143.         }
  34144.         $c = ($this->privates['Shopware\\Core\\Checkout\\Document\\Twig\\DocumentTemplateRenderer'] ?? $this->getDocumentTemplateRendererService());
  34145.         if (isset($this->privates['Shopware\\Core\\Checkout\\Document\\Renderer\\CreditNoteRenderer'])) {
  34146.             return $this->privates['Shopware\\Core\\Checkout\\Document\\Renderer\\CreditNoteRenderer'];
  34147.         }
  34148.         $d = ($this->services['Shopware\\Core\\System\\NumberRange\\ValueGenerator\\NumberRangeValueGeneratorInterface'] ?? $this->getNumberRangeValueGeneratorInterfaceService());
  34149.         if (isset($this->privates['Shopware\\Core\\Checkout\\Document\\Renderer\\CreditNoteRenderer'])) {
  34150.             return $this->privates['Shopware\\Core\\Checkout\\Document\\Renderer\\CreditNoteRenderer'];
  34151.         }
  34152.         return $this->privates['Shopware\\Core\\Checkout\\Document\\Renderer\\CreditNoteRenderer'] = new \Shopware\Core\Checkout\Document\Renderer\CreditNoteRenderer($a, ($this->privates['Shopware\\Core\\Checkout\\Document\\Service\\DocumentConfigLoader'] ?? $this->getDocumentConfigLoaderService()), $b$c$d, ($this->privates['Shopware\\Core\\Checkout\\Document\\Service\\ReferenceInvoiceLoader'] ?? $this->getReferenceInvoiceLoaderService()), \dirname(__DIR__4), ($this->services['Doctrine\\DBAL\\Connection'] ?? $this->getConnectionService()));
  34153.     }
  34154.     /**
  34155.      * Gets the private 'Shopware\Core\Checkout\Document\Renderer\DeliveryNoteRenderer' shared service.
  34156.      *
  34157.      * @return \Shopware\Core\Checkout\Document\Renderer\DeliveryNoteRenderer
  34158.      */
  34159.     protected function getDeliveryNoteRendererService()
  34160.     {
  34161.         include_once \dirname(__DIR__4).'/vendor/shopware/core/Checkout/Document/Renderer/AbstractDocumentRenderer.php';
  34162.         include_once \dirname(__DIR__4).'/vendor/shopware/core/Checkout/Document/Renderer/DeliveryNoteRenderer.php';
  34163.         $a = ($this->services['order.repository'] ?? $this->getOrder_RepositoryService());
  34164.         if (isset($this->privates['Shopware\\Core\\Checkout\\Document\\Renderer\\DeliveryNoteRenderer'])) {
  34165.             return $this->privates['Shopware\\Core\\Checkout\\Document\\Renderer\\DeliveryNoteRenderer'];
  34166.         }
  34167.         $b = ($this->services['event_dispatcher'] ?? $this->getEventDispatcherService());
  34168.         if (isset($this->privates['Shopware\\Core\\Checkout\\Document\\Renderer\\DeliveryNoteRenderer'])) {
  34169.             return $this->privates['Shopware\\Core\\Checkout\\Document\\Renderer\\DeliveryNoteRenderer'];
  34170.         }
  34171.         $c = ($this->privates['Shopware\\Core\\Checkout\\Document\\Twig\\DocumentTemplateRenderer'] ?? $this->getDocumentTemplateRendererService());
  34172.         if (isset($this->privates['Shopware\\Core\\Checkout\\Document\\Renderer\\DeliveryNoteRenderer'])) {
  34173.             return $this->privates['Shopware\\Core\\Checkout\\Document\\Renderer\\DeliveryNoteRenderer'];
  34174.         }
  34175.         $d = ($this->services['Shopware\\Core\\System\\NumberRange\\ValueGenerator\\NumberRangeValueGeneratorInterface'] ?? $this->getNumberRangeValueGeneratorInterfaceService());
  34176.         if (isset($this->privates['Shopware\\Core\\Checkout\\Document\\Renderer\\DeliveryNoteRenderer'])) {
  34177.             return $this->privates['Shopware\\Core\\Checkout\\Document\\Renderer\\DeliveryNoteRenderer'];
  34178.         }
  34179.         return $this->privates['Shopware\\Core\\Checkout\\Document\\Renderer\\DeliveryNoteRenderer'] = new \Shopware\Core\Checkout\Document\Renderer\DeliveryNoteRenderer($a, ($this->privates['Shopware\\Core\\Checkout\\Document\\Service\\DocumentConfigLoader'] ?? $this->getDocumentConfigLoaderService()), $b$c$d\dirname(__DIR__4), ($this->services['Doctrine\\DBAL\\Connection'] ?? $this->getConnectionService()));
  34180.     }
  34181.     /**
  34182.      * Gets the private 'Shopware\Core\Checkout\Document\Renderer\InvoiceRenderer' shared service.
  34183.      *
  34184.      * @return \Shopware\Core\Checkout\Document\Renderer\InvoiceRenderer
  34185.      */
  34186.     protected function getInvoiceRendererService()
  34187.     {
  34188.         include_once \dirname(__DIR__4).'/vendor/shopware/core/Checkout/Document/Renderer/AbstractDocumentRenderer.php';
  34189.         include_once \dirname(__DIR__4).'/vendor/shopware/core/Checkout/Document/Renderer/InvoiceRenderer.php';
  34190.         $a = ($this->services['order.repository'] ?? $this->getOrder_RepositoryService());
  34191.         if (isset($this->privates['Shopware\\Core\\Checkout\\Document\\Renderer\\InvoiceRenderer'])) {
  34192.             return $this->privates['Shopware\\Core\\Checkout\\Document\\Renderer\\InvoiceRenderer'];
  34193.         }
  34194.         $b = ($this->privates['Shopware\\Core\\Checkout\\Document\\Service\\DocumentConfigLoader'] ?? $this->getDocumentConfigLoaderService());
  34195.         if (isset($this->privates['Shopware\\Core\\Checkout\\Document\\Renderer\\InvoiceRenderer'])) {
  34196.             return $this->privates['Shopware\\Core\\Checkout\\Document\\Renderer\\InvoiceRenderer'];
  34197.         }
  34198.         $c = ($this->services['event_dispatcher'] ?? $this->getEventDispatcherService());
  34199.         if (isset($this->privates['Shopware\\Core\\Checkout\\Document\\Renderer\\InvoiceRenderer'])) {
  34200.             return $this->privates['Shopware\\Core\\Checkout\\Document\\Renderer\\InvoiceRenderer'];
  34201.         }
  34202.         $d = ($this->privates['Shopware\\Core\\Checkout\\Document\\Twig\\DocumentTemplateRenderer'] ?? $this->getDocumentTemplateRendererService());
  34203.         if (isset($this->privates['Shopware\\Core\\Checkout\\Document\\Renderer\\InvoiceRenderer'])) {
  34204.             return $this->privates['Shopware\\Core\\Checkout\\Document\\Renderer\\InvoiceRenderer'];
  34205.         }
  34206.         $e = ($this->services['Shopware\\Core\\System\\NumberRange\\ValueGenerator\\NumberRangeValueGeneratorInterface'] ?? $this->getNumberRangeValueGeneratorInterfaceService());
  34207.         if (isset($this->privates['Shopware\\Core\\Checkout\\Document\\Renderer\\InvoiceRenderer'])) {
  34208.             return $this->privates['Shopware\\Core\\Checkout\\Document\\Renderer\\InvoiceRenderer'];
  34209.         }
  34210.         return $this->privates['Shopware\\Core\\Checkout\\Document\\Renderer\\InvoiceRenderer'] = new \Shopware\Core\Checkout\Document\Renderer\InvoiceRenderer($a$b$c$d$e\dirname(__DIR__4), ($this->services['Doctrine\\DBAL\\Connection'] ?? $this->getConnectionService()));
  34211.     }
  34212.     /**
  34213.      * Gets the private 'Shopware\Core\Checkout\Document\Renderer\StornoRenderer' shared service.
  34214.      *
  34215.      * @return \Shopware\Core\Checkout\Document\Renderer\StornoRenderer
  34216.      */
  34217.     protected function getStornoRendererService()
  34218.     {
  34219.         include_once \dirname(__DIR__4).'/vendor/shopware/core/Checkout/Document/Renderer/AbstractDocumentRenderer.php';
  34220.         include_once \dirname(__DIR__4).'/vendor/shopware/core/Checkout/Document/Renderer/StornoRenderer.php';
  34221.         $a = ($this->services['order.repository'] ?? $this->getOrder_RepositoryService());
  34222.         if (isset($this->privates['Shopware\\Core\\Checkout\\Document\\Renderer\\StornoRenderer'])) {
  34223.             return $this->privates['Shopware\\Core\\Checkout\\Document\\Renderer\\StornoRenderer'];
  34224.         }
  34225.         $b = ($this->services['event_dispatcher'] ?? $this->getEventDispatcherService());
  34226.         if (isset($this->privates['Shopware\\Core\\Checkout\\Document\\Renderer\\StornoRenderer'])) {
  34227.             return $this->privates['Shopware\\Core\\Checkout\\Document\\Renderer\\StornoRenderer'];
  34228.         }
  34229.         $c = ($this->privates['Shopware\\Core\\Checkout\\Document\\Twig\\DocumentTemplateRenderer'] ?? $this->getDocumentTemplateRendererService());
  34230.         if (isset($this->privates['Shopware\\Core\\Checkout\\Document\\Renderer\\StornoRenderer'])) {
  34231.             return $this->privates['Shopware\\Core\\Checkout\\Document\\Renderer\\StornoRenderer'];
  34232.         }
  34233.         $d = ($this->services['Shopware\\Core\\System\\NumberRange\\ValueGenerator\\NumberRangeValueGeneratorInterface'] ?? $this->getNumberRangeValueGeneratorInterfaceService());
  34234.         if (isset($this->privates['Shopware\\Core\\Checkout\\Document\\Renderer\\StornoRenderer'])) {
  34235.             return $this->privates['Shopware\\Core\\Checkout\\Document\\Renderer\\StornoRenderer'];
  34236.         }
  34237.         return $this->privates['Shopware\\Core\\Checkout\\Document\\Renderer\\StornoRenderer'] = new \Shopware\Core\Checkout\Document\Renderer\StornoRenderer($a, ($this->privates['Shopware\\Core\\Checkout\\Document\\Service\\DocumentConfigLoader'] ?? $this->getDocumentConfigLoaderService()), $b$c$d, ($this->privates['Shopware\\Core\\Checkout\\Document\\Service\\ReferenceInvoiceLoader'] ?? $this->getReferenceInvoiceLoaderService()), \dirname(__DIR__4), ($this->services['Doctrine\\DBAL\\Connection'] ?? $this->getConnectionService()));
  34238.     }
  34239.     /**
  34240.      * Gets the private 'Shopware\Core\Checkout\Document\Service\DocumentConfigLoader' shared service.
  34241.      *
  34242.      * @return \Shopware\Core\Checkout\Document\Service\DocumentConfigLoader
  34243.      */
  34244.     protected function getDocumentConfigLoaderService()
  34245.     {
  34246.         include_once \dirname(__DIR__4).'/vendor/shopware/core/Checkout/Document/Service/DocumentConfigLoader.php';
  34247.         $a = ($this->services['document_base_config.repository'] ?? $this->getDocumentBaseConfig_RepositoryService());
  34248.         if (isset($this->privates['Shopware\\Core\\Checkout\\Document\\Service\\DocumentConfigLoader'])) {
  34249.             return $this->privates['Shopware\\Core\\Checkout\\Document\\Service\\DocumentConfigLoader'];
  34250.         }
  34251.         return $this->privates['Shopware\\Core\\Checkout\\Document\\Service\\DocumentConfigLoader'] = new \Shopware\Core\Checkout\Document\Service\DocumentConfigLoader($a);
  34252.     }
  34253.     /**
  34254.      * Gets the private 'Shopware\Core\Checkout\Document\Service\DocumentGenerator' shared service.
  34255.      *
  34256.      * @return \Shopware\Core\Checkout\Document\Service\DocumentGenerator
  34257.      */
  34258.     protected function getDocumentGeneratorService()
  34259.     {
  34260.         include_once \dirname(__DIR__4).'/vendor/shopware/core/Checkout/Document/Service/DocumentGenerator.php';
  34261.         include_once \dirname(__DIR__4).'/vendor/shopware/core/Checkout/Document/Renderer/DocumentRendererRegistry.php';
  34262.         include_once \dirname(__DIR__4).'/vendor/shopware/core/Checkout/Document/Service/PdfRenderer.php';
  34263.         $a = ($this->privates['Shopware\\Core\\Content\\Media\\MediaService'] ?? $this->getMediaServiceService());
  34264.         if (isset($this->privates['Shopware\\Core\\Checkout\\Document\\Service\\DocumentGenerator'])) {
  34265.             return $this->privates['Shopware\\Core\\Checkout\\Document\\Service\\DocumentGenerator'];
  34266.         }
  34267.         $b = ($this->services['document.repository'] ?? $this->getDocument_RepositoryService());
  34268.         if (isset($this->privates['Shopware\\Core\\Checkout\\Document\\Service\\DocumentGenerator'])) {
  34269.             return $this->privates['Shopware\\Core\\Checkout\\Document\\Service\\DocumentGenerator'];
  34270.         }
  34271.         return $this->privates['Shopware\\Core\\Checkout\\Document\\Service\\DocumentGenerator'] = new \Shopware\Core\Checkout\Document\Service\DocumentGenerator(new \Shopware\Core\Checkout\Document\Renderer\DocumentRendererRegistry(new RewindableGenerator(function () {
  34272.             yield => ($this->privates['Shopware\\Core\\Checkout\\Document\\Renderer\\InvoiceRenderer'] ?? $this->getInvoiceRendererService());
  34273.             yield => ($this->privates['Shopware\\Core\\Checkout\\Document\\Renderer\\DeliveryNoteRenderer'] ?? $this->getDeliveryNoteRendererService());
  34274.             yield => ($this->privates['Shopware\\Core\\Checkout\\Document\\Renderer\\StornoRenderer'] ?? $this->getStornoRendererService());
  34275.             yield => ($this->privates['Shopware\\Core\\Checkout\\Document\\Renderer\\CreditNoteRenderer'] ?? $this->getCreditNoteRendererService());
  34276.         }, 4)), new \Shopware\Core\Checkout\Document\Service\PdfRenderer($this->parameters['shopware.dompdf.options']), $a$b, ($this->services['Doctrine\\DBAL\\Connection'] ?? $this->getConnectionService()));
  34277.     }
  34278.     /**
  34279.      * Gets the private 'Shopware\Core\Checkout\Document\Service\ReferenceInvoiceLoader' shared service.
  34280.      *
  34281.      * @return \Shopware\Core\Checkout\Document\Service\ReferenceInvoiceLoader
  34282.      */
  34283.     protected function getReferenceInvoiceLoaderService()
  34284.     {
  34285.         include_once \dirname(__DIR__4).'/vendor/shopware/core/Checkout/Document/Service/ReferenceInvoiceLoader.php';
  34286.         return $this->privates['Shopware\\Core\\Checkout\\Document\\Service\\ReferenceInvoiceLoader'] = new \Shopware\Core\Checkout\Document\Service\ReferenceInvoiceLoader(($this->services['Doctrine\\DBAL\\Connection'] ?? $this->getConnectionService()));
  34287.     }
  34288.     /**
  34289.      * Gets the private 'Shopware\Core\Checkout\Document\Twig\DocumentTemplateRenderer' shared service.
  34290.      *
  34291.      * @return \Shopware\Core\Checkout\Document\Twig\DocumentTemplateRenderer
  34292.      */
  34293.     protected function getDocumentTemplateRendererService()
  34294.     {
  34295.         include_once \dirname(__DIR__4).'/vendor/shopware/core/Checkout/Document/Twig/DocumentTemplateRenderer.php';
  34296.         $a = ($this->services['.container.private.twig'] ?? $this->get_Container_Private_TwigService());
  34297.         if (isset($this->privates['Shopware\\Core\\Checkout\\Document\\Twig\\DocumentTemplateRenderer'])) {
  34298.             return $this->privates['Shopware\\Core\\Checkout\\Document\\Twig\\DocumentTemplateRenderer'];
  34299.         }
  34300.         $b = ($this->privates['Shopware\\Core\\Framework\\Adapter\\Translation\\Translator'] ?? $this->getTranslator2Service());
  34301.         if (isset($this->privates['Shopware\\Core\\Checkout\\Document\\Twig\\DocumentTemplateRenderer'])) {
  34302.             return $this->privates['Shopware\\Core\\Checkout\\Document\\Twig\\DocumentTemplateRenderer'];
  34303.         }
  34304.         $c = ($this->services['Shopware\\Core\\System\\SalesChannel\\Context\\SalesChannelContextFactory'] ?? $this->getSalesChannelContextFactoryService());
  34305.         if (isset($this->privates['Shopware\\Core\\Checkout\\Document\\Twig\\DocumentTemplateRenderer'])) {
  34306.             return $this->privates['Shopware\\Core\\Checkout\\Document\\Twig\\DocumentTemplateRenderer'];
  34307.         }
  34308.         $d = ($this->services['event_dispatcher'] ?? $this->getEventDispatcherService());
  34309.         if (isset($this->privates['Shopware\\Core\\Checkout\\Document\\Twig\\DocumentTemplateRenderer'])) {
  34310.             return $this->privates['Shopware\\Core\\Checkout\\Document\\Twig\\DocumentTemplateRenderer'];
  34311.         }
  34312.         return $this->privates['Shopware\\Core\\Checkout\\Document\\Twig\\DocumentTemplateRenderer'] = new \Shopware\Core\Checkout\Document\Twig\DocumentTemplateRenderer(($this->services['Shopware\\Core\\Framework\\Adapter\\Twig\\TemplateFinder'] ?? $this->getTemplateFinderService()), $a$b$c$d);
  34313.     }
  34314.     /**
  34315.      * Gets the private 'Shopware\Core\Checkout\Order\Aggregate\OrderTransaction\OrderTransactionStateHandler' shared service.
  34316.      *
  34317.      * @return \Shopware\Core\Checkout\Order\Aggregate\OrderTransaction\OrderTransactionStateHandler
  34318.      */
  34319.     protected function getOrderTransactionStateHandlerService()
  34320.     {
  34321.         include_once \dirname(__DIR__4).'/vendor/shopware/core/Checkout/Order/Aggregate/OrderTransaction/OrderTransactionStateHandler.php';
  34322.         $a = ($this->privates['Shopware\\Core\\System\\StateMachine\\StateMachineRegistry'] ?? $this->getStateMachineRegistryService());
  34323.         if (isset($this->privates['Shopware\\Core\\Checkout\\Order\\Aggregate\\OrderTransaction\\OrderTransactionStateHandler'])) {
  34324.             return $this->privates['Shopware\\Core\\Checkout\\Order\\Aggregate\\OrderTransaction\\OrderTransactionStateHandler'];
  34325.         }
  34326.         return $this->privates['Shopware\\Core\\Checkout\\Order\\Aggregate\\OrderTransaction\\OrderTransactionStateHandler'] = new \Shopware\Core\Checkout\Order\Aggregate\OrderTransaction\OrderTransactionStateHandler($a);
  34327.     }
  34328.     /**
  34329.      * Gets the private 'Shopware\Core\Checkout\Order\Listener\OrderStateChangeEventListener' shared service.
  34330.      *
  34331.      * @return \Shopware\Core\Checkout\Order\Listener\OrderStateChangeEventListener
  34332.      */
  34333.     protected function getOrderStateChangeEventListenerService()
  34334.     {
  34335.         include_once \dirname(__DIR__4).'/vendor/shopware/core/Checkout/Order/Listener/OrderStateChangeEventListener.php';
  34336.         $a = ($this->services['order.repository'] ?? $this->getOrder_RepositoryService());
  34337.         if (isset($this->privates['Shopware\\Core\\Checkout\\Order\\Listener\\OrderStateChangeEventListener'])) {
  34338.             return $this->privates['Shopware\\Core\\Checkout\\Order\\Listener\\OrderStateChangeEventListener'];
  34339.         }
  34340.         $b = ($this->services['order_transaction.repository'] ?? $this->getOrderTransaction_RepositoryService());
  34341.         if (isset($this->privates['Shopware\\Core\\Checkout\\Order\\Listener\\OrderStateChangeEventListener'])) {
  34342.             return $this->privates['Shopware\\Core\\Checkout\\Order\\Listener\\OrderStateChangeEventListener'];
  34343.         }
  34344.         $c = ($this->services['order_delivery.repository'] ?? $this->getOrderDelivery_RepositoryService());
  34345.         if (isset($this->privates['Shopware\\Core\\Checkout\\Order\\Listener\\OrderStateChangeEventListener'])) {
  34346.             return $this->privates['Shopware\\Core\\Checkout\\Order\\Listener\\OrderStateChangeEventListener'];
  34347.         }
  34348.         $d = ($this->services['event_dispatcher'] ?? $this->getEventDispatcherService());
  34349.         if (isset($this->privates['Shopware\\Core\\Checkout\\Order\\Listener\\OrderStateChangeEventListener'])) {
  34350.             return $this->privates['Shopware\\Core\\Checkout\\Order\\Listener\\OrderStateChangeEventListener'];
  34351.         }
  34352.         $e = ($this->privates['Shopware\\Core\\Framework\\Event\\BusinessEventCollector'] ?? $this->getBusinessEventCollectorService());
  34353.         if (isset($this->privates['Shopware\\Core\\Checkout\\Order\\Listener\\OrderStateChangeEventListener'])) {
  34354.             return $this->privates['Shopware\\Core\\Checkout\\Order\\Listener\\OrderStateChangeEventListener'];
  34355.         }
  34356.         $f = ($this->services['state_machine_state.repository'] ?? $this->getStateMachineState_RepositoryService());
  34357.         if (isset($this->privates['Shopware\\Core\\Checkout\\Order\\Listener\\OrderStateChangeEventListener'])) {
  34358.             return $this->privates['Shopware\\Core\\Checkout\\Order\\Listener\\OrderStateChangeEventListener'];
  34359.         }
  34360.         return $this->privates['Shopware\\Core\\Checkout\\Order\\Listener\\OrderStateChangeEventListener'] = new \Shopware\Core\Checkout\Order\Listener\OrderStateChangeEventListener($a$b$c$d$e$f);
  34361.     }
  34362.     /**
  34363.      * Gets the private 'Shopware\Core\Checkout\Order\SalesChannel\OrderService' shared service.
  34364.      *
  34365.      * @return \Shopware\Core\Checkout\Order\SalesChannel\OrderService
  34366.      */
  34367.     protected function getOrderServiceService()
  34368.     {
  34369.         include_once \dirname(__DIR__4).'/vendor/shopware/core/Checkout/Order/SalesChannel/OrderService.php';
  34370.         include_once \dirname(__DIR__4).'/vendor/shopware/core/Framework/Validation/DataValidationFactoryInterface.php';
  34371.         include_once \dirname(__DIR__4).'/vendor/shopware/core/Checkout/Order/Validation/OrderValidationFactory.php';
  34372.         $a = ($this->privates['Shopware\\Core\\Framework\\Validation\\DataValidator'] ?? $this->getDataValidatorService());
  34373.         if (isset($this->privates['Shopware\\Core\\Checkout\\Order\\SalesChannel\\OrderService'])) {
  34374.             return $this->privates['Shopware\\Core\\Checkout\\Order\\SalesChannel\\OrderService'];
  34375.         }
  34376.         $b = ($this->services['event_dispatcher'] ?? $this->getEventDispatcherService());
  34377.         if (isset($this->privates['Shopware\\Core\\Checkout\\Order\\SalesChannel\\OrderService'])) {
  34378.             return $this->privates['Shopware\\Core\\Checkout\\Order\\SalesChannel\\OrderService'];
  34379.         }
  34380.         $c = ($this->services['Shopware\\Core\\Checkout\\Cart\\SalesChannel\\CartService'] ?? $this->getCartServiceService());
  34381.         if (isset($this->privates['Shopware\\Core\\Checkout\\Order\\SalesChannel\\OrderService'])) {
  34382.             return $this->privates['Shopware\\Core\\Checkout\\Order\\SalesChannel\\OrderService'];
  34383.         }
  34384.         $d = ($this->services['payment_method.repository'] ?? $this->getPaymentMethod_RepositoryService());
  34385.         if (isset($this->privates['Shopware\\Core\\Checkout\\Order\\SalesChannel\\OrderService'])) {
  34386.             return $this->privates['Shopware\\Core\\Checkout\\Order\\SalesChannel\\OrderService'];
  34387.         }
  34388.         $e = ($this->privates['Shopware\\Core\\System\\StateMachine\\StateMachineRegistry'] ?? $this->getStateMachineRegistryService());
  34389.         if (isset($this->privates['Shopware\\Core\\Checkout\\Order\\SalesChannel\\OrderService'])) {
  34390.             return $this->privates['Shopware\\Core\\Checkout\\Order\\SalesChannel\\OrderService'];
  34391.         }
  34392.         $f = ($this->services['order.repository'] ?? $this->getOrder_RepositoryService());
  34393.         if (isset($this->privates['Shopware\\Core\\Checkout\\Order\\SalesChannel\\OrderService'])) {
  34394.             return $this->privates['Shopware\\Core\\Checkout\\Order\\SalesChannel\\OrderService'];
  34395.         }
  34396.         $g = ($this->services['mail_template.repository'] ?? $this->getMailTemplate_RepositoryService());
  34397.         if (isset($this->privates['Shopware\\Core\\Checkout\\Order\\SalesChannel\\OrderService'])) {
  34398.             return $this->privates['Shopware\\Core\\Checkout\\Order\\SalesChannel\\OrderService'];
  34399.         }
  34400.         $h = ($this->services['document.repository'] ?? $this->getDocument_RepositoryService());
  34401.         if (isset($this->privates['Shopware\\Core\\Checkout\\Order\\SalesChannel\\OrderService'])) {
  34402.             return $this->privates['Shopware\\Core\\Checkout\\Order\\SalesChannel\\OrderService'];
  34403.         }
  34404.         $i = ($this->privates['Shopware\\Core\\Content\\Mail\\Service\\MailService'] ?? $this->getMailServiceService());
  34405.         if (isset($this->privates['Shopware\\Core\\Checkout\\Order\\SalesChannel\\OrderService'])) {
  34406.             return $this->privates['Shopware\\Core\\Checkout\\Order\\SalesChannel\\OrderService'];
  34407.         }
  34408.         $j = ($this->privates['Shopware\\Core\\Checkout\\Document\\DocumentService'] ?? $this->getDocumentServiceService());
  34409.         if (isset($this->privates['Shopware\\Core\\Checkout\\Order\\SalesChannel\\OrderService'])) {
  34410.             return $this->privates['Shopware\\Core\\Checkout\\Order\\SalesChannel\\OrderService'];
  34411.         }
  34412.         $k = ($this->services['sales_channel.repository'] ?? $this->getSalesChannel_RepositoryService());
  34413.         if (isset($this->privates['Shopware\\Core\\Checkout\\Order\\SalesChannel\\OrderService'])) {
  34414.             return $this->privates['Shopware\\Core\\Checkout\\Order\\SalesChannel\\OrderService'];
  34415.         }
  34416.         return $this->privates['Shopware\\Core\\Checkout\\Order\\SalesChannel\\OrderService'] = new \Shopware\Core\Checkout\Order\SalesChannel\OrderService($a, new \Shopware\Core\Checkout\Order\Validation\OrderValidationFactory(), $b$c$d$e$f$g$h$i$j$k);
  34417.     }
  34418.     /**
  34419.      * Gets the private 'Shopware\Core\Checkout\Payment\Cart\PaymentHandler\CashPayment' shared service.
  34420.      *
  34421.      * @return \Shopware\Core\Checkout\Payment\Cart\PaymentHandler\CashPayment
  34422.      */
  34423.     protected function getCashPaymentService()
  34424.     {
  34425.         include_once \dirname(__DIR__4).'/vendor/shopware/core/Checkout/Payment/Cart/PaymentHandler/PaymentHandlerInterface.php';
  34426.         include_once \dirname(__DIR__4).'/vendor/shopware/core/Checkout/Payment/Cart/PaymentHandler/SynchronousPaymentHandlerInterface.php';
  34427.         include_once \dirname(__DIR__4).'/vendor/shopware/core/Checkout/Payment/Cart/PaymentHandler/DefaultPayment.php';
  34428.         include_once \dirname(__DIR__4).'/vendor/shopware/core/Checkout/Payment/Cart/PaymentHandler/CashPayment.php';
  34429.         $a = ($this->privates['Shopware\\Core\\Checkout\\Order\\Aggregate\\OrderTransaction\\OrderTransactionStateHandler'] ?? $this->getOrderTransactionStateHandlerService());
  34430.         if (isset($this->privates['Shopware\\Core\\Checkout\\Payment\\Cart\\PaymentHandler\\CashPayment'])) {
  34431.             return $this->privates['Shopware\\Core\\Checkout\\Payment\\Cart\\PaymentHandler\\CashPayment'];
  34432.         }
  34433.         return $this->privates['Shopware\\Core\\Checkout\\Payment\\Cart\\PaymentHandler\\CashPayment'] = new \Shopware\Core\Checkout\Payment\Cart\PaymentHandler\CashPayment($a);
  34434.     }
  34435.     /**
  34436.      * Gets the private 'Shopware\Core\Checkout\Payment\Cart\PaymentHandler\DebitPayment' shared service.
  34437.      *
  34438.      * @return \Shopware\Core\Checkout\Payment\Cart\PaymentHandler\DebitPayment
  34439.      */
  34440.     protected function getDebitPaymentService()
  34441.     {
  34442.         include_once \dirname(__DIR__4).'/vendor/shopware/core/Checkout/Payment/Cart/PaymentHandler/PaymentHandlerInterface.php';
  34443.         include_once \dirname(__DIR__4).'/vendor/shopware/core/Checkout/Payment/Cart/PaymentHandler/SynchronousPaymentHandlerInterface.php';
  34444.         include_once \dirname(__DIR__4).'/vendor/shopware/core/Checkout/Payment/Cart/PaymentHandler/DefaultPayment.php';
  34445.         include_once \dirname(__DIR__4).'/vendor/shopware/core/Checkout/Payment/Cart/PaymentHandler/DebitPayment.php';
  34446.         $a = ($this->privates['Shopware\\Core\\Checkout\\Order\\Aggregate\\OrderTransaction\\OrderTransactionStateHandler'] ?? $this->getOrderTransactionStateHandlerService());
  34447.         if (isset($this->privates['Shopware\\Core\\Checkout\\Payment\\Cart\\PaymentHandler\\DebitPayment'])) {
  34448.             return $this->privates['Shopware\\Core\\Checkout\\Payment\\Cart\\PaymentHandler\\DebitPayment'];
  34449.         }
  34450.         return $this->privates['Shopware\\Core\\Checkout\\Payment\\Cart\\PaymentHandler\\DebitPayment'] = new \Shopware\Core\Checkout\Payment\Cart\PaymentHandler\DebitPayment($a);
  34451.     }
  34452.     /**
  34453.      * Gets the private 'Shopware\Core\Checkout\Payment\Cart\PaymentHandler\DefaultPayment' shared service.
  34454.      *
  34455.      * @return \Shopware\Core\Checkout\Payment\Cart\PaymentHandler\DefaultPayment
  34456.      */
  34457.     protected function getDefaultPaymentService()
  34458.     {
  34459.         include_once \dirname(__DIR__4).'/vendor/shopware/core/Checkout/Payment/Cart/PaymentHandler/PaymentHandlerInterface.php';
  34460.         include_once \dirname(__DIR__4).'/vendor/shopware/core/Checkout/Payment/Cart/PaymentHandler/SynchronousPaymentHandlerInterface.php';
  34461.         include_once \dirname(__DIR__4).'/vendor/shopware/core/Checkout/Payment/Cart/PaymentHandler/DefaultPayment.php';
  34462.         $a = ($this->privates['Shopware\\Core\\Checkout\\Order\\Aggregate\\OrderTransaction\\OrderTransactionStateHandler'] ?? $this->getOrderTransactionStateHandlerService());
  34463.         if (isset($this->privates['Shopware\\Core\\Checkout\\Payment\\Cart\\PaymentHandler\\DefaultPayment'])) {
  34464.             return $this->privates['Shopware\\Core\\Checkout\\Payment\\Cart\\PaymentHandler\\DefaultPayment'];
  34465.         }
  34466.         return $this->privates['Shopware\\Core\\Checkout\\Payment\\Cart\\PaymentHandler\\DefaultPayment'] = new \Shopware\Core\Checkout\Payment\Cart\PaymentHandler\DefaultPayment($a);
  34467.     }
  34468.     /**
  34469.      * Gets the private 'Shopware\Core\Checkout\Payment\Cart\PaymentHandler\InvoicePayment' shared service.
  34470.      *
  34471.      * @return \Shopware\Core\Checkout\Payment\Cart\PaymentHandler\InvoicePayment
  34472.      */
  34473.     protected function getInvoicePaymentService()
  34474.     {
  34475.         include_once \dirname(__DIR__4).'/vendor/shopware/core/Checkout/Payment/Cart/PaymentHandler/PaymentHandlerInterface.php';
  34476.         include_once \dirname(__DIR__4).'/vendor/shopware/core/Checkout/Payment/Cart/PaymentHandler/SynchronousPaymentHandlerInterface.php';
  34477.         include_once \dirname(__DIR__4).'/vendor/shopware/core/Checkout/Payment/Cart/PaymentHandler/DefaultPayment.php';
  34478.         include_once \dirname(__DIR__4).'/vendor/shopware/core/Checkout/Payment/Cart/PaymentHandler/InvoicePayment.php';
  34479.         $a = ($this->privates['Shopware\\Core\\Checkout\\Order\\Aggregate\\OrderTransaction\\OrderTransactionStateHandler'] ?? $this->getOrderTransactionStateHandlerService());
  34480.         if (isset($this->privates['Shopware\\Core\\Checkout\\Payment\\Cart\\PaymentHandler\\InvoicePayment'])) {
  34481.             return $this->privates['Shopware\\Core\\Checkout\\Payment\\Cart\\PaymentHandler\\InvoicePayment'];
  34482.         }
  34483.         return $this->privates['Shopware\\Core\\Checkout\\Payment\\Cart\\PaymentHandler\\InvoicePayment'] = new \Shopware\Core\Checkout\Payment\Cart\PaymentHandler\InvoicePayment($a);
  34484.     }
  34485.     /**
  34486.      * Gets the private 'Shopware\Core\Checkout\Payment\Cart\PaymentHandler\PaymentHandlerRegistry' shared service.
  34487.      *
  34488.      * @return \Shopware\Core\Checkout\Payment\Cart\PaymentHandler\PaymentHandlerRegistry
  34489.      */
  34490.     protected function getPaymentHandlerRegistryService()
  34491.     {
  34492.         $a = new \Symfony\Component\DependencyInjection\Argument\ServiceLocator($this->getService, [
  34493.             'Shopware\\Core\\Framework\\App\\Payment\\Handler\\AppPaymentHandler' => ['privates''Shopware\\Core\\Framework\\App\\Payment\\Handler\\AppPaymentHandler''getAppPaymentHandlerService'false],
  34494.         ], [
  34495.             'Shopware\\Core\\Framework\\App\\Payment\\Handler\\AppPaymentHandler' => 'Shopware\\Core\\Framework\\App\\Payment\\Handler\\AppPaymentHandler',
  34496.         ]);
  34497.         return $this->privates['Shopware\\Core\\Checkout\\Payment\\Cart\\PaymentHandler\\PaymentHandlerRegistry'] = new \Shopware\Core\Checkout\Payment\Cart\PaymentHandler\PaymentHandlerRegistry(new \Symfony\Component\DependencyInjection\Argument\ServiceLocator($this->getService, [
  34498.             'Shopware\\Core\\Checkout\\Payment\\Cart\\PaymentHandler\\CashPayment' => ['privates''Shopware\\Core\\Checkout\\Payment\\Cart\\PaymentHandler\\CashPayment''getCashPaymentService'false],
  34499.             'Shopware\\Core\\Checkout\\Payment\\Cart\\PaymentHandler\\DebitPayment' => ['privates''Shopware\\Core\\Checkout\\Payment\\Cart\\PaymentHandler\\DebitPayment''getDebitPaymentService'false],
  34500.             'Shopware\\Core\\Checkout\\Payment\\Cart\\PaymentHandler\\DefaultPayment' => ['privates''Shopware\\Core\\Checkout\\Payment\\Cart\\PaymentHandler\\DefaultPayment''getDefaultPaymentService'false],
  34501.             'Shopware\\Core\\Checkout\\Payment\\Cart\\PaymentHandler\\InvoicePayment' => ['privates''Shopware\\Core\\Checkout\\Payment\\Cart\\PaymentHandler\\InvoicePayment''getInvoicePaymentService'false],
  34502.             'Shopware\\Core\\Checkout\\Payment\\Cart\\PaymentHandler\\PrePayment' => ['privates''Shopware\\Core\\Checkout\\Payment\\Cart\\PaymentHandler\\PrePayment''getPrePaymentService'false],
  34503.             'Shopware\\Core\\Framework\\App\\Payment\\Handler\\AppSyncPaymentHandler' => ['privates''Shopware\\Core\\Framework\\App\\Payment\\Handler\\AppSyncPaymentHandler''getAppSyncPaymentHandlerService'false],
  34504.             'Swag\\PayPal\\Checkout\\Payment\\Method\\ACDCHandler' => ['privates''Swag\\PayPal\\Checkout\\Payment\\Method\\ACDCHandler''getACDCHandlerService'false],
  34505.             'Swag\\PayPal\\Checkout\\Payment\\Method\\PUIHandler' => ['privates''Swag\\PayPal\\Checkout\\Payment\\Method\\PUIHandler''getPUIHandlerService'false],
  34506.             'Swag\\PayPal\\Checkout\\Payment\\Method\\PayLaterHandler' => ['privates''Swag\\PayPal\\Checkout\\Payment\\Method\\PayLaterHandler''getPayLaterHandlerService'false],
  34507.             'Swag\\PayPal\\Checkout\\Payment\\Method\\SEPAHandler' => ['privates''Swag\\PayPal\\Checkout\\Payment\\Method\\SEPAHandler''getSEPAHandlerService'false],
  34508.             'Swag\\PayPal\\Checkout\\Payment\\Method\\VenmoHandler' => ['privates''Swag\\PayPal\\Checkout\\Payment\\Method\\VenmoHandler''getVenmoHandlerService'false],
  34509.         ], [
  34510.             'Shopware\\Core\\Checkout\\Payment\\Cart\\PaymentHandler\\CashPayment' => 'Shopware\\Core\\Checkout\\Payment\\Cart\\PaymentHandler\\CashPayment',
  34511.             'Shopware\\Core\\Checkout\\Payment\\Cart\\PaymentHandler\\DebitPayment' => 'Shopware\\Core\\Checkout\\Payment\\Cart\\PaymentHandler\\DebitPayment',
  34512.             'Shopware\\Core\\Checkout\\Payment\\Cart\\PaymentHandler\\DefaultPayment' => 'Shopware\\Core\\Checkout\\Payment\\Cart\\PaymentHandler\\DefaultPayment',
  34513.             'Shopware\\Core\\Checkout\\Payment\\Cart\\PaymentHandler\\InvoicePayment' => 'Shopware\\Core\\Checkout\\Payment\\Cart\\PaymentHandler\\InvoicePayment',
  34514.             'Shopware\\Core\\Checkout\\Payment\\Cart\\PaymentHandler\\PrePayment' => 'Shopware\\Core\\Checkout\\Payment\\Cart\\PaymentHandler\\PrePayment',
  34515.             'Shopware\\Core\\Framework\\App\\Payment\\Handler\\AppSyncPaymentHandler' => 'Shopware\\Core\\Framework\\App\\Payment\\Handler\\AppSyncPaymentHandler',
  34516.             'Swag\\PayPal\\Checkout\\Payment\\Method\\ACDCHandler' => 'Swag\\PayPal\\Checkout\\Payment\\Method\\ACDCHandler',
  34517.             'Swag\\PayPal\\Checkout\\Payment\\Method\\PUIHandler' => 'Swag\\PayPal\\Checkout\\Payment\\Method\\PUIHandler',
  34518.             'Swag\\PayPal\\Checkout\\Payment\\Method\\PayLaterHandler' => 'Swag\\PayPal\\Checkout\\Payment\\Method\\PayLaterHandler',
  34519.             'Swag\\PayPal\\Checkout\\Payment\\Method\\SEPAHandler' => 'Swag\\PayPal\\Checkout\\Payment\\Method\\SEPAHandler',
  34520.             'Swag\\PayPal\\Checkout\\Payment\\Method\\VenmoHandler' => 'Swag\\PayPal\\Checkout\\Payment\\Method\\VenmoHandler',
  34521.         ]), new \Symfony\Component\DependencyInjection\Argument\ServiceLocator($this->getService, [
  34522.             'Shopware\\Core\\Framework\\App\\Payment\\Handler\\AppAsyncPaymentHandler' => ['privates''Shopware\\Core\\Framework\\App\\Payment\\Handler\\AppAsyncPaymentHandler''getAppAsyncPaymentHandlerService'false],
  34523.             'Swag\\AmazonPay\\Components\\PaymentHandler\\AmazonPaymentHandler' => ['privates''Swag\\AmazonPay\\Components\\PaymentHandler\\AmazonPaymentHandler''getAmazonPaymentHandlerService'false],
  34524.             'Swag\\PayPal\\Checkout\\Payment\\Method\\BancontactAPMHandler' => ['privates''Swag\\PayPal\\Checkout\\Payment\\Method\\BancontactAPMHandler''getBancontactAPMHandlerService'false],
  34525.             'Swag\\PayPal\\Checkout\\Payment\\Method\\BlikAPMHandler' => ['privates''Swag\\PayPal\\Checkout\\Payment\\Method\\BlikAPMHandler''getBlikAPMHandlerService'false],
  34526.             'Swag\\PayPal\\Checkout\\Payment\\Method\\EpsAPMHandler' => ['privates''Swag\\PayPal\\Checkout\\Payment\\Method\\EpsAPMHandler''getEpsAPMHandlerService'false],
  34527.             'Swag\\PayPal\\Checkout\\Payment\\Method\\GiropayAPMHandler' => ['privates''Swag\\PayPal\\Checkout\\Payment\\Method\\GiropayAPMHandler''getGiropayAPMHandlerService'false],
  34528.             'Swag\\PayPal\\Checkout\\Payment\\Method\\IdealAPMHandler' => ['privates''Swag\\PayPal\\Checkout\\Payment\\Method\\IdealAPMHandler''getIdealAPMHandlerService'false],
  34529.             'Swag\\PayPal\\Checkout\\Payment\\Method\\MultibancoAPMHandler' => ['privates''Swag\\PayPal\\Checkout\\Payment\\Method\\MultibancoAPMHandler''getMultibancoAPMHandlerService'false],
  34530.             'Swag\\PayPal\\Checkout\\Payment\\Method\\MyBankAPMHandler' => ['privates''Swag\\PayPal\\Checkout\\Payment\\Method\\MyBankAPMHandler''getMyBankAPMHandlerService'false],
  34531.             'Swag\\PayPal\\Checkout\\Payment\\Method\\OxxoAPMHandler' => ['privates''Swag\\PayPal\\Checkout\\Payment\\Method\\OxxoAPMHandler''getOxxoAPMHandlerService'false],
  34532.             'Swag\\PayPal\\Checkout\\Payment\\Method\\P24APMHandler' => ['privates''Swag\\PayPal\\Checkout\\Payment\\Method\\P24APMHandler''getP24APMHandlerService'false],
  34533.             'Swag\\PayPal\\Checkout\\Payment\\Method\\SofortAPMHandler' => ['privates''Swag\\PayPal\\Checkout\\Payment\\Method\\SofortAPMHandler''getSofortAPMHandlerService'false],
  34534.             'Swag\\PayPal\\Checkout\\Payment\\Method\\TrustlyAPMHandler' => ['privates''Swag\\PayPal\\Checkout\\Payment\\Method\\TrustlyAPMHandler''getTrustlyAPMHandlerService'false],
  34535.             'Swag\\PayPal\\Checkout\\Payment\\PayPalPaymentHandler' => ['privates''Swag\\PayPal\\Checkout\\Payment\\PayPalPaymentHandler''getPayPalPaymentHandlerService'false],
  34536.             'UnzerPayment6\\Components\\PaymentHandler\\UnzerAlipayPaymentHandler' => ['privates''UnzerPayment6\\Components\\PaymentHandler\\UnzerAlipayPaymentHandler''getUnzerAlipayPaymentHandlerService'false],
  34537.             'UnzerPayment6\\Components\\PaymentHandler\\UnzerApplePayPaymentHandler' => ['privates''UnzerPayment6\\Components\\PaymentHandler\\UnzerApplePayPaymentHandler''getUnzerApplePayPaymentHandlerService'false],
  34538.             'UnzerPayment6\\Components\\PaymentHandler\\UnzerBancontactHandler' => ['privates''UnzerPayment6\\Components\\PaymentHandler\\UnzerBancontactHandler''getUnzerBancontactHandlerService'false],
  34539.             'UnzerPayment6\\Components\\PaymentHandler\\UnzerCreditCardPaymentHandler' => ['privates''UnzerPayment6\\Components\\PaymentHandler\\UnzerCreditCardPaymentHandler''getUnzerCreditCardPaymentHandlerService'false],
  34540.             'UnzerPayment6\\Components\\PaymentHandler\\UnzerDirectDebitPaymentHandler' => ['privates''UnzerPayment6\\Components\\PaymentHandler\\UnzerDirectDebitPaymentHandler''getUnzerDirectDebitPaymentHandlerService'false],
  34541.             'UnzerPayment6\\Components\\PaymentHandler\\UnzerDirectDebitSecuredPaymentHandler' => ['privates''UnzerPayment6\\Components\\PaymentHandler\\UnzerDirectDebitSecuredPaymentHandler''getUnzerDirectDebitSecuredPaymentHandlerService'false],
  34542.             'UnzerPayment6\\Components\\PaymentHandler\\UnzerEpsPaymentHandler' => ['privates''UnzerPayment6\\Components\\PaymentHandler\\UnzerEpsPaymentHandler''getUnzerEpsPaymentHandlerService'false],
  34543.             'UnzerPayment6\\Components\\PaymentHandler\\UnzerGiropayPaymentHandler' => ['privates''UnzerPayment6\\Components\\PaymentHandler\\UnzerGiropayPaymentHandler''getUnzerGiropayPaymentHandlerService'false],
  34544.             'UnzerPayment6\\Components\\PaymentHandler\\UnzerIdealPaymentHandler' => ['privates''UnzerPayment6\\Components\\PaymentHandler\\UnzerIdealPaymentHandler''getUnzerIdealPaymentHandlerService'false],
  34545.             'UnzerPayment6\\Components\\PaymentHandler\\UnzerInstallmentSecuredPaymentHandler' => ['privates''UnzerPayment6\\Components\\PaymentHandler\\UnzerInstallmentSecuredPaymentHandler''getUnzerInstallmentSecuredPaymentHandlerService'false],
  34546.             'UnzerPayment6\\Components\\PaymentHandler\\UnzerInvoicePaymentHandler' => ['privates''UnzerPayment6\\Components\\PaymentHandler\\UnzerInvoicePaymentHandler''getUnzerInvoicePaymentHandlerService'false],
  34547.             'UnzerPayment6\\Components\\PaymentHandler\\UnzerInvoiceSecuredPaymentHandler' => ['privates''UnzerPayment6\\Components\\PaymentHandler\\UnzerInvoiceSecuredPaymentHandler''getUnzerInvoiceSecuredPaymentHandlerService'false],
  34548.             'UnzerPayment6\\Components\\PaymentHandler\\UnzerPayPalPaymentHandler' => ['privates''UnzerPayment6\\Components\\PaymentHandler\\UnzerPayPalPaymentHandler''getUnzerPayPalPaymentHandlerService'false],
  34549.             'UnzerPayment6\\Components\\PaymentHandler\\UnzerPaylaterDirectDebitSecuredPaymentHandler' => ['privates''UnzerPayment6\\Components\\PaymentHandler\\UnzerPaylaterDirectDebitSecuredPaymentHandler''getUnzerPaylaterDirectDebitSecuredPaymentHandlerService'false],
  34550.             'UnzerPayment6\\Components\\PaymentHandler\\UnzerPaylaterInstallmentPaymentHandler' => ['privates''UnzerPayment6\\Components\\PaymentHandler\\UnzerPaylaterInstallmentPaymentHandler''getUnzerPaylaterInstallmentPaymentHandlerService'false],
  34551.             'UnzerPayment6\\Components\\PaymentHandler\\UnzerPaylaterInvoicePaymentHandler' => ['privates''UnzerPayment6\\Components\\PaymentHandler\\UnzerPaylaterInvoicePaymentHandler''getUnzerPaylaterInvoicePaymentHandlerService'false],
  34552.             'UnzerPayment6\\Components\\PaymentHandler\\UnzerPisPaymentHandler' => ['privates''UnzerPayment6\\Components\\PaymentHandler\\UnzerPisPaymentHandler''getUnzerPisPaymentHandlerService'false],
  34553.             'UnzerPayment6\\Components\\PaymentHandler\\UnzerPrePaymentPaymentHandler' => ['privates''UnzerPayment6\\Components\\PaymentHandler\\UnzerPrePaymentPaymentHandler''getUnzerPrePaymentPaymentHandlerService'false],
  34554.             'UnzerPayment6\\Components\\PaymentHandler\\UnzerPrzelewyHandler' => ['privates''UnzerPayment6\\Components\\PaymentHandler\\UnzerPrzelewyHandler''getUnzerPrzelewyHandlerService'false],
  34555.             'UnzerPayment6\\Components\\PaymentHandler\\UnzerSofortPaymentHandler' => ['privates''UnzerPayment6\\Components\\PaymentHandler\\UnzerSofortPaymentHandler''getUnzerSofortPaymentHandlerService'false],
  34556.             'UnzerPayment6\\Components\\PaymentHandler\\UnzerWeChatPaymentHandler' => ['privates''UnzerPayment6\\Components\\PaymentHandler\\UnzerWeChatPaymentHandler''getUnzerWeChatPaymentHandlerService'false],
  34557.         ], [
  34558.             'Shopware\\Core\\Framework\\App\\Payment\\Handler\\AppAsyncPaymentHandler' => 'Shopware\\Core\\Framework\\App\\Payment\\Handler\\AppAsyncPaymentHandler',
  34559.             'Swag\\AmazonPay\\Components\\PaymentHandler\\AmazonPaymentHandler' => 'Swag\\AmazonPay\\Components\\PaymentHandler\\AmazonPaymentHandler',
  34560.             'Swag\\PayPal\\Checkout\\Payment\\Method\\BancontactAPMHandler' => 'Swag\\PayPal\\Checkout\\Payment\\Method\\APMHandler',
  34561.             'Swag\\PayPal\\Checkout\\Payment\\Method\\BlikAPMHandler' => 'Swag\\PayPal\\Checkout\\Payment\\Method\\APMHandler',
  34562.             'Swag\\PayPal\\Checkout\\Payment\\Method\\EpsAPMHandler' => 'Swag\\PayPal\\Checkout\\Payment\\Method\\APMHandler',
  34563.             'Swag\\PayPal\\Checkout\\Payment\\Method\\GiropayAPMHandler' => 'Swag\\PayPal\\Checkout\\Payment\\Method\\APMHandler',
  34564.             'Swag\\PayPal\\Checkout\\Payment\\Method\\IdealAPMHandler' => 'Swag\\PayPal\\Checkout\\Payment\\Method\\APMHandler',
  34565.             'Swag\\PayPal\\Checkout\\Payment\\Method\\MultibancoAPMHandler' => 'Swag\\PayPal\\Checkout\\Payment\\Method\\APMHandler',
  34566.             'Swag\\PayPal\\Checkout\\Payment\\Method\\MyBankAPMHandler' => 'Swag\\PayPal\\Checkout\\Payment\\Method\\APMHandler',
  34567.             'Swag\\PayPal\\Checkout\\Payment\\Method\\OxxoAPMHandler' => 'Swag\\PayPal\\Checkout\\Payment\\Method\\APMHandler',
  34568.             'Swag\\PayPal\\Checkout\\Payment\\Method\\P24APMHandler' => 'Swag\\PayPal\\Checkout\\Payment\\Method\\APMHandler',
  34569.             'Swag\\PayPal\\Checkout\\Payment\\Method\\SofortAPMHandler' => 'Swag\\PayPal\\Checkout\\Payment\\Method\\APMHandler',
  34570.             'Swag\\PayPal\\Checkout\\Payment\\Method\\TrustlyAPMHandler' => 'Swag\\PayPal\\Checkout\\Payment\\Method\\APMHandler',
  34571.             'Swag\\PayPal\\Checkout\\Payment\\PayPalPaymentHandler' => 'Swag\\PayPal\\Checkout\\Payment\\PayPalPaymentHandler',
  34572.             'UnzerPayment6\\Components\\PaymentHandler\\UnzerAlipayPaymentHandler' => 'UnzerPayment6\\Components\\PaymentHandler\\UnzerAlipayPaymentHandler',
  34573.             'UnzerPayment6\\Components\\PaymentHandler\\UnzerApplePayPaymentHandler' => 'UnzerPayment6\\Components\\PaymentHandler\\UnzerApplePayPaymentHandler',
  34574.             'UnzerPayment6\\Components\\PaymentHandler\\UnzerBancontactHandler' => 'UnzerPayment6\\Components\\PaymentHandler\\UnzerBancontactHandler',
  34575.             'UnzerPayment6\\Components\\PaymentHandler\\UnzerCreditCardPaymentHandler' => 'UnzerPayment6\\Components\\PaymentHandler\\UnzerCreditCardPaymentHandler',
  34576.             'UnzerPayment6\\Components\\PaymentHandler\\UnzerDirectDebitPaymentHandler' => 'UnzerPayment6\\Components\\PaymentHandler\\UnzerDirectDebitPaymentHandler',
  34577.             'UnzerPayment6\\Components\\PaymentHandler\\UnzerDirectDebitSecuredPaymentHandler' => 'UnzerPayment6\\Components\\PaymentHandler\\UnzerDirectDebitSecuredPaymentHandler',
  34578.             'UnzerPayment6\\Components\\PaymentHandler\\UnzerEpsPaymentHandler' => 'UnzerPayment6\\Components\\PaymentHandler\\UnzerEpsPaymentHandler',
  34579.             'UnzerPayment6\\Components\\PaymentHandler\\UnzerGiropayPaymentHandler' => 'UnzerPayment6\\Components\\PaymentHandler\\UnzerGiropayPaymentHandler',
  34580.             'UnzerPayment6\\Components\\PaymentHandler\\UnzerIdealPaymentHandler' => 'UnzerPayment6\\Components\\PaymentHandler\\UnzerIdealPaymentHandler',
  34581.             'UnzerPayment6\\Components\\PaymentHandler\\UnzerInstallmentSecuredPaymentHandler' => 'UnzerPayment6\\Components\\PaymentHandler\\UnzerInstallmentSecuredPaymentHandler',
  34582.             'UnzerPayment6\\Components\\PaymentHandler\\UnzerInvoicePaymentHandler' => 'UnzerPayment6\\Components\\PaymentHandler\\UnzerInvoicePaymentHandler',
  34583.             'UnzerPayment6\\Components\\PaymentHandler\\UnzerInvoiceSecuredPaymentHandler' => 'UnzerPayment6\\Components\\PaymentHandler\\UnzerInvoiceSecuredPaymentHandler',
  34584.             'UnzerPayment6\\Components\\PaymentHandler\\UnzerPayPalPaymentHandler' => 'UnzerPayment6\\Components\\PaymentHandler\\UnzerPayPalPaymentHandler',
  34585.             'UnzerPayment6\\Components\\PaymentHandler\\UnzerPaylaterDirectDebitSecuredPaymentHandler' => 'UnzerPayment6\\Components\\PaymentHandler\\UnzerPaylaterDirectDebitSecuredPaymentHandler',
  34586.             'UnzerPayment6\\Components\\PaymentHandler\\UnzerPaylaterInstallmentPaymentHandler' => 'UnzerPayment6\\Components\\PaymentHandler\\UnzerPaylaterInstallmentPaymentHandler',
  34587.             'UnzerPayment6\\Components\\PaymentHandler\\UnzerPaylaterInvoicePaymentHandler' => 'UnzerPayment6\\Components\\PaymentHandler\\UnzerPaylaterInvoicePaymentHandler',
  34588.             'UnzerPayment6\\Components\\PaymentHandler\\UnzerPisPaymentHandler' => 'UnzerPayment6\\Components\\PaymentHandler\\UnzerPisPaymentHandler',
  34589.             'UnzerPayment6\\Components\\PaymentHandler\\UnzerPrePaymentPaymentHandler' => 'UnzerPayment6\\Components\\PaymentHandler\\UnzerPrePaymentPaymentHandler',
  34590.             'UnzerPayment6\\Components\\PaymentHandler\\UnzerPrzelewyHandler' => 'UnzerPayment6\\Components\\PaymentHandler\\UnzerPrzelewyHandler',
  34591.             'UnzerPayment6\\Components\\PaymentHandler\\UnzerSofortPaymentHandler' => 'UnzerPayment6\\Components\\PaymentHandler\\UnzerSofortPaymentHandler',
  34592.             'UnzerPayment6\\Components\\PaymentHandler\\UnzerWeChatPaymentHandler' => 'UnzerPayment6\\Components\\PaymentHandler\\UnzerWeChatPaymentHandler',
  34593.         ]), $a$a, ($this->services['Doctrine\\DBAL\\Connection'] ?? $this->getConnectionService()));
  34594.     }
  34595.     /**
  34596.      * Gets the private 'Shopware\Core\Checkout\Payment\Cart\PaymentHandler\PrePayment' shared service.
  34597.      *
  34598.      * @return \Shopware\Core\Checkout\Payment\Cart\PaymentHandler\PrePayment
  34599.      */
  34600.     protected function getPrePaymentService()
  34601.     {
  34602.         include_once \dirname(__DIR__4).'/vendor/shopware/core/Checkout/Payment/Cart/PaymentHandler/PaymentHandlerInterface.php';
  34603.         include_once \dirname(__DIR__4).'/vendor/shopware/core/Checkout/Payment/Cart/PaymentHandler/SynchronousPaymentHandlerInterface.php';
  34604.         include_once \dirname(__DIR__4).'/vendor/shopware/core/Checkout/Payment/Cart/PaymentHandler/DefaultPayment.php';
  34605.         include_once \dirname(__DIR__4).'/vendor/shopware/core/Checkout/Payment/Cart/PaymentHandler/PrePayment.php';
  34606.         $a = ($this->privates['Shopware\\Core\\Checkout\\Order\\Aggregate\\OrderTransaction\\OrderTransactionStateHandler'] ?? $this->getOrderTransactionStateHandlerService());
  34607.         if (isset($this->privates['Shopware\\Core\\Checkout\\Payment\\Cart\\PaymentHandler\\PrePayment'])) {
  34608.             return $this->privates['Shopware\\Core\\Checkout\\Payment\\Cart\\PaymentHandler\\PrePayment'];
  34609.         }
  34610.         return $this->privates['Shopware\\Core\\Checkout\\Payment\\Cart\\PaymentHandler\\PrePayment'] = new \Shopware\Core\Checkout\Payment\Cart\PaymentHandler\PrePayment($a);
  34611.     }
  34612.     /**
  34613.      * Gets the private 'Shopware\Core\Checkout\Payment\Cart\Token\JWTFactoryV2' shared service.
  34614.      *
  34615.      * @return \Shopware\Core\Checkout\Payment\Cart\Token\JWTFactoryV2
  34616.      */
  34617.     protected function getJWTFactoryV2Service()
  34618.     {
  34619.         include_once \dirname(__DIR__4).'/vendor/shopware/core/Checkout/Payment/Cart/Token/TokenFactoryInterfaceV2.php';
  34620.         include_once \dirname(__DIR__4).'/vendor/shopware/core/Checkout/Payment/Cart/Token/JWTFactoryV2.php';
  34621.         return $this->privates['Shopware\\Core\\Checkout\\Payment\\Cart\\Token\\JWTFactoryV2'] = new \Shopware\Core\Checkout\Payment\Cart\Token\JWTFactoryV2(($this->privates['shopware.jwt_config'] ?? $this->getShopware_JwtConfigService()), ($this->services['Doctrine\\DBAL\\Connection'] ?? $this->getConnectionService()));
  34622.     }
  34623.     /**
  34624.      * Gets the private 'Shopware\Core\Checkout\Payment\DataAbstractionLayer\PaymentMethodIndexer' shared service.
  34625.      *
  34626.      * @return \Shopware\Core\Checkout\Payment\DataAbstractionLayer\PaymentMethodIndexer
  34627.      */
  34628.     protected function getPaymentMethodIndexerService()
  34629.     {
  34630.         include_once \dirname(__DIR__4).'/vendor/shopware/core/Framework/DataAbstractionLayer/Indexing/EntityIndexer.php';
  34631.         include_once \dirname(__DIR__4).'/vendor/shopware/core/Checkout/Payment/DataAbstractionLayer/PaymentMethodIndexer.php';
  34632.         include_once \dirname(__DIR__4).'/vendor/shopware/core/Checkout/Payment/DataAbstractionLayer/PaymentDistinguishableNameGenerator.php';
  34633.         $a = ($this->services['event_dispatcher'] ?? $this->getEventDispatcherService());
  34634.         if (isset($this->privates['Shopware\\Core\\Checkout\\Payment\\DataAbstractionLayer\\PaymentMethodIndexer'])) {
  34635.             return $this->privates['Shopware\\Core\\Checkout\\Payment\\DataAbstractionLayer\\PaymentMethodIndexer'];
  34636.         }
  34637.         $b = ($this->services['payment_method.repository'] ?? $this->getPaymentMethod_RepositoryService());
  34638.         if (isset($this->privates['Shopware\\Core\\Checkout\\Payment\\DataAbstractionLayer\\PaymentMethodIndexer'])) {
  34639.             return $this->privates['Shopware\\Core\\Checkout\\Payment\\DataAbstractionLayer\\PaymentMethodIndexer'];
  34640.         }
  34641.         return $this->privates['Shopware\\Core\\Checkout\\Payment\\DataAbstractionLayer\\PaymentMethodIndexer'] = new \Shopware\Core\Checkout\Payment\DataAbstractionLayer\PaymentMethodIndexer(($this->privates['Shopware\\Core\\Framework\\DataAbstractionLayer\\Dbal\\Common\\IteratorFactory'] ?? $this->getIteratorFactory2Service()), $a$b, new \Shopware\Core\Checkout\Payment\DataAbstractionLayer\PaymentDistinguishableNameGenerator($b));
  34642.     }
  34643.     /**
  34644.      * Gets the private 'Shopware\Core\Checkout\Payment\DataAbstractionLayer\PaymentMethodValidator' shared service.
  34645.      *
  34646.      * @return \Shopware\Core\Checkout\Payment\DataAbstractionLayer\PaymentMethodValidator
  34647.      */
  34648.     protected function getPaymentMethodValidator3Service()
  34649.     {
  34650.         include_once \dirname(__DIR__4).'/vendor/shopware/core/Checkout/Payment/DataAbstractionLayer/PaymentMethodValidator.php';
  34651.         return $this->privates['Shopware\\Core\\Checkout\\Payment\\DataAbstractionLayer\\PaymentMethodValidator'] = new \Shopware\Core\Checkout\Payment\DataAbstractionLayer\PaymentMethodValidator(($this->services['Doctrine\\DBAL\\Connection'] ?? $this->getConnectionService()));
  34652.     }
  34653.     /**
  34654.      * Gets the private 'Shopware\Core\Checkout\Payment\PaymentService' shared service.
  34655.      *
  34656.      * @return \Shopware\Core\Checkout\Payment\PaymentService
  34657.      */
  34658.     protected function getPaymentServiceService()
  34659.     {
  34660.         include_once \dirname(__DIR__4).'/vendor/shopware/core/Checkout/Payment/PaymentService.php';
  34661.         include_once \dirname(__DIR__4).'/vendor/shopware/core/Checkout/Payment/Cart/PaymentTransactionChainProcessor.php';
  34662.         $a = ($this->privates['Shopware\\Core\\Checkout\\Payment\\Cart\\Token\\JWTFactoryV2'] ?? $this->getJWTFactoryV2Service());
  34663.         $b = ($this->services['order.repository'] ?? $this->getOrder_RepositoryService());
  34664.         $c = ($this->privates['Shopware\\Core\\Checkout\\Payment\\Cart\\PaymentHandler\\PaymentHandlerRegistry'] ?? $this->getPaymentHandlerRegistryService());
  34665.         return $this->privates['Shopware\\Core\\Checkout\\Payment\\PaymentService'] = new \Shopware\Core\Checkout\Payment\PaymentService(new \Shopware\Core\Checkout\Payment\Cart\PaymentTransactionChainProcessor($a$b, ($this->services['router'] ?? $this->getRouterService()), $c, ($this->services['Shopware\\Core\\System\\SystemConfig\\SystemConfigService'] ?? $this->getSystemConfigServiceService()), ($this->privates['Shopware\\Core\\System\\StateMachine\\Loader\\InitialStateIdLoader'] ?? $this->getInitialStateIdLoaderService())), $a$c, ($this->services['order_transaction.repository'] ?? $this->getOrderTransaction_RepositoryService()), ($this->privates['Shopware\\Core\\Checkout\\Order\\Aggregate\\OrderTransaction\\OrderTransactionStateHandler'] ?? $this->getOrderTransactionStateHandlerService()), ($this->services['logger'] ?? $this->getLoggerService()), $b, ($this->privates['Shopware\\Core\\System\\SalesChannel\\Context\\SalesChannelContextService'] ?? $this->getSalesChannelContextServiceService()));
  34666.     }
  34667.     /**
  34668.      * Gets the private 'Shopware\Core\Checkout\Promotion\Cart\Discount\Filter\FilterServiceRegistry' shared service.
  34669.      *
  34670.      * @return \Shopware\Core\Checkout\Promotion\Cart\Discount\Filter\FilterServiceRegistry
  34671.      */
  34672.     protected function getFilterServiceRegistryService()
  34673.     {
  34674.         include_once \dirname(__DIR__4).'/vendor/shopware/core/Checkout/Promotion/Cart/Discount/Filter/FilterServiceRegistry.php';
  34675.         return $this->privates['Shopware\\Core\\Checkout\\Promotion\\Cart\\Discount\\Filter\\FilterServiceRegistry'] = new \Shopware\Core\Checkout\Promotion\Cart\Discount\Filter\FilterServiceRegistry(new RewindableGenerator(function () {
  34676.             yield => ($this->privates['Shopware\\Core\\Checkout\\Promotion\\Cart\\Discount\\Filter\\Sorter\\FilterSorterPriceAsc'] ?? ($this->privates['Shopware\\Core\\Checkout\\Promotion\\Cart\\Discount\\Filter\\Sorter\\FilterSorterPriceAsc'] = new \Shopware\Core\Checkout\Promotion\Cart\Discount\Filter\Sorter\FilterSorterPriceAsc()));
  34677.             yield => ($this->privates['Shopware\\Core\\Checkout\\Promotion\\Cart\\Discount\\Filter\\Sorter\\FilterSorterPriceDesc'] ?? ($this->privates['Shopware\\Core\\Checkout\\Promotion\\Cart\\Discount\\Filter\\Sorter\\FilterSorterPriceDesc'] = new \Shopware\Core\Checkout\Promotion\Cart\Discount\Filter\Sorter\FilterSorterPriceDesc()));
  34678.         }, 2), new RewindableGenerator(function () {
  34679.             yield => ($this->privates['Shopware\\Core\\Checkout\\Promotion\\Cart\\Discount\\Filter\\Picker\\VerticalPicker'] ?? ($this->privates['Shopware\\Core\\Checkout\\Promotion\\Cart\\Discount\\Filter\\Picker\\VerticalPicker'] = new \Shopware\Core\Checkout\Promotion\Cart\Discount\Filter\Picker\VerticalPicker()));
  34680.             yield => ($this->privates['Shopware\\Core\\Checkout\\Promotion\\Cart\\Discount\\Filter\\Picker\\HorizontalPicker'] ?? ($this->privates['Shopware\\Core\\Checkout\\Promotion\\Cart\\Discount\\Filter\\Picker\\HorizontalPicker'] = new \Shopware\Core\Checkout\Promotion\Cart\Discount\Filter\Picker\HorizontalPicker()));
  34681.         }, 2));
  34682.     }
  34683.     /**
  34684.      * Gets the private 'Shopware\Core\Checkout\Promotion\Cart\PromotionDeliveryProcessor' shared service.
  34685.      *
  34686.      * @return \Shopware\Core\Checkout\Promotion\Cart\PromotionDeliveryProcessor
  34687.      */
  34688.     protected function getPromotionDeliveryProcessorService()
  34689.     {
  34690.         include_once \dirname(__DIR__4).'/vendor/shopware/core/Checkout/Cart/CartProcessorInterface.php';
  34691.         include_once \dirname(__DIR__4).'/vendor/shopware/core/Checkout/Promotion/Cart/PromotionDeliveryProcessor.php';
  34692.         include_once \dirname(__DIR__4).'/vendor/shopware/core/Checkout/Promotion/Cart/PromotionCartInformationTrait.php';
  34693.         include_once \dirname(__DIR__4).'/vendor/shopware/core/Checkout/Promotion/Cart/PromotionDeliveryCalculator.php';
  34694.         return $this->privates['Shopware\\Core\\Checkout\\Promotion\\Cart\\PromotionDeliveryProcessor'] = new \Shopware\Core\Checkout\Promotion\Cart\PromotionDeliveryProcessor(new \Shopware\Core\Checkout\Promotion\Cart\PromotionDeliveryCalculator(($this->privates['Shopware\\Core\\Checkout\\Cart\\Price\\QuantityPriceCalculator'] ?? $this->getQuantityPriceCalculatorService()), ($this->privates['Shopware\\Core\\Checkout\\Cart\\Price\\PercentagePriceCalculator'] ?? $this->getPercentagePriceCalculatorService()), ($this->privates['Acris\\Promotion\\Core\\Checkout\\Promotion\\Cart\\PromotionItemBuilder'] ?? $this->getPromotionItemBuilderService())), ($this->privates['Shopware\\Core\\Checkout\\Cart\\LineItem\\Group\\LineItemGroupBuilder'] ?? $this->getLineItemGroupBuilderService()));
  34695.     }
  34696.     /**
  34697.      * Gets the private 'Shopware\Core\Checkout\Promotion\Cart\PromotionProcessor' shared service.
  34698.      *
  34699.      * @return \Shopware\Core\Checkout\Promotion\Cart\PromotionProcessor
  34700.      */
  34701.     protected function getPromotionProcessorService()
  34702.     {
  34703.         include_once \dirname(__DIR__4).'/vendor/shopware/core/Checkout/Cart/CartProcessorInterface.php';
  34704.         include_once \dirname(__DIR__4).'/vendor/shopware/core/Checkout/Promotion/Cart/PromotionProcessor.php';
  34705.         include_once \dirname(__DIR__4).'/vendor/shopware/core/Checkout/Promotion/Cart/PromotionCartInformationTrait.php';
  34706.         include_once \dirname(__DIR__4).'/vendor/shopware/core/Checkout/Promotion/Cart/PromotionCalculator.php';
  34707.         include_once \dirname(__DIR__4).'/vendor/shopware/core/Checkout/Promotion/Cart/Discount/Composition/DiscountCompositionBuilder.php';
  34708.         include_once \dirname(__DIR__4).'/vendor/shopware/core/Checkout/Promotion/Cart/Discount/Filter/PackageFilter.php';
  34709.         include_once \dirname(__DIR__4).'/vendor/shopware/core/Checkout/Promotion/Cart/Discount/Filter/AdvancedPackageFilter.php';
  34710.         include_once \dirname(__DIR__4).'/vendor/shopware/core/Checkout/Promotion/Cart/Discount/Filter/AdvancedPackagePicker.php';
  34711.         include_once \dirname(__DIR__4).'/vendor/shopware/core/Checkout/Promotion/Cart/Discount/Filter/SetGroupScopeFilter.php';
  34712.         include_once \dirname(__DIR__4).'/vendor/shopware/core/Checkout/Promotion/Cart/Discount/Filter/AdvancedPackageRules.php';
  34713.         include_once \dirname(__DIR__4).'/vendor/shopware/core/Checkout/Promotion/Cart/Discount/DiscountPackager.php';
  34714.         include_once \dirname(__DIR__4).'/vendor/shopware/core/Checkout/Promotion/Cart/Discount/ScopePackager/CartScopeDiscountPackager.php';
  34715.         include_once \dirname(__DIR__4).'/vendor/shopware/core/Checkout/Promotion/Cart/Discount/ScopePackager/SetGroupScopeDiscountPackager.php';
  34716.         include_once \dirname(__DIR__4).'/vendor/shopware/core/Checkout/Promotion/Cart/Discount/ScopePackager/SetScopeDiscountPackager.php';
  34717.         $a = ($this->privates['Shopware\\Core\\Checkout\\Cart\\LineItem\\Group\\LineItemGroupBuilder'] ?? $this->getLineItemGroupBuilderService());
  34718.         $b = ($this->privates['Shopware\\Core\\Checkout\\Promotion\\Cart\\Discount\\Filter\\FilterServiceRegistry'] ?? $this->getFilterServiceRegistryService());
  34719.         return $this->privates['Shopware\\Core\\Checkout\\Promotion\\Cart\\PromotionProcessor'] = new \Shopware\Core\Checkout\Promotion\Cart\PromotionProcessor(new \Shopware\Core\Checkout\Promotion\Cart\PromotionCalculator(($this->privates['Shopware\\Core\\Checkout\\Cart\\Price\\AmountCalculator'] ?? $this->getAmountCalculatorService()), ($this->privates['Shopware\\Core\\Checkout\\Cart\\Price\\AbsolutePriceCalculator'] ?? $this->getAbsolutePriceCalculatorService()), $a, new \Shopware\Core\Checkout\Promotion\Cart\Discount\Composition\DiscountCompositionBuilder(), new \Shopware\Core\Checkout\Promotion\Cart\Discount\Filter\AdvancedPackageFilter($b), new \Shopware\Core\Checkout\Promotion\Cart\Discount\Filter\AdvancedPackagePicker($b), new \Shopware\Core\Checkout\Promotion\Cart\Discount\Filter\AdvancedPackageRules(), ($this->privates['Shopware\\Core\\Checkout\\Cart\\LineItem\\LineItemQuantitySplitter'] ?? $this->getLineItemQuantitySplitterService()), ($this->privates['Shopware\\Core\\Checkout\\Cart\\Price\\PercentagePriceCalculator'] ?? $this->getPercentagePriceCalculatorService()), new \Shopware\Core\Checkout\Promotion\Cart\Discount\ScopePackager\CartScopeDiscountPackager(), new \Shopware\Core\Checkout\Promotion\Cart\Discount\ScopePackager\SetGroupScopeDiscountPackager($a), new \Shopware\Core\Checkout\Promotion\Cart\Discount\ScopePackager\SetScopeDiscountPackager($a)), $a);
  34720.     }
  34721.     /**
  34722.      * Gets the private 'Shopware\Core\Checkout\Promotion\DataAbstractionLayer\PromotionIndexer' shared service.
  34723.      *
  34724.      * @return \Shopware\Core\Checkout\Promotion\DataAbstractionLayer\PromotionIndexer
  34725.      */
  34726.     protected function getPromotionIndexerService()
  34727.     {
  34728.         include_once \dirname(__DIR__4).'/vendor/shopware/core/Framework/DataAbstractionLayer/Indexing/EntityIndexer.php';
  34729.         include_once \dirname(__DIR__4).'/vendor/shopware/core/Checkout/Promotion/DataAbstractionLayer/PromotionIndexer.php';
  34730.         include_once \dirname(__DIR__4).'/vendor/shopware/core/Checkout/Promotion/DataAbstractionLayer/PromotionExclusionUpdater.php';
  34731.         $a = ($this->services['promotion.repository'] ?? $this->getPromotion_RepositoryService());
  34732.         if (isset($this->privates['Shopware\\Core\\Checkout\\Promotion\\DataAbstractionLayer\\PromotionIndexer'])) {
  34733.             return $this->privates['Shopware\\Core\\Checkout\\Promotion\\DataAbstractionLayer\\PromotionIndexer'];
  34734.         }
  34735.         $b = ($this->services['event_dispatcher'] ?? $this->getEventDispatcherService());
  34736.         if (isset($this->privates['Shopware\\Core\\Checkout\\Promotion\\DataAbstractionLayer\\PromotionIndexer'])) {
  34737.             return $this->privates['Shopware\\Core\\Checkout\\Promotion\\DataAbstractionLayer\\PromotionIndexer'];
  34738.         }
  34739.         return $this->privates['Shopware\\Core\\Checkout\\Promotion\\DataAbstractionLayer\\PromotionIndexer'] = new \Shopware\Core\Checkout\Promotion\DataAbstractionLayer\PromotionIndexer(($this->privates['Shopware\\Core\\Framework\\DataAbstractionLayer\\Dbal\\Common\\IteratorFactory'] ?? $this->getIteratorFactory2Service()), $a, new \Shopware\Core\Checkout\Promotion\DataAbstractionLayer\PromotionExclusionUpdater(($this->services['Doctrine\\DBAL\\Connection'] ?? $this->getConnectionService())), ($this->privates['Shopware\\Core\\Checkout\\Promotion\\DataAbstractionLayer\\PromotionRedemptionUpdater'] ?? $this->getPromotionRedemptionUpdaterService()), $b);
  34740.     }
  34741.     /**
  34742.      * Gets the private 'Shopware\Core\Checkout\Promotion\DataAbstractionLayer\PromotionRedemptionUpdater' shared service.
  34743.      *
  34744.      * @return \Shopware\Core\Checkout\Promotion\DataAbstractionLayer\PromotionRedemptionUpdater
  34745.      */
  34746.     protected function getPromotionRedemptionUpdaterService()
  34747.     {
  34748.         include_once \dirname(__DIR__4).'/vendor/shopware/core/Checkout/Promotion/DataAbstractionLayer/PromotionRedemptionUpdater.php';
  34749.         return $this->privates['Shopware\\Core\\Checkout\\Promotion\\DataAbstractionLayer\\PromotionRedemptionUpdater'] = new \Shopware\Core\Checkout\Promotion\DataAbstractionLayer\PromotionRedemptionUpdater(($this->services['Doctrine\\DBAL\\Connection'] ?? $this->getConnectionService()));
  34750.     }
  34751.     /**
  34752.      * Gets the private 'Shopware\Core\Checkout\Promotion\Subscriber\PromotionIndividualCodeRedeemer' shared service.
  34753.      *
  34754.      * @return \Shopware\Core\Checkout\Promotion\Subscriber\PromotionIndividualCodeRedeemer
  34755.      */
  34756.     protected function getPromotionIndividualCodeRedeemerService()
  34757.     {
  34758.         include_once \dirname(__DIR__4).'/vendor/shopware/core/Checkout/Promotion/Subscriber/PromotionIndividualCodeRedeemer.php';
  34759.         $a = ($this->services['promotion_individual_code.repository'] ?? $this->getPromotionIndividualCode_RepositoryService());
  34760.         if (isset($this->privates['Shopware\\Core\\Checkout\\Promotion\\Subscriber\\PromotionIndividualCodeRedeemer'])) {
  34761.             return $this->privates['Shopware\\Core\\Checkout\\Promotion\\Subscriber\\PromotionIndividualCodeRedeemer'];
  34762.         }
  34763.         return $this->privates['Shopware\\Core\\Checkout\\Promotion\\Subscriber\\PromotionIndividualCodeRedeemer'] = new \Shopware\Core\Checkout\Promotion\Subscriber\PromotionIndividualCodeRedeemer($a);
  34764.     }
  34765.     /**
  34766.      * Gets the private 'Shopware\Core\Checkout\Promotion\Subscriber\Storefront\StorefrontCartSubscriber' shared service.
  34767.      *
  34768.      * @return \Shopware\Core\Checkout\Promotion\Subscriber\Storefront\StorefrontCartSubscriber
  34769.      */
  34770.     protected function getStorefrontCartSubscriberService()
  34771.     {
  34772.         include_once \dirname(__DIR__4).'/vendor/shopware/core/Checkout/Promotion/Subscriber/Storefront/StorefrontCartSubscriber.php';
  34773.         $a = ($this->services['Shopware\\Core\\Checkout\\Cart\\SalesChannel\\CartService'] ?? $this->getCartServiceService());
  34774.         if (isset($this->privates['Shopware\\Core\\Checkout\\Promotion\\Subscriber\\Storefront\\StorefrontCartSubscriber'])) {
  34775.             return $this->privates['Shopware\\Core\\Checkout\\Promotion\\Subscriber\\Storefront\\StorefrontCartSubscriber'];
  34776.         }
  34777.         return $this->privates['Shopware\\Core\\Checkout\\Promotion\\Subscriber\\Storefront\\StorefrontCartSubscriber'] = new \Shopware\Core\Checkout\Promotion\Subscriber\Storefront\StorefrontCartSubscriber($a, ($this->services['request_stack'] ?? ($this->services['request_stack'] = new \Symfony\Component\HttpFoundation\RequestStack())));
  34778.     }
  34779.     /**
  34780.      * Gets the private 'Shopware\Core\Checkout\Promotion\Validator\PromotionValidator' shared service.
  34781.      *
  34782.      * @return \Shopware\Core\Checkout\Promotion\Validator\PromotionValidator
  34783.      */
  34784.     protected function getPromotionValidatorService()
  34785.     {
  34786.         include_once \dirname(__DIR__4).'/vendor/shopware/core/Checkout/Promotion/Validator/PromotionValidator.php';
  34787.         return $this->privates['Shopware\\Core\\Checkout\\Promotion\\Validator\\PromotionValidator'] = new \Shopware\Core\Checkout\Promotion\Validator\PromotionValidator(($this->services['Doctrine\\DBAL\\Connection'] ?? $this->getConnectionService()));
  34788.     }
  34789.     /**
  34790.      * Gets the private 'Shopware\Core\Checkout\Shipping\Validator\ShippingMethodValidator' shared service.
  34791.      *
  34792.      * @return \Shopware\Core\Checkout\Shipping\Validator\ShippingMethodValidator
  34793.      */
  34794.     protected function getShippingMethodValidatorService()
  34795.     {
  34796.         include_once \dirname(__DIR__4).'/vendor/shopware/core/Checkout/Shipping/Validator/ShippingMethodValidator.php';
  34797.         return $this->privates['Shopware\\Core\\Checkout\\Shipping\\Validator\\ShippingMethodValidator'] = new \Shopware\Core\Checkout\Shipping\Validator\ShippingMethodValidator(($this->services['Doctrine\\DBAL\\Connection'] ?? $this->getConnectionService()));
  34798.     }
  34799.     /**
  34800.      * Gets the private 'Shopware\Core\Content\Category\DataAbstractionLayer\CategoryIndexer' shared service.
  34801.      *
  34802.      * @return \Shopware\Core\Content\Category\DataAbstractionLayer\CategoryIndexer
  34803.      */
  34804.     protected function getCategoryIndexer2Service()
  34805.     {
  34806.         include_once \dirname(__DIR__4).'/vendor/shopware/core/Framework/DataAbstractionLayer/Indexing/EntityIndexer.php';
  34807.         include_once \dirname(__DIR__4).'/vendor/shopware/core/Content/Category/DataAbstractionLayer/CategoryIndexer.php';
  34808.         include_once \dirname(__DIR__4).'/vendor/shopware/core/Content/Category/DataAbstractionLayer/CategoryBreadcrumbUpdater.php';
  34809.         $a = ($this->services['category.repository'] ?? $this->getCategory_RepositoryService());
  34810.         if (isset($this->privates['Shopware\\Core\\Content\\Category\\DataAbstractionLayer\\CategoryIndexer'])) {
  34811.             return $this->privates['Shopware\\Core\\Content\\Category\\DataAbstractionLayer\\CategoryIndexer'];
  34812.         }
  34813.         $b = ($this->services['language.repository'] ?? $this->getLanguage_RepositoryService());
  34814.         if (isset($this->privates['Shopware\\Core\\Content\\Category\\DataAbstractionLayer\\CategoryIndexer'])) {
  34815.             return $this->privates['Shopware\\Core\\Content\\Category\\DataAbstractionLayer\\CategoryIndexer'];
  34816.         }
  34817.         $c = ($this->services['event_dispatcher'] ?? $this->getEventDispatcherService());
  34818.         if (isset($this->privates['Shopware\\Core\\Content\\Category\\DataAbstractionLayer\\CategoryIndexer'])) {
  34819.             return $this->privates['Shopware\\Core\\Content\\Category\\DataAbstractionLayer\\CategoryIndexer'];
  34820.         }
  34821.         $d = ($this->services['Doctrine\\DBAL\\Connection'] ?? $this->getConnectionService());
  34822.         return $this->privates['Shopware\\Core\\Content\\Category\\DataAbstractionLayer\\CategoryIndexer'] = new \Shopware\Core\Content\Category\DataAbstractionLayer\CategoryIndexer($d, ($this->privates['Shopware\\Core\\Framework\\DataAbstractionLayer\\Dbal\\Common\\IteratorFactory'] ?? $this->getIteratorFactory2Service()), $a, ($this->privates['Shopware\\Core\\Framework\\DataAbstractionLayer\\Indexing\\ChildCountUpdater'] ?? $this->getChildCountUpdaterService()), ($this->privates['Shopware\\Core\\Framework\\DataAbstractionLayer\\Indexing\\TreeUpdater'] ?? $this->getTreeUpdaterService()), new \Shopware\Core\Content\Category\DataAbstractionLayer\CategoryBreadcrumbUpdater($d$a$b), $c);
  34823.     }
  34824.     /**
  34825.      * Gets the private 'Shopware\Core\Content\Category\Service\CategoryBreadcrumbBuilder' shared service.
  34826.      *
  34827.      * @return \Shopware\Core\Content\Category\Service\CategoryBreadcrumbBuilder
  34828.      */
  34829.     protected function getCategoryBreadcrumbBuilderService()
  34830.     {
  34831.         $a = ($this->services['category.repository'] ?? $this->getCategory_RepositoryService());
  34832.         if (isset($this->privates['Shopware\\Core\\Content\\Category\\Service\\CategoryBreadcrumbBuilder'])) {
  34833.             return $this->privates['Shopware\\Core\\Content\\Category\\Service\\CategoryBreadcrumbBuilder'];
  34834.         }
  34835.         return $this->privates['Shopware\\Core\\Content\\Category\\Service\\CategoryBreadcrumbBuilder'] = new \Shopware\Core\Content\Category\Service\CategoryBreadcrumbBuilder($a);
  34836.     }
  34837.     /**
  34838.      * Gets the private 'Shopware\Core\Content\Category\Service\NavigationLoader' shared service.
  34839.      *
  34840.      * @return \Shopware\Core\Content\Category\Service\NavigationLoader
  34841.      */
  34842.     protected function getNavigationLoaderService()
  34843.     {
  34844.         $a = ($this->services['event_dispatcher'] ?? $this->getEventDispatcherService());
  34845.         if (isset($this->privates['Shopware\\Core\\Content\\Category\\Service\\NavigationLoader'])) {
  34846.             return $this->privates['Shopware\\Core\\Content\\Category\\Service\\NavigationLoader'];
  34847.         }
  34848.         $b = ($this->services['Shopware\\Core\\Content\\Category\\SalesChannel\\TreeBuildingNavigationRoute'] ?? $this->getTreeBuildingNavigationRouteService());
  34849.         if (isset($this->privates['Shopware\\Core\\Content\\Category\\Service\\NavigationLoader'])) {
  34850.             return $this->privates['Shopware\\Core\\Content\\Category\\Service\\NavigationLoader'];
  34851.         }
  34852.         return $this->privates['Shopware\\Core\\Content\\Category\\Service\\NavigationLoader'] = new \Shopware\Core\Content\Category\Service\NavigationLoader($a$b);
  34853.     }
  34854.     /**
  34855.      * Gets the private 'Shopware\Core\Content\Category\Subscriber\CategorySubscriber' shared service.
  34856.      *
  34857.      * @return \Shopware\Core\Content\Category\Subscriber\CategorySubscriber
  34858.      */
  34859.     protected function getCategorySubscriberService()
  34860.     {
  34861.         include_once \dirname(__DIR__4).'/vendor/shopware/core/Content/Category/Subscriber/CategorySubscriber.php';
  34862.         $a = ($this->services['Shopware\\Core\\System\\SystemConfig\\SystemConfigService'] ?? $this->getSystemConfigServiceService());
  34863.         if (isset($this->privates['Shopware\\Core\\Content\\Category\\Subscriber\\CategorySubscriber'])) {
  34864.             return $this->privates['Shopware\\Core\\Content\\Category\\Subscriber\\CategorySubscriber'];
  34865.         }
  34866.         return $this->privates['Shopware\\Core\\Content\\Category\\Subscriber\\CategorySubscriber'] = new \Shopware\Core\Content\Category\Subscriber\CategorySubscriber($a);
  34867.     }
  34868.     /**
  34869.      * Gets the private 'Shopware\Core\Content\Category\Validation\EntryPointValidator' shared service.
  34870.      *
  34871.      * @return \Shopware\Core\Content\Category\Validation\EntryPointValidator
  34872.      */
  34873.     protected function getEntryPointValidatorService()
  34874.     {
  34875.         include_once \dirname(__DIR__4).'/vendor/shopware/core/Content/Category/Validation/EntryPointValidator.php';
  34876.         return $this->privates['Shopware\\Core\\Content\\Category\\Validation\\EntryPointValidator'] = new \Shopware\Core\Content\Category\Validation\EntryPointValidator(($this->services['Doctrine\\DBAL\\Connection'] ?? $this->getConnectionService()));
  34877.     }
  34878.     /**
  34879.      * Gets the private 'Shopware\Core\Content\Cms\DataResolver\Element\FormCmsElementResolver' shared service.
  34880.      *
  34881.      * @return \Shopware\Core\Content\Cms\DataResolver\Element\FormCmsElementResolver
  34882.      */
  34883.     protected function getFormCmsElementResolverService()
  34884.     {
  34885.         include_once \dirname(__DIR__4).'/vendor/shopware/core/Content/Cms/DataResolver/Element/CmsElementResolverInterface.php';
  34886.         include_once \dirname(__DIR__4).'/vendor/shopware/core/Content/Cms/DataResolver/Element/AbstractCmsElementResolver.php';
  34887.         include_once \dirname(__DIR__4).'/vendor/shopware/core/Content/Cms/DataResolver/Element/FormCmsElementResolver.php';
  34888.         $a = ($this->services['Shopware\\Core\\System\\Salutation\\SalesChannel\\CachedSalutationRoute'] ?? $this->getCachedSalutationRouteService());
  34889.         if (isset($this->privates['Shopware\\Core\\Content\\Cms\\DataResolver\\Element\\FormCmsElementResolver'])) {
  34890.             return $this->privates['Shopware\\Core\\Content\\Cms\\DataResolver\\Element\\FormCmsElementResolver'];
  34891.         }
  34892.         return $this->privates['Shopware\\Core\\Content\\Cms\\DataResolver\\Element\\FormCmsElementResolver'] = new \Shopware\Core\Content\Cms\DataResolver\Element\FormCmsElementResolver($a);
  34893.     }
  34894.     /**
  34895.      * Gets the private 'Shopware\Core\Content\Cms\DataResolver\Element\TextCmsElementResolver' shared service.
  34896.      *
  34897.      * @return \Shopware\Core\Content\Cms\DataResolver\Element\TextCmsElementResolver
  34898.      */
  34899.     protected function getTextCmsElementResolverService()
  34900.     {
  34901.         include_once \dirname(__DIR__4).'/vendor/shopware/core/Content/Cms/DataResolver/Element/CmsElementResolverInterface.php';
  34902.         include_once \dirname(__DIR__4).'/vendor/shopware/core/Content/Cms/DataResolver/Element/AbstractCmsElementResolver.php';
  34903.         include_once \dirname(__DIR__4).'/vendor/shopware/core/Content/Cms/DataResolver/Element/TextCmsElementResolver.php';
  34904.         return $this->privates['Shopware\\Core\\Content\\Cms\\DataResolver\\Element\\TextCmsElementResolver'] = new \Shopware\Core\Content\Cms\DataResolver\Element\TextCmsElementResolver(($this->services['Shopware\\Core\\Framework\\Util\\HtmlSanitizer'] ?? $this->getHtmlSanitizerService()));
  34905.     }
  34906.     /**
  34907.      * Gets the private 'Shopware\Core\Content\Cms\SalesChannel\SalesChannelCmsPageLoader' shared service.
  34908.      *
  34909.      * @return \Shopware\Core\Content\Cms\SalesChannel\SalesChannelCmsPageLoader
  34910.      */
  34911.     protected function getSalesChannelCmsPageLoaderService()
  34912.     {
  34913.         $a = ($this->services['cms_page.repository'] ?? $this->getCmsPage_RepositoryService());
  34914.         if (isset($this->privates['Shopware\\Core\\Content\\Cms\\SalesChannel\\SalesChannelCmsPageLoader'])) {
  34915.             return $this->privates['Shopware\\Core\\Content\\Cms\\SalesChannel\\SalesChannelCmsPageLoader'];
  34916.         }
  34917.         $b = ($this->services['Shopware\\Core\\Content\\Cms\\DataResolver\\CmsSlotsDataResolver'] ?? $this->getCmsSlotsDataResolverService());
  34918.         if (isset($this->privates['Shopware\\Core\\Content\\Cms\\SalesChannel\\SalesChannelCmsPageLoader'])) {
  34919.             return $this->privates['Shopware\\Core\\Content\\Cms\\SalesChannel\\SalesChannelCmsPageLoader'];
  34920.         }
  34921.         $c = ($this->services['event_dispatcher'] ?? $this->getEventDispatcherService());
  34922.         if (isset($this->privates['Shopware\\Core\\Content\\Cms\\SalesChannel\\SalesChannelCmsPageLoader'])) {
  34923.             return $this->privates['Shopware\\Core\\Content\\Cms\\SalesChannel\\SalesChannelCmsPageLoader'];
  34924.         }
  34925.         return $this->privates['Shopware\\Core\\Content\\Cms\\SalesChannel\\SalesChannelCmsPageLoader'] = new \Shopware\Core\Content\Cms\SalesChannel\SalesChannelCmsPageLoader($a$b$c);
  34926.     }
  34927.     /**
  34928.      * Gets the private 'Shopware\Core\Content\Cms\Subscriber\CmsPageDefaultChangeSubscriber' shared service.
  34929.      *
  34930.      * @return \Shopware\Core\Content\Cms\Subscriber\CmsPageDefaultChangeSubscriber
  34931.      */
  34932.     protected function getCmsPageDefaultChangeSubscriberService()
  34933.     {
  34934.         include_once \dirname(__DIR__4).'/vendor/shopware/core/Content/Cms/Subscriber/CmsPageDefaultChangeSubscriber.php';
  34935.         return $this->privates['Shopware\\Core\\Content\\Cms\\Subscriber\\CmsPageDefaultChangeSubscriber'] = new \Shopware\Core\Content\Cms\Subscriber\CmsPageDefaultChangeSubscriber(($this->services['Doctrine\\DBAL\\Connection'] ?? $this->getConnectionService()));
  34936.     }
  34937.     /**
  34938.      * Gets the private 'Shopware\Core\Content\Flow\Api\FlowActionCollector' shared service.
  34939.      *
  34940.      * @return \Shopware\Core\Content\Flow\Api\FlowActionCollector
  34941.      */
  34942.     protected function getFlowActionCollectorService()
  34943.     {
  34944.         include_once \dirname(__DIR__4).'/vendor/shopware/core/Content/Flow/Api/FlowActionCollector.php';
  34945.         return $this->privates['Shopware\\Core\\Content\\Flow\\Api\\FlowActionCollector'] = new \Shopware\Core\Content\Flow\Api\FlowActionCollector(new RewindableGenerator(function () {
  34946.             yield => ($this->privates['Shopware\\Core\\Content\\Flow\\Dispatching\\Action\\AddOrderTagAction'] ?? $this->getAddOrderTagActionService());
  34947.             yield => ($this->privates['Shopware\\Core\\Content\\Flow\\Dispatching\\Action\\AddCustomerTagAction'] ?? $this->getAddCustomerTagActionService());
  34948.             yield => ($this->privates['Shopware\\Core\\Content\\Flow\\Dispatching\\Action\\RemoveOrderTagAction'] ?? $this->getRemoveOrderTagActionService());
  34949.             yield => ($this->privates['Shopware\\Core\\Content\\Flow\\Dispatching\\Action\\RemoveCustomerTagAction'] ?? $this->getRemoveCustomerTagActionService());
  34950.             yield => ($this->privates['Shopware\\Core\\Content\\Flow\\Dispatching\\Action\\ChangeCustomerGroupAction'] ?? $this->getChangeCustomerGroupActionService());
  34951.             yield => ($this->privates['Shopware\\Core\\Content\\Flow\\Dispatching\\Action\\ChangeCustomerStatusAction'] ?? $this->getChangeCustomerStatusActionService());
  34952.             yield => ($this->privates['Shopware\\Core\\Content\\Flow\\Dispatching\\Action\\GenerateDocumentAction'] ?? $this->getGenerateDocumentActionService());
  34953.             yield => ($this->privates['Shopware\\Core\\Content\\Flow\\Dispatching\\Action\\GrantDownloadAccessAction'] ?? $this->getGrantDownloadAccessActionService());
  34954.             yield => ($this->privates['Shopware\\Core\\Content\\Flow\\Dispatching\\Action\\SendMailAction'] ?? $this->getSendMailActionService());
  34955.             yield => ($this->privates['Shopware\\Core\\Content\\Flow\\Dispatching\\Action\\SetOrderStateAction'] ?? $this->getSetOrderStateActionService());
  34956.             yield 10 => ($this->privates['Shopware\\Core\\Content\\Flow\\Dispatching\\Action\\SetCustomerCustomFieldAction'] ?? $this->getSetCustomerCustomFieldActionService());
  34957.             yield 11 => ($this->privates['Shopware\\Core\\Content\\Flow\\Dispatching\\Action\\SetCustomerGroupCustomFieldAction'] ?? $this->getSetCustomerGroupCustomFieldActionService());
  34958.             yield 12 => ($this->privates['Shopware\\Core\\Content\\Flow\\Dispatching\\Action\\AddCustomerAffiliateAndCampaignCodeAction'] ?? $this->getAddCustomerAffiliateAndCampaignCodeActionService());
  34959.             yield 13 => ($this->privates['Shopware\\Core\\Content\\Flow\\Dispatching\\Action\\AddOrderAffiliateAndCampaignCodeAction'] ?? $this->getAddOrderAffiliateAndCampaignCodeActionService());
  34960.             yield 14 => ($this->privates['Shopware\\Core\\Content\\Flow\\Dispatching\\Action\\SetOrderCustomFieldAction'] ?? $this->getSetOrderCustomFieldActionService());
  34961.             yield 15 => ($this->privates['Shopware\\Core\\Content\\Flow\\Dispatching\\Action\\StopFlowAction'] ?? ($this->privates['Shopware\\Core\\Content\\Flow\\Dispatching\\Action\\StopFlowAction'] = new \Shopware\Core\Content\Flow\Dispatching\Action\StopFlowAction()));
  34962.         }, 16), ($this->services['event_dispatcher'] ?? $this->getEventDispatcherService()), ($this->services['app_flow_action.repository'] ?? $this->getAppFlowAction_RepositoryService()));
  34963.     }
  34964.     /**
  34965.      * Gets the private 'Shopware\Core\Content\Flow\Dispatching\Action\AddCustomerAffiliateAndCampaignCodeAction' shared service.
  34966.      *
  34967.      * @return \Shopware\Core\Content\Flow\Dispatching\Action\AddCustomerAffiliateAndCampaignCodeAction
  34968.      */
  34969.     protected function getAddCustomerAffiliateAndCampaignCodeActionService()
  34970.     {
  34971.         include_once \dirname(__DIR__4).'/vendor/shopware/core/Content/Flow/Dispatching/Action/FlowAction.php';
  34972.         include_once \dirname(__DIR__4).'/vendor/shopware/core/Content/Flow/Dispatching/DelayableAction.php';
  34973.         include_once \dirname(__DIR__4).'/vendor/shopware/core/Content/Flow/Dispatching/Action/AddCustomerAffiliateAndCampaignCodeAction.php';
  34974.         $a = ($this->services['customer.repository'] ?? $this->getCustomer_RepositoryService());
  34975.         if (isset($this->privates['Shopware\\Core\\Content\\Flow\\Dispatching\\Action\\AddCustomerAffiliateAndCampaignCodeAction'])) {
  34976.             return $this->privates['Shopware\\Core\\Content\\Flow\\Dispatching\\Action\\AddCustomerAffiliateAndCampaignCodeAction'];
  34977.         }
  34978.         return $this->privates['Shopware\\Core\\Content\\Flow\\Dispatching\\Action\\AddCustomerAffiliateAndCampaignCodeAction'] = new \Shopware\Core\Content\Flow\Dispatching\Action\AddCustomerAffiliateAndCampaignCodeAction(($this->services['Doctrine\\DBAL\\Connection'] ?? $this->getConnectionService()), $a);
  34979.     }
  34980.     /**
  34981.      * Gets the private 'Shopware\Core\Content\Flow\Dispatching\Action\AddCustomerTagAction' shared service.
  34982.      *
  34983.      * @return \Shopware\Core\Content\Flow\Dispatching\Action\AddCustomerTagAction
  34984.      */
  34985.     protected function getAddCustomerTagActionService()
  34986.     {
  34987.         include_once \dirname(__DIR__4).'/vendor/shopware/core/Content/Flow/Dispatching/Action/FlowAction.php';
  34988.         include_once \dirname(__DIR__4).'/vendor/shopware/core/Content/Flow/Dispatching/DelayableAction.php';
  34989.         include_once \dirname(__DIR__4).'/vendor/shopware/core/Content/Flow/Dispatching/Action/AddCustomerTagAction.php';
  34990.         $a = ($this->services['customer.repository'] ?? $this->getCustomer_RepositoryService());
  34991.         if (isset($this->privates['Shopware\\Core\\Content\\Flow\\Dispatching\\Action\\AddCustomerTagAction'])) {
  34992.             return $this->privates['Shopware\\Core\\Content\\Flow\\Dispatching\\Action\\AddCustomerTagAction'];
  34993.         }
  34994.         return $this->privates['Shopware\\Core\\Content\\Flow\\Dispatching\\Action\\AddCustomerTagAction'] = new \Shopware\Core\Content\Flow\Dispatching\Action\AddCustomerTagAction($a);
  34995.     }
  34996.     /**
  34997.      * Gets the private 'Shopware\Core\Content\Flow\Dispatching\Action\AddOrderAffiliateAndCampaignCodeAction' shared service.
  34998.      *
  34999.      * @return \Shopware\Core\Content\Flow\Dispatching\Action\AddOrderAffiliateAndCampaignCodeAction
  35000.      */
  35001.     protected function getAddOrderAffiliateAndCampaignCodeActionService()
  35002.     {
  35003.         include_once \dirname(__DIR__4).'/vendor/shopware/core/Content/Flow/Dispatching/Action/FlowAction.php';
  35004.         include_once \dirname(__DIR__4).'/vendor/shopware/core/Content/Flow/Dispatching/DelayableAction.php';
  35005.         include_once \dirname(__DIR__4).'/vendor/shopware/core/Content/Flow/Dispatching/Action/AddOrderAffiliateAndCampaignCodeAction.php';
  35006.         $a = ($this->services['order.repository'] ?? $this->getOrder_RepositoryService());
  35007.         if (isset($this->privates['Shopware\\Core\\Content\\Flow\\Dispatching\\Action\\AddOrderAffiliateAndCampaignCodeAction'])) {
  35008.             return $this->privates['Shopware\\Core\\Content\\Flow\\Dispatching\\Action\\AddOrderAffiliateAndCampaignCodeAction'];
  35009.         }
  35010.         return $this->privates['Shopware\\Core\\Content\\Flow\\Dispatching\\Action\\AddOrderAffiliateAndCampaignCodeAction'] = new \Shopware\Core\Content\Flow\Dispatching\Action\AddOrderAffiliateAndCampaignCodeAction(($this->services['Doctrine\\DBAL\\Connection'] ?? $this->getConnectionService()), $a);
  35011.     }
  35012.     /**
  35013.      * Gets the private 'Shopware\Core\Content\Flow\Dispatching\Action\AddOrderTagAction' shared service.
  35014.      *
  35015.      * @return \Shopware\Core\Content\Flow\Dispatching\Action\AddOrderTagAction
  35016.      */
  35017.     protected function getAddOrderTagActionService()
  35018.     {
  35019.         include_once \dirname(__DIR__4).'/vendor/shopware/core/Content/Flow/Dispatching/Action/FlowAction.php';
  35020.         include_once \dirname(__DIR__4).'/vendor/shopware/core/Content/Flow/Dispatching/DelayableAction.php';
  35021.         include_once \dirname(__DIR__4).'/vendor/shopware/core/Content/Flow/Dispatching/Action/AddOrderTagAction.php';
  35022.         $a = ($this->services['order.repository'] ?? $this->getOrder_RepositoryService());
  35023.         if (isset($this->privates['Shopware\\Core\\Content\\Flow\\Dispatching\\Action\\AddOrderTagAction'])) {
  35024.             return $this->privates['Shopware\\Core\\Content\\Flow\\Dispatching\\Action\\AddOrderTagAction'];
  35025.         }
  35026.         return $this->privates['Shopware\\Core\\Content\\Flow\\Dispatching\\Action\\AddOrderTagAction'] = new \Shopware\Core\Content\Flow\Dispatching\Action\AddOrderTagAction($a);
  35027.     }
  35028.     /**
  35029.      * Gets the private 'Shopware\Core\Content\Flow\Dispatching\Action\ChangeCustomerGroupAction' shared service.
  35030.      *
  35031.      * @return \Shopware\Core\Content\Flow\Dispatching\Action\ChangeCustomerGroupAction
  35032.      */
  35033.     protected function getChangeCustomerGroupActionService()
  35034.     {
  35035.         include_once \dirname(__DIR__4).'/vendor/shopware/core/Content/Flow/Dispatching/Action/FlowAction.php';
  35036.         include_once \dirname(__DIR__4).'/vendor/shopware/core/Content/Flow/Dispatching/DelayableAction.php';
  35037.         include_once \dirname(__DIR__4).'/vendor/shopware/core/Content/Flow/Dispatching/Action/ChangeCustomerGroupAction.php';
  35038.         $a = ($this->services['customer.repository'] ?? $this->getCustomer_RepositoryService());
  35039.         if (isset($this->privates['Shopware\\Core\\Content\\Flow\\Dispatching\\Action\\ChangeCustomerGroupAction'])) {
  35040.             return $this->privates['Shopware\\Core\\Content\\Flow\\Dispatching\\Action\\ChangeCustomerGroupAction'];
  35041.         }
  35042.         return $this->privates['Shopware\\Core\\Content\\Flow\\Dispatching\\Action\\ChangeCustomerGroupAction'] = new \Shopware\Core\Content\Flow\Dispatching\Action\ChangeCustomerGroupAction($a);
  35043.     }
  35044.     /**
  35045.      * Gets the private 'Shopware\Core\Content\Flow\Dispatching\Action\ChangeCustomerStatusAction' shared service.
  35046.      *
  35047.      * @return \Shopware\Core\Content\Flow\Dispatching\Action\ChangeCustomerStatusAction
  35048.      */
  35049.     protected function getChangeCustomerStatusActionService()
  35050.     {
  35051.         include_once \dirname(__DIR__4).'/vendor/shopware/core/Content/Flow/Dispatching/Action/FlowAction.php';
  35052.         include_once \dirname(__DIR__4).'/vendor/shopware/core/Content/Flow/Dispatching/DelayableAction.php';
  35053.         include_once \dirname(__DIR__4).'/vendor/shopware/core/Content/Flow/Dispatching/Action/ChangeCustomerStatusAction.php';
  35054.         $a = ($this->services['customer.repository'] ?? $this->getCustomer_RepositoryService());
  35055.         if (isset($this->privates['Shopware\\Core\\Content\\Flow\\Dispatching\\Action\\ChangeCustomerStatusAction'])) {
  35056.             return $this->privates['Shopware\\Core\\Content\\Flow\\Dispatching\\Action\\ChangeCustomerStatusAction'];
  35057.         }
  35058.         return $this->privates['Shopware\\Core\\Content\\Flow\\Dispatching\\Action\\ChangeCustomerStatusAction'] = new \Shopware\Core\Content\Flow\Dispatching\Action\ChangeCustomerStatusAction($a);
  35059.     }
  35060.     /**
  35061.      * Gets the private 'Shopware\Core\Content\Flow\Dispatching\Action\GenerateDocumentAction' shared service.
  35062.      *
  35063.      * @return \Shopware\Core\Content\Flow\Dispatching\Action\GenerateDocumentAction
  35064.      */
  35065.     protected function getGenerateDocumentActionService()
  35066.     {
  35067.         include_once \dirname(__DIR__4).'/vendor/shopware/core/Content/Flow/Dispatching/Action/FlowAction.php';
  35068.         include_once \dirname(__DIR__4).'/vendor/shopware/core/Content/Flow/Dispatching/DelayableAction.php';
  35069.         include_once \dirname(__DIR__4).'/vendor/shopware/core/Content/Flow/Dispatching/Action/GenerateDocumentAction.php';
  35070.         $a = ($this->privates['Shopware\\Core\\Checkout\\Document\\DocumentService'] ?? $this->getDocumentServiceService());
  35071.         if (isset($this->privates['Shopware\\Core\\Content\\Flow\\Dispatching\\Action\\GenerateDocumentAction'])) {
  35072.             return $this->privates['Shopware\\Core\\Content\\Flow\\Dispatching\\Action\\GenerateDocumentAction'];
  35073.         }
  35074.         $b = ($this->privates['Shopware\\Core\\Checkout\\Document\\Service\\DocumentGenerator'] ?? $this->getDocumentGeneratorService());
  35075.         if (isset($this->privates['Shopware\\Core\\Content\\Flow\\Dispatching\\Action\\GenerateDocumentAction'])) {
  35076.             return $this->privates['Shopware\\Core\\Content\\Flow\\Dispatching\\Action\\GenerateDocumentAction'];
  35077.         }
  35078.         $c = ($this->services['Shopware\\Core\\System\\NumberRange\\ValueGenerator\\NumberRangeValueGeneratorInterface'] ?? $this->getNumberRangeValueGeneratorInterfaceService());
  35079.         if (isset($this->privates['Shopware\\Core\\Content\\Flow\\Dispatching\\Action\\GenerateDocumentAction'])) {
  35080.             return $this->privates['Shopware\\Core\\Content\\Flow\\Dispatching\\Action\\GenerateDocumentAction'];
  35081.         }
  35082.         return $this->privates['Shopware\\Core\\Content\\Flow\\Dispatching\\Action\\GenerateDocumentAction'] = new \Shopware\Core\Content\Flow\Dispatching\Action\GenerateDocumentAction($a$b$c, ($this->services['Doctrine\\DBAL\\Connection'] ?? $this->getConnectionService()), ($this->services['logger'] ?? $this->getLoggerService()));
  35083.     }
  35084.     /**
  35085.      * Gets the private 'Shopware\Core\Content\Flow\Dispatching\Action\GrantDownloadAccessAction' shared service.
  35086.      *
  35087.      * @return \Shopware\Core\Content\Flow\Dispatching\Action\GrantDownloadAccessAction
  35088.      */
  35089.     protected function getGrantDownloadAccessActionService()
  35090.     {
  35091.         include_once \dirname(__DIR__4).'/vendor/shopware/core/Content/Flow/Dispatching/Action/FlowAction.php';
  35092.         include_once \dirname(__DIR__4).'/vendor/shopware/core/Content/Flow/Dispatching/Action/GrantDownloadAccessAction.php';
  35093.         $a = ($this->services['order_line_item_download.repository'] ?? $this->getOrderLineItemDownload_RepositoryService());
  35094.         if (isset($this->privates['Shopware\\Core\\Content\\Flow\\Dispatching\\Action\\GrantDownloadAccessAction'])) {
  35095.             return $this->privates['Shopware\\Core\\Content\\Flow\\Dispatching\\Action\\GrantDownloadAccessAction'];
  35096.         }
  35097.         return $this->privates['Shopware\\Core\\Content\\Flow\\Dispatching\\Action\\GrantDownloadAccessAction'] = new \Shopware\Core\Content\Flow\Dispatching\Action\GrantDownloadAccessAction($a);
  35098.     }
  35099.     /**
  35100.      * Gets the private 'Shopware\Core\Content\Flow\Dispatching\Action\RemoveCustomerTagAction' shared service.
  35101.      *
  35102.      * @return \Shopware\Core\Content\Flow\Dispatching\Action\RemoveCustomerTagAction
  35103.      */
  35104.     protected function getRemoveCustomerTagActionService()
  35105.     {
  35106.         include_once \dirname(__DIR__4).'/vendor/shopware/core/Content/Flow/Dispatching/Action/FlowAction.php';
  35107.         include_once \dirname(__DIR__4).'/vendor/shopware/core/Content/Flow/Dispatching/DelayableAction.php';
  35108.         include_once \dirname(__DIR__4).'/vendor/shopware/core/Content/Flow/Dispatching/Action/RemoveCustomerTagAction.php';
  35109.         $a = ($this->services['customer_tag.repository'] ?? $this->getCustomerTag_RepositoryService());
  35110.         if (isset($this->privates['Shopware\\Core\\Content\\Flow\\Dispatching\\Action\\RemoveCustomerTagAction'])) {
  35111.             return $this->privates['Shopware\\Core\\Content\\Flow\\Dispatching\\Action\\RemoveCustomerTagAction'];
  35112.         }
  35113.         return $this->privates['Shopware\\Core\\Content\\Flow\\Dispatching\\Action\\RemoveCustomerTagAction'] = new \Shopware\Core\Content\Flow\Dispatching\Action\RemoveCustomerTagAction($a);
  35114.     }
  35115.     /**
  35116.      * Gets the private 'Shopware\Core\Content\Flow\Dispatching\Action\RemoveOrderTagAction' shared service.
  35117.      *
  35118.      * @return \Shopware\Core\Content\Flow\Dispatching\Action\RemoveOrderTagAction
  35119.      */
  35120.     protected function getRemoveOrderTagActionService()
  35121.     {
  35122.         include_once \dirname(__DIR__4).'/vendor/shopware/core/Content/Flow/Dispatching/Action/FlowAction.php';
  35123.         include_once \dirname(__DIR__4).'/vendor/shopware/core/Content/Flow/Dispatching/DelayableAction.php';
  35124.         include_once \dirname(__DIR__4).'/vendor/shopware/core/Content/Flow/Dispatching/Action/RemoveOrderTagAction.php';
  35125.         $a = ($this->services['order_tag.repository'] ?? $this->getOrderTag_RepositoryService());
  35126.         if (isset($this->privates['Shopware\\Core\\Content\\Flow\\Dispatching\\Action\\RemoveOrderTagAction'])) {
  35127.             return $this->privates['Shopware\\Core\\Content\\Flow\\Dispatching\\Action\\RemoveOrderTagAction'];
  35128.         }
  35129.         return $this->privates['Shopware\\Core\\Content\\Flow\\Dispatching\\Action\\RemoveOrderTagAction'] = new \Shopware\Core\Content\Flow\Dispatching\Action\RemoveOrderTagAction($a);
  35130.     }
  35131.     /**
  35132.      * Gets the private 'Shopware\Core\Content\Flow\Dispatching\Action\SendMailAction' shared service.
  35133.      *
  35134.      * @return \Shopware\Core\Content\Flow\Dispatching\Action\SendMailAction
  35135.      */
  35136.     protected function getSendMailActionService()
  35137.     {
  35138.         include_once \dirname(__DIR__4).'/vendor/shopware/core/Content/Flow/Dispatching/Action/FlowAction.php';
  35139.         include_once \dirname(__DIR__4).'/vendor/shopware/core/Content/Flow/Dispatching/DelayableAction.php';
  35140.         include_once \dirname(__DIR__4).'/vendor/shopware/core/Content/Flow/Dispatching/Action/SendMailAction.php';
  35141.         $a = ($this->privates['Shopware\\Core\\Content\\Mail\\Service\\MailService'] ?? $this->getMailServiceService());
  35142.         if (isset($this->privates['Shopware\\Core\\Content\\Flow\\Dispatching\\Action\\SendMailAction'])) {
  35143.             return $this->privates['Shopware\\Core\\Content\\Flow\\Dispatching\\Action\\SendMailAction'];
  35144.         }
  35145.         $b = ($this->services['mail_template.repository'] ?? $this->getMailTemplate_RepositoryService());
  35146.         if (isset($this->privates['Shopware\\Core\\Content\\Flow\\Dispatching\\Action\\SendMailAction'])) {
  35147.             return $this->privates['Shopware\\Core\\Content\\Flow\\Dispatching\\Action\\SendMailAction'];
  35148.         }
  35149.         $c = ($this->services['event_dispatcher'] ?? $this->getEventDispatcherService());
  35150.         if (isset($this->privates['Shopware\\Core\\Content\\Flow\\Dispatching\\Action\\SendMailAction'])) {
  35151.             return $this->privates['Shopware\\Core\\Content\\Flow\\Dispatching\\Action\\SendMailAction'];
  35152.         }
  35153.         $d = ($this->services['mail_template_type.repository'] ?? $this->getMailTemplateType_RepositoryService());
  35154.         if (isset($this->privates['Shopware\\Core\\Content\\Flow\\Dispatching\\Action\\SendMailAction'])) {
  35155.             return $this->privates['Shopware\\Core\\Content\\Flow\\Dispatching\\Action\\SendMailAction'];
  35156.         }
  35157.         $e = ($this->privates['Shopware\\Core\\Framework\\Adapter\\Translation\\Translator'] ?? $this->getTranslator2Service());
  35158.         if (isset($this->privates['Shopware\\Core\\Content\\Flow\\Dispatching\\Action\\SendMailAction'])) {
  35159.             return $this->privates['Shopware\\Core\\Content\\Flow\\Dispatching\\Action\\SendMailAction'];
  35160.         }
  35161.         return $this->privates['Shopware\\Core\\Content\\Flow\\Dispatching\\Action\\SendMailAction'] = new \Shopware\Core\Content\Flow\Dispatching\Action\SendMailAction($a$b, ($this->services['logger'] ?? $this->getLoggerService()), $c$d$e, ($this->services['Doctrine\\DBAL\\Connection'] ?? $this->getConnectionService()), ($this->privates['Shopware\\Core\\System\\Locale\\LanguageLocaleCodeProvider'] ?? $this->getLanguageLocaleCodeProviderService()), true);
  35162.     }
  35163.     /**
  35164.      * Gets the private 'Shopware\Core\Content\Flow\Dispatching\Action\SetCustomerCustomFieldAction' shared service.
  35165.      *
  35166.      * @return \Shopware\Core\Content\Flow\Dispatching\Action\SetCustomerCustomFieldAction
  35167.      */
  35168.     protected function getSetCustomerCustomFieldActionService()
  35169.     {
  35170.         include_once \dirname(__DIR__4).'/vendor/shopware/core/Content/Flow/Dispatching/Action/FlowAction.php';
  35171.         include_once \dirname(__DIR__4).'/vendor/shopware/core/Content/Flow/Dispatching/DelayableAction.php';
  35172.         include_once \dirname(__DIR__4).'/vendor/shopware/core/Content/Flow/Dispatching/Action/CustomFieldActionTrait.php';
  35173.         include_once \dirname(__DIR__4).'/vendor/shopware/core/Content/Flow/Dispatching/Action/SetCustomerCustomFieldAction.php';
  35174.         $a = ($this->services['customer.repository'] ?? $this->getCustomer_RepositoryService());
  35175.         if (isset($this->privates['Shopware\\Core\\Content\\Flow\\Dispatching\\Action\\SetCustomerCustomFieldAction'])) {
  35176.             return $this->privates['Shopware\\Core\\Content\\Flow\\Dispatching\\Action\\SetCustomerCustomFieldAction'];
  35177.         }
  35178.         return $this->privates['Shopware\\Core\\Content\\Flow\\Dispatching\\Action\\SetCustomerCustomFieldAction'] = new \Shopware\Core\Content\Flow\Dispatching\Action\SetCustomerCustomFieldAction(($this->services['Doctrine\\DBAL\\Connection'] ?? $this->getConnectionService()), $a);
  35179.     }
  35180.     /**
  35181.      * Gets the private 'Shopware\Core\Content\Flow\Dispatching\Action\SetCustomerGroupCustomFieldAction' shared service.
  35182.      *
  35183.      * @return \Shopware\Core\Content\Flow\Dispatching\Action\SetCustomerGroupCustomFieldAction
  35184.      */
  35185.     protected function getSetCustomerGroupCustomFieldActionService()
  35186.     {
  35187.         include_once \dirname(__DIR__4).'/vendor/shopware/core/Content/Flow/Dispatching/Action/FlowAction.php';
  35188.         include_once \dirname(__DIR__4).'/vendor/shopware/core/Content/Flow/Dispatching/DelayableAction.php';
  35189.         include_once \dirname(__DIR__4).'/vendor/shopware/core/Content/Flow/Dispatching/Action/CustomFieldActionTrait.php';
  35190.         include_once \dirname(__DIR__4).'/vendor/shopware/core/Content/Flow/Dispatching/Action/SetCustomerGroupCustomFieldAction.php';
  35191.         $a = ($this->services['customer_group.repository'] ?? $this->getCustomerGroup_RepositoryService());
  35192.         if (isset($this->privates['Shopware\\Core\\Content\\Flow\\Dispatching\\Action\\SetCustomerGroupCustomFieldAction'])) {
  35193.             return $this->privates['Shopware\\Core\\Content\\Flow\\Dispatching\\Action\\SetCustomerGroupCustomFieldAction'];
  35194.         }
  35195.         return $this->privates['Shopware\\Core\\Content\\Flow\\Dispatching\\Action\\SetCustomerGroupCustomFieldAction'] = new \Shopware\Core\Content\Flow\Dispatching\Action\SetCustomerGroupCustomFieldAction(($this->services['Doctrine\\DBAL\\Connection'] ?? $this->getConnectionService()), $a);
  35196.     }
  35197.     /**
  35198.      * Gets the private 'Shopware\Core\Content\Flow\Dispatching\Action\SetOrderCustomFieldAction' shared service.
  35199.      *
  35200.      * @return \Shopware\Core\Content\Flow\Dispatching\Action\SetOrderCustomFieldAction
  35201.      */
  35202.     protected function getSetOrderCustomFieldActionService()
  35203.     {
  35204.         include_once \dirname(__DIR__4).'/vendor/shopware/core/Content/Flow/Dispatching/Action/FlowAction.php';
  35205.         include_once \dirname(__DIR__4).'/vendor/shopware/core/Content/Flow/Dispatching/DelayableAction.php';
  35206.         include_once \dirname(__DIR__4).'/vendor/shopware/core/Content/Flow/Dispatching/Action/CustomFieldActionTrait.php';
  35207.         include_once \dirname(__DIR__4).'/vendor/shopware/core/Content/Flow/Dispatching/Action/SetOrderCustomFieldAction.php';
  35208.         $a = ($this->services['order.repository'] ?? $this->getOrder_RepositoryService());
  35209.         if (isset($this->privates['Shopware\\Core\\Content\\Flow\\Dispatching\\Action\\SetOrderCustomFieldAction'])) {
  35210.             return $this->privates['Shopware\\Core\\Content\\Flow\\Dispatching\\Action\\SetOrderCustomFieldAction'];
  35211.         }
  35212.         return $this->privates['Shopware\\Core\\Content\\Flow\\Dispatching\\Action\\SetOrderCustomFieldAction'] = new \Shopware\Core\Content\Flow\Dispatching\Action\SetOrderCustomFieldAction(($this->services['Doctrine\\DBAL\\Connection'] ?? $this->getConnectionService()), $a);
  35213.     }
  35214.     /**
  35215.      * Gets the private 'Shopware\Core\Content\Flow\Dispatching\Action\SetOrderStateAction' shared service.
  35216.      *
  35217.      * @return \Shopware\Core\Content\Flow\Dispatching\Action\SetOrderStateAction
  35218.      */
  35219.     protected function getSetOrderStateActionService()
  35220.     {
  35221.         include_once \dirname(__DIR__4).'/vendor/shopware/core/Content/Flow/Dispatching/Action/FlowAction.php';
  35222.         include_once \dirname(__DIR__4).'/vendor/shopware/core/Content/Flow/Dispatching/DelayableAction.php';
  35223.         include_once \dirname(__DIR__4).'/vendor/shopware/core/Content/Flow/Dispatching/Action/SetOrderStateAction.php';
  35224.         $a = ($this->privates['Shopware\\Core\\Checkout\\Order\\SalesChannel\\OrderService'] ?? $this->getOrderServiceService());
  35225.         if (isset($this->privates['Shopware\\Core\\Content\\Flow\\Dispatching\\Action\\SetOrderStateAction'])) {
  35226.             return $this->privates['Shopware\\Core\\Content\\Flow\\Dispatching\\Action\\SetOrderStateAction'];
  35227.         }
  35228.         return $this->privates['Shopware\\Core\\Content\\Flow\\Dispatching\\Action\\SetOrderStateAction'] = new \Shopware\Core\Content\Flow\Dispatching\Action\SetOrderStateAction(($this->services['Doctrine\\DBAL\\Connection'] ?? $this->getConnectionService()), ($this->services['logger'] ?? $this->getLoggerService()), $a);
  35229.     }
  35230.     /**
  35231.      * Gets the private 'Shopware\Core\Content\Flow\Dispatching\Storer\CustomerGroupStorer' shared service.
  35232.      *
  35233.      * @return \Shopware\Core\Content\Flow\Dispatching\Storer\CustomerGroupStorer
  35234.      */
  35235.     protected function getCustomerGroupStorerService()
  35236.     {
  35237.         include_once \dirname(__DIR__4).'/vendor/shopware/core/Content/Flow/Dispatching/Storer/FlowStorer.php';
  35238.         include_once \dirname(__DIR__4).'/vendor/shopware/core/Content/Flow/Dispatching/Storer/CustomerGroupStorer.php';
  35239.         $a = ($this->services['customer_group.repository'] ?? $this->getCustomerGroup_RepositoryService());
  35240.         if (isset($this->privates['Shopware\\Core\\Content\\Flow\\Dispatching\\Storer\\CustomerGroupStorer'])) {
  35241.             return $this->privates['Shopware\\Core\\Content\\Flow\\Dispatching\\Storer\\CustomerGroupStorer'];
  35242.         }
  35243.         return $this->privates['Shopware\\Core\\Content\\Flow\\Dispatching\\Storer\\CustomerGroupStorer'] = new \Shopware\Core\Content\Flow\Dispatching\Storer\CustomerGroupStorer($a);
  35244.     }
  35245.     /**
  35246.      * Gets the private 'Shopware\Core\Content\Flow\Dispatching\Storer\CustomerRecoveryStorer' shared service.
  35247.      *
  35248.      * @return \Shopware\Core\Content\Flow\Dispatching\Storer\CustomerRecoveryStorer
  35249.      */
  35250.     protected function getCustomerRecoveryStorerService()
  35251.     {
  35252.         include_once \dirname(__DIR__4).'/vendor/shopware/core/Content/Flow/Dispatching/Storer/FlowStorer.php';
  35253.         include_once \dirname(__DIR__4).'/vendor/shopware/core/Content/Flow/Dispatching/Storer/CustomerRecoveryStorer.php';
  35254.         $a = ($this->services['customer_recovery.repository'] ?? $this->getCustomerRecovery_RepositoryService());
  35255.         if (isset($this->privates['Shopware\\Core\\Content\\Flow\\Dispatching\\Storer\\CustomerRecoveryStorer'])) {
  35256.             return $this->privates['Shopware\\Core\\Content\\Flow\\Dispatching\\Storer\\CustomerRecoveryStorer'];
  35257.         }
  35258.         return $this->privates['Shopware\\Core\\Content\\Flow\\Dispatching\\Storer\\CustomerRecoveryStorer'] = new \Shopware\Core\Content\Flow\Dispatching\Storer\CustomerRecoveryStorer($a);
  35259.     }
  35260.     /**
  35261.      * Gets the private 'Shopware\Core\Content\Flow\Dispatching\Storer\CustomerStorer' shared service.
  35262.      *
  35263.      * @return \Shopware\Core\Content\Flow\Dispatching\Storer\CustomerStorer
  35264.      */
  35265.     protected function getCustomerStorerService()
  35266.     {
  35267.         include_once \dirname(__DIR__4).'/vendor/shopware/core/Content/Flow/Dispatching/Storer/FlowStorer.php';
  35268.         include_once \dirname(__DIR__4).'/vendor/shopware/core/Content/Flow/Dispatching/Storer/CustomerStorer.php';
  35269.         $a = ($this->services['customer.repository'] ?? $this->getCustomer_RepositoryService());
  35270.         if (isset($this->privates['Shopware\\Core\\Content\\Flow\\Dispatching\\Storer\\CustomerStorer'])) {
  35271.             return $this->privates['Shopware\\Core\\Content\\Flow\\Dispatching\\Storer\\CustomerStorer'];
  35272.         }
  35273.         return $this->privates['Shopware\\Core\\Content\\Flow\\Dispatching\\Storer\\CustomerStorer'] = new \Shopware\Core\Content\Flow\Dispatching\Storer\CustomerStorer($a);
  35274.     }
  35275.     /**
  35276.      * Gets the private 'Shopware\Core\Content\Flow\Dispatching\Storer\NewsletterRecipientStorer' shared service.
  35277.      *
  35278.      * @return \Shopware\Core\Content\Flow\Dispatching\Storer\NewsletterRecipientStorer
  35279.      */
  35280.     protected function getNewsletterRecipientStorerService()
  35281.     {
  35282.         include_once \dirname(__DIR__4).'/vendor/shopware/core/Content/Flow/Dispatching/Storer/FlowStorer.php';
  35283.         include_once \dirname(__DIR__4).'/vendor/shopware/core/Content/Flow/Dispatching/Storer/NewsletterRecipientStorer.php';
  35284.         $a = ($this->services['newsletter_recipient.repository'] ?? $this->getNewsletterRecipient_RepositoryService());
  35285.         if (isset($this->privates['Shopware\\Core\\Content\\Flow\\Dispatching\\Storer\\NewsletterRecipientStorer'])) {
  35286.             return $this->privates['Shopware\\Core\\Content\\Flow\\Dispatching\\Storer\\NewsletterRecipientStorer'];
  35287.         }
  35288.         return $this->privates['Shopware\\Core\\Content\\Flow\\Dispatching\\Storer\\NewsletterRecipientStorer'] = new \Shopware\Core\Content\Flow\Dispatching\Storer\NewsletterRecipientStorer($a);
  35289.     }
  35290.     /**
  35291.      * Gets the private 'Shopware\Core\Content\Flow\Dispatching\Storer\OrderStorer' shared service.
  35292.      *
  35293.      * @return \Shopware\Core\Content\Flow\Dispatching\Storer\OrderStorer
  35294.      */
  35295.     protected function getOrderStorerService()
  35296.     {
  35297.         include_once \dirname(__DIR__4).'/vendor/shopware/core/Content/Flow/Dispatching/Storer/FlowStorer.php';
  35298.         include_once \dirname(__DIR__4).'/vendor/shopware/core/Content/Flow/Dispatching/Storer/OrderStorer.php';
  35299.         $a = ($this->services['order.repository'] ?? $this->getOrder_RepositoryService());
  35300.         if (isset($this->privates['Shopware\\Core\\Content\\Flow\\Dispatching\\Storer\\OrderStorer'])) {
  35301.             return $this->privates['Shopware\\Core\\Content\\Flow\\Dispatching\\Storer\\OrderStorer'];
  35302.         }
  35303.         return $this->privates['Shopware\\Core\\Content\\Flow\\Dispatching\\Storer\\OrderStorer'] = new \Shopware\Core\Content\Flow\Dispatching\Storer\OrderStorer($a);
  35304.     }
  35305.     /**
  35306.      * Gets the private 'Shopware\Core\Content\Flow\Dispatching\Storer\OrderTransactionStorer' shared service.
  35307.      *
  35308.      * @return \Shopware\Core\Content\Flow\Dispatching\Storer\OrderTransactionStorer
  35309.      */
  35310.     protected function getOrderTransactionStorerService()
  35311.     {
  35312.         include_once \dirname(__DIR__4).'/vendor/shopware/core/Content/Flow/Dispatching/Storer/FlowStorer.php';
  35313.         include_once \dirname(__DIR__4).'/vendor/shopware/core/Content/Flow/Dispatching/Storer/OrderTransactionStorer.php';
  35314.         $a = ($this->services['order_transaction.repository'] ?? $this->getOrderTransaction_RepositoryService());
  35315.         if (isset($this->privates['Shopware\\Core\\Content\\Flow\\Dispatching\\Storer\\OrderTransactionStorer'])) {
  35316.             return $this->privates['Shopware\\Core\\Content\\Flow\\Dispatching\\Storer\\OrderTransactionStorer'];
  35317.         }
  35318.         return $this->privates['Shopware\\Core\\Content\\Flow\\Dispatching\\Storer\\OrderTransactionStorer'] = new \Shopware\Core\Content\Flow\Dispatching\Storer\OrderTransactionStorer($a);
  35319.     }
  35320.     /**
  35321.      * Gets the private 'Shopware\Core\Content\Flow\Dispatching\Storer\UserStorer' shared service.
  35322.      *
  35323.      * @return \Shopware\Core\Content\Flow\Dispatching\Storer\UserStorer
  35324.      */
  35325.     protected function getUserStorerService()
  35326.     {
  35327.         include_once \dirname(__DIR__4).'/vendor/shopware/core/Content/Flow/Dispatching/Storer/FlowStorer.php';
  35328.         include_once \dirname(__DIR__4).'/vendor/shopware/core/Content/Flow/Dispatching/Storer/UserStorer.php';
  35329.         $a = ($this->services['user_recovery.repository'] ?? $this->getUserRecovery_RepositoryService());
  35330.         if (isset($this->privates['Shopware\\Core\\Content\\Flow\\Dispatching\\Storer\\UserStorer'])) {
  35331.             return $this->privates['Shopware\\Core\\Content\\Flow\\Dispatching\\Storer\\UserStorer'];
  35332.         }
  35333.         return $this->privates['Shopware\\Core\\Content\\Flow\\Dispatching\\Storer\\UserStorer'] = new \Shopware\Core\Content\Flow\Dispatching\Storer\UserStorer($a);
  35334.     }
  35335.     /**
  35336.      * Gets the private 'Shopware\Core\Content\Flow\Indexing\FlowIndexer' shared service.
  35337.      *
  35338.      * @return \Shopware\Core\Content\Flow\Indexing\FlowIndexer
  35339.      */
  35340.     protected function getFlowIndexerService()
  35341.     {
  35342.         include_once \dirname(__DIR__4).'/vendor/shopware/core/Framework/DataAbstractionLayer/Indexing/EntityIndexer.php';
  35343.         include_once \dirname(__DIR__4).'/vendor/shopware/core/Content/Flow/Indexing/FlowIndexer.php';
  35344.         include_once \dirname(__DIR__4).'/vendor/shopware/core/Content/Flow/Indexing/FlowPayloadUpdater.php';
  35345.         include_once \dirname(__DIR__4).'/vendor/shopware/core/Content/Flow/Dispatching/FlowBuilder.php';
  35346.         $a = ($this->services['flow.repository'] ?? $this->getFlow_RepositoryService());
  35347.         if (isset($this->privates['Shopware\\Core\\Content\\Flow\\Indexing\\FlowIndexer'])) {
  35348.             return $this->privates['Shopware\\Core\\Content\\Flow\\Indexing\\FlowIndexer'];
  35349.         }
  35350.         $b = ($this->privates['Shopware\\Core\\Framework\\Adapter\\Cache\\CacheInvalidator'] ?? $this->getCacheInvalidatorService());
  35351.         if (isset($this->privates['Shopware\\Core\\Content\\Flow\\Indexing\\FlowIndexer'])) {
  35352.             return $this->privates['Shopware\\Core\\Content\\Flow\\Indexing\\FlowIndexer'];
  35353.         }
  35354.         $c = ($this->services['event_dispatcher'] ?? $this->getEventDispatcherService());
  35355.         if (isset($this->privates['Shopware\\Core\\Content\\Flow\\Indexing\\FlowIndexer'])) {
  35356.             return $this->privates['Shopware\\Core\\Content\\Flow\\Indexing\\FlowIndexer'];
  35357.         }
  35358.         $d = ($this->services['messenger.default_bus'] ?? $this->getMessenger_DefaultBusService());
  35359.         if (isset($this->privates['Shopware\\Core\\Content\\Flow\\Indexing\\FlowIndexer'])) {
  35360.             return $this->privates['Shopware\\Core\\Content\\Flow\\Indexing\\FlowIndexer'];
  35361.         }
  35362.         return $this->privates['Shopware\\Core\\Content\\Flow\\Indexing\\FlowIndexer'] = new \Shopware\Core\Content\Flow\Indexing\FlowIndexer(($this->privates['Shopware\\Core\\Framework\\DataAbstractionLayer\\Dbal\\Common\\IteratorFactory'] ?? $this->getIteratorFactory2Service()), $a, new \Shopware\Core\Content\Flow\Indexing\FlowPayloadUpdater(($this->services['Doctrine\\DBAL\\Connection'] ?? $this->getConnectionService()), new \Shopware\Core\Content\Flow\Dispatching\FlowBuilder(), $b), $c$d);
  35363.     }
  35364.     /**
  35365.      * Gets the private 'Shopware\Core\Content\ImportExport\Command\DeleteExpiredFilesCommand' shared service.
  35366.      *
  35367.      * @return \Shopware\Core\Content\ImportExport\Command\DeleteExpiredFilesCommand
  35368.      */
  35369.     protected function getDeleteExpiredFilesCommandService()
  35370.     {
  35371.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/Command.php';
  35372.         include_once \dirname(__DIR__4).'/vendor/shopware/core/Content/ImportExport/Command/DeleteExpiredFilesCommand.php';
  35373.         $this->privates['Shopware\\Core\\Content\\ImportExport\\Command\\DeleteExpiredFilesCommand'] = $instance = new \Shopware\Core\Content\ImportExport\Command\DeleteExpiredFilesCommand(($this->privates['Shopware\\Core\\Content\\ImportExport\\Service\\DeleteExpiredFilesService'] ?? $this->getDeleteExpiredFilesServiceService()));
  35374.         $instance->setName('import-export:delete-expired');
  35375.         return $instance;
  35376.     }
  35377.     /**
  35378.      * Gets the private 'Shopware\Core\Content\ImportExport\Command\ImportEntityCommand' shared service.
  35379.      *
  35380.      * @return \Shopware\Core\Content\ImportExport\Command\ImportEntityCommand
  35381.      */
  35382.     protected function getImportEntityCommandService()
  35383.     {
  35384.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/Command.php';
  35385.         include_once \dirname(__DIR__4).'/vendor/shopware/core/Content/ImportExport/Command/ImportEntityCommand.php';
  35386.         $this->privates['Shopware\\Core\\Content\\ImportExport\\Command\\ImportEntityCommand'] = $instance = new \Shopware\Core\Content\ImportExport\Command\ImportEntityCommand(($this->privates['Shopware\\Core\\Content\\ImportExport\\Service\\ImportExportService'] ?? $this->getImportExportServiceService()), ($this->services['import_export_profile.repository'] ?? $this->getImportExportProfile_RepositoryService()), ($this->services['Shopware\\Core\\Content\\ImportExport\\ImportExportFactory'] ?? $this->getImportExportFactoryService()), ($this->services['Doctrine\\DBAL\\Connection'] ?? $this->getConnectionService()), ($this->services['shopware.filesystem.private'] ?? $this->getShopware_Filesystem_PrivateService()));
  35387.         $instance->setName('import:entity');
  35388.         return $instance;
  35389.     }
  35390.     /**
  35391.      * Gets the private 'Shopware\Core\Content\ImportExport\DataAbstractionLayer\Serializer\Entity\CountrySerializer' shared service.
  35392.      *
  35393.      * @return \Shopware\Core\Content\ImportExport\DataAbstractionLayer\Serializer\Entity\CountrySerializer
  35394.      */
  35395.     protected function getCountrySerializerService()
  35396.     {
  35397.         include_once \dirname(__DIR__4).'/vendor/shopware/core/Content/ImportExport/DataAbstractionLayer/Serializer/Entity/AbstractEntitySerializer.php';
  35398.         include_once \dirname(__DIR__4).'/vendor/shopware/core/Content/ImportExport/DataAbstractionLayer/Serializer/Entity/EntitySerializer.php';
  35399.         include_once \dirname(__DIR__4).'/vendor/shopware/core/Content/ImportExport/DataAbstractionLayer/Serializer/Entity/CountrySerializer.php';
  35400.         $a = ($this->services['country.repository'] ?? $this->getCountry_RepositoryService());
  35401.         if (isset($this->privates['Shopware\\Core\\Content\\ImportExport\\DataAbstractionLayer\\Serializer\\Entity\\CountrySerializer'])) {
  35402.             return $this->privates['Shopware\\Core\\Content\\ImportExport\\DataAbstractionLayer\\Serializer\\Entity\\CountrySerializer'];
  35403.         }
  35404.         return $this->privates['Shopware\\Core\\Content\\ImportExport\\DataAbstractionLayer\\Serializer\\Entity\\CountrySerializer'] = new \Shopware\Core\Content\ImportExport\DataAbstractionLayer\Serializer\Entity\CountrySerializer($a);
  35405.     }
  35406.     /**
  35407.      * Gets the private 'Shopware\Core\Content\ImportExport\DataAbstractionLayer\Serializer\Entity\CustomerSerializer' shared service.
  35408.      *
  35409.      * @return \Shopware\Core\Content\ImportExport\DataAbstractionLayer\Serializer\Entity\CustomerSerializer
  35410.      */
  35411.     protected function getCustomerSerializerService()
  35412.     {
  35413.         include_once \dirname(__DIR__4).'/vendor/shopware/core/Content/ImportExport/DataAbstractionLayer/Serializer/Entity/AbstractEntitySerializer.php';
  35414.         include_once \dirname(__DIR__4).'/vendor/shopware/core/Content/ImportExport/DataAbstractionLayer/Serializer/Entity/EntitySerializer.php';
  35415.         include_once \dirname(__DIR__4).'/vendor/shopware/core/Content/ImportExport/DataAbstractionLayer/Serializer/Entity/CustomerSerializer.php';
  35416.         $a = ($this->services['customer_group.repository'] ?? $this->getCustomerGroup_RepositoryService());
  35417.         if (isset($this->privates['Shopware\\Core\\Content\\ImportExport\\DataAbstractionLayer\\Serializer\\Entity\\CustomerSerializer'])) {
  35418.             return $this->privates['Shopware\\Core\\Content\\ImportExport\\DataAbstractionLayer\\Serializer\\Entity\\CustomerSerializer'];
  35419.         }
  35420.         $b = ($this->services['payment_method.repository'] ?? $this->getPaymentMethod_RepositoryService());
  35421.         if (isset($this->privates['Shopware\\Core\\Content\\ImportExport\\DataAbstractionLayer\\Serializer\\Entity\\CustomerSerializer'])) {
  35422.             return $this->privates['Shopware\\Core\\Content\\ImportExport\\DataAbstractionLayer\\Serializer\\Entity\\CustomerSerializer'];
  35423.         }
  35424.         $c = ($this->services['sales_channel.repository'] ?? $this->getSalesChannel_RepositoryService());
  35425.         if (isset($this->privates['Shopware\\Core\\Content\\ImportExport\\DataAbstractionLayer\\Serializer\\Entity\\CustomerSerializer'])) {
  35426.             return $this->privates['Shopware\\Core\\Content\\ImportExport\\DataAbstractionLayer\\Serializer\\Entity\\CustomerSerializer'];
  35427.         }
  35428.         return $this->privates['Shopware\\Core\\Content\\ImportExport\\DataAbstractionLayer\\Serializer\\Entity\\CustomerSerializer'] = new \Shopware\Core\Content\ImportExport\DataAbstractionLayer\Serializer\Entity\CustomerSerializer($a$b$c);
  35429.     }
  35430.     /**
  35431.      * Gets the private 'Shopware\Core\Content\ImportExport\DataAbstractionLayer\Serializer\Entity\LanguageSerializer' shared service.
  35432.      *
  35433.      * @return \Shopware\Core\Content\ImportExport\DataAbstractionLayer\Serializer\Entity\LanguageSerializer
  35434.      */
  35435.     protected function getLanguageSerializerService()
  35436.     {
  35437.         include_once \dirname(__DIR__4).'/vendor/shopware/core/Content/ImportExport/DataAbstractionLayer/Serializer/Entity/AbstractEntitySerializer.php';
  35438.         include_once \dirname(__DIR__4).'/vendor/shopware/core/Content/ImportExport/DataAbstractionLayer/Serializer/Entity/EntitySerializer.php';
  35439.         include_once \dirname(__DIR__4).'/vendor/shopware/core/Content/ImportExport/DataAbstractionLayer/Serializer/Entity/LanguageSerializer.php';
  35440.         $a = ($this->services['language.repository'] ?? $this->getLanguage_RepositoryService());
  35441.         if (isset($this->privates['Shopware\\Core\\Content\\ImportExport\\DataAbstractionLayer\\Serializer\\Entity\\LanguageSerializer'])) {
  35442.             return $this->privates['Shopware\\Core\\Content\\ImportExport\\DataAbstractionLayer\\Serializer\\Entity\\LanguageSerializer'];
  35443.         }
  35444.         return $this->privates['Shopware\\Core\\Content\\ImportExport\\DataAbstractionLayer\\Serializer\\Entity\\LanguageSerializer'] = new \Shopware\Core\Content\ImportExport\DataAbstractionLayer\Serializer\Entity\LanguageSerializer($a);
  35445.     }
  35446.     /**
  35447.      * Gets the private 'Shopware\Core\Content\ImportExport\DataAbstractionLayer\Serializer\Entity\MediaSerializer' shared service.
  35448.      *
  35449.      * @return \Shopware\Core\Content\ImportExport\DataAbstractionLayer\Serializer\Entity\MediaSerializer
  35450.      */
  35451.     protected function getMediaSerializerService()
  35452.     {
  35453.         include_once \dirname(__DIR__4).'/vendor/shopware/core/Content/ImportExport/DataAbstractionLayer/Serializer/Entity/AbstractEntitySerializer.php';
  35454.         include_once \dirname(__DIR__4).'/vendor/shopware/core/Content/ImportExport/DataAbstractionLayer/Serializer/Entity/EntitySerializer.php';
  35455.         include_once \dirname(__DIR__4).'/vendor/shopware/core/Content/ImportExport/DataAbstractionLayer/Serializer/Entity/MediaSerializer.php';
  35456.         $a = ($this->privates['Shopware\\Core\\Content\\Media\\MediaService'] ?? $this->getMediaServiceService());
  35457.         if (isset($this->privates['Shopware\\Core\\Content\\ImportExport\\DataAbstractionLayer\\Serializer\\Entity\\MediaSerializer'])) {
  35458.             return $this->privates['Shopware\\Core\\Content\\ImportExport\\DataAbstractionLayer\\Serializer\\Entity\\MediaSerializer'];
  35459.         }
  35460.         $b = ($this->services['Shopware\\Core\\Content\\Media\\File\\FileSaver'] ?? $this->getFileSaverService());
  35461.         if (isset($this->privates['Shopware\\Core\\Content\\ImportExport\\DataAbstractionLayer\\Serializer\\Entity\\MediaSerializer'])) {
  35462.             return $this->privates['Shopware\\Core\\Content\\ImportExport\\DataAbstractionLayer\\Serializer\\Entity\\MediaSerializer'];
  35463.         }
  35464.         $c = ($this->services['media_folder.repository'] ?? $this->getMediaFolder_RepositoryService());
  35465.         if (isset($this->privates['Shopware\\Core\\Content\\ImportExport\\DataAbstractionLayer\\Serializer\\Entity\\MediaSerializer'])) {
  35466.             return $this->privates['Shopware\\Core\\Content\\ImportExport\\DataAbstractionLayer\\Serializer\\Entity\\MediaSerializer'];
  35467.         }
  35468.         $d = ($this->services['media.repository'] ?? $this->getMedia_RepositoryService());
  35469.         if (isset($this->privates['Shopware\\Core\\Content\\ImportExport\\DataAbstractionLayer\\Serializer\\Entity\\MediaSerializer'])) {
  35470.             return $this->privates['Shopware\\Core\\Content\\ImportExport\\DataAbstractionLayer\\Serializer\\Entity\\MediaSerializer'];
  35471.         }
  35472.         return $this->privates['Shopware\\Core\\Content\\ImportExport\\DataAbstractionLayer\\Serializer\\Entity\\MediaSerializer'] = new \Shopware\Core\Content\ImportExport\DataAbstractionLayer\Serializer\Entity\MediaSerializer($a$b$c$d);
  35473.     }
  35474.     /**
  35475.      * Gets the private 'Shopware\Core\Content\ImportExport\DataAbstractionLayer\Serializer\Entity\ProductCrossSellingSerializer' shared service.
  35476.      *
  35477.      * @return \Shopware\Core\Content\ImportExport\DataAbstractionLayer\Serializer\Entity\ProductCrossSellingSerializer
  35478.      */
  35479.     protected function getProductCrossSellingSerializerService()
  35480.     {
  35481.         include_once \dirname(__DIR__4).'/vendor/shopware/core/Content/ImportExport/DataAbstractionLayer/Serializer/Entity/AbstractEntitySerializer.php';
  35482.         include_once \dirname(__DIR__4).'/vendor/shopware/core/Content/ImportExport/DataAbstractionLayer/Serializer/Entity/EntitySerializer.php';
  35483.         include_once \dirname(__DIR__4).'/vendor/shopware/core/Content/ImportExport/DataAbstractionLayer/Serializer/Entity/ProductCrossSellingSerializer.php';
  35484.         $a = ($this->services['product_cross_selling_assigned_products.repository'] ?? $this->getProductCrossSellingAssignedProducts_RepositoryService());
  35485.         if (isset($this->privates['Shopware\\Core\\Content\\ImportExport\\DataAbstractionLayer\\Serializer\\Entity\\ProductCrossSellingSerializer'])) {
  35486.             return $this->privates['Shopware\\Core\\Content\\ImportExport\\DataAbstractionLayer\\Serializer\\Entity\\ProductCrossSellingSerializer'];
  35487.         }
  35488.         return $this->privates['Shopware\\Core\\Content\\ImportExport\\DataAbstractionLayer\\Serializer\\Entity\\ProductCrossSellingSerializer'] = new \Shopware\Core\Content\ImportExport\DataAbstractionLayer\Serializer\Entity\ProductCrossSellingSerializer($a);
  35489.     }
  35490.     /**
  35491.      * Gets the private 'Shopware\Core\Content\ImportExport\DataAbstractionLayer\Serializer\Entity\ProductSerializer' shared service.
  35492.      *
  35493.      * @return \Shopware\Core\Content\ImportExport\DataAbstractionLayer\Serializer\Entity\ProductSerializer
  35494.      */
  35495.     protected function getProductSerializerService()
  35496.     {
  35497.         include_once \dirname(__DIR__4).'/vendor/shopware/core/Content/ImportExport/DataAbstractionLayer/Serializer/Entity/AbstractEntitySerializer.php';
  35498.         include_once \dirname(__DIR__4).'/vendor/shopware/core/Content/ImportExport/DataAbstractionLayer/Serializer/Entity/EntitySerializer.php';
  35499.         include_once \dirname(__DIR__4).'/vendor/shopware/core/Content/ImportExport/DataAbstractionLayer/Serializer/Entity/ProductSerializer.php';
  35500.         $a = ($this->services['product_visibility.repository'] ?? $this->getProductVisibility_RepositoryService());
  35501.         if (isset($this->privates['Shopware\\Core\\Content\\ImportExport\\DataAbstractionLayer\\Serializer\\Entity\\ProductSerializer'])) {
  35502.             return $this->privates['Shopware\\Core\\Content\\ImportExport\\DataAbstractionLayer\\Serializer\\Entity\\ProductSerializer'];
  35503.         }
  35504.         $b = ($this->services['sales_channel.repository'] ?? $this->getSalesChannel_RepositoryService());
  35505.         if (isset($this->privates['Shopware\\Core\\Content\\ImportExport\\DataAbstractionLayer\\Serializer\\Entity\\ProductSerializer'])) {
  35506.             return $this->privates['Shopware\\Core\\Content\\ImportExport\\DataAbstractionLayer\\Serializer\\Entity\\ProductSerializer'];
  35507.         }
  35508.         $c = ($this->services['product_media.repository'] ?? $this->getProductMedia_RepositoryService());
  35509.         if (isset($this->privates['Shopware\\Core\\Content\\ImportExport\\DataAbstractionLayer\\Serializer\\Entity\\ProductSerializer'])) {
  35510.             return $this->privates['Shopware\\Core\\Content\\ImportExport\\DataAbstractionLayer\\Serializer\\Entity\\ProductSerializer'];
  35511.         }
  35512.         $d = ($this->services['product_configurator_setting.repository'] ?? $this->getProductConfiguratorSetting_RepositoryService());
  35513.         if (isset($this->privates['Shopware\\Core\\Content\\ImportExport\\DataAbstractionLayer\\Serializer\\Entity\\ProductSerializer'])) {
  35514.             return $this->privates['Shopware\\Core\\Content\\ImportExport\\DataAbstractionLayer\\Serializer\\Entity\\ProductSerializer'];
  35515.         }
  35516.         return $this->privates['Shopware\\Core\\Content\\ImportExport\\DataAbstractionLayer\\Serializer\\Entity\\ProductSerializer'] = new \Shopware\Core\Content\ImportExport\DataAbstractionLayer\Serializer\Entity\ProductSerializer($a$b$c$d);
  35517.     }
  35518.     /**
  35519.      * Gets the private 'Shopware\Core\Content\ImportExport\DataAbstractionLayer\Serializer\Entity\PromotionIndividualCodeSerializer' shared service.
  35520.      *
  35521.      * @return \Shopware\Core\Content\ImportExport\DataAbstractionLayer\Serializer\Entity\PromotionIndividualCodeSerializer
  35522.      */
  35523.     protected function getPromotionIndividualCodeSerializerService()
  35524.     {
  35525.         include_once \dirname(__DIR__4).'/vendor/shopware/core/Content/ImportExport/DataAbstractionLayer/Serializer/Entity/AbstractEntitySerializer.php';
  35526.         include_once \dirname(__DIR__4).'/vendor/shopware/core/Content/ImportExport/DataAbstractionLayer/Serializer/Entity/EntitySerializer.php';
  35527.         include_once \dirname(__DIR__4).'/vendor/shopware/core/Content/ImportExport/DataAbstractionLayer/Serializer/Entity/PromotionIndividualCodeSerializer.php';
  35528.         $a = ($this->services['promotion_individual_code.repository'] ?? $this->getPromotionIndividualCode_RepositoryService());
  35529.         if (isset($this->privates['Shopware\\Core\\Content\\ImportExport\\DataAbstractionLayer\\Serializer\\Entity\\PromotionIndividualCodeSerializer'])) {
  35530.             return $this->privates['Shopware\\Core\\Content\\ImportExport\\DataAbstractionLayer\\Serializer\\Entity\\PromotionIndividualCodeSerializer'];
  35531.         }
  35532.         $b = ($this->services['promotion.repository'] ?? $this->getPromotion_RepositoryService());
  35533.         if (isset($this->privates['Shopware\\Core\\Content\\ImportExport\\DataAbstractionLayer\\Serializer\\Entity\\PromotionIndividualCodeSerializer'])) {
  35534.             return $this->privates['Shopware\\Core\\Content\\ImportExport\\DataAbstractionLayer\\Serializer\\Entity\\PromotionIndividualCodeSerializer'];
  35535.         }
  35536.         return $this->privates['Shopware\\Core\\Content\\ImportExport\\DataAbstractionLayer\\Serializer\\Entity\\PromotionIndividualCodeSerializer'] = new \Shopware\Core\Content\ImportExport\DataAbstractionLayer\Serializer\Entity\PromotionIndividualCodeSerializer($a$b);
  35537.     }
  35538.     /**
  35539.      * Gets the private 'Shopware\Core\Content\ImportExport\DataAbstractionLayer\Serializer\Entity\SalutationSerializer' shared service.
  35540.      *
  35541.      * @return \Shopware\Core\Content\ImportExport\DataAbstractionLayer\Serializer\Entity\SalutationSerializer
  35542.      */
  35543.     protected function getSalutationSerializerService()
  35544.     {
  35545.         include_once \dirname(__DIR__4).'/vendor/shopware/core/Content/ImportExport/DataAbstractionLayer/Serializer/Entity/AbstractEntitySerializer.php';
  35546.         include_once \dirname(__DIR__4).'/vendor/shopware/core/Content/ImportExport/DataAbstractionLayer/Serializer/Entity/EntitySerializer.php';
  35547.         include_once \dirname(__DIR__4).'/vendor/shopware/core/Content/ImportExport/DataAbstractionLayer/Serializer/Entity/SalutationSerializer.php';
  35548.         $a = ($this->services['salutation.repository'] ?? $this->getSalutation_RepositoryService());
  35549.         if (isset($this->privates['Shopware\\Core\\Content\\ImportExport\\DataAbstractionLayer\\Serializer\\Entity\\SalutationSerializer'])) {
  35550.             return $this->privates['Shopware\\Core\\Content\\ImportExport\\DataAbstractionLayer\\Serializer\\Entity\\SalutationSerializer'];
  35551.         }
  35552.         return $this->privates['Shopware\\Core\\Content\\ImportExport\\DataAbstractionLayer\\Serializer\\Entity\\SalutationSerializer'] = new \Shopware\Core\Content\ImportExport\DataAbstractionLayer\Serializer\Entity\SalutationSerializer($a);
  35553.     }
  35554.     /**
  35555.      * Gets the private 'Shopware\Core\Content\ImportExport\DataAbstractionLayer\Serializer\Field\CustomFieldsSerializer' shared service.
  35556.      *
  35557.      * @return \Shopware\Core\Content\ImportExport\DataAbstractionLayer\Serializer\Field\CustomFieldsSerializer
  35558.      */
  35559.     protected function getCustomFieldsSerializer2Service()
  35560.     {
  35561.         include_once \dirname(__DIR__4).'/vendor/shopware/core/Content/ImportExport/DataAbstractionLayer/Serializer/Field/AbstractFieldSerializer.php';
  35562.         include_once \dirname(__DIR__4).'/vendor/shopware/core/Content/ImportExport/DataAbstractionLayer/Serializer/Field/FieldSerializer.php';
  35563.         include_once \dirname(__DIR__4).'/vendor/shopware/core/Content/ImportExport/DataAbstractionLayer/Serializer/Field/CustomFieldsSerializer.php';
  35564.         $a = ($this->services['Shopware\\Core\\Framework\\DataAbstractionLayer\\FieldSerializer\\CustomFieldsSerializer'] ?? $this->getCustomFieldsSerializerService());
  35565.         if (isset($this->privates['Shopware\\Core\\Content\\ImportExport\\DataAbstractionLayer\\Serializer\\Field\\CustomFieldsSerializer'])) {
  35566.             return $this->privates['Shopware\\Core\\Content\\ImportExport\\DataAbstractionLayer\\Serializer\\Field\\CustomFieldsSerializer'];
  35567.         }
  35568.         return $this->privates['Shopware\\Core\\Content\\ImportExport\\DataAbstractionLayer\\Serializer\\Field\\CustomFieldsSerializer'] = new \Shopware\Core\Content\ImportExport\DataAbstractionLayer\Serializer\Field\CustomFieldsSerializer($a, ($this->privates['Shopware\\Core\\System\\CustomField\\CustomFieldService'] ?? $this->getCustomFieldServiceService()));
  35569.     }
  35570.     /**
  35571.      * Gets the private 'Shopware\Core\Content\ImportExport\DataAbstractionLayer\Serializer\Field\PriceSerializer' shared service.
  35572.      *
  35573.      * @return \Shopware\Core\Content\ImportExport\DataAbstractionLayer\Serializer\Field\PriceSerializer
  35574.      */
  35575.     protected function getPriceSerializerService()
  35576.     {
  35577.         include_once \dirname(__DIR__4).'/vendor/shopware/core/Content/ImportExport/DataAbstractionLayer/Serializer/Field/AbstractFieldSerializer.php';
  35578.         include_once \dirname(__DIR__4).'/vendor/shopware/core/Content/ImportExport/DataAbstractionLayer/Serializer/Field/FieldSerializer.php';
  35579.         include_once \dirname(__DIR__4).'/vendor/shopware/core/Content/ImportExport/DataAbstractionLayer/Serializer/Field/PriceSerializer.php';
  35580.         $a = ($this->services['currency.repository'] ?? $this->getCurrency_RepositoryService());
  35581.         if (isset($this->privates['Shopware\\Core\\Content\\ImportExport\\DataAbstractionLayer\\Serializer\\Field\\PriceSerializer'])) {
  35582.             return $this->privates['Shopware\\Core\\Content\\ImportExport\\DataAbstractionLayer\\Serializer\\Field\\PriceSerializer'];
  35583.         }
  35584.         return $this->privates['Shopware\\Core\\Content\\ImportExport\\DataAbstractionLayer\\Serializer\\Field\\PriceSerializer'] = new \Shopware\Core\Content\ImportExport\DataAbstractionLayer\Serializer\Field\PriceSerializer($a);
  35585.     }
  35586.     /**
  35587.      * Gets the private 'Shopware\Core\Content\ImportExport\DataAbstractionLayer\Serializer\Field\ToOneSerializer' shared service.
  35588.      *
  35589.      * @return \Shopware\Core\Content\ImportExport\DataAbstractionLayer\Serializer\Field\ToOneSerializer
  35590.      */
  35591.     protected function getToOneSerializerService()
  35592.     {
  35593.         include_once \dirname(__DIR__4).'/vendor/shopware/core/Content/ImportExport/DataAbstractionLayer/Serializer/Field/AbstractFieldSerializer.php';
  35594.         include_once \dirname(__DIR__4).'/vendor/shopware/core/Content/ImportExport/DataAbstractionLayer/Serializer/Field/FieldSerializer.php';
  35595.         include_once \dirname(__DIR__4).'/vendor/shopware/core/Content/ImportExport/DataAbstractionLayer/Serializer/Field/ToOneSerializer.php';
  35596.         return $this->privates['Shopware\\Core\\Content\\ImportExport\\DataAbstractionLayer\\Serializer\\Field\\ToOneSerializer'] = new \Shopware\Core\Content\ImportExport\DataAbstractionLayer\Serializer\Field\ToOneSerializer(($this->privates['Shopware\\Core\\Content\\ImportExport\\DataAbstractionLayer\\Serializer\\PrimaryKeyResolver'] ?? $this->getPrimaryKeyResolverService()));
  35597.     }
  35598.     /**
  35599.      * Gets the private 'Shopware\Core\Content\ImportExport\DataAbstractionLayer\Serializer\Field\TranslationsSerializer' shared service.
  35600.      *
  35601.      * @return \Shopware\Core\Content\ImportExport\DataAbstractionLayer\Serializer\Field\TranslationsSerializer
  35602.      */
  35603.     protected function getTranslationsSerializerService()
  35604.     {
  35605.         include_once \dirname(__DIR__4).'/vendor/shopware/core/Content/ImportExport/DataAbstractionLayer/Serializer/Field/AbstractFieldSerializer.php';
  35606.         include_once \dirname(__DIR__4).'/vendor/shopware/core/Content/ImportExport/DataAbstractionLayer/Serializer/Field/FieldSerializer.php';
  35607.         include_once \dirname(__DIR__4).'/vendor/shopware/core/Content/ImportExport/DataAbstractionLayer/Serializer/Field/TranslationsSerializer.php';
  35608.         $a = ($this->services['language.repository'] ?? $this->getLanguage_RepositoryService());
  35609.         if (isset($this->privates['Shopware\\Core\\Content\\ImportExport\\DataAbstractionLayer\\Serializer\\Field\\TranslationsSerializer'])) {
  35610.             return $this->privates['Shopware\\Core\\Content\\ImportExport\\DataAbstractionLayer\\Serializer\\Field\\TranslationsSerializer'];
  35611.         }
  35612.         return $this->privates['Shopware\\Core\\Content\\ImportExport\\DataAbstractionLayer\\Serializer\\Field\\TranslationsSerializer'] = new \Shopware\Core\Content\ImportExport\DataAbstractionLayer\Serializer\Field\TranslationsSerializer($a);
  35613.     }
  35614.     /**
  35615.      * Gets the private 'Shopware\Core\Content\ImportExport\DataAbstractionLayer\Serializer\PrimaryKeyResolver' shared service.
  35616.      *
  35617.      * @return \Shopware\Core\Content\ImportExport\DataAbstractionLayer\Serializer\PrimaryKeyResolver
  35618.      */
  35619.     protected function getPrimaryKeyResolverService()
  35620.     {
  35621.         include_once \dirname(__DIR__4).'/vendor/shopware/core/Content/ImportExport/DataAbstractionLayer/Serializer/PrimaryKeyResolver.php';
  35622.         include_once \dirname(__DIR__4).'/vendor/shopware/core/Content/ImportExport/DataAbstractionLayer/Serializer/Field/AbstractFieldSerializer.php';
  35623.         include_once \dirname(__DIR__4).'/vendor/shopware/core/Content/ImportExport/DataAbstractionLayer/Serializer/Field/FieldSerializer.php';
  35624.         return $this->privates['Shopware\\Core\\Content\\ImportExport\\DataAbstractionLayer\\Serializer\\PrimaryKeyResolver'] = new \Shopware\Core\Content\ImportExport\DataAbstractionLayer\Serializer\PrimaryKeyResolver(($this->services['Shopware\\Core\\Framework\\DataAbstractionLayer\\DefinitionInstanceRegistry'] ?? $this->getDefinitionInstanceRegistryService()), ($this->privates['Shopware\\Core\\Content\\ImportExport\\DataAbstractionLayer\\Serializer\\Field\\FieldSerializer'] ?? ($this->privates['Shopware\\Core\\Content\\ImportExport\\DataAbstractionLayer\\Serializer\\Field\\FieldSerializer'] = new \Shopware\Core\Content\ImportExport\DataAbstractionLayer\Serializer\Field\FieldSerializer())));
  35625.     }
  35626.     /**
  35627.      * Gets the private 'Shopware\Core\Content\ImportExport\DataAbstractionLayer\SystemDefaultValidator' shared service.
  35628.      *
  35629.      * @return \Shopware\Core\Content\ImportExport\DataAbstractionLayer\SystemDefaultValidator
  35630.      */
  35631.     protected function getSystemDefaultValidatorService()
  35632.     {
  35633.         include_once \dirname(__DIR__4).'/vendor/shopware/core/Content/ImportExport/DataAbstractionLayer/SystemDefaultValidator.php';
  35634.         return $this->privates['Shopware\\Core\\Content\\ImportExport\\DataAbstractionLayer\\SystemDefaultValidator'] = new \Shopware\Core\Content\ImportExport\DataAbstractionLayer\SystemDefaultValidator(($this->services['Doctrine\\DBAL\\Connection'] ?? $this->getConnectionService()));
  35635.     }
  35636.     /**
  35637.      * Gets the private 'Shopware\Core\Content\ImportExport\Event\Subscriber\FileDeletedSubscriber' shared service.
  35638.      *
  35639.      * @return \Shopware\Core\Content\ImportExport\Event\Subscriber\FileDeletedSubscriber
  35640.      */
  35641.     protected function getFileDeletedSubscriberService()
  35642.     {
  35643.         include_once \dirname(__DIR__4).'/vendor/shopware/core/Content/ImportExport/Event/Subscriber/FileDeletedSubscriber.php';
  35644.         $a = ($this->services['messenger.default_bus'] ?? $this->getMessenger_DefaultBusService());
  35645.         if (isset($this->privates['Shopware\\Core\\Content\\ImportExport\\Event\\Subscriber\\FileDeletedSubscriber'])) {
  35646.             return $this->privates['Shopware\\Core\\Content\\ImportExport\\Event\\Subscriber\\FileDeletedSubscriber'];
  35647.         }
  35648.         return $this->privates['Shopware\\Core\\Content\\ImportExport\\Event\\Subscriber\\FileDeletedSubscriber'] = new \Shopware\Core\Content\ImportExport\Event\Subscriber\FileDeletedSubscriber($a);
  35649.     }
  35650.     /**
  35651.      * Gets the private 'Shopware\Core\Content\ImportExport\Event\Subscriber\ProductCategoryPathsSubscriber' shared service.
  35652.      *
  35653.      * @return \Shopware\Core\Content\ImportExport\Event\Subscriber\ProductCategoryPathsSubscriber
  35654.      */
  35655.     protected function getProductCategoryPathsSubscriberService()
  35656.     {
  35657.         include_once \dirname(__DIR__4).'/vendor/shopware/core/Content/ImportExport/Event/Subscriber/ProductCategoryPathsSubscriber.php';
  35658.         $a = ($this->services['category.repository'] ?? $this->getCategory_RepositoryService());
  35659.         if (isset($this->privates['Shopware\\Core\\Content\\ImportExport\\Event\\Subscriber\\ProductCategoryPathsSubscriber'])) {
  35660.             return $this->privates['Shopware\\Core\\Content\\ImportExport\\Event\\Subscriber\\ProductCategoryPathsSubscriber'];
  35661.         }
  35662.         $b = ($this->services['Shopware\\Core\\Framework\\Api\\Sync\\SyncService'] ?? $this->getSyncServiceService());
  35663.         if (isset($this->privates['Shopware\\Core\\Content\\ImportExport\\Event\\Subscriber\\ProductCategoryPathsSubscriber'])) {
  35664.             return $this->privates['Shopware\\Core\\Content\\ImportExport\\Event\\Subscriber\\ProductCategoryPathsSubscriber'];
  35665.         }
  35666.         return $this->privates['Shopware\\Core\\Content\\ImportExport\\Event\\Subscriber\\ProductCategoryPathsSubscriber'] = new \Shopware\Core\Content\ImportExport\Event\Subscriber\ProductCategoryPathsSubscriber($a$b);
  35667.     }
  35668.     /**
  35669.      * Gets the private 'Shopware\Core\Content\ImportExport\Event\Subscriber\ProductVariantsSubscriber' shared service.
  35670.      *
  35671.      * @return \Shopware\Core\Content\ImportExport\Event\Subscriber\ProductVariantsSubscriber
  35672.      */
  35673.     protected function getProductVariantsSubscriberService()
  35674.     {
  35675.         include_once \dirname(__DIR__4).'/vendor/shopware/core/Content/ImportExport/Event/Subscriber/ProductVariantsSubscriber.php';
  35676.         $a = ($this->services['Shopware\\Core\\Framework\\Api\\Sync\\SyncService'] ?? $this->getSyncServiceService());
  35677.         if (isset($this->privates['Shopware\\Core\\Content\\ImportExport\\Event\\Subscriber\\ProductVariantsSubscriber'])) {
  35678.             return $this->privates['Shopware\\Core\\Content\\ImportExport\\Event\\Subscriber\\ProductVariantsSubscriber'];
  35679.         }
  35680.         $b = ($this->services['property_group.repository'] ?? $this->getPropertyGroup_RepositoryService());
  35681.         if (isset($this->privates['Shopware\\Core\\Content\\ImportExport\\Event\\Subscriber\\ProductVariantsSubscriber'])) {
  35682.             return $this->privates['Shopware\\Core\\Content\\ImportExport\\Event\\Subscriber\\ProductVariantsSubscriber'];
  35683.         }
  35684.         $c = ($this->services['property_group_option.repository'] ?? $this->getPropertyGroupOption_RepositoryService());
  35685.         if (isset($this->privates['Shopware\\Core\\Content\\ImportExport\\Event\\Subscriber\\ProductVariantsSubscriber'])) {
  35686.             return $this->privates['Shopware\\Core\\Content\\ImportExport\\Event\\Subscriber\\ProductVariantsSubscriber'];
  35687.         }
  35688.         return $this->privates['Shopware\\Core\\Content\\ImportExport\\Event\\Subscriber\\ProductVariantsSubscriber'] = new \Shopware\Core\Content\ImportExport\Event\Subscriber\ProductVariantsSubscriber($a, ($this->services['Doctrine\\DBAL\\Connection'] ?? $this->getConnectionService()), $b$c);
  35689.     }
  35690.     /**
  35691.      * Gets the private 'Shopware\Core\Content\ImportExport\Message\DeleteFileHandler' shared service.
  35692.      *
  35693.      * @return \Shopware\Core\Content\ImportExport\Message\DeleteFileHandler
  35694.      */
  35695.     protected function getDeleteFileHandlerService()
  35696.     {
  35697.         include_once \dirname(__DIR__4).'/vendor/shopware/core/Content/ImportExport/Message/DeleteFileHandler.php';
  35698.         return $this->privates['Shopware\\Core\\Content\\ImportExport\\Message\\DeleteFileHandler'] = new \Shopware\Core\Content\ImportExport\Message\DeleteFileHandler(($this->services['shopware.filesystem.private'] ?? $this->getShopware_Filesystem_PrivateService()));
  35699.     }
  35700.     /**
  35701.      * Gets the private 'Shopware\Core\Content\ImportExport\Processing\Pipe\PipeFactory' shared service.
  35702.      *
  35703.      * @return \Shopware\Core\Content\ImportExport\Processing\Pipe\PipeFactory
  35704.      */
  35705.     protected function getPipeFactoryService()
  35706.     {
  35707.         include_once \dirname(__DIR__4).'/vendor/shopware/core/Content/ImportExport/Processing/Pipe/AbstractPipeFactory.php';
  35708.         include_once \dirname(__DIR__4).'/vendor/shopware/core/Content/ImportExport/Processing/Pipe/PipeFactory.php';
  35709.         include_once \dirname(__DIR__4).'/vendor/shopware/core/Content/ImportExport/DataAbstractionLayer/Serializer/SerializerRegistry.php';
  35710.         return $this->privates['Shopware\\Core\\Content\\ImportExport\\Processing\\Pipe\\PipeFactory'] = new \Shopware\Core\Content\ImportExport\Processing\Pipe\PipeFactory(($this->services['Shopware\\Core\\Framework\\DataAbstractionLayer\\DefinitionInstanceRegistry'] ?? $this->getDefinitionInstanceRegistryService()), new \Shopware\Core\Content\ImportExport\DataAbstractionLayer\Serializer\SerializerRegistry(new RewindableGenerator(function () {
  35711.             yield => ($this->privates['Shopware\\Core\\Content\\ImportExport\\DataAbstractionLayer\\Serializer\\Entity\\MediaSerializer'] ?? $this->getMediaSerializerService());
  35712.             yield => ($this->privates['Shopware\\Core\\Content\\ImportExport\\DataAbstractionLayer\\Serializer\\Entity\\SalutationSerializer'] ?? $this->getSalutationSerializerService());
  35713.             yield => ($this->privates['Shopware\\Core\\Content\\ImportExport\\DataAbstractionLayer\\Serializer\\Entity\\CountrySerializer'] ?? $this->getCountrySerializerService());
  35714.             yield => ($this->privates['Shopware\\Core\\Content\\ImportExport\\DataAbstractionLayer\\Serializer\\Entity\\LanguageSerializer'] ?? $this->getLanguageSerializerService());
  35715.             yield => ($this->privates['Shopware\\Core\\Content\\ImportExport\\DataAbstractionLayer\\Serializer\\Entity\\CustomerSerializer'] ?? $this->getCustomerSerializerService());
  35716.             yield => ($this->privates['Shopware\\Core\\Content\\ImportExport\\DataAbstractionLayer\\Serializer\\Entity\\PromotionIndividualCodeSerializer'] ?? $this->getPromotionIndividualCodeSerializerService());
  35717.             yield => ($this->privates['Shopware\\Core\\Content\\ImportExport\\DataAbstractionLayer\\Serializer\\Entity\\ProductSerializer'] ?? $this->getProductSerializerService());
  35718.             yield => ($this->privates['Shopware\\Core\\Content\\ImportExport\\DataAbstractionLayer\\Serializer\\Entity\\ProductCrossSellingSerializer'] ?? $this->getProductCrossSellingSerializerService());
  35719.             yield => ($this->privates['Shopware\\Core\\Content\\ImportExport\\DataAbstractionLayer\\Serializer\\Entity\\OrderSerializer'] ?? ($this->privates['Shopware\\Core\\Content\\ImportExport\\DataAbstractionLayer\\Serializer\\Entity\\OrderSerializer'] = new \Shopware\Core\Content\ImportExport\DataAbstractionLayer\Serializer\Entity\OrderSerializer()));
  35720.             yield => ($this->privates['Shopware\\Core\\Content\\ImportExport\\DataAbstractionLayer\\Serializer\\Entity\\EntitySerializer'] ?? ($this->privates['Shopware\\Core\\Content\\ImportExport\\DataAbstractionLayer\\Serializer\\Entity\\EntitySerializer'] = new \Shopware\Core\Content\ImportExport\DataAbstractionLayer\Serializer\Entity\EntitySerializer()));
  35721.         }, 10), new RewindableGenerator(function () {
  35722.             yield => ($this->privates['Shopware\\Core\\Content\\ImportExport\\DataAbstractionLayer\\Serializer\\Field\\ToOneSerializer'] ?? $this->getToOneSerializerService());
  35723.             yield => ($this->privates['Shopware\\Core\\Content\\ImportExport\\DataAbstractionLayer\\Serializer\\Field\\TranslationsSerializer'] ?? $this->getTranslationsSerializerService());
  35724.             yield => ($this->privates['Shopware\\Core\\Content\\ImportExport\\DataAbstractionLayer\\Serializer\\Field\\PriceSerializer'] ?? $this->getPriceSerializerService());
  35725.             yield => ($this->privates['Shopware\\Core\\Content\\ImportExport\\DataAbstractionLayer\\Serializer\\Field\\CustomFieldsSerializer'] ?? $this->getCustomFieldsSerializer2Service());
  35726.             yield => ($this->privates['Shopware\\Core\\Content\\ImportExport\\DataAbstractionLayer\\Serializer\\Field\\FieldSerializer'] ?? ($this->privates['Shopware\\Core\\Content\\ImportExport\\DataAbstractionLayer\\Serializer\\Field\\FieldSerializer'] = new \Shopware\Core\Content\ImportExport\DataAbstractionLayer\Serializer\Field\FieldSerializer()));
  35727.         }, 5)), ($this->privates['Shopware\\Core\\Content\\ImportExport\\DataAbstractionLayer\\Serializer\\PrimaryKeyResolver'] ?? $this->getPrimaryKeyResolverService()));
  35728.     }
  35729.     /**
  35730.      * Gets the private 'Shopware\Core\Content\ImportExport\Processing\Writer\CsvFileWriterFactory' shared service.
  35731.      *
  35732.      * @return \Shopware\Core\Content\ImportExport\Processing\Writer\CsvFileWriterFactory
  35733.      */
  35734.     protected function getCsvFileWriterFactoryService()
  35735.     {
  35736.         include_once \dirname(__DIR__4).'/vendor/shopware/core/Content/ImportExport/Processing/Writer/AbstractWriterFactory.php';
  35737.         include_once \dirname(__DIR__4).'/vendor/shopware/core/Content/ImportExport/Processing/Writer/CsvFileWriterFactory.php';
  35738.         return $this->privates['Shopware\\Core\\Content\\ImportExport\\Processing\\Writer\\CsvFileWriterFactory'] = new \Shopware\Core\Content\ImportExport\Processing\Writer\CsvFileWriterFactory(($this->services['shopware.filesystem.private'] ?? $this->getShopware_Filesystem_PrivateService()));
  35739.     }
  35740.     /**
  35741.      * Gets the private 'Shopware\Core\Content\ImportExport\ScheduledTask\CleanupImportExportFileTaskHandler' shared service.
  35742.      *
  35743.      * @return \Shopware\Core\Content\ImportExport\ScheduledTask\CleanupImportExportFileTaskHandler
  35744.      */
  35745.     protected function getCleanupImportExportFileTaskHandlerService()
  35746.     {
  35747.         include_once \dirname(__DIR__4).'/vendor/shopware/core/Content/ImportExport/ScheduledTask/CleanupImportExportFileTaskHandler.php';
  35748.         $a = ($this->services['scheduled_task.repository'] ?? $this->getScheduledTask_RepositoryService());
  35749.         if (isset($this->privates['Shopware\\Core\\Content\\ImportExport\\ScheduledTask\\CleanupImportExportFileTaskHandler'])) {
  35750.             return $this->privates['Shopware\\Core\\Content\\ImportExport\\ScheduledTask\\CleanupImportExportFileTaskHandler'];
  35751.         }
  35752.         $b = ($this->privates['Shopware\\Core\\Content\\ImportExport\\Service\\DeleteExpiredFilesService'] ?? $this->getDeleteExpiredFilesServiceService());
  35753.         if (isset($this->privates['Shopware\\Core\\Content\\ImportExport\\ScheduledTask\\CleanupImportExportFileTaskHandler'])) {
  35754.             return $this->privates['Shopware\\Core\\Content\\ImportExport\\ScheduledTask\\CleanupImportExportFileTaskHandler'];
  35755.         }
  35756.         return $this->privates['Shopware\\Core\\Content\\ImportExport\\ScheduledTask\\CleanupImportExportFileTaskHandler'] = new \Shopware\Core\Content\ImportExport\ScheduledTask\CleanupImportExportFileTaskHandler($a$b);
  35757.     }
  35758.     /**
  35759.      * Gets the private 'Shopware\Core\Content\ImportExport\Service\DeleteExpiredFilesService' shared service.
  35760.      *
  35761.      * @return \Shopware\Core\Content\ImportExport\Service\DeleteExpiredFilesService
  35762.      */
  35763.     protected function getDeleteExpiredFilesServiceService()
  35764.     {
  35765.         include_once \dirname(__DIR__4).'/vendor/shopware/core/Content/ImportExport/Service/DeleteExpiredFilesService.php';
  35766.         $a = ($this->services['import_export_file.repository'] ?? $this->getImportExportFile_RepositoryService());
  35767.         if (isset($this->privates['Shopware\\Core\\Content\\ImportExport\\Service\\DeleteExpiredFilesService'])) {
  35768.             return $this->privates['Shopware\\Core\\Content\\ImportExport\\Service\\DeleteExpiredFilesService'];
  35769.         }
  35770.         return $this->privates['Shopware\\Core\\Content\\ImportExport\\Service\\DeleteExpiredFilesService'] = new \Shopware\Core\Content\ImportExport\Service\DeleteExpiredFilesService($a);
  35771.     }
  35772.     /**
  35773.      * Gets the private 'Shopware\Core\Content\ImportExport\Service\FileService' shared service.
  35774.      *
  35775.      * @return \Shopware\Core\Content\ImportExport\Service\FileService
  35776.      */
  35777.     protected function getFileServiceService()
  35778.     {
  35779.         include_once \dirname(__DIR__4).'/vendor/shopware/core/Content/ImportExport/Service/AbstractFileService.php';
  35780.         include_once \dirname(__DIR__4).'/vendor/shopware/core/Content/ImportExport/Service/FileService.php';
  35781.         $a = ($this->services['import_export_file.repository'] ?? $this->getImportExportFile_RepositoryService());
  35782.         if (isset($this->privates['Shopware\\Core\\Content\\ImportExport\\Service\\FileService'])) {
  35783.             return $this->privates['Shopware\\Core\\Content\\ImportExport\\Service\\FileService'];
  35784.         }
  35785.         return $this->privates['Shopware\\Core\\Content\\ImportExport\\Service\\FileService'] = new \Shopware\Core\Content\ImportExport\Service\FileService(($this->services['shopware.filesystem.private'] ?? $this->getShopware_Filesystem_PrivateService()), $a);
  35786.     }
  35787.     /**
  35788.      * Gets the private 'Shopware\Core\Content\ImportExport\Service\ImportExportService' shared service.
  35789.      *
  35790.      * @return \Shopware\Core\Content\ImportExport\Service\ImportExportService
  35791.      */
  35792.     protected function getImportExportServiceService()
  35793.     {
  35794.         include_once \dirname(__DIR__4).'/vendor/shopware/core/Content/ImportExport/Service/ImportExportService.php';
  35795.         $a = ($this->services['import_export_log.repository'] ?? $this->getImportExportLog_RepositoryService());
  35796.         if (isset($this->privates['Shopware\\Core\\Content\\ImportExport\\Service\\ImportExportService'])) {
  35797.             return $this->privates['Shopware\\Core\\Content\\ImportExport\\Service\\ImportExportService'];
  35798.         }
  35799.         $b = ($this->services['user.repository'] ?? $this->getUser_RepositoryService());
  35800.         if (isset($this->privates['Shopware\\Core\\Content\\ImportExport\\Service\\ImportExportService'])) {
  35801.             return $this->privates['Shopware\\Core\\Content\\ImportExport\\Service\\ImportExportService'];
  35802.         }
  35803.         $c = ($this->services['import_export_profile.repository'] ?? $this->getImportExportProfile_RepositoryService());
  35804.         if (isset($this->privates['Shopware\\Core\\Content\\ImportExport\\Service\\ImportExportService'])) {
  35805.             return $this->privates['Shopware\\Core\\Content\\ImportExport\\Service\\ImportExportService'];
  35806.         }
  35807.         $d = ($this->privates['Shopware\\Core\\Content\\ImportExport\\Service\\FileService'] ?? $this->getFileServiceService());
  35808.         if (isset($this->privates['Shopware\\Core\\Content\\ImportExport\\Service\\ImportExportService'])) {
  35809.             return $this->privates['Shopware\\Core\\Content\\ImportExport\\Service\\ImportExportService'];
  35810.         }
  35811.         return $this->privates['Shopware\\Core\\Content\\ImportExport\\Service\\ImportExportService'] = new \Shopware\Core\Content\ImportExport\Service\ImportExportService($a$b$c$d);
  35812.     }
  35813.     /**
  35814.      * Gets the private 'Shopware\Core\Content\LandingPage\DataAbstractionLayer\LandingPageIndexer' shared service.
  35815.      *
  35816.      * @return \Shopware\Core\Content\LandingPage\DataAbstractionLayer\LandingPageIndexer
  35817.      */
  35818.     protected function getLandingPageIndexerService()
  35819.     {
  35820.         include_once \dirname(__DIR__4).'/vendor/shopware/core/Framework/DataAbstractionLayer/Indexing/EntityIndexer.php';
  35821.         include_once \dirname(__DIR__4).'/vendor/shopware/core/Content/LandingPage/DataAbstractionLayer/LandingPageIndexer.php';
  35822.         $a = ($this->services['landing_page.repository'] ?? $this->getLandingPage_RepositoryService());
  35823.         if (isset($this->privates['Shopware\\Core\\Content\\LandingPage\\DataAbstractionLayer\\LandingPageIndexer'])) {
  35824.             return $this->privates['Shopware\\Core\\Content\\LandingPage\\DataAbstractionLayer\\LandingPageIndexer'];
  35825.         }
  35826.         $b = ($this->services['event_dispatcher'] ?? $this->getEventDispatcherService());
  35827.         if (isset($this->privates['Shopware\\Core\\Content\\LandingPage\\DataAbstractionLayer\\LandingPageIndexer'])) {
  35828.             return $this->privates['Shopware\\Core\\Content\\LandingPage\\DataAbstractionLayer\\LandingPageIndexer'];
  35829.         }
  35830.         return $this->privates['Shopware\\Core\\Content\\LandingPage\\DataAbstractionLayer\\LandingPageIndexer'] = new \Shopware\Core\Content\LandingPage\DataAbstractionLayer\LandingPageIndexer(($this->privates['Shopware\\Core\\Framework\\DataAbstractionLayer\\Dbal\\Common\\IteratorFactory'] ?? $this->getIteratorFactory2Service()), $a, ($this->privates['Shopware\\Core\\Framework\\DataAbstractionLayer\\Indexing\\ManyToManyIdFieldUpdater'] ?? $this->getManyToManyIdFieldUpdaterService()), $b);
  35831.     }
  35832.     /**
  35833.      * Gets the private 'Shopware\Core\Content\LandingPage\LandingPageValidator' shared service.
  35834.      *
  35835.      * @return \Shopware\Core\Content\LandingPage\LandingPageValidator
  35836.      */
  35837.     protected function getLandingPageValidatorService()
  35838.     {
  35839.         include_once \dirname(__DIR__4).'/vendor/shopware/core/Content/LandingPage/LandingPageValidator.php';
  35840.         $a = ($this->services['.container.private.validator'] ?? $this->get_Container_Private_ValidatorService());
  35841.         if (isset($this->privates['Shopware\\Core\\Content\\LandingPage\\LandingPageValidator'])) {
  35842.             return $this->privates['Shopware\\Core\\Content\\LandingPage\\LandingPageValidator'];
  35843.         }
  35844.         return $this->privates['Shopware\\Core\\Content\\LandingPage\\LandingPageValidator'] = new \Shopware\Core\Content\LandingPage\LandingPageValidator($a);
  35845.     }
  35846.     /**
  35847.      * Gets the private 'Shopware\Core\Content\MailTemplate\Subscriber\MailSendSubscriber' shared service.
  35848.      *
  35849.      * @return \Shopware\Core\Content\MailTemplate\Subscriber\MailSendSubscriber
  35850.      */
  35851.     protected function getMailSendSubscriberService()
  35852.     {
  35853.         include_once \dirname(__DIR__4).'/vendor/shopware/core/Content/MailTemplate/Subscriber/MailSendSubscriber.php';
  35854.         $a = ($this->privates['Shopware\\Core\\Content\\Mail\\Service\\MailService'] ?? $this->getMailServiceService());
  35855.         if (isset($this->privates['Shopware\\Core\\Content\\MailTemplate\\Subscriber\\MailSendSubscriber'])) {
  35856.             return $this->privates['Shopware\\Core\\Content\\MailTemplate\\Subscriber\\MailSendSubscriber'];
  35857.         }
  35858.         $b = ($this->services['mail_template.repository'] ?? $this->getMailTemplate_RepositoryService());
  35859.         if (isset($this->privates['Shopware\\Core\\Content\\MailTemplate\\Subscriber\\MailSendSubscriber'])) {
  35860.             return $this->privates['Shopware\\Core\\Content\\MailTemplate\\Subscriber\\MailSendSubscriber'];
  35861.         }
  35862.         $c = ($this->privates['Shopware\\Core\\Content\\Media\\MediaService'] ?? $this->getMediaServiceService());
  35863.         if (isset($this->privates['Shopware\\Core\\Content\\MailTemplate\\Subscriber\\MailSendSubscriber'])) {
  35864.             return $this->privates['Shopware\\Core\\Content\\MailTemplate\\Subscriber\\MailSendSubscriber'];
  35865.         }
  35866.         $d = ($this->services['media.repository'] ?? $this->getMedia_RepositoryService());
  35867.         if (isset($this->privates['Shopware\\Core\\Content\\MailTemplate\\Subscriber\\MailSendSubscriber'])) {
  35868.             return $this->privates['Shopware\\Core\\Content\\MailTemplate\\Subscriber\\MailSendSubscriber'];
  35869.         }
  35870.         $e = ($this->services['document.repository'] ?? $this->getDocument_RepositoryService());
  35871.         if (isset($this->privates['Shopware\\Core\\Content\\MailTemplate\\Subscriber\\MailSendSubscriber'])) {
  35872.             return $this->privates['Shopware\\Core\\Content\\MailTemplate\\Subscriber\\MailSendSubscriber'];
  35873.         }
  35874.         $f = ($this->privates['Shopware\\Core\\Checkout\\Document\\DocumentService'] ?? $this->getDocumentServiceService());
  35875.         if (isset($this->privates['Shopware\\Core\\Content\\MailTemplate\\Subscriber\\MailSendSubscriber'])) {
  35876.             return $this->privates['Shopware\\Core\\Content\\MailTemplate\\Subscriber\\MailSendSubscriber'];
  35877.         }
  35878.         $g = ($this->services['event_dispatcher'] ?? $this->getEventDispatcherService());
  35879.         if (isset($this->privates['Shopware\\Core\\Content\\MailTemplate\\Subscriber\\MailSendSubscriber'])) {
  35880.             return $this->privates['Shopware\\Core\\Content\\MailTemplate\\Subscriber\\MailSendSubscriber'];
  35881.         }
  35882.         $h = ($this->services['mail_template_type.repository'] ?? $this->getMailTemplateType_RepositoryService());
  35883.         if (isset($this->privates['Shopware\\Core\\Content\\MailTemplate\\Subscriber\\MailSendSubscriber'])) {
  35884.             return $this->privates['Shopware\\Core\\Content\\MailTemplate\\Subscriber\\MailSendSubscriber'];
  35885.         }
  35886.         $i = ($this->privates['Shopware\\Core\\Framework\\Adapter\\Translation\\Translator'] ?? $this->getTranslator2Service());
  35887.         if (isset($this->privates['Shopware\\Core\\Content\\MailTemplate\\Subscriber\\MailSendSubscriber'])) {
  35888.             return $this->privates['Shopware\\Core\\Content\\MailTemplate\\Subscriber\\MailSendSubscriber'];
  35889.         }
  35890.         return $this->privates['Shopware\\Core\\Content\\MailTemplate\\Subscriber\\MailSendSubscriber'] = new \Shopware\Core\Content\MailTemplate\Subscriber\MailSendSubscriber($a$b$c$d$e$f, ($this->services['logger'] ?? $this->getLoggerService()), $g$h$i, ($this->privates['Shopware\\Core\\System\\Locale\\LanguageLocaleCodeProvider'] ?? $this->getLanguageLocaleCodeProviderService()));
  35891.     }
  35892.     /**
  35893.      * Gets the private 'Shopware\Core\Content\Mail\Service\MailService' shared service.
  35894.      *
  35895.      * @return \Shopware\Core\Content\Mail\Service\MailService
  35896.      */
  35897.     protected function getMailServiceService()
  35898.     {
  35899.         include_once \dirname(__DIR__4).'/vendor/shopware/core/Content/Mail/Service/AbstractMailService.php';
  35900.         include_once \dirname(__DIR__4).'/vendor/shopware/core/Content/Mail/Service/MailService.php';
  35901.         $a = ($this->privates['Shopware\\Core\\Framework\\Validation\\DataValidator'] ?? $this->getDataValidatorService());
  35902.         if (isset($this->privates['Shopware\\Core\\Content\\Mail\\Service\\MailService'])) {
  35903.             return $this->privates['Shopware\\Core\\Content\\Mail\\Service\\MailService'];
  35904.         }
  35905.         $b = ($this->privates['Shopware\\Core\\Framework\\Adapter\\Twig\\StringTemplateRenderer'] ?? $this->getStringTemplateRendererService());
  35906.         if (isset($this->privates['Shopware\\Core\\Content\\Mail\\Service\\MailService'])) {
  35907.             return $this->privates['Shopware\\Core\\Content\\Mail\\Service\\MailService'];
  35908.         }
  35909.         $c = ($this->services['Shopware\\Core\\Content\\Mail\\Service\\MailFactory'] ?? $this->getMailFactoryService());
  35910.         if (isset($this->privates['Shopware\\Core\\Content\\Mail\\Service\\MailService'])) {
  35911.             return $this->privates['Shopware\\Core\\Content\\Mail\\Service\\MailService'];
  35912.         }
  35913.         $d = ($this->services['Shopware\\Core\\Content\\Mail\\Service\\MailSender'] ?? $this->getMailSenderService());
  35914.         if (isset($this->privates['Shopware\\Core\\Content\\Mail\\Service\\MailService'])) {
  35915.             return $this->privates['Shopware\\Core\\Content\\Mail\\Service\\MailService'];
  35916.         }
  35917.         $e = ($this->privates['Shopware\\Core\\Content\\Media\\DataAbstractionLayer\\MediaRepositoryDecorator'] ?? $this->getMediaRepositoryDecoratorService());
  35918.         if (isset($this->privates['Shopware\\Core\\Content\\Mail\\Service\\MailService'])) {
  35919.             return $this->privates['Shopware\\Core\\Content\\Mail\\Service\\MailService'];
  35920.         }
  35921.         $f = ($this->services['sales_channel.repository'] ?? $this->getSalesChannel_RepositoryService());
  35922.         if (isset($this->privates['Shopware\\Core\\Content\\Mail\\Service\\MailService'])) {
  35923.             return $this->privates['Shopware\\Core\\Content\\Mail\\Service\\MailService'];
  35924.         }
  35925.         $g = ($this->services['Shopware\\Core\\System\\SystemConfig\\SystemConfigService'] ?? $this->getSystemConfigServiceService());
  35926.         if (isset($this->privates['Shopware\\Core\\Content\\Mail\\Service\\MailService'])) {
  35927.             return $this->privates['Shopware\\Core\\Content\\Mail\\Service\\MailService'];
  35928.         }
  35929.         $h = ($this->services['event_dispatcher'] ?? $this->getEventDispatcherService());
  35930.         if (isset($this->privates['Shopware\\Core\\Content\\Mail\\Service\\MailService'])) {
  35931.             return $this->privates['Shopware\\Core\\Content\\Mail\\Service\\MailService'];
  35932.         }
  35933.         return $this->privates['Shopware\\Core\\Content\\Mail\\Service\\MailService'] = new \Shopware\Core\Content\Mail\Service\MailService($a$b$c$d$e, ($this->services['Shopware\\Core\\System\\SalesChannel\\SalesChannelDefinition'] ?? $this->getSalesChannelDefinitionService()), $f$g$h, ($this->privates['Shopware\\Core\\Content\\Media\\Pathname\\UrlGeneratorInterface'] ?? $this->getUrlGeneratorInterfaceService()), ($this->services['logger'] ?? $this->getLoggerService()));
  35934.     }
  35935.     /**
  35936.      * Gets the private 'Shopware\Core\Content\Media\Cms\ImageCmsElementResolver' shared service.
  35937.      *
  35938.      * @return \Shopware\Core\Content\Media\Cms\ImageCmsElementResolver
  35939.      */
  35940.     protected function getImageCmsElementResolverService()
  35941.     {
  35942.         include_once \dirname(__DIR__4).'/vendor/shopware/core/Content/Cms/DataResolver/Element/CmsElementResolverInterface.php';
  35943.         include_once \dirname(__DIR__4).'/vendor/shopware/core/Content/Cms/DataResolver/Element/AbstractCmsElementResolver.php';
  35944.         include_once \dirname(__DIR__4).'/vendor/shopware/core/Content/Media/Cms/ImageCmsElementResolver.php';
  35945.         $a = ($this->privates['Shopware\\Storefront\\Page\\Cms\\DefaultMediaResolver'] ?? $this->getDefaultMediaResolverService());
  35946.         if (isset($this->privates['Shopware\\Core\\Content\\Media\\Cms\\ImageCmsElementResolver'])) {
  35947.             return $this->privates['Shopware\\Core\\Content\\Media\\Cms\\ImageCmsElementResolver'];
  35948.         }
  35949.         return $this->privates['Shopware\\Core\\Content\\Media\\Cms\\ImageCmsElementResolver'] = new \Shopware\Core\Content\Media\Cms\ImageCmsElementResolver($a);
  35950.     }
  35951.     /**
  35952.      * Gets the private 'Shopware\Core\Content\Media\Cms\Type\ImageGalleryTypeDataResolver' shared service.
  35953.      *
  35954.      * @return \Shopware\Core\Content\Media\Cms\Type\ImageGalleryTypeDataResolver
  35955.      */
  35956.     protected function getImageGalleryTypeDataResolverService()
  35957.     {
  35958.         include_once \dirname(__DIR__4).'/vendor/shopware/core/Content/Cms/DataResolver/Element/CmsElementResolverInterface.php';
  35959.         include_once \dirname(__DIR__4).'/vendor/shopware/core/Content/Cms/DataResolver/Element/AbstractCmsElementResolver.php';
  35960.         include_once \dirname(__DIR__4).'/vendor/shopware/core/Content/Media/Cms/Type/ImageSliderTypeDataResolver.php';
  35961.         include_once \dirname(__DIR__4).'/vendor/shopware/core/Content/Media/Cms/Type/ImageGalleryTypeDataResolver.php';
  35962.         return $this->privates['Shopware\\Core\\Content\\Media\\Cms\\Type\\ImageGalleryTypeDataResolver'] = new \Shopware\Core\Content\Media\Cms\Type\ImageGalleryTypeDataResolver(($this->privates['Shopware\\Storefront\\Page\\Cms\\DefaultMediaResolver'] ?? $this->getDefaultMediaResolverService()));
  35963.     }
  35964.     /**
  35965.      * Gets the private 'Shopware\Core\Content\Media\Cms\Type\ImageSliderTypeDataResolver' shared service.
  35966.      *
  35967.      * @return \Shopware\Core\Content\Media\Cms\Type\ImageSliderTypeDataResolver
  35968.      */
  35969.     protected function getImageSliderTypeDataResolverService()
  35970.     {
  35971.         include_once \dirname(__DIR__4).'/vendor/shopware/core/Content/Cms/DataResolver/Element/CmsElementResolverInterface.php';
  35972.         include_once \dirname(__DIR__4).'/vendor/shopware/core/Content/Cms/DataResolver/Element/AbstractCmsElementResolver.php';
  35973.         include_once \dirname(__DIR__4).'/vendor/shopware/core/Content/Media/Cms/Type/ImageSliderTypeDataResolver.php';
  35974.         return $this->privates['Shopware\\Core\\Content\\Media\\Cms\\Type\\ImageSliderTypeDataResolver'] = new \Shopware\Core\Content\Media\Cms\Type\ImageSliderTypeDataResolver(($this->privates['Shopware\\Storefront\\Page\\Cms\\DefaultMediaResolver'] ?? $this->getDefaultMediaResolverService()));
  35975.     }
  35976.     /**
  35977.      * Gets the private 'Shopware\Core\Content\Media\Commands\DeleteNotUsedMediaCommand' shared service.
  35978.      *
  35979.      * @return \Shopware\Core\Content\Media\Commands\DeleteNotUsedMediaCommand
  35980.      */
  35981.     protected function getDeleteNotUsedMediaCommandService()
  35982.     {
  35983.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/Command.php';
  35984.         include_once \dirname(__DIR__4).'/vendor/shopware/core/Content/Media/Commands/DeleteNotUsedMediaCommand.php';
  35985.         $this->privates['Shopware\\Core\\Content\\Media\\Commands\\DeleteNotUsedMediaCommand'] = $instance = new \Shopware\Core\Content\Media\Commands\DeleteNotUsedMediaCommand(($this->privates['Shopware\\Core\\Content\\Media\\DeleteNotUsedMediaService'] ?? $this->getDeleteNotUsedMediaServiceService()));
  35986.         $instance->setName('media:delete-unused');
  35987.         return $instance;
  35988.     }
  35989.     /**
  35990.      * Gets the private 'Shopware\Core\Content\Media\Commands\GenerateMediaTypesCommand' shared service.
  35991.      *
  35992.      * @return \Shopware\Core\Content\Media\Commands\GenerateMediaTypesCommand
  35993.      */
  35994.     protected function getGenerateMediaTypesCommandService()
  35995.     {
  35996.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/Command.php';
  35997.         include_once \dirname(__DIR__4).'/vendor/shopware/core/Content/Media/Commands/GenerateMediaTypesCommand.php';
  35998.         $this->privates['Shopware\\Core\\Content\\Media\\Commands\\GenerateMediaTypesCommand'] = $instance = new \Shopware\Core\Content\Media\Commands\GenerateMediaTypesCommand(($this->privates['Shopware\\Core\\Content\\Media\\TypeDetector\\TypeDetector'] ?? $this->getTypeDetectorService()), ($this->services['media.repository'] ?? $this->getMedia_RepositoryService()));
  35999.         $instance->setName('media:generate-media-types');
  36000.         return $instance;
  36001.     }
  36002.     /**
  36003.      * Gets the private 'Shopware\Core\Content\Media\Commands\GenerateThumbnailsCommand' shared service.
  36004.      *
  36005.      * @return \Shopware\Core\Content\Media\Commands\GenerateThumbnailsCommand
  36006.      */
  36007.     protected function getGenerateThumbnailsCommandService()
  36008.     {
  36009.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/Command.php';
  36010.         include_once \dirname(__DIR__4).'/vendor/shopware/core/Content/Media/Commands/GenerateThumbnailsCommand.php';
  36011.         $this->privates['Shopware\\Core\\Content\\Media\\Commands\\GenerateThumbnailsCommand'] = $instance = new \Shopware\Core\Content\Media\Commands\GenerateThumbnailsCommand(($this->privates['Shopware\\Core\\Content\\Media\\Thumbnail\\ThumbnailService'] ?? $this->getThumbnailServiceService()), ($this->services['media.repository'] ?? $this->getMedia_RepositoryService()), ($this->services['media_folder.repository'] ?? $this->getMediaFolder_RepositoryService()), ($this->services['messenger.default_bus'] ?? $this->getMessenger_DefaultBusService()));
  36012.         $instance->setName('media:generate-thumbnails');
  36013.         return $instance;
  36014.     }
  36015.     /**
  36016.      * Gets the private 'Shopware\Core\Content\Media\DataAbstractionLayer\MediaFolderConfigurationIndexer' shared service.
  36017.      *
  36018.      * @return \Shopware\Core\Content\Media\DataAbstractionLayer\MediaFolderConfigurationIndexer
  36019.      */
  36020.     protected function getMediaFolderConfigurationIndexerService()
  36021.     {
  36022.         include_once \dirname(__DIR__4).'/vendor/shopware/core/Framework/DataAbstractionLayer/Indexing/EntityIndexer.php';
  36023.         include_once \dirname(__DIR__4).'/vendor/shopware/core/Content/Media/DataAbstractionLayer/MediaFolderConfigurationIndexer.php';
  36024.         $a = ($this->services['media_folder_configuration.repository'] ?? $this->getMediaFolderConfiguration_RepositoryService());
  36025.         if (isset($this->privates['Shopware\\Core\\Content\\Media\\DataAbstractionLayer\\MediaFolderConfigurationIndexer'])) {
  36026.             return $this->privates['Shopware\\Core\\Content\\Media\\DataAbstractionLayer\\MediaFolderConfigurationIndexer'];
  36027.         }
  36028.         $b = ($this->services['event_dispatcher'] ?? $this->getEventDispatcherService());
  36029.         if (isset($this->privates['Shopware\\Core\\Content\\Media\\DataAbstractionLayer\\MediaFolderConfigurationIndexer'])) {
  36030.             return $this->privates['Shopware\\Core\\Content\\Media\\DataAbstractionLayer\\MediaFolderConfigurationIndexer'];
  36031.         }
  36032.         return $this->privates['Shopware\\Core\\Content\\Media\\DataAbstractionLayer\\MediaFolderConfigurationIndexer'] = new \Shopware\Core\Content\Media\DataAbstractionLayer\MediaFolderConfigurationIndexer(($this->privates['Shopware\\Core\\Framework\\DataAbstractionLayer\\Dbal\\Common\\IteratorFactory'] ?? $this->getIteratorFactory2Service()), $a, ($this->services['Doctrine\\DBAL\\Connection'] ?? $this->getConnectionService()), $b);
  36033.     }
  36034.     /**
  36035.      * Gets the private 'Shopware\Core\Content\Media\DataAbstractionLayer\MediaFolderIndexer' shared service.
  36036.      *
  36037.      * @return \Shopware\Core\Content\Media\DataAbstractionLayer\MediaFolderIndexer
  36038.      */
  36039.     protected function getMediaFolderIndexerService()
  36040.     {
  36041.         include_once \dirname(__DIR__4).'/vendor/shopware/core/Framework/DataAbstractionLayer/Indexing/EntityIndexer.php';
  36042.         include_once \dirname(__DIR__4).'/vendor/shopware/core/Content/Media/DataAbstractionLayer/MediaFolderIndexer.php';
  36043.         $a = ($this->services['media_folder.repository'] ?? $this->getMediaFolder_RepositoryService());
  36044.         if (isset($this->privates['Shopware\\Core\\Content\\Media\\DataAbstractionLayer\\MediaFolderIndexer'])) {
  36045.             return $this->privates['Shopware\\Core\\Content\\Media\\DataAbstractionLayer\\MediaFolderIndexer'];
  36046.         }
  36047.         $b = ($this->services['event_dispatcher'] ?? $this->getEventDispatcherService());
  36048.         if (isset($this->privates['Shopware\\Core\\Content\\Media\\DataAbstractionLayer\\MediaFolderIndexer'])) {
  36049.             return $this->privates['Shopware\\Core\\Content\\Media\\DataAbstractionLayer\\MediaFolderIndexer'];
  36050.         }
  36051.         return $this->privates['Shopware\\Core\\Content\\Media\\DataAbstractionLayer\\MediaFolderIndexer'] = new \Shopware\Core\Content\Media\DataAbstractionLayer\MediaFolderIndexer(($this->privates['Shopware\\Core\\Framework\\DataAbstractionLayer\\Dbal\\Common\\IteratorFactory'] ?? $this->getIteratorFactory2Service()), $a, ($this->services['Doctrine\\DBAL\\Connection'] ?? $this->getConnectionService()), $b, ($this->privates['Shopware\\Core\\Framework\\DataAbstractionLayer\\Indexing\\ChildCountUpdater'] ?? $this->getChildCountUpdaterService()), ($this->privates['Shopware\\Core\\Framework\\DataAbstractionLayer\\Indexing\\TreeUpdater'] ?? $this->getTreeUpdaterService()));
  36052.     }
  36053.     /**
  36054.      * Gets the private 'Shopware\Core\Content\Media\DataAbstractionLayer\MediaIndexer' shared service.
  36055.      *
  36056.      * @return \Shopware\Core\Content\Media\DataAbstractionLayer\MediaIndexer
  36057.      */
  36058.     protected function getMediaIndexerService()
  36059.     {
  36060.         include_once \dirname(__DIR__4).'/vendor/shopware/core/Framework/DataAbstractionLayer/Indexing/EntityIndexer.php';
  36061.         include_once \dirname(__DIR__4).'/vendor/shopware/core/Content/Media/DataAbstractionLayer/MediaIndexer.php';
  36062.         $a = ($this->services['media.repository'] ?? $this->getMedia_RepositoryService());
  36063.         if (isset($this->privates['Shopware\\Core\\Content\\Media\\DataAbstractionLayer\\MediaIndexer'])) {
  36064.             return $this->privates['Shopware\\Core\\Content\\Media\\DataAbstractionLayer\\MediaIndexer'];
  36065.         }
  36066.         $b = ($this->services['media_thumbnail.repository'] ?? $this->getMediaThumbnail_RepositoryService());
  36067.         if (isset($this->privates['Shopware\\Core\\Content\\Media\\DataAbstractionLayer\\MediaIndexer'])) {
  36068.             return $this->privates['Shopware\\Core\\Content\\Media\\DataAbstractionLayer\\MediaIndexer'];
  36069.         }
  36070.         $c = ($this->services['event_dispatcher'] ?? $this->getEventDispatcherService());
  36071.         if (isset($this->privates['Shopware\\Core\\Content\\Media\\DataAbstractionLayer\\MediaIndexer'])) {
  36072.             return $this->privates['Shopware\\Core\\Content\\Media\\DataAbstractionLayer\\MediaIndexer'];
  36073.         }
  36074.         return $this->privates['Shopware\\Core\\Content\\Media\\DataAbstractionLayer\\MediaIndexer'] = new \Shopware\Core\Content\Media\DataAbstractionLayer\MediaIndexer(($this->privates['Shopware\\Core\\Framework\\DataAbstractionLayer\\Dbal\\Common\\IteratorFactory'] ?? $this->getIteratorFactory2Service()), $a$b, ($this->services['Doctrine\\DBAL\\Connection'] ?? $this->getConnectionService()), $c);
  36075.     }
  36076.     /**
  36077.      * Gets the private 'Shopware\Core\Content\Media\DataAbstractionLayer\MediaRepositoryDecorator' shared service.
  36078.      *
  36079.      * @return \Shopware\Core\Content\Media\DataAbstractionLayer\MediaRepositoryDecorator
  36080.      */
  36081.     protected function getMediaRepositoryDecoratorService()
  36082.     {
  36083.         $a = ($this->services['Shopware\\Core\\Framework\\DataAbstractionLayer\\VersionManager'] ?? $this->getVersionManagerService());
  36084.         if (isset($this->privates['Shopware\\Core\\Content\\Media\\DataAbstractionLayer\\MediaRepositoryDecorator'])) {
  36085.             return $this->privates['Shopware\\Core\\Content\\Media\\DataAbstractionLayer\\MediaRepositoryDecorator'];
  36086.         }
  36087.         $b = ($this->services['Shopware\\Core\\Framework\\DataAbstractionLayer\\Search\\EntitySearcherInterface'] ?? $this->getEntitySearcherInterfaceService());
  36088.         if (isset($this->privates['Shopware\\Core\\Content\\Media\\DataAbstractionLayer\\MediaRepositoryDecorator'])) {
  36089.             return $this->privates['Shopware\\Core\\Content\\Media\\DataAbstractionLayer\\MediaRepositoryDecorator'];
  36090.         }
  36091.         $c = ($this->services['Shopware\\Core\\Framework\\DataAbstractionLayer\\Search\\EntityAggregatorInterface'] ?? $this->getEntityAggregatorInterfaceService());
  36092.         if (isset($this->privates['Shopware\\Core\\Content\\Media\\DataAbstractionLayer\\MediaRepositoryDecorator'])) {
  36093.             return $this->privates['Shopware\\Core\\Content\\Media\\DataAbstractionLayer\\MediaRepositoryDecorator'];
  36094.         }
  36095.         $d = ($this->services['event_dispatcher'] ?? $this->getEventDispatcherService());
  36096.         if (isset($this->privates['Shopware\\Core\\Content\\Media\\DataAbstractionLayer\\MediaRepositoryDecorator'])) {
  36097.             return $this->privates['Shopware\\Core\\Content\\Media\\DataAbstractionLayer\\MediaRepositoryDecorator'];
  36098.         }
  36099.         return $this->privates['Shopware\\Core\\Content\\Media\\DataAbstractionLayer\\MediaRepositoryDecorator'] = new \Shopware\Core\Content\Media\DataAbstractionLayer\MediaRepositoryDecorator(new \Shopware\Core\Framework\DataAbstractionLayer\EntityRepository(($this->services['Shopware\\Core\\Content\\Media\\MediaDefinition'] ?? $this->getMediaDefinitionService()), ($this->services['Shopware\\Core\\Framework\\DataAbstractionLayer\\Read\\EntityReaderInterface'] ?? $this->getEntityReaderInterfaceService()), $a$b$c$d, ($this->services['Shopware\\Core\\Framework\\DataAbstractionLayer\\Event\\EntityLoadedEventFactory'] ?? $this->getEntityLoadedEventFactoryService())));
  36100.     }
  36101.     /**
  36102.      * Gets the private 'Shopware\Core\Content\Media\DataAbstractionLayer\MediaThumbnailRepositoryDecorator' shared service.
  36103.      *
  36104.      * @return \Shopware\Core\Content\Media\DataAbstractionLayer\MediaThumbnailRepositoryDecorator
  36105.      */
  36106.     protected function getMediaThumbnailRepositoryDecoratorService()
  36107.     {
  36108.         include_once \dirname(__DIR__4).'/vendor/shopware/core/Content/Media/DataAbstractionLayer/MediaThumbnailRepositoryDecorator.php';
  36109.         $a = ($this->services['Shopware\\Core\\Framework\\DataAbstractionLayer\\VersionManager'] ?? $this->getVersionManagerService());
  36110.         if (isset($this->privates['Shopware\\Core\\Content\\Media\\DataAbstractionLayer\\MediaThumbnailRepositoryDecorator'])) {
  36111.             return $this->privates['Shopware\\Core\\Content\\Media\\DataAbstractionLayer\\MediaThumbnailRepositoryDecorator'];
  36112.         }
  36113.         $b = ($this->services['Shopware\\Core\\Framework\\DataAbstractionLayer\\Search\\EntitySearcherInterface'] ?? $this->getEntitySearcherInterfaceService());
  36114.         if (isset($this->privates['Shopware\\Core\\Content\\Media\\DataAbstractionLayer\\MediaThumbnailRepositoryDecorator'])) {
  36115.             return $this->privates['Shopware\\Core\\Content\\Media\\DataAbstractionLayer\\MediaThumbnailRepositoryDecorator'];
  36116.         }
  36117.         $c = ($this->services['Shopware\\Core\\Framework\\DataAbstractionLayer\\Search\\EntityAggregatorInterface'] ?? $this->getEntityAggregatorInterfaceService());
  36118.         if (isset($this->privates['Shopware\\Core\\Content\\Media\\DataAbstractionLayer\\MediaThumbnailRepositoryDecorator'])) {
  36119.             return $this->privates['Shopware\\Core\\Content\\Media\\DataAbstractionLayer\\MediaThumbnailRepositoryDecorator'];
  36120.         }
  36121.         $d = ($this->services['event_dispatcher'] ?? $this->getEventDispatcherService());
  36122.         if (isset($this->privates['Shopware\\Core\\Content\\Media\\DataAbstractionLayer\\MediaThumbnailRepositoryDecorator'])) {
  36123.             return $this->privates['Shopware\\Core\\Content\\Media\\DataAbstractionLayer\\MediaThumbnailRepositoryDecorator'];
  36124.         }
  36125.         return $this->privates['Shopware\\Core\\Content\\Media\\DataAbstractionLayer\\MediaThumbnailRepositoryDecorator'] = new \Shopware\Core\Content\Media\DataAbstractionLayer\MediaThumbnailRepositoryDecorator(new \Shopware\Core\Framework\DataAbstractionLayer\EntityRepository(($this->services['Shopware\\Core\\Content\\Media\\Aggregate\\MediaThumbnail\\MediaThumbnailDefinition'] ?? $this->getMediaThumbnailDefinitionService()), ($this->services['Shopware\\Core\\Framework\\DataAbstractionLayer\\Read\\EntityReaderInterface'] ?? $this->getEntityReaderInterfaceService()), $a$b$c$d, ($this->services['Shopware\\Core\\Framework\\DataAbstractionLayer\\Event\\EntityLoadedEventFactory'] ?? $this->getEntityLoadedEventFactoryService())));
  36126.     }
  36127.     /**
  36128.      * Gets the private 'Shopware\Core\Content\Media\DeleteNotUsedMediaService' shared service.
  36129.      *
  36130.      * @return \Shopware\Core\Content\Media\DeleteNotUsedMediaService
  36131.      */
  36132.     protected function getDeleteNotUsedMediaServiceService()
  36133.     {
  36134.         include_once \dirname(__DIR__4).'/vendor/shopware/core/Content/Media/DeleteNotUsedMediaService.php';
  36135.         $a = ($this->services['media.repository'] ?? $this->getMedia_RepositoryService());
  36136.         if (isset($this->privates['Shopware\\Core\\Content\\Media\\DeleteNotUsedMediaService'])) {
  36137.             return $this->privates['Shopware\\Core\\Content\\Media\\DeleteNotUsedMediaService'];
  36138.         }
  36139.         $b = ($this->services['media_default_folder.repository'] ?? $this->getMediaDefaultFolder_RepositoryService());
  36140.         if (isset($this->privates['Shopware\\Core\\Content\\Media\\DeleteNotUsedMediaService'])) {
  36141.             return $this->privates['Shopware\\Core\\Content\\Media\\DeleteNotUsedMediaService'];
  36142.         }
  36143.         return $this->privates['Shopware\\Core\\Content\\Media\\DeleteNotUsedMediaService'] = new \Shopware\Core\Content\Media\DeleteNotUsedMediaService($a$b);
  36144.     }
  36145.     /**
  36146.      * Gets the private 'Shopware\Core\Content\Media\File\FileNameProvider' shared service.
  36147.      *
  36148.      * @return \Shopware\Core\Content\Media\File\WindowsStyleFileNameProvider
  36149.      */
  36150.     protected function getFileNameProviderService()
  36151.     {
  36152.         include_once \dirname(__DIR__4).'/vendor/shopware/core/Content/Media/File/FileNameProvider.php';
  36153.         include_once \dirname(__DIR__4).'/vendor/shopware/core/Content/Media/File/WindowsStyleFileNameProvider.php';
  36154.         $a = ($this->services['media.repository'] ?? $this->getMedia_RepositoryService());
  36155.         if (isset($this->privates['Shopware\\Core\\Content\\Media\\File\\FileNameProvider'])) {
  36156.             return $this->privates['Shopware\\Core\\Content\\Media\\File\\FileNameProvider'];
  36157.         }
  36158.         return $this->privates['Shopware\\Core\\Content\\Media\\File\\FileNameProvider'] = new \Shopware\Core\Content\Media\File\WindowsStyleFileNameProvider($a);
  36159.     }
  36160.     /**
  36161.      * Gets the private 'Shopware\Core\Content\Media\MediaService' shared service.
  36162.      *
  36163.      * @return \Shopware\Core\Content\Media\MediaService
  36164.      */
  36165.     protected function getMediaServiceService()
  36166.     {
  36167.         include_once \dirname(__DIR__4).'/vendor/shopware/core/Content/Media/MediaService.php';
  36168.         include_once \dirname(__DIR__4).'/vendor/shopware/core/Content/Media/File/FileLoader.php';
  36169.         include_once \dirname(__DIR__4).'/vendor/shopware/core/Content/Media/File/FileFetcher.php';
  36170.         include_once \dirname(__DIR__4).'/vendor/shopware/core/Content/Media/File/FileUrlValidatorInterface.php';
  36171.         include_once \dirname(__DIR__4).'/vendor/shopware/core/Content/Media/File/FileUrlValidator.php';
  36172.         $a = ($this->services['media.repository'] ?? $this->getMedia_RepositoryService());
  36173.         if (isset($this->privates['Shopware\\Core\\Content\\Media\\MediaService'])) {
  36174.             return $this->privates['Shopware\\Core\\Content\\Media\\MediaService'];
  36175.         }
  36176.         $b = ($this->services['media_folder.repository'] ?? $this->getMediaFolder_RepositoryService());
  36177.         if (isset($this->privates['Shopware\\Core\\Content\\Media\\MediaService'])) {
  36178.             return $this->privates['Shopware\\Core\\Content\\Media\\MediaService'];
  36179.         }
  36180.         $c = ($this->services['Shopware\\Core\\Content\\Media\\File\\FileSaver'] ?? $this->getFileSaverService());
  36181.         if (isset($this->privates['Shopware\\Core\\Content\\Media\\MediaService'])) {
  36182.             return $this->privates['Shopware\\Core\\Content\\Media\\MediaService'];
  36183.         }
  36184.         return $this->privates['Shopware\\Core\\Content\\Media\\MediaService'] = new \Shopware\Core\Content\Media\MediaService($a$b, new \Shopware\Core\Content\Media\File\FileLoader(($this->services['shopware.filesystem.public'] ?? $this->getShopware_Filesystem_PublicService()), ($this->services['shopware.filesystem.private'] ?? $this->getShopware_Filesystem_PrivateService()), ($this->privates['Shopware\\Core\\Content\\Media\\Pathname\\UrlGeneratorInterface'] ?? $this->getUrlGeneratorInterfaceService()), $a, ($this->privates['Nyholm\\Psr7\\Factory\\Psr17Factory'] ?? ($this->privates['Nyholm\\Psr7\\Factory\\Psr17Factory'] = new \Nyholm\Psr7\Factory\Psr17Factory()))), $c, new \Shopware\Core\Content\Media\File\FileFetcher(new \Shopware\Core\Content\Media\File\FileUrlValidator(), truefalse0));
  36185.     }
  36186.     /**
  36187.      * Gets the private 'Shopware\Core\Content\Media\Message\DeleteFileHandler' shared service.
  36188.      *
  36189.      * @return \Shopware\Core\Content\Media\Message\DeleteFileHandler
  36190.      */
  36191.     protected function getDeleteFileHandler2Service()
  36192.     {
  36193.         include_once \dirname(__DIR__4).'/vendor/shopware/core/Content/Media/Message/DeleteFileHandler.php';
  36194.         return $this->privates['Shopware\\Core\\Content\\Media\\Message\\DeleteFileHandler'] = new \Shopware\Core\Content\Media\Message\DeleteFileHandler(($this->services['shopware.filesystem.public'] ?? $this->getShopware_Filesystem_PublicService()), ($this->services['shopware.filesystem.private'] ?? $this->getShopware_Filesystem_PrivateService()));
  36195.     }
  36196.     /**
  36197.      * Gets the private 'Shopware\Core\Content\Media\Message\GenerateThumbnailsHandler' shared service.
  36198.      *
  36199.      * @return \Shopware\Core\Content\Media\Message\GenerateThumbnailsHandler
  36200.      */
  36201.     protected function getGenerateThumbnailsHandlerService()
  36202.     {
  36203.         include_once \dirname(__DIR__4).'/vendor/shopware/core/Content/Media/Message/GenerateThumbnailsHandler.php';
  36204.         $a = ($this->privates['Shopware\\Core\\Content\\Media\\Thumbnail\\ThumbnailService'] ?? $this->getThumbnailServiceService());
  36205.         if (isset($this->privates['Shopware\\Core\\Content\\Media\\Message\\GenerateThumbnailsHandler'])) {
  36206.             return $this->privates['Shopware\\Core\\Content\\Media\\Message\\GenerateThumbnailsHandler'];
  36207.         }
  36208.         $b = ($this->services['media.repository'] ?? $this->getMedia_RepositoryService());
  36209.         if (isset($this->privates['Shopware\\Core\\Content\\Media\\Message\\GenerateThumbnailsHandler'])) {
  36210.             return $this->privates['Shopware\\Core\\Content\\Media\\Message\\GenerateThumbnailsHandler'];
  36211.         }
  36212.         return $this->privates['Shopware\\Core\\Content\\Media\\Message\\GenerateThumbnailsHandler'] = new \Shopware\Core\Content\Media\Message\GenerateThumbnailsHandler($a$b);
  36213.     }
  36214.     /**
  36215.      * Gets the private 'Shopware\Core\Content\Media\Pathname\PathnameStrategy\FilenamePathnameStrategy' shared service.
  36216.      *
  36217.      * @return \Shopware\Core\Content\Media\Pathname\PathnameStrategy\FilenamePathnameStrategy
  36218.      */
  36219.     protected function getFilenamePathnameStrategyService()
  36220.     {
  36221.         include_once \dirname(__DIR__4).'/vendor/shopware/core/Content/Media/Pathname/PathnameStrategy/PathnameStrategyInterface.php';
  36222.         include_once \dirname(__DIR__4).'/vendor/shopware/core/Content/Media/Pathname/PathnameStrategy/AbstractPathNameStrategy.php';
  36223.         include_once \dirname(__DIR__4).'/vendor/shopware/core/Content/Media/Pathname/PathnameStrategy/FilenamePathnameStrategy.php';
  36224.         include_once \dirname(__DIR__4).'/vendor/shopware/core/Content/Media/Pathname/PathnameStrategy/PlainPathnameStrategy.php';
  36225.         return new \Shopware\Core\Content\Media\Pathname\PathnameStrategy\FilenamePathnameStrategy(($this->privates['Shopware\\Core\\Content\\Media\\Pathname\\PathnameStrategy\\PlainPathnameStrategy'] ?? ($this->privates['Shopware\\Core\\Content\\Media\\Pathname\\PathnameStrategy\\PlainPathnameStrategy'] = new \Shopware\Core\Content\Media\Pathname\PathnameStrategy\PlainPathnameStrategy())));
  36226.     }
  36227.     /**
  36228.      * Gets the private 'Shopware\Core\Content\Media\Pathname\PathnameStrategy\IdPathnameStrategy' shared service.
  36229.      *
  36230.      * @return \Shopware\Core\Content\Media\Pathname\PathnameStrategy\IdPathnameStrategy
  36231.      */
  36232.     protected function getIdPathnameStrategyService()
  36233.     {
  36234.         include_once \dirname(__DIR__4).'/vendor/shopware/core/Content/Media/Pathname/PathnameStrategy/PathnameStrategyInterface.php';
  36235.         include_once \dirname(__DIR__4).'/vendor/shopware/core/Content/Media/Pathname/PathnameStrategy/AbstractPathNameStrategy.php';
  36236.         include_once \dirname(__DIR__4).'/vendor/shopware/core/Content/Media/Pathname/PathnameStrategy/IdPathnameStrategy.php';
  36237.         include_once \dirname(__DIR__4).'/vendor/shopware/core/Content/Media/Pathname/PathnameStrategy/PlainPathnameStrategy.php';
  36238.         return new \Shopware\Core\Content\Media\Pathname\PathnameStrategy\IdPathnameStrategy(($this->privates['Shopware\\Core\\Content\\Media\\Pathname\\PathnameStrategy\\PlainPathnameStrategy'] ?? ($this->privates['Shopware\\Core\\Content\\Media\\Pathname\\PathnameStrategy\\PlainPathnameStrategy'] = new \Shopware\Core\Content\Media\Pathname\PathnameStrategy\PlainPathnameStrategy())));
  36239.     }
  36240.     /**
  36241.      * Gets the private 'Shopware\Core\Content\Media\Pathname\PathnameStrategy\PhysicalFilenamePathnameStrategy' shared service.
  36242.      *
  36243.      * @return \Shopware\Core\Content\Media\Pathname\PathnameStrategy\PhysicalFilenamePathnameStrategy
  36244.      */
  36245.     protected function getPhysicalFilenamePathnameStrategyService()
  36246.     {
  36247.         include_once \dirname(__DIR__4).'/vendor/shopware/core/Content/Media/Pathname/PathnameStrategy/PathnameStrategyInterface.php';
  36248.         include_once \dirname(__DIR__4).'/vendor/shopware/core/Content/Media/Pathname/PathnameStrategy/AbstractPathNameStrategy.php';
  36249.         include_once \dirname(__DIR__4).'/vendor/shopware/core/Content/Media/Pathname/PathnameStrategy/PhysicalFilenamePathnameStrategy.php';
  36250.         include_once \dirname(__DIR__4).'/vendor/shopware/core/Content/Media/Pathname/PathnameStrategy/PlainPathnameStrategy.php';
  36251.         return new \Shopware\Core\Content\Media\Pathname\PathnameStrategy\PhysicalFilenamePathnameStrategy(($this->privates['Shopware\\Core\\Content\\Media\\Pathname\\PathnameStrategy\\PlainPathnameStrategy'] ?? ($this->privates['Shopware\\Core\\Content\\Media\\Pathname\\PathnameStrategy\\PlainPathnameStrategy'] = new \Shopware\Core\Content\Media\Pathname\PathnameStrategy\PlainPathnameStrategy())));
  36252.     }
  36253.     /**
  36254.      * Gets the private 'Shopware\Core\Content\Media\Pathname\UrlGeneratorInterface' shared service.
  36255.      *
  36256.      * @return \Shopware\Core\Content\Media\Pathname\UrlGenerator
  36257.      */
  36258.     protected function getUrlGeneratorInterfaceService()
  36259.     {
  36260.         include_once \dirname(__DIR__4).'/vendor/shopware/core/Content/Media/Pathname/UrlGeneratorInterface.php';
  36261.         include_once \dirname(__DIR__4).'/vendor/shopware/core/Content/Media/Pathname/UrlGenerator.php';
  36262.         include_once \dirname(__DIR__4).'/vendor/shopware/core/Content/Media/Pathname/PathnameStrategy/PathnameStrategyInterface.php';
  36263.         include_once \dirname(__DIR__4).'/vendor/shopware/core/Content/Media/Pathname/PathnameStrategy/StrategyFactory.php';
  36264.         return $this->privates['Shopware\\Core\\Content\\Media\\Pathname\\UrlGeneratorInterface'] = new \Shopware\Core\Content\Media\Pathname\UrlGenerator((new \Shopware\Core\Content\Media\Pathname\PathnameStrategy\StrategyFactory(new RewindableGenerator(function () {
  36265.             yield => $this->getFilenamePathnameStrategyService();
  36266.             yield => $this->getPhysicalFilenamePathnameStrategyService();
  36267.             yield => ($this->privates['Shopware\\Core\\Content\\Media\\Pathname\\PathnameStrategy\\PlainPathnameStrategy'] ?? ($this->privates['Shopware\\Core\\Content\\Media\\Pathname\\PathnameStrategy\\PlainPathnameStrategy'] = new \Shopware\Core\Content\Media\Pathname\PathnameStrategy\PlainPathnameStrategy()));
  36268.             yield => $this->getIdPathnameStrategyService();
  36269.         }, 4)))->factory($this->getEnv('default:default_cdn_strategy:SHOPWARE_CDN_STRATEGY_DEFAULT')), ($this->services['request_stack'] ?? ($this->services['request_stack'] = new \Symfony\Component\HttpFoundation\RequestStack())), '');
  36270.     }
  36271.     /**
  36272.      * Gets the private 'Shopware\Core\Content\Media\Subscriber\MediaDeletionSubscriber' shared service.
  36273.      *
  36274.      * @return \Shopware\Core\Content\Media\Subscriber\MediaDeletionSubscriber
  36275.      */
  36276.     protected function getMediaDeletionSubscriberService()
  36277.     {
  36278.         include_once \dirname(__DIR__4).'/vendor/shopware/core/Content/Media/Subscriber/MediaDeletionSubscriber.php';
  36279.         $a = ($this->services['event_dispatcher'] ?? $this->getEventDispatcherService());
  36280.         if (isset($this->privates['Shopware\\Core\\Content\\Media\\Subscriber\\MediaDeletionSubscriber'])) {
  36281.             return $this->privates['Shopware\\Core\\Content\\Media\\Subscriber\\MediaDeletionSubscriber'];
  36282.         }
  36283.         $b = ($this->services['media_thumbnail.repository'] ?? $this->getMediaThumbnail_RepositoryService());
  36284.         if (isset($this->privates['Shopware\\Core\\Content\\Media\\Subscriber\\MediaDeletionSubscriber'])) {
  36285.             return $this->privates['Shopware\\Core\\Content\\Media\\Subscriber\\MediaDeletionSubscriber'];
  36286.         }
  36287.         $c = ($this->services['messenger.default_bus'] ?? $this->getMessenger_DefaultBusService());
  36288.         if (isset($this->privates['Shopware\\Core\\Content\\Media\\Subscriber\\MediaDeletionSubscriber'])) {
  36289.             return $this->privates['Shopware\\Core\\Content\\Media\\Subscriber\\MediaDeletionSubscriber'];
  36290.         }
  36291.         $d = ($this->services['media.repository'] ?? $this->getMedia_RepositoryService());
  36292.         if (isset($this->privates['Shopware\\Core\\Content\\Media\\Subscriber\\MediaDeletionSubscriber'])) {
  36293.             return $this->privates['Shopware\\Core\\Content\\Media\\Subscriber\\MediaDeletionSubscriber'];
  36294.         }
  36295.         return $this->privates['Shopware\\Core\\Content\\Media\\Subscriber\\MediaDeletionSubscriber'] = new \Shopware\Core\Content\Media\Subscriber\MediaDeletionSubscriber(($this->privates['Shopware\\Core\\Content\\Media\\Pathname\\UrlGeneratorInterface'] ?? $this->getUrlGeneratorInterfaceService()), $a$b$c, ($this->privates['Shopware\\Core\\Content\\Media\\Message\\DeleteFileHandler'] ?? $this->getDeleteFileHandler2Service()), ($this->services['Doctrine\\DBAL\\Connection'] ?? $this->getConnectionService()), $d);
  36296.     }
  36297.     /**
  36298.      * Gets the private 'Shopware\Core\Content\Media\Subscriber\MediaLoadedSubscriber' shared service.
  36299.      *
  36300.      * @return \Shopware\Core\Content\Media\Subscriber\MediaLoadedSubscriber
  36301.      */
  36302.     protected function getMediaLoadedSubscriberService()
  36303.     {
  36304.         include_once \dirname(__DIR__4).'/vendor/shopware/core/Content/Media/Subscriber/MediaLoadedSubscriber.php';
  36305.         return $this->privates['Shopware\\Core\\Content\\Media\\Subscriber\\MediaLoadedSubscriber'] = new \Shopware\Core\Content\Media\Subscriber\MediaLoadedSubscriber(($this->privates['Shopware\\Core\\Content\\Media\\Pathname\\UrlGeneratorInterface'] ?? $this->getUrlGeneratorInterfaceService()));
  36306.     }
  36307.     /**
  36308.      * Gets the private 'Shopware\Core\Content\Media\Thumbnail\ThumbnailService' shared service.
  36309.      *
  36310.      * @return \Shopware\Core\Content\Media\Thumbnail\ThumbnailService
  36311.      */
  36312.     protected function getThumbnailServiceService()
  36313.     {
  36314.         include_once \dirname(__DIR__4).'/vendor/shopware/core/Content/Media/Thumbnail/ThumbnailService.php';
  36315.         $a = ($this->services['media_thumbnail.repository'] ?? $this->getMediaThumbnail_RepositoryService());
  36316.         if (isset($this->privates['Shopware\\Core\\Content\\Media\\Thumbnail\\ThumbnailService'])) {
  36317.             return $this->privates['Shopware\\Core\\Content\\Media\\Thumbnail\\ThumbnailService'];
  36318.         }
  36319.         $b = ($this->services['media_folder.repository'] ?? $this->getMediaFolder_RepositoryService());
  36320.         if (isset($this->privates['Shopware\\Core\\Content\\Media\\Thumbnail\\ThumbnailService'])) {
  36321.             return $this->privates['Shopware\\Core\\Content\\Media\\Thumbnail\\ThumbnailService'];
  36322.         }
  36323.         return $this->privates['Shopware\\Core\\Content\\Media\\Thumbnail\\ThumbnailService'] = new \Shopware\Core\Content\Media\Thumbnail\ThumbnailService($a, ($this->services['shopware.filesystem.public'] ?? $this->getShopware_Filesystem_PublicService()), ($this->services['shopware.filesystem.private'] ?? $this->getShopware_Filesystem_PrivateService()), ($this->privates['Shopware\\Core\\Content\\Media\\Pathname\\UrlGeneratorInterface'] ?? $this->getUrlGeneratorInterfaceService()), $b);
  36324.     }
  36325.     /**
  36326.      * Gets the private 'Shopware\Core\Content\Media\TypeDetector\TypeDetector' shared service.
  36327.      *
  36328.      * @return \Shopware\Core\Content\Media\TypeDetector\TypeDetector
  36329.      */
  36330.     protected function getTypeDetectorService()
  36331.     {
  36332.         include_once \dirname(__DIR__4).'/vendor/shopware/core/Content/Media/TypeDetector/TypeDetectorInterface.php';
  36333.         include_once \dirname(__DIR__4).'/vendor/shopware/core/Content/Media/TypeDetector/TypeDetector.php';
  36334.         return $this->privates['Shopware\\Core\\Content\\Media\\TypeDetector\\TypeDetector'] = new \Shopware\Core\Content\Media\TypeDetector\TypeDetector(new RewindableGenerator(function () {
  36335.             yield => ($this->privates['Shopware\\Core\\Content\\Media\\TypeDetector\\AudioTypeDetector'] ?? ($this->privates['Shopware\\Core\\Content\\Media\\TypeDetector\\AudioTypeDetector'] = new \Shopware\Core\Content\Media\TypeDetector\AudioTypeDetector()));
  36336.             yield => ($this->privates['Shopware\\Core\\Content\\Media\\TypeDetector\\DocumentTypeDetector'] ?? ($this->privates['Shopware\\Core\\Content\\Media\\TypeDetector\\DocumentTypeDetector'] = new \Shopware\Core\Content\Media\TypeDetector\DocumentTypeDetector()));
  36337.             yield => ($this->privates['Shopware\\Core\\Content\\Media\\TypeDetector\\ImageTypeDetector'] ?? ($this->privates['Shopware\\Core\\Content\\Media\\TypeDetector\\ImageTypeDetector'] = new \Shopware\Core\Content\Media\TypeDetector\ImageTypeDetector()));
  36338.             yield => ($this->privates['Shopware\\Core\\Content\\Media\\TypeDetector\\VideoTypeDetector'] ?? ($this->privates['Shopware\\Core\\Content\\Media\\TypeDetector\\VideoTypeDetector'] = new \Shopware\Core\Content\Media\TypeDetector\VideoTypeDetector()));
  36339.             yield => ($this->privates['Shopware\\Core\\Content\\Media\\TypeDetector\\DefaultTypeDetector'] ?? ($this->privates['Shopware\\Core\\Content\\Media\\TypeDetector\\DefaultTypeDetector'] = new \Shopware\Core\Content\Media\TypeDetector\DefaultTypeDetector()));
  36340.         }, 5));
  36341.     }
  36342.     /**
  36343.      * Gets the private 'Shopware\Core\Content\Newsletter\DataAbstractionLayer\Indexing\CustomerNewsletterSalesChannelsUpdater' shared service.
  36344.      *
  36345.      * @return \Shopware\Core\Content\Newsletter\DataAbstractionLayer\Indexing\CustomerNewsletterSalesChannelsUpdater
  36346.      */
  36347.     protected function getCustomerNewsletterSalesChannelsUpdaterService()
  36348.     {
  36349.         include_once \dirname(__DIR__4).'/vendor/shopware/core/Content/Newsletter/DataAbstractionLayer/Indexing/CustomerNewsletterSalesChannelsUpdater.php';
  36350.         return $this->privates['Shopware\\Core\\Content\\Newsletter\\DataAbstractionLayer\\Indexing\\CustomerNewsletterSalesChannelsUpdater'] = new \Shopware\Core\Content\Newsletter\DataAbstractionLayer\Indexing\CustomerNewsletterSalesChannelsUpdater(($this->services['Doctrine\\DBAL\\Connection'] ?? $this->getConnectionService()));
  36351.     }
  36352.     /**
  36353.      * Gets the private 'Shopware\Core\Content\Newsletter\DataAbstractionLayer\NewsletterRecipientIndexer' shared service.
  36354.      *
  36355.      * @return \Shopware\Core\Content\Newsletter\DataAbstractionLayer\NewsletterRecipientIndexer
  36356.      */
  36357.     protected function getNewsletterRecipientIndexerService()
  36358.     {
  36359.         include_once \dirname(__DIR__4).'/vendor/shopware/core/Framework/DataAbstractionLayer/Indexing/EntityIndexer.php';
  36360.         include_once \dirname(__DIR__4).'/vendor/shopware/core/Content/Newsletter/DataAbstractionLayer/NewsletterRecipientIndexer.php';
  36361.         $a = ($this->services['newsletter_recipient.repository'] ?? $this->getNewsletterRecipient_RepositoryService());
  36362.         if (isset($this->privates['Shopware\\Core\\Content\\Newsletter\\DataAbstractionLayer\\NewsletterRecipientIndexer'])) {
  36363.             return $this->privates['Shopware\\Core\\Content\\Newsletter\\DataAbstractionLayer\\NewsletterRecipientIndexer'];
  36364.         }
  36365.         $b = ($this->services['event_dispatcher'] ?? $this->getEventDispatcherService());
  36366.         if (isset($this->privates['Shopware\\Core\\Content\\Newsletter\\DataAbstractionLayer\\NewsletterRecipientIndexer'])) {
  36367.             return $this->privates['Shopware\\Core\\Content\\Newsletter\\DataAbstractionLayer\\NewsletterRecipientIndexer'];
  36368.         }
  36369.         return $this->privates['Shopware\\Core\\Content\\Newsletter\\DataAbstractionLayer\\NewsletterRecipientIndexer'] = new \Shopware\Core\Content\Newsletter\DataAbstractionLayer\NewsletterRecipientIndexer(($this->privates['Shopware\\Core\\Framework\\DataAbstractionLayer\\Dbal\\Common\\IteratorFactory'] ?? $this->getIteratorFactory2Service()), $a, ($this->privates['Shopware\\Core\\Content\\Newsletter\\DataAbstractionLayer\\Indexing\\CustomerNewsletterSalesChannelsUpdater'] ?? $this->getCustomerNewsletterSalesChannelsUpdaterService()), $b);
  36370.     }
  36371.     /**
  36372.      * Gets the private 'Shopware\Core\Content\Newsletter\Event\Subscriber\NewsletterRecipientDeletedSubscriber' shared service.
  36373.      *
  36374.      * @return \Shopware\Core\Content\Newsletter\Event\Subscriber\NewsletterRecipientDeletedSubscriber
  36375.      */
  36376.     protected function getNewsletterRecipientDeletedSubscriberService()
  36377.     {
  36378.         include_once \dirname(__DIR__4).'/vendor/shopware/core/Content/Newsletter/Event/Subscriber/NewsletterRecipientDeletedSubscriber.php';
  36379.         $a = ($this->services['messenger.default_bus'] ?? $this->getMessenger_DefaultBusService());
  36380.         if (isset($this->privates['Shopware\\Core\\Content\\Newsletter\\Event\\Subscriber\\NewsletterRecipientDeletedSubscriber'])) {
  36381.             return $this->privates['Shopware\\Core\\Content\\Newsletter\\Event\\Subscriber\\NewsletterRecipientDeletedSubscriber'];
  36382.         }
  36383.         return $this->privates['Shopware\\Core\\Content\\Newsletter\\Event\\Subscriber\\NewsletterRecipientDeletedSubscriber'] = new \Shopware\Core\Content\Newsletter\Event\Subscriber\NewsletterRecipientDeletedSubscriber($a);
  36384.     }
  36385.     /**
  36386.      * Gets the private 'Shopware\Core\Content\Newsletter\ScheduledTask\NewsletterRecipientTaskHandler' shared service.
  36387.      *
  36388.      * @return \Shopware\Core\Content\Newsletter\ScheduledTask\NewsletterRecipientTaskHandler
  36389.      */
  36390.     protected function getNewsletterRecipientTaskHandlerService()
  36391.     {
  36392.         include_once \dirname(__DIR__4).'/vendor/shopware/core/Content/Newsletter/ScheduledTask/NewsletterRecipientTaskHandler.php';
  36393.         $a = ($this->services['scheduled_task.repository'] ?? $this->getScheduledTask_RepositoryService());
  36394.         if (isset($this->privates['Shopware\\Core\\Content\\Newsletter\\ScheduledTask\\NewsletterRecipientTaskHandler'])) {
  36395.             return $this->privates['Shopware\\Core\\Content\\Newsletter\\ScheduledTask\\NewsletterRecipientTaskHandler'];
  36396.         }
  36397.         $b = ($this->services['newsletter_recipient.repository'] ?? $this->getNewsletterRecipient_RepositoryService());
  36398.         if (isset($this->privates['Shopware\\Core\\Content\\Newsletter\\ScheduledTask\\NewsletterRecipientTaskHandler'])) {
  36399.             return $this->privates['Shopware\\Core\\Content\\Newsletter\\ScheduledTask\\NewsletterRecipientTaskHandler'];
  36400.         }
  36401.         return $this->privates['Shopware\\Core\\Content\\Newsletter\\ScheduledTask\\NewsletterRecipientTaskHandler'] = new \Shopware\Core\Content\Newsletter\ScheduledTask\NewsletterRecipientTaskHandler($a$b);
  36402.     }
  36403.     /**
  36404.      * Gets the private 'Shopware\Core\Content\ProductExport\Command\ProductExportGenerateCommand' shared service.
  36405.      *
  36406.      * @return \Shopware\Core\Content\ProductExport\Command\ProductExportGenerateCommand
  36407.      */
  36408.     protected function getProductExportGenerateCommandService()
  36409.     {
  36410.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/Command.php';
  36411.         include_once \dirname(__DIR__4).'/vendor/shopware/core/Content/ProductExport/Command/ProductExportGenerateCommand.php';
  36412.         $this->privates['Shopware\\Core\\Content\\ProductExport\\Command\\ProductExportGenerateCommand'] = $instance = new \Shopware\Core\Content\ProductExport\Command\ProductExportGenerateCommand(($this->services['Shopware\\Core\\System\\SalesChannel\\Context\\SalesChannelContextFactory'] ?? $this->getSalesChannelContextFactoryService()), ($this->services['Shopware\\Core\\Content\\ProductExport\\Service\\ProductExporter'] ?? $this->getProductExporterService()));
  36413.         $instance->setName('product-export:generate');
  36414.         return $instance;
  36415.     }
  36416.     /**
  36417.      * Gets the private 'Shopware\Core\Content\ProductExport\EventListener\ProductExportEventListener' shared service.
  36418.      *
  36419.      * @return \Shopware\Core\Content\ProductExport\EventListener\ProductExportEventListener
  36420.      */
  36421.     protected function getProductExportEventListenerService()
  36422.     {
  36423.         include_once \dirname(__DIR__4).'/vendor/shopware/core/Content/ProductExport/EventListener/ProductExportEventListener.php';
  36424.         $a = ($this->services['product_export.repository'] ?? $this->getProductExport_RepositoryService());
  36425.         if (isset($this->privates['Shopware\\Core\\Content\\ProductExport\\EventListener\\ProductExportEventListener'])) {
  36426.             return $this->privates['Shopware\\Core\\Content\\ProductExport\\EventListener\\ProductExportEventListener'];
  36427.         }
  36428.         return $this->privates['Shopware\\Core\\Content\\ProductExport\\EventListener\\ProductExportEventListener'] = new \Shopware\Core\Content\ProductExport\EventListener\ProductExportEventListener($a, ($this->privates['Shopware\\Core\\Content\\ProductExport\\Service\\ProductExportFileHandler'] ?? $this->getProductExportFileHandlerService()), ($this->services['shopware.filesystem.private'] ?? $this->getShopware_Filesystem_PrivateService()));
  36429.     }
  36430.     /**
  36431.      * Gets the private 'Shopware\Core\Content\ProductExport\ScheduledTask\ProductExportGenerateTaskHandler' shared service.
  36432.      *
  36433.      * @return \Shopware\Core\Content\ProductExport\ScheduledTask\ProductExportGenerateTaskHandler
  36434.      */
  36435.     protected function getProductExportGenerateTaskHandlerService()
  36436.     {
  36437.         include_once \dirname(__DIR__4).'/vendor/shopware/core/Content/ProductExport/ScheduledTask/ProductExportGenerateTaskHandler.php';
  36438.         $a = ($this->services['scheduled_task.repository'] ?? $this->getScheduledTask_RepositoryService());
  36439.         if (isset($this->privates['Shopware\\Core\\Content\\ProductExport\\ScheduledTask\\ProductExportGenerateTaskHandler'])) {
  36440.             return $this->privates['Shopware\\Core\\Content\\ProductExport\\ScheduledTask\\ProductExportGenerateTaskHandler'];
  36441.         }
  36442.         $b = ($this->services['Shopware\\Core\\System\\SalesChannel\\Context\\SalesChannelContextFactory'] ?? $this->getSalesChannelContextFactoryService());
  36443.         if (isset($this->privates['Shopware\\Core\\Content\\ProductExport\\ScheduledTask\\ProductExportGenerateTaskHandler'])) {
  36444.             return $this->privates['Shopware\\Core\\Content\\ProductExport\\ScheduledTask\\ProductExportGenerateTaskHandler'];
  36445.         }
  36446.         $c = ($this->services['sales_channel.repository'] ?? $this->getSalesChannel_RepositoryService());
  36447.         if (isset($this->privates['Shopware\\Core\\Content\\ProductExport\\ScheduledTask\\ProductExportGenerateTaskHandler'])) {
  36448.             return $this->privates['Shopware\\Core\\Content\\ProductExport\\ScheduledTask\\ProductExportGenerateTaskHandler'];
  36449.         }
  36450.         $d = ($this->services['product_export.repository'] ?? $this->getProductExport_RepositoryService());
  36451.         if (isset($this->privates['Shopware\\Core\\Content\\ProductExport\\ScheduledTask\\ProductExportGenerateTaskHandler'])) {
  36452.             return $this->privates['Shopware\\Core\\Content\\ProductExport\\ScheduledTask\\ProductExportGenerateTaskHandler'];
  36453.         }
  36454.         $e = ($this->services['messenger.default_bus'] ?? $this->getMessenger_DefaultBusService());
  36455.         if (isset($this->privates['Shopware\\Core\\Content\\ProductExport\\ScheduledTask\\ProductExportGenerateTaskHandler'])) {
  36456.             return $this->privates['Shopware\\Core\\Content\\ProductExport\\ScheduledTask\\ProductExportGenerateTaskHandler'];
  36457.         }
  36458.         return $this->privates['Shopware\\Core\\Content\\ProductExport\\ScheduledTask\\ProductExportGenerateTaskHandler'] = new \Shopware\Core\Content\ProductExport\ScheduledTask\ProductExportGenerateTaskHandler($a$b$c$d$e);
  36459.     }
  36460.     /**
  36461.      * Gets the private 'Shopware\Core\Content\ProductExport\ScheduledTask\ProductExportPartialGenerationHandler' shared service.
  36462.      *
  36463.      * @return \Shopware\Core\Content\ProductExport\ScheduledTask\ProductExportPartialGenerationHandler
  36464.      */
  36465.     protected function getProductExportPartialGenerationHandlerService()
  36466.     {
  36467.         include_once \dirname(__DIR__4).'/vendor/shopware/core/Content/ProductExport/ScheduledTask/ProductExportPartialGenerationHandler.php';
  36468.         $a = ($this->services['Shopware\\Core\\Content\\ProductExport\\Service\\ProductExportGenerator'] ?? $this->getProductExportGeneratorService());
  36469.         if (isset($this->privates['Shopware\\Core\\Content\\ProductExport\\ScheduledTask\\ProductExportPartialGenerationHandler'])) {
  36470.             return $this->privates['Shopware\\Core\\Content\\ProductExport\\ScheduledTask\\ProductExportPartialGenerationHandler'];
  36471.         }
  36472.         $b = ($this->services['Shopware\\Core\\System\\SalesChannel\\Context\\SalesChannelContextFactory'] ?? $this->getSalesChannelContextFactoryService());
  36473.         if (isset($this->privates['Shopware\\Core\\Content\\ProductExport\\ScheduledTask\\ProductExportPartialGenerationHandler'])) {
  36474.             return $this->privates['Shopware\\Core\\Content\\ProductExport\\ScheduledTask\\ProductExportPartialGenerationHandler'];
  36475.         }
  36476.         $c = ($this->services['product_export.repository'] ?? $this->getProductExport_RepositoryService());
  36477.         if (isset($this->privates['Shopware\\Core\\Content\\ProductExport\\ScheduledTask\\ProductExportPartialGenerationHandler'])) {
  36478.             return $this->privates['Shopware\\Core\\Content\\ProductExport\\ScheduledTask\\ProductExportPartialGenerationHandler'];
  36479.         }
  36480.         $d = ($this->services['messenger.default_bus'] ?? $this->getMessenger_DefaultBusService());
  36481.         if (isset($this->privates['Shopware\\Core\\Content\\ProductExport\\ScheduledTask\\ProductExportPartialGenerationHandler'])) {
  36482.             return $this->privates['Shopware\\Core\\Content\\ProductExport\\ScheduledTask\\ProductExportPartialGenerationHandler'];
  36483.         }
  36484.         $e = ($this->privates['Wato\\DigitecGalaxusExport\\Subscriber\\ProductExportRendererDecorator'] ?? $this->getProductExportRendererDecoratorService());
  36485.         if (isset($this->privates['Shopware\\Core\\Content\\ProductExport\\ScheduledTask\\ProductExportPartialGenerationHandler'])) {
  36486.             return $this->privates['Shopware\\Core\\Content\\ProductExport\\ScheduledTask\\ProductExportPartialGenerationHandler'];
  36487.         }
  36488.         $f = ($this->privates['Shopware\\Core\\Framework\\Adapter\\Translation\\Translator'] ?? $this->getTranslator2Service());
  36489.         if (isset($this->privates['Shopware\\Core\\Content\\ProductExport\\ScheduledTask\\ProductExportPartialGenerationHandler'])) {
  36490.             return $this->privates['Shopware\\Core\\Content\\ProductExport\\ScheduledTask\\ProductExportPartialGenerationHandler'];
  36491.         }
  36492.         $g = ($this->privates['Shopware\\Core\\System\\SalesChannel\\Context\\SalesChannelContextService'] ?? $this->getSalesChannelContextServiceService());
  36493.         if (isset($this->privates['Shopware\\Core\\Content\\ProductExport\\ScheduledTask\\ProductExportPartialGenerationHandler'])) {
  36494.             return $this->privates['Shopware\\Core\\Content\\ProductExport\\ScheduledTask\\ProductExportPartialGenerationHandler'];
  36495.         }
  36496.         $h = ($this->privates['Shopware\\Core\\System\\SalesChannel\\Context\\SalesChannelContextPersister'] ?? $this->getSalesChannelContextPersisterService());
  36497.         if (isset($this->privates['Shopware\\Core\\Content\\ProductExport\\ScheduledTask\\ProductExportPartialGenerationHandler'])) {
  36498.             return $this->privates['Shopware\\Core\\Content\\ProductExport\\ScheduledTask\\ProductExportPartialGenerationHandler'];
  36499.         }
  36500.         return $this->privates['Shopware\\Core\\Content\\ProductExport\\ScheduledTask\\ProductExportPartialGenerationHandler'] = new \Shopware\Core\Content\ProductExport\ScheduledTask\ProductExportPartialGenerationHandler($a$b$c, ($this->privates['Shopware\\Core\\Content\\ProductExport\\Service\\ProductExportFileHandler'] ?? $this->getProductExportFileHandlerService()), $d$e$f$g$h, ($this->services['Doctrine\\DBAL\\Connection'] ?? $this->getConnectionService()), 100, ($this->privates['Shopware\\Core\\System\\Locale\\LanguageLocaleCodeProvider'] ?? $this->getLanguageLocaleCodeProviderService()));
  36501.     }
  36502.     /**
  36503.      * Gets the private 'Shopware\Core\Content\ProductExport\Service\ProductExportFileHandler' shared service.
  36504.      *
  36505.      * @return \Shopware\Core\Content\ProductExport\Service\ProductExportFileHandler
  36506.      */
  36507.     protected function getProductExportFileHandlerService()
  36508.     {
  36509.         include_once \dirname(__DIR__4).'/vendor/shopware/core/Content/ProductExport/Service/ProductExportFileHandlerInterface.php';
  36510.         include_once \dirname(__DIR__4).'/vendor/shopware/core/Content/ProductExport/Service/ProductExportFileHandler.php';
  36511.         return $this->privates['Shopware\\Core\\Content\\ProductExport\\Service\\ProductExportFileHandler'] = new \Shopware\Core\Content\ProductExport\Service\ProductExportFileHandler(($this->services['shopware.filesystem.private'] ?? $this->getShopware_Filesystem_PrivateService()), 'export');
  36512.     }
  36513.     /**
  36514.      * Gets the private 'Shopware\Core\Content\ProductStream\DataAbstractionLayer\ProductStreamIndexer' shared service.
  36515.      *
  36516.      * @return \Shopware\Core\Content\ProductStream\DataAbstractionLayer\ProductStreamIndexer
  36517.      */
  36518.     protected function getProductStreamIndexerService()
  36519.     {
  36520.         include_once \dirname(__DIR__4).'/vendor/shopware/core/Framework/DataAbstractionLayer/Indexing/EntityIndexer.php';
  36521.         include_once \dirname(__DIR__4).'/vendor/shopware/core/Content/ProductStream/DataAbstractionLayer/ProductStreamIndexer.php';
  36522.         $a = ($this->services['product_stream.repository'] ?? $this->getProductStream_RepositoryService());
  36523.         if (isset($this->privates['Shopware\\Core\\Content\\ProductStream\\DataAbstractionLayer\\ProductStreamIndexer'])) {
  36524.             return $this->privates['Shopware\\Core\\Content\\ProductStream\\DataAbstractionLayer\\ProductStreamIndexer'];
  36525.         }
  36526.         $b = ($this->services['event_dispatcher'] ?? $this->getEventDispatcherService());
  36527.         if (isset($this->privates['Shopware\\Core\\Content\\ProductStream\\DataAbstractionLayer\\ProductStreamIndexer'])) {
  36528.             return $this->privates['Shopware\\Core\\Content\\ProductStream\\DataAbstractionLayer\\ProductStreamIndexer'];
  36529.         }
  36530.         return $this->privates['Shopware\\Core\\Content\\ProductStream\\DataAbstractionLayer\\ProductStreamIndexer'] = new \Shopware\Core\Content\ProductStream\DataAbstractionLayer\ProductStreamIndexer(($this->services['Doctrine\\DBAL\\Connection'] ?? $this->getConnectionService()), ($this->privates['Shopware\\Core\\Framework\\DataAbstractionLayer\\Dbal\\Common\\IteratorFactory'] ?? $this->getIteratorFactory2Service()), $a, ($this->services['.container.private.serializer'] ?? $this->get_Container_Private_SerializerService()), ($this->services['Shopware\\Core\\Content\\Product\\ProductDefinition'] ?? $this->getProductDefinitionService()), $b);
  36531.     }
  36532.     /**
  36533.      * Gets the private 'Shopware\Core\Content\ProductStream\ScheduledTask\UpdateProductStreamMappingTaskHandler' shared service.
  36534.      *
  36535.      * @return \Shopware\Core\Content\ProductStream\ScheduledTask\UpdateProductStreamMappingTaskHandler
  36536.      */
  36537.     protected function getUpdateProductStreamMappingTaskHandlerService()
  36538.     {
  36539.         include_once \dirname(__DIR__4).'/vendor/shopware/core/Content/ProductStream/ScheduledTask/UpdateProductStreamMappingTaskHandler.php';
  36540.         $a = ($this->services['scheduled_task.repository'] ?? $this->getScheduledTask_RepositoryService());
  36541.         if (isset($this->privates['Shopware\\Core\\Content\\ProductStream\\ScheduledTask\\UpdateProductStreamMappingTaskHandler'])) {
  36542.             return $this->privates['Shopware\\Core\\Content\\ProductStream\\ScheduledTask\\UpdateProductStreamMappingTaskHandler'];
  36543.         }
  36544.         $b = ($this->services['product_stream.repository'] ?? $this->getProductStream_RepositoryService());
  36545.         if (isset($this->privates['Shopware\\Core\\Content\\ProductStream\\ScheduledTask\\UpdateProductStreamMappingTaskHandler'])) {
  36546.             return $this->privates['Shopware\\Core\\Content\\ProductStream\\ScheduledTask\\UpdateProductStreamMappingTaskHandler'];
  36547.         }
  36548.         return $this->privates['Shopware\\Core\\Content\\ProductStream\\ScheduledTask\\UpdateProductStreamMappingTaskHandler'] = new \Shopware\Core\Content\ProductStream\ScheduledTask\UpdateProductStreamMappingTaskHandler($a$b);
  36549.     }
  36550.     /**
  36551.      * Gets the private 'Shopware\Core\Content\Product\Cart\ProductCartProcessor' shared service.
  36552.      *
  36553.      * @return \Shopware\Core\Content\Product\Cart\ProductCartProcessor
  36554.      */
  36555.     protected function getProductCartProcessorService()
  36556.     {
  36557.         include_once \dirname(__DIR__4).'/vendor/shopware/core/Checkout/Cart/CartProcessorInterface.php';
  36558.         include_once \dirname(__DIR__4).'/vendor/shopware/core/Checkout/Cart/CartDataCollectorInterface.php';
  36559.         include_once \dirname(__DIR__4).'/vendor/shopware/core/Content/Product/Cart/ProductCartProcessor.php';
  36560.         include_once \dirname(__DIR__4).'/vendor/shopware/core/Content/Product/Cart/ProductGatewayInterface.php';
  36561.         include_once \dirname(__DIR__4).'/vendor/shopware/core/Content/Product/Cart/ProductGateway.php';
  36562.         include_once \dirname(__DIR__4).'/vendor/shopware/core/Content/Product/Cart/ProductFeatureBuilder.php';
  36563.         $a = ($this->services['sales_channel.product.repository'] ?? $this->getSalesChannel_Product_RepositoryService());
  36564.         if (isset($this->privates['Shopware\\Core\\Content\\Product\\Cart\\ProductCartProcessor'])) {
  36565.             return $this->privates['Shopware\\Core\\Content\\Product\\Cart\\ProductCartProcessor'];
  36566.         }
  36567.         $b = ($this->services['event_dispatcher'] ?? $this->getEventDispatcherService());
  36568.         if (isset($this->privates['Shopware\\Core\\Content\\Product\\Cart\\ProductCartProcessor'])) {
  36569.             return $this->privates['Shopware\\Core\\Content\\Product\\Cart\\ProductCartProcessor'];
  36570.         }
  36571.         $c = ($this->services['custom_field.repository'] ?? $this->getCustomField_RepositoryService());
  36572.         if (isset($this->privates['Shopware\\Core\\Content\\Product\\Cart\\ProductCartProcessor'])) {
  36573.             return $this->privates['Shopware\\Core\\Content\\Product\\Cart\\ProductCartProcessor'];
  36574.         }
  36575.         $d = ($this->privates['Shopware\\Core\\Content\\Product\\SalesChannel\\Price\\ProductPriceCalculator'] ?? $this->getProductPriceCalculatorService());
  36576.         if (isset($this->privates['Shopware\\Core\\Content\\Product\\Cart\\ProductCartProcessor'])) {
  36577.             return $this->privates['Shopware\\Core\\Content\\Product\\Cart\\ProductCartProcessor'];
  36578.         }
  36579.         return $this->privates['Shopware\\Core\\Content\\Product\\Cart\\ProductCartProcessor'] = new \Shopware\Core\Content\Product\Cart\ProductCartProcessor(new \Shopware\Core\Content\Product\Cart\ProductGateway($a$b), ($this->privates['Shopware\\Core\\Checkout\\Cart\\Price\\QuantityPriceCalculator'] ?? $this->getQuantityPriceCalculatorService()), new \Shopware\Core\Content\Product\Cart\ProductFeatureBuilder($c, ($this->privates['Shopware\\Core\\System\\Locale\\LanguageLocaleCodeProvider'] ?? $this->getLanguageLocaleCodeProviderService())), $d, ($this->services['Shopware\\Core\\Framework\\DataAbstractionLayer\\Cache\\EntityCacheKeyGenerator'] ?? ($this->services['Shopware\\Core\\Framework\\DataAbstractionLayer\\Cache\\EntityCacheKeyGenerator'] = new \Shopware\Core\Framework\DataAbstractionLayer\Cache\EntityCacheKeyGenerator())), ($this->services['Doctrine\\DBAL\\Connection'] ?? $this->getConnectionService()));
  36580.     }
  36581.     /**
  36582.      * Gets the private 'Shopware\Core\Content\Product\Cart\ProductLineItemCommandValidator' shared service.
  36583.      *
  36584.      * @return \Shopware\Core\Content\Product\Cart\ProductLineItemCommandValidator
  36585.      */
  36586.     protected function getProductLineItemCommandValidatorService()
  36587.     {
  36588.         include_once \dirname(__DIR__4).'/vendor/shopware/core/Content/Product/Cart/ProductLineItemCommandValidator.php';
  36589.         return $this->privates['Shopware\\Core\\Content\\Product\\Cart\\ProductLineItemCommandValidator'] = new \Shopware\Core\Content\Product\Cart\ProductLineItemCommandValidator(($this->services['Doctrine\\DBAL\\Connection'] ?? $this->getConnectionService()));
  36590.     }
  36591.     /**
  36592.      * Gets the private 'Shopware\Core\Content\Product\Cleanup\CleanupProductKeywordDictionaryTaskHandler' shared service.
  36593.      *
  36594.      * @return \Shopware\Core\Content\Product\Cleanup\CleanupProductKeywordDictionaryTaskHandler
  36595.      */
  36596.     protected function getCleanupProductKeywordDictionaryTaskHandlerService()
  36597.     {
  36598.         include_once \dirname(__DIR__4).'/vendor/shopware/core/Content/Product/Cleanup/CleanupProductKeywordDictionaryTaskHandler.php';
  36599.         $a = ($this->services['scheduled_task.repository'] ?? $this->getScheduledTask_RepositoryService());
  36600.         if (isset($this->privates['Shopware\\Core\\Content\\Product\\Cleanup\\CleanupProductKeywordDictionaryTaskHandler'])) {
  36601.             return $this->privates['Shopware\\Core\\Content\\Product\\Cleanup\\CleanupProductKeywordDictionaryTaskHandler'];
  36602.         }
  36603.         return $this->privates['Shopware\\Core\\Content\\Product\\Cleanup\\CleanupProductKeywordDictionaryTaskHandler'] = new \Shopware\Core\Content\Product\Cleanup\CleanupProductKeywordDictionaryTaskHandler($a, ($this->services['Doctrine\\DBAL\\Connection'] ?? $this->getConnectionService()));
  36604.     }
  36605.     /**
  36606.      * Gets the private 'Shopware\Core\Content\Product\Cleanup\CleanupUnusedDownloadMediaTaskHandler' shared service.
  36607.      *
  36608.      * @return \Shopware\Core\Content\Product\Cleanup\CleanupUnusedDownloadMediaTaskHandler
  36609.      */
  36610.     protected function getCleanupUnusedDownloadMediaTaskHandlerService()
  36611.     {
  36612.         include_once \dirname(__DIR__4).'/vendor/shopware/core/Content/Product/Cleanup/CleanupUnusedDownloadMediaTaskHandler.php';
  36613.         $a = ($this->services['scheduled_task.repository'] ?? $this->getScheduledTask_RepositoryService());
  36614.         if (isset($this->privates['Shopware\\Core\\Content\\Product\\Cleanup\\CleanupUnusedDownloadMediaTaskHandler'])) {
  36615.             return $this->privates['Shopware\\Core\\Content\\Product\\Cleanup\\CleanupUnusedDownloadMediaTaskHandler'];
  36616.         }
  36617.         $b = ($this->privates['Shopware\\Core\\Content\\Media\\DeleteNotUsedMediaService'] ?? $this->getDeleteNotUsedMediaServiceService());
  36618.         if (isset($this->privates['Shopware\\Core\\Content\\Product\\Cleanup\\CleanupUnusedDownloadMediaTaskHandler'])) {
  36619.             return $this->privates['Shopware\\Core\\Content\\Product\\Cleanup\\CleanupUnusedDownloadMediaTaskHandler'];
  36620.         }
  36621.         return $this->privates['Shopware\\Core\\Content\\Product\\Cleanup\\CleanupUnusedDownloadMediaTaskHandler'] = new \Shopware\Core\Content\Product\Cleanup\CleanupUnusedDownloadMediaTaskHandler($a$b);
  36622.     }
  36623.     /**
  36624.      * Gets the private 'Shopware\Core\Content\Product\Cms\BuyBoxCmsElementResolver' shared service.
  36625.      *
  36626.      * @return \Shopware\Core\Content\Product\Cms\BuyBoxCmsElementResolver
  36627.      */
  36628.     protected function getBuyBoxCmsElementResolverService()
  36629.     {
  36630.         include_once \dirname(__DIR__4).'/vendor/shopware/core/Content/Cms/DataResolver/Element/CmsElementResolverInterface.php';
  36631.         include_once \dirname(__DIR__4).'/vendor/shopware/core/Content/Cms/DataResolver/Element/AbstractCmsElementResolver.php';
  36632.         include_once \dirname(__DIR__4).'/vendor/shopware/core/Content/Product/Cms/AbstractProductDetailCmsElementResolver.php';
  36633.         include_once \dirname(__DIR__4).'/vendor/shopware/core/Content/Product/Cms/BuyBoxCmsElementResolver.php';
  36634.         $a = ($this->privates['Shopware\\Storefront\\Page\\Product\\Configurator\\ProductPageConfiguratorLoader'] ?? $this->getProductPageConfiguratorLoaderService());
  36635.         if (isset($this->privates['Shopware\\Core\\Content\\Product\\Cms\\BuyBoxCmsElementResolver'])) {
  36636.             return $this->privates['Shopware\\Core\\Content\\Product\\Cms\\BuyBoxCmsElementResolver'];
  36637.         }
  36638.         $b = ($this->services['product_review.repository'] ?? $this->getProductReview_RepositoryService());
  36639.         if (isset($this->privates['Shopware\\Core\\Content\\Product\\Cms\\BuyBoxCmsElementResolver'])) {
  36640.             return $this->privates['Shopware\\Core\\Content\\Product\\Cms\\BuyBoxCmsElementResolver'];
  36641.         }
  36642.         return $this->privates['Shopware\\Core\\Content\\Product\\Cms\\BuyBoxCmsElementResolver'] = new \Shopware\Core\Content\Product\Cms\BuyBoxCmsElementResolver($a$b);
  36643.     }
  36644.     /**
  36645.      * Gets the private 'Shopware\Core\Content\Product\Cms\CrossSellingCmsElementResolver' shared service.
  36646.      *
  36647.      * @return \Shopware\Core\Content\Product\Cms\CrossSellingCmsElementResolver
  36648.      */
  36649.     protected function getCrossSellingCmsElementResolverService()
  36650.     {
  36651.         include_once \dirname(__DIR__4).'/vendor/shopware/core/Content/Cms/DataResolver/Element/CmsElementResolverInterface.php';
  36652.         include_once \dirname(__DIR__4).'/vendor/shopware/core/Content/Cms/DataResolver/Element/AbstractCmsElementResolver.php';
  36653.         include_once \dirname(__DIR__4).'/vendor/shopware/core/Content/Product/Cms/AbstractProductDetailCmsElementResolver.php';
  36654.         include_once \dirname(__DIR__4).'/vendor/shopware/core/Content/Product/Cms/CrossSellingCmsElementResolver.php';
  36655.         $a = ($this->services['Shopware\\Core\\Content\\Product\\SalesChannel\\CrossSelling\\CachedProductCrossSellingRoute'] ?? $this->getCachedProductCrossSellingRouteService());
  36656.         if (isset($this->privates['Shopware\\Core\\Content\\Product\\Cms\\CrossSellingCmsElementResolver'])) {
  36657.             return $this->privates['Shopware\\Core\\Content\\Product\\Cms\\CrossSellingCmsElementResolver'];
  36658.         }
  36659.         return $this->privates['Shopware\\Core\\Content\\Product\\Cms\\CrossSellingCmsElementResolver'] = new \Shopware\Core\Content\Product\Cms\CrossSellingCmsElementResolver($a);
  36660.     }
  36661.     /**
  36662.      * Gets the private 'Shopware\Core\Content\Product\Cms\ProductBoxCmsElementResolver' shared service.
  36663.      *
  36664.      * @return \Shopware\Core\Content\Product\Cms\ProductBoxCmsElementResolver
  36665.      */
  36666.     protected function getProductBoxCmsElementResolverService()
  36667.     {
  36668.         include_once \dirname(__DIR__4).'/vendor/shopware/core/Content/Cms/DataResolver/Element/CmsElementResolverInterface.php';
  36669.         include_once \dirname(__DIR__4).'/vendor/shopware/core/Content/Cms/DataResolver/Element/AbstractCmsElementResolver.php';
  36670.         include_once \dirname(__DIR__4).'/vendor/shopware/core/Content/Product/Cms/ProductBoxCmsElementResolver.php';
  36671.         $a = ($this->services['Shopware\\Core\\System\\SystemConfig\\SystemConfigService'] ?? $this->getSystemConfigServiceService());
  36672.         if (isset($this->privates['Shopware\\Core\\Content\\Product\\Cms\\ProductBoxCmsElementResolver'])) {
  36673.             return $this->privates['Shopware\\Core\\Content\\Product\\Cms\\ProductBoxCmsElementResolver'];
  36674.         }
  36675.         return $this->privates['Shopware\\Core\\Content\\Product\\Cms\\ProductBoxCmsElementResolver'] = new \Shopware\Core\Content\Product\Cms\ProductBoxCmsElementResolver($a);
  36676.     }
  36677.     /**
  36678.      * Gets the private 'Shopware\Core\Content\Product\Cms\ProductDescriptionReviewsCmsElementResolver' shared service.
  36679.      *
  36680.      * @return \Shopware\Core\Content\Product\Cms\ProductDescriptionReviewsCmsElementResolver
  36681.      */
  36682.     protected function getProductDescriptionReviewsCmsElementResolverService()
  36683.     {
  36684.         include_once \dirname(__DIR__4).'/vendor/shopware/core/Content/Cms/DataResolver/Element/CmsElementResolverInterface.php';
  36685.         include_once \dirname(__DIR__4).'/vendor/shopware/core/Content/Cms/DataResolver/Element/AbstractCmsElementResolver.php';
  36686.         include_once \dirname(__DIR__4).'/vendor/shopware/core/Content/Product/Cms/AbstractProductDetailCmsElementResolver.php';
  36687.         include_once \dirname(__DIR__4).'/vendor/shopware/core/Content/Product/Cms/ProductDescriptionReviewsCmsElementResolver.php';
  36688.         $a = ($this->services['Shopware\\Core\\Content\\Product\\SalesChannel\\Review\\CachedProductReviewRoute'] ?? $this->getCachedProductReviewRouteService());
  36689.         if (isset($this->privates['Shopware\\Core\\Content\\Product\\Cms\\ProductDescriptionReviewsCmsElementResolver'])) {
  36690.             return $this->privates['Shopware\\Core\\Content\\Product\\Cms\\ProductDescriptionReviewsCmsElementResolver'];
  36691.         }
  36692.         return $this->privates['Shopware\\Core\\Content\\Product\\Cms\\ProductDescriptionReviewsCmsElementResolver'] = new \Shopware\Core\Content\Product\Cms\ProductDescriptionReviewsCmsElementResolver($a);
  36693.     }
  36694.     /**
  36695.      * Gets the private 'Shopware\Core\Content\Product\Cms\ProductListingCmsElementResolver' shared service.
  36696.      *
  36697.      * @return \Shopware\Core\Content\Product\Cms\ProductListingCmsElementResolver
  36698.      */
  36699.     protected function getProductListingCmsElementResolverService()
  36700.     {
  36701.         include_once \dirname(__DIR__4).'/vendor/shopware/core/Content/Cms/DataResolver/Element/CmsElementResolverInterface.php';
  36702.         include_once \dirname(__DIR__4).'/vendor/shopware/core/Content/Cms/DataResolver/Element/AbstractCmsElementResolver.php';
  36703.         include_once \dirname(__DIR__4).'/vendor/shopware/core/Content/Product/Cms/ProductListingCmsElementResolver.php';
  36704.         $a = ($this->services['MoorlFoundation\\Core\\Content\\Product\\SalesChannel\\Listing\\FoundationProductListingRoute'] ?? $this->getFoundationProductListingRouteService());
  36705.         if (isset($this->privates['Shopware\\Core\\Content\\Product\\Cms\\ProductListingCmsElementResolver'])) {
  36706.             return $this->privates['Shopware\\Core\\Content\\Product\\Cms\\ProductListingCmsElementResolver'];
  36707.         }
  36708.         return $this->privates['Shopware\\Core\\Content\\Product\\Cms\\ProductListingCmsElementResolver'] = new \Shopware\Core\Content\Product\Cms\ProductListingCmsElementResolver($a);
  36709.     }
  36710.     /**
  36711.      * Gets the private 'Shopware\Core\Content\Product\Cms\ProductSliderCmsElementResolver' shared service.
  36712.      *
  36713.      * @return \Shopware\Core\Content\Product\Cms\ProductSliderCmsElementResolver
  36714.      */
  36715.     protected function getProductSliderCmsElementResolverService()
  36716.     {
  36717.         include_once \dirname(__DIR__4).'/vendor/shopware/core/Content/Cms/DataResolver/Element/CmsElementResolverInterface.php';
  36718.         include_once \dirname(__DIR__4).'/vendor/shopware/core/Content/Cms/DataResolver/Element/AbstractCmsElementResolver.php';
  36719.         include_once \dirname(__DIR__4).'/vendor/shopware/core/Content/Product/Cms/ProductSliderCmsElementResolver.php';
  36720.         $a = ($this->services['Shopware\\Core\\System\\SystemConfig\\SystemConfigService'] ?? $this->getSystemConfigServiceService());
  36721.         if (isset($this->privates['Shopware\\Core\\Content\\Product\\Cms\\ProductSliderCmsElementResolver'])) {
  36722.             return $this->privates['Shopware\\Core\\Content\\Product\\Cms\\ProductSliderCmsElementResolver'];
  36723.         }
  36724.         return $this->privates['Shopware\\Core\\Content\\Product\\Cms\\ProductSliderCmsElementResolver'] = new \Shopware\Core\Content\Product\Cms\ProductSliderCmsElementResolver(($this->services['Shopware\\Core\\Content\\ProductStream\\Service\\ProductStreamBuilder'] ?? $this->getProductStreamBuilderService()), $a);
  36725.     }
  36726.     /**
  36727.      * Gets the private 'Shopware\Core\Content\Product\DataAbstractionLayer\ProductIndexer' shared service.
  36728.      *
  36729.      * @return \Shopware\Core\Content\Product\DataAbstractionLayer\ProductIndexer
  36730.      */
  36731.     protected function getProductIndexer2Service()
  36732.     {
  36733.         include_once \dirname(__DIR__4).'/vendor/shopware/core/Framework/DataAbstractionLayer/Indexing/EntityIndexer.php';
  36734.         include_once \dirname(__DIR__4).'/vendor/shopware/core/Content/Product/DataAbstractionLayer/ProductIndexer.php';
  36735.         include_once \dirname(__DIR__4).'/vendor/shopware/core/Content/Product/DataAbstractionLayer/VariantListingUpdater.php';
  36736.         include_once \dirname(__DIR__4).'/vendor/shopware/core/Content/Product/DataAbstractionLayer/ProductCategoryDenormalizer.php';
  36737.         include_once \dirname(__DIR__4).'/vendor/shopware/core/Content/Product/DataAbstractionLayer/RatingAverageUpdater.php';
  36738.         include_once \dirname(__DIR__4).'/vendor/shopware/core/Content/Product/DataAbstractionLayer/CheapestPriceUpdater.php';
  36739.         include_once \dirname(__DIR__4).'/vendor/shopware/core/Content/Product/DataAbstractionLayer/AbstractCheapestPriceQuantitySelector.php';
  36740.         include_once \dirname(__DIR__4).'/vendor/shopware/core/Content/Product/DataAbstractionLayer/CheapestPriceQuantitySelector.php';
  36741.         $a = ($this->services['product.repository'] ?? $this->getProduct_RepositoryService());
  36742.         if (isset($this->privates['Shopware\\Core\\Content\\Product\\DataAbstractionLayer\\ProductIndexer'])) {
  36743.             return $this->privates['Shopware\\Core\\Content\\Product\\DataAbstractionLayer\\ProductIndexer'];
  36744.         }
  36745.         $b = ($this->privates['Shopware\\Elasticsearch\\Product\\SearchKeywordReplacement'] ?? $this->getSearchKeywordReplacementService());
  36746.         if (isset($this->privates['Shopware\\Core\\Content\\Product\\DataAbstractionLayer\\ProductIndexer'])) {
  36747.             return $this->privates['Shopware\\Core\\Content\\Product\\DataAbstractionLayer\\ProductIndexer'];
  36748.         }
  36749.         $c = ($this->privates['Shopware\\Core\\Content\\Product\\DataAbstractionLayer\\StockUpdater'] ?? $this->getStockUpdaterService());
  36750.         if (isset($this->privates['Shopware\\Core\\Content\\Product\\DataAbstractionLayer\\ProductIndexer'])) {
  36751.             return $this->privates['Shopware\\Core\\Content\\Product\\DataAbstractionLayer\\ProductIndexer'];
  36752.         }
  36753.         $d = ($this->services['event_dispatcher'] ?? $this->getEventDispatcherService());
  36754.         if (isset($this->privates['Shopware\\Core\\Content\\Product\\DataAbstractionLayer\\ProductIndexer'])) {
  36755.             return $this->privates['Shopware\\Core\\Content\\Product\\DataAbstractionLayer\\ProductIndexer'];
  36756.         }
  36757.         $e = ($this->privates['Shopware\\Core\\Content\\Product\\DataAbstractionLayer\\ProductStreamUpdater'] ?? $this->getProductStreamUpdaterService());
  36758.         if (isset($this->privates['Shopware\\Core\\Content\\Product\\DataAbstractionLayer\\ProductIndexer'])) {
  36759.             return $this->privates['Shopware\\Core\\Content\\Product\\DataAbstractionLayer\\ProductIndexer'];
  36760.         }
  36761.         $f = ($this->privates['Shopware\\Core\\Content\\Product\\DataAbstractionLayer\\StatesUpdater'] ?? $this->getStatesUpdaterService());
  36762.         if (isset($this->privates['Shopware\\Core\\Content\\Product\\DataAbstractionLayer\\ProductIndexer'])) {
  36763.             return $this->privates['Shopware\\Core\\Content\\Product\\DataAbstractionLayer\\ProductIndexer'];
  36764.         }
  36765.         $g = ($this->services['messenger.default_bus'] ?? $this->getMessenger_DefaultBusService());
  36766.         if (isset($this->privates['Shopware\\Core\\Content\\Product\\DataAbstractionLayer\\ProductIndexer'])) {
  36767.             return $this->privates['Shopware\\Core\\Content\\Product\\DataAbstractionLayer\\ProductIndexer'];
  36768.         }
  36769.         $h = ($this->services['Doctrine\\DBAL\\Connection'] ?? $this->getConnectionService());
  36770.         return $this->privates['Shopware\\Core\\Content\\Product\\DataAbstractionLayer\\ProductIndexer'] = new \Shopware\Core\Content\Product\DataAbstractionLayer\ProductIndexer(($this->privates['Shopware\\Core\\Framework\\DataAbstractionLayer\\Dbal\\Common\\IteratorFactory'] ?? $this->getIteratorFactory2Service()), $a$h, new \Shopware\Core\Content\Product\DataAbstractionLayer\VariantListingUpdater($h), new \Shopware\Core\Content\Product\DataAbstractionLayer\ProductCategoryDenormalizer($h), ($this->privates['Shopware\\Core\\Framework\\DataAbstractionLayer\\Indexing\\InheritanceUpdater'] ?? $this->getInheritanceUpdaterService()), new \Shopware\Core\Content\Product\DataAbstractionLayer\RatingAverageUpdater($h), $b, ($this->privates['Shopware\\Core\\Framework\\DataAbstractionLayer\\Indexing\\ChildCountUpdater'] ?? $this->getChildCountUpdaterService()), ($this->privates['Shopware\\Core\\Framework\\DataAbstractionLayer\\Indexing\\ManyToManyIdFieldUpdater'] ?? $this->getManyToManyIdFieldUpdaterService()), $c$d, new \Shopware\Core\Content\Product\DataAbstractionLayer\CheapestPriceUpdater($h, new \Shopware\Core\Content\Product\DataAbstractionLayer\CheapestPriceQuantitySelector()), $e$f$g);
  36771.     }
  36772.     /**
  36773.      * Gets the private 'Shopware\Core\Content\Product\DataAbstractionLayer\ProductStreamUpdater' shared service.
  36774.      *
  36775.      * @return \Shopware\Core\Content\Product\DataAbstractionLayer\ProductStreamUpdater
  36776.      */
  36777.     protected function getProductStreamUpdaterService()
  36778.     {
  36779.         include_once \dirname(__DIR__4).'/vendor/shopware/core/Framework/DataAbstractionLayer/Indexing/EntityIndexer.php';
  36780.         include_once \dirname(__DIR__4).'/vendor/shopware/core/Content/Product/DataAbstractionLayer/ProductStreamUpdater.php';
  36781.         $a = ($this->services['product.repository'] ?? $this->getProduct_RepositoryService());
  36782.         if (isset($this->privates['Shopware\\Core\\Content\\Product\\DataAbstractionLayer\\ProductStreamUpdater'])) {
  36783.             return $this->privates['Shopware\\Core\\Content\\Product\\DataAbstractionLayer\\ProductStreamUpdater'];
  36784.         }
  36785.         $b = ($this->services['messenger.default_bus'] ?? $this->getMessenger_DefaultBusService());
  36786.         if (isset($this->privates['Shopware\\Core\\Content\\Product\\DataAbstractionLayer\\ProductStreamUpdater'])) {
  36787.             return $this->privates['Shopware\\Core\\Content\\Product\\DataAbstractionLayer\\ProductStreamUpdater'];
  36788.         }
  36789.         return $this->privates['Shopware\\Core\\Content\\Product\\DataAbstractionLayer\\ProductStreamUpdater'] = new \Shopware\Core\Content\Product\DataAbstractionLayer\ProductStreamUpdater(($this->services['Doctrine\\DBAL\\Connection'] ?? $this->getConnectionService()), ($this->services['Shopware\\Core\\Content\\Product\\ProductDefinition'] ?? $this->getProductDefinitionService()), $a$b, ($this->privates['Shopware\\Core\\Framework\\DataAbstractionLayer\\Indexing\\ManyToManyIdFieldUpdater'] ?? $this->getManyToManyIdFieldUpdaterService()));
  36790.     }
  36791.     /**
  36792.      * Gets the private 'Shopware\Core\Content\Product\DataAbstractionLayer\StatesUpdater' shared service.
  36793.      *
  36794.      * @return \Shopware\Core\Content\Product\DataAbstractionLayer\StatesUpdater
  36795.      */
  36796.     protected function getStatesUpdaterService()
  36797.     {
  36798.         include_once \dirname(__DIR__4).'/vendor/shopware/core/Content/Product/DataAbstractionLayer/StatesUpdater.php';
  36799.         $a = ($this->services['event_dispatcher'] ?? $this->getEventDispatcherService());
  36800.         if (isset($this->privates['Shopware\\Core\\Content\\Product\\DataAbstractionLayer\\StatesUpdater'])) {
  36801.             return $this->privates['Shopware\\Core\\Content\\Product\\DataAbstractionLayer\\StatesUpdater'];
  36802.         }
  36803.         return $this->privates['Shopware\\Core\\Content\\Product\\DataAbstractionLayer\\StatesUpdater'] = new \Shopware\Core\Content\Product\DataAbstractionLayer\StatesUpdater(($this->services['Doctrine\\DBAL\\Connection'] ?? $this->getConnectionService()), $a);
  36804.     }
  36805.     /**
  36806.      * Gets the private 'Shopware\Core\Content\Product\DataAbstractionLayer\StockUpdater' shared service.
  36807.      *
  36808.      * @return \Shopware\Core\Content\Product\DataAbstractionLayer\StockUpdater
  36809.      */
  36810.     protected function getStockUpdaterService()
  36811.     {
  36812.         include_once \dirname(__DIR__4).'/vendor/shopware/core/Content/Product/DataAbstractionLayer/StockUpdater.php';
  36813.         include_once \dirname(__DIR__4).'/vendor/shopware/core/Content/Product/DataAbstractionLayer/StockUpdate/StockUpdateFilterProvider.php';
  36814.         $a = ($this->services['event_dispatcher'] ?? $this->getEventDispatcherService());
  36815.         if (isset($this->privates['Shopware\\Core\\Content\\Product\\DataAbstractionLayer\\StockUpdater'])) {
  36816.             return $this->privates['Shopware\\Core\\Content\\Product\\DataAbstractionLayer\\StockUpdater'];
  36817.         }
  36818.         return $this->privates['Shopware\\Core\\Content\\Product\\DataAbstractionLayer\\StockUpdater'] = new \Shopware\Core\Content\Product\DataAbstractionLayer\StockUpdater(($this->services['Doctrine\\DBAL\\Connection'] ?? $this->getConnectionService()), $a, new \Shopware\Core\Content\Product\DataAbstractionLayer\StockUpdate\StockUpdateFilterProvider(new RewindableGenerator(function () {
  36819.             return new \EmptyIterator();
  36820.         }, 0)));
  36821.     }
  36822.     /**
  36823.      * Gets the private 'Shopware\Core\Content\Product\SalesChannel\Listing\ProductListingFeaturesSubscriber' shared service.
  36824.      *
  36825.      * @return \Shopware\Core\Content\Product\SalesChannel\Listing\ProductListingFeaturesSubscriber
  36826.      */
  36827.     protected function getProductListingFeaturesSubscriberService()
  36828.     {
  36829.         include_once \dirname(__DIR__4).'/vendor/shopware/core/Content/Product/SalesChannel/Listing/ProductListingFeaturesSubscriber.php';
  36830.         $a = ($this->services['property_group_option.repository'] ?? $this->getPropertyGroupOption_RepositoryService());
  36831.         if (isset($this->privates['Shopware\\Core\\Content\\Product\\SalesChannel\\Listing\\ProductListingFeaturesSubscriber'])) {
  36832.             return $this->privates['Shopware\\Core\\Content\\Product\\SalesChannel\\Listing\\ProductListingFeaturesSubscriber'];
  36833.         }
  36834.         $b = ($this->services['product_sorting.repository'] ?? $this->getProductSorting_RepositoryService());
  36835.         if (isset($this->privates['Shopware\\Core\\Content\\Product\\SalesChannel\\Listing\\ProductListingFeaturesSubscriber'])) {
  36836.             return $this->privates['Shopware\\Core\\Content\\Product\\SalesChannel\\Listing\\ProductListingFeaturesSubscriber'];
  36837.         }
  36838.         $c = ($this->services['Shopware\\Core\\System\\SystemConfig\\SystemConfigService'] ?? $this->getSystemConfigServiceService());
  36839.         if (isset($this->privates['Shopware\\Core\\Content\\Product\\SalesChannel\\Listing\\ProductListingFeaturesSubscriber'])) {
  36840.             return $this->privates['Shopware\\Core\\Content\\Product\\SalesChannel\\Listing\\ProductListingFeaturesSubscriber'];
  36841.         }
  36842.         $d = ($this->services['event_dispatcher'] ?? $this->getEventDispatcherService());
  36843.         if (isset($this->privates['Shopware\\Core\\Content\\Product\\SalesChannel\\Listing\\ProductListingFeaturesSubscriber'])) {
  36844.             return $this->privates['Shopware\\Core\\Content\\Product\\SalesChannel\\Listing\\ProductListingFeaturesSubscriber'];
  36845.         }
  36846.         return $this->privates['Shopware\\Core\\Content\\Product\\SalesChannel\\Listing\\ProductListingFeaturesSubscriber'] = new \Shopware\Core\Content\Product\SalesChannel\Listing\ProductListingFeaturesSubscriber(($this->services['Doctrine\\DBAL\\Connection'] ?? $this->getConnectionService()), $a$b$c$d);
  36847.     }
  36848.     /**
  36849.      * Gets the private 'Shopware\Core\Content\Product\SalesChannel\Listing\ProductListingLoader' shared service.
  36850.      *
  36851.      * @return \Shopware\Core\Content\Product\SalesChannel\Listing\ProductListingLoader
  36852.      */
  36853.     protected function getProductListingLoaderService()
  36854.     {
  36855.         include_once \dirname(__DIR__4).'/vendor/shopware/core/Content/Product/SalesChannel/Listing/ProductListingLoader.php';
  36856.         include_once \dirname(__DIR__4).'/vendor/shopware/core/Content/Product/SalesChannel/AbstractProductCloseoutFilterFactory.php';
  36857.         include_once \dirname(__DIR__4).'/vendor/shopware/core/Content/Product/SalesChannel/ProductCloseoutFilterFactory.php';
  36858.         $a = ($this->services['sales_channel.product.repository'] ?? $this->getSalesChannel_Product_RepositoryService());
  36859.         if (isset($this->privates['Shopware\\Core\\Content\\Product\\SalesChannel\\Listing\\ProductListingLoader'])) {
  36860.             return $this->privates['Shopware\\Core\\Content\\Product\\SalesChannel\\Listing\\ProductListingLoader'];
  36861.         }
  36862.         $b = ($this->services['Shopware\\Core\\System\\SystemConfig\\SystemConfigService'] ?? $this->getSystemConfigServiceService());
  36863.         if (isset($this->privates['Shopware\\Core\\Content\\Product\\SalesChannel\\Listing\\ProductListingLoader'])) {
  36864.             return $this->privates['Shopware\\Core\\Content\\Product\\SalesChannel\\Listing\\ProductListingLoader'];
  36865.         }
  36866.         $c = ($this->services['event_dispatcher'] ?? $this->getEventDispatcherService());
  36867.         if (isset($this->privates['Shopware\\Core\\Content\\Product\\SalesChannel\\Listing\\ProductListingLoader'])) {
  36868.             return $this->privates['Shopware\\Core\\Content\\Product\\SalesChannel\\Listing\\ProductListingLoader'];
  36869.         }
  36870.         return $this->privates['Shopware\\Core\\Content\\Product\\SalesChannel\\Listing\\ProductListingLoader'] = new \Shopware\Core\Content\Product\SalesChannel\Listing\ProductListingLoader($a$b, ($this->services['Doctrine\\DBAL\\Connection'] ?? $this->getConnectionService()), $c, ($this->privates['Shopware\\Core\\Content\\Product\\SalesChannel\\ProductCloseoutFilterFactory'] ?? ($this->privates['Shopware\\Core\\Content\\Product\\SalesChannel\\ProductCloseoutFilterFactory'] = new \Shopware\Core\Content\Product\SalesChannel\ProductCloseoutFilterFactory())));
  36871.     }
  36872.     /**
  36873.      * Gets the private 'Shopware\Core\Content\Product\SalesChannel\Price\ProductPriceCalculator' shared service.
  36874.      *
  36875.      * @return \Shopware\Core\Content\Product\SalesChannel\Price\ProductPriceCalculator
  36876.      */
  36877.     protected function getProductPriceCalculatorService()
  36878.     {
  36879.         include_once \dirname(__DIR__4).'/vendor/shopware/core/Content/Product/SalesChannel/Price/AbstractProductPriceCalculator.php';
  36880.         include_once \dirname(__DIR__4).'/vendor/shopware/core/Content/Product/SalesChannel/Price/ProductPriceCalculator.php';
  36881.         $a = ($this->services['unit.repository'] ?? $this->getUnit_RepositoryService());
  36882.         if (isset($this->privates['Shopware\\Core\\Content\\Product\\SalesChannel\\Price\\ProductPriceCalculator'])) {
  36883.             return $this->privates['Shopware\\Core\\Content\\Product\\SalesChannel\\Price\\ProductPriceCalculator'];
  36884.         }
  36885.         return $this->privates['Shopware\\Core\\Content\\Product\\SalesChannel\\Price\\ProductPriceCalculator'] = new \Shopware\Core\Content\Product\SalesChannel\Price\ProductPriceCalculator($a, ($this->privates['Shopware\\Core\\Checkout\\Cart\\Price\\QuantityPriceCalculator'] ?? $this->getQuantityPriceCalculatorService()));
  36886.     }
  36887.     /**
  36888.      * Gets the private 'Shopware\Core\Content\Product\Subscriber\ProductSubscriber' shared service.
  36889.      *
  36890.      * @return \Shopware\Core\Content\Product\Subscriber\ProductSubscriber
  36891.      */
  36892.     protected function getProductSubscriber2Service()
  36893.     {
  36894.         include_once \dirname(__DIR__4).'/vendor/shopware/core/Content/Product/Subscriber/ProductSubscriber.php';
  36895.         include_once \dirname(__DIR__4).'/vendor/shopware/core/Content/Product/AbstractSalesChannelProductBuilder.php';
  36896.         include_once \dirname(__DIR__4).'/vendor/shopware/core/Content/Product/SalesChannelProductBuilder.php';
  36897.         include_once \dirname(__DIR__4).'/vendor/shopware/core/Content/Product/AbstractPropertyGroupSorter.php';
  36898.         include_once \dirname(__DIR__4).'/vendor/shopware/core/Content/Product/PropertyGroupSorter.php';
  36899.         include_once \dirname(__DIR__4).'/vendor/shopware/core/Content/Product/AbstractProductMaxPurchaseCalculator.php';
  36900.         include_once \dirname(__DIR__4).'/vendor/shopware/core/Content/Product/ProductMaxPurchaseCalculator.php';
  36901.         include_once \dirname(__DIR__4).'/vendor/shopware/core/Content/Product/AbstractIsNewDetector.php';
  36902.         include_once \dirname(__DIR__4).'/vendor/shopware/core/Content/Product/IsNewDetector.php';
  36903.         include_once \dirname(__DIR__4).'/vendor/shopware/core/Content/Product/AbstractProductVariationBuilder.php';
  36904.         include_once \dirname(__DIR__4).'/vendor/shopware/core/Content/Product/ProductVariationBuilder.php';
  36905.         $a = ($this->services['Shopware\\Core\\System\\SystemConfig\\SystemConfigService'] ?? $this->getSystemConfigServiceService());
  36906.         if (isset($this->privates['Shopware\\Core\\Content\\Product\\Subscriber\\ProductSubscriber'])) {
  36907.             return $this->privates['Shopware\\Core\\Content\\Product\\Subscriber\\ProductSubscriber'];
  36908.         }
  36909.         $b = ($this->privates['Shopware\\Core\\Content\\Product\\SalesChannel\\Price\\ProductPriceCalculator'] ?? $this->getProductPriceCalculatorService());
  36910.         if (isset($this->privates['Shopware\\Core\\Content\\Product\\Subscriber\\ProductSubscriber'])) {
  36911.             return $this->privates['Shopware\\Core\\Content\\Product\\Subscriber\\ProductSubscriber'];
  36912.         }
  36913.         $c = new \Shopware\Core\Content\Product\PropertyGroupSorter();
  36914.         $d = new \Shopware\Core\Content\Product\ProductMaxPurchaseCalculator($a);
  36915.         $e = new \Shopware\Core\Content\Product\IsNewDetector($a);
  36916.         return $this->privates['Shopware\\Core\\Content\\Product\\Subscriber\\ProductSubscriber'] = new \Shopware\Core\Content\Product\Subscriber\ProductSubscriber(new \Shopware\Core\Content\Product\SalesChannelProductBuilder($c$d$e), new \Shopware\Core\Content\Product\ProductVariationBuilder(), $b$c$d$e$a);
  36917.     }
  36918.     /**
  36919.      * Gets the private 'Shopware\Core\Content\Rule\DataAbstractionLayer\RuleAreaUpdater' shared service.
  36920.      *
  36921.      * @return \Shopware\Core\Content\Rule\DataAbstractionLayer\RuleAreaUpdater
  36922.      */
  36923.     protected function getRuleAreaUpdaterService()
  36924.     {
  36925.         include_once \dirname(__DIR__4).'/vendor/shopware/core/Content/Rule/DataAbstractionLayer/RuleAreaUpdater.php';
  36926.         $a = ($this->privates['Shopware\\Core\\Framework\\Adapter\\Cache\\CacheInvalidator'] ?? $this->getCacheInvalidatorService());
  36927.         if (isset($this->privates['Shopware\\Core\\Content\\Rule\\DataAbstractionLayer\\RuleAreaUpdater'])) {
  36928.             return $this->privates['Shopware\\Core\\Content\\Rule\\DataAbstractionLayer\\RuleAreaUpdater'];
  36929.         }
  36930.         return $this->privates['Shopware\\Core\\Content\\Rule\\DataAbstractionLayer\\RuleAreaUpdater'] = new \Shopware\Core\Content\Rule\DataAbstractionLayer\RuleAreaUpdater(($this->services['Doctrine\\DBAL\\Connection'] ?? $this->getConnectionService()), ($this->services['Shopware\\Core\\Content\\Rule\\RuleDefinition'] ?? $this->getRuleDefinitionService()), ($this->privates['Shopware\\Core\\Framework\\Rule\\Collector\\RuleConditionRegistry'] ?? $this->getRuleConditionRegistryService()), $a);
  36931.     }
  36932.     /**
  36933.      * Gets the private 'Shopware\Core\Content\Rule\DataAbstractionLayer\RuleIndexer' shared service.
  36934.      *
  36935.      * @return \Shopware\Core\Content\Rule\DataAbstractionLayer\RuleIndexer
  36936.      */
  36937.     protected function getRuleIndexerService()
  36938.     {
  36939.         include_once \dirname(__DIR__4).'/vendor/shopware/core/Framework/DataAbstractionLayer/Indexing/EntityIndexer.php';
  36940.         include_once \dirname(__DIR__4).'/vendor/shopware/core/Content/Rule/DataAbstractionLayer/RuleIndexer.php';
  36941.         $a = ($this->services['rule.repository'] ?? $this->getRule_RepositoryService());
  36942.         if (isset($this->privates['Shopware\\Core\\Content\\Rule\\DataAbstractionLayer\\RuleIndexer'])) {
  36943.             return $this->privates['Shopware\\Core\\Content\\Rule\\DataAbstractionLayer\\RuleIndexer'];
  36944.         }
  36945.         $b = ($this->privates['Shopware\\Core\\Content\\Rule\\DataAbstractionLayer\\RuleAreaUpdater'] ?? $this->getRuleAreaUpdaterService());
  36946.         if (isset($this->privates['Shopware\\Core\\Content\\Rule\\DataAbstractionLayer\\RuleIndexer'])) {
  36947.             return $this->privates['Shopware\\Core\\Content\\Rule\\DataAbstractionLayer\\RuleIndexer'];
  36948.         }
  36949.         $c = ($this->privates['Shopware\\Core\\Checkout\\Cart\\CartRuleLoader'] ?? $this->getCartRuleLoaderService());
  36950.         if (isset($this->privates['Shopware\\Core\\Content\\Rule\\DataAbstractionLayer\\RuleIndexer'])) {
  36951.             return $this->privates['Shopware\\Core\\Content\\Rule\\DataAbstractionLayer\\RuleIndexer'];
  36952.         }
  36953.         $d = ($this->services['event_dispatcher'] ?? $this->getEventDispatcherService());
  36954.         if (isset($this->privates['Shopware\\Core\\Content\\Rule\\DataAbstractionLayer\\RuleIndexer'])) {
  36955.             return $this->privates['Shopware\\Core\\Content\\Rule\\DataAbstractionLayer\\RuleIndexer'];
  36956.         }
  36957.         return $this->privates['Shopware\\Core\\Content\\Rule\\DataAbstractionLayer\\RuleIndexer'] = new \Shopware\Core\Content\Rule\DataAbstractionLayer\RuleIndexer(($this->services['Doctrine\\DBAL\\Connection'] ?? $this->getConnectionService()), ($this->privates['Shopware\\Core\\Framework\\DataAbstractionLayer\\Dbal\\Common\\IteratorFactory'] ?? $this->getIteratorFactory2Service()), $a, ($this->privates['Shopware\\Core\\Content\\Rule\\DataAbstractionLayer\\RulePayloadUpdater'] ?? $this->getRulePayloadUpdaterService()), $b$c$d);
  36958.     }
  36959.     /**
  36960.      * Gets the private 'Shopware\Core\Content\Rule\DataAbstractionLayer\RulePayloadSubscriber' shared service.
  36961.      *
  36962.      * @return \Shopware\Core\Content\Rule\DataAbstractionLayer\RulePayloadSubscriber
  36963.      */
  36964.     protected function getRulePayloadSubscriberService()
  36965.     {
  36966.         include_once \dirname(__DIR__4).'/vendor/shopware/core/Content/Rule/DataAbstractionLayer/RulePayloadSubscriber.php';
  36967.         return $this->privates['Shopware\\Core\\Content\\Rule\\DataAbstractionLayer\\RulePayloadSubscriber'] = new \Shopware\Core\Content\Rule\DataAbstractionLayer\RulePayloadSubscriber(($this->privates['Shopware\\Core\\Content\\Rule\\DataAbstractionLayer\\RulePayloadUpdater'] ?? $this->getRulePayloadUpdaterService()), ($this->privates['Shopware\\Core\\Framework\\Script\\Debugging\\ScriptTraces'] ?? ($this->privates['Shopware\\Core\\Framework\\Script\\Debugging\\ScriptTraces'] = new \Shopware\Core\Framework\Script\Debugging\ScriptTraces())), $this->targetDir.''true);
  36968.     }
  36969.     /**
  36970.      * Gets the private 'Shopware\Core\Content\Rule\DataAbstractionLayer\RulePayloadUpdater' shared service.
  36971.      *
  36972.      * @return \Shopware\Core\Content\Rule\DataAbstractionLayer\RulePayloadUpdater
  36973.      */
  36974.     protected function getRulePayloadUpdaterService()
  36975.     {
  36976.         include_once \dirname(__DIR__4).'/vendor/shopware/core/Content/Rule/DataAbstractionLayer/RulePayloadUpdater.php';
  36977.         return $this->privates['Shopware\\Core\\Content\\Rule\\DataAbstractionLayer\\RulePayloadUpdater'] = new \Shopware\Core\Content\Rule\DataAbstractionLayer\RulePayloadUpdater(($this->services['Doctrine\\DBAL\\Connection'] ?? $this->getConnectionService()), ($this->privates['Shopware\\Core\\Framework\\Rule\\Collector\\RuleConditionRegistry'] ?? $this->getRuleConditionRegistryService()));
  36978.     }
  36979.     /**
  36980.      * Gets the private 'Shopware\Core\Content\Rule\RuleValidator' shared service.
  36981.      *
  36982.      * @return \Shopware\Core\Content\Rule\RuleValidator
  36983.      */
  36984.     protected function getRuleValidatorService()
  36985.     {
  36986.         include_once \dirname(__DIR__4).'/vendor/shopware/core/Content/Rule/RuleValidator.php';
  36987.         $a = ($this->services['.container.private.validator'] ?? $this->get_Container_Private_ValidatorService());
  36988.         if (isset($this->privates['Shopware\\Core\\Content\\Rule\\RuleValidator'])) {
  36989.             return $this->privates['Shopware\\Core\\Content\\Rule\\RuleValidator'];
  36990.         }
  36991.         $b = ($this->services['rule_condition.repository'] ?? $this->getRuleCondition_RepositoryService());
  36992.         if (isset($this->privates['Shopware\\Core\\Content\\Rule\\RuleValidator'])) {
  36993.             return $this->privates['Shopware\\Core\\Content\\Rule\\RuleValidator'];
  36994.         }
  36995.         $c = ($this->services['app_script_condition.repository'] ?? $this->getAppScriptCondition_RepositoryService());
  36996.         if (isset($this->privates['Shopware\\Core\\Content\\Rule\\RuleValidator'])) {
  36997.             return $this->privates['Shopware\\Core\\Content\\Rule\\RuleValidator'];
  36998.         }
  36999.         return $this->privates['Shopware\\Core\\Content\\Rule\\RuleValidator'] = new \Shopware\Core\Content\Rule\RuleValidator($a, ($this->privates['Shopware\\Core\\Framework\\Rule\\Collector\\RuleConditionRegistry'] ?? $this->getRuleConditionRegistryService()), $b$c);
  37000.     }
  37001.     /**
  37002.      * Gets the private 'Shopware\Core\Content\Seo\SalesChannel\StoreApiSeoResolver' shared service.
  37003.      *
  37004.      * @return \Shopware\Core\Content\Seo\SalesChannel\StoreApiSeoResolver
  37005.      */
  37006.     protected function getStoreApiSeoResolverService()
  37007.     {
  37008.         $a = ($this->services['sales_channel.seo_url.repository'] ?? $this->getSalesChannel_SeoUrl_RepositoryService());
  37009.         if (isset($this->privates['Shopware\\Core\\Content\\Seo\\SalesChannel\\StoreApiSeoResolver'])) {
  37010.             return $this->privates['Shopware\\Core\\Content\\Seo\\SalesChannel\\StoreApiSeoResolver'];
  37011.         }
  37012.         $b = ($this->privates['Shopware\\Core\\Content\\Seo\\SeoUrlRoute\\SeoUrlRouteRegistry'] ?? $this->getSeoUrlRouteRegistryService());
  37013.         if (isset($this->privates['Shopware\\Core\\Content\\Seo\\SalesChannel\\StoreApiSeoResolver'])) {
  37014.             return $this->privates['Shopware\\Core\\Content\\Seo\\SalesChannel\\StoreApiSeoResolver'];
  37015.         }
  37016.         return $this->privates['Shopware\\Core\\Content\\Seo\\SalesChannel\\StoreApiSeoResolver'] = new \Shopware\Core\Content\Seo\SalesChannel\StoreApiSeoResolver($a, ($this->services['Shopware\\Core\\Framework\\DataAbstractionLayer\\DefinitionInstanceRegistry'] ?? $this->getDefinitionInstanceRegistryService()), ($this->services['Shopware\\Core\\System\\SalesChannel\\Entity\\SalesChannelDefinitionInstanceRegistry'] ?? $this->getSalesChannelDefinitionInstanceRegistryService()), $b);
  37017.     }
  37018.     /**
  37019.      * Gets the private 'Shopware\Core\Content\Seo\SeoUrlGenerator' shared service.
  37020.      *
  37021.      * @return \Shopware\Core\Content\Seo\SeoUrlGenerator
  37022.      */
  37023.     protected function getSeoUrlGeneratorService()
  37024.     {
  37025.         include_once \dirname(__DIR__4).'/vendor/shopware/core/Content/Seo/SeoUrlGenerator.php';
  37026.         include_once \dirname(__DIR__4).'/vendor/shopware/core/Content/Seo/SeoUrlTwigFactory.php';
  37027.         return $this->privates['Shopware\\Core\\Content\\Seo\\SeoUrlGenerator'] = new \Shopware\Core\Content\Seo\SeoUrlGenerator(($this->services['Shopware\\Core\\Framework\\DataAbstractionLayer\\DefinitionInstanceRegistry'] ?? $this->getDefinitionInstanceRegistryService()), ($this->privates['router.default'] ?? $this->getRouter_DefaultService()), ($this->services['request_stack'] ?? ($this->services['request_stack'] = new \Symfony\Component\HttpFoundation\RequestStack())), (new \Shopware\Core\Content\Seo\SeoUrlTwigFactory())->createTwigEnvironment(($this->privates['slugify'] ?? $this->getSlugifyService()), new RewindableGenerator(function () {
  37028.             return new \EmptyIterator();
  37029.         }, 0)), ($this->privates['Shopware\\Core\\Framework\\Adapter\\Twig\\TwigVariableParser'] ?? $this->getTwigVariableParserService()));
  37030.     }
  37031.     /**
  37032.      * Gets the private 'Shopware\Core\Content\Seo\SeoUrlPersister' shared service.
  37033.      *
  37034.      * @return \Shopware\Core\Content\Seo\SeoUrlPersister
  37035.      */
  37036.     protected function getSeoUrlPersisterService()
  37037.     {
  37038.         include_once \dirname(__DIR__4).'/vendor/shopware/core/Content/Seo/SeoUrlPersister.php';
  37039.         $a = ($this->services['seo_url.repository'] ?? $this->getSeoUrl_RepositoryService());
  37040.         if (isset($this->privates['Shopware\\Core\\Content\\Seo\\SeoUrlPersister'])) {
  37041.             return $this->privates['Shopware\\Core\\Content\\Seo\\SeoUrlPersister'];
  37042.         }
  37043.         $b = ($this->services['event_dispatcher'] ?? $this->getEventDispatcherService());
  37044.         if (isset($this->privates['Shopware\\Core\\Content\\Seo\\SeoUrlPersister'])) {
  37045.             return $this->privates['Shopware\\Core\\Content\\Seo\\SeoUrlPersister'];
  37046.         }
  37047.         return $this->privates['Shopware\\Core\\Content\\Seo\\SeoUrlPersister'] = new \Shopware\Core\Content\Seo\SeoUrlPersister(($this->services['Doctrine\\DBAL\\Connection'] ?? $this->getConnectionService()), $a$b);
  37048.     }
  37049.     /**
  37050.      * Gets the private 'Shopware\Core\Content\Seo\SeoUrlRoute\SeoUrlRouteRegistry' shared service.
  37051.      *
  37052.      * @return \Shopware\Core\Content\Seo\SeoUrlRoute\SeoUrlRouteRegistry
  37053.      */
  37054.     protected function getSeoUrlRouteRegistryService()
  37055.     {
  37056.         return $this->privates['Shopware\\Core\\Content\\Seo\\SeoUrlRoute\\SeoUrlRouteRegistry'] = new \Shopware\Core\Content\Seo\SeoUrlRoute\SeoUrlRouteRegistry(new RewindableGenerator(function () {
  37057.             yield => ($this->privates['Shopware\\Storefront\\Framework\\Seo\\SeoUrlRoute\\NavigationPageSeoUrlRoute'] ?? $this->getNavigationPageSeoUrlRouteService());
  37058.             yield => ($this->privates['Shopware\\Storefront\\Framework\\Seo\\SeoUrlRoute\\LandingPageSeoUrlRoute'] ?? $this->getLandingPageSeoUrlRouteService());
  37059.             yield => ($this->privates['Nds\\RecipeManager\\Core\\Content\\Category\\CategorySeoUrlRoute'] ?? $this->getCategorySeoUrlRouteService());
  37060.             yield => ($this->privates['Nds\\RecipeManager\\Core\\Content\\Recipe\\RecipeSeoUrlRoute'] ?? $this->getRecipeSeoUrlRouteService());
  37061.             yield => ($this->privates['Nds\\RecipeManager\\Core\\Content\\Tag\\TagSeoUrlRoute'] ?? $this->getTagSeoUrlRouteService());
  37062.             yield => ($this->privates['MoorlCreator\\Core\\Content\\Creator\\Seo\\CreatorSeoUrlRoute'] ?? $this->getCreatorSeoUrlRouteService());
  37063.             yield => ($this->privates['MoorlMagazine\\Storefront\\Framework\\Seo\\SeoUrlRoute\\MagazineArticlePageSeoUrlRoute'] ?? $this->getMagazineArticlePageSeoUrlRouteService());
  37064.             yield => ($this->privates['Pixel\\LexikonSW6\\Core\\Seo\\SeoUrlRoute\\LexikonSeoUrlRoute'] ?? $this->getLexikonSeoUrlRouteService());
  37065.             yield => ($this->privates['Pixel\\LexikonSW6\\Core\\Seo\\SeoUrlRoute\\LexikonCategorySeoUrlRoute'] ?? $this->getLexikonCategorySeoUrlRouteService());
  37066.             yield => ($this->privates['Atl\\SeoUrlManager\\Decorator\\ProductPageSeoUrlRouteDecorator'] ?? $this->getProductPageSeoUrlRouteDecoratorService());
  37067.         }, 10));
  37068.     }
  37069.     /**
  37070.      * Gets the private 'Shopware\Core\Content\Seo\SeoUrlUpdater' shared service.
  37071.      *
  37072.      * @return \Shopware\Core\Content\Seo\SeoUrlUpdater
  37073.      */
  37074.     protected function getSeoUrlUpdaterService()
  37075.     {
  37076.         include_once \dirname(__DIR__4).'/vendor/shopware/core/Content/Seo/SeoUrlUpdater.php';
  37077.         $a = ($this->services['language.repository'] ?? $this->getLanguage_RepositoryService());
  37078.         if (isset($this->privates['Shopware\\Core\\Content\\Seo\\SeoUrlUpdater'])) {
  37079.             return $this->privates['Shopware\\Core\\Content\\Seo\\SeoUrlUpdater'];
  37080.         }
  37081.         $b = ($this->privates['Shopware\\Core\\Content\\Seo\\SeoUrlPersister'] ?? $this->getSeoUrlPersisterService());
  37082.         if (isset($this->privates['Shopware\\Core\\Content\\Seo\\SeoUrlUpdater'])) {
  37083.             return $this->privates['Shopware\\Core\\Content\\Seo\\SeoUrlUpdater'];
  37084.         }
  37085.         $c = ($this->services['sales_channel.repository'] ?? $this->getSalesChannel_RepositoryService());
  37086.         if (isset($this->privates['Shopware\\Core\\Content\\Seo\\SeoUrlUpdater'])) {
  37087.             return $this->privates['Shopware\\Core\\Content\\Seo\\SeoUrlUpdater'];
  37088.         }
  37089.         return $this->privates['Shopware\\Core\\Content\\Seo\\SeoUrlUpdater'] = new \Shopware\Core\Content\Seo\SeoUrlUpdater($a, ($this->privates['Shopware\\Core\\Content\\Seo\\SeoUrlRoute\\SeoUrlRouteRegistry'] ?? $this->getSeoUrlRouteRegistryService()), ($this->privates['Shopware\\Core\\Content\\Seo\\SeoUrlGenerator'] ?? $this->getSeoUrlGeneratorService()), $b, ($this->services['Doctrine\\DBAL\\Connection'] ?? $this->getConnectionService()), $c);
  37090.     }
  37091.     /**
  37092.      * Gets the private 'Shopware\Core\Content\Sitemap\Commands\SitemapGenerateCommand' shared service.
  37093.      *
  37094.      * @return \Shopware\Core\Content\Sitemap\Commands\SitemapGenerateCommand
  37095.      */
  37096.     protected function getSitemapGenerateCommandService()
  37097.     {
  37098.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/Command.php';
  37099.         include_once \dirname(__DIR__4).'/vendor/shopware/core/Content/Sitemap/Commands/SitemapGenerateCommand.php';
  37100.         $this->privates['Shopware\\Core\\Content\\Sitemap\\Commands\\SitemapGenerateCommand'] = $instance = new \Shopware\Core\Content\Sitemap\Commands\SitemapGenerateCommand(($this->services['sales_channel.repository'] ?? $this->getSalesChannel_RepositoryService()), ($this->privates['Shopware\\Core\\Content\\Sitemap\\Service\\SitemapExporter'] ?? $this->getSitemapExporterService()), ($this->services['Shopware\\Core\\System\\SalesChannel\\Context\\SalesChannelContextFactory'] ?? $this->getSalesChannelContextFactoryService()), ($this->services['event_dispatcher'] ?? $this->getEventDispatcherService()));
  37101.         $instance->setName('sitemap:generate');
  37102.         return $instance;
  37103.     }
  37104.     /**
  37105.      * Gets the private 'Shopware\Core\Content\Sitemap\ConfigHandler\File' shared service.
  37106.      *
  37107.      * @return \Shopware\Core\Content\Sitemap\ConfigHandler\File
  37108.      */
  37109.     protected function getFileService()
  37110.     {
  37111.         include_once \dirname(__DIR__4).'/vendor/shopware/core/Content/Sitemap/ConfigHandler/ConfigHandlerInterface.php';
  37112.         include_once \dirname(__DIR__4).'/vendor/shopware/core/Content/Sitemap/ConfigHandler/File.php';
  37113.         return $this->privates['Shopware\\Core\\Content\\Sitemap\\ConfigHandler\\File'] = new \Shopware\Core\Content\Sitemap\ConfigHandler\File($this->parameters['shopware.sitemap']);
  37114.     }
  37115.     /**
  37116.      * Gets the private 'Shopware\Core\Content\Sitemap\Provider\CategoryUrlProvider' shared service.
  37117.      *
  37118.      * @return \Shopware\Core\Content\Sitemap\Provider\CategoryUrlProvider
  37119.      */
  37120.     protected function getCategoryUrlProviderService()
  37121.     {
  37122.         include_once \dirname(__DIR__4).'/vendor/shopware/core/Content/Sitemap/Provider/UrlProviderInterface.php';
  37123.         include_once \dirname(__DIR__4).'/vendor/shopware/core/Content/Sitemap/Provider/AbstractUrlProvider.php';
  37124.         include_once \dirname(__DIR__4).'/vendor/shopware/core/Content/Sitemap/Provider/CategoryUrlProvider.php';
  37125.         return $this->privates['Shopware\\Core\\Content\\Sitemap\\Provider\\CategoryUrlProvider'] = new \Shopware\Core\Content\Sitemap\Provider\CategoryUrlProvider(($this->privates['Shopware\\Core\\Content\\Sitemap\\Service\\ConfigHandler'] ?? $this->getConfigHandlerService()), ($this->services['Doctrine\\DBAL\\Connection'] ?? $this->getConnectionService()), ($this->services['Shopware\\Core\\Content\\Category\\CategoryDefinition'] ?? $this->getCategoryDefinition2Service()), ($this->privates['Shopware\\Core\\Framework\\DataAbstractionLayer\\Dbal\\Common\\IteratorFactory'] ?? $this->getIteratorFactory2Service()), ($this->services['router'] ?? $this->getRouterService()));
  37126.     }
  37127.     /**
  37128.      * Gets the private 'Shopware\Core\Content\Sitemap\Provider\CustomUrlProvider' shared service.
  37129.      *
  37130.      * @return \Shopware\Core\Content\Sitemap\Provider\CustomUrlProvider
  37131.      */
  37132.     protected function getCustomUrlProvider3Service()
  37133.     {
  37134.         include_once \dirname(__DIR__4).'/vendor/shopware/core/Content/Sitemap/Provider/UrlProviderInterface.php';
  37135.         include_once \dirname(__DIR__4).'/vendor/shopware/core/Content/Sitemap/Provider/AbstractUrlProvider.php';
  37136.         include_once \dirname(__DIR__4).'/vendor/shopware/core/Content/Sitemap/Provider/CustomUrlProvider.php';
  37137.         return $this->privates['Shopware\\Core\\Content\\Sitemap\\Provider\\CustomUrlProvider'] = new \Shopware\Core\Content\Sitemap\Provider\CustomUrlProvider(($this->privates['Shopware\\Core\\Content\\Sitemap\\Service\\ConfigHandler'] ?? $this->getConfigHandlerService()));
  37138.     }
  37139.     /**
  37140.      * Gets the private 'Shopware\Core\Content\Sitemap\ScheduledTask\SitemapGenerateTaskHandler' shared service.
  37141.      *
  37142.      * @return \Shopware\Core\Content\Sitemap\ScheduledTask\SitemapGenerateTaskHandler
  37143.      */
  37144.     protected function getSitemapGenerateTaskHandlerService()
  37145.     {
  37146.         include_once \dirname(__DIR__4).'/vendor/shopware/core/Content/Sitemap/ScheduledTask/SitemapGenerateTaskHandler.php';
  37147.         $a = ($this->services['scheduled_task.repository'] ?? $this->getScheduledTask_RepositoryService());
  37148.         if (isset($this->privates['Shopware\\Core\\Content\\Sitemap\\ScheduledTask\\SitemapGenerateTaskHandler'])) {
  37149.             return $this->privates['Shopware\\Core\\Content\\Sitemap\\ScheduledTask\\SitemapGenerateTaskHandler'];
  37150.         }
  37151.         $b = ($this->services['sales_channel.repository'] ?? $this->getSalesChannel_RepositoryService());
  37152.         if (isset($this->privates['Shopware\\Core\\Content\\Sitemap\\ScheduledTask\\SitemapGenerateTaskHandler'])) {
  37153.             return $this->privates['Shopware\\Core\\Content\\Sitemap\\ScheduledTask\\SitemapGenerateTaskHandler'];
  37154.         }
  37155.         $c = ($this->services['Shopware\\Core\\System\\SalesChannel\\Context\\SalesChannelContextFactory'] ?? $this->getSalesChannelContextFactoryService());
  37156.         if (isset($this->privates['Shopware\\Core\\Content\\Sitemap\\ScheduledTask\\SitemapGenerateTaskHandler'])) {
  37157.             return $this->privates['Shopware\\Core\\Content\\Sitemap\\ScheduledTask\\SitemapGenerateTaskHandler'];
  37158.         }
  37159.         $d = ($this->privates['Shopware\\Core\\Content\\Sitemap\\Service\\SitemapExporter'] ?? $this->getSitemapExporterService());
  37160.         if (isset($this->privates['Shopware\\Core\\Content\\Sitemap\\ScheduledTask\\SitemapGenerateTaskHandler'])) {
  37161.             return $this->privates['Shopware\\Core\\Content\\Sitemap\\ScheduledTask\\SitemapGenerateTaskHandler'];
  37162.         }
  37163.         $e = ($this->services['Shopware\\Core\\System\\SystemConfig\\SystemConfigService'] ?? $this->getSystemConfigServiceService());
  37164.         if (isset($this->privates['Shopware\\Core\\Content\\Sitemap\\ScheduledTask\\SitemapGenerateTaskHandler'])) {
  37165.             return $this->privates['Shopware\\Core\\Content\\Sitemap\\ScheduledTask\\SitemapGenerateTaskHandler'];
  37166.         }
  37167.         $f = ($this->services['messenger.default_bus'] ?? $this->getMessenger_DefaultBusService());
  37168.         if (isset($this->privates['Shopware\\Core\\Content\\Sitemap\\ScheduledTask\\SitemapGenerateTaskHandler'])) {
  37169.             return $this->privates['Shopware\\Core\\Content\\Sitemap\\ScheduledTask\\SitemapGenerateTaskHandler'];
  37170.         }
  37171.         $g = ($this->services['event_dispatcher'] ?? $this->getEventDispatcherService());
  37172.         if (isset($this->privates['Shopware\\Core\\Content\\Sitemap\\ScheduledTask\\SitemapGenerateTaskHandler'])) {
  37173.             return $this->privates['Shopware\\Core\\Content\\Sitemap\\ScheduledTask\\SitemapGenerateTaskHandler'];
  37174.         }
  37175.         return $this->privates['Shopware\\Core\\Content\\Sitemap\\ScheduledTask\\SitemapGenerateTaskHandler'] = new \Shopware\Core\Content\Sitemap\ScheduledTask\SitemapGenerateTaskHandler($a$b$c$d, ($this->services['logger'] ?? $this->getLoggerService()), $e$f$g);
  37176.     }
  37177.     /**
  37178.      * Gets the private 'Shopware\Core\Content\Sitemap\Service\ConfigHandler' shared service.
  37179.      *
  37180.      * @return \Shopware\Core\Content\Sitemap\Service\ConfigHandler
  37181.      */
  37182.     protected function getConfigHandlerService()
  37183.     {
  37184.         include_once \dirname(__DIR__4).'/vendor/shopware/core/Content/Sitemap/Service/ConfigHandler.php';
  37185.         return $this->privates['Shopware\\Core\\Content\\Sitemap\\Service\\ConfigHandler'] = new \Shopware\Core\Content\Sitemap\Service\ConfigHandler(new RewindableGenerator(function () {
  37186.             yield => ($this->privates['Shopware\\Core\\Content\\Sitemap\\ConfigHandler\\File'] ?? $this->getFileService());
  37187.         }, 1));
  37188.     }
  37189.     /**
  37190.      * Gets the private 'Shopware\Core\Content\Sitemap\Service\SitemapExporter' shared service.
  37191.      *
  37192.      * @return \Shopware\Core\Content\Sitemap\Service\SitemapExporter
  37193.      */
  37194.     protected function getSitemapExporterService()
  37195.     {
  37196.         include_once \dirname(__DIR__4).'/vendor/shopware/core/Content/Sitemap/Service/SitemapExporterInterface.php';
  37197.         include_once \dirname(__DIR__4).'/vendor/shopware/core/Content/Sitemap/Service/SitemapExporter.php';
  37198.         include_once \dirname(__DIR__4).'/vendor/shopware/core/Content/Sitemap/Service/SitemapHandleFactoryInterface.php';
  37199.         include_once \dirname(__DIR__4).'/vendor/shopware/core/Content/Sitemap/Service/SitemapHandleFactory.php';
  37200.         $a = ($this->services['event_dispatcher'] ?? $this->getEventDispatcherService());
  37201.         if (isset($this->privates['Shopware\\Core\\Content\\Sitemap\\Service\\SitemapExporter'])) {
  37202.             return $this->privates['Shopware\\Core\\Content\\Sitemap\\Service\\SitemapExporter'];
  37203.         }
  37204.         return $this->privates['Shopware\\Core\\Content\\Sitemap\\Service\\SitemapExporter'] = new \Shopware\Core\Content\Sitemap\Service\SitemapExporter(new RewindableGenerator(function () {
  37205.             yield => ($this->privates['Shopware\\Core\\Content\\Sitemap\\Provider\\HomeUrlProvider'] ?? ($this->privates['Shopware\\Core\\Content\\Sitemap\\Provider\\HomeUrlProvider'] = new \Shopware\Core\Content\Sitemap\Provider\HomeUrlProvider()));
  37206.             yield => ($this->privates['Shopware\\Core\\Content\\Sitemap\\Provider\\CategoryUrlProvider'] ?? $this->getCategoryUrlProviderService());
  37207.             yield => ($this->privates['Shopware\\Core\\Content\\Sitemap\\Provider\\CustomUrlProvider'] ?? $this->getCustomUrlProvider3Service());
  37208.             yield => ($this->privates['Nds\\RecipeManager\\Core\\Content\\Sitemap\\Provider\\RecipeUrlProvider'] ?? $this->getRecipeUrlProviderService());
  37209.             yield => ($this->privates['Nds\\RecipeManager\\Core\\Content\\Sitemap\\Provider\\RecipeCategoryUrlProvider'] ?? $this->getRecipeCategoryUrlProviderService());
  37210.             yield => ($this->privates['MoorlCreator\\Core\\Content\\Creator\\Seo\\CreatorUrlProvider'] ?? $this->getCreatorUrlProviderService());
  37211.             yield => ($this->privates['MoorlMagazine\\Core\\Seo\\MagazineArticleUrlProvider'] ?? $this->getMagazineArticleUrlProviderService());
  37212.             yield => ($this->privates['Pixel\\LexikonSW6\\Core\\Sitemap\\CustomUrlProvider'] ?? $this->getCustomUrlProvider2Service());
  37213.             yield => ($this->privates['Cbax\\ModulManufacturers\\Core\\Content\\Sitemap\\Provider\\CustomUrlProvider'] ?? $this->getCustomUrlProviderService());
  37214.             yield => ($this->privates['Atl\\SeoUrlManager\\Decorator\\ProductUrlProviderDecorator'] ?? $this->getProductUrlProviderDecoratorService());
  37215.         }, 10), ($this->services['cache.system'] ?? $this->getCache_SystemService()), 100, ($this->services['shopware.filesystem.sitemap'] ?? $this->getShopware_Filesystem_SitemapService()), new \Shopware\Core\Content\Sitemap\Service\SitemapHandleFactory($a), $a);
  37216.     }
  37217.     /**
  37218.      * Gets the private 'Shopware\Core\Framework\Adapter\Cache\CacheClearer' shared service.
  37219.      *
  37220.      * @return \Shopware\Core\Framework\Adapter\Cache\CacheClearer
  37221.      */
  37222.     protected function getCacheClearer2Service()
  37223.     {
  37224.         include_once \dirname(__DIR__4).'/vendor/shopware/core/Framework/Adapter/Cache/CacheClearer.php';
  37225.         include_once \dirname(__DIR__4).'/vendor/symfony/filesystem/Filesystem.php';
  37226.         $a = ($this->services['messenger.default_bus'] ?? $this->getMessenger_DefaultBusService());
  37227.         if (isset($this->privates['Shopware\\Core\\Framework\\Adapter\\Cache\\CacheClearer'])) {
  37228.             return $this->privates['Shopware\\Core\\Framework\\Adapter\\Cache\\CacheClearer'];
  37229.         }
  37230.         return $this->privates['Shopware\\Core\\Framework\\Adapter\\Cache\\CacheClearer'] = new \Shopware\Core\Framework\Adapter\Cache\CacheClearer([=> ($this->privates['Shopware\\Core\\Framework\\Adapter\\Cache\\CacheDecorator'] ?? $this->getCacheDecoratorService()), => ($this->privates['cache.http'] ?? $this->getCache_HttpService())], ($this->services['.container.private.cache_clearer'] ?? $this->get_Container_Private_CacheClearerService()), ($this->services['.container.private.filesystem'] ?? ($this->services['.container.private.filesystem'] = new \Symfony\Component\Filesystem\Filesystem())), $this->targetDir.'''dev'$a);
  37231.     }
  37232.     /**
  37233.      * Gets the private 'Shopware\Core\Framework\Adapter\Cache\CacheDecorator' shared service.
  37234.      *
  37235.      * @return \Shopware\Core\Framework\Adapter\Cache\CacheDecorator
  37236.      */
  37237.     protected function getCacheDecoratorService()
  37238.     {
  37239.         $a = new \Symfony\Component\Cache\Adapter\TagAwareAdapter(($this->privates['.cache.object.inner'] ?? $this->get_Cache_Object_InnerService()), ($this->privates['cache.tags'] ?? $this->getCache_TagsService()));
  37240.         $a->setLogger(($this->privates['monolog.logger.cache'] ?? $this->getMonolog_Logger_CacheService()));
  37241.         return $this->privates['Shopware\\Core\\Framework\\Adapter\\Cache\\CacheDecorator'] = new \Shopware\Core\Framework\Adapter\Cache\CacheDecorator($a, ($this->privates['Shopware\\Core\\Framework\\Adapter\\Cache\\CacheTagCollection'] ?? ($this->privates['Shopware\\Core\\Framework\\Adapter\\Cache\\CacheTagCollection'] = new \Shopware\Core\Framework\Adapter\Cache\CacheTagCollection())));
  37242.     }
  37243.     /**
  37244.      * Gets the private 'Shopware\Core\Framework\Adapter\Cache\CacheInvalidationSubscriber' shared service.
  37245.      *
  37246.      * @return \Shopware\Core\Framework\Adapter\Cache\CacheInvalidationSubscriber
  37247.      */
  37248.     protected function getCacheInvalidationSubscriber2Service()
  37249.     {
  37250.         include_once \dirname(__DIR__4).'/vendor/shopware/core/Framework/Adapter/Cache/CacheInvalidationSubscriber.php';
  37251.         $a = ($this->privates['Shopware\\Core\\Framework\\Adapter\\Cache\\CacheInvalidator'] ?? $this->getCacheInvalidatorService());
  37252.         if (isset($this->privates['Shopware\\Core\\Framework\\Adapter\\Cache\\CacheInvalidationSubscriber'])) {
  37253.             return $this->privates['Shopware\\Core\\Framework\\Adapter\\Cache\\CacheInvalidationSubscriber'];
  37254.         }
  37255.         return $this->privates['Shopware\\Core\\Framework\\Adapter\\Cache\\CacheInvalidationSubscriber'] = new \Shopware\Core\Framework\Adapter\Cache\CacheInvalidationSubscriber($a, ($this->services['Doctrine\\DBAL\\Connection'] ?? $this->getConnectionService()));
  37256.     }
  37257.     /**
  37258.      * Gets the private 'Shopware\Core\Framework\Adapter\Cache\CacheInvalidator' shared service.
  37259.      *
  37260.      * @return \Shopware\Core\Framework\Adapter\Cache\CacheInvalidator
  37261.      */
  37262.     protected function getCacheInvalidatorService()
  37263.     {
  37264.         $a = ($this->services['event_dispatcher'] ?? $this->getEventDispatcherService());
  37265.         if (isset($this->privates['Shopware\\Core\\Framework\\Adapter\\Cache\\CacheInvalidator'])) {
  37266.             return $this->privates['Shopware\\Core\\Framework\\Adapter\\Cache\\CacheInvalidator'];
  37267.         }
  37268.         $b = ($this->services['scheduled_task.repository'] ?? $this->getScheduledTask_RepositoryService());
  37269.         if (isset($this->privates['Shopware\\Core\\Framework\\Adapter\\Cache\\CacheInvalidator'])) {
  37270.             return $this->privates['Shopware\\Core\\Framework\\Adapter\\Cache\\CacheInvalidator'];
  37271.         }
  37272.         $c = ($this->privates['Shopware\\Core\\Framework\\Adapter\\Cache\\CacheDecorator'] ?? $this->getCacheDecoratorService());
  37273.         return $this->privates['Shopware\\Core\\Framework\\Adapter\\Cache\\CacheInvalidator'] = new \Shopware\Core\Framework\Adapter\Cache\CacheInvalidator(0150, [=> $c=> ($this->privates['cache.http'] ?? $this->getCache_HttpService())], $c$a$b);
  37274.     }
  37275.     /**
  37276.      * Gets the private 'Shopware\Core\Framework\Adapter\Cache\CacheStateSubscriber' shared service.
  37277.      *
  37278.      * @return \Shopware\Core\Framework\Adapter\Cache\CacheStateSubscriber
  37279.      */
  37280.     protected function getCacheStateSubscriberService()
  37281.     {
  37282.         $a = ($this->services['Shopware\\Core\\Checkout\\Cart\\SalesChannel\\CartService'] ?? $this->getCartServiceService());
  37283.         if (isset($this->privates['Shopware\\Core\\Framework\\Adapter\\Cache\\CacheStateSubscriber'])) {
  37284.             return $this->privates['Shopware\\Core\\Framework\\Adapter\\Cache\\CacheStateSubscriber'];
  37285.         }
  37286.         return $this->privates['Shopware\\Core\\Framework\\Adapter\\Cache\\CacheStateSubscriber'] = new \Shopware\Core\Framework\Adapter\Cache\CacheStateSubscriber($a);
  37287.     }
  37288.     /**
  37289.      * Gets the private 'Shopware\Core\Framework\Adapter\Cache\InvalidateCacheTaskHandler' shared service.
  37290.      *
  37291.      * @return \Shopware\Core\Framework\Adapter\Cache\InvalidateCacheTaskHandler
  37292.      */
  37293.     protected function getInvalidateCacheTaskHandlerService()
  37294.     {
  37295.         include_once \dirname(__DIR__4).'/vendor/shopware/core/Framework/Adapter/Cache/InvalidateCacheTaskHandler.php';
  37296.         $a = ($this->services['scheduled_task.repository'] ?? $this->getScheduledTask_RepositoryService());
  37297.         if (isset($this->privates['Shopware\\Core\\Framework\\Adapter\\Cache\\InvalidateCacheTaskHandler'])) {
  37298.             return $this->privates['Shopware\\Core\\Framework\\Adapter\\Cache\\InvalidateCacheTaskHandler'];
  37299.         }
  37300.         $b = ($this->privates['Shopware\\Core\\Framework\\Adapter\\Cache\\CacheInvalidator'] ?? $this->getCacheInvalidatorService());
  37301.         if (isset($this->privates['Shopware\\Core\\Framework\\Adapter\\Cache\\InvalidateCacheTaskHandler'])) {
  37302.             return $this->privates['Shopware\\Core\\Framework\\Adapter\\Cache\\InvalidateCacheTaskHandler'];
  37303.         }
  37304.         return $this->privates['Shopware\\Core\\Framework\\Adapter\\Cache\\InvalidateCacheTaskHandler'] = new \Shopware\Core\Framework\Adapter\Cache\InvalidateCacheTaskHandler($a$b0);
  37305.     }
  37306.     /**
  37307.      * Gets the private 'Shopware\Core\Framework\Adapter\Cache\Message\CleanupOldCacheFoldersHandler' shared service.
  37308.      *
  37309.      * @return \Shopware\Core\Framework\Adapter\Cache\Message\CleanupOldCacheFoldersHandler
  37310.      */
  37311.     protected function getCleanupOldCacheFoldersHandlerService()
  37312.     {
  37313.         include_once \dirname(__DIR__4).'/vendor/shopware/core/Framework/Adapter/Cache/Message/CleanupOldCacheFoldersHandler.php';
  37314.         $a = ($this->privates['Shopware\\Core\\Framework\\Adapter\\Cache\\CacheClearer'] ?? $this->getCacheClearer2Service());
  37315.         if (isset($this->privates['Shopware\\Core\\Framework\\Adapter\\Cache\\Message\\CleanupOldCacheFoldersHandler'])) {
  37316.             return $this->privates['Shopware\\Core\\Framework\\Adapter\\Cache\\Message\\CleanupOldCacheFoldersHandler'];
  37317.         }
  37318.         return $this->privates['Shopware\\Core\\Framework\\Adapter\\Cache\\Message\\CleanupOldCacheFoldersHandler'] = new \Shopware\Core\Framework\Adapter\Cache\Message\CleanupOldCacheFoldersHandler($a);
  37319.     }
  37320.     /**
  37321.      * Gets the private 'Shopware\Core\Framework\Adapter\Cache\Script\ScriptCacheInvalidationSubscriber' shared service.
  37322.      *
  37323.      * @return \Shopware\Core\Framework\Adapter\Cache\Script\ScriptCacheInvalidationSubscriber
  37324.      */
  37325.     protected function getScriptCacheInvalidationSubscriberService()
  37326.     {
  37327.         include_once \dirname(__DIR__4).'/vendor/shopware/core/Framework/Adapter/Cache/Script/ScriptCacheInvalidationSubscriber.php';
  37328.         $a = ($this->services['Shopware\\Core\\Framework\\Script\\Execution\\ScriptExecutor'] ?? $this->getScriptExecutorService());
  37329.         if (isset($this->privates['Shopware\\Core\\Framework\\Adapter\\Cache\\Script\\ScriptCacheInvalidationSubscriber'])) {
  37330.             return $this->privates['Shopware\\Core\\Framework\\Adapter\\Cache\\Script\\ScriptCacheInvalidationSubscriber'];
  37331.         }
  37332.         return $this->privates['Shopware\\Core\\Framework\\Adapter\\Cache\\Script\\ScriptCacheInvalidationSubscriber'] = new \Shopware\Core\Framework\Adapter\Cache\Script\ScriptCacheInvalidationSubscriber($a);
  37333.     }
  37334.     /**
  37335.      * Gets the private 'Shopware\Core\Framework\Adapter\Command\S3FilesystemVisibilityCommand' shared service.
  37336.      *
  37337.      * @return \Shopware\Core\Framework\Adapter\Command\S3FilesystemVisibilityCommand
  37338.      */
  37339.     protected function getS3FilesystemVisibilityCommandService()
  37340.     {
  37341.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/Command.php';
  37342.         include_once \dirname(__DIR__4).'/vendor/shopware/core/Framework/Adapter/Command/S3FilesystemVisibilityCommand.php';
  37343.         $this->privates['Shopware\\Core\\Framework\\Adapter\\Command\\S3FilesystemVisibilityCommand'] = $instance = new \Shopware\Core\Framework\Adapter\Command\S3FilesystemVisibilityCommand(($this->services['shopware.filesystem.private'] ?? $this->getShopware_Filesystem_PrivateService()), ($this->services['shopware.filesystem.public'] ?? $this->getShopware_Filesystem_PublicService()), ($this->services['shopware.filesystem.theme'] ?? $this->getShopware_Filesystem_ThemeService()), ($this->services['shopware.filesystem.sitemap'] ?? $this->getShopware_Filesystem_SitemapService()), ($this->services['shopware.filesystem.asset'] ?? $this->getShopware_Filesystem_AssetService()));
  37344.         $instance->setName('s3:set-visibility');
  37345.         return $instance;
  37346.     }
  37347.     /**
  37348.      * Gets the private 'Shopware\Core\Framework\Adapter\Filesystem\FilesystemFactory' shared service.
  37349.      *
  37350.      * @return \Shopware\Core\Framework\Adapter\Filesystem\FilesystemFactory
  37351.      */
  37352.     protected function getFilesystemFactoryService()
  37353.     {
  37354.         return $this->privates['Shopware\\Core\\Framework\\Adapter\\Filesystem\\FilesystemFactory'] = new \Shopware\Core\Framework\Adapter\Filesystem\FilesystemFactory(new RewindableGenerator(function () {
  37355.             yield => ($this->privates['Shopware\\Core\\Framework\\Adapter\\Filesystem\\FilesystemFactory.local'] ?? ($this->privates['Shopware\\Core\\Framework\\Adapter\\Filesystem\\FilesystemFactory.local'] = new \Shopware\Core\Framework\Adapter\Filesystem\Adapter\LocalFactory()));
  37356.             yield => ($this->privates['Shopware\\Core\\Framework\\Adapter\\Filesystem\\FilesystemFactory.amazon_s3'] ?? ($this->privates['Shopware\\Core\\Framework\\Adapter\\Filesystem\\FilesystemFactory.amazon_s3'] = new \Shopware\Core\Framework\Adapter\Filesystem\Adapter\AwsS3v3Factory()));
  37357.             yield => ($this->privates['Shopware\\Core\\Framework\\Adapter\\Filesystem\\FilesystemFactory.google_storage'] ?? ($this->privates['Shopware\\Core\\Framework\\Adapter\\Filesystem\\FilesystemFactory.google_storage'] = new \Shopware\Core\Framework\Adapter\Filesystem\Adapter\GoogleStorageFactory()));
  37358.         }, 3), new RewindableGenerator(function () {
  37359.             yield => ($this->privates['Shopware\\Core\\Framework\\Adapter\\Filesystem\\Plugin\\CopyBatch'] ?? ($this->privates['Shopware\\Core\\Framework\\Adapter\\Filesystem\\Plugin\\CopyBatch'] = new \Shopware\Core\Framework\Adapter\Filesystem\Plugin\CopyBatch()));
  37360.         }, 1));
  37361.     }
  37362.     /**
  37363.      * Gets the private 'Shopware\Core\Framework\Adapter\Translation\Translator' shared service.
  37364.      *
  37365.      * @return \Shopware\Core\Framework\Adapter\Translation\Translator
  37366.      */
  37367.     protected function getTranslator2Service()
  37368.     {
  37369.         $a = ($this->privates['Shopware\\Core\\System\\Snippet\\SnippetService'] ?? $this->getSnippetServiceService());
  37370.         if (isset($this->privates['Shopware\\Core\\Framework\\Adapter\\Translation\\Translator'])) {
  37371.             return $this->privates['Shopware\\Core\\Framework\\Adapter\\Translation\\Translator'];
  37372.         }
  37373.         $b = ($this->services['snippet_set.repository'] ?? $this->getSnippetSet_RepositoryService());
  37374.         if (isset($this->privates['Shopware\\Core\\Framework\\Adapter\\Translation\\Translator'])) {
  37375.             return $this->privates['Shopware\\Core\\Framework\\Adapter\\Translation\\Translator'];
  37376.         }
  37377.         return $this->privates['Shopware\\Core\\Framework\\Adapter\\Translation\\Translator'] = new \Shopware\Core\Framework\Adapter\Translation\Translator(($this->privates['translator.default'] ?? $this->getTranslator_DefaultService()), ($this->services['request_stack'] ?? ($this->services['request_stack'] = new \Symfony\Component\HttpFoundation\RequestStack())), ($this->privates['Shopware\\Core\\Framework\\Adapter\\Cache\\CacheDecorator'] ?? $this->getCacheDecoratorService()), ($this->privates['translator.formatter.default'] ?? $this->getTranslator_Formatter_DefaultService()), $a'dev'$b, ($this->privates['Shopware\\Core\\System\\Locale\\LanguageLocaleCodeProvider'] ?? $this->getLanguageLocaleCodeProviderService()));
  37378.     }
  37379.     /**
  37380.      * Gets the private 'Shopware\Core\Framework\Adapter\Translation\TranslatorCacheInvalidate' shared service.
  37381.      *
  37382.      * @return \Shopware\Core\Framework\Adapter\Translation\TranslatorCacheInvalidate
  37383.      */
  37384.     protected function getTranslatorCacheInvalidateService()
  37385.     {
  37386.         include_once \dirname(__DIR__4).'/vendor/shopware/core/Framework/Adapter/Translation/TranslatorCacheInvalidate.php';
  37387.         $a = ($this->privates['Shopware\\Core\\Framework\\Adapter\\Cache\\CacheInvalidator'] ?? $this->getCacheInvalidatorService());
  37388.         if (isset($this->privates['Shopware\\Core\\Framework\\Adapter\\Translation\\TranslatorCacheInvalidate'])) {
  37389.             return $this->privates['Shopware\\Core\\Framework\\Adapter\\Translation\\TranslatorCacheInvalidate'];
  37390.         }
  37391.         return $this->privates['Shopware\\Core\\Framework\\Adapter\\Translation\\TranslatorCacheInvalidate'] = new \Shopware\Core\Framework\Adapter\Translation\TranslatorCacheInvalidate($a, ($this->services['Doctrine\\DBAL\\Connection'] ?? $this->getConnectionService()));
  37392.     }
  37393.     /**
  37394.      * Gets the private 'Shopware\Core\Framework\Adapter\Twig\EntityTemplateLoader' shared service.
  37395.      *
  37396.      * @return \Shopware\Core\Framework\Adapter\Twig\EntityTemplateLoader
  37397.      */
  37398.     protected function getEntityTemplateLoaderService()
  37399.     {
  37400.         return $this->privates['Shopware\\Core\\Framework\\Adapter\\Twig\\EntityTemplateLoader'] = new \Shopware\Core\Framework\Adapter\Twig\EntityTemplateLoader(($this->services['Doctrine\\DBAL\\Connection'] ?? $this->getConnectionService()), 'dev');
  37401.     }
  37402.     /**
  37403.      * Gets the private 'Shopware\Core\Framework\Adapter\Twig\NamespaceHierarchy\BundleHierarchyBuilder' shared service.
  37404.      *
  37405.      * @return \Shopware\Core\Framework\Adapter\Twig\NamespaceHierarchy\BundleHierarchyBuilder
  37406.      */
  37407.     protected function getBundleHierarchyBuilder2Service()
  37408.     {
  37409.         include_once \dirname(__DIR__4).'/vendor/shopware/core/Framework/Adapter/Twig/NamespaceHierarchy/BundleHierarchyBuilder.php';
  37410.         return $this->privates['Shopware\\Core\\Framework\\Adapter\\Twig\\NamespaceHierarchy\\BundleHierarchyBuilder'] = new \Shopware\Core\Framework\Adapter\Twig\NamespaceHierarchy\BundleHierarchyBuilder(($this->services['kernel'] ?? $this->get('kernel'1)), ($this->services['Doctrine\\DBAL\\Connection'] ?? $this->getConnectionService()));
  37411.     }
  37412.     /**
  37413.      * Gets the private 'Shopware\Core\Framework\Adapter\Twig\StringTemplateRenderer' shared service.
  37414.      *
  37415.      * @return \Shopware\Core\Framework\Adapter\Twig\StringTemplateRenderer
  37416.      */
  37417.     protected function getStringTemplateRendererService()
  37418.     {
  37419.         include_once \dirname(__DIR__4).'/vendor/shopware/core/Framework/Adapter/Twig/StringTemplateRenderer.php';
  37420.         $a = ($this->services['.container.private.twig'] ?? $this->get_Container_Private_TwigService());
  37421.         if (isset($this->privates['Shopware\\Core\\Framework\\Adapter\\Twig\\StringTemplateRenderer'])) {
  37422.             return $this->privates['Shopware\\Core\\Framework\\Adapter\\Twig\\StringTemplateRenderer'];
  37423.         }
  37424.         return $this->privates['Shopware\\Core\\Framework\\Adapter\\Twig\\StringTemplateRenderer'] = new \Shopware\Core\Framework\Adapter\Twig\StringTemplateRenderer($a$this->targetDir.'');
  37425.     }
  37426.     /**
  37427.      * Gets the private 'Shopware\Core\Framework\Adapter\Twig\TwigVariableParser' shared service.
  37428.      *
  37429.      * @return \Shopware\Core\Framework\Adapter\Twig\TwigVariableParser
  37430.      */
  37431.     protected function getTwigVariableParserService()
  37432.     {
  37433.         include_once \dirname(__DIR__4).'/vendor/shopware/core/Framework/Adapter/Twig/TwigVariableParser.php';
  37434.         $a = ($this->services['.container.private.twig'] ?? $this->get_Container_Private_TwigService());
  37435.         if (isset($this->privates['Shopware\\Core\\Framework\\Adapter\\Twig\\TwigVariableParser'])) {
  37436.             return $this->privates['Shopware\\Core\\Framework\\Adapter\\Twig\\TwigVariableParser'];
  37437.         }
  37438.         return $this->privates['Shopware\\Core\\Framework\\Adapter\\Twig\\TwigVariableParser'] = new \Shopware\Core\Framework\Adapter\Twig\TwigVariableParser($a);
  37439.     }
  37440.     /**
  37441.      * Gets the private 'Shopware\Core\Framework\Api\Acl\AclAnnotationValidator' shared service.
  37442.      *
  37443.      * @return \Shopware\Core\Framework\Api\Acl\AclAnnotationValidator
  37444.      */
  37445.     protected function getAclAnnotationValidatorService()
  37446.     {
  37447.         return $this->privates['Shopware\\Core\\Framework\\Api\\Acl\\AclAnnotationValidator'] = new \Shopware\Core\Framework\Api\Acl\AclAnnotationValidator(($this->services['Doctrine\\DBAL\\Connection'] ?? $this->getConnectionService()));
  37448.     }
  37449.     /**
  37450.      * Gets the private 'Shopware\Core\Framework\Api\Acl\AclWriteValidator' shared service.
  37451.      *
  37452.      * @return \Shopware\Core\Framework\Api\Acl\AclWriteValidator
  37453.      */
  37454.     protected function getAclWriteValidatorService()
  37455.     {
  37456.         include_once \dirname(__DIR__4).'/vendor/shopware/core/Framework/Api/Acl/AclWriteValidator.php';
  37457.         $a = ($this->services['event_dispatcher'] ?? $this->getEventDispatcherService());
  37458.         if (isset($this->privates['Shopware\\Core\\Framework\\Api\\Acl\\AclWriteValidator'])) {
  37459.             return $this->privates['Shopware\\Core\\Framework\\Api\\Acl\\AclWriteValidator'];
  37460.         }
  37461.         return $this->privates['Shopware\\Core\\Framework\\Api\\Acl\\AclWriteValidator'] = new \Shopware\Core\Framework\Api\Acl\AclWriteValidator($a);
  37462.     }
  37463.     /**
  37464.      * Gets the private 'Shopware\Core\Framework\Api\ApiDefinition\DefinitionService' shared service.
  37465.      *
  37466.      * @return \Shopware\Core\Framework\Api\ApiDefinition\DefinitionService
  37467.      */
  37468.     protected function getDefinitionServiceService()
  37469.     {
  37470.         include_once \dirname(__DIR__4).'/vendor/shopware/core/Framework/Api/ApiDefinition/DefinitionService.php';
  37471.         include_once \dirname(__DIR__4).'/vendor/shopware/core/Framework/Api/ApiDefinition/ApiDefinitionGeneratorInterface.php';
  37472.         include_once \dirname(__DIR__4).'/vendor/shopware/core/Framework/Api/ApiDefinition/Generator/StoreApiGenerator.php';
  37473.         include_once \dirname(__DIR__4).'/vendor/shopware/core/Framework/Api/ApiDefinition/Generator/OpenApi/OpenApiSchemaBuilder.php';
  37474.         include_once \dirname(__DIR__4).'/vendor/shopware/core/Framework/Api/ApiDefinition/Generator/OpenApi/OpenApiDefinitionSchemaBuilder.php';
  37475.         include_once \dirname(__DIR__4).'/vendor/shopware/core/Framework/Api/ApiDefinition/Generator/OpenApi/OpenApiLoader.php';
  37476.         include_once \dirname(__DIR__4).'/vendor/shopware/core/Framework/Api/ApiDefinition/Generator/BundleSchemaPathCollection.php';
  37477.         include_once \dirname(__DIR__4).'/vendor/shopware/core/Framework/Api/ApiDefinition/Generator/OpenApi3Generator.php';
  37478.         include_once \dirname(__DIR__4).'/vendor/shopware/core/Framework/Api/ApiDefinition/Generator/OpenApi/OpenApiPathBuilder.php';
  37479.         include_once \dirname(__DIR__4).'/vendor/shopware/core/Framework/Api/ApiDefinition/Generator/EntitySchemaGenerator.php';
  37480.         $a = new \Shopware\Core\Framework\Api\ApiDefinition\Generator\OpenApi\OpenApiSchemaBuilder('6.4.20.0');
  37481.         $b = new \Shopware\Core\Framework\Api\ApiDefinition\Generator\OpenApi\OpenApiDefinitionSchemaBuilder();
  37482.         $c = new \Shopware\Core\Framework\Api\ApiDefinition\Generator\OpenApi\OpenApiLoader(($this->services['event_dispatcher'] ?? $this->getEventDispatcherService()));
  37483.         $d = new \Shopware\Core\Framework\Api\ApiDefinition\Generator\BundleSchemaPathCollection(($this->privates['kernel.bundles'] ?? $this->getKernel_BundlesService()));
  37484.         return $this->privates['Shopware\\Core\\Framework\\Api\\ApiDefinition\\DefinitionService'] = new \Shopware\Core\Framework\Api\ApiDefinition\DefinitionService(($this->services['Shopware\\Core\\Framework\\DataAbstractionLayer\\DefinitionInstanceRegistry'] ?? $this->getDefinitionInstanceRegistryService()), ($this->services['Shopware\\Core\\System\\SalesChannel\\Entity\\SalesChannelDefinitionInstanceRegistry'] ?? $this->getSalesChannelDefinitionInstanceRegistryService()), new \Shopware\Core\Framework\Api\ApiDefinition\Generator\StoreApiGenerator($a$b$c$this->parameters['kernel.bundles_metadata'], $d), new \Shopware\Core\Framework\Api\ApiDefinition\Generator\OpenApi3Generator($a, new \Shopware\Core\Framework\Api\ApiDefinition\Generator\OpenApi\OpenApiPathBuilder(), $b$c$this->parameters['kernel.bundles_metadata'], $d), new \Shopware\Core\Framework\Api\ApiDefinition\Generator\EntitySchemaGenerator());
  37485.     }
  37486.     /**
  37487.      * Gets the private 'Shopware\Core\Framework\Api\Command\DumpClassSchemaCommand' shared service.
  37488.      *
  37489.      * @return \Shopware\Core\Framework\Api\Command\DumpClassSchemaCommand
  37490.      */
  37491.     protected function getDumpClassSchemaCommandService()
  37492.     {
  37493.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/Command.php';
  37494.         include_once \dirname(__DIR__4).'/vendor/shopware/core/Framework/Api/Command/DumpClassSchemaCommand.php';
  37495.         $this->privates['Shopware\\Core\\Framework\\Api\\Command\\DumpClassSchemaCommand'] = $instance = new \Shopware\Core\Framework\Api\Command\DumpClassSchemaCommand($this->parameters['kernel.bundles_metadata']);
  37496.         $instance->setName('framework:dump:class:schema');
  37497.         return $instance;
  37498.     }
  37499.     /**
  37500.      * Gets the private 'Shopware\Core\Framework\Api\Command\DumpSchemaCommand' shared service.
  37501.      *
  37502.      * @return \Shopware\Core\Framework\Api\Command\DumpSchemaCommand
  37503.      */
  37504.     protected function getDumpSchemaCommandService()
  37505.     {
  37506.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/Command.php';
  37507.         include_once \dirname(__DIR__4).'/vendor/shopware/core/Framework/Api/Command/DumpSchemaCommand.php';
  37508.         $this->privates['Shopware\\Core\\Framework\\Api\\Command\\DumpSchemaCommand'] = $instance = new \Shopware\Core\Framework\Api\Command\DumpSchemaCommand(($this->privates['Shopware\\Core\\Framework\\Api\\ApiDefinition\\DefinitionService'] ?? $this->getDefinitionServiceService()));
  37509.         $instance->setName('framework:schema');
  37510.         return $instance;
  37511.     }
  37512.     /**
  37513.      * Gets the private 'Shopware\Core\Framework\Api\Converter\ApiVersionConverter' shared service.
  37514.      *
  37515.      * @return \Shopware\Core\Framework\Api\Converter\ApiVersionConverter
  37516.      */
  37517.     protected function getApiVersionConverterService()
  37518.     {
  37519.         return $this->privates['Shopware\\Core\\Framework\\Api\\Converter\\ApiVersionConverter'] = new \Shopware\Core\Framework\Api\Converter\ApiVersionConverter(new \Shopware\Core\Framework\Api\Converter\ConverterRegistry(new RewindableGenerator(function () {
  37520.             return new \EmptyIterator();
  37521.         }, 0), new \Shopware\Core\Framework\Api\Converter\DefaultApiConverter(($this->services['Shopware\\Core\\Framework\\DataAbstractionLayer\\DefinitionInstanceRegistry'] ?? $this->getDefinitionInstanceRegistryService()), ($this->services['request_stack'] ?? ($this->services['request_stack'] = new \Symfony\Component\HttpFoundation\RequestStack())))));
  37522.     }
  37523.     /**
  37524.      * Gets the private 'Shopware\Core\Framework\Api\EventListener\Authentication\ApiAuthenticationListener' shared service.
  37525.      *
  37526.      * @return \Shopware\Core\Framework\Api\EventListener\Authentication\ApiAuthenticationListener
  37527.      */
  37528.     protected function getApiAuthenticationListenerService()
  37529.     {
  37530.         $a = ($this->privates['Shopware\\Core\\Framework\\Api\\OAuth\\AccessTokenRepository'] ?? ($this->privates['Shopware\\Core\\Framework\\Api\\OAuth\\AccessTokenRepository'] = new \Shopware\Core\Framework\Api\OAuth\AccessTokenRepository()));
  37531.         $b = ($this->privates['shopware.public_key'] ?? ($this->privates['shopware.public_key'] = new \League\OAuth2\Server\CryptKey((\dirname(__DIR__4).'/config/jwt/public.pem'))));
  37532.         $c = new \League\OAuth2\Server\AuthorizationValidators\BearerTokenValidator($a);
  37533.         $c->setPublicKey($b);
  37534.         $d = ($this->services['Doctrine\\DBAL\\Connection'] ?? $this->getConnectionService());
  37535.         return $this->privates['Shopware\\Core\\Framework\\Api\\EventListener\\Authentication\\ApiAuthenticationListener'] = new \Shopware\Core\Framework\Api\EventListener\Authentication\ApiAuthenticationListener(new \League\OAuth2\Server\ResourceServer($a$b, new \Shopware\Core\Framework\Api\OAuth\BearerTokenValidator($c$d, ($this->privates['shopware.jwt_config'] ?? $this->getShopware_JwtConfigService()))), ($this->privates['shopware.api.authorization_server'] ?? $this->getShopware_Api_AuthorizationServerService()), new \Shopware\Core\Framework\Api\OAuth\UserRepository($d), ($this->privates['Shopware\\Core\\Framework\\Api\\OAuth\\RefreshTokenRepository'] ?? $this->getRefreshTokenRepositoryService()), ($this->privates['Symfony\\Bridge\\PsrHttpMessage\\Factory\\PsrHttpFactory'] ?? $this->getPsrHttpFactoryService()), ($this->privates['Shopware\\Core\\Framework\\Routing\\RouteScopeRegistry'] ?? $this->getRouteScopeRegistryService()));
  37536.     }
  37537.     /**
  37538.      * Gets the private 'Shopware\Core\Framework\Api\EventListener\Authentication\SalesChannelAuthenticationListener' shared service.
  37539.      *
  37540.      * @return \Shopware\Core\Framework\Api\EventListener\Authentication\SalesChannelAuthenticationListener
  37541.      */
  37542.     protected function getSalesChannelAuthenticationListenerService()
  37543.     {
  37544.         return $this->privates['Shopware\\Core\\Framework\\Api\\EventListener\\Authentication\\SalesChannelAuthenticationListener'] = new \Shopware\Core\Framework\Api\EventListener\Authentication\SalesChannelAuthenticationListener(($this->services['Doctrine\\DBAL\\Connection'] ?? $this->getConnectionService()), ($this->privates['Shopware\\Core\\Framework\\Routing\\RouteScopeRegistry'] ?? $this->getRouteScopeRegistryService()));
  37545.     }
  37546.     /**
  37547.      * Gets the private 'Shopware\Core\Framework\Api\EventListener\Authentication\UserCredentialsChangedSubscriber' shared service.
  37548.      *
  37549.      * @return \Shopware\Core\Framework\Api\EventListener\Authentication\UserCredentialsChangedSubscriber
  37550.      */
  37551.     protected function getUserCredentialsChangedSubscriberService()
  37552.     {
  37553.         include_once \dirname(__DIR__4).'/vendor/shopware/core/Framework/Api/EventListener/Authentication/UserCredentialsChangedSubscriber.php';
  37554.         return $this->privates['Shopware\\Core\\Framework\\Api\\EventListener\\Authentication\\UserCredentialsChangedSubscriber'] = new \Shopware\Core\Framework\Api\EventListener\Authentication\UserCredentialsChangedSubscriber(($this->privates['Shopware\\Core\\Framework\\Api\\OAuth\\RefreshTokenRepository'] ?? $this->getRefreshTokenRepositoryService()), ($this->services['Doctrine\\DBAL\\Connection'] ?? $this->getConnectionService()));
  37555.     }
  37556.     /**
  37557.      * Gets the private 'Shopware\Core\Framework\Api\EventListener\ExpectationSubscriber' shared service.
  37558.      *
  37559.      * @return \Shopware\Core\Framework\Api\EventListener\ExpectationSubscriber
  37560.      */
  37561.     protected function getExpectationSubscriberService()
  37562.     {
  37563.         return $this->privates['Shopware\\Core\\Framework\\Api\\EventListener\\ExpectationSubscriber'] = new \Shopware\Core\Framework\Api\EventListener\ExpectationSubscriber('6.4.20.0'$this->parameters['kernel.plugin_infos']);
  37564.     }
  37565.     /**
  37566.      * Gets the private 'Shopware\Core\Framework\Api\OAuth\RefreshTokenRepository' shared service.
  37567.      *
  37568.      * @return \Shopware\Core\Framework\Api\OAuth\RefreshTokenRepository
  37569.      */
  37570.     protected function getRefreshTokenRepositoryService()
  37571.     {
  37572.         return $this->privates['Shopware\\Core\\Framework\\Api\\OAuth\\RefreshTokenRepository'] = new \Shopware\Core\Framework\Api\OAuth\RefreshTokenRepository(($this->services['Doctrine\\DBAL\\Connection'] ?? $this->getConnectionService()));
  37573.     }
  37574.     /**
  37575.      * Gets the private 'Shopware\Core\Framework\Api\Serializer\JsonEntityEncoder' shared service.
  37576.      *
  37577.      * @return \Shopware\Core\Framework\Api\Serializer\JsonEntityEncoder
  37578.      */
  37579.     protected function getJsonEntityEncoderService()
  37580.     {
  37581.         return $this->privates['Shopware\\Core\\Framework\\Api\\Serializer\\JsonEntityEncoder'] = new \Shopware\Core\Framework\Api\Serializer\JsonEntityEncoder(($this->services['.container.private.serializer'] ?? $this->get_Container_Private_SerializerService()), ($this->privates['Shopware\\Core\\Framework\\Api\\Converter\\ApiVersionConverter'] ?? $this->getApiVersionConverterService()));
  37582.     }
  37583.     /**
  37584.      * Gets the private 'Shopware\Core\Framework\App\ActionButton\Executor' shared service.
  37585.      *
  37586.      * @return \Shopware\Core\Framework\App\ActionButton\Executor
  37587.      */
  37588.     protected function getExecutorService()
  37589.     {
  37590.         include_once \dirname(__DIR__4).'/vendor/shopware/core/Framework/App/ActionButton/Executor.php';
  37591.         include_once \dirname(__DIR__4).'/vendor/shopware/core/Framework/App/ActionButton/Response/ActionButtonResponseFactory.php';
  37592.         return $this->privates['Shopware\\Core\\Framework\\App\\ActionButton\\Executor'] = new \Shopware\Core\Framework\App\ActionButton\Executor(($this->privates['shopware.app_system.guzzle'] ?? $this->getShopware_AppSystem_GuzzleService()), ($this->services['logger'] ?? $this->getLoggerService()), new \Shopware\Core\Framework\App\ActionButton\Response\ActionButtonResponseFactory(new RewindableGenerator(function () {
  37593.             yield => ($this->privates['Shopware\\Core\\Framework\\App\\ActionButton\\Response\\NotificationResponseFactory'] ?? ($this->privates['Shopware\\Core\\Framework\\App\\ActionButton\\Response\\NotificationResponseFactory'] = new \Shopware\Core\Framework\App\ActionButton\Response\NotificationResponseFactory()));
  37594.             yield => ($this->privates['Shopware\\Core\\Framework\\App\\ActionButton\\Response\\OpenModalResponseFactory'] ?? $this->getOpenModalResponseFactoryService());
  37595.             yield => ($this->privates['Shopware\\Core\\Framework\\App\\ActionButton\\Response\\OpenNewTabResponseFactory'] ?? $this->getOpenNewTabResponseFactoryService());
  37596.             yield => ($this->privates['Shopware\\Core\\Framework\\App\\ActionButton\\Response\\ReloadDataResponseFactory'] ?? ($this->privates['Shopware\\Core\\Framework\\App\\ActionButton\\Response\\ReloadDataResponseFactory'] = new \Shopware\Core\Framework\App\ActionButton\Response\ReloadDataResponseFactory()));
  37597.         }, 4)), ($this->services['Shopware\\Core\\Framework\\App\\ShopId\\ShopIdProvider'] ?? $this->getShopIdProviderService()), ($this->services['router'] ?? $this->getRouterService()), ($this->services['request_stack'] ?? ($this->services['request_stack'] = new \Symfony\Component\HttpFoundation\RequestStack())), ($this->services['kernel'] ?? $this->get('kernel'1)));
  37598.     }
  37599.     /**
  37600.      * Gets the private 'Shopware\Core\Framework\App\ActionButton\Response\OpenModalResponseFactory' shared service.
  37601.      *
  37602.      * @return \Shopware\Core\Framework\App\ActionButton\Response\OpenModalResponseFactory
  37603.      */
  37604.     protected function getOpenModalResponseFactoryService()
  37605.     {
  37606.         include_once \dirname(__DIR__4).'/vendor/shopware/core/Framework/App/ActionButton/Response/ActionButtonResponseFactoryInterface.php';
  37607.         include_once \dirname(__DIR__4).'/vendor/shopware/core/Framework/App/ActionButton/Response/OpenModalResponseFactory.php';
  37608.         return $this->privates['Shopware\\Core\\Framework\\App\\ActionButton\\Response\\OpenModalResponseFactory'] = new \Shopware\Core\Framework\App\ActionButton\Response\OpenModalResponseFactory(($this->privates['Shopware\\Core\\Framework\\App\\Hmac\\QuerySigner'] ?? $this->getQuerySignerService()));
  37609.     }
  37610.     /**
  37611.      * Gets the private 'Shopware\Core\Framework\App\ActionButton\Response\OpenNewTabResponseFactory' shared service.
  37612.      *
  37613.      * @return \Shopware\Core\Framework\App\ActionButton\Response\OpenNewTabResponseFactory
  37614.      */
  37615.     protected function getOpenNewTabResponseFactoryService()
  37616.     {
  37617.         include_once \dirname(__DIR__4).'/vendor/shopware/core/Framework/App/ActionButton/Response/ActionButtonResponseFactoryInterface.php';
  37618.         include_once \dirname(__DIR__4).'/vendor/shopware/core/Framework/App/ActionButton/Response/OpenNewTabResponseFactory.php';
  37619.         return $this->privates['Shopware\\Core\\Framework\\App\\ActionButton\\Response\\OpenNewTabResponseFactory'] = new \Shopware\Core\Framework\App\ActionButton\Response\OpenNewTabResponseFactory(($this->privates['Shopware\\Core\\Framework\\App\\Hmac\\QuerySigner'] ?? $this->getQuerySignerService()));
  37620.     }
  37621.     /**
  37622.      * Gets the private 'Shopware\Core\Framework\App\ActiveAppsLoader' shared service.
  37623.      *
  37624.      * @return \Shopware\Core\Framework\App\ActiveAppsLoader
  37625.      */
  37626.     protected function getActiveAppsLoaderService()
  37627.     {
  37628.         return $this->privates['Shopware\\Core\\Framework\\App\\ActiveAppsLoader'] = new \Shopware\Core\Framework\App\ActiveAppsLoader(($this->services['Doctrine\\DBAL\\Connection'] ?? $this->getConnectionService()), ($this->privates['Shopware\\Core\\Framework\\App\\Lifecycle\\AppLoader'] ?? $this->getAppLoaderService()));
  37629.     }
  37630.     /**
  37631.      * Gets the private 'Shopware\Core\Framework\App\AppStateService' shared service.
  37632.      *
  37633.      * @return \Shopware\Core\Framework\App\AppStateService
  37634.      */
  37635.     protected function getAppStateServiceService()
  37636.     {
  37637.         include_once \dirname(__DIR__4).'/vendor/shopware/core/Framework/App/AppStateService.php';
  37638.         include_once \dirname(__DIR__4).'/vendor/shopware/core/Framework/App/Payment/PaymentMethodStateService.php';
  37639.         $a = ($this->services['app.repository'] ?? $this->getApp_RepositoryService());
  37640.         if (isset($this->privates['Shopware\\Core\\Framework\\App\\AppStateService'])) {
  37641.             return $this->privates['Shopware\\Core\\Framework\\App\\AppStateService'];
  37642.         }
  37643.         $b = ($this->services['event_dispatcher'] ?? $this->getEventDispatcherService());
  37644.         if (isset($this->privates['Shopware\\Core\\Framework\\App\\AppStateService'])) {
  37645.             return $this->privates['Shopware\\Core\\Framework\\App\\AppStateService'];
  37646.         }
  37647.         $c = ($this->services['Shopware\\Core\\Framework\\App\\Template\\TemplateStateService'] ?? $this->getTemplateStateServiceService());
  37648.         if (isset($this->privates['Shopware\\Core\\Framework\\App\\AppStateService'])) {
  37649.             return $this->privates['Shopware\\Core\\Framework\\App\\AppStateService'];
  37650.         }
  37651.         $d = ($this->privates['Shopware\\Core\\Framework\\App\\Lifecycle\\Persister\\ScriptPersister'] ?? $this->getScriptPersisterService());
  37652.         if (isset($this->privates['Shopware\\Core\\Framework\\App\\AppStateService'])) {
  37653.             return $this->privates['Shopware\\Core\\Framework\\App\\AppStateService'];
  37654.         }
  37655.         $e = ($this->services['payment_method.repository'] ?? $this->getPaymentMethod_RepositoryService());
  37656.         if (isset($this->privates['Shopware\\Core\\Framework\\App\\AppStateService'])) {
  37657.             return $this->privates['Shopware\\Core\\Framework\\App\\AppStateService'];
  37658.         }
  37659.         $f = ($this->services['Shopware\\Core\\Framework\\Script\\Execution\\ScriptExecutor'] ?? $this->getScriptExecutorService());
  37660.         if (isset($this->privates['Shopware\\Core\\Framework\\App\\AppStateService'])) {
  37661.             return $this->privates['Shopware\\Core\\Framework\\App\\AppStateService'];
  37662.         }
  37663.         $g = ($this->privates['Shopware\\Core\\Framework\\App\\Lifecycle\\Persister\\RuleConditionPersister'] ?? $this->getRuleConditionPersisterService());
  37664.         if (isset($this->privates['Shopware\\Core\\Framework\\App\\AppStateService'])) {
  37665.             return $this->privates['Shopware\\Core\\Framework\\App\\AppStateService'];
  37666.         }
  37667.         return $this->privates['Shopware\\Core\\Framework\\App\\AppStateService'] = new \Shopware\Core\Framework\App\AppStateService($a$b, ($this->privates['Shopware\\Core\\Framework\\App\\ActiveAppsLoader'] ?? $this->getActiveAppsLoaderService()), $c$d, new \Shopware\Core\Framework\App\Payment\PaymentMethodStateService($e), $f$g);
  37668.     }
  37669.     /**
  37670.      * Gets the private 'Shopware\Core\Framework\App\AppUrlChangeResolver\MoveShopPermanentlyStrategy' shared service.
  37671.      *
  37672.      * @return \Shopware\Core\Framework\App\AppUrlChangeResolver\MoveShopPermanentlyStrategy
  37673.      */
  37674.     protected function getMoveShopPermanentlyStrategyService()
  37675.     {
  37676.         include_once \dirname(__DIR__4).'/vendor/shopware/core/Framework/App/AppUrlChangeResolver/AbstractAppUrlChangeStrategy.php';
  37677.         include_once \dirname(__DIR__4).'/vendor/shopware/core/Framework/App/AppUrlChangeResolver/MoveShopPermanentlyStrategy.php';
  37678.         return $this->privates['Shopware\\Core\\Framework\\App\\AppUrlChangeResolver\\MoveShopPermanentlyStrategy'] = new \Shopware\Core\Framework\App\AppUrlChangeResolver\MoveShopPermanentlyStrategy(($this->privates['Shopware\\Core\\Framework\\App\\Lifecycle\\AppLoader'] ?? $this->getAppLoaderService()), ($this->services['app.repository'] ?? $this->getApp_RepositoryService()), ($this->privates['Shopware\\Core\\Framework\\App\\Lifecycle\\Registration\\AppRegistrationService'] ?? $this->getAppRegistrationServiceService()), ($this->services['Shopware\\Core\\System\\SystemConfig\\SystemConfigService'] ?? $this->getSystemConfigServiceService()));
  37679.     }
  37680.     /**
  37681.      * Gets the private 'Shopware\Core\Framework\App\AppUrlChangeResolver\ReinstallAppsStrategy' shared service.
  37682.      *
  37683.      * @return \Shopware\Core\Framework\App\AppUrlChangeResolver\ReinstallAppsStrategy
  37684.      */
  37685.     protected function getReinstallAppsStrategyService()
  37686.     {
  37687.         include_once \dirname(__DIR__4).'/vendor/shopware/core/Framework/App/AppUrlChangeResolver/AbstractAppUrlChangeStrategy.php';
  37688.         include_once \dirname(__DIR__4).'/vendor/shopware/core/Framework/App/AppUrlChangeResolver/ReinstallAppsStrategy.php';
  37689.         return $this->privates['Shopware\\Core\\Framework\\App\\AppUrlChangeResolver\\ReinstallAppsStrategy'] = new \Shopware\Core\Framework\App\AppUrlChangeResolver\ReinstallAppsStrategy(($this->privates['Shopware\\Core\\Framework\\App\\Lifecycle\\AppLoader'] ?? $this->getAppLoaderService()), ($this->services['app.repository'] ?? $this->getApp_RepositoryService()), ($this->privates['Shopware\\Core\\Framework\\App\\Lifecycle\\Registration\\AppRegistrationService'] ?? $this->getAppRegistrationServiceService()), ($this->services['Shopware\\Core\\System\\SystemConfig\\SystemConfigService'] ?? $this->getSystemConfigServiceService()), ($this->services['event_dispatcher'] ?? $this->getEventDispatcherService()));
  37690.     }
  37691.     /**
  37692.      * Gets the private 'Shopware\Core\Framework\App\AppUrlChangeResolver\UninstallAppsStrategy' shared service.
  37693.      *
  37694.      * @return \Shopware\Core\Framework\App\AppUrlChangeResolver\UninstallAppsStrategy
  37695.      */
  37696.     protected function getUninstallAppsStrategyService()
  37697.     {
  37698.         include_once \dirname(__DIR__4).'/vendor/shopware/core/Framework/App/AppUrlChangeResolver/AbstractAppUrlChangeStrategy.php';
  37699.         include_once \dirname(__DIR__4).'/vendor/shopware/core/Framework/App/AppUrlChangeResolver/UninstallAppsStrategy.php';
  37700.         return $this->privates['Shopware\\Core\\Framework\\App\\AppUrlChangeResolver\\UninstallAppsStrategy'] = new \Shopware\Core\Framework\App\AppUrlChangeResolver\UninstallAppsStrategy(($this->services['app.repository'] ?? $this->getApp_RepositoryService()), ($this->services['Shopware\\Core\\System\\SystemConfig\\SystemConfigService'] ?? $this->getSystemConfigServiceService()), ($this->privates['Shopware\\Storefront\\Theme\\ThemeAppLifecycleHandler'] ?? $this->getThemeAppLifecycleHandlerService()));
  37701.     }
  37702.     /**
  37703.      * Gets the private 'Shopware\Core\Framework\App\Command\ActivateAppCommand' shared service.
  37704.      *
  37705.      * @return \Shopware\Core\Framework\App\Command\ActivateAppCommand
  37706.      */
  37707.     protected function getActivateAppCommandService()
  37708.     {
  37709.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/Command.php';
  37710.         include_once \dirname(__DIR__4).'/vendor/shopware/core/Framework/App/Command/AbstractAppActivationCommand.php';
  37711.         include_once \dirname(__DIR__4).'/vendor/shopware/core/Framework/App/Command/ActivateAppCommand.php';
  37712.         $this->privates['Shopware\\Core\\Framework\\App\\Command\\ActivateAppCommand'] = $instance = new \Shopware\Core\Framework\App\Command\ActivateAppCommand(($this->services['app.repository'] ?? $this->getApp_RepositoryService()), ($this->privates['Shopware\\Core\\Framework\\App\\AppStateService'] ?? $this->getAppStateServiceService()));
  37713.         $instance->setName('app:activate');
  37714.         return $instance;
  37715.     }
  37716.     /**
  37717.      * Gets the private 'Shopware\Core\Framework\App\Command\AppPrinter' shared service.
  37718.      *
  37719.      * @return \Shopware\Core\Framework\App\Command\AppPrinter
  37720.      */
  37721.     protected function getAppPrinterService()
  37722.     {
  37723.         include_once \dirname(__DIR__4).'/vendor/shopware/core/Framework/App/Command/AppPrinter.php';
  37724.         return $this->privates['Shopware\\Core\\Framework\\App\\Command\\AppPrinter'] = new \Shopware\Core\Framework\App\Command\AppPrinter(($this->services['app.repository'] ?? $this->getApp_RepositoryService()));
  37725.     }
  37726.     /**
  37727.      * Gets the private 'Shopware\Core\Framework\App\Command\DeactivateAppCommand' shared service.
  37728.      *
  37729.      * @return \Shopware\Core\Framework\App\Command\DeactivateAppCommand
  37730.      */
  37731.     protected function getDeactivateAppCommandService()
  37732.     {
  37733.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/Command.php';
  37734.         include_once \dirname(__DIR__4).'/vendor/shopware/core/Framework/App/Command/AbstractAppActivationCommand.php';
  37735.         include_once \dirname(__DIR__4).'/vendor/shopware/core/Framework/App/Command/DeactivateAppCommand.php';
  37736.         $this->privates['Shopware\\Core\\Framework\\App\\Command\\DeactivateAppCommand'] = $instance = new \Shopware\Core\Framework\App\Command\DeactivateAppCommand(($this->services['app.repository'] ?? $this->getApp_RepositoryService()), ($this->privates['Shopware\\Core\\Framework\\App\\AppStateService'] ?? $this->getAppStateServiceService()));
  37737.         $instance->setName('app:deactivate');
  37738.         return $instance;
  37739.     }
  37740.     /**
  37741.      * Gets the private 'Shopware\Core\Framework\App\Command\InstallAppCommand' shared service.
  37742.      *
  37743.      * @return \Shopware\Core\Framework\App\Command\InstallAppCommand
  37744.      */
  37745.     protected function getInstallAppCommandService()
  37746.     {
  37747.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/Command.php';
  37748.         include_once \dirname(__DIR__4).'/vendor/shopware/core/Framework/App/Command/InstallAppCommand.php';
  37749.         $this->privates['Shopware\\Core\\Framework\\App\\Command\\InstallAppCommand'] = $instance = new \Shopware\Core\Framework\App\Command\InstallAppCommand(($this->privates['Shopware\\Core\\Framework\\App\\Lifecycle\\AppLoader'] ?? $this->getAppLoaderService()), ($this->privates['Shopware\\Core\\Framework\\App\\Lifecycle\\AppLifecycle'] ?? $this->getAppLifecycleService()), ($this->privates['Shopware\\Core\\Framework\\App\\Command\\AppPrinter'] ?? $this->getAppPrinterService()), ($this->privates['Shopware\\Core\\Framework\\App\\Validation\\ManifestValidator'] ?? $this->getManifestValidatorService()));
  37750.         $instance->setName('app:install');
  37751.         return $instance;
  37752.     }
  37753.     /**
  37754.      * Gets the private 'Shopware\Core\Framework\App\Command\RefreshAppCommand' shared service.
  37755.      *
  37756.      * @return \Shopware\Core\Framework\App\Command\RefreshAppCommand
  37757.      */
  37758.     protected function getRefreshAppCommandService()
  37759.     {
  37760.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/Command.php';
  37761.         include_once \dirname(__DIR__4).'/vendor/shopware/core/Framework/App/Command/RefreshAppCommand.php';
  37762.         include_once \dirname(__DIR__4).'/vendor/shopware/core/Framework/App/AppService.php';
  37763.         include_once \dirname(__DIR__4).'/vendor/shopware/core/Framework/App/Lifecycle/AppLifecycleIterator.php';
  37764.         $a = ($this->services['app.repository'] ?? $this->getApp_RepositoryService());
  37765.         $this->privates['Shopware\\Core\\Framework\\App\\Command\\RefreshAppCommand'] = $instance = new \Shopware\Core\Framework\App\Command\RefreshAppCommand(new \Shopware\Core\Framework\App\AppService(new \Shopware\Core\Framework\App\Lifecycle\AppLifecycleIterator($a, ($this->privates['Shopware\\Core\\Framework\\App\\Lifecycle\\AppLoader'] ?? $this->getAppLoaderService())), ($this->privates['Shopware\\Core\\Framework\\App\\Lifecycle\\AppLifecycle'] ?? $this->getAppLifecycleService())), ($this->privates['Shopware\\Core\\Framework\\App\\Command\\AppPrinter'] ?? $this->getAppPrinterService()), ($this->privates['Shopware\\Core\\Framework\\App\\Validation\\ManifestValidator'] ?? $this->getManifestValidatorService()), ($this->privates['Shopware\\Core\\Framework\\App\\Delta\\AppConfirmationDeltaProvider'] ?? $this->getAppConfirmationDeltaProviderService()), $a);
  37766.         $instance->setName('app:refresh');
  37767.         return $instance;
  37768.     }
  37769.     /**
  37770.      * Gets the private 'Shopware\Core\Framework\App\Command\ResolveAppUrlChangeCommand' shared service.
  37771.      *
  37772.      * @return \Shopware\Core\Framework\App\Command\ResolveAppUrlChangeCommand
  37773.      */
  37774.     protected function getResolveAppUrlChangeCommandService()
  37775.     {
  37776.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/Command.php';
  37777.         include_once \dirname(__DIR__4).'/vendor/shopware/core/Framework/App/Command/ResolveAppUrlChangeCommand.php';
  37778.         $this->privates['Shopware\\Core\\Framework\\App\\Command\\ResolveAppUrlChangeCommand'] = $instance = new \Shopware\Core\Framework\App\Command\ResolveAppUrlChangeCommand(($this->services['Shopware\\Core\\Framework\\App\\AppUrlChangeResolver\\Resolver'] ?? $this->getResolverService()));
  37779.         $instance->setName('app:url-change:resolve');
  37780.         return $instance;
  37781.     }
  37782.     /**
  37783.      * Gets the private 'Shopware\Core\Framework\App\Command\UninstallAppCommand' shared service.
  37784.      *
  37785.      * @return \Shopware\Core\Framework\App\Command\UninstallAppCommand
  37786.      */
  37787.     protected function getUninstallAppCommandService()
  37788.     {
  37789.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/Command.php';
  37790.         include_once \dirname(__DIR__4).'/vendor/shopware/core/Framework/App/Command/UninstallAppCommand.php';
  37791.         $this->privates['Shopware\\Core\\Framework\\App\\Command\\UninstallAppCommand'] = $instance = new \Shopware\Core\Framework\App\Command\UninstallAppCommand(($this->privates['Shopware\\Core\\Framework\\App\\Lifecycle\\AppLifecycle'] ?? $this->getAppLifecycleService()), ($this->services['app.repository'] ?? $this->getApp_RepositoryService()));
  37792.         $instance->setName('app:uninstall');
  37793.         return $instance;
  37794.     }
  37795.     /**
  37796.      * Gets the private 'Shopware\Core\Framework\App\Command\ValidateAppCommand' shared service.
  37797.      *
  37798.      * @return \Shopware\Core\Framework\App\Command\ValidateAppCommand
  37799.      */
  37800.     protected function getValidateAppCommandService()
  37801.     {
  37802.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/Command.php';
  37803.         include_once \dirname(__DIR__4).'/vendor/shopware/core/Framework/App/Command/ValidateAppCommand.php';
  37804.         $this->privates['Shopware\\Core\\Framework\\App\\Command\\ValidateAppCommand'] = $instance = new \Shopware\Core\Framework\App\Command\ValidateAppCommand((\dirname(__DIR__4).'/custom/apps'), ($this->privates['Shopware\\Core\\Framework\\App\\Validation\\ManifestValidator'] ?? $this->getManifestValidatorService()));
  37805.         $instance->setName('app:validate');
  37806.         return $instance;
  37807.     }
  37808.     /**
  37809.      * Gets the private 'Shopware\Core\Framework\App\Delta\AppConfirmationDeltaProvider' shared service.
  37810.      *
  37811.      * @return \Shopware\Core\Framework\App\Delta\AppConfirmationDeltaProvider
  37812.      */
  37813.     protected function getAppConfirmationDeltaProviderService()
  37814.     {
  37815.         include_once \dirname(__DIR__4).'/vendor/shopware/core/Framework/App/Delta/AppConfirmationDeltaProvider.php';
  37816.         return $this->privates['Shopware\\Core\\Framework\\App\\Delta\\AppConfirmationDeltaProvider'] = new \Shopware\Core\Framework\App\Delta\AppConfirmationDeltaProvider(new RewindableGenerator(function () {
  37817.             yield => ($this->privates['Shopware\\Core\\Framework\\App\\Delta\\PermissionsDeltaProvider'] ?? ($this->privates['Shopware\\Core\\Framework\\App\\Delta\\PermissionsDeltaProvider'] = new \Shopware\Core\Framework\App\Delta\PermissionsDeltaProvider()));
  37818.             yield => ($this->privates['Shopware\\Core\\Framework\\App\\Delta\\DomainsDeltaProvider'] ?? ($this->privates['Shopware\\Core\\Framework\\App\\Delta\\DomainsDeltaProvider'] = new \Shopware\Core\Framework\App\Delta\DomainsDeltaProvider()));
  37819.         }, 2));
  37820.     }
  37821.     /**
  37822.      * Gets the private 'Shopware\Core\Framework\App\Hmac\QuerySigner' shared service.
  37823.      *
  37824.      * @return \Shopware\Core\Framework\App\Hmac\QuerySigner
  37825.      */
  37826.     protected function getQuerySignerService()
  37827.     {
  37828.         include_once \dirname(__DIR__4).'/vendor/shopware/core/Framework/App/Hmac/QuerySigner.php';
  37829.         return $this->privates['Shopware\\Core\\Framework\\App\\Hmac\\QuerySigner'] = new \Shopware\Core\Framework\App\Hmac\QuerySigner($this->getEnv('APP_URL'), '6.4.20.0', ($this->privates['Shopware\\Core\\Framework\\Store\\Authentication\\LocaleProvider'] ?? $this->getLocaleProviderService()), ($this->services['Shopware\\Core\\Framework\\App\\ShopId\\ShopIdProvider'] ?? $this->getShopIdProviderService()));
  37830.     }
  37831.     /**
  37832.      * Gets the private 'Shopware\Core\Framework\App\Lifecycle\AppLifecycle' shared service.
  37833.      *
  37834.      * @return \Shopware\Core\Framework\App\Lifecycle\AppLifecycle
  37835.      */
  37836.     protected function getAppLifecycleService()
  37837.     {
  37838.         include_once \dirname(__DIR__4).'/vendor/shopware/core/Framework/App/Lifecycle/AbstractAppLifecycle.php';
  37839.         include_once \dirname(__DIR__4).'/vendor/shopware/core/Framework/App/Lifecycle/AppLifecycle.php';
  37840.         include_once \dirname(__DIR__4).'/vendor/shopware/core/Framework/App/Lifecycle/Persister/PermissionPersister.php';
  37841.         include_once \dirname(__DIR__4).'/vendor/shopware/core/Framework/App/Lifecycle/Persister/CustomFieldPersister.php';
  37842.         include_once \dirname(__DIR__4).'/vendor/shopware/core/Framework/App/Lifecycle/Persister/ActionButtonPersister.php';
  37843.         include_once \dirname(__DIR__4).'/vendor/shopware/core/Framework/App/Lifecycle/Persister/TemplatePersister.php';
  37844.         include_once \dirname(__DIR__4).'/vendor/shopware/core/Framework/App/Template/AbstractTemplateLoader.php';
  37845.         include_once \dirname(__DIR__4).'/vendor/shopware/storefront/Framework/App/Template/IconTemplateLoader.php';
  37846.         include_once \dirname(__DIR__4).'/vendor/shopware/core/Framework/App/Template/TemplateLoader.php';
  37847.         include_once \dirname(__DIR__4).'/vendor/shopware/core/Framework/App/Lifecycle/Persister/WebhookPersister.php';
  37848.         include_once \dirname(__DIR__4).'/vendor/shopware/core/Framework/App/Lifecycle/Persister/PaymentMethodPersister.php';
  37849.         include_once \dirname(__DIR__4).'/vendor/shopware/core/Framework/App/Lifecycle/Persister/CmsBlockPersister.php';
  37850.         include_once \dirname(__DIR__4).'/vendor/shopware/core/Framework/App/Cms/AbstractBlockTemplateLoader.php';
  37851.         include_once \dirname(__DIR__4).'/vendor/shopware/core/Framework/App/Cms/BlockTemplateLoader.php';
  37852.         include_once \dirname(__DIR__4).'/vendor/shopware/core/System/CustomEntity/Schema/CustomEntityPersister.php';
  37853.         include_once \dirname(__DIR__4).'/vendor/shopware/core/Framework/App/Lifecycle/Persister/FlowActionPersister.php';
  37854.         include_once \dirname(__DIR__4).'/vendor/shopware/administration/Snippet/AppAdministrationSnippetPersister.php';
  37855.         $a = ($this->services['app.repository'] ?? $this->getApp_RepositoryService());
  37856.         if (isset($this->privates['Shopware\\Core\\Framework\\App\\Lifecycle\\AppLifecycle'])) {
  37857.             return $this->privates['Shopware\\Core\\Framework\\App\\Lifecycle\\AppLifecycle'];
  37858.         }
  37859.         $b = ($this->services['custom_field_set.repository'] ?? $this->getCustomFieldSet_RepositoryService());
  37860.         if (isset($this->privates['Shopware\\Core\\Framework\\App\\Lifecycle\\AppLifecycle'])) {
  37861.             return $this->privates['Shopware\\Core\\Framework\\App\\Lifecycle\\AppLifecycle'];
  37862.         }
  37863.         $c = ($this->services['app_action_button.repository'] ?? $this->getAppActionButton_RepositoryService());
  37864.         if (isset($this->privates['Shopware\\Core\\Framework\\App\\Lifecycle\\AppLifecycle'])) {
  37865.             return $this->privates['Shopware\\Core\\Framework\\App\\Lifecycle\\AppLifecycle'];
  37866.         }
  37867.         $d = ($this->services['app_template.repository'] ?? $this->getAppTemplate_RepositoryService());
  37868.         if (isset($this->privates['Shopware\\Core\\Framework\\App\\Lifecycle\\AppLifecycle'])) {
  37869.             return $this->privates['Shopware\\Core\\Framework\\App\\Lifecycle\\AppLifecycle'];
  37870.         }
  37871.         $e = ($this->privates['Shopware\\Core\\Framework\\App\\Lifecycle\\Persister\\ScriptPersister'] ?? $this->getScriptPersisterService());
  37872.         if (isset($this->privates['Shopware\\Core\\Framework\\App\\Lifecycle\\AppLifecycle'])) {
  37873.             return $this->privates['Shopware\\Core\\Framework\\App\\Lifecycle\\AppLifecycle'];
  37874.         }
  37875.         $f = ($this->services['webhook.repository'] ?? $this->getWebhook_RepositoryService());
  37876.         if (isset($this->privates['Shopware\\Core\\Framework\\App\\Lifecycle\\AppLifecycle'])) {
  37877.             return $this->privates['Shopware\\Core\\Framework\\App\\Lifecycle\\AppLifecycle'];
  37878.         }
  37879.         $g = ($this->services['payment_method.repository'] ?? $this->getPaymentMethod_RepositoryService());
  37880.         if (isset($this->privates['Shopware\\Core\\Framework\\App\\Lifecycle\\AppLifecycle'])) {
  37881.             return $this->privates['Shopware\\Core\\Framework\\App\\Lifecycle\\AppLifecycle'];
  37882.         }
  37883.         $h = ($this->privates['Shopware\\Core\\Content\\Media\\MediaService'] ?? $this->getMediaServiceService());
  37884.         if (isset($this->privates['Shopware\\Core\\Framework\\App\\Lifecycle\\AppLifecycle'])) {
  37885.             return $this->privates['Shopware\\Core\\Framework\\App\\Lifecycle\\AppLifecycle'];
  37886.         }
  37887.         $i = ($this->privates['Shopware\\Core\\Framework\\App\\Lifecycle\\Persister\\RuleConditionPersister'] ?? $this->getRuleConditionPersisterService());
  37888.         if (isset($this->privates['Shopware\\Core\\Framework\\App\\Lifecycle\\AppLifecycle'])) {
  37889.             return $this->privates['Shopware\\Core\\Framework\\App\\Lifecycle\\AppLifecycle'];
  37890.         }
  37891.         $j = ($this->services['app_cms_block.repository'] ?? $this->getAppCmsBlock_RepositoryService());
  37892.         if (isset($this->privates['Shopware\\Core\\Framework\\App\\Lifecycle\\AppLifecycle'])) {
  37893.             return $this->privates['Shopware\\Core\\Framework\\App\\Lifecycle\\AppLifecycle'];
  37894.         }
  37895.         $k = ($this->services['event_dispatcher'] ?? $this->getEventDispatcherService());
  37896.         if (isset($this->privates['Shopware\\Core\\Framework\\App\\Lifecycle\\AppLifecycle'])) {
  37897.             return $this->privates['Shopware\\Core\\Framework\\App\\Lifecycle\\AppLifecycle'];
  37898.         }
  37899.         $l = ($this->privates['Shopware\\Core\\Framework\\App\\Lifecycle\\Registration\\AppRegistrationService'] ?? $this->getAppRegistrationServiceService());
  37900.         if (isset($this->privates['Shopware\\Core\\Framework\\App\\Lifecycle\\AppLifecycle'])) {
  37901.             return $this->privates['Shopware\\Core\\Framework\\App\\Lifecycle\\AppLifecycle'];
  37902.         }
  37903.         $m = ($this->privates['Shopware\\Core\\Framework\\App\\AppStateService'] ?? $this->getAppStateServiceService());
  37904.         if (isset($this->privates['Shopware\\Core\\Framework\\App\\Lifecycle\\AppLifecycle'])) {
  37905.             return $this->privates['Shopware\\Core\\Framework\\App\\Lifecycle\\AppLifecycle'];
  37906.         }
  37907.         $n = ($this->services['language.repository'] ?? $this->getLanguage_RepositoryService());
  37908.         if (isset($this->privates['Shopware\\Core\\Framework\\App\\Lifecycle\\AppLifecycle'])) {
  37909.             return $this->privates['Shopware\\Core\\Framework\\App\\Lifecycle\\AppLifecycle'];
  37910.         }
  37911.         $o = ($this->services['Shopware\\Core\\System\\SystemConfig\\SystemConfigService'] ?? $this->getSystemConfigServiceService());
  37912.         if (isset($this->privates['Shopware\\Core\\Framework\\App\\Lifecycle\\AppLifecycle'])) {
  37913.             return $this->privates['Shopware\\Core\\Framework\\App\\Lifecycle\\AppLifecycle'];
  37914.         }
  37915.         $p = ($this->services['integration.repository'] ?? $this->getIntegration_RepositoryService());
  37916.         if (isset($this->privates['Shopware\\Core\\Framework\\App\\Lifecycle\\AppLifecycle'])) {
  37917.             return $this->privates['Shopware\\Core\\Framework\\App\\Lifecycle\\AppLifecycle'];
  37918.         }
  37919.         $q = ($this->services['acl_role.repository'] ?? $this->getAclRole_RepositoryService());
  37920.         if (isset($this->privates['Shopware\\Core\\Framework\\App\\Lifecycle\\AppLifecycle'])) {
  37921.             return $this->privates['Shopware\\Core\\Framework\\App\\Lifecycle\\AppLifecycle'];
  37922.         }
  37923.         $r = ($this->privates['Shopware\\Core\\Framework\\Plugin\\Util\\AssetService'] ?? $this->getAssetServiceService());
  37924.         if (isset($this->privates['Shopware\\Core\\Framework\\App\\Lifecycle\\AppLifecycle'])) {
  37925.             return $this->privates['Shopware\\Core\\Framework\\App\\Lifecycle\\AppLifecycle'];
  37926.         }
  37927.         $s = ($this->services['Shopware\\Core\\Framework\\Script\\Execution\\ScriptExecutor'] ?? $this->getScriptExecutorService());
  37928.         if (isset($this->privates['Shopware\\Core\\Framework\\App\\Lifecycle\\AppLifecycle'])) {
  37929.             return $this->privates['Shopware\\Core\\Framework\\App\\Lifecycle\\AppLifecycle'];
  37930.         }
  37931.         $t = ($this->services['app_flow_action.repository'] ?? $this->getAppFlowAction_RepositoryService());
  37932.         if (isset($this->privates['Shopware\\Core\\Framework\\App\\Lifecycle\\AppLifecycle'])) {
  37933.             return $this->privates['Shopware\\Core\\Framework\\App\\Lifecycle\\AppLifecycle'];
  37934.         }
  37935.         $u = ($this->services['app_administration_snippet.repository'] ?? $this->getAppAdministrationSnippet_RepositoryService());
  37936.         if (isset($this->privates['Shopware\\Core\\Framework\\App\\Lifecycle\\AppLifecycle'])) {
  37937.             return $this->privates['Shopware\\Core\\Framework\\App\\Lifecycle\\AppLifecycle'];
  37938.         }
  37939.         $v = ($this->services['locale.repository'] ?? $this->getLocale_RepositoryService());
  37940.         if (isset($this->privates['Shopware\\Core\\Framework\\App\\Lifecycle\\AppLifecycle'])) {
  37941.             return $this->privates['Shopware\\Core\\Framework\\App\\Lifecycle\\AppLifecycle'];
  37942.         }
  37943.         $w = ($this->services['Doctrine\\DBAL\\Connection'] ?? $this->getConnectionService());
  37944.         $x = ($this->privates['Shopware\\Core\\Framework\\App\\Lifecycle\\AppLoader'] ?? $this->getAppLoaderService());
  37945.         return $this->privates['Shopware\\Core\\Framework\\App\\Lifecycle\\AppLifecycle'] = new \Shopware\Core\Framework\App\Lifecycle\AppLifecycle($a, new \Shopware\Core\Framework\App\Lifecycle\Persister\PermissionPersister($w), new \Shopware\Core\Framework\App\Lifecycle\Persister\CustomFieldPersister($b), new \Shopware\Core\Framework\App\Lifecycle\Persister\ActionButtonPersister($c), new \Shopware\Core\Framework\App\Lifecycle\Persister\TemplatePersister(new \Shopware\Storefront\Framework\App\Template\IconTemplateLoader(new \Shopware\Core\Framework\App\Template\TemplateLoader(), ($this->privates['Shopware\\Storefront\\Theme\\StorefrontPluginConfiguration\\StorefrontPluginConfigurationFactory'] ?? ($this->privates['Shopware\\Storefront\\Theme\\StorefrontPluginConfiguration\\StorefrontPluginConfigurationFactory'] = new \Shopware\Storefront\Theme\StorefrontPluginConfiguration\StorefrontPluginConfigurationFactory(\dirname(__DIR__4)))), \dirname(__DIR__4)), $d$a), $e, new \Shopware\Core\Framework\App\Lifecycle\Persister\WebhookPersister($f), new \Shopware\Core\Framework\App\Lifecycle\Persister\PaymentMethodPersister($g$h), $i, new \Shopware\Core\Framework\App\Lifecycle\Persister\CmsBlockPersister($j, new \Shopware\Core\Framework\App\Cms\BlockTemplateLoader(), ($this->services['Shopware\\Core\\Framework\\Util\\HtmlSanitizer'] ?? $this->getHtmlSanitizerService())), $x$k$l$m$n$o, ($this->privates['Shopware\\Core\\Framework\\App\\Validation\\ConfigValidator'] ?? $this->getConfigValidatorService()), $p$q$r$s\dirname(__DIR__4), new \Shopware\Core\System\CustomEntity\Schema\CustomEntityPersister($w), ($this->services['Shopware\\Core\\System\\CustomEntity\\Schema\\CustomEntitySchemaUpdater'] ?? $this->getCustomEntitySchemaUpdaterService()), $w, new \Shopware\Core\Framework\App\Lifecycle\Persister\FlowActionPersister($t$x$w), new \Shopware\Administration\Snippet\AppAdministrationSnippetPersister($u$v));
  37946.     }
  37947.     /**
  37948.      * Gets the private 'Shopware\Core\Framework\App\Lifecycle\AppLoader' shared service.
  37949.      *
  37950.      * @return \Shopware\Core\Framework\App\Lifecycle\AppLoader
  37951.      */
  37952.     protected function getAppLoaderService()
  37953.     {
  37954.         return $this->privates['Shopware\\Core\\Framework\\App\\Lifecycle\\AppLoader'] = new \Shopware\Core\Framework\App\Lifecycle\AppLoader((\dirname(__DIR__4).'/custom/apps'), \dirname(__DIR__4), ($this->privates['Shopware\\Core\\System\\SystemConfig\\Util\\ConfigReader'] ?? ($this->privates['Shopware\\Core\\System\\SystemConfig\\Util\\ConfigReader'] = new \Shopware\Core\System\SystemConfig\Util\ConfigReader())), new \Shopware\Core\System\CustomEntity\Xml\CustomEntityXmlSchemaValidator());
  37955.     }
  37956.     /**
  37957.      * Gets the private 'Shopware\Core\Framework\App\Lifecycle\Persister\RuleConditionPersister' shared service.
  37958.      *
  37959.      * @return \Shopware\Core\Framework\App\Lifecycle\Persister\RuleConditionPersister
  37960.      */
  37961.     protected function getRuleConditionPersisterService()
  37962.     {
  37963.         include_once \dirname(__DIR__4).'/vendor/shopware/core/Framework/App/Lifecycle/Persister/RuleConditionPersister.php';
  37964.         $a = ($this->services['app_script_condition.repository'] ?? $this->getAppScriptCondition_RepositoryService());
  37965.         if (isset($this->privates['Shopware\\Core\\Framework\\App\\Lifecycle\\Persister\\RuleConditionPersister'])) {
  37966.             return $this->privates['Shopware\\Core\\Framework\\App\\Lifecycle\\Persister\\RuleConditionPersister'];
  37967.         }
  37968.         $b = ($this->services['app.repository'] ?? $this->getApp_RepositoryService());
  37969.         if (isset($this->privates['Shopware\\Core\\Framework\\App\\Lifecycle\\Persister\\RuleConditionPersister'])) {
  37970.             return $this->privates['Shopware\\Core\\Framework\\App\\Lifecycle\\Persister\\RuleConditionPersister'];
  37971.         }
  37972.         return $this->privates['Shopware\\Core\\Framework\\App\\Lifecycle\\Persister\\RuleConditionPersister'] = new \Shopware\Core\Framework\App\Lifecycle\Persister\RuleConditionPersister(($this->privates['Shopware\\Core\\Framework\\App\\Lifecycle\\ScriptFileReader'] ?? ($this->privates['Shopware\\Core\\Framework\\App\\Lifecycle\\ScriptFileReader'] = new \Shopware\Core\Framework\App\Lifecycle\ScriptFileReader((\dirname(__DIR__4).'/')))), $a$b);
  37973.     }
  37974.     /**
  37975.      * Gets the private 'Shopware\Core\Framework\App\Lifecycle\Persister\ScriptPersister' shared service.
  37976.      *
  37977.      * @return \Shopware\Core\Framework\App\Lifecycle\Persister\ScriptPersister
  37978.      */
  37979.     protected function getScriptPersisterService()
  37980.     {
  37981.         $a = ($this->services['script.repository'] ?? $this->getScript_RepositoryService());
  37982.         if (isset($this->privates['Shopware\\Core\\Framework\\App\\Lifecycle\\Persister\\ScriptPersister'])) {
  37983.             return $this->privates['Shopware\\Core\\Framework\\App\\Lifecycle\\Persister\\ScriptPersister'];
  37984.         }
  37985.         $b = ($this->services['app.repository'] ?? $this->getApp_RepositoryService());
  37986.         if (isset($this->privates['Shopware\\Core\\Framework\\App\\Lifecycle\\Persister\\ScriptPersister'])) {
  37987.             return $this->privates['Shopware\\Core\\Framework\\App\\Lifecycle\\Persister\\ScriptPersister'];
  37988.         }
  37989.         return $this->privates['Shopware\\Core\\Framework\\App\\Lifecycle\\Persister\\ScriptPersister'] = new \Shopware\Core\Framework\App\Lifecycle\Persister\ScriptPersister(($this->privates['Shopware\\Core\\Framework\\App\\Lifecycle\\ScriptFileReader'] ?? ($this->privates['Shopware\\Core\\Framework\\App\\Lifecycle\\ScriptFileReader'] = new \Shopware\Core\Framework\App\Lifecycle\ScriptFileReader((\dirname(__DIR__4).'/')))), $a$b);
  37990.     }
  37991.     /**
  37992.      * Gets the private 'Shopware\Core\Framework\App\Lifecycle\Registration\AppRegistrationService' shared service.
  37993.      *
  37994.      * @return \Shopware\Core\Framework\App\Lifecycle\Registration\AppRegistrationService
  37995.      */
  37996.     protected function getAppRegistrationServiceService()
  37997.     {
  37998.         include_once \dirname(__DIR__4).'/vendor/shopware/core/Framework/App/Lifecycle/Registration/AppRegistrationService.php';
  37999.         include_once \dirname(__DIR__4).'/vendor/shopware/core/Framework/App/Lifecycle/Registration/HandshakeFactory.php';
  38000.         $a = ($this->services['Shopware\\Core\\Framework\\App\\ShopId\\ShopIdProvider'] ?? $this->getShopIdProviderService());
  38001.         if (isset($this->privates['Shopware\\Core\\Framework\\App\\Lifecycle\\Registration\\AppRegistrationService'])) {
  38002.             return $this->privates['Shopware\\Core\\Framework\\App\\Lifecycle\\Registration\\AppRegistrationService'];
  38003.         }
  38004.         $b = ($this->privates['shopware.app_system.guzzle'] ?? $this->getShopware_AppSystem_GuzzleService());
  38005.         if (isset($this->privates['Shopware\\Core\\Framework\\App\\Lifecycle\\Registration\\AppRegistrationService'])) {
  38006.             return $this->privates['Shopware\\Core\\Framework\\App\\Lifecycle\\Registration\\AppRegistrationService'];
  38007.         }
  38008.         $c = ($this->services['app.repository'] ?? $this->getApp_RepositoryService());
  38009.         if (isset($this->privates['Shopware\\Core\\Framework\\App\\Lifecycle\\Registration\\AppRegistrationService'])) {
  38010.             return $this->privates['Shopware\\Core\\Framework\\App\\Lifecycle\\Registration\\AppRegistrationService'];
  38011.         }
  38012.         return $this->privates['Shopware\\Core\\Framework\\App\\Lifecycle\\Registration\\AppRegistrationService'] = new \Shopware\Core\Framework\App\Lifecycle\Registration\AppRegistrationService(new \Shopware\Core\Framework\App\Lifecycle\Registration\HandshakeFactory($this->getEnv('APP_URL'), $a, ($this->privates['Shopware\\Core\\Framework\\Store\\Services\\StoreClient'] ?? $this->getStoreClientService()), '6.4.20.0'), $b$c$this->getEnv('APP_URL'), $a'6.4.20.0');
  38013.     }
  38014.     /**
  38015.      * Gets the private 'Shopware\Core\Framework\App\Payment\Handler\AppAsyncPaymentHandler' shared service.
  38016.      *
  38017.      * @return \Shopware\Core\Framework\App\Payment\Handler\AppAsyncPaymentHandler
  38018.      */
  38019.     protected function getAppAsyncPaymentHandlerService()
  38020.     {
  38021.         include_once \dirname(__DIR__4).'/vendor/shopware/core/Checkout/Payment/Cart/PaymentHandler/PaymentHandlerInterface.php';
  38022.         include_once \dirname(__DIR__4).'/vendor/shopware/core/Checkout/Payment/Cart/PaymentHandler/RefundPaymentHandlerInterface.php';
  38023.         include_once \dirname(__DIR__4).'/vendor/shopware/core/Checkout/Payment/Cart/PaymentHandler/PreparedPaymentHandlerInterface.php';
  38024.         include_once \dirname(__DIR__4).'/vendor/shopware/core/Framework/App/Payment/Handler/AppPaymentHandler.php';
  38025.         include_once \dirname(__DIR__4).'/vendor/shopware/core/Checkout/Payment/Cart/PaymentHandler/AsynchronousPaymentHandlerInterface.php';
  38026.         include_once \dirname(__DIR__4).'/vendor/shopware/core/Framework/App/Payment/Handler/AppAsyncPaymentHandler.php';
  38027.         $a = ($this->privates['Shopware\\Core\\Checkout\\Order\\Aggregate\\OrderTransaction\\OrderTransactionStateHandler'] ?? $this->getOrderTransactionStateHandlerService());
  38028.         if (isset($this->privates['Shopware\\Core\\Framework\\App\\Payment\\Handler\\AppAsyncPaymentHandler'])) {
  38029.             return $this->privates['Shopware\\Core\\Framework\\App\\Payment\\Handler\\AppAsyncPaymentHandler'];
  38030.         }
  38031.         $b = ($this->privates['Shopware\\Core\\System\\StateMachine\\StateMachineRegistry'] ?? $this->getStateMachineRegistryService());
  38032.         if (isset($this->privates['Shopware\\Core\\Framework\\App\\Payment\\Handler\\AppAsyncPaymentHandler'])) {
  38033.             return $this->privates['Shopware\\Core\\Framework\\App\\Payment\\Handler\\AppAsyncPaymentHandler'];
  38034.         }
  38035.         $c = ($this->services['order_transaction_capture_refund.repository'] ?? $this->getOrderTransactionCaptureRefund_RepositoryService());
  38036.         if (isset($this->privates['Shopware\\Core\\Framework\\App\\Payment\\Handler\\AppAsyncPaymentHandler'])) {
  38037.             return $this->privates['Shopware\\Core\\Framework\\App\\Payment\\Handler\\AppAsyncPaymentHandler'];
  38038.         }
  38039.         return $this->privates['Shopware\\Core\\Framework\\App\\Payment\\Handler\\AppAsyncPaymentHandler'] = new \Shopware\Core\Framework\App\Payment\Handler\AppAsyncPaymentHandler($a$b, ($this->privates['Shopware\\Core\\Framework\\App\\Payment\\Payload\\PayloadService'] ?? $this->getPayloadServiceService()), $c);
  38040.     }
  38041.     /**
  38042.      * Gets the private 'Shopware\Core\Framework\App\Payment\Handler\AppPaymentHandler' shared service.
  38043.      *
  38044.      * @return \Shopware\Core\Framework\App\Payment\Handler\AppPaymentHandler
  38045.      */
  38046.     protected function getAppPaymentHandlerService()
  38047.     {
  38048.         include_once \dirname(__DIR__4).'/vendor/shopware/core/Checkout/Payment/Cart/PaymentHandler/PaymentHandlerInterface.php';
  38049.         include_once \dirname(__DIR__4).'/vendor/shopware/core/Checkout/Payment/Cart/PaymentHandler/RefundPaymentHandlerInterface.php';
  38050.         include_once \dirname(__DIR__4).'/vendor/shopware/core/Checkout/Payment/Cart/PaymentHandler/PreparedPaymentHandlerInterface.php';
  38051.         include_once \dirname(__DIR__4).'/vendor/shopware/core/Framework/App/Payment/Handler/AppPaymentHandler.php';
  38052.         $a = ($this->privates['Shopware\\Core\\Checkout\\Order\\Aggregate\\OrderTransaction\\OrderTransactionStateHandler'] ?? $this->getOrderTransactionStateHandlerService());
  38053.         if (isset($this->privates['Shopware\\Core\\Framework\\App\\Payment\\Handler\\AppPaymentHandler'])) {
  38054.             return $this->privates['Shopware\\Core\\Framework\\App\\Payment\\Handler\\AppPaymentHandler'];
  38055.         }
  38056.         $b = ($this->privates['Shopware\\Core\\System\\StateMachine\\StateMachineRegistry'] ?? $this->getStateMachineRegistryService());
  38057.         if (isset($this->privates['Shopware\\Core\\Framework\\App\\Payment\\Handler\\AppPaymentHandler'])) {
  38058.             return $this->privates['Shopware\\Core\\Framework\\App\\Payment\\Handler\\AppPaymentHandler'];
  38059.         }
  38060.         $c = ($this->services['order_transaction_capture_refund.repository'] ?? $this->getOrderTransactionCaptureRefund_RepositoryService());
  38061.         if (isset($this->privates['Shopware\\Core\\Framework\\App\\Payment\\Handler\\AppPaymentHandler'])) {
  38062.             return $this->privates['Shopware\\Core\\Framework\\App\\Payment\\Handler\\AppPaymentHandler'];
  38063.         }
  38064.         return $this->privates['Shopware\\Core\\Framework\\App\\Payment\\Handler\\AppPaymentHandler'] = new \Shopware\Core\Framework\App\Payment\Handler\AppPaymentHandler($a$b, ($this->privates['Shopware\\Core\\Framework\\App\\Payment\\Payload\\PayloadService'] ?? $this->getPayloadServiceService()), $c);
  38065.     }
  38066.     /**
  38067.      * Gets the private 'Shopware\Core\Framework\App\Payment\Handler\AppSyncPaymentHandler' shared service.
  38068.      *
  38069.      * @return \Shopware\Core\Framework\App\Payment\Handler\AppSyncPaymentHandler
  38070.      */
  38071.     protected function getAppSyncPaymentHandlerService()
  38072.     {
  38073.         include_once \dirname(__DIR__4).'/vendor/shopware/core/Checkout/Payment/Cart/PaymentHandler/PaymentHandlerInterface.php';
  38074.         include_once \dirname(__DIR__4).'/vendor/shopware/core/Checkout/Payment/Cart/PaymentHandler/RefundPaymentHandlerInterface.php';
  38075.         include_once \dirname(__DIR__4).'/vendor/shopware/core/Checkout/Payment/Cart/PaymentHandler/PreparedPaymentHandlerInterface.php';
  38076.         include_once \dirname(__DIR__4).'/vendor/shopware/core/Framework/App/Payment/Handler/AppPaymentHandler.php';
  38077.         include_once \dirname(__DIR__4).'/vendor/shopware/core/Checkout/Payment/Cart/PaymentHandler/SynchronousPaymentHandlerInterface.php';
  38078.         include_once \dirname(__DIR__4).'/vendor/shopware/core/Framework/App/Payment/Handler/AppSyncPaymentHandler.php';
  38079.         $a = ($this->privates['Shopware\\Core\\Checkout\\Order\\Aggregate\\OrderTransaction\\OrderTransactionStateHandler'] ?? $this->getOrderTransactionStateHandlerService());
  38080.         if (isset($this->privates['Shopware\\Core\\Framework\\App\\Payment\\Handler\\AppSyncPaymentHandler'])) {
  38081.             return $this->privates['Shopware\\Core\\Framework\\App\\Payment\\Handler\\AppSyncPaymentHandler'];
  38082.         }
  38083.         $b = ($this->privates['Shopware\\Core\\System\\StateMachine\\StateMachineRegistry'] ?? $this->getStateMachineRegistryService());
  38084.         if (isset($this->privates['Shopware\\Core\\Framework\\App\\Payment\\Handler\\AppSyncPaymentHandler'])) {
  38085.             return $this->privates['Shopware\\Core\\Framework\\App\\Payment\\Handler\\AppSyncPaymentHandler'];
  38086.         }
  38087.         $c = ($this->privates['Shopware\\Core\\Framework\\App\\Payment\\Payload\\PayloadService'] ?? $this->getPayloadServiceService());
  38088.         if (isset($this->privates['Shopware\\Core\\Framework\\App\\Payment\\Handler\\AppSyncPaymentHandler'])) {
  38089.             return $this->privates['Shopware\\Core\\Framework\\App\\Payment\\Handler\\AppSyncPaymentHandler'];
  38090.         }
  38091.         $d = ($this->services['order_transaction_capture_refund.repository'] ?? $this->getOrderTransactionCaptureRefund_RepositoryService());
  38092.         if (isset($this->privates['Shopware\\Core\\Framework\\App\\Payment\\Handler\\AppSyncPaymentHandler'])) {
  38093.             return $this->privates['Shopware\\Core\\Framework\\App\\Payment\\Handler\\AppSyncPaymentHandler'];
  38094.         }
  38095.         return $this->privates['Shopware\\Core\\Framework\\App\\Payment\\Handler\\AppSyncPaymentHandler'] = new \Shopware\Core\Framework\App\Payment\Handler\AppSyncPaymentHandler($a$b$c$d);
  38096.     }
  38097.     /**
  38098.      * Gets the private 'Shopware\Core\Framework\App\Payment\Payload\PayloadService' shared service.
  38099.      *
  38100.      * @return \Shopware\Core\Framework\App\Payment\Payload\PayloadService
  38101.      */
  38102.     protected function getPayloadServiceService()
  38103.     {
  38104.         include_once \dirname(__DIR__4).'/vendor/shopware/core/Framework/App/Payment/Payload/PayloadService.php';
  38105.         $a = ($this->privates['shopware.app_system.guzzle'] ?? $this->getShopware_AppSystem_GuzzleService());
  38106.         if (isset($this->privates['Shopware\\Core\\Framework\\App\\Payment\\Payload\\PayloadService'])) {
  38107.             return $this->privates['Shopware\\Core\\Framework\\App\\Payment\\Payload\\PayloadService'];
  38108.         }
  38109.         return $this->privates['Shopware\\Core\\Framework\\App\\Payment\\Payload\\PayloadService'] = new \Shopware\Core\Framework\App\Payment\Payload\PayloadService(($this->privates['Shopware\\Core\\Framework\\Api\\Serializer\\JsonEntityEncoder'] ?? $this->getJsonEntityEncoderService()), ($this->services['Shopware\\Core\\Framework\\DataAbstractionLayer\\DefinitionInstanceRegistry'] ?? $this->getDefinitionInstanceRegistryService()), $a, ($this->services['Shopware\\Core\\Framework\\App\\ShopId\\ShopIdProvider'] ?? $this->getShopIdProviderService()), $this->getEnv('APP_URL'));
  38110.     }
  38111.     /**
  38112.      * Gets the private 'Shopware\Core\Framework\App\ScheduledTask\DeleteCascadeAppsHandler' shared service.
  38113.      *
  38114.      * @return \Shopware\Core\Framework\App\ScheduledTask\DeleteCascadeAppsHandler
  38115.      */
  38116.     protected function getDeleteCascadeAppsHandlerService()
  38117.     {
  38118.         include_once \dirname(__DIR__4).'/vendor/shopware/core/Framework/App/ScheduledTask/DeleteCascadeAppsHandler.php';
  38119.         $a = ($this->services['scheduled_task.repository'] ?? $this->getScheduledTask_RepositoryService());
  38120.         if (isset($this->privates['Shopware\\Core\\Framework\\App\\ScheduledTask\\DeleteCascadeAppsHandler'])) {
  38121.             return $this->privates['Shopware\\Core\\Framework\\App\\ScheduledTask\\DeleteCascadeAppsHandler'];
  38122.         }
  38123.         $b = ($this->services['acl_role.repository'] ?? $this->getAclRole_RepositoryService());
  38124.         if (isset($this->privates['Shopware\\Core\\Framework\\App\\ScheduledTask\\DeleteCascadeAppsHandler'])) {
  38125.             return $this->privates['Shopware\\Core\\Framework\\App\\ScheduledTask\\DeleteCascadeAppsHandler'];
  38126.         }
  38127.         $c = ($this->services['integration.repository'] ?? $this->getIntegration_RepositoryService());
  38128.         if (isset($this->privates['Shopware\\Core\\Framework\\App\\ScheduledTask\\DeleteCascadeAppsHandler'])) {
  38129.             return $this->privates['Shopware\\Core\\Framework\\App\\ScheduledTask\\DeleteCascadeAppsHandler'];
  38130.         }
  38131.         return $this->privates['Shopware\\Core\\Framework\\App\\ScheduledTask\\DeleteCascadeAppsHandler'] = new \Shopware\Core\Framework\App\ScheduledTask\DeleteCascadeAppsHandler($a$b$c);
  38132.     }
  38133.     /**
  38134.      * Gets the private 'Shopware\Core\Framework\App\ScheduledTask\UpdateAppsHandler' shared service.
  38135.      *
  38136.      * @return \Shopware\Core\Framework\App\ScheduledTask\UpdateAppsHandler
  38137.      */
  38138.     protected function getUpdateAppsHandlerService()
  38139.     {
  38140.         include_once \dirname(__DIR__4).'/vendor/shopware/core/Framework/App/ScheduledTask/UpdateAppsHandler.php';
  38141.         include_once \dirname(__DIR__4).'/vendor/shopware/core/Framework/App/Lifecycle/Update/AbstractAppUpdater.php';
  38142.         include_once \dirname(__DIR__4).'/vendor/shopware/core/Framework/App/Lifecycle/Update/AppUpdater.php';
  38143.         $a = ($this->services['scheduled_task.repository'] ?? $this->getScheduledTask_RepositoryService());
  38144.         if (isset($this->privates['Shopware\\Core\\Framework\\App\\ScheduledTask\\UpdateAppsHandler'])) {
  38145.             return $this->privates['Shopware\\Core\\Framework\\App\\ScheduledTask\\UpdateAppsHandler'];
  38146.         }
  38147.         $b = ($this->privates['Shopware\\Core\\Framework\\Store\\Services\\AbstractExtensionDataProvider'] ?? $this->getAbstractExtensionDataProviderService());
  38148.         if (isset($this->privates['Shopware\\Core\\Framework\\App\\ScheduledTask\\UpdateAppsHandler'])) {
  38149.             return $this->privates['Shopware\\Core\\Framework\\App\\ScheduledTask\\UpdateAppsHandler'];
  38150.         }
  38151.         $c = ($this->services['app.repository'] ?? $this->getApp_RepositoryService());
  38152.         if (isset($this->privates['Shopware\\Core\\Framework\\App\\ScheduledTask\\UpdateAppsHandler'])) {
  38153.             return $this->privates['Shopware\\Core\\Framework\\App\\ScheduledTask\\UpdateAppsHandler'];
  38154.         }
  38155.         $d = ($this->privates['Shopware\\Core\\Framework\\Store\\Services\\ExtensionDownloader'] ?? $this->getExtensionDownloaderService());
  38156.         if (isset($this->privates['Shopware\\Core\\Framework\\App\\ScheduledTask\\UpdateAppsHandler'])) {
  38157.             return $this->privates['Shopware\\Core\\Framework\\App\\ScheduledTask\\UpdateAppsHandler'];
  38158.         }
  38159.         $e = ($this->privates['Shopware\\Core\\Framework\\Store\\Services\\AbstractStoreAppLifecycleService'] ?? $this->getAbstractStoreAppLifecycleServiceService());
  38160.         if (isset($this->privates['Shopware\\Core\\Framework\\App\\ScheduledTask\\UpdateAppsHandler'])) {
  38161.             return $this->privates['Shopware\\Core\\Framework\\App\\ScheduledTask\\UpdateAppsHandler'];
  38162.         }
  38163.         return $this->privates['Shopware\\Core\\Framework\\App\\ScheduledTask\\UpdateAppsHandler'] = new \Shopware\Core\Framework\App\ScheduledTask\UpdateAppsHandler($a, new \Shopware\Core\Framework\App\Lifecycle\Update\AppUpdater($b$c$d$e));
  38164.     }
  38165.     /**
  38166.      * Gets the private 'Shopware\Core\Framework\App\Subscriber\CustomFieldProtectionSubscriber' shared service.
  38167.      *
  38168.      * @return \Shopware\Core\Framework\App\Subscriber\CustomFieldProtectionSubscriber
  38169.      */
  38170.     protected function getCustomFieldProtectionSubscriberService()
  38171.     {
  38172.         include_once \dirname(__DIR__4).'/vendor/shopware/core/Framework/App/Subscriber/CustomFieldProtectionSubscriber.php';
  38173.         return $this->privates['Shopware\\Core\\Framework\\App\\Subscriber\\CustomFieldProtectionSubscriber'] = new \Shopware\Core\Framework\App\Subscriber\CustomFieldProtectionSubscriber(($this->services['Doctrine\\DBAL\\Connection'] ?? $this->getConnectionService()));
  38174.     }
  38175.     /**
  38176.      * Gets the private 'Shopware\Core\Framework\App\Validation\ConfigValidator' shared service.
  38177.      *
  38178.      * @return \Shopware\Core\Framework\App\Validation\ConfigValidator
  38179.      */
  38180.     protected function getConfigValidatorService()
  38181.     {
  38182.         include_once \dirname(__DIR__4).'/vendor/shopware/core/Framework/App/Validation/AbstractManifestValidator.php';
  38183.         include_once \dirname(__DIR__4).'/vendor/shopware/core/Framework/App/Validation/ConfigValidator.php';
  38184.         return $this->privates['Shopware\\Core\\Framework\\App\\Validation\\ConfigValidator'] = new \Shopware\Core\Framework\App\Validation\ConfigValidator(($this->privates['Shopware\\Core\\System\\SystemConfig\\Util\\ConfigReader'] ?? ($this->privates['Shopware\\Core\\System\\SystemConfig\\Util\\ConfigReader'] = new \Shopware\Core\System\SystemConfig\Util\ConfigReader())));
  38185.     }
  38186.     /**
  38187.      * Gets the private 'Shopware\Core\Framework\App\Validation\HookableValidator' shared service.
  38188.      *
  38189.      * @return \Shopware\Core\Framework\App\Validation\HookableValidator
  38190.      */
  38191.     protected function getHookableValidatorService()
  38192.     {
  38193.         include_once \dirname(__DIR__4).'/vendor/shopware/core/Framework/App/Validation/AbstractManifestValidator.php';
  38194.         include_once \dirname(__DIR__4).'/vendor/shopware/core/Framework/App/Validation/HookableValidator.php';
  38195.         include_once \dirname(__DIR__4).'/vendor/shopware/core/Framework/Webhook/Hookable/HookableEventCollector.php';
  38196.         return $this->privates['Shopware\\Core\\Framework\\App\\Validation\\HookableValidator'] = new \Shopware\Core\Framework\App\Validation\HookableValidator(new \Shopware\Core\Framework\Webhook\Hookable\HookableEventCollector(($this->privates['Shopware\\Core\\Framework\\Event\\BusinessEventCollector'] ?? $this->getBusinessEventCollectorService()), ($this->services['Shopware\\Core\\Framework\\DataAbstractionLayer\\DefinitionInstanceRegistry'] ?? $this->getDefinitionInstanceRegistryService())));
  38197.     }
  38198.     /**
  38199.      * Gets the private 'Shopware\Core\Framework\App\Validation\ManifestValidator' shared service.
  38200.      *
  38201.      * @return \Shopware\Core\Framework\App\Validation\ManifestValidator
  38202.      */
  38203.     protected function getManifestValidatorService()
  38204.     {
  38205.         include_once \dirname(__DIR__4).'/vendor/shopware/core/Framework/App/Validation/ManifestValidator.php';
  38206.         return $this->privates['Shopware\\Core\\Framework\\App\\Validation\\ManifestValidator'] = new \Shopware\Core\Framework\App\Validation\ManifestValidator(new RewindableGenerator(function () {
  38207.             yield => ($this->privates['Shopware\\Core\\Framework\\App\\Validation\\TranslationValidator'] ?? ($this->privates['Shopware\\Core\\Framework\\App\\Validation\\TranslationValidator'] = new \Shopware\Core\Framework\App\Validation\TranslationValidator()));
  38208.             yield => ($this->privates['Shopware\\Core\\Framework\\App\\Validation\\AppNameValidator'] ?? ($this->privates['Shopware\\Core\\Framework\\App\\Validation\\AppNameValidator'] = new \Shopware\Core\Framework\App\Validation\AppNameValidator()));
  38209.             yield => ($this->privates['Shopware\\Core\\Framework\\App\\Validation\\ConfigValidator'] ?? $this->getConfigValidatorService());
  38210.             yield => ($this->privates['Shopware\\Core\\Framework\\App\\Validation\\HookableValidator'] ?? $this->getHookableValidatorService());
  38211.         }, 4));
  38212.     }
  38213.     /**
  38214.      * Gets the private 'Shopware\Core\Framework\Changelog\Command\ChangelogChangeCommand' shared service.
  38215.      *
  38216.      * @return \Shopware\Core\Framework\Changelog\Command\ChangelogChangeCommand
  38217.      */
  38218.     protected function getChangelogChangeCommandService()
  38219.     {
  38220.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/Command.php';
  38221.         include_once \dirname(__DIR__4).'/vendor/shopware/core/Framework/Changelog/Command/ChangelogChangeCommand.php';
  38222.         include_once \dirname(__DIR__4).'/vendor/shopware/core/Framework/Changelog/Processor/ChangelogProcessor.php';
  38223.         include_once \dirname(__DIR__4).'/vendor/shopware/core/Framework/Changelog/Processor/ChangelogReleaseExporter.php';
  38224.         include_once \dirname(__DIR__4).'/vendor/shopware/core/Framework/Changelog/ChangelogParser.php';
  38225.         include_once \dirname(__DIR__4).'/vendor/symfony/filesystem/Filesystem.php';
  38226.         $this->privates['Shopware\\Core\\Framework\\Changelog\\Command\\ChangelogChangeCommand'] = $instance = new \Shopware\Core\Framework\Changelog\Command\ChangelogChangeCommand(new \Shopware\Core\Framework\Changelog\Processor\ChangelogReleaseExporter(($this->privates['Shopware\\Core\\Framework\\Changelog\\ChangelogParser'] ?? ($this->privates['Shopware\\Core\\Framework\\Changelog\\ChangelogParser'] = new \Shopware\Core\Framework\Changelog\ChangelogParser())), ($this->services['.container.private.validator'] ?? $this->get_Container_Private_ValidatorService()), ($this->services['.container.private.filesystem'] ?? ($this->services['.container.private.filesystem'] = new \Symfony\Component\Filesystem\Filesystem())), \dirname(__DIR__4), $this->parameters['shopware.feature.flags']));
  38227.         $instance->setName('changelog:change');
  38228.         return $instance;
  38229.     }
  38230.     /**
  38231.      * Gets the private 'Shopware\Core\Framework\Changelog\Command\ChangelogCheckCommand' shared service.
  38232.      *
  38233.      * @return \Shopware\Core\Framework\Changelog\Command\ChangelogCheckCommand
  38234.      */
  38235.     protected function getChangelogCheckCommandService()
  38236.     {
  38237.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/Command.php';
  38238.         include_once \dirname(__DIR__4).'/vendor/shopware/core/Framework/Changelog/Command/ChangelogCheckCommand.php';
  38239.         include_once \dirname(__DIR__4).'/vendor/shopware/core/Framework/Changelog/Processor/ChangelogProcessor.php';
  38240.         include_once \dirname(__DIR__4).'/vendor/shopware/core/Framework/Changelog/Processor/ChangelogValidator.php';
  38241.         include_once \dirname(__DIR__4).'/vendor/shopware/core/Framework/Changelog/ChangelogParser.php';
  38242.         include_once \dirname(__DIR__4).'/vendor/symfony/filesystem/Filesystem.php';
  38243.         $this->privates['Shopware\\Core\\Framework\\Changelog\\Command\\ChangelogCheckCommand'] = $instance = new \Shopware\Core\Framework\Changelog\Command\ChangelogCheckCommand(new \Shopware\Core\Framework\Changelog\Processor\ChangelogValidator(($this->privates['Shopware\\Core\\Framework\\Changelog\\ChangelogParser'] ?? ($this->privates['Shopware\\Core\\Framework\\Changelog\\ChangelogParser'] = new \Shopware\Core\Framework\Changelog\ChangelogParser())), ($this->services['.container.private.validator'] ?? $this->get_Container_Private_ValidatorService()), ($this->services['.container.private.filesystem'] ?? ($this->services['.container.private.filesystem'] = new \Symfony\Component\Filesystem\Filesystem())), \dirname(__DIR__4), $this->parameters['shopware.feature.flags']));
  38244.         $instance->setName('changelog:check');
  38245.         return $instance;
  38246.     }
  38247.     /**
  38248.      * Gets the private 'Shopware\Core\Framework\Changelog\Command\ChangelogCreateCommand' shared service.
  38249.      *
  38250.      * @return \Shopware\Core\Framework\Changelog\Command\ChangelogCreateCommand
  38251.      */
  38252.     protected function getChangelogCreateCommandService()
  38253.     {
  38254.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/Command.php';
  38255.         include_once \dirname(__DIR__4).'/vendor/shopware/core/Framework/Changelog/Command/ChangelogCreateCommand.php';
  38256.         include_once \dirname(__DIR__4).'/vendor/shopware/core/Framework/Changelog/Processor/ChangelogProcessor.php';
  38257.         include_once \dirname(__DIR__4).'/vendor/shopware/core/Framework/Changelog/Processor/ChangelogGenerator.php';
  38258.         include_once \dirname(__DIR__4).'/vendor/shopware/core/Framework/Changelog/ChangelogParser.php';
  38259.         include_once \dirname(__DIR__4).'/vendor/symfony/filesystem/Filesystem.php';
  38260.         $this->privates['Shopware\\Core\\Framework\\Changelog\\Command\\ChangelogCreateCommand'] = $instance = new \Shopware\Core\Framework\Changelog\Command\ChangelogCreateCommand(new \Shopware\Core\Framework\Changelog\Processor\ChangelogGenerator(($this->privates['Shopware\\Core\\Framework\\Changelog\\ChangelogParser'] ?? ($this->privates['Shopware\\Core\\Framework\\Changelog\\ChangelogParser'] = new \Shopware\Core\Framework\Changelog\ChangelogParser())), ($this->services['.container.private.validator'] ?? $this->get_Container_Private_ValidatorService()), ($this->services['.container.private.filesystem'] ?? ($this->services['.container.private.filesystem'] = new \Symfony\Component\Filesystem\Filesystem())), \dirname(__DIR__4), $this->parameters['shopware.feature.flags']));
  38261.         $instance->setName('changelog:create');
  38262.         return $instance;
  38263.     }
  38264.     /**
  38265.      * Gets the private 'Shopware\Core\Framework\Changelog\Command\ChangelogReleaseCommand' shared service.
  38266.      *
  38267.      * @return \Shopware\Core\Framework\Changelog\Command\ChangelogReleaseCommand
  38268.      */
  38269.     protected function getChangelogReleaseCommandService()
  38270.     {
  38271.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/Command.php';
  38272.         include_once \dirname(__DIR__4).'/vendor/shopware/core/Framework/Changelog/Command/ChangelogReleaseCommand.php';
  38273.         include_once \dirname(__DIR__4).'/vendor/shopware/core/Framework/Changelog/Processor/ChangelogProcessor.php';
  38274.         include_once \dirname(__DIR__4).'/vendor/shopware/core/Framework/Changelog/Processor/ChangelogReleaseCreator.php';
  38275.         include_once \dirname(__DIR__4).'/vendor/shopware/core/Framework/Changelog/ChangelogParser.php';
  38276.         include_once \dirname(__DIR__4).'/vendor/symfony/filesystem/Filesystem.php';
  38277.         $this->privates['Shopware\\Core\\Framework\\Changelog\\Command\\ChangelogReleaseCommand'] = $instance = new \Shopware\Core\Framework\Changelog\Command\ChangelogReleaseCommand(new \Shopware\Core\Framework\Changelog\Processor\ChangelogReleaseCreator(($this->privates['Shopware\\Core\\Framework\\Changelog\\ChangelogParser'] ?? ($this->privates['Shopware\\Core\\Framework\\Changelog\\ChangelogParser'] = new \Shopware\Core\Framework\Changelog\ChangelogParser())), ($this->services['.container.private.validator'] ?? $this->get_Container_Private_ValidatorService()), ($this->services['.container.private.filesystem'] ?? ($this->services['.container.private.filesystem'] = new \Symfony\Component\Filesystem\Filesystem())), \dirname(__DIR__4), $this->parameters['shopware.feature.flags']));
  38278.         $instance->setName('changelog:release');
  38279.         return $instance;
  38280.     }
  38281.     /**
  38282.      * Gets the private 'Shopware\Core\Framework\DataAbstractionLayer\Command\CreateEntitiesCommand' shared service.
  38283.      *
  38284.      * @return \Shopware\Core\Framework\DataAbstractionLayer\Command\CreateEntitiesCommand
  38285.      */
  38286.     protected function getCreateEntitiesCommandService()
  38287.     {
  38288.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/Command.php';
  38289.         include_once \dirname(__DIR__4).'/vendor/shopware/core/Framework/DataAbstractionLayer/Command/CreateEntitiesCommand.php';
  38290.         include_once \dirname(__DIR__4).'/vendor/shopware/core/Framework/DataAbstractionLayer/EntityGenerator.php';
  38291.         $this->privates['Shopware\\Core\\Framework\\DataAbstractionLayer\\Command\\CreateEntitiesCommand'] = $instance = new \Shopware\Core\Framework\DataAbstractionLayer\Command\CreateEntitiesCommand(new \Shopware\Core\Framework\DataAbstractionLayer\EntityGenerator(), ($this->services['Shopware\\Core\\Framework\\DataAbstractionLayer\\DefinitionInstanceRegistry'] ?? $this->getDefinitionInstanceRegistryService()), \dirname(__DIR__4));
  38292.         $instance->setName('dal:create:entities');
  38293.         return $instance;
  38294.     }
  38295.     /**
  38296.      * Gets the private 'Shopware\Core\Framework\DataAbstractionLayer\Command\CreateHydratorCommand' shared service.
  38297.      *
  38298.      * @return \Shopware\Core\Framework\DataAbstractionLayer\Command\CreateHydratorCommand
  38299.      */
  38300.     protected function getCreateHydratorCommandService()
  38301.     {
  38302.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/Command.php';
  38303.         include_once \dirname(__DIR__4).'/vendor/shopware/core/Framework/DataAbstractionLayer/Command/CreateHydratorCommand.php';
  38304.         $this->privates['Shopware\\Core\\Framework\\DataAbstractionLayer\\Command\\CreateHydratorCommand'] = $instance = new \Shopware\Core\Framework\DataAbstractionLayer\Command\CreateHydratorCommand(($this->services['Shopware\\Core\\Framework\\DataAbstractionLayer\\DefinitionInstanceRegistry'] ?? $this->getDefinitionInstanceRegistryService()), \dirname(__DIR__4));
  38305.         $instance->setName('dal:create:hydrators');
  38306.         return $instance;
  38307.     }
  38308.     /**
  38309.      * Gets the private 'Shopware\Core\Framework\DataAbstractionLayer\Command\CreateSchemaCommand' shared service.
  38310.      *
  38311.      * @return \Shopware\Core\Framework\DataAbstractionLayer\Command\CreateSchemaCommand
  38312.      */
  38313.     protected function getCreateSchemaCommandService()
  38314.     {
  38315.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/Command.php';
  38316.         include_once \dirname(__DIR__4).'/vendor/shopware/core/Framework/DataAbstractionLayer/Command/CreateSchemaCommand.php';
  38317.         include_once \dirname(__DIR__4).'/vendor/shopware/core/Framework/DataAbstractionLayer/SchemaGenerator.php';
  38318.         $this->privates['Shopware\\Core\\Framework\\DataAbstractionLayer\\Command\\CreateSchemaCommand'] = $instance = new \Shopware\Core\Framework\DataAbstractionLayer\Command\CreateSchemaCommand(new \Shopware\Core\Framework\DataAbstractionLayer\SchemaGenerator(), ($this->services['Shopware\\Core\\Framework\\DataAbstractionLayer\\DefinitionInstanceRegistry'] ?? $this->getDefinitionInstanceRegistryService()), \dirname(__DIR__4));
  38319.         $instance->setName('dal:create:schema');
  38320.         return $instance;
  38321.     }
  38322.     /**
  38323.      * Gets the private 'Shopware\Core\Framework\DataAbstractionLayer\Command\DataAbstractionLayerValidateCommand' shared service.
  38324.      *
  38325.      * @return \Shopware\Core\Framework\DataAbstractionLayer\Command\DataAbstractionLayerValidateCommand
  38326.      */
  38327.     protected function getDataAbstractionLayerValidateCommandService()
  38328.     {
  38329.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/Command.php';
  38330.         include_once \dirname(__DIR__4).'/vendor/shopware/core/Framework/DataAbstractionLayer/Command/DataAbstractionLayerValidateCommand.php';
  38331.         include_once \dirname(__DIR__4).'/vendor/shopware/core/Framework/DataAbstractionLayer/DefinitionValidator.php';
  38332.         $this->privates['Shopware\\Core\\Framework\\DataAbstractionLayer\\Command\\DataAbstractionLayerValidateCommand'] = $instance = new \Shopware\Core\Framework\DataAbstractionLayer\Command\DataAbstractionLayerValidateCommand(new \Shopware\Core\Framework\DataAbstractionLayer\DefinitionValidator(($this->services['Shopware\\Core\\Framework\\DataAbstractionLayer\\DefinitionInstanceRegistry'] ?? $this->getDefinitionInstanceRegistryService()), ($this->services['Doctrine\\DBAL\\Connection'] ?? $this->getConnectionService())));
  38333.         $instance->setName('dal:validate');
  38334.         return $instance;
  38335.     }
  38336.     /**
  38337.      * Gets the private 'Shopware\Core\Framework\DataAbstractionLayer\Command\RefreshIndexCommand' shared service.
  38338.      *
  38339.      * @return \Shopware\Core\Framework\DataAbstractionLayer\Command\RefreshIndexCommand
  38340.      */
  38341.     protected function getRefreshIndexCommandService()
  38342.     {
  38343.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/Command.php';
  38344.         include_once \dirname(__DIR__4).'/vendor/shopware/core/Framework/DataAbstractionLayer/Command/ConsoleProgressTrait.php';
  38345.         include_once \dirname(__DIR__4).'/vendor/shopware/core/Framework/DataAbstractionLayer/Command/RefreshIndexCommand.php';
  38346.         $a = ($this->services['Shopware\\Core\\Framework\\DataAbstractionLayer\\Indexing\\EntityIndexerRegistry'] ?? $this->getEntityIndexerRegistryService());
  38347.         if (isset($this->privates['Shopware\\Core\\Framework\\DataAbstractionLayer\\Command\\RefreshIndexCommand'])) {
  38348.             return $this->privates['Shopware\\Core\\Framework\\DataAbstractionLayer\\Command\\RefreshIndexCommand'];
  38349.         }
  38350.         $b = ($this->services['event_dispatcher'] ?? $this->getEventDispatcherService());
  38351.         if (isset($this->privates['Shopware\\Core\\Framework\\DataAbstractionLayer\\Command\\RefreshIndexCommand'])) {
  38352.             return $this->privates['Shopware\\Core\\Framework\\DataAbstractionLayer\\Command\\RefreshIndexCommand'];
  38353.         }
  38354.         $this->privates['Shopware\\Core\\Framework\\DataAbstractionLayer\\Command\\RefreshIndexCommand'] = $instance = new \Shopware\Core\Framework\DataAbstractionLayer\Command\RefreshIndexCommand($a$b);
  38355.         $instance->setName('dal:refresh:index');
  38356.         return $instance;
  38357.     }
  38358.     /**
  38359.      * Gets the private 'Shopware\Core\Framework\DataAbstractionLayer\Dbal\Common\IteratorFactory' shared service.
  38360.      *
  38361.      * @return \Shopware\Core\Framework\DataAbstractionLayer\Dbal\Common\IteratorFactory
  38362.      */
  38363.     protected function getIteratorFactory2Service()
  38364.     {
  38365.         include_once \dirname(__DIR__4).'/vendor/shopware/core/Framework/DataAbstractionLayer/Dbal/Common/IteratorFactory.php';
  38366.         return $this->privates['Shopware\\Core\\Framework\\DataAbstractionLayer\\Dbal\\Common\\IteratorFactory'] = new \Shopware\Core\Framework\DataAbstractionLayer\Dbal\Common\IteratorFactory(($this->services['Doctrine\\DBAL\\Connection'] ?? $this->getConnectionService()), ($this->services['Shopware\\Core\\Framework\\DataAbstractionLayer\\DefinitionInstanceRegistry'] ?? $this->getDefinitionInstanceRegistryService()));
  38367.     }
  38368.     /**
  38369.      * Gets the private 'Shopware\Core\Framework\DataAbstractionLayer\Dbal\CriteriaQueryBuilder' shared service.
  38370.      *
  38371.      * @return \Shopware\Core\Framework\DataAbstractionLayer\Dbal\CriteriaQueryBuilder
  38372.      */
  38373.     protected function getCriteriaQueryBuilderService()
  38374.     {
  38375.         $a = ($this->privates['Shopware\\Core\\Framework\\DataAbstractionLayer\\Search\\Parser\\SqlQueryParser'] ?? $this->getSqlQueryParserService());
  38376.         return $this->privates['Shopware\\Core\\Framework\\DataAbstractionLayer\\Dbal\\CriteriaQueryBuilder'] = new \Shopware\Core\Framework\DataAbstractionLayer\Dbal\CriteriaQueryBuilder($a, ($this->privates['Shopware\\Core\\Framework\\DataAbstractionLayer\\Dbal\\EntityDefinitionQueryHelper'] ?? ($this->privates['Shopware\\Core\\Framework\\DataAbstractionLayer\\Dbal\\EntityDefinitionQueryHelper'] = new \Shopware\Core\Framework\DataAbstractionLayer\Dbal\EntityDefinitionQueryHelper())), ($this->privates['Shopware\\Core\\Framework\\DataAbstractionLayer\\Search\\Term\\SearchTermInterpreter'] ?? $this->getSearchTermInterpreterService()), ($this->privates['Shopware\\Core\\Framework\\DataAbstractionLayer\\Search\\Term\\EntityScoreQueryBuilder'] ?? ($this->privates['Shopware\\Core\\Framework\\DataAbstractionLayer\\Search\\Term\\EntityScoreQueryBuilder'] = new \Shopware\Core\Framework\DataAbstractionLayer\Search\Term\EntityScoreQueryBuilder())), ($this->services['Shopware\\Core\\Framework\\DataAbstractionLayer\\Dbal\\JoinGroupBuilder'] ?? ($this->services['Shopware\\Core\\Framework\\DataAbstractionLayer\\Dbal\\JoinGroupBuilder'] = new \Shopware\Core\Framework\DataAbstractionLayer\Dbal\JoinGroupBuilder())), new \Shopware\Core\Framework\DataAbstractionLayer\Dbal\FieldResolver\CriteriaPartResolver(($this->services['Doctrine\\DBAL\\Connection'] ?? $this->getConnectionService()), $a));
  38377.     }
  38378.     /**
  38379.      * Gets the private 'Shopware\Core\Framework\DataAbstractionLayer\Facade\AppContextCreator' shared service.
  38380.      *
  38381.      * @return \Shopware\Core\Framework\DataAbstractionLayer\Facade\AppContextCreator
  38382.      */
  38383.     protected function getAppContextCreatorService()
  38384.     {
  38385.         include_once \dirname(__DIR__4).'/vendor/shopware/core/Framework/DataAbstractionLayer/Facade/AppContextCreator.php';
  38386.         return $this->privates['Shopware\\Core\\Framework\\DataAbstractionLayer\\Facade\\AppContextCreator'] = new \Shopware\Core\Framework\DataAbstractionLayer\Facade\AppContextCreator(($this->services['Doctrine\\DBAL\\Connection'] ?? $this->getConnectionService()));
  38387.     }
  38388.     /**
  38389.      * Gets the private 'Shopware\Core\Framework\DataAbstractionLayer\Indexing\ChildCountUpdater' shared service.
  38390.      *
  38391.      * @return \Shopware\Core\Framework\DataAbstractionLayer\Indexing\ChildCountUpdater
  38392.      */
  38393.     protected function getChildCountUpdaterService()
  38394.     {
  38395.         include_once \dirname(__DIR__4).'/vendor/shopware/core/Framework/DataAbstractionLayer/Indexing/ChildCountUpdater.php';
  38396.         return $this->privates['Shopware\\Core\\Framework\\DataAbstractionLayer\\Indexing\\ChildCountUpdater'] = new \Shopware\Core\Framework\DataAbstractionLayer\Indexing\ChildCountUpdater(($this->services['Shopware\\Core\\Framework\\DataAbstractionLayer\\DefinitionInstanceRegistry'] ?? $this->getDefinitionInstanceRegistryService()), ($this->services['Doctrine\\DBAL\\Connection'] ?? $this->getConnectionService()));
  38397.     }
  38398.     /**
  38399.      * Gets the private 'Shopware\Core\Framework\DataAbstractionLayer\Indexing\InheritanceUpdater' shared service.
  38400.      *
  38401.      * @return \Shopware\Core\Framework\DataAbstractionLayer\Indexing\InheritanceUpdater
  38402.      */
  38403.     protected function getInheritanceUpdaterService()
  38404.     {
  38405.         include_once \dirname(__DIR__4).'/vendor/shopware/core/Framework/DataAbstractionLayer/Indexing/InheritanceUpdater.php';
  38406.         return $this->privates['Shopware\\Core\\Framework\\DataAbstractionLayer\\Indexing\\InheritanceUpdater'] = new \Shopware\Core\Framework\DataAbstractionLayer\Indexing\InheritanceUpdater(($this->services['Doctrine\\DBAL\\Connection'] ?? $this->getConnectionService()), ($this->services['Shopware\\Core\\Framework\\DataAbstractionLayer\\DefinitionInstanceRegistry'] ?? $this->getDefinitionInstanceRegistryService()));
  38407.     }
  38408.     /**
  38409.      * Gets the private 'Shopware\Core\Framework\DataAbstractionLayer\Indexing\ManyToManyIdFieldUpdater' shared service.
  38410.      *
  38411.      * @return \Shopware\Core\Framework\DataAbstractionLayer\Indexing\ManyToManyIdFieldUpdater
  38412.      */
  38413.     protected function getManyToManyIdFieldUpdaterService()
  38414.     {
  38415.         include_once \dirname(__DIR__4).'/vendor/shopware/core/Framework/DataAbstractionLayer/Indexing/ManyToManyIdFieldUpdater.php';
  38416.         return $this->privates['Shopware\\Core\\Framework\\DataAbstractionLayer\\Indexing\\ManyToManyIdFieldUpdater'] = new \Shopware\Core\Framework\DataAbstractionLayer\Indexing\ManyToManyIdFieldUpdater(($this->services['Shopware\\Core\\Framework\\DataAbstractionLayer\\DefinitionInstanceRegistry'] ?? $this->getDefinitionInstanceRegistryService()), ($this->services['Doctrine\\DBAL\\Connection'] ?? $this->getConnectionService()));
  38417.     }
  38418.     /**
  38419.      * Gets the private 'Shopware\Core\Framework\DataAbstractionLayer\Indexing\Subscriber\EntityIndexingSubscriber' shared service.
  38420.      *
  38421.      * @return \Shopware\Core\Framework\DataAbstractionLayer\Indexing\Subscriber\EntityIndexingSubscriber
  38422.      */
  38423.     protected function getEntityIndexingSubscriberService()
  38424.     {
  38425.         include_once \dirname(__DIR__4).'/vendor/shopware/core/Framework/DataAbstractionLayer/Indexing/Subscriber/EntityIndexingSubscriber.php';
  38426.         $a = ($this->services['Shopware\\Core\\Framework\\DataAbstractionLayer\\Indexing\\EntityIndexerRegistry'] ?? $this->getEntityIndexerRegistryService());
  38427.         if (isset($this->privates['Shopware\\Core\\Framework\\DataAbstractionLayer\\Indexing\\Subscriber\\EntityIndexingSubscriber'])) {
  38428.             return $this->privates['Shopware\\Core\\Framework\\DataAbstractionLayer\\Indexing\\Subscriber\\EntityIndexingSubscriber'];
  38429.         }
  38430.         return $this->privates['Shopware\\Core\\Framework\\DataAbstractionLayer\\Indexing\\Subscriber\\EntityIndexingSubscriber'] = new \Shopware\Core\Framework\DataAbstractionLayer\Indexing\Subscriber\EntityIndexingSubscriber($a);
  38431.     }
  38432.     /**
  38433.      * Gets the private 'Shopware\Core\Framework\DataAbstractionLayer\Indexing\Subscriber\RegisteredIndexerSubscriber' shared service.
  38434.      *
  38435.      * @return \Shopware\Core\Framework\DataAbstractionLayer\Indexing\Subscriber\RegisteredIndexerSubscriber
  38436.      */
  38437.     protected function getRegisteredIndexerSubscriberService()
  38438.     {
  38439.         include_once \dirname(__DIR__4).'/vendor/shopware/core/Framework/DataAbstractionLayer/Indexing/Subscriber/RegisteredIndexerSubscriber.php';
  38440.         $a = ($this->services['Shopware\\Core\\Framework\\DataAbstractionLayer\\Indexing\\EntityIndexerRegistry'] ?? $this->getEntityIndexerRegistryService());
  38441.         if (isset($this->privates['Shopware\\Core\\Framework\\DataAbstractionLayer\\Indexing\\Subscriber\\RegisteredIndexerSubscriber'])) {
  38442.             return $this->privates['Shopware\\Core\\Framework\\DataAbstractionLayer\\Indexing\\Subscriber\\RegisteredIndexerSubscriber'];
  38443.         }
  38444.         return $this->privates['Shopware\\Core\\Framework\\DataAbstractionLayer\\Indexing\\Subscriber\\RegisteredIndexerSubscriber'] = new \Shopware\Core\Framework\DataAbstractionLayer\Indexing\Subscriber\RegisteredIndexerSubscriber(($this->services['Shopware\\Core\\Framework\\Migration\\IndexerQueuer'] ?? $this->getIndexerQueuerService()), $a);
  38445.     }
  38446.     /**
  38447.      * Gets the private 'Shopware\Core\Framework\DataAbstractionLayer\Indexing\TreeUpdater' shared service.
  38448.      *
  38449.      * @return \Shopware\Core\Framework\DataAbstractionLayer\Indexing\TreeUpdater
  38450.      */
  38451.     protected function getTreeUpdaterService()
  38452.     {
  38453.         include_once \dirname(__DIR__4).'/vendor/shopware/core/Framework/DataAbstractionLayer/Indexing/TreeUpdater.php';
  38454.         return $this->privates['Shopware\\Core\\Framework\\DataAbstractionLayer\\Indexing\\TreeUpdater'] = new \Shopware\Core\Framework\DataAbstractionLayer\Indexing\TreeUpdater(($this->services['Shopware\\Core\\Framework\\DataAbstractionLayer\\DefinitionInstanceRegistry'] ?? $this->getDefinitionInstanceRegistryService()), ($this->services['Doctrine\\DBAL\\Connection'] ?? $this->getConnectionService()));
  38455.     }
  38456.     /**
  38457.      * Gets the private 'Shopware\Core\Framework\DataAbstractionLayer\Search\ApiCriteriaValidator' shared service.
  38458.      *
  38459.      * @return \Shopware\Core\Framework\DataAbstractionLayer\Search\ApiCriteriaValidator
  38460.      */
  38461.     protected function getApiCriteriaValidatorService()
  38462.     {
  38463.         include_once \dirname(__DIR__4).'/vendor/shopware/core/Framework/DataAbstractionLayer/Search/ApiCriteriaValidator.php';
  38464.         return $this->privates['Shopware\\Core\\Framework\\DataAbstractionLayer\\Search\\ApiCriteriaValidator'] = new \Shopware\Core\Framework\DataAbstractionLayer\Search\ApiCriteriaValidator(($this->services['Shopware\\Core\\Framework\\DataAbstractionLayer\\DefinitionInstanceRegistry'] ?? $this->getDefinitionInstanceRegistryService()));
  38465.     }
  38466.     /**
  38467.      * Gets the private 'Shopware\Core\Framework\DataAbstractionLayer\Search\CompositeEntitySearcher' shared service.
  38468.      *
  38469.      * @return \Shopware\Core\Framework\DataAbstractionLayer\Search\CompositeEntitySearcher
  38470.      */
  38471.     protected function getCompositeEntitySearcherService()
  38472.     {
  38473.         include_once \dirname(__DIR__4).'/vendor/shopware/core/Framework/DataAbstractionLayer/Search/CompositeEntitySearcher.php';
  38474.         return $this->privates['Shopware\\Core\\Framework\\DataAbstractionLayer\\Search\\CompositeEntitySearcher'] = new \Shopware\Core\Framework\DataAbstractionLayer\Search\CompositeEntitySearcher(($this->services['Shopware\\Core\\Framework\\DataAbstractionLayer\\DefinitionInstanceRegistry'] ?? $this->getDefinitionInstanceRegistryService()), new RewindableGenerator(function () {
  38475.             yield => ($this->services['Pixel\\LexikonSW6\\Entities\\Items\\LexikonDefinition'] ?? $this->getLexikonDefinitionService());
  38476.             yield => ($this->services['Shopware\\Core\\Content\\LandingPage\\LandingPageDefinition'] ?? $this->getLandingPageDefinitionService());
  38477.             yield => ($this->services['Shopware\\Core\\Checkout\\Order\\OrderDefinition'] ?? $this->getOrderDefinitionService());
  38478.             yield => ($this->services['Shopware\\Core\\Checkout\\Customer\\CustomerDefinition'] ?? $this->getCustomerDefinitionService());
  38479.             yield => ($this->services['Shopware\\Core\\Content\\Product\\ProductDefinition'] ?? $this->getProductDefinitionService());
  38480.             yield => ($this->services['Shopware\\Core\\Content\\Category\\CategoryDefinition'] ?? $this->getCategoryDefinition2Service());
  38481.             yield => ($this->services['Shopware\\Core\\Content\\Media\\MediaDefinition'] ?? $this->getMediaDefinitionService());
  38482.             yield => ($this->services['Shopware\\Core\\Content\\Product\\Aggregate\\ProductManufacturer\\ProductManufacturerDefinition'] ?? $this->getProductManufacturerDefinitionService());
  38483.             yield => ($this->services['Shopware\\Core\\System\\Tag\\TagDefinition'] ?? $this->getTagDefinition2Service());
  38484.             yield => ($this->services['Shopware\\Core\\Content\\Cms\\CmsPageDefinition'] ?? $this->getCmsPageDefinitionService());
  38485.             yield 10 => ($this->services['NetInventors\\NetiNextModal\\Core\\Content\\Modal\\ModalDefinition'] ?? $this->getModalDefinitionService());
  38486.         }, 11));
  38487.     }
  38488.     /**
  38489.      * Gets the private 'Shopware\Core\Framework\DataAbstractionLayer\Search\CriteriaArrayConverter' shared service.
  38490.      *
  38491.      * @return \Shopware\Core\Framework\DataAbstractionLayer\Search\CriteriaArrayConverter
  38492.      */
  38493.     protected function getCriteriaArrayConverterService()
  38494.     {
  38495.         include_once \dirname(__DIR__4).'/vendor/shopware/core/Framework/DataAbstractionLayer/Search/CriteriaArrayConverter.php';
  38496.         include_once \dirname(__DIR__4).'/vendor/shopware/core/Framework/DataAbstractionLayer/Search/Parser/AggregationParser.php';
  38497.         return $this->privates['Shopware\\Core\\Framework\\DataAbstractionLayer\\Search\\CriteriaArrayConverter'] = new \Shopware\Core\Framework\DataAbstractionLayer\Search\CriteriaArrayConverter(($this->privates['Shopware\\Core\\Framework\\DataAbstractionLayer\\Search\\Parser\\AggregationParser'] ?? ($this->privates['Shopware\\Core\\Framework\\DataAbstractionLayer\\Search\\Parser\\AggregationParser'] = new \Shopware\Core\Framework\DataAbstractionLayer\Search\Parser\AggregationParser())));
  38498.     }
  38499.     /**
  38500.      * Gets the private 'Shopware\Core\Framework\DataAbstractionLayer\Search\Parser\SqlQueryParser' shared service.
  38501.      *
  38502.      * @return \Shopware\Core\Framework\DataAbstractionLayer\Search\Parser\SqlQueryParser
  38503.      */
  38504.     protected function getSqlQueryParserService()
  38505.     {
  38506.         return $this->privates['Shopware\\Core\\Framework\\DataAbstractionLayer\\Search\\Parser\\SqlQueryParser'] = new \Shopware\Core\Framework\DataAbstractionLayer\Search\Parser\SqlQueryParser(($this->privates['Shopware\\Core\\Framework\\DataAbstractionLayer\\Dbal\\EntityDefinitionQueryHelper'] ?? ($this->privates['Shopware\\Core\\Framework\\DataAbstractionLayer\\Dbal\\EntityDefinitionQueryHelper'] = new \Shopware\Core\Framework\DataAbstractionLayer\Dbal\EntityDefinitionQueryHelper())), ($this->services['Doctrine\\DBAL\\Connection'] ?? $this->getConnectionService()));
  38507.     }
  38508.     /**
  38509.      * Gets the private 'Shopware\Core\Framework\DataAbstractionLayer\Search\RequestCriteriaBuilder' shared service.
  38510.      *
  38511.      * @return \Shopware\Core\Framework\DataAbstractionLayer\Search\RequestCriteriaBuilder
  38512.      */
  38513.     protected function getRequestCriteriaBuilderService()
  38514.     {
  38515.         include_once \dirname(__DIR__4).'/vendor/shopware/core/Framework/DataAbstractionLayer/Search/RequestCriteriaBuilder.php';
  38516.         include_once \dirname(__DIR__4).'/vendor/shopware/core/Framework/DataAbstractionLayer/Search/Parser/AggregationParser.php';
  38517.         return $this->privates['Shopware\\Core\\Framework\\DataAbstractionLayer\\Search\\RequestCriteriaBuilder'] = new \Shopware\Core\Framework\DataAbstractionLayer\Search\RequestCriteriaBuilder(($this->privates['Shopware\\Core\\Framework\\DataAbstractionLayer\\Search\\Parser\\AggregationParser'] ?? ($this->privates['Shopware\\Core\\Framework\\DataAbstractionLayer\\Search\\Parser\\AggregationParser'] = new \Shopware\Core\Framework\DataAbstractionLayer\Search\Parser\AggregationParser())), ($this->privates['Shopware\\Core\\Framework\\DataAbstractionLayer\\Search\\ApiCriteriaValidator'] ?? $this->getApiCriteriaValidatorService()), ($this->privates['Shopware\\Core\\Framework\\DataAbstractionLayer\\Search\\CriteriaArrayConverter'] ?? $this->getCriteriaArrayConverterService()), 100);
  38518.     }
  38519.     /**
  38520.      * Gets the private 'Shopware\Core\Framework\DataAbstractionLayer\Search\Term\Filter\TokenFilter' shared service.
  38521.      *
  38522.      * @return \Shopware\Core\Framework\DataAbstractionLayer\Search\Term\Filter\TokenFilter
  38523.      */
  38524.     protected function getTokenFilterService()
  38525.     {
  38526.         include_once \dirname(__DIR__4).'/vendor/shopware/core/Framework/DataAbstractionLayer/Search/Term/Filter/AbstractTokenFilter.php';
  38527.         include_once \dirname(__DIR__4).'/vendor/shopware/core/Framework/DataAbstractionLayer/Search/Term/Filter/TokenFilter.php';
  38528.         return $this->privates['Shopware\\Core\\Framework\\DataAbstractionLayer\\Search\\Term\\Filter\\TokenFilter'] = new \Shopware\Core\Framework\DataAbstractionLayer\Search\Term\Filter\TokenFilter(($this->services['Doctrine\\DBAL\\Connection'] ?? $this->getConnectionService()));
  38529.     }
  38530.     /**
  38531.      * Gets the private 'Shopware\Core\Framework\DataAbstractionLayer\Search\Term\SearchTermInterpreter' shared service.
  38532.      *
  38533.      * @return \Shopware\Core\Framework\DataAbstractionLayer\Search\Term\SearchTermInterpreter
  38534.      */
  38535.     protected function getSearchTermInterpreterService()
  38536.     {
  38537.         return $this->privates['Shopware\\Core\\Framework\\DataAbstractionLayer\\Search\\Term\\SearchTermInterpreter'] = new \Shopware\Core\Framework\DataAbstractionLayer\Search\Term\SearchTermInterpreter(($this->privates['Shopware\\Core\\Framework\\DataAbstractionLayer\\Search\\Term\\Tokenizer'] ?? ($this->privates['Shopware\\Core\\Framework\\DataAbstractionLayer\\Search\\Term\\Tokenizer'] = new \Shopware\Core\Framework\DataAbstractionLayer\Search\Term\Tokenizer($this->getEnv('int:SHOPWARE_DBAL_TOKEN_MINIMUM_LENGTH')))));
  38538.     }
  38539.     /**
  38540.      * Gets the private 'Shopware\Core\Framework\DataAbstractionLayer\Validation\EntityExistsValidator' shared service.
  38541.      *
  38542.      * @return \Shopware\Core\Framework\DataAbstractionLayer\Validation\EntityExistsValidator
  38543.      */
  38544.     protected function getEntityExistsValidatorService()
  38545.     {
  38546.         include_once \dirname(__DIR__4).'/vendor/symfony/validator/ConstraintValidatorInterface.php';
  38547.         include_once \dirname(__DIR__4).'/vendor/symfony/validator/ConstraintValidator.php';
  38548.         include_once \dirname(__DIR__4).'/vendor/shopware/core/Framework/DataAbstractionLayer/Validation/EntityExistsValidator.php';
  38549.         $a = ($this->services['Shopware\\Core\\Framework\\DataAbstractionLayer\\Search\\EntitySearcherInterface'] ?? $this->getEntitySearcherInterfaceService());
  38550.         if (isset($this->privates['Shopware\\Core\\Framework\\DataAbstractionLayer\\Validation\\EntityExistsValidator'])) {
  38551.             return $this->privates['Shopware\\Core\\Framework\\DataAbstractionLayer\\Validation\\EntityExistsValidator'];
  38552.         }
  38553.         return $this->privates['Shopware\\Core\\Framework\\DataAbstractionLayer\\Validation\\EntityExistsValidator'] = new \Shopware\Core\Framework\DataAbstractionLayer\Validation\EntityExistsValidator(($this->services['Shopware\\Core\\Framework\\DataAbstractionLayer\\DefinitionInstanceRegistry'] ?? $this->getDefinitionInstanceRegistryService()), $a);
  38554.     }
  38555.     /**
  38556.      * Gets the private 'Shopware\Core\Framework\DataAbstractionLayer\Validation\EntityNotExistsValidator' shared service.
  38557.      *
  38558.      * @return \Shopware\Core\Framework\DataAbstractionLayer\Validation\EntityNotExistsValidator
  38559.      */
  38560.     protected function getEntityNotExistsValidatorService()
  38561.     {
  38562.         include_once \dirname(__DIR__4).'/vendor/symfony/validator/ConstraintValidatorInterface.php';
  38563.         include_once \dirname(__DIR__4).'/vendor/symfony/validator/ConstraintValidator.php';
  38564.         include_once \dirname(__DIR__4).'/vendor/shopware/core/Framework/DataAbstractionLayer/Validation/EntityNotExistsValidator.php';
  38565.         $a = ($this->services['Shopware\\Core\\Framework\\DataAbstractionLayer\\Search\\EntitySearcherInterface'] ?? $this->getEntitySearcherInterfaceService());
  38566.         if (isset($this->privates['Shopware\\Core\\Framework\\DataAbstractionLayer\\Validation\\EntityNotExistsValidator'])) {
  38567.             return $this->privates['Shopware\\Core\\Framework\\DataAbstractionLayer\\Validation\\EntityNotExistsValidator'];
  38568.         }
  38569.         return $this->privates['Shopware\\Core\\Framework\\DataAbstractionLayer\\Validation\\EntityNotExistsValidator'] = new \Shopware\Core\Framework\DataAbstractionLayer\Validation\EntityNotExistsValidator(($this->services['Shopware\\Core\\Framework\\DataAbstractionLayer\\DefinitionInstanceRegistry'] ?? $this->getDefinitionInstanceRegistryService()), $a);
  38570.     }
  38571.     /**
  38572.      * Gets the private 'Shopware\Core\Framework\DataAbstractionLayer\Version\Cleanup\CleanupVersionTaskHandler' shared service.
  38573.      *
  38574.      * @return \Shopware\Core\Framework\DataAbstractionLayer\Version\Cleanup\CleanupVersionTaskHandler
  38575.      */
  38576.     protected function getCleanupVersionTaskHandlerService()
  38577.     {
  38578.         include_once \dirname(__DIR__4).'/vendor/shopware/core/Framework/DataAbstractionLayer/Version/Cleanup/CleanupVersionTaskHandler.php';
  38579.         $a = ($this->services['scheduled_task.repository'] ?? $this->getScheduledTask_RepositoryService());
  38580.         if (isset($this->privates['Shopware\\Core\\Framework\\DataAbstractionLayer\\Version\\Cleanup\\CleanupVersionTaskHandler'])) {
  38581.             return $this->privates['Shopware\\Core\\Framework\\DataAbstractionLayer\\Version\\Cleanup\\CleanupVersionTaskHandler'];
  38582.         }
  38583.         return $this->privates['Shopware\\Core\\Framework\\DataAbstractionLayer\\Version\\Cleanup\\CleanupVersionTaskHandler'] = new \Shopware\Core\Framework\DataAbstractionLayer\Version\Cleanup\CleanupVersionTaskHandler($a, ($this->services['Doctrine\\DBAL\\Connection'] ?? $this->getConnectionService()), 30);
  38584.     }
  38585.     /**
  38586.      * Gets the private 'Shopware\Core\Framework\DataAbstractionLayer\Write\Validation\LockValidator' shared service.
  38587.      *
  38588.      * @return \Shopware\Core\Framework\DataAbstractionLayer\Write\Validation\LockValidator
  38589.      */
  38590.     protected function getLockValidatorService()
  38591.     {
  38592.         include_once \dirname(__DIR__4).'/vendor/shopware/core/Framework/DataAbstractionLayer/Write/Validation/LockValidator.php';
  38593.         return $this->privates['Shopware\\Core\\Framework\\DataAbstractionLayer\\Write\\Validation\\LockValidator'] = new \Shopware\Core\Framework\DataAbstractionLayer\Write\Validation\LockValidator(($this->services['Doctrine\\DBAL\\Connection'] ?? $this->getConnectionService()));
  38594.     }
  38595.     /**
  38596.      * Gets the private 'Shopware\Core\Framework\DataAbstractionLayer\Write\WriteCommandExtractor' shared service.
  38597.      *
  38598.      * @return \Shopware\Core\Framework\DataAbstractionLayer\Write\WriteCommandExtractor
  38599.      */
  38600.     protected function getWriteCommandExtractorService()
  38601.     {
  38602.         $a = ($this->services['Shopware\\Core\\Framework\\DataAbstractionLayer\\Write\\EntityWriteGatewayInterface'] ?? $this->getEntityWriteGatewayInterfaceService());
  38603.         if (isset($this->privates['Shopware\\Core\\Framework\\DataAbstractionLayer\\Write\\WriteCommandExtractor'])) {
  38604.             return $this->privates['Shopware\\Core\\Framework\\DataAbstractionLayer\\Write\\WriteCommandExtractor'];
  38605.         }
  38606.         return $this->privates['Shopware\\Core\\Framework\\DataAbstractionLayer\\Write\\WriteCommandExtractor'] = new \Shopware\Core\Framework\DataAbstractionLayer\Write\WriteCommandExtractor($a, ($this->services['Shopware\\Core\\Framework\\DataAbstractionLayer\\DefinitionInstanceRegistry'] ?? $this->getDefinitionInstanceRegistryService()));
  38607.     }
  38608.     /**
  38609.      * Gets the private 'Shopware\Core\Framework\Demodata\Command\DemodataCommand' shared service.
  38610.      *
  38611.      * @return \Shopware\Core\Framework\Demodata\Command\DemodataCommand
  38612.      */
  38613.     protected function getDemodataCommandService()
  38614.     {
  38615.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/Command.php';
  38616.         include_once \dirname(__DIR__4).'/vendor/shopware/core/Framework/Demodata/Command/DemodataCommand.php';
  38617.         include_once \dirname(__DIR__4).'/vendor/shopware/core/Framework/Demodata/DemodataService.php';
  38618.         $this->privates['Shopware\\Core\\Framework\\Demodata\\Command\\DemodataCommand'] = $instance = new \Shopware\Core\Framework\Demodata\Command\DemodataCommand(new \Shopware\Core\Framework\Demodata\DemodataService(new RewindableGenerator(function () {
  38619.             yield => ($this->privates['Shopware\\Core\\Framework\\Demodata\\Generator\\RuleGenerator'] ?? $this->getRuleGeneratorService());
  38620.             yield => ($this->privates['Shopware\\Core\\Framework\\Demodata\\Generator\\CustomerGenerator'] ?? $this->getCustomerGeneratorService());
  38621.             yield => ($this->privates['Shopware\\Core\\Framework\\Demodata\\Generator\\PropertyGroupGenerator'] ?? $this->getPropertyGroupGeneratorService());
  38622.             yield => ($this->privates['Shopware\\Core\\Framework\\Demodata\\Generator\\CategoryGenerator'] ?? $this->getCategoryGenerator2Service());
  38623.             yield => ($this->privates['Shopware\\Core\\Framework\\Demodata\\Generator\\ProductManufacturerGenerator'] ?? $this->getProductManufacturerGeneratorService());
  38624.             yield => ($this->privates['Shopware\\Core\\Framework\\Demodata\\Generator\\TagGenerator'] ?? $this->getTagGeneratorService());
  38625.             yield => ($this->privates['Shopware\\Core\\Framework\\Demodata\\Generator\\ProductReviewGenerator'] ?? $this->getProductReviewGeneratorService());
  38626.             yield => ($this->privates['Shopware\\Core\\Framework\\Demodata\\Generator\\ProductGenerator'] ?? $this->getProductGenerator2Service());
  38627.             yield => ($this->privates['Shopware\\Core\\Framework\\Demodata\\Generator\\PromotionGenerator'] ?? $this->getPromotionGeneratorService());
  38628.             yield => ($this->privates['Shopware\\Core\\Framework\\Demodata\\Generator\\FlowGenerator'] ?? $this->getFlowGeneratorService());
  38629.             yield 10 => ($this->privates['Shopware\\Core\\Framework\\Demodata\\Generator\\MediaGenerator'] ?? $this->getMediaGeneratorService());
  38630.             yield 11 => ($this->privates['Shopware\\Core\\Framework\\Demodata\\Generator\\ProductStreamGenerator'] ?? $this->getProductStreamGeneratorService());
  38631.             yield 12 => ($this->privates['Shopware\\Core\\Framework\\Demodata\\Generator\\OrderGenerator'] ?? $this->getOrderGeneratorService());
  38632.             yield 13 => ($this->privates['Shopware\\Core\\Framework\\Demodata\\Generator\\CustomFieldGenerator'] ?? $this->getCustomFieldGeneratorService());
  38633.             yield 14 => ($this->privates['Shopware\\Core\\Framework\\Demodata\\Generator\\MailTemplateGenerator'] ?? $this->getMailTemplateGeneratorService());
  38634.             yield 15 => ($this->privates['Shopware\\Core\\Framework\\Demodata\\Generator\\MailHeaderFooterGenerator'] ?? $this->getMailHeaderFooterGeneratorService());
  38635.             yield 16 => ($this->privates['Shopware\\Core\\Framework\\Demodata\\Generator\\UserGenerator'] ?? $this->getUserGeneratorService());
  38636.         }, 17), \dirname(__DIR__4), ($this->services['Shopware\\Core\\Framework\\DataAbstractionLayer\\DefinitionInstanceRegistry'] ?? $this->getDefinitionInstanceRegistryService())), ($this->services['event_dispatcher'] ?? $this->getEventDispatcherService()), 'dev');
  38637.         $instance->addDefault('rules'25);
  38638.         $instance->addOption('rules'NULL4'Rules count');
  38639.         $instance->addDefault('customers'60);
  38640.         $instance->addOption('customers'NULL4'Customers count');
  38641.         $instance->addDefault('properties'10);
  38642.         $instance->addOption('properties'NULL4'Property group count (option count rand(30-300))');
  38643.         $instance->addDefault('categories'10);
  38644.         $instance->addOption('categories'NULL4'Categories count');
  38645.         $instance->addDefault('manufacturers'60);
  38646.         $instance->addOption('manufacturers'NULL4'Manufacturers count');
  38647.         $instance->addDefault('tags'50);
  38648.         $instance->addOption('tags'NULL4'Tags count');
  38649.         $instance->addDefault('reviews'20);
  38650.         $instance->addOption('reviews'NULL4'Reviews count');
  38651.         $instance->addDefault('products'1000);
  38652.         $instance->addOption('products'NULL4'Products count');
  38653.         $instance->addDefault('promotions'50);
  38654.         $instance->addOption('promotions'NULL4'Promotions count');
  38655.         $instance->addDefault('flows'0);
  38656.         $instance->addOption('flows'NULL4'Flows count');
  38657.         $instance->addDefault('media'300);
  38658.         $instance->addOption('media'NULL4'Media count');
  38659.         $instance->addDefault('product-streams'10);
  38660.         $instance->addOption('product-streams'NULL4'Product-streams count');
  38661.         $instance->addDefault('orders'60);
  38662.         $instance->addOption('orders'NULL4'Orders count');
  38663.         $instance->addDefault('attribute-sets'4);
  38664.         $instance->addOption('attribute-sets'NULL4'CustomField set count');
  38665.         $instance->addDefault('mail-template'10);
  38666.         $instance->addOption('mail-template'NULL4'Mail-template count');
  38667.         $instance->addDefault('mail-header-footer'3);
  38668.         $instance->addOption('mail-header-footer'NULL4'Mail header/footer count');
  38669.         $instance->addDefault('users'0);
  38670.         $instance->addOption('users'NULL4'Users count');
  38671.         $instance->setName('framework:demodata');
  38672.         return $instance;
  38673.     }
  38674.     /**
  38675.      * Gets the private 'Shopware\Core\Framework\Demodata\Generator\CategoryGenerator' shared service.
  38676.      *
  38677.      * @return \Shopware\Core\Framework\Demodata\Generator\CategoryGenerator
  38678.      */
  38679.     protected function getCategoryGenerator2Service()
  38680.     {
  38681.         include_once \dirname(__DIR__4).'/vendor/shopware/core/Framework/Demodata/DemodataGeneratorInterface.php';
  38682.         include_once \dirname(__DIR__4).'/vendor/shopware/core/Framework/Demodata/Generator/CategoryGenerator.php';
  38683.         return $this->privates['Shopware\\Core\\Framework\\Demodata\\Generator\\CategoryGenerator'] = new \Shopware\Core\Framework\Demodata\Generator\CategoryGenerator(($this->services['category.repository'] ?? $this->getCategory_RepositoryService()), ($this->services['cms_page.repository'] ?? $this->getCmsPage_RepositoryService()), ($this->services['Doctrine\\DBAL\\Connection'] ?? $this->getConnectionService()));
  38684.     }
  38685.     /**
  38686.      * Gets the private 'Shopware\Core\Framework\Demodata\Generator\CustomFieldGenerator' shared service.
  38687.      *
  38688.      * @return \Shopware\Core\Framework\Demodata\Generator\CustomFieldGenerator
  38689.      */
  38690.     protected function getCustomFieldGeneratorService()
  38691.     {
  38692.         include_once \dirname(__DIR__4).'/vendor/shopware/core/Framework/Demodata/DemodataGeneratorInterface.php';
  38693.         include_once \dirname(__DIR__4).'/vendor/shopware/core/Framework/Demodata/Generator/CustomFieldGenerator.php';
  38694.         return $this->privates['Shopware\\Core\\Framework\\Demodata\\Generator\\CustomFieldGenerator'] = new \Shopware\Core\Framework\Demodata\Generator\CustomFieldGenerator(($this->services['custom_field_set.repository'] ?? $this->getCustomFieldSet_RepositoryService()), ($this->services['Doctrine\\DBAL\\Connection'] ?? $this->getConnectionService()), ($this->services['Shopware\\Core\\Framework\\DataAbstractionLayer\\DefinitionInstanceRegistry'] ?? $this->getDefinitionInstanceRegistryService()));
  38695.     }
  38696.     /**
  38697.      * Gets the private 'Shopware\Core\Framework\Demodata\Generator\CustomerGenerator' shared service.
  38698.      *
  38699.      * @return \Shopware\Core\Framework\Demodata\Generator\CustomerGenerator
  38700.      */
  38701.     protected function getCustomerGeneratorService()
  38702.     {
  38703.         include_once \dirname(__DIR__4).'/vendor/shopware/core/Framework/Demodata/DemodataGeneratorInterface.php';
  38704.         include_once \dirname(__DIR__4).'/vendor/shopware/core/Framework/Demodata/Generator/CustomerGenerator.php';
  38705.         return $this->privates['Shopware\\Core\\Framework\\Demodata\\Generator\\CustomerGenerator'] = new \Shopware\Core\Framework\Demodata\Generator\CustomerGenerator(($this->services['Shopware\\Core\\Framework\\DataAbstractionLayer\\Write\\EntityWriter'] ?? $this->getEntityWriterService()), ($this->services['Doctrine\\DBAL\\Connection'] ?? $this->getConnectionService()), ($this->services['customer_group.repository'] ?? $this->getCustomerGroup_RepositoryService()), ($this->services['Shopware\\Core\\System\\NumberRange\\ValueGenerator\\NumberRangeValueGeneratorInterface'] ?? $this->getNumberRangeValueGeneratorInterfaceService()), ($this->services['Shopware\\Core\\Checkout\\Customer\\CustomerDefinition'] ?? $this->getCustomerDefinitionService()));
  38706.     }
  38707.     /**
  38708.      * Gets the private 'Shopware\Core\Framework\Demodata\Generator\FlowGenerator' shared service.
  38709.      *
  38710.      * @return \Shopware\Core\Framework\Demodata\Generator\FlowGenerator
  38711.      */
  38712.     protected function getFlowGeneratorService()
  38713.     {
  38714.         include_once \dirname(__DIR__4).'/vendor/shopware/core/Framework/Demodata/DemodataGeneratorInterface.php';
  38715.         include_once \dirname(__DIR__4).'/vendor/shopware/core/Framework/Demodata/Generator/FlowGenerator.php';
  38716.         return $this->privates['Shopware\\Core\\Framework\\Demodata\\Generator\\FlowGenerator'] = new \Shopware\Core\Framework\Demodata\Generator\FlowGenerator(($this->services['Doctrine\\DBAL\\Connection'] ?? $this->getConnectionService()), ($this->services['Shopware\\Core\\Framework\\DataAbstractionLayer\\DefinitionInstanceRegistry'] ?? $this->getDefinitionInstanceRegistryService()), ($this->privates['Shopware\\Core\\Framework\\Event\\BusinessEventCollector'] ?? $this->getBusinessEventCollectorService()), ($this->privates['Shopware\\Core\\Content\\Flow\\Api\\FlowActionCollector'] ?? $this->getFlowActionCollectorService()));
  38717.     }
  38718.     /**
  38719.      * Gets the private 'Shopware\Core\Framework\Demodata\Generator\MailHeaderFooterGenerator' shared service.
  38720.      *
  38721.      * @return \Shopware\Core\Framework\Demodata\Generator\MailHeaderFooterGenerator
  38722.      */
  38723.     protected function getMailHeaderFooterGeneratorService()
  38724.     {
  38725.         include_once \dirname(__DIR__4).'/vendor/shopware/core/Framework/Demodata/DemodataGeneratorInterface.php';
  38726.         include_once \dirname(__DIR__4).'/vendor/shopware/core/Framework/Demodata/Generator/MailHeaderFooterGenerator.php';
  38727.         return $this->privates['Shopware\\Core\\Framework\\Demodata\\Generator\\MailHeaderFooterGenerator'] = new \Shopware\Core\Framework\Demodata\Generator\MailHeaderFooterGenerator(($this->services['Shopware\\Core\\Framework\\DataAbstractionLayer\\Write\\EntityWriter'] ?? $this->getEntityWriterService()), ($this->services['Shopware\\Core\\Content\\MailTemplate\\Aggregate\\MailHeaderFooter\\MailHeaderFooterDefinition'] ?? $this->getMailHeaderFooterDefinitionService()));
  38728.     }
  38729.     /**
  38730.      * Gets the private 'Shopware\Core\Framework\Demodata\Generator\MailTemplateGenerator' shared service.
  38731.      *
  38732.      * @return \Shopware\Core\Framework\Demodata\Generator\MailTemplateGenerator
  38733.      */
  38734.     protected function getMailTemplateGeneratorService()
  38735.     {
  38736.         include_once \dirname(__DIR__4).'/vendor/shopware/core/Framework/Demodata/DemodataGeneratorInterface.php';
  38737.         include_once \dirname(__DIR__4).'/vendor/shopware/core/Framework/Demodata/Generator/MailTemplateGenerator.php';
  38738.         return $this->privates['Shopware\\Core\\Framework\\Demodata\\Generator\\MailTemplateGenerator'] = new \Shopware\Core\Framework\Demodata\Generator\MailTemplateGenerator(($this->services['Shopware\\Core\\Framework\\DataAbstractionLayer\\Write\\EntityWriter'] ?? $this->getEntityWriterService()), ($this->services['mail_template_type.repository'] ?? $this->getMailTemplateType_RepositoryService()), ($this->services['Shopware\\Core\\Content\\MailTemplate\\MailTemplateDefinition'] ?? $this->getMailTemplateDefinitionService()));
  38739.     }
  38740.     /**
  38741.      * Gets the private 'Shopware\Core\Framework\Demodata\Generator\MediaGenerator' shared service.
  38742.      *
  38743.      * @return \Shopware\Core\Framework\Demodata\Generator\MediaGenerator
  38744.      */
  38745.     protected function getMediaGeneratorService()
  38746.     {
  38747.         include_once \dirname(__DIR__4).'/vendor/shopware/core/Framework/Demodata/DemodataGeneratorInterface.php';
  38748.         include_once \dirname(__DIR__4).'/vendor/shopware/core/Framework/Demodata/Generator/MediaGenerator.php';
  38749.         return $this->privates['Shopware\\Core\\Framework\\Demodata\\Generator\\MediaGenerator'] = new \Shopware\Core\Framework\Demodata\Generator\MediaGenerator(($this->services['Shopware\\Core\\Framework\\DataAbstractionLayer\\Write\\EntityWriter'] ?? $this->getEntityWriterService()), ($this->services['Shopware\\Core\\Content\\Media\\File\\FileSaver'] ?? $this->getFileSaverService()), ($this->privates['Shopware\\Core\\Content\\Media\\File\\FileNameProvider'] ?? $this->getFileNameProviderService()), ($this->services['media_default_folder.repository'] ?? $this->getMediaDefaultFolder_RepositoryService()), ($this->services['media_folder.repository'] ?? $this->getMediaFolder_RepositoryService()), ($this->services['Shopware\\Core\\Content\\Media\\MediaDefinition'] ?? $this->getMediaDefinitionService()), ($this->services['Doctrine\\DBAL\\Connection'] ?? $this->getConnectionService()));
  38750.     }
  38751.     /**
  38752.      * Gets the private 'Shopware\Core\Framework\Demodata\Generator\OrderGenerator' shared service.
  38753.      *
  38754.      * @return \Shopware\Core\Framework\Demodata\Generator\OrderGenerator
  38755.      */
  38756.     protected function getOrderGeneratorService()
  38757.     {
  38758.         include_once \dirname(__DIR__4).'/vendor/shopware/core/Framework/Demodata/DemodataGeneratorInterface.php';
  38759.         include_once \dirname(__DIR__4).'/vendor/shopware/core/Framework/Demodata/Generator/OrderGenerator.php';
  38760.         return $this->privates['Shopware\\Core\\Framework\\Demodata\\Generator\\OrderGenerator'] = new \Shopware\Core\Framework\Demodata\Generator\OrderGenerator(($this->services['Doctrine\\DBAL\\Connection'] ?? $this->getConnectionService()), ($this->services['Shopware\\Core\\System\\SalesChannel\\Context\\SalesChannelContextFactory'] ?? $this->getSalesChannelContextFactoryService()), ($this->services['Shopware\\Core\\Checkout\\Cart\\SalesChannel\\CartService'] ?? $this->getCartServiceService()), ($this->privates['Shopware\\Core\\Checkout\\Cart\\Order\\OrderConverter'] ?? $this->getOrderConverterService()), ($this->services['Shopware\\Core\\Framework\\DataAbstractionLayer\\Write\\EntityWriter'] ?? $this->getEntityWriterService()), ($this->services['Shopware\\Core\\Checkout\\Order\\OrderDefinition'] ?? $this->getOrderDefinitionService()), ($this->privates['Shopware\\Core\\Checkout\\Cart\\CartCalculator'] ?? $this->getCartCalculatorService()));
  38761.     }
  38762.     /**
  38763.      * Gets the private 'Shopware\Core\Framework\Demodata\Generator\ProductGenerator' shared service.
  38764.      *
  38765.      * @return \Shopware\Core\Framework\Demodata\Generator\ProductGenerator
  38766.      */
  38767.     protected function getProductGenerator2Service()
  38768.     {
  38769.         include_once \dirname(__DIR__4).'/vendor/shopware/core/Framework/Demodata/DemodataGeneratorInterface.php';
  38770.         include_once \dirname(__DIR__4).'/vendor/shopware/core/Framework/Demodata/Generator/ProductGenerator.php';
  38771.         return $this->privates['Shopware\\Core\\Framework\\Demodata\\Generator\\ProductGenerator'] = new \Shopware\Core\Framework\Demodata\Generator\ProductGenerator(($this->services['Doctrine\\DBAL\\Connection'] ?? $this->getConnectionService()), ($this->services['Shopware\\Core\\Framework\\DataAbstractionLayer\\DefinitionInstanceRegistry'] ?? $this->getDefinitionInstanceRegistryService()), ($this->privates['Shopware\\Core\\Framework\\DataAbstractionLayer\\Indexing\\InheritanceUpdater'] ?? $this->getInheritanceUpdaterService()), ($this->privates['Shopware\\Core\\Content\\Product\\DataAbstractionLayer\\StatesUpdater'] ?? $this->getStatesUpdaterService()));
  38772.     }
  38773.     /**
  38774.      * Gets the private 'Shopware\Core\Framework\Demodata\Generator\ProductManufacturerGenerator' shared service.
  38775.      *
  38776.      * @return \Shopware\Core\Framework\Demodata\Generator\ProductManufacturerGenerator
  38777.      */
  38778.     protected function getProductManufacturerGeneratorService()
  38779.     {
  38780.         include_once \dirname(__DIR__4).'/vendor/shopware/core/Framework/Demodata/DemodataGeneratorInterface.php';
  38781.         include_once \dirname(__DIR__4).'/vendor/shopware/core/Framework/Demodata/Generator/ProductManufacturerGenerator.php';
  38782.         return $this->privates['Shopware\\Core\\Framework\\Demodata\\Generator\\ProductManufacturerGenerator'] = new \Shopware\Core\Framework\Demodata\Generator\ProductManufacturerGenerator(($this->services['Shopware\\Core\\Framework\\DataAbstractionLayer\\Write\\EntityWriter'] ?? $this->getEntityWriterService()), ($this->services['Shopware\\Core\\Content\\Product\\Aggregate\\ProductManufacturer\\ProductManufacturerDefinition'] ?? $this->getProductManufacturerDefinitionService()));
  38783.     }
  38784.     /**
  38785.      * Gets the private 'Shopware\Core\Framework\Demodata\Generator\ProductReviewGenerator' shared service.
  38786.      *
  38787.      * @return \Shopware\Core\Framework\Demodata\Generator\ProductReviewGenerator
  38788.      */
  38789.     protected function getProductReviewGeneratorService()
  38790.     {
  38791.         include_once \dirname(__DIR__4).'/vendor/shopware/core/Framework/Demodata/DemodataGeneratorInterface.php';
  38792.         include_once \dirname(__DIR__4).'/vendor/shopware/core/Framework/Demodata/Generator/ProductReviewGenerator.php';
  38793.         return $this->privates['Shopware\\Core\\Framework\\Demodata\\Generator\\ProductReviewGenerator'] = new \Shopware\Core\Framework\Demodata\Generator\ProductReviewGenerator(($this->services['Shopware\\Core\\Framework\\DataAbstractionLayer\\Write\\EntityWriter'] ?? $this->getEntityWriterService()), ($this->services['Shopware\\Core\\Content\\Product\\Aggregate\\ProductReview\\ProductReviewDefinition'] ?? $this->getProductReviewDefinitionService()), ($this->services['Doctrine\\DBAL\\Connection'] ?? $this->getConnectionService()));
  38794.     }
  38795.     /**
  38796.      * Gets the private 'Shopware\Core\Framework\Demodata\Generator\ProductStreamGenerator' shared service.
  38797.      *
  38798.      * @return \Shopware\Core\Framework\Demodata\Generator\ProductStreamGenerator
  38799.      */
  38800.     protected function getProductStreamGeneratorService()
  38801.     {
  38802.         include_once \dirname(__DIR__4).'/vendor/shopware/core/Framework/Demodata/DemodataGeneratorInterface.php';
  38803.         include_once \dirname(__DIR__4).'/vendor/shopware/core/Framework/Demodata/Generator/ProductStreamGenerator.php';
  38804.         return $this->privates['Shopware\\Core\\Framework\\Demodata\\Generator\\ProductStreamGenerator'] = new \Shopware\Core\Framework\Demodata\Generator\ProductStreamGenerator(($this->services['Shopware\\Core\\Framework\\DataAbstractionLayer\\Write\\EntityWriter'] ?? $this->getEntityWriterService()), ($this->services['Shopware\\Core\\Content\\ProductStream\\ProductStreamDefinition'] ?? $this->getProductStreamDefinitionService()));
  38805.     }
  38806.     /**
  38807.      * Gets the private 'Shopware\Core\Framework\Demodata\Generator\PromotionGenerator' shared service.
  38808.      *
  38809.      * @return \Shopware\Core\Framework\Demodata\Generator\PromotionGenerator
  38810.      */
  38811.     protected function getPromotionGeneratorService()
  38812.     {
  38813.         include_once \dirname(__DIR__4).'/vendor/shopware/core/Framework/Demodata/DemodataGeneratorInterface.php';
  38814.         include_once \dirname(__DIR__4).'/vendor/shopware/core/Framework/Demodata/Generator/PromotionGenerator.php';
  38815.         return $this->privates['Shopware\\Core\\Framework\\Demodata\\Generator\\PromotionGenerator'] = new \Shopware\Core\Framework\Demodata\Generator\PromotionGenerator(($this->services['Doctrine\\DBAL\\Connection'] ?? $this->getConnectionService()), ($this->services['Shopware\\Core\\Framework\\DataAbstractionLayer\\DefinitionInstanceRegistry'] ?? $this->getDefinitionInstanceRegistryService()));
  38816.     }
  38817.     /**
  38818.      * Gets the private 'Shopware\Core\Framework\Demodata\Generator\PropertyGroupGenerator' shared service.
  38819.      *
  38820.      * @return \Shopware\Core\Framework\Demodata\Generator\PropertyGroupGenerator
  38821.      */
  38822.     protected function getPropertyGroupGeneratorService()
  38823.     {
  38824.         include_once \dirname(__DIR__4).'/vendor/shopware/core/Framework/Demodata/DemodataGeneratorInterface.php';
  38825.         include_once \dirname(__DIR__4).'/vendor/shopware/core/Framework/Demodata/Generator/PropertyGroupGenerator.php';
  38826.         return $this->privates['Shopware\\Core\\Framework\\Demodata\\Generator\\PropertyGroupGenerator'] = new \Shopware\Core\Framework\Demodata\Generator\PropertyGroupGenerator(($this->services['property_group.repository'] ?? $this->getPropertyGroup_RepositoryService()));
  38827.     }
  38828.     /**
  38829.      * Gets the private 'Shopware\Core\Framework\Demodata\Generator\RuleGenerator' shared service.
  38830.      *
  38831.      * @return \Shopware\Core\Framework\Demodata\Generator\RuleGenerator
  38832.      */
  38833.     protected function getRuleGeneratorService()
  38834.     {
  38835.         include_once \dirname(__DIR__4).'/vendor/shopware/core/Framework/Demodata/DemodataGeneratorInterface.php';
  38836.         include_once \dirname(__DIR__4).'/vendor/shopware/core/Framework/Demodata/Generator/RuleGenerator.php';
  38837.         return $this->privates['Shopware\\Core\\Framework\\Demodata\\Generator\\RuleGenerator'] = new \Shopware\Core\Framework\Demodata\Generator\RuleGenerator(($this->services['rule.repository'] ?? $this->getRule_RepositoryService()), ($this->services['Shopware\\Core\\Framework\\DataAbstractionLayer\\Write\\EntityWriter'] ?? $this->getEntityWriterService()), ($this->services['payment_method.repository'] ?? $this->getPaymentMethod_RepositoryService()), ($this->services['shipping_method.repository'] ?? $this->getShippingMethod_RepositoryService()), ($this->services['Shopware\\Core\\Content\\Rule\\RuleDefinition'] ?? $this->getRuleDefinitionService()));
  38838.     }
  38839.     /**
  38840.      * Gets the private 'Shopware\Core\Framework\Demodata\Generator\TagGenerator' shared service.
  38841.      *
  38842.      * @return \Shopware\Core\Framework\Demodata\Generator\TagGenerator
  38843.      */
  38844.     protected function getTagGeneratorService()
  38845.     {
  38846.         include_once \dirname(__DIR__4).'/vendor/shopware/core/Framework/Demodata/DemodataGeneratorInterface.php';
  38847.         include_once \dirname(__DIR__4).'/vendor/shopware/core/Framework/Demodata/Generator/TagGenerator.php';
  38848.         return $this->privates['Shopware\\Core\\Framework\\Demodata\\Generator\\TagGenerator'] = new \Shopware\Core\Framework\Demodata\Generator\TagGenerator(($this->services['Shopware\\Core\\Framework\\DataAbstractionLayer\\Write\\EntityWriter'] ?? $this->getEntityWriterService()), ($this->services['Shopware\\Core\\System\\Tag\\TagDefinition'] ?? $this->getTagDefinition2Service()));
  38849.     }
  38850.     /**
  38851.      * Gets the private 'Shopware\Core\Framework\Demodata\Generator\UserGenerator' shared service.
  38852.      *
  38853.      * @return \Shopware\Core\Framework\Demodata\Generator\UserGenerator
  38854.      */
  38855.     protected function getUserGeneratorService()
  38856.     {
  38857.         include_once \dirname(__DIR__4).'/vendor/shopware/core/Framework/Demodata/DemodataGeneratorInterface.php';
  38858.         include_once \dirname(__DIR__4).'/vendor/shopware/core/Framework/Demodata/Generator/UserGenerator.php';
  38859.         return $this->privates['Shopware\\Core\\Framework\\Demodata\\Generator\\UserGenerator'] = new \Shopware\Core\Framework\Demodata\Generator\UserGenerator(($this->services['Shopware\\Core\\Framework\\DataAbstractionLayer\\Write\\EntityWriter'] ?? $this->getEntityWriterService()), ($this->services['Shopware\\Core\\System\\User\\UserDefinition'] ?? $this->getUserDefinitionService()), ($this->services['language.repository'] ?? $this->getLanguage_RepositoryService()));
  38860.     }
  38861.     /**
  38862.      * Gets the private 'Shopware\Core\Framework\Demodata\PersonalData\CleanPersonalDataCommand' shared service.
  38863.      *
  38864.      * @return \Shopware\Core\Framework\Demodata\PersonalData\CleanPersonalDataCommand
  38865.      */
  38866.     protected function getCleanPersonalDataCommandService()
  38867.     {
  38868.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/Command.php';
  38869.         include_once \dirname(__DIR__4).'/vendor/shopware/core/Framework/Demodata/PersonalData/CleanPersonalDataCommand.php';
  38870.         $this->privates['Shopware\\Core\\Framework\\Demodata\\PersonalData\\CleanPersonalDataCommand'] = $instance = new \Shopware\Core\Framework\Demodata\PersonalData\CleanPersonalDataCommand(($this->services['Doctrine\\DBAL\\Connection'] ?? $this->getConnectionService()), ($this->services['customer.repository'] ?? $this->getCustomer_RepositoryService()));
  38871.         $instance->setName('database:clean-personal-data');
  38872.         return $instance;
  38873.     }
  38874.     /**
  38875.      * Gets the private 'Shopware\Core\Framework\Event\BusinessEventCollector' shared service.
  38876.      *
  38877.      * @return \Shopware\Core\Framework\Event\BusinessEventCollector
  38878.      */
  38879.     protected function getBusinessEventCollectorService()
  38880.     {
  38881.         include_once \dirname(__DIR__4).'/vendor/shopware/core/Framework/Event/BusinessEventCollector.php';
  38882.         $a = ($this->services['event_dispatcher'] ?? $this->getEventDispatcherService());
  38883.         if (isset($this->privates['Shopware\\Core\\Framework\\Event\\BusinessEventCollector'])) {
  38884.             return $this->privates['Shopware\\Core\\Framework\\Event\\BusinessEventCollector'];
  38885.         }
  38886.         return $this->privates['Shopware\\Core\\Framework\\Event\\BusinessEventCollector'] = new \Shopware\Core\Framework\Event\BusinessEventCollector(($this->services['Shopware\\Core\\Framework\\Event\\BusinessEventRegistry'] ?? $this->getBusinessEventRegistryService()), $a);
  38887.     }
  38888.     /**
  38889.      * Gets the private 'Shopware\Core\Framework\Event\BusinessEventDispatcher' shared service.
  38890.      *
  38891.      * @return \Shopware\Core\Framework\Event\BusinessEventDispatcher
  38892.      */
  38893.     protected function getBusinessEventDispatcherService()
  38894.     {
  38895.         $a = ($this->privates['Shopware\\Core\\Framework\\Webhook\\WebhookDispatcher'] ?? $this->getWebhookDispatcherService());
  38896.         if (isset($this->privates['Shopware\\Core\\Framework\\Event\\BusinessEventDispatcher'])) {
  38897.             return $this->privates['Shopware\\Core\\Framework\\Event\\BusinessEventDispatcher'];
  38898.         }
  38899.         return $this->privates['Shopware\\Core\\Framework\\Event\\BusinessEventDispatcher'] = new \Shopware\Core\Framework\Event\BusinessEventDispatcher($a, ($this->services['Shopware\\Core\\Framework\\DataAbstractionLayer\\DefinitionInstanceRegistry'] ?? $this->getDefinitionInstanceRegistryService()), ($this->services['Shopware\\Core\\Framework\\Event\\EventAction\\EventActionDefinition'] ?? $this->getEventActionDefinitionService()));
  38900.     }
  38901.     /**
  38902.      * Gets the private 'Shopware\Core\Framework\Event\Command\DebugDumpBusinessEventsCommand' shared service.
  38903.      *
  38904.      * @return \Shopware\Core\Framework\Event\Command\DebugDumpBusinessEventsCommand
  38905.      */
  38906.     protected function getDebugDumpBusinessEventsCommandService()
  38907.     {
  38908.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/Command.php';
  38909.         include_once \dirname(__DIR__4).'/vendor/shopware/core/Framework/Event/Command/DebugDumpBusinessEventsCommand.php';
  38910.         $this->privates['Shopware\\Core\\Framework\\Event\\Command\\DebugDumpBusinessEventsCommand'] = $instance = new \Shopware\Core\Framework\Event\Command\DebugDumpBusinessEventsCommand(($this->privates['Shopware\\Core\\Framework\\Event\\BusinessEventCollector'] ?? $this->getBusinessEventCollectorService()));
  38911.         $instance->setName('debug:business-events');
  38912.         return $instance;
  38913.     }
  38914.     /**
  38915.      * Gets the private 'Shopware\Core\Framework\Event\EventAction\EventActionSubscriber' shared service.
  38916.      *
  38917.      * @return \Shopware\Core\Framework\Event\EventAction\EventActionSubscriber
  38918.      */
  38919.     protected function getEventActionSubscriberService()
  38920.     {
  38921.         include_once \dirname(__DIR__4).'/vendor/shopware/core/Framework/Event/EventAction/EventActionSubscriber.php';
  38922.         return $this->privates['Shopware\\Core\\Framework\\Event\\EventAction\\EventActionSubscriber'] = new \Shopware\Core\Framework\Event\EventAction\EventActionSubscriber(($this->services['Doctrine\\DBAL\\Connection'] ?? $this->getConnectionService()));
  38923.     }
  38924.     /**
  38925.      * Gets the private 'Shopware\Core\Framework\Feature\Command\FeatureDumpCommand' shared service.
  38926.      *
  38927.      * @return \Shopware\Core\Framework\Feature\Command\FeatureDumpCommand
  38928.      */
  38929.     protected function getFeatureDumpCommandService()
  38930.     {
  38931.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/Command.php';
  38932.         include_once \dirname(__DIR__4).'/vendor/shopware/core/Framework/Feature/Command/FeatureDumpCommand.php';
  38933.         $this->privates['Shopware\\Core\\Framework\\Feature\\Command\\FeatureDumpCommand'] = $instance = new \Shopware\Core\Framework\Feature\Command\FeatureDumpCommand(($this->services['kernel'] ?? $this->get('kernel'1)));
  38934.         $instance->setName('feature:dump');
  38935.         $instance->setAliases([=> 'administration:dump:features']);
  38936.         return $instance;
  38937.     }
  38938.     /**
  38939.      * Gets the private 'Shopware\Core\Framework\Log\LoggerFactory' shared service.
  38940.      *
  38941.      * @return \Shopware\Core\Framework\Log\LoggerFactory
  38942.      */
  38943.     protected function getLoggerFactoryService()
  38944.     {
  38945.         return $this->privates['Shopware\\Core\\Framework\\Log\\LoggerFactory'] = new \Shopware\Core\Framework\Log\LoggerFactory((\dirname(__DIR__3).'/log/%s_dev.log'), 14);
  38946.     }
  38947.     /**
  38948.      * Gets the private 'Shopware\Core\Framework\Log\LoggingService' shared service.
  38949.      *
  38950.      * @return \Shopware\Core\Framework\Log\LoggingService
  38951.      */
  38952.     protected function getLoggingServiceService()
  38953.     {
  38954.         include_once \dirname(__DIR__4).'/vendor/shopware/core/Framework/Log/LoggingService.php';
  38955.         return $this->privates['Shopware\\Core\\Framework\\Log\\LoggingService'] = new \Shopware\Core\Framework\Log\LoggingService('dev', ($this->services['monolog.logger.business_events'] ?? $this->getMonolog_Logger_BusinessEventsService()));
  38956.     }
  38957.     /**
  38958.      * Gets the private 'Shopware\Core\Framework\Log\Monolog\ExcludeFlowEventHandler' shared service.
  38959.      *
  38960.      * @return \Shopware\Core\Framework\Log\Monolog\ExcludeFlowEventHandler
  38961.      */
  38962.     protected function getExcludeFlowEventHandlerService()
  38963.     {
  38964.         $a = new \Monolog\Handler\StreamHandler((\dirname(__DIR__3).'/log/dev.log'), 100trueNULLfalse);
  38965.         $a->pushProcessor(new \Monolog\Processor\PsrLogMessageProcessor());
  38966.         return $this->privates['Shopware\\Core\\Framework\\Log\\Monolog\\ExcludeFlowEventHandler'] = new \Shopware\Core\Framework\Log\Monolog\ExcludeFlowEventHandler($a$this->parameters['shopware.logger.exclude_events']);
  38967.     }
  38968.     /**
  38969.      * Gets the private 'Shopware\Core\Framework\Log\ScheduledTask\LogCleanupTaskHandler' shared service.
  38970.      *
  38971.      * @return \Shopware\Core\Framework\Log\ScheduledTask\LogCleanupTaskHandler
  38972.      */
  38973.     protected function getLogCleanupTaskHandlerService()
  38974.     {
  38975.         include_once \dirname(__DIR__4).'/vendor/shopware/core/Framework/Log/ScheduledTask/LogCleanupTaskHandler.php';
  38976.         $a = ($this->services['scheduled_task.repository'] ?? $this->getScheduledTask_RepositoryService());
  38977.         if (isset($this->privates['Shopware\\Core\\Framework\\Log\\ScheduledTask\\LogCleanupTaskHandler'])) {
  38978.             return $this->privates['Shopware\\Core\\Framework\\Log\\ScheduledTask\\LogCleanupTaskHandler'];
  38979.         }
  38980.         $b = ($this->services['Shopware\\Core\\System\\SystemConfig\\SystemConfigService'] ?? $this->getSystemConfigServiceService());
  38981.         if (isset($this->privates['Shopware\\Core\\Framework\\Log\\ScheduledTask\\LogCleanupTaskHandler'])) {
  38982.             return $this->privates['Shopware\\Core\\Framework\\Log\\ScheduledTask\\LogCleanupTaskHandler'];
  38983.         }
  38984.         return $this->privates['Shopware\\Core\\Framework\\Log\\ScheduledTask\\LogCleanupTaskHandler'] = new \Shopware\Core\Framework\Log\ScheduledTask\LogCleanupTaskHandler($a$b, ($this->services['Doctrine\\DBAL\\Connection'] ?? $this->getConnectionService()));
  38985.     }
  38986.     /**
  38987.      * Gets the private 'Shopware\Core\Framework\MessageQueue\Command\DispatchSleepMessageCommand' shared service.
  38988.      *
  38989.      * @return \Shopware\Core\Framework\MessageQueue\Command\DispatchSleepMessageCommand
  38990.      */
  38991.     protected function getDispatchSleepMessageCommandService()
  38992.     {
  38993.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/Command.php';
  38994.         include_once \dirname(__DIR__4).'/vendor/shopware/core/Framework/DataAbstractionLayer/Command/ConsoleProgressTrait.php';
  38995.         include_once \dirname(__DIR__4).'/vendor/shopware/core/Framework/MessageQueue/Command/DispatchSleepMessageCommand.php';
  38996.         $this->privates['Shopware\\Core\\Framework\\MessageQueue\\Command\\DispatchSleepMessageCommand'] = $instance = new \Shopware\Core\Framework\MessageQueue\Command\DispatchSleepMessageCommand(($this->services['messenger.default_bus'] ?? $this->getMessenger_DefaultBusService()));
  38997.         $instance->setName('debug:messenger:dispatch-sleep');
  38998.         return $instance;
  38999.     }
  39000.     /**
  39001.      * Gets the private 'Shopware\Core\Framework\MessageQueue\Handler\EncryptedMessageHandler' shared service.
  39002.      *
  39003.      * @return \Shopware\Core\Framework\MessageQueue\Handler\EncryptedMessageHandler
  39004.      */
  39005.     protected function getEncryptedMessageHandlerService()
  39006.     {
  39007.         include_once \dirname(__DIR__4).'/vendor/shopware/core/Framework/MessageQueue/Handler/EncryptedMessageHandler.php';
  39008.         $a = ($this->services['messenger.default_bus'] ?? $this->getMessenger_DefaultBusService());
  39009.         if (isset($this->privates['Shopware\\Core\\Framework\\MessageQueue\\Handler\\EncryptedMessageHandler'])) {
  39010.             return $this->privates['Shopware\\Core\\Framework\\MessageQueue\\Handler\\EncryptedMessageHandler'];
  39011.         }
  39012.         return $this->privates['Shopware\\Core\\Framework\\MessageQueue\\Handler\\EncryptedMessageHandler'] = new \Shopware\Core\Framework\MessageQueue\Handler\EncryptedMessageHandler($a, ($this->privates['shopware.private_key'] ?? ($this->privates['shopware.private_key'] = new \League\OAuth2\Server\CryptKey((\dirname(__DIR__4).'/config/jwt/private.pem'), $this->getEnv('string:default:jwt_private_key_passphrase_default:JWT_PRIVATE_KEY_PASSPHRASE')))));
  39013.     }
  39014.     /**
  39015.      * Gets the private 'Shopware\Core\Framework\MessageQueue\Handler\RetryMessageHandler' shared service.
  39016.      *
  39017.      * @return \Shopware\Core\Framework\MessageQueue\Handler\RetryMessageHandler
  39018.      */
  39019.     protected function getRetryMessageHandlerService()
  39020.     {
  39021.         include_once \dirname(__DIR__4).'/vendor/shopware/core/Framework/MessageQueue/Handler/RetryMessageHandler.php';
  39022.         $a = ($this->services['dead_message.repository'] ?? $this->getDeadMessage_RepositoryService());
  39023.         if (isset($this->privates['Shopware\\Core\\Framework\\MessageQueue\\Handler\\RetryMessageHandler'])) {
  39024.             return $this->privates['Shopware\\Core\\Framework\\MessageQueue\\Handler\\RetryMessageHandler'];
  39025.         }
  39026.         return $this->privates['Shopware\\Core\\Framework\\MessageQueue\\Handler\\RetryMessageHandler'] = new \Shopware\Core\Framework\MessageQueue\Handler\RetryMessageHandler($a, new RewindableGenerator(function () {
  39027.             yield => ($this->privates['Shopware\\Core\\Framework\\Log\\ScheduledTask\\LogCleanupTaskHandler'] ?? $this->getLogCleanupTaskHandlerService());
  39028.             yield => ($this->privates['Shopware\\Core\\Framework\\Adapter\\Cache\\InvalidateCacheTaskHandler'] ?? $this->getInvalidateCacheTaskHandlerService());
  39029.             yield => ($this->privates['Shopware\\Core\\Framework\\Adapter\\Cache\\Message\\CleanupOldCacheFoldersHandler'] ?? $this->getCleanupOldCacheFoldersHandlerService());
  39030.             yield => ($this->privates['Shopware\\Core\\Content\\Media\\Message\\GenerateThumbnailsHandler'] ?? $this->getGenerateThumbnailsHandlerService());
  39031.             yield => ($this->privates['Shopware\\Core\\Framework\\App\\ScheduledTask\\UpdateAppsHandler'] ?? $this->getUpdateAppsHandlerService());
  39032.             yield => ($this->privates['Shopware\\Core\\Framework\\App\\ScheduledTask\\DeleteCascadeAppsHandler'] ?? $this->getDeleteCascadeAppsHandlerService());
  39033.             yield => ($this->services['Shopware\\Core\\Framework\\DataAbstractionLayer\\Indexing\\EntityIndexerRegistry'] ?? $this->getEntityIndexerRegistryService());
  39034.             yield => ($this->privates['Shopware\\Core\\Framework\\DataAbstractionLayer\\Version\\Cleanup\\CleanupVersionTaskHandler'] ?? $this->getCleanupVersionTaskHandlerService());
  39035.             yield => ($this->privates['Shopware\\Core\\Framework\\MessageQueue\\Handler\\EncryptedMessageHandler'] ?? $this->getEncryptedMessageHandlerService());
  39036.             yield => ($this->privates['Shopware\\Core\\Framework\\MessageQueue\\Handler\\RetryMessageHandler'] ?? $this->getRetryMessageHandlerService());
  39037.             yield 10 => ($this->privates['Shopware\\Core\\Framework\\MessageQueue\\Handler\\SleepTaskHandler'] ?? $this->getSleepTaskHandlerService());
  39038.             yield 11 => ($this->privates['Shopware\\Core\\Framework\\MessageQueue\\ScheduledTask\\RequeueDeadMessagesHandler'] ?? $this->getRequeueDeadMessagesHandlerService());
  39039.             yield 12 => ($this->privates['Shopware\\Core\\Framework\\MessageQueue\\ScheduledTask\\MessageQueue\\RegisterScheduledTaskHandler'] ?? $this->getRegisterScheduledTaskHandlerService());
  39040.             yield 13 => ($this->privates['Shopware\\Core\\Framework\\Webhook\\Handler\\WebhookEventMessageHandler'] ?? $this->getWebhookEventMessageHandlerService());
  39041.             yield 14 => ($this->privates['Shopware\\Core\\System\\SalesChannel\\Context\\Cleanup\\CleanupSalesChannelContextTaskHandler'] ?? $this->getCleanupSalesChannelContextTaskHandlerService());
  39042.             yield 15 => ($this->privates['Shopware\\Core\\Content\\Media\\Message\\DeleteFileHandler'] ?? $this->getDeleteFileHandler2Service());
  39043.             yield 16 => ($this->privates['Shopware\\Core\\Content\\Product\\Cleanup\\CleanupProductKeywordDictionaryTaskHandler'] ?? $this->getCleanupProductKeywordDictionaryTaskHandlerService());
  39044.             yield 17 => ($this->privates['Shopware\\Core\\Content\\Product\\Cleanup\\CleanupUnusedDownloadMediaTaskHandler'] ?? $this->getCleanupUnusedDownloadMediaTaskHandlerService());
  39045.             yield 18 => ($this->privates['Shopware\\Core\\Content\\Newsletter\\ScheduledTask\\NewsletterRecipientTaskHandler'] ?? $this->getNewsletterRecipientTaskHandlerService());
  39046.             yield 19 => ($this->privates['Shopware\\Core\\Content\\ProductStream\\ScheduledTask\\UpdateProductStreamMappingTaskHandler'] ?? $this->getUpdateProductStreamMappingTaskHandlerService());
  39047.             yield 20 => ($this->privates['Shopware\\Core\\Content\\ProductExport\\ScheduledTask\\ProductExportGenerateTaskHandler'] ?? $this->getProductExportGenerateTaskHandlerService());
  39048.             yield 21 => ($this->privates['Shopware\\Core\\Content\\ProductExport\\ScheduledTask\\ProductExportPartialGenerationHandler'] ?? $this->getProductExportPartialGenerationHandlerService());
  39049.             yield 22 => ($this->services['Shopware\\Core\\Content\\ImportExport\\Message\\ImportExportHandler'] ?? $this->getImportExportHandlerService());
  39050.             yield 23 => ($this->privates['Shopware\\Core\\Content\\ImportExport\\Message\\DeleteFileHandler'] ?? $this->getDeleteFileHandlerService());
  39051.             yield 24 => ($this->privates['Shopware\\Core\\Content\\ImportExport\\ScheduledTask\\CleanupImportExportFileTaskHandler'] ?? $this->getCleanupImportExportFileTaskHandlerService());
  39052.             yield 25 => ($this->privates['Shopware\\Core\\Content\\Sitemap\\ScheduledTask\\SitemapGenerateTaskHandler'] ?? $this->getSitemapGenerateTaskHandlerService());
  39053.             yield 26 => ($this->privates['Shopware\\Core\\Checkout\\Cart\\Cleanup\\CleanupCartTaskHandler'] ?? $this->getCleanupCartTaskHandlerService());
  39054.             yield 27 => ($this->privates['Shopware\\Storefront\\Framework\\Cache\\CacheWarmer\\CacheWarmerTaskHandler'] ?? $this->getCacheWarmerTaskHandlerService());
  39055.             yield 28 => ($this->services['Shopware\\Elasticsearch\\Framework\\Indexing\\CreateAliasTaskHandler'] ?? $this->getCreateAliasTaskHandlerService());
  39056.             yield 29 => ($this->privates['Shopware\\Elasticsearch\\Framework\\Indexing\\ElasticsearchIndexer'] ?? $this->getElasticsearchIndexerService());
  39057.             yield 30 => ($this->privates['Shopware\\Elasticsearch\\Admin\\AdminSearchRegistry'] ?? $this->getAdminSearchRegistryService());
  39058.             yield 31 => ($this->privates['Swag\\PayPal\\Checkout\\Payment\\ScheduledTask\\CancelTransactionsTaskHandler'] ?? $this->getCancelTransactionsTaskHandlerService());
  39059.             yield 32 => ($this->privates['Swag\\PayPal\\Pos\\MessageQueue\\Handler\\CloneVisibilityHandler'] ?? $this->getCloneVisibilityHandlerService());
  39060.             yield 33 => ($this->privates['Swag\\PayPal\\Pos\\MessageQueue\\Handler\\SyncManagerHandler'] ?? $this->getSyncManagerHandlerService());
  39061.             yield 34 => ($this->privates['Swag\\PayPal\\Pos\\MessageQueue\\Handler\\Sync\\ProductSingleSyncHandler'] ?? $this->getProductSingleSyncHandlerService());
  39062.             yield 35 => ($this->privates['Swag\\PayPal\\Pos\\MessageQueue\\Handler\\Sync\\ProductVariantSyncHandler'] ?? $this->getProductVariantSyncHandlerService());
  39063.             yield 36 => ($this->privates['Swag\\PayPal\\Pos\\MessageQueue\\Handler\\Sync\\ProductCleanupSyncHandler'] ?? $this->getProductCleanupSyncHandlerService());
  39064.             yield 37 => ($this->privates['Swag\\PayPal\\Pos\\MessageQueue\\Handler\\Sync\\InventorySyncHandler'] ?? $this->getInventorySyncHandlerService());
  39065.             yield 38 => ($this->privates['Swag\\PayPal\\Pos\\MessageQueue\\Handler\\Sync\\ImageSyncHandler'] ?? $this->getImageSyncHandlerService());
  39066.             yield 39 => ($this->privates['Swag\\PayPal\\Pos\\MessageQueue\\Handler\\InventoryUpdateHandler'] ?? $this->getInventoryUpdateHandlerService());
  39067.             yield 40 => ($this->privates['Swag\\PayPal\\Pos\\Schedule\\CleanUpLogTaskHandler'] ?? $this->getCleanUpLogTaskHandlerService());
  39068.             yield 41 => ($this->privates['Swag\\PayPal\\Pos\\Schedule\\CompleteSyncTaskHandler'] ?? $this->getCompleteSyncTaskHandlerService());
  39069.             yield 42 => ($this->privates['Swag\\PayPal\\Pos\\Schedule\\InventorySyncTaskHandler'] ?? $this->getInventorySyncTaskHandlerService());
  39070.             yield 43 => ($this->privates['SwagMigrationAssistant\\Migration\\MessageQueue\\Handler\\ProcessMediaHandler'] ?? $this->getProcessMediaHandlerService());
  39071.             yield 44 => ($this->privates['SwagMigrationAssistant\\Migration\\MessageQueue\\Handler\\CleanupMigrationHandler'] ?? $this->getCleanupMigrationHandlerService());
  39072.             yield 45 => ($this->privates['MoorlMagazine\\Core\\WordpressSync\\WordpressSyncTaskHandler'] ?? $this->getWordpressSyncTaskHandlerService());
  39073.             yield 46 => ($this->privates['Swag\\AmazonPay\\Framework\\ScheduledTasks\\CheckPaymentStatusHandler'] ?? $this->getCheckPaymentStatusHandlerService());
  39074.             yield 47 => ($this->privates['Swag\\AmazonPay\\Framework\\ScheduledTasks\\SignUpTokenCleanUpHandler'] ?? $this->getSignUpTokenCleanUpHandlerService());
  39075.             yield 48 => ($this->privates['Cbax\\ModulManufacturers\\ScheduledTask\\ManufacturerSeoIndexHandler'] ?? $this->getManufacturerSeoIndexHandlerService());
  39076.             yield 49 => ($this->privates['Cbax\\ModulManufacturers\\ScheduledTask\\ManufacturerProductCountHandler'] ?? $this->getManufacturerProductCountHandlerService());
  39077.             yield 50 => ($this->privates['Acris\\SuggestedProducts\\ScheduledTask\\CustomersAlsoViewedIndexTaskHandler'] ?? $this->getCustomersAlsoViewedIndexTaskHandlerService());
  39078.             yield 51 => ($this->privates['Zeobv\\AbandonedCart\\ScheduledTasks\\Handlers\\AbandonedCart\\CollectTaskHandler'] ?? $this->getCollectTaskHandlerService());
  39079.             yield 52 => ($this->privates['Cbax\\ModulAnalytics\\ScheduledTask\\AnalyticsHandler'] ?? $this->getAnalyticsHandlerService());
  39080.             yield 53 => ($this->privates['Cbax\\ModulExternalOrder\\ScheduledTask\\DispatchStatusRefreshHandler'] ?? $this->getDispatchStatusRefreshHandlerService());
  39081.             yield 54 => ($this->privates['Cbax\\ModulExternalOrder\\ScheduledTask\\CanceledStatusRefreshHandler'] ?? $this->getCanceledStatusRefreshHandlerService());
  39082.             yield 55 => ($this->privates['Cbax\\ModulExternalOrder\\ScheduledTask\\ShopwareOrderGenerateHandler'] ?? $this->getShopwareOrderGenerateHandlerService());
  39083.             yield 56 => ($this->privates['Cbax\\ModulOrderImportGalaxus\\ScheduledTask\\OrderImportHandler'] ?? $this->getOrderImportHandlerService());
  39084.             yield 57 => ($this->privates['Cbax\\ModulOrderImportGalaxus\\ScheduledTask\\SendDispatchStatusHandler'] ?? $this->getSendDispatchStatusHandlerService());
  39085.             yield 58 => ($this->privates['Cbax\\ModulOrderImportGalaxus\\ScheduledTask\\SendCanceledStatusHandler'] ?? $this->getSendCanceledStatusHandlerService());
  39086.             yield 59 => ($this->privates['Cbax\\ModulOrderImportGalaxus\\ScheduledTask\\DownloadFilesHandler'] ?? $this->getDownloadFilesHandlerService());
  39087.             yield 60 => ($this->privates['Cbax\\ModulOrderImportGalaxus\\ScheduledTask\\UploadFilesHandler'] ?? $this->getUploadFilesHandlerService());
  39088.             yield 61 => ($this->privates['mailer.messenger.message_handler'] ?? $this->getMailer_Messenger_MessageHandlerService());
  39089.         }, 62), ($this->services['logger'] ?? $this->getLoggerService()));
  39090.     }
  39091.     /**
  39092.      * Gets the private 'Shopware\Core\Framework\MessageQueue\Handler\SleepTaskHandler' shared service.
  39093.      *
  39094.      * @return \Shopware\Core\Framework\MessageQueue\Handler\SleepTaskHandler
  39095.      */
  39096.     protected function getSleepTaskHandlerService()
  39097.     {
  39098.         include_once \dirname(__DIR__4).'/vendor/shopware/core/Framework/MessageQueue/Handler/SleepTaskHandler.php';
  39099.         return $this->privates['Shopware\\Core\\Framework\\MessageQueue\\Handler\\SleepTaskHandler'] = new \Shopware\Core\Framework\MessageQueue\Handler\SleepTaskHandler(($this->privates['monolog.logger.messenger'] ?? $this->getMonolog_Logger_MessengerService()));
  39100.     }
  39101.     /**
  39102.      * Gets the private 'Shopware\Core\Framework\MessageQueue\Middleware\RetryMiddleware' shared service.
  39103.      *
  39104.      * @return \Shopware\Core\Framework\MessageQueue\Middleware\RetryMiddleware
  39105.      */
  39106.     protected function getRetryMiddlewareService()
  39107.     {
  39108.         include_once \dirname(__DIR__4).'/vendor/symfony/messenger/Middleware/MiddlewareInterface.php';
  39109.         include_once \dirname(__DIR__4).'/vendor/shopware/core/Framework/MessageQueue/Middleware/RetryMiddleware.php';
  39110.         $a = ($this->services['dead_message.repository'] ?? $this->getDeadMessage_RepositoryService());
  39111.         if (isset($this->privates['Shopware\\Core\\Framework\\MessageQueue\\Middleware\\RetryMiddleware'])) {
  39112.             return $this->privates['Shopware\\Core\\Framework\\MessageQueue\\Middleware\\RetryMiddleware'];
  39113.         }
  39114.         $b = ($this->services['event_dispatcher'] ?? $this->getEventDispatcherService());
  39115.         if (isset($this->privates['Shopware\\Core\\Framework\\MessageQueue\\Middleware\\RetryMiddleware'])) {
  39116.             return $this->privates['Shopware\\Core\\Framework\\MessageQueue\\Middleware\\RetryMiddleware'];
  39117.         }
  39118.         return $this->privates['Shopware\\Core\\Framework\\MessageQueue\\Middleware\\RetryMiddleware'] = new \Shopware\Core\Framework\MessageQueue\Middleware\RetryMiddleware($a$b);
  39119.     }
  39120.     /**
  39121.      * Gets the private 'Shopware\Core\Framework\MessageQueue\ScheduledTask\Command\RegisterScheduledTasksCommand' shared service.
  39122.      *
  39123.      * @return \Shopware\Core\Framework\MessageQueue\ScheduledTask\Command\RegisterScheduledTasksCommand
  39124.      */
  39125.     protected function getRegisterScheduledTasksCommandService()
  39126.     {
  39127.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/Command.php';
  39128.         include_once \dirname(__DIR__4).'/vendor/shopware/core/Framework/MessageQueue/ScheduledTask/Command/RegisterScheduledTasksCommand.php';
  39129.         $this->privates['Shopware\\Core\\Framework\\MessageQueue\\ScheduledTask\\Command\\RegisterScheduledTasksCommand'] = $instance = new \Shopware\Core\Framework\MessageQueue\ScheduledTask\Command\RegisterScheduledTasksCommand(($this->privates['Shopware\\Core\\Framework\\MessageQueue\\ScheduledTask\\Registry\\TaskRegistry'] ?? $this->getTaskRegistryService()));
  39130.         $instance->setName('scheduled-task:register');
  39131.         return $instance;
  39132.     }
  39133.     /**
  39134.      * Gets the private 'Shopware\Core\Framework\MessageQueue\ScheduledTask\Command\ScheduledTaskRunner' shared service.
  39135.      *
  39136.      * @return \Shopware\Core\Framework\MessageQueue\ScheduledTask\Command\ScheduledTaskRunner
  39137.      */
  39138.     protected function getScheduledTaskRunnerService()
  39139.     {
  39140.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/Command.php';
  39141.         include_once \dirname(__DIR__4).'/vendor/shopware/core/Framework/MessageQueue/ScheduledTask/Command/ScheduledTaskRunner.php';
  39142.         $this->privates['Shopware\\Core\\Framework\\MessageQueue\\ScheduledTask\\Command\\ScheduledTaskRunner'] = $instance = new \Shopware\Core\Framework\MessageQueue\ScheduledTask\Command\ScheduledTaskRunner(($this->privates['Shopware\\Core\\Framework\\MessageQueue\\ScheduledTask\\Scheduler\\TaskScheduler'] ?? $this->getTaskSchedulerService()), ($this->privates['cache.messenger.restart_workers_signal'] ?? $this->getCache_Messenger_RestartWorkersSignalService()));
  39143.         $instance->setName('scheduled-task:run');
  39144.         return $instance;
  39145.     }
  39146.     /**
  39147.      * Gets the private 'Shopware\Core\Framework\MessageQueue\ScheduledTask\MessageQueue\RegisterScheduledTaskHandler' shared service.
  39148.      *
  39149.      * @return \Shopware\Core\Framework\MessageQueue\ScheduledTask\MessageQueue\RegisterScheduledTaskHandler
  39150.      */
  39151.     protected function getRegisterScheduledTaskHandlerService()
  39152.     {
  39153.         include_once \dirname(__DIR__4).'/vendor/shopware/core/Framework/MessageQueue/ScheduledTask/MessageQueue/RegisterScheduledTaskHandler.php';
  39154.         $a = ($this->privates['Shopware\\Core\\Framework\\MessageQueue\\ScheduledTask\\Registry\\TaskRegistry'] ?? $this->getTaskRegistryService());
  39155.         if (isset($this->privates['Shopware\\Core\\Framework\\MessageQueue\\ScheduledTask\\MessageQueue\\RegisterScheduledTaskHandler'])) {
  39156.             return $this->privates['Shopware\\Core\\Framework\\MessageQueue\\ScheduledTask\\MessageQueue\\RegisterScheduledTaskHandler'];
  39157.         }
  39158.         return $this->privates['Shopware\\Core\\Framework\\MessageQueue\\ScheduledTask\\MessageQueue\\RegisterScheduledTaskHandler'] = new \Shopware\Core\Framework\MessageQueue\ScheduledTask\MessageQueue\RegisterScheduledTaskHandler($a);
  39159.     }
  39160.     /**
  39161.      * Gets the private 'Shopware\Core\Framework\MessageQueue\ScheduledTask\Registry\TaskRegistry' shared service.
  39162.      *
  39163.      * @return \Shopware\Core\Framework\MessageQueue\ScheduledTask\Registry\TaskRegistry
  39164.      */
  39165.     protected function getTaskRegistryService()
  39166.     {
  39167.         include_once \dirname(__DIR__4).'/vendor/shopware/core/Framework/MessageQueue/ScheduledTask/Registry/TaskRegistry.php';
  39168.         $a = ($this->services['scheduled_task.repository'] ?? $this->getScheduledTask_RepositoryService());
  39169.         if (isset($this->privates['Shopware\\Core\\Framework\\MessageQueue\\ScheduledTask\\Registry\\TaskRegistry'])) {
  39170.             return $this->privates['Shopware\\Core\\Framework\\MessageQueue\\ScheduledTask\\Registry\\TaskRegistry'];
  39171.         }
  39172.         return $this->privates['Shopware\\Core\\Framework\\MessageQueue\\ScheduledTask\\Registry\\TaskRegistry'] = new \Shopware\Core\Framework\MessageQueue\ScheduledTask\Registry\TaskRegistry(new RewindableGenerator(function () {
  39173.             yield => ($this->privates['Shopware\\Core\\Framework\\Log\\ScheduledTask\\LogCleanupTask'] ?? ($this->privates['Shopware\\Core\\Framework\\Log\\ScheduledTask\\LogCleanupTask'] = new \Shopware\Core\Framework\Log\ScheduledTask\LogCleanupTask()));
  39174.             yield => ($this->privates['Shopware\\Core\\Framework\\Adapter\\Cache\\InvalidateCacheTask'] ?? ($this->privates['Shopware\\Core\\Framework\\Adapter\\Cache\\InvalidateCacheTask'] = new \Shopware\Core\Framework\Adapter\Cache\InvalidateCacheTask()));
  39175.             yield => ($this->privates['Shopware\\Core\\Framework\\App\\ScheduledTask\\UpdateAppsTask'] ?? ($this->privates['Shopware\\Core\\Framework\\App\\ScheduledTask\\UpdateAppsTask'] = new \Shopware\Core\Framework\App\ScheduledTask\UpdateAppsTask()));
  39176.             yield => ($this->privates['Shopware\\Core\\Framework\\App\\ScheduledTask\\DeleteCascadeAppsTask'] ?? ($this->privates['Shopware\\Core\\Framework\\App\\ScheduledTask\\DeleteCascadeAppsTask'] = new \Shopware\Core\Framework\App\ScheduledTask\DeleteCascadeAppsTask()));
  39177.             yield => ($this->privates['Shopware\\Core\\Framework\\DataAbstractionLayer\\Version\\Cleanup\\CleanupVersionTask'] ?? ($this->privates['Shopware\\Core\\Framework\\DataAbstractionLayer\\Version\\Cleanup\\CleanupVersionTask'] = new \Shopware\Core\Framework\DataAbstractionLayer\Version\Cleanup\CleanupVersionTask()));
  39178.             yield => ($this->privates['Shopware\\Core\\Framework\\MessageQueue\\ScheduledTask\\RequeueDeadMessagesTask'] ?? ($this->privates['Shopware\\Core\\Framework\\MessageQueue\\ScheduledTask\\RequeueDeadMessagesTask'] = new \Shopware\Core\Framework\MessageQueue\ScheduledTask\RequeueDeadMessagesTask()));
  39179.             yield => ($this->privates['Shopware\\Core\\System\\SalesChannel\\Context\\Cleanup\\CleanupSalesChannelContextTask'] ?? ($this->privates['Shopware\\Core\\System\\SalesChannel\\Context\\Cleanup\\CleanupSalesChannelContextTask'] = new \Shopware\Core\System\SalesChannel\Context\Cleanup\CleanupSalesChannelContextTask()));
  39180.             yield => ($this->privates['Shopware\\Core\\Content\\Product\\Cleanup\\CleanupProductKeywordDictionaryTask'] ?? ($this->privates['Shopware\\Core\\Content\\Product\\Cleanup\\CleanupProductKeywordDictionaryTask'] = new \Shopware\Core\Content\Product\Cleanup\CleanupProductKeywordDictionaryTask()));
  39181.             yield => ($this->privates['Shopware\\Core\\Content\\Product\\Cleanup\\CleanupUnusedDownloadMediaTask'] ?? ($this->privates['Shopware\\Core\\Content\\Product\\Cleanup\\CleanupUnusedDownloadMediaTask'] = new \Shopware\Core\Content\Product\Cleanup\CleanupUnusedDownloadMediaTask()));
  39182.             yield => ($this->privates['Shopware\\Core\\Content\\Newsletter\\ScheduledTask\\NewsletterRecipientTask'] ?? ($this->privates['Shopware\\Core\\Content\\Newsletter\\ScheduledTask\\NewsletterRecipientTask'] = new \Shopware\Core\Content\Newsletter\ScheduledTask\NewsletterRecipientTask()));
  39183.             yield 10 => ($this->privates['Shopware\\Core\\Content\\ProductStream\\ScheduledTask\\UpdateProductStreamMappingTask'] ?? ($this->privates['Shopware\\Core\\Content\\ProductStream\\ScheduledTask\\UpdateProductStreamMappingTask'] = new \Shopware\Core\Content\ProductStream\ScheduledTask\UpdateProductStreamMappingTask()));
  39184.             yield 11 => ($this->privates['Shopware\\Core\\Content\\ProductExport\\ScheduledTask\\ProductExportGenerateTask'] ?? ($this->privates['Shopware\\Core\\Content\\ProductExport\\ScheduledTask\\ProductExportGenerateTask'] = new \Shopware\Core\Content\ProductExport\ScheduledTask\ProductExportGenerateTask()));
  39185.             yield 12 => ($this->privates['Shopware\\Core\\Content\\ImportExport\\ScheduledTask\\CleanupImportExportFileTask'] ?? ($this->privates['Shopware\\Core\\Content\\ImportExport\\ScheduledTask\\CleanupImportExportFileTask'] = new \Shopware\Core\Content\ImportExport\ScheduledTask\CleanupImportExportFileTask()));
  39186.             yield 13 => ($this->privates['Shopware\\Core\\Content\\Sitemap\\ScheduledTask\\SitemapGenerateTask'] ?? ($this->privates['Shopware\\Core\\Content\\Sitemap\\ScheduledTask\\SitemapGenerateTask'] = new \Shopware\Core\Content\Sitemap\ScheduledTask\SitemapGenerateTask()));
  39187.             yield 14 => ($this->privates['Shopware\\Core\\Checkout\\Cart\\Cleanup\\CleanupCartTask'] ?? ($this->privates['Shopware\\Core\\Checkout\\Cart\\Cleanup\\CleanupCartTask'] = new \Shopware\Core\Checkout\Cart\Cleanup\CleanupCartTask()));
  39188.             yield 15 => ($this->privates['Shopware\\Elasticsearch\\Framework\\Indexing\\CreateAliasTask'] ?? ($this->privates['Shopware\\Elasticsearch\\Framework\\Indexing\\CreateAliasTask'] = new \Shopware\Elasticsearch\Framework\Indexing\CreateAliasTask()));
  39189.             yield 16 => ($this->privates['Swag\\PayPal\\Checkout\\Payment\\ScheduledTask\\CancelTransactionsTask'] ?? ($this->privates['Swag\\PayPal\\Checkout\\Payment\\ScheduledTask\\CancelTransactionsTask'] = new \Swag\PayPal\Checkout\Payment\ScheduledTask\CancelTransactionsTask()));
  39190.             yield 17 => ($this->privates['Swag\\PayPal\\Pos\\Schedule\\CleanUpLogTask'] ?? ($this->privates['Swag\\PayPal\\Pos\\Schedule\\CleanUpLogTask'] = new \Swag\PayPal\Pos\Schedule\CleanUpLogTask()));
  39191.             yield 18 => ($this->privates['Swag\\PayPal\\Pos\\Schedule\\CompleteSyncTask'] ?? ($this->privates['Swag\\PayPal\\Pos\\Schedule\\CompleteSyncTask'] = new \Swag\PayPal\Pos\Schedule\CompleteSyncTask()));
  39192.             yield 19 => ($this->privates['Swag\\PayPal\\Pos\\Schedule\\InventorySyncTask'] ?? ($this->privates['Swag\\PayPal\\Pos\\Schedule\\InventorySyncTask'] = new \Swag\PayPal\Pos\Schedule\InventorySyncTask()));
  39193.             yield 20 => ($this->privates['MoorlMagazine\\Core\\WordpressSync\\WordpressSyncTask'] ?? ($this->privates['MoorlMagazine\\Core\\WordpressSync\\WordpressSyncTask'] = new \MoorlMagazine\Core\WordpressSync\WordpressSyncTask()));
  39194.             yield 21 => ($this->privates['Swag\\AmazonPay\\Framework\\ScheduledTasks\\CheckPaymentStatus'] ?? ($this->privates['Swag\\AmazonPay\\Framework\\ScheduledTasks\\CheckPaymentStatus'] = new \Swag\AmazonPay\Framework\ScheduledTasks\CheckPaymentStatus()));
  39195.             yield 22 => ($this->privates['Swag\\AmazonPay\\Framework\\ScheduledTasks\\SignUpTokenCleanUp'] ?? ($this->privates['Swag\\AmazonPay\\Framework\\ScheduledTasks\\SignUpTokenCleanUp'] = new \Swag\AmazonPay\Framework\ScheduledTasks\SignUpTokenCleanUp()));
  39196.             yield 23 => ($this->privates['Cbax\\ModulManufacturers\\ScheduledTask\\ManufacturerSeoIndex'] ?? ($this->privates['Cbax\\ModulManufacturers\\ScheduledTask\\ManufacturerSeoIndex'] = new \Cbax\ModulManufacturers\ScheduledTask\ManufacturerSeoIndex()));
  39197.             yield 24 => ($this->privates['Cbax\\ModulManufacturers\\ScheduledTask\\ManufacturerProductCount'] ?? ($this->privates['Cbax\\ModulManufacturers\\ScheduledTask\\ManufacturerProductCount'] = new \Cbax\ModulManufacturers\ScheduledTask\ManufacturerProductCount()));
  39198.             yield 25 => ($this->privates['Acris\\SuggestedProducts\\ScheduledTask\\CustomersAlsoViewedIndexTask'] ?? ($this->privates['Acris\\SuggestedProducts\\ScheduledTask\\CustomersAlsoViewedIndexTask'] = new \Acris\SuggestedProducts\ScheduledTask\CustomersAlsoViewedIndexTask()));
  39199.             yield 26 => ($this->privates['Zeobv\\AbandonedCart\\ScheduledTasks\\Tasks\\AbandonedCart\\CollectTask'] ?? ($this->privates['Zeobv\\AbandonedCart\\ScheduledTasks\\Tasks\\AbandonedCart\\CollectTask'] = new \Zeobv\AbandonedCart\ScheduledTasks\Tasks\AbandonedCart\CollectTask()));
  39200.             yield 27 => ($this->privates['Cbax\\ModulAnalytics\\ScheduledTask\\Analytics'] ?? ($this->privates['Cbax\\ModulAnalytics\\ScheduledTask\\Analytics'] = new \Cbax\ModulAnalytics\ScheduledTask\Analytics()));
  39201.             yield 28 => ($this->privates['Cbax\\ModulExternalOrder\\ScheduledTask\\DispatchStatusRefresh'] ?? ($this->privates['Cbax\\ModulExternalOrder\\ScheduledTask\\DispatchStatusRefresh'] = new \Cbax\ModulExternalOrder\ScheduledTask\DispatchStatusRefresh()));
  39202.             yield 29 => ($this->privates['Cbax\\ModulExternalOrder\\ScheduledTask\\CanceledStatusRefresh'] ?? ($this->privates['Cbax\\ModulExternalOrder\\ScheduledTask\\CanceledStatusRefresh'] = new \Cbax\ModulExternalOrder\ScheduledTask\CanceledStatusRefresh()));
  39203.             yield 30 => ($this->privates['Cbax\\ModulExternalOrder\\ScheduledTask\\ShopwareOrderGenerate'] ?? ($this->privates['Cbax\\ModulExternalOrder\\ScheduledTask\\ShopwareOrderGenerate'] = new \Cbax\ModulExternalOrder\ScheduledTask\ShopwareOrderGenerate()));
  39204.             yield 31 => ($this->privates['Cbax\\ModulOrderImportGalaxus\\ScheduledTask\\OrderImport'] ?? ($this->privates['Cbax\\ModulOrderImportGalaxus\\ScheduledTask\\OrderImport'] = new \Cbax\ModulOrderImportGalaxus\ScheduledTask\OrderImport()));
  39205.             yield 32 => ($this->privates['Cbax\\ModulOrderImportGalaxus\\ScheduledTask\\SendDispatchStatus'] ?? ($this->privates['Cbax\\ModulOrderImportGalaxus\\ScheduledTask\\SendDispatchStatus'] = new \Cbax\ModulOrderImportGalaxus\ScheduledTask\SendDispatchStatus()));
  39206.             yield 33 => ($this->privates['Cbax\\ModulOrderImportGalaxus\\ScheduledTask\\SendCanceledStatus'] ?? ($this->privates['Cbax\\ModulOrderImportGalaxus\\ScheduledTask\\SendCanceledStatus'] = new \Cbax\ModulOrderImportGalaxus\ScheduledTask\SendCanceledStatus()));
  39207.             yield 34 => ($this->privates['Cbax\\ModulOrderImportGalaxus\\ScheduledTask\\DownloadFiles'] ?? ($this->privates['Cbax\\ModulOrderImportGalaxus\\ScheduledTask\\DownloadFiles'] = new \Cbax\ModulOrderImportGalaxus\ScheduledTask\DownloadFiles()));
  39208.             yield 35 => ($this->privates['Cbax\\ModulOrderImportGalaxus\\ScheduledTask\\UploadFiles'] ?? ($this->privates['Cbax\\ModulOrderImportGalaxus\\ScheduledTask\\UploadFiles'] = new \Cbax\ModulOrderImportGalaxus\ScheduledTask\UploadFiles()));
  39209.         }, 36), $a, ($this->privates['parameter_bag'] ?? ($this->privates['parameter_bag'] = new \Symfony\Component\DependencyInjection\ParameterBag\ContainerBag($this))));
  39210.     }
  39211.     /**
  39212.      * Gets the private 'Shopware\Core\Framework\MessageQueue\ScheduledTask\RequeueDeadMessagesHandler' shared service.
  39213.      *
  39214.      * @return \Shopware\Core\Framework\MessageQueue\ScheduledTask\RequeueDeadMessagesHandler
  39215.      */
  39216.     protected function getRequeueDeadMessagesHandlerService()
  39217.     {
  39218.         include_once \dirname(__DIR__4).'/vendor/shopware/core/Framework/MessageQueue/ScheduledTask/RequeueDeadMessagesHandler.php';
  39219.         include_once \dirname(__DIR__4).'/vendor/shopware/core/Framework/MessageQueue/DeadMessage/RequeueDeadMessagesService.php';
  39220.         include_once \dirname(__DIR__4).'/vendor/shopware/core/Framework/MessageQueue/EncryptedBus.php';
  39221.         $a = ($this->services['scheduled_task.repository'] ?? $this->getScheduledTask_RepositoryService());
  39222.         if (isset($this->privates['Shopware\\Core\\Framework\\MessageQueue\\ScheduledTask\\RequeueDeadMessagesHandler'])) {
  39223.             return $this->privates['Shopware\\Core\\Framework\\MessageQueue\\ScheduledTask\\RequeueDeadMessagesHandler'];
  39224.         }
  39225.         $b = ($this->services['dead_message.repository'] ?? $this->getDeadMessage_RepositoryService());
  39226.         if (isset($this->privates['Shopware\\Core\\Framework\\MessageQueue\\ScheduledTask\\RequeueDeadMessagesHandler'])) {
  39227.             return $this->privates['Shopware\\Core\\Framework\\MessageQueue\\ScheduledTask\\RequeueDeadMessagesHandler'];
  39228.         }
  39229.         $c = ($this->services['messenger.default_bus'] ?? $this->getMessenger_DefaultBusService());
  39230.         if (isset($this->privates['Shopware\\Core\\Framework\\MessageQueue\\ScheduledTask\\RequeueDeadMessagesHandler'])) {
  39231.             return $this->privates['Shopware\\Core\\Framework\\MessageQueue\\ScheduledTask\\RequeueDeadMessagesHandler'];
  39232.         }
  39233.         return $this->privates['Shopware\\Core\\Framework\\MessageQueue\\ScheduledTask\\RequeueDeadMessagesHandler'] = new \Shopware\Core\Framework\MessageQueue\ScheduledTask\RequeueDeadMessagesHandler($a, new \Shopware\Core\Framework\MessageQueue\DeadMessage\RequeueDeadMessagesService($b$c, new \Shopware\Core\Framework\MessageQueue\EncryptedBus($c, ($this->privates['shopware.public_key'] ?? ($this->privates['shopware.public_key'] = new \League\OAuth2\Server\CryptKey((\dirname(__DIR__4).'/config/jwt/public.pem'))))), ($this->services['logger'] ?? $this->getLoggerService())));
  39234.     }
  39235.     /**
  39236.      * Gets the private 'Shopware\Core\Framework\MessageQueue\ScheduledTask\Scheduler\TaskScheduler' shared service.
  39237.      *
  39238.      * @return \Shopware\Core\Framework\MessageQueue\ScheduledTask\Scheduler\TaskScheduler
  39239.      */
  39240.     protected function getTaskSchedulerService()
  39241.     {
  39242.         include_once \dirname(__DIR__4).'/vendor/shopware/core/Framework/MessageQueue/ScheduledTask/Scheduler/TaskScheduler.php';
  39243.         return $this->privates['Shopware\\Core\\Framework\\MessageQueue\\ScheduledTask\\Scheduler\\TaskScheduler'] = new \Shopware\Core\Framework\MessageQueue\ScheduledTask\Scheduler\TaskScheduler(($this->services['scheduled_task.repository'] ?? $this->getScheduledTask_RepositoryService()), ($this->services['messenger.default_bus'] ?? $this->getMessenger_DefaultBusService()), ($this->privates['parameter_bag'] ?? ($this->privates['parameter_bag'] = new \Symfony\Component\DependencyInjection\ParameterBag\ContainerBag($this))));
  39244.     }
  39245.     /**
  39246.      * Gets the private 'Shopware\Core\Framework\MessageQueue\ScheduledTask\Subscriber\PluginLifecycleSubscriber' shared service.
  39247.      *
  39248.      * @return \Shopware\Core\Framework\MessageQueue\ScheduledTask\Subscriber\PluginLifecycleSubscriber
  39249.      */
  39250.     protected function getPluginLifecycleSubscriberService()
  39251.     {
  39252.         include_once \dirname(__DIR__4).'/vendor/shopware/core/Framework/MessageQueue/ScheduledTask/Subscriber/PluginLifecycleSubscriber.php';
  39253.         return $this->privates['Shopware\\Core\\Framework\\MessageQueue\\ScheduledTask\\Subscriber\\PluginLifecycleSubscriber'] = new \Shopware\Core\Framework\MessageQueue\ScheduledTask\Subscriber\PluginLifecycleSubscriber(($this->privates['Shopware\\Core\\Framework\\MessageQueue\\ScheduledTask\\Registry\\TaskRegistry'] ?? $this->getTaskRegistryService()), ($this->privates['cache.messenger.restart_workers_signal'] ?? $this->getCache_Messenger_RestartWorkersSignalService()));
  39254.     }
  39255.     /**
  39256.      * Gets the private 'Shopware\Core\Framework\MessageQueue\ScheduledTask\Subscriber\UpdatePostFinishSubscriber' shared service.
  39257.      *
  39258.      * @return \Shopware\Core\Framework\MessageQueue\ScheduledTask\Subscriber\UpdatePostFinishSubscriber
  39259.      */
  39260.     protected function getUpdatePostFinishSubscriberService()
  39261.     {
  39262.         include_once \dirname(__DIR__4).'/vendor/shopware/core/Framework/MessageQueue/ScheduledTask/Subscriber/UpdatePostFinishSubscriber.php';
  39263.         return $this->privates['Shopware\\Core\\Framework\\MessageQueue\\ScheduledTask\\Subscriber\\UpdatePostFinishSubscriber'] = new \Shopware\Core\Framework\MessageQueue\ScheduledTask\Subscriber\UpdatePostFinishSubscriber(($this->privates['Shopware\\Core\\Framework\\MessageQueue\\ScheduledTask\\Registry\\TaskRegistry'] ?? $this->getTaskRegistryService()));
  39264.     }
  39265.     /**
  39266.      * Gets the private 'Shopware\Core\Framework\MessageQueue\Subscriber\MessageFailedHandler' shared service.
  39267.      *
  39268.      * @return \Shopware\Core\Framework\MessageQueue\Subscriber\MessageFailedHandler
  39269.      */
  39270.     protected function getMessageFailedHandlerService()
  39271.     {
  39272.         include_once \dirname(__DIR__4).'/vendor/shopware/core/Framework/MessageQueue/Subscriber/MessageFailedHandler.php';
  39273.         return $this->privates['Shopware\\Core\\Framework\\MessageQueue\\Subscriber\\MessageFailedHandler'] = new \Shopware\Core\Framework\MessageQueue\Subscriber\MessageFailedHandler(($this->services['shopware.increment.gateway.registry'] ?? $this->getShopware_Increment_Gateway_RegistryService()), 'default');
  39274.     }
  39275.     /**
  39276.      * Gets the private 'Shopware\Core\Framework\Migration\Command\CreateMigrationCommand' shared service.
  39277.      *
  39278.      * @return \Shopware\Core\Framework\Migration\Command\CreateMigrationCommand
  39279.      */
  39280.     protected function getCreateMigrationCommandService()
  39281.     {
  39282.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/Command.php';
  39283.         include_once \dirname(__DIR__4).'/vendor/shopware/core/Framework/Migration/Command/CreateMigrationCommand.php';
  39284.         $this->privates['Shopware\\Core\\Framework\\Migration\\Command\\CreateMigrationCommand'] = $instance = new \Shopware\Core\Framework\Migration\Command\CreateMigrationCommand(($this->services['Shopware\\Core\\Framework\\Plugin\\KernelPluginCollection'] ?? $this->getKernelPluginCollectionService()), (\dirname(__DIR__4).'/vendor/shopware/core'), '6.4.20.0');
  39285.         $instance->setName('database:create-migration');
  39286.         return $instance;
  39287.     }
  39288.     /**
  39289.      * Gets the private 'Shopware\Core\Framework\Migration\Command\MigrationCommand' shared service.
  39290.      *
  39291.      * @return \Shopware\Core\Framework\Migration\Command\MigrationCommand
  39292.      */
  39293.     protected function getMigrationCommandService()
  39294.     {
  39295.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/Command.php';
  39296.         include_once \dirname(__DIR__4).'/vendor/shopware/core/Framework/Migration/Command/MigrationCommand.php';
  39297.         $this->privates['Shopware\\Core\\Framework\\Migration\\Command\\MigrationCommand'] = $instance = new \Shopware\Core\Framework\Migration\Command\MigrationCommand(($this->services['Shopware\\Core\\Framework\\Migration\\MigrationCollectionLoader'] ?? $this->getMigrationCollectionLoaderService()), ($this->privates['Shopware\\Core\\Framework\\Adapter\\Cache\\CacheDecorator'] ?? $this->getCacheDecoratorService()), '6.4.20.0');
  39298.         $instance->setName('database:migrate');
  39299.         return $instance;
  39300.     }
  39301.     /**
  39302.      * Gets the private 'Shopware\Core\Framework\Migration\Command\MigrationDestructiveCommand' shared service.
  39303.      *
  39304.      * @return \Shopware\Core\Framework\Migration\Command\MigrationDestructiveCommand
  39305.      */
  39306.     protected function getMigrationDestructiveCommandService()
  39307.     {
  39308.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/Command.php';
  39309.         include_once \dirname(__DIR__4).'/vendor/shopware/core/Framework/Migration/Command/MigrationCommand.php';
  39310.         include_once \dirname(__DIR__4).'/vendor/shopware/core/Framework/Migration/Command/MigrationDestructiveCommand.php';
  39311.         $this->privates['Shopware\\Core\\Framework\\Migration\\Command\\MigrationDestructiveCommand'] = $instance = new \Shopware\Core\Framework\Migration\Command\MigrationDestructiveCommand(($this->services['Shopware\\Core\\Framework\\Migration\\MigrationCollectionLoader'] ?? $this->getMigrationCollectionLoaderService()), ($this->privates['Shopware\\Core\\Framework\\Adapter\\Cache\\CacheDecorator'] ?? $this->getCacheDecoratorService()), '6.4.20.0');
  39312.         $instance->setName('database:migrate-destructive');
  39313.         return $instance;
  39314.     }
  39315.     /**
  39316.      * Gets the private 'Shopware\Core\Framework\Migration\Command\RefreshMigrationCommand' shared service.
  39317.      *
  39318.      * @return \Shopware\Core\Framework\Migration\Command\RefreshMigrationCommand
  39319.      */
  39320.     protected function getRefreshMigrationCommandService()
  39321.     {
  39322.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/Command.php';
  39323.         include_once \dirname(__DIR__4).'/vendor/shopware/core/Framework/Migration/Command/RefreshMigrationCommand.php';
  39324.         $this->privates['Shopware\\Core\\Framework\\Migration\\Command\\RefreshMigrationCommand'] = $instance = new \Shopware\Core\Framework\Migration\Command\RefreshMigrationCommand();
  39325.         $instance->setName('database:refresh-migration');
  39326.         return $instance;
  39327.     }
  39328.     /**
  39329.      * Gets the private 'Shopware\Core\Framework\Migration\MigrationSource.core.V6_3' shared service.
  39330.      *
  39331.      * @return \Shopware\Core\Framework\Migration\MigrationSource
  39332.      */
  39333.     protected function getMigrationSource_Core_V63Service()
  39334.     {
  39335.         include_once \dirname(__DIR__4).'/vendor/shopware/core/Framework/Migration/MigrationSource.php';
  39336.         $this->privates['Shopware\\Core\\Framework\\Migration\\MigrationSource.core.V6_3'] = $instance = new \Shopware\Core\Framework\Migration\MigrationSource('core.V6_3');
  39337.         $instance->addDirectory((\dirname(__DIR__4).'/vendor/shopware/core/Migration/V6_3'), 'Shopware\\Core\\Migration\\V6_3');
  39338.         $instance->addReplacementPattern('#^(Shopware\\\\Core\\\\Migration\\\\)V6_3\\\\([^\\\\]*)$#''$1$2');
  39339.         $instance->addReplacementPattern('#^(Shopware\\\\Core\\\\Migration\\\\)V6_4\\\\([^\\\\]*)$#''$1$2');
  39340.         $instance->addDirectory((\dirname(__DIR__4).'/vendor/shopware/storefront/Migration/V6_3'), 'Shopware\\Storefront\\Migration\\V6_3');
  39341.         $instance->addReplacementPattern('#^(Shopware\\\\Storefront\\\\Migration\\\\)V6_3\\\\([^\\\\]*)$#''$1$2');
  39342.         $instance->addReplacementPattern('#^(Shopware\\\\Storefront\\\\Migration\\\\)V6_4\\\\([^\\\\]*)$#''$1$2');
  39343.         return $instance;
  39344.     }
  39345.     /**
  39346.      * Gets the private 'Shopware\Core\Framework\Migration\MigrationSource.core.V6_4' shared service.
  39347.      *
  39348.      * @return \Shopware\Core\Framework\Migration\MigrationSource
  39349.      */
  39350.     protected function getMigrationSource_Core_V64Service()
  39351.     {
  39352.         include_once \dirname(__DIR__4).'/vendor/shopware/core/Framework/Migration/MigrationSource.php';
  39353.         $this->privates['Shopware\\Core\\Framework\\Migration\\MigrationSource.core.V6_4'] = $instance = new \Shopware\Core\Framework\Migration\MigrationSource('core.V6_4');
  39354.         $instance->addDirectory((\dirname(__DIR__4).'/vendor/shopware/core/Migration/V6_4'), 'Shopware\\Core\\Migration\\V6_4');
  39355.         $instance->addDirectory((\dirname(__DIR__4).'/vendor/shopware/administration/Migration/V6_4'), 'Shopware\\Administration\\Migration\\V6_4');
  39356.         $instance->addReplacementPattern('#^(Shopware\\\\Administration\\\\Migration\\\\)V6_4\\\\([^\\\\]*)$#''$1$2');
  39357.         $instance->addDirectory((\dirname(__DIR__4).'/vendor/shopware/storefront/Migration/V6_4'), 'Shopware\\Storefront\\Migration\\V6_4');
  39358.         return $instance;
  39359.     }
  39360.     /**
  39361.      * Gets the private 'Shopware\Core\Framework\Migration\MigrationSource.core.V6_5' shared service.
  39362.      *
  39363.      * @return \Shopware\Core\Framework\Migration\MigrationSource
  39364.      */
  39365.     protected function getMigrationSource_Core_V65Service()
  39366.     {
  39367.         include_once \dirname(__DIR__4).'/vendor/shopware/core/Framework/Migration/MigrationSource.php';
  39368.         $this->privates['Shopware\\Core\\Framework\\Migration\\MigrationSource.core.V6_5'] = $instance = new \Shopware\Core\Framework\Migration\MigrationSource('core.V6_5');
  39369.         $instance->addDirectory((\dirname(__DIR__4).'/vendor/shopware/core/Migration/V6_5'), 'Shopware\\Core\\Migration\\V6_5');
  39370.         return $instance;
  39371.     }
  39372.     /**
  39373.      * Gets the private 'Shopware\Core\Framework\Plugin\Command\BundleDumpCommand' shared service.
  39374.      *
  39375.      * @return \Shopware\Core\Framework\Plugin\Command\BundleDumpCommand
  39376.      */
  39377.     protected function getBundleDumpCommandService()
  39378.     {
  39379.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/Command.php';
  39380.         include_once \dirname(__DIR__4).'/vendor/shopware/core/Framework/Plugin/Command/BundleDumpCommand.php';
  39381.         include_once \dirname(__DIR__4).'/vendor/shopware/core/Framework/Plugin/BundleConfigGeneratorInterface.php';
  39382.         include_once \dirname(__DIR__4).'/vendor/shopware/core/Framework/Plugin/BundleConfigGenerator.php';
  39383.         $this->privates['Shopware\\Core\\Framework\\Plugin\\Command\\BundleDumpCommand'] = $instance = new \Shopware\Core\Framework\Plugin\Command\BundleDumpCommand(new \Shopware\Core\Framework\Plugin\BundleConfigGenerator(($this->services['kernel'] ?? $this->get('kernel'1)), ($this->privates['Shopware\\Core\\Framework\\App\\ActiveAppsLoader'] ?? $this->getActiveAppsLoaderService())), \dirname(__DIR__4));
  39384.         $instance->setName('bundle:dump');
  39385.         return $instance;
  39386.     }
  39387.     /**
  39388.      * Gets the private 'Shopware\Core\Framework\Plugin\Command\Lifecycle\PluginActivateCommand' shared service.
  39389.      *
  39390.      * @return \Shopware\Core\Framework\Plugin\Command\Lifecycle\PluginActivateCommand
  39391.      */
  39392.     protected function getPluginActivateCommandService()
  39393.     {
  39394.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/Command.php';
  39395.         include_once \dirname(__DIR__4).'/vendor/shopware/core/Framework/Plugin/Command/Lifecycle/AbstractPluginLifecycleCommand.php';
  39396.         include_once \dirname(__DIR__4).'/vendor/shopware/core/Framework/Plugin/Command/Lifecycle/PluginActivateCommand.php';
  39397.         $this->privates['Shopware\\Core\\Framework\\Plugin\\Command\\Lifecycle\\PluginActivateCommand'] = $instance = new \Shopware\Core\Framework\Plugin\Command\Lifecycle\PluginActivateCommand(($this->privates['Shopware\\Core\\Framework\\Plugin\\PluginLifecycleService'] ?? $this->getPluginLifecycleServiceService()), ($this->services['plugin.repository'] ?? $this->getPlugin_RepositoryService()), ($this->privates['Shopware\\Core\\Framework\\Adapter\\Cache\\CacheClearer'] ?? $this->getCacheClearer2Service()));
  39398.         $instance->setName('plugin:activate');
  39399.         return $instance;
  39400.     }
  39401.     /**
  39402.      * Gets the private 'Shopware\Core\Framework\Plugin\Command\Lifecycle\PluginDeactivateCommand' shared service.
  39403.      *
  39404.      * @return \Shopware\Core\Framework\Plugin\Command\Lifecycle\PluginDeactivateCommand
  39405.      */
  39406.     protected function getPluginDeactivateCommandService()
  39407.     {
  39408.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/Command.php';
  39409.         include_once \dirname(__DIR__4).'/vendor/shopware/core/Framework/Plugin/Command/Lifecycle/AbstractPluginLifecycleCommand.php';
  39410.         include_once \dirname(__DIR__4).'/vendor/shopware/core/Framework/Plugin/Command/Lifecycle/PluginDeactivateCommand.php';
  39411.         $this->privates['Shopware\\Core\\Framework\\Plugin\\Command\\Lifecycle\\PluginDeactivateCommand'] = $instance = new \Shopware\Core\Framework\Plugin\Command\Lifecycle\PluginDeactivateCommand(($this->privates['Shopware\\Core\\Framework\\Plugin\\PluginLifecycleService'] ?? $this->getPluginLifecycleServiceService()), ($this->services['plugin.repository'] ?? $this->getPlugin_RepositoryService()), ($this->privates['Shopware\\Core\\Framework\\Adapter\\Cache\\CacheClearer'] ?? $this->getCacheClearer2Service()));
  39412.         $instance->setName('plugin:deactivate');
  39413.         return $instance;
  39414.     }
  39415.     /**
  39416.      * Gets the private 'Shopware\Core\Framework\Plugin\Command\Lifecycle\PluginInstallCommand' shared service.
  39417.      *
  39418.      * @return \Shopware\Core\Framework\Plugin\Command\Lifecycle\PluginInstallCommand
  39419.      */
  39420.     protected function getPluginInstallCommandService()
  39421.     {
  39422.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/Command.php';
  39423.         include_once \dirname(__DIR__4).'/vendor/shopware/core/Framework/Plugin/Command/Lifecycle/AbstractPluginLifecycleCommand.php';
  39424.         include_once \dirname(__DIR__4).'/vendor/shopware/core/Framework/Plugin/Command/Lifecycle/PluginInstallCommand.php';
  39425.         $this->privates['Shopware\\Core\\Framework\\Plugin\\Command\\Lifecycle\\PluginInstallCommand'] = $instance = new \Shopware\Core\Framework\Plugin\Command\Lifecycle\PluginInstallCommand(($this->privates['Shopware\\Core\\Framework\\Plugin\\PluginLifecycleService'] ?? $this->getPluginLifecycleServiceService()), ($this->services['plugin.repository'] ?? $this->getPlugin_RepositoryService()), ($this->privates['Shopware\\Core\\Framework\\Adapter\\Cache\\CacheClearer'] ?? $this->getCacheClearer2Service()));
  39426.         $instance->setName('plugin:install');
  39427.         return $instance;
  39428.     }
  39429.     /**
  39430.      * Gets the private 'Shopware\Core\Framework\Plugin\Command\Lifecycle\PluginUninstallCommand' shared service.
  39431.      *
  39432.      * @return \Shopware\Core\Framework\Plugin\Command\Lifecycle\PluginUninstallCommand
  39433.      */
  39434.     protected function getPluginUninstallCommandService()
  39435.     {
  39436.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/Command.php';
  39437.         include_once \dirname(__DIR__4).'/vendor/shopware/core/Framework/Plugin/Command/Lifecycle/AbstractPluginLifecycleCommand.php';
  39438.         include_once \dirname(__DIR__4).'/vendor/shopware/core/Framework/Plugin/Command/Lifecycle/PluginUninstallCommand.php';
  39439.         $this->privates['Shopware\\Core\\Framework\\Plugin\\Command\\Lifecycle\\PluginUninstallCommand'] = $instance = new \Shopware\Core\Framework\Plugin\Command\Lifecycle\PluginUninstallCommand(($this->privates['Shopware\\Core\\Framework\\Plugin\\PluginLifecycleService'] ?? $this->getPluginLifecycleServiceService()), ($this->services['plugin.repository'] ?? $this->getPlugin_RepositoryService()), ($this->privates['Shopware\\Core\\Framework\\Adapter\\Cache\\CacheClearer'] ?? $this->getCacheClearer2Service()));
  39440.         $instance->setName('plugin:uninstall');
  39441.         return $instance;
  39442.     }
  39443.     /**
  39444.      * Gets the private 'Shopware\Core\Framework\Plugin\Command\Lifecycle\PluginUpdateCommand' shared service.
  39445.      *
  39446.      * @return \Shopware\Core\Framework\Plugin\Command\Lifecycle\PluginUpdateCommand
  39447.      */
  39448.     protected function getPluginUpdateCommandService()
  39449.     {
  39450.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/Command.php';
  39451.         include_once \dirname(__DIR__4).'/vendor/shopware/core/Framework/Plugin/Command/Lifecycle/AbstractPluginLifecycleCommand.php';
  39452.         include_once \dirname(__DIR__4).'/vendor/shopware/core/Framework/Plugin/Command/Lifecycle/PluginUpdateCommand.php';
  39453.         $this->privates['Shopware\\Core\\Framework\\Plugin\\Command\\Lifecycle\\PluginUpdateCommand'] = $instance = new \Shopware\Core\Framework\Plugin\Command\Lifecycle\PluginUpdateCommand(($this->privates['Shopware\\Core\\Framework\\Plugin\\PluginLifecycleService'] ?? $this->getPluginLifecycleServiceService()), ($this->services['plugin.repository'] ?? $this->getPlugin_RepositoryService()), ($this->privates['Shopware\\Core\\Framework\\Adapter\\Cache\\CacheClearer'] ?? $this->getCacheClearer2Service()));
  39454.         $instance->setName('plugin:update');
  39455.         return $instance;
  39456.     }
  39457.     /**
  39458.      * Gets the private 'Shopware\Core\Framework\Plugin\Command\PluginCreateCommand' shared service.
  39459.      *
  39460.      * @return \Shopware\Core\Framework\Plugin\Command\PluginCreateCommand
  39461.      */
  39462.     protected function getPluginCreateCommandService()
  39463.     {
  39464.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/Command.php';
  39465.         include_once \dirname(__DIR__4).'/vendor/shopware/core/Framework/Plugin/Command/PluginCreateCommand.php';
  39466.         $this->privates['Shopware\\Core\\Framework\\Plugin\\Command\\PluginCreateCommand'] = $instance = new \Shopware\Core\Framework\Plugin\Command\PluginCreateCommand(\dirname(__DIR__4));
  39467.         $instance->setName('plugin:create');
  39468.         return $instance;
  39469.     }
  39470.     /**
  39471.      * Gets the private 'Shopware\Core\Framework\Plugin\Command\PluginListCommand' shared service.
  39472.      *
  39473.      * @return \Shopware\Core\Framework\Plugin\Command\PluginListCommand
  39474.      */
  39475.     protected function getPluginListCommandService()
  39476.     {
  39477.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/Command.php';
  39478.         include_once \dirname(__DIR__4).'/vendor/shopware/core/Framework/Plugin/Command/PluginListCommand.php';
  39479.         $this->privates['Shopware\\Core\\Framework\\Plugin\\Command\\PluginListCommand'] = $instance = new \Shopware\Core\Framework\Plugin\Command\PluginListCommand(($this->services['plugin.repository'] ?? $this->getPlugin_RepositoryService()));
  39480.         $instance->setName('plugin:list');
  39481.         return $instance;
  39482.     }
  39483.     /**
  39484.      * Gets the private 'Shopware\Core\Framework\Plugin\Command\PluginRefreshCommand' shared service.
  39485.      *
  39486.      * @return \Shopware\Core\Framework\Plugin\Command\PluginRefreshCommand
  39487.      */
  39488.     protected function getPluginRefreshCommandService()
  39489.     {
  39490.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/Command.php';
  39491.         include_once \dirname(__DIR__4).'/vendor/shopware/core/Framework/Plugin/Command/PluginRefreshCommand.php';
  39492.         $this->privates['Shopware\\Core\\Framework\\Plugin\\Command\\PluginRefreshCommand'] = $instance = new \Shopware\Core\Framework\Plugin\Command\PluginRefreshCommand(($this->privates['Shopware\\Core\\Framework\\Plugin\\PluginService'] ?? $this->getPluginServiceService()));
  39493.         $instance->setName('plugin:refresh');
  39494.         return $instance;
  39495.     }
  39496.     /**
  39497.      * Gets the private 'Shopware\Core\Framework\Plugin\Command\PluginZipImportCommand' shared service.
  39498.      *
  39499.      * @return \Shopware\Core\Framework\Plugin\Command\PluginZipImportCommand
  39500.      */
  39501.     protected function getPluginZipImportCommandService()
  39502.     {
  39503.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/Command.php';
  39504.         include_once \dirname(__DIR__4).'/vendor/shopware/core/Framework/Plugin/Command/PluginZipImportCommand.php';
  39505.         $this->privates['Shopware\\Core\\Framework\\Plugin\\Command\\PluginZipImportCommand'] = $instance = new \Shopware\Core\Framework\Plugin\Command\PluginZipImportCommand(($this->privates['Shopware\\Core\\Framework\\Plugin\\PluginManagementService'] ?? $this->getPluginManagementServiceService()), ($this->privates['Shopware\\Core\\Framework\\Plugin\\PluginService'] ?? $this->getPluginServiceService()), ($this->privates['Shopware\\Core\\Framework\\Adapter\\Cache\\CacheClearer'] ?? $this->getCacheClearer2Service()));
  39506.         $instance->setName('plugin:zip-import');
  39507.         return $instance;
  39508.     }
  39509.     /**
  39510.      * Gets the private 'Shopware\Core\Framework\Plugin\Composer\CommandExecutor' shared service.
  39511.      *
  39512.      * @return \Shopware\Core\Framework\Plugin\Composer\CommandExecutor
  39513.      */
  39514.     protected function getCommandExecutorService($lazyLoad true)
  39515.     {
  39516.         if ($lazyLoad) {
  39517.             return $this->privates['Shopware\\Core\\Framework\\Plugin\\Composer\\CommandExecutor'] = $this->createProxy('CommandExecutor_2fbbc6d', function () {
  39518.                 return \CommandExecutor_2fbbc6d::staticProxyConstructor(function (&$wrappedInstance\ProxyManager\Proxy\LazyLoadingInterface $proxy) {
  39519.                     $wrappedInstance $this->getCommandExecutorService(false);
  39520.                     $proxy->setProxyInitializer(null);
  39521.                     return true;
  39522.                 });
  39523.             });
  39524.         }
  39525.         return new \Shopware\Core\Framework\Plugin\Composer\CommandExecutor(\dirname(__DIR__4));
  39526.     }
  39527.     /**
  39528.      * Gets the private 'Shopware\Core\Framework\Plugin\PluginLifecycleService' shared service.
  39529.      *
  39530.      * @return \Shopware\Core\Framework\Plugin\PluginLifecycleService
  39531.      */
  39532.     protected function getPluginLifecycleServiceService()
  39533.     {
  39534.         include_once \dirname(__DIR__4).'/vendor/shopware/core/Framework/Plugin/PluginLifecycleService.php';
  39535.         include_once \dirname(__DIR__4).'/vendor/shopware/core/Framework/Plugin/Requirement/RequirementsValidator.php';
  39536.         $a = ($this->services['plugin.repository'] ?? $this->getPlugin_RepositoryService());
  39537.         return $this->privates['Shopware\\Core\\Framework\\Plugin\\PluginLifecycleService'] = new \Shopware\Core\Framework\Plugin\PluginLifecycleService($a, ($this->services['event_dispatcher'] ?? $this->getEventDispatcherService()), ($this->services['Shopware\\Core\\Framework\\Plugin\\KernelPluginCollection'] ?? $this->getKernelPluginCollectionService()), $this, ($this->services['Shopware\\Core\\Framework\\Migration\\MigrationCollectionLoader'] ?? $this->getMigrationCollectionLoaderService()), ($this->privates['Shopware\\Core\\Framework\\Plugin\\Util\\AssetService'] ?? $this->getAssetServiceService()), ($this->privates['Shopware\\Core\\Framework\\Plugin\\Composer\\CommandExecutor'] ?? $this->getCommandExecutorService()), new \Shopware\Core\Framework\Plugin\Requirement\RequirementsValidator($a\dirname(__DIR__4)), ($this->privates['cache.messenger.restart_workers_signal'] ?? $this->getCache_Messenger_RestartWorkersSignalService()), '6.4.20.0', ($this->services['Shopware\\Core\\System\\SystemConfig\\SystemConfigService'] ?? $this->getSystemConfigServiceService()));
  39538.     }
  39539.     /**
  39540.      * Gets the private 'Shopware\Core\Framework\Plugin\PluginManagementService' shared service.
  39541.      *
  39542.      * @return \Shopware\Core\Framework\Plugin\PluginManagementService
  39543.      */
  39544.     protected function getPluginManagementServiceService()
  39545.     {
  39546.         include_once \dirname(__DIR__4).'/vendor/shopware/core/Framework/Plugin/PluginManagementService.php';
  39547.         include_once \dirname(__DIR__4).'/vendor/shopware/core/Framework/Plugin/PluginZipDetector.php';
  39548.         include_once \dirname(__DIR__4).'/vendor/shopware/core/Framework/Plugin/PluginExtractor.php';
  39549.         include_once \dirname(__DIR__4).'/vendor/symfony/filesystem/Filesystem.php';
  39550.         $a = ($this->privates['Shopware\\Core\\Framework\\Plugin\\PluginService'] ?? $this->getPluginServiceService());
  39551.         if (isset($this->privates['Shopware\\Core\\Framework\\Plugin\\PluginManagementService'])) {
  39552.             return $this->privates['Shopware\\Core\\Framework\\Plugin\\PluginManagementService'];
  39553.         }
  39554.         $b = ($this->privates['Shopware\\Core\\Framework\\Adapter\\Cache\\CacheClearer'] ?? $this->getCacheClearer2Service());
  39555.         if (isset($this->privates['Shopware\\Core\\Framework\\Plugin\\PluginManagementService'])) {
  39556.             return $this->privates['Shopware\\Core\\Framework\\Plugin\\PluginManagementService'];
  39557.         }
  39558.         $c = ($this->services['.container.private.filesystem'] ?? ($this->services['.container.private.filesystem'] = new \Symfony\Component\Filesystem\Filesystem()));
  39559.         return $this->privates['Shopware\\Core\\Framework\\Plugin\\PluginManagementService'] = new \Shopware\Core\Framework\Plugin\PluginManagementService(\dirname(__DIR__4), new \Shopware\Core\Framework\Plugin\PluginZipDetector(), new \Shopware\Core\Framework\Plugin\PluginExtractor(['plugin' => (\dirname(__DIR__4).'/custom/plugins'), 'app' => (\dirname(__DIR__4).'/custom/apps')], $c), $a$c$b, new \GuzzleHttp\Client());
  39560.     }
  39561.     /**
  39562.      * Gets the private 'Shopware\Core\Framework\Plugin\PluginService' shared service.
  39563.      *
  39564.      * @return \Shopware\Core\Framework\Plugin\PluginService
  39565.      */
  39566.     protected function getPluginServiceService()
  39567.     {
  39568.         include_once \dirname(__DIR__4).'/vendor/shopware/core/Framework/Plugin/PluginService.php';
  39569.         include_once \dirname(__DIR__4).'/vendor/shopware/core/Framework/Plugin/Changelog/ChangelogService.php';
  39570.         include_once \dirname(__DIR__4).'/vendor/shopware/core/Framework/Plugin/Changelog/ChangelogParser.php';
  39571.         include_once \dirname(__DIR__4).'/vendor/shopware/core/Framework/Plugin/Util/PluginFinder.php';
  39572.         include_once \dirname(__DIR__4).'/vendor/shopware/core/Framework/Plugin/Composer/PackageProvider.php';
  39573.         include_once \dirname(__DIR__4).'/vendor/shopware/core/Framework/Plugin/Util/VersionSanitizer.php';
  39574.         $a = ($this->services['plugin.repository'] ?? $this->getPlugin_RepositoryService());
  39575.         if (isset($this->privates['Shopware\\Core\\Framework\\Plugin\\PluginService'])) {
  39576.             return $this->privates['Shopware\\Core\\Framework\\Plugin\\PluginService'];
  39577.         }
  39578.         $b = ($this->services['language.repository'] ?? $this->getLanguage_RepositoryService());
  39579.         if (isset($this->privates['Shopware\\Core\\Framework\\Plugin\\PluginService'])) {
  39580.             return $this->privates['Shopware\\Core\\Framework\\Plugin\\PluginService'];
  39581.         }
  39582.         return $this->privates['Shopware\\Core\\Framework\\Plugin\\PluginService'] = new \Shopware\Core\Framework\Plugin\PluginService((\dirname(__DIR__4).'/custom/plugins'), \dirname(__DIR__4), $a$b, new \Shopware\Core\Framework\Plugin\Changelog\ChangelogService(new \Shopware\Core\Framework\Plugin\Changelog\ChangelogParser()), new \Shopware\Core\Framework\Plugin\Util\PluginFinder(new \Shopware\Core\Framework\Plugin\Composer\PackageProvider()), new \Shopware\Core\Framework\Plugin\Util\VersionSanitizer());
  39583.     }
  39584.     /**
  39585.      * Gets the private 'Shopware\Core\Framework\Plugin\Subscriber\PluginAclPrivilegesSubscriber' shared service.
  39586.      *
  39587.      * @return \Shopware\Core\Framework\Plugin\Subscriber\PluginAclPrivilegesSubscriber
  39588.      */
  39589.     protected function getPluginAclPrivilegesSubscriberService()
  39590.     {
  39591.         include_once \dirname(__DIR__4).'/vendor/shopware/core/Framework/Plugin/Subscriber/PluginAclPrivilegesSubscriber.php';
  39592.         return $this->privates['Shopware\\Core\\Framework\\Plugin\\Subscriber\\PluginAclPrivilegesSubscriber'] = new \Shopware\Core\Framework\Plugin\Subscriber\PluginAclPrivilegesSubscriber(($this->services['Shopware\\Core\\Framework\\Plugin\\KernelPluginCollection'] ?? $this->getKernelPluginCollectionService()));
  39593.     }
  39594.     /**
  39595.      * Gets the private 'Shopware\Core\Framework\Plugin\Util\AssetService' shared service.
  39596.      *
  39597.      * @return \Shopware\Core\Framework\Plugin\Util\AssetService
  39598.      */
  39599.     protected function getAssetServiceService()
  39600.     {
  39601.         include_once \dirname(__DIR__4).'/vendor/shopware/core/Framework/Plugin/Util/AssetService.php';
  39602.         $a = ($this->privates['Shopware\\Core\\Framework\\Adapter\\Cache\\CacheInvalidator'] ?? $this->getCacheInvalidatorService());
  39603.         if (isset($this->privates['Shopware\\Core\\Framework\\Plugin\\Util\\AssetService'])) {
  39604.             return $this->privates['Shopware\\Core\\Framework\\Plugin\\Util\\AssetService'];
  39605.         }
  39606.         return $this->privates['Shopware\\Core\\Framework\\Plugin\\Util\\AssetService'] = new \Shopware\Core\Framework\Plugin\Util\AssetService(($this->services['shopware.filesystem.asset'] ?? $this->getShopware_Filesystem_AssetService()), ($this->services['kernel'] ?? $this->get('kernel'1)), ($this->services['Shopware\\Core\\Framework\\Plugin\\KernelPluginLoader\\KernelPluginLoader'] ?? $this->getKernelPluginLoaderService()), $a, ($this->privates['Shopware\\Core\\Framework\\App\\Lifecycle\\AppLoader'] ?? $this->getAppLoaderService()), (\dirname(__DIR__4).'/vendor/shopware/core'), ($this->privates['parameter_bag'] ?? ($this->privates['parameter_bag'] = new \Symfony\Component\DependencyInjection\ParameterBag\ContainerBag($this))));
  39607.     }
  39608.     /**
  39609.      * Gets the private 'Shopware\Core\Framework\Routing\ContextResolverListener' shared service.
  39610.      *
  39611.      * @return \Shopware\Core\Framework\Routing\ContextResolverListener
  39612.      */
  39613.     protected function getContextResolverListenerService()
  39614.     {
  39615.         $a = ($this->privates['Shopware\\Core\\Framework\\Routing\\SalesChannelRequestContextResolver'] ?? $this->getSalesChannelRequestContextResolverService());
  39616.         if (isset($this->privates['Shopware\\Core\\Framework\\Routing\\ContextResolverListener'])) {
  39617.             return $this->privates['Shopware\\Core\\Framework\\Routing\\ContextResolverListener'];
  39618.         }
  39619.         return $this->privates['Shopware\\Core\\Framework\\Routing\\ContextResolverListener'] = new \Shopware\Core\Framework\Routing\ContextResolverListener($a);
  39620.     }
  39621.     /**
  39622.      * Gets the private 'Shopware\Core\Framework\Routing\CoreSubscriber' shared service.
  39623.      *
  39624.      * @return \Shopware\Core\Framework\Routing\CoreSubscriber
  39625.      */
  39626.     protected function getCoreSubscriberService()
  39627.     {
  39628.         return $this->privates['Shopware\\Core\\Framework\\Routing\\CoreSubscriber'] = new \Shopware\Core\Framework\Routing\CoreSubscriber($this->parameters['shopware.security.csp_templates']);
  39629.     }
  39630.     /**
  39631.      * Gets the private 'Shopware\Core\Framework\Routing\RouteEventSubscriber' shared service.
  39632.      *
  39633.      * @return \Shopware\Core\Framework\Routing\RouteEventSubscriber
  39634.      */
  39635.     protected function getRouteEventSubscriberService()
  39636.     {
  39637.         $a = ($this->services['event_dispatcher'] ?? $this->getEventDispatcherService());
  39638.         if (isset($this->privates['Shopware\\Core\\Framework\\Routing\\RouteEventSubscriber'])) {
  39639.             return $this->privates['Shopware\\Core\\Framework\\Routing\\RouteEventSubscriber'];
  39640.         }
  39641.         return $this->privates['Shopware\\Core\\Framework\\Routing\\RouteEventSubscriber'] = new \Shopware\Core\Framework\Routing\RouteEventSubscriber($a);
  39642.     }
  39643.     /**
  39644.      * Gets the private 'Shopware\Core\Framework\Routing\RouteScopeListener' shared service.
  39645.      *
  39646.      * @return \Shopware\Core\Framework\Routing\RouteScopeListener
  39647.      */
  39648.     protected function getRouteScopeListenerService()
  39649.     {
  39650.         return $this->privates['Shopware\\Core\\Framework\\Routing\\RouteScopeListener'] = new \Shopware\Core\Framework\Routing\RouteScopeListener(($this->privates['Shopware\\Core\\Framework\\Routing\\RouteScopeRegistry'] ?? $this->getRouteScopeRegistryService()), ($this->services['request_stack'] ?? ($this->services['request_stack'] = new \Symfony\Component\HttpFoundation\RequestStack())), new RewindableGenerator(function () {
  39651.             yield => ($this->privates['Shopware\\Core\\Framework\\Routing\\SymfonyRouteScopeWhitelist'] ?? ($this->privates['Shopware\\Core\\Framework\\Routing\\SymfonyRouteScopeWhitelist'] = new \Shopware\Core\Framework\Routing\SymfonyRouteScopeWhitelist()));
  39652.             yield => ($this->privates['Shopware\\Core\\Framework\\Routing\\PaymentScopeWhitelist'] ?? ($this->privates['Shopware\\Core\\Framework\\Routing\\PaymentScopeWhitelist'] = new \Shopware\Core\Framework\Routing\PaymentScopeWhitelist()));
  39653.         }, 2));
  39654.     }
  39655.     /**
  39656.      * Gets the private 'Shopware\Core\Framework\Routing\RouteScopeRegistry' shared service.
  39657.      *
  39658.      * @return \Shopware\Core\Framework\Routing\RouteScopeRegistry
  39659.      */
  39660.     protected function getRouteScopeRegistryService()
  39661.     {
  39662.         return $this->privates['Shopware\\Core\\Framework\\Routing\\RouteScopeRegistry'] = new \Shopware\Core\Framework\Routing\RouteScopeRegistry(new RewindableGenerator(function () {
  39663.             yield => ($this->privates['Shopware\\Core\\Framework\\Routing\\RouteScope'] ?? ($this->privates['Shopware\\Core\\Framework\\Routing\\RouteScope'] = new \Shopware\Core\Framework\Routing\RouteScope()));
  39664.             yield => ($this->privates['Shopware\\Core\\Framework\\Routing\\ApiRouteScope'] ?? ($this->privates['Shopware\\Core\\Framework\\Routing\\ApiRouteScope'] = new \Shopware\Core\Framework\Routing\ApiRouteScope()));
  39665.             yield => ($this->privates['Shopware\\Core\\Framework\\Routing\\StoreApiRouteScope'] ?? ($this->privates['Shopware\\Core\\Framework\\Routing\\StoreApiRouteScope'] = new \Shopware\Core\Framework\Routing\StoreApiRouteScope()));
  39666.             yield => ($this->privates['Shopware\\Administration\\Framework\\Routing\\AdministrationRouteScope'] ?? ($this->privates['Shopware\\Administration\\Framework\\Routing\\AdministrationRouteScope'] = new \Shopware\Administration\Framework\Routing\AdministrationRouteScope($this->getEnv('resolve:SHOPWARE_ADMINISTRATION_PATH_NAME'))));
  39667.             yield => ($this->privates['Shopware\\Storefront\\Framework\\Routing\\StorefrontRouteScope'] ?? ($this->privates['Shopware\\Storefront\\Framework\\Routing\\StorefrontRouteScope'] = new \Shopware\Storefront\Framework\Routing\StorefrontRouteScope()));
  39668.         }, 5));
  39669.     }
  39670.     /**
  39671.      * Gets the private 'Shopware\Core\Framework\Routing\SalesChannelRequestContextResolver' shared service.
  39672.      *
  39673.      * @return \Shopware\Core\Framework\Routing\SalesChannelRequestContextResolver
  39674.      */
  39675.     protected function getSalesChannelRequestContextResolverService()
  39676.     {
  39677.         $a = ($this->privates['Shopware\\Core\\System\\SalesChannel\\Context\\SalesChannelContextService'] ?? $this->getSalesChannelContextServiceService());
  39678.         if (isset($this->privates['Shopware\\Core\\Framework\\Routing\\SalesChannelRequestContextResolver'])) {
  39679.             return $this->privates['Shopware\\Core\\Framework\\Routing\\SalesChannelRequestContextResolver'];
  39680.         }
  39681.         $b = ($this->services['event_dispatcher'] ?? $this->getEventDispatcherService());
  39682.         if (isset($this->privates['Shopware\\Core\\Framework\\Routing\\SalesChannelRequestContextResolver'])) {
  39683.             return $this->privates['Shopware\\Core\\Framework\\Routing\\SalesChannelRequestContextResolver'];
  39684.         }
  39685.         $c = ($this->privates['Shopware\\Core\\Framework\\Routing\\RouteScopeRegistry'] ?? $this->getRouteScopeRegistryService());
  39686.         return $this->privates['Shopware\\Core\\Framework\\Routing\\SalesChannelRequestContextResolver'] = new \Shopware\Core\Framework\Routing\SalesChannelRequestContextResolver(new \Shopware\Core\Framework\Routing\ApiRequestContextResolver(($this->services['Doctrine\\DBAL\\Connection'] ?? $this->getConnectionService()), $c), $a$b$c);
  39687.     }
  39688.     /**
  39689.      * Gets the private 'Shopware\Core\Framework\Rule\Collector\RuleConditionRegistry' shared service.
  39690.      *
  39691.      * @return \Shopware\Core\Framework\Rule\Collector\RuleConditionRegistry
  39692.      */
  39693.     protected function getRuleConditionRegistryService()
  39694.     {
  39695.         include_once \dirname(__DIR__4).'/vendor/shopware/core/Framework/Rule/Collector/RuleConditionRegistry.php';
  39696.         return $this->privates['Shopware\\Core\\Framework\\Rule\\Collector\\RuleConditionRegistry'] = new \Shopware\Core\Framework\Rule\Collector\RuleConditionRegistry(new RewindableGenerator(function () {
  39697.             yield => ($this->privates['Shopware\\Core\\Framework\\Rule\\Container\\AndRule'] ?? ($this->privates['Shopware\\Core\\Framework\\Rule\\Container\\AndRule'] = new \Shopware\Core\Framework\Rule\Container\AndRule()));
  39698.             yield => ($this->privates['Shopware\\Core\\Framework\\Rule\\Container\\NotRule'] ?? ($this->privates['Shopware\\Core\\Framework\\Rule\\Container\\NotRule'] = new \Shopware\Core\Framework\Rule\Container\NotRule()));
  39699.             yield => ($this->privates['Shopware\\Core\\Framework\\Rule\\Container\\OrRule'] ?? ($this->privates['Shopware\\Core\\Framework\\Rule\\Container\\OrRule'] = new \Shopware\Core\Framework\Rule\Container\OrRule()));
  39700.             yield => ($this->privates['Shopware\\Core\\Framework\\Rule\\Container\\XorRule'] ?? ($this->privates['Shopware\\Core\\Framework\\Rule\\Container\\XorRule'] = new \Shopware\Core\Framework\Rule\Container\XorRule()));
  39701.             yield => ($this->privates['Shopware\\Core\\Framework\\Rule\\Container\\MatchAllLineItemsRule'] ?? ($this->privates['Shopware\\Core\\Framework\\Rule\\Container\\MatchAllLineItemsRule'] = new \Shopware\Core\Framework\Rule\Container\MatchAllLineItemsRule()));
  39702.             yield => ($this->privates['Shopware\\Core\\Framework\\Rule\\ScriptRule'] ?? ($this->privates['Shopware\\Core\\Framework\\Rule\\ScriptRule'] = new \Shopware\Core\Framework\Rule\ScriptRule()));
  39703.             yield => ($this->privates['Shopware\\Core\\Framework\\Rule\\DateRangeRule'] ?? ($this->privates['Shopware\\Core\\Framework\\Rule\\DateRangeRule'] = new \Shopware\Core\Framework\Rule\DateRangeRule()));
  39704.             yield => ($this->privates['Shopware\\Core\\Framework\\Rule\\SimpleRule'] ?? ($this->privates['Shopware\\Core\\Framework\\Rule\\SimpleRule'] = new \Shopware\Core\Framework\Rule\SimpleRule()));
  39705.             yield => ($this->privates['Shopware\\Core\\Framework\\Rule\\SalesChannelRule'] ?? ($this->privates['Shopware\\Core\\Framework\\Rule\\SalesChannelRule'] = new \Shopware\Core\Framework\Rule\SalesChannelRule()));
  39706.             yield => ($this->privates['Shopware\\Core\\Framework\\Rule\\TimeRangeRule'] ?? ($this->privates['Shopware\\Core\\Framework\\Rule\\TimeRangeRule'] = new \Shopware\Core\Framework\Rule\TimeRangeRule()));
  39707.             yield 10 => ($this->privates['Shopware\\Core\\Framework\\Rule\\WeekdayRule'] ?? ($this->privates['Shopware\\Core\\Framework\\Rule\\WeekdayRule'] = new \Shopware\Core\Framework\Rule\WeekdayRule()));
  39708.             yield 11 => ($this->privates['Shopware\\Core\\System\\Language\\Rule\\LanguageRule'] ?? ($this->privates['Shopware\\Core\\System\\Language\\Rule\\LanguageRule'] = new \Shopware\Core\System\Language\Rule\LanguageRule()));
  39709.             yield 12 => ($this->privates['Shopware\\Core\\System\\Currency\\Rule\\CurrencyRule'] ?? ($this->privates['Shopware\\Core\\System\\Currency\\Rule\\CurrencyRule'] = new \Shopware\Core\System\Currency\Rule\CurrencyRule()));
  39710.             yield 13 => ($this->privates['Shopware\\Core\\Content\\Flow\\Rule\\OrderTagRule'] ?? ($this->privates['Shopware\\Core\\Content\\Flow\\Rule\\OrderTagRule'] = new \Shopware\Core\Content\Flow\Rule\OrderTagRule()));
  39711.             yield 14 => ($this->privates['Shopware\\Core\\Checkout\\Cart\\Rule\\CartAmountRule'] ?? ($this->privates['Shopware\\Core\\Checkout\\Cart\\Rule\\CartAmountRule'] = new \Shopware\Core\Checkout\Cart\Rule\CartAmountRule()));
  39712.             yield 15 => ($this->privates['Shopware\\Core\\Checkout\\Cart\\Rule\\CartPositionPriceRule'] ?? ($this->privates['Shopware\\Core\\Checkout\\Cart\\Rule\\CartPositionPriceRule'] = new \Shopware\Core\Checkout\Cart\Rule\CartPositionPriceRule()));
  39713.             yield 16 => ($this->privates['Shopware\\Core\\Checkout\\Cart\\Rule\\GoodsCountRule'] ?? ($this->privates['Shopware\\Core\\Checkout\\Cart\\Rule\\GoodsCountRule'] = new \Shopware\Core\Checkout\Cart\Rule\GoodsCountRule()));
  39714.             yield 17 => ($this->privates['Shopware\\Core\\Checkout\\Cart\\Rule\\GoodsPriceRule'] ?? ($this->privates['Shopware\\Core\\Checkout\\Cart\\Rule\\GoodsPriceRule'] = new \Shopware\Core\Checkout\Cart\Rule\GoodsPriceRule()));
  39715.             yield 18 => ($this->privates['Shopware\\Core\\Checkout\\Cart\\Rule\\LineItemOfTypeRule'] ?? ($this->privates['Shopware\\Core\\Checkout\\Cart\\Rule\\LineItemOfTypeRule'] = new \Shopware\Core\Checkout\Cart\Rule\LineItemOfTypeRule()));
  39716.             yield 19 => ($this->privates['Shopware\\Core\\Checkout\\Cart\\Rule\\LineItemRule'] ?? ($this->privates['Shopware\\Core\\Checkout\\Cart\\Rule\\LineItemRule'] = new \Shopware\Core\Checkout\Cart\Rule\LineItemRule()));
  39717.             yield 20 => ($this->privates['Shopware\\Core\\Checkout\\Promotion\\Rule\\PromotionLineItemRule'] ?? ($this->privates['Shopware\\Core\\Checkout\\Promotion\\Rule\\PromotionLineItemRule'] = new \Shopware\Core\Checkout\Promotion\Rule\PromotionLineItemRule()));
  39718.             yield 21 => ($this->privates['Shopware\\Core\\Checkout\\Promotion\\Rule\\PromotionCodeOfTypeRule'] ?? ($this->privates['Shopware\\Core\\Checkout\\Promotion\\Rule\\PromotionCodeOfTypeRule'] = new \Shopware\Core\Checkout\Promotion\Rule\PromotionCodeOfTypeRule()));
  39719.             yield 22 => ($this->privates['Shopware\\Core\\Checkout\\Promotion\\Rule\\PromotionValueRule'] ?? ($this->privates['Shopware\\Core\\Checkout\\Promotion\\Rule\\PromotionValueRule'] = new \Shopware\Core\Checkout\Promotion\Rule\PromotionValueRule()));
  39720.             yield 23 => ($this->privates['Shopware\\Core\\Checkout\\Promotion\\Rule\\PromotionsInCartCountRule'] ?? ($this->privates['Shopware\\Core\\Checkout\\Promotion\\Rule\\PromotionsInCartCountRule'] = new \Shopware\Core\Checkout\Promotion\Rule\PromotionsInCartCountRule()));
  39721.             yield 24 => ($this->privates['Shopware\\Core\\Checkout\\Cart\\Rule\\LineItemsInCartRule'] ?? ($this->privates['Shopware\\Core\\Checkout\\Cart\\Rule\\LineItemsInCartRule'] = new \Shopware\Core\Checkout\Cart\Rule\LineItemsInCartRule()));
  39722.             yield 25 => ($this->privates['Shopware\\Core\\Checkout\\Cart\\Rule\\LineItemTotalPriceRule'] ?? ($this->privates['Shopware\\Core\\Checkout\\Cart\\Rule\\LineItemTotalPriceRule'] = new \Shopware\Core\Checkout\Cart\Rule\LineItemTotalPriceRule()));
  39723.             yield 26 => ($this->privates['Shopware\\Core\\Checkout\\Cart\\Rule\\LineItemUnitPriceRule'] ?? ($this->privates['Shopware\\Core\\Checkout\\Cart\\Rule\\LineItemUnitPriceRule'] = new \Shopware\Core\Checkout\Cart\Rule\LineItemUnitPriceRule()));
  39724.             yield 27 => ($this->privates['Shopware\\Core\\Checkout\\Cart\\Rule\\LineItemWithQuantityRule'] ?? ($this->privates['Shopware\\Core\\Checkout\\Cart\\Rule\\LineItemWithQuantityRule'] = new \Shopware\Core\Checkout\Cart\Rule\LineItemWithQuantityRule()));
  39725.             yield 28 => ($this->privates['Shopware\\Core\\Checkout\\Cart\\Rule\\LineItemWrapperRule'] ?? ($this->privates['Shopware\\Core\\Checkout\\Cart\\Rule\\LineItemWrapperRule'] = new \Shopware\Core\Checkout\Cart\Rule\LineItemWrapperRule()));
  39726.             yield 29 => ($this->privates['Shopware\\Core\\Checkout\\Cart\\Rule\\CartWeightRule'] ?? ($this->privates['Shopware\\Core\\Checkout\\Cart\\Rule\\CartWeightRule'] = new \Shopware\Core\Checkout\Cart\Rule\CartWeightRule()));
  39727.             yield 30 => ($this->privates['Shopware\\Core\\Checkout\\Cart\\Rule\\CartVolumeRule'] ?? ($this->privates['Shopware\\Core\\Checkout\\Cart\\Rule\\CartVolumeRule'] = new \Shopware\Core\Checkout\Cart\Rule\CartVolumeRule()));
  39728.             yield 31 => ($this->privates['Shopware\\Core\\Checkout\\Cart\\Rule\\CartHasDeliveryFreeItemRule'] ?? ($this->privates['Shopware\\Core\\Checkout\\Cart\\Rule\\CartHasDeliveryFreeItemRule'] = new \Shopware\Core\Checkout\Cart\Rule\CartHasDeliveryFreeItemRule()));
  39729.             yield 32 => ($this->privates['Shopware\\Core\\Checkout\\Customer\\Rule\\BillingCountryRule'] ?? ($this->privates['Shopware\\Core\\Checkout\\Customer\\Rule\\BillingCountryRule'] = new \Shopware\Core\Checkout\Customer\Rule\BillingCountryRule()));
  39730.             yield 33 => ($this->privates['Shopware\\Core\\Checkout\\Customer\\Rule\\BillingStreetRule'] ?? ($this->privates['Shopware\\Core\\Checkout\\Customer\\Rule\\BillingStreetRule'] = new \Shopware\Core\Checkout\Customer\Rule\BillingStreetRule()));
  39731.             yield 34 => ($this->privates['Shopware\\Core\\Checkout\\Customer\\Rule\\BillingZipCodeRule'] ?? ($this->privates['Shopware\\Core\\Checkout\\Customer\\Rule\\BillingZipCodeRule'] = new \Shopware\Core\Checkout\Customer\Rule\BillingZipCodeRule()));
  39732.             yield 35 => ($this->privates['Shopware\\Core\\Checkout\\Customer\\Rule\\CustomerGroupRule'] ?? ($this->privates['Shopware\\Core\\Checkout\\Customer\\Rule\\CustomerGroupRule'] = new \Shopware\Core\Checkout\Customer\Rule\CustomerGroupRule()));
  39733.             yield 36 => ($this->privates['Shopware\\Core\\Checkout\\Customer\\Rule\\CustomerTagRule'] ?? ($this->privates['Shopware\\Core\\Checkout\\Customer\\Rule\\CustomerTagRule'] = new \Shopware\Core\Checkout\Customer\Rule\CustomerTagRule()));
  39734.             yield 37 => ($this->privates['Shopware\\Core\\Checkout\\Customer\\Rule\\CustomerNumberRule'] ?? ($this->privates['Shopware\\Core\\Checkout\\Customer\\Rule\\CustomerNumberRule'] = new \Shopware\Core\Checkout\Customer\Rule\CustomerNumberRule()));
  39735.             yield 38 => ($this->privates['Shopware\\Core\\Checkout\\Customer\\Rule\\DifferentAddressesRule'] ?? ($this->privates['Shopware\\Core\\Checkout\\Customer\\Rule\\DifferentAddressesRule'] = new \Shopware\Core\Checkout\Customer\Rule\DifferentAddressesRule()));
  39736.             yield 39 => ($this->privates['Shopware\\Core\\Checkout\\Customer\\Rule\\EmailRule'] ?? ($this->privates['Shopware\\Core\\Checkout\\Customer\\Rule\\EmailRule'] = new \Shopware\Core\Checkout\Customer\Rule\EmailRule()));
  39737.             yield 40 => ($this->privates['Shopware\\Core\\Checkout\\Customer\\Rule\\IsNewCustomerRule'] ?? ($this->privates['Shopware\\Core\\Checkout\\Customer\\Rule\\IsNewCustomerRule'] = new \Shopware\Core\Checkout\Customer\Rule\IsNewCustomerRule()));
  39738.             yield 41 => ($this->privates['Shopware\\Core\\Checkout\\Customer\\Rule\\IsActiveRule'] ?? ($this->privates['Shopware\\Core\\Checkout\\Customer\\Rule\\IsActiveRule'] = new \Shopware\Core\Checkout\Customer\Rule\IsActiveRule()));
  39739.             yield 42 => ($this->privates['Shopware\\Core\\Checkout\\Customer\\Rule\\LastNameRule'] ?? ($this->privates['Shopware\\Core\\Checkout\\Customer\\Rule\\LastNameRule'] = new \Shopware\Core\Checkout\Customer\Rule\LastNameRule()));
  39740.             yield 43 => ($this->privates['Shopware\\Core\\Checkout\\Customer\\Rule\\IsCompanyRule'] ?? ($this->privates['Shopware\\Core\\Checkout\\Customer\\Rule\\IsCompanyRule'] = new \Shopware\Core\Checkout\Customer\Rule\IsCompanyRule()));
  39741.             yield 44 => ($this->privates['Shopware\\Core\\Checkout\\Cart\\Rule\\CartTaxDisplayRule'] ?? ($this->privates['Shopware\\Core\\Checkout\\Cart\\Rule\\CartTaxDisplayRule'] = new \Shopware\Core\Checkout\Cart\Rule\CartTaxDisplayRule()));
  39742.             yield 45 => ($this->privates['Shopware\\Core\\Checkout\\Customer\\Rule\\IsGuestCustomerRule'] ?? ($this->privates['Shopware\\Core\\Checkout\\Customer\\Rule\\IsGuestCustomerRule'] = new \Shopware\Core\Checkout\Customer\Rule\IsGuestCustomerRule()));
  39743.             yield 46 => ($this->privates['Shopware\\Core\\Checkout\\Customer\\Rule\\IsNewsletterRecipientRule'] ?? ($this->privates['Shopware\\Core\\Checkout\\Customer\\Rule\\IsNewsletterRecipientRule'] = new \Shopware\Core\Checkout\Customer\Rule\IsNewsletterRecipientRule()));
  39744.             yield 47 => ($this->privates['Shopware\\Core\\Checkout\\Customer\\Rule\\ShippingCountryRule'] ?? ($this->privates['Shopware\\Core\\Checkout\\Customer\\Rule\\ShippingCountryRule'] = new \Shopware\Core\Checkout\Customer\Rule\ShippingCountryRule()));
  39745.             yield 48 => ($this->privates['Shopware\\Core\\Checkout\\Customer\\Rule\\ShippingStreetRule'] ?? ($this->privates['Shopware\\Core\\Checkout\\Customer\\Rule\\ShippingStreetRule'] = new \Shopware\Core\Checkout\Customer\Rule\ShippingStreetRule()));
  39746.             yield 49 => ($this->privates['Shopware\\Core\\Checkout\\Customer\\Rule\\BillingCityRule'] ?? ($this->privates['Shopware\\Core\\Checkout\\Customer\\Rule\\BillingCityRule'] = new \Shopware\Core\Checkout\Customer\Rule\BillingCityRule()));
  39747.             yield 50 => ($this->privates['Shopware\\Core\\Checkout\\Customer\\Rule\\ShippingCityRule'] ?? ($this->privates['Shopware\\Core\\Checkout\\Customer\\Rule\\ShippingCityRule'] = new \Shopware\Core\Checkout\Customer\Rule\ShippingCityRule()));
  39748.             yield 51 => ($this->privates['Shopware\\Core\\Checkout\\Customer\\Rule\\BillingStateRule'] ?? ($this->privates['Shopware\\Core\\Checkout\\Customer\\Rule\\BillingStateRule'] = new \Shopware\Core\Checkout\Customer\Rule\BillingStateRule()));
  39749.             yield 52 => ($this->privates['Shopware\\Core\\Checkout\\Customer\\Rule\\ShippingStateRule'] ?? ($this->privates['Shopware\\Core\\Checkout\\Customer\\Rule\\ShippingStateRule'] = new \Shopware\Core\Checkout\Customer\Rule\ShippingStateRule()));
  39750.             yield 53 => ($this->privates['Shopware\\Core\\Checkout\\Customer\\Rule\\ShippingZipCodeRule'] ?? ($this->privates['Shopware\\Core\\Checkout\\Customer\\Rule\\ShippingZipCodeRule'] = new \Shopware\Core\Checkout\Customer\Rule\ShippingZipCodeRule()));
  39751.             yield 54 => ($this->privates['Shopware\\Core\\Checkout\\Customer\\Rule\\CustomerLoggedInRule'] ?? ($this->privates['Shopware\\Core\\Checkout\\Customer\\Rule\\CustomerLoggedInRule'] = new \Shopware\Core\Checkout\Customer\Rule\CustomerLoggedInRule()));
  39752.             yield 55 => ($this->privates['Shopware\\Core\\Checkout\\Cart\\Rule\\LineItemsInCartCountRule'] ?? ($this->privates['Shopware\\Core\\Checkout\\Cart\\Rule\\LineItemsInCartCountRule'] = new \Shopware\Core\Checkout\Cart\Rule\LineItemsInCartCountRule()));
  39753.             yield 56 => ($this->privates['Shopware\\Core\\Checkout\\Customer\\Rule\\OrderCountRule'] ?? ($this->privates['Shopware\\Core\\Checkout\\Customer\\Rule\\OrderCountRule'] = new \Shopware\Core\Checkout\Customer\Rule\OrderCountRule()));
  39754.             yield 57 => ($this->privates['Shopware\\Core\\Checkout\\Customer\\Rule\\DaysSinceLastOrderRule'] ?? ($this->privates['Shopware\\Core\\Checkout\\Customer\\Rule\\DaysSinceLastOrderRule'] = new \Shopware\Core\Checkout\Customer\Rule\DaysSinceLastOrderRule()));
  39755.             yield 58 => ($this->privates['Shopware\\Core\\Checkout\\Cart\\Rule\\LineItemTagRule'] ?? ($this->privates['Shopware\\Core\\Checkout\\Cart\\Rule\\LineItemTagRule'] = new \Shopware\Core\Checkout\Cart\Rule\LineItemTagRule()));
  39756.             yield 59 => ($this->privates['Shopware\\Core\\Checkout\\Cart\\Rule\\AlwaysValidRule'] ?? ($this->privates['Shopware\\Core\\Checkout\\Cart\\Rule\\AlwaysValidRule'] = new \Shopware\Core\Checkout\Cart\Rule\AlwaysValidRule()));
  39757.             yield 60 => ($this->privates['Shopware\\Core\\Checkout\\Cart\\Rule\\LineItemPropertyRule'] ?? ($this->privates['Shopware\\Core\\Checkout\\Cart\\Rule\\LineItemPropertyRule'] = new \Shopware\Core\Checkout\Cart\Rule\LineItemPropertyRule()));
  39758.             yield 61 => ($this->privates['Shopware\\Core\\Checkout\\Cart\\Rule\\LineItemIsNewRule'] ?? ($this->privates['Shopware\\Core\\Checkout\\Cart\\Rule\\LineItemIsNewRule'] = new \Shopware\Core\Checkout\Cart\Rule\LineItemIsNewRule()));
  39759.             yield 62 => ($this->privates['Shopware\\Core\\Checkout\\Cart\\Rule\\LineItemOfManufacturerRule'] ?? ($this->privates['Shopware\\Core\\Checkout\\Cart\\Rule\\LineItemOfManufacturerRule'] = new \Shopware\Core\Checkout\Cart\Rule\LineItemOfManufacturerRule()));
  39760.             yield 63 => ($this->privates['Shopware\\Core\\Checkout\\Cart\\Rule\\LineItemPurchasePriceRule'] ?? ($this->privates['Shopware\\Core\\Checkout\\Cart\\Rule\\LineItemPurchasePriceRule'] = new \Shopware\Core\Checkout\Cart\Rule\LineItemPurchasePriceRule()));
  39761.             yield 64 => ($this->privates['Shopware\\Core\\Checkout\\Cart\\Rule\\LineItemCreationDateRule'] ?? ($this->privates['Shopware\\Core\\Checkout\\Cart\\Rule\\LineItemCreationDateRule'] = new \Shopware\Core\Checkout\Cart\Rule\LineItemCreationDateRule()));
  39762.             yield 65 => ($this->privates['Shopware\\Core\\Checkout\\Cart\\Rule\\LineItemReleaseDateRule'] ?? ($this->privates['Shopware\\Core\\Checkout\\Cart\\Rule\\LineItemReleaseDateRule'] = new \Shopware\Core\Checkout\Cart\Rule\LineItemReleaseDateRule()));
  39763.             yield 66 => ($this->privates['Shopware\\Core\\Checkout\\Cart\\Rule\\LineItemClearanceSaleRule'] ?? ($this->privates['Shopware\\Core\\Checkout\\Cart\\Rule\\LineItemClearanceSaleRule'] = new \Shopware\Core\Checkout\Cart\Rule\LineItemClearanceSaleRule()));
  39764.             yield 67 => ($this->privates['Shopware\\Core\\Checkout\\Cart\\Rule\\LineItemPromotedRule'] ?? ($this->privates['Shopware\\Core\\Checkout\\Cart\\Rule\\LineItemPromotedRule'] = new \Shopware\Core\Checkout\Cart\Rule\LineItemPromotedRule()));
  39765.             yield 68 => ($this->privates['Shopware\\Core\\Checkout\\Cart\\Rule\\LineItemInCategoryRule'] ?? ($this->privates['Shopware\\Core\\Checkout\\Cart\\Rule\\LineItemInCategoryRule'] = new \Shopware\Core\Checkout\Cart\Rule\LineItemInCategoryRule()));
  39766.             yield 69 => ($this->privates['Shopware\\Core\\Checkout\\Cart\\Rule\\LineItemInProductStreamRule'] ?? ($this->privates['Shopware\\Core\\Checkout\\Cart\\Rule\\LineItemInProductStreamRule'] = new \Shopware\Core\Checkout\Cart\Rule\LineItemInProductStreamRule()));
  39767.             yield 70 => ($this->privates['Shopware\\Core\\Checkout\\Cart\\Rule\\LineItemTaxationRule'] ?? ($this->privates['Shopware\\Core\\Checkout\\Cart\\Rule\\LineItemTaxationRule'] = new \Shopware\Core\Checkout\Cart\Rule\LineItemTaxationRule()));
  39768.             yield 71 => ($this->privates['Shopware\\Core\\Checkout\\Cart\\Rule\\LineItemDimensionWidthRule'] ?? ($this->privates['Shopware\\Core\\Checkout\\Cart\\Rule\\LineItemDimensionWidthRule'] = new \Shopware\Core\Checkout\Cart\Rule\LineItemDimensionWidthRule()));
  39769.             yield 72 => ($this->privates['Shopware\\Core\\Checkout\\Cart\\Rule\\LineItemDimensionHeightRule'] ?? ($this->privates['Shopware\\Core\\Checkout\\Cart\\Rule\\LineItemDimensionHeightRule'] = new \Shopware\Core\Checkout\Cart\Rule\LineItemDimensionHeightRule()));
  39770.             yield 73 => ($this->privates['Shopware\\Core\\Checkout\\Cart\\Rule\\LineItemDimensionLengthRule'] ?? ($this->privates['Shopware\\Core\\Checkout\\Cart\\Rule\\LineItemDimensionLengthRule'] = new \Shopware\Core\Checkout\Cart\Rule\LineItemDimensionLengthRule()));
  39771.             yield 74 => ($this->privates['Shopware\\Core\\Checkout\\Cart\\Rule\\LineItemDimensionWeightRule'] ?? ($this->privates['Shopware\\Core\\Checkout\\Cart\\Rule\\LineItemDimensionWeightRule'] = new \Shopware\Core\Checkout\Cart\Rule\LineItemDimensionWeightRule()));
  39772.             yield 75 => ($this->privates['Shopware\\Core\\Checkout\\Cart\\Rule\\LineItemDimensionVolumeRule'] ?? ($this->privates['Shopware\\Core\\Checkout\\Cart\\Rule\\LineItemDimensionVolumeRule'] = new \Shopware\Core\Checkout\Cart\Rule\LineItemDimensionVolumeRule()));
  39773.             yield 76 => ($this->privates['Shopware\\Core\\Checkout\\Cart\\Rule\\LineItemListPriceRule'] ?? ($this->privates['Shopware\\Core\\Checkout\\Cart\\Rule\\LineItemListPriceRule'] = new \Shopware\Core\Checkout\Cart\Rule\LineItemListPriceRule()));
  39774.             yield 77 => ($this->privates['Shopware\\Core\\Checkout\\Cart\\Rule\\LineItemListPriceRatioRule'] ?? ($this->privates['Shopware\\Core\\Checkout\\Cart\\Rule\\LineItemListPriceRatioRule'] = new \Shopware\Core\Checkout\Cart\Rule\LineItemListPriceRatioRule()));
  39775.             yield 78 => ($this->privates['Shopware\\Core\\Checkout\\Cart\\Rule\\LineItemCustomFieldRule'] ?? ($this->privates['Shopware\\Core\\Checkout\\Cart\\Rule\\LineItemCustomFieldRule'] = new \Shopware\Core\Checkout\Cart\Rule\LineItemCustomFieldRule()));
  39776.             yield 79 => ($this->privates['Shopware\\Core\\Checkout\\Cart\\Rule\\LineItemStockRule'] ?? ($this->privates['Shopware\\Core\\Checkout\\Cart\\Rule\\LineItemStockRule'] = new \Shopware\Core\Checkout\Cart\Rule\LineItemStockRule()));
  39777.             yield 80 => ($this->privates['Shopware\\Core\\Checkout\\Cart\\Rule\\LineItemActualStockRule'] ?? ($this->privates['Shopware\\Core\\Checkout\\Cart\\Rule\\LineItemActualStockRule'] = new \Shopware\Core\Checkout\Cart\Rule\LineItemActualStockRule()));
  39778.             yield 81 => ($this->privates['Shopware\\Core\\Checkout\\Cart\\Rule\\PaymentMethodRule'] ?? ($this->privates['Shopware\\Core\\Checkout\\Cart\\Rule\\PaymentMethodRule'] = new \Shopware\Core\Checkout\Cart\Rule\PaymentMethodRule()));
  39779.             yield 82 => ($this->privates['Shopware\\Core\\Checkout\\Cart\\Rule\\ShippingMethodRule'] ?? ($this->privates['Shopware\\Core\\Checkout\\Cart\\Rule\\ShippingMethodRule'] = new \Shopware\Core\Checkout\Cart\Rule\ShippingMethodRule()));
  39780.             yield 83 => ($this->privates['Shopware\\Core\\Checkout\\Cart\\Rule\\LineItemGoodsTotalRule'] ?? ($this->privates['Shopware\\Core\\Checkout\\Cart\\Rule\\LineItemGoodsTotalRule'] = new \Shopware\Core\Checkout\Cart\Rule\LineItemGoodsTotalRule()));
  39781.             yield 84 => ($this->privates['Shopware\\Core\\Checkout\\Customer\\Rule\\OrderTotalAmountRule'] ?? ($this->privates['Shopware\\Core\\Checkout\\Customer\\Rule\\OrderTotalAmountRule'] = new \Shopware\Core\Checkout\Customer\Rule\OrderTotalAmountRule()));
  39782.             yield 85 => ($this->privates['Shopware\\Core\\Checkout\\Customer\\Rule\\CustomerCustomFieldRule'] ?? ($this->privates['Shopware\\Core\\Checkout\\Customer\\Rule\\CustomerCustomFieldRule'] = new \Shopware\Core\Checkout\Customer\Rule\CustomerCustomFieldRule()));
  39783.             yield 86 => ($this->privates['Shopware\\Core\\Checkout\\Customer\\Rule\\CustomerBirthdayRule'] ?? ($this->privates['Shopware\\Core\\Checkout\\Customer\\Rule\\CustomerBirthdayRule'] = new \Shopware\Core\Checkout\Customer\Rule\CustomerBirthdayRule()));
  39784.             yield 87 => ($this->privates['Shopware\\Core\\Checkout\\Cart\\Rule\\LineItemProductStatesRule'] ?? ($this->privates['Shopware\\Core\\Checkout\\Cart\\Rule\\LineItemProductStatesRule'] = new \Shopware\Core\Checkout\Cart\Rule\LineItemProductStatesRule()));
  39785.             yield 88 => ($this->privates['Shopware\\Core\\Checkout\\Customer\\Rule\\CustomerAgeRule'] ?? ($this->privates['Shopware\\Core\\Checkout\\Customer\\Rule\\CustomerAgeRule'] = new \Shopware\Core\Checkout\Customer\Rule\CustomerAgeRule()));
  39786.             yield 89 => ($this->privates['Shopware\\Core\\Checkout\\Customer\\Rule\\DaysSinceLastLoginRule'] ?? ($this->privates['Shopware\\Core\\Checkout\\Customer\\Rule\\DaysSinceLastLoginRule'] = new \Shopware\Core\Checkout\Customer\Rule\DaysSinceLastLoginRule()));
  39787.             yield 90 => ($this->privates['Shopware\\Core\\Checkout\\Customer\\Rule\\AffiliateCodeRule'] ?? ($this->privates['Shopware\\Core\\Checkout\\Customer\\Rule\\AffiliateCodeRule'] = new \Shopware\Core\Checkout\Customer\Rule\AffiliateCodeRule()));
  39788.             yield 91 => ($this->privates['Shopware\\Core\\Checkout\\Customer\\Rule\\CampaignCodeRule'] ?? ($this->privates['Shopware\\Core\\Checkout\\Customer\\Rule\\CampaignCodeRule'] = new \Shopware\Core\Checkout\Customer\Rule\CampaignCodeRule()));
  39789.         }, 92));
  39790.     }
  39791.     /**
  39792.      * Gets the private 'Shopware\Core\Framework\Script\Api\ScriptResponseEncoder' shared service.
  39793.      *
  39794.      * @return \Shopware\Core\Framework\Script\Api\ScriptResponseEncoder
  39795.      */
  39796.     protected function getScriptResponseEncoderService()
  39797.     {
  39798.         include_once \dirname(__DIR__4).'/vendor/shopware/core/Framework/Script/Api/ScriptResponseEncoder.php';
  39799.         return $this->privates['Shopware\\Core\\Framework\\Script\\Api\\ScriptResponseEncoder'] = new \Shopware\Core\Framework\Script\Api\ScriptResponseEncoder(($this->privates['Shopware\\Core\\System\\SalesChannel\\Api\\StructEncoder'] ?? $this->getStructEncoderService()));
  39800.     }
  39801.     /**
  39802.      * Gets the private 'Shopware\Core\Framework\Script\Execution\ScriptLoader' shared service.
  39803.      *
  39804.      * @return \Shopware\Core\Framework\Script\Execution\ScriptLoader
  39805.      */
  39806.     protected function getScriptLoaderService()
  39807.     {
  39808.         $a = ($this->privates['Shopware\\Core\\Framework\\App\\Lifecycle\\Persister\\ScriptPersister'] ?? $this->getScriptPersisterService());
  39809.         if (isset($this->privates['Shopware\\Core\\Framework\\Script\\Execution\\ScriptLoader'])) {
  39810.             return $this->privates['Shopware\\Core\\Framework\\Script\\Execution\\ScriptLoader'];
  39811.         }
  39812.         return $this->privates['Shopware\\Core\\Framework\\Script\\Execution\\ScriptLoader'] = new \Shopware\Core\Framework\Script\Execution\ScriptLoader(($this->services['Doctrine\\DBAL\\Connection'] ?? $this->getConnectionService()), $a, ($this->privates['Shopware\\Core\\Framework\\Adapter\\Cache\\CacheDecorator'] ?? $this->getCacheDecoratorService()), $this->targetDir.''true);
  39813.     }
  39814.     /**
  39815.      * Gets the private 'Shopware\Core\Framework\Store\Authentication\LocaleProvider' shared service.
  39816.      *
  39817.      * @return \Shopware\Core\Framework\Store\Authentication\LocaleProvider
  39818.      */
  39819.     protected function getLocaleProviderService()
  39820.     {
  39821.         include_once \dirname(__DIR__4).'/vendor/shopware/core/Framework/Store/Authentication/LocaleProvider.php';
  39822.         $a = ($this->services['user.repository'] ?? $this->getUser_RepositoryService());
  39823.         if (isset($this->privates['Shopware\\Core\\Framework\\Store\\Authentication\\LocaleProvider'])) {
  39824.             return $this->privates['Shopware\\Core\\Framework\\Store\\Authentication\\LocaleProvider'];
  39825.         }
  39826.         return $this->privates['Shopware\\Core\\Framework\\Store\\Authentication\\LocaleProvider'] = new \Shopware\Core\Framework\Store\Authentication\LocaleProvider($a);
  39827.     }
  39828.     /**
  39829.      * Gets the private 'Shopware\Core\Framework\Store\Command\StoreDownloadCommand' shared service.
  39830.      *
  39831.      * @return \Shopware\Core\Framework\Store\Command\StoreDownloadCommand
  39832.      */
  39833.     protected function getStoreDownloadCommandService()
  39834.     {
  39835.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/Command.php';
  39836.         include_once \dirname(__DIR__4).'/vendor/shopware/core/Framework/Store/Command/StoreDownloadCommand.php';
  39837.         $this->privates['Shopware\\Core\\Framework\\Store\\Command\\StoreDownloadCommand'] = $instance = new \Shopware\Core\Framework\Store\Command\StoreDownloadCommand(($this->privates['Shopware\\Core\\Framework\\Store\\Services\\StoreClient'] ?? $this->getStoreClientService()), ($this->services['plugin.repository'] ?? $this->getPlugin_RepositoryService()), ($this->privates['Shopware\\Core\\Framework\\Plugin\\PluginManagementService'] ?? $this->getPluginManagementServiceService()), ($this->privates['Shopware\\Core\\Framework\\Plugin\\PluginLifecycleService'] ?? $this->getPluginLifecycleServiceService()), ($this->services['user.repository'] ?? $this->getUser_RepositoryService()));
  39838.         $instance->setName('store:download');
  39839.         return $instance;
  39840.     }
  39841.     /**
  39842.      * Gets the private 'Shopware\Core\Framework\Store\Command\StoreLoginCommand' shared service.
  39843.      *
  39844.      * @return \Shopware\Core\Framework\Store\Command\StoreLoginCommand
  39845.      */
  39846.     protected function getStoreLoginCommandService()
  39847.     {
  39848.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/Command.php';
  39849.         include_once \dirname(__DIR__4).'/vendor/shopware/core/Framework/Store/Command/StoreLoginCommand.php';
  39850.         $this->privates['Shopware\\Core\\Framework\\Store\\Command\\StoreLoginCommand'] = $instance = new \Shopware\Core\Framework\Store\Command\StoreLoginCommand(($this->privates['Shopware\\Core\\Framework\\Store\\Services\\StoreClient'] ?? $this->getStoreClientService()), ($this->services['user.repository'] ?? $this->getUser_RepositoryService()), ($this->services['Shopware\\Core\\System\\SystemConfig\\SystemConfigService'] ?? $this->getSystemConfigServiceService()));
  39851.         $instance->setName('store:login');
  39852.         return $instance;
  39853.     }
  39854.     /**
  39855.      * Gets the private 'Shopware\Core\Framework\Store\Services\AbstractExtensionDataProvider' shared service.
  39856.      *
  39857.      * @return \Shopware\Core\Framework\Store\Services\ExtensionDataProvider
  39858.      */
  39859.     protected function getAbstractExtensionDataProviderService()
  39860.     {
  39861.         include_once \dirname(__DIR__4).'/vendor/shopware/core/Framework/Store/Services/AbstractExtensionDataProvider.php';
  39862.         include_once \dirname(__DIR__4).'/vendor/shopware/core/Framework/Store/Services/ExtensionDataProvider.php';
  39863.         include_once \dirname(__DIR__4).'/vendor/shopware/core/Framework/Store/Services/ExtensionListingLoader.php';
  39864.         $a = ($this->privates['Shopware\\Core\\Framework\\Store\\Services\\ExtensionLoader'] ?? $this->getExtensionLoaderService());
  39865.         if (isset($this->privates['Shopware\\Core\\Framework\\Store\\Services\\AbstractExtensionDataProvider'])) {
  39866.             return $this->privates['Shopware\\Core\\Framework\\Store\\Services\\AbstractExtensionDataProvider'];
  39867.         }
  39868.         $b = ($this->services['app.repository'] ?? $this->getApp_RepositoryService());
  39869.         if (isset($this->privates['Shopware\\Core\\Framework\\Store\\Services\\AbstractExtensionDataProvider'])) {
  39870.             return $this->privates['Shopware\\Core\\Framework\\Store\\Services\\AbstractExtensionDataProvider'];
  39871.         }
  39872.         $c = ($this->services['plugin.repository'] ?? $this->getPlugin_RepositoryService());
  39873.         if (isset($this->privates['Shopware\\Core\\Framework\\Store\\Services\\AbstractExtensionDataProvider'])) {
  39874.             return $this->privates['Shopware\\Core\\Framework\\Store\\Services\\AbstractExtensionDataProvider'];
  39875.         }
  39876.         $d = ($this->privates['Shopware\\Core\\Framework\\Store\\Services\\StoreClient'] ?? $this->getStoreClientService());
  39877.         if (isset($this->privates['Shopware\\Core\\Framework\\Store\\Services\\AbstractExtensionDataProvider'])) {
  39878.             return $this->privates['Shopware\\Core\\Framework\\Store\\Services\\AbstractExtensionDataProvider'];
  39879.         }
  39880.         return $this->privates['Shopware\\Core\\Framework\\Store\\Services\\AbstractExtensionDataProvider'] = new \Shopware\Core\Framework\Store\Services\ExtensionDataProvider($a$b$c, new \Shopware\Core\Framework\Store\Services\ExtensionListingLoader($d));
  39881.     }
  39882.     /**
  39883.      * Gets the private 'Shopware\Core\Framework\Store\Services\AbstractStoreAppLifecycleService' shared service.
  39884.      *
  39885.      * @return \Shopware\Core\Framework\Store\Services\StoreAppLifecycleService
  39886.      */
  39887.     protected function getAbstractStoreAppLifecycleServiceService()
  39888.     {
  39889.         include_once \dirname(__DIR__4).'/vendor/shopware/core/Framework/Store/Services/AbstractStoreAppLifecycleService.php';
  39890.         include_once \dirname(__DIR__4).'/vendor/shopware/core/Framework/Store/Services/StoreAppLifecycleService.php';
  39891.         $a = ($this->privates['Shopware\\Core\\Framework\\App\\Lifecycle\\AppLifecycle'] ?? $this->getAppLifecycleService());
  39892.         if (isset($this->privates['Shopware\\Core\\Framework\\Store\\Services\\AbstractStoreAppLifecycleService'])) {
  39893.             return $this->privates['Shopware\\Core\\Framework\\Store\\Services\\AbstractStoreAppLifecycleService'];
  39894.         }
  39895.         $b = ($this->services['app.repository'] ?? $this->getApp_RepositoryService());
  39896.         if (isset($this->privates['Shopware\\Core\\Framework\\Store\\Services\\AbstractStoreAppLifecycleService'])) {
  39897.             return $this->privates['Shopware\\Core\\Framework\\Store\\Services\\AbstractStoreAppLifecycleService'];
  39898.         }
  39899.         $c = ($this->services['sales_channel.repository'] ?? $this->getSalesChannel_RepositoryService());
  39900.         if (isset($this->privates['Shopware\\Core\\Framework\\Store\\Services\\AbstractStoreAppLifecycleService'])) {
  39901.             return $this->privates['Shopware\\Core\\Framework\\Store\\Services\\AbstractStoreAppLifecycleService'];
  39902.         }
  39903.         $d = ($this->services['theme.repository'] ?? $this->getTheme_RepositoryService());
  39904.         if (isset($this->privates['Shopware\\Core\\Framework\\Store\\Services\\AbstractStoreAppLifecycleService'])) {
  39905.             return $this->privates['Shopware\\Core\\Framework\\Store\\Services\\AbstractStoreAppLifecycleService'];
  39906.         }
  39907.         $e = ($this->privates['Shopware\\Core\\Framework\\App\\AppStateService'] ?? $this->getAppStateServiceService());
  39908.         if (isset($this->privates['Shopware\\Core\\Framework\\Store\\Services\\AbstractStoreAppLifecycleService'])) {
  39909.             return $this->privates['Shopware\\Core\\Framework\\Store\\Services\\AbstractStoreAppLifecycleService'];
  39910.         }
  39911.         return $this->privates['Shopware\\Core\\Framework\\Store\\Services\\AbstractStoreAppLifecycleService'] = new \Shopware\Core\Framework\Store\Services\StoreAppLifecycleService(($this->privates['Shopware\\Core\\Framework\\Store\\Services\\StoreClient'] ?? $this->getStoreClientService()), ($this->privates['Shopware\\Core\\Framework\\App\\Lifecycle\\AppLoader'] ?? $this->getAppLoaderService()), $a$b$c$d$e, ($this->privates['Shopware\\Core\\Framework\\App\\Delta\\AppConfirmationDeltaProvider'] ?? $this->getAppConfirmationDeltaProviderService()));
  39912.     }
  39913.     /**
  39914.      * Gets the private 'Shopware\Core\Framework\Store\Services\ExtensionDownloader' shared service.
  39915.      *
  39916.      * @return \Shopware\Core\Framework\Store\Services\ExtensionDownloader
  39917.      */
  39918.     protected function getExtensionDownloaderService()
  39919.     {
  39920.         include_once \dirname(__DIR__4).'/vendor/shopware/core/Framework/Store/Services/ExtensionDownloader.php';
  39921.         $a = ($this->services['plugin.repository'] ?? $this->getPlugin_RepositoryService());
  39922.         if (isset($this->privates['Shopware\\Core\\Framework\\Store\\Services\\ExtensionDownloader'])) {
  39923.             return $this->privates['Shopware\\Core\\Framework\\Store\\Services\\ExtensionDownloader'];
  39924.         }
  39925.         $b = ($this->privates['Shopware\\Core\\Framework\\Plugin\\PluginManagementService'] ?? $this->getPluginManagementServiceService());
  39926.         if (isset($this->privates['Shopware\\Core\\Framework\\Store\\Services\\ExtensionDownloader'])) {
  39927.             return $this->privates['Shopware\\Core\\Framework\\Store\\Services\\ExtensionDownloader'];
  39928.         }
  39929.         return $this->privates['Shopware\\Core\\Framework\\Store\\Services\\ExtensionDownloader'] = new \Shopware\Core\Framework\Store\Services\ExtensionDownloader($a, ($this->privates['Shopware\\Core\\Framework\\Store\\Services\\StoreClient'] ?? $this->getStoreClientService()), $b);
  39930.     }
  39931.     /**
  39932.      * Gets the private 'Shopware\Core\Framework\Store\Services\ExtensionLifecycleService' shared service.
  39933.      *
  39934.      * @return \Shopware\Core\Framework\Store\Services\ExtensionLifecycleService
  39935.      */
  39936.     protected function getExtensionLifecycleServiceService()
  39937.     {
  39938.         include_once \dirname(__DIR__4).'/vendor/shopware/core/Framework/Store/Services/AbstractExtensionLifecycle.php';
  39939.         include_once \dirname(__DIR__4).'/vendor/shopware/core/Framework/Store/Services/ExtensionLifecycleService.php';
  39940.         return $this->privates['Shopware\\Core\\Framework\\Store\\Services\\ExtensionLifecycleService'] = new \Shopware\Core\Framework\Store\Services\ExtensionLifecycleService(($this->privates['Shopware\\Core\\Framework\\Store\\Services\\AbstractStoreAppLifecycleService'] ?? $this->getAbstractStoreAppLifecycleServiceService()), ($this->privates['Shopware\\Core\\Framework\\Plugin\\PluginService'] ?? $this->getPluginServiceService()), ($this->privates['Shopware\\Core\\Framework\\Plugin\\PluginLifecycleService'] ?? $this->getPluginLifecycleServiceService()), ($this->privates['Shopware\\Core\\Framework\\Plugin\\PluginManagementService'] ?? $this->getPluginManagementServiceService()));
  39941.     }
  39942.     /**
  39943.      * Gets the private 'Shopware\Core\Framework\Store\Services\ExtensionLoader' shared service.
  39944.      *
  39945.      * @return \Shopware\Core\Framework\Store\Services\ExtensionLoader
  39946.      */
  39947.     protected function getExtensionLoaderService()
  39948.     {
  39949.         include_once \dirname(__DIR__4).'/vendor/shopware/core/Framework/Store/Services/ExtensionLoader.php';
  39950.         $a = ($this->services['theme.repository'] ?? $this->getTheme_RepositoryService());
  39951.         if (isset($this->privates['Shopware\\Core\\Framework\\Store\\Services\\ExtensionLoader'])) {
  39952.             return $this->privates['Shopware\\Core\\Framework\\Store\\Services\\ExtensionLoader'];
  39953.         }
  39954.         $b = ($this->privates['Shopware\\Core\\System\\SystemConfig\\Service\\ConfigurationService'] ?? $this->getConfigurationServiceService());
  39955.         if (isset($this->privates['Shopware\\Core\\Framework\\Store\\Services\\ExtensionLoader'])) {
  39956.             return $this->privates['Shopware\\Core\\Framework\\Store\\Services\\ExtensionLoader'];
  39957.         }
  39958.         $c = ($this->privates['Shopware\\Core\\Framework\\Store\\Authentication\\LocaleProvider'] ?? $this->getLocaleProviderService());
  39959.         if (isset($this->privates['Shopware\\Core\\Framework\\Store\\Services\\ExtensionLoader'])) {
  39960.             return $this->privates['Shopware\\Core\\Framework\\Store\\Services\\ExtensionLoader'];
  39961.         }
  39962.         return $this->privates['Shopware\\Core\\Framework\\Store\\Services\\ExtensionLoader'] = new \Shopware\Core\Framework\Store\Services\ExtensionLoader($a, ($this->privates['Shopware\\Core\\Framework\\App\\Lifecycle\\AppLoader'] ?? $this->getAppLoaderService()), $b$c, ($this->privates['Shopware\\Core\\System\\Locale\\LanguageLocaleCodeProvider'] ?? $this->getLanguageLocaleCodeProviderService()));
  39963.     }
  39964.     /**
  39965.      * Gets the private 'Shopware\Core\Framework\Store\Services\FirstRunWizardClient' shared service.
  39966.      *
  39967.      * @return \Shopware\Core\Framework\Store\Services\FirstRunWizardClient
  39968.      */
  39969.     protected function getFirstRunWizardClientService()
  39970.     {
  39971.         include_once \dirname(__DIR__4).'/vendor/shopware/core/Framework/Store/Services/FirstRunWizardClient.php';
  39972.         include_once \dirname(__DIR__4).'/vendor/shopware/core/Framework/Store/Authentication/AbstractStoreRequestOptionsProvider.php';
  39973.         include_once \dirname(__DIR__4).'/vendor/shopware/core/Framework/Store/Authentication/FrwRequestOptionsProvider.php';
  39974.         include_once \dirname(__DIR__4).'/vendor/shopware/core/Framework/Store/Services/InstanceService.php';
  39975.         $a = ($this->services['user_config.repository'] ?? $this->getUserConfig_RepositoryService());
  39976.         return $this->privates['Shopware\\Core\\Framework\\Store\\Services\\FirstRunWizardClient'] = new \Shopware\Core\Framework\Store\Services\FirstRunWizardClient(($this->privates['Shopware\\Core\\Framework\\Store\\Services\\StoreService'] ?? $this->getStoreServiceService()), ($this->services['Shopware\\Core\\System\\SystemConfig\\SystemConfigService'] ?? $this->getSystemConfigServiceService()), ($this->services['shopware.filesystem.public'] ?? $this->getShopware_Filesystem_PublicService()), true, ($this->services['event_dispatcher'] ?? $this->getEventDispatcherService()), ($this->services['shopware.store_client'] ?? $this->getShopware_StoreClientService()), new \Shopware\Core\Framework\Store\Authentication\FrwRequestOptionsProvider(($this->services['Shopware\\Core\\Framework\\Store\\Authentication\\StoreRequestOptionsProvider'] ?? $this->getStoreRequestOptionsProviderService()), $a), ($this->privates['Shopware\\Core\\Framework\\Store\\Services\\InstanceService'] ?? ($this->privates['Shopware\\Core\\Framework\\Store\\Services\\InstanceService'] = new \Shopware\Core\Framework\Store\Services\InstanceService('6.4.20.0'$this->getEnv('INSTANCE_ID')))), $a, ($this->privates['Shopware\\Core\\Framework\\Store\\Services\\TrackingEventClient'] ?? $this->getTrackingEventClientService()));
  39977.     }
  39978.     /**
  39979.      * Gets the private 'Shopware\Core\Framework\Store\Services\StoreClient' shared service.
  39980.      *
  39981.      * @return \Shopware\Core\Framework\Store\Services\StoreClient
  39982.      */
  39983.     protected function getStoreClientService()
  39984.     {
  39985.         include_once \dirname(__DIR__4).'/vendor/shopware/core/Framework/Store/Services/StoreClient.php';
  39986.         include_once \dirname(__DIR__4).'/vendor/shopware/core/Framework/Store/Services/InstanceService.php';
  39987.         $a = ($this->privates['Shopware\\Core\\Framework\\Store\\Services\\StoreService'] ?? $this->getStoreServiceService());
  39988.         if (isset($this->privates['Shopware\\Core\\Framework\\Store\\Services\\StoreClient'])) {
  39989.             return $this->privates['Shopware\\Core\\Framework\\Store\\Services\\StoreClient'];
  39990.         }
  39991.         $b = ($this->services['plugin.repository'] ?? $this->getPlugin_RepositoryService());
  39992.         if (isset($this->privates['Shopware\\Core\\Framework\\Store\\Services\\StoreClient'])) {
  39993.             return $this->privates['Shopware\\Core\\Framework\\Store\\Services\\StoreClient'];
  39994.         }
  39995.         $c = ($this->services['Shopware\\Core\\System\\SystemConfig\\SystemConfigService'] ?? $this->getSystemConfigServiceService());
  39996.         if (isset($this->privates['Shopware\\Core\\Framework\\Store\\Services\\StoreClient'])) {
  39997.             return $this->privates['Shopware\\Core\\Framework\\Store\\Services\\StoreClient'];
  39998.         }
  39999.         $d = ($this->services['Shopware\\Core\\Framework\\Store\\Authentication\\StoreRequestOptionsProvider'] ?? $this->getStoreRequestOptionsProviderService());
  40000.         if (isset($this->privates['Shopware\\Core\\Framework\\Store\\Services\\StoreClient'])) {
  40001.             return $this->privates['Shopware\\Core\\Framework\\Store\\Services\\StoreClient'];
  40002.         }
  40003.         $e = ($this->privates['Shopware\\Core\\Framework\\Store\\Services\\ExtensionLoader'] ?? $this->getExtensionLoaderService());
  40004.         if (isset($this->privates['Shopware\\Core\\Framework\\Store\\Services\\StoreClient'])) {
  40005.             return $this->privates['Shopware\\Core\\Framework\\Store\\Services\\StoreClient'];
  40006.         }
  40007.         return $this->privates['Shopware\\Core\\Framework\\Store\\Services\\StoreClient'] = new \Shopware\Core\Framework\Store\Services\StoreClient($this->parameters['shopware.store_endpoints'], $a$b$c$d$e, ($this->services['shopware.store_client'] ?? $this->getShopware_StoreClientService()), ($this->privates['Shopware\\Core\\Framework\\Store\\Services\\InstanceService'] ?? ($this->privates['Shopware\\Core\\Framework\\Store\\Services\\InstanceService'] = new \Shopware\Core\Framework\Store\Services\InstanceService('6.4.20.0'$this->getEnv('INSTANCE_ID')))));
  40008.     }
  40009.     /**
  40010.      * Gets the private 'Shopware\Core\Framework\Store\Services\StoreService' shared service.
  40011.      *
  40012.      * @return \Shopware\Core\Framework\Store\Services\StoreService
  40013.      */
  40014.     protected function getStoreServiceService($lazyLoad true)
  40015.     {
  40016.         if ($lazyLoad) {
  40017.             return $this->privates['Shopware\\Core\\Framework\\Store\\Services\\StoreService'] = $this->createProxy('StoreService_93b91c4', function () {
  40018.                 return \StoreService_93b91c4::staticProxyConstructor(function (&$wrappedInstance\ProxyManager\Proxy\LazyLoadingInterface $proxy) {
  40019.                     $wrappedInstance $this->getStoreServiceService(false);
  40020.                     $proxy->setProxyInitializer(null);
  40021.                     return true;
  40022.                 });
  40023.             });
  40024.         }
  40025.         return new \Shopware\Core\Framework\Store\Services\StoreService(($this->services['user.repository'] ?? $this->getUser_RepositoryService()), ($this->privates['Shopware\\Core\\Framework\\Store\\Services\\TrackingEventClient'] ?? $this->getTrackingEventClientService()));
  40026.     }
  40027.     /**
  40028.      * Gets the private 'Shopware\Core\Framework\Store\Services\TrackingEventClient' shared service.
  40029.      *
  40030.      * @return \Shopware\Core\Framework\Store\Services\TrackingEventClient
  40031.      */
  40032.     protected function getTrackingEventClientService()
  40033.     {
  40034.         include_once \dirname(__DIR__4).'/vendor/shopware/core/Framework/Store/Services/TrackingEventClient.php';
  40035.         include_once \dirname(__DIR__4).'/vendor/shopware/core/Framework/Store/Services/InstanceService.php';
  40036.         $a = ($this->services['shopware.store_client'] ?? $this->getShopware_StoreClientService());
  40037.         if (isset($this->privates['Shopware\\Core\\Framework\\Store\\Services\\TrackingEventClient'])) {
  40038.             return $this->privates['Shopware\\Core\\Framework\\Store\\Services\\TrackingEventClient'];
  40039.         }
  40040.         return $this->privates['Shopware\\Core\\Framework\\Store\\Services\\TrackingEventClient'] = new \Shopware\Core\Framework\Store\Services\TrackingEventClient($a, ($this->privates['Shopware\\Core\\Framework\\Store\\Services\\InstanceService'] ?? ($this->privates['Shopware\\Core\\Framework\\Store\\Services\\InstanceService'] = new \Shopware\Core\Framework\Store\Services\InstanceService('6.4.20.0'$this->getEnv('INSTANCE_ID')))));
  40041.     }
  40042.     /**
  40043.      * Gets the private 'Shopware\Core\Framework\Store\Subscriber\LicenseHostChangedSubscriber' shared service.
  40044.      *
  40045.      * @return \Shopware\Core\Framework\Store\Subscriber\LicenseHostChangedSubscriber
  40046.      */
  40047.     protected function getLicenseHostChangedSubscriberService()
  40048.     {
  40049.         include_once \dirname(__DIR__4).'/vendor/shopware/core/Framework/Store/Subscriber/LicenseHostChangedSubscriber.php';
  40050.         $a = ($this->services['Shopware\\Core\\System\\SystemConfig\\SystemConfigService'] ?? $this->getSystemConfigServiceService());
  40051.         if (isset($this->privates['Shopware\\Core\\Framework\\Store\\Subscriber\\LicenseHostChangedSubscriber'])) {
  40052.             return $this->privates['Shopware\\Core\\Framework\\Store\\Subscriber\\LicenseHostChangedSubscriber'];
  40053.         }
  40054.         return $this->privates['Shopware\\Core\\Framework\\Store\\Subscriber\\LicenseHostChangedSubscriber'] = new \Shopware\Core\Framework\Store\Subscriber\LicenseHostChangedSubscriber($a, ($this->services['Doctrine\\DBAL\\Connection'] ?? $this->getConnectionService()));
  40055.     }
  40056.     /**
  40057.      * Gets the private 'Shopware\Core\Framework\Update\Checkers\LicenseCheck' shared service.
  40058.      *
  40059.      * @return \Shopware\Core\Framework\Update\Checkers\LicenseCheck
  40060.      */
  40061.     protected function getLicenseCheckService()
  40062.     {
  40063.         include_once \dirname(__DIR__4).'/vendor/shopware/core/Framework/Update/Checkers/CheckerInterface.php';
  40064.         include_once \dirname(__DIR__4).'/vendor/shopware/core/Framework/Update/Checkers/LicenseCheck.php';
  40065.         return $this->privates['Shopware\\Core\\Framework\\Update\\Checkers\\LicenseCheck'] = new \Shopware\Core\Framework\Update\Checkers\LicenseCheck(($this->services['Shopware\\Core\\System\\SystemConfig\\SystemConfigService'] ?? $this->getSystemConfigServiceService()), ($this->privates['Shopware\\Core\\Framework\\Store\\Services\\StoreClient'] ?? $this->getStoreClientService()));
  40066.     }
  40067.     /**
  40068.      * Gets the private 'Shopware\Core\Framework\Update\Checkers\MysqlVersionCheck' shared service.
  40069.      *
  40070.      * @return \Shopware\Core\Framework\Update\Checkers\MysqlVersionCheck
  40071.      */
  40072.     protected function getMysqlVersionCheckService()
  40073.     {
  40074.         include_once \dirname(__DIR__4).'/vendor/shopware/core/Framework/Update/Checkers/CheckerInterface.php';
  40075.         include_once \dirname(__DIR__4).'/vendor/shopware/core/Framework/Update/Checkers/MysqlVersionCheck.php';
  40076.         return $this->privates['Shopware\\Core\\Framework\\Update\\Checkers\\MysqlVersionCheck'] = new \Shopware\Core\Framework\Update\Checkers\MysqlVersionCheck(($this->services['Doctrine\\DBAL\\Connection'] ?? $this->getConnectionService()));
  40077.     }
  40078.     /**
  40079.      * Gets the private 'Shopware\Core\Framework\Update\Checkers\WriteableCheck' shared service.
  40080.      *
  40081.      * @return \Shopware\Core\Framework\Update\Checkers\WriteableCheck
  40082.      */
  40083.     protected function getWriteableCheckService()
  40084.     {
  40085.         include_once \dirname(__DIR__4).'/vendor/shopware/core/Framework/Update/Checkers/CheckerInterface.php';
  40086.         include_once \dirname(__DIR__4).'/vendor/shopware/core/Framework/Update/Checkers/WriteableCheck.php';
  40087.         include_once \dirname(__DIR__4).'/vendor/shopware/core/Framework/Update/Services/Filesystem.php';
  40088.         return $this->privates['Shopware\\Core\\Framework\\Update\\Checkers\\WriteableCheck'] = new \Shopware\Core\Framework\Update\Checkers\WriteableCheck(new \Shopware\Core\Framework\Update\Services\Filesystem(), \dirname(__DIR__4));
  40089.     }
  40090.     /**
  40091.      * Gets the private 'Shopware\Core\Framework\Validation\DataValidator' shared service.
  40092.      *
  40093.      * @return \Shopware\Core\Framework\Validation\DataValidator
  40094.      */
  40095.     protected function getDataValidatorService()
  40096.     {
  40097.         $a = ($this->services['.container.private.validator'] ?? $this->get_Container_Private_ValidatorService());
  40098.         if (isset($this->privates['Shopware\\Core\\Framework\\Validation\\DataValidator'])) {
  40099.             return $this->privates['Shopware\\Core\\Framework\\Validation\\DataValidator'];
  40100.         }
  40101.         return $this->privates['Shopware\\Core\\Framework\\Validation\\DataValidator'] = new \Shopware\Core\Framework\Validation\DataValidator($a);
  40102.     }
  40103.     /**
  40104.      * Gets the private 'Shopware\Core\Framework\Webhook\BusinessEventEncoder' shared service.
  40105.      *
  40106.      * @return \Shopware\Core\Framework\Webhook\BusinessEventEncoder
  40107.      */
  40108.     protected function getBusinessEventEncoderService()
  40109.     {
  40110.         return $this->privates['Shopware\\Core\\Framework\\Webhook\\BusinessEventEncoder'] = new \Shopware\Core\Framework\Webhook\BusinessEventEncoder(($this->privates['Shopware\\Core\\Framework\\Api\\Serializer\\JsonEntityEncoder'] ?? $this->getJsonEntityEncoderService()), ($this->services['Shopware\\Core\\Framework\\DataAbstractionLayer\\DefinitionInstanceRegistry'] ?? $this->getDefinitionInstanceRegistryService()));
  40111.     }
  40112.     /**
  40113.      * Gets the private 'Shopware\Core\Framework\Webhook\Handler\WebhookEventMessageHandler' shared service.
  40114.      *
  40115.      * @return \Shopware\Core\Framework\Webhook\Handler\WebhookEventMessageHandler
  40116.      */
  40117.     protected function getWebhookEventMessageHandlerService()
  40118.     {
  40119.         include_once \dirname(__DIR__4).'/vendor/shopware/core/Framework/Webhook/Handler/WebhookEventMessageHandler.php';
  40120.         $a = ($this->privates['shopware.app_system.guzzle'] ?? $this->getShopware_AppSystem_GuzzleService());
  40121.         if (isset($this->privates['Shopware\\Core\\Framework\\Webhook\\Handler\\WebhookEventMessageHandler'])) {
  40122.             return $this->privates['Shopware\\Core\\Framework\\Webhook\\Handler\\WebhookEventMessageHandler'];
  40123.         }
  40124.         $b = ($this->services['webhook.repository'] ?? $this->getWebhook_RepositoryService());
  40125.         if (isset($this->privates['Shopware\\Core\\Framework\\Webhook\\Handler\\WebhookEventMessageHandler'])) {
  40126.             return $this->privates['Shopware\\Core\\Framework\\Webhook\\Handler\\WebhookEventMessageHandler'];
  40127.         }
  40128.         $c = ($this->services['webhook_event_log.repository'] ?? $this->getWebhookEventLog_RepositoryService());
  40129.         if (isset($this->privates['Shopware\\Core\\Framework\\Webhook\\Handler\\WebhookEventMessageHandler'])) {
  40130.             return $this->privates['Shopware\\Core\\Framework\\Webhook\\Handler\\WebhookEventMessageHandler'];
  40131.         }
  40132.         return $this->privates['Shopware\\Core\\Framework\\Webhook\\Handler\\WebhookEventMessageHandler'] = new \Shopware\Core\Framework\Webhook\Handler\WebhookEventMessageHandler($a$b$c);
  40133.     }
  40134.     /**
  40135.      * Gets the private 'Shopware\Core\Framework\Webhook\Hookable\HookableEventFactory' shared service.
  40136.      *
  40137.      * @return \Shopware\Core\Framework\Webhook\Hookable\HookableEventFactory
  40138.      */
  40139.     protected function getHookableEventFactoryService($lazyLoad true)
  40140.     {
  40141.         if ($lazyLoad) {
  40142.             return $this->privates['Shopware\\Core\\Framework\\Webhook\\Hookable\\HookableEventFactory'] = $this->createProxy('HookableEventFactory_f62e15e', function () {
  40143.                 return \HookableEventFactory_f62e15e::staticProxyConstructor(function (&$wrappedInstance\ProxyManager\Proxy\LazyLoadingInterface $proxy) {
  40144.                     $wrappedInstance $this->getHookableEventFactoryService(false);
  40145.                     $proxy->setProxyInitializer(null);
  40146.                     return true;
  40147.                 });
  40148.             });
  40149.         }
  40150.         include_once \dirname(__DIR__4).'/vendor/shopware/core/Framework/Webhook/Hookable/WriteResultMerger.php';
  40151.         return new \Shopware\Core\Framework\Webhook\Hookable\HookableEventFactory(($this->privates['Shopware\\Core\\Framework\\Webhook\\BusinessEventEncoder'] ?? $this->getBusinessEventEncoderService()), new \Shopware\Core\Framework\Webhook\Hookable\WriteResultMerger(($this->services['Shopware\\Core\\Framework\\DataAbstractionLayer\\DefinitionInstanceRegistry'] ?? $this->getDefinitionInstanceRegistryService())));
  40152.     }
  40153.     /**
  40154.      * Gets the private 'Shopware\Core\Framework\Webhook\Subscriber\RetryWebhookMessageFailedSubscriber' shared service.
  40155.      *
  40156.      * @return \Shopware\Core\Framework\Webhook\Subscriber\RetryWebhookMessageFailedSubscriber
  40157.      */
  40158.     protected function getRetryWebhookMessageFailedSubscriberService()
  40159.     {
  40160.         include_once \dirname(__DIR__4).'/vendor/shopware/core/Framework/Webhook/Subscriber/RetryWebhookMessageFailedSubscriber.php';
  40161.         $a = ($this->services['dead_message.repository'] ?? $this->getDeadMessage_RepositoryService());
  40162.         if (isset($this->privates['Shopware\\Core\\Framework\\Webhook\\Subscriber\\RetryWebhookMessageFailedSubscriber'])) {
  40163.             return $this->privates['Shopware\\Core\\Framework\\Webhook\\Subscriber\\RetryWebhookMessageFailedSubscriber'];
  40164.         }
  40165.         $b = ($this->services['webhook.repository'] ?? $this->getWebhook_RepositoryService());
  40166.         if (isset($this->privates['Shopware\\Core\\Framework\\Webhook\\Subscriber\\RetryWebhookMessageFailedSubscriber'])) {
  40167.             return $this->privates['Shopware\\Core\\Framework\\Webhook\\Subscriber\\RetryWebhookMessageFailedSubscriber'];
  40168.         }
  40169.         $c = ($this->services['webhook_event_log.repository'] ?? $this->getWebhookEventLog_RepositoryService());
  40170.         if (isset($this->privates['Shopware\\Core\\Framework\\Webhook\\Subscriber\\RetryWebhookMessageFailedSubscriber'])) {
  40171.             return $this->privates['Shopware\\Core\\Framework\\Webhook\\Subscriber\\RetryWebhookMessageFailedSubscriber'];
  40172.         }
  40173.         return $this->privates['Shopware\\Core\\Framework\\Webhook\\Subscriber\\RetryWebhookMessageFailedSubscriber'] = new \Shopware\Core\Framework\Webhook\Subscriber\RetryWebhookMessageFailedSubscriber($a$b$c);
  40174.     }
  40175.     /**
  40176.      * Gets the private 'Shopware\Core\Framework\Webhook\WebhookCacheClearer' shared service.
  40177.      *
  40178.      * @return \Shopware\Core\Framework\Webhook\WebhookCacheClearer
  40179.      */
  40180.     protected function getWebhookCacheClearerService()
  40181.     {
  40182.         include_once \dirname(__DIR__4).'/vendor/shopware/core/Framework/Webhook/WebhookCacheClearer.php';
  40183.         $a = ($this->privates['Shopware\\Core\\Framework\\Webhook\\WebhookDispatcher'] ?? $this->getWebhookDispatcherService());
  40184.         if (isset($this->privates['Shopware\\Core\\Framework\\Webhook\\WebhookCacheClearer'])) {
  40185.             return $this->privates['Shopware\\Core\\Framework\\Webhook\\WebhookCacheClearer'];
  40186.         }
  40187.         return $this->privates['Shopware\\Core\\Framework\\Webhook\\WebhookCacheClearer'] = new \Shopware\Core\Framework\Webhook\WebhookCacheClearer($a);
  40188.     }
  40189.     /**
  40190.      * Gets the private 'Shopware\Core\Framework\Webhook\WebhookDispatcher' shared service.
  40191.      *
  40192.      * @return \Shopware\Core\Framework\Webhook\WebhookDispatcher
  40193.      */
  40194.     protected function getWebhookDispatcherService()
  40195.     {
  40196.         $a = ($this->services['Shopware\\Core\\Content\\Flow\\Dispatching\\FlowFactory'] ?? $this->getFlowFactoryService());
  40197.         if (isset($this->privates['Shopware\\Core\\Framework\\Webhook\\WebhookDispatcher'])) {
  40198.             return $this->privates['Shopware\\Core\\Framework\\Webhook\\WebhookDispatcher'];
  40199.         }
  40200.         $b = ($this->privates['shopware.app_system.guzzle'] ?? $this->getShopware_AppSystem_GuzzleService());
  40201.         if (isset($this->privates['Shopware\\Core\\Framework\\Webhook\\WebhookDispatcher'])) {
  40202.             return $this->privates['Shopware\\Core\\Framework\\Webhook\\WebhookDispatcher'];
  40203.         }
  40204.         $c = ($this->services['messenger.default_bus'] ?? $this->getMessenger_DefaultBusService());
  40205.         if (isset($this->privates['Shopware\\Core\\Framework\\Webhook\\WebhookDispatcher'])) {
  40206.             return $this->privates['Shopware\\Core\\Framework\\Webhook\\WebhookDispatcher'];
  40207.         }
  40208.         $d = new \Shopware\Core\Content\Flow\Dispatching\FlowDispatcher(new \Symfony\Component\EventDispatcher\EventDispatcher(), ($this->services['logger'] ?? $this->getLoggerService()), $a);
  40209.         $d->setContainer($this);
  40210.         return $this->privates['Shopware\\Core\\Framework\\Webhook\\WebhookDispatcher'] = new \Shopware\Core\Framework\Webhook\WebhookDispatcher($d, ($this->services['Doctrine\\DBAL\\Connection'] ?? $this->getConnectionService()), $b$this->getEnv('APP_URL'), $this, ($this->privates['Shopware\\Core\\Framework\\Webhook\\Hookable\\HookableEventFactory'] ?? $this->getHookableEventFactoryService()), '6.4.20.0'$cfalse);
  40211.     }
  40212.     /**
  40213.      * Gets the private 'Shopware\Core\Maintenance\SalesChannel\Command\SalesChannelCreateCommand' shared autowired service.
  40214.      *
  40215.      * @return \Shopware\Core\Maintenance\SalesChannel\Command\SalesChannelCreateCommand
  40216.      */
  40217.     protected function getSalesChannelCreateCommandService()
  40218.     {
  40219.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/Command.php';
  40220.         include_once \dirname(__DIR__4).'/vendor/shopware/core/Maintenance/SalesChannel/Command/SalesChannelCreateCommand.php';
  40221.         $this->privates['Shopware\\Core\\Maintenance\\SalesChannel\\Command\\SalesChannelCreateCommand'] = $instance = new \Shopware\Core\Maintenance\SalesChannel\Command\SalesChannelCreateCommand(($this->services['payment_method.repository'] ?? $this->getPaymentMethod_RepositoryService()), ($this->services['shipping_method.repository'] ?? $this->getShippingMethod_RepositoryService()), ($this->services['country.repository'] ?? $this->getCountry_RepositoryService()), ($this->services['snippet_set.repository'] ?? $this->getSnippetSet_RepositoryService()), ($this->services['category.repository'] ?? $this->getCategory_RepositoryService()), ($this->services['Shopware\\Core\\Maintenance\\SalesChannel\\Service\\SalesChannelCreator'] ?? $this->getSalesChannelCreatorService()));
  40222.         $instance->setName('sales-channel:create');
  40223.         return $instance;
  40224.     }
  40225.     /**
  40226.      * Gets the private 'Shopware\Core\Maintenance\SalesChannel\Command\SalesChannelListCommand' shared autowired service.
  40227.      *
  40228.      * @return \Shopware\Core\Maintenance\SalesChannel\Command\SalesChannelListCommand
  40229.      */
  40230.     protected function getSalesChannelListCommandService()
  40231.     {
  40232.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/Command.php';
  40233.         include_once \dirname(__DIR__4).'/vendor/shopware/core/Maintenance/SalesChannel/Command/SalesChannelListCommand.php';
  40234.         $this->privates['Shopware\\Core\\Maintenance\\SalesChannel\\Command\\SalesChannelListCommand'] = $instance = new \Shopware\Core\Maintenance\SalesChannel\Command\SalesChannelListCommand(($this->services['sales_channel.repository'] ?? $this->getSalesChannel_RepositoryService()));
  40235.         $instance->setName('sales-channel:list');
  40236.         return $instance;
  40237.     }
  40238.     /**
  40239.      * Gets the private 'Shopware\Core\Maintenance\SalesChannel\Command\SalesChannelMaintenanceDisableCommand' shared autowired service.
  40240.      *
  40241.      * @return \Shopware\Core\Maintenance\SalesChannel\Command\SalesChannelMaintenanceDisableCommand
  40242.      */
  40243.     protected function getSalesChannelMaintenanceDisableCommandService()
  40244.     {
  40245.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/Command.php';
  40246.         include_once \dirname(__DIR__4).'/vendor/shopware/core/Maintenance/SalesChannel/Command/SalesChannelMaintenanceEnableCommand.php';
  40247.         include_once \dirname(__DIR__4).'/vendor/shopware/core/Maintenance/SalesChannel/Command/SalesChannelMaintenanceDisableCommand.php';
  40248.         $this->privates['Shopware\\Core\\Maintenance\\SalesChannel\\Command\\SalesChannelMaintenanceDisableCommand'] = $instance = new \Shopware\Core\Maintenance\SalesChannel\Command\SalesChannelMaintenanceDisableCommand(($this->services['sales_channel.repository'] ?? $this->getSalesChannel_RepositoryService()));
  40249.         $instance->setName('sales-channel:maintenance:disable');
  40250.         return $instance;
  40251.     }
  40252.     /**
  40253.      * Gets the private 'Shopware\Core\Maintenance\SalesChannel\Command\SalesChannelMaintenanceEnableCommand' shared autowired service.
  40254.      *
  40255.      * @return \Shopware\Core\Maintenance\SalesChannel\Command\SalesChannelMaintenanceEnableCommand
  40256.      */
  40257.     protected function getSalesChannelMaintenanceEnableCommandService()
  40258.     {
  40259.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/Command.php';
  40260.         include_once \dirname(__DIR__4).'/vendor/shopware/core/Maintenance/SalesChannel/Command/SalesChannelMaintenanceEnableCommand.php';
  40261.         $this->privates['Shopware\\Core\\Maintenance\\SalesChannel\\Command\\SalesChannelMaintenanceEnableCommand'] = $instance = new \Shopware\Core\Maintenance\SalesChannel\Command\SalesChannelMaintenanceEnableCommand(($this->services['sales_channel.repository'] ?? $this->getSalesChannel_RepositoryService()));
  40262.         $instance->setName('sales-channel:maintenance:enable');
  40263.         return $instance;
  40264.     }
  40265.     /**
  40266.      * Gets the private 'Shopware\Core\Maintenance\SalesChannel\Command\SalesChannelUpdateDomainCommand' shared autowired service.
  40267.      *
  40268.      * @return \Shopware\Core\Maintenance\SalesChannel\Command\SalesChannelUpdateDomainCommand
  40269.      */
  40270.     protected function getSalesChannelUpdateDomainCommandService()
  40271.     {
  40272.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/Command.php';
  40273.         include_once \dirname(__DIR__4).'/vendor/shopware/core/Maintenance/SalesChannel/Command/SalesChannelUpdateDomainCommand.php';
  40274.         $this->privates['Shopware\\Core\\Maintenance\\SalesChannel\\Command\\SalesChannelUpdateDomainCommand'] = $instance = new \Shopware\Core\Maintenance\SalesChannel\Command\SalesChannelUpdateDomainCommand(($this->services['sales_channel_domain.repository'] ?? $this->getSalesChannelDomain_RepositoryService()));
  40275.         $instance->setName('sales-channel:update:domain');
  40276.         $instance->setDescription('Changes the domain of all sales channels');
  40277.         return $instance;
  40278.     }
  40279.     /**
  40280.      * Gets the private 'Shopware\Core\Maintenance\System\Command\SystemConfigureShopCommand' shared autowired service.
  40281.      *
  40282.      * @return \Shopware\Core\Maintenance\System\Command\SystemConfigureShopCommand
  40283.      */
  40284.     protected function getSystemConfigureShopCommandService()
  40285.     {
  40286.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/Command.php';
  40287.         include_once \dirname(__DIR__4).'/vendor/shopware/core/Maintenance/System/Command/SystemConfigureShopCommand.php';
  40288.         include_once \dirname(__DIR__4).'/vendor/shopware/core/Maintenance/System/Service/ShopConfigurator.php';
  40289.         $this->privates['Shopware\\Core\\Maintenance\\System\\Command\\SystemConfigureShopCommand'] = $instance = new \Shopware\Core\Maintenance\System\Command\SystemConfigureShopCommand(new \Shopware\Core\Maintenance\System\Service\ShopConfigurator(($this->services['Doctrine\\DBAL\\Connection'] ?? $this->getConnectionService())), ($this->privates['Shopware\\Core\\Framework\\Adapter\\Cache\\CacheClearer'] ?? $this->getCacheClearer2Service()));
  40290.         $instance->setName('system:configure-shop');
  40291.         return $instance;
  40292.     }
  40293.     /**
  40294.      * Gets the private 'Shopware\Core\Maintenance\System\Command\SystemGenerateAppSecretCommand' shared autowired service.
  40295.      *
  40296.      * @return \Shopware\Core\Maintenance\System\Command\SystemGenerateAppSecretCommand
  40297.      */
  40298.     protected function getSystemGenerateAppSecretCommandService()
  40299.     {
  40300.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/Command.php';
  40301.         include_once \dirname(__DIR__4).'/vendor/shopware/core/Maintenance/System/Command/SystemGenerateAppSecretCommand.php';
  40302.         $this->privates['Shopware\\Core\\Maintenance\\System\\Command\\SystemGenerateAppSecretCommand'] = $instance = new \Shopware\Core\Maintenance\System\Command\SystemGenerateAppSecretCommand();
  40303.         $instance->setName('system:generate-app-secret');
  40304.         return $instance;
  40305.     }
  40306.     /**
  40307.      * Gets the private 'Shopware\Core\Maintenance\System\Command\SystemGenerateJwtSecretCommand' shared autowired service.
  40308.      *
  40309.      * @return \Shopware\Core\Maintenance\System\Command\SystemGenerateJwtSecretCommand
  40310.      */
  40311.     protected function getSystemGenerateJwtSecretCommandService()
  40312.     {
  40313.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/Command.php';
  40314.         include_once \dirname(__DIR__4).'/vendor/shopware/core/Maintenance/System/Command/SystemGenerateJwtSecretCommand.php';
  40315.         include_once \dirname(__DIR__4).'/vendor/shopware/core/Maintenance/System/Service/JwtCertificateGenerator.php';
  40316.         $this->privates['Shopware\\Core\\Maintenance\\System\\Command\\SystemGenerateJwtSecretCommand'] = $instance = new \Shopware\Core\Maintenance\System\Command\SystemGenerateJwtSecretCommand(\dirname(__DIR__4), ($this->privates['Shopware\\Core\\Maintenance\\System\\Service\\JwtCertificateGenerator'] ?? ($this->privates['Shopware\\Core\\Maintenance\\System\\Service\\JwtCertificateGenerator'] = new \Shopware\Core\Maintenance\System\Service\JwtCertificateGenerator())));
  40317.         $instance->setName('system:generate-jwt-secret');
  40318.         return $instance;
  40319.     }
  40320.     /**
  40321.      * Gets the private 'Shopware\Core\Maintenance\System\Command\SystemInstallCommand' shared autowired service.
  40322.      *
  40323.      * @return \Shopware\Core\Maintenance\System\Command\SystemInstallCommand
  40324.      */
  40325.     protected function getSystemInstallCommandService()
  40326.     {
  40327.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/Command.php';
  40328.         include_once \dirname(__DIR__4).'/vendor/shopware/core/Maintenance/System/Command/SystemInstallCommand.php';
  40329.         include_once \dirname(__DIR__4).'/vendor/shopware/core/Maintenance/System/Service/SetupDatabaseAdapter.php';
  40330.         $this->privates['Shopware\\Core\\Maintenance\\System\\Command\\SystemInstallCommand'] = $instance = new \Shopware\Core\Maintenance\System\Command\SystemInstallCommand(\dirname(__DIR__4), new \Shopware\Core\Maintenance\System\Service\SetupDatabaseAdapter());
  40331.         $instance->setName('system:install');
  40332.         return $instance;
  40333.     }
  40334.     /**
  40335.      * Gets the private 'Shopware\Core\Maintenance\System\Command\SystemSetupCommand' shared autowired service.
  40336.      *
  40337.      * @return \Shopware\Core\Maintenance\System\Command\SystemSetupCommand
  40338.      */
  40339.     protected function getSystemSetupCommandService()
  40340.     {
  40341.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/Command.php';
  40342.         include_once \dirname(__DIR__4).'/vendor/shopware/core/Maintenance/System/Command/SystemSetupCommand.php';
  40343.         include_once \dirname(__DIR__4).'/vendor/shopware/core/Maintenance/System/Service/JwtCertificateGenerator.php';
  40344.         $this->privates['Shopware\\Core\\Maintenance\\System\\Command\\SystemSetupCommand'] = $instance = new \Shopware\Core\Maintenance\System\Command\SystemSetupCommand(\dirname(__DIR__4), ($this->privates['Shopware\\Core\\Maintenance\\System\\Service\\JwtCertificateGenerator'] ?? ($this->privates['Shopware\\Core\\Maintenance\\System\\Service\\JwtCertificateGenerator'] = new \Shopware\Core\Maintenance\System\Service\JwtCertificateGenerator())), ($this->privates['Symfony\\Component\\Dotenv\\Command\\DotenvDumpCommand'] ?? $this->getDotenvDumpCommandService()));
  40345.         $instance->setName('system:setup');
  40346.         return $instance;
  40347.     }
  40348.     /**
  40349.      * Gets the private 'Shopware\Core\Maintenance\System\Command\SystemUpdateFinishCommand' shared autowired service.
  40350.      *
  40351.      * @return \Shopware\Core\Maintenance\System\Command\SystemUpdateFinishCommand
  40352.      */
  40353.     protected function getSystemUpdateFinishCommandService()
  40354.     {
  40355.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/Command.php';
  40356.         include_once \dirname(__DIR__4).'/vendor/shopware/core/Maintenance/System/Command/SystemUpdateFinishCommand.php';
  40357.         $this->privates['Shopware\\Core\\Maintenance\\System\\Command\\SystemUpdateFinishCommand'] = $instance = new \Shopware\Core\Maintenance\System\Command\SystemUpdateFinishCommand($this);
  40358.         $instance->setName('system:update:finish');
  40359.         return $instance;
  40360.     }
  40361.     /**
  40362.      * Gets the private 'Shopware\Core\Maintenance\System\Command\SystemUpdatePrepareCommand' shared autowired service.
  40363.      *
  40364.      * @return \Shopware\Core\Maintenance\System\Command\SystemUpdatePrepareCommand
  40365.      */
  40366.     protected function getSystemUpdatePrepareCommandService()
  40367.     {
  40368.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/Command.php';
  40369.         include_once \dirname(__DIR__4).'/vendor/shopware/core/Maintenance/System/Command/SystemUpdatePrepareCommand.php';
  40370.         $this->privates['Shopware\\Core\\Maintenance\\System\\Command\\SystemUpdatePrepareCommand'] = $instance = new \Shopware\Core\Maintenance\System\Command\SystemUpdatePrepareCommand($this);
  40371.         $instance->setName('system:update:prepare');
  40372.         return $instance;
  40373.     }
  40374.     /**
  40375.      * Gets the private 'Shopware\Core\Maintenance\User\Command\UserChangePasswordCommand' shared autowired service.
  40376.      *
  40377.      * @return \Shopware\Core\Maintenance\User\Command\UserChangePasswordCommand
  40378.      */
  40379.     protected function getUserChangePasswordCommandService()
  40380.     {
  40381.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/Command.php';
  40382.         include_once \dirname(__DIR__4).'/vendor/shopware/core/Maintenance/User/Command/UserChangePasswordCommand.php';
  40383.         $this->privates['Shopware\\Core\\Maintenance\\User\\Command\\UserChangePasswordCommand'] = $instance = new \Shopware\Core\Maintenance\User\Command\UserChangePasswordCommand(($this->services['user.repository'] ?? $this->getUser_RepositoryService()));
  40384.         $instance->setName('user:change-password');
  40385.         return $instance;
  40386.     }
  40387.     /**
  40388.      * Gets the private 'Shopware\Core\Maintenance\User\Command\UserCreateCommand' shared autowired service.
  40389.      *
  40390.      * @return \Shopware\Core\Maintenance\User\Command\UserCreateCommand
  40391.      */
  40392.     protected function getUserCreateCommandService()
  40393.     {
  40394.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/Command.php';
  40395.         include_once \dirname(__DIR__4).'/vendor/shopware/core/Maintenance/User/Command/UserCreateCommand.php';
  40396.         $this->privates['Shopware\\Core\\Maintenance\\User\\Command\\UserCreateCommand'] = $instance = new \Shopware\Core\Maintenance\User\Command\UserCreateCommand(($this->services['Shopware\\Core\\Maintenance\\User\\Service\\UserProvisioner'] ?? $this->getUserProvisionerService()));
  40397.         $instance->setName('user:create');
  40398.         return $instance;
  40399.     }
  40400.     /**
  40401.      * Gets the private 'Shopware\Core\Profiling\Integration\Stopwatch' shared service.
  40402.      *
  40403.      * @return \Shopware\Core\Profiling\Integration\Stopwatch
  40404.      */
  40405.     protected function getStopwatchService()
  40406.     {
  40407.         include_once \dirname(__DIR__4).'/vendor/shopware/core/Profiling/Integration/ProfilerInterface.php';
  40408.         include_once \dirname(__DIR__4).'/vendor/shopware/core/Profiling/Integration/Stopwatch.php';
  40409.         return $this->privates['Shopware\\Core\\Profiling\\Integration\\Stopwatch'] = new \Shopware\Core\Profiling\Integration\Stopwatch(($this->privates['debug.stopwatch'] ?? ($this->privates['debug.stopwatch'] = new \Symfony\Component\Stopwatch\Stopwatch(true))));
  40410.     }
  40411.     /**
  40412.      * Gets the private 'Shopware\Core\Profiling\Subscriber\ActiveRulesDataCollectorSubscriber' shared service.
  40413.      *
  40414.      * @return \Shopware\Core\Profiling\Subscriber\ActiveRulesDataCollectorSubscriber
  40415.      */
  40416.     protected function getActiveRulesDataCollectorSubscriberService()
  40417.     {
  40418.         $a = ($this->services['rule.repository'] ?? $this->getRule_RepositoryService());
  40419.         if (isset($this->privates['Shopware\\Core\\Profiling\\Subscriber\\ActiveRulesDataCollectorSubscriber'])) {
  40420.             return $this->privates['Shopware\\Core\\Profiling\\Subscriber\\ActiveRulesDataCollectorSubscriber'];
  40421.         }
  40422.         return $this->privates['Shopware\\Core\\Profiling\\Subscriber\\ActiveRulesDataCollectorSubscriber'] = new \Shopware\Core\Profiling\Subscriber\ActiveRulesDataCollectorSubscriber($a);
  40423.     }
  40424.     /**
  40425.      * Gets the private 'Shopware\Core\System\Country\CountryTaxFreeDeprecationUpdater' shared service.
  40426.      *
  40427.      * @return \Shopware\Core\System\Country\CountryTaxFreeDeprecationUpdater
  40428.      */
  40429.     protected function getCountryTaxFreeDeprecationUpdaterService()
  40430.     {
  40431.         include_once \dirname(__DIR__4).'/vendor/shopware/core/System/Country/CountryTaxFreeDeprecationUpdater.php';
  40432.         return $this->privates['Shopware\\Core\\System\\Country\\CountryTaxFreeDeprecationUpdater'] = new \Shopware\Core\System\Country\CountryTaxFreeDeprecationUpdater($this->getEnv('bool:default:defaults_bool_true:BLUE_GREEN_DEPLOYMENT'), ($this->services['Doctrine\\DBAL\\Connection'] ?? $this->getConnectionService()));
  40433.     }
  40434.     /**
  40435.      * Gets the private 'Shopware\Core\System\CustomField\CustomFieldService' shared service.
  40436.      *
  40437.      * @return \Shopware\Core\System\CustomField\CustomFieldService
  40438.      */
  40439.     protected function getCustomFieldServiceService()
  40440.     {
  40441.         include_once \dirname(__DIR__4).'/vendor/shopware/core/System/CustomField/CustomFieldService.php';
  40442.         return $this->privates['Shopware\\Core\\System\\CustomField\\CustomFieldService'] = new \Shopware\Core\System\CustomField\CustomFieldService(($this->services['Doctrine\\DBAL\\Connection'] ?? $this->getConnectionService()));
  40443.     }
  40444.     /**
  40445.      * Gets the private 'Shopware\Core\System\Language\CachedLanguageLoader' shared service.
  40446.      *
  40447.      * @return \Shopware\Core\System\Language\CachedLanguageLoader
  40448.      */
  40449.     protected function getCachedLanguageLoaderService()
  40450.     {
  40451.         return $this->privates['Shopware\\Core\\System\\Language\\CachedLanguageLoader'] = new \Shopware\Core\System\Language\CachedLanguageLoader(new \Shopware\Core\System\Language\LanguageLoader(($this->services['Doctrine\\DBAL\\Connection'] ?? $this->getConnectionService())), ($this->privates['Shopware\\Core\\Framework\\Adapter\\Cache\\CacheDecorator'] ?? $this->getCacheDecoratorService()));
  40452.     }
  40453.     /**
  40454.      * Gets the private 'Shopware\Core\System\Language\LanguageValidator' shared service.
  40455.      *
  40456.      * @return \Shopware\Core\System\Language\LanguageValidator
  40457.      */
  40458.     protected function getLanguageValidatorService()
  40459.     {
  40460.         include_once \dirname(__DIR__4).'/vendor/shopware/core/System/Language/LanguageValidator.php';
  40461.         return $this->privates['Shopware\\Core\\System\\Language\\LanguageValidator'] = new \Shopware\Core\System\Language\LanguageValidator(($this->services['Doctrine\\DBAL\\Connection'] ?? $this->getConnectionService()));
  40462.     }
  40463.     /**
  40464.      * Gets the private 'Shopware\Core\System\Locale\LanguageLocaleCodeProvider' shared service.
  40465.      *
  40466.      * @return \Shopware\Core\System\Locale\LanguageLocaleCodeProvider
  40467.      */
  40468.     protected function getLanguageLocaleCodeProviderService()
  40469.     {
  40470.         return $this->privates['Shopware\\Core\\System\\Locale\\LanguageLocaleCodeProvider'] = new \Shopware\Core\System\Locale\LanguageLocaleCodeProvider(($this->privates['Shopware\\Core\\System\\Language\\CachedLanguageLoader'] ?? $this->getCachedLanguageLoaderService()));
  40471.     }
  40472.     /**
  40473.      * Gets the private 'Shopware\Core\System\NumberRange\Command\MigrateIncrementStorageCommand' shared service.
  40474.      *
  40475.      * @return \Shopware\Core\System\NumberRange\Command\MigrateIncrementStorageCommand
  40476.      */
  40477.     protected function getMigrateIncrementStorageCommandService()
  40478.     {
  40479.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/Command.php';
  40480.         include_once \dirname(__DIR__4).'/vendor/shopware/core/System/NumberRange/Command/MigrateIncrementStorageCommand.php';
  40481.         $this->privates['Shopware\\Core\\System\\NumberRange\\Command\\MigrateIncrementStorageCommand'] = $instance = new \Shopware\Core\System\NumberRange\Command\MigrateIncrementStorageCommand(($this->privates['Shopware\\Core\\System\\NumberRange\\ValueGenerator\\Pattern\\IncrementStorage\\IncrementStorageRegistry'] ?? $this->getIncrementStorageRegistryService()));
  40482.         $instance->setName('number-range:migrate');
  40483.         return $instance;
  40484.     }
  40485.     /**
  40486.      * Gets the private 'Shopware\Core\System\NumberRange\ValueGenerator\Pattern\IncrementStorage\IncrementSqlStorage' shared service.
  40487.      *
  40488.      * @return \Shopware\Core\System\NumberRange\ValueGenerator\Pattern\IncrementStorage\IncrementSqlStorage
  40489.      */
  40490.     protected function getIncrementSqlStorageService()
  40491.     {
  40492.         include_once \dirname(__DIR__4).'/vendor/shopware/core/System/NumberRange/ValueGenerator/Pattern/IncrementStorage/AbstractIncrementStorage.php';
  40493.         include_once \dirname(__DIR__4).'/vendor/shopware/core/System/NumberRange/ValueGenerator/Pattern/IncrementStorage/IncrementStorageInterface.php';
  40494.         include_once \dirname(__DIR__4).'/vendor/shopware/core/System/NumberRange/ValueGenerator/Pattern/IncrementStorage/IncrementSqlStorage.php';
  40495.         return $this->privates['Shopware\\Core\\System\\NumberRange\\ValueGenerator\\Pattern\\IncrementStorage\\IncrementSqlStorage'] = new \Shopware\Core\System\NumberRange\ValueGenerator\Pattern\IncrementStorage\IncrementSqlStorage(($this->services['Doctrine\\DBAL\\Connection'] ?? $this->getConnectionService()));
  40496.     }
  40497.     /**
  40498.      * Gets the private 'Shopware\Core\System\NumberRange\ValueGenerator\Pattern\IncrementStorage\IncrementStorageRegistry' shared service.
  40499.      *
  40500.      * @return \Shopware\Core\System\NumberRange\ValueGenerator\Pattern\IncrementStorage\IncrementStorageRegistry
  40501.      */
  40502.     protected function getIncrementStorageRegistryService()
  40503.     {
  40504.         include_once \dirname(__DIR__4).'/vendor/shopware/core/System/NumberRange/ValueGenerator/Pattern/IncrementStorage/IncrementStorageRegistry.php';
  40505.         return $this->privates['Shopware\\Core\\System\\NumberRange\\ValueGenerator\\Pattern\\IncrementStorage\\IncrementStorageRegistry'] = new \Shopware\Core\System\NumberRange\ValueGenerator\Pattern\IncrementStorage\IncrementStorageRegistry(new RewindableGenerator(function () {
  40506.             yield 'SQL' => ($this->privates['Shopware\\Core\\System\\NumberRange\\ValueGenerator\\Pattern\\IncrementStorage\\IncrementSqlStorage'] ?? $this->getIncrementSqlStorageService());
  40507.         }, 1), 'SQL');
  40508.     }
  40509.     /**
  40510.      * Gets the private 'Shopware\Core\System\NumberRange\ValueGenerator\Pattern\ValueGeneratorPatternIncrement' shared service.
  40511.      *
  40512.      * @return \Shopware\Core\System\NumberRange\ValueGenerator\Pattern\ValueGeneratorPatternIncrement
  40513.      */
  40514.     protected function getValueGeneratorPatternIncrementService()
  40515.     {
  40516.         include_once \dirname(__DIR__4).'/vendor/shopware/core/System/NumberRange/ValueGenerator/Pattern/AbstractValueGenerator.php';
  40517.         include_once \dirname(__DIR__4).'/vendor/shopware/core/System/NumberRange/ValueGenerator/Pattern/ValueGeneratorPatternInterface.php';
  40518.         include_once \dirname(__DIR__4).'/vendor/shopware/core/System/NumberRange/ValueGenerator/Pattern/ValueGeneratorPatternIncrement.php';
  40519.         include_once \dirname(__DIR__4).'/vendor/shopware/core/System/NumberRange/ValueGenerator/Pattern/IncrementStorage/AbstractIncrementStorage.php';
  40520.         return $this->privates['Shopware\\Core\\System\\NumberRange\\ValueGenerator\\Pattern\\ValueGeneratorPatternIncrement'] = new \Shopware\Core\System\NumberRange\ValueGenerator\Pattern\ValueGeneratorPatternIncrement(($this->privates['Shopware\\Core\\System\\NumberRange\\ValueGenerator\\Pattern\\IncrementStorage\\IncrementStorageRegistry'] ?? $this->getIncrementStorageRegistryService())->getStorage());
  40521.     }
  40522.     /**
  40523.      * Gets the private 'Shopware\Core\System\SalesChannel\Api\StoreApiResponseListener' shared service.
  40524.      *
  40525.      * @return \Shopware\Core\System\SalesChannel\Api\StoreApiResponseListener
  40526.      */
  40527.     protected function getStoreApiResponseListenerService()
  40528.     {
  40529.         return $this->privates['Shopware\\Core\\System\\SalesChannel\\Api\\StoreApiResponseListener'] = new \Shopware\Core\System\SalesChannel\Api\StoreApiResponseListener(($this->privates['Shopware\\Core\\System\\SalesChannel\\Api\\StructEncoder'] ?? $this->getStructEncoderService()));
  40530.     }
  40531.     /**
  40532.      * Gets the private 'Shopware\Core\System\SalesChannel\Api\StructEncoder' shared service.
  40533.      *
  40534.      * @return \Shopware\Core\System\SalesChannel\Api\StructEncoder
  40535.      */
  40536.     protected function getStructEncoderService()
  40537.     {
  40538.         return $this->privates['Shopware\\Core\\System\\SalesChannel\\Api\\StructEncoder'] = new \Shopware\Core\System\SalesChannel\Api\StructEncoder(($this->services['Shopware\\Core\\Framework\\DataAbstractionLayer\\DefinitionInstanceRegistry'] ?? $this->getDefinitionInstanceRegistryService()), ($this->services['.container.private.serializer'] ?? $this->get_Container_Private_SerializerService()));
  40539.     }
  40540.     /**
  40541.      * Gets the private 'Shopware\Core\System\SalesChannel\Context\CachedSalesChannelContextFactory' shared service.
  40542.      *
  40543.      * @return \Shopware\Core\System\SalesChannel\Context\CachedSalesChannelContextFactory
  40544.      */
  40545.     protected function getCachedSalesChannelContextFactoryService()
  40546.     {
  40547.         $a = ($this->services['customer.repository'] ?? $this->getCustomer_RepositoryService());
  40548.         if (isset($this->privates['Shopware\\Core\\System\\SalesChannel\\Context\\CachedSalesChannelContextFactory'])) {
  40549.             return $this->privates['Shopware\\Core\\System\\SalesChannel\\Context\\CachedSalesChannelContextFactory'];
  40550.         }
  40551.         $b = ($this->services['customer_group.repository'] ?? $this->getCustomerGroup_RepositoryService());
  40552.         if (isset($this->privates['Shopware\\Core\\System\\SalesChannel\\Context\\CachedSalesChannelContextFactory'])) {
  40553.             return $this->privates['Shopware\\Core\\System\\SalesChannel\\Context\\CachedSalesChannelContextFactory'];
  40554.         }
  40555.         $c = ($this->services['customer_address.repository'] ?? $this->getCustomerAddress_RepositoryService());
  40556.         if (isset($this->privates['Shopware\\Core\\System\\SalesChannel\\Context\\CachedSalesChannelContextFactory'])) {
  40557.             return $this->privates['Shopware\\Core\\System\\SalesChannel\\Context\\CachedSalesChannelContextFactory'];
  40558.         }
  40559.         $d = ($this->services['payment_method.repository'] ?? $this->getPaymentMethod_RepositoryService());
  40560.         if (isset($this->privates['Shopware\\Core\\System\\SalesChannel\\Context\\CachedSalesChannelContextFactory'])) {
  40561.             return $this->privates['Shopware\\Core\\System\\SalesChannel\\Context\\CachedSalesChannelContextFactory'];
  40562.         }
  40563.         $e = ($this->services['event_dispatcher'] ?? $this->getEventDispatcherService());
  40564.         if (isset($this->privates['Shopware\\Core\\System\\SalesChannel\\Context\\CachedSalesChannelContextFactory'])) {
  40565.             return $this->privates['Shopware\\Core\\System\\SalesChannel\\Context\\CachedSalesChannelContextFactory'];
  40566.         }
  40567.         $f = ($this->services['currency_country_rounding.repository'] ?? $this->getCurrencyCountryRounding_RepositoryService());
  40568.         if (isset($this->privates['Shopware\\Core\\System\\SalesChannel\\Context\\CachedSalesChannelContextFactory'])) {
  40569.             return $this->privates['Shopware\\Core\\System\\SalesChannel\\Context\\CachedSalesChannelContextFactory'];
  40570.         }
  40571.         $g = ($this->services['sales_channel.repository'] ?? $this->getSalesChannel_RepositoryService());
  40572.         if (isset($this->privates['Shopware\\Core\\System\\SalesChannel\\Context\\CachedSalesChannelContextFactory'])) {
  40573.             return $this->privates['Shopware\\Core\\System\\SalesChannel\\Context\\CachedSalesChannelContextFactory'];
  40574.         }
  40575.         $h = ($this->services['currency.repository'] ?? $this->getCurrency_RepositoryService());
  40576.         if (isset($this->privates['Shopware\\Core\\System\\SalesChannel\\Context\\CachedSalesChannelContextFactory'])) {
  40577.             return $this->privates['Shopware\\Core\\System\\SalesChannel\\Context\\CachedSalesChannelContextFactory'];
  40578.         }
  40579.         $i = ($this->services['country.repository'] ?? $this->getCountry_RepositoryService());
  40580.         if (isset($this->privates['Shopware\\Core\\System\\SalesChannel\\Context\\CachedSalesChannelContextFactory'])) {
  40581.             return $this->privates['Shopware\\Core\\System\\SalesChannel\\Context\\CachedSalesChannelContextFactory'];
  40582.         }
  40583.         $j = ($this->services['tax.repository'] ?? $this->getTax_RepositoryService());
  40584.         if (isset($this->privates['Shopware\\Core\\System\\SalesChannel\\Context\\CachedSalesChannelContextFactory'])) {
  40585.             return $this->privates['Shopware\\Core\\System\\SalesChannel\\Context\\CachedSalesChannelContextFactory'];
  40586.         }
  40587.         $k = ($this->services['shipping_method.repository'] ?? $this->getShippingMethod_RepositoryService());
  40588.         if (isset($this->privates['Shopware\\Core\\System\\SalesChannel\\Context\\CachedSalesChannelContextFactory'])) {
  40589.             return $this->privates['Shopware\\Core\\System\\SalesChannel\\Context\\CachedSalesChannelContextFactory'];
  40590.         }
  40591.         $l = ($this->services['country_state.repository'] ?? $this->getCountryState_RepositoryService());
  40592.         if (isset($this->privates['Shopware\\Core\\System\\SalesChannel\\Context\\CachedSalesChannelContextFactory'])) {
  40593.             return $this->privates['Shopware\\Core\\System\\SalesChannel\\Context\\CachedSalesChannelContextFactory'];
  40594.         }
  40595.         $m = ($this->privates['Shopware\\Storefront\\Framework\\Cache\\CacheTracer'] ?? $this->getCacheTracerService());
  40596.         if (isset($this->privates['Shopware\\Core\\System\\SalesChannel\\Context\\CachedSalesChannelContextFactory'])) {
  40597.             return $this->privates['Shopware\\Core\\System\\SalesChannel\\Context\\CachedSalesChannelContextFactory'];
  40598.         }
  40599.         $n = ($this->privates['Shopware\\Core\\Framework\\Adapter\\Cache\\CacheDecorator'] ?? $this->getCacheDecoratorService());
  40600.         return $this->privates['Shopware\\Core\\System\\SalesChannel\\Context\\CachedSalesChannelContextFactory'] = new \Shopware\Core\System\SalesChannel\Context\CachedSalesChannelContextFactory(new \Shopware\Core\System\SalesChannel\Context\SalesChannelContextFactory($a$b$c$d, ($this->privates['Shopware\\Core\\Checkout\\Cart\\Tax\\TaxDetector'] ?? ($this->privates['Shopware\\Core\\Checkout\\Cart\\Tax\\TaxDetector'] = new \Shopware\Core\Checkout\Cart\Tax\TaxDetector())), new RewindableGenerator(function () {
  40601.             yield => ($this->privates['Shopware\\Core\\System\\Tax\\TaxRuleType\\EntireCountryRuleTypeFilter'] ?? ($this->privates['Shopware\\Core\\System\\Tax\\TaxRuleType\\EntireCountryRuleTypeFilter'] = new \Shopware\Core\System\Tax\TaxRuleType\EntireCountryRuleTypeFilter()));
  40602.             yield => ($this->privates['Shopware\\Core\\System\\Tax\\TaxRuleType\\IndividualStatesRuleTypeFilter'] ?? ($this->privates['Shopware\\Core\\System\\Tax\\TaxRuleType\\IndividualStatesRuleTypeFilter'] = new \Shopware\Core\System\Tax\TaxRuleType\IndividualStatesRuleTypeFilter()));
  40603.             yield => ($this->privates['Shopware\\Core\\System\\Tax\\TaxRuleType\\ZipCodeRangeRuleTypeFilter'] ?? ($this->privates['Shopware\\Core\\System\\Tax\\TaxRuleType\\ZipCodeRangeRuleTypeFilter'] = new \Shopware\Core\System\Tax\TaxRuleType\ZipCodeRangeRuleTypeFilter()));
  40604.             yield => ($this->privates['Shopware\\Core\\System\\Tax\\TaxRuleType\\ZipCodeRuleTypeFilter'] ?? ($this->privates['Shopware\\Core\\System\\Tax\\TaxRuleType\\ZipCodeRuleTypeFilter'] = new \Shopware\Core\System\Tax\TaxRuleType\ZipCodeRuleTypeFilter()));
  40605.         }, 4), $e$f, new \Shopware\Core\System\SalesChannel\Context\CachedBaseContextFactory(new \Shopware\Core\System\SalesChannel\Context\BaseContextFactory($g$h$b$i$j$d$k, ($this->services['Doctrine\\DBAL\\Connection'] ?? $this->getConnectionService()), $l$f), $n$m)), $n$m);
  40606.     }
  40607.     /**
  40608.      * Gets the private 'Shopware\Core\System\SalesChannel\Context\CartRestorer' shared service.
  40609.      *
  40610.      * @return \Shopware\Core\System\SalesChannel\Context\CartRestorer
  40611.      */
  40612.     protected function getCartRestorerService()
  40613.     {
  40614.         include_once \dirname(__DIR__4).'/vendor/shopware/core/System/SalesChannel/Context/CartRestorer.php';
  40615.         $a = ($this->services['Shopware\\Core\\System\\SalesChannel\\Context\\SalesChannelContextFactory'] ?? $this->getSalesChannelContextFactoryService());
  40616.         if (isset($this->privates['Shopware\\Core\\System\\SalesChannel\\Context\\CartRestorer'])) {
  40617.             return $this->privates['Shopware\\Core\\System\\SalesChannel\\Context\\CartRestorer'];
  40618.         }
  40619.         $b = ($this->privates['Shopware\\Core\\System\\SalesChannel\\Context\\SalesChannelContextPersister'] ?? $this->getSalesChannelContextPersisterService());
  40620.         if (isset($this->privates['Shopware\\Core\\System\\SalesChannel\\Context\\CartRestorer'])) {
  40621.             return $this->privates['Shopware\\Core\\System\\SalesChannel\\Context\\CartRestorer'];
  40622.         }
  40623.         $c = ($this->services['Shopware\\Core\\Checkout\\Cart\\SalesChannel\\CartService'] ?? $this->getCartServiceService());
  40624.         if (isset($this->privates['Shopware\\Core\\System\\SalesChannel\\Context\\CartRestorer'])) {
  40625.             return $this->privates['Shopware\\Core\\System\\SalesChannel\\Context\\CartRestorer'];
  40626.         }
  40627.         $d = ($this->privates['Shopware\\Core\\Checkout\\Cart\\CartRuleLoader'] ?? $this->getCartRuleLoaderService());
  40628.         if (isset($this->privates['Shopware\\Core\\System\\SalesChannel\\Context\\CartRestorer'])) {
  40629.             return $this->privates['Shopware\\Core\\System\\SalesChannel\\Context\\CartRestorer'];
  40630.         }
  40631.         $e = ($this->services['event_dispatcher'] ?? $this->getEventDispatcherService());
  40632.         if (isset($this->privates['Shopware\\Core\\System\\SalesChannel\\Context\\CartRestorer'])) {
  40633.             return $this->privates['Shopware\\Core\\System\\SalesChannel\\Context\\CartRestorer'];
  40634.         }
  40635.         return $this->privates['Shopware\\Core\\System\\SalesChannel\\Context\\CartRestorer'] = new \Shopware\Core\System\SalesChannel\Context\CartRestorer($a$b$c$d$e);
  40636.     }
  40637.     /**
  40638.      * Gets the private 'Shopware\Core\System\SalesChannel\Context\Cleanup\CleanupSalesChannelContextTaskHandler' shared service.
  40639.      *
  40640.      * @return \Shopware\Core\System\SalesChannel\Context\Cleanup\CleanupSalesChannelContextTaskHandler
  40641.      */
  40642.     protected function getCleanupSalesChannelContextTaskHandlerService()
  40643.     {
  40644.         include_once \dirname(__DIR__4).'/vendor/shopware/core/System/SalesChannel/Context/Cleanup/CleanupSalesChannelContextTaskHandler.php';
  40645.         $a = ($this->services['scheduled_task.repository'] ?? $this->getScheduledTask_RepositoryService());
  40646.         if (isset($this->privates['Shopware\\Core\\System\\SalesChannel\\Context\\Cleanup\\CleanupSalesChannelContextTaskHandler'])) {
  40647.             return $this->privates['Shopware\\Core\\System\\SalesChannel\\Context\\Cleanup\\CleanupSalesChannelContextTaskHandler'];
  40648.         }
  40649.         return $this->privates['Shopware\\Core\\System\\SalesChannel\\Context\\Cleanup\\CleanupSalesChannelContextTaskHandler'] = new \Shopware\Core\System\SalesChannel\Context\Cleanup\CleanupSalesChannelContextTaskHandler($a, ($this->services['Doctrine\\DBAL\\Connection'] ?? $this->getConnectionService()), 120);
  40650.     }
  40651.     /**
  40652.      * Gets the private 'Shopware\Core\System\SalesChannel\Context\SalesChannelContextPersister' shared service.
  40653.      *
  40654.      * @return \Shopware\Core\System\SalesChannel\Context\SalesChannelContextPersister
  40655.      */
  40656.     protected function getSalesChannelContextPersisterService()
  40657.     {
  40658.         $a = ($this->services['event_dispatcher'] ?? $this->getEventDispatcherService());
  40659.         if (isset($this->privates['Shopware\\Core\\System\\SalesChannel\\Context\\SalesChannelContextPersister'])) {
  40660.             return $this->privates['Shopware\\Core\\System\\SalesChannel\\Context\\SalesChannelContextPersister'];
  40661.         }
  40662.         $b = ($this->privates['Shopware\\Core\\Checkout\\Cart\\CartPersister'] ?? $this->getCartPersisterService());
  40663.         if (isset($this->privates['Shopware\\Core\\System\\SalesChannel\\Context\\SalesChannelContextPersister'])) {
  40664.             return $this->privates['Shopware\\Core\\System\\SalesChannel\\Context\\SalesChannelContextPersister'];
  40665.         }
  40666.         return $this->privates['Shopware\\Core\\System\\SalesChannel\\Context\\SalesChannelContextPersister'] = new \Shopware\Core\System\SalesChannel\Context\SalesChannelContextPersister(($this->services['Doctrine\\DBAL\\Connection'] ?? $this->getConnectionService()), $a$b'P1D');
  40667.     }
  40668.     /**
  40669.      * Gets the private 'Shopware\Core\System\SalesChannel\Context\SalesChannelContextRestorer' shared service.
  40670.      *
  40671.      * @return \Shopware\Core\System\SalesChannel\Context\SalesChannelContextRestorer
  40672.      */
  40673.     protected function getSalesChannelContextRestorerService()
  40674.     {
  40675.         include_once \dirname(__DIR__4).'/vendor/shopware/core/System/SalesChannel/Context/SalesChannelContextRestorer.php';
  40676.         $a = ($this->services['Shopware\\Core\\System\\SalesChannel\\Context\\SalesChannelContextFactory'] ?? $this->getSalesChannelContextFactoryService());
  40677.         if (isset($this->privates['Shopware\\Core\\System\\SalesChannel\\Context\\SalesChannelContextRestorer'])) {
  40678.             return $this->privates['Shopware\\Core\\System\\SalesChannel\\Context\\SalesChannelContextRestorer'];
  40679.         }
  40680.         $b = ($this->privates['Shopware\\Core\\Checkout\\Cart\\CartRuleLoader'] ?? $this->getCartRuleLoaderService());
  40681.         if (isset($this->privates['Shopware\\Core\\System\\SalesChannel\\Context\\SalesChannelContextRestorer'])) {
  40682.             return $this->privates['Shopware\\Core\\System\\SalesChannel\\Context\\SalesChannelContextRestorer'];
  40683.         }
  40684.         $c = ($this->privates['Shopware\\Core\\Checkout\\Cart\\Order\\OrderConverter'] ?? $this->getOrderConverterService());
  40685.         if (isset($this->privates['Shopware\\Core\\System\\SalesChannel\\Context\\SalesChannelContextRestorer'])) {
  40686.             return $this->privates['Shopware\\Core\\System\\SalesChannel\\Context\\SalesChannelContextRestorer'];
  40687.         }
  40688.         $d = ($this->services['order.repository'] ?? $this->getOrder_RepositoryService());
  40689.         if (isset($this->privates['Shopware\\Core\\System\\SalesChannel\\Context\\SalesChannelContextRestorer'])) {
  40690.             return $this->privates['Shopware\\Core\\System\\SalesChannel\\Context\\SalesChannelContextRestorer'];
  40691.         }
  40692.         $e = ($this->privates['Shopware\\Core\\System\\SalesChannel\\Context\\CartRestorer'] ?? $this->getCartRestorerService());
  40693.         if (isset($this->privates['Shopware\\Core\\System\\SalesChannel\\Context\\SalesChannelContextRestorer'])) {
  40694.             return $this->privates['Shopware\\Core\\System\\SalesChannel\\Context\\SalesChannelContextRestorer'];
  40695.         }
  40696.         $f = ($this->services['event_dispatcher'] ?? $this->getEventDispatcherService());
  40697.         if (isset($this->privates['Shopware\\Core\\System\\SalesChannel\\Context\\SalesChannelContextRestorer'])) {
  40698.             return $this->privates['Shopware\\Core\\System\\SalesChannel\\Context\\SalesChannelContextRestorer'];
  40699.         }
  40700.         return $this->privates['Shopware\\Core\\System\\SalesChannel\\Context\\SalesChannelContextRestorer'] = new \Shopware\Core\System\SalesChannel\Context\SalesChannelContextRestorer($a$b$c$d, ($this->services['Doctrine\\DBAL\\Connection'] ?? $this->getConnectionService()), $e$f);
  40701.     }
  40702.     /**
  40703.      * Gets the private 'Shopware\Core\System\SalesChannel\Context\SalesChannelContextService' shared service.
  40704.      *
  40705.      * @return \Shopware\Core\System\SalesChannel\Context\SalesChannelContextService
  40706.      */
  40707.     protected function getSalesChannelContextServiceService()
  40708.     {
  40709.         $a = ($this->services['Shopware\\Core\\System\\SalesChannel\\Context\\SalesChannelContextFactory'] ?? $this->getSalesChannelContextFactoryService());
  40710.         if (isset($this->privates['Shopware\\Core\\System\\SalesChannel\\Context\\SalesChannelContextService'])) {
  40711.             return $this->privates['Shopware\\Core\\System\\SalesChannel\\Context\\SalesChannelContextService'];
  40712.         }
  40713.         $b = ($this->privates['Shopware\\Core\\Checkout\\Cart\\CartRuleLoader'] ?? $this->getCartRuleLoaderService());
  40714.         if (isset($this->privates['Shopware\\Core\\System\\SalesChannel\\Context\\SalesChannelContextService'])) {
  40715.             return $this->privates['Shopware\\Core\\System\\SalesChannel\\Context\\SalesChannelContextService'];
  40716.         }
  40717.         $c = ($this->privates['Shopware\\Core\\System\\SalesChannel\\Context\\SalesChannelContextPersister'] ?? $this->getSalesChannelContextPersisterService());
  40718.         if (isset($this->privates['Shopware\\Core\\System\\SalesChannel\\Context\\SalesChannelContextService'])) {
  40719.             return $this->privates['Shopware\\Core\\System\\SalesChannel\\Context\\SalesChannelContextService'];
  40720.         }
  40721.         $d = ($this->services['Shopware\\Core\\Checkout\\Cart\\SalesChannel\\CartService'] ?? $this->getCartServiceService());
  40722.         if (isset($this->privates['Shopware\\Core\\System\\SalesChannel\\Context\\SalesChannelContextService'])) {
  40723.             return $this->privates['Shopware\\Core\\System\\SalesChannel\\Context\\SalesChannelContextService'];
  40724.         }
  40725.         $e = ($this->services['event_dispatcher'] ?? $this->getEventDispatcherService());
  40726.         if (isset($this->privates['Shopware\\Core\\System\\SalesChannel\\Context\\SalesChannelContextService'])) {
  40727.             return $this->privates['Shopware\\Core\\System\\SalesChannel\\Context\\SalesChannelContextService'];
  40728.         }
  40729.         return $this->privates['Shopware\\Core\\System\\SalesChannel\\Context\\SalesChannelContextService'] = new \Shopware\Core\System\SalesChannel\Context\SalesChannelContextService($a$b$c$d$e);
  40730.     }
  40731.     /**
  40732.      * Gets the private 'Shopware\Core\System\SalesChannel\DataAbstractionLayer\SalesChannelIndexer' shared service.
  40733.      *
  40734.      * @return \Shopware\Core\System\SalesChannel\DataAbstractionLayer\SalesChannelIndexer
  40735.      */
  40736.     protected function getSalesChannelIndexerService()
  40737.     {
  40738.         include_once \dirname(__DIR__4).'/vendor/shopware/core/Framework/DataAbstractionLayer/Indexing/EntityIndexer.php';
  40739.         include_once \dirname(__DIR__4).'/vendor/shopware/core/System/SalesChannel/DataAbstractionLayer/SalesChannelIndexer.php';
  40740.         $a = ($this->services['sales_channel.repository'] ?? $this->getSalesChannel_RepositoryService());
  40741.         if (isset($this->privates['Shopware\\Core\\System\\SalesChannel\\DataAbstractionLayer\\SalesChannelIndexer'])) {
  40742.             return $this->privates['Shopware\\Core\\System\\SalesChannel\\DataAbstractionLayer\\SalesChannelIndexer'];
  40743.         }
  40744.         $b = ($this->services['event_dispatcher'] ?? $this->getEventDispatcherService());
  40745.         if (isset($this->privates['Shopware\\Core\\System\\SalesChannel\\DataAbstractionLayer\\SalesChannelIndexer'])) {
  40746.             return $this->privates['Shopware\\Core\\System\\SalesChannel\\DataAbstractionLayer\\SalesChannelIndexer'];
  40747.         }
  40748.         return $this->privates['Shopware\\Core\\System\\SalesChannel\\DataAbstractionLayer\\SalesChannelIndexer'] = new \Shopware\Core\System\SalesChannel\DataAbstractionLayer\SalesChannelIndexer(($this->privates['Shopware\\Core\\Framework\\DataAbstractionLayer\\Dbal\\Common\\IteratorFactory'] ?? $this->getIteratorFactory2Service()), $a$b, ($this->privates['Shopware\\Core\\Framework\\DataAbstractionLayer\\Indexing\\ManyToManyIdFieldUpdater'] ?? $this->getManyToManyIdFieldUpdaterService()));
  40749.     }
  40750.     /**
  40751.      * Gets the private 'Shopware\Core\System\SalesChannel\SalesChannel\SalesChannelContextSwitcher' shared service.
  40752.      *
  40753.      * @return \Shopware\Core\System\SalesChannel\SalesChannel\SalesChannelContextSwitcher
  40754.      */
  40755.     protected function getSalesChannelContextSwitcherService()
  40756.     {
  40757.         include_once \dirname(__DIR__4).'/vendor/shopware/core/System/SalesChannel/SalesChannel/SalesChannelContextSwitcher.php';
  40758.         $a = ($this->services['Shopware\\Core\\System\\SalesChannel\\SalesChannel\\ContextSwitchRoute'] ?? $this->getContextSwitchRouteService());
  40759.         if (isset($this->privates['Shopware\\Core\\System\\SalesChannel\\SalesChannel\\SalesChannelContextSwitcher'])) {
  40760.             return $this->privates['Shopware\\Core\\System\\SalesChannel\\SalesChannel\\SalesChannelContextSwitcher'];
  40761.         }
  40762.         return $this->privates['Shopware\\Core\\System\\SalesChannel\\SalesChannel\\SalesChannelContextSwitcher'] = new \Shopware\Core\System\SalesChannel\SalesChannel\SalesChannelContextSwitcher($a);
  40763.     }
  40764.     /**
  40765.      * Gets the private 'Shopware\Core\System\SalesChannel\StoreApiCustomFieldMapper' shared service.
  40766.      *
  40767.      * @return \Shopware\Core\System\SalesChannel\StoreApiCustomFieldMapper
  40768.      */
  40769.     protected function getStoreApiCustomFieldMapperService()
  40770.     {
  40771.         include_once \dirname(__DIR__4).'/vendor/shopware/core/System/SalesChannel/StoreApiCustomFieldMapper.php';
  40772.         return $this->privates['Shopware\\Core\\System\\SalesChannel\\StoreApiCustomFieldMapper'] = new \Shopware\Core\System\SalesChannel\StoreApiCustomFieldMapper(($this->services['Doctrine\\DBAL\\Connection'] ?? $this->getConnectionService()));
  40773.     }
  40774.     /**
  40775.      * Gets the private 'Shopware\Core\System\SalesChannel\Validation\SalesChannelValidator' shared service.
  40776.      *
  40777.      * @return \Shopware\Core\System\SalesChannel\Validation\SalesChannelValidator
  40778.      */
  40779.     protected function getSalesChannelValidatorService()
  40780.     {
  40781.         include_once \dirname(__DIR__4).'/vendor/shopware/core/System/SalesChannel/Validation/SalesChannelValidator.php';
  40782.         return $this->privates['Shopware\\Core\\System\\SalesChannel\\Validation\\SalesChannelValidator'] = new \Shopware\Core\System\SalesChannel\Validation\SalesChannelValidator(($this->services['Doctrine\\DBAL\\Connection'] ?? $this->getConnectionService()));
  40783.     }
  40784.     /**
  40785.      * Gets the private 'Shopware\Core\System\Snippet\Command\ValidateSnippetsCommand' shared service.
  40786.      *
  40787.      * @return \Shopware\Core\System\Snippet\Command\ValidateSnippetsCommand
  40788.      */
  40789.     protected function getValidateSnippetsCommandService()
  40790.     {
  40791.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/Command.php';
  40792.         include_once \dirname(__DIR__4).'/vendor/shopware/core/System/Snippet/Command/ValidateSnippetsCommand.php';
  40793.         include_once \dirname(__DIR__4).'/vendor/shopware/core/System/Snippet/SnippetValidatorInterface.php';
  40794.         include_once \dirname(__DIR__4).'/vendor/shopware/core/System/Snippet/SnippetValidator.php';
  40795.         include_once \dirname(__DIR__4).'/vendor/shopware/core/System/Snippet/SnippetFileHandler.php';
  40796.         include_once \dirname(__DIR__4).'/vendor/shopware/core/System/Snippet/SnippetFixer.php';
  40797.         $a = new \Shopware\Core\System\Snippet\SnippetFileHandler();
  40798.         $this->privates['Shopware\\Core\\System\\Snippet\\Command\\ValidateSnippetsCommand'] = $instance = new \Shopware\Core\System\Snippet\Command\ValidateSnippetsCommand(new \Shopware\Core\System\Snippet\SnippetValidator(($this->services['Shopware\\Core\\System\\Snippet\\Files\\SnippetFileCollection'] ?? $this->getSnippetFileCollectionService()), $a, (\dirname(__DIR__4).'/')), new \Shopware\Core\System\Snippet\SnippetFixer($a));
  40799.         $instance->setName('snippets:validate');
  40800.         return $instance;
  40801.     }
  40802.     /**
  40803.      * Gets the private 'Shopware\Core\System\Snippet\SnippetService' shared service.
  40804.      *
  40805.      * @return \Shopware\Core\System\Snippet\SnippetService
  40806.      */
  40807.     protected function getSnippetServiceService()
  40808.     {
  40809.         $a = ($this->services['snippet.repository'] ?? $this->getSnippet_RepositoryService());
  40810.         if (isset($this->privates['Shopware\\Core\\System\\Snippet\\SnippetService'])) {
  40811.             return $this->privates['Shopware\\Core\\System\\Snippet\\SnippetService'];
  40812.         }
  40813.         $b = ($this->services['snippet_set.repository'] ?? $this->getSnippetSet_RepositoryService());
  40814.         if (isset($this->privates['Shopware\\Core\\System\\Snippet\\SnippetService'])) {
  40815.             return $this->privates['Shopware\\Core\\System\\Snippet\\SnippetService'];
  40816.         }
  40817.         $c = ($this->services['sales_channel_domain.repository'] ?? $this->getSalesChannelDomain_RepositoryService());
  40818.         if (isset($this->privates['Shopware\\Core\\System\\Snippet\\SnippetService'])) {
  40819.             return $this->privates['Shopware\\Core\\System\\Snippet\\SnippetService'];
  40820.         }
  40821.         return $this->privates['Shopware\\Core\\System\\Snippet\\SnippetService'] = new \Shopware\Core\System\Snippet\SnippetService(($this->services['Doctrine\\DBAL\\Connection'] ?? $this->getConnectionService()), ($this->services['Shopware\\Core\\System\\Snippet\\Files\\SnippetFileCollection'] ?? $this->getSnippetFileCollectionService()), $a$b$c, ($this->services['Shopware\\Core\\System\\Snippet\\Filter\\SnippetFilterFactory'] ?? $this->getSnippetFilterFactoryService()), $this, ($this->services['Shopware\\Storefront\\Theme\\SalesChannelThemeLoader'] ?? $this->getSalesChannelThemeLoaderService()));
  40822.     }
  40823.     /**
  40824.      * Gets the private 'Shopware\Core\System\Snippet\Subscriber\CustomFieldSubscriber' shared service.
  40825.      *
  40826.      * @return \Shopware\Core\System\Snippet\Subscriber\CustomFieldSubscriber
  40827.      */
  40828.     protected function getCustomFieldSubscriberService()
  40829.     {
  40830.         include_once \dirname(__DIR__4).'/vendor/shopware/core/System/Snippet/Subscriber/CustomFieldSubscriber.php';
  40831.         return $this->privates['Shopware\\Core\\System\\Snippet\\Subscriber\\CustomFieldSubscriber'] = new \Shopware\Core\System\Snippet\Subscriber\CustomFieldSubscriber(($this->services['Doctrine\\DBAL\\Connection'] ?? $this->getConnectionService()));
  40832.     }
  40833.     /**
  40834.      * Gets the private 'Shopware\Core\System\StateMachine\Command\WorkflowDumpCommand' shared service.
  40835.      *
  40836.      * @return \Shopware\Core\System\StateMachine\Command\WorkflowDumpCommand
  40837.      */
  40838.     protected function getWorkflowDumpCommandService()
  40839.     {
  40840.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/Command.php';
  40841.         include_once \dirname(__DIR__4).'/vendor/shopware/core/System/StateMachine/Command/WorkflowDumpCommand.php';
  40842.         $this->privates['Shopware\\Core\\System\\StateMachine\\Command\\WorkflowDumpCommand'] = $instance = new \Shopware\Core\System\StateMachine\Command\WorkflowDumpCommand(($this->privates['Shopware\\Core\\System\\StateMachine\\StateMachineRegistry'] ?? $this->getStateMachineRegistryService()));
  40843.         $instance->setName('state-machine:dump');
  40844.         return $instance;
  40845.     }
  40846.     /**
  40847.      * Gets the private 'Shopware\Core\System\StateMachine\Loader\InitialStateIdLoader' shared service.
  40848.      *
  40849.      * @return \Shopware\Core\System\StateMachine\Loader\InitialStateIdLoader
  40850.      */
  40851.     protected function getInitialStateIdLoaderService()
  40852.     {
  40853.         return $this->privates['Shopware\\Core\\System\\StateMachine\\Loader\\InitialStateIdLoader'] = new \Shopware\Core\System\StateMachine\Loader\InitialStateIdLoader(($this->services['Doctrine\\DBAL\\Connection'] ?? $this->getConnectionService()), ($this->privates['Shopware\\Core\\Framework\\Adapter\\Cache\\CacheDecorator'] ?? $this->getCacheDecoratorService()));
  40854.     }
  40855.     /**
  40856.      * Gets the private 'Shopware\Core\System\StateMachine\StateMachineRegistry' shared service.
  40857.      *
  40858.      * @return \Shopware\Core\System\StateMachine\StateMachineRegistry
  40859.      */
  40860.     protected function getStateMachineRegistryService()
  40861.     {
  40862.         include_once \dirname(__DIR__4).'/vendor/shopware/core/System/StateMachine/StateMachineRegistry.php';
  40863.         $a = ($this->services['state_machine.repository'] ?? $this->getStateMachine_RepositoryService());
  40864.         if (isset($this->privates['Shopware\\Core\\System\\StateMachine\\StateMachineRegistry'])) {
  40865.             return $this->privates['Shopware\\Core\\System\\StateMachine\\StateMachineRegistry'];
  40866.         }
  40867.         $b = ($this->services['state_machine_state.repository'] ?? $this->getStateMachineState_RepositoryService());
  40868.         if (isset($this->privates['Shopware\\Core\\System\\StateMachine\\StateMachineRegistry'])) {
  40869.             return $this->privates['Shopware\\Core\\System\\StateMachine\\StateMachineRegistry'];
  40870.         }
  40871.         $c = ($this->services['state_machine_history.repository'] ?? $this->getStateMachineHistory_RepositoryService());
  40872.         if (isset($this->privates['Shopware\\Core\\System\\StateMachine\\StateMachineRegistry'])) {
  40873.             return $this->privates['Shopware\\Core\\System\\StateMachine\\StateMachineRegistry'];
  40874.         }
  40875.         $d = ($this->services['event_dispatcher'] ?? $this->getEventDispatcherService());
  40876.         if (isset($this->privates['Shopware\\Core\\System\\StateMachine\\StateMachineRegistry'])) {
  40877.             return $this->privates['Shopware\\Core\\System\\StateMachine\\StateMachineRegistry'];
  40878.         }
  40879.         return $this->privates['Shopware\\Core\\System\\StateMachine\\StateMachineRegistry'] = new \Shopware\Core\System\StateMachine\StateMachineRegistry($a$b$c$d, ($this->services['Shopware\\Core\\Framework\\DataAbstractionLayer\\DefinitionInstanceRegistry'] ?? $this->getDefinitionInstanceRegistryService()));
  40880.     }
  40881.     /**
  40882.      * Gets the private 'Shopware\Core\System\SystemConfig\Command\ConfigGet' shared service.
  40883.      *
  40884.      * @return \Shopware\Core\System\SystemConfig\Command\ConfigGet
  40885.      */
  40886.     protected function getConfigGetService()
  40887.     {
  40888.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/Command.php';
  40889.         include_once \dirname(__DIR__4).'/vendor/shopware/core/System/SystemConfig/Command/ConfigGet.php';
  40890.         $this->privates['Shopware\\Core\\System\\SystemConfig\\Command\\ConfigGet'] = $instance = new \Shopware\Core\System\SystemConfig\Command\ConfigGet(($this->services['Shopware\\Core\\System\\SystemConfig\\SystemConfigService'] ?? $this->getSystemConfigServiceService()));
  40891.         $instance->setName('system:config:get');
  40892.         return $instance;
  40893.     }
  40894.     /**
  40895.      * Gets the private 'Shopware\Core\System\SystemConfig\Command\ConfigSet' shared service.
  40896.      *
  40897.      * @return \Shopware\Core\System\SystemConfig\Command\ConfigSet
  40898.      */
  40899.     protected function getConfigSetService()
  40900.     {
  40901.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/Command.php';
  40902.         include_once \dirname(__DIR__4).'/vendor/shopware/core/System/SystemConfig/Command/ConfigSet.php';
  40903.         $this->privates['Shopware\\Core\\System\\SystemConfig\\Command\\ConfigSet'] = $instance = new \Shopware\Core\System\SystemConfig\Command\ConfigSet(($this->services['Shopware\\Core\\System\\SystemConfig\\SystemConfigService'] ?? $this->getSystemConfigServiceService()));
  40904.         $instance->setName('system:config:set');
  40905.         return $instance;
  40906.     }
  40907.     /**
  40908.      * Gets the private 'Shopware\Core\System\SystemConfig\Service\ConfigurationService' shared service.
  40909.      *
  40910.      * @return \Shopware\Core\System\SystemConfig\Service\ConfigurationService
  40911.      */
  40912.     protected function getConfigurationServiceService()
  40913.     {
  40914.         include_once \dirname(__DIR__4).'/vendor/shopware/core/System/SystemConfig/Service/ConfigurationService.php';
  40915.         $a = ($this->services['app.repository'] ?? $this->getApp_RepositoryService());
  40916.         if (isset($this->privates['Shopware\\Core\\System\\SystemConfig\\Service\\ConfigurationService'])) {
  40917.             return $this->privates['Shopware\\Core\\System\\SystemConfig\\Service\\ConfigurationService'];
  40918.         }
  40919.         $b = ($this->services['Shopware\\Core\\System\\SystemConfig\\SystemConfigService'] ?? $this->getSystemConfigServiceService());
  40920.         if (isset($this->privates['Shopware\\Core\\System\\SystemConfig\\Service\\ConfigurationService'])) {
  40921.             return $this->privates['Shopware\\Core\\System\\SystemConfig\\Service\\ConfigurationService'];
  40922.         }
  40923.         return $this->privates['Shopware\\Core\\System\\SystemConfig\\Service\\ConfigurationService'] = new \Shopware\Core\System\SystemConfig\Service\ConfigurationService(($this->privates['kernel.bundles'] ?? $this->getKernel_BundlesService()), ($this->privates['Shopware\\Core\\System\\SystemConfig\\Util\\ConfigReader'] ?? ($this->privates['Shopware\\Core\\System\\SystemConfig\\Util\\ConfigReader'] = new \Shopware\Core\System\SystemConfig\Util\ConfigReader())), ($this->privates['Shopware\\Core\\Framework\\App\\Lifecycle\\AppLoader'] ?? $this->getAppLoaderService()), $a$b);
  40924.     }
  40925.     /**
  40926.      * Gets the private 'Shopware\Elasticsearch\Admin\AdminSearchRegistry' shared service.
  40927.      *
  40928.      * @return \Shopware\Elasticsearch\Admin\AdminSearchRegistry
  40929.      */
  40930.     protected function getAdminSearchRegistryService()
  40931.     {
  40932.         include_once \dirname(__DIR__4).'/vendor/shopware/elasticsearch/Admin/AdminSearchRegistry.php';
  40933.         include_once \dirname(__DIR__4).'/vendor/shopware/elasticsearch/Admin/AdminElasticsearchHelper.php';
  40934.         $a = ($this->services['messenger.default_bus'] ?? $this->getMessenger_DefaultBusService());
  40935.         if (isset($this->privates['Shopware\\Elasticsearch\\Admin\\AdminSearchRegistry'])) {
  40936.             return $this->privates['Shopware\\Elasticsearch\\Admin\\AdminSearchRegistry'];
  40937.         }
  40938.         $b = ($this->services['event_dispatcher'] ?? $this->getEventDispatcherService());
  40939.         if (isset($this->privates['Shopware\\Elasticsearch\\Admin\\AdminSearchRegistry'])) {
  40940.             return $this->privates['Shopware\\Elasticsearch\\Admin\\AdminSearchRegistry'];
  40941.         }
  40942.         return $this->privates['Shopware\\Elasticsearch\\Admin\\AdminSearchRegistry'] = new \Shopware\Elasticsearch\Admin\AdminSearchRegistry(new RewindableGenerator(function () {
  40943.             yield 'cms_page' => ($this->privates['Shopware\\Elasticsearch\\Admin\\Indexer\\CmsPageAdminSearchIndexer'] ?? $this->getCmsPageAdminSearchIndexerService());
  40944.             yield 'customer' => ($this->privates['Shopware\\Elasticsearch\\Admin\\Indexer\\CustomerAdminSearchIndexer'] ?? $this->getCustomerAdminSearchIndexerService());
  40945.             yield 'customer_group' => ($this->privates['Shopware\\Elasticsearch\\Admin\\Indexer\\CustomerGroupAdminSearchIndexer'] ?? $this->getCustomerGroupAdminSearchIndexerService());
  40946.             yield 'landing_page' => ($this->privates['Shopware\\Elasticsearch\\Admin\\Indexer\\LandingPageAdminSearchIndexer'] ?? $this->getLandingPageAdminSearchIndexerService());
  40947.             yield 'product_manufacturer' => ($this->privates['Shopware\\Elasticsearch\\Admin\\Indexer\\ManufacturerAdminSearchIndexer'] ?? $this->getManufacturerAdminSearchIndexerService());
  40948.             yield 'media' => ($this->privates['Shopware\\Elasticsearch\\Admin\\Indexer\\MediaAdminSearchIndexer'] ?? $this->getMediaAdminSearchIndexerService());
  40949.             yield 'order' => ($this->privates['Shopware\\Elasticsearch\\Admin\\Indexer\\OrderAdminSearchIndexer'] ?? $this->getOrderAdminSearchIndexerService());
  40950.             yield 'payment_method' => ($this->privates['Shopware\\Elasticsearch\\Admin\\Indexer\\PaymentMethodAdminSearchIndexer'] ?? $this->getPaymentMethodAdminSearchIndexerService());
  40951.             yield 'product' => ($this->privates['Shopware\\Elasticsearch\\Admin\\Indexer\\ProductAdminSearchIndexer'] ?? $this->getProductAdminSearchIndexerService());
  40952.             yield 'promotion' => ($this->privates['Shopware\\Elasticsearch\\Admin\\Indexer\\PromotionAdminSearchIndexer'] ?? $this->getPromotionAdminSearchIndexerService());
  40953.             yield 'property_group' => ($this->privates['Shopware\\Elasticsearch\\Admin\\Indexer\\PropertyGroupAdminSearchIndexer'] ?? $this->getPropertyGroupAdminSearchIndexerService());
  40954.             yield 'sales_channel' => ($this->privates['Shopware\\Elasticsearch\\Admin\\Indexer\\SalesChannelAdminSearchIndexer'] ?? $this->getSalesChannelAdminSearchIndexerService());
  40955.             yield 'shipping_method' => ($this->privates['Shopware\\Elasticsearch\\Admin\\Indexer\\ShippingMethodAdminSearchIndexer'] ?? $this->getShippingMethodAdminSearchIndexerService());
  40956.             yield 'category' => ($this->privates['Shopware\\Elasticsearch\\Admin\\Indexer\\CategoryAdminSearchIndexer'] ?? $this->getCategoryAdminSearchIndexerService());
  40957.             yield 'newsletter_recipient' => ($this->privates['Shopware\\Elasticsearch\\Admin\\Indexer\\NewsletterRecipientAdminSearchIndexer'] ?? $this->getNewsletterRecipientAdminSearchIndexerService());
  40958.             yield 'product_stream' => ($this->privates['Shopware\\Elasticsearch\\Admin\\Indexer\\ProductStreamAdminSearchIndexer'] ?? $this->getProductStreamAdminSearchIndexerService());
  40959.         }, 16), ($this->services['Doctrine\\DBAL\\Connection'] ?? $this->getConnectionService()), $a$b, ($this->services['admin.openSearch.client'] ?? $this->getAdmin_OpenSearch_ClientService()), ($this->services['Shopware\\Elasticsearch\\Admin\\AdminElasticsearchHelper'] ?? ($this->services['Shopware\\Elasticsearch\\Admin\\AdminElasticsearchHelper'] = new \Shopware\Elasticsearch\Admin\AdminElasticsearchHelper($this->getEnv('bool:SHOPWARE_ADMIN_ES_ENABLED'), $this->getEnv('bool:SHOPWARE_ADMIN_ES_REFRESH_INDICES'), $this->getEnv('string:SHOPWARE_ADMIN_ES_INDEX_PREFIX')))), $this->parameters['elasticsearch.administration.index.config'], $this->parameters['elasticsearch.administration.index.mapping']);
  40960.     }
  40961.     /**
  40962.      * Gets the private 'Shopware\Elasticsearch\Admin\AdminSearcher' shared service.
  40963.      *
  40964.      * @return \Shopware\Elasticsearch\Admin\AdminSearcher
  40965.      */
  40966.     protected function getAdminSearcherService()
  40967.     {
  40968.         include_once \dirname(__DIR__4).'/vendor/shopware/elasticsearch/Admin/AdminSearcher.php';
  40969.         include_once \dirname(__DIR__4).'/vendor/shopware/elasticsearch/Admin/AdminElasticsearchHelper.php';
  40970.         return $this->privates['Shopware\\Elasticsearch\\Admin\\AdminSearcher'] = new \Shopware\Elasticsearch\Admin\AdminSearcher(($this->services['admin.openSearch.client'] ?? $this->getAdmin_OpenSearch_ClientService()), ($this->privates['Shopware\\Elasticsearch\\Admin\\AdminSearchRegistry'] ?? $this->getAdminSearchRegistryService()), ($this->services['Shopware\\Elasticsearch\\Admin\\AdminElasticsearchHelper'] ?? ($this->services['Shopware\\Elasticsearch\\Admin\\AdminElasticsearchHelper'] = new \Shopware\Elasticsearch\Admin\AdminElasticsearchHelper($this->getEnv('bool:SHOPWARE_ADMIN_ES_ENABLED'), $this->getEnv('bool:SHOPWARE_ADMIN_ES_REFRESH_INDICES'), $this->getEnv('string:SHOPWARE_ADMIN_ES_INDEX_PREFIX')))));
  40971.     }
  40972.     /**
  40973.      * Gets the private 'Shopware\Elasticsearch\Admin\Indexer\CategoryAdminSearchIndexer' shared service.
  40974.      *
  40975.      * @return \Shopware\Elasticsearch\Admin\Indexer\CategoryAdminSearchIndexer
  40976.      */
  40977.     protected function getCategoryAdminSearchIndexerService()
  40978.     {
  40979.         include_once \dirname(__DIR__4).'/vendor/shopware/elasticsearch/Admin/Indexer/AbstractAdminIndexer.php';
  40980.         include_once \dirname(__DIR__4).'/vendor/shopware/elasticsearch/Admin/Indexer/CategoryAdminSearchIndexer.php';
  40981.         $a = ($this->services['category.repository'] ?? $this->getCategory_RepositoryService());
  40982.         if (isset($this->privates['Shopware\\Elasticsearch\\Admin\\Indexer\\CategoryAdminSearchIndexer'])) {
  40983.             return $this->privates['Shopware\\Elasticsearch\\Admin\\Indexer\\CategoryAdminSearchIndexer'];
  40984.         }
  40985.         return $this->privates['Shopware\\Elasticsearch\\Admin\\Indexer\\CategoryAdminSearchIndexer'] = new \Shopware\Elasticsearch\Admin\Indexer\CategoryAdminSearchIndexer(($this->services['Doctrine\\DBAL\\Connection'] ?? $this->getConnectionService()), ($this->privates['Shopware\\Core\\Framework\\DataAbstractionLayer\\Dbal\\Common\\IteratorFactory'] ?? $this->getIteratorFactory2Service()), $a$this->getEnv('int:SHOPWARE_ES_INDEXING_BATCH_SIZE'));
  40986.     }
  40987.     /**
  40988.      * Gets the private 'Shopware\Elasticsearch\Admin\Indexer\CmsPageAdminSearchIndexer' shared service.
  40989.      *
  40990.      * @return \Shopware\Elasticsearch\Admin\Indexer\CmsPageAdminSearchIndexer
  40991.      */
  40992.     protected function getCmsPageAdminSearchIndexerService()
  40993.     {
  40994.         include_once \dirname(__DIR__4).'/vendor/shopware/elasticsearch/Admin/Indexer/AbstractAdminIndexer.php';
  40995.         include_once \dirname(__DIR__4).'/vendor/shopware/elasticsearch/Admin/Indexer/CmsPageAdminSearchIndexer.php';
  40996.         $a = ($this->services['cms_page.repository'] ?? $this->getCmsPage_RepositoryService());
  40997.         if (isset($this->privates['Shopware\\Elasticsearch\\Admin\\Indexer\\CmsPageAdminSearchIndexer'])) {
  40998.             return $this->privates['Shopware\\Elasticsearch\\Admin\\Indexer\\CmsPageAdminSearchIndexer'];
  40999.         }
  41000.         return $this->privates['Shopware\\Elasticsearch\\Admin\\Indexer\\CmsPageAdminSearchIndexer'] = new \Shopware\Elasticsearch\Admin\Indexer\CmsPageAdminSearchIndexer(($this->services['Doctrine\\DBAL\\Connection'] ?? $this->getConnectionService()), ($this->privates['Shopware\\Core\\Framework\\DataAbstractionLayer\\Dbal\\Common\\IteratorFactory'] ?? $this->getIteratorFactory2Service()), $a$this->getEnv('int:SHOPWARE_ES_INDEXING_BATCH_SIZE'));
  41001.     }
  41002.     /**
  41003.      * Gets the private 'Shopware\Elasticsearch\Admin\Indexer\CustomerAdminSearchIndexer' shared service.
  41004.      *
  41005.      * @return \Shopware\Elasticsearch\Admin\Indexer\CustomerAdminSearchIndexer
  41006.      */
  41007.     protected function getCustomerAdminSearchIndexerService()
  41008.     {
  41009.         include_once \dirname(__DIR__4).'/vendor/shopware/elasticsearch/Admin/Indexer/AbstractAdminIndexer.php';
  41010.         include_once \dirname(__DIR__4).'/vendor/shopware/elasticsearch/Admin/Indexer/CustomerAdminSearchIndexer.php';
  41011.         $a = ($this->services['customer.repository'] ?? $this->getCustomer_RepositoryService());
  41012.         if (isset($this->privates['Shopware\\Elasticsearch\\Admin\\Indexer\\CustomerAdminSearchIndexer'])) {
  41013.             return $this->privates['Shopware\\Elasticsearch\\Admin\\Indexer\\CustomerAdminSearchIndexer'];
  41014.         }
  41015.         return $this->privates['Shopware\\Elasticsearch\\Admin\\Indexer\\CustomerAdminSearchIndexer'] = new \Shopware\Elasticsearch\Admin\Indexer\CustomerAdminSearchIndexer(($this->services['Doctrine\\DBAL\\Connection'] ?? $this->getConnectionService()), ($this->privates['Shopware\\Core\\Framework\\DataAbstractionLayer\\Dbal\\Common\\IteratorFactory'] ?? $this->getIteratorFactory2Service()), $a$this->getEnv('int:SHOPWARE_ES_INDEXING_BATCH_SIZE'));
  41016.     }
  41017.     /**
  41018.      * Gets the private 'Shopware\Elasticsearch\Admin\Indexer\CustomerGroupAdminSearchIndexer' shared service.
  41019.      *
  41020.      * @return \Shopware\Elasticsearch\Admin\Indexer\CustomerGroupAdminSearchIndexer
  41021.      */
  41022.     protected function getCustomerGroupAdminSearchIndexerService()
  41023.     {
  41024.         include_once \dirname(__DIR__4).'/vendor/shopware/elasticsearch/Admin/Indexer/AbstractAdminIndexer.php';
  41025.         include_once \dirname(__DIR__4).'/vendor/shopware/elasticsearch/Admin/Indexer/CustomerGroupAdminSearchIndexer.php';
  41026.         $a = ($this->services['customer_group.repository'] ?? $this->getCustomerGroup_RepositoryService());
  41027.         if (isset($this->privates['Shopware\\Elasticsearch\\Admin\\Indexer\\CustomerGroupAdminSearchIndexer'])) {
  41028.             return $this->privates['Shopware\\Elasticsearch\\Admin\\Indexer\\CustomerGroupAdminSearchIndexer'];
  41029.         }
  41030.         return $this->privates['Shopware\\Elasticsearch\\Admin\\Indexer\\CustomerGroupAdminSearchIndexer'] = new \Shopware\Elasticsearch\Admin\Indexer\CustomerGroupAdminSearchIndexer(($this->services['Doctrine\\DBAL\\Connection'] ?? $this->getConnectionService()), ($this->privates['Shopware\\Core\\Framework\\DataAbstractionLayer\\Dbal\\Common\\IteratorFactory'] ?? $this->getIteratorFactory2Service()), $a$this->getEnv('int:SHOPWARE_ES_INDEXING_BATCH_SIZE'));
  41031.     }
  41032.     /**
  41033.      * Gets the private 'Shopware\Elasticsearch\Admin\Indexer\LandingPageAdminSearchIndexer' shared service.
  41034.      *
  41035.      * @return \Shopware\Elasticsearch\Admin\Indexer\LandingPageAdminSearchIndexer
  41036.      */
  41037.     protected function getLandingPageAdminSearchIndexerService()
  41038.     {
  41039.         include_once \dirname(__DIR__4).'/vendor/shopware/elasticsearch/Admin/Indexer/AbstractAdminIndexer.php';
  41040.         include_once \dirname(__DIR__4).'/vendor/shopware/elasticsearch/Admin/Indexer/LandingPageAdminSearchIndexer.php';
  41041.         $a = ($this->services['landing_page.repository'] ?? $this->getLandingPage_RepositoryService());
  41042.         if (isset($this->privates['Shopware\\Elasticsearch\\Admin\\Indexer\\LandingPageAdminSearchIndexer'])) {
  41043.             return $this->privates['Shopware\\Elasticsearch\\Admin\\Indexer\\LandingPageAdminSearchIndexer'];
  41044.         }
  41045.         return $this->privates['Shopware\\Elasticsearch\\Admin\\Indexer\\LandingPageAdminSearchIndexer'] = new \Shopware\Elasticsearch\Admin\Indexer\LandingPageAdminSearchIndexer(($this->services['Doctrine\\DBAL\\Connection'] ?? $this->getConnectionService()), ($this->privates['Shopware\\Core\\Framework\\DataAbstractionLayer\\Dbal\\Common\\IteratorFactory'] ?? $this->getIteratorFactory2Service()), $a$this->getEnv('int:SHOPWARE_ES_INDEXING_BATCH_SIZE'));
  41046.     }
  41047.     /**
  41048.      * Gets the private 'Shopware\Elasticsearch\Admin\Indexer\ManufacturerAdminSearchIndexer' shared service.
  41049.      *
  41050.      * @return \Shopware\Elasticsearch\Admin\Indexer\ManufacturerAdminSearchIndexer
  41051.      */
  41052.     protected function getManufacturerAdminSearchIndexerService()
  41053.     {
  41054.         include_once \dirname(__DIR__4).'/vendor/shopware/elasticsearch/Admin/Indexer/AbstractAdminIndexer.php';
  41055.         include_once \dirname(__DIR__4).'/vendor/shopware/elasticsearch/Admin/Indexer/ManufacturerAdminSearchIndexer.php';
  41056.         $a = ($this->services['product_manufacturer.repository'] ?? $this->getProductManufacturer_RepositoryService());
  41057.         if (isset($this->privates['Shopware\\Elasticsearch\\Admin\\Indexer\\ManufacturerAdminSearchIndexer'])) {
  41058.             return $this->privates['Shopware\\Elasticsearch\\Admin\\Indexer\\ManufacturerAdminSearchIndexer'];
  41059.         }
  41060.         return $this->privates['Shopware\\Elasticsearch\\Admin\\Indexer\\ManufacturerAdminSearchIndexer'] = new \Shopware\Elasticsearch\Admin\Indexer\ManufacturerAdminSearchIndexer(($this->services['Doctrine\\DBAL\\Connection'] ?? $this->getConnectionService()), ($this->privates['Shopware\\Core\\Framework\\DataAbstractionLayer\\Dbal\\Common\\IteratorFactory'] ?? $this->getIteratorFactory2Service()), $a$this->getEnv('int:SHOPWARE_ES_INDEXING_BATCH_SIZE'));
  41061.     }
  41062.     /**
  41063.      * Gets the private 'Shopware\Elasticsearch\Admin\Indexer\MediaAdminSearchIndexer' shared service.
  41064.      *
  41065.      * @return \Shopware\Elasticsearch\Admin\Indexer\MediaAdminSearchIndexer
  41066.      */
  41067.     protected function getMediaAdminSearchIndexerService()
  41068.     {
  41069.         include_once \dirname(__DIR__4).'/vendor/shopware/elasticsearch/Admin/Indexer/AbstractAdminIndexer.php';
  41070.         include_once \dirname(__DIR__4).'/vendor/shopware/elasticsearch/Admin/Indexer/MediaAdminSearchIndexer.php';
  41071.         $a = ($this->services['media.repository'] ?? $this->getMedia_RepositoryService());
  41072.         if (isset($this->privates['Shopware\\Elasticsearch\\Admin\\Indexer\\MediaAdminSearchIndexer'])) {
  41073.             return $this->privates['Shopware\\Elasticsearch\\Admin\\Indexer\\MediaAdminSearchIndexer'];
  41074.         }
  41075.         return $this->privates['Shopware\\Elasticsearch\\Admin\\Indexer\\MediaAdminSearchIndexer'] = new \Shopware\Elasticsearch\Admin\Indexer\MediaAdminSearchIndexer(($this->services['Doctrine\\DBAL\\Connection'] ?? $this->getConnectionService()), ($this->privates['Shopware\\Core\\Framework\\DataAbstractionLayer\\Dbal\\Common\\IteratorFactory'] ?? $this->getIteratorFactory2Service()), $a$this->getEnv('int:SHOPWARE_ES_INDEXING_BATCH_SIZE'));
  41076.     }
  41077.     /**
  41078.      * Gets the private 'Shopware\Elasticsearch\Admin\Indexer\NewsletterRecipientAdminSearchIndexer' shared service.
  41079.      *
  41080.      * @return \Shopware\Elasticsearch\Admin\Indexer\NewsletterRecipientAdminSearchIndexer
  41081.      */
  41082.     protected function getNewsletterRecipientAdminSearchIndexerService()
  41083.     {
  41084.         include_once \dirname(__DIR__4).'/vendor/shopware/elasticsearch/Admin/Indexer/AbstractAdminIndexer.php';
  41085.         include_once \dirname(__DIR__4).'/vendor/shopware/elasticsearch/Admin/Indexer/NewsletterRecipientAdminSearchIndexer.php';
  41086.         $a = ($this->services['newsletter_recipient.repository'] ?? $this->getNewsletterRecipient_RepositoryService());
  41087.         if (isset($this->privates['Shopware\\Elasticsearch\\Admin\\Indexer\\NewsletterRecipientAdminSearchIndexer'])) {
  41088.             return $this->privates['Shopware\\Elasticsearch\\Admin\\Indexer\\NewsletterRecipientAdminSearchIndexer'];
  41089.         }
  41090.         return $this->privates['Shopware\\Elasticsearch\\Admin\\Indexer\\NewsletterRecipientAdminSearchIndexer'] = new \Shopware\Elasticsearch\Admin\Indexer\NewsletterRecipientAdminSearchIndexer(($this->services['Doctrine\\DBAL\\Connection'] ?? $this->getConnectionService()), ($this->privates['Shopware\\Core\\Framework\\DataAbstractionLayer\\Dbal\\Common\\IteratorFactory'] ?? $this->getIteratorFactory2Service()), $a$this->getEnv('int:SHOPWARE_ES_INDEXING_BATCH_SIZE'));
  41091.     }
  41092.     /**
  41093.      * Gets the private 'Shopware\Elasticsearch\Admin\Indexer\OrderAdminSearchIndexer' shared service.
  41094.      *
  41095.      * @return \Shopware\Elasticsearch\Admin\Indexer\OrderAdminSearchIndexer
  41096.      */
  41097.     protected function getOrderAdminSearchIndexerService()
  41098.     {
  41099.         include_once \dirname(__DIR__4).'/vendor/shopware/elasticsearch/Admin/Indexer/AbstractAdminIndexer.php';
  41100.         include_once \dirname(__DIR__4).'/vendor/shopware/elasticsearch/Admin/Indexer/OrderAdminSearchIndexer.php';
  41101.         $a = ($this->services['order.repository'] ?? $this->getOrder_RepositoryService());
  41102.         if (isset($this->privates['Shopware\\Elasticsearch\\Admin\\Indexer\\OrderAdminSearchIndexer'])) {
  41103.             return $this->privates['Shopware\\Elasticsearch\\Admin\\Indexer\\OrderAdminSearchIndexer'];
  41104.         }
  41105.         return $this->privates['Shopware\\Elasticsearch\\Admin\\Indexer\\OrderAdminSearchIndexer'] = new \Shopware\Elasticsearch\Admin\Indexer\OrderAdminSearchIndexer(($this->services['Doctrine\\DBAL\\Connection'] ?? $this->getConnectionService()), ($this->privates['Shopware\\Core\\Framework\\DataAbstractionLayer\\Dbal\\Common\\IteratorFactory'] ?? $this->getIteratorFactory2Service()), $a$this->getEnv('int:SHOPWARE_ES_INDEXING_BATCH_SIZE'));
  41106.     }
  41107.     /**
  41108.      * Gets the private 'Shopware\Elasticsearch\Admin\Indexer\PaymentMethodAdminSearchIndexer' shared service.
  41109.      *
  41110.      * @return \Shopware\Elasticsearch\Admin\Indexer\PaymentMethodAdminSearchIndexer
  41111.      */
  41112.     protected function getPaymentMethodAdminSearchIndexerService()
  41113.     {
  41114.         include_once \dirname(__DIR__4).'/vendor/shopware/elasticsearch/Admin/Indexer/AbstractAdminIndexer.php';
  41115.         include_once \dirname(__DIR__4).'/vendor/shopware/elasticsearch/Admin/Indexer/PaymentMethodAdminSearchIndexer.php';
  41116.         $a = ($this->services['payment_method.repository'] ?? $this->getPaymentMethod_RepositoryService());
  41117.         if (isset($this->privates['Shopware\\Elasticsearch\\Admin\\Indexer\\PaymentMethodAdminSearchIndexer'])) {
  41118.             return $this->privates['Shopware\\Elasticsearch\\Admin\\Indexer\\PaymentMethodAdminSearchIndexer'];
  41119.         }
  41120.         return $this->privates['Shopware\\Elasticsearch\\Admin\\Indexer\\PaymentMethodAdminSearchIndexer'] = new \Shopware\Elasticsearch\Admin\Indexer\PaymentMethodAdminSearchIndexer(($this->services['Doctrine\\DBAL\\Connection'] ?? $this->getConnectionService()), ($this->privates['Shopware\\Core\\Framework\\DataAbstractionLayer\\Dbal\\Common\\IteratorFactory'] ?? $this->getIteratorFactory2Service()), $a$this->getEnv('int:SHOPWARE_ES_INDEXING_BATCH_SIZE'));
  41121.     }
  41122.     /**
  41123.      * Gets the private 'Shopware\Elasticsearch\Admin\Indexer\ProductAdminSearchIndexer' shared service.
  41124.      *
  41125.      * @return \Shopware\Elasticsearch\Admin\Indexer\ProductAdminSearchIndexer
  41126.      */
  41127.     protected function getProductAdminSearchIndexerService()
  41128.     {
  41129.         include_once \dirname(__DIR__4).'/vendor/shopware/elasticsearch/Admin/Indexer/AbstractAdminIndexer.php';
  41130.         include_once \dirname(__DIR__4).'/vendor/shopware/elasticsearch/Admin/Indexer/ProductAdminSearchIndexer.php';
  41131.         $a = ($this->services['product.repository'] ?? $this->getProduct_RepositoryService());
  41132.         if (isset($this->privates['Shopware\\Elasticsearch\\Admin\\Indexer\\ProductAdminSearchIndexer'])) {
  41133.             return $this->privates['Shopware\\Elasticsearch\\Admin\\Indexer\\ProductAdminSearchIndexer'];
  41134.         }
  41135.         return $this->privates['Shopware\\Elasticsearch\\Admin\\Indexer\\ProductAdminSearchIndexer'] = new \Shopware\Elasticsearch\Admin\Indexer\ProductAdminSearchIndexer(($this->services['Doctrine\\DBAL\\Connection'] ?? $this->getConnectionService()), ($this->privates['Shopware\\Core\\Framework\\DataAbstractionLayer\\Dbal\\Common\\IteratorFactory'] ?? $this->getIteratorFactory2Service()), $a$this->getEnv('int:SHOPWARE_ES_INDEXING_BATCH_SIZE'));
  41136.     }
  41137.     /**
  41138.      * Gets the private 'Shopware\Elasticsearch\Admin\Indexer\ProductStreamAdminSearchIndexer' shared service.
  41139.      *
  41140.      * @return \Shopware\Elasticsearch\Admin\Indexer\ProductStreamAdminSearchIndexer
  41141.      */
  41142.     protected function getProductStreamAdminSearchIndexerService()
  41143.     {
  41144.         include_once \dirname(__DIR__4).'/vendor/shopware/elasticsearch/Admin/Indexer/AbstractAdminIndexer.php';
  41145.         include_once \dirname(__DIR__4).'/vendor/shopware/elasticsearch/Admin/Indexer/ProductStreamAdminSearchIndexer.php';
  41146.         $a = ($this->services['product_stream.repository'] ?? $this->getProductStream_RepositoryService());
  41147.         if (isset($this->privates['Shopware\\Elasticsearch\\Admin\\Indexer\\ProductStreamAdminSearchIndexer'])) {
  41148.             return $this->privates['Shopware\\Elasticsearch\\Admin\\Indexer\\ProductStreamAdminSearchIndexer'];
  41149.         }
  41150.         return $this->privates['Shopware\\Elasticsearch\\Admin\\Indexer\\ProductStreamAdminSearchIndexer'] = new \Shopware\Elasticsearch\Admin\Indexer\ProductStreamAdminSearchIndexer(($this->services['Doctrine\\DBAL\\Connection'] ?? $this->getConnectionService()), ($this->privates['Shopware\\Core\\Framework\\DataAbstractionLayer\\Dbal\\Common\\IteratorFactory'] ?? $this->getIteratorFactory2Service()), $a$this->getEnv('int:SHOPWARE_ES_INDEXING_BATCH_SIZE'));
  41151.     }
  41152.     /**
  41153.      * Gets the private 'Shopware\Elasticsearch\Admin\Indexer\PromotionAdminSearchIndexer' shared service.
  41154.      *
  41155.      * @return \Shopware\Elasticsearch\Admin\Indexer\PromotionAdminSearchIndexer
  41156.      */
  41157.     protected function getPromotionAdminSearchIndexerService()
  41158.     {
  41159.         include_once \dirname(__DIR__4).'/vendor/shopware/elasticsearch/Admin/Indexer/AbstractAdminIndexer.php';
  41160.         include_once \dirname(__DIR__4).'/vendor/shopware/elasticsearch/Admin/Indexer/PromotionAdminSearchIndexer.php';
  41161.         $a = ($this->services['promotion.repository'] ?? $this->getPromotion_RepositoryService());
  41162.         if (isset($this->privates['Shopware\\Elasticsearch\\Admin\\Indexer\\PromotionAdminSearchIndexer'])) {
  41163.             return $this->privates['Shopware\\Elasticsearch\\Admin\\Indexer\\PromotionAdminSearchIndexer'];
  41164.         }
  41165.         return $this->privates['Shopware\\Elasticsearch\\Admin\\Indexer\\PromotionAdminSearchIndexer'] = new \Shopware\Elasticsearch\Admin\Indexer\PromotionAdminSearchIndexer(($this->services['Doctrine\\DBAL\\Connection'] ?? $this->getConnectionService()), ($this->privates['Shopware\\Core\\Framework\\DataAbstractionLayer\\Dbal\\Common\\IteratorFactory'] ?? $this->getIteratorFactory2Service()), $a$this->getEnv('int:SHOPWARE_ES_INDEXING_BATCH_SIZE'));
  41166.     }
  41167.     /**
  41168.      * Gets the private 'Shopware\Elasticsearch\Admin\Indexer\PropertyGroupAdminSearchIndexer' shared service.
  41169.      *
  41170.      * @return \Shopware\Elasticsearch\Admin\Indexer\PropertyGroupAdminSearchIndexer
  41171.      */
  41172.     protected function getPropertyGroupAdminSearchIndexerService()
  41173.     {
  41174.         include_once \dirname(__DIR__4).'/vendor/shopware/elasticsearch/Admin/Indexer/AbstractAdminIndexer.php';
  41175.         include_once \dirname(__DIR__4).'/vendor/shopware/elasticsearch/Admin/Indexer/PropertyGroupAdminSearchIndexer.php';
  41176.         $a = ($this->services['property_group.repository'] ?? $this->getPropertyGroup_RepositoryService());
  41177.         if (isset($this->privates['Shopware\\Elasticsearch\\Admin\\Indexer\\PropertyGroupAdminSearchIndexer'])) {
  41178.             return $this->privates['Shopware\\Elasticsearch\\Admin\\Indexer\\PropertyGroupAdminSearchIndexer'];
  41179.         }
  41180.         return $this->privates['Shopware\\Elasticsearch\\Admin\\Indexer\\PropertyGroupAdminSearchIndexer'] = new \Shopware\Elasticsearch\Admin\Indexer\PropertyGroupAdminSearchIndexer(($this->services['Doctrine\\DBAL\\Connection'] ?? $this->getConnectionService()), ($this->privates['Shopware\\Core\\Framework\\DataAbstractionLayer\\Dbal\\Common\\IteratorFactory'] ?? $this->getIteratorFactory2Service()), $a$this->getEnv('int:SHOPWARE_ES_INDEXING_BATCH_SIZE'));
  41181.     }
  41182.     /**
  41183.      * Gets the private 'Shopware\Elasticsearch\Admin\Indexer\SalesChannelAdminSearchIndexer' shared service.
  41184.      *
  41185.      * @return \Shopware\Elasticsearch\Admin\Indexer\SalesChannelAdminSearchIndexer
  41186.      */
  41187.     protected function getSalesChannelAdminSearchIndexerService()
  41188.     {
  41189.         include_once \dirname(__DIR__4).'/vendor/shopware/elasticsearch/Admin/Indexer/AbstractAdminIndexer.php';
  41190.         include_once \dirname(__DIR__4).'/vendor/shopware/elasticsearch/Admin/Indexer/SalesChannelAdminSearchIndexer.php';
  41191.         $a = ($this->services['sales_channel.repository'] ?? $this->getSalesChannel_RepositoryService());
  41192.         if (isset($this->privates['Shopware\\Elasticsearch\\Admin\\Indexer\\SalesChannelAdminSearchIndexer'])) {
  41193.             return $this->privates['Shopware\\Elasticsearch\\Admin\\Indexer\\SalesChannelAdminSearchIndexer'];
  41194.         }
  41195.         return $this->privates['Shopware\\Elasticsearch\\Admin\\Indexer\\SalesChannelAdminSearchIndexer'] = new \Shopware\Elasticsearch\Admin\Indexer\SalesChannelAdminSearchIndexer(($this->services['Doctrine\\DBAL\\Connection'] ?? $this->getConnectionService()), ($this->privates['Shopware\\Core\\Framework\\DataAbstractionLayer\\Dbal\\Common\\IteratorFactory'] ?? $this->getIteratorFactory2Service()), $a$this->getEnv('int:SHOPWARE_ES_INDEXING_BATCH_SIZE'));
  41196.     }
  41197.     /**
  41198.      * Gets the private 'Shopware\Elasticsearch\Admin\Indexer\ShippingMethodAdminSearchIndexer' shared service.
  41199.      *
  41200.      * @return \Shopware\Elasticsearch\Admin\Indexer\ShippingMethodAdminSearchIndexer
  41201.      */
  41202.     protected function getShippingMethodAdminSearchIndexerService()
  41203.     {
  41204.         include_once \dirname(__DIR__4).'/vendor/shopware/elasticsearch/Admin/Indexer/AbstractAdminIndexer.php';
  41205.         include_once \dirname(__DIR__4).'/vendor/shopware/elasticsearch/Admin/Indexer/ShippingMethodAdminSearchIndexer.php';
  41206.         $a = ($this->services['shipping_method.repository'] ?? $this->getShippingMethod_RepositoryService());
  41207.         if (isset($this->privates['Shopware\\Elasticsearch\\Admin\\Indexer\\ShippingMethodAdminSearchIndexer'])) {
  41208.             return $this->privates['Shopware\\Elasticsearch\\Admin\\Indexer\\ShippingMethodAdminSearchIndexer'];
  41209.         }
  41210.         return $this->privates['Shopware\\Elasticsearch\\Admin\\Indexer\\ShippingMethodAdminSearchIndexer'] = new \Shopware\Elasticsearch\Admin\Indexer\ShippingMethodAdminSearchIndexer(($this->services['Doctrine\\DBAL\\Connection'] ?? $this->getConnectionService()), ($this->privates['Shopware\\Core\\Framework\\DataAbstractionLayer\\Dbal\\Common\\IteratorFactory'] ?? $this->getIteratorFactory2Service()), $a$this->getEnv('int:SHOPWARE_ES_INDEXING_BATCH_SIZE'));
  41211.     }
  41212.     /**
  41213.      * Gets the private 'Shopware\Elasticsearch\Admin\Subscriber\RefreshIndexSubscriber' shared service.
  41214.      *
  41215.      * @return \Shopware\Elasticsearch\Admin\Subscriber\RefreshIndexSubscriber
  41216.      */
  41217.     protected function getRefreshIndexSubscriberService()
  41218.     {
  41219.         include_once \dirname(__DIR__4).'/vendor/shopware/elasticsearch/Admin/Subscriber/RefreshIndexSubscriber.php';
  41220.         $a = ($this->privates['Shopware\\Elasticsearch\\Admin\\AdminSearchRegistry'] ?? $this->getAdminSearchRegistryService());
  41221.         if (isset($this->privates['Shopware\\Elasticsearch\\Admin\\Subscriber\\RefreshIndexSubscriber'])) {
  41222.             return $this->privates['Shopware\\Elasticsearch\\Admin\\Subscriber\\RefreshIndexSubscriber'];
  41223.         }
  41224.         return $this->privates['Shopware\\Elasticsearch\\Admin\\Subscriber\\RefreshIndexSubscriber'] = new \Shopware\Elasticsearch\Admin\Subscriber\RefreshIndexSubscriber($a);
  41225.     }
  41226.     /**
  41227.      * Gets the private 'Shopware\Elasticsearch\Framework\Command\ElasticsearchAdminIndexingCommand' shared service.
  41228.      *
  41229.      * @return \Shopware\Elasticsearch\Framework\Command\ElasticsearchAdminIndexingCommand
  41230.      */
  41231.     protected function getElasticsearchAdminIndexingCommandService()
  41232.     {
  41233.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/Command.php';
  41234.         include_once \dirname(__DIR__4).'/vendor/shopware/core/Framework/DataAbstractionLayer/Command/ConsoleProgressTrait.php';
  41235.         include_once \dirname(__DIR__4).'/vendor/shopware/elasticsearch/Framework/Command/ElasticsearchAdminIndexingCommand.php';
  41236.         $a = ($this->privates['Shopware\\Elasticsearch\\Admin\\AdminSearchRegistry'] ?? $this->getAdminSearchRegistryService());
  41237.         if (isset($this->privates['Shopware\\Elasticsearch\\Framework\\Command\\ElasticsearchAdminIndexingCommand'])) {
  41238.             return $this->privates['Shopware\\Elasticsearch\\Framework\\Command\\ElasticsearchAdminIndexingCommand'];
  41239.         }
  41240.         $this->privates['Shopware\\Elasticsearch\\Framework\\Command\\ElasticsearchAdminIndexingCommand'] = $instance = new \Shopware\Elasticsearch\Framework\Command\ElasticsearchAdminIndexingCommand($a);
  41241.         $instance->setName('es:admin:index');
  41242.         $instance->setDescription('Index the elasticsearch for the admin search');
  41243.         return $instance;
  41244.     }
  41245.     /**
  41246.      * Gets the private 'Shopware\Elasticsearch\Framework\Command\ElasticsearchAdminResetCommand' shared service.
  41247.      *
  41248.      * @return \Shopware\Elasticsearch\Framework\Command\ElasticsearchAdminResetCommand
  41249.      */
  41250.     protected function getElasticsearchAdminResetCommandService()
  41251.     {
  41252.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/Command.php';
  41253.         include_once \dirname(__DIR__4).'/vendor/shopware/elasticsearch/Framework/Command/ElasticsearchAdminResetCommand.php';
  41254.         include_once \dirname(__DIR__4).'/vendor/shopware/elasticsearch/Admin/AdminElasticsearchHelper.php';
  41255.         $this->privates['Shopware\\Elasticsearch\\Framework\\Command\\ElasticsearchAdminResetCommand'] = $instance = new \Shopware\Elasticsearch\Framework\Command\ElasticsearchAdminResetCommand(($this->services['Elasticsearch\\Client'] ?? $this->getClientService()), ($this->services['Doctrine\\DBAL\\Connection'] ?? $this->getConnectionService()), ($this->services['shopware.increment.gateway.registry'] ?? $this->getShopware_Increment_Gateway_RegistryService()), ($this->services['Shopware\\Elasticsearch\\Admin\\AdminElasticsearchHelper'] ?? ($this->services['Shopware\\Elasticsearch\\Admin\\AdminElasticsearchHelper'] = new \Shopware\Elasticsearch\Admin\AdminElasticsearchHelper($this->getEnv('bool:SHOPWARE_ADMIN_ES_ENABLED'), $this->getEnv('bool:SHOPWARE_ADMIN_ES_REFRESH_INDICES'), $this->getEnv('string:SHOPWARE_ADMIN_ES_INDEX_PREFIX')))));
  41256.         $instance->setName('es:admin:reset');
  41257.         $instance->setDescription('Reset Admin Elasticsearch indexing');
  41258.         return $instance;
  41259.     }
  41260.     /**
  41261.      * Gets the private 'Shopware\Elasticsearch\Framework\Command\ElasticsearchAdminTestCommand' shared service.
  41262.      *
  41263.      * @return \Shopware\Elasticsearch\Framework\Command\ElasticsearchAdminTestCommand
  41264.      */
  41265.     protected function getElasticsearchAdminTestCommandService()
  41266.     {
  41267.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/Command.php';
  41268.         include_once \dirname(__DIR__4).'/vendor/shopware/elasticsearch/Framework/Command/ElasticsearchAdminTestCommand.php';
  41269.         $this->privates['Shopware\\Elasticsearch\\Framework\\Command\\ElasticsearchAdminTestCommand'] = $instance = new \Shopware\Elasticsearch\Framework\Command\ElasticsearchAdminTestCommand(($this->privates['Shopware\\Elasticsearch\\Admin\\AdminSearcher'] ?? $this->getAdminSearcherService()));
  41270.         $instance->setName('es:admin:test');
  41271.         $instance->setDescription('Allows you to test the admin search index');
  41272.         return $instance;
  41273.     }
  41274.     /**
  41275.      * Gets the private 'Shopware\Elasticsearch\Framework\Command\ElasticsearchCleanIndicesCommand' shared service.
  41276.      *
  41277.      * @return \Shopware\Elasticsearch\Framework\Command\ElasticsearchCleanIndicesCommand
  41278.      */
  41279.     protected function getElasticsearchCleanIndicesCommandService()
  41280.     {
  41281.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/Command.php';
  41282.         include_once \dirname(__DIR__4).'/vendor/shopware/elasticsearch/Framework/Command/ElasticsearchCleanIndicesCommand.php';
  41283.         $this->privates['Shopware\\Elasticsearch\\Framework\\Command\\ElasticsearchCleanIndicesCommand'] = $instance = new \Shopware\Elasticsearch\Framework\Command\ElasticsearchCleanIndicesCommand(($this->services['Elasticsearch\\Client'] ?? $this->getClientService()), ($this->privates['Shopware\\Elasticsearch\\Framework\\ElasticsearchOutdatedIndexDetector'] ?? $this->getElasticsearchOutdatedIndexDetectorService()));
  41284.         $instance->setName('es:index:cleanup');
  41285.         return $instance;
  41286.     }
  41287.     /**
  41288.      * Gets the private 'Shopware\Elasticsearch\Framework\Command\ElasticsearchCreateAliasCommand' shared service.
  41289.      *
  41290.      * @return \Shopware\Elasticsearch\Framework\Command\ElasticsearchCreateAliasCommand
  41291.      */
  41292.     protected function getElasticsearchCreateAliasCommandService()
  41293.     {
  41294.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/Command.php';
  41295.         include_once \dirname(__DIR__4).'/vendor/shopware/elasticsearch/Framework/Command/ElasticsearchCreateAliasCommand.php';
  41296.         $this->privates['Shopware\\Elasticsearch\\Framework\\Command\\ElasticsearchCreateAliasCommand'] = $instance = new \Shopware\Elasticsearch\Framework\Command\ElasticsearchCreateAliasCommand(($this->services['Shopware\\Elasticsearch\\Framework\\Indexing\\CreateAliasTaskHandler'] ?? $this->getCreateAliasTaskHandlerService()));
  41297.         $instance->setName('es:create:alias');
  41298.         return $instance;
  41299.     }
  41300.     /**
  41301.      * Gets the private 'Shopware\Elasticsearch\Framework\Command\ElasticsearchIndexingCommand' shared service.
  41302.      *
  41303.      * @return \Shopware\Elasticsearch\Framework\Command\ElasticsearchIndexingCommand
  41304.      */
  41305.     protected function getElasticsearchIndexingCommandService()
  41306.     {
  41307.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/Command.php';
  41308.         include_once \dirname(__DIR__4).'/vendor/shopware/core/Framework/DataAbstractionLayer/Command/ConsoleProgressTrait.php';
  41309.         include_once \dirname(__DIR__4).'/vendor/shopware/elasticsearch/Framework/Command/ElasticsearchIndexingCommand.php';
  41310.         $this->privates['Shopware\\Elasticsearch\\Framework\\Command\\ElasticsearchIndexingCommand'] = $instance = new \Shopware\Elasticsearch\Framework\Command\ElasticsearchIndexingCommand(($this->privates['Shopware\\Elasticsearch\\Framework\\Indexing\\ElasticsearchIndexer'] ?? $this->getElasticsearchIndexerService()), ($this->services['messenger.default_bus'] ?? $this->getMessenger_DefaultBusService()), ($this->services['Shopware\\Elasticsearch\\Framework\\Indexing\\CreateAliasTaskHandler'] ?? $this->getCreateAliasTaskHandlerService()));
  41311.         $instance->setName('es:index');
  41312.         return $instance;
  41313.     }
  41314.     /**
  41315.      * Gets the private 'Shopware\Elasticsearch\Framework\Command\ElasticsearchResetCommand' shared service.
  41316.      *
  41317.      * @return \Shopware\Elasticsearch\Framework\Command\ElasticsearchResetCommand
  41318.      */
  41319.     protected function getElasticsearchResetCommandService()
  41320.     {
  41321.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/Command.php';
  41322.         include_once \dirname(__DIR__4).'/vendor/shopware/elasticsearch/Framework/Command/ElasticsearchResetCommand.php';
  41323.         $this->privates['Shopware\\Elasticsearch\\Framework\\Command\\ElasticsearchResetCommand'] = $instance = new \Shopware\Elasticsearch\Framework\Command\ElasticsearchResetCommand(($this->services['Elasticsearch\\Client'] ?? $this->getClientService()), ($this->privates['Shopware\\Elasticsearch\\Framework\\ElasticsearchOutdatedIndexDetector'] ?? $this->getElasticsearchOutdatedIndexDetectorService()), ($this->services['Doctrine\\DBAL\\Connection'] ?? $this->getConnectionService()), ($this->services['shopware.increment.gateway.registry'] ?? $this->getShopware_Increment_Gateway_RegistryService()));
  41324.         $instance->setName('es:reset');
  41325.         return $instance;
  41326.     }
  41327.     /**
  41328.      * Gets the private 'Shopware\Elasticsearch\Framework\Command\ElasticsearchStatusCommand' shared service.
  41329.      *
  41330.      * @return \Shopware\Elasticsearch\Framework\Command\ElasticsearchStatusCommand
  41331.      */
  41332.     protected function getElasticsearchStatusCommandService()
  41333.     {
  41334.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/Command.php';
  41335.         include_once \dirname(__DIR__4).'/vendor/shopware/core/Framework/DataAbstractionLayer/Command/ConsoleProgressTrait.php';
  41336.         include_once \dirname(__DIR__4).'/vendor/shopware/elasticsearch/Framework/Command/ElasticsearchStatusCommand.php';
  41337.         $this->privates['Shopware\\Elasticsearch\\Framework\\Command\\ElasticsearchStatusCommand'] = $instance = new \Shopware\Elasticsearch\Framework\Command\ElasticsearchStatusCommand(($this->services['Elasticsearch\\Client'] ?? $this->getClientService()), ($this->services['Doctrine\\DBAL\\Connection'] ?? $this->getConnectionService()));
  41338.         $instance->setName('es:status');
  41339.         return $instance;
  41340.     }
  41341.     /**
  41342.      * Gets the private 'Shopware\Elasticsearch\Framework\Command\ElasticsearchTestAnalyzerCommand' shared service.
  41343.      *
  41344.      * @return \Shopware\Elasticsearch\Framework\Command\ElasticsearchTestAnalyzerCommand
  41345.      */
  41346.     protected function getElasticsearchTestAnalyzerCommandService()
  41347.     {
  41348.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/Command.php';
  41349.         include_once \dirname(__DIR__4).'/vendor/shopware/elasticsearch/Framework/Command/ElasticsearchTestAnalyzerCommand.php';
  41350.         $this->privates['Shopware\\Elasticsearch\\Framework\\Command\\ElasticsearchTestAnalyzerCommand'] = $instance = new \Shopware\Elasticsearch\Framework\Command\ElasticsearchTestAnalyzerCommand(($this->services['Elasticsearch\\Client'] ?? $this->getClientService()));
  41351.         $instance->setName('es:test:analyzer');
  41352.         return $instance;
  41353.     }
  41354.     /**
  41355.      * Gets the private 'Shopware\Elasticsearch\Framework\DataAbstractionLayer\CriteriaParser' shared service.
  41356.      *
  41357.      * @return \Shopware\Elasticsearch\Framework\DataAbstractionLayer\CriteriaParser
  41358.      */
  41359.     protected function getCriteriaParserService()
  41360.     {
  41361.         return $this->privates['Shopware\\Elasticsearch\\Framework\\DataAbstractionLayer\\CriteriaParser'] = new \Shopware\Elasticsearch\Framework\DataAbstractionLayer\CriteriaParser(($this->privates['Shopware\\Core\\Framework\\DataAbstractionLayer\\Dbal\\EntityDefinitionQueryHelper'] ?? ($this->privates['Shopware\\Core\\Framework\\DataAbstractionLayer\\Dbal\\EntityDefinitionQueryHelper'] = new \Shopware\Core\Framework\DataAbstractionLayer\Dbal\EntityDefinitionQueryHelper())));
  41362.     }
  41363.     /**
  41364.      * Gets the private 'Shopware\Elasticsearch\Framework\ElasticsearchOutdatedIndexDetector' shared service.
  41365.      *
  41366.      * @return \Shopware\Elasticsearch\Framework\ElasticsearchOutdatedIndexDetector
  41367.      */
  41368.     protected function getElasticsearchOutdatedIndexDetectorService()
  41369.     {
  41370.         include_once \dirname(__DIR__4).'/vendor/shopware/elasticsearch/Framework/ElasticsearchOutdatedIndexDetector.php';
  41371.         $a = ($this->privates['Shopware\\Elasticsearch\\Framework\\ElasticsearchRegistry'] ?? $this->getElasticsearchRegistryService());
  41372.         if (isset($this->privates['Shopware\\Elasticsearch\\Framework\\ElasticsearchOutdatedIndexDetector'])) {
  41373.             return $this->privates['Shopware\\Elasticsearch\\Framework\\ElasticsearchOutdatedIndexDetector'];
  41374.         }
  41375.         $b = ($this->services['language.repository'] ?? $this->getLanguage_RepositoryService());
  41376.         if (isset($this->privates['Shopware\\Elasticsearch\\Framework\\ElasticsearchOutdatedIndexDetector'])) {
  41377.             return $this->privates['Shopware\\Elasticsearch\\Framework\\ElasticsearchOutdatedIndexDetector'];
  41378.         }
  41379.         $c = ($this->services['Shopware\\Elasticsearch\\Framework\\ElasticsearchHelper'] ?? $this->getElasticsearchHelperService());
  41380.         if (isset($this->privates['Shopware\\Elasticsearch\\Framework\\ElasticsearchOutdatedIndexDetector'])) {
  41381.             return $this->privates['Shopware\\Elasticsearch\\Framework\\ElasticsearchOutdatedIndexDetector'];
  41382.         }
  41383.         return $this->privates['Shopware\\Elasticsearch\\Framework\\ElasticsearchOutdatedIndexDetector'] = new \Shopware\Elasticsearch\Framework\ElasticsearchOutdatedIndexDetector(($this->services['Elasticsearch\\Client'] ?? $this->getClientService()), $a$b$c);
  41384.     }
  41385.     /**
  41386.      * Gets the private 'Shopware\Elasticsearch\Framework\ElasticsearchRegistry' shared service.
  41387.      *
  41388.      * @return \Shopware\Elasticsearch\Framework\ElasticsearchRegistry
  41389.      */
  41390.     protected function getElasticsearchRegistryService()
  41391.     {
  41392.         return $this->privates['Shopware\\Elasticsearch\\Framework\\ElasticsearchRegistry'] = new \Shopware\Elasticsearch\Framework\ElasticsearchRegistry(new RewindableGenerator(function () {
  41393.             yield => ($this->privates['Frosh\\Tools\\Components\\Elasticsearch\\EsProductDefinition'] ?? $this->getEsProductDefinitionService());
  41394.         }, 1));
  41395.     }
  41396.     /**
  41397.      * Gets the private 'Shopware\Elasticsearch\Framework\Indexing\ElasticsearchIndexer' shared service.
  41398.      *
  41399.      * @return \Shopware\Elasticsearch\Framework\Indexing\ElasticsearchIndexer
  41400.      */
  41401.     protected function getElasticsearchIndexerService()
  41402.     {
  41403.         include_once \dirname(__DIR__4).'/vendor/shopware/elasticsearch/Framework/Indexing/ElasticsearchIndexer.php';
  41404.         include_once \dirname(__DIR__4).'/vendor/shopware/elasticsearch/Framework/Indexing/IndexCreator.php';
  41405.         $a = ($this->services['Shopware\\Elasticsearch\\Framework\\ElasticsearchHelper'] ?? $this->getElasticsearchHelperService());
  41406.         if (isset($this->privates['Shopware\\Elasticsearch\\Framework\\Indexing\\ElasticsearchIndexer'])) {
  41407.             return $this->privates['Shopware\\Elasticsearch\\Framework\\Indexing\\ElasticsearchIndexer'];
  41408.         }
  41409.         $b = ($this->privates['Shopware\\Elasticsearch\\Framework\\ElasticsearchRegistry'] ?? $this->getElasticsearchRegistryService());
  41410.         if (isset($this->privates['Shopware\\Elasticsearch\\Framework\\Indexing\\ElasticsearchIndexer'])) {
  41411.             return $this->privates['Shopware\\Elasticsearch\\Framework\\Indexing\\ElasticsearchIndexer'];
  41412.         }
  41413.         $c = ($this->services['event_dispatcher'] ?? $this->getEventDispatcherService());
  41414.         if (isset($this->privates['Shopware\\Elasticsearch\\Framework\\Indexing\\ElasticsearchIndexer'])) {
  41415.             return $this->privates['Shopware\\Elasticsearch\\Framework\\Indexing\\ElasticsearchIndexer'];
  41416.         }
  41417.         $d = ($this->services['currency.repository'] ?? $this->getCurrency_RepositoryService());
  41418.         if (isset($this->privates['Shopware\\Elasticsearch\\Framework\\Indexing\\ElasticsearchIndexer'])) {
  41419.             return $this->privates['Shopware\\Elasticsearch\\Framework\\Indexing\\ElasticsearchIndexer'];
  41420.         }
  41421.         $e = ($this->services['language.repository'] ?? $this->getLanguage_RepositoryService());
  41422.         if (isset($this->privates['Shopware\\Elasticsearch\\Framework\\Indexing\\ElasticsearchIndexer'])) {
  41423.             return $this->privates['Shopware\\Elasticsearch\\Framework\\Indexing\\ElasticsearchIndexer'];
  41424.         }
  41425.         $f = ($this->services['messenger.default_bus'] ?? $this->getMessenger_DefaultBusService());
  41426.         if (isset($this->privates['Shopware\\Elasticsearch\\Framework\\Indexing\\ElasticsearchIndexer'])) {
  41427.             return $this->privates['Shopware\\Elasticsearch\\Framework\\Indexing\\ElasticsearchIndexer'];
  41428.         }
  41429.         $g = ($this->services['Elasticsearch\\Client'] ?? $this->getClientService());
  41430.         return $this->privates['Shopware\\Elasticsearch\\Framework\\Indexing\\ElasticsearchIndexer'] = new \Shopware\Elasticsearch\Framework\Indexing\ElasticsearchIndexer(($this->services['Doctrine\\DBAL\\Connection'] ?? $this->getConnectionService()), $a$b, new \Shopware\Elasticsearch\Framework\Indexing\IndexCreator($g$this->parameters['elasticsearch.index.config'], $this->parameters['elasticsearch.index.mapping'], $c), ($this->privates['Shopware\\Core\\Framework\\DataAbstractionLayer\\Dbal\\Common\\IteratorFactory'] ?? $this->getIteratorFactory2Service()), $g, ($this->services['logger'] ?? $this->getLoggerService()), $d$e$c$this->getEnv('int:SHOPWARE_ES_INDEXING_BATCH_SIZE'), $f);
  41431.     }
  41432.     /**
  41433.      * Gets the private 'Shopware\Elasticsearch\Product\CustomFieldUpdater' shared service.
  41434.      *
  41435.      * @return \Shopware\Elasticsearch\Product\CustomFieldUpdater
  41436.      */
  41437.     protected function getCustomFieldUpdaterService()
  41438.     {
  41439.         include_once \dirname(__DIR__4).'/vendor/shopware/elasticsearch/Product/CustomFieldUpdater.php';
  41440.         $a = ($this->privates['Shopware\\Elasticsearch\\Framework\\ElasticsearchOutdatedIndexDetector'] ?? $this->getElasticsearchOutdatedIndexDetectorService());
  41441.         if (isset($this->privates['Shopware\\Elasticsearch\\Product\\CustomFieldUpdater'])) {
  41442.             return $this->privates['Shopware\\Elasticsearch\\Product\\CustomFieldUpdater'];
  41443.         }
  41444.         $b = ($this->services['Shopware\\Elasticsearch\\Framework\\ElasticsearchHelper'] ?? $this->getElasticsearchHelperService());
  41445.         if (isset($this->privates['Shopware\\Elasticsearch\\Product\\CustomFieldUpdater'])) {
  41446.             return $this->privates['Shopware\\Elasticsearch\\Product\\CustomFieldUpdater'];
  41447.         }
  41448.         return $this->privates['Shopware\\Elasticsearch\\Product\\CustomFieldUpdater'] = new \Shopware\Elasticsearch\Product\CustomFieldUpdater($a, ($this->services['Elasticsearch\\Client'] ?? $this->getClientService()), $b);
  41449.     }
  41450.     /**
  41451.      * Gets the private 'Shopware\Elasticsearch\Product\LanguageSubscriber' shared service.
  41452.      *
  41453.      * @return \Shopware\Elasticsearch\Product\LanguageSubscriber
  41454.      */
  41455.     protected function getLanguageSubscriberService()
  41456.     {
  41457.         include_once \dirname(__DIR__4).'/vendor/shopware/elasticsearch/Product/LanguageSubscriber.php';
  41458.         $a = ($this->services['Shopware\\Elasticsearch\\Framework\\ElasticsearchHelper'] ?? $this->getElasticsearchHelperService());
  41459.         if (isset($this->privates['Shopware\\Elasticsearch\\Product\\LanguageSubscriber'])) {
  41460.             return $this->privates['Shopware\\Elasticsearch\\Product\\LanguageSubscriber'];
  41461.         }
  41462.         $b = ($this->services['messenger.default_bus'] ?? $this->getMessenger_DefaultBusService());
  41463.         if (isset($this->privates['Shopware\\Elasticsearch\\Product\\LanguageSubscriber'])) {
  41464.             return $this->privates['Shopware\\Elasticsearch\\Product\\LanguageSubscriber'];
  41465.         }
  41466.         return $this->privates['Shopware\\Elasticsearch\\Product\\LanguageSubscriber'] = new \Shopware\Elasticsearch\Product\LanguageSubscriber($a, ($this->services['Shopware\\Core\\Content\\Product\\ProductDefinition'] ?? $this->getProductDefinitionService()), ($this->services['Elasticsearch\\Client'] ?? $this->getClientService()), $b);
  41467.     }
  41468.     /**
  41469.      * Gets the private 'Shopware\Elasticsearch\Product\ProductSearchBuilder' shared service.
  41470.      *
  41471.      * @return \Shopware\Elasticsearch\Product\ProductSearchBuilder
  41472.      */
  41473.     protected function getProductSearchBuilderService()
  41474.     {
  41475.         include_once \dirname(__DIR__4).'/vendor/shopware/core/Content/Product/SearchKeyword/ProductSearchBuilderInterface.php';
  41476.         include_once \dirname(__DIR__4).'/vendor/shopware/elasticsearch/Product/ProductSearchBuilder.php';
  41477.         include_once \dirname(__DIR__4).'/vendor/shopware/core/Content/Product/SearchKeyword/ProductSearchBuilder.php';
  41478.         include_once \dirname(__DIR__4).'/vendor/shopware/core/Content/Product/SearchKeyword/ProductSearchTermInterpreterInterface.php';
  41479.         include_once \dirname(__DIR__4).'/vendor/shopware/core/Content/Product/SearchKeyword/ProductSearchTermInterpreter.php';
  41480.         return $this->privates['Shopware\\Elasticsearch\\Product\\ProductSearchBuilder'] = new \Shopware\Elasticsearch\Product\ProductSearchBuilder(new \Shopware\Core\Content\Product\SearchKeyword\ProductSearchBuilder(new \Shopware\Core\Content\Product\SearchKeyword\ProductSearchTermInterpreter(($this->services['Doctrine\\DBAL\\Connection'] ?? $this->getConnectionService()), ($this->privates['Shopware\\Core\\Framework\\DataAbstractionLayer\\Search\\Term\\Tokenizer'] ?? ($this->privates['Shopware\\Core\\Framework\\DataAbstractionLayer\\Search\\Term\\Tokenizer'] = new \Shopware\Core\Framework\DataAbstractionLayer\Search\Term\Tokenizer($this->getEnv('int:SHOPWARE_DBAL_TOKEN_MINIMUM_LENGTH')))), ($this->services['logger'] ?? $this->getLoggerService()), ($this->privates['Shopware\\Core\\Framework\\DataAbstractionLayer\\Search\\Term\\Filter\\TokenFilter'] ?? $this->getTokenFilterService()))), ($this->services['Shopware\\Elasticsearch\\Framework\\ElasticsearchHelper'] ?? $this->getElasticsearchHelperService()), ($this->services['Shopware\\Core\\Content\\Product\\ProductDefinition'] ?? $this->getProductDefinitionService()));
  41481.     }
  41482.     /**
  41483.      * Gets the private 'Shopware\Elasticsearch\Product\ProductUpdater' shared service.
  41484.      *
  41485.      * @return \Shopware\Elasticsearch\Product\ProductUpdater
  41486.      */
  41487.     protected function getProductUpdaterService()
  41488.     {
  41489.         include_once \dirname(__DIR__4).'/vendor/shopware/elasticsearch/Product/ProductUpdater.php';
  41490.         return $this->privates['Shopware\\Elasticsearch\\Product\\ProductUpdater'] = new \Shopware\Elasticsearch\Product\ProductUpdater(($this->privates['Shopware\\Elasticsearch\\Framework\\Indexing\\ElasticsearchIndexer'] ?? $this->getElasticsearchIndexerService()), ($this->services['Shopware\\Core\\Content\\Product\\ProductDefinition'] ?? $this->getProductDefinitionService()));
  41491.     }
  41492.     /**
  41493.      * Gets the private 'Shopware\Elasticsearch\Product\SearchKeywordReplacement' shared service.
  41494.      *
  41495.      * @return \Shopware\Elasticsearch\Product\SearchKeywordReplacement
  41496.      */
  41497.     protected function getSearchKeywordReplacementService()
  41498.     {
  41499.         include_once \dirname(__DIR__4).'/vendor/shopware/core/Content/Product/DataAbstractionLayer/SearchKeywordUpdater.php';
  41500.         include_once \dirname(__DIR__4).'/vendor/shopware/elasticsearch/Product/SearchKeywordReplacement.php';
  41501.         include_once \dirname(__DIR__4).'/vendor/shopware/core/Content/Product/SearchKeyword/ProductSearchKeywordAnalyzerInterface.php';
  41502.         include_once \dirname(__DIR__4).'/vendor/shopware/core/Content/Product/SearchKeyword/ProductSearchKeywordAnalyzer.php';
  41503.         $a = ($this->services['language.repository'] ?? $this->getLanguage_RepositoryService());
  41504.         if (isset($this->privates['Shopware\\Elasticsearch\\Product\\SearchKeywordReplacement'])) {
  41505.             return $this->privates['Shopware\\Elasticsearch\\Product\\SearchKeywordReplacement'];
  41506.         }
  41507.         $b = ($this->services['product.repository'] ?? $this->getProduct_RepositoryService());
  41508.         if (isset($this->privates['Shopware\\Elasticsearch\\Product\\SearchKeywordReplacement'])) {
  41509.             return $this->privates['Shopware\\Elasticsearch\\Product\\SearchKeywordReplacement'];
  41510.         }
  41511.         $c = ($this->services['Shopware\\Elasticsearch\\Framework\\ElasticsearchHelper'] ?? $this->getElasticsearchHelperService());
  41512.         if (isset($this->privates['Shopware\\Elasticsearch\\Product\\SearchKeywordReplacement'])) {
  41513.             return $this->privates['Shopware\\Elasticsearch\\Product\\SearchKeywordReplacement'];
  41514.         }
  41515.         return $this->privates['Shopware\\Elasticsearch\\Product\\SearchKeywordReplacement'] = new \Shopware\Elasticsearch\Product\SearchKeywordReplacement(new \Shopware\Core\Content\Product\DataAbstractionLayer\SearchKeywordUpdater(($this->services['Doctrine\\DBAL\\Connection'] ?? $this->getConnectionService()), $a$b, new \Shopware\Core\Content\Product\SearchKeyword\ProductSearchKeywordAnalyzer(($this->privates['Shopware\\Core\\Framework\\DataAbstractionLayer\\Search\\Term\\Tokenizer'] ?? ($this->privates['Shopware\\Core\\Framework\\DataAbstractionLayer\\Search\\Term\\Tokenizer'] = new \Shopware\Core\Framework\DataAbstractionLayer\Search\Term\Tokenizer($this->getEnv('int:SHOPWARE_DBAL_TOKEN_MINIMUM_LENGTH')))), ($this->privates['Shopware\\Core\\Framework\\DataAbstractionLayer\\Search\\Term\\Filter\\TokenFilter'] ?? $this->getTokenFilterService()))), $c);
  41516.     }
  41517.     /**
  41518.      * Gets the private 'Shopware\Storefront\Checkout\Cart\SalesChannel\StorefrontCartFacade' shared autowired service.
  41519.      *
  41520.      * @return \Shopware\Storefront\Checkout\Cart\SalesChannel\StorefrontCartFacade
  41521.      */
  41522.     protected function getStorefrontCartFacadeService()
  41523.     {
  41524.         include_once \dirname(__DIR__4).'/vendor/shopware/storefront/Checkout/Cart/SalesChannel/StorefrontCartFacade.php';
  41525.         include_once \dirname(__DIR__4).'/vendor/shopware/storefront/Checkout/Shipping/BlockedShippingMethodSwitcher.php';
  41526.         include_once \dirname(__DIR__4).'/vendor/shopware/storefront/Checkout/Payment/BlockedPaymentMethodSwitcher.php';
  41527.         return $this->privates['Shopware\\Storefront\\Checkout\\Cart\\SalesChannel\\StorefrontCartFacade'] = new \Shopware\Storefront\Checkout\Cart\SalesChannel\StorefrontCartFacade(($this->services['Shopware\\Core\\Checkout\\Cart\\SalesChannel\\CartService'] ?? $this->getCartServiceService()), new \Shopware\Storefront\Checkout\Shipping\BlockedShippingMethodSwitcher(($this->services['Shopware\\Core\\Checkout\\Shipping\\SalesChannel\\SortedShippingMethodRoute'] ?? $this->getSortedShippingMethodRouteService())), new \Shopware\Storefront\Checkout\Payment\BlockedPaymentMethodSwitcher(($this->services['Shopware\\Core\\Checkout\\Payment\\SalesChannel\\SortedPaymentMethodRoute'] ?? $this->getSortedPaymentMethodRouteService())), ($this->services['Shopware\\Core\\System\\SalesChannel\\SalesChannel\\ContextSwitchRoute'] ?? $this->getContextSwitchRouteService()), ($this->privates['Shopware\\Core\\Checkout\\Cart\\CartCalculator'] ?? $this->getCartCalculatorService()), ($this->privates['Shopware\\Core\\Checkout\\Cart\\CartPersister'] ?? $this->getCartPersisterService()));
  41528.     }
  41529.     /**
  41530.      * Gets the private 'Shopware\Storefront\Event\CartMergedSubscriber' shared autowired service.
  41531.      *
  41532.      * @return \Shopware\Storefront\Event\CartMergedSubscriber
  41533.      */
  41534.     protected function getCartMergedSubscriberService()
  41535.     {
  41536.         include_once \dirname(__DIR__4).'/vendor/shopware/storefront/Event/CartMergedSubscriber.php';
  41537.         $a = ($this->services['translator'] ?? $this->getTranslatorService());
  41538.         if (isset($this->privates['Shopware\\Storefront\\Event\\CartMergedSubscriber'])) {
  41539.             return $this->privates['Shopware\\Storefront\\Event\\CartMergedSubscriber'];
  41540.         }
  41541.         return $this->privates['Shopware\\Storefront\\Event\\CartMergedSubscriber'] = new \Shopware\Storefront\Event\CartMergedSubscriber($a, ($this->services['request_stack'] ?? ($this->services['request_stack'] = new \Symfony\Component\HttpFoundation\RequestStack())));
  41542.     }
  41543.     /**
  41544.      * Gets the private 'Shopware\Storefront\Framework\Cache\CacheResponseSubscriber' shared autowired service.
  41545.      *
  41546.      * @return \Shopware\Storefront\Framework\Cache\CacheResponseSubscriber
  41547.      */
  41548.     protected function getCacheResponseSubscriberService()
  41549.     {
  41550.         $a = ($this->services['Shopware\\Core\\Checkout\\Cart\\SalesChannel\\CartService'] ?? $this->getCartServiceService());
  41551.         if (isset($this->privates['Shopware\\Storefront\\Framework\\Cache\\CacheResponseSubscriber'])) {
  41552.             return $this->privates['Shopware\\Storefront\\Framework\\Cache\\CacheResponseSubscriber'];
  41553.         }
  41554.         return $this->privates['Shopware\\Storefront\\Framework\\Cache\\CacheResponseSubscriber'] = new \Shopware\Storefront\Framework\Cache\CacheResponseSubscriber($a$this->getEnv('default:shopware_http_cache_default_ttl_default:SHOPWARE_HTTP_DEFAULT_TTL'), $this->getEnv('default:shopware_http_cache_enabled_default:SHOPWARE_HTTP_CACHE_ENABLED'), ($this->privates['Shopware\\Storefront\\Framework\\Routing\\MaintenanceModeResolver'] ?? $this->getMaintenanceModeResolverService()), falseNULLNULL);
  41555.     }
  41556.     /**
  41557.      * Gets the private 'Shopware\Storefront\Framework\Cache\CacheTracer' shared autowired service.
  41558.      *
  41559.      * @return \Shopware\Storefront\Framework\Cache\CacheTracer
  41560.      */
  41561.     protected function getCacheTracerService()
  41562.     {
  41563.         $a = ($this->services['Shopware\\Core\\System\\SystemConfig\\SystemConfigService'] ?? $this->getSystemConfigServiceService());
  41564.         if (isset($this->privates['Shopware\\Storefront\\Framework\\Cache\\CacheTracer'])) {
  41565.             return $this->privates['Shopware\\Storefront\\Framework\\Cache\\CacheTracer'];
  41566.         }
  41567.         $b = ($this->privates['Shopware\\Core\\Framework\\Adapter\\Translation\\Translator'] ?? $this->getTranslator2Service());
  41568.         if (isset($this->privates['Shopware\\Storefront\\Framework\\Cache\\CacheTracer'])) {
  41569.             return $this->privates['Shopware\\Storefront\\Framework\\Cache\\CacheTracer'];
  41570.         }
  41571.         $c = ($this->privates['Shopware\\Storefront\\Theme\\ThemeConfigValueAccessor'] ?? $this->getThemeConfigValueAccessorService());
  41572.         if (isset($this->privates['Shopware\\Storefront\\Framework\\Cache\\CacheTracer'])) {
  41573.             return $this->privates['Shopware\\Storefront\\Framework\\Cache\\CacheTracer'];
  41574.         }
  41575.         return $this->privates['Shopware\\Storefront\\Framework\\Cache\\CacheTracer'] = new \Shopware\Storefront\Framework\Cache\CacheTracer(new \Shopware\Core\Framework\Adapter\Cache\CacheTracer($a$b, ($this->privates['Shopware\\Core\\Framework\\Adapter\\Cache\\CacheTagCollection'] ?? ($this->privates['Shopware\\Core\\Framework\\Adapter\\Cache\\CacheTagCollection'] = new \Shopware\Core\Framework\Adapter\Cache\CacheTagCollection()))), $c);
  41576.     }
  41577.     /**
  41578.      * Gets the private 'Shopware\Storefront\Framework\Cache\CacheWarmer\CacheWarmer' shared autowired service.
  41579.      *
  41580.      * @return \Shopware\Storefront\Framework\Cache\CacheWarmer\CacheWarmer
  41581.      */
  41582.     protected function getCacheWarmer2Service()
  41583.     {
  41584.         include_once \dirname(__DIR__4).'/vendor/shopware/storefront/Framework/Cache/CacheWarmer/CacheWarmer.php';
  41585.         include_once \dirname(__DIR__4).'/vendor/shopware/storefront/Framework/Cache/CacheWarmer/CacheRouteWarmerRegistry.php';
  41586.         return $this->privates['Shopware\\Storefront\\Framework\\Cache\\CacheWarmer\\CacheWarmer'] = new \Shopware\Storefront\Framework\Cache\CacheWarmer\CacheWarmer(($this->services['sales_channel_domain.repository'] ?? $this->getSalesChannelDomain_RepositoryService()), ($this->services['messenger.default_bus'] ?? $this->getMessenger_DefaultBusService()), new \Shopware\Storefront\Framework\Cache\CacheWarmer\CacheRouteWarmerRegistry(new RewindableGenerator(function () {
  41587.             yield => ($this->privates['Shopware\\Storefront\\Framework\\Cache\\CacheWarmer\\Product\\ProductRouteWarmer'] ?? $this->getProductRouteWarmerService());
  41588.             yield => ($this->privates['Shopware\\Storefront\\Framework\\Cache\\CacheWarmer\\Navigation\\NavigationRouteWarmer'] ?? $this->getNavigationRouteWarmerService());
  41589.             yield => ($this->privates['Cbax\\ModulManufacturers\\Bootstrap\\CbaxRouteWarmer'] ?? $this->getCbaxRouteWarmerService());
  41590.             yield => ($this->privates['Cbax\\ModulManufacturers\\Bootstrap\\CbaxDetailRouteWarmer'] ?? $this->getCbaxDetailRouteWarmerService());
  41591.         }, 4)), ($this->services['Shopware\\Core\\Framework\\Adapter\\Cache\\CacheIdLoader'] ?? $this->getCacheIdLoaderService()), ($this->privates['Shopware\\Storefront\\Framework\\Cache\\CacheWarmer\\CacheWarmerTaskHandler'] ?? $this->getCacheWarmerTaskHandlerService()));
  41592.     }
  41593.     /**
  41594.      * Gets the private 'Shopware\Storefront\Framework\Cache\CacheWarmer\CacheWarmerTaskHandler' shared autowired service.
  41595.      *
  41596.      * @return \Shopware\Storefront\Framework\Cache\CacheWarmer\CacheWarmerTaskHandler
  41597.      */
  41598.     protected function getCacheWarmerTaskHandlerService()
  41599.     {
  41600.         include_once \dirname(__DIR__4).'/vendor/shopware/storefront/Framework/Cache/CacheWarmer/CacheWarmerTaskHandler.php';
  41601.         $a = ($this->services['DreiscSeoPro\\Decorator\\Shopware\\Storefront\\Routing\\RequestTransformerDecorator'] ?? $this->getRequestTransformerDecoratorService());
  41602.         if (isset($this->privates['Shopware\\Storefront\\Framework\\Cache\\CacheWarmer\\CacheWarmerTaskHandler'])) {
  41603.             return $this->privates['Shopware\\Storefront\\Framework\\Cache\\CacheWarmer\\CacheWarmerTaskHandler'];
  41604.         }
  41605.         return $this->privates['Shopware\\Storefront\\Framework\\Cache\\CacheWarmer\\CacheWarmerTaskHandler'] = new \Shopware\Storefront\Framework\Cache\CacheWarmer\CacheWarmerTaskHandler(($this->services['kernel'] ?? $this->get('kernel'1)), ($this->services['router'] ?? $this->getRouterService()), $a, ($this->services['Shopware\\Core\\Framework\\Adapter\\Cache\\CacheIdLoader'] ?? $this->getCacheIdLoaderService()), ($this->privates['Shopware\\Core\\Framework\\Adapter\\Cache\\CacheTagCollection'] ?? ($this->privates['Shopware\\Core\\Framework\\Adapter\\Cache\\CacheTagCollection'] = new \Shopware\Core\Framework\Adapter\Cache\CacheTagCollection())));
  41606.     }
  41607.     /**
  41608.      * Gets the private 'Shopware\Storefront\Framework\Cache\CacheWarmer\Navigation\NavigationRouteWarmer' shared autowired service.
  41609.      *
  41610.      * @return \Shopware\Storefront\Framework\Cache\CacheWarmer\Navigation\NavigationRouteWarmer
  41611.      */
  41612.     protected function getNavigationRouteWarmerService()
  41613.     {
  41614.         include_once \dirname(__DIR__4).'/vendor/shopware/storefront/Framework/Cache/CacheWarmer/CacheRouteWarmer.php';
  41615.         include_once \dirname(__DIR__4).'/vendor/shopware/storefront/Framework/Cache/CacheWarmer/Navigation/NavigationRouteWarmer.php';
  41616.         return $this->privates['Shopware\\Storefront\\Framework\\Cache\\CacheWarmer\\Navigation\\NavigationRouteWarmer'] = new \Shopware\Storefront\Framework\Cache\CacheWarmer\Navigation\NavigationRouteWarmer(($this->privates['Shopware\\Core\\Framework\\DataAbstractionLayer\\Dbal\\Common\\IteratorFactory'] ?? $this->getIteratorFactory2Service()), ($this->services['Shopware\\Core\\Content\\Category\\CategoryDefinition'] ?? $this->getCategoryDefinition2Service()));
  41617.     }
  41618.     /**
  41619.      * Gets the private 'Shopware\Storefront\Framework\Cache\CacheWarmer\Product\ProductRouteWarmer' shared autowired service.
  41620.      *
  41621.      * @return \Shopware\Storefront\Framework\Cache\CacheWarmer\Product\ProductRouteWarmer
  41622.      */
  41623.     protected function getProductRouteWarmerService()
  41624.     {
  41625.         include_once \dirname(__DIR__4).'/vendor/shopware/storefront/Framework/Cache/CacheWarmer/CacheRouteWarmer.php';
  41626.         include_once \dirname(__DIR__4).'/vendor/shopware/storefront/Framework/Cache/CacheWarmer/Product/ProductRouteWarmer.php';
  41627.         return $this->privates['Shopware\\Storefront\\Framework\\Cache\\CacheWarmer\\Product\\ProductRouteWarmer'] = new \Shopware\Storefront\Framework\Cache\CacheWarmer\Product\ProductRouteWarmer(($this->privates['Shopware\\Core\\Framework\\DataAbstractionLayer\\Dbal\\Common\\IteratorFactory'] ?? $this->getIteratorFactory2Service()), ($this->services['Shopware\\Core\\Content\\Product\\ProductDefinition'] ?? $this->getProductDefinitionService()));
  41628.     }
  41629.     /**
  41630.      * Gets the private 'Shopware\Storefront\Framework\Captcha\BasicCaptcha' shared autowired service.
  41631.      *
  41632.      * @return \Shopware\Storefront\Framework\Captcha\BasicCaptcha
  41633.      */
  41634.     protected function getBasicCaptchaService()
  41635.     {
  41636.         include_once \dirname(__DIR__4).'/vendor/shopware/storefront/Framework/Captcha/AbstractCaptcha.php';
  41637.         include_once \dirname(__DIR__4).'/vendor/shopware/storefront/Framework/Captcha/BasicCaptcha.php';
  41638.         $a = ($this->services['Shopware\\Core\\System\\SystemConfig\\SystemConfigService'] ?? $this->getSystemConfigServiceService());
  41639.         if (isset($this->privates['Shopware\\Storefront\\Framework\\Captcha\\BasicCaptcha'])) {
  41640.             return $this->privates['Shopware\\Storefront\\Framework\\Captcha\\BasicCaptcha'];
  41641.         }
  41642.         return $this->privates['Shopware\\Storefront\\Framework\\Captcha\\BasicCaptcha'] = new \Shopware\Storefront\Framework\Captcha\BasicCaptcha(($this->services['request_stack'] ?? ($this->services['request_stack'] = new \Symfony\Component\HttpFoundation\RequestStack())), $a);
  41643.     }
  41644.     /**
  41645.      * Gets the private 'Shopware\Storefront\Framework\Captcha\CaptchaRouteListener' shared autowired service.
  41646.      *
  41647.      * @return \Shopware\Storefront\Framework\Captcha\CaptchaRouteListener
  41648.      */
  41649.     protected function getCaptchaRouteListenerService()
  41650.     {
  41651.         $a = ($this->services['Shopware\\Storefront\\Controller\\ErrorController'] ?? $this->getErrorControllerService());
  41652.         if (isset($this->privates['Shopware\\Storefront\\Framework\\Captcha\\CaptchaRouteListener'])) {
  41653.             return $this->privates['Shopware\\Storefront\\Framework\\Captcha\\CaptchaRouteListener'];
  41654.         }
  41655.         $b = ($this->services['Shopware\\Core\\System\\SystemConfig\\SystemConfigService'] ?? $this->getSystemConfigServiceService());
  41656.         if (isset($this->privates['Shopware\\Storefront\\Framework\\Captcha\\CaptchaRouteListener'])) {
  41657.             return $this->privates['Shopware\\Storefront\\Framework\\Captcha\\CaptchaRouteListener'];
  41658.         }
  41659.         return $this->privates['Shopware\\Storefront\\Framework\\Captcha\\CaptchaRouteListener'] = new \Shopware\Storefront\Framework\Captcha\CaptchaRouteListener(new RewindableGenerator(function () {
  41660.             yield => ($this->privates['Shopware\\Storefront\\Framework\\Captcha\\HoneypotCaptcha'] ?? $this->getHoneypotCaptchaService());
  41661.             yield => ($this->privates['Shopware\\Storefront\\Framework\\Captcha\\BasicCaptcha'] ?? $this->getBasicCaptchaService());
  41662.             yield => ($this->privates['Shopware\\Storefront\\Framework\\Captcha\\GoogleReCaptchaV2'] ?? $this->getGoogleReCaptchaV2Service());
  41663.             yield => ($this->privates['Shopware\\Storefront\\Framework\\Captcha\\GoogleReCaptchaV3'] ?? $this->getGoogleReCaptchaV3Service());
  41664.         }, 4), $a$b);
  41665.     }
  41666.     /**
  41667.      * Gets the private 'Shopware\Storefront\Framework\Captcha\GoogleReCaptchaV2' shared autowired service.
  41668.      *
  41669.      * @return \Shopware\Storefront\Framework\Captcha\GoogleReCaptchaV2
  41670.      */
  41671.     protected function getGoogleReCaptchaV2Service()
  41672.     {
  41673.         include_once \dirname(__DIR__4).'/vendor/shopware/storefront/Framework/Captcha/AbstractCaptcha.php';
  41674.         include_once \dirname(__DIR__4).'/vendor/shopware/storefront/Framework/Captcha/GoogleReCaptchaV2.php';
  41675.         return $this->privates['Shopware\\Storefront\\Framework\\Captcha\\GoogleReCaptchaV2'] = new \Shopware\Storefront\Framework\Captcha\GoogleReCaptchaV2(($this->privates['shopware.captcha.client'] ?? ($this->privates['shopware.captcha.client'] = new \GuzzleHttp\Client())));
  41676.     }
  41677.     /**
  41678.      * Gets the private 'Shopware\Storefront\Framework\Captcha\GoogleReCaptchaV3' shared autowired service.
  41679.      *
  41680.      * @return \Shopware\Storefront\Framework\Captcha\GoogleReCaptchaV3
  41681.      */
  41682.     protected function getGoogleReCaptchaV3Service()
  41683.     {
  41684.         include_once \dirname(__DIR__4).'/vendor/shopware/storefront/Framework/Captcha/AbstractCaptcha.php';
  41685.         include_once \dirname(__DIR__4).'/vendor/shopware/storefront/Framework/Captcha/GoogleReCaptchaV3.php';
  41686.         return $this->privates['Shopware\\Storefront\\Framework\\Captcha\\GoogleReCaptchaV3'] = new \Shopware\Storefront\Framework\Captcha\GoogleReCaptchaV3(($this->privates['shopware.captcha.client'] ?? ($this->privates['shopware.captcha.client'] = new \GuzzleHttp\Client())));
  41687.     }
  41688.     /**
  41689.      * Gets the private 'Shopware\Storefront\Framework\Captcha\HoneypotCaptcha' shared autowired service.
  41690.      *
  41691.      * @return \Shopware\Storefront\Framework\Captcha\HoneypotCaptcha
  41692.      */
  41693.     protected function getHoneypotCaptchaService()
  41694.     {
  41695.         include_once \dirname(__DIR__4).'/vendor/shopware/storefront/Framework/Captcha/AbstractCaptcha.php';
  41696.         include_once \dirname(__DIR__4).'/vendor/shopware/storefront/Framework/Captcha/HoneypotCaptcha.php';
  41697.         $a = ($this->services['.container.private.validator'] ?? $this->get_Container_Private_ValidatorService());
  41698.         if (isset($this->privates['Shopware\\Storefront\\Framework\\Captcha\\HoneypotCaptcha'])) {
  41699.             return $this->privates['Shopware\\Storefront\\Framework\\Captcha\\HoneypotCaptcha'];
  41700.         }
  41701.         return $this->privates['Shopware\\Storefront\\Framework\\Captcha\\HoneypotCaptcha'] = new \Shopware\Storefront\Framework\Captcha\HoneypotCaptcha($a);
  41702.     }
  41703.     /**
  41704.      * Gets the private 'Shopware\Storefront\Framework\Command\HttpCacheWarmUpCommand' shared autowired service.
  41705.      *
  41706.      * @return \Shopware\Storefront\Framework\Command\HttpCacheWarmUpCommand
  41707.      */
  41708.     protected function getHttpCacheWarmUpCommandService()
  41709.     {
  41710.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/Command.php';
  41711.         include_once \dirname(__DIR__4).'/vendor/shopware/storefront/Framework/Command/HttpCacheWarmUpCommand.php';
  41712.         $this->privates['Shopware\\Storefront\\Framework\\Command\\HttpCacheWarmUpCommand'] = $instance = new \Shopware\Storefront\Framework\Command\HttpCacheWarmUpCommand(($this->privates['Shopware\\Storefront\\Framework\\Cache\\CacheWarmer\\CacheWarmer'] ?? $this->getCacheWarmer2Service()), ($this->services['kernel'] ?? $this->get('kernel'1)), ($this->services['Doctrine\\DBAL\\Connection'] ?? $this->getConnectionService()));
  41713.         $instance->setName('http:cache:warm:up');
  41714.         return $instance;
  41715.     }
  41716.     /**
  41717.      * Gets the private 'Shopware\Storefront\Framework\Command\SalesChannelCreateStorefrontCommand' shared autowired service.
  41718.      *
  41719.      * @return \Shopware\Storefront\Framework\Command\SalesChannelCreateStorefrontCommand
  41720.      */
  41721.     protected function getSalesChannelCreateStorefrontCommandService()
  41722.     {
  41723.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/Command.php';
  41724.         include_once \dirname(__DIR__4).'/vendor/shopware/core/Maintenance/SalesChannel/Command/SalesChannelCreateCommand.php';
  41725.         include_once \dirname(__DIR__4).'/vendor/shopware/storefront/Framework/Command/SalesChannelCreateStorefrontCommand.php';
  41726.         $this->privates['Shopware\\Storefront\\Framework\\Command\\SalesChannelCreateStorefrontCommand'] = $instance = new \Shopware\Storefront\Framework\Command\SalesChannelCreateStorefrontCommand(($this->services['payment_method.repository'] ?? $this->getPaymentMethod_RepositoryService()), ($this->services['shipping_method.repository'] ?? $this->getShippingMethod_RepositoryService()), ($this->services['country.repository'] ?? $this->getCountry_RepositoryService()), ($this->services['snippet_set.repository'] ?? $this->getSnippetSet_RepositoryService()), ($this->services['category.repository'] ?? $this->getCategory_RepositoryService()), ($this->services['Shopware\\Core\\Maintenance\\SalesChannel\\Service\\SalesChannelCreator'] ?? $this->getSalesChannelCreatorService()));
  41727.         $instance->setName('sales-channel:create:storefront');
  41728.         return $instance;
  41729.     }
  41730.     /**
  41731.      * Gets the private 'Shopware\Storefront\Framework\Csrf\CsrfRouteListener' shared autowired service.
  41732.      *
  41733.      * @return \Shopware\Storefront\Framework\Csrf\CsrfRouteListener
  41734.      */
  41735.     protected function getCsrfRouteListenerService()
  41736.     {
  41737.         $a = ($this->services['translator'] ?? $this->getTranslatorService());
  41738.         if (isset($this->privates['Shopware\\Storefront\\Framework\\Csrf\\CsrfRouteListener'])) {
  41739.             return $this->privates['Shopware\\Storefront\\Framework\\Csrf\\CsrfRouteListener'];
  41740.         }
  41741.         return $this->privates['Shopware\\Storefront\\Framework\\Csrf\\CsrfRouteListener'] = new \Shopware\Storefront\Framework\Csrf\CsrfRouteListener(($this->services['.container.private.security.csrf.token_manager'] ?? $this->get_Container_Private_Security_Csrf_TokenManagerService()), true'twig'$a);
  41742.     }
  41743.     /**
  41744.      * Gets the private 'Shopware\Storefront\Framework\Routing\CachedDomainLoaderInvalidator' shared autowired service.
  41745.      *
  41746.      * @return \Shopware\Storefront\Framework\Routing\CachedDomainLoaderInvalidator
  41747.      */
  41748.     protected function getCachedDomainLoaderInvalidatorService()
  41749.     {
  41750.         include_once \dirname(__DIR__4).'/vendor/shopware/storefront/Framework/Routing/CachedDomainLoaderInvalidator.php';
  41751.         $a = ($this->privates['Shopware\\Core\\Framework\\Adapter\\Cache\\CacheInvalidator'] ?? $this->getCacheInvalidatorService());
  41752.         if (isset($this->privates['Shopware\\Storefront\\Framework\\Routing\\CachedDomainLoaderInvalidator'])) {
  41753.             return $this->privates['Shopware\\Storefront\\Framework\\Routing\\CachedDomainLoaderInvalidator'];
  41754.         }
  41755.         return $this->privates['Shopware\\Storefront\\Framework\\Routing\\CachedDomainLoaderInvalidator'] = new \Shopware\Storefront\Framework\Routing\CachedDomainLoaderInvalidator($a);
  41756.     }
  41757.     /**
  41758.      * Gets the private 'Shopware\Storefront\Framework\Routing\MaintenanceModeResolver' shared autowired service.
  41759.      *
  41760.      * @return \Shopware\Storefront\Framework\Routing\MaintenanceModeResolver
  41761.      */
  41762.     protected function getMaintenanceModeResolverService()
  41763.     {
  41764.         return $this->privates['Shopware\\Storefront\\Framework\\Routing\\MaintenanceModeResolver'] = new \Shopware\Storefront\Framework\Routing\MaintenanceModeResolver(($this->services['request_stack'] ?? ($this->services['request_stack'] = new \Symfony\Component\HttpFoundation\RequestStack())));
  41765.     }
  41766.     /**
  41767.      * Gets the private 'Shopware\Storefront\Framework\Routing\NotFound\NotFoundSubscriber' shared autowired service.
  41768.      *
  41769.      * @return \Shopware\Storefront\Framework\Routing\NotFound\NotFoundSubscriber
  41770.      */
  41771.     protected function getNotFoundSubscriberService()
  41772.     {
  41773.         $a = ($this->services['Shopware\\Storefront\\Controller\\ErrorController'] ?? $this->getErrorControllerService());
  41774.         if (isset($this->privates['Shopware\\Storefront\\Framework\\Routing\\NotFound\\NotFoundSubscriber'])) {
  41775.             return $this->privates['Shopware\\Storefront\\Framework\\Routing\\NotFound\\NotFoundSubscriber'];
  41776.         }
  41777.         $b = ($this->privates['Shopware\\Core\\System\\SalesChannel\\Context\\SalesChannelContextService'] ?? $this->getSalesChannelContextServiceService());
  41778.         if (isset($this->privates['Shopware\\Storefront\\Framework\\Routing\\NotFound\\NotFoundSubscriber'])) {
  41779.             return $this->privates['Shopware\\Storefront\\Framework\\Routing\\NotFound\\NotFoundSubscriber'];
  41780.         }
  41781.         $c = ($this->privates['Shopware\\Storefront\\Framework\\Cache\\CacheTracer'] ?? $this->getCacheTracerService());
  41782.         if (isset($this->privates['Shopware\\Storefront\\Framework\\Routing\\NotFound\\NotFoundSubscriber'])) {
  41783.             return $this->privates['Shopware\\Storefront\\Framework\\Routing\\NotFound\\NotFoundSubscriber'];
  41784.         }
  41785.         $d = ($this->privates['Shopware\\Core\\Framework\\Adapter\\Cache\\CacheInvalidator'] ?? $this->getCacheInvalidatorService());
  41786.         if (isset($this->privates['Shopware\\Storefront\\Framework\\Routing\\NotFound\\NotFoundSubscriber'])) {
  41787.             return $this->privates['Shopware\\Storefront\\Framework\\Routing\\NotFound\\NotFoundSubscriber'];
  41788.         }
  41789.         $e = ($this->services['event_dispatcher'] ?? $this->getEventDispatcherService());
  41790.         if (isset($this->privates['Shopware\\Storefront\\Framework\\Routing\\NotFound\\NotFoundSubscriber'])) {
  41791.             return $this->privates['Shopware\\Storefront\\Framework\\Routing\\NotFound\\NotFoundSubscriber'];
  41792.         }
  41793.         return $this->privates['Shopware\\Storefront\\Framework\\Routing\\NotFound\\NotFoundSubscriber'] = new \Shopware\Storefront\Framework\Routing\NotFound\NotFoundSubscriber($a, ($this->services['request_stack'] ?? ($this->services['request_stack'] = new \Symfony\Component\HttpFoundation\RequestStack())), $btrue, ($this->privates['Shopware\\Core\\Framework\\Adapter\\Cache\\CacheDecorator'] ?? $this->getCacheDecoratorService()), $c, ($this->services['Shopware\\Core\\Framework\\DataAbstractionLayer\\Cache\\EntityCacheKeyGenerator'] ?? ($this->services['Shopware\\Core\\Framework\\DataAbstractionLayer\\Cache\\EntityCacheKeyGenerator'] = new \Shopware\Core\Framework\DataAbstractionLayer\Cache\EntityCacheKeyGenerator())), $d$e);
  41794.     }
  41795.     /**
  41796.      * Gets the private 'Shopware\Storefront\Framework\Routing\StorefrontSubscriber' shared autowired service.
  41797.      *
  41798.      * @return \Shopware\Storefront\Framework\Routing\StorefrontSubscriber
  41799.      */
  41800.     protected function getStorefrontSubscriberService()
  41801.     {
  41802.         $a = ($this->services['sales_channel_domain.repository'] ?? $this->getSalesChannelDomain_RepositoryService());
  41803.         if (isset($this->privates['Shopware\\Storefront\\Framework\\Routing\\StorefrontSubscriber'])) {
  41804.             return $this->privates['Shopware\\Storefront\\Framework\\Routing\\StorefrontSubscriber'];
  41805.         }
  41806.         $b = ($this->services['Shopware\\Core\\System\\SystemConfig\\SystemConfigService'] ?? $this->getSystemConfigServiceService());
  41807.         if (isset($this->privates['Shopware\\Storefront\\Framework\\Routing\\StorefrontSubscriber'])) {
  41808.             return $this->privates['Shopware\\Storefront\\Framework\\Routing\\StorefrontSubscriber'];
  41809.         }
  41810.         $c = ($this->privates['Shopware\\Storefront\\Framework\\Routing\\NotFound\\NotFoundSubscriber'] ?? $this->getNotFoundSubscriberService());
  41811.         if (isset($this->privates['Shopware\\Storefront\\Framework\\Routing\\StorefrontSubscriber'])) {
  41812.             return $this->privates['Shopware\\Storefront\\Framework\\Routing\\StorefrontSubscriber'];
  41813.         }
  41814.         return $this->privates['Shopware\\Storefront\\Framework\\Routing\\StorefrontSubscriber'] = new \Shopware\Storefront\Framework\Routing\StorefrontSubscriber(($this->services['request_stack'] ?? ($this->services['request_stack'] = new \Symfony\Component\HttpFoundation\RequestStack())), ($this->services['router'] ?? $this->getRouterService()), ($this->services['Shopware\\Storefront\\Framework\\Csrf\\CsrfPlaceholderHandler'] ?? $this->getCsrfPlaceholderHandlerService()), new \Shopware\Core\Content\Seo\HreflangLoader(($this->privates['router.default'] ?? $this->getRouter_DefaultService()), $a, ($this->services['Doctrine\\DBAL\\Connection'] ?? $this->getConnectionService())), ($this->privates['Shopware\\Storefront\\Framework\\Routing\\MaintenanceModeResolver'] ?? $this->getMaintenanceModeResolverService()), ($this->services['Shopware\\Core\\Framework\\App\\ShopId\\ShopIdProvider'] ?? $this->getShopIdProviderService()), ($this->privates['Shopware\\Core\\Framework\\App\\ActiveAppsLoader'] ?? $this->getActiveAppsLoaderService()), $b, ($this->services['Shopware\\Storefront\\Theme\\StorefrontPluginRegistry'] ?? $this->getStorefrontPluginRegistryService()), $c);
  41815.     }
  41816.     /**
  41817.      * Gets the private 'Shopware\Storefront\Framework\Seo\SeoUrlRoute\LandingPageSeoUrlRoute' shared service.
  41818.      *
  41819.      * @return \Shopware\Storefront\Framework\Seo\SeoUrlRoute\LandingPageSeoUrlRoute
  41820.      */
  41821.     protected function getLandingPageSeoUrlRouteService()
  41822.     {
  41823.         include_once \dirname(__DIR__4).'/vendor/shopware/core/Content/Seo/SeoUrlRoute/SeoUrlRouteInterface.php';
  41824.         include_once \dirname(__DIR__4).'/vendor/shopware/storefront/Framework/Seo/SeoUrlRoute/LandingPageSeoUrlRoute.php';
  41825.         return $this->privates['Shopware\\Storefront\\Framework\\Seo\\SeoUrlRoute\\LandingPageSeoUrlRoute'] = new \Shopware\Storefront\Framework\Seo\SeoUrlRoute\LandingPageSeoUrlRoute(($this->services['Shopware\\Core\\Content\\LandingPage\\LandingPageDefinition'] ?? $this->getLandingPageDefinitionService()));
  41826.     }
  41827.     /**
  41828.      * Gets the private 'Shopware\Storefront\Framework\Seo\SeoUrlRoute\NavigationPageSeoUrlRoute' shared service.
  41829.      *
  41830.      * @return \Shopware\Storefront\Framework\Seo\SeoUrlRoute\NavigationPageSeoUrlRoute
  41831.      */
  41832.     protected function getNavigationPageSeoUrlRouteService()
  41833.     {
  41834.         include_once \dirname(__DIR__4).'/vendor/shopware/core/Content/Seo/SeoUrlRoute/SeoUrlRouteInterface.php';
  41835.         include_once \dirname(__DIR__4).'/vendor/shopware/storefront/Framework/Seo/SeoUrlRoute/NavigationPageSeoUrlRoute.php';
  41836.         return $this->privates['Shopware\\Storefront\\Framework\\Seo\\SeoUrlRoute\\NavigationPageSeoUrlRoute'] = new \Shopware\Storefront\Framework\Seo\SeoUrlRoute\NavigationPageSeoUrlRoute(($this->services['Shopware\\Core\\Content\\Category\\CategoryDefinition'] ?? $this->getCategoryDefinition2Service()), ($this->privates['Shopware\\Core\\Content\\Category\\Service\\CategoryBreadcrumbBuilder'] ?? $this->getCategoryBreadcrumbBuilderService()));
  41837.     }
  41838.     /**
  41839.      * Gets the private 'Shopware\Storefront\Framework\Seo\SeoUrlRoute\SeoUrlUpdateListener' shared service.
  41840.      *
  41841.      * @return \Shopware\Storefront\Framework\Seo\SeoUrlRoute\SeoUrlUpdateListener
  41842.      */
  41843.     protected function getSeoUrlUpdateListener3Service()
  41844.     {
  41845.         include_once \dirname(__DIR__4).'/vendor/shopware/storefront/Framework/Seo/SeoUrlRoute/SeoUrlUpdateListener.php';
  41846.         $a = ($this->privates['Shopware\\Core\\Content\\Seo\\SeoUrlUpdater'] ?? $this->getSeoUrlUpdaterService());
  41847.         if (isset($this->privates['Shopware\\Storefront\\Framework\\Seo\\SeoUrlRoute\\SeoUrlUpdateListener'])) {
  41848.             return $this->privates['Shopware\\Storefront\\Framework\\Seo\\SeoUrlRoute\\SeoUrlUpdateListener'];
  41849.         }
  41850.         $b = ($this->services['Shopware\\Core\\Framework\\DataAbstractionLayer\\Indexing\\EntityIndexerRegistry'] ?? $this->getEntityIndexerRegistryService());
  41851.         if (isset($this->privates['Shopware\\Storefront\\Framework\\Seo\\SeoUrlRoute\\SeoUrlUpdateListener'])) {
  41852.             return $this->privates['Shopware\\Storefront\\Framework\\Seo\\SeoUrlRoute\\SeoUrlUpdateListener'];
  41853.         }
  41854.         return $this->privates['Shopware\\Storefront\\Framework\\Seo\\SeoUrlRoute\\SeoUrlUpdateListener'] = new \Shopware\Storefront\Framework\Seo\SeoUrlRoute\SeoUrlUpdateListener($a, ($this->services['Doctrine\\DBAL\\Connection'] ?? $this->getConnectionService()), $b);
  41855.     }
  41856.     /**
  41857.      * Gets the private 'Shopware\Storefront\Framework\Twig\TwigDateRequestListener' shared autowired service.
  41858.      *
  41859.      * @return \Shopware\Storefront\Framework\Twig\TwigDateRequestListener
  41860.      */
  41861.     protected function getTwigDateRequestListenerService()
  41862.     {
  41863.         $a = ($this->services['.container.private.twig'] ?? $this->get_Container_Private_TwigService());
  41864.         if (isset($this->privates['Shopware\\Storefront\\Framework\\Twig\\TwigDateRequestListener'])) {
  41865.             return $this->privates['Shopware\\Storefront\\Framework\\Twig\\TwigDateRequestListener'];
  41866.         }
  41867.         return $this->privates['Shopware\\Storefront\\Framework\\Twig\\TwigDateRequestListener'] = new \Shopware\Storefront\Framework\Twig\TwigDateRequestListener($a);
  41868.     }
  41869.     /**
  41870.      * Gets the private 'Shopware\Storefront\Page\Account\Login\AccountLoginPageLoader' shared autowired service.
  41871.      *
  41872.      * @return \Shopware\Storefront\Page\Account\Login\AccountLoginPageLoader
  41873.      */
  41874.     protected function getAccountLoginPageLoaderService()
  41875.     {
  41876.         include_once \dirname(__DIR__4).'/vendor/shopware/storefront/Page/Account/Login/AccountLoginPageLoader.php';
  41877.         return $this->privates['Shopware\\Storefront\\Page\\Account\\Login\\AccountLoginPageLoader'] = new \Shopware\Storefront\Page\Account\Login\AccountLoginPageLoader(($this->privates['Shopware\\Storefront\\Page\\GenericPageLoader'] ?? $this->getGenericPageLoaderService()), ($this->services['event_dispatcher'] ?? $this->getEventDispatcherService()), ($this->services['Shopware\\Core\\System\\Country\\SalesChannel\\CachedCountryRoute'] ?? $this->getCachedCountryRouteService()), ($this->services['Shopware\\Core\\System\\Salutation\\SalesChannel\\CachedSalutationRoute'] ?? $this->getCachedSalutationRouteService()));
  41878.     }
  41879.     /**
  41880.      * Gets the private 'Shopware\Storefront\Page\Cms\DefaultMediaResolver' shared autowired service.
  41881.      *
  41882.      * @return \Shopware\Storefront\Page\Cms\DefaultMediaResolver
  41883.      */
  41884.     protected function getDefaultMediaResolverService()
  41885.     {
  41886.         include_once \dirname(__DIR__4).'/vendor/shopware/core/Content/Media/Cms/AbstractDefaultMediaResolver.php';
  41887.         include_once \dirname(__DIR__4).'/vendor/shopware/storefront/Page/Cms/DefaultMediaResolver.php';
  41888.         include_once \dirname(__DIR__4).'/vendor/shopware/core/Content/Media/Cms/DefaultMediaResolver.php';
  41889.         $a = ($this->privates['Shopware\\Core\\Framework\\Adapter\\Translation\\Translator'] ?? $this->getTranslator2Service());
  41890.         if (isset($this->privates['Shopware\\Storefront\\Page\\Cms\\DefaultMediaResolver'])) {
  41891.             return $this->privates['Shopware\\Storefront\\Page\\Cms\\DefaultMediaResolver'];
  41892.         }
  41893.         return $this->privates['Shopware\\Storefront\\Page\\Cms\\DefaultMediaResolver'] = new \Shopware\Storefront\Page\Cms\DefaultMediaResolver(new \Shopware\Core\Content\Media\Cms\DefaultMediaResolver(($this->services['shopware.filesystem.public'] ?? $this->getShopware_Filesystem_PublicService())), $a, ($this->privates['assets.packages'] ?? $this->getAssets_PackagesService()));
  41894.     }
  41895.     /**
  41896.      * Gets the private 'Shopware\Storefront\Page\GenericPageLoader' shared autowired service.
  41897.      *
  41898.      * @return \Shopware\Storefront\Page\GenericPageLoader
  41899.      */
  41900.     protected function getGenericPageLoaderService()
  41901.     {
  41902.         $a = ($this->privates['Shopware\\Storefront\\Pagelet\\Header\\HeaderPageletLoader'] ?? $this->getHeaderPageletLoaderService());
  41903.         if (isset($this->privates['Shopware\\Storefront\\Page\\GenericPageLoader'])) {
  41904.             return $this->privates['Shopware\\Storefront\\Page\\GenericPageLoader'];
  41905.         }
  41906.         $b = ($this->privates['Shopware\\Storefront\\Pagelet\\Footer\\FooterPageletLoader'] ?? $this->getFooterPageletLoaderService());
  41907.         if (isset($this->privates['Shopware\\Storefront\\Page\\GenericPageLoader'])) {
  41908.             return $this->privates['Shopware\\Storefront\\Page\\GenericPageLoader'];
  41909.         }
  41910.         $c = ($this->services['Shopware\\Core\\System\\SystemConfig\\SystemConfigService'] ?? $this->getSystemConfigServiceService());
  41911.         if (isset($this->privates['Shopware\\Storefront\\Page\\GenericPageLoader'])) {
  41912.             return $this->privates['Shopware\\Storefront\\Page\\GenericPageLoader'];
  41913.         }
  41914.         $d = ($this->services['Shopware\\Core\\Checkout\\Payment\\SalesChannel\\SortedPaymentMethodRoute'] ?? $this->getSortedPaymentMethodRouteService());
  41915.         if (isset($this->privates['Shopware\\Storefront\\Page\\GenericPageLoader'])) {
  41916.             return $this->privates['Shopware\\Storefront\\Page\\GenericPageLoader'];
  41917.         }
  41918.         $e = ($this->services['Shopware\\Core\\Checkout\\Shipping\\SalesChannel\\SortedShippingMethodRoute'] ?? $this->getSortedShippingMethodRouteService());
  41919.         if (isset($this->privates['Shopware\\Storefront\\Page\\GenericPageLoader'])) {
  41920.             return $this->privates['Shopware\\Storefront\\Page\\GenericPageLoader'];
  41921.         }
  41922.         $f = ($this->services['event_dispatcher'] ?? $this->getEventDispatcherService());
  41923.         if (isset($this->privates['Shopware\\Storefront\\Page\\GenericPageLoader'])) {
  41924.             return $this->privates['Shopware\\Storefront\\Page\\GenericPageLoader'];
  41925.         }
  41926.         return $this->privates['Shopware\\Storefront\\Page\\GenericPageLoader'] = new \Shopware\Storefront\Page\GenericPageLoader($a$b$c$d$e$f);
  41927.     }
  41928.     /**
  41929.      * Gets the private 'Shopware\Storefront\Page\Product\Configurator\ProductPageConfiguratorLoader' shared autowired service.
  41930.      *
  41931.      * @return \Shopware\Storefront\Page\Product\Configurator\ProductPageConfiguratorLoader
  41932.      */
  41933.     protected function getProductPageConfiguratorLoaderService()
  41934.     {
  41935.         include_once \dirname(__DIR__4).'/vendor/shopware/core/Content/Product/SalesChannel/Detail/ProductConfiguratorLoader.php';
  41936.         include_once \dirname(__DIR__4).'/vendor/shopware/storefront/Page/Product/Configurator/ProductPageConfiguratorLoader.php';
  41937.         include_once \dirname(__DIR__4).'/vendor/shopware/core/Content/Product/SalesChannel/Detail/AvailableCombinationLoader.php';
  41938.         $a = ($this->services['product_configurator_setting.repository'] ?? $this->getProductConfiguratorSetting_RepositoryService());
  41939.         if (isset($this->privates['Shopware\\Storefront\\Page\\Product\\Configurator\\ProductPageConfiguratorLoader'])) {
  41940.             return $this->privates['Shopware\\Storefront\\Page\\Product\\Configurator\\ProductPageConfiguratorLoader'];
  41941.         }
  41942.         return $this->privates['Shopware\\Storefront\\Page\\Product\\Configurator\\ProductPageConfiguratorLoader'] = new \Shopware\Storefront\Page\Product\Configurator\ProductPageConfiguratorLoader(new \Shopware\Core\Content\Product\SalesChannel\Detail\ProductConfiguratorLoader($a, new \Shopware\Core\Content\Product\SalesChannel\Detail\AvailableCombinationLoader(($this->services['Doctrine\\DBAL\\Connection'] ?? $this->getConnectionService()))));
  41943.     }
  41944.     /**
  41945.      * Gets the private 'Shopware\Storefront\Pagelet\Footer\FooterPageletLoader' shared autowired service.
  41946.      *
  41947.      * @return \Shopware\Storefront\Pagelet\Footer\FooterPageletLoader
  41948.      */
  41949.     protected function getFooterPageletLoaderService()
  41950.     {
  41951.         $a = ($this->services['event_dispatcher'] ?? $this->getEventDispatcherService());
  41952.         if (isset($this->privates['Shopware\\Storefront\\Pagelet\\Footer\\FooterPageletLoader'])) {
  41953.             return $this->privates['Shopware\\Storefront\\Pagelet\\Footer\\FooterPageletLoader'];
  41954.         }
  41955.         $b = ($this->privates['Shopware\\Core\\Content\\Category\\Service\\NavigationLoader'] ?? $this->getNavigationLoaderService());
  41956.         if (isset($this->privates['Shopware\\Storefront\\Pagelet\\Footer\\FooterPageletLoader'])) {
  41957.             return $this->privates['Shopware\\Storefront\\Pagelet\\Footer\\FooterPageletLoader'];
  41958.         }
  41959.         return $this->privates['Shopware\\Storefront\\Pagelet\\Footer\\FooterPageletLoader'] = new \Shopware\Storefront\Pagelet\Footer\FooterPageletLoader($a$b);
  41960.     }
  41961.     /**
  41962.      * Gets the private 'Shopware\Storefront\Pagelet\Header\HeaderPageletLoader' shared autowired service.
  41963.      *
  41964.      * @return \Shopware\Storefront\Pagelet\Header\HeaderPageletLoader
  41965.      */
  41966.     protected function getHeaderPageletLoaderService()
  41967.     {
  41968.         $a = ($this->services['event_dispatcher'] ?? $this->getEventDispatcherService());
  41969.         if (isset($this->privates['Shopware\\Storefront\\Pagelet\\Header\\HeaderPageletLoader'])) {
  41970.             return $this->privates['Shopware\\Storefront\\Pagelet\\Header\\HeaderPageletLoader'];
  41971.         }
  41972.         $b = ($this->services['Shopware\\Core\\System\\Currency\\SalesChannel\\CachedCurrencyRoute'] ?? $this->getCachedCurrencyRouteService());
  41973.         if (isset($this->privates['Shopware\\Storefront\\Pagelet\\Header\\HeaderPageletLoader'])) {
  41974.             return $this->privates['Shopware\\Storefront\\Pagelet\\Header\\HeaderPageletLoader'];
  41975.         }
  41976.         $c = ($this->services['Shopware\\Core\\System\\Language\\SalesChannel\\CachedLanguageRoute'] ?? $this->getCachedLanguageRouteService());
  41977.         if (isset($this->privates['Shopware\\Storefront\\Pagelet\\Header\\HeaderPageletLoader'])) {
  41978.             return $this->privates['Shopware\\Storefront\\Pagelet\\Header\\HeaderPageletLoader'];
  41979.         }
  41980.         $d = ($this->privates['Shopware\\Core\\Content\\Category\\Service\\NavigationLoader'] ?? $this->getNavigationLoaderService());
  41981.         if (isset($this->privates['Shopware\\Storefront\\Pagelet\\Header\\HeaderPageletLoader'])) {
  41982.             return $this->privates['Shopware\\Storefront\\Pagelet\\Header\\HeaderPageletLoader'];
  41983.         }
  41984.         return $this->privates['Shopware\\Storefront\\Pagelet\\Header\\HeaderPageletLoader'] = new \Shopware\Storefront\Pagelet\Header\HeaderPageletLoader($a$b$c$d);
  41985.     }
  41986.     /**
  41987.      * Gets the private 'Shopware\Storefront\Pagelet\Newsletter\Account\NewsletterAccountPageletLoader' shared autowired service.
  41988.      *
  41989.      * @return \Shopware\Storefront\Pagelet\Newsletter\Account\NewsletterAccountPageletLoader
  41990.      */
  41991.     protected function getNewsletterAccountPageletLoaderService()
  41992.     {
  41993.         include_once \dirname(__DIR__4).'/vendor/shopware/storefront/Pagelet/Newsletter/Account/NewsletterAccountPageletLoader.php';
  41994.         return $this->privates['Shopware\\Storefront\\Pagelet\\Newsletter\\Account\\NewsletterAccountPageletLoader'] = new \Shopware\Storefront\Pagelet\Newsletter\Account\NewsletterAccountPageletLoader(($this->services['event_dispatcher'] ?? $this->getEventDispatcherService()), ($this->services['Shopware\\Core\\Content\\Newsletter\\SalesChannel\\NewsletterSubscribeRoute'] ?? $this->getNewsletterSubscribeRouteService()), ($this->services['Shopware\\Core\\Content\\Newsletter\\SalesChannel\\NewsletterUnsubscribeRoute'] ?? $this->getNewsletterUnsubscribeRouteService()), ($this->services['Shopware\\Core\\Checkout\\Customer\\SalesChannel\\AccountNewsletterRecipientRoute'] ?? $this->getAccountNewsletterRecipientRouteService()), ($this->privates['Shopware\\Core\\Framework\\Adapter\\Translation\\Translator'] ?? $this->getTranslator2Service()), ($this->services['Shopware\\Core\\System\\SystemConfig\\SystemConfigService'] ?? $this->getSystemConfigServiceService()));
  41995.     }
  41996.     /**
  41997.      * Gets the private 'Shopware\Storefront\Theme\CachedResolvedConfigLoaderInvalidator' shared service.
  41998.      *
  41999.      * @return \Shopware\Storefront\Theme\CachedResolvedConfigLoaderInvalidator
  42000.      */
  42001.     protected function getCachedResolvedConfigLoaderInvalidatorService()
  42002.     {
  42003.         include_once \dirname(__DIR__4).'/vendor/shopware/storefront/Theme/CachedResolvedConfigLoaderInvalidator.php';
  42004.         $a = ($this->privates['Shopware\\Core\\Framework\\Adapter\\Cache\\CacheInvalidator'] ?? $this->getCacheInvalidatorService());
  42005.         if (isset($this->privates['Shopware\\Storefront\\Theme\\CachedResolvedConfigLoaderInvalidator'])) {
  42006.             return $this->privates['Shopware\\Storefront\\Theme\\CachedResolvedConfigLoaderInvalidator'];
  42007.         }
  42008.         return $this->privates['Shopware\\Storefront\\Theme\\CachedResolvedConfigLoaderInvalidator'] = new \Shopware\Storefront\Theme\CachedResolvedConfigLoaderInvalidator($a);
  42009.     }
  42010.     /**
  42011.      * Gets the private 'Shopware\Storefront\Theme\Command\ThemeChangeCommand' shared service.
  42012.      *
  42013.      * @return \Shopware\Storefront\Theme\Command\ThemeChangeCommand
  42014.      */
  42015.     protected function getThemeChangeCommandService()
  42016.     {
  42017.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/Command.php';
  42018.         include_once \dirname(__DIR__4).'/vendor/shopware/storefront/Theme/Command/ThemeChangeCommand.php';
  42019.         $this->privates['Shopware\\Storefront\\Theme\\Command\\ThemeChangeCommand'] = $instance = new \Shopware\Storefront\Theme\Command\ThemeChangeCommand(($this->privates['Shopware\\Storefront\\Theme\\ThemeService'] ?? $this->getThemeServiceService()), ($this->services['Shopware\\Storefront\\Theme\\StorefrontPluginRegistry'] ?? $this->getStorefrontPluginRegistryService()), ($this->services['sales_channel.repository'] ?? $this->getSalesChannel_RepositoryService()), ($this->services['theme.repository'] ?? $this->getTheme_RepositoryService()), ($this->services['theme_sales_channel.repository'] ?? $this->getThemeSalesChannel_RepositoryService()), ($this->privates['Shopware\\Core\\Content\\Media\\DataAbstractionLayer\\MediaThumbnailRepositoryDecorator'] ?? $this->getMediaThumbnailRepositoryDecoratorService()));
  42020.         $instance->setName('theme:change');
  42021.         return $instance;
  42022.     }
  42023.     /**
  42024.      * Gets the private 'Shopware\Storefront\Theme\Command\ThemeCompileCommand' shared service.
  42025.      *
  42026.      * @return \Shopware\Storefront\Theme\Command\ThemeCompileCommand
  42027.      */
  42028.     protected function getThemeCompileCommandService()
  42029.     {
  42030.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/Command.php';
  42031.         include_once \dirname(__DIR__4).'/vendor/shopware/storefront/Theme/Command/ThemeCompileCommand.php';
  42032.         $this->privates['Shopware\\Storefront\\Theme\\Command\\ThemeCompileCommand'] = $instance = new \Shopware\Storefront\Theme\Command\ThemeCompileCommand(($this->privates['Shopware\\Storefront\\Theme\\ThemeService'] ?? $this->getThemeServiceService()), ($this->privates['Shopware\\Storefront\\Theme\\ConfigLoader\\DatabaseAvailableThemeProvider'] ?? $this->getDatabaseAvailableThemeProviderService()));
  42033.         $instance->setName('theme:compile');
  42034.         return $instance;
  42035.     }
  42036.     /**
  42037.      * Gets the private 'Shopware\Storefront\Theme\Command\ThemeCreateCommand' shared service.
  42038.      *
  42039.      * @return \Shopware\Storefront\Theme\Command\ThemeCreateCommand
  42040.      */
  42041.     protected function getThemeCreateCommandService()
  42042.     {
  42043.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/Command.php';
  42044.         include_once \dirname(__DIR__4).'/vendor/shopware/storefront/Theme/Command/ThemeCreateCommand.php';
  42045.         $this->privates['Shopware\\Storefront\\Theme\\Command\\ThemeCreateCommand'] = $instance = new \Shopware\Storefront\Theme\Command\ThemeCreateCommand(\dirname(__DIR__4));
  42046.         $instance->setName('theme:create');
  42047.         return $instance;
  42048.     }
  42049.     /**
  42050.      * Gets the private 'Shopware\Storefront\Theme\Command\ThemeDumpCommand' shared service.
  42051.      *
  42052.      * @return \Shopware\Storefront\Theme\Command\ThemeDumpCommand
  42053.      */
  42054.     protected function getThemeDumpCommandService()
  42055.     {
  42056.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/Command.php';
  42057.         include_once \dirname(__DIR__4).'/vendor/shopware/storefront/Theme/Command/ThemeDumpCommand.php';
  42058.         $this->privates['Shopware\\Storefront\\Theme\\Command\\ThemeDumpCommand'] = $instance = new \Shopware\Storefront\Theme\Command\ThemeDumpCommand(($this->services['Shopware\\Storefront\\Theme\\StorefrontPluginRegistry'] ?? $this->getStorefrontPluginRegistryService()), ($this->privates['Shopware\\Storefront\\Theme\\ThemeFileResolver'] ?? $this->getThemeFileResolverService()), ($this->services['theme.repository'] ?? $this->getTheme_RepositoryService()), \dirname(__DIR__4), ($this->privates['Shopware\\Storefront\\Theme\\ConfigLoader\\StaticFileConfigDumper'] ?? $this->getStaticFileConfigDumperService()));
  42059.         $instance->setName('theme:dump');
  42060.         return $instance;
  42061.     }
  42062.     /**
  42063.      * Gets the private 'Shopware\Storefront\Theme\Command\ThemePrepareIconsCommand' shared service.
  42064.      *
  42065.      * @return \Shopware\Storefront\Theme\Command\ThemePrepareIconsCommand
  42066.      */
  42067.     protected function getThemePrepareIconsCommandService()
  42068.     {
  42069.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/Command.php';
  42070.         include_once \dirname(__DIR__4).'/vendor/shopware/storefront/Theme/Command/ThemePrepareIconsCommand.php';
  42071.         $this->privates['Shopware\\Storefront\\Theme\\Command\\ThemePrepareIconsCommand'] = $instance = new \Shopware\Storefront\Theme\Command\ThemePrepareIconsCommand();
  42072.         $instance->setName('theme:prepare-icons');
  42073.         return $instance;
  42074.     }
  42075.     /**
  42076.      * Gets the private 'Shopware\Storefront\Theme\Command\ThemeRefreshCommand' shared service.
  42077.      *
  42078.      * @return \Shopware\Storefront\Theme\Command\ThemeRefreshCommand
  42079.      */
  42080.     protected function getThemeRefreshCommandService()
  42081.     {
  42082.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/Command.php';
  42083.         include_once \dirname(__DIR__4).'/vendor/shopware/storefront/Theme/Command/ThemeRefreshCommand.php';
  42084.         $this->privates['Shopware\\Storefront\\Theme\\Command\\ThemeRefreshCommand'] = $instance = new \Shopware\Storefront\Theme\Command\ThemeRefreshCommand(($this->privates['Shopware\\Storefront\\Theme\\ThemeLifecycleService'] ?? $this->getThemeLifecycleServiceService()));
  42085.         $instance->setName('theme:refresh');
  42086.         return $instance;
  42087.     }
  42088.     /**
  42089.      * Gets the private 'Shopware\Storefront\Theme\ConfigLoader\DatabaseAvailableThemeProvider' shared service.
  42090.      *
  42091.      * @return \Shopware\Storefront\Theme\ConfigLoader\DatabaseAvailableThemeProvider
  42092.      */
  42093.     protected function getDatabaseAvailableThemeProviderService()
  42094.     {
  42095.         include_once \dirname(__DIR__4).'/vendor/shopware/storefront/Theme/ConfigLoader/AbstractAvailableThemeProvider.php';
  42096.         include_once \dirname(__DIR__4).'/vendor/shopware/storefront/Theme/ConfigLoader/DatabaseAvailableThemeProvider.php';
  42097.         $a = ($this->services['sales_channel.repository'] ?? $this->getSalesChannel_RepositoryService());
  42098.         if (isset($this->privates['Shopware\\Storefront\\Theme\\ConfigLoader\\DatabaseAvailableThemeProvider'])) {
  42099.             return $this->privates['Shopware\\Storefront\\Theme\\ConfigLoader\\DatabaseAvailableThemeProvider'];
  42100.         }
  42101.         return $this->privates['Shopware\\Storefront\\Theme\\ConfigLoader\\DatabaseAvailableThemeProvider'] = new \Shopware\Storefront\Theme\ConfigLoader\DatabaseAvailableThemeProvider($a);
  42102.     }
  42103.     /**
  42104.      * Gets the private 'Shopware\Storefront\Theme\ConfigLoader\DatabaseConfigLoader' shared service.
  42105.      *
  42106.      * @return \Shopware\Storefront\Theme\ConfigLoader\DatabaseConfigLoader
  42107.      */
  42108.     protected function getDatabaseConfigLoaderService()
  42109.     {
  42110.         $a = ($this->services['theme.repository'] ?? $this->getTheme_RepositoryService());
  42111.         if (isset($this->privates['Shopware\\Storefront\\Theme\\ConfigLoader\\DatabaseConfigLoader'])) {
  42112.             return $this->privates['Shopware\\Storefront\\Theme\\ConfigLoader\\DatabaseConfigLoader'];
  42113.         }
  42114.         $b = ($this->services['media.repository'] ?? $this->getMedia_RepositoryService());
  42115.         if (isset($this->privates['Shopware\\Storefront\\Theme\\ConfigLoader\\DatabaseConfigLoader'])) {
  42116.             return $this->privates['Shopware\\Storefront\\Theme\\ConfigLoader\\DatabaseConfigLoader'];
  42117.         }
  42118.         return $this->privates['Shopware\\Storefront\\Theme\\ConfigLoader\\DatabaseConfigLoader'] = new \Shopware\Storefront\Theme\ConfigLoader\DatabaseConfigLoader($a, ($this->services['Shopware\\Storefront\\Theme\\StorefrontPluginRegistry'] ?? $this->getStorefrontPluginRegistryService()), $b);
  42119.     }
  42120.     /**
  42121.      * Gets the private 'Shopware\Storefront\Theme\ConfigLoader\StaticFileConfigDumper' shared service.
  42122.      *
  42123.      * @return \Shopware\Storefront\Theme\ConfigLoader\StaticFileConfigDumper
  42124.      */
  42125.     protected function getStaticFileConfigDumperService()
  42126.     {
  42127.         include_once \dirname(__DIR__4).'/vendor/shopware/storefront/Theme/ConfigLoader/StaticFileConfigDumper.php';
  42128.         $a = ($this->privates['Shopware\\Storefront\\Theme\\ConfigLoader\\DatabaseAvailableThemeProvider'] ?? $this->getDatabaseAvailableThemeProviderService());
  42129.         if (isset($this->privates['Shopware\\Storefront\\Theme\\ConfigLoader\\StaticFileConfigDumper'])) {
  42130.             return $this->privates['Shopware\\Storefront\\Theme\\ConfigLoader\\StaticFileConfigDumper'];
  42131.         }
  42132.         return $this->privates['Shopware\\Storefront\\Theme\\ConfigLoader\\StaticFileConfigDumper'] = new \Shopware\Storefront\Theme\ConfigLoader\StaticFileConfigDumper(($this->privates['Shopware\\Storefront\\Theme\\ConfigLoader\\DatabaseConfigLoader'] ?? $this->getDatabaseConfigLoaderService()), $a, ($this->services['shopware.filesystem.private'] ?? $this->getShopware_Filesystem_PrivateService()));
  42133.     }
  42134.     /**
  42135.      * Gets the private 'Shopware\Storefront\Theme\DataAbstractionLayer\ThemeIndexer' shared service.
  42136.      *
  42137.      * @return \Shopware\Storefront\Theme\DataAbstractionLayer\ThemeIndexer
  42138.      */
  42139.     protected function getThemeIndexerService()
  42140.     {
  42141.         include_once \dirname(__DIR__4).'/vendor/shopware/core/Framework/DataAbstractionLayer/Indexing/EntityIndexer.php';
  42142.         include_once \dirname(__DIR__4).'/vendor/shopware/storefront/Theme/DataAbstractionLayer/ThemeIndexer.php';
  42143.         $a = ($this->services['theme.repository'] ?? $this->getTheme_RepositoryService());
  42144.         if (isset($this->privates['Shopware\\Storefront\\Theme\\DataAbstractionLayer\\ThemeIndexer'])) {
  42145.             return $this->privates['Shopware\\Storefront\\Theme\\DataAbstractionLayer\\ThemeIndexer'];
  42146.         }
  42147.         $b = ($this->services['event_dispatcher'] ?? $this->getEventDispatcherService());
  42148.         if (isset($this->privates['Shopware\\Storefront\\Theme\\DataAbstractionLayer\\ThemeIndexer'])) {
  42149.             return $this->privates['Shopware\\Storefront\\Theme\\DataAbstractionLayer\\ThemeIndexer'];
  42150.         }
  42151.         return $this->privates['Shopware\\Storefront\\Theme\\DataAbstractionLayer\\ThemeIndexer'] = new \Shopware\Storefront\Theme\DataAbstractionLayer\ThemeIndexer(($this->privates['Shopware\\Core\\Framework\\DataAbstractionLayer\\Dbal\\Common\\IteratorFactory'] ?? $this->getIteratorFactory2Service()), $a, ($this->services['Doctrine\\DBAL\\Connection'] ?? $this->getConnectionService()), $b);
  42152.     }
  42153.     /**
  42154.      * Gets the private 'Shopware\Storefront\Theme\Subscriber\AppLifecycleSubscriber' shared service.
  42155.      *
  42156.      * @return \Shopware\Storefront\Theme\Subscriber\AppLifecycleSubscriber
  42157.      */
  42158.     protected function getAppLifecycleSubscriberService()
  42159.     {
  42160.         include_once \dirname(__DIR__4).'/vendor/shopware/storefront/Theme/Subscriber/AppLifecycleSubscriber.php';
  42161.         $a = ($this->privates['Shopware\\Storefront\\Theme\\ThemeLifecycleService'] ?? $this->getThemeLifecycleServiceService());
  42162.         if (isset($this->privates['Shopware\\Storefront\\Theme\\Subscriber\\AppLifecycleSubscriber'])) {
  42163.             return $this->privates['Shopware\\Storefront\\Theme\\Subscriber\\AppLifecycleSubscriber'];
  42164.         }
  42165.         $b = ($this->services['app.repository'] ?? $this->getApp_RepositoryService());
  42166.         if (isset($this->privates['Shopware\\Storefront\\Theme\\Subscriber\\AppLifecycleSubscriber'])) {
  42167.             return $this->privates['Shopware\\Storefront\\Theme\\Subscriber\\AppLifecycleSubscriber'];
  42168.         }
  42169.         return $this->privates['Shopware\\Storefront\\Theme\\Subscriber\\AppLifecycleSubscriber'] = new \Shopware\Storefront\Theme\Subscriber\AppLifecycleSubscriber($a$b);
  42170.     }
  42171.     /**
  42172.      * Gets the private 'Shopware\Storefront\Theme\Subscriber\FirstRunWizardSubscriber' shared service.
  42173.      *
  42174.      * @return \Shopware\Storefront\Theme\Subscriber\FirstRunWizardSubscriber
  42175.      */
  42176.     protected function getFirstRunWizardSubscriberService()
  42177.     {
  42178.         include_once \dirname(__DIR__4).'/vendor/shopware/storefront/Theme/Subscriber/FirstRunWizardSubscriber.php';
  42179.         $a = ($this->privates['Shopware\\Storefront\\Theme\\ThemeService'] ?? $this->getThemeServiceService());
  42180.         if (isset($this->privates['Shopware\\Storefront\\Theme\\Subscriber\\FirstRunWizardSubscriber'])) {
  42181.             return $this->privates['Shopware\\Storefront\\Theme\\Subscriber\\FirstRunWizardSubscriber'];
  42182.         }
  42183.         $b = ($this->privates['Shopware\\Storefront\\Theme\\ThemeLifecycleService'] ?? $this->getThemeLifecycleServiceService());
  42184.         if (isset($this->privates['Shopware\\Storefront\\Theme\\Subscriber\\FirstRunWizardSubscriber'])) {
  42185.             return $this->privates['Shopware\\Storefront\\Theme\\Subscriber\\FirstRunWizardSubscriber'];
  42186.         }
  42187.         $c = ($this->services['theme.repository'] ?? $this->getTheme_RepositoryService());
  42188.         if (isset($this->privates['Shopware\\Storefront\\Theme\\Subscriber\\FirstRunWizardSubscriber'])) {
  42189.             return $this->privates['Shopware\\Storefront\\Theme\\Subscriber\\FirstRunWizardSubscriber'];
  42190.         }
  42191.         $d = ($this->services['theme_sales_channel.repository'] ?? $this->getThemeSalesChannel_RepositoryService());
  42192.         if (isset($this->privates['Shopware\\Storefront\\Theme\\Subscriber\\FirstRunWizardSubscriber'])) {
  42193.             return $this->privates['Shopware\\Storefront\\Theme\\Subscriber\\FirstRunWizardSubscriber'];
  42194.         }
  42195.         $e = ($this->services['sales_channel.repository'] ?? $this->getSalesChannel_RepositoryService());
  42196.         if (isset($this->privates['Shopware\\Storefront\\Theme\\Subscriber\\FirstRunWizardSubscriber'])) {
  42197.             return $this->privates['Shopware\\Storefront\\Theme\\Subscriber\\FirstRunWizardSubscriber'];
  42198.         }
  42199.         return $this->privates['Shopware\\Storefront\\Theme\\Subscriber\\FirstRunWizardSubscriber'] = new \Shopware\Storefront\Theme\Subscriber\FirstRunWizardSubscriber($a$b$c$d$e);
  42200.     }
  42201.     /**
  42202.      * Gets the private 'Shopware\Storefront\Theme\Subscriber\PluginLifecycleSubscriber' shared service.
  42203.      *
  42204.      * @return \Shopware\Storefront\Theme\Subscriber\PluginLifecycleSubscriber
  42205.      */
  42206.     protected function getPluginLifecycleSubscriber2Service()
  42207.     {
  42208.         include_once \dirname(__DIR__4).'/vendor/shopware/storefront/Theme/Subscriber/PluginLifecycleSubscriber.php';
  42209.         $a = ($this->privates['Shopware\\Storefront\\Theme\\ThemeLifecycleHandler'] ?? $this->getThemeLifecycleHandlerService());
  42210.         if (isset($this->privates['Shopware\\Storefront\\Theme\\Subscriber\\PluginLifecycleSubscriber'])) {
  42211.             return $this->privates['Shopware\\Storefront\\Theme\\Subscriber\\PluginLifecycleSubscriber'];
  42212.         }
  42213.         $b = ($this->privates['Shopware\\Storefront\\Theme\\ThemeLifecycleService'] ?? $this->getThemeLifecycleServiceService());
  42214.         if (isset($this->privates['Shopware\\Storefront\\Theme\\Subscriber\\PluginLifecycleSubscriber'])) {
  42215.             return $this->privates['Shopware\\Storefront\\Theme\\Subscriber\\PluginLifecycleSubscriber'];
  42216.         }
  42217.         return $this->privates['Shopware\\Storefront\\Theme\\Subscriber\\PluginLifecycleSubscriber'] = new \Shopware\Storefront\Theme\Subscriber\PluginLifecycleSubscriber(($this->services['Shopware\\Storefront\\Theme\\StorefrontPluginRegistry'] ?? $this->getStorefrontPluginRegistryService()), \dirname(__DIR__4), ($this->privates['Shopware\\Storefront\\Theme\\StorefrontPluginConfiguration\\StorefrontPluginConfigurationFactory'] ?? ($this->privates['Shopware\\Storefront\\Theme\\StorefrontPluginConfiguration\\StorefrontPluginConfigurationFactory'] = new \Shopware\Storefront\Theme\StorefrontPluginConfiguration\StorefrontPluginConfigurationFactory(\dirname(__DIR__4)))), $a$b);
  42218.     }
  42219.     /**
  42220.      * Gets the private 'Shopware\Storefront\Theme\Subscriber\ThemeCompilerEnrichScssVarSubscriber' shared service.
  42221.      *
  42222.      * @return \Shopware\Storefront\Theme\Subscriber\ThemeCompilerEnrichScssVarSubscriber
  42223.      */
  42224.     protected function getThemeCompilerEnrichScssVarSubscriberService()
  42225.     {
  42226.         include_once \dirname(__DIR__4).'/vendor/shopware/storefront/Theme/Subscriber/ThemeCompilerEnrichScssVarSubscriber.php';
  42227.         $a = ($this->privates['Shopware\\Core\\System\\SystemConfig\\Service\\ConfigurationService'] ?? $this->getConfigurationServiceService());
  42228.         if (isset($this->privates['Shopware\\Storefront\\Theme\\Subscriber\\ThemeCompilerEnrichScssVarSubscriber'])) {
  42229.             return $this->privates['Shopware\\Storefront\\Theme\\Subscriber\\ThemeCompilerEnrichScssVarSubscriber'];
  42230.         }
  42231.         return $this->privates['Shopware\\Storefront\\Theme\\Subscriber\\ThemeCompilerEnrichScssVarSubscriber'] = new \Shopware\Storefront\Theme\Subscriber\ThemeCompilerEnrichScssVarSubscriber($a, ($this->services['Shopware\\Storefront\\Theme\\StorefrontPluginRegistry'] ?? $this->getStorefrontPluginRegistryService()));
  42232.     }
  42233.     /**
  42234.      * Gets the private 'Shopware\Storefront\Theme\Subscriber\UpdateSubscriber' shared service.
  42235.      *
  42236.      * @return \Shopware\Storefront\Theme\Subscriber\UpdateSubscriber
  42237.      */
  42238.     protected function getUpdateSubscriberService()
  42239.     {
  42240.         include_once \dirname(__DIR__4).'/vendor/shopware/storefront/Theme/Subscriber/UpdateSubscriber.php';
  42241.         $a = ($this->privates['Shopware\\Storefront\\Theme\\ThemeService'] ?? $this->getThemeServiceService());
  42242.         if (isset($this->privates['Shopware\\Storefront\\Theme\\Subscriber\\UpdateSubscriber'])) {
  42243.             return $this->privates['Shopware\\Storefront\\Theme\\Subscriber\\UpdateSubscriber'];
  42244.         }
  42245.         $b = ($this->privates['Shopware\\Storefront\\Theme\\ThemeLifecycleService'] ?? $this->getThemeLifecycleServiceService());
  42246.         if (isset($this->privates['Shopware\\Storefront\\Theme\\Subscriber\\UpdateSubscriber'])) {
  42247.             return $this->privates['Shopware\\Storefront\\Theme\\Subscriber\\UpdateSubscriber'];
  42248.         }
  42249.         $c = ($this->services['sales_channel.repository'] ?? $this->getSalesChannel_RepositoryService());
  42250.         if (isset($this->privates['Shopware\\Storefront\\Theme\\Subscriber\\UpdateSubscriber'])) {
  42251.             return $this->privates['Shopware\\Storefront\\Theme\\Subscriber\\UpdateSubscriber'];
  42252.         }
  42253.         return $this->privates['Shopware\\Storefront\\Theme\\Subscriber\\UpdateSubscriber'] = new \Shopware\Storefront\Theme\Subscriber\UpdateSubscriber($a$b$c);
  42254.     }
  42255.     /**
  42256.      * Gets the private 'Shopware\Storefront\Theme\ThemeAppLifecycleHandler' shared service.
  42257.      *
  42258.      * @return \Shopware\Storefront\Theme\ThemeAppLifecycleHandler
  42259.      */
  42260.     protected function getThemeAppLifecycleHandlerService()
  42261.     {
  42262.         include_once \dirname(__DIR__4).'/vendor/shopware/storefront/Theme/ThemeAppLifecycleHandler.php';
  42263.         $a = ($this->privates['Shopware\\Storefront\\Theme\\ThemeLifecycleHandler'] ?? $this->getThemeLifecycleHandlerService());
  42264.         if (isset($this->privates['Shopware\\Storefront\\Theme\\ThemeAppLifecycleHandler'])) {
  42265.             return $this->privates['Shopware\\Storefront\\Theme\\ThemeAppLifecycleHandler'];
  42266.         }
  42267.         return $this->privates['Shopware\\Storefront\\Theme\\ThemeAppLifecycleHandler'] = new \Shopware\Storefront\Theme\ThemeAppLifecycleHandler(($this->services['Shopware\\Storefront\\Theme\\StorefrontPluginRegistry'] ?? $this->getStorefrontPluginRegistryService()), ($this->privates['Shopware\\Storefront\\Theme\\StorefrontPluginConfiguration\\StorefrontPluginConfigurationFactory'] ?? ($this->privates['Shopware\\Storefront\\Theme\\StorefrontPluginConfiguration\\StorefrontPluginConfigurationFactory'] = new \Shopware\Storefront\Theme\StorefrontPluginConfiguration\StorefrontPluginConfigurationFactory(\dirname(__DIR__4)))), $a);
  42268.     }
  42269.     /**
  42270.      * Gets the private 'Shopware\Storefront\Theme\ThemeConfigValueAccessor' shared autowired service.
  42271.      *
  42272.      * @return \Shopware\Storefront\Theme\ThemeConfigValueAccessor
  42273.      */
  42274.     protected function getThemeConfigValueAccessorService()
  42275.     {
  42276.         $a = ($this->services['media.repository'] ?? $this->getMedia_RepositoryService());
  42277.         if (isset($this->privates['Shopware\\Storefront\\Theme\\ThemeConfigValueAccessor'])) {
  42278.             return $this->privates['Shopware\\Storefront\\Theme\\ThemeConfigValueAccessor'];
  42279.         }
  42280.         $b = ($this->privates['Shopware\\Storefront\\Theme\\ThemeService'] ?? $this->getThemeServiceService());
  42281.         if (isset($this->privates['Shopware\\Storefront\\Theme\\ThemeConfigValueAccessor'])) {
  42282.             return $this->privates['Shopware\\Storefront\\Theme\\ThemeConfigValueAccessor'];
  42283.         }
  42284.         return $this->privates['Shopware\\Storefront\\Theme\\ThemeConfigValueAccessor'] = new \Shopware\Storefront\Theme\ThemeConfigValueAccessor(new \Shopware\Storefront\Theme\CachedResolvedConfigLoader(new \Shopware\Storefront\Theme\ResolvedConfigLoader($a$b), ($this->privates['Shopware\\Core\\Framework\\Adapter\\Cache\\CacheDecorator'] ?? $this->getCacheDecoratorService()), ($this->services['logger'] ?? $this->getLoggerService())));
  42285.     }
  42286.     /**
  42287.      * Gets the private 'Shopware\Storefront\Theme\ThemeFileResolver' shared service.
  42288.      *
  42289.      * @return \Shopware\Storefront\Theme\ThemeFileResolver
  42290.      */
  42291.     protected function getThemeFileResolverService()
  42292.     {
  42293.         return $this->privates['Shopware\\Storefront\\Theme\\ThemeFileResolver'] = new \Shopware\Storefront\Theme\ThemeFileResolver(($this->privates['Shopware\\Storefront\\Theme\\ThemeFileImporter'] ?? ($this->privates['Shopware\\Storefront\\Theme\\ThemeFileImporter'] = new \Shopware\Storefront\Theme\ThemeFileImporter(\dirname(__DIR__4)))));
  42294.     }
  42295.     /**
  42296.      * Gets the private 'Shopware\Storefront\Theme\ThemeLifecycleHandler' shared service.
  42297.      *
  42298.      * @return \Shopware\Storefront\Theme\ThemeLifecycleHandler
  42299.      */
  42300.     protected function getThemeLifecycleHandlerService()
  42301.     {
  42302.         include_once \dirname(__DIR__4).'/vendor/shopware/storefront/Theme/ThemeLifecycleHandler.php';
  42303.         $a = ($this->privates['Shopware\\Storefront\\Theme\\ThemeLifecycleService'] ?? $this->getThemeLifecycleServiceService());
  42304.         if (isset($this->privates['Shopware\\Storefront\\Theme\\ThemeLifecycleHandler'])) {
  42305.             return $this->privates['Shopware\\Storefront\\Theme\\ThemeLifecycleHandler'];
  42306.         }
  42307.         $b = ($this->privates['Shopware\\Storefront\\Theme\\ThemeService'] ?? $this->getThemeServiceService());
  42308.         if (isset($this->privates['Shopware\\Storefront\\Theme\\ThemeLifecycleHandler'])) {
  42309.             return $this->privates['Shopware\\Storefront\\Theme\\ThemeLifecycleHandler'];
  42310.         }
  42311.         $c = ($this->services['theme.repository'] ?? $this->getTheme_RepositoryService());
  42312.         if (isset($this->privates['Shopware\\Storefront\\Theme\\ThemeLifecycleHandler'])) {
  42313.             return $this->privates['Shopware\\Storefront\\Theme\\ThemeLifecycleHandler'];
  42314.         }
  42315.         return $this->privates['Shopware\\Storefront\\Theme\\ThemeLifecycleHandler'] = new \Shopware\Storefront\Theme\ThemeLifecycleHandler($a$b$c, ($this->services['Shopware\\Storefront\\Theme\\StorefrontPluginRegistry'] ?? $this->getStorefrontPluginRegistryService()), ($this->services['Doctrine\\DBAL\\Connection'] ?? $this->getConnectionService()));
  42316.     }
  42317.     /**
  42318.      * Gets the private 'Shopware\Storefront\Theme\ThemeLifecycleService' shared service.
  42319.      *
  42320.      * @return \Shopware\Storefront\Theme\ThemeLifecycleService
  42321.      */
  42322.     protected function getThemeLifecycleServiceService()
  42323.     {
  42324.         include_once \dirname(__DIR__4).'/vendor/shopware/storefront/Theme/ThemeLifecycleService.php';
  42325.         $a = ($this->services['theme.repository'] ?? $this->getTheme_RepositoryService());
  42326.         if (isset($this->privates['Shopware\\Storefront\\Theme\\ThemeLifecycleService'])) {
  42327.             return $this->privates['Shopware\\Storefront\\Theme\\ThemeLifecycleService'];
  42328.         }
  42329.         $b = ($this->services['media.repository'] ?? $this->getMedia_RepositoryService());
  42330.         if (isset($this->privates['Shopware\\Storefront\\Theme\\ThemeLifecycleService'])) {
  42331.             return $this->privates['Shopware\\Storefront\\Theme\\ThemeLifecycleService'];
  42332.         }
  42333.         $c = ($this->services['media_folder.repository'] ?? $this->getMediaFolder_RepositoryService());
  42334.         if (isset($this->privates['Shopware\\Storefront\\Theme\\ThemeLifecycleService'])) {
  42335.             return $this->privates['Shopware\\Storefront\\Theme\\ThemeLifecycleService'];
  42336.         }
  42337.         $d = ($this->services['theme_media.repository'] ?? $this->getThemeMedia_RepositoryService());
  42338.         if (isset($this->privates['Shopware\\Storefront\\Theme\\ThemeLifecycleService'])) {
  42339.             return $this->privates['Shopware\\Storefront\\Theme\\ThemeLifecycleService'];
  42340.         }
  42341.         $e = ($this->services['Shopware\\Core\\Content\\Media\\File\\FileSaver'] ?? $this->getFileSaverService());
  42342.         if (isset($this->privates['Shopware\\Storefront\\Theme\\ThemeLifecycleService'])) {
  42343.             return $this->privates['Shopware\\Storefront\\Theme\\ThemeLifecycleService'];
  42344.         }
  42345.         $f = ($this->privates['Shopware\\Core\\Content\\Media\\File\\FileNameProvider'] ?? $this->getFileNameProviderService());
  42346.         if (isset($this->privates['Shopware\\Storefront\\Theme\\ThemeLifecycleService'])) {
  42347.             return $this->privates['Shopware\\Storefront\\Theme\\ThemeLifecycleService'];
  42348.         }
  42349.         $g = ($this->services['language.repository'] ?? $this->getLanguage_RepositoryService());
  42350.         if (isset($this->privates['Shopware\\Storefront\\Theme\\ThemeLifecycleService'])) {
  42351.             return $this->privates['Shopware\\Storefront\\Theme\\ThemeLifecycleService'];
  42352.         }
  42353.         $h = ($this->services['theme_child.repository'] ?? $this->getThemeChild_RepositoryService());
  42354.         if (isset($this->privates['Shopware\\Storefront\\Theme\\ThemeLifecycleService'])) {
  42355.             return $this->privates['Shopware\\Storefront\\Theme\\ThemeLifecycleService'];
  42356.         }
  42357.         return $this->privates['Shopware\\Storefront\\Theme\\ThemeLifecycleService'] = new \Shopware\Storefront\Theme\ThemeLifecycleService(($this->services['Shopware\\Storefront\\Theme\\StorefrontPluginRegistry'] ?? $this->getStorefrontPluginRegistryService()), $a$b$c$d$e$f, ($this->privates['Shopware\\Storefront\\Theme\\ThemeFileImporter'] ?? ($this->privates['Shopware\\Storefront\\Theme\\ThemeFileImporter'] = new \Shopware\Storefront\Theme\ThemeFileImporter(\dirname(__DIR__4)))), $g$h, ($this->services['Doctrine\\DBAL\\Connection'] ?? $this->getConnectionService()));
  42358.     }
  42359.     /**
  42360.      * Gets the private 'Shopware\Storefront\Theme\ThemeService' shared service.
  42361.      *
  42362.      * @return \Shopware\Storefront\Theme\ThemeService
  42363.      */
  42364.     protected function getThemeServiceService()
  42365.     {
  42366.         $a = ($this->services['theme.repository'] ?? $this->getTheme_RepositoryService());
  42367.         if (isset($this->privates['Shopware\\Storefront\\Theme\\ThemeService'])) {
  42368.             return $this->privates['Shopware\\Storefront\\Theme\\ThemeService'];
  42369.         }
  42370.         $b = ($this->services['theme_sales_channel.repository'] ?? $this->getThemeSalesChannel_RepositoryService());
  42371.         if (isset($this->privates['Shopware\\Storefront\\Theme\\ThemeService'])) {
  42372.             return $this->privates['Shopware\\Storefront\\Theme\\ThemeService'];
  42373.         }
  42374.         $c = ($this->services['event_dispatcher'] ?? $this->getEventDispatcherService());
  42375.         if (isset($this->privates['Shopware\\Storefront\\Theme\\ThemeService'])) {
  42376.             return $this->privates['Shopware\\Storefront\\Theme\\ThemeService'];
  42377.         }
  42378.         $d = ($this->privates['Shopware\\Core\\Framework\\Adapter\\Cache\\CacheInvalidator'] ?? $this->getCacheInvalidatorService());
  42379.         if (isset($this->privates['Shopware\\Storefront\\Theme\\ThemeService'])) {
  42380.             return $this->privates['Shopware\\Storefront\\Theme\\ThemeService'];
  42381.         }
  42382.         $e = ($this->privates['Shopware\\Storefront\\Theme\\ConfigLoader\\DatabaseConfigLoader'] ?? $this->getDatabaseConfigLoaderService());
  42383.         if (isset($this->privates['Shopware\\Storefront\\Theme\\ThemeService'])) {
  42384.             return $this->privates['Shopware\\Storefront\\Theme\\ThemeService'];
  42385.         }
  42386.         return $this->privates['Shopware\\Storefront\\Theme\\ThemeService'] = new \Shopware\Storefront\Theme\ThemeService(($this->services['Shopware\\Storefront\\Theme\\StorefrontPluginRegistry'] ?? $this->getStorefrontPluginRegistryService()), $a$b, new \Shopware\Storefront\Theme\ThemeCompiler(($this->services['shopware.filesystem.theme'] ?? $this->getShopware_Filesystem_ThemeService()), ($this->services['shopware.filesystem.temp'] ?? $this->getShopware_Filesystem_TempService()), ($this->privates['Shopware\\Storefront\\Theme\\ThemeFileResolver'] ?? $this->getThemeFileResolverService()), true$c, ($this->privates['Shopware\\Storefront\\Theme\\ThemeFileImporter'] ?? ($this->privates['Shopware\\Storefront\\Theme\\ThemeFileImporter'] = new \Shopware\Storefront\Theme\ThemeFileImporter(\dirname(__DIR__4)))), ['public' => ($this->privates['shopware.asset.public'] ?? $this->getShopware_Asset_PublicService()), 'theme' => ($this->privates['shopware.asset.theme'] ?? $this->getShopware_Asset_ThemeService()), 'asset' => ($this->privates['shopware.asset.asset'] ?? $this->getShopware_Asset_AssetService()), 'sitemap' => ($this->privates['shopware.asset.sitemap'] ?? $this->getShopware_Asset_SitemapService())], $d, ($this->privates['Shopware\\Storefront\\Theme\\MD5ThemePathBuilder'] ?? ($this->privates['Shopware\\Storefront\\Theme\\MD5ThemePathBuilder'] = new \Shopware\Storefront\Theme\MD5ThemePathBuilder())), \dirname(__DIR__4), new \Shopware\Storefront\Theme\ScssPhpCompiler()), $c$e, ($this->services['Doctrine\\DBAL\\Connection'] ?? $this->getConnectionService()));
  42387.     }
  42388.     /**
  42389.      * Gets the private 'Shopware\Storefront\Theme\Twig\ThemeNamespaceHierarchyBuilder' shared service.
  42390.      *
  42391.      * @return \Shopware\Storefront\Theme\Twig\ThemeNamespaceHierarchyBuilder
  42392.      */
  42393.     protected function getThemeNamespaceHierarchyBuilderService()
  42394.     {
  42395.         return $this->privates['Shopware\\Storefront\\Theme\\Twig\\ThemeNamespaceHierarchyBuilder'] = new \Shopware\Storefront\Theme\Twig\ThemeNamespaceHierarchyBuilder(new \Shopware\Storefront\Theme\Twig\ThemeInheritanceBuilder(($this->services['Shopware\\Storefront\\Theme\\StorefrontPluginRegistry'] ?? $this->getStorefrontPluginRegistryService())), ($this->services['Shopware\\Storefront\\Theme\\SalesChannelThemeLoader'] ?? $this->getSalesChannelThemeLoaderService()));
  42396.     }
  42397.     /**
  42398.      * Gets the private 'SwagExtensionStore\Services\StoreClient' shared service.
  42399.      *
  42400.      * @return \SwagExtensionStore\Services\StoreClient
  42401.      */
  42402.     protected function getStoreClient2Service()
  42403.     {
  42404.         include_once \dirname(__DIR__4).'/vendor/store.shopware.com/swagextensionstore/src/Services/StoreClient.php';
  42405.         include_once \dirname(__DIR__4).'/vendor/store.shopware.com/swagextensionstore/src/Authentication/StoreRequestOptionsProviderWrapper.php';
  42406.         include_once \dirname(__DIR__4).'/vendor/store.shopware.com/swagextensionstore/src/Authentication/StoreRequestOptionsProviderPolyfill.php';
  42407.         include_once \dirname(__DIR__4).'/vendor/store.shopware.com/swagextensionstore/src/Authentication/InstanceServicePolyfill.php';
  42408.         include_once \dirname(__DIR__4).'/vendor/store.shopware.com/swagextensionstore/src/Authentication/LocaleProviderPolyfill.php';
  42409.         $a = ($this->services['user.repository'] ?? $this->getUser_RepositoryService());
  42410.         return $this->privates['SwagExtensionStore\\Services\\StoreClient'] = new \SwagExtensionStore\Services\StoreClient($this->parameters['swag_extension_store.endpoints'], new \SwagExtensionStore\Authentication\StoreRequestOptionsProviderWrapper(new \SwagExtensionStore\Authentication\StoreRequestOptionsProviderPolyfill($a, ($this->services['Shopware\\Core\\System\\SystemConfig\\SystemConfigService'] ?? $this->getSystemConfigServiceService()), new \SwagExtensionStore\Authentication\InstanceServicePolyfill('6.4.20.0'$this->getEnv('INSTANCE_ID')), new \SwagExtensionStore\Authentication\LocaleProviderPolyfill($a)), ($this->services['Shopware\\Core\\Framework\\Store\\Authentication\\StoreRequestOptionsProvider'] ?? $this->getStoreRequestOptionsProviderService())), ($this->services['shopware.store_client'] ?? $this->getShopware_StoreClientService()));
  42411.     }
  42412.     /**
  42413.      * Gets the private 'SwagMigrationAssistant\Command\MigrateDataCommand' shared service.
  42414.      *
  42415.      * @return \SwagMigrationAssistant\Command\MigrateDataCommand
  42416.      */
  42417.     protected function getMigrateDataCommandService()
  42418.     {
  42419.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/Command.php';
  42420.         include_once \dirname(__DIR__4).'/vendor/store.shopware.com/swagmigrationassistant/Command/MigrateDataCommand.php';
  42421.         $this->privates['SwagMigrationAssistant\\Command\\MigrateDataCommand'] = $instance = new \SwagMigrationAssistant\Command\MigrateDataCommand(($this->services['swag_migration_general_setting.repository'] ?? $this->getSwagMigrationGeneralSetting_RepositoryService()), ($this->services['swag_migration_connection.repository'] ?? $this->getSwagMigrationConnection_RepositoryService()), ($this->services['swag_migration_run.repository'] ?? $this->getSwagMigrationRun_RepositoryService()), ($this->privates['SwagMigrationAssistant\\Migration\\DataSelection\\DataSet\\DataSetRegistry'] ?? $this->getDataSetRegistryService()), ($this->privates['SwagMigrationAssistant\\Migration\\Run\\RunService'] ?? $this->getRunServiceService()), ($this->privates['SwagMigrationAssistant\\Migration\\Service\\PremappingService'] ?? $this->getPremappingServiceService()), ($this->services['SwagMigrationAssistant\\Migration\\Service\\MigrationDataFetcher'] ?? $this->getMigrationDataFetcherService()), ($this->services['SwagMigrationAssistant\\Migration\\Service\\MigrationDataConverter'] ?? $this->getMigrationDataConverterService()), ($this->services['SwagMigrationAssistant\\Migration\\Service\\MigrationDataWriter'] ?? $this->getMigrationDataWriterService()), ($this->services['SwagMigrationAssistant\\Migration\\Service\\MediaFileProcessorService'] ?? $this->getMediaFileProcessorServiceService()), ($this->privates['SwagMigrationAssistant\\Migration\\MigrationContextFactory'] ?? $this->getMigrationContextFactoryService()), 'migration:migrate');
  42422.         $instance->setName('migration:migrate');
  42423.         return $instance;
  42424.     }
  42425.     /**
  42426.      * Gets the private 'SwagMigrationAssistant\DataProvider\Provider\Data\CategoryAssociationProvider' shared service.
  42427.      *
  42428.      * @return \SwagMigrationAssistant\DataProvider\Provider\Data\CategoryAssociationProvider
  42429.      */
  42430.     protected function getCategoryAssociationProviderService()
  42431.     {
  42432.         include_once \dirname(__DIR__4).'/vendor/store.shopware.com/swagmigrationassistant/DataProvider/Provider/ProviderInterface.php';
  42433.         include_once \dirname(__DIR__4).'/vendor/store.shopware.com/swagmigrationassistant/DataProvider/Provider/Data/AbstractProvider.php';
  42434.         include_once \dirname(__DIR__4).'/vendor/store.shopware.com/swagmigrationassistant/DataProvider/Provider/Data/CategoryAssociationProvider.php';
  42435.         return $this->privates['SwagMigrationAssistant\\DataProvider\\Provider\\Data\\CategoryAssociationProvider'] = new \SwagMigrationAssistant\DataProvider\Provider\Data\CategoryAssociationProvider(($this->services['category.repository'] ?? $this->getCategory_RepositoryService()));
  42436.     }
  42437.     /**
  42438.      * Gets the private 'SwagMigrationAssistant\DataProvider\Provider\Data\CategoryCmsPageAssociationProvider' shared service.
  42439.      *
  42440.      * @return \SwagMigrationAssistant\DataProvider\Provider\Data\CategoryCmsPageAssociationProvider
  42441.      */
  42442.     protected function getCategoryCmsPageAssociationProviderService()
  42443.     {
  42444.         include_once \dirname(__DIR__4).'/vendor/store.shopware.com/swagmigrationassistant/DataProvider/Provider/ProviderInterface.php';
  42445.         include_once \dirname(__DIR__4).'/vendor/store.shopware.com/swagmigrationassistant/DataProvider/Provider/Data/AbstractProvider.php';
  42446.         include_once \dirname(__DIR__4).'/vendor/store.shopware.com/swagmigrationassistant/DataProvider/Provider/Data/CategoryCmsPageAssociationProvider.php';
  42447.         return $this->privates['SwagMigrationAssistant\\DataProvider\\Provider\\Data\\CategoryCmsPageAssociationProvider'] = new \SwagMigrationAssistant\DataProvider\Provider\Data\CategoryCmsPageAssociationProvider(($this->services['category.repository'] ?? $this->getCategory_RepositoryService()));
  42448.     }
  42449.     /**
  42450.      * Gets the private 'SwagMigrationAssistant\DataProvider\Provider\Data\CategoryProvider' shared service.
  42451.      *
  42452.      * @return \SwagMigrationAssistant\DataProvider\Provider\Data\CategoryProvider
  42453.      */
  42454.     protected function getCategoryProviderService()
  42455.     {
  42456.         include_once \dirname(__DIR__4).'/vendor/store.shopware.com/swagmigrationassistant/DataProvider/Provider/ProviderInterface.php';
  42457.         include_once \dirname(__DIR__4).'/vendor/store.shopware.com/swagmigrationassistant/DataProvider/Provider/Data/AbstractProvider.php';
  42458.         include_once \dirname(__DIR__4).'/vendor/store.shopware.com/swagmigrationassistant/DataProvider/Provider/Data/CategoryProvider.php';
  42459.         return $this->privates['SwagMigrationAssistant\\DataProvider\\Provider\\Data\\CategoryProvider'] = new \SwagMigrationAssistant\DataProvider\Provider\Data\CategoryProvider(($this->services['category.repository'] ?? $this->getCategory_RepositoryService()));
  42460.     }
  42461.     /**
  42462.      * Gets the private 'SwagMigrationAssistant\DataProvider\Provider\Data\CmsPageProvider' shared service.
  42463.      *
  42464.      * @return \SwagMigrationAssistant\DataProvider\Provider\Data\CmsPageProvider
  42465.      */
  42466.     protected function getCmsPageProviderService()
  42467.     {
  42468.         include_once \dirname(__DIR__4).'/vendor/store.shopware.com/swagmigrationassistant/DataProvider/Provider/ProviderInterface.php';
  42469.         include_once \dirname(__DIR__4).'/vendor/store.shopware.com/swagmigrationassistant/DataProvider/Provider/Data/AbstractProvider.php';
  42470.         include_once \dirname(__DIR__4).'/vendor/store.shopware.com/swagmigrationassistant/DataProvider/Provider/Data/CmsPageProvider.php';
  42471.         return $this->privates['SwagMigrationAssistant\\DataProvider\\Provider\\Data\\CmsPageProvider'] = new \SwagMigrationAssistant\DataProvider\Provider\Data\CmsPageProvider(($this->services['cms_page.repository'] ?? $this->getCmsPage_RepositoryService()));
  42472.     }
  42473.     /**
  42474.      * Gets the private 'SwagMigrationAssistant\DataProvider\Provider\Data\CountryProvider' shared service.
  42475.      *
  42476.      * @return \SwagMigrationAssistant\DataProvider\Provider\Data\CountryProvider
  42477.      */
  42478.     protected function getCountryProviderService()
  42479.     {
  42480.         include_once \dirname(__DIR__4).'/vendor/store.shopware.com/swagmigrationassistant/DataProvider/Provider/ProviderInterface.php';
  42481.         include_once \dirname(__DIR__4).'/vendor/store.shopware.com/swagmigrationassistant/DataProvider/Provider/Data/AbstractProvider.php';
  42482.         include_once \dirname(__DIR__4).'/vendor/store.shopware.com/swagmigrationassistant/DataProvider/Provider/Data/CountryProvider.php';
  42483.         return $this->privates['SwagMigrationAssistant\\DataProvider\\Provider\\Data\\CountryProvider'] = new \SwagMigrationAssistant\DataProvider\Provider\Data\CountryProvider(($this->services['country.repository'] ?? $this->getCountry_RepositoryService()));
  42484.     }
  42485.     /**
  42486.      * Gets the private 'SwagMigrationAssistant\DataProvider\Provider\Data\CountryStateProvider' shared service.
  42487.      *
  42488.      * @return \SwagMigrationAssistant\DataProvider\Provider\Data\CountryStateProvider
  42489.      */
  42490.     protected function getCountryStateProviderService()
  42491.     {
  42492.         include_once \dirname(__DIR__4).'/vendor/store.shopware.com/swagmigrationassistant/DataProvider/Provider/ProviderInterface.php';
  42493.         include_once \dirname(__DIR__4).'/vendor/store.shopware.com/swagmigrationassistant/DataProvider/Provider/Data/AbstractProvider.php';
  42494.         include_once \dirname(__DIR__4).'/vendor/store.shopware.com/swagmigrationassistant/DataProvider/Provider/Data/CountryStateProvider.php';
  42495.         return $this->privates['SwagMigrationAssistant\\DataProvider\\Provider\\Data\\CountryStateProvider'] = new \SwagMigrationAssistant\DataProvider\Provider\Data\CountryStateProvider(($this->services['country_state.repository'] ?? $this->getCountryState_RepositoryService()));
  42496.     }
  42497.     /**
  42498.      * Gets the private 'SwagMigrationAssistant\DataProvider\Provider\Data\CrossSellingProvider' shared service.
  42499.      *
  42500.      * @return \SwagMigrationAssistant\DataProvider\Provider\Data\CrossSellingProvider
  42501.      */
  42502.     protected function getCrossSellingProviderService()
  42503.     {
  42504.         include_once \dirname(__DIR__4).'/vendor/store.shopware.com/swagmigrationassistant/DataProvider/Provider/ProviderInterface.php';
  42505.         include_once \dirname(__DIR__4).'/vendor/store.shopware.com/swagmigrationassistant/DataProvider/Provider/Data/AbstractProvider.php';
  42506.         include_once \dirname(__DIR__4).'/vendor/store.shopware.com/swagmigrationassistant/DataProvider/Provider/Data/CrossSellingProvider.php';
  42507.         return $this->privates['SwagMigrationAssistant\\DataProvider\\Provider\\Data\\CrossSellingProvider'] = new \SwagMigrationAssistant\DataProvider\Provider\Data\CrossSellingProvider(($this->services['product_cross_selling.repository'] ?? $this->getProductCrossSelling_RepositoryService()));
  42508.     }
  42509.     /**
  42510.      * Gets the private 'SwagMigrationAssistant\DataProvider\Provider\Data\CurrencyProvider' shared service.
  42511.      *
  42512.      * @return \SwagMigrationAssistant\DataProvider\Provider\Data\CurrencyProvider
  42513.      */
  42514.     protected function getCurrencyProviderService()
  42515.     {
  42516.         include_once \dirname(__DIR__4).'/vendor/store.shopware.com/swagmigrationassistant/DataProvider/Provider/ProviderInterface.php';
  42517.         include_once \dirname(__DIR__4).'/vendor/store.shopware.com/swagmigrationassistant/DataProvider/Provider/Data/AbstractProvider.php';
  42518.         include_once \dirname(__DIR__4).'/vendor/store.shopware.com/swagmigrationassistant/DataProvider/Provider/Data/CurrencyProvider.php';
  42519.         return $this->privates['SwagMigrationAssistant\\DataProvider\\Provider\\Data\\CurrencyProvider'] = new \SwagMigrationAssistant\DataProvider\Provider\Data\CurrencyProvider(($this->services['currency.repository'] ?? $this->getCurrency_RepositoryService()));
  42520.     }
  42521.     /**
  42522.      * Gets the private 'SwagMigrationAssistant\DataProvider\Provider\Data\CustomFieldSetProvider' shared service.
  42523.      *
  42524.      * @return \SwagMigrationAssistant\DataProvider\Provider\Data\CustomFieldSetProvider
  42525.      */
  42526.     protected function getCustomFieldSetProviderService()
  42527.     {
  42528.         include_once \dirname(__DIR__4).'/vendor/store.shopware.com/swagmigrationassistant/DataProvider/Provider/ProviderInterface.php';
  42529.         include_once \dirname(__DIR__4).'/vendor/store.shopware.com/swagmigrationassistant/DataProvider/Provider/Data/AbstractProvider.php';
  42530.         include_once \dirname(__DIR__4).'/vendor/store.shopware.com/swagmigrationassistant/DataProvider/Provider/Data/CustomFieldSetProvider.php';
  42531.         return $this->privates['SwagMigrationAssistant\\DataProvider\\Provider\\Data\\CustomFieldSetProvider'] = new \SwagMigrationAssistant\DataProvider\Provider\Data\CustomFieldSetProvider(($this->services['custom_field_set.repository'] ?? $this->getCustomFieldSet_RepositoryService()));
  42532.     }
  42533.     /**
  42534.      * Gets the private 'SwagMigrationAssistant\DataProvider\Provider\Data\CustomerGroupProvider' shared service.
  42535.      *
  42536.      * @return \SwagMigrationAssistant\DataProvider\Provider\Data\CustomerGroupProvider
  42537.      */
  42538.     protected function getCustomerGroupProviderService()
  42539.     {
  42540.         include_once \dirname(__DIR__4).'/vendor/store.shopware.com/swagmigrationassistant/DataProvider/Provider/ProviderInterface.php';
  42541.         include_once \dirname(__DIR__4).'/vendor/store.shopware.com/swagmigrationassistant/DataProvider/Provider/Data/AbstractProvider.php';
  42542.         include_once \dirname(__DIR__4).'/vendor/store.shopware.com/swagmigrationassistant/DataProvider/Provider/Data/CustomerGroupProvider.php';
  42543.         return $this->privates['SwagMigrationAssistant\\DataProvider\\Provider\\Data\\CustomerGroupProvider'] = new \SwagMigrationAssistant\DataProvider\Provider\Data\CustomerGroupProvider(($this->services['customer_group.repository'] ?? $this->getCustomerGroup_RepositoryService()));
  42544.     }
  42545.     /**
  42546.      * Gets the private 'SwagMigrationAssistant\DataProvider\Provider\Data\CustomerProvider' shared service.
  42547.      *
  42548.      * @return \SwagMigrationAssistant\DataProvider\Provider\Data\CustomerProvider
  42549.      */
  42550.     protected function getCustomerProviderService()
  42551.     {
  42552.         include_once \dirname(__DIR__4).'/vendor/store.shopware.com/swagmigrationassistant/DataProvider/Provider/ProviderInterface.php';
  42553.         include_once \dirname(__DIR__4).'/vendor/store.shopware.com/swagmigrationassistant/DataProvider/Provider/Data/AbstractProvider.php';
  42554.         include_once \dirname(__DIR__4).'/vendor/store.shopware.com/swagmigrationassistant/DataProvider/Provider/Data/CustomerProvider.php';
  42555.         return $this->privates['SwagMigrationAssistant\\DataProvider\\Provider\\Data\\CustomerProvider'] = new \SwagMigrationAssistant\DataProvider\Provider\Data\CustomerProvider(($this->services['customer.repository'] ?? $this->getCustomer_RepositoryService()));
  42556.     }
  42557.     /**
  42558.      * Gets the private 'SwagMigrationAssistant\DataProvider\Provider\Data\CustomerWishlistProvider' shared service.
  42559.      *
  42560.      * @return \SwagMigrationAssistant\DataProvider\Provider\Data\CustomerWishlistProvider
  42561.      */
  42562.     protected function getCustomerWishlistProviderService()
  42563.     {
  42564.         include_once \dirname(__DIR__4).'/vendor/store.shopware.com/swagmigrationassistant/DataProvider/Provider/ProviderInterface.php';
  42565.         include_once \dirname(__DIR__4).'/vendor/store.shopware.com/swagmigrationassistant/DataProvider/Provider/Data/AbstractProvider.php';
  42566.         include_once \dirname(__DIR__4).'/vendor/store.shopware.com/swagmigrationassistant/DataProvider/Provider/Data/CustomerWishlistProvider.php';
  42567.         return $this->privates['SwagMigrationAssistant\\DataProvider\\Provider\\Data\\CustomerWishlistProvider'] = new \SwagMigrationAssistant\DataProvider\Provider\Data\CustomerWishlistProvider(($this->services['customer_wishlist.repository'] ?? $this->getCustomerWishlist_RepositoryService()));
  42568.     }
  42569.     /**
  42570.      * Gets the private 'SwagMigrationAssistant\DataProvider\Provider\Data\DeliveryTimeProvider' shared service.
  42571.      *
  42572.      * @return \SwagMigrationAssistant\DataProvider\Provider\Data\DeliveryTimeProvider
  42573.      */
  42574.     protected function getDeliveryTimeProviderService()
  42575.     {
  42576.         include_once \dirname(__DIR__4).'/vendor/store.shopware.com/swagmigrationassistant/DataProvider/Provider/ProviderInterface.php';
  42577.         include_once \dirname(__DIR__4).'/vendor/store.shopware.com/swagmigrationassistant/DataProvider/Provider/Data/AbstractProvider.php';
  42578.         include_once \dirname(__DIR__4).'/vendor/store.shopware.com/swagmigrationassistant/DataProvider/Provider/Data/DeliveryTimeProvider.php';
  42579.         return $this->privates['SwagMigrationAssistant\\DataProvider\\Provider\\Data\\DeliveryTimeProvider'] = new \SwagMigrationAssistant\DataProvider\Provider\Data\DeliveryTimeProvider(($this->services['delivery_time.repository'] ?? $this->getDeliveryTime_RepositoryService()));
  42580.     }
  42581.     /**
  42582.      * Gets the private 'SwagMigrationAssistant\DataProvider\Provider\Data\DocumentBaseConfigProvider' shared service.
  42583.      *
  42584.      * @return \SwagMigrationAssistant\DataProvider\Provider\Data\DocumentBaseConfigProvider
  42585.      */
  42586.     protected function getDocumentBaseConfigProviderService()
  42587.     {
  42588.         include_once \dirname(__DIR__4).'/vendor/store.shopware.com/swagmigrationassistant/DataProvider/Provider/ProviderInterface.php';
  42589.         include_once \dirname(__DIR__4).'/vendor/store.shopware.com/swagmigrationassistant/DataProvider/Provider/Data/AbstractProvider.php';
  42590.         include_once \dirname(__DIR__4).'/vendor/store.shopware.com/swagmigrationassistant/DataProvider/Provider/Data/DocumentBaseConfigProvider.php';
  42591.         return $this->privates['SwagMigrationAssistant\\DataProvider\\Provider\\Data\\DocumentBaseConfigProvider'] = new \SwagMigrationAssistant\DataProvider\Provider\Data\DocumentBaseConfigProvider(($this->services['document_base_config.repository'] ?? $this->getDocumentBaseConfig_RepositoryService()));
  42592.     }
  42593.     /**
  42594.      * Gets the private 'SwagMigrationAssistant\DataProvider\Provider\Data\DocumentInheritanceProvider' shared service.
  42595.      *
  42596.      * @return \SwagMigrationAssistant\DataProvider\Provider\Data\DocumentInheritanceProvider
  42597.      */
  42598.     protected function getDocumentInheritanceProviderService()
  42599.     {
  42600.         include_once \dirname(__DIR__4).'/vendor/store.shopware.com/swagmigrationassistant/DataProvider/Provider/ProviderInterface.php';
  42601.         include_once \dirname(__DIR__4).'/vendor/store.shopware.com/swagmigrationassistant/DataProvider/Provider/Data/AbstractProvider.php';
  42602.         include_once \dirname(__DIR__4).'/vendor/store.shopware.com/swagmigrationassistant/DataProvider/Provider/Data/DocumentInheritanceProvider.php';
  42603.         return $this->privates['SwagMigrationAssistant\\DataProvider\\Provider\\Data\\DocumentInheritanceProvider'] = new \SwagMigrationAssistant\DataProvider\Provider\Data\DocumentInheritanceProvider(($this->services['document.repository'] ?? $this->getDocument_RepositoryService()));
  42604.     }
  42605.     /**
  42606.      * Gets the private 'SwagMigrationAssistant\DataProvider\Provider\Data\DocumentProvider' shared service.
  42607.      *
  42608.      * @return \SwagMigrationAssistant\DataProvider\Provider\Data\DocumentProvider
  42609.      */
  42610.     protected function getDocumentProviderService()
  42611.     {
  42612.         include_once \dirname(__DIR__4).'/vendor/store.shopware.com/swagmigrationassistant/DataProvider/Provider/ProviderInterface.php';
  42613.         include_once \dirname(__DIR__4).'/vendor/store.shopware.com/swagmigrationassistant/DataProvider/Provider/Data/AbstractProvider.php';
  42614.         include_once \dirname(__DIR__4).'/vendor/store.shopware.com/swagmigrationassistant/DataProvider/Provider/Data/DocumentProvider.php';
  42615.         return $this->privates['SwagMigrationAssistant\\DataProvider\\Provider\\Data\\DocumentProvider'] = new \SwagMigrationAssistant\DataProvider\Provider\Data\DocumentProvider(($this->services['document.repository'] ?? $this->getDocument_RepositoryService()), ($this->services['router'] ?? $this->getRouterService()));
  42616.     }
  42617.     /**
  42618.      * Gets the private 'SwagMigrationAssistant\DataProvider\Provider\Data\LanguageProvider' shared service.
  42619.      *
  42620.      * @return \SwagMigrationAssistant\DataProvider\Provider\Data\LanguageProvider
  42621.      */
  42622.     protected function getLanguageProviderService()
  42623.     {
  42624.         include_once \dirname(__DIR__4).'/vendor/store.shopware.com/swagmigrationassistant/DataProvider/Provider/ProviderInterface.php';
  42625.         include_once \dirname(__DIR__4).'/vendor/store.shopware.com/swagmigrationassistant/DataProvider/Provider/Data/AbstractProvider.php';
  42626.         include_once \dirname(__DIR__4).'/vendor/store.shopware.com/swagmigrationassistant/DataProvider/Provider/Data/LanguageProvider.php';
  42627.         return $this->privates['SwagMigrationAssistant\\DataProvider\\Provider\\Data\\LanguageProvider'] = new \SwagMigrationAssistant\DataProvider\Provider\Data\LanguageProvider(($this->services['language.repository'] ?? $this->getLanguage_RepositoryService()));
  42628.     }
  42629.     /**
  42630.      * Gets the private 'SwagMigrationAssistant\DataProvider\Provider\Data\MailTemplateProvider' shared service.
  42631.      *
  42632.      * @return \SwagMigrationAssistant\DataProvider\Provider\Data\MailTemplateProvider
  42633.      */
  42634.     protected function getMailTemplateProviderService()
  42635.     {
  42636.         include_once \dirname(__DIR__4).'/vendor/store.shopware.com/swagmigrationassistant/DataProvider/Provider/ProviderInterface.php';
  42637.         include_once \dirname(__DIR__4).'/vendor/store.shopware.com/swagmigrationassistant/DataProvider/Provider/Data/AbstractProvider.php';
  42638.         include_once \dirname(__DIR__4).'/vendor/store.shopware.com/swagmigrationassistant/DataProvider/Provider/Data/MailTemplateProvider.php';
  42639.         return $this->privates['SwagMigrationAssistant\\DataProvider\\Provider\\Data\\MailTemplateProvider'] = new \SwagMigrationAssistant\DataProvider\Provider\Data\MailTemplateProvider(($this->services['mail_template.repository'] ?? $this->getMailTemplate_RepositoryService()));
  42640.     }
  42641.     /**
  42642.      * Gets the private 'SwagMigrationAssistant\DataProvider\Provider\Data\MediaFolderInheritanceProvider' shared service.
  42643.      *
  42644.      * @return \SwagMigrationAssistant\DataProvider\Provider\Data\MediaFolderInheritanceProvider
  42645.      */
  42646.     protected function getMediaFolderInheritanceProviderService()
  42647.     {
  42648.         include_once \dirname(__DIR__4).'/vendor/store.shopware.com/swagmigrationassistant/DataProvider/Provider/ProviderInterface.php';
  42649.         include_once \dirname(__DIR__4).'/vendor/store.shopware.com/swagmigrationassistant/DataProvider/Provider/Data/AbstractProvider.php';
  42650.         include_once \dirname(__DIR__4).'/vendor/store.shopware.com/swagmigrationassistant/DataProvider/Provider/Data/MediaFolderInheritanceProvider.php';
  42651.         return $this->privates['SwagMigrationAssistant\\DataProvider\\Provider\\Data\\MediaFolderInheritanceProvider'] = new \SwagMigrationAssistant\DataProvider\Provider\Data\MediaFolderInheritanceProvider(($this->services['media_folder.repository'] ?? $this->getMediaFolder_RepositoryService()));
  42652.     }
  42653.     /**
  42654.      * Gets the private 'SwagMigrationAssistant\DataProvider\Provider\Data\MediaFolderProvider' shared service.
  42655.      *
  42656.      * @return \SwagMigrationAssistant\DataProvider\Provider\Data\MediaFolderProvider
  42657.      */
  42658.     protected function getMediaFolderProviderService()
  42659.     {
  42660.         include_once \dirname(__DIR__4).'/vendor/store.shopware.com/swagmigrationassistant/DataProvider/Provider/ProviderInterface.php';
  42661.         include_once \dirname(__DIR__4).'/vendor/store.shopware.com/swagmigrationassistant/DataProvider/Provider/Data/AbstractProvider.php';
  42662.         include_once \dirname(__DIR__4).'/vendor/store.shopware.com/swagmigrationassistant/DataProvider/Provider/Data/MediaFolderProvider.php';
  42663.         return $this->privates['SwagMigrationAssistant\\DataProvider\\Provider\\Data\\MediaFolderProvider'] = new \SwagMigrationAssistant\DataProvider\Provider\Data\MediaFolderProvider(($this->services['media_folder.repository'] ?? $this->getMediaFolder_RepositoryService()));
  42664.     }
  42665.     /**
  42666.      * Gets the private 'SwagMigrationAssistant\DataProvider\Provider\Data\MediaProvider' shared service.
  42667.      *
  42668.      * @return \SwagMigrationAssistant\DataProvider\Provider\Data\MediaProvider
  42669.      */
  42670.     protected function getMediaProviderService()
  42671.     {
  42672.         include_once \dirname(__DIR__4).'/vendor/store.shopware.com/swagmigrationassistant/DataProvider/Provider/ProviderInterface.php';
  42673.         include_once \dirname(__DIR__4).'/vendor/store.shopware.com/swagmigrationassistant/DataProvider/Provider/Data/AbstractProvider.php';
  42674.         include_once \dirname(__DIR__4).'/vendor/store.shopware.com/swagmigrationassistant/DataProvider/Provider/Data/MediaProvider.php';
  42675.         return $this->privates['SwagMigrationAssistant\\DataProvider\\Provider\\Data\\MediaProvider'] = new \SwagMigrationAssistant\DataProvider\Provider\Data\MediaProvider(($this->services['media.repository'] ?? $this->getMedia_RepositoryService()));
  42676.     }
  42677.     /**
  42678.      * Gets the private 'SwagMigrationAssistant\DataProvider\Provider\Data\NewsletterRecipientProvider' shared service.
  42679.      *
  42680.      * @return \SwagMigrationAssistant\DataProvider\Provider\Data\NewsletterRecipientProvider
  42681.      */
  42682.     protected function getNewsletterRecipientProviderService()
  42683.     {
  42684.         include_once \dirname(__DIR__4).'/vendor/store.shopware.com/swagmigrationassistant/DataProvider/Provider/ProviderInterface.php';
  42685.         include_once \dirname(__DIR__4).'/vendor/store.shopware.com/swagmigrationassistant/DataProvider/Provider/Data/AbstractProvider.php';
  42686.         include_once \dirname(__DIR__4).'/vendor/store.shopware.com/swagmigrationassistant/DataProvider/Provider/Data/NewsletterRecipientProvider.php';
  42687.         return $this->privates['SwagMigrationAssistant\\DataProvider\\Provider\\Data\\NewsletterRecipientProvider'] = new \SwagMigrationAssistant\DataProvider\Provider\Data\NewsletterRecipientProvider(($this->services['newsletter_recipient.repository'] ?? $this->getNewsletterRecipient_RepositoryService()));
  42688.     }
  42689.     /**
  42690.      * Gets the private 'SwagMigrationAssistant\DataProvider\Provider\Data\NumberRangeProvider' shared service.
  42691.      *
  42692.      * @return \SwagMigrationAssistant\DataProvider\Provider\Data\NumberRangeProvider
  42693.      */
  42694.     protected function getNumberRangeProviderService()
  42695.     {
  42696.         include_once \dirname(__DIR__4).'/vendor/store.shopware.com/swagmigrationassistant/DataProvider/Provider/ProviderInterface.php';
  42697.         include_once \dirname(__DIR__4).'/vendor/store.shopware.com/swagmigrationassistant/DataProvider/Provider/Data/AbstractProvider.php';
  42698.         include_once \dirname(__DIR__4).'/vendor/store.shopware.com/swagmigrationassistant/DataProvider/Provider/Data/NumberRangeProvider.php';
  42699.         return $this->privates['SwagMigrationAssistant\\DataProvider\\Provider\\Data\\NumberRangeProvider'] = new \SwagMigrationAssistant\DataProvider\Provider\Data\NumberRangeProvider(($this->services['number_range.repository'] ?? $this->getNumberRange_RepositoryService()));
  42700.     }
  42701.     /**
  42702.      * Gets the private 'SwagMigrationAssistant\DataProvider\Provider\Data\OrderProvider' shared service.
  42703.      *
  42704.      * @return \SwagMigrationAssistant\DataProvider\Provider\Data\OrderProvider
  42705.      */
  42706.     protected function getOrderProviderService()
  42707.     {
  42708.         include_once \dirname(__DIR__4).'/vendor/store.shopware.com/swagmigrationassistant/DataProvider/Provider/ProviderInterface.php';
  42709.         include_once \dirname(__DIR__4).'/vendor/store.shopware.com/swagmigrationassistant/DataProvider/Provider/Data/AbstractProvider.php';
  42710.         include_once \dirname(__DIR__4).'/vendor/store.shopware.com/swagmigrationassistant/DataProvider/Provider/Data/OrderProvider.php';
  42711.         return $this->privates['SwagMigrationAssistant\\DataProvider\\Provider\\Data\\OrderProvider'] = new \SwagMigrationAssistant\DataProvider\Provider\Data\OrderProvider(($this->services['order.repository'] ?? $this->getOrder_RepositoryService()));
  42712.     }
  42713.     /**
  42714.      * Gets the private 'SwagMigrationAssistant\DataProvider\Provider\Data\PageSystemConfigProvider' shared service.
  42715.      *
  42716.      * @return \SwagMigrationAssistant\DataProvider\Provider\Data\PageSystemConfigProvider
  42717.      */
  42718.     protected function getPageSystemConfigProviderService()
  42719.     {
  42720.         include_once \dirname(__DIR__4).'/vendor/store.shopware.com/swagmigrationassistant/DataProvider/Provider/ProviderInterface.php';
  42721.         include_once \dirname(__DIR__4).'/vendor/store.shopware.com/swagmigrationassistant/DataProvider/Provider/Data/AbstractProvider.php';
  42722.         include_once \dirname(__DIR__4).'/vendor/store.shopware.com/swagmigrationassistant/DataProvider/Provider/Data/PageSystemConfigProvider.php';
  42723.         return $this->privates['SwagMigrationAssistant\\DataProvider\\Provider\\Data\\PageSystemConfigProvider'] = new \SwagMigrationAssistant\DataProvider\Provider\Data\PageSystemConfigProvider(($this->services['system_config.repository'] ?? $this->getSystemConfig_RepositoryService()));
  42724.     }
  42725.     /**
  42726.      * Gets the private 'SwagMigrationAssistant\DataProvider\Provider\Data\PaymentMethodProvider' shared service.
  42727.      *
  42728.      * @return \SwagMigrationAssistant\DataProvider\Provider\Data\PaymentMethodProvider
  42729.      */
  42730.     protected function getPaymentMethodProviderService()
  42731.     {
  42732.         include_once \dirname(__DIR__4).'/vendor/store.shopware.com/swagmigrationassistant/DataProvider/Provider/ProviderInterface.php';
  42733.         include_once \dirname(__DIR__4).'/vendor/store.shopware.com/swagmigrationassistant/DataProvider/Provider/Data/AbstractProvider.php';
  42734.         include_once \dirname(__DIR__4).'/vendor/store.shopware.com/swagmigrationassistant/DataProvider/Provider/Data/PaymentMethodProvider.php';
  42735.         return $this->privates['SwagMigrationAssistant\\DataProvider\\Provider\\Data\\PaymentMethodProvider'] = new \SwagMigrationAssistant\DataProvider\Provider\Data\PaymentMethodProvider(($this->services['payment_method.repository'] ?? $this->getPaymentMethod_RepositoryService()));
  42736.     }
  42737.     /**
  42738.      * Gets the private 'SwagMigrationAssistant\DataProvider\Provider\Data\ProductFeatureSetProvider' shared service.
  42739.      *
  42740.      * @return \SwagMigrationAssistant\DataProvider\Provider\Data\ProductFeatureSetProvider
  42741.      */
  42742.     protected function getProductFeatureSetProviderService()
  42743.     {
  42744.         include_once \dirname(__DIR__4).'/vendor/store.shopware.com/swagmigrationassistant/DataProvider/Provider/ProviderInterface.php';
  42745.         include_once \dirname(__DIR__4).'/vendor/store.shopware.com/swagmigrationassistant/DataProvider/Provider/Data/AbstractProvider.php';
  42746.         include_once \dirname(__DIR__4).'/vendor/store.shopware.com/swagmigrationassistant/DataProvider/Provider/Data/ProductFeatureSetProvider.php';
  42747.         return $this->privates['SwagMigrationAssistant\\DataProvider\\Provider\\Data\\ProductFeatureSetProvider'] = new \SwagMigrationAssistant\DataProvider\Provider\Data\ProductFeatureSetProvider(($this->services['product_feature_set.repository'] ?? $this->getProductFeatureSet_RepositoryService()));
  42748.     }
  42749.     /**
  42750.      * Gets the private 'SwagMigrationAssistant\DataProvider\Provider\Data\ProductMainVariantRelationProvider' shared service.
  42751.      *
  42752.      * @return \SwagMigrationAssistant\DataProvider\Provider\Data\ProductMainVariantRelationProvider
  42753.      */
  42754.     protected function getProductMainVariantRelationProviderService()
  42755.     {
  42756.         include_once \dirname(__DIR__4).'/vendor/store.shopware.com/swagmigrationassistant/DataProvider/Provider/ProviderInterface.php';
  42757.         include_once \dirname(__DIR__4).'/vendor/store.shopware.com/swagmigrationassistant/DataProvider/Provider/Data/AbstractProvider.php';
  42758.         include_once \dirname(__DIR__4).'/vendor/store.shopware.com/swagmigrationassistant/DataProvider/Provider/Data/ProductMainVariantRelationProvider.php';
  42759.         return $this->privates['SwagMigrationAssistant\\DataProvider\\Provider\\Data\\ProductMainVariantRelationProvider'] = new \SwagMigrationAssistant\DataProvider\Provider\Data\ProductMainVariantRelationProvider(($this->services['product.repository'] ?? $this->getProduct_RepositoryService()));
  42760.     }
  42761.     /**
  42762.      * Gets the private 'SwagMigrationAssistant\DataProvider\Provider\Data\ProductManufacturerProvider' shared service.
  42763.      *
  42764.      * @return \SwagMigrationAssistant\DataProvider\Provider\Data\ProductManufacturerProvider
  42765.      */
  42766.     protected function getProductManufacturerProviderService()
  42767.     {
  42768.         include_once \dirname(__DIR__4).'/vendor/store.shopware.com/swagmigrationassistant/DataProvider/Provider/ProviderInterface.php';
  42769.         include_once \dirname(__DIR__4).'/vendor/store.shopware.com/swagmigrationassistant/DataProvider/Provider/Data/AbstractProvider.php';
  42770.         include_once \dirname(__DIR__4).'/vendor/store.shopware.com/swagmigrationassistant/DataProvider/Provider/Data/ProductManufacturerProvider.php';
  42771.         return $this->privates['SwagMigrationAssistant\\DataProvider\\Provider\\Data\\ProductManufacturerProvider'] = new \SwagMigrationAssistant\DataProvider\Provider\Data\ProductManufacturerProvider(($this->services['product_manufacturer.repository'] ?? $this->getProductManufacturer_RepositoryService()));
  42772.     }
  42773.     /**
  42774.      * Gets the private 'SwagMigrationAssistant\DataProvider\Provider\Data\ProductProvider' shared service.
  42775.      *
  42776.      * @return \SwagMigrationAssistant\DataProvider\Provider\Data\ProductProvider
  42777.      */
  42778.     protected function getProductProviderService()
  42779.     {
  42780.         include_once \dirname(__DIR__4).'/vendor/store.shopware.com/swagmigrationassistant/DataProvider/Provider/ProviderInterface.php';
  42781.         include_once \dirname(__DIR__4).'/vendor/store.shopware.com/swagmigrationassistant/DataProvider/Provider/Data/AbstractProvider.php';
  42782.         include_once \dirname(__DIR__4).'/vendor/store.shopware.com/swagmigrationassistant/DataProvider/Provider/Data/ProductProvider.php';
  42783.         return $this->privates['SwagMigrationAssistant\\DataProvider\\Provider\\Data\\ProductProvider'] = new \SwagMigrationAssistant\DataProvider\Provider\Data\ProductProvider(($this->services['product.repository'] ?? $this->getProduct_RepositoryService()));
  42784.     }
  42785.     /**
  42786.      * Gets the private 'SwagMigrationAssistant\DataProvider\Provider\Data\ProductReviewProvider' shared service.
  42787.      *
  42788.      * @return \SwagMigrationAssistant\DataProvider\Provider\Data\ProductReviewProvider
  42789.      */
  42790.     protected function getProductReviewProviderService()
  42791.     {
  42792.         include_once \dirname(__DIR__4).'/vendor/store.shopware.com/swagmigrationassistant/DataProvider/Provider/ProviderInterface.php';
  42793.         include_once \dirname(__DIR__4).'/vendor/store.shopware.com/swagmigrationassistant/DataProvider/Provider/Data/AbstractProvider.php';
  42794.         include_once \dirname(__DIR__4).'/vendor/store.shopware.com/swagmigrationassistant/DataProvider/Provider/Data/ProductReviewProvider.php';
  42795.         return $this->privates['SwagMigrationAssistant\\DataProvider\\Provider\\Data\\ProductReviewProvider'] = new \SwagMigrationAssistant\DataProvider\Provider\Data\ProductReviewProvider(($this->services['product_review.repository'] ?? $this->getProductReview_RepositoryService()));
  42796.     }
  42797.     /**
  42798.      * Gets the private 'SwagMigrationAssistant\DataProvider\Provider\Data\ProductSortingProvider' shared service.
  42799.      *
  42800.      * @return \SwagMigrationAssistant\DataProvider\Provider\Data\ProductSortingProvider
  42801.      */
  42802.     protected function getProductSortingProviderService()
  42803.     {
  42804.         include_once \dirname(__DIR__4).'/vendor/store.shopware.com/swagmigrationassistant/DataProvider/Provider/ProviderInterface.php';
  42805.         include_once \dirname(__DIR__4).'/vendor/store.shopware.com/swagmigrationassistant/DataProvider/Provider/Data/AbstractProvider.php';
  42806.         include_once \dirname(__DIR__4).'/vendor/store.shopware.com/swagmigrationassistant/DataProvider/Provider/Data/ProductSortingProvider.php';
  42807.         return $this->privates['SwagMigrationAssistant\\DataProvider\\Provider\\Data\\ProductSortingProvider'] = new \SwagMigrationAssistant\DataProvider\Provider\Data\ProductSortingProvider(($this->services['product_sorting.repository'] ?? $this->getProductSorting_RepositoryService()));
  42808.     }
  42809.     /**
  42810.      * Gets the private 'SwagMigrationAssistant\DataProvider\Provider\Data\ProductStreamFilterInheritanceProvider' shared service.
  42811.      *
  42812.      * @return \SwagMigrationAssistant\DataProvider\Provider\Data\ProductStreamFilterInheritanceProvider
  42813.      */
  42814.     protected function getProductStreamFilterInheritanceProviderService()
  42815.     {
  42816.         include_once \dirname(__DIR__4).'/vendor/store.shopware.com/swagmigrationassistant/DataProvider/Provider/ProviderInterface.php';
  42817.         include_once \dirname(__DIR__4).'/vendor/store.shopware.com/swagmigrationassistant/DataProvider/Provider/Data/AbstractProvider.php';
  42818.         include_once \dirname(__DIR__4).'/vendor/store.shopware.com/swagmigrationassistant/DataProvider/Provider/Data/ProductStreamFilterInheritanceProvider.php';
  42819.         return $this->privates['SwagMigrationAssistant\\DataProvider\\Provider\\Data\\ProductStreamFilterInheritanceProvider'] = new \SwagMigrationAssistant\DataProvider\Provider\Data\ProductStreamFilterInheritanceProvider(($this->services['product_stream_filter.repository'] ?? $this->getProductStreamFilter_RepositoryService()));
  42820.     }
  42821.     /**
  42822.      * Gets the private 'SwagMigrationAssistant\DataProvider\Provider\Data\ProductStreamProvider' shared service.
  42823.      *
  42824.      * @return \SwagMigrationAssistant\DataProvider\Provider\Data\ProductStreamProvider
  42825.      */
  42826.     protected function getProductStreamProviderService()
  42827.     {
  42828.         include_once \dirname(__DIR__4).'/vendor/store.shopware.com/swagmigrationassistant/DataProvider/Provider/ProviderInterface.php';
  42829.         include_once \dirname(__DIR__4).'/vendor/store.shopware.com/swagmigrationassistant/DataProvider/Provider/Data/AbstractProvider.php';
  42830.         include_once \dirname(__DIR__4).'/vendor/store.shopware.com/swagmigrationassistant/DataProvider/Provider/Data/ProductStreamProvider.php';
  42831.         return $this->privates['SwagMigrationAssistant\\DataProvider\\Provider\\Data\\ProductStreamProvider'] = new \SwagMigrationAssistant\DataProvider\Provider\Data\ProductStreamProvider(($this->services['product_stream.repository'] ?? $this->getProductStream_RepositoryService()));
  42832.     }
  42833.     /**
  42834.      * Gets the private 'SwagMigrationAssistant\DataProvider\Provider\Data\PromotionProvider' shared service.
  42835.      *
  42836.      * @return \SwagMigrationAssistant\DataProvider\Provider\Data\PromotionProvider
  42837.      */
  42838.     protected function getPromotionProviderService()
  42839.     {
  42840.         include_once \dirname(__DIR__4).'/vendor/store.shopware.com/swagmigrationassistant/DataProvider/Provider/ProviderInterface.php';
  42841.         include_once \dirname(__DIR__4).'/vendor/store.shopware.com/swagmigrationassistant/DataProvider/Provider/Data/AbstractProvider.php';
  42842.         include_once \dirname(__DIR__4).'/vendor/store.shopware.com/swagmigrationassistant/DataProvider/Provider/Data/PromotionProvider.php';
  42843.         return $this->privates['SwagMigrationAssistant\\DataProvider\\Provider\\Data\\PromotionProvider'] = new \SwagMigrationAssistant\DataProvider\Provider\Data\PromotionProvider(($this->services['promotion.repository'] ?? $this->getPromotion_RepositoryService()));
  42844.     }
  42845.     /**
  42846.      * Gets the private 'SwagMigrationAssistant\DataProvider\Provider\Data\PropertyGroupProvider' shared service.
  42847.      *
  42848.      * @return \SwagMigrationAssistant\DataProvider\Provider\Data\PropertyGroupProvider
  42849.      */
  42850.     protected function getPropertyGroupProviderService()
  42851.     {
  42852.         include_once \dirname(__DIR__4).'/vendor/store.shopware.com/swagmigrationassistant/DataProvider/Provider/ProviderInterface.php';
  42853.         include_once \dirname(__DIR__4).'/vendor/store.shopware.com/swagmigrationassistant/DataProvider/Provider/Data/AbstractProvider.php';
  42854.         include_once \dirname(__DIR__4).'/vendor/store.shopware.com/swagmigrationassistant/DataProvider/Provider/Data/PropertyGroupProvider.php';
  42855.         return $this->privates['SwagMigrationAssistant\\DataProvider\\Provider\\Data\\PropertyGroupProvider'] = new \SwagMigrationAssistant\DataProvider\Provider\Data\PropertyGroupProvider(($this->services['property_group.repository'] ?? $this->getPropertyGroup_RepositoryService()));
  42856.     }
  42857.     /**
  42858.      * Gets the private 'SwagMigrationAssistant\DataProvider\Provider\Data\RuleProvider' shared service.
  42859.      *
  42860.      * @return \SwagMigrationAssistant\DataProvider\Provider\Data\RuleProvider
  42861.      */
  42862.     protected function getRuleProviderService()
  42863.     {
  42864.         include_once \dirname(__DIR__4).'/vendor/store.shopware.com/swagmigrationassistant/DataProvider/Provider/ProviderInterface.php';
  42865.         include_once \dirname(__DIR__4).'/vendor/store.shopware.com/swagmigrationassistant/DataProvider/Provider/Data/AbstractProvider.php';
  42866.         include_once \dirname(__DIR__4).'/vendor/store.shopware.com/swagmigrationassistant/DataProvider/Provider/Data/RuleProvider.php';
  42867.         return $this->privates['SwagMigrationAssistant\\DataProvider\\Provider\\Data\\RuleProvider'] = new \SwagMigrationAssistant\DataProvider\Provider\Data\RuleProvider(($this->services['rule.repository'] ?? $this->getRule_RepositoryService()));
  42868.     }
  42869.     /**
  42870.      * Gets the private 'SwagMigrationAssistant\DataProvider\Provider\Data\SalesChannelDomainProvider' shared service.
  42871.      *
  42872.      * @return \SwagMigrationAssistant\DataProvider\Provider\Data\SalesChannelDomainProvider
  42873.      */
  42874.     protected function getSalesChannelDomainProviderService()
  42875.     {
  42876.         include_once \dirname(__DIR__4).'/vendor/store.shopware.com/swagmigrationassistant/DataProvider/Provider/ProviderInterface.php';
  42877.         include_once \dirname(__DIR__4).'/vendor/store.shopware.com/swagmigrationassistant/DataProvider/Provider/Data/AbstractProvider.php';
  42878.         include_once \dirname(__DIR__4).'/vendor/store.shopware.com/swagmigrationassistant/DataProvider/Provider/Data/SalesChannelDomainProvider.php';
  42879.         return $this->privates['SwagMigrationAssistant\\DataProvider\\Provider\\Data\\SalesChannelDomainProvider'] = new \SwagMigrationAssistant\DataProvider\Provider\Data\SalesChannelDomainProvider(($this->services['sales_channel_domain.repository'] ?? $this->getSalesChannelDomain_RepositoryService()));
  42880.     }
  42881.     /**
  42882.      * Gets the private 'SwagMigrationAssistant\DataProvider\Provider\Data\SalesChannelProvider' shared service.
  42883.      *
  42884.      * @return \SwagMigrationAssistant\DataProvider\Provider\Data\SalesChannelProvider
  42885.      */
  42886.     protected function getSalesChannelProviderService()
  42887.     {
  42888.         include_once \dirname(__DIR__4).'/vendor/store.shopware.com/swagmigrationassistant/DataProvider/Provider/ProviderInterface.php';
  42889.         include_once \dirname(__DIR__4).'/vendor/store.shopware.com/swagmigrationassistant/DataProvider/Provider/Data/AbstractProvider.php';
  42890.         include_once \dirname(__DIR__4).'/vendor/store.shopware.com/swagmigrationassistant/DataProvider/Provider/Data/SalesChannelProvider.php';
  42891.         return $this->privates['SwagMigrationAssistant\\DataProvider\\Provider\\Data\\SalesChannelProvider'] = new \SwagMigrationAssistant\DataProvider\Provider\Data\SalesChannelProvider(($this->services['sales_channel.repository'] ?? $this->getSalesChannel_RepositoryService()));
  42892.     }
  42893.     /**
  42894.      * Gets the private 'SwagMigrationAssistant\DataProvider\Provider\Data\SalutationProvider' shared service.
  42895.      *
  42896.      * @return \SwagMigrationAssistant\DataProvider\Provider\Data\SalutationProvider
  42897.      */
  42898.     protected function getSalutationProviderService()
  42899.     {
  42900.         include_once \dirname(__DIR__4).'/vendor/store.shopware.com/swagmigrationassistant/DataProvider/Provider/ProviderInterface.php';
  42901.         include_once \dirname(__DIR__4).'/vendor/store.shopware.com/swagmigrationassistant/DataProvider/Provider/Data/AbstractProvider.php';
  42902.         include_once \dirname(__DIR__4).'/vendor/store.shopware.com/swagmigrationassistant/DataProvider/Provider/Data/SalutationProvider.php';
  42903.         return $this->privates['SwagMigrationAssistant\\DataProvider\\Provider\\Data\\SalutationProvider'] = new \SwagMigrationAssistant\DataProvider\Provider\Data\SalutationProvider(($this->services['salutation.repository'] ?? $this->getSalutation_RepositoryService()));
  42904.     }
  42905.     /**
  42906.      * Gets the private 'SwagMigrationAssistant\DataProvider\Provider\Data\SeoUrlProvider' shared service.
  42907.      *
  42908.      * @return \SwagMigrationAssistant\DataProvider\Provider\Data\SeoUrlProvider
  42909.      */
  42910.     protected function getSeoUrlProviderService()
  42911.     {
  42912.         include_once \dirname(__DIR__4).'/vendor/store.shopware.com/swagmigrationassistant/DataProvider/Provider/ProviderInterface.php';
  42913.         include_once \dirname(__DIR__4).'/vendor/store.shopware.com/swagmigrationassistant/DataProvider/Provider/Data/AbstractProvider.php';
  42914.         include_once \dirname(__DIR__4).'/vendor/store.shopware.com/swagmigrationassistant/DataProvider/Provider/Data/SeoUrlProvider.php';
  42915.         return $this->privates['SwagMigrationAssistant\\DataProvider\\Provider\\Data\\SeoUrlProvider'] = new \SwagMigrationAssistant\DataProvider\Provider\Data\SeoUrlProvider(($this->services['seo_url.repository'] ?? $this->getSeoUrl_RepositoryService()));
  42916.     }
  42917.     /**
  42918.      * Gets the private 'SwagMigrationAssistant\DataProvider\Provider\Data\SeoUrlTemplateProvider' shared service.
  42919.      *
  42920.      * @return \SwagMigrationAssistant\DataProvider\Provider\Data\SeoUrlTemplateProvider
  42921.      */
  42922.     protected function getSeoUrlTemplateProviderService()
  42923.     {
  42924.         include_once \dirname(__DIR__4).'/vendor/store.shopware.com/swagmigrationassistant/DataProvider/Provider/ProviderInterface.php';
  42925.         include_once \dirname(__DIR__4).'/vendor/store.shopware.com/swagmigrationassistant/DataProvider/Provider/Data/AbstractProvider.php';
  42926.         include_once \dirname(__DIR__4).'/vendor/store.shopware.com/swagmigrationassistant/DataProvider/Provider/Data/SeoUrlTemplateProvider.php';
  42927.         return $this->privates['SwagMigrationAssistant\\DataProvider\\Provider\\Data\\SeoUrlTemplateProvider'] = new \SwagMigrationAssistant\DataProvider\Provider\Data\SeoUrlTemplateProvider(($this->services['seo_url_template.repository'] ?? $this->getSeoUrlTemplate_RepositoryService()));
  42928.     }
  42929.     /**
  42930.      * Gets the private 'SwagMigrationAssistant\DataProvider\Provider\Data\ShippingMethodProvider' shared service.
  42931.      *
  42932.      * @return \SwagMigrationAssistant\DataProvider\Provider\Data\ShippingMethodProvider
  42933.      */
  42934.     protected function getShippingMethodProviderService()
  42935.     {
  42936.         include_once \dirname(__DIR__4).'/vendor/store.shopware.com/swagmigrationassistant/DataProvider/Provider/ProviderInterface.php';
  42937.         include_once \dirname(__DIR__4).'/vendor/store.shopware.com/swagmigrationassistant/DataProvider/Provider/Data/AbstractProvider.php';
  42938.         include_once \dirname(__DIR__4).'/vendor/store.shopware.com/swagmigrationassistant/DataProvider/Provider/Data/ShippingMethodProvider.php';
  42939.         return $this->privates['SwagMigrationAssistant\\DataProvider\\Provider\\Data\\ShippingMethodProvider'] = new \SwagMigrationAssistant\DataProvider\Provider\Data\ShippingMethodProvider(($this->services['shipping_method.repository'] ?? $this->getShippingMethod_RepositoryService()));
  42940.     }
  42941.     /**
  42942.      * Gets the private 'SwagMigrationAssistant\DataProvider\Provider\Data\SnippetProvider' shared service.
  42943.      *
  42944.      * @return \SwagMigrationAssistant\DataProvider\Provider\Data\SnippetProvider
  42945.      */
  42946.     protected function getSnippetProviderService()
  42947.     {
  42948.         include_once \dirname(__DIR__4).'/vendor/store.shopware.com/swagmigrationassistant/DataProvider/Provider/ProviderInterface.php';
  42949.         include_once \dirname(__DIR__4).'/vendor/store.shopware.com/swagmigrationassistant/DataProvider/Provider/Data/AbstractProvider.php';
  42950.         include_once \dirname(__DIR__4).'/vendor/store.shopware.com/swagmigrationassistant/DataProvider/Provider/Data/SnippetProvider.php';
  42951.         return $this->privates['SwagMigrationAssistant\\DataProvider\\Provider\\Data\\SnippetProvider'] = new \SwagMigrationAssistant\DataProvider\Provider\Data\SnippetProvider(($this->services['snippet.repository'] ?? $this->getSnippet_RepositoryService()));
  42952.     }
  42953.     /**
  42954.      * Gets the private 'SwagMigrationAssistant\DataProvider\Provider\Data\SnippetSetProvider' shared service.
  42955.      *
  42956.      * @return \SwagMigrationAssistant\DataProvider\Provider\Data\SnippetSetProvider
  42957.      */
  42958.     protected function getSnippetSetProviderService()
  42959.     {
  42960.         include_once \dirname(__DIR__4).'/vendor/store.shopware.com/swagmigrationassistant/DataProvider/Provider/ProviderInterface.php';
  42961.         include_once \dirname(__DIR__4).'/vendor/store.shopware.com/swagmigrationassistant/DataProvider/Provider/Data/AbstractProvider.php';
  42962.         include_once \dirname(__DIR__4).'/vendor/store.shopware.com/swagmigrationassistant/DataProvider/Provider/Data/SnippetSetProvider.php';
  42963.         return $this->privates['SwagMigrationAssistant\\DataProvider\\Provider\\Data\\SnippetSetProvider'] = new \SwagMigrationAssistant\DataProvider\Provider\Data\SnippetSetProvider(($this->services['snippet_set.repository'] ?? $this->getSnippetSet_RepositoryService()));
  42964.     }
  42965.     /**
  42966.      * Gets the private 'SwagMigrationAssistant\DataProvider\Provider\Data\SystemConfigProvider' shared service.
  42967.      *
  42968.      * @return \SwagMigrationAssistant\DataProvider\Provider\Data\SystemConfigProvider
  42969.      */
  42970.     protected function getSystemConfigProviderService()
  42971.     {
  42972.         include_once \dirname(__DIR__4).'/vendor/store.shopware.com/swagmigrationassistant/DataProvider/Provider/ProviderInterface.php';
  42973.         include_once \dirname(__DIR__4).'/vendor/store.shopware.com/swagmigrationassistant/DataProvider/Provider/Data/AbstractProvider.php';
  42974.         include_once \dirname(__DIR__4).'/vendor/store.shopware.com/swagmigrationassistant/DataProvider/Provider/Data/SystemConfigProvider.php';
  42975.         return $this->privates['SwagMigrationAssistant\\DataProvider\\Provider\\Data\\SystemConfigProvider'] = new \SwagMigrationAssistant\DataProvider\Provider\Data\SystemConfigProvider(($this->services['system_config.repository'] ?? $this->getSystemConfig_RepositoryService()));
  42976.     }
  42977.     /**
  42978.      * Gets the private 'SwagMigrationAssistant\DataProvider\Provider\Data\TaxProvider' shared service.
  42979.      *
  42980.      * @return \SwagMigrationAssistant\DataProvider\Provider\Data\TaxProvider
  42981.      */
  42982.     protected function getTaxProviderService()
  42983.     {
  42984.         include_once \dirname(__DIR__4).'/vendor/store.shopware.com/swagmigrationassistant/DataProvider/Provider/ProviderInterface.php';
  42985.         include_once \dirname(__DIR__4).'/vendor/store.shopware.com/swagmigrationassistant/DataProvider/Provider/Data/AbstractProvider.php';
  42986.         include_once \dirname(__DIR__4).'/vendor/store.shopware.com/swagmigrationassistant/DataProvider/Provider/Data/TaxProvider.php';
  42987.         return $this->privates['SwagMigrationAssistant\\DataProvider\\Provider\\Data\\TaxProvider'] = new \SwagMigrationAssistant\DataProvider\Provider\Data\TaxProvider(($this->services['tax.repository'] ?? $this->getTax_RepositoryService()));
  42988.     }
  42989.     /**
  42990.      * Gets the private 'SwagMigrationAssistant\DataProvider\Provider\Data\TaxRuleProvider' shared service.
  42991.      *
  42992.      * @return \SwagMigrationAssistant\DataProvider\Provider\Data\TaxRuleProvider
  42993.      */
  42994.     protected function getTaxRuleProviderService()
  42995.     {
  42996.         include_once \dirname(__DIR__4).'/vendor/store.shopware.com/swagmigrationassistant/DataProvider/Provider/ProviderInterface.php';
  42997.         include_once \dirname(__DIR__4).'/vendor/store.shopware.com/swagmigrationassistant/DataProvider/Provider/Data/AbstractProvider.php';
  42998.         include_once \dirname(__DIR__4).'/vendor/store.shopware.com/swagmigrationassistant/DataProvider/Provider/Data/TaxRuleProvider.php';
  42999.         return $this->privates['SwagMigrationAssistant\\DataProvider\\Provider\\Data\\TaxRuleProvider'] = new \SwagMigrationAssistant\DataProvider\Provider\Data\TaxRuleProvider(($this->services['tax_rule.repository'] ?? $this->getTaxRule_RepositoryService()));
  43000.     }
  43001.     /**
  43002.      * Gets the private 'SwagMigrationAssistant\DataProvider\Provider\Data\UnitProvider' shared service.
  43003.      *
  43004.      * @return \SwagMigrationAssistant\DataProvider\Provider\Data\UnitProvider
  43005.      */
  43006.     protected function getUnitProviderService()
  43007.     {
  43008.         include_once \dirname(__DIR__4).'/vendor/store.shopware.com/swagmigrationassistant/DataProvider/Provider/ProviderInterface.php';
  43009.         include_once \dirname(__DIR__4).'/vendor/store.shopware.com/swagmigrationassistant/DataProvider/Provider/Data/AbstractProvider.php';
  43010.         include_once \dirname(__DIR__4).'/vendor/store.shopware.com/swagmigrationassistant/DataProvider/Provider/Data/UnitProvider.php';
  43011.         return $this->privates['SwagMigrationAssistant\\DataProvider\\Provider\\Data\\UnitProvider'] = new \SwagMigrationAssistant\DataProvider\Provider\Data\UnitProvider(($this->services['unit.repository'] ?? $this->getUnit_RepositoryService()));
  43012.     }
  43013.     /**
  43014.      * Gets the private 'SwagMigrationAssistant\Migration\Converter\ConverterRegistry' shared service.
  43015.      *
  43016.      * @return \SwagMigrationAssistant\Migration\Converter\ConverterRegistry
  43017.      */
  43018.     protected function getConverterRegistryService()
  43019.     {
  43020.         include_once \dirname(__DIR__4).'/vendor/store.shopware.com/swagmigrationassistant/Migration/Converter/ConverterRegistryInterface.php';
  43021.         include_once \dirname(__DIR__4).'/vendor/store.shopware.com/swagmigrationassistant/Migration/Converter/ConverterRegistry.php';
  43022.         return $this->privates['SwagMigrationAssistant\\Migration\\Converter\\ConverterRegistry'] = new \SwagMigrationAssistant\Migration\Converter\ConverterRegistry(new RewindableGenerator(function () {
  43023.             yield => ($this->privates['SwagMigrationAssistant\\Profile\\Shopware54\\Converter\\Shopware54ProductAttributeConverter'] ?? $this->getShopware54ProductAttributeConverterService());
  43024.             yield => ($this->privates['SwagMigrationAssistant\\Profile\\Shopware54\\Converter\\Shopware54ProductPriceAttributeConverter'] ?? $this->getShopware54ProductPriceAttributeConverterService());
  43025.             yield => ($this->privates['SwagMigrationAssistant\\Profile\\Shopware54\\Converter\\Shopware54ManufacturerAttributeConverter'] ?? $this->getShopware54ManufacturerAttributeConverterService());
  43026.             yield => ($this->privates['SwagMigrationAssistant\\Profile\\Shopware54\\Converter\\Shopware54CustomerAttributeConverter'] ?? $this->getShopware54CustomerAttributeConverterService());
  43027.             yield => ($this->privates['SwagMigrationAssistant\\Profile\\Shopware54\\Converter\\Shopware54OrderAttributeConverter'] ?? $this->getShopware54OrderAttributeConverterService());
  43028.             yield => ($this->privates['SwagMigrationAssistant\\Profile\\Shopware54\\Converter\\Shopware54ProductConverter'] ?? $this->getShopware54ProductConverterService());
  43029.             yield => ($this->privates['SwagMigrationAssistant\\Profile\\Shopware54\\Converter\\Shopware54ProductOptionRelationConverter'] ?? $this->getShopware54ProductOptionRelationConverterService());
  43030.             yield => ($this->privates['SwagMigrationAssistant\\Profile\\Shopware54\\Converter\\Shopware54ProductPropertyRelationConverter'] ?? $this->getShopware54ProductPropertyRelationConverterService());
  43031.             yield => ($this->privates['SwagMigrationAssistant\\Profile\\Shopware54\\Converter\\Shopware54TranslationConverter'] ?? $this->getShopware54TranslationConverterService());
  43032.             yield => ($this->privates['SwagMigrationAssistant\\Profile\\Shopware54\\Converter\\Shopware54CategoryAttributeConverter'] ?? $this->getShopware54CategoryAttributeConverterService());
  43033.             yield 10 => ($this->privates['SwagMigrationAssistant\\Profile\\Shopware54\\Converter\\Shopware54CategoryConverter'] ?? $this->getShopware54CategoryConverterService());
  43034.             yield 11 => ($this->privates['SwagMigrationAssistant\\Profile\\Shopware54\\Converter\\Shopware54MediaFolderConverter'] ?? $this->getShopware54MediaFolderConverterService());
  43035.             yield 12 => ($this->privates['SwagMigrationAssistant\\Profile\\Shopware54\\Converter\\Shopware54MediaConverter'] ?? $this->getShopware54MediaConverterService());
  43036.             yield 13 => ($this->privates['SwagMigrationAssistant\\Profile\\Shopware54\\Converter\\Shopware54CustomerConverter'] ?? $this->getShopware54CustomerConverterService());
  43037.             yield 14 => ($this->privates['SwagMigrationAssistant\\Profile\\Shopware54\\Converter\\Shopware54CustomerWishlistConverter'] ?? $this->getShopware54CustomerWishlistConverterService());
  43038.             yield 15 => ($this->privates['SwagMigrationAssistant\\Profile\\Shopware54\\Converter\\Shopware54OrderConverter'] ?? $this->getShopware54OrderConverterService());
  43039.             yield 16 => ($this->privates['SwagMigrationAssistant\\Profile\\Shopware54\\Converter\\Shopware54OrderDocumentAttributeConverter'] ?? $this->getShopware54OrderDocumentAttributeConverterService());
  43040.             yield 17 => ($this->privates['SwagMigrationAssistant\\Profile\\Shopware54\\Converter\\Shopware54OrderDocumentConverter'] ?? $this->getShopware54OrderDocumentConverterService());
  43041.             yield 18 => ($this->privates['SwagMigrationAssistant\\Profile\\Shopware54\\Converter\\Shopware54CustomerGroupAttributeConverter'] ?? $this->getShopware54CustomerGroupAttributeConverterService());
  43042.             yield 19 => ($this->privates['SwagMigrationAssistant\\Profile\\Shopware54\\Converter\\Shopware54CustomerGroupConverter'] ?? $this->getShopware54CustomerGroupConverterService());
  43043.             yield 20 => ($this->privates['SwagMigrationAssistant\\Profile\\Shopware54\\Converter\\Shopware54PropertyGroupOptionConverter'] ?? $this->getShopware54PropertyGroupOptionConverterService());
  43044.             yield 21 => ($this->privates['SwagMigrationAssistant\\Profile\\Shopware54\\Converter\\Shopware54NumberRangeConverter'] ?? $this->getShopware54NumberRangeConverterService());
  43045.             yield 22 => ($this->privates['SwagMigrationAssistant\\Profile\\Shopware54\\Converter\\Shopware54CurrencyConverter'] ?? $this->getShopware54CurrencyConverterService());
  43046.             yield 23 => ($this->privates['SwagMigrationAssistant\\Profile\\Shopware54\\Converter\\Shopware54LanguageConverter'] ?? $this->getShopware54LanguageConverterService());
  43047.             yield 24 => ($this->privates['SwagMigrationAssistant\\Profile\\Shopware54\\Converter\\Shopware54SalesChannelConverter'] ?? $this->getShopware54SalesChannelConverterService());
  43048.             yield 25 => ($this->privates['SwagMigrationAssistant\\Profile\\Shopware54\\Converter\\Shopware54NewsletterRecipientConverter'] ?? $this->getShopware54NewsletterRecipientConverterService());
  43049.             yield 26 => ($this->privates['SwagMigrationAssistant\\Profile\\Shopware54\\Converter\\Shopware54ShippingMethodConverter'] ?? $this->getShopware54ShippingMethodConverterService());
  43050.             yield 27 => ($this->privates['SwagMigrationAssistant\\Profile\\Shopware54\\Converter\\Shopware54ProductReviewConverter'] ?? $this->getShopware54ProductReviewConverterService());
  43051.             yield 28 => ($this->privates['SwagMigrationAssistant\\Profile\\Shopware54\\Converter\\Shopware54SeoUrlConverter'] ?? $this->getShopware54SeoUrlConverterService());
  43052.             yield 29 => ($this->privates['SwagMigrationAssistant\\Profile\\Shopware54\\Converter\\Shopware54CrossSellingConverter'] ?? $this->getShopware54CrossSellingConverterService());
  43053.             yield 30 => ($this->privates['SwagMigrationAssistant\\Profile\\Shopware54\\Converter\\Shopware54MainVariantRelationConverter'] ?? $this->getShopware54MainVariantRelationConverterService());
  43054.             yield 31 => ($this->privates['SwagMigrationAssistant\\Profile\\Shopware54\\Converter\\Shopware54PromotionConverter'] ?? $this->getShopware54PromotionConverterService());
  43055.             yield 32 => ($this->privates['SwagMigrationAssistant\\Profile\\Shopware55\\Converter\\Shopware55ProductAttributeConverter'] ?? $this->getShopware55ProductAttributeConverterService());
  43056.             yield 33 => ($this->privates['SwagMigrationAssistant\\Profile\\Shopware55\\Converter\\Shopware55ProductPriceAttributeConverter'] ?? $this->getShopware55ProductPriceAttributeConverterService());
  43057.             yield 34 => ($this->privates['SwagMigrationAssistant\\Profile\\Shopware55\\Converter\\Shopware55ManufacturerAttributeConverter'] ?? $this->getShopware55ManufacturerAttributeConverterService());
  43058.             yield 35 => ($this->privates['SwagMigrationAssistant\\Profile\\Shopware55\\Converter\\Shopware55CustomerAttributeConverter'] ?? $this->getShopware55CustomerAttributeConverterService());
  43059.             yield 36 => ($this->privates['SwagMigrationAssistant\\Profile\\Shopware55\\Converter\\Shopware55OrderAttributeConverter'] ?? $this->getShopware55OrderAttributeConverterService());
  43060.             yield 37 => ($this->privates['SwagMigrationAssistant\\Profile\\Shopware55\\Converter\\Shopware55ProductConverter'] ?? $this->getShopware55ProductConverterService());
  43061.             yield 38 => ($this->privates['SwagMigrationAssistant\\Profile\\Shopware55\\Converter\\Shopware55ProductOptionRelationConverter'] ?? $this->getShopware55ProductOptionRelationConverterService());
  43062.             yield 39 => ($this->privates['SwagMigrationAssistant\\Profile\\Shopware55\\Converter\\Shopware55ProductPropertyRelationConverter'] ?? $this->getShopware55ProductPropertyRelationConverterService());
  43063.             yield 40 => ($this->privates['SwagMigrationAssistant\\Profile\\Shopware55\\Converter\\Shopware55TranslationConverter'] ?? $this->getShopware55TranslationConverterService());
  43064.             yield 41 => ($this->privates['SwagMigrationAssistant\\Profile\\Shopware55\\Converter\\Shopware55CategoryAttributeConverter'] ?? $this->getShopware55CategoryAttributeConverterService());
  43065.             yield 42 => ($this->privates['SwagMigrationAssistant\\Profile\\Shopware55\\Converter\\Shopware55CategoryConverter'] ?? $this->getShopware55CategoryConverterService());
  43066.             yield 43 => ($this->privates['SwagMigrationAssistant\\Profile\\Shopware55\\Converter\\Shopware55MediaFolderConverter'] ?? $this->getShopware55MediaFolderConverterService());
  43067.             yield 44 => ($this->privates['SwagMigrationAssistant\\Profile\\Shopware55\\Converter\\Shopware55MediaConverter'] ?? $this->getShopware55MediaConverterService());
  43068.             yield 45 => ($this->privates['SwagMigrationAssistant\\Profile\\Shopware55\\Converter\\Shopware55CustomerConverter'] ?? $this->getShopware55CustomerConverterService());
  43069.             yield 46 => ($this->privates['SwagMigrationAssistant\\Profile\\Shopware55\\Converter\\Shopware55OrderConverter'] ?? $this->getShopware55OrderConverterService());
  43070.             yield 47 => ($this->privates['SwagMigrationAssistant\\Profile\\Shopware55\\Converter\\Shopware55OrderDocumentAttributeConverter'] ?? $this->getShopware55OrderDocumentAttributeConverterService());
  43071.             yield 48 => ($this->privates['SwagMigrationAssistant\\Profile\\Shopware55\\Converter\\Shopware55OrderDocumentConverter'] ?? $this->getShopware55OrderDocumentConverterService());
  43072.             yield 49 => ($this->privates['SwagMigrationAssistant\\Profile\\Shopware55\\Converter\\Shopware55CustomerGroupAttributeConverter'] ?? $this->getShopware55CustomerGroupAttributeConverterService());
  43073.             yield 50 => ($this->privates['SwagMigrationAssistant\\Profile\\Shopware55\\Converter\\Shopware55CustomerGroupConverter'] ?? $this->getShopware55CustomerGroupConverterService());
  43074.             yield 51 => ($this->privates['SwagMigrationAssistant\\Profile\\Shopware55\\Converter\\Shopware55CustomerWishlistConverter'] ?? $this->getShopware55CustomerWishlistConverterService());
  43075.             yield 52 => ($this->privates['SwagMigrationAssistant\\Profile\\Shopware55\\Converter\\Shopware55PropertyGroupOptionConverter'] ?? $this->getShopware55PropertyGroupOptionConverterService());
  43076.             yield 53 => ($this->privates['SwagMigrationAssistant\\Profile\\Shopware55\\Converter\\Shopware55NumberRangeConverter'] ?? $this->getShopware55NumberRangeConverterService());
  43077.             yield 54 => ($this->privates['SwagMigrationAssistant\\Profile\\Shopware55\\Converter\\Shopware55CurrencyConverter'] ?? $this->getShopware55CurrencyConverterService());
  43078.             yield 55 => ($this->privates['SwagMigrationAssistant\\Profile\\Shopware55\\Converter\\Shopware55LanguageConverter'] ?? $this->getShopware55LanguageConverterService());
  43079.             yield 56 => ($this->privates['SwagMigrationAssistant\\Profile\\Shopware55\\Converter\\Shopware55SalesChannelConverter'] ?? $this->getShopware55SalesChannelConverterService());
  43080.             yield 57 => ($this->privates['SwagMigrationAssistant\\Profile\\Shopware55\\Converter\\Shopware55NewsletterRecipientConverter'] ?? $this->getShopware55NewsletterRecipientConverterService());
  43081.             yield 58 => ($this->privates['SwagMigrationAssistant\\Profile\\Shopware55\\Converter\\Shopware55ShippingMethodConverter'] ?? $this->getShopware55ShippingMethodConverterService());
  43082.             yield 59 => ($this->privates['SwagMigrationAssistant\\Profile\\Shopware55\\Converter\\Shopware55ProductReviewConverter'] ?? $this->getShopware55ProductReviewConverterService());
  43083.             yield 60 => ($this->privates['SwagMigrationAssistant\\Profile\\Shopware55\\Converter\\Shopware55SeoUrlConverter'] ?? $this->getShopware55SeoUrlConverterService());
  43084.             yield 61 => ($this->privates['SwagMigrationAssistant\\Profile\\Shopware55\\Converter\\Shopware55CrossSellingConverter'] ?? $this->getShopware55CrossSellingConverterService());
  43085.             yield 62 => ($this->privates['SwagMigrationAssistant\\Profile\\Shopware55\\Converter\\Shopware55MainVariantRelationConverter'] ?? $this->getShopware55MainVariantRelationConverterService());
  43086.             yield 63 => ($this->privates['SwagMigrationAssistant\\Profile\\Shopware55\\Converter\\Shopware55PromotionConverter'] ?? $this->getShopware55PromotionConverterService());
  43087.             yield 64 => ($this->privates['SwagMigrationAssistant\\Profile\\Shopware56\\Converter\\Shopware56ProductAttributeConverter'] ?? $this->getShopware56ProductAttributeConverterService());
  43088.             yield 65 => ($this->privates['SwagMigrationAssistant\\Profile\\Shopware56\\Converter\\Shopware56ProductPriceAttributeConverter'] ?? $this->getShopware56ProductPriceAttributeConverterService());
  43089.             yield 66 => ($this->privates['SwagMigrationAssistant\\Profile\\Shopware56\\Converter\\Shopware56ManufacturerAttributeConverter'] ?? $this->getShopware56ManufacturerAttributeConverterService());
  43090.             yield 67 => ($this->privates['SwagMigrationAssistant\\Profile\\Shopware56\\Converter\\Shopware56CustomerAttributeConverter'] ?? $this->getShopware56CustomerAttributeConverterService());
  43091.             yield 68 => ($this->privates['SwagMigrationAssistant\\Profile\\Shopware56\\Converter\\Shopware56OrderAttributeConverter'] ?? $this->getShopware56OrderAttributeConverterService());
  43092.             yield 69 => ($this->privates['SwagMigrationAssistant\\Profile\\Shopware56\\Converter\\Shopware56ProductConverter'] ?? $this->getShopware56ProductConverterService());
  43093.             yield 70 => ($this->privates['SwagMigrationAssistant\\Profile\\Shopware56\\Converter\\Shopware56ProductOptionRelationConverter'] ?? $this->getShopware56ProductOptionRelationConverterService());
  43094.             yield 71 => ($this->privates['SwagMigrationAssistant\\Profile\\Shopware56\\Converter\\Shopware56ProductPropertyRelationConverter'] ?? $this->getShopware56ProductPropertyRelationConverterService());
  43095.             yield 72 => ($this->privates['SwagMigrationAssistant\\Profile\\Shopware56\\Converter\\Shopware56TranslationConverter'] ?? $this->getShopware56TranslationConverterService());
  43096.             yield 73 => ($this->privates['SwagMigrationAssistant\\Profile\\Shopware56\\Converter\\Shopware56CategoryAttributeConverter'] ?? $this->getShopware56CategoryAttributeConverterService());
  43097.             yield 74 => ($this->privates['SwagMigrationAssistant\\Profile\\Shopware56\\Converter\\Shopware56CategoryConverter'] ?? $this->getShopware56CategoryConverterService());
  43098.             yield 75 => ($this->privates['SwagMigrationAssistant\\Profile\\Shopware56\\Converter\\Shopware56MediaFolderConverter'] ?? $this->getShopware56MediaFolderConverterService());
  43099.             yield 76 => ($this->privates['SwagMigrationAssistant\\Profile\\Shopware56\\Converter\\Shopware56MediaConverter'] ?? $this->getShopware56MediaConverterService());
  43100.             yield 77 => ($this->privates['SwagMigrationAssistant\\Profile\\Shopware56\\Converter\\Shopware56CustomerConverter'] ?? $this->getShopware56CustomerConverterService());
  43101.             yield 78 => ($this->privates['SwagMigrationAssistant\\Profile\\Shopware56\\Converter\\Shopware56CustomerWishlistConverter'] ?? $this->getShopware56CustomerWishlistConverterService());
  43102.             yield 79 => ($this->privates['SwagMigrationAssistant\\Profile\\Shopware56\\Converter\\Shopware56OrderConverter'] ?? $this->getShopware56OrderConverterService());
  43103.             yield 80 => ($this->privates['SwagMigrationAssistant\\Profile\\Shopware56\\Converter\\Shopware56OrderDocumentAttributeConverter'] ?? $this->getShopware56OrderDocumentAttributeConverterService());
  43104.             yield 81 => ($this->privates['SwagMigrationAssistant\\Profile\\Shopware56\\Converter\\Shopware56OrderDocumentConverter'] ?? $this->getShopware56OrderDocumentConverterService());
  43105.             yield 82 => ($this->privates['SwagMigrationAssistant\\Profile\\Shopware56\\Converter\\Shopware56CustomerGroupAttributeConverter'] ?? $this->getShopware56CustomerGroupAttributeConverterService());
  43106.             yield 83 => ($this->privates['SwagMigrationAssistant\\Profile\\Shopware56\\Converter\\Shopware56CustomerGroupConverter'] ?? $this->getShopware56CustomerGroupConverterService());
  43107.             yield 84 => ($this->privates['SwagMigrationAssistant\\Profile\\Shopware56\\Converter\\Shopware56PropertyGroupOptionConverter'] ?? $this->getShopware56PropertyGroupOptionConverterService());
  43108.             yield 85 => ($this->privates['SwagMigrationAssistant\\Profile\\Shopware56\\Converter\\Shopware56NumberRangeConverter'] ?? $this->getShopware56NumberRangeConverterService());
  43109.             yield 86 => ($this->privates['SwagMigrationAssistant\\Profile\\Shopware56\\Converter\\Shopware56CurrencyConverter'] ?? $this->getShopware56CurrencyConverterService());
  43110.             yield 87 => ($this->privates['SwagMigrationAssistant\\Profile\\Shopware56\\Converter\\Shopware56LanguageConverter'] ?? $this->getShopware56LanguageConverterService());
  43111.             yield 88 => ($this->privates['SwagMigrationAssistant\\Profile\\Shopware56\\Converter\\Shopware56SalesChannelConverter'] ?? $this->getShopware56SalesChannelConverterService());
  43112.             yield 89 => ($this->privates['SwagMigrationAssistant\\Profile\\Shopware56\\Converter\\Shopware56NewsletterRecipientConverter'] ?? $this->getShopware56NewsletterRecipientConverterService());
  43113.             yield 90 => ($this->privates['SwagMigrationAssistant\\Profile\\Shopware56\\Converter\\Shopware56ShippingMethodConverter'] ?? $this->getShopware56ShippingMethodConverterService());
  43114.             yield 91 => ($this->privates['SwagMigrationAssistant\\Profile\\Shopware56\\Converter\\Shopware56ProductReviewConverter'] ?? $this->getShopware56ProductReviewConverterService());
  43115.             yield 92 => ($this->privates['SwagMigrationAssistant\\Profile\\Shopware56\\Converter\\Shopware56SeoUrlConverter'] ?? $this->getShopware56SeoUrlConverterService());
  43116.             yield 93 => ($this->privates['SwagMigrationAssistant\\Profile\\Shopware56\\Converter\\Shopware56CrossSellingConverter'] ?? $this->getShopware56CrossSellingConverterService());
  43117.             yield 94 => ($this->privates['SwagMigrationAssistant\\Profile\\Shopware56\\Converter\\Shopware56MainVariantRelationConverter'] ?? $this->getShopware56MainVariantRelationConverterService());
  43118.             yield 95 => ($this->privates['SwagMigrationAssistant\\Profile\\Shopware56\\Converter\\Shopware56PromotionConverter'] ?? $this->getShopware56PromotionConverterService());
  43119.             yield 96 => ($this->privates['SwagMigrationAssistant\\Profile\\Shopware57\\Converter\\Shopware57ProductAttributeConverter'] ?? $this->getShopware57ProductAttributeConverterService());
  43120.             yield 97 => ($this->privates['SwagMigrationAssistant\\Profile\\Shopware57\\Converter\\Shopware57ProductPriceAttributeConverter'] ?? $this->getShopware57ProductPriceAttributeConverterService());
  43121.             yield 98 => ($this->privates['SwagMigrationAssistant\\Profile\\Shopware57\\Converter\\Shopware57ManufacturerAttributeConverter'] ?? $this->getShopware57ManufacturerAttributeConverterService());
  43122.             yield 99 => ($this->privates['SwagMigrationAssistant\\Profile\\Shopware57\\Converter\\Shopware57CustomerAttributeConverter'] ?? $this->getShopware57CustomerAttributeConverterService());
  43123.             yield 100 => ($this->privates['SwagMigrationAssistant\\Profile\\Shopware57\\Converter\\Shopware57OrderAttributeConverter'] ?? $this->getShopware57OrderAttributeConverterService());
  43124.             yield 101 => ($this->privates['SwagMigrationAssistant\\Profile\\Shopware57\\Converter\\Shopware57ProductConverter'] ?? $this->getShopware57ProductConverterService());
  43125.             yield 102 => ($this->privates['SwagMigrationAssistant\\Profile\\Shopware57\\Converter\\Shopware57ProductOptionRelationConverter'] ?? $this->getShopware57ProductOptionRelationConverterService());
  43126.             yield 103 => ($this->privates['SwagMigrationAssistant\\Profile\\Shopware57\\Converter\\Shopware57ProductPropertyRelationConverter'] ?? $this->getShopware57ProductPropertyRelationConverterService());
  43127.             yield 104 => ($this->privates['SwagMigrationAssistant\\Profile\\Shopware57\\Converter\\Shopware57TranslationConverter'] ?? $this->getShopware57TranslationConverterService());
  43128.             yield 105 => ($this->privates['SwagMigrationAssistant\\Profile\\Shopware57\\Converter\\Shopware57CategoryAttributeConverter'] ?? $this->getShopware57CategoryAttributeConverterService());
  43129.             yield 106 => ($this->privates['SwagMigrationAssistant\\Profile\\Shopware57\\Converter\\Shopware57CategoryConverter'] ?? $this->getShopware57CategoryConverterService());
  43130.             yield 107 => ($this->privates['SwagMigrationAssistant\\Profile\\Shopware57\\Converter\\Shopware57MediaFolderConverter'] ?? $this->getShopware57MediaFolderConverterService());
  43131.             yield 108 => ($this->privates['SwagMigrationAssistant\\Profile\\Shopware57\\Converter\\Shopware57MediaConverter'] ?? $this->getShopware57MediaConverterService());
  43132.             yield 109 => ($this->privates['SwagMigrationAssistant\\Profile\\Shopware57\\Converter\\Shopware57CustomerConverter'] ?? $this->getShopware57CustomerConverterService());
  43133.             yield 110 => ($this->privates['SwagMigrationAssistant\\Profile\\Shopware57\\Converter\\Shopware57CustomerWishlistConverter'] ?? $this->getShopware57CustomerWishlistConverterService());
  43134.             yield 111 => ($this->privates['SwagMigrationAssistant\\Profile\\Shopware57\\Converter\\Shopware57OrderConverter'] ?? $this->getShopware57OrderConverterService());
  43135.             yield 112 => ($this->privates['SwagMigrationAssistant\\Profile\\Shopware57\\Converter\\Shopware57OrderDocumentAttributeConverter'] ?? $this->getShopware57OrderDocumentAttributeConverterService());
  43136.             yield 113 => ($this->privates['SwagMigrationAssistant\\Profile\\Shopware57\\Converter\\Shopware57OrderDocumentConverter'] ?? $this->getShopware57OrderDocumentConverterService());
  43137.             yield 114 => ($this->privates['SwagMigrationAssistant\\Profile\\Shopware57\\Converter\\Shopware57CustomerGroupAttributeConverter'] ?? $this->getShopware57CustomerGroupAttributeConverterService());
  43138.             yield 115 => ($this->privates['SwagMigrationAssistant\\Profile\\Shopware57\\Converter\\Shopware57CustomerGroupConverter'] ?? $this->getShopware57CustomerGroupConverterService());
  43139.             yield 116 => ($this->privates['SwagMigrationAssistant\\Profile\\Shopware57\\Converter\\Shopware57PropertyGroupOptionConverter'] ?? $this->getShopware57PropertyGroupOptionConverterService());
  43140.             yield 117 => ($this->privates['SwagMigrationAssistant\\Profile\\Shopware57\\Converter\\Shopware57PromotionConverter'] ?? $this->getShopware57PromotionConverterService());
  43141.             yield 118 => ($this->privates['SwagMigrationAssistant\\Profile\\Shopware57\\Converter\\Shopware57NumberRangeConverter'] ?? $this->getShopware57NumberRangeConverterService());
  43142.             yield 119 => ($this->privates['SwagMigrationAssistant\\Profile\\Shopware57\\Converter\\Shopware57MainVariantRelationConverter'] ?? $this->getShopware57MainVariantRelationConverterService());
  43143.             yield 120 => ($this->privates['SwagMigrationAssistant\\Profile\\Shopware57\\Converter\\Shopware57CurrencyConverter'] ?? $this->getShopware57CurrencyConverterService());
  43144.             yield 121 => ($this->privates['SwagMigrationAssistant\\Profile\\Shopware57\\Converter\\Shopware57LanguageConverter'] ?? $this->getShopware57LanguageConverterService());
  43145.             yield 122 => ($this->privates['SwagMigrationAssistant\\Profile\\Shopware57\\Converter\\Shopware57SalesChannelConverter'] ?? $this->getShopware57SalesChannelConverterService());
  43146.             yield 123 => ($this->privates['SwagMigrationAssistant\\Profile\\Shopware57\\Converter\\Shopware57NewsletterRecipientConverter'] ?? $this->getShopware57NewsletterRecipientConverterService());
  43147.             yield 124 => ($this->privates['SwagMigrationAssistant\\Profile\\Shopware57\\Converter\\Shopware57ShippingMethodConverter'] ?? $this->getShopware57ShippingMethodConverterService());
  43148.             yield 125 => ($this->privates['SwagMigrationAssistant\\Profile\\Shopware57\\Converter\\Shopware57ProductReviewConverter'] ?? $this->getShopware57ProductReviewConverterService());
  43149.             yield 126 => ($this->privates['SwagMigrationAssistant\\Profile\\Shopware57\\Converter\\Shopware57SeoUrlConverter'] ?? $this->getShopware57SeoUrlConverterService());
  43150.             yield 127 => ($this->privates['SwagMigrationAssistant\\Profile\\Shopware57\\Converter\\Shopware57CrossSellingConverter'] ?? $this->getShopware57CrossSellingConverterService());
  43151.             yield 128 => ($this->privates['SwagMigrationAssistant\\Profile\\Shopware63\\Converter\\Shopware63ProductManufacturerConverter'] ?? $this->getShopware63ProductManufacturerConverterService());
  43152.             yield 129 => ($this->privates['SwagMigrationAssistant\\Profile\\Shopware63\\Converter\\Shopware63ProductReviewConverter'] ?? $this->getShopware63ProductReviewConverterService());
  43153.             yield 130 => ($this->privates['SwagMigrationAssistant\\Profile\\Shopware63\\Converter\\Shopware63LanguageConverter'] ?? $this->getShopware63LanguageConverterService());
  43154.             yield 131 => ($this->privates['SwagMigrationAssistant\\Profile\\Shopware63\\Converter\\Shopware63DeliveryTimeConverter'] ?? $this->getShopware63DeliveryTimeConverterService());
  43155.             yield 132 => ($this->privates['SwagMigrationAssistant\\Profile\\Shopware63\\Converter\\Shopware63CurrencyConverter'] ?? $this->getShopware63CurrencyConverterService());
  43156.             yield 133 => ($this->privates['SwagMigrationAssistant\\Profile\\Shopware63\\Converter\\Shopware63CategoryConverter'] ?? $this->getShopware63CategoryConverterService());
  43157.             yield 134 => ($this->privates['SwagMigrationAssistant\\Profile\\Shopware63\\Converter\\Shopware63CategoryAssociationConverter'] ?? $this->getShopware63CategoryAssociationConverterService());
  43158.             yield 135 => ($this->privates['SwagMigrationAssistant\\Profile\\Shopware63\\Converter\\Shopware63CategoryCmsPageAssociationConverter'] ?? $this->getShopware63CategoryCmsPageAssociationConverterService());
  43159.             yield 136 => ($this->privates['SwagMigrationAssistant\\Profile\\Shopware63\\Converter\\Shopware63TaxConverter'] ?? $this->getShopware63TaxConverterService());
  43160.             yield 137 => ($this->privates['SwagMigrationAssistant\\Profile\\Shopware63\\Converter\\Shopware63TaxRuleConverter'] ?? $this->getShopware63TaxRuleConverterService());
  43161.             yield 138 => ($this->privates['SwagMigrationAssistant\\Profile\\Shopware63\\Converter\\Shopware63PropertyGroupConverter'] ?? $this->getShopware63PropertyGroupConverterService());
  43162.             yield 139 => ($this->privates['SwagMigrationAssistant\\Profile\\Shopware63\\Converter\\Shopware63ProductConverter'] ?? $this->getShopware63ProductConverterService());
  43163.             yield 140 => ($this->privates['SwagMigrationAssistant\\Profile\\Shopware63\\Converter\\Shopware63OrderConverter'] ?? $this->getShopware63OrderConverterService());
  43164.             yield 141 => ($this->privates['SwagMigrationAssistant\\Profile\\Shopware63\\Converter\\Shopware63UnitConverter'] ?? $this->getShopware63UnitConverterService());
  43165.             yield 142 => ($this->privates['SwagMigrationAssistant\\Profile\\Shopware63\\Converter\\Shopware63MediaFolderConverter'] ?? $this->getShopware63MediaFolderConverterService());
  43166.             yield 143 => ($this->privates['SwagMigrationAssistant\\Profile\\Shopware63\\Converter\\Shopware63MediaFolderInheritanceConverter'] ?? $this->getShopware63MediaFolderInheritanceConverterService());
  43167.             yield 144 => ($this->privates['SwagMigrationAssistant\\Profile\\Shopware63\\Converter\\Shopware63RuleConverter'] ?? $this->getShopware63RuleConverterService());
  43168.             yield 145 => ($this->privates['SwagMigrationAssistant\\Profile\\Shopware63\\Converter\\Shopware63CountryConverter'] ?? $this->getShopware63CountryConverterService());
  43169.             yield 146 => ($this->privates['SwagMigrationAssistant\\Profile\\Shopware63\\Converter\\Shopware63CountryStateConverter'] ?? $this->getShopware63CountryStateConverterService());
  43170.             yield 147 => ($this->privates['SwagMigrationAssistant\\Profile\\Shopware63\\Converter\\Shopware63SalesChannelConverter'] ?? $this->getShopware63SalesChannelConverterService());
  43171.             yield 148 => ($this->privates['SwagMigrationAssistant\\Profile\\Shopware63\\Converter\\Shopware63SalesChannelDomainConverter'] ?? $this->getShopware63SalesChannelDomainConverterService());
  43172.             yield 149 => ($this->privates['SwagMigrationAssistant\\Profile\\Shopware63\\Converter\\Shopware63SalutationConverter'] ?? $this->getShopware63SalutationConverterService());
  43173.             yield 150 => ($this->privates['SwagMigrationAssistant\\Profile\\Shopware63\\Converter\\Shopware63ShippingMethodConverter'] ?? $this->getShopware63ShippingMethodConverterService());
  43174.             yield 151 => ($this->privates['SwagMigrationAssistant\\Profile\\Shopware63\\Converter\\Shopware63CustomerGroupConverter'] ?? $this->getShopware63CustomerGroupConverterService());
  43175.             yield 152 => ($this->privates['SwagMigrationAssistant\\Profile\\Shopware63\\Converter\\Shopware63CustomFieldSetConverter'] ?? $this->getShopware63CustomFieldSetConverterService());
  43176.             yield 153 => ($this->privates['SwagMigrationAssistant\\Profile\\Shopware63\\Converter\\Shopware63NumberRangeConverter'] ?? $this->getShopware63NumberRangeConverterService());
  43177.             yield 154 => ($this->privates['SwagMigrationAssistant\\Profile\\Shopware63\\Converter\\Shopware63SnippetConverter'] ?? $this->getShopware63SnippetConverterService());
  43178.             yield 155 => ($this->privates['SwagMigrationAssistant\\Profile\\Shopware63\\Converter\\Shopware63SnippetSetConverter'] ?? $this->getShopware63SnippetSetConverterService());
  43179.             yield 156 => ($this->privates['SwagMigrationAssistant\\Profile\\Shopware63\\Converter\\Shopware63MailTemplateConverter'] ?? $this->getShopware63MailTemplateConverterService());
  43180.             yield 157 => ($this->privates['SwagMigrationAssistant\\Profile\\Shopware63\\Converter\\Shopware63ProductFeatureSetConverter'] ?? $this->getShopware63ProductFeatureSetConverterService());
  43181.             yield 158 => ($this->privates['SwagMigrationAssistant\\Profile\\Shopware63\\Converter\\Shopware63ProductMainVariantRelationConverter'] ?? $this->getShopware63ProductMainVariantRelationConverterService());
  43182.             yield 159 => ($this->privates['SwagMigrationAssistant\\Profile\\Shopware63\\Converter\\Shopware63MediaConverter'] ?? $this->getShopware63MediaConverterService());
  43183.             yield 160 => ($this->privates['SwagMigrationAssistant\\Profile\\Shopware63\\Converter\\Shopware63SeoUrlTemplateConverter'] ?? $this->getShopware63SeoUrlTemplateConverterService());
  43184.             yield 161 => ($this->privates['SwagMigrationAssistant\\Profile\\Shopware63\\Converter\\Shopware63SeoUrlConverter'] ?? $this->getShopware63SeoUrlConverterService());
  43185.             yield 162 => ($this->privates['SwagMigrationAssistant\\Profile\\Shopware63\\Converter\\Shopware63NewsletterRecipientConverter'] ?? $this->getShopware63NewsletterRecipientConverterService());
  43186.             yield 163 => ($this->privates['SwagMigrationAssistant\\Profile\\Shopware63\\Converter\\Shopware63CustomerConverter'] ?? $this->getShopware63CustomerConverterService());
  43187.             yield 164 => ($this->privates['SwagMigrationAssistant\\Profile\\Shopware63\\Converter\\Shopware63CustomerWishlistConverter'] ?? $this->getShopware63CustomerWishlistConverterService());
  43188.             yield 165 => ($this->privates['SwagMigrationAssistant\\Profile\\Shopware63\\Converter\\Shopware63SystemConfigConverter'] ?? $this->getShopware63SystemConfigConverterService());
  43189.             yield 166 => ($this->privates['SwagMigrationAssistant\\Profile\\Shopware63\\Converter\\Shopware63PageSystemConfigConverter'] ?? $this->getShopware63PageSystemConfigConverterService());
  43190.             yield 167 => ($this->privates['SwagMigrationAssistant\\Profile\\Shopware63\\Converter\\Shopware63ProductSortingConverter'] ?? $this->getShopware63ProductSortingConverterService());
  43191.             yield 168 => ($this->privates['SwagMigrationAssistant\\Profile\\Shopware63\\Converter\\Shopware63CmsPageConverter'] ?? $this->getShopware63CmsPageConverterService());
  43192.             yield 169 => ($this->privates['SwagMigrationAssistant\\Profile\\Shopware63\\Converter\\Shopware63ProductStreamConverter'] ?? $this->getShopware63ProductStreamConverterService());
  43193.             yield 170 => ($this->privates['SwagMigrationAssistant\\Profile\\Shopware63\\Converter\\Shopware63ProductStreamFilterInheritanceConverter'] ?? $this->getShopware63ProductStreamFilterInheritanceConverterService());
  43194.             yield 171 => ($this->privates['SwagMigrationAssistant\\Profile\\Shopware63\\Converter\\Shopware63CrossSellingConverter'] ?? $this->getShopware63CrossSellingConverterService());
  43195.             yield 172 => ($this->privates['SwagMigrationAssistant\\Profile\\Shopware63\\Converter\\Shopware63DocumentConverter'] ?? $this->getShopware63DocumentConverterService());
  43196.             yield 173 => ($this->privates['SwagMigrationAssistant\\Profile\\Shopware63\\Converter\\Shopware63DocumentInheritanceConverter'] ?? $this->getShopware63DocumentInheritanceConverterService());
  43197.             yield 174 => ($this->privates['SwagMigrationAssistant\\Profile\\Shopware63\\Converter\\Shopware63DocumentBaseConfigConverter'] ?? $this->getShopware63DocumentBaseConfigConverterService());
  43198.             yield 175 => ($this->privates['SwagMigrationAssistant\\Profile\\Shopware63\\Converter\\Shopware63PromotionConverter'] ?? $this->getShopware63PromotionConverterService());
  43199.         }, 176));
  43200.     }
  43201.     /**
  43202.      * Gets the private 'SwagMigrationAssistant\Migration\DataSelection\DataSelectionRegistry' shared service.
  43203.      *
  43204.      * @return \SwagMigrationAssistant\Migration\DataSelection\DataSelectionRegistry
  43205.      */
  43206.     protected function getDataSelectionRegistryService()
  43207.     {
  43208.         include_once \dirname(__DIR__4).'/vendor/store.shopware.com/swagmigrationassistant/Migration/DataSelection/DataSelectionRegistryInterface.php';
  43209.         include_once \dirname(__DIR__4).'/vendor/store.shopware.com/swagmigrationassistant/Migration/DataSelection/DataSelectionRegistry.php';
  43210.         return $this->privates['SwagMigrationAssistant\\Migration\\DataSelection\\DataSelectionRegistry'] = new \SwagMigrationAssistant\Migration\DataSelection\DataSelectionRegistry(new RewindableGenerator(function () {
  43211.             yield => ($this->privates['SwagMigrationAssistant\\Profile\\Shopware\\DataSelection\\BasicSettingsDataSelection'] ?? ($this->privates['SwagMigrationAssistant\\Profile\\Shopware\\DataSelection\\BasicSettingsDataSelection'] = new \SwagMigrationAssistant\Profile\Shopware\DataSelection\BasicSettingsDataSelection()));
  43212.             yield => ($this->privates['SwagMigrationAssistant\\Profile\\Shopware\\DataSelection\\ProductDataSelection'] ?? ($this->privates['SwagMigrationAssistant\\Profile\\Shopware\\DataSelection\\ProductDataSelection'] = new \SwagMigrationAssistant\Profile\Shopware\DataSelection\ProductDataSelection()));
  43213.             yield => ($this->privates['SwagMigrationAssistant\\Profile\\Shopware\\DataSelection\\CustomerAndOrderDataSelection'] ?? ($this->privates['SwagMigrationAssistant\\Profile\\Shopware\\DataSelection\\CustomerAndOrderDataSelection'] = new \SwagMigrationAssistant\Profile\Shopware\DataSelection\CustomerAndOrderDataSelection()));
  43214.             yield => ($this->privates['SwagMigrationAssistant\\Profile\\Shopware\\DataSelection\\WishlistDataSelection'] ?? ($this->privates['SwagMigrationAssistant\\Profile\\Shopware\\DataSelection\\WishlistDataSelection'] = new \SwagMigrationAssistant\Profile\Shopware\DataSelection\WishlistDataSelection()));
  43215.             yield => ($this->privates['SwagMigrationAssistant\\Profile\\Shopware\\DataSelection\\MediaDataSelection'] ?? ($this->privates['SwagMigrationAssistant\\Profile\\Shopware\\DataSelection\\MediaDataSelection'] = new \SwagMigrationAssistant\Profile\Shopware\DataSelection\MediaDataSelection()));
  43216.             yield => ($this->privates['SwagMigrationAssistant\\Profile\\Shopware\\DataSelection\\NewsletterRecipientDataSelection'] ?? ($this->privates['SwagMigrationAssistant\\Profile\\Shopware\\DataSelection\\NewsletterRecipientDataSelection'] = new \SwagMigrationAssistant\Profile\Shopware\DataSelection\NewsletterRecipientDataSelection()));
  43217.             yield => ($this->privates['SwagMigrationAssistant\\Profile\\Shopware\\DataSelection\\ProductReviewDataSelection'] ?? ($this->privates['SwagMigrationAssistant\\Profile\\Shopware\\DataSelection\\ProductReviewDataSelection'] = new \SwagMigrationAssistant\Profile\Shopware\DataSelection\ProductReviewDataSelection()));
  43218.             yield => ($this->privates['SwagMigrationAssistant\\Profile\\Shopware\\DataSelection\\SeoUrlDataSelection'] ?? ($this->privates['SwagMigrationAssistant\\Profile\\Shopware\\DataSelection\\SeoUrlDataSelection'] = new \SwagMigrationAssistant\Profile\Shopware\DataSelection\SeoUrlDataSelection()));
  43219.             yield => ($this->privates['SwagMigrationAssistant\\Profile\\Shopware\\DataSelection\\PromotionDataSelection'] ?? ($this->privates['SwagMigrationAssistant\\Profile\\Shopware\\DataSelection\\PromotionDataSelection'] = new \SwagMigrationAssistant\Profile\Shopware\DataSelection\PromotionDataSelection()));
  43220.             yield => ($this->privates['SwagMigrationAssistant\\Profile\\Shopware6\\DataSelection\\ProductDataSelection'] ?? ($this->privates['SwagMigrationAssistant\\Profile\\Shopware6\\DataSelection\\ProductDataSelection'] = new \SwagMigrationAssistant\Profile\Shopware6\DataSelection\ProductDataSelection()));
  43221.             yield 10 => ($this->privates['SwagMigrationAssistant\\Profile\\Shopware6\\DataSelection\\BasicSettingsDataSelection'] ?? ($this->privates['SwagMigrationAssistant\\Profile\\Shopware6\\DataSelection\\BasicSettingsDataSelection'] = new \SwagMigrationAssistant\Profile\Shopware6\DataSelection\BasicSettingsDataSelection()));
  43222.             yield 11 => ($this->privates['SwagMigrationAssistant\\Profile\\Shopware6\\DataSelection\\MediaDataSelection'] ?? ($this->privates['SwagMigrationAssistant\\Profile\\Shopware6\\DataSelection\\MediaDataSelection'] = new \SwagMigrationAssistant\Profile\Shopware6\DataSelection\MediaDataSelection()));
  43223.             yield 12 => ($this->privates['SwagMigrationAssistant\\Profile\\Shopware6\\DataSelection\\NewsletterRecipientDataSelection'] ?? ($this->privates['SwagMigrationAssistant\\Profile\\Shopware6\\DataSelection\\NewsletterRecipientDataSelection'] = new \SwagMigrationAssistant\Profile\Shopware6\DataSelection\NewsletterRecipientDataSelection()));
  43224.             yield 13 => ($this->privates['SwagMigrationAssistant\\Profile\\Shopware6\\DataSelection\\SeoUrlDataSelection'] ?? ($this->privates['SwagMigrationAssistant\\Profile\\Shopware6\\DataSelection\\SeoUrlDataSelection'] = new \SwagMigrationAssistant\Profile\Shopware6\DataSelection\SeoUrlDataSelection()));
  43225.             yield 14 => ($this->privates['SwagMigrationAssistant\\Profile\\Shopware6\\DataSelection\\CustomerAndOrderDataSelection'] ?? ($this->privates['SwagMigrationAssistant\\Profile\\Shopware6\\DataSelection\\CustomerAndOrderDataSelection'] = new \SwagMigrationAssistant\Profile\Shopware6\DataSelection\CustomerAndOrderDataSelection()));
  43226.             yield 15 => ($this->privates['SwagMigrationAssistant\\Profile\\Shopware6\\DataSelection\\WishlistDataSelection'] ?? ($this->privates['SwagMigrationAssistant\\Profile\\Shopware6\\DataSelection\\WishlistDataSelection'] = new \SwagMigrationAssistant\Profile\Shopware6\DataSelection\WishlistDataSelection()));
  43227.             yield 16 => ($this->privates['SwagMigrationAssistant\\Profile\\Shopware6\\DataSelection\\CmsDataSelection'] ?? ($this->privates['SwagMigrationAssistant\\Profile\\Shopware6\\DataSelection\\CmsDataSelection'] = new \SwagMigrationAssistant\Profile\Shopware6\DataSelection\CmsDataSelection()));
  43228.             yield 17 => ($this->privates['SwagMigrationAssistant\\Profile\\Shopware6\\DataSelection\\PromotionDataSelection'] ?? ($this->privates['SwagMigrationAssistant\\Profile\\Shopware6\\DataSelection\\PromotionDataSelection'] = new \SwagMigrationAssistant\Profile\Shopware6\DataSelection\PromotionDataSelection()));
  43229.             yield 18 => ($this->privates['SwagMigrationAssistant\\Profile\\Shopware6\\DataSelection\\ProductReviewDataSelection'] ?? ($this->privates['SwagMigrationAssistant\\Profile\\Shopware6\\DataSelection\\ProductReviewDataSelection'] = new \SwagMigrationAssistant\Profile\Shopware6\DataSelection\ProductReviewDataSelection()));
  43230.         }, 19));
  43231.     }
  43232.     /**
  43233.      * Gets the private 'SwagMigrationAssistant\Migration\DataSelection\DataSet\DataSetRegistry' shared service.
  43234.      *
  43235.      * @return \SwagMigrationAssistant\Migration\DataSelection\DataSet\DataSetRegistry
  43236.      */
  43237.     protected function getDataSetRegistryService()
  43238.     {
  43239.         include_once \dirname(__DIR__4).'/vendor/store.shopware.com/swagmigrationassistant/Migration/DataSelection/DataSet/DataSetRegistryInterface.php';
  43240.         include_once \dirname(__DIR__4).'/vendor/store.shopware.com/swagmigrationassistant/Migration/DataSelection/DataSet/DataSetRegistry.php';
  43241.         return $this->privates['SwagMigrationAssistant\\Migration\\DataSelection\\DataSet\\DataSetRegistry'] = new \SwagMigrationAssistant\Migration\DataSelection\DataSet\DataSetRegistry(new RewindableGenerator(function () {
  43242.             yield => ($this->privates['SwagMigrationAssistant\\Profile\\Shopware\\DataSelection\\DataSet\\ProductAttributeDataSet'] ?? ($this->privates['SwagMigrationAssistant\\Profile\\Shopware\\DataSelection\\DataSet\\ProductAttributeDataSet'] = new \SwagMigrationAssistant\Profile\Shopware\DataSelection\DataSet\ProductAttributeDataSet()));
  43243.             yield => ($this->privates['SwagMigrationAssistant\\Profile\\Shopware\\DataSelection\\DataSet\\ProductPriceAttributeDataSet'] ?? ($this->privates['SwagMigrationAssistant\\Profile\\Shopware\\DataSelection\\DataSet\\ProductPriceAttributeDataSet'] = new \SwagMigrationAssistant\Profile\Shopware\DataSelection\DataSet\ProductPriceAttributeDataSet()));
  43244.             yield => ($this->privates['SwagMigrationAssistant\\Profile\\Shopware\\DataSelection\\DataSet\\ManufacturerAttributeDataSet'] ?? ($this->privates['SwagMigrationAssistant\\Profile\\Shopware\\DataSelection\\DataSet\\ManufacturerAttributeDataSet'] = new \SwagMigrationAssistant\Profile\Shopware\DataSelection\DataSet\ManufacturerAttributeDataSet()));
  43245.             yield => ($this->privates['SwagMigrationAssistant\\Profile\\Shopware\\DataSelection\\DataSet\\ProductDataSet'] ?? ($this->privates['SwagMigrationAssistant\\Profile\\Shopware\\DataSelection\\DataSet\\ProductDataSet'] = new \SwagMigrationAssistant\Profile\Shopware\DataSelection\DataSet\ProductDataSet()));
  43246.             yield => ($this->privates['SwagMigrationAssistant\\Profile\\Shopware\\DataSelection\\DataSet\\ProductOptionRelationDataSet'] ?? ($this->privates['SwagMigrationAssistant\\Profile\\Shopware\\DataSelection\\DataSet\\ProductOptionRelationDataSet'] = new \SwagMigrationAssistant\Profile\Shopware\DataSelection\DataSet\ProductOptionRelationDataSet()));
  43247.             yield => ($this->privates['SwagMigrationAssistant\\Profile\\Shopware\\DataSelection\\DataSet\\ProductPropertyRelationDataSet'] ?? ($this->privates['SwagMigrationAssistant\\Profile\\Shopware\\DataSelection\\DataSet\\ProductPropertyRelationDataSet'] = new \SwagMigrationAssistant\Profile\Shopware\DataSelection\DataSet\ProductPropertyRelationDataSet()));
  43248.             yield => ($this->privates['SwagMigrationAssistant\\Profile\\Shopware\\DataSelection\\DataSet\\CustomerAttributeDataSet'] ?? ($this->privates['SwagMigrationAssistant\\Profile\\Shopware\\DataSelection\\DataSet\\CustomerAttributeDataSet'] = new \SwagMigrationAssistant\Profile\Shopware\DataSelection\DataSet\CustomerAttributeDataSet()));
  43249.             yield => ($this->privates['SwagMigrationAssistant\\Profile\\Shopware\\DataSelection\\DataSet\\CustomerDataSet'] ?? ($this->privates['SwagMigrationAssistant\\Profile\\Shopware\\DataSelection\\DataSet\\CustomerDataSet'] = new \SwagMigrationAssistant\Profile\Shopware\DataSelection\DataSet\CustomerDataSet()));
  43250.             yield => ($this->privates['SwagMigrationAssistant\\Profile\\Shopware\\DataSelection\\DataSet\\OrderAttributeDataSet'] ?? ($this->privates['SwagMigrationAssistant\\Profile\\Shopware\\DataSelection\\DataSet\\OrderAttributeDataSet'] = new \SwagMigrationAssistant\Profile\Shopware\DataSelection\DataSet\OrderAttributeDataSet()));
  43251.             yield => ($this->privates['SwagMigrationAssistant\\Profile\\Shopware\\DataSelection\\DataSet\\OrderDataSet'] ?? ($this->privates['SwagMigrationAssistant\\Profile\\Shopware\\DataSelection\\DataSet\\OrderDataSet'] = new \SwagMigrationAssistant\Profile\Shopware\DataSelection\DataSet\OrderDataSet()));
  43252.             yield 10 => ($this->privates['SwagMigrationAssistant\\Profile\\Shopware\\DataSelection\\DataSet\\CategoryAttributeDataSet'] ?? ($this->privates['SwagMigrationAssistant\\Profile\\Shopware\\DataSelection\\DataSet\\CategoryAttributeDataSet'] = new \SwagMigrationAssistant\Profile\Shopware\DataSelection\DataSet\CategoryAttributeDataSet()));
  43253.             yield 11 => ($this->privates['SwagMigrationAssistant\\Profile\\Shopware\\DataSelection\\DataSet\\CategoryDataSet'] ?? ($this->privates['SwagMigrationAssistant\\Profile\\Shopware\\DataSelection\\DataSet\\CategoryDataSet'] = new \SwagMigrationAssistant\Profile\Shopware\DataSelection\DataSet\CategoryDataSet()));
  43254.             yield 12 => ($this->privates['SwagMigrationAssistant\\Profile\\Shopware\\DataSelection\\DataSet\\CustomerGroupAttributeDataSet'] ?? ($this->privates['SwagMigrationAssistant\\Profile\\Shopware\\DataSelection\\DataSet\\CustomerGroupAttributeDataSet'] = new \SwagMigrationAssistant\Profile\Shopware\DataSelection\DataSet\CustomerGroupAttributeDataSet()));
  43255.             yield 13 => ($this->privates['SwagMigrationAssistant\\Profile\\Shopware\\DataSelection\\DataSet\\CustomerGroupDataSet'] ?? ($this->privates['SwagMigrationAssistant\\Profile\\Shopware\\DataSelection\\DataSet\\CustomerGroupDataSet'] = new \SwagMigrationAssistant\Profile\Shopware\DataSelection\DataSet\CustomerGroupDataSet()));
  43256.             yield 14 => ($this->privates['SwagMigrationAssistant\\Profile\\Shopware\\DataSelection\\DataSet\\CustomerWishlistDataSet'] ?? ($this->privates['SwagMigrationAssistant\\Profile\\Shopware\\DataSelection\\DataSet\\CustomerWishlistDataSet'] = new \SwagMigrationAssistant\Profile\Shopware\DataSelection\DataSet\CustomerWishlistDataSet()));
  43257.             yield 15 => ($this->privates['SwagMigrationAssistant\\Profile\\Shopware\\DataSelection\\DataSet\\MediaFolderDataSet'] ?? ($this->privates['SwagMigrationAssistant\\Profile\\Shopware\\DataSelection\\DataSet\\MediaFolderDataSet'] = new \SwagMigrationAssistant\Profile\Shopware\DataSelection\DataSet\MediaFolderDataSet()));
  43258.             yield 16 => ($this->privates['SwagMigrationAssistant\\Profile\\Shopware\\DataSelection\\DataSet\\MediaDataSet'] ?? ($this->privates['SwagMigrationAssistant\\Profile\\Shopware\\DataSelection\\DataSet\\MediaDataSet'] = new \SwagMigrationAssistant\Profile\Shopware\DataSelection\DataSet\MediaDataSet()));
  43259.             yield 17 => ($this->privates['SwagMigrationAssistant\\Profile\\Shopware\\DataSelection\\DataSet\\NumberRangeDataSet'] ?? ($this->privates['SwagMigrationAssistant\\Profile\\Shopware\\DataSelection\\DataSet\\NumberRangeDataSet'] = new \SwagMigrationAssistant\Profile\Shopware\DataSelection\DataSet\NumberRangeDataSet()));
  43260.             yield 18 => ($this->privates['SwagMigrationAssistant\\Profile\\Shopware\\DataSelection\\DataSet\\TranslationDataSet'] ?? ($this->privates['SwagMigrationAssistant\\Profile\\Shopware\\DataSelection\\DataSet\\TranslationDataSet'] = new \SwagMigrationAssistant\Profile\Shopware\DataSelection\DataSet\TranslationDataSet()));
  43261.             yield 19 => ($this->privates['SwagMigrationAssistant\\Profile\\Shopware\\DataSelection\\DataSet\\PropertyGroupOptionDataSet'] ?? ($this->privates['SwagMigrationAssistant\\Profile\\Shopware\\DataSelection\\DataSet\\PropertyGroupOptionDataSet'] = new \SwagMigrationAssistant\Profile\Shopware\DataSelection\DataSet\PropertyGroupOptionDataSet()));
  43262.             yield 20 => ($this->privates['SwagMigrationAssistant\\Profile\\Shopware\\DataSelection\\DataSet\\NewsletterRecipientDataSet'] ?? ($this->privates['SwagMigrationAssistant\\Profile\\Shopware\\DataSelection\\DataSet\\NewsletterRecipientDataSet'] = new \SwagMigrationAssistant\Profile\Shopware\DataSelection\DataSet\NewsletterRecipientDataSet()));
  43263.             yield 21 => ($this->privates['SwagMigrationAssistant\\Profile\\Shopware\\DataSelection\\DataSet\\LanguageDataSet'] ?? ($this->privates['SwagMigrationAssistant\\Profile\\Shopware\\DataSelection\\DataSet\\LanguageDataSet'] = new \SwagMigrationAssistant\Profile\Shopware\DataSelection\DataSet\LanguageDataSet()));
  43264.             yield 22 => ($this->privates['SwagMigrationAssistant\\Profile\\Shopware\\DataSelection\\DataSet\\CurrencyDataSet'] ?? ($this->privates['SwagMigrationAssistant\\Profile\\Shopware\\DataSelection\\DataSet\\CurrencyDataSet'] = new \SwagMigrationAssistant\Profile\Shopware\DataSelection\DataSet\CurrencyDataSet()));
  43265.             yield 23 => ($this->privates['SwagMigrationAssistant\\Profile\\Shopware\\DataSelection\\DataSet\\SalesChannelDataSet'] ?? ($this->privates['SwagMigrationAssistant\\Profile\\Shopware\\DataSelection\\DataSet\\SalesChannelDataSet'] = new \SwagMigrationAssistant\Profile\Shopware\DataSelection\DataSet\SalesChannelDataSet()));
  43266.             yield 24 => ($this->privates['SwagMigrationAssistant\\Profile\\Shopware\\DataSelection\\DataSet\\OrderDocumentAttributeDataSet'] ?? ($this->privates['SwagMigrationAssistant\\Profile\\Shopware\\DataSelection\\DataSet\\OrderDocumentAttributeDataSet'] = new \SwagMigrationAssistant\Profile\Shopware\DataSelection\DataSet\OrderDocumentAttributeDataSet()));
  43267.             yield 25 => ($this->privates['SwagMigrationAssistant\\Profile\\Shopware\\DataSelection\\DataSet\\OrderDocumentDataSet'] ?? ($this->privates['SwagMigrationAssistant\\Profile\\Shopware\\DataSelection\\DataSet\\OrderDocumentDataSet'] = new \SwagMigrationAssistant\Profile\Shopware\DataSelection\DataSet\OrderDocumentDataSet()));
  43268.             yield 26 => ($this->privates['SwagMigrationAssistant\\Profile\\Shopware\\DataSelection\\DataSet\\ShippingMethodDataSet'] ?? ($this->privates['SwagMigrationAssistant\\Profile\\Shopware\\DataSelection\\DataSet\\ShippingMethodDataSet'] = new \SwagMigrationAssistant\Profile\Shopware\DataSelection\DataSet\ShippingMethodDataSet()));
  43269.             yield 27 => ($this->privates['SwagMigrationAssistant\\Profile\\Shopware\\DataSelection\\DataSet\\ProductReviewDataSet'] ?? ($this->privates['SwagMigrationAssistant\\Profile\\Shopware\\DataSelection\\DataSet\\ProductReviewDataSet'] = new \SwagMigrationAssistant\Profile\Shopware\DataSelection\DataSet\ProductReviewDataSet()));
  43270.             yield 28 => ($this->privates['SwagMigrationAssistant\\Profile\\Shopware\\DataSelection\\DataSet\\SeoUrlDataSet'] ?? ($this->privates['SwagMigrationAssistant\\Profile\\Shopware\\DataSelection\\DataSet\\SeoUrlDataSet'] = new \SwagMigrationAssistant\Profile\Shopware\DataSelection\DataSet\SeoUrlDataSet()));
  43271.             yield 29 => ($this->privates['SwagMigrationAssistant\\Profile\\Shopware\\DataSelection\\DataSet\\CrossSellingDataSet'] ?? ($this->privates['SwagMigrationAssistant\\Profile\\Shopware\\DataSelection\\DataSet\\CrossSellingDataSet'] = new \SwagMigrationAssistant\Profile\Shopware\DataSelection\DataSet\CrossSellingDataSet()));
  43272.             yield 30 => ($this->privates['SwagMigrationAssistant\\Profile\\Shopware\\DataSelection\\DataSet\\MainVariantRelationDataSet'] ?? ($this->privates['SwagMigrationAssistant\\Profile\\Shopware\\DataSelection\\DataSet\\MainVariantRelationDataSet'] = new \SwagMigrationAssistant\Profile\Shopware\DataSelection\DataSet\MainVariantRelationDataSet()));
  43273.             yield 31 => ($this->privates['SwagMigrationAssistant\\Profile\\Shopware\\DataSelection\\DataSet\\PromotionDataSet'] ?? ($this->privates['SwagMigrationAssistant\\Profile\\Shopware\\DataSelection\\DataSet\\PromotionDataSet'] = new \SwagMigrationAssistant\Profile\Shopware\DataSelection\DataSet\PromotionDataSet()));
  43274.             yield 32 => ($this->privates['SwagMigrationAssistant\\Profile\\Shopware6\\DataSelection\\DataSet\\ProductManufacturerDataSet'] ?? ($this->privates['SwagMigrationAssistant\\Profile\\Shopware6\\DataSelection\\DataSet\\ProductManufacturerDataSet'] = new \SwagMigrationAssistant\Profile\Shopware6\DataSelection\DataSet\ProductManufacturerDataSet()));
  43275.             yield 33 => ($this->privates['SwagMigrationAssistant\\Profile\\Shopware6\\DataSelection\\DataSet\\LanguageDataSet'] ?? ($this->privates['SwagMigrationAssistant\\Profile\\Shopware6\\DataSelection\\DataSet\\LanguageDataSet'] = new \SwagMigrationAssistant\Profile\Shopware6\DataSelection\DataSet\LanguageDataSet()));
  43276.             yield 34 => ($this->privates['SwagMigrationAssistant\\Profile\\Shopware6\\DataSelection\\DataSet\\CategoryDataSet'] ?? ($this->privates['SwagMigrationAssistant\\Profile\\Shopware6\\DataSelection\\DataSet\\CategoryDataSet'] = new \SwagMigrationAssistant\Profile\Shopware6\DataSelection\DataSet\CategoryDataSet()));
  43277.             yield 35 => ($this->privates['SwagMigrationAssistant\\Profile\\Shopware6\\DataSelection\\DataSet\\CategoryAssociationDataSet'] ?? ($this->privates['SwagMigrationAssistant\\Profile\\Shopware6\\DataSelection\\DataSet\\CategoryAssociationDataSet'] = new \SwagMigrationAssistant\Profile\Shopware6\DataSelection\DataSet\CategoryAssociationDataSet()));
  43278.             yield 36 => ($this->privates['SwagMigrationAssistant\\Profile\\Shopware6\\DataSelection\\DataSet\\CategoryCmsPageAssociationDataSet'] ?? ($this->privates['SwagMigrationAssistant\\Profile\\Shopware6\\DataSelection\\DataSet\\CategoryCmsPageAssociationDataSet'] = new \SwagMigrationAssistant\Profile\Shopware6\DataSelection\DataSet\CategoryCmsPageAssociationDataSet()));
  43279.             yield 37 => ($this->privates['SwagMigrationAssistant\\Profile\\Shopware6\\DataSelection\\DataSet\\CurrencyDataSet'] ?? ($this->privates['SwagMigrationAssistant\\Profile\\Shopware6\\DataSelection\\DataSet\\CurrencyDataSet'] = new \SwagMigrationAssistant\Profile\Shopware6\DataSelection\DataSet\CurrencyDataSet()));
  43280.             yield 38 => ($this->privates['SwagMigrationAssistant\\Profile\\Shopware6\\DataSelection\\DataSet\\DeliveryTimeDataSet'] ?? ($this->privates['SwagMigrationAssistant\\Profile\\Shopware6\\DataSelection\\DataSet\\DeliveryTimeDataSet'] = new \SwagMigrationAssistant\Profile\Shopware6\DataSelection\DataSet\DeliveryTimeDataSet()));
  43281.             yield 39 => ($this->privates['SwagMigrationAssistant\\Profile\\Shopware6\\DataSelection\\DataSet\\ProductDataSet'] ?? ($this->privates['SwagMigrationAssistant\\Profile\\Shopware6\\DataSelection\\DataSet\\ProductDataSet'] = new \SwagMigrationAssistant\Profile\Shopware6\DataSelection\DataSet\ProductDataSet()));
  43282.             yield 40 => ($this->privates['SwagMigrationAssistant\\Profile\\Shopware6\\DataSelection\\DataSet\\ProductMainVariantRelationDataSet'] ?? ($this->privates['SwagMigrationAssistant\\Profile\\Shopware6\\DataSelection\\DataSet\\ProductMainVariantRelationDataSet'] = new \SwagMigrationAssistant\Profile\Shopware6\DataSelection\DataSet\ProductMainVariantRelationDataSet()));
  43283.             yield 41 => ($this->privates['SwagMigrationAssistant\\Profile\\Shopware6\\DataSelection\\DataSet\\OrderDataSet'] ?? ($this->privates['SwagMigrationAssistant\\Profile\\Shopware6\\DataSelection\\DataSet\\OrderDataSet'] = new \SwagMigrationAssistant\Profile\Shopware6\DataSelection\DataSet\OrderDataSet()));
  43284.             yield 42 => ($this->privates['SwagMigrationAssistant\\Profile\\Shopware6\\DataSelection\\DataSet\\PropertyGroupDataSet'] ?? ($this->privates['SwagMigrationAssistant\\Profile\\Shopware6\\DataSelection\\DataSet\\PropertyGroupDataSet'] = new \SwagMigrationAssistant\Profile\Shopware6\DataSelection\DataSet\PropertyGroupDataSet()));
  43285.             yield 43 => ($this->privates['SwagMigrationAssistant\\Profile\\Shopware6\\DataSelection\\DataSet\\TaxDataSet'] ?? ($this->privates['SwagMigrationAssistant\\Profile\\Shopware6\\DataSelection\\DataSet\\TaxDataSet'] = new \SwagMigrationAssistant\Profile\Shopware6\DataSelection\DataSet\TaxDataSet()));
  43286.             yield 44 => ($this->privates['SwagMigrationAssistant\\Profile\\Shopware6\\DataSelection\\DataSet\\TaxRuleDataSet'] ?? ($this->privates['SwagMigrationAssistant\\Profile\\Shopware6\\DataSelection\\DataSet\\TaxRuleDataSet'] = new \SwagMigrationAssistant\Profile\Shopware6\DataSelection\DataSet\TaxRuleDataSet()));
  43287.             yield 45 => ($this->privates['SwagMigrationAssistant\\Profile\\Shopware6\\DataSelection\\DataSet\\UnitDataSet'] ?? ($this->privates['SwagMigrationAssistant\\Profile\\Shopware6\\DataSelection\\DataSet\\UnitDataSet'] = new \SwagMigrationAssistant\Profile\Shopware6\DataSelection\DataSet\UnitDataSet()));
  43288.             yield 46 => ($this->privates['SwagMigrationAssistant\\Profile\\Shopware6\\DataSelection\\DataSet\\RuleDataSet'] ?? ($this->privates['SwagMigrationAssistant\\Profile\\Shopware6\\DataSelection\\DataSet\\RuleDataSet'] = new \SwagMigrationAssistant\Profile\Shopware6\DataSelection\DataSet\RuleDataSet()));
  43289.             yield 47 => ($this->privates['SwagMigrationAssistant\\Profile\\Shopware6\\DataSelection\\DataSet\\CountryDataSet'] ?? ($this->privates['SwagMigrationAssistant\\Profile\\Shopware6\\DataSelection\\DataSet\\CountryDataSet'] = new \SwagMigrationAssistant\Profile\Shopware6\DataSelection\DataSet\CountryDataSet()));
  43290.             yield 48 => ($this->privates['SwagMigrationAssistant\\Profile\\Shopware6\\DataSelection\\DataSet\\CountryStateDataSet'] ?? ($this->privates['SwagMigrationAssistant\\Profile\\Shopware6\\DataSelection\\DataSet\\CountryStateDataSet'] = new \SwagMigrationAssistant\Profile\Shopware6\DataSelection\DataSet\CountryStateDataSet()));
  43291.             yield 49 => ($this->privates['SwagMigrationAssistant\\Profile\\Shopware6\\DataSelection\\DataSet\\CustomerGroupDataSet'] ?? ($this->privates['SwagMigrationAssistant\\Profile\\Shopware6\\DataSelection\\DataSet\\CustomerGroupDataSet'] = new \SwagMigrationAssistant\Profile\Shopware6\DataSelection\DataSet\CustomerGroupDataSet()));
  43292.             yield 50 => ($this->privates['SwagMigrationAssistant\\Profile\\Shopware6\\DataSelection\\DataSet\\CustomFieldSetDataSet'] ?? ($this->privates['SwagMigrationAssistant\\Profile\\Shopware6\\DataSelection\\DataSet\\CustomFieldSetDataSet'] = new \SwagMigrationAssistant\Profile\Shopware6\DataSelection\DataSet\CustomFieldSetDataSet()));
  43293.             yield 51 => ($this->privates['SwagMigrationAssistant\\Profile\\Shopware6\\DataSelection\\DataSet\\MediaFolderDataSet'] ?? ($this->privates['SwagMigrationAssistant\\Profile\\Shopware6\\DataSelection\\DataSet\\MediaFolderDataSet'] = new \SwagMigrationAssistant\Profile\Shopware6\DataSelection\DataSet\MediaFolderDataSet()));
  43294.             yield 52 => ($this->privates['SwagMigrationAssistant\\Profile\\Shopware6\\DataSelection\\DataSet\\MediaFolderInheritanceDataSet'] ?? ($this->privates['SwagMigrationAssistant\\Profile\\Shopware6\\DataSelection\\DataSet\\MediaFolderInheritanceDataSet'] = new \SwagMigrationAssistant\Profile\Shopware6\DataSelection\DataSet\MediaFolderInheritanceDataSet()));
  43295.             yield 53 => ($this->privates['SwagMigrationAssistant\\Profile\\Shopware6\\DataSelection\\DataSet\\NumberRangeDataSet'] ?? ($this->privates['SwagMigrationAssistant\\Profile\\Shopware6\\DataSelection\\DataSet\\NumberRangeDataSet'] = new \SwagMigrationAssistant\Profile\Shopware6\DataSelection\DataSet\NumberRangeDataSet()));
  43296.             yield 54 => ($this->privates['SwagMigrationAssistant\\Profile\\Shopware6\\DataSelection\\DataSet\\SalutationDataSet'] ?? ($this->privates['SwagMigrationAssistant\\Profile\\Shopware6\\DataSelection\\DataSet\\SalutationDataSet'] = new \SwagMigrationAssistant\Profile\Shopware6\DataSelection\DataSet\SalutationDataSet()));
  43297.             yield 55 => ($this->privates['SwagMigrationAssistant\\Profile\\Shopware6\\DataSelection\\DataSet\\SalesChannelDataSet'] ?? ($this->privates['SwagMigrationAssistant\\Profile\\Shopware6\\DataSelection\\DataSet\\SalesChannelDataSet'] = new \SwagMigrationAssistant\Profile\Shopware6\DataSelection\DataSet\SalesChannelDataSet()));
  43298.             yield 56 => ($this->privates['SwagMigrationAssistant\\Profile\\Shopware6\\DataSelection\\DataSet\\SalesChannelDomainDataSet'] ?? ($this->privates['SwagMigrationAssistant\\Profile\\Shopware6\\DataSelection\\DataSet\\SalesChannelDomainDataSet'] = new \SwagMigrationAssistant\Profile\Shopware6\DataSelection\DataSet\SalesChannelDomainDataSet()));
  43299.             yield 57 => ($this->privates['SwagMigrationAssistant\\Profile\\Shopware6\\DataSelection\\DataSet\\ShippingMethodDataSet'] ?? ($this->privates['SwagMigrationAssistant\\Profile\\Shopware6\\DataSelection\\DataSet\\ShippingMethodDataSet'] = new \SwagMigrationAssistant\Profile\Shopware6\DataSelection\DataSet\ShippingMethodDataSet()));
  43300.             yield 58 => ($this->privates['SwagMigrationAssistant\\Profile\\Shopware6\\DataSelection\\DataSet\\SnippetDataSet'] ?? ($this->privates['SwagMigrationAssistant\\Profile\\Shopware6\\DataSelection\\DataSet\\SnippetDataSet'] = new \SwagMigrationAssistant\Profile\Shopware6\DataSelection\DataSet\SnippetDataSet()));
  43301.             yield 59 => ($this->privates['SwagMigrationAssistant\\Profile\\Shopware6\\DataSelection\\DataSet\\SnippetSetDataSet'] ?? ($this->privates['SwagMigrationAssistant\\Profile\\Shopware6\\DataSelection\\DataSet\\SnippetSetDataSet'] = new \SwagMigrationAssistant\Profile\Shopware6\DataSelection\DataSet\SnippetSetDataSet()));
  43302.             yield 60 => ($this->privates['SwagMigrationAssistant\\Profile\\Shopware6\\DataSelection\\DataSet\\MailTemplateDataSet'] ?? ($this->privates['SwagMigrationAssistant\\Profile\\Shopware6\\DataSelection\\DataSet\\MailTemplateDataSet'] = new \SwagMigrationAssistant\Profile\Shopware6\DataSelection\DataSet\MailTemplateDataSet()));
  43303.             yield 61 => ($this->privates['SwagMigrationAssistant\\Profile\\Shopware6\\DataSelection\\DataSet\\SystemConfigDataSet'] ?? ($this->privates['SwagMigrationAssistant\\Profile\\Shopware6\\DataSelection\\DataSet\\SystemConfigDataSet'] = new \SwagMigrationAssistant\Profile\Shopware6\DataSelection\DataSet\SystemConfigDataSet()));
  43304.             yield 62 => ($this->privates['SwagMigrationAssistant\\Profile\\Shopware6\\DataSelection\\DataSet\\ProductFeatureSetDataSet'] ?? ($this->privates['SwagMigrationAssistant\\Profile\\Shopware6\\DataSelection\\DataSet\\ProductFeatureSetDataSet'] = new \SwagMigrationAssistant\Profile\Shopware6\DataSelection\DataSet\ProductFeatureSetDataSet()));
  43305.             yield 63 => ($this->privates['SwagMigrationAssistant\\Profile\\Shopware6\\DataSelection\\DataSet\\CustomerDataSet'] ?? ($this->privates['SwagMigrationAssistant\\Profile\\Shopware6\\DataSelection\\DataSet\\CustomerDataSet'] = new \SwagMigrationAssistant\Profile\Shopware6\DataSelection\DataSet\CustomerDataSet()));
  43306.             yield 64 => ($this->privates['SwagMigrationAssistant\\Profile\\Shopware6\\DataSelection\\DataSet\\CustomerWishlistDataSet'] ?? ($this->privates['SwagMigrationAssistant\\Profile\\Shopware6\\DataSelection\\DataSet\\CustomerWishlistDataSet'] = new \SwagMigrationAssistant\Profile\Shopware6\DataSelection\DataSet\CustomerWishlistDataSet()));
  43307.             yield 65 => ($this->privates['SwagMigrationAssistant\\Profile\\Shopware6\\DataSelection\\DataSet\\MediaDataSet'] ?? ($this->privates['SwagMigrationAssistant\\Profile\\Shopware6\\DataSelection\\DataSet\\MediaDataSet'] = new \SwagMigrationAssistant\Profile\Shopware6\DataSelection\DataSet\MediaDataSet()));
  43308.             yield 66 => ($this->privates['SwagMigrationAssistant\\Profile\\Shopware6\\DataSelection\\DataSet\\SeoUrlTemplateDataSet'] ?? ($this->privates['SwagMigrationAssistant\\Profile\\Shopware6\\DataSelection\\DataSet\\SeoUrlTemplateDataSet'] = new \SwagMigrationAssistant\Profile\Shopware6\DataSelection\DataSet\SeoUrlTemplateDataSet()));
  43309.             yield 67 => ($this->privates['SwagMigrationAssistant\\Profile\\Shopware6\\DataSelection\\DataSet\\SeoUrlDataSet'] ?? ($this->privates['SwagMigrationAssistant\\Profile\\Shopware6\\DataSelection\\DataSet\\SeoUrlDataSet'] = new \SwagMigrationAssistant\Profile\Shopware6\DataSelection\DataSet\SeoUrlDataSet()));
  43310.             yield 68 => ($this->privates['SwagMigrationAssistant\\Profile\\Shopware6\\DataSelection\\DataSet\\NewsletterRecipientDataSet'] ?? ($this->privates['SwagMigrationAssistant\\Profile\\Shopware6\\DataSelection\\DataSet\\NewsletterRecipientDataSet'] = new \SwagMigrationAssistant\Profile\Shopware6\DataSelection\DataSet\NewsletterRecipientDataSet()));
  43311.             yield 69 => ($this->privates['SwagMigrationAssistant\\Profile\\Shopware6\\DataSelection\\DataSet\\CmsPageDataSet'] ?? ($this->privates['SwagMigrationAssistant\\Profile\\Shopware6\\DataSelection\\DataSet\\CmsPageDataSet'] = new \SwagMigrationAssistant\Profile\Shopware6\DataSelection\DataSet\CmsPageDataSet()));
  43312.             yield 70 => ($this->privates['SwagMigrationAssistant\\Profile\\Shopware6\\DataSelection\\DataSet\\ProductStreamDataSet'] ?? ($this->privates['SwagMigrationAssistant\\Profile\\Shopware6\\DataSelection\\DataSet\\ProductStreamDataSet'] = new \SwagMigrationAssistant\Profile\Shopware6\DataSelection\DataSet\ProductStreamDataSet()));
  43313.             yield 71 => ($this->privates['SwagMigrationAssistant\\Profile\\Shopware6\\DataSelection\\DataSet\\ProductStreamFilterInheritanceDataSet'] ?? ($this->privates['SwagMigrationAssistant\\Profile\\Shopware6\\DataSelection\\DataSet\\ProductStreamFilterInheritanceDataSet'] = new \SwagMigrationAssistant\Profile\Shopware6\DataSelection\DataSet\ProductStreamFilterInheritanceDataSet()));
  43314.             yield 72 => ($this->privates['SwagMigrationAssistant\\Profile\\Shopware6\\DataSelection\\DataSet\\CrossSellingDataSet'] ?? ($this->privates['SwagMigrationAssistant\\Profile\\Shopware6\\DataSelection\\DataSet\\CrossSellingDataSet'] = new \SwagMigrationAssistant\Profile\Shopware6\DataSelection\DataSet\CrossSellingDataSet()));
  43315.             yield 73 => ($this->privates['SwagMigrationAssistant\\Profile\\Shopware6\\DataSelection\\DataSet\\PageSystemConfigDataSet'] ?? ($this->privates['SwagMigrationAssistant\\Profile\\Shopware6\\DataSelection\\DataSet\\PageSystemConfigDataSet'] = new \SwagMigrationAssistant\Profile\Shopware6\DataSelection\DataSet\PageSystemConfigDataSet()));
  43316.             yield 74 => ($this->privates['SwagMigrationAssistant\\Profile\\Shopware6\\DataSelection\\DataSet\\PromotionDataSet'] ?? ($this->privates['SwagMigrationAssistant\\Profile\\Shopware6\\DataSelection\\DataSet\\PromotionDataSet'] = new \SwagMigrationAssistant\Profile\Shopware6\DataSelection\DataSet\PromotionDataSet()));
  43317.             yield 75 => ($this->privates['SwagMigrationAssistant\\Profile\\Shopware6\\DataSelection\\DataSet\\ProductSortingDataSet'] ?? ($this->privates['SwagMigrationAssistant\\Profile\\Shopware6\\DataSelection\\DataSet\\ProductSortingDataSet'] = new \SwagMigrationAssistant\Profile\Shopware6\DataSelection\DataSet\ProductSortingDataSet()));
  43318.             yield 76 => ($this->privates['SwagMigrationAssistant\\Profile\\Shopware6\\DataSelection\\DataSet\\ProductReviewDataSet'] ?? ($this->privates['SwagMigrationAssistant\\Profile\\Shopware6\\DataSelection\\DataSet\\ProductReviewDataSet'] = new \SwagMigrationAssistant\Profile\Shopware6\DataSelection\DataSet\ProductReviewDataSet()));
  43319.             yield 77 => ($this->privates['SwagMigrationAssistant\\Profile\\Shopware6\\DataSelection\\DataSet\\DocumentDataSet'] ?? ($this->privates['SwagMigrationAssistant\\Profile\\Shopware6\\DataSelection\\DataSet\\DocumentDataSet'] = new \SwagMigrationAssistant\Profile\Shopware6\DataSelection\DataSet\DocumentDataSet()));
  43320.             yield 78 => ($this->privates['SwagMigrationAssistant\\Profile\\Shopware6\\DataSelection\\DataSet\\DocumentInheritanceDataSet'] ?? ($this->privates['SwagMigrationAssistant\\Profile\\Shopware6\\DataSelection\\DataSet\\DocumentInheritanceDataSet'] = new \SwagMigrationAssistant\Profile\Shopware6\DataSelection\DataSet\DocumentInheritanceDataSet()));
  43321.             yield 79 => ($this->privates['SwagMigrationAssistant\\Profile\\Shopware6\\DataSelection\\DataSet\\DocumentBaseConfigDataSet'] ?? ($this->privates['SwagMigrationAssistant\\Profile\\Shopware6\\DataSelection\\DataSet\\DocumentBaseConfigDataSet'] = new \SwagMigrationAssistant\Profile\Shopware6\DataSelection\DataSet\DocumentBaseConfigDataSet()));
  43322.             yield 80 => ($this->privates['SwagMigrationAssistant\\Profile\\Shopware6\\DataSelection\\DataSet\\OrderDocumentGeneratedDataSet'] ?? ($this->privates['SwagMigrationAssistant\\Profile\\Shopware6\\DataSelection\\DataSet\\OrderDocumentGeneratedDataSet'] = new \SwagMigrationAssistant\Profile\Shopware6\DataSelection\DataSet\OrderDocumentGeneratedDataSet()));
  43323.         }, 81));
  43324.     }
  43325.     /**
  43326.      * Gets the private 'SwagMigrationAssistant\Migration\Gateway\GatewayRegistry' shared service.
  43327.      *
  43328.      * @return \SwagMigrationAssistant\Migration\Gateway\GatewayRegistry
  43329.      */
  43330.     protected function getGatewayRegistryService()
  43331.     {
  43332.         include_once \dirname(__DIR__4).'/vendor/store.shopware.com/swagmigrationassistant/Migration/Gateway/GatewayRegistryInterface.php';
  43333.         include_once \dirname(__DIR__4).'/vendor/store.shopware.com/swagmigrationassistant/Migration/Gateway/GatewayRegistry.php';
  43334.         return $this->privates['SwagMigrationAssistant\\Migration\\Gateway\\GatewayRegistry'] = new \SwagMigrationAssistant\Migration\Gateway\GatewayRegistry(new RewindableGenerator(function () {
  43335.             yield => ($this->privates['SwagMigrationAssistant\\Profile\\Shopware\\Gateway\\Local\\ShopwareLocalGateway'] ?? $this->getShopwareLocalGatewayService());
  43336.             yield => ($this->privates['SwagMigrationAssistant\\Profile\\Shopware\\Gateway\\Api\\ShopwareApiGateway'] ?? $this->getShopwareApiGatewayService());
  43337.             yield => ($this->privates['SwagMigrationAssistant\\Profile\\Shopware6\\Gateway\\Api\\Shopware6ApiGateway'] ?? $this->getShopware6ApiGatewayService());
  43338.         }, 3));
  43339.     }
  43340.     /**
  43341.      * Gets the private 'SwagMigrationAssistant\Migration\Gateway\Reader\ReaderRegistry' shared service.
  43342.      *
  43343.      * @return \SwagMigrationAssistant\Migration\Gateway\Reader\ReaderRegistry
  43344.      */
  43345.     protected function getReaderRegistryService()
  43346.     {
  43347.         include_once \dirname(__DIR__4).'/vendor/store.shopware.com/swagmigrationassistant/Migration/Gateway/Reader/ReaderRegistryInterface.php';
  43348.         include_once \dirname(__DIR__4).'/vendor/store.shopware.com/swagmigrationassistant/Migration/Gateway/Reader/ReaderRegistry.php';
  43349.         return $this->privates['SwagMigrationAssistant\\Migration\\Gateway\\Reader\\ReaderRegistry'] = new \SwagMigrationAssistant\Migration\Gateway\Reader\ReaderRegistry(new RewindableGenerator(function () {
  43350.             yield => ($this->privates['SwagMigrationAssistant\\Profile\\Shopware\\Gateway\\Api\\Reader\\CategoryAttributeReader'] ?? $this->getCategoryAttributeReaderService());
  43351.             yield => ($this->privates['SwagMigrationAssistant\\Profile\\Shopware\\Gateway\\Api\\Reader\\CategoryReader'] ?? $this->getCategoryReaderService());
  43352.             yield => ($this->privates['SwagMigrationAssistant\\Profile\\Shopware\\Gateway\\Api\\Reader\\CurrencyReader'] ?? $this->getCurrencyReaderService());
  43353.             yield => ($this->privates['SwagMigrationAssistant\\Profile\\Shopware\\Gateway\\Api\\Reader\\CustomerAttributeReader'] ?? $this->getCustomerAttributeReaderService());
  43354.             yield => ($this->privates['SwagMigrationAssistant\\Profile\\Shopware\\Gateway\\Api\\Reader\\CustomerGroupAttributeReader'] ?? $this->getCustomerGroupAttributeReaderService());
  43355.             yield => ($this->privates['SwagMigrationAssistant\\Profile\\Shopware\\Gateway\\Api\\Reader\\CustomerGroupReader'] ?? $this->getCustomerGroupReaderService());
  43356.             yield => ($this->privates['SwagMigrationAssistant\\Profile\\Shopware\\Gateway\\Api\\Reader\\CustomerReader'] ?? $this->getCustomerReaderService());
  43357.             yield => ($this->privates['SwagMigrationAssistant\\Profile\\Shopware\\Gateway\\Api\\Reader\\LanguageReader'] ?? $this->getLanguageReaderService());
  43358.             yield => ($this->privates['SwagMigrationAssistant\\Profile\\Shopware\\Gateway\\Api\\Reader\\ManufacturerAttributeReader'] ?? $this->getManufacturerAttributeReaderService());
  43359.             yield => ($this->privates['SwagMigrationAssistant\\Profile\\Shopware\\Gateway\\Api\\Reader\\MediaAlbumReader'] ?? $this->getMediaAlbumReaderService());
  43360.             yield 10 => ($this->privates['SwagMigrationAssistant\\Profile\\Shopware\\Gateway\\Api\\Reader\\MediaReader'] ?? $this->getMediaReaderService());
  43361.             yield 11 => ($this->privates['SwagMigrationAssistant\\Profile\\Shopware\\Gateway\\Api\\Reader\\NewsletterRecipientReader'] ?? $this->getNewsletterRecipientReaderService());
  43362.             yield 12 => ($this->privates['SwagMigrationAssistant\\Profile\\Shopware\\Gateway\\Api\\Reader\\NumberRangeReader'] ?? $this->getNumberRangeReaderService());
  43363.             yield 13 => ($this->privates['SwagMigrationAssistant\\Profile\\Shopware\\Gateway\\Api\\Reader\\OrderAttributeReader'] ?? $this->getOrderAttributeReaderService());
  43364.             yield 14 => ($this->privates['SwagMigrationAssistant\\Profile\\Shopware\\Gateway\\Api\\Reader\\OrderDocumentAttributeReader'] ?? $this->getOrderDocumentAttributeReaderService());
  43365.             yield 15 => ($this->privates['SwagMigrationAssistant\\Profile\\Shopware\\Gateway\\Api\\Reader\\OrderDocumentReader'] ?? $this->getOrderDocumentReaderService());
  43366.             yield 16 => ($this->privates['SwagMigrationAssistant\\Profile\\Shopware\\Gateway\\Api\\Reader\\OrderReader'] ?? $this->getOrderReaderService());
  43367.             yield 17 => ($this->privates['SwagMigrationAssistant\\Profile\\Shopware\\Gateway\\Api\\Reader\\ProductAttributeReader'] ?? $this->getProductAttributeReaderService());
  43368.             yield 18 => ($this->privates['SwagMigrationAssistant\\Profile\\Shopware\\Gateway\\Api\\Reader\\ProductPriceAttributeReader'] ?? $this->getProductPriceAttributeReaderService());
  43369.             yield 19 => ($this->privates['SwagMigrationAssistant\\Profile\\Shopware\\Gateway\\Api\\Reader\\ProductReader'] ?? $this->getProductReaderService());
  43370.             yield 20 => ($this->privates['SwagMigrationAssistant\\Profile\\Shopware\\Gateway\\Api\\Reader\\ProductReviewReader'] ?? $this->getProductReviewReaderService());
  43371.             yield 21 => ($this->privates['SwagMigrationAssistant\\Profile\\Shopware\\Gateway\\Api\\Reader\\PromotionReader'] ?? $this->getPromotionReaderService());
  43372.             yield 22 => ($this->privates['SwagMigrationAssistant\\Profile\\Shopware\\Gateway\\Api\\Reader\\PropertyGroupOptionReader'] ?? $this->getPropertyGroupOptionReaderService());
  43373.             yield 23 => ($this->privates['SwagMigrationAssistant\\Profile\\Shopware\\Gateway\\Api\\Reader\\SalesChannelReader'] ?? $this->getSalesChannelReaderService());
  43374.             yield 24 => ($this->privates['SwagMigrationAssistant\\Profile\\Shopware\\Gateway\\Api\\Reader\\SeoUrlReader'] ?? $this->getSeoUrlReaderService());
  43375.             yield 25 => ($this->privates['SwagMigrationAssistant\\Profile\\Shopware\\Gateway\\Api\\Reader\\ShippingMethodReader'] ?? $this->getShippingMethodReaderService());
  43376.             yield 26 => ($this->privates['SwagMigrationAssistant\\Profile\\Shopware\\Gateway\\Api\\Reader\\TranslationReader'] ?? $this->getTranslationReaderService());
  43377.             yield 27 => ($this->privates['SwagMigrationAssistant\\Profile\\Shopware\\Gateway\\Api\\Reader\\ProductOptionRelationReader'] ?? $this->getProductOptionRelationReaderService());
  43378.             yield 28 => ($this->privates['SwagMigrationAssistant\\Profile\\Shopware\\Gateway\\Api\\Reader\\ProductPropertyRelationReader'] ?? $this->getProductPropertyRelationReaderService());
  43379.             yield 29 => ($this->privates['SwagMigrationAssistant\\Profile\\Shopware\\Gateway\\Api\\Reader\\CrossSellingReader'] ?? $this->getCrossSellingReaderService());
  43380.             yield 30 => ($this->privates['SwagMigrationAssistant\\Profile\\Shopware\\Gateway\\Api\\Reader\\MainVariantRelationReader'] ?? $this->getMainVariantRelationReaderService());
  43381.             yield 31 => ($this->privates['SwagMigrationAssistant\\Profile\\Shopware\\Gateway\\Api\\Reader\\CustomerWishlistReader'] ?? $this->getCustomerWishlistReaderService());
  43382.             yield 32 => ($this->privates['SwagMigrationAssistant\\Profile\\Shopware\\Gateway\\Local\\Reader\\CategoryAttributeReader'] ?? $this->getCategoryAttributeReader2Service());
  43383.             yield 33 => ($this->privates['SwagMigrationAssistant\\Profile\\Shopware\\Gateway\\Local\\Reader\\CategoryReader'] ?? $this->getCategoryReader2Service());
  43384.             yield 34 => ($this->privates['SwagMigrationAssistant\\Profile\\Shopware\\Gateway\\Local\\Reader\\CurrencyReader'] ?? $this->getCurrencyReader2Service());
  43385.             yield 35 => ($this->privates['SwagMigrationAssistant\\Profile\\Shopware\\Gateway\\Local\\Reader\\NewsletterRecipientReader'] ?? $this->getNewsletterRecipientReader2Service());
  43386.             yield 36 => ($this->privates['SwagMigrationAssistant\\Profile\\Shopware\\Gateway\\Local\\Reader\\CustomerGroupReader'] ?? $this->getCustomerGroupReader2Service());
  43387.             yield 37 => ($this->privates['SwagMigrationAssistant\\Profile\\Shopware\\Gateway\\Local\\Reader\\CustomerGroupAttributeReader'] ?? $this->getCustomerGroupAttributeReader2Service());
  43388.             yield 38 => ($this->privates['SwagMigrationAssistant\\Profile\\Shopware\\Gateway\\Local\\Reader\\CustomerReader'] ?? $this->getCustomerReader2Service());
  43389.             yield 39 => ($this->privates['SwagMigrationAssistant\\Profile\\Shopware\\Gateway\\Local\\Reader\\CustomerAttributeReader'] ?? $this->getCustomerAttributeReader2Service());
  43390.             yield 40 => ($this->privates['SwagMigrationAssistant\\Profile\\Shopware\\Gateway\\Local\\Reader\\LanguageReader'] ?? $this->getLanguageReader2Service());
  43391.             yield 41 => ($this->privates['SwagMigrationAssistant\\Profile\\Shopware\\Gateway\\Local\\Reader\\ManufacturerAttributeReader'] ?? $this->getManufacturerAttributeReader2Service());
  43392.             yield 42 => ($this->privates['SwagMigrationAssistant\\Profile\\Shopware\\Gateway\\Local\\Reader\\MediaAlbumReader'] ?? $this->getMediaAlbumReader2Service());
  43393.             yield 43 => ($this->privates['SwagMigrationAssistant\\Profile\\Shopware\\Gateway\\Local\\Reader\\MediaReader'] ?? $this->getMediaReader2Service());
  43394.             yield 44 => ($this->privates['SwagMigrationAssistant\\Profile\\Shopware\\Gateway\\Local\\Reader\\NumberRangeReader'] ?? $this->getNumberRangeReader2Service());
  43395.             yield 45 => ($this->privates['SwagMigrationAssistant\\Profile\\Shopware\\Gateway\\Local\\Reader\\OrderReader'] ?? $this->getOrderReader2Service());
  43396.             yield 46 => ($this->privates['SwagMigrationAssistant\\Profile\\Shopware\\Gateway\\Local\\Reader\\OrderAttributeReader'] ?? $this->getOrderAttributeReader2Service());
  43397.             yield 47 => ($this->privates['SwagMigrationAssistant\\Profile\\Shopware\\Gateway\\Local\\Reader\\ProductReader'] ?? $this->getProductReader2Service());
  43398.             yield 48 => ($this->privates['SwagMigrationAssistant\\Profile\\Shopware\\Gateway\\Local\\Reader\\ProductOptionRelationReader'] ?? $this->getProductOptionRelationReader2Service());
  43399.             yield 49 => ($this->privates['SwagMigrationAssistant\\Profile\\Shopware\\Gateway\\Local\\Reader\\ProductPropertyRelationReader'] ?? $this->getProductPropertyRelationReader2Service());
  43400.             yield 50 => ($this->privates['SwagMigrationAssistant\\Profile\\Shopware\\Gateway\\Local\\Reader\\ProductAttributeReader'] ?? $this->getProductAttributeReader2Service());
  43401.             yield 51 => ($this->privates['SwagMigrationAssistant\\Profile\\Shopware\\Gateway\\Local\\Reader\\ProductPriceAttributeReader'] ?? $this->getProductPriceAttributeReader2Service());
  43402.             yield 52 => ($this->privates['SwagMigrationAssistant\\Profile\\Shopware\\Gateway\\Local\\Reader\\PropertyGroupOptionReader'] ?? $this->getPropertyGroupOptionReader2Service());
  43403.             yield 53 => ($this->privates['SwagMigrationAssistant\\Profile\\Shopware\\Gateway\\Local\\Reader\\SalesChannelReader'] ?? $this->getSalesChannelReader2Service());
  43404.             yield 54 => ($this->privates['SwagMigrationAssistant\\Profile\\Shopware\\Gateway\\Local\\Reader\\TranslationReader'] ?? $this->getTranslationReader2Service());
  43405.             yield 55 => ($this->privates['SwagMigrationAssistant\\Profile\\Shopware\\Gateway\\Local\\Reader\\OrderDocumentReader'] ?? $this->getOrderDocumentReader2Service());
  43406.             yield 56 => ($this->privates['SwagMigrationAssistant\\Profile\\Shopware\\Gateway\\Local\\Reader\\OrderDocumentAttributeReader'] ?? $this->getOrderDocumentAttributeReader2Service());
  43407.             yield 57 => ($this->privates['SwagMigrationAssistant\\Profile\\Shopware\\Gateway\\Local\\Reader\\ShippingMethodReader'] ?? $this->getShippingMethodReader2Service());
  43408.             yield 58 => ($this->privates['SwagMigrationAssistant\\Profile\\Shopware\\Gateway\\Local\\Reader\\ProductReviewReader'] ?? $this->getProductReviewReader2Service());
  43409.             yield 59 => ($this->privates['SwagMigrationAssistant\\Profile\\Shopware\\Gateway\\Local\\Reader\\SeoUrlReader'] ?? $this->getSeoUrlReader2Service());
  43410.             yield 60 => ($this->privates['SwagMigrationAssistant\\Profile\\Shopware\\Gateway\\Local\\Reader\\CrossSellingReader'] ?? $this->getCrossSellingReader2Service());
  43411.             yield 61 => ($this->privates['SwagMigrationAssistant\\Profile\\Shopware\\Gateway\\Local\\Reader\\MainVariantRelationReader'] ?? $this->getMainVariantRelationReader2Service());
  43412.             yield 62 => ($this->privates['SwagMigrationAssistant\\Profile\\Shopware\\Gateway\\Local\\Reader\\PromotionReader'] ?? $this->getPromotionReader2Service());
  43413.             yield 63 => ($this->privates['SwagMigrationAssistant\\Profile\\Shopware\\Gateway\\Local\\Reader\\CustomerWishlistReader'] ?? $this->getCustomerWishlistReader2Service());
  43414.             yield 64 => ($this->privates['SwagMigrationAssistant\\Profile\\Shopware6\\Gateway\\Api\\Reader\\CategoryAssociationReader'] ?? $this->getCategoryAssociationReaderService());
  43415.             yield 65 => ($this->privates['SwagMigrationAssistant\\Profile\\Shopware6\\Gateway\\Api\\Reader\\CategoryCmsPageAssociationReader'] ?? $this->getCategoryCmsPageAssociationReaderService());
  43416.             yield 66 => ($this->privates['SwagMigrationAssistant\\Profile\\Shopware6\\Gateway\\Api\\Reader\\CategoryReader'] ?? $this->getCategoryReader3Service());
  43417.             yield 67 => ($this->privates['SwagMigrationAssistant\\Profile\\Shopware6\\Gateway\\Api\\Reader\\CurrencyReader'] ?? $this->getCurrencyReader3Service());
  43418.             yield 68 => ($this->privates['SwagMigrationAssistant\\Profile\\Shopware6\\Gateway\\Api\\Reader\\LanguageReader'] ?? $this->getLanguageReader3Service());
  43419.             yield 69 => ($this->privates['SwagMigrationAssistant\\Profile\\Shopware6\\Gateway\\Api\\Reader\\ProductManufacturerReader'] ?? $this->getProductManufacturerReaderService());
  43420.             yield 70 => ($this->privates['SwagMigrationAssistant\\Profile\\Shopware6\\Gateway\\Api\\Reader\\ProductReader'] ?? $this->getProductReader3Service());
  43421.             yield 71 => ($this->privates['SwagMigrationAssistant\\Profile\\Shopware6\\Gateway\\Api\\Reader\\ProductMainVariantRelationReader'] ?? $this->getProductMainVariantRelationReaderService());
  43422.             yield 72 => ($this->privates['SwagMigrationAssistant\\Profile\\Shopware6\\Gateway\\Api\\Reader\\ProductReviewReader'] ?? $this->getProductReviewReader3Service());
  43423.             yield 73 => ($this->privates['SwagMigrationAssistant\\Profile\\Shopware6\\Gateway\\Api\\Reader\\PropertyGroupReader'] ?? $this->getPropertyGroupReaderService());
  43424.             yield 74 => ($this->privates['SwagMigrationAssistant\\Profile\\Shopware6\\Gateway\\Api\\Reader\\TaxReader'] ?? $this->getTaxReaderService());
  43425.             yield 75 => ($this->privates['SwagMigrationAssistant\\Profile\\Shopware6\\Gateway\\Api\\Reader\\TaxRuleReader'] ?? $this->getTaxRuleReaderService());
  43426.             yield 76 => ($this->privates['SwagMigrationAssistant\\Profile\\Shopware6\\Gateway\\Api\\Reader\\UnitReader'] ?? $this->getUnitReaderService());
  43427.             yield 77 => ($this->privates['SwagMigrationAssistant\\Profile\\Shopware6\\Gateway\\Api\\Reader\\MediaFolderReader'] ?? $this->getMediaFolderReaderService());
  43428.             yield 78 => ($this->privates['SwagMigrationAssistant\\Profile\\Shopware6\\Gateway\\Api\\Reader\\MediaFolderInheritanceReader'] ?? $this->getMediaFolderInheritanceReaderService());
  43429.             yield 79 => ($this->privates['SwagMigrationAssistant\\Profile\\Shopware6\\Gateway\\Api\\Reader\\RuleReader'] ?? $this->getRuleReaderService());
  43430.             yield 80 => ($this->privates['SwagMigrationAssistant\\Profile\\Shopware6\\Gateway\\Api\\Reader\\CountryReader'] ?? $this->getCountryReaderService());
  43431.             yield 81 => ($this->privates['SwagMigrationAssistant\\Profile\\Shopware6\\Gateway\\Api\\Reader\\CountryStateReader'] ?? $this->getCountryStateReaderService());
  43432.             yield 82 => ($this->privates['SwagMigrationAssistant\\Profile\\Shopware6\\Gateway\\Api\\Reader\\DeliveryTimeReader'] ?? $this->getDeliveryTimeReaderService());
  43433.             yield 83 => ($this->privates['SwagMigrationAssistant\\Profile\\Shopware6\\Gateway\\Api\\Reader\\CustomerGroupReader'] ?? $this->getCustomerGroupReader3Service());
  43434.             yield 84 => ($this->privates['SwagMigrationAssistant\\Profile\\Shopware6\\Gateway\\Api\\Reader\\NumberRangeReader'] ?? $this->getNumberRangeReader3Service());
  43435.             yield 85 => ($this->privates['SwagMigrationAssistant\\Profile\\Shopware6\\Gateway\\Api\\Reader\\OrderReader'] ?? $this->getOrderReader3Service());
  43436.             yield 86 => ($this->privates['SwagMigrationAssistant\\Profile\\Shopware6\\Gateway\\Api\\Reader\\CustomFieldSetReader'] ?? $this->getCustomFieldSetReaderService());
  43437.             yield 87 => ($this->privates['SwagMigrationAssistant\\Profile\\Shopware6\\Gateway\\Api\\Reader\\SalesChannelReader'] ?? $this->getSalesChannelReader3Service());
  43438.             yield 88 => ($this->privates['SwagMigrationAssistant\\Profile\\Shopware6\\Gateway\\Api\\Reader\\SalesChannelDomainReader'] ?? $this->getSalesChannelDomainReaderService());
  43439.             yield 89 => ($this->privates['SwagMigrationAssistant\\Profile\\Shopware6\\Gateway\\Api\\Reader\\SalutationReader'] ?? $this->getSalutationReaderService());
  43440.             yield 90 => ($this->privates['SwagMigrationAssistant\\Profile\\Shopware6\\Gateway\\Api\\Reader\\ShippingMethodReader'] ?? $this->getShippingMethodReader3Service());
  43441.             yield 91 => ($this->privates['SwagMigrationAssistant\\Profile\\Shopware6\\Gateway\\Api\\Reader\\SnippetReader'] ?? $this->getSnippetReaderService());
  43442.             yield 92 => ($this->privates['SwagMigrationAssistant\\Profile\\Shopware6\\Gateway\\Api\\Reader\\SnippetSetReader'] ?? $this->getSnippetSetReaderService());
  43443.             yield 93 => ($this->privates['SwagMigrationAssistant\\Profile\\Shopware6\\Gateway\\Api\\Reader\\MailTemplateReader'] ?? $this->getMailTemplateReaderService());
  43444.             yield 94 => ($this->privates['SwagMigrationAssistant\\Profile\\Shopware6\\Gateway\\Api\\Reader\\ProductFeatureSetReader'] ?? $this->getProductFeatureSetReaderService());
  43445.             yield 95 => ($this->privates['SwagMigrationAssistant\\Profile\\Shopware6\\Gateway\\Api\\Reader\\MediaReader'] ?? $this->getMediaReader3Service());
  43446.             yield 96 => ($this->privates['SwagMigrationAssistant\\Profile\\Shopware6\\Gateway\\Api\\Reader\\SeoUrlTemplateReader'] ?? $this->getSeoUrlTemplateReaderService());
  43447.             yield 97 => ($this->privates['SwagMigrationAssistant\\Profile\\Shopware6\\Gateway\\Api\\Reader\\SeoUrlReader'] ?? $this->getSeoUrlReader3Service());
  43448.             yield 98 => ($this->privates['SwagMigrationAssistant\\Profile\\Shopware6\\Gateway\\Api\\Reader\\NewsletterRecipientReader'] ?? $this->getNewsletterRecipientReader3Service());
  43449.             yield 99 => ($this->privates['SwagMigrationAssistant\\Profile\\Shopware6\\Gateway\\Api\\Reader\\CustomerReader'] ?? $this->getCustomerReader3Service());
  43450.             yield 100 => ($this->privates['SwagMigrationAssistant\\Profile\\Shopware6\\Gateway\\Api\\Reader\\CustomerWishlistReader'] ?? $this->getCustomerWishlistReader3Service());
  43451.             yield 101 => ($this->privates['SwagMigrationAssistant\\Profile\\Shopware6\\Gateway\\Api\\Reader\\SystemConfigReader'] ?? $this->getSystemConfigReaderService());
  43452.             yield 102 => ($this->privates['SwagMigrationAssistant\\Profile\\Shopware6\\Gateway\\Api\\Reader\\PageSystemConfigReader'] ?? $this->getPageSystemConfigReaderService());
  43453.             yield 103 => ($this->privates['SwagMigrationAssistant\\Profile\\Shopware6\\Gateway\\Api\\Reader\\ProductSortingReader'] ?? $this->getProductSortingReaderService());
  43454.             yield 104 => ($this->privates['SwagMigrationAssistant\\Profile\\Shopware6\\Gateway\\Api\\Reader\\CmsPageReader'] ?? $this->getCmsPageReaderService());
  43455.             yield 105 => ($this->privates['SwagMigrationAssistant\\Profile\\Shopware6\\Gateway\\Api\\Reader\\ProductStreamReader'] ?? $this->getProductStreamReaderService());
  43456.             yield 106 => ($this->privates['SwagMigrationAssistant\\Profile\\Shopware6\\Gateway\\Api\\Reader\\ProductStreamFilterInheritanceReader'] ?? $this->getProductStreamFilterInheritanceReaderService());
  43457.             yield 107 => ($this->privates['SwagMigrationAssistant\\Profile\\Shopware6\\Gateway\\Api\\Reader\\CrossSellingReader'] ?? $this->getCrossSellingReader3Service());
  43458.             yield 108 => ($this->privates['SwagMigrationAssistant\\Profile\\Shopware6\\Gateway\\Api\\Reader\\DocumentReader'] ?? $this->getDocumentReaderService());
  43459.             yield 109 => ($this->privates['SwagMigrationAssistant\\Profile\\Shopware6\\Gateway\\Api\\Reader\\DocumentInheritanceReader'] ?? $this->getDocumentInheritanceReaderService());
  43460.             yield 110 => ($this->privates['SwagMigrationAssistant\\Profile\\Shopware6\\Gateway\\Api\\Reader\\DocumentBaseConfigReader'] ?? $this->getDocumentBaseConfigReaderService());
  43461.             yield 111 => ($this->privates['SwagMigrationAssistant\\Profile\\Shopware6\\Gateway\\Api\\Reader\\PromotionReader'] ?? $this->getPromotionReader3Service());
  43462.         }, 112));
  43463.     }
  43464.     /**
  43465.      * Gets the private 'SwagMigrationAssistant\Migration\Logging\LoggingService' shared service.
  43466.      *
  43467.      * @return \SwagMigrationAssistant\Migration\Logging\LoggingService
  43468.      */
  43469.     protected function getLoggingService2Service()
  43470.     {
  43471.         include_once \dirname(__DIR__4).'/vendor/store.shopware.com/swagmigrationassistant/Migration/Logging/LoggingServiceInterface.php';
  43472.         include_once \dirname(__DIR__4).'/vendor/store.shopware.com/swagmigrationassistant/Migration/Logging/LoggingService.php';
  43473.         $a = ($this->services['swag_migration_logging.repository'] ?? $this->getSwagMigrationLogging_RepositoryService());
  43474.         if (isset($this->privates['SwagMigrationAssistant\\Migration\\Logging\\LoggingService'])) {
  43475.             return $this->privates['SwagMigrationAssistant\\Migration\\Logging\\LoggingService'];
  43476.         }
  43477.         return $this->privates['SwagMigrationAssistant\\Migration\\Logging\\LoggingService'] = new \SwagMigrationAssistant\Migration\Logging\LoggingService($a);
  43478.     }
  43479.     /**
  43480.      * Gets the private 'SwagMigrationAssistant\Migration\Mapping\MappingService' shared service.
  43481.      *
  43482.      * @return \SwagMigrationAssistant\Migration\Mapping\MappingService
  43483.      */
  43484.     protected function getMappingServiceService()
  43485.     {
  43486.         include_once \dirname(__DIR__4).'/vendor/store.shopware.com/swagmigrationassistant/Migration/Mapping/MappingServiceInterface.php';
  43487.         include_once \dirname(__DIR__4).'/vendor/store.shopware.com/swagmigrationassistant/Migration/Mapping/MappingService.php';
  43488.         return $this->privates['SwagMigrationAssistant\\Migration\\Mapping\\MappingService'] = new \SwagMigrationAssistant\Migration\Mapping\MappingService(($this->services['swag_migration_mapping.repository'] ?? $this->getSwagMigrationMapping_RepositoryService()), ($this->services['locale.repository'] ?? $this->getLocale_RepositoryService()), ($this->services['language.repository'] ?? $this->getLanguage_RepositoryService()), ($this->services['country.repository'] ?? $this->getCountry_RepositoryService()), ($this->services['currency.repository'] ?? $this->getCurrency_RepositoryService()), ($this->services['tax.repository'] ?? $this->getTax_RepositoryService()), ($this->services['number_range.repository'] ?? $this->getNumberRange_RepositoryService()), ($this->services['rule.repository'] ?? $this->getRule_RepositoryService()), ($this->services['media_thumbnail_size.repository'] ?? $this->getMediaThumbnailSize_RepositoryService()), ($this->services['media_default_folder.repository'] ?? $this->getMediaDefaultFolder_RepositoryService()), ($this->services['category.repository'] ?? $this->getCategory_RepositoryService()), ($this->services['cms_page.repository'] ?? $this->getCmsPage_RepositoryService()), ($this->services['delivery_time.repository'] ?? $this->getDeliveryTime_RepositoryService()), ($this->services['document_type.repository'] ?? $this->getDocumentType_RepositoryService()), ($this->services['Shopware\\Core\\Framework\\DataAbstractionLayer\\Write\\EntityWriter'] ?? $this->getEntityWriterService()), ($this->services['SwagMigrationAssistant\\Migration\\Mapping\\SwagMigrationMappingDefinition'] ?? $this->getSwagMigrationMappingDefinitionService()));
  43489.     }
  43490.     /**
  43491.      * Gets the private 'SwagMigrationAssistant\Migration\Media\MediaFileService' shared service.
  43492.      *
  43493.      * @return \SwagMigrationAssistant\Migration\Media\MediaFileService
  43494.      */
  43495.     protected function getMediaFileServiceService()
  43496.     {
  43497.         include_once \dirname(__DIR__4).'/vendor/store.shopware.com/swagmigrationassistant/Migration/Media/MediaFileServiceInterface.php';
  43498.         include_once \dirname(__DIR__4).'/vendor/store.shopware.com/swagmigrationassistant/Migration/Media/MediaFileService.php';
  43499.         $a = ($this->privates['SwagMigrationAssistant\\Migration\\Converter\\ConverterRegistry'] ?? $this->getConverterRegistryService());
  43500.         if (isset($this->privates['SwagMigrationAssistant\\Migration\\Media\\MediaFileService'])) {
  43501.             return $this->privates['SwagMigrationAssistant\\Migration\\Media\\MediaFileService'];
  43502.         }
  43503.         return $this->privates['SwagMigrationAssistant\\Migration\\Media\\MediaFileService'] = new \SwagMigrationAssistant\Migration\Media\MediaFileService(($this->services['swag_migration_media_file.repository'] ?? $this->getSwagMigrationMediaFile_RepositoryService()), ($this->services['Shopware\\Core\\Framework\\DataAbstractionLayer\\Write\\EntityWriter'] ?? $this->getEntityWriterService()), ($this->services['SwagMigrationAssistant\\Migration\\Media\\SwagMigrationMediaFileDefinition'] ?? $this->getSwagMigrationMediaFileDefinitionService()), $a);
  43504.     }
  43505.     /**
  43506.      * Gets the private 'SwagMigrationAssistant\Migration\MessageQueue\Handler\CleanupMigrationHandler' shared service.
  43507.      *
  43508.      * @return \SwagMigrationAssistant\Migration\MessageQueue\Handler\CleanupMigrationHandler
  43509.      */
  43510.     protected function getCleanupMigrationHandlerService()
  43511.     {
  43512.         include_once \dirname(__DIR__4).'/vendor/store.shopware.com/swagmigrationassistant/Migration/MessageQueue/Handler/CleanupMigrationHandler.php';
  43513.         $a = ($this->services['messenger.default_bus'] ?? $this->getMessenger_DefaultBusService());
  43514.         if (isset($this->privates['SwagMigrationAssistant\\Migration\\MessageQueue\\Handler\\CleanupMigrationHandler'])) {
  43515.             return $this->privates['SwagMigrationAssistant\\Migration\\MessageQueue\\Handler\\CleanupMigrationHandler'];
  43516.         }
  43517.         return $this->privates['SwagMigrationAssistant\\Migration\\MessageQueue\\Handler\\CleanupMigrationHandler'] = new \SwagMigrationAssistant\Migration\MessageQueue\Handler\CleanupMigrationHandler(($this->services['Doctrine\\DBAL\\Connection'] ?? $this->getConnectionService()), $a);
  43518.     }
  43519.     /**
  43520.      * Gets the private 'SwagMigrationAssistant\Migration\MessageQueue\Handler\ProcessMediaHandler' shared service.
  43521.      *
  43522.      * @return \SwagMigrationAssistant\Migration\MessageQueue\Handler\ProcessMediaHandler
  43523.      */
  43524.     protected function getProcessMediaHandlerService()
  43525.     {
  43526.         include_once \dirname(__DIR__4).'/vendor/store.shopware.com/swagmigrationassistant/Migration/MessageQueue/Handler/ProcessMediaHandler.php';
  43527.         include_once \dirname(__DIR__4).'/vendor/store.shopware.com/swagmigrationassistant/Migration/Media/MediaFileProcessorRegistryInterface.php';
  43528.         include_once \dirname(__DIR__4).'/vendor/store.shopware.com/swagmigrationassistant/Migration/Media/MediaFileProcessorRegistry.php';
  43529.         $a = ($this->services['swag_migration_run.repository'] ?? $this->getSwagMigrationRun_RepositoryService());
  43530.         if (isset($this->privates['SwagMigrationAssistant\\Migration\\MessageQueue\\Handler\\ProcessMediaHandler'])) {
  43531.             return $this->privates['SwagMigrationAssistant\\Migration\\MessageQueue\\Handler\\ProcessMediaHandler'];
  43532.         }
  43533.         $b = ($this->privates['SwagMigrationAssistant\\Migration\\Logging\\LoggingService'] ?? $this->getLoggingService2Service());
  43534.         if (isset($this->privates['SwagMigrationAssistant\\Migration\\MessageQueue\\Handler\\ProcessMediaHandler'])) {
  43535.             return $this->privates['SwagMigrationAssistant\\Migration\\MessageQueue\\Handler\\ProcessMediaHandler'];
  43536.         }
  43537.         $c = ($this->privates['SwagMigrationAssistant\\Migration\\MigrationContextFactory'] ?? $this->getMigrationContextFactoryService());
  43538.         if (isset($this->privates['SwagMigrationAssistant\\Migration\\MessageQueue\\Handler\\ProcessMediaHandler'])) {
  43539.             return $this->privates['SwagMigrationAssistant\\Migration\\MessageQueue\\Handler\\ProcessMediaHandler'];
  43540.         }
  43541.         return $this->privates['SwagMigrationAssistant\\Migration\\MessageQueue\\Handler\\ProcessMediaHandler'] = new \SwagMigrationAssistant\Migration\MessageQueue\Handler\ProcessMediaHandler($a, new \SwagMigrationAssistant\Migration\Media\MediaFileProcessorRegistry(new RewindableGenerator(function () {
  43542.             yield => ($this->privates['SwagMigrationAssistant\\Profile\\Shopware\\Media\\HttpMediaDownloadService'] ?? $this->getHttpMediaDownloadServiceService());
  43543.             yield => ($this->privates['SwagMigrationAssistant\\Profile\\Shopware\\Media\\LocalMediaProcessor'] ?? $this->getLocalMediaProcessorService());
  43544.             yield => ($this->privates['SwagMigrationAssistant\\Profile\\Shopware\\Media\\HttpOrderDocumentProcessor'] ?? $this->getHttpOrderDocumentProcessorService());
  43545.             yield => ($this->privates['SwagMigrationAssistant\\Profile\\Shopware\\Media\\LocalOrderDocumentProcessor'] ?? $this->getLocalOrderDocumentProcessorService());
  43546.             yield => ($this->privates['SwagMigrationAssistant\\Profile\\Shopware6\\Media\\HttpMediaDownloadService'] ?? $this->getHttpMediaDownloadService2Service());
  43547.             yield => ($this->privates['SwagMigrationAssistant\\Profile\\Shopware6\\Media\\HttpOrderDocumentService'] ?? $this->getHttpOrderDocumentServiceService());
  43548.             yield => ($this->privates['SwagMigrationAssistant\\Profile\\Shopware6\\Media\\HttpOrderDocumentGenerationService'] ?? $this->getHttpOrderDocumentGenerationServiceService());
  43549.         }, 7)), $b$c);
  43550.     }
  43551.     /**
  43552.      * Gets the private 'SwagMigrationAssistant\Migration\MessageQueue\OrderCountIndexer' shared service.
  43553.      *
  43554.      * @return \SwagMigrationAssistant\Migration\MessageQueue\OrderCountIndexer
  43555.      */
  43556.     protected function getOrderCountIndexerService()
  43557.     {
  43558.         include_once \dirname(__DIR__4).'/vendor/shopware/core/Framework/DataAbstractionLayer/Indexing/EntityIndexer.php';
  43559.         include_once \dirname(__DIR__4).'/vendor/store.shopware.com/swagmigrationassistant/Migration/MessageQueue/OrderCountIndexer.php';
  43560.         include_once \dirname(__DIR__4).'/vendor/shopware/core/Checkout/Customer/DataAbstractionLayer/CustomerIndexer.php';
  43561.         $a = ($this->services['customer.repository'] ?? $this->getCustomer_RepositoryService());
  43562.         if (isset($this->privates['SwagMigrationAssistant\\Migration\\MessageQueue\\OrderCountIndexer'])) {
  43563.             return $this->privates['SwagMigrationAssistant\\Migration\\MessageQueue\\OrderCountIndexer'];
  43564.         }
  43565.         $b = ($this->services['event_dispatcher'] ?? $this->getEventDispatcherService());
  43566.         if (isset($this->privates['SwagMigrationAssistant\\Migration\\MessageQueue\\OrderCountIndexer'])) {
  43567.             return $this->privates['SwagMigrationAssistant\\Migration\\MessageQueue\\OrderCountIndexer'];
  43568.         }
  43569.         return $this->privates['SwagMigrationAssistant\\Migration\\MessageQueue\\OrderCountIndexer'] = new \SwagMigrationAssistant\Migration\MessageQueue\OrderCountIndexer($a, new \Shopware\Core\Checkout\Customer\DataAbstractionLayer\CustomerIndexer(($this->privates['Shopware\\Core\\Framework\\DataAbstractionLayer\\Dbal\\Common\\IteratorFactory'] ?? $this->getIteratorFactory2Service()), $a, ($this->privates['Shopware\\Core\\Framework\\DataAbstractionLayer\\Indexing\\ManyToManyIdFieldUpdater'] ?? $this->getManyToManyIdFieldUpdaterService()), ($this->privates['Shopware\\Core\\Content\\Newsletter\\DataAbstractionLayer\\Indexing\\CustomerNewsletterSalesChannelsUpdater'] ?? $this->getCustomerNewsletterSalesChannelsUpdaterService()), $b));
  43570.     }
  43571.     /**
  43572.      * Gets the private 'SwagMigrationAssistant\Migration\MigrationContextFactory' shared service.
  43573.      *
  43574.      * @return \SwagMigrationAssistant\Migration\MigrationContextFactory
  43575.      */
  43576.     protected function getMigrationContextFactoryService()
  43577.     {
  43578.         include_once \dirname(__DIR__4).'/vendor/store.shopware.com/swagmigrationassistant/Migration/MigrationContextFactoryInterface.php';
  43579.         include_once \dirname(__DIR__4).'/vendor/store.shopware.com/swagmigrationassistant/Migration/MigrationContextFactory.php';
  43580.         $a = ($this->privates['SwagMigrationAssistant\\Migration\\Gateway\\GatewayRegistry'] ?? $this->getGatewayRegistryService());
  43581.         if (isset($this->privates['SwagMigrationAssistant\\Migration\\MigrationContextFactory'])) {
  43582.             return $this->privates['SwagMigrationAssistant\\Migration\\MigrationContextFactory'];
  43583.         }
  43584.         return $this->privates['SwagMigrationAssistant\\Migration\\MigrationContextFactory'] = new \SwagMigrationAssistant\Migration\MigrationContextFactory(($this->privates['SwagMigrationAssistant\\Migration\\Profile\\ProfileRegistry'] ?? $this->getProfileRegistryService()), $a, ($this->privates['SwagMigrationAssistant\\Migration\\DataSelection\\DataSet\\DataSetRegistry'] ?? $this->getDataSetRegistryService()));
  43585.     }
  43586.     /**
  43587.      * Gets the private 'SwagMigrationAssistant\Migration\Profile\ProfileRegistry' shared service.
  43588.      *
  43589.      * @return \SwagMigrationAssistant\Migration\Profile\ProfileRegistry
  43590.      */
  43591.     protected function getProfileRegistryService()
  43592.     {
  43593.         include_once \dirname(__DIR__4).'/vendor/store.shopware.com/swagmigrationassistant/Migration/Profile/ProfileRegistryInterface.php';
  43594.         include_once \dirname(__DIR__4).'/vendor/store.shopware.com/swagmigrationassistant/Migration/Profile/ProfileRegistry.php';
  43595.         return $this->privates['SwagMigrationAssistant\\Migration\\Profile\\ProfileRegistry'] = new \SwagMigrationAssistant\Migration\Profile\ProfileRegistry(new RewindableGenerator(function () {
  43596.             yield => ($this->privates['SwagMigrationAssistant\\Profile\\Shopware54\\Shopware54Profile'] ?? ($this->privates['SwagMigrationAssistant\\Profile\\Shopware54\\Shopware54Profile'] = new \SwagMigrationAssistant\Profile\Shopware54\Shopware54Profile()));
  43597.             yield => ($this->privates['SwagMigrationAssistant\\Profile\\Shopware55\\Shopware55Profile'] ?? ($this->privates['SwagMigrationAssistant\\Profile\\Shopware55\\Shopware55Profile'] = new \SwagMigrationAssistant\Profile\Shopware55\Shopware55Profile()));
  43598.             yield => ($this->privates['SwagMigrationAssistant\\Profile\\Shopware56\\Shopware56Profile'] ?? ($this->privates['SwagMigrationAssistant\\Profile\\Shopware56\\Shopware56Profile'] = new \SwagMigrationAssistant\Profile\Shopware56\Shopware56Profile()));
  43599.             yield => ($this->privates['SwagMigrationAssistant\\Profile\\Shopware57\\Shopware57Profile'] ?? ($this->privates['SwagMigrationAssistant\\Profile\\Shopware57\\Shopware57Profile'] = new \SwagMigrationAssistant\Profile\Shopware57\Shopware57Profile()));
  43600.             yield => ($this->privates['SwagMigrationAssistant\\Profile\\Shopware63\\Shopware63Profile'] ?? ($this->privates['SwagMigrationAssistant\\Profile\\Shopware63\\Shopware63Profile'] = new \SwagMigrationAssistant\Profile\Shopware63\Shopware63Profile()));
  43601.         }, 5));
  43602.     }
  43603.     /**
  43604.      * Gets the private 'SwagMigrationAssistant\Migration\Run\RunService' shared service.
  43605.      *
  43606.      * @return \SwagMigrationAssistant\Migration\Run\RunService
  43607.      */
  43608.     protected function getRunServiceService()
  43609.     {
  43610.         include_once \dirname(__DIR__4).'/vendor/store.shopware.com/swagmigrationassistant/Migration/Run/RunServiceInterface.php';
  43611.         include_once \dirname(__DIR__4).'/vendor/store.shopware.com/swagmigrationassistant/Migration/Run/RunService.php';
  43612.         return $this->privates['SwagMigrationAssistant\\Migration\\Run\\RunService'] = new \SwagMigrationAssistant\Migration\Run\RunService(($this->services['swag_migration_run.repository'] ?? $this->getSwagMigrationRun_RepositoryService()), ($this->services['swag_migration_connection.repository'] ?? $this->getSwagMigrationConnection_RepositoryService()), ($this->services['SwagMigrationAssistant\\Migration\\Service\\MigrationDataFetcher'] ?? $this->getMigrationDataFetcherService()), ($this->privates['SwagMigrationAssistant\\Migration\\Service\\SwagMigrationAccessTokenService'] ?? $this->getSwagMigrationAccessTokenServiceService()), ($this->privates['SwagMigrationAssistant\\Migration\\DataSelection\\DataSelectionRegistry'] ?? $this->getDataSelectionRegistryService()), ($this->services['swag_migration_data.repository'] ?? $this->getSwagMigrationData_RepositoryService()), ($this->services['swag_migration_media_file.repository'] ?? $this->getSwagMigrationMediaFile_RepositoryService()), ($this->services['sales_channel.repository'] ?? $this->getSalesChannel_RepositoryService()), ($this->services['theme.repository'] ?? $this->getTheme_RepositoryService()), ($this->services['Shopware\\Core\\Framework\\DataAbstractionLayer\\Indexing\\EntityIndexerRegistry'] ?? $this->getEntityIndexerRegistryService()), ($this->privates['Shopware\\Storefront\\Theme\\ThemeService'] ?? $this->getThemeServiceService()), ($this->privates['SwagMigrationAssistant\\Migration\\Mapping\\MappingService'] ?? $this->getMappingServiceService()), ($this->privates['Shopware\\Core\\Framework\\Adapter\\Cache\\CacheDecorator'] ?? $this->getCacheDecoratorService()), ($this->services['SwagMigrationAssistant\\Migration\\Data\\SwagMigrationDataDefinition'] ?? $this->getSwagMigrationDataDefinitionService()), ($this->services['Doctrine\\DBAL\\Connection'] ?? $this->getConnectionService()), ($this->privates['SwagMigrationAssistant\\Migration\\Logging\\LoggingService'] ?? $this->getLoggingService2Service()), ($this->privates['Shopware\\Core\\Framework\\Store\\Services\\StoreService'] ?? $this->getStoreServiceService()), ($this->services['messenger.default_bus'] ?? $this->getMessenger_DefaultBusService()));
  43613.     }
  43614.     /**
  43615.      * Gets the private 'SwagMigrationAssistant\Migration\Service\PremappingService' shared service.
  43616.      *
  43617.      * @return \SwagMigrationAssistant\Migration\Service\PremappingService
  43618.      */
  43619.     protected function getPremappingServiceService()
  43620.     {
  43621.         include_once \dirname(__DIR__4).'/vendor/store.shopware.com/swagmigrationassistant/Migration/Service/PremappingServiceInterface.php';
  43622.         include_once \dirname(__DIR__4).'/vendor/store.shopware.com/swagmigrationassistant/Migration/Service/PremappingService.php';
  43623.         include_once \dirname(__DIR__4).'/vendor/store.shopware.com/swagmigrationassistant/Migration/Premapping/PremappingReaderRegistryInterface.php';
  43624.         include_once \dirname(__DIR__4).'/vendor/store.shopware.com/swagmigrationassistant/Migration/Premapping/PremappingReaderRegistry.php';
  43625.         return $this->privates['SwagMigrationAssistant\\Migration\\Service\\PremappingService'] = new \SwagMigrationAssistant\Migration\Service\PremappingService(new \SwagMigrationAssistant\Migration\Premapping\PremappingReaderRegistry(new RewindableGenerator(function () {
  43626.             yield => ($this->privates['SwagMigrationAssistant\\Profile\\Shopware\\Premapping\\OrderStateReader'] ?? $this->getOrderStateReaderService());
  43627.             yield => ($this->privates['SwagMigrationAssistant\\Profile\\Shopware\\Premapping\\OrderDeliveryStateReader'] ?? $this->getOrderDeliveryStateReaderService());
  43628.             yield => ($this->privates['SwagMigrationAssistant\\Profile\\Shopware\\Premapping\\TransactionStateReader'] ?? $this->getTransactionStateReaderService());
  43629.             yield => ($this->privates['SwagMigrationAssistant\\Profile\\Shopware\\Premapping\\PaymentMethodReader'] ?? $this->getPaymentMethodReaderService());
  43630.             yield => ($this->privates['SwagMigrationAssistant\\Profile\\Shopware\\Premapping\\SalutationReader'] ?? $this->getSalutationReader2Service());
  43631.             yield => ($this->privates['SwagMigrationAssistant\\Profile\\Shopware\\Premapping\\DeliveryTimeReader'] ?? $this->getDeliveryTimeReader2Service());
  43632.             yield => ($this->privates['SwagMigrationAssistant\\Profile\\Shopware\\Premapping\\NewsletterRecipientStatusReader'] ?? ($this->privates['SwagMigrationAssistant\\Profile\\Shopware\\Premapping\\NewsletterRecipientStatusReader'] = new \SwagMigrationAssistant\Profile\Shopware\Premapping\NewsletterRecipientStatusReader()));
  43633.             yield => ($this->privates['SwagMigrationAssistant\\Profile\\Shopware6\\Premapping\\PaymentMethodReader'] ?? $this->getPaymentMethodReader2Service());
  43634.         }, 8)), ($this->privates['SwagMigrationAssistant\\Migration\\Mapping\\MappingService'] ?? $this->getMappingServiceService()), ($this->services['swag_migration_mapping.repository'] ?? $this->getSwagMigrationMapping_RepositoryService()), ($this->services['swag_migration_run.repository'] ?? $this->getSwagMigrationRun_RepositoryService()), ($this->services['swag_migration_connection.repository'] ?? $this->getSwagMigrationConnection_RepositoryService()));
  43635.     }
  43636.     /**
  43637.      * Gets the private 'SwagMigrationAssistant\Migration\Service\SwagMigrationAccessTokenService' shared service.
  43638.      *
  43639.      * @return \SwagMigrationAssistant\Migration\Service\SwagMigrationAccessTokenService
  43640.      */
  43641.     protected function getSwagMigrationAccessTokenServiceService()
  43642.     {
  43643.         include_once \dirname(__DIR__4).'/vendor/store.shopware.com/swagmigrationassistant/Migration/Service/SwagMigrationAccessTokenService.php';
  43644.         return $this->privates['SwagMigrationAssistant\\Migration\\Service\\SwagMigrationAccessTokenService'] = new \SwagMigrationAssistant\Migration\Service\SwagMigrationAccessTokenService(($this->services['swag_migration_run.repository'] ?? $this->getSwagMigrationRun_RepositoryService()));
  43645.     }
  43646.     /**
  43647.      * Gets the private 'SwagMigrationAssistant\Migration\Subscriber\MediaDeletedSubscriber' shared service.
  43648.      *
  43649.      * @return \SwagMigrationAssistant\Migration\Subscriber\MediaDeletedSubscriber
  43650.      */
  43651.     protected function getMediaDeletedSubscriberService()
  43652.     {
  43653.         include_once \dirname(__DIR__4).'/vendor/store.shopware.com/swagmigrationassistant/Migration/Subscriber/MediaDeletedSubscriber.php';
  43654.         $a = ($this->services['swag_migration_media_file.repository'] ?? $this->getSwagMigrationMediaFile_RepositoryService());
  43655.         if (isset($this->privates['SwagMigrationAssistant\\Migration\\Subscriber\\MediaDeletedSubscriber'])) {
  43656.             return $this->privates['SwagMigrationAssistant\\Migration\\Subscriber\\MediaDeletedSubscriber'];
  43657.         }
  43658.         return $this->privates['SwagMigrationAssistant\\Migration\\Subscriber\\MediaDeletedSubscriber'] = new \SwagMigrationAssistant\Migration\Subscriber\MediaDeletedSubscriber($a);
  43659.     }
  43660.     /**
  43661.      * Gets the private 'SwagMigrationAssistant\Migration\Writer\CategoryAttributeWriter' shared service.
  43662.      *
  43663.      * @return \SwagMigrationAssistant\Migration\Writer\CategoryAttributeWriter
  43664.      */
  43665.     protected function getCategoryAttributeWriterService()
  43666.     {
  43667.         include_once \dirname(__DIR__4).'/vendor/store.shopware.com/swagmigrationassistant/Migration/Writer/WriterInterface.php';
  43668.         include_once \dirname(__DIR__4).'/vendor/store.shopware.com/swagmigrationassistant/Migration/Writer/AbstractWriter.php';
  43669.         include_once \dirname(__DIR__4).'/vendor/store.shopware.com/swagmigrationassistant/Migration/Writer/CategoryAttributeWriter.php';
  43670.         return $this->privates['SwagMigrationAssistant\\Migration\\Writer\\CategoryAttributeWriter'] = new \SwagMigrationAssistant\Migration\Writer\CategoryAttributeWriter(($this->services['Shopware\\Core\\Framework\\DataAbstractionLayer\\Write\\EntityWriter'] ?? $this->getEntityWriterService()), ($this->services['Shopware\\Core\\System\\CustomField\\Aggregate\\CustomFieldSet\\CustomFieldSetDefinition'] ?? $this->getCustomFieldSetDefinitionService()));
  43671.     }
  43672.     /**
  43673.      * Gets the private 'SwagMigrationAssistant\Migration\Writer\CategoryWriter' shared service.
  43674.      *
  43675.      * @return \SwagMigrationAssistant\Migration\Writer\CategoryWriter
  43676.      */
  43677.     protected function getCategoryWriterService()
  43678.     {
  43679.         include_once \dirname(__DIR__4).'/vendor/store.shopware.com/swagmigrationassistant/Migration/Writer/WriterInterface.php';
  43680.         include_once \dirname(__DIR__4).'/vendor/store.shopware.com/swagmigrationassistant/Migration/Writer/AbstractWriter.php';
  43681.         include_once \dirname(__DIR__4).'/vendor/store.shopware.com/swagmigrationassistant/Migration/Writer/CategoryWriter.php';
  43682.         return $this->privates['SwagMigrationAssistant\\Migration\\Writer\\CategoryWriter'] = new \SwagMigrationAssistant\Migration\Writer\CategoryWriter(($this->services['Shopware\\Core\\Framework\\DataAbstractionLayer\\Write\\EntityWriter'] ?? $this->getEntityWriterService()), ($this->services['Shopware\\Core\\Content\\Category\\CategoryDefinition'] ?? $this->getCategoryDefinition2Service()));
  43683.     }
  43684.     /**
  43685.      * Gets the private 'SwagMigrationAssistant\Migration\Writer\CountryWriter' shared service.
  43686.      *
  43687.      * @return \SwagMigrationAssistant\Migration\Writer\CountryWriter
  43688.      */
  43689.     protected function getCountryWriterService()
  43690.     {
  43691.         include_once \dirname(__DIR__4).'/vendor/store.shopware.com/swagmigrationassistant/Migration/Writer/WriterInterface.php';
  43692.         include_once \dirname(__DIR__4).'/vendor/store.shopware.com/swagmigrationassistant/Migration/Writer/AbstractWriter.php';
  43693.         include_once \dirname(__DIR__4).'/vendor/store.shopware.com/swagmigrationassistant/Migration/Writer/CountryWriter.php';
  43694.         return $this->privates['SwagMigrationAssistant\\Migration\\Writer\\CountryWriter'] = new \SwagMigrationAssistant\Migration\Writer\CountryWriter(($this->services['Shopware\\Core\\Framework\\DataAbstractionLayer\\Write\\EntityWriter'] ?? $this->getEntityWriterService()), ($this->services['Shopware\\Core\\System\\Country\\CountryDefinition'] ?? $this->getCountryDefinitionService()));
  43695.     }
  43696.     /**
  43697.      * Gets the private 'SwagMigrationAssistant\Migration\Writer\CrossSellingWriter' shared service.
  43698.      *
  43699.      * @return \SwagMigrationAssistant\Migration\Writer\CrossSellingWriter
  43700.      */
  43701.     protected function getCrossSellingWriterService()
  43702.     {
  43703.         include_once \dirname(__DIR__4).'/vendor/store.shopware.com/swagmigrationassistant/Migration/Writer/WriterInterface.php';
  43704.         include_once \dirname(__DIR__4).'/vendor/store.shopware.com/swagmigrationassistant/Migration/Writer/AbstractWriter.php';
  43705.         include_once \dirname(__DIR__4).'/vendor/store.shopware.com/swagmigrationassistant/Migration/Writer/CrossSellingWriter.php';
  43706.         return $this->privates['SwagMigrationAssistant\\Migration\\Writer\\CrossSellingWriter'] = new \SwagMigrationAssistant\Migration\Writer\CrossSellingWriter(($this->services['Shopware\\Core\\Framework\\DataAbstractionLayer\\Write\\EntityWriter'] ?? $this->getEntityWriterService()), ($this->services['Shopware\\Core\\Content\\Product\\Aggregate\\ProductCrossSelling\\ProductCrossSellingDefinition'] ?? $this->getProductCrossSellingDefinitionService()));
  43707.     }
  43708.     /**
  43709.      * Gets the private 'SwagMigrationAssistant\Migration\Writer\CurrencyWriter' shared service.
  43710.      *
  43711.      * @return \SwagMigrationAssistant\Migration\Writer\CurrencyWriter
  43712.      */
  43713.     protected function getCurrencyWriterService()
  43714.     {
  43715.         include_once \dirname(__DIR__4).'/vendor/store.shopware.com/swagmigrationassistant/Migration/Writer/WriterInterface.php';
  43716.         include_once \dirname(__DIR__4).'/vendor/store.shopware.com/swagmigrationassistant/Migration/Writer/AbstractWriter.php';
  43717.         include_once \dirname(__DIR__4).'/vendor/store.shopware.com/swagmigrationassistant/Migration/Writer/CurrencyWriter.php';
  43718.         return $this->privates['SwagMigrationAssistant\\Migration\\Writer\\CurrencyWriter'] = new \SwagMigrationAssistant\Migration\Writer\CurrencyWriter(($this->services['Shopware\\Core\\Framework\\DataAbstractionLayer\\Write\\EntityWriter'] ?? $this->getEntityWriterService()), ($this->services['Shopware\\Core\\System\\Currency\\CurrencyDefinition'] ?? $this->getCurrencyDefinitionService()));
  43719.     }
  43720.     /**
  43721.      * Gets the private 'SwagMigrationAssistant\Migration\Writer\CustomerAttributeWriter' shared service.
  43722.      *
  43723.      * @return \SwagMigrationAssistant\Migration\Writer\CustomerAttributeWriter
  43724.      */
  43725.     protected function getCustomerAttributeWriterService()
  43726.     {
  43727.         include_once \dirname(__DIR__4).'/vendor/store.shopware.com/swagmigrationassistant/Migration/Writer/WriterInterface.php';
  43728.         include_once \dirname(__DIR__4).'/vendor/store.shopware.com/swagmigrationassistant/Migration/Writer/AbstractWriter.php';
  43729.         include_once \dirname(__DIR__4).'/vendor/store.shopware.com/swagmigrationassistant/Migration/Writer/CustomerAttributeWriter.php';
  43730.         return $this->privates['SwagMigrationAssistant\\Migration\\Writer\\CustomerAttributeWriter'] = new \SwagMigrationAssistant\Migration\Writer\CustomerAttributeWriter(($this->services['Shopware\\Core\\Framework\\DataAbstractionLayer\\Write\\EntityWriter'] ?? $this->getEntityWriterService()), ($this->services['Shopware\\Core\\System\\CustomField\\Aggregate\\CustomFieldSet\\CustomFieldSetDefinition'] ?? $this->getCustomFieldSetDefinitionService()));
  43731.     }
  43732.     /**
  43733.      * Gets the private 'SwagMigrationAssistant\Migration\Writer\CustomerGroupAttributeWriter' shared service.
  43734.      *
  43735.      * @return \SwagMigrationAssistant\Migration\Writer\CustomerGroupAttributeWriter
  43736.      */
  43737.     protected function getCustomerGroupAttributeWriterService()
  43738.     {
  43739.         include_once \dirname(__DIR__4).'/vendor/store.shopware.com/swagmigrationassistant/Migration/Writer/WriterInterface.php';
  43740.         include_once \dirname(__DIR__4).'/vendor/store.shopware.com/swagmigrationassistant/Migration/Writer/AbstractWriter.php';
  43741.         include_once \dirname(__DIR__4).'/vendor/store.shopware.com/swagmigrationassistant/Migration/Writer/CustomerGroupAttributeWriter.php';
  43742.         return $this->privates['SwagMigrationAssistant\\Migration\\Writer\\CustomerGroupAttributeWriter'] = new \SwagMigrationAssistant\Migration\Writer\CustomerGroupAttributeWriter(($this->services['Shopware\\Core\\Framework\\DataAbstractionLayer\\Write\\EntityWriter'] ?? $this->getEntityWriterService()), ($this->services['Shopware\\Core\\System\\CustomField\\Aggregate\\CustomFieldSet\\CustomFieldSetDefinition'] ?? $this->getCustomFieldSetDefinitionService()));
  43743.     }
  43744.     /**
  43745.      * Gets the private 'SwagMigrationAssistant\Migration\Writer\CustomerGroupWriter' shared service.
  43746.      *
  43747.      * @return \SwagMigrationAssistant\Migration\Writer\CustomerGroupWriter
  43748.      */
  43749.     protected function getCustomerGroupWriterService()
  43750.     {
  43751.         include_once \dirname(__DIR__4).'/vendor/store.shopware.com/swagmigrationassistant/Migration/Writer/WriterInterface.php';
  43752.         include_once \dirname(__DIR__4).'/vendor/store.shopware.com/swagmigrationassistant/Migration/Writer/AbstractWriter.php';
  43753.         include_once \dirname(__DIR__4).'/vendor/store.shopware.com/swagmigrationassistant/Migration/Writer/CustomerGroupWriter.php';
  43754.         return $this->privates['SwagMigrationAssistant\\Migration\\Writer\\CustomerGroupWriter'] = new \SwagMigrationAssistant\Migration\Writer\CustomerGroupWriter(($this->services['Shopware\\Core\\Framework\\DataAbstractionLayer\\Write\\EntityWriter'] ?? $this->getEntityWriterService()), ($this->services['Shopware\\Core\\Checkout\\Customer\\Aggregate\\CustomerGroup\\CustomerGroupDefinition'] ?? $this->getCustomerGroupDefinitionService()));
  43755.     }
  43756.     /**
  43757.      * Gets the private 'SwagMigrationAssistant\Migration\Writer\CustomerWishlistWriter' shared service.
  43758.      *
  43759.      * @return \SwagMigrationAssistant\Migration\Writer\CustomerWishlistWriter
  43760.      */
  43761.     protected function getCustomerWishlistWriterService()
  43762.     {
  43763.         include_once \dirname(__DIR__4).'/vendor/store.shopware.com/swagmigrationassistant/Migration/Writer/WriterInterface.php';
  43764.         include_once \dirname(__DIR__4).'/vendor/store.shopware.com/swagmigrationassistant/Migration/Writer/AbstractWriter.php';
  43765.         include_once \dirname(__DIR__4).'/vendor/store.shopware.com/swagmigrationassistant/Migration/Writer/CustomerWishlistWriter.php';
  43766.         return $this->privates['SwagMigrationAssistant\\Migration\\Writer\\CustomerWishlistWriter'] = new \SwagMigrationAssistant\Migration\Writer\CustomerWishlistWriter(($this->services['Shopware\\Core\\Framework\\DataAbstractionLayer\\Write\\EntityWriter'] ?? $this->getEntityWriterService()), ($this->services['Shopware\\Core\\Checkout\\Customer\\Aggregate\\CustomerWishlist\\CustomerWishlistDefinition'] ?? $this->getCustomerWishlistDefinitionService()));
  43767.     }
  43768.     /**
  43769.      * Gets the private 'SwagMigrationAssistant\Migration\Writer\CustomerWriter' shared service.
  43770.      *
  43771.      * @return \SwagMigrationAssistant\Migration\Writer\CustomerWriter
  43772.      */
  43773.     protected function getCustomerWriterService()
  43774.     {
  43775.         include_once \dirname(__DIR__4).'/vendor/store.shopware.com/swagmigrationassistant/Migration/Writer/WriterInterface.php';
  43776.         include_once \dirname(__DIR__4).'/vendor/store.shopware.com/swagmigrationassistant/Migration/Writer/AbstractWriter.php';
  43777.         include_once \dirname(__DIR__4).'/vendor/store.shopware.com/swagmigrationassistant/Migration/Writer/CustomerWriter.php';
  43778.         return $this->privates['SwagMigrationAssistant\\Migration\\Writer\\CustomerWriter'] = new \SwagMigrationAssistant\Migration\Writer\CustomerWriter(($this->services['Shopware\\Core\\Framework\\DataAbstractionLayer\\Write\\EntityWriter'] ?? $this->getEntityWriterService()), ($this->services['Shopware\\Core\\Checkout\\Customer\\CustomerDefinition'] ?? $this->getCustomerDefinitionService()));
  43779.     }
  43780.     /**
  43781.      * Gets the private 'SwagMigrationAssistant\Migration\Writer\LanguageWriter' shared service.
  43782.      *
  43783.      * @return \SwagMigrationAssistant\Migration\Writer\LanguageWriter
  43784.      */
  43785.     protected function getLanguageWriterService()
  43786.     {
  43787.         include_once \dirname(__DIR__4).'/vendor/store.shopware.com/swagmigrationassistant/Migration/Writer/WriterInterface.php';
  43788.         include_once \dirname(__DIR__4).'/vendor/store.shopware.com/swagmigrationassistant/Migration/Writer/AbstractWriter.php';
  43789.         include_once \dirname(__DIR__4).'/vendor/store.shopware.com/swagmigrationassistant/Migration/Writer/LanguageWriter.php';
  43790.         return $this->privates['SwagMigrationAssistant\\Migration\\Writer\\LanguageWriter'] = new \SwagMigrationAssistant\Migration\Writer\LanguageWriter(($this->services['Shopware\\Core\\Framework\\DataAbstractionLayer\\Write\\EntityWriter'] ?? $this->getEntityWriterService()), ($this->services['Shopware\\Core\\System\\Language\\LanguageDefinition'] ?? $this->getLanguageDefinitionService()));
  43791.     }
  43792.     /**
  43793.      * Gets the private 'SwagMigrationAssistant\Migration\Writer\MainVariantRelationWriter' shared service.
  43794.      *
  43795.      * @return \SwagMigrationAssistant\Migration\Writer\MainVariantRelationWriter
  43796.      */
  43797.     protected function getMainVariantRelationWriterService()
  43798.     {
  43799.         include_once \dirname(__DIR__4).'/vendor/store.shopware.com/swagmigrationassistant/Migration/Writer/WriterInterface.php';
  43800.         include_once \dirname(__DIR__4).'/vendor/store.shopware.com/swagmigrationassistant/Migration/Writer/AbstractWriter.php';
  43801.         include_once \dirname(__DIR__4).'/vendor/store.shopware.com/swagmigrationassistant/Migration/Writer/MainVariantRelationWriter.php';
  43802.         return $this->privates['SwagMigrationAssistant\\Migration\\Writer\\MainVariantRelationWriter'] = new \SwagMigrationAssistant\Migration\Writer\MainVariantRelationWriter(($this->services['Shopware\\Core\\Framework\\DataAbstractionLayer\\Write\\EntityWriter'] ?? $this->getEntityWriterService()), ($this->services['Shopware\\Core\\Content\\Product\\ProductDefinition'] ?? $this->getProductDefinitionService()));
  43803.     }
  43804.     /**
  43805.      * Gets the private 'SwagMigrationAssistant\Migration\Writer\ManufacturerAttributeWriter' shared service.
  43806.      *
  43807.      * @return \SwagMigrationAssistant\Migration\Writer\ManufacturerAttributeWriter
  43808.      */
  43809.     protected function getManufacturerAttributeWriterService()
  43810.     {
  43811.         include_once \dirname(__DIR__4).'/vendor/store.shopware.com/swagmigrationassistant/Migration/Writer/WriterInterface.php';
  43812.         include_once \dirname(__DIR__4).'/vendor/store.shopware.com/swagmigrationassistant/Migration/Writer/AbstractWriter.php';
  43813.         include_once \dirname(__DIR__4).'/vendor/store.shopware.com/swagmigrationassistant/Migration/Writer/ManufacturerAttributeWriter.php';
  43814.         return $this->privates['SwagMigrationAssistant\\Migration\\Writer\\ManufacturerAttributeWriter'] = new \SwagMigrationAssistant\Migration\Writer\ManufacturerAttributeWriter(($this->services['Shopware\\Core\\Framework\\DataAbstractionLayer\\Write\\EntityWriter'] ?? $this->getEntityWriterService()), ($this->services['Shopware\\Core\\System\\CustomField\\Aggregate\\CustomFieldSet\\CustomFieldSetDefinition'] ?? $this->getCustomFieldSetDefinitionService()));
  43815.     }
  43816.     /**
  43817.      * Gets the private 'SwagMigrationAssistant\Migration\Writer\MediaFolderWriter' shared service.
  43818.      *
  43819.      * @return \SwagMigrationAssistant\Migration\Writer\MediaFolderWriter
  43820.      */
  43821.     protected function getMediaFolderWriterService()
  43822.     {
  43823.         include_once \dirname(__DIR__4).'/vendor/store.shopware.com/swagmigrationassistant/Migration/Writer/WriterInterface.php';
  43824.         include_once \dirname(__DIR__4).'/vendor/store.shopware.com/swagmigrationassistant/Migration/Writer/AbstractWriter.php';
  43825.         include_once \dirname(__DIR__4).'/vendor/store.shopware.com/swagmigrationassistant/Migration/Writer/MediaFolderWriter.php';
  43826.         return $this->privates['SwagMigrationAssistant\\Migration\\Writer\\MediaFolderWriter'] = new \SwagMigrationAssistant\Migration\Writer\MediaFolderWriter(($this->services['Shopware\\Core\\Framework\\DataAbstractionLayer\\Write\\EntityWriter'] ?? $this->getEntityWriterService()), ($this->services['Shopware\\Core\\Content\\Media\\Aggregate\\MediaFolder\\MediaFolderDefinition'] ?? $this->getMediaFolderDefinitionService()), ($this->services['media_folder.repository'] ?? $this->getMediaFolder_RepositoryService()));
  43827.     }
  43828.     /**
  43829.      * Gets the private 'SwagMigrationAssistant\Migration\Writer\MediaWriter' shared service.
  43830.      *
  43831.      * @return \SwagMigrationAssistant\Migration\Writer\MediaWriter
  43832.      */
  43833.     protected function getMediaWriterService()
  43834.     {
  43835.         include_once \dirname(__DIR__4).'/vendor/store.shopware.com/swagmigrationassistant/Migration/Writer/WriterInterface.php';
  43836.         include_once \dirname(__DIR__4).'/vendor/store.shopware.com/swagmigrationassistant/Migration/Writer/AbstractWriter.php';
  43837.         include_once \dirname(__DIR__4).'/vendor/store.shopware.com/swagmigrationassistant/Migration/Writer/MediaWriter.php';
  43838.         return $this->privates['SwagMigrationAssistant\\Migration\\Writer\\MediaWriter'] = new \SwagMigrationAssistant\Migration\Writer\MediaWriter(($this->services['Shopware\\Core\\Framework\\DataAbstractionLayer\\Write\\EntityWriter'] ?? $this->getEntityWriterService()), ($this->services['Shopware\\Core\\Content\\Media\\MediaDefinition'] ?? $this->getMediaDefinitionService()));
  43839.     }
  43840.     /**
  43841.      * Gets the private 'SwagMigrationAssistant\Migration\Writer\NewsletterRecipientWriter' shared service.
  43842.      *
  43843.      * @return \SwagMigrationAssistant\Migration\Writer\NewsletterRecipientWriter
  43844.      */
  43845.     protected function getNewsletterRecipientWriterService()
  43846.     {
  43847.         include_once \dirname(__DIR__4).'/vendor/store.shopware.com/swagmigrationassistant/Migration/Writer/WriterInterface.php';
  43848.         include_once \dirname(__DIR__4).'/vendor/store.shopware.com/swagmigrationassistant/Migration/Writer/AbstractWriter.php';
  43849.         include_once \dirname(__DIR__4).'/vendor/store.shopware.com/swagmigrationassistant/Migration/Writer/NewsletterRecipientWriter.php';
  43850.         return $this->privates['SwagMigrationAssistant\\Migration\\Writer\\NewsletterRecipientWriter'] = new \SwagMigrationAssistant\Migration\Writer\NewsletterRecipientWriter(($this->services['Shopware\\Core\\Framework\\DataAbstractionLayer\\Write\\EntityWriter'] ?? $this->getEntityWriterService()), ($this->services['Shopware\\Core\\Content\\Newsletter\\Aggregate\\NewsletterRecipient\\NewsletterRecipientDefinition'] ?? $this->getNewsletterRecipientDefinitionService()));
  43851.     }
  43852.     /**
  43853.      * Gets the private 'SwagMigrationAssistant\Migration\Writer\NumberRangeWriter' shared service.
  43854.      *
  43855.      * @return \SwagMigrationAssistant\Migration\Writer\NumberRangeWriter
  43856.      */
  43857.     protected function getNumberRangeWriterService()
  43858.     {
  43859.         include_once \dirname(__DIR__4).'/vendor/store.shopware.com/swagmigrationassistant/Migration/Writer/WriterInterface.php';
  43860.         include_once \dirname(__DIR__4).'/vendor/store.shopware.com/swagmigrationassistant/Migration/Writer/AbstractWriter.php';
  43861.         include_once \dirname(__DIR__4).'/vendor/store.shopware.com/swagmigrationassistant/Migration/Writer/NumberRangeWriter.php';
  43862.         return $this->privates['SwagMigrationAssistant\\Migration\\Writer\\NumberRangeWriter'] = new \SwagMigrationAssistant\Migration\Writer\NumberRangeWriter(($this->services['Shopware\\Core\\Framework\\DataAbstractionLayer\\Write\\EntityWriter'] ?? $this->getEntityWriterService()), ($this->services['Shopware\\Core\\System\\NumberRange\\NumberRangeDefinition'] ?? $this->getNumberRangeDefinitionService()));
  43863.     }
  43864.     /**
  43865.      * Gets the private 'SwagMigrationAssistant\Migration\Writer\OrderAttributeWriter' shared service.
  43866.      *
  43867.      * @return \SwagMigrationAssistant\Migration\Writer\OrderAttributeWriter
  43868.      */
  43869.     protected function getOrderAttributeWriterService()
  43870.     {
  43871.         include_once \dirname(__DIR__4).'/vendor/store.shopware.com/swagmigrationassistant/Migration/Writer/WriterInterface.php';
  43872.         include_once \dirname(__DIR__4).'/vendor/store.shopware.com/swagmigrationassistant/Migration/Writer/AbstractWriter.php';
  43873.         include_once \dirname(__DIR__4).'/vendor/store.shopware.com/swagmigrationassistant/Migration/Writer/OrderAttributeWriter.php';
  43874.         return $this->privates['SwagMigrationAssistant\\Migration\\Writer\\OrderAttributeWriter'] = new \SwagMigrationAssistant\Migration\Writer\OrderAttributeWriter(($this->services['Shopware\\Core\\Framework\\DataAbstractionLayer\\Write\\EntityWriter'] ?? $this->getEntityWriterService()), ($this->services['Shopware\\Core\\System\\CustomField\\Aggregate\\CustomFieldSet\\CustomFieldSetDefinition'] ?? $this->getCustomFieldSetDefinitionService()));
  43875.     }
  43876.     /**
  43877.      * Gets the private 'SwagMigrationAssistant\Migration\Writer\OrderDocumentAttributeWriter' shared service.
  43878.      *
  43879.      * @return \SwagMigrationAssistant\Migration\Writer\OrderDocumentAttributeWriter
  43880.      */
  43881.     protected function getOrderDocumentAttributeWriterService()
  43882.     {
  43883.         include_once \dirname(__DIR__4).'/vendor/store.shopware.com/swagmigrationassistant/Migration/Writer/WriterInterface.php';
  43884.         include_once \dirname(__DIR__4).'/vendor/store.shopware.com/swagmigrationassistant/Migration/Writer/AbstractWriter.php';
  43885.         include_once \dirname(__DIR__4).'/vendor/store.shopware.com/swagmigrationassistant/Migration/Writer/OrderDocumentAttributeWriter.php';
  43886.         return $this->privates['SwagMigrationAssistant\\Migration\\Writer\\OrderDocumentAttributeWriter'] = new \SwagMigrationAssistant\Migration\Writer\OrderDocumentAttributeWriter(($this->services['Shopware\\Core\\Framework\\DataAbstractionLayer\\Write\\EntityWriter'] ?? $this->getEntityWriterService()), ($this->services['Shopware\\Core\\System\\CustomField\\Aggregate\\CustomFieldSet\\CustomFieldSetDefinition'] ?? $this->getCustomFieldSetDefinitionService()));
  43887.     }
  43888.     /**
  43889.      * Gets the private 'SwagMigrationAssistant\Migration\Writer\OrderDocumentWriter' shared service.
  43890.      *
  43891.      * @return \SwagMigrationAssistant\Migration\Writer\OrderDocumentWriter
  43892.      */
  43893.     protected function getOrderDocumentWriterService()
  43894.     {
  43895.         include_once \dirname(__DIR__4).'/vendor/store.shopware.com/swagmigrationassistant/Migration/Writer/WriterInterface.php';
  43896.         include_once \dirname(__DIR__4).'/vendor/store.shopware.com/swagmigrationassistant/Migration/Writer/AbstractWriter.php';
  43897.         include_once \dirname(__DIR__4).'/vendor/store.shopware.com/swagmigrationassistant/Migration/Writer/OrderDocumentWriter.php';
  43898.         return $this->privates['SwagMigrationAssistant\\Migration\\Writer\\OrderDocumentWriter'] = new \SwagMigrationAssistant\Migration\Writer\OrderDocumentWriter(($this->services['Shopware\\Core\\Framework\\DataAbstractionLayer\\Write\\EntityWriter'] ?? $this->getEntityWriterService()), ($this->services['Shopware\\Core\\Checkout\\Document\\DocumentDefinition'] ?? $this->getDocumentDefinitionService()));
  43899.     }
  43900.     /**
  43901.      * Gets the private 'SwagMigrationAssistant\Migration\Writer\OrderWriter' shared service.
  43902.      *
  43903.      * @return \SwagMigrationAssistant\Migration\Writer\OrderWriter
  43904.      */
  43905.     protected function getOrderWriterService()
  43906.     {
  43907.         include_once \dirname(__DIR__4).'/vendor/store.shopware.com/swagmigrationassistant/Migration/Writer/WriterInterface.php';
  43908.         include_once \dirname(__DIR__4).'/vendor/store.shopware.com/swagmigrationassistant/Migration/Writer/AbstractWriter.php';
  43909.         include_once \dirname(__DIR__4).'/vendor/store.shopware.com/swagmigrationassistant/Migration/Writer/OrderWriter.php';
  43910.         return $this->privates['SwagMigrationAssistant\\Migration\\Writer\\OrderWriter'] = new \SwagMigrationAssistant\Migration\Writer\OrderWriter(($this->services['Shopware\\Core\\Framework\\DataAbstractionLayer\\Write\\EntityWriter'] ?? $this->getEntityWriterService()), ($this->services['Shopware\\Core\\Checkout\\Order\\OrderDefinition'] ?? $this->getOrderDefinitionService()), ($this->privates['Shopware\\Core\\Framework\\Struct\\Serializer\\StructNormalizer'] ?? ($this->privates['Shopware\\Core\\Framework\\Struct\\Serializer\\StructNormalizer'] = new \Shopware\Core\Framework\Struct\Serializer\StructNormalizer())));
  43911.     }
  43912.     /**
  43913.      * Gets the private 'SwagMigrationAssistant\Migration\Writer\ProductAttributeWriter' shared service.
  43914.      *
  43915.      * @return \SwagMigrationAssistant\Migration\Writer\ProductAttributeWriter
  43916.      */
  43917.     protected function getProductAttributeWriterService()
  43918.     {
  43919.         include_once \dirname(__DIR__4).'/vendor/store.shopware.com/swagmigrationassistant/Migration/Writer/WriterInterface.php';
  43920.         include_once \dirname(__DIR__4).'/vendor/store.shopware.com/swagmigrationassistant/Migration/Writer/AbstractWriter.php';
  43921.         include_once \dirname(__DIR__4).'/vendor/store.shopware.com/swagmigrationassistant/Migration/Writer/ProductAttributeWriter.php';
  43922.         return $this->privates['SwagMigrationAssistant\\Migration\\Writer\\ProductAttributeWriter'] = new \SwagMigrationAssistant\Migration\Writer\ProductAttributeWriter(($this->services['Shopware\\Core\\Framework\\DataAbstractionLayer\\Write\\EntityWriter'] ?? $this->getEntityWriterService()), ($this->services['Shopware\\Core\\System\\CustomField\\Aggregate\\CustomFieldSet\\CustomFieldSetDefinition'] ?? $this->getCustomFieldSetDefinitionService()));
  43923.     }
  43924.     /**
  43925.      * Gets the private 'SwagMigrationAssistant\Migration\Writer\ProductPriceAttributeWriter' shared service.
  43926.      *
  43927.      * @return \SwagMigrationAssistant\Migration\Writer\ProductPriceAttributeWriter
  43928.      */
  43929.     protected function getProductPriceAttributeWriterService()
  43930.     {
  43931.         include_once \dirname(__DIR__4).'/vendor/store.shopware.com/swagmigrationassistant/Migration/Writer/WriterInterface.php';
  43932.         include_once \dirname(__DIR__4).'/vendor/store.shopware.com/swagmigrationassistant/Migration/Writer/AbstractWriter.php';
  43933.         include_once \dirname(__DIR__4).'/vendor/store.shopware.com/swagmigrationassistant/Migration/Writer/ProductPriceAttributeWriter.php';
  43934.         return $this->privates['SwagMigrationAssistant\\Migration\\Writer\\ProductPriceAttributeWriter'] = new \SwagMigrationAssistant\Migration\Writer\ProductPriceAttributeWriter(($this->services['Shopware\\Core\\Framework\\DataAbstractionLayer\\Write\\EntityWriter'] ?? $this->getEntityWriterService()), ($this->services['Shopware\\Core\\System\\CustomField\\Aggregate\\CustomFieldSet\\CustomFieldSetDefinition'] ?? $this->getCustomFieldSetDefinitionService()));
  43935.     }
  43936.     /**
  43937.      * Gets the private 'SwagMigrationAssistant\Migration\Writer\ProductReviewWriter' shared service.
  43938.      *
  43939.      * @return \SwagMigrationAssistant\Migration\Writer\ProductReviewWriter
  43940.      */
  43941.     protected function getProductReviewWriterService()
  43942.     {
  43943.         include_once \dirname(__DIR__4).'/vendor/store.shopware.com/swagmigrationassistant/Migration/Writer/WriterInterface.php';
  43944.         include_once \dirname(__DIR__4).'/vendor/store.shopware.com/swagmigrationassistant/Migration/Writer/AbstractWriter.php';
  43945.         include_once \dirname(__DIR__4).'/vendor/store.shopware.com/swagmigrationassistant/Migration/Writer/ProductReviewWriter.php';
  43946.         return $this->privates['SwagMigrationAssistant\\Migration\\Writer\\ProductReviewWriter'] = new \SwagMigrationAssistant\Migration\Writer\ProductReviewWriter(($this->services['Shopware\\Core\\Framework\\DataAbstractionLayer\\Write\\EntityWriter'] ?? $this->getEntityWriterService()), ($this->services['Shopware\\Core\\Content\\Product\\Aggregate\\ProductReview\\ProductReviewDefinition'] ?? $this->getProductReviewDefinitionService()));
  43947.     }
  43948.     /**
  43949.      * Gets the private 'SwagMigrationAssistant\Migration\Writer\ProductWriter' shared service.
  43950.      *
  43951.      * @return \SwagMigrationAssistant\Migration\Writer\ProductWriter
  43952.      */
  43953.     protected function getProductWriterService()
  43954.     {
  43955.         include_once \dirname(__DIR__4).'/vendor/store.shopware.com/swagmigrationassistant/Migration/Writer/WriterInterface.php';
  43956.         include_once \dirname(__DIR__4).'/vendor/store.shopware.com/swagmigrationassistant/Migration/Writer/AbstractWriter.php';
  43957.         include_once \dirname(__DIR__4).'/vendor/store.shopware.com/swagmigrationassistant/Migration/Writer/ProductWriter.php';
  43958.         return $this->privates['SwagMigrationAssistant\\Migration\\Writer\\ProductWriter'] = new \SwagMigrationAssistant\Migration\Writer\ProductWriter(($this->services['Shopware\\Core\\Framework\\DataAbstractionLayer\\Write\\EntityWriter'] ?? $this->getEntityWriterService()), ($this->services['Shopware\\Core\\Content\\Product\\ProductDefinition'] ?? $this->getProductDefinitionService()));
  43959.     }
  43960.     /**
  43961.      * Gets the private 'SwagMigrationAssistant\Migration\Writer\PropertyGroupOptionWriter' shared service.
  43962.      *
  43963.      * @return \SwagMigrationAssistant\Migration\Writer\PropertyGroupOptionWriter
  43964.      */
  43965.     protected function getPropertyGroupOptionWriterService()
  43966.     {
  43967.         include_once \dirname(__DIR__4).'/vendor/store.shopware.com/swagmigrationassistant/Migration/Writer/WriterInterface.php';
  43968.         include_once \dirname(__DIR__4).'/vendor/store.shopware.com/swagmigrationassistant/Migration/Writer/AbstractWriter.php';
  43969.         include_once \dirname(__DIR__4).'/vendor/store.shopware.com/swagmigrationassistant/Migration/Writer/PropertyGroupOptionWriter.php';
  43970.         return $this->privates['SwagMigrationAssistant\\Migration\\Writer\\PropertyGroupOptionWriter'] = new \SwagMigrationAssistant\Migration\Writer\PropertyGroupOptionWriter(($this->services['Shopware\\Core\\Framework\\DataAbstractionLayer\\Write\\EntityWriter'] ?? $this->getEntityWriterService()), ($this->services['Shopware\\Core\\Content\\Property\\Aggregate\\PropertyGroupOption\\PropertyGroupOptionDefinition'] ?? $this->getPropertyGroupOptionDefinitionService()));
  43971.     }
  43972.     /**
  43973.      * Gets the private 'SwagMigrationAssistant\Migration\Writer\SalesChannelWriter' shared service.
  43974.      *
  43975.      * @return \SwagMigrationAssistant\Migration\Writer\SalesChannelWriter
  43976.      */
  43977.     protected function getSalesChannelWriterService()
  43978.     {
  43979.         include_once \dirname(__DIR__4).'/vendor/store.shopware.com/swagmigrationassistant/Migration/Writer/WriterInterface.php';
  43980.         include_once \dirname(__DIR__4).'/vendor/store.shopware.com/swagmigrationassistant/Migration/Writer/AbstractWriter.php';
  43981.         include_once \dirname(__DIR__4).'/vendor/store.shopware.com/swagmigrationassistant/Migration/Writer/SalesChannelWriter.php';
  43982.         return $this->privates['SwagMigrationAssistant\\Migration\\Writer\\SalesChannelWriter'] = new \SwagMigrationAssistant\Migration\Writer\SalesChannelWriter(($this->services['Shopware\\Core\\Framework\\DataAbstractionLayer\\Write\\EntityWriter'] ?? $this->getEntityWriterService()), ($this->services['Shopware\\Core\\System\\SalesChannel\\SalesChannelDefinition'] ?? $this->getSalesChannelDefinitionService()));
  43983.     }
  43984.     /**
  43985.      * Gets the private 'SwagMigrationAssistant\Migration\Writer\SeoUrlWriter' shared service.
  43986.      *
  43987.      * @return \SwagMigrationAssistant\Migration\Writer\SeoUrlWriter
  43988.      */
  43989.     protected function getSeoUrlWriterService()
  43990.     {
  43991.         include_once \dirname(__DIR__4).'/vendor/store.shopware.com/swagmigrationassistant/Migration/Writer/WriterInterface.php';
  43992.         include_once \dirname(__DIR__4).'/vendor/store.shopware.com/swagmigrationassistant/Migration/Writer/AbstractWriter.php';
  43993.         include_once \dirname(__DIR__4).'/vendor/store.shopware.com/swagmigrationassistant/Migration/Writer/SeoUrlWriter.php';
  43994.         return $this->privates['SwagMigrationAssistant\\Migration\\Writer\\SeoUrlWriter'] = new \SwagMigrationAssistant\Migration\Writer\SeoUrlWriter(($this->services['Shopware\\Core\\Framework\\DataAbstractionLayer\\Write\\EntityWriter'] ?? $this->getEntityWriterService()), ($this->services['Shopware\\Core\\Content\\Seo\\SeoUrl\\SeoUrlDefinition'] ?? $this->getSeoUrlDefinitionService()));
  43995.     }
  43996.     /**
  43997.      * Gets the private 'SwagMigrationAssistant\Migration\Writer\ShippingMethodWriter' shared service.
  43998.      *
  43999.      * @return \SwagMigrationAssistant\Migration\Writer\ShippingMethodWriter
  44000.      */
  44001.     protected function getShippingMethodWriterService()
  44002.     {
  44003.         include_once \dirname(__DIR__4).'/vendor/store.shopware.com/swagmigrationassistant/Migration/Writer/WriterInterface.php';
  44004.         include_once \dirname(__DIR__4).'/vendor/store.shopware.com/swagmigrationassistant/Migration/Writer/AbstractWriter.php';
  44005.         include_once \dirname(__DIR__4).'/vendor/store.shopware.com/swagmigrationassistant/Migration/Writer/ShippingMethodWriter.php';
  44006.         return $this->privates['SwagMigrationAssistant\\Migration\\Writer\\ShippingMethodWriter'] = new \SwagMigrationAssistant\Migration\Writer\ShippingMethodWriter(($this->services['Shopware\\Core\\Framework\\DataAbstractionLayer\\Write\\EntityWriter'] ?? $this->getEntityWriterService()), ($this->services['Shopware\\Core\\Checkout\\Shipping\\ShippingMethodDefinition'] ?? $this->getShippingMethodDefinitionService()));
  44007.     }
  44008.     /**
  44009.      * Gets the private 'SwagMigrationAssistant\Migration\Writer\TranslationWriter' shared service.
  44010.      *
  44011.      * @return \SwagMigrationAssistant\Migration\Writer\TranslationWriter
  44012.      */
  44013.     protected function getTranslationWriterService()
  44014.     {
  44015.         include_once \dirname(__DIR__4).'/vendor/store.shopware.com/swagmigrationassistant/Migration/Writer/WriterInterface.php';
  44016.         include_once \dirname(__DIR__4).'/vendor/store.shopware.com/swagmigrationassistant/Migration/Writer/TranslationWriter.php';
  44017.         return $this->privates['SwagMigrationAssistant\\Migration\\Writer\\TranslationWriter'] = new \SwagMigrationAssistant\Migration\Writer\TranslationWriter(($this->services['Shopware\\Core\\Framework\\DataAbstractionLayer\\Write\\EntityWriter'] ?? $this->getEntityWriterService()), ($this->services['Shopware\\Core\\Framework\\DataAbstractionLayer\\DefinitionInstanceRegistry'] ?? $this->getDefinitionInstanceRegistryService()));
  44018.     }
  44019.     /**
  44020.      * Gets the private 'SwagMigrationAssistant\Profile\Shopware54\Converter\Shopware54CategoryAttributeConverter' shared service.
  44021.      *
  44022.      * @return \SwagMigrationAssistant\Profile\Shopware54\Converter\Shopware54CategoryAttributeConverter
  44023.      */
  44024.     protected function getShopware54CategoryAttributeConverterService()
  44025.     {
  44026.         include_once \dirname(__DIR__4).'/vendor/store.shopware.com/swagmigrationassistant/Migration/Converter/ConverterInterface.php';
  44027.         include_once \dirname(__DIR__4).'/vendor/store.shopware.com/swagmigrationassistant/Migration/Converter/Converter.php';
  44028.         include_once \dirname(__DIR__4).'/vendor/store.shopware.com/swagmigrationassistant/Profile/Shopware/Converter/AttributeConverter.php';
  44029.         include_once \dirname(__DIR__4).'/vendor/store.shopware.com/swagmigrationassistant/Profile/Shopware/Converter/CategoryAttributeConverter.php';
  44030.         include_once \dirname(__DIR__4).'/vendor/store.shopware.com/swagmigrationassistant/Profile/Shopware54/Converter/Shopware54CategoryAttributeConverter.php';
  44031.         return $this->privates['SwagMigrationAssistant\\Profile\\Shopware54\\Converter\\Shopware54CategoryAttributeConverter'] = new \SwagMigrationAssistant\Profile\Shopware54\Converter\Shopware54CategoryAttributeConverter(($this->privates['SwagMigrationAssistant\\Migration\\Mapping\\MappingService'] ?? $this->getMappingServiceService()), ($this->privates['SwagMigrationAssistant\\Migration\\Logging\\LoggingService'] ?? $this->getLoggingService2Service()));
  44032.     }
  44033.     /**
  44034.      * Gets the private 'SwagMigrationAssistant\Profile\Shopware54\Converter\Shopware54CategoryConverter' shared service.
  44035.      *
  44036.      * @return \SwagMigrationAssistant\Profile\Shopware54\Converter\Shopware54CategoryConverter
  44037.      */
  44038.     protected function getShopware54CategoryConverterService()
  44039.     {
  44040.         include_once \dirname(__DIR__4).'/vendor/store.shopware.com/swagmigrationassistant/Migration/Converter/ConverterInterface.php';
  44041.         include_once \dirname(__DIR__4).'/vendor/store.shopware.com/swagmigrationassistant/Migration/Converter/Converter.php';
  44042.         include_once \dirname(__DIR__4).'/vendor/store.shopware.com/swagmigrationassistant/Profile/Shopware/Converter/ShopwareConverter.php';
  44043.         include_once \dirname(__DIR__4).'/vendor/store.shopware.com/swagmigrationassistant/Profile/Shopware/Converter/CategoryConverter.php';
  44044.         include_once \dirname(__DIR__4).'/vendor/store.shopware.com/swagmigrationassistant/Profile/Shopware54/Converter/Shopware54CategoryConverter.php';
  44045.         $a = ($this->privates['SwagMigrationAssistant\\Migration\\Media\\MediaFileService'] ?? $this->getMediaFileServiceService());
  44046.         if (isset($this->privates['SwagMigrationAssistant\\Profile\\Shopware54\\Converter\\Shopware54CategoryConverter'])) {
  44047.             return $this->privates['SwagMigrationAssistant\\Profile\\Shopware54\\Converter\\Shopware54CategoryConverter'];
  44048.         }
  44049.         return $this->privates['SwagMigrationAssistant\\Profile\\Shopware54\\Converter\\Shopware54CategoryConverter'] = new \SwagMigrationAssistant\Profile\Shopware54\Converter\Shopware54CategoryConverter(($this->privates['SwagMigrationAssistant\\Migration\\Mapping\\MappingService'] ?? $this->getMappingServiceService()), ($this->privates['SwagMigrationAssistant\\Migration\\Logging\\LoggingService'] ?? $this->getLoggingService2Service()), $a);
  44050.     }
  44051.     /**
  44052.      * Gets the private 'SwagMigrationAssistant\Profile\Shopware54\Converter\Shopware54CrossSellingConverter' shared service.
  44053.      *
  44054.      * @return \SwagMigrationAssistant\Profile\Shopware54\Converter\Shopware54CrossSellingConverter
  44055.      */
  44056.     protected function getShopware54CrossSellingConverterService()
  44057.     {
  44058.         include_once \dirname(__DIR__4).'/vendor/store.shopware.com/swagmigrationassistant/Migration/Converter/ConverterInterface.php';
  44059.         include_once \dirname(__DIR__4).'/vendor/store.shopware.com/swagmigrationassistant/Migration/Converter/Converter.php';
  44060.         include_once \dirname(__DIR__4).'/vendor/store.shopware.com/swagmigrationassistant/Profile/Shopware/Converter/ShopwareConverter.php';
  44061.         include_once \dirname(__DIR__4).'/vendor/store.shopware.com/swagmigrationassistant/Profile/Shopware/Converter/CrossSellingConverter.php';
  44062.         include_once \dirname(__DIR__4).'/vendor/store.shopware.com/swagmigrationassistant/Profile/Shopware54/Converter/Shopware54CrossSellingConverter.php';
  44063.         return $this->privates['SwagMigrationAssistant\\Profile\\Shopware54\\Converter\\Shopware54CrossSellingConverter'] = new \SwagMigrationAssistant\Profile\Shopware54\Converter\Shopware54CrossSellingConverter(($this->privates['SwagMigrationAssistant\\Migration\\Mapping\\MappingService'] ?? $this->getMappingServiceService()), ($this->privates['SwagMigrationAssistant\\Migration\\Logging\\LoggingService'] ?? $this->getLoggingService2Service()));
  44064.     }
  44065.     /**
  44066.      * Gets the private 'SwagMigrationAssistant\Profile\Shopware54\Converter\Shopware54CurrencyConverter' shared service.
  44067.      *
  44068.      * @return \SwagMigrationAssistant\Profile\Shopware54\Converter\Shopware54CurrencyConverter
  44069.      */
  44070.     protected function getShopware54CurrencyConverterService()
  44071.     {
  44072.         include_once \dirname(__DIR__4).'/vendor/store.shopware.com/swagmigrationassistant/Migration/Converter/ConverterInterface.php';
  44073.         include_once \dirname(__DIR__4).'/vendor/store.shopware.com/swagmigrationassistant/Migration/Converter/Converter.php';
  44074.         include_once \dirname(__DIR__4).'/vendor/store.shopware.com/swagmigrationassistant/Profile/Shopware/Converter/ShopwareConverter.php';
  44075.         include_once \dirname(__DIR__4).'/vendor/store.shopware.com/swagmigrationassistant/Profile/Shopware/Converter/CurrencyConverter.php';
  44076.         include_once \dirname(__DIR__4).'/vendor/store.shopware.com/swagmigrationassistant/Profile/Shopware54/Converter/Shopware54CurrencyConverter.php';
  44077.         return $this->privates['SwagMigrationAssistant\\Profile\\Shopware54\\Converter\\Shopware54CurrencyConverter'] = new \SwagMigrationAssistant\Profile\Shopware54\Converter\Shopware54CurrencyConverter(($this->privates['SwagMigrationAssistant\\Migration\\Mapping\\MappingService'] ?? $this->getMappingServiceService()), ($this->privates['SwagMigrationAssistant\\Migration\\Logging\\LoggingService'] ?? $this->getLoggingService2Service()));
  44078.     }
  44079.     /**
  44080.      * Gets the private 'SwagMigrationAssistant\Profile\Shopware54\Converter\Shopware54CustomerAttributeConverter' shared service.
  44081.      *
  44082.      * @return \SwagMigrationAssistant\Profile\Shopware54\Converter\Shopware54CustomerAttributeConverter
  44083.      */
  44084.     protected function getShopware54CustomerAttributeConverterService()
  44085.     {
  44086.         include_once \dirname(__DIR__4).'/vendor/store.shopware.com/swagmigrationassistant/Migration/Converter/ConverterInterface.php';
  44087.         include_once \dirname(__DIR__4).'/vendor/store.shopware.com/swagmigrationassistant/Migration/Converter/Converter.php';
  44088.         include_once \dirname(__DIR__4).'/vendor/store.shopware.com/swagmigrationassistant/Profile/Shopware/Converter/AttributeConverter.php';
  44089.         include_once \dirname(__DIR__4).'/vendor/store.shopware.com/swagmigrationassistant/Profile/Shopware/Converter/CustomerAttributeConverter.php';
  44090.         include_once \dirname(__DIR__4).'/vendor/store.shopware.com/swagmigrationassistant/Profile/Shopware54/Converter/Shopware54CustomerAttributeConverter.php';
  44091.         return $this->privates['SwagMigrationAssistant\\Profile\\Shopware54\\Converter\\Shopware54CustomerAttributeConverter'] = new \SwagMigrationAssistant\Profile\Shopware54\Converter\Shopware54CustomerAttributeConverter(($this->privates['SwagMigrationAssistant\\Migration\\Mapping\\MappingService'] ?? $this->getMappingServiceService()), ($this->privates['SwagMigrationAssistant\\Migration\\Logging\\LoggingService'] ?? $this->getLoggingService2Service()));
  44092.     }
  44093.     /**
  44094.      * Gets the private 'SwagMigrationAssistant\Profile\Shopware54\Converter\Shopware54CustomerConverter' shared service.
  44095.      *
  44096.      * @return \SwagMigrationAssistant\Profile\Shopware54\Converter\Shopware54CustomerConverter
  44097.      */
  44098.     protected function getShopware54CustomerConverterService()
  44099.     {
  44100.         include_once \dirname(__DIR__4).'/vendor/store.shopware.com/swagmigrationassistant/Migration/Converter/ConverterInterface.php';
  44101.         include_once \dirname(__DIR__4).'/vendor/store.shopware.com/swagmigrationassistant/Migration/Converter/Converter.php';
  44102.         include_once \dirname(__DIR__4).'/vendor/store.shopware.com/swagmigrationassistant/Profile/Shopware/Converter/ShopwareConverter.php';
  44103.         include_once \dirname(__DIR__4).'/vendor/store.shopware.com/swagmigrationassistant/Profile/Shopware/Converter/CustomerConverter.php';
  44104.         include_once \dirname(__DIR__4).'/vendor/store.shopware.com/swagmigrationassistant/Profile/Shopware54/Converter/Shopware54CustomerConverter.php';
  44105.         return $this->privates['SwagMigrationAssistant\\Profile\\Shopware54\\Converter\\Shopware54CustomerConverter'] = new \SwagMigrationAssistant\Profile\Shopware54\Converter\Shopware54CustomerConverter(($this->privates['SwagMigrationAssistant\\Migration\\Mapping\\MappingService'] ?? $this->getMappingServiceService()), ($this->privates['SwagMigrationAssistant\\Migration\\Logging\\LoggingService'] ?? $this->getLoggingService2Service()), ($this->services['.container.private.validator'] ?? $this->get_Container_Private_ValidatorService()));
  44106.     }
  44107.     /**
  44108.      * Gets the private 'SwagMigrationAssistant\Profile\Shopware54\Converter\Shopware54CustomerGroupAttributeConverter' shared service.
  44109.      *
  44110.      * @return \SwagMigrationAssistant\Profile\Shopware54\Converter\Shopware54CustomerGroupAttributeConverter
  44111.      */
  44112.     protected function getShopware54CustomerGroupAttributeConverterService()
  44113.     {
  44114.         include_once \dirname(__DIR__4).'/vendor/store.shopware.com/swagmigrationassistant/Migration/Converter/ConverterInterface.php';
  44115.         include_once \dirname(__DIR__4).'/vendor/store.shopware.com/swagmigrationassistant/Migration/Converter/Converter.php';
  44116.         include_once \dirname(__DIR__4).'/vendor/store.shopware.com/swagmigrationassistant/Profile/Shopware/Converter/AttributeConverter.php';
  44117.         include_once \dirname(__DIR__4).'/vendor/store.shopware.com/swagmigrationassistant/Profile/Shopware/Converter/CustomerGroupAttributeConverter.php';
  44118.         include_once \dirname(__DIR__4).'/vendor/store.shopware.com/swagmigrationassistant/Profile/Shopware54/Converter/Shopware54CustomerGroupAttributeConverter.php';
  44119.         return $this->privates['SwagMigrationAssistant\\Profile\\Shopware54\\Converter\\Shopware54CustomerGroupAttributeConverter'] = new \SwagMigrationAssistant\Profile\Shopware54\Converter\Shopware54CustomerGroupAttributeConverter(($this->privates['SwagMigrationAssistant\\Migration\\Mapping\\MappingService'] ?? $this->getMappingServiceService()), ($this->privates['SwagMigrationAssistant\\Migration\\Logging\\LoggingService'] ?? $this->getLoggingService2Service()));
  44120.     }
  44121.     /**
  44122.      * Gets the private 'SwagMigrationAssistant\Profile\Shopware54\Converter\Shopware54CustomerGroupConverter' shared service.
  44123.      *
  44124.      * @return \SwagMigrationAssistant\Profile\Shopware54\Converter\Shopware54CustomerGroupConverter
  44125.      */
  44126.     protected function getShopware54CustomerGroupConverterService()
  44127.     {
  44128.         include_once \dirname(__DIR__4).'/vendor/store.shopware.com/swagmigrationassistant/Migration/Converter/ConverterInterface.php';
  44129.         include_once \dirname(__DIR__4).'/vendor/store.shopware.com/swagmigrationassistant/Migration/Converter/Converter.php';
  44130.         include_once \dirname(__DIR__4).'/vendor/store.shopware.com/swagmigrationassistant/Profile/Shopware/Converter/ShopwareConverter.php';
  44131.         include_once \dirname(__DIR__4).'/vendor/store.shopware.com/swagmigrationassistant/Profile/Shopware/Converter/CustomerGroupConverter.php';
  44132.         include_once \dirname(__DIR__4).'/vendor/store.shopware.com/swagmigrationassistant/Profile/Shopware54/Converter/Shopware54CustomerGroupConverter.php';
  44133.         return $this->privates['SwagMigrationAssistant\\Profile\\Shopware54\\Converter\\Shopware54CustomerGroupConverter'] = new \SwagMigrationAssistant\Profile\Shopware54\Converter\Shopware54CustomerGroupConverter(($this->privates['SwagMigrationAssistant\\Migration\\Mapping\\MappingService'] ?? $this->getMappingServiceService()), ($this->privates['SwagMigrationAssistant\\Migration\\Logging\\LoggingService'] ?? $this->getLoggingService2Service()));
  44134.     }
  44135.     /**
  44136.      * Gets the private 'SwagMigrationAssistant\Profile\Shopware54\Converter\Shopware54CustomerWishlistConverter' shared service.
  44137.      *
  44138.      * @return \SwagMigrationAssistant\Profile\Shopware54\Converter\Shopware54CustomerWishlistConverter
  44139.      */
  44140.     protected function getShopware54CustomerWishlistConverterService()
  44141.     {
  44142.         include_once \dirname(__DIR__4).'/vendor/store.shopware.com/swagmigrationassistant/Migration/Converter/ConverterInterface.php';
  44143.         include_once \dirname(__DIR__4).'/vendor/store.shopware.com/swagmigrationassistant/Migration/Converter/Converter.php';
  44144.         include_once \dirname(__DIR__4).'/vendor/store.shopware.com/swagmigrationassistant/Profile/Shopware/Converter/ShopwareConverter.php';
  44145.         include_once \dirname(__DIR__4).'/vendor/store.shopware.com/swagmigrationassistant/Profile/Shopware/Converter/CustomerWishlistConverter.php';
  44146.         include_once \dirname(__DIR__4).'/vendor/store.shopware.com/swagmigrationassistant/Profile/Shopware54/Converter/Shopware54CustomerWishlistConverter.php';
  44147.         return $this->privates['SwagMigrationAssistant\\Profile\\Shopware54\\Converter\\Shopware54CustomerWishlistConverter'] = new \SwagMigrationAssistant\Profile\Shopware54\Converter\Shopware54CustomerWishlistConverter(($this->privates['SwagMigrationAssistant\\Migration\\Mapping\\MappingService'] ?? $this->getMappingServiceService()), ($this->privates['SwagMigrationAssistant\\Migration\\Logging\\LoggingService'] ?? $this->getLoggingService2Service()));
  44148.     }
  44149.     /**
  44150.      * Gets the private 'SwagMigrationAssistant\Profile\Shopware54\Converter\Shopware54LanguageConverter' shared service.
  44151.      *
  44152.      * @return \SwagMigrationAssistant\Profile\Shopware54\Converter\Shopware54LanguageConverter
  44153.      */
  44154.     protected function getShopware54LanguageConverterService()
  44155.     {
  44156.         include_once \dirname(__DIR__4).'/vendor/store.shopware.com/swagmigrationassistant/Migration/Converter/ConverterInterface.php';
  44157.         include_once \dirname(__DIR__4).'/vendor/store.shopware.com/swagmigrationassistant/Migration/Converter/Converter.php';
  44158.         include_once \dirname(__DIR__4).'/vendor/store.shopware.com/swagmigrationassistant/Profile/Shopware/Converter/ShopwareConverter.php';
  44159.         include_once \dirname(__DIR__4).'/vendor/store.shopware.com/swagmigrationassistant/Profile/Shopware/Converter/LanguageConverter.php';
  44160.         include_once \dirname(__DIR__4).'/vendor/store.shopware.com/swagmigrationassistant/Profile/Shopware54/Converter/Shopware54LanguageConverter.php';
  44161.         return $this->privates['SwagMigrationAssistant\\Profile\\Shopware54\\Converter\\Shopware54LanguageConverter'] = new \SwagMigrationAssistant\Profile\Shopware54\Converter\Shopware54LanguageConverter(($this->privates['SwagMigrationAssistant\\Migration\\Mapping\\MappingService'] ?? $this->getMappingServiceService()), ($this->privates['SwagMigrationAssistant\\Migration\\Logging\\LoggingService'] ?? $this->getLoggingService2Service()));
  44162.     }
  44163.     /**
  44164.      * Gets the private 'SwagMigrationAssistant\Profile\Shopware54\Converter\Shopware54MainVariantRelationConverter' shared service.
  44165.      *
  44166.      * @return \SwagMigrationAssistant\Profile\Shopware54\Converter\Shopware54MainVariantRelationConverter
  44167.      */
  44168.     protected function getShopware54MainVariantRelationConverterService()
  44169.     {
  44170.         include_once \dirname(__DIR__4).'/vendor/store.shopware.com/swagmigrationassistant/Migration/Converter/ConverterInterface.php';
  44171.         include_once \dirname(__DIR__4).'/vendor/store.shopware.com/swagmigrationassistant/Migration/Converter/Converter.php';
  44172.         include_once \dirname(__DIR__4).'/vendor/store.shopware.com/swagmigrationassistant/Profile/Shopware/Converter/ShopwareConverter.php';
  44173.         include_once \dirname(__DIR__4).'/vendor/store.shopware.com/swagmigrationassistant/Profile/Shopware/Converter/MainVariantRelationConverter.php';
  44174.         include_once \dirname(__DIR__4).'/vendor/store.shopware.com/swagmigrationassistant/Profile/Shopware54/Converter/Shopware54MainVariantRelationConverter.php';
  44175.         return $this->privates['SwagMigrationAssistant\\Profile\\Shopware54\\Converter\\Shopware54MainVariantRelationConverter'] = new \SwagMigrationAssistant\Profile\Shopware54\Converter\Shopware54MainVariantRelationConverter(($this->privates['SwagMigrationAssistant\\Migration\\Mapping\\MappingService'] ?? $this->getMappingServiceService()), ($this->privates['SwagMigrationAssistant\\Migration\\Logging\\LoggingService'] ?? $this->getLoggingService2Service()));
  44176.     }
  44177.     /**
  44178.      * Gets the private 'SwagMigrationAssistant\Profile\Shopware54\Converter\Shopware54ManufacturerAttributeConverter' shared service.
  44179.      *
  44180.      * @return \SwagMigrationAssistant\Profile\Shopware54\Converter\Shopware54ManufacturerAttributeConverter
  44181.      */
  44182.     protected function getShopware54ManufacturerAttributeConverterService()
  44183.     {
  44184.         include_once \dirname(__DIR__4).'/vendor/store.shopware.com/swagmigrationassistant/Migration/Converter/ConverterInterface.php';
  44185.         include_once \dirname(__DIR__4).'/vendor/store.shopware.com/swagmigrationassistant/Migration/Converter/Converter.php';
  44186.         include_once \dirname(__DIR__4).'/vendor/store.shopware.com/swagmigrationassistant/Profile/Shopware/Converter/AttributeConverter.php';
  44187.         include_once \dirname(__DIR__4).'/vendor/store.shopware.com/swagmigrationassistant/Profile/Shopware/Converter/ManufacturerAttributeConverter.php';
  44188.         include_once \dirname(__DIR__4).'/vendor/store.shopware.com/swagmigrationassistant/Profile/Shopware54/Converter/Shopware54ManufacturerAttributeConverter.php';
  44189.         return $this->privates['SwagMigrationAssistant\\Profile\\Shopware54\\Converter\\Shopware54ManufacturerAttributeConverter'] = new \SwagMigrationAssistant\Profile\Shopware54\Converter\Shopware54ManufacturerAttributeConverter(($this->privates['SwagMigrationAssistant\\Migration\\Mapping\\MappingService'] ?? $this->getMappingServiceService()), ($this->privates['SwagMigrationAssistant\\Migration\\Logging\\LoggingService'] ?? $this->getLoggingService2Service()));
  44190.     }
  44191.     /**
  44192.      * Gets the private 'SwagMigrationAssistant\Profile\Shopware54\Converter\Shopware54MediaConverter' shared service.
  44193.      *
  44194.      * @return \SwagMigrationAssistant\Profile\Shopware54\Converter\Shopware54MediaConverter
  44195.      */
  44196.     protected function getShopware54MediaConverterService()
  44197.     {
  44198.         include_once \dirname(__DIR__4).'/vendor/store.shopware.com/swagmigrationassistant/Migration/Converter/ConverterInterface.php';
  44199.         include_once \dirname(__DIR__4).'/vendor/store.shopware.com/swagmigrationassistant/Migration/Converter/Converter.php';
  44200.         include_once \dirname(__DIR__4).'/vendor/store.shopware.com/swagmigrationassistant/Profile/Shopware/Converter/ShopwareConverter.php';
  44201.         include_once \dirname(__DIR__4).'/vendor/store.shopware.com/swagmigrationassistant/Profile/Shopware/Converter/MediaConverter.php';
  44202.         include_once \dirname(__DIR__4).'/vendor/store.shopware.com/swagmigrationassistant/Profile/Shopware54/Converter/Shopware54MediaConverter.php';
  44203.         $a = ($this->privates['SwagMigrationAssistant\\Migration\\Media\\MediaFileService'] ?? $this->getMediaFileServiceService());
  44204.         if (isset($this->privates['SwagMigrationAssistant\\Profile\\Shopware54\\Converter\\Shopware54MediaConverter'])) {
  44205.             return $this->privates['SwagMigrationAssistant\\Profile\\Shopware54\\Converter\\Shopware54MediaConverter'];
  44206.         }
  44207.         return $this->privates['SwagMigrationAssistant\\Profile\\Shopware54\\Converter\\Shopware54MediaConverter'] = new \SwagMigrationAssistant\Profile\Shopware54\Converter\Shopware54MediaConverter(($this->privates['SwagMigrationAssistant\\Migration\\Mapping\\MappingService'] ?? $this->getMappingServiceService()), ($this->privates['SwagMigrationAssistant\\Migration\\Logging\\LoggingService'] ?? $this->getLoggingService2Service()), $a);
  44208.     }
  44209.     /**
  44210.      * Gets the private 'SwagMigrationAssistant\Profile\Shopware54\Converter\Shopware54MediaFolderConverter' shared service.
  44211.      *
  44212.      * @return \SwagMigrationAssistant\Profile\Shopware54\Converter\Shopware54MediaFolderConverter
  44213.      */
  44214.     protected function getShopware54MediaFolderConverterService()
  44215.     {
  44216.         include_once \dirname(__DIR__4).'/vendor/store.shopware.com/swagmigrationassistant/Migration/Converter/ConverterInterface.php';
  44217.         include_once \dirname(__DIR__4).'/vendor/store.shopware.com/swagmigrationassistant/Migration/Converter/Converter.php';
  44218.         include_once \dirname(__DIR__4).'/vendor/store.shopware.com/swagmigrationassistant/Profile/Shopware/Converter/ShopwareConverter.php';
  44219.         include_once \dirname(__DIR__4).'/vendor/store.shopware.com/swagmigrationassistant/Profile/Shopware/Converter/MediaFolderConverter.php';
  44220.         include_once \dirname(__DIR__4).'/vendor/store.shopware.com/swagmigrationassistant/Profile/Shopware54/Converter/Shopware54MediaFolderConverter.php';
  44221.         return $this->privates['SwagMigrationAssistant\\Profile\\Shopware54\\Converter\\Shopware54MediaFolderConverter'] = new \SwagMigrationAssistant\Profile\Shopware54\Converter\Shopware54MediaFolderConverter(($this->privates['SwagMigrationAssistant\\Migration\\Mapping\\MappingService'] ?? $this->getMappingServiceService()), ($this->privates['SwagMigrationAssistant\\Migration\\Logging\\LoggingService'] ?? $this->getLoggingService2Service()));
  44222.     }
  44223.     /**
  44224.      * Gets the private 'SwagMigrationAssistant\Profile\Shopware54\Converter\Shopware54NewsletterRecipientConverter' shared service.
  44225.      *
  44226.      * @return \SwagMigrationAssistant\Profile\Shopware54\Converter\Shopware54NewsletterRecipientConverter
  44227.      */
  44228.     protected function getShopware54NewsletterRecipientConverterService()
  44229.     {
  44230.         include_once \dirname(__DIR__4).'/vendor/store.shopware.com/swagmigrationassistant/Migration/Converter/ConverterInterface.php';
  44231.         include_once \dirname(__DIR__4).'/vendor/store.shopware.com/swagmigrationassistant/Migration/Converter/Converter.php';
  44232.         include_once \dirname(__DIR__4).'/vendor/store.shopware.com/swagmigrationassistant/Profile/Shopware/Converter/ShopwareConverter.php';
  44233.         include_once \dirname(__DIR__4).'/vendor/store.shopware.com/swagmigrationassistant/Profile/Shopware/Converter/NewsletterRecipientConverter.php';
  44234.         include_once \dirname(__DIR__4).'/vendor/store.shopware.com/swagmigrationassistant/Profile/Shopware54/Converter/Shopware54NewsletterRecipientConverter.php';
  44235.         return $this->privates['SwagMigrationAssistant\\Profile\\Shopware54\\Converter\\Shopware54NewsletterRecipientConverter'] = new \SwagMigrationAssistant\Profile\Shopware54\Converter\Shopware54NewsletterRecipientConverter(($this->privates['SwagMigrationAssistant\\Migration\\Mapping\\MappingService'] ?? $this->getMappingServiceService()), ($this->privates['SwagMigrationAssistant\\Migration\\Logging\\LoggingService'] ?? $this->getLoggingService2Service()));
  44236.     }
  44237.     /**
  44238.      * Gets the private 'SwagMigrationAssistant\Profile\Shopware54\Converter\Shopware54NumberRangeConverter' shared service.
  44239.      *
  44240.      * @return \SwagMigrationAssistant\Profile\Shopware54\Converter\Shopware54NumberRangeConverter
  44241.      */
  44242.     protected function getShopware54NumberRangeConverterService()
  44243.     {
  44244.         include_once \dirname(__DIR__4).'/vendor/store.shopware.com/swagmigrationassistant/Migration/Converter/ConverterInterface.php';
  44245.         include_once \dirname(__DIR__4).'/vendor/store.shopware.com/swagmigrationassistant/Migration/Converter/Converter.php';
  44246.         include_once \dirname(__DIR__4).'/vendor/store.shopware.com/swagmigrationassistant/Profile/Shopware/Converter/ShopwareConverter.php';
  44247.         include_once \dirname(__DIR__4).'/vendor/store.shopware.com/swagmigrationassistant/Profile/Shopware/Converter/NumberRangeConverter.php';
  44248.         include_once \dirname(__DIR__4).'/vendor/store.shopware.com/swagmigrationassistant/Profile/Shopware54/Converter/Shopware54NumberRangeConverter.php';
  44249.         return $this->privates['SwagMigrationAssistant\\Profile\\Shopware54\\Converter\\Shopware54NumberRangeConverter'] = new \SwagMigrationAssistant\Profile\Shopware54\Converter\Shopware54NumberRangeConverter(($this->privates['SwagMigrationAssistant\\Migration\\Mapping\\MappingService'] ?? $this->getMappingServiceService()), ($this->privates['SwagMigrationAssistant\\Migration\\Logging\\LoggingService'] ?? $this->getLoggingService2Service()), ($this->services['number_range_type.repository'] ?? $this->getNumberRangeType_RepositoryService()));
  44250.     }
  44251.     /**
  44252.      * Gets the private 'SwagMigrationAssistant\Profile\Shopware54\Converter\Shopware54OrderAttributeConverter' shared service.
  44253.      *
  44254.      * @return \SwagMigrationAssistant\Profile\Shopware54\Converter\Shopware54OrderAttributeConverter
  44255.      */
  44256.     protected function getShopware54OrderAttributeConverterService()
  44257.     {
  44258.         include_once \dirname(__DIR__4).'/vendor/store.shopware.com/swagmigrationassistant/Migration/Converter/ConverterInterface.php';
  44259.         include_once \dirname(__DIR__4).'/vendor/store.shopware.com/swagmigrationassistant/Migration/Converter/Converter.php';
  44260.         include_once \dirname(__DIR__4).'/vendor/store.shopware.com/swagmigrationassistant/Profile/Shopware/Converter/AttributeConverter.php';
  44261.         include_once \dirname(__DIR__4).'/vendor/store.shopware.com/swagmigrationassistant/Profile/Shopware/Converter/OrderAttributeConverter.php';
  44262.         include_once \dirname(__DIR__4).'/vendor/store.shopware.com/swagmigrationassistant/Profile/Shopware54/Converter/Shopware54OrderAttributeConverter.php';
  44263.         return $this->privates['SwagMigrationAssistant\\Profile\\Shopware54\\Converter\\Shopware54OrderAttributeConverter'] = new \SwagMigrationAssistant\Profile\Shopware54\Converter\Shopware54OrderAttributeConverter(($this->privates['SwagMigrationAssistant\\Migration\\Mapping\\MappingService'] ?? $this->getMappingServiceService()), ($this->privates['SwagMigrationAssistant\\Migration\\Logging\\LoggingService'] ?? $this->getLoggingService2Service()));
  44264.     }
  44265.     /**
  44266.      * Gets the private 'SwagMigrationAssistant\Profile\Shopware54\Converter\Shopware54OrderConverter' shared service.
  44267.      *
  44268.      * @return \SwagMigrationAssistant\Profile\Shopware54\Converter\Shopware54OrderConverter
  44269.      */
  44270.     protected function getShopware54OrderConverterService()
  44271.     {
  44272.         include_once \dirname(__DIR__4).'/vendor/store.shopware.com/swagmigrationassistant/Migration/Converter/ConverterInterface.php';
  44273.         include_once \dirname(__DIR__4).'/vendor/store.shopware.com/swagmigrationassistant/Migration/Converter/Converter.php';
  44274.         include_once \dirname(__DIR__4).'/vendor/store.shopware.com/swagmigrationassistant/Profile/Shopware/Converter/ShopwareConverter.php';
  44275.         include_once \dirname(__DIR__4).'/vendor/store.shopware.com/swagmigrationassistant/Profile/Shopware/Converter/OrderConverter.php';
  44276.         include_once \dirname(__DIR__4).'/vendor/store.shopware.com/swagmigrationassistant/Profile/Shopware54/Converter/Shopware54OrderConverter.php';
  44277.         return $this->privates['SwagMigrationAssistant\\Profile\\Shopware54\\Converter\\Shopware54OrderConverter'] = new \SwagMigrationAssistant\Profile\Shopware54\Converter\Shopware54OrderConverter(($this->privates['SwagMigrationAssistant\\Migration\\Mapping\\MappingService'] ?? $this->getMappingServiceService()), ($this->privates['SwagMigrationAssistant\\Migration\\Logging\\LoggingService'] ?? $this->getLoggingService2Service()), ($this->privates['Shopware\\Core\\Checkout\\Cart\\Tax\\TaxCalculator'] ?? ($this->privates['Shopware\\Core\\Checkout\\Cart\\Tax\\TaxCalculator'] = new \Shopware\Core\Checkout\Cart\Tax\TaxCalculator())));
  44278.     }
  44279.     /**
  44280.      * Gets the private 'SwagMigrationAssistant\Profile\Shopware54\Converter\Shopware54OrderDocumentAttributeConverter' shared service.
  44281.      *
  44282.      * @return \SwagMigrationAssistant\Profile\Shopware54\Converter\Shopware54OrderDocumentAttributeConverter
  44283.      */
  44284.     protected function getShopware54OrderDocumentAttributeConverterService()
  44285.     {
  44286.         include_once \dirname(__DIR__4).'/vendor/store.shopware.com/swagmigrationassistant/Migration/Converter/ConverterInterface.php';
  44287.         include_once \dirname(__DIR__4).'/vendor/store.shopware.com/swagmigrationassistant/Migration/Converter/Converter.php';
  44288.         include_once \dirname(__DIR__4).'/vendor/store.shopware.com/swagmigrationassistant/Profile/Shopware/Converter/AttributeConverter.php';
  44289.         include_once \dirname(__DIR__4).'/vendor/store.shopware.com/swagmigrationassistant/Profile/Shopware/Converter/OrderDocumentAttributeConverter.php';
  44290.         include_once \dirname(__DIR__4).'/vendor/store.shopware.com/swagmigrationassistant/Profile/Shopware54/Converter/Shopware54OrderDocumentAttributeConverter.php';
  44291.         return $this->privates['SwagMigrationAssistant\\Profile\\Shopware54\\Converter\\Shopware54OrderDocumentAttributeConverter'] = new \SwagMigrationAssistant\Profile\Shopware54\Converter\Shopware54OrderDocumentAttributeConverter(($this->privates['SwagMigrationAssistant\\Migration\\Mapping\\MappingService'] ?? $this->getMappingServiceService()), ($this->privates['SwagMigrationAssistant\\Migration\\Logging\\LoggingService'] ?? $this->getLoggingService2Service()));
  44292.     }
  44293.     /**
  44294.      * Gets the private 'SwagMigrationAssistant\Profile\Shopware54\Converter\Shopware54OrderDocumentConverter' shared service.
  44295.      *
  44296.      * @return \SwagMigrationAssistant\Profile\Shopware54\Converter\Shopware54OrderDocumentConverter
  44297.      */
  44298.     protected function getShopware54OrderDocumentConverterService()
  44299.     {
  44300.         include_once \dirname(__DIR__4).'/vendor/store.shopware.com/swagmigrationassistant/Migration/Converter/ConverterInterface.php';
  44301.         include_once \dirname(__DIR__4).'/vendor/store.shopware.com/swagmigrationassistant/Migration/Converter/Converter.php';
  44302.         include_once \dirname(__DIR__4).'/vendor/store.shopware.com/swagmigrationassistant/Profile/Shopware/Converter/ShopwareConverter.php';
  44303.         include_once \dirname(__DIR__4).'/vendor/store.shopware.com/swagmigrationassistant/Profile/Shopware/Converter/OrderDocumentConverter.php';
  44304.         include_once \dirname(__DIR__4).'/vendor/store.shopware.com/swagmigrationassistant/Profile/Shopware54/Converter/Shopware54OrderDocumentConverter.php';
  44305.         $a = ($this->privates['SwagMigrationAssistant\\Migration\\Media\\MediaFileService'] ?? $this->getMediaFileServiceService());
  44306.         if (isset($this->privates['SwagMigrationAssistant\\Profile\\Shopware54\\Converter\\Shopware54OrderDocumentConverter'])) {
  44307.             return $this->privates['SwagMigrationAssistant\\Profile\\Shopware54\\Converter\\Shopware54OrderDocumentConverter'];
  44308.         }
  44309.         return $this->privates['SwagMigrationAssistant\\Profile\\Shopware54\\Converter\\Shopware54OrderDocumentConverter'] = new \SwagMigrationAssistant\Profile\Shopware54\Converter\Shopware54OrderDocumentConverter(($this->privates['SwagMigrationAssistant\\Migration\\Mapping\\MappingService'] ?? $this->getMappingServiceService()), ($this->privates['SwagMigrationAssistant\\Migration\\Logging\\LoggingService'] ?? $this->getLoggingService2Service()), $a);
  44310.     }
  44311.     /**
  44312.      * Gets the private 'SwagMigrationAssistant\Profile\Shopware54\Converter\Shopware54ProductAttributeConverter' shared service.
  44313.      *
  44314.      * @return \SwagMigrationAssistant\Profile\Shopware54\Converter\Shopware54ProductAttributeConverter
  44315.      */
  44316.     protected function getShopware54ProductAttributeConverterService()
  44317.     {
  44318.         include_once \dirname(__DIR__4).'/vendor/store.shopware.com/swagmigrationassistant/Migration/Converter/ConverterInterface.php';
  44319.         include_once \dirname(__DIR__4).'/vendor/store.shopware.com/swagmigrationassistant/Migration/Converter/Converter.php';
  44320.         include_once \dirname(__DIR__4).'/vendor/store.shopware.com/swagmigrationassistant/Profile/Shopware/Converter/AttributeConverter.php';
  44321.         include_once \dirname(__DIR__4).'/vendor/store.shopware.com/swagmigrationassistant/Profile/Shopware/Converter/ProductAttributeConverter.php';
  44322.         include_once \dirname(__DIR__4).'/vendor/store.shopware.com/swagmigrationassistant/Profile/Shopware54/Converter/Shopware54ProductAttributeConverter.php';
  44323.         return $this->privates['SwagMigrationAssistant\\Profile\\Shopware54\\Converter\\Shopware54ProductAttributeConverter'] = new \SwagMigrationAssistant\Profile\Shopware54\Converter\Shopware54ProductAttributeConverter(($this->privates['SwagMigrationAssistant\\Migration\\Mapping\\MappingService'] ?? $this->getMappingServiceService()), ($this->privates['SwagMigrationAssistant\\Migration\\Logging\\LoggingService'] ?? $this->getLoggingService2Service()));
  44324.     }
  44325.     /**
  44326.      * Gets the private 'SwagMigrationAssistant\Profile\Shopware54\Converter\Shopware54ProductConverter' shared service.
  44327.      *
  44328.      * @return \SwagMigrationAssistant\Profile\Shopware54\Converter\Shopware54ProductConverter
  44329.      */
  44330.     protected function getShopware54ProductConverterService()
  44331.     {
  44332.         include_once \dirname(__DIR__4).'/vendor/store.shopware.com/swagmigrationassistant/Migration/Converter/ConverterInterface.php';
  44333.         include_once \dirname(__DIR__4).'/vendor/store.shopware.com/swagmigrationassistant/Migration/Converter/Converter.php';
  44334.         include_once \dirname(__DIR__4).'/vendor/store.shopware.com/swagmigrationassistant/Profile/Shopware/Converter/ShopwareConverter.php';
  44335.         include_once \dirname(__DIR__4).'/vendor/store.shopware.com/swagmigrationassistant/Profile/Shopware/Converter/ProductConverter.php';
  44336.         include_once \dirname(__DIR__4).'/vendor/store.shopware.com/swagmigrationassistant/Profile/Shopware54/Converter/Shopware54ProductConverter.php';
  44337.         $a = ($this->privates['SwagMigrationAssistant\\Migration\\Media\\MediaFileService'] ?? $this->getMediaFileServiceService());
  44338.         if (isset($this->privates['SwagMigrationAssistant\\Profile\\Shopware54\\Converter\\Shopware54ProductConverter'])) {
  44339.             return $this->privates['SwagMigrationAssistant\\Profile\\Shopware54\\Converter\\Shopware54ProductConverter'];
  44340.         }
  44341.         return $this->privates['SwagMigrationAssistant\\Profile\\Shopware54\\Converter\\Shopware54ProductConverter'] = new \SwagMigrationAssistant\Profile\Shopware54\Converter\Shopware54ProductConverter(($this->privates['SwagMigrationAssistant\\Migration\\Mapping\\MappingService'] ?? $this->getMappingServiceService()), ($this->privates['SwagMigrationAssistant\\Migration\\Logging\\LoggingService'] ?? $this->getLoggingService2Service()), $a);
  44342.     }
  44343.     /**
  44344.      * Gets the private 'SwagMigrationAssistant\Profile\Shopware54\Converter\Shopware54ProductOptionRelationConverter' shared service.
  44345.      *
  44346.      * @return \SwagMigrationAssistant\Profile\Shopware54\Converter\Shopware54ProductOptionRelationConverter
  44347.      */
  44348.     protected function getShopware54ProductOptionRelationConverterService()
  44349.     {
  44350.         include_once \dirname(__DIR__4).'/vendor/store.shopware.com/swagmigrationassistant/Migration/Converter/ConverterInterface.php';
  44351.         include_once \dirname(__DIR__4).'/vendor/store.shopware.com/swagmigrationassistant/Migration/Converter/Converter.php';
  44352.         include_once \dirname(__DIR__4).'/vendor/store.shopware.com/swagmigrationassistant/Profile/Shopware/Converter/ShopwareConverter.php';
  44353.         include_once \dirname(__DIR__4).'/vendor/store.shopware.com/swagmigrationassistant/Profile/Shopware/Converter/ProductOptionRelationConverter.php';
  44354.         include_once \dirname(__DIR__4).'/vendor/store.shopware.com/swagmigrationassistant/Profile/Shopware54/Converter/Shopware54ProductOptionRelationConverter.php';
  44355.         return $this->privates['SwagMigrationAssistant\\Profile\\Shopware54\\Converter\\Shopware54ProductOptionRelationConverter'] = new \SwagMigrationAssistant\Profile\Shopware54\Converter\Shopware54ProductOptionRelationConverter(($this->privates['SwagMigrationAssistant\\Migration\\Mapping\\MappingService'] ?? $this->getMappingServiceService()), ($this->privates['SwagMigrationAssistant\\Migration\\Logging\\LoggingService'] ?? $this->getLoggingService2Service()));
  44356.     }
  44357.     /**
  44358.      * Gets the private 'SwagMigrationAssistant\Profile\Shopware54\Converter\Shopware54ProductPriceAttributeConverter' shared service.
  44359.      *
  44360.      * @return \SwagMigrationAssistant\Profile\Shopware54\Converter\Shopware54ProductPriceAttributeConverter
  44361.      */
  44362.     protected function getShopware54ProductPriceAttributeConverterService()
  44363.     {
  44364.         include_once \dirname(__DIR__4).'/vendor/store.shopware.com/swagmigrationassistant/Migration/Converter/ConverterInterface.php';
  44365.         include_once \dirname(__DIR__4).'/vendor/store.shopware.com/swagmigrationassistant/Migration/Converter/Converter.php';
  44366.         include_once \dirname(__DIR__4).'/vendor/store.shopware.com/swagmigrationassistant/Profile/Shopware/Converter/AttributeConverter.php';
  44367.         include_once \dirname(__DIR__4).'/vendor/store.shopware.com/swagmigrationassistant/Profile/Shopware/Converter/ProductPriceAttributeConverter.php';
  44368.         include_once \dirname(__DIR__4).'/vendor/store.shopware.com/swagmigrationassistant/Profile/Shopware54/Converter/Shopware54ProductPriceAttributeConverter.php';
  44369.         return $this->privates['SwagMigrationAssistant\\Profile\\Shopware54\\Converter\\Shopware54ProductPriceAttributeConverter'] = new \SwagMigrationAssistant\Profile\Shopware54\Converter\Shopware54ProductPriceAttributeConverter(($this->privates['SwagMigrationAssistant\\Migration\\Mapping\\MappingService'] ?? $this->getMappingServiceService()), ($this->privates['SwagMigrationAssistant\\Migration\\Logging\\LoggingService'] ?? $this->getLoggingService2Service()));
  44370.     }
  44371.     /**
  44372.      * Gets the private 'SwagMigrationAssistant\Profile\Shopware54\Converter\Shopware54ProductPropertyRelationConverter' shared service.
  44373.      *
  44374.      * @return \SwagMigrationAssistant\Profile\Shopware54\Converter\Shopware54ProductPropertyRelationConverter
  44375.      */
  44376.     protected function getShopware54ProductPropertyRelationConverterService()
  44377.     {
  44378.         include_once \dirname(__DIR__4).'/vendor/store.shopware.com/swagmigrationassistant/Migration/Converter/ConverterInterface.php';
  44379.         include_once \dirname(__DIR__4).'/vendor/store.shopware.com/swagmigrationassistant/Migration/Converter/Converter.php';
  44380.         include_once \dirname(__DIR__4).'/vendor/store.shopware.com/swagmigrationassistant/Profile/Shopware/Converter/ShopwareConverter.php';
  44381.         include_once \dirname(__DIR__4).'/vendor/store.shopware.com/swagmigrationassistant/Profile/Shopware/Converter/ProductPropertyRelationConverter.php';
  44382.         include_once \dirname(__DIR__4).'/vendor/store.shopware.com/swagmigrationassistant/Profile/Shopware54/Converter/Shopware54ProductPropertyRelationConverter.php';
  44383.         return $this->privates['SwagMigrationAssistant\\Profile\\Shopware54\\Converter\\Shopware54ProductPropertyRelationConverter'] = new \SwagMigrationAssistant\Profile\Shopware54\Converter\Shopware54ProductPropertyRelationConverter(($this->privates['SwagMigrationAssistant\\Migration\\Mapping\\MappingService'] ?? $this->getMappingServiceService()), ($this->privates['SwagMigrationAssistant\\Migration\\Logging\\LoggingService'] ?? $this->getLoggingService2Service()));
  44384.     }
  44385.     /**
  44386.      * Gets the private 'SwagMigrationAssistant\Profile\Shopware54\Converter\Shopware54ProductReviewConverter' shared service.
  44387.      *
  44388.      * @return \SwagMigrationAssistant\Profile\Shopware54\Converter\Shopware54ProductReviewConverter
  44389.      */
  44390.     protected function getShopware54ProductReviewConverterService()
  44391.     {
  44392.         include_once \dirname(__DIR__4).'/vendor/store.shopware.com/swagmigrationassistant/Migration/Converter/ConverterInterface.php';
  44393.         include_once \dirname(__DIR__4).'/vendor/store.shopware.com/swagmigrationassistant/Migration/Converter/Converter.php';
  44394.         include_once \dirname(__DIR__4).'/vendor/store.shopware.com/swagmigrationassistant/Profile/Shopware/Converter/ShopwareConverter.php';
  44395.         include_once \dirname(__DIR__4).'/vendor/store.shopware.com/swagmigrationassistant/Profile/Shopware/Converter/ProductReviewConverter.php';
  44396.         include_once \dirname(__DIR__4).'/vendor/store.shopware.com/swagmigrationassistant/Profile/Shopware54/Converter/Shopware54ProductReviewConverter.php';
  44397.         return $this->privates['SwagMigrationAssistant\\Profile\\Shopware54\\Converter\\Shopware54ProductReviewConverter'] = new \SwagMigrationAssistant\Profile\Shopware54\Converter\Shopware54ProductReviewConverter(($this->privates['SwagMigrationAssistant\\Migration\\Mapping\\MappingService'] ?? $this->getMappingServiceService()), ($this->privates['SwagMigrationAssistant\\Migration\\Logging\\LoggingService'] ?? $this->getLoggingService2Service()));
  44398.     }
  44399.     /**
  44400.      * Gets the private 'SwagMigrationAssistant\Profile\Shopware54\Converter\Shopware54PromotionConverter' shared service.
  44401.      *
  44402.      * @return \SwagMigrationAssistant\Profile\Shopware54\Converter\Shopware54PromotionConverter
  44403.      */
  44404.     protected function getShopware54PromotionConverterService()
  44405.     {
  44406.         include_once \dirname(__DIR__4).'/vendor/store.shopware.com/swagmigrationassistant/Migration/Converter/ConverterInterface.php';
  44407.         include_once \dirname(__DIR__4).'/vendor/store.shopware.com/swagmigrationassistant/Migration/Converter/Converter.php';
  44408.         include_once \dirname(__DIR__4).'/vendor/store.shopware.com/swagmigrationassistant/Profile/Shopware/Converter/ShopwareConverter.php';
  44409.         include_once \dirname(__DIR__4).'/vendor/store.shopware.com/swagmigrationassistant/Profile/Shopware/Converter/PromotionConverter.php';
  44410.         include_once \dirname(__DIR__4).'/vendor/store.shopware.com/swagmigrationassistant/Profile/Shopware54/Converter/Shopware54PromotionConverter.php';
  44411.         return $this->privates['SwagMigrationAssistant\\Profile\\Shopware54\\Converter\\Shopware54PromotionConverter'] = new \SwagMigrationAssistant\Profile\Shopware54\Converter\Shopware54PromotionConverter(($this->privates['SwagMigrationAssistant\\Migration\\Mapping\\MappingService'] ?? $this->getMappingServiceService()), ($this->privates['SwagMigrationAssistant\\Migration\\Logging\\LoggingService'] ?? $this->getLoggingService2Service()), ($this->services['sales_channel.repository'] ?? $this->getSalesChannel_RepositoryService()));
  44412.     }
  44413.     /**
  44414.      * Gets the private 'SwagMigrationAssistant\Profile\Shopware54\Converter\Shopware54PropertyGroupOptionConverter' shared service.
  44415.      *
  44416.      * @return \SwagMigrationAssistant\Profile\Shopware54\Converter\Shopware54PropertyGroupOptionConverter
  44417.      */
  44418.     protected function getShopware54PropertyGroupOptionConverterService()
  44419.     {
  44420.         include_once \dirname(__DIR__4).'/vendor/store.shopware.com/swagmigrationassistant/Migration/Converter/ConverterInterface.php';
  44421.         include_once \dirname(__DIR__4).'/vendor/store.shopware.com/swagmigrationassistant/Migration/Converter/Converter.php';
  44422.         include_once \dirname(__DIR__4).'/vendor/store.shopware.com/swagmigrationassistant/Profile/Shopware/Converter/ShopwareConverter.php';
  44423.         include_once \dirname(__DIR__4).'/vendor/store.shopware.com/swagmigrationassistant/Profile/Shopware/Converter/PropertyGroupOptionConverter.php';
  44424.         include_once \dirname(__DIR__4).'/vendor/store.shopware.com/swagmigrationassistant/Profile/Shopware54/Converter/Shopware54PropertyGroupOptionConverter.php';
  44425.         $a = ($this->privates['SwagMigrationAssistant\\Migration\\Media\\MediaFileService'] ?? $this->getMediaFileServiceService());
  44426.         if (isset($this->privates['SwagMigrationAssistant\\Profile\\Shopware54\\Converter\\Shopware54PropertyGroupOptionConverter'])) {
  44427.             return $this->privates['SwagMigrationAssistant\\Profile\\Shopware54\\Converter\\Shopware54PropertyGroupOptionConverter'];
  44428.         }
  44429.         return $this->privates['SwagMigrationAssistant\\Profile\\Shopware54\\Converter\\Shopware54PropertyGroupOptionConverter'] = new \SwagMigrationAssistant\Profile\Shopware54\Converter\Shopware54PropertyGroupOptionConverter(($this->privates['SwagMigrationAssistant\\Migration\\Mapping\\MappingService'] ?? $this->getMappingServiceService()), ($this->privates['SwagMigrationAssistant\\Migration\\Logging\\LoggingService'] ?? $this->getLoggingService2Service()), $a);
  44430.     }
  44431.     /**
  44432.      * Gets the private 'SwagMigrationAssistant\Profile\Shopware54\Converter\Shopware54SalesChannelConverter' shared service.
  44433.      *
  44434.      * @return \SwagMigrationAssistant\Profile\Shopware54\Converter\Shopware54SalesChannelConverter
  44435.      */
  44436.     protected function getShopware54SalesChannelConverterService()
  44437.     {
  44438.         include_once \dirname(__DIR__4).'/vendor/store.shopware.com/swagmigrationassistant/Migration/Converter/ConverterInterface.php';
  44439.         include_once \dirname(__DIR__4).'/vendor/store.shopware.com/swagmigrationassistant/Migration/Converter/Converter.php';
  44440.         include_once \dirname(__DIR__4).'/vendor/store.shopware.com/swagmigrationassistant/Profile/Shopware/Converter/ShopwareConverter.php';
  44441.         include_once \dirname(__DIR__4).'/vendor/store.shopware.com/swagmigrationassistant/Profile/Shopware/Converter/SalesChannelConverter.php';
  44442.         include_once \dirname(__DIR__4).'/vendor/store.shopware.com/swagmigrationassistant/Profile/Shopware54/Converter/Shopware54SalesChannelConverter.php';
  44443.         return $this->privates['SwagMigrationAssistant\\Profile\\Shopware54\\Converter\\Shopware54SalesChannelConverter'] = new \SwagMigrationAssistant\Profile\Shopware54\Converter\Shopware54SalesChannelConverter(($this->privates['SwagMigrationAssistant\\Migration\\Mapping\\MappingService'] ?? $this->getMappingServiceService()), ($this->privates['SwagMigrationAssistant\\Migration\\Logging\\LoggingService'] ?? $this->getLoggingService2Service()), ($this->services['payment_method.repository'] ?? $this->getPaymentMethod_RepositoryService()), ($this->services['shipping_method.repository'] ?? $this->getShippingMethod_RepositoryService()), ($this->services['country.repository'] ?? $this->getCountry_RepositoryService()), ($this->services['sales_channel.repository'] ?? $this->getSalesChannel_RepositoryService()), NULL);
  44444.     }
  44445.     /**
  44446.      * Gets the private 'SwagMigrationAssistant\Profile\Shopware54\Converter\Shopware54SeoUrlConverter' shared service.
  44447.      *
  44448.      * @return \SwagMigrationAssistant\Profile\Shopware54\Converter\Shopware54SeoUrlConverter
  44449.      */
  44450.     protected function getShopware54SeoUrlConverterService()
  44451.     {
  44452.         include_once \dirname(__DIR__4).'/vendor/store.shopware.com/swagmigrationassistant/Migration/Converter/ConverterInterface.php';
  44453.         include_once \dirname(__DIR__4).'/vendor/store.shopware.com/swagmigrationassistant/Migration/Converter/Converter.php';
  44454.         include_once \dirname(__DIR__4).'/vendor/store.shopware.com/swagmigrationassistant/Profile/Shopware/Converter/ShopwareConverter.php';
  44455.         include_once \dirname(__DIR__4).'/vendor/store.shopware.com/swagmigrationassistant/Profile/Shopware/Converter/SeoUrlConverter.php';
  44456.         include_once \dirname(__DIR__4).'/vendor/store.shopware.com/swagmigrationassistant/Profile/Shopware54/Converter/Shopware54SeoUrlConverter.php';
  44457.         return $this->privates['SwagMigrationAssistant\\Profile\\Shopware54\\Converter\\Shopware54SeoUrlConverter'] = new \SwagMigrationAssistant\Profile\Shopware54\Converter\Shopware54SeoUrlConverter(($this->privates['SwagMigrationAssistant\\Migration\\Mapping\\MappingService'] ?? $this->getMappingServiceService()), ($this->privates['SwagMigrationAssistant\\Migration\\Logging\\LoggingService'] ?? $this->getLoggingService2Service()));
  44458.     }
  44459.     /**
  44460.      * Gets the private 'SwagMigrationAssistant\Profile\Shopware54\Converter\Shopware54ShippingMethodConverter' shared service.
  44461.      *
  44462.      * @return \SwagMigrationAssistant\Profile\Shopware54\Converter\Shopware54ShippingMethodConverter
  44463.      */
  44464.     protected function getShopware54ShippingMethodConverterService()
  44465.     {
  44466.         include_once \dirname(__DIR__4).'/vendor/store.shopware.com/swagmigrationassistant/Migration/Converter/ConverterInterface.php';
  44467.         include_once \dirname(__DIR__4).'/vendor/store.shopware.com/swagmigrationassistant/Migration/Converter/Converter.php';
  44468.         include_once \dirname(__DIR__4).'/vendor/store.shopware.com/swagmigrationassistant/Profile/Shopware/Converter/ShopwareConverter.php';
  44469.         include_once \dirname(__DIR__4).'/vendor/store.shopware.com/swagmigrationassistant/Profile/Shopware/Converter/ShippingMethodConverter.php';
  44470.         include_once \dirname(__DIR__4).'/vendor/store.shopware.com/swagmigrationassistant/Profile/Shopware54/Converter/Shopware54ShippingMethodConverter.php';
  44471.         return $this->privates['SwagMigrationAssistant\\Profile\\Shopware54\\Converter\\Shopware54ShippingMethodConverter'] = new \SwagMigrationAssistant\Profile\Shopware54\Converter\Shopware54ShippingMethodConverter(($this->privates['SwagMigrationAssistant\\Migration\\Mapping\\MappingService'] ?? $this->getMappingServiceService()), ($this->privates['SwagMigrationAssistant\\Migration\\Logging\\LoggingService'] ?? $this->getLoggingService2Service()));
  44472.     }
  44473.     /**
  44474.      * Gets the private 'SwagMigrationAssistant\Profile\Shopware54\Converter\Shopware54TranslationConverter' shared service.
  44475.      *
  44476.      * @return \SwagMigrationAssistant\Profile\Shopware54\Converter\Shopware54TranslationConverter
  44477.      */
  44478.     protected function getShopware54TranslationConverterService()
  44479.     {
  44480.         include_once \dirname(__DIR__4).'/vendor/store.shopware.com/swagmigrationassistant/Migration/Converter/ConverterInterface.php';
  44481.         include_once \dirname(__DIR__4).'/vendor/store.shopware.com/swagmigrationassistant/Migration/Converter/Converter.php';
  44482.         include_once \dirname(__DIR__4).'/vendor/store.shopware.com/swagmigrationassistant/Profile/Shopware/Converter/ShopwareConverter.php';
  44483.         include_once \dirname(__DIR__4).'/vendor/store.shopware.com/swagmigrationassistant/Profile/Shopware/Converter/TranslationConverter.php';
  44484.         include_once \dirname(__DIR__4).'/vendor/store.shopware.com/swagmigrationassistant/Profile/Shopware54/Converter/Shopware54TranslationConverter.php';
  44485.         return $this->privates['SwagMigrationAssistant\\Profile\\Shopware54\\Converter\\Shopware54TranslationConverter'] = new \SwagMigrationAssistant\Profile\Shopware54\Converter\Shopware54TranslationConverter(($this->privates['SwagMigrationAssistant\\Migration\\Mapping\\MappingService'] ?? $this->getMappingServiceService()), ($this->privates['SwagMigrationAssistant\\Migration\\Logging\\LoggingService'] ?? $this->getLoggingService2Service()));
  44486.     }
  44487.     /**
  44488.      * Gets the private 'SwagMigrationAssistant\Profile\Shopware55\Converter\Shopware55CategoryAttributeConverter' shared service.
  44489.      *
  44490.      * @return \SwagMigrationAssistant\Profile\Shopware55\Converter\Shopware55CategoryAttributeConverter
  44491.      */
  44492.     protected function getShopware55CategoryAttributeConverterService()
  44493.     {
  44494.         include_once \dirname(__DIR__4).'/vendor/store.shopware.com/swagmigrationassistant/Migration/Converter/ConverterInterface.php';
  44495.         include_once \dirname(__DIR__4).'/vendor/store.shopware.com/swagmigrationassistant/Migration/Converter/Converter.php';
  44496.         include_once \dirname(__DIR__4).'/vendor/store.shopware.com/swagmigrationassistant/Profile/Shopware/Converter/AttributeConverter.php';
  44497.         include_once \dirname(__DIR__4).'/vendor/store.shopware.com/swagmigrationassistant/Profile/Shopware/Converter/CategoryAttributeConverter.php';
  44498.         include_once \dirname(__DIR__4).'/vendor/store.shopware.com/swagmigrationassistant/Profile/Shopware55/Converter/Shopware55CategoryAttributeConverter.php';
  44499.         return $this->privates['SwagMigrationAssistant\\Profile\\Shopware55\\Converter\\Shopware55CategoryAttributeConverter'] = new \SwagMigrationAssistant\Profile\Shopware55\Converter\Shopware55CategoryAttributeConverter(($this->privates['SwagMigrationAssistant\\Migration\\Mapping\\MappingService'] ?? $this->getMappingServiceService()), ($this->privates['SwagMigrationAssistant\\Migration\\Logging\\LoggingService'] ?? $this->getLoggingService2Service()));
  44500.     }
  44501.     /**
  44502.      * Gets the private 'SwagMigrationAssistant\Profile\Shopware55\Converter\Shopware55CategoryConverter' shared service.
  44503.      *
  44504.      * @return \SwagMigrationAssistant\Profile\Shopware55\Converter\Shopware55CategoryConverter
  44505.      */
  44506.     protected function getShopware55CategoryConverterService()
  44507.     {
  44508.         include_once \dirname(__DIR__4).'/vendor/store.shopware.com/swagmigrationassistant/Migration/Converter/ConverterInterface.php';
  44509.         include_once \dirname(__DIR__4).'/vendor/store.shopware.com/swagmigrationassistant/Migration/Converter/Converter.php';
  44510.         include_once \dirname(__DIR__4).'/vendor/store.shopware.com/swagmigrationassistant/Profile/Shopware/Converter/ShopwareConverter.php';
  44511.         include_once \dirname(__DIR__4).'/vendor/store.shopware.com/swagmigrationassistant/Profile/Shopware/Converter/CategoryConverter.php';
  44512.         include_once \dirname(__DIR__4).'/vendor/store.shopware.com/swagmigrationassistant/Profile/Shopware55/Converter/Shopware55CategoryConverter.php';
  44513.         $a = ($this->privates['SwagMigrationAssistant\\Migration\\Media\\MediaFileService'] ?? $this->getMediaFileServiceService());
  44514.         if (isset($this->privates['SwagMigrationAssistant\\Profile\\Shopware55\\Converter\\Shopware55CategoryConverter'])) {
  44515.             return $this->privates['SwagMigrationAssistant\\Profile\\Shopware55\\Converter\\Shopware55CategoryConverter'];
  44516.         }
  44517.         return $this->privates['SwagMigrationAssistant\\Profile\\Shopware55\\Converter\\Shopware55CategoryConverter'] = new \SwagMigrationAssistant\Profile\Shopware55\Converter\Shopware55CategoryConverter(($this->privates['SwagMigrationAssistant\\Migration\\Mapping\\MappingService'] ?? $this->getMappingServiceService()), ($this->privates['SwagMigrationAssistant\\Migration\\Logging\\LoggingService'] ?? $this->getLoggingService2Service()), $a);
  44518.     }
  44519.     /**
  44520.      * Gets the private 'SwagMigrationAssistant\Profile\Shopware55\Converter\Shopware55CrossSellingConverter' shared service.
  44521.      *
  44522.      * @return \SwagMigrationAssistant\Profile\Shopware55\Converter\Shopware55CrossSellingConverter
  44523.      */
  44524.     protected function getShopware55CrossSellingConverterService()
  44525.     {
  44526.         include_once \dirname(__DIR__4).'/vendor/store.shopware.com/swagmigrationassistant/Migration/Converter/ConverterInterface.php';
  44527.         include_once \dirname(__DIR__4).'/vendor/store.shopware.com/swagmigrationassistant/Migration/Converter/Converter.php';
  44528.         include_once \dirname(__DIR__4).'/vendor/store.shopware.com/swagmigrationassistant/Profile/Shopware/Converter/ShopwareConverter.php';
  44529.         include_once \dirname(__DIR__4).'/vendor/store.shopware.com/swagmigrationassistant/Profile/Shopware/Converter/CrossSellingConverter.php';
  44530.         include_once \dirname(__DIR__4).'/vendor/store.shopware.com/swagmigrationassistant/Profile/Shopware55/Converter/Shopware55CrossSellingConverter.php';
  44531.         return $this->privates['SwagMigrationAssistant\\Profile\\Shopware55\\Converter\\Shopware55CrossSellingConverter'] = new \SwagMigrationAssistant\Profile\Shopware55\Converter\Shopware55CrossSellingConverter(($this->privates['SwagMigrationAssistant\\Migration\\Mapping\\MappingService'] ?? $this->getMappingServiceService()), ($this->privates['SwagMigrationAssistant\\Migration\\Logging\\LoggingService'] ?? $this->getLoggingService2Service()));
  44532.     }
  44533.     /**
  44534.      * Gets the private 'SwagMigrationAssistant\Profile\Shopware55\Converter\Shopware55CurrencyConverter' shared service.
  44535.      *
  44536.      * @return \SwagMigrationAssistant\Profile\Shopware55\Converter\Shopware55CurrencyConverter
  44537.      */
  44538.     protected function getShopware55CurrencyConverterService()
  44539.     {
  44540.         include_once \dirname(__DIR__4).'/vendor/store.shopware.com/swagmigrationassistant/Migration/Converter/ConverterInterface.php';
  44541.         include_once \dirname(__DIR__4).'/vendor/store.shopware.com/swagmigrationassistant/Migration/Converter/Converter.php';
  44542.         include_once \dirname(__DIR__4).'/vendor/store.shopware.com/swagmigrationassistant/Profile/Shopware/Converter/ShopwareConverter.php';
  44543.         include_once \dirname(__DIR__4).'/vendor/store.shopware.com/swagmigrationassistant/Profile/Shopware/Converter/CurrencyConverter.php';
  44544.         include_once \dirname(__DIR__4).'/vendor/store.shopware.com/swagmigrationassistant/Profile/Shopware55/Converter/Shopware55CurrencyConverter.php';
  44545.         return $this->privates['SwagMigrationAssistant\\Profile\\Shopware55\\Converter\\Shopware55CurrencyConverter'] = new \SwagMigrationAssistant\Profile\Shopware55\Converter\Shopware55CurrencyConverter(($this->privates['SwagMigrationAssistant\\Migration\\Mapping\\MappingService'] ?? $this->getMappingServiceService()), ($this->privates['SwagMigrationAssistant\\Migration\\Logging\\LoggingService'] ?? $this->getLoggingService2Service()));
  44546.     }
  44547.     /**
  44548.      * Gets the private 'SwagMigrationAssistant\Profile\Shopware55\Converter\Shopware55CustomerAttributeConverter' shared service.
  44549.      *
  44550.      * @return \SwagMigrationAssistant\Profile\Shopware55\Converter\Shopware55CustomerAttributeConverter
  44551.      */
  44552.     protected function getShopware55CustomerAttributeConverterService()
  44553.     {
  44554.         include_once \dirname(__DIR__4).'/vendor/store.shopware.com/swagmigrationassistant/Migration/Converter/ConverterInterface.php';
  44555.         include_once \dirname(__DIR__4).'/vendor/store.shopware.com/swagmigrationassistant/Migration/Converter/Converter.php';
  44556.         include_once \dirname(__DIR__4).'/vendor/store.shopware.com/swagmigrationassistant/Profile/Shopware/Converter/AttributeConverter.php';
  44557.         include_once \dirname(__DIR__4).'/vendor/store.shopware.com/swagmigrationassistant/Profile/Shopware/Converter/CustomerAttributeConverter.php';
  44558.         include_once \dirname(__DIR__4).'/vendor/store.shopware.com/swagmigrationassistant/Profile/Shopware55/Converter/Shopware55CustomerAttributeConverter.php';
  44559.         return $this->privates['SwagMigrationAssistant\\Profile\\Shopware55\\Converter\\Shopware55CustomerAttributeConverter'] = new \SwagMigrationAssistant\Profile\Shopware55\Converter\Shopware55CustomerAttributeConverter(($this->privates['SwagMigrationAssistant\\Migration\\Mapping\\MappingService'] ?? $this->getMappingServiceService()), ($this->privates['SwagMigrationAssistant\\Migration\\Logging\\LoggingService'] ?? $this->getLoggingService2Service()));
  44560.     }
  44561.     /**
  44562.      * Gets the private 'SwagMigrationAssistant\Profile\Shopware55\Converter\Shopware55CustomerConverter' shared service.
  44563.      *
  44564.      * @return \SwagMigrationAssistant\Profile\Shopware55\Converter\Shopware55CustomerConverter
  44565.      */
  44566.     protected function getShopware55CustomerConverterService()
  44567.     {
  44568.         include_once \dirname(__DIR__4).'/vendor/store.shopware.com/swagmigrationassistant/Migration/Converter/ConverterInterface.php';
  44569.         include_once \dirname(__DIR__4).'/vendor/store.shopware.com/swagmigrationassistant/Migration/Converter/Converter.php';
  44570.         include_once \dirname(__DIR__4).'/vendor/store.shopware.com/swagmigrationassistant/Profile/Shopware/Converter/ShopwareConverter.php';
  44571.         include_once \dirname(__DIR__4).'/vendor/store.shopware.com/swagmigrationassistant/Profile/Shopware/Converter/CustomerConverter.php';
  44572.         include_once \dirname(__DIR__4).'/vendor/store.shopware.com/swagmigrationassistant/Profile/Shopware55/Converter/Shopware55CustomerConverter.php';
  44573.         return $this->privates['SwagMigrationAssistant\\Profile\\Shopware55\\Converter\\Shopware55CustomerConverter'] = new \SwagMigrationAssistant\Profile\Shopware55\Converter\Shopware55CustomerConverter(($this->privates['SwagMigrationAssistant\\Migration\\Mapping\\MappingService'] ?? $this->getMappingServiceService()), ($this->privates['SwagMigrationAssistant\\Migration\\Logging\\LoggingService'] ?? $this->getLoggingService2Service()), ($this->services['.container.private.validator'] ?? $this->get_Container_Private_ValidatorService()));
  44574.     }
  44575.     /**
  44576.      * Gets the private 'SwagMigrationAssistant\Profile\Shopware55\Converter\Shopware55CustomerGroupAttributeConverter' shared service.
  44577.      *
  44578.      * @return \SwagMigrationAssistant\Profile\Shopware55\Converter\Shopware55CustomerGroupAttributeConverter
  44579.      */
  44580.     protected function getShopware55CustomerGroupAttributeConverterService()
  44581.     {
  44582.         include_once \dirname(__DIR__4).'/vendor/store.shopware.com/swagmigrationassistant/Migration/Converter/ConverterInterface.php';
  44583.         include_once \dirname(__DIR__4).'/vendor/store.shopware.com/swagmigrationassistant/Migration/Converter/Converter.php';
  44584.         include_once \dirname(__DIR__4).'/vendor/store.shopware.com/swagmigrationassistant/Profile/Shopware/Converter/AttributeConverter.php';
  44585.         include_once \dirname(__DIR__4).'/vendor/store.shopware.com/swagmigrationassistant/Profile/Shopware/Converter/CustomerGroupAttributeConverter.php';
  44586.         include_once \dirname(__DIR__4).'/vendor/store.shopware.com/swagmigrationassistant/Profile/Shopware55/Converter/Shopware55CustomerGroupAttributeConverter.php';
  44587.         return $this->privates['SwagMigrationAssistant\\Profile\\Shopware55\\Converter\\Shopware55CustomerGroupAttributeConverter'] = new \SwagMigrationAssistant\Profile\Shopware55\Converter\Shopware55CustomerGroupAttributeConverter(($this->privates['SwagMigrationAssistant\\Migration\\Mapping\\MappingService'] ?? $this->getMappingServiceService()), ($this->privates['SwagMigrationAssistant\\Migration\\Logging\\LoggingService'] ?? $this->getLoggingService2Service()));
  44588.     }
  44589.     /**
  44590.      * Gets the private 'SwagMigrationAssistant\Profile\Shopware55\Converter\Shopware55CustomerGroupConverter' shared service.
  44591.      *
  44592.      * @return \SwagMigrationAssistant\Profile\Shopware55\Converter\Shopware55CustomerGroupConverter
  44593.      */
  44594.     protected function getShopware55CustomerGroupConverterService()
  44595.     {
  44596.         include_once \dirname(__DIR__4).'/vendor/store.shopware.com/swagmigrationassistant/Migration/Converter/ConverterInterface.php';
  44597.         include_once \dirname(__DIR__4).'/vendor/store.shopware.com/swagmigrationassistant/Migration/Converter/Converter.php';
  44598.         include_once \dirname(__DIR__4).'/vendor/store.shopware.com/swagmigrationassistant/Profile/Shopware/Converter/ShopwareConverter.php';
  44599.         include_once \dirname(__DIR__4).'/vendor/store.shopware.com/swagmigrationassistant/Profile/Shopware/Converter/CustomerGroupConverter.php';
  44600.         include_once \dirname(__DIR__4).'/vendor/store.shopware.com/swagmigrationassistant/Profile/Shopware55/Converter/Shopware55CustomerGroupConverter.php';
  44601.         return $this->privates['SwagMigrationAssistant\\Profile\\Shopware55\\Converter\\Shopware55CustomerGroupConverter'] = new \SwagMigrationAssistant\Profile\Shopware55\Converter\Shopware55CustomerGroupConverter(($this->privates['SwagMigrationAssistant\\Migration\\Mapping\\MappingService'] ?? $this->getMappingServiceService()), ($this->privates['SwagMigrationAssistant\\Migration\\Logging\\LoggingService'] ?? $this->getLoggingService2Service()));
  44602.     }
  44603.     /**
  44604.      * Gets the private 'SwagMigrationAssistant\Profile\Shopware55\Converter\Shopware55CustomerWishlistConverter' shared service.
  44605.      *
  44606.      * @return \SwagMigrationAssistant\Profile\Shopware55\Converter\Shopware55CustomerWishlistConverter
  44607.      */
  44608.     protected function getShopware55CustomerWishlistConverterService()
  44609.     {
  44610.         include_once \dirname(__DIR__4).'/vendor/store.shopware.com/swagmigrationassistant/Migration/Converter/ConverterInterface.php';
  44611.         include_once \dirname(__DIR__4).'/vendor/store.shopware.com/swagmigrationassistant/Migration/Converter/Converter.php';
  44612.         include_once \dirname(__DIR__4).'/vendor/store.shopware.com/swagmigrationassistant/Profile/Shopware/Converter/ShopwareConverter.php';
  44613.         include_once \dirname(__DIR__4).'/vendor/store.shopware.com/swagmigrationassistant/Profile/Shopware/Converter/CustomerWishlistConverter.php';
  44614.         include_once \dirname(__DIR__4).'/vendor/store.shopware.com/swagmigrationassistant/Profile/Shopware55/Converter/Shopware55CustomerWishlistConverter.php';
  44615.         return $this->privates['SwagMigrationAssistant\\Profile\\Shopware55\\Converter\\Shopware55CustomerWishlistConverter'] = new \SwagMigrationAssistant\Profile\Shopware55\Converter\Shopware55CustomerWishlistConverter(($this->privates['SwagMigrationAssistant\\Migration\\Mapping\\MappingService'] ?? $this->getMappingServiceService()), ($this->privates['SwagMigrationAssistant\\Migration\\Logging\\LoggingService'] ?? $this->getLoggingService2Service()));
  44616.     }
  44617.     /**
  44618.      * Gets the private 'SwagMigrationAssistant\Profile\Shopware55\Converter\Shopware55LanguageConverter' shared service.
  44619.      *
  44620.      * @return \SwagMigrationAssistant\Profile\Shopware55\Converter\Shopware55LanguageConverter
  44621.      */
  44622.     protected function getShopware55LanguageConverterService()
  44623.     {
  44624.         include_once \dirname(__DIR__4).'/vendor/store.shopware.com/swagmigrationassistant/Migration/Converter/ConverterInterface.php';
  44625.         include_once \dirname(__DIR__4).'/vendor/store.shopware.com/swagmigrationassistant/Migration/Converter/Converter.php';
  44626.         include_once \dirname(__DIR__4).'/vendor/store.shopware.com/swagmigrationassistant/Profile/Shopware/Converter/ShopwareConverter.php';
  44627.         include_once \dirname(__DIR__4).'/vendor/store.shopware.com/swagmigrationassistant/Profile/Shopware/Converter/LanguageConverter.php';
  44628.         include_once \dirname(__DIR__4).'/vendor/store.shopware.com/swagmigrationassistant/Profile/Shopware55/Converter/Shopware55LanguageConverter.php';
  44629.         return $this->privates['SwagMigrationAssistant\\Profile\\Shopware55\\Converter\\Shopware55LanguageConverter'] = new \SwagMigrationAssistant\Profile\Shopware55\Converter\Shopware55LanguageConverter(($this->privates['SwagMigrationAssistant\\Migration\\Mapping\\MappingService'] ?? $this->getMappingServiceService()), ($this->privates['SwagMigrationAssistant\\Migration\\Logging\\LoggingService'] ?? $this->getLoggingService2Service()));
  44630.     }
  44631.     /**
  44632.      * Gets the private 'SwagMigrationAssistant\Profile\Shopware55\Converter\Shopware55MainVariantRelationConverter' shared service.
  44633.      *
  44634.      * @return \SwagMigrationAssistant\Profile\Shopware55\Converter\Shopware55MainVariantRelationConverter
  44635.      */
  44636.     protected function getShopware55MainVariantRelationConverterService()
  44637.     {
  44638.         include_once \dirname(__DIR__4).'/vendor/store.shopware.com/swagmigrationassistant/Migration/Converter/ConverterInterface.php';
  44639.         include_once \dirname(__DIR__4).'/vendor/store.shopware.com/swagmigrationassistant/Migration/Converter/Converter.php';
  44640.         include_once \dirname(__DIR__4).'/vendor/store.shopware.com/swagmigrationassistant/Profile/Shopware/Converter/ShopwareConverter.php';
  44641.         include_once \dirname(__DIR__4).'/vendor/store.shopware.com/swagmigrationassistant/Profile/Shopware/Converter/MainVariantRelationConverter.php';
  44642.         include_once \dirname(__DIR__4).'/vendor/store.shopware.com/swagmigrationassistant/Profile/Shopware55/Converter/Shopware55MainVariantRelationConverter.php';
  44643.         return $this->privates['SwagMigrationAssistant\\Profile\\Shopware55\\Converter\\Shopware55MainVariantRelationConverter'] = new \SwagMigrationAssistant\Profile\Shopware55\Converter\Shopware55MainVariantRelationConverter(($this->privates['SwagMigrationAssistant\\Migration\\Mapping\\MappingService'] ?? $this->getMappingServiceService()), ($this->privates['SwagMigrationAssistant\\Migration\\Logging\\LoggingService'] ?? $this->getLoggingService2Service()));
  44644.     }
  44645.     /**
  44646.      * Gets the private 'SwagMigrationAssistant\Profile\Shopware55\Converter\Shopware55ManufacturerAttributeConverter' shared service.
  44647.      *
  44648.      * @return \SwagMigrationAssistant\Profile\Shopware55\Converter\Shopware55ManufacturerAttributeConverter
  44649.      */
  44650.     protected function getShopware55ManufacturerAttributeConverterService()
  44651.     {
  44652.         include_once \dirname(__DIR__4).'/vendor/store.shopware.com/swagmigrationassistant/Migration/Converter/ConverterInterface.php';
  44653.         include_once \dirname(__DIR__4).'/vendor/store.shopware.com/swagmigrationassistant/Migration/Converter/Converter.php';
  44654.         include_once \dirname(__DIR__4).'/vendor/store.shopware.com/swagmigrationassistant/Profile/Shopware/Converter/AttributeConverter.php';
  44655.         include_once \dirname(__DIR__4).'/vendor/store.shopware.com/swagmigrationassistant/Profile/Shopware/Converter/ManufacturerAttributeConverter.php';
  44656.         include_once \dirname(__DIR__4).'/vendor/store.shopware.com/swagmigrationassistant/Profile/Shopware55/Converter/Shopware55ManufacturerAttributeConverter.php';
  44657.         return $this->privates['SwagMigrationAssistant\\Profile\\Shopware55\\Converter\\Shopware55ManufacturerAttributeConverter'] = new \SwagMigrationAssistant\Profile\Shopware55\Converter\Shopware55ManufacturerAttributeConverter(($this->privates['SwagMigrationAssistant\\Migration\\Mapping\\MappingService'] ?? $this->getMappingServiceService()), ($this->privates['SwagMigrationAssistant\\Migration\\Logging\\LoggingService'] ?? $this->getLoggingService2Service()));
  44658.     }
  44659.     /**
  44660.      * Gets the private 'SwagMigrationAssistant\Profile\Shopware55\Converter\Shopware55MediaConverter' shared service.
  44661.      *
  44662.      * @return \SwagMigrationAssistant\Profile\Shopware55\Converter\Shopware55MediaConverter
  44663.      */
  44664.     protected function getShopware55MediaConverterService()
  44665.     {
  44666.         include_once \dirname(__DIR__4).'/vendor/store.shopware.com/swagmigrationassistant/Migration/Converter/ConverterInterface.php';
  44667.         include_once \dirname(__DIR__4).'/vendor/store.shopware.com/swagmigrationassistant/Migration/Converter/Converter.php';
  44668.         include_once \dirname(__DIR__4).'/vendor/store.shopware.com/swagmigrationassistant/Profile/Shopware/Converter/ShopwareConverter.php';
  44669.         include_once \dirname(__DIR__4).'/vendor/store.shopware.com/swagmigrationassistant/Profile/Shopware/Converter/MediaConverter.php';
  44670.         include_once \dirname(__DIR__4).'/vendor/store.shopware.com/swagmigrationassistant/Profile/Shopware55/Converter/Shopware55MediaConverter.php';
  44671.         $a = ($this->privates['SwagMigrationAssistant\\Migration\\Media\\MediaFileService'] ?? $this->getMediaFileServiceService());
  44672.         if (isset($this->privates['SwagMigrationAssistant\\Profile\\Shopware55\\Converter\\Shopware55MediaConverter'])) {
  44673.             return $this->privates['SwagMigrationAssistant\\Profile\\Shopware55\\Converter\\Shopware55MediaConverter'];
  44674.         }
  44675.         return $this->privates['SwagMigrationAssistant\\Profile\\Shopware55\\Converter\\Shopware55MediaConverter'] = new \SwagMigrationAssistant\Profile\Shopware55\Converter\Shopware55MediaConverter(($this->privates['SwagMigrationAssistant\\Migration\\Mapping\\MappingService'] ?? $this->getMappingServiceService()), ($this->privates['SwagMigrationAssistant\\Migration\\Logging\\LoggingService'] ?? $this->getLoggingService2Service()), $a);
  44676.     }
  44677.     /**
  44678.      * Gets the private 'SwagMigrationAssistant\Profile\Shopware55\Converter\Shopware55MediaFolderConverter' shared service.
  44679.      *
  44680.      * @return \SwagMigrationAssistant\Profile\Shopware55\Converter\Shopware55MediaFolderConverter
  44681.      */
  44682.     protected function getShopware55MediaFolderConverterService()
  44683.     {
  44684.         include_once \dirname(__DIR__4).'/vendor/store.shopware.com/swagmigrationassistant/Migration/Converter/ConverterInterface.php';
  44685.         include_once \dirname(__DIR__4).'/vendor/store.shopware.com/swagmigrationassistant/Migration/Converter/Converter.php';
  44686.         include_once \dirname(__DIR__4).'/vendor/store.shopware.com/swagmigrationassistant/Profile/Shopware/Converter/ShopwareConverter.php';
  44687.         include_once \dirname(__DIR__4).'/vendor/store.shopware.com/swagmigrationassistant/Profile/Shopware/Converter/MediaFolderConverter.php';
  44688.         include_once \dirname(__DIR__4).'/vendor/store.shopware.com/swagmigrationassistant/Profile/Shopware55/Converter/Shopware55MediaFolderConverter.php';
  44689.         return $this->privates['SwagMigrationAssistant\\Profile\\Shopware55\\Converter\\Shopware55MediaFolderConverter'] = new \SwagMigrationAssistant\Profile\Shopware55\Converter\Shopware55MediaFolderConverter(($this->privates['SwagMigrationAssistant\\Migration\\Mapping\\MappingService'] ?? $this->getMappingServiceService()), ($this->privates['SwagMigrationAssistant\\Migration\\Logging\\LoggingService'] ?? $this->getLoggingService2Service()));
  44690.     }
  44691.     /**
  44692.      * Gets the private 'SwagMigrationAssistant\Profile\Shopware55\Converter\Shopware55NewsletterRecipientConverter' shared service.
  44693.      *
  44694.      * @return \SwagMigrationAssistant\Profile\Shopware55\Converter\Shopware55NewsletterRecipientConverter
  44695.      */
  44696.     protected function getShopware55NewsletterRecipientConverterService()
  44697.     {
  44698.         include_once \dirname(__DIR__4).'/vendor/store.shopware.com/swagmigrationassistant/Migration/Converter/ConverterInterface.php';
  44699.         include_once \dirname(__DIR__4).'/vendor/store.shopware.com/swagmigrationassistant/Migration/Converter/Converter.php';
  44700.         include_once \dirname(__DIR__4).'/vendor/store.shopware.com/swagmigrationassistant/Profile/Shopware/Converter/ShopwareConverter.php';
  44701.         include_once \dirname(__DIR__4).'/vendor/store.shopware.com/swagmigrationassistant/Profile/Shopware/Converter/NewsletterRecipientConverter.php';
  44702.         include_once \dirname(__DIR__4).'/vendor/store.shopware.com/swagmigrationassistant/Profile/Shopware55/Converter/Shopware55NewsletterRecipientConverter.php';
  44703.         return $this->privates['SwagMigrationAssistant\\Profile\\Shopware55\\Converter\\Shopware55NewsletterRecipientConverter'] = new \SwagMigrationAssistant\Profile\Shopware55\Converter\Shopware55NewsletterRecipientConverter(($this->privates['SwagMigrationAssistant\\Migration\\Mapping\\MappingService'] ?? $this->getMappingServiceService()), ($this->privates['SwagMigrationAssistant\\Migration\\Logging\\LoggingService'] ?? $this->getLoggingService2Service()));
  44704.     }
  44705.     /**
  44706.      * Gets the private 'SwagMigrationAssistant\Profile\Shopware55\Converter\Shopware55NumberRangeConverter' shared service.
  44707.      *
  44708.      * @return \SwagMigrationAssistant\Profile\Shopware55\Converter\Shopware55NumberRangeConverter
  44709.      */
  44710.     protected function getShopware55NumberRangeConverterService()
  44711.     {
  44712.         include_once \dirname(__DIR__4).'/vendor/store.shopware.com/swagmigrationassistant/Migration/Converter/ConverterInterface.php';
  44713.         include_once \dirname(__DIR__4).'/vendor/store.shopware.com/swagmigrationassistant/Migration/Converter/Converter.php';
  44714.         include_once \dirname(__DIR__4).'/vendor/store.shopware.com/swagmigrationassistant/Profile/Shopware/Converter/ShopwareConverter.php';
  44715.         include_once \dirname(__DIR__4).'/vendor/store.shopware.com/swagmigrationassistant/Profile/Shopware/Converter/NumberRangeConverter.php';
  44716.         include_once \dirname(__DIR__4).'/vendor/store.shopware.com/swagmigrationassistant/Profile/Shopware55/Converter/Shopware55NumberRangeConverter.php';
  44717.         return $this->privates['SwagMigrationAssistant\\Profile\\Shopware55\\Converter\\Shopware55NumberRangeConverter'] = new \SwagMigrationAssistant\Profile\Shopware55\Converter\Shopware55NumberRangeConverter(($this->privates['SwagMigrationAssistant\\Migration\\Mapping\\MappingService'] ?? $this->getMappingServiceService()), ($this->privates['SwagMigrationAssistant\\Migration\\Logging\\LoggingService'] ?? $this->getLoggingService2Service()), ($this->services['number_range_type.repository'] ?? $this->getNumberRangeType_RepositoryService()));
  44718.     }
  44719.     /**
  44720.      * Gets the private 'SwagMigrationAssistant\Profile\Shopware55\Converter\Shopware55OrderAttributeConverter' shared service.
  44721.      *
  44722.      * @return \SwagMigrationAssistant\Profile\Shopware55\Converter\Shopware55OrderAttributeConverter
  44723.      */
  44724.     protected function getShopware55OrderAttributeConverterService()
  44725.     {
  44726.         include_once \dirname(__DIR__4).'/vendor/store.shopware.com/swagmigrationassistant/Migration/Converter/ConverterInterface.php';
  44727.         include_once \dirname(__DIR__4).'/vendor/store.shopware.com/swagmigrationassistant/Migration/Converter/Converter.php';
  44728.         include_once \dirname(__DIR__4).'/vendor/store.shopware.com/swagmigrationassistant/Profile/Shopware/Converter/AttributeConverter.php';
  44729.         include_once \dirname(__DIR__4).'/vendor/store.shopware.com/swagmigrationassistant/Profile/Shopware/Converter/OrderAttributeConverter.php';
  44730.         include_once \dirname(__DIR__4).'/vendor/store.shopware.com/swagmigrationassistant/Profile/Shopware55/Converter/Shopware55OrderAttributeConverter.php';
  44731.         return $this->privates['SwagMigrationAssistant\\Profile\\Shopware55\\Converter\\Shopware55OrderAttributeConverter'] = new \SwagMigrationAssistant\Profile\Shopware55\Converter\Shopware55OrderAttributeConverter(($this->privates['SwagMigrationAssistant\\Migration\\Mapping\\MappingService'] ?? $this->getMappingServiceService()), ($this->privates['SwagMigrationAssistant\\Migration\\Logging\\LoggingService'] ?? $this->getLoggingService2Service()));
  44732.     }
  44733.     /**
  44734.      * Gets the private 'SwagMigrationAssistant\Profile\Shopware55\Converter\Shopware55OrderConverter' shared service.
  44735.      *
  44736.      * @return \SwagMigrationAssistant\Profile\Shopware55\Converter\Shopware55OrderConverter
  44737.      */
  44738.     protected function getShopware55OrderConverterService()
  44739.     {
  44740.         include_once \dirname(__DIR__4).'/vendor/store.shopware.com/swagmigrationassistant/Migration/Converter/ConverterInterface.php';
  44741.         include_once \dirname(__DIR__4).'/vendor/store.shopware.com/swagmigrationassistant/Migration/Converter/Converter.php';
  44742.         include_once \dirname(__DIR__4).'/vendor/store.shopware.com/swagmigrationassistant/Profile/Shopware/Converter/ShopwareConverter.php';
  44743.         include_once \dirname(__DIR__4).'/vendor/store.shopware.com/swagmigrationassistant/Profile/Shopware/Converter/OrderConverter.php';
  44744.         include_once \dirname(__DIR__4).'/vendor/store.shopware.com/swagmigrationassistant/Profile/Shopware55/Converter/Shopware55OrderConverter.php';
  44745.         return $this->privates['SwagMigrationAssistant\\Profile\\Shopware55\\Converter\\Shopware55OrderConverter'] = new \SwagMigrationAssistant\Profile\Shopware55\Converter\Shopware55OrderConverter(($this->privates['SwagMigrationAssistant\\Migration\\Mapping\\MappingService'] ?? $this->getMappingServiceService()), ($this->privates['SwagMigrationAssistant\\Migration\\Logging\\LoggingService'] ?? $this->getLoggingService2Service()), ($this->privates['Shopware\\Core\\Checkout\\Cart\\Tax\\TaxCalculator'] ?? ($this->privates['Shopware\\Core\\Checkout\\Cart\\Tax\\TaxCalculator'] = new \Shopware\Core\Checkout\Cart\Tax\TaxCalculator())));
  44746.     }
  44747.     /**
  44748.      * Gets the private 'SwagMigrationAssistant\Profile\Shopware55\Converter\Shopware55OrderDocumentAttributeConverter' shared service.
  44749.      *
  44750.      * @return \SwagMigrationAssistant\Profile\Shopware55\Converter\Shopware55OrderDocumentAttributeConverter
  44751.      */
  44752.     protected function getShopware55OrderDocumentAttributeConverterService()
  44753.     {
  44754.         include_once \dirname(__DIR__4).'/vendor/store.shopware.com/swagmigrationassistant/Migration/Converter/ConverterInterface.php';
  44755.         include_once \dirname(__DIR__4).'/vendor/store.shopware.com/swagmigrationassistant/Migration/Converter/Converter.php';
  44756.         include_once \dirname(__DIR__4).'/vendor/store.shopware.com/swagmigrationassistant/Profile/Shopware/Converter/AttributeConverter.php';
  44757.         include_once \dirname(__DIR__4).'/vendor/store.shopware.com/swagmigrationassistant/Profile/Shopware/Converter/OrderDocumentAttributeConverter.php';
  44758.         include_once \dirname(__DIR__4).'/vendor/store.shopware.com/swagmigrationassistant/Profile/Shopware55/Converter/Shopware55OrderDocumentAttributeConverter.php';
  44759.         return $this->privates['SwagMigrationAssistant\\Profile\\Shopware55\\Converter\\Shopware55OrderDocumentAttributeConverter'] = new \SwagMigrationAssistant\Profile\Shopware55\Converter\Shopware55OrderDocumentAttributeConverter(($this->privates['SwagMigrationAssistant\\Migration\\Mapping\\MappingService'] ?? $this->getMappingServiceService()), ($this->privates['SwagMigrationAssistant\\Migration\\Logging\\LoggingService'] ?? $this->getLoggingService2Service()));
  44760.     }
  44761.     /**
  44762.      * Gets the private 'SwagMigrationAssistant\Profile\Shopware55\Converter\Shopware55OrderDocumentConverter' shared service.
  44763.      *
  44764.      * @return \SwagMigrationAssistant\Profile\Shopware55\Converter\Shopware55OrderDocumentConverter
  44765.      */
  44766.     protected function getShopware55OrderDocumentConverterService()
  44767.     {
  44768.         include_once \dirname(__DIR__4).'/vendor/store.shopware.com/swagmigrationassistant/Migration/Converter/ConverterInterface.php';
  44769.         include_once \dirname(__DIR__4).'/vendor/store.shopware.com/swagmigrationassistant/Migration/Converter/Converter.php';
  44770.         include_once \dirname(__DIR__4).'/vendor/store.shopware.com/swagmigrationassistant/Profile/Shopware/Converter/ShopwareConverter.php';
  44771.         include_once \dirname(__DIR__4).'/vendor/store.shopware.com/swagmigrationassistant/Profile/Shopware/Converter/OrderDocumentConverter.php';
  44772.         include_once \dirname(__DIR__4).'/vendor/store.shopware.com/swagmigrationassistant/Profile/Shopware55/Converter/Shopware55OrderDocumentConverter.php';
  44773.         $a = ($this->privates['SwagMigrationAssistant\\Migration\\Media\\MediaFileService'] ?? $this->getMediaFileServiceService());
  44774.         if (isset($this->privates['SwagMigrationAssistant\\Profile\\Shopware55\\Converter\\Shopware55OrderDocumentConverter'])) {
  44775.             return $this->privates['SwagMigrationAssistant\\Profile\\Shopware55\\Converter\\Shopware55OrderDocumentConverter'];
  44776.         }
  44777.         return $this->privates['SwagMigrationAssistant\\Profile\\Shopware55\\Converter\\Shopware55OrderDocumentConverter'] = new \SwagMigrationAssistant\Profile\Shopware55\Converter\Shopware55OrderDocumentConverter(($this->privates['SwagMigrationAssistant\\Migration\\Mapping\\MappingService'] ?? $this->getMappingServiceService()), ($this->privates['SwagMigrationAssistant\\Migration\\Logging\\LoggingService'] ?? $this->getLoggingService2Service()), $a);
  44778.     }
  44779.     /**
  44780.      * Gets the private 'SwagMigrationAssistant\Profile\Shopware55\Converter\Shopware55ProductAttributeConverter' shared service.
  44781.      *
  44782.      * @return \SwagMigrationAssistant\Profile\Shopware55\Converter\Shopware55ProductAttributeConverter
  44783.      */
  44784.     protected function getShopware55ProductAttributeConverterService()
  44785.     {
  44786.         include_once \dirname(__DIR__4).'/vendor/store.shopware.com/swagmigrationassistant/Migration/Converter/ConverterInterface.php';
  44787.         include_once \dirname(__DIR__4).'/vendor/store.shopware.com/swagmigrationassistant/Migration/Converter/Converter.php';
  44788.         include_once \dirname(__DIR__4).'/vendor/store.shopware.com/swagmigrationassistant/Profile/Shopware/Converter/AttributeConverter.php';
  44789.         include_once \dirname(__DIR__4).'/vendor/store.shopware.com/swagmigrationassistant/Profile/Shopware/Converter/ProductAttributeConverter.php';
  44790.         include_once \dirname(__DIR__4).'/vendor/store.shopware.com/swagmigrationassistant/Profile/Shopware55/Converter/Shopware55ProductAttributeConverter.php';
  44791.         return $this->privates['SwagMigrationAssistant\\Profile\\Shopware55\\Converter\\Shopware55ProductAttributeConverter'] = new \SwagMigrationAssistant\Profile\Shopware55\Converter\Shopware55ProductAttributeConverter(($this->privates['SwagMigrationAssistant\\Migration\\Mapping\\MappingService'] ?? $this->getMappingServiceService()), ($this->privates['SwagMigrationAssistant\\Migration\\Logging\\LoggingService'] ?? $this->getLoggingService2Service()));
  44792.     }
  44793.     /**
  44794.      * Gets the private 'SwagMigrationAssistant\Profile\Shopware55\Converter\Shopware55ProductConverter' shared service.
  44795.      *
  44796.      * @return \SwagMigrationAssistant\Profile\Shopware55\Converter\Shopware55ProductConverter
  44797.      */
  44798.     protected function getShopware55ProductConverterService()
  44799.     {
  44800.         include_once \dirname(__DIR__4).'/vendor/store.shopware.com/swagmigrationassistant/Migration/Converter/ConverterInterface.php';
  44801.         include_once \dirname(__DIR__4).'/vendor/store.shopware.com/swagmigrationassistant/Migration/Converter/Converter.php';
  44802.         include_once \dirname(__DIR__4).'/vendor/store.shopware.com/swagmigrationassistant/Profile/Shopware/Converter/ShopwareConverter.php';
  44803.         include_once \dirname(__DIR__4).'/vendor/store.shopware.com/swagmigrationassistant/Profile/Shopware/Converter/ProductConverter.php';
  44804.         include_once \dirname(__DIR__4).'/vendor/store.shopware.com/swagmigrationassistant/Profile/Shopware55/Converter/Shopware55ProductConverter.php';
  44805.         $a = ($this->privates['SwagMigrationAssistant\\Migration\\Media\\MediaFileService'] ?? $this->getMediaFileServiceService());
  44806.         if (isset($this->privates['SwagMigrationAssistant\\Profile\\Shopware55\\Converter\\Shopware55ProductConverter'])) {
  44807.             return $this->privates['SwagMigrationAssistant\\Profile\\Shopware55\\Converter\\Shopware55ProductConverter'];
  44808.         }
  44809.         return $this->privates['SwagMigrationAssistant\\Profile\\Shopware55\\Converter\\Shopware55ProductConverter'] = new \SwagMigrationAssistant\Profile\Shopware55\Converter\Shopware55ProductConverter(($this->privates['SwagMigrationAssistant\\Migration\\Mapping\\MappingService'] ?? $this->getMappingServiceService()), ($this->privates['SwagMigrationAssistant\\Migration\\Logging\\LoggingService'] ?? $this->getLoggingService2Service()), $a);
  44810.     }
  44811.     /**
  44812.      * Gets the private 'SwagMigrationAssistant\Profile\Shopware55\Converter\Shopware55ProductOptionRelationConverter' shared service.
  44813.      *
  44814.      * @return \SwagMigrationAssistant\Profile\Shopware55\Converter\Shopware55ProductOptionRelationConverter
  44815.      */
  44816.     protected function getShopware55ProductOptionRelationConverterService()
  44817.     {
  44818.         include_once \dirname(__DIR__4).'/vendor/store.shopware.com/swagmigrationassistant/Migration/Converter/ConverterInterface.php';
  44819.         include_once \dirname(__DIR__4).'/vendor/store.shopware.com/swagmigrationassistant/Migration/Converter/Converter.php';
  44820.         include_once \dirname(__DIR__4).'/vendor/store.shopware.com/swagmigrationassistant/Profile/Shopware/Converter/ShopwareConverter.php';
  44821.         include_once \dirname(__DIR__4).'/vendor/store.shopware.com/swagmigrationassistant/Profile/Shopware/Converter/ProductOptionRelationConverter.php';
  44822.         include_once \dirname(__DIR__4).'/vendor/store.shopware.com/swagmigrationassistant/Profile/Shopware55/Converter/Shopware55ProductOptionRelationConverter.php';
  44823.         return $this->privates['SwagMigrationAssistant\\Profile\\Shopware55\\Converter\\Shopware55ProductOptionRelationConverter'] = new \SwagMigrationAssistant\Profile\Shopware55\Converter\Shopware55ProductOptionRelationConverter(($this->privates['SwagMigrationAssistant\\Migration\\Mapping\\MappingService'] ?? $this->getMappingServiceService()), ($this->privates['SwagMigrationAssistant\\Migration\\Logging\\LoggingService'] ?? $this->getLoggingService2Service()));
  44824.     }
  44825.     /**
  44826.      * Gets the private 'SwagMigrationAssistant\Profile\Shopware55\Converter\Shopware55ProductPriceAttributeConverter' shared service.
  44827.      *
  44828.      * @return \SwagMigrationAssistant\Profile\Shopware55\Converter\Shopware55ProductPriceAttributeConverter
  44829.      */
  44830.     protected function getShopware55ProductPriceAttributeConverterService()
  44831.     {
  44832.         include_once \dirname(__DIR__4).'/vendor/store.shopware.com/swagmigrationassistant/Migration/Converter/ConverterInterface.php';
  44833.         include_once \dirname(__DIR__4).'/vendor/store.shopware.com/swagmigrationassistant/Migration/Converter/Converter.php';
  44834.         include_once \dirname(__DIR__4).'/vendor/store.shopware.com/swagmigrationassistant/Profile/Shopware/Converter/AttributeConverter.php';
  44835.         include_once \dirname(__DIR__4).'/vendor/store.shopware.com/swagmigrationassistant/Profile/Shopware/Converter/ProductPriceAttributeConverter.php';
  44836.         include_once \dirname(__DIR__4).'/vendor/store.shopware.com/swagmigrationassistant/Profile/Shopware55/Converter/Shopware55ProductPriceAttributeConverter.php';
  44837.         return $this->privates['SwagMigrationAssistant\\Profile\\Shopware55\\Converter\\Shopware55ProductPriceAttributeConverter'] = new \SwagMigrationAssistant\Profile\Shopware55\Converter\Shopware55ProductPriceAttributeConverter(($this->privates['SwagMigrationAssistant\\Migration\\Mapping\\MappingService'] ?? $this->getMappingServiceService()), ($this->privates['SwagMigrationAssistant\\Migration\\Logging\\LoggingService'] ?? $this->getLoggingService2Service()));
  44838.     }
  44839.     /**
  44840.      * Gets the private 'SwagMigrationAssistant\Profile\Shopware55\Converter\Shopware55ProductPropertyRelationConverter' shared service.
  44841.      *
  44842.      * @return \SwagMigrationAssistant\Profile\Shopware55\Converter\Shopware55ProductPropertyRelationConverter
  44843.      */
  44844.     protected function getShopware55ProductPropertyRelationConverterService()
  44845.     {
  44846.         include_once \dirname(__DIR__4).'/vendor/store.shopware.com/swagmigrationassistant/Migration/Converter/ConverterInterface.php';
  44847.         include_once \dirname(__DIR__4).'/vendor/store.shopware.com/swagmigrationassistant/Migration/Converter/Converter.php';
  44848.         include_once \dirname(__DIR__4).'/vendor/store.shopware.com/swagmigrationassistant/Profile/Shopware/Converter/ShopwareConverter.php';
  44849.         include_once \dirname(__DIR__4).'/vendor/store.shopware.com/swagmigrationassistant/Profile/Shopware/Converter/ProductPropertyRelationConverter.php';
  44850.         include_once \dirname(__DIR__4).'/vendor/store.shopware.com/swagmigrationassistant/Profile/Shopware55/Converter/Shopware55ProductPropertyRelationConverter.php';
  44851.         return $this->privates['SwagMigrationAssistant\\Profile\\Shopware55\\Converter\\Shopware55ProductPropertyRelationConverter'] = new \SwagMigrationAssistant\Profile\Shopware55\Converter\Shopware55ProductPropertyRelationConverter(($this->privates['SwagMigrationAssistant\\Migration\\Mapping\\MappingService'] ?? $this->getMappingServiceService()), ($this->privates['SwagMigrationAssistant\\Migration\\Logging\\LoggingService'] ?? $this->getLoggingService2Service()));
  44852.     }
  44853.     /**
  44854.      * Gets the private 'SwagMigrationAssistant\Profile\Shopware55\Converter\Shopware55ProductReviewConverter' shared service.
  44855.      *
  44856.      * @return \SwagMigrationAssistant\Profile\Shopware55\Converter\Shopware55ProductReviewConverter
  44857.      */
  44858.     protected function getShopware55ProductReviewConverterService()
  44859.     {
  44860.         include_once \dirname(__DIR__4).'/vendor/store.shopware.com/swagmigrationassistant/Migration/Converter/ConverterInterface.php';
  44861.         include_once \dirname(__DIR__4).'/vendor/store.shopware.com/swagmigrationassistant/Migration/Converter/Converter.php';
  44862.         include_once \dirname(__DIR__4).'/vendor/store.shopware.com/swagmigrationassistant/Profile/Shopware/Converter/ShopwareConverter.php';
  44863.         include_once \dirname(__DIR__4).'/vendor/store.shopware.com/swagmigrationassistant/Profile/Shopware/Converter/ProductReviewConverter.php';
  44864.         include_once \dirname(__DIR__4).'/vendor/store.shopware.com/swagmigrationassistant/Profile/Shopware55/Converter/Shopware55ProductReviewConverter.php';
  44865.         return $this->privates['SwagMigrationAssistant\\Profile\\Shopware55\\Converter\\Shopware55ProductReviewConverter'] = new \SwagMigrationAssistant\Profile\Shopware55\Converter\Shopware55ProductReviewConverter(($this->privates['SwagMigrationAssistant\\Migration\\Mapping\\MappingService'] ?? $this->getMappingServiceService()), ($this->privates['SwagMigrationAssistant\\Migration\\Logging\\LoggingService'] ?? $this->getLoggingService2Service()));
  44866.     }
  44867.     /**
  44868.      * Gets the private 'SwagMigrationAssistant\Profile\Shopware55\Converter\Shopware55PromotionConverter' shared service.
  44869.      *
  44870.      * @return \SwagMigrationAssistant\Profile\Shopware55\Converter\Shopware55PromotionConverter
  44871.      */
  44872.     protected function getShopware55PromotionConverterService()
  44873.     {
  44874.         include_once \dirname(__DIR__4).'/vendor/store.shopware.com/swagmigrationassistant/Migration/Converter/ConverterInterface.php';
  44875.         include_once \dirname(__DIR__4).'/vendor/store.shopware.com/swagmigrationassistant/Migration/Converter/Converter.php';
  44876.         include_once \dirname(__DIR__4).'/vendor/store.shopware.com/swagmigrationassistant/Profile/Shopware/Converter/ShopwareConverter.php';
  44877.         include_once \dirname(__DIR__4).'/vendor/store.shopware.com/swagmigrationassistant/Profile/Shopware/Converter/PromotionConverter.php';
  44878.         include_once \dirname(__DIR__4).'/vendor/store.shopware.com/swagmigrationassistant/Profile/Shopware55/Converter/Shopware55PromotionConverter.php';
  44879.         return $this->privates['SwagMigrationAssistant\\Profile\\Shopware55\\Converter\\Shopware55PromotionConverter'] = new \SwagMigrationAssistant\Profile\Shopware55\Converter\Shopware55PromotionConverter(($this->privates['SwagMigrationAssistant\\Migration\\Mapping\\MappingService'] ?? $this->getMappingServiceService()), ($this->privates['SwagMigrationAssistant\\Migration\\Logging\\LoggingService'] ?? $this->getLoggingService2Service()), ($this->services['sales_channel.repository'] ?? $this->getSalesChannel_RepositoryService()));
  44880.     }
  44881.     /**
  44882.      * Gets the private 'SwagMigrationAssistant\Profile\Shopware55\Converter\Shopware55PropertyGroupOptionConverter' shared service.
  44883.      *
  44884.      * @return \SwagMigrationAssistant\Profile\Shopware55\Converter\Shopware55PropertyGroupOptionConverter
  44885.      */
  44886.     protected function getShopware55PropertyGroupOptionConverterService()
  44887.     {
  44888.         include_once \dirname(__DIR__4).'/vendor/store.shopware.com/swagmigrationassistant/Migration/Converter/ConverterInterface.php';
  44889.         include_once \dirname(__DIR__4).'/vendor/store.shopware.com/swagmigrationassistant/Migration/Converter/Converter.php';
  44890.         include_once \dirname(__DIR__4).'/vendor/store.shopware.com/swagmigrationassistant/Profile/Shopware/Converter/ShopwareConverter.php';
  44891.         include_once \dirname(__DIR__4).'/vendor/store.shopware.com/swagmigrationassistant/Profile/Shopware/Converter/PropertyGroupOptionConverter.php';
  44892.         include_once \dirname(__DIR__4).'/vendor/store.shopware.com/swagmigrationassistant/Profile/Shopware55/Converter/Shopware55PropertyGroupOptionConverter.php';
  44893.         $a = ($this->privates['SwagMigrationAssistant\\Migration\\Media\\MediaFileService'] ?? $this->getMediaFileServiceService());
  44894.         if (isset($this->privates['SwagMigrationAssistant\\Profile\\Shopware55\\Converter\\Shopware55PropertyGroupOptionConverter'])) {
  44895.             return $this->privates['SwagMigrationAssistant\\Profile\\Shopware55\\Converter\\Shopware55PropertyGroupOptionConverter'];
  44896.         }
  44897.         return $this->privates['SwagMigrationAssistant\\Profile\\Shopware55\\Converter\\Shopware55PropertyGroupOptionConverter'] = new \SwagMigrationAssistant\Profile\Shopware55\Converter\Shopware55PropertyGroupOptionConverter(($this->privates['SwagMigrationAssistant\\Migration\\Mapping\\MappingService'] ?? $this->getMappingServiceService()), ($this->privates['SwagMigrationAssistant\\Migration\\Logging\\LoggingService'] ?? $this->getLoggingService2Service()), $a);
  44898.     }
  44899.     /**
  44900.      * Gets the private 'SwagMigrationAssistant\Profile\Shopware55\Converter\Shopware55SalesChannelConverter' shared service.
  44901.      *
  44902.      * @return \SwagMigrationAssistant\Profile\Shopware55\Converter\Shopware55SalesChannelConverter
  44903.      */
  44904.     protected function getShopware55SalesChannelConverterService()
  44905.     {
  44906.         include_once \dirname(__DIR__4).'/vendor/store.shopware.com/swagmigrationassistant/Migration/Converter/ConverterInterface.php';
  44907.         include_once \dirname(__DIR__4).'/vendor/store.shopware.com/swagmigrationassistant/Migration/Converter/Converter.php';
  44908.         include_once \dirname(__DIR__4).'/vendor/store.shopware.com/swagmigrationassistant/Profile/Shopware/Converter/ShopwareConverter.php';
  44909.         include_once \dirname(__DIR__4).'/vendor/store.shopware.com/swagmigrationassistant/Profile/Shopware/Converter/SalesChannelConverter.php';
  44910.         include_once \dirname(__DIR__4).'/vendor/store.shopware.com/swagmigrationassistant/Profile/Shopware55/Converter/Shopware55SalesChannelConverter.php';
  44911.         return $this->privates['SwagMigrationAssistant\\Profile\\Shopware55\\Converter\\Shopware55SalesChannelConverter'] = new \SwagMigrationAssistant\Profile\Shopware55\Converter\Shopware55SalesChannelConverter(($this->privates['SwagMigrationAssistant\\Migration\\Mapping\\MappingService'] ?? $this->getMappingServiceService()), ($this->privates['SwagMigrationAssistant\\Migration\\Logging\\LoggingService'] ?? $this->getLoggingService2Service()), ($this->services['payment_method.repository'] ?? $this->getPaymentMethod_RepositoryService()), ($this->services['shipping_method.repository'] ?? $this->getShippingMethod_RepositoryService()), ($this->services['country.repository'] ?? $this->getCountry_RepositoryService()), ($this->services['sales_channel.repository'] ?? $this->getSalesChannel_RepositoryService()), NULL);
  44912.     }
  44913.     /**
  44914.      * Gets the private 'SwagMigrationAssistant\Profile\Shopware55\Converter\Shopware55SeoUrlConverter' shared service.
  44915.      *
  44916.      * @return \SwagMigrationAssistant\Profile\Shopware55\Converter\Shopware55SeoUrlConverter
  44917.      */
  44918.     protected function getShopware55SeoUrlConverterService()
  44919.     {
  44920.         include_once \dirname(__DIR__4).'/vendor/store.shopware.com/swagmigrationassistant/Migration/Converter/ConverterInterface.php';
  44921.         include_once \dirname(__DIR__4).'/vendor/store.shopware.com/swagmigrationassistant/Migration/Converter/Converter.php';
  44922.         include_once \dirname(__DIR__4).'/vendor/store.shopware.com/swagmigrationassistant/Profile/Shopware/Converter/ShopwareConverter.php';
  44923.         include_once \dirname(__DIR__4).'/vendor/store.shopware.com/swagmigrationassistant/Profile/Shopware/Converter/SeoUrlConverter.php';
  44924.         include_once \dirname(__DIR__4).'/vendor/store.shopware.com/swagmigrationassistant/Profile/Shopware55/Converter/Shopware55SeoUrlConverter.php';
  44925.         return $this->privates['SwagMigrationAssistant\\Profile\\Shopware55\\Converter\\Shopware55SeoUrlConverter'] = new \SwagMigrationAssistant\Profile\Shopware55\Converter\Shopware55SeoUrlConverter(($this->privates['SwagMigrationAssistant\\Migration\\Mapping\\MappingService'] ?? $this->getMappingServiceService()), ($this->privates['SwagMigrationAssistant\\Migration\\Logging\\LoggingService'] ?? $this->getLoggingService2Service()));
  44926.     }
  44927.     /**
  44928.      * Gets the private 'SwagMigrationAssistant\Profile\Shopware55\Converter\Shopware55ShippingMethodConverter' shared service.
  44929.      *
  44930.      * @return \SwagMigrationAssistant\Profile\Shopware55\Converter\Shopware55ShippingMethodConverter
  44931.      */
  44932.     protected function getShopware55ShippingMethodConverterService()
  44933.     {
  44934.         include_once \dirname(__DIR__4).'/vendor/store.shopware.com/swagmigrationassistant/Migration/Converter/ConverterInterface.php';
  44935.         include_once \dirname(__DIR__4).'/vendor/store.shopware.com/swagmigrationassistant/Migration/Converter/Converter.php';
  44936.         include_once \dirname(__DIR__4).'/vendor/store.shopware.com/swagmigrationassistant/Profile/Shopware/Converter/ShopwareConverter.php';
  44937.         include_once \dirname(__DIR__4).'/vendor/store.shopware.com/swagmigrationassistant/Profile/Shopware/Converter/ShippingMethodConverter.php';
  44938.         include_once \dirname(__DIR__4).'/vendor/store.shopware.com/swagmigrationassistant/Profile/Shopware55/Converter/Shopware55ShippingMethodConverter.php';
  44939.         return $this->privates['SwagMigrationAssistant\\Profile\\Shopware55\\Converter\\Shopware55ShippingMethodConverter'] = new \SwagMigrationAssistant\Profile\Shopware55\Converter\Shopware55ShippingMethodConverter(($this->privates['SwagMigrationAssistant\\Migration\\Mapping\\MappingService'] ?? $this->getMappingServiceService()), ($this->privates['SwagMigrationAssistant\\Migration\\Logging\\LoggingService'] ?? $this->getLoggingService2Service()));
  44940.     }
  44941.     /**
  44942.      * Gets the private 'SwagMigrationAssistant\Profile\Shopware55\Converter\Shopware55TranslationConverter' shared service.
  44943.      *
  44944.      * @return \SwagMigrationAssistant\Profile\Shopware55\Converter\Shopware55TranslationConverter
  44945.      */
  44946.     protected function getShopware55TranslationConverterService()
  44947.     {
  44948.         include_once \dirname(__DIR__4).'/vendor/store.shopware.com/swagmigrationassistant/Migration/Converter/ConverterInterface.php';
  44949.         include_once \dirname(__DIR__4).'/vendor/store.shopware.com/swagmigrationassistant/Migration/Converter/Converter.php';
  44950.         include_once \dirname(__DIR__4).'/vendor/store.shopware.com/swagmigrationassistant/Profile/Shopware/Converter/ShopwareConverter.php';
  44951.         include_once \dirname(__DIR__4).'/vendor/store.shopware.com/swagmigrationassistant/Profile/Shopware/Converter/TranslationConverter.php';
  44952.         include_once \dirname(__DIR__4).'/vendor/store.shopware.com/swagmigrationassistant/Profile/Shopware55/Converter/Shopware55TranslationConverter.php';
  44953.         return $this->privates['SwagMigrationAssistant\\Profile\\Shopware55\\Converter\\Shopware55TranslationConverter'] = new \SwagMigrationAssistant\Profile\Shopware55\Converter\Shopware55TranslationConverter(($this->privates['SwagMigrationAssistant\\Migration\\Mapping\\MappingService'] ?? $this->getMappingServiceService()), ($this->privates['SwagMigrationAssistant\\Migration\\Logging\\LoggingService'] ?? $this->getLoggingService2Service()));
  44954.     }
  44955.     /**
  44956.      * Gets the private 'SwagMigrationAssistant\Profile\Shopware56\Converter\Shopware56CategoryAttributeConverter' shared service.
  44957.      *
  44958.      * @return \SwagMigrationAssistant\Profile\Shopware56\Converter\Shopware56CategoryAttributeConverter
  44959.      */
  44960.     protected function getShopware56CategoryAttributeConverterService()
  44961.     {
  44962.         include_once \dirname(__DIR__4).'/vendor/store.shopware.com/swagmigrationassistant/Migration/Converter/ConverterInterface.php';
  44963.         include_once \dirname(__DIR__4).'/vendor/store.shopware.com/swagmigrationassistant/Migration/Converter/Converter.php';
  44964.         include_once \dirname(__DIR__4).'/vendor/store.shopware.com/swagmigrationassistant/Profile/Shopware/Converter/AttributeConverter.php';
  44965.         include_once \dirname(__DIR__4).'/vendor/store.shopware.com/swagmigrationassistant/Profile/Shopware/Converter/CategoryAttributeConverter.php';
  44966.         include_once \dirname(__DIR__4).'/vendor/store.shopware.com/swagmigrationassistant/Profile/Shopware56/Converter/Shopware56CategoryAttributeConverter.php';
  44967.         return $this->privates['SwagMigrationAssistant\\Profile\\Shopware56\\Converter\\Shopware56CategoryAttributeConverter'] = new \SwagMigrationAssistant\Profile\Shopware56\Converter\Shopware56CategoryAttributeConverter(($this->privates['SwagMigrationAssistant\\Migration\\Mapping\\MappingService'] ?? $this->getMappingServiceService()), ($this->privates['SwagMigrationAssistant\\Migration\\Logging\\LoggingService'] ?? $this->getLoggingService2Service()));
  44968.     }
  44969.     /**
  44970.      * Gets the private 'SwagMigrationAssistant\Profile\Shopware56\Converter\Shopware56CategoryConverter' shared service.
  44971.      *
  44972.      * @return \SwagMigrationAssistant\Profile\Shopware56\Converter\Shopware56CategoryConverter
  44973.      */
  44974.     protected function getShopware56CategoryConverterService()
  44975.     {
  44976.         include_once \dirname(__DIR__4).'/vendor/store.shopware.com/swagmigrationassistant/Migration/Converter/ConverterInterface.php';
  44977.         include_once \dirname(__DIR__4).'/vendor/store.shopware.com/swagmigrationassistant/Migration/Converter/Converter.php';
  44978.         include_once \dirname(__DIR__4).'/vendor/store.shopware.com/swagmigrationassistant/Profile/Shopware/Converter/ShopwareConverter.php';
  44979.         include_once \dirname(__DIR__4).'/vendor/store.shopware.com/swagmigrationassistant/Profile/Shopware/Converter/CategoryConverter.php';
  44980.         include_once \dirname(__DIR__4).'/vendor/store.shopware.com/swagmigrationassistant/Profile/Shopware56/Converter/Shopware56CategoryConverter.php';
  44981.         $a = ($this->privates['SwagMigrationAssistant\\Migration\\Media\\MediaFileService'] ?? $this->getMediaFileServiceService());
  44982.         if (isset($this->privates['SwagMigrationAssistant\\Profile\\Shopware56\\Converter\\Shopware56CategoryConverter'])) {
  44983.             return $this->privates['SwagMigrationAssistant\\Profile\\Shopware56\\Converter\\Shopware56CategoryConverter'];
  44984.         }
  44985.         return $this->privates['SwagMigrationAssistant\\Profile\\Shopware56\\Converter\\Shopware56CategoryConverter'] = new \SwagMigrationAssistant\Profile\Shopware56\Converter\Shopware56CategoryConverter(($this->privates['SwagMigrationAssistant\\Migration\\Mapping\\MappingService'] ?? $this->getMappingServiceService()), ($this->privates['SwagMigrationAssistant\\Migration\\Logging\\LoggingService'] ?? $this->getLoggingService2Service()), $a);
  44986.     }
  44987.     /**
  44988.      * Gets the private 'SwagMigrationAssistant\Profile\Shopware56\Converter\Shopware56CrossSellingConverter' shared service.
  44989.      *
  44990.      * @return \SwagMigrationAssistant\Profile\Shopware56\Converter\Shopware56CrossSellingConverter
  44991.      */
  44992.     protected function getShopware56CrossSellingConverterService()
  44993.     {
  44994.         include_once \dirname(__DIR__4).'/vendor/store.shopware.com/swagmigrationassistant/Migration/Converter/ConverterInterface.php';
  44995.         include_once \dirname(__DIR__4).'/vendor/store.shopware.com/swagmigrationassistant/Migration/Converter/Converter.php';
  44996.         include_once \dirname(__DIR__4).'/vendor/store.shopware.com/swagmigrationassistant/Profile/Shopware/Converter/ShopwareConverter.php';
  44997.         include_once \dirname(__DIR__4).'/vendor/store.shopware.com/swagmigrationassistant/Profile/Shopware/Converter/CrossSellingConverter.php';
  44998.         include_once \dirname(__DIR__4).'/vendor/store.shopware.com/swagmigrationassistant/Profile/Shopware56/Converter/Shopware56CrossSellingConverter.php';
  44999.         return $this->privates['SwagMigrationAssistant\\Profile\\Shopware56\\Converter\\Shopware56CrossSellingConverter'] = new \SwagMigrationAssistant\Profile\Shopware56\Converter\Shopware56CrossSellingConverter(($this->privates['SwagMigrationAssistant\\Migration\\Mapping\\MappingService'] ?? $this->getMappingServiceService()), ($this->privates['SwagMigrationAssistant\\Migration\\Logging\\LoggingService'] ?? $this->getLoggingService2Service()));
  45000.     }
  45001.     /**
  45002.      * Gets the private 'SwagMigrationAssistant\Profile\Shopware56\Converter\Shopware56CurrencyConverter' shared service.
  45003.      *
  45004.      * @return \SwagMigrationAssistant\Profile\Shopware56\Converter\Shopware56CurrencyConverter
  45005.      */
  45006.     protected function getShopware56CurrencyConverterService()
  45007.     {
  45008.         include_once \dirname(__DIR__4).'/vendor/store.shopware.com/swagmigrationassistant/Migration/Converter/ConverterInterface.php';
  45009.         include_once \dirname(__DIR__4).'/vendor/store.shopware.com/swagmigrationassistant/Migration/Converter/Converter.php';
  45010.         include_once \dirname(__DIR__4).'/vendor/store.shopware.com/swagmigrationassistant/Profile/Shopware/Converter/ShopwareConverter.php';
  45011.         include_once \dirname(__DIR__4).'/vendor/store.shopware.com/swagmigrationassistant/Profile/Shopware/Converter/CurrencyConverter.php';
  45012.         include_once \dirname(__DIR__4).'/vendor/store.shopware.com/swagmigrationassistant/Profile/Shopware56/Converter/Shopware56CurrencyConverter.php';
  45013.         return $this->privates['SwagMigrationAssistant\\Profile\\Shopware56\\Converter\\Shopware56CurrencyConverter'] = new \SwagMigrationAssistant\Profile\Shopware56\Converter\Shopware56CurrencyConverter(($this->privates['SwagMigrationAssistant\\Migration\\Mapping\\MappingService'] ?? $this->getMappingServiceService()), ($this->privates['SwagMigrationAssistant\\Migration\\Logging\\LoggingService'] ?? $this->getLoggingService2Service()));
  45014.     }
  45015.     /**
  45016.      * Gets the private 'SwagMigrationAssistant\Profile\Shopware56\Converter\Shopware56CustomerAttributeConverter' shared service.
  45017.      *
  45018.      * @return \SwagMigrationAssistant\Profile\Shopware56\Converter\Shopware56CustomerAttributeConverter
  45019.      */
  45020.     protected function getShopware56CustomerAttributeConverterService()
  45021.     {
  45022.         include_once \dirname(__DIR__4).'/vendor/store.shopware.com/swagmigrationassistant/Migration/Converter/ConverterInterface.php';
  45023.         include_once \dirname(__DIR__4).'/vendor/store.shopware.com/swagmigrationassistant/Migration/Converter/Converter.php';
  45024.         include_once \dirname(__DIR__4).'/vendor/store.shopware.com/swagmigrationassistant/Profile/Shopware/Converter/AttributeConverter.php';
  45025.         include_once \dirname(__DIR__4).'/vendor/store.shopware.com/swagmigrationassistant/Profile/Shopware/Converter/CustomerAttributeConverter.php';
  45026.         include_once \dirname(__DIR__4).'/vendor/store.shopware.com/swagmigrationassistant/Profile/Shopware56/Converter/Shopware56CustomerAttributeConverter.php';
  45027.         return $this->privates['SwagMigrationAssistant\\Profile\\Shopware56\\Converter\\Shopware56CustomerAttributeConverter'] = new \SwagMigrationAssistant\Profile\Shopware56\Converter\Shopware56CustomerAttributeConverter(($this->privates['SwagMigrationAssistant\\Migration\\Mapping\\MappingService'] ?? $this->getMappingServiceService()), ($this->privates['SwagMigrationAssistant\\Migration\\Logging\\LoggingService'] ?? $this->getLoggingService2Service()));
  45028.     }
  45029.     /**
  45030.      * Gets the private 'SwagMigrationAssistant\Profile\Shopware56\Converter\Shopware56CustomerConverter' shared service.
  45031.      *
  45032.      * @return \SwagMigrationAssistant\Profile\Shopware56\Converter\Shopware56CustomerConverter
  45033.      */
  45034.     protected function getShopware56CustomerConverterService()
  45035.     {
  45036.         include_once \dirname(__DIR__4).'/vendor/store.shopware.com/swagmigrationassistant/Migration/Converter/ConverterInterface.php';
  45037.         include_once \dirname(__DIR__4).'/vendor/store.shopware.com/swagmigrationassistant/Migration/Converter/Converter.php';
  45038.         include_once \dirname(__DIR__4).'/vendor/store.shopware.com/swagmigrationassistant/Profile/Shopware/Converter/ShopwareConverter.php';
  45039.         include_once \dirname(__DIR__4).'/vendor/store.shopware.com/swagmigrationassistant/Profile/Shopware/Converter/CustomerConverter.php';
  45040.         include_once \dirname(__DIR__4).'/vendor/store.shopware.com/swagmigrationassistant/Profile/Shopware56/Converter/Shopware56CustomerConverter.php';
  45041.         return $this->privates['SwagMigrationAssistant\\Profile\\Shopware56\\Converter\\Shopware56CustomerConverter'] = new \SwagMigrationAssistant\Profile\Shopware56\Converter\Shopware56CustomerConverter(($this->privates['SwagMigrationAssistant\\Migration\\Mapping\\MappingService'] ?? $this->getMappingServiceService()), ($this->privates['SwagMigrationAssistant\\Migration\\Logging\\LoggingService'] ?? $this->getLoggingService2Service()), ($this->services['.container.private.validator'] ?? $this->get_Container_Private_ValidatorService()));
  45042.     }
  45043.     /**
  45044.      * Gets the private 'SwagMigrationAssistant\Profile\Shopware56\Converter\Shopware56CustomerGroupAttributeConverter' shared service.
  45045.      *
  45046.      * @return \SwagMigrationAssistant\Profile\Shopware56\Converter\Shopware56CustomerGroupAttributeConverter
  45047.      */
  45048.     protected function getShopware56CustomerGroupAttributeConverterService()
  45049.     {
  45050.         include_once \dirname(__DIR__4).'/vendor/store.shopware.com/swagmigrationassistant/Migration/Converter/ConverterInterface.php';
  45051.         include_once \dirname(__DIR__4).'/vendor/store.shopware.com/swagmigrationassistant/Migration/Converter/Converter.php';
  45052.         include_once \dirname(__DIR__4).'/vendor/store.shopware.com/swagmigrationassistant/Profile/Shopware/Converter/AttributeConverter.php';
  45053.         include_once \dirname(__DIR__4).'/vendor/store.shopware.com/swagmigrationassistant/Profile/Shopware/Converter/CustomerGroupAttributeConverter.php';
  45054.         include_once \dirname(__DIR__4).'/vendor/store.shopware.com/swagmigrationassistant/Profile/Shopware56/Converter/Shopware56CustomerGroupAttributeConverter.php';
  45055.         return $this->privates['SwagMigrationAssistant\\Profile\\Shopware56\\Converter\\Shopware56CustomerGroupAttributeConverter'] = new \SwagMigrationAssistant\Profile\Shopware56\Converter\Shopware56CustomerGroupAttributeConverter(($this->privates['SwagMigrationAssistant\\Migration\\Mapping\\MappingService'] ?? $this->getMappingServiceService()), ($this->privates['SwagMigrationAssistant\\Migration\\Logging\\LoggingService'] ?? $this->getLoggingService2Service()));
  45056.     }
  45057.     /**
  45058.      * Gets the private 'SwagMigrationAssistant\Profile\Shopware56\Converter\Shopware56CustomerGroupConverter' shared service.
  45059.      *
  45060.      * @return \SwagMigrationAssistant\Profile\Shopware56\Converter\Shopware56CustomerGroupConverter
  45061.      */
  45062.     protected function getShopware56CustomerGroupConverterService()
  45063.     {
  45064.         include_once \dirname(__DIR__4).'/vendor/store.shopware.com/swagmigrationassistant/Migration/Converter/ConverterInterface.php';
  45065.         include_once \dirname(__DIR__4).'/vendor/store.shopware.com/swagmigrationassistant/Migration/Converter/Converter.php';
  45066.         include_once \dirname(__DIR__4).'/vendor/store.shopware.com/swagmigrationassistant/Profile/Shopware/Converter/ShopwareConverter.php';
  45067.         include_once \dirname(__DIR__4).'/vendor/store.shopware.com/swagmigrationassistant/Profile/Shopware/Converter/CustomerGroupConverter.php';
  45068.         include_once \dirname(__DIR__4).'/vendor/store.shopware.com/swagmigrationassistant/Profile/Shopware56/Converter/Shopware56CustomerGroupConverter.php';
  45069.         return $this->privates['SwagMigrationAssistant\\Profile\\Shopware56\\Converter\\Shopware56CustomerGroupConverter'] = new \SwagMigrationAssistant\Profile\Shopware56\Converter\Shopware56CustomerGroupConverter(($this->privates['SwagMigrationAssistant\\Migration\\Mapping\\MappingService'] ?? $this->getMappingServiceService()), ($this->privates['SwagMigrationAssistant\\Migration\\Logging\\LoggingService'] ?? $this->getLoggingService2Service()));
  45070.     }
  45071.     /**
  45072.      * Gets the private 'SwagMigrationAssistant\Profile\Shopware56\Converter\Shopware56CustomerWishlistConverter' shared service.
  45073.      *
  45074.      * @return \SwagMigrationAssistant\Profile\Shopware56\Converter\Shopware56CustomerWishlistConverter
  45075.      */
  45076.     protected function getShopware56CustomerWishlistConverterService()
  45077.     {
  45078.         include_once \dirname(__DIR__4).'/vendor/store.shopware.com/swagmigrationassistant/Migration/Converter/ConverterInterface.php';
  45079.         include_once \dirname(__DIR__4).'/vendor/store.shopware.com/swagmigrationassistant/Migration/Converter/Converter.php';
  45080.         include_once \dirname(__DIR__4).'/vendor/store.shopware.com/swagmigrationassistant/Profile/Shopware/Converter/ShopwareConverter.php';
  45081.         include_once \dirname(__DIR__4).'/vendor/store.shopware.com/swagmigrationassistant/Profile/Shopware/Converter/CustomerWishlistConverter.php';
  45082.         include_once \dirname(__DIR__4).'/vendor/store.shopware.com/swagmigrationassistant/Profile/Shopware56/Converter/Shopware56CustomerWishlistConverter.php';
  45083.         return $this->privates['SwagMigrationAssistant\\Profile\\Shopware56\\Converter\\Shopware56CustomerWishlistConverter'] = new \SwagMigrationAssistant\Profile\Shopware56\Converter\Shopware56CustomerWishlistConverter(($this->privates['SwagMigrationAssistant\\Migration\\Mapping\\MappingService'] ?? $this->getMappingServiceService()), ($this->privates['SwagMigrationAssistant\\Migration\\Logging\\LoggingService'] ?? $this->getLoggingService2Service()));
  45084.     }
  45085.     /**
  45086.      * Gets the private 'SwagMigrationAssistant\Profile\Shopware56\Converter\Shopware56LanguageConverter' shared service.
  45087.      *
  45088.      * @return \SwagMigrationAssistant\Profile\Shopware56\Converter\Shopware56LanguageConverter
  45089.      */
  45090.     protected function getShopware56LanguageConverterService()
  45091.     {
  45092.         include_once \dirname(__DIR__4).'/vendor/store.shopware.com/swagmigrationassistant/Migration/Converter/ConverterInterface.php';
  45093.         include_once \dirname(__DIR__4).'/vendor/store.shopware.com/swagmigrationassistant/Migration/Converter/Converter.php';
  45094.         include_once \dirname(__DIR__4).'/vendor/store.shopware.com/swagmigrationassistant/Profile/Shopware/Converter/ShopwareConverter.php';
  45095.         include_once \dirname(__DIR__4).'/vendor/store.shopware.com/swagmigrationassistant/Profile/Shopware/Converter/LanguageConverter.php';
  45096.         include_once \dirname(__DIR__4).'/vendor/store.shopware.com/swagmigrationassistant/Profile/Shopware56/Converter/Shopware56LanguageConverter.php';
  45097.         return $this->privates['SwagMigrationAssistant\\Profile\\Shopware56\\Converter\\Shopware56LanguageConverter'] = new \SwagMigrationAssistant\Profile\Shopware56\Converter\Shopware56LanguageConverter(($this->privates['SwagMigrationAssistant\\Migration\\Mapping\\MappingService'] ?? $this->getMappingServiceService()), ($this->privates['SwagMigrationAssistant\\Migration\\Logging\\LoggingService'] ?? $this->getLoggingService2Service()));
  45098.     }
  45099.     /**
  45100.      * Gets the private 'SwagMigrationAssistant\Profile\Shopware56\Converter\Shopware56MainVariantRelationConverter' shared service.
  45101.      *
  45102.      * @return \SwagMigrationAssistant\Profile\Shopware56\Converter\Shopware56MainVariantRelationConverter
  45103.      */
  45104.     protected function getShopware56MainVariantRelationConverterService()
  45105.     {
  45106.         include_once \dirname(__DIR__4).'/vendor/store.shopware.com/swagmigrationassistant/Migration/Converter/ConverterInterface.php';
  45107.         include_once \dirname(__DIR__4).'/vendor/store.shopware.com/swagmigrationassistant/Migration/Converter/Converter.php';
  45108.         include_once \dirname(__DIR__4).'/vendor/store.shopware.com/swagmigrationassistant/Profile/Shopware/Converter/ShopwareConverter.php';
  45109.         include_once \dirname(__DIR__4).'/vendor/store.shopware.com/swagmigrationassistant/Profile/Shopware/Converter/MainVariantRelationConverter.php';
  45110.         include_once \dirname(__DIR__4).'/vendor/store.shopware.com/swagmigrationassistant/Profile/Shopware56/Converter/Shopware56MainVariantRelationConverter.php';
  45111.         return $this->privates['SwagMigrationAssistant\\Profile\\Shopware56\\Converter\\Shopware56MainVariantRelationConverter'] = new \SwagMigrationAssistant\Profile\Shopware56\Converter\Shopware56MainVariantRelationConverter(($this->privates['SwagMigrationAssistant\\Migration\\Mapping\\MappingService'] ?? $this->getMappingServiceService()), ($this->privates['SwagMigrationAssistant\\Migration\\Logging\\LoggingService'] ?? $this->getLoggingService2Service()));
  45112.     }
  45113.     /**
  45114.      * Gets the private 'SwagMigrationAssistant\Profile\Shopware56\Converter\Shopware56ManufacturerAttributeConverter' shared service.
  45115.      *
  45116.      * @return \SwagMigrationAssistant\Profile\Shopware56\Converter\Shopware56ManufacturerAttributeConverter
  45117.      */
  45118.     protected function getShopware56ManufacturerAttributeConverterService()
  45119.     {
  45120.         include_once \dirname(__DIR__4).'/vendor/store.shopware.com/swagmigrationassistant/Migration/Converter/ConverterInterface.php';
  45121.         include_once \dirname(__DIR__4).'/vendor/store.shopware.com/swagmigrationassistant/Migration/Converter/Converter.php';
  45122.         include_once \dirname(__DIR__4).'/vendor/store.shopware.com/swagmigrationassistant/Profile/Shopware/Converter/AttributeConverter.php';
  45123.         include_once \dirname(__DIR__4).'/vendor/store.shopware.com/swagmigrationassistant/Profile/Shopware/Converter/ManufacturerAttributeConverter.php';
  45124.         include_once \dirname(__DIR__4).'/vendor/store.shopware.com/swagmigrationassistant/Profile/Shopware56/Converter/Shopware56ManufacturerAttributeConverter.php';
  45125.         return $this->privates['SwagMigrationAssistant\\Profile\\Shopware56\\Converter\\Shopware56ManufacturerAttributeConverter'] = new \SwagMigrationAssistant\Profile\Shopware56\Converter\Shopware56ManufacturerAttributeConverter(($this->privates['SwagMigrationAssistant\\Migration\\Mapping\\MappingService'] ?? $this->getMappingServiceService()), ($this->privates['SwagMigrationAssistant\\Migration\\Logging\\LoggingService'] ?? $this->getLoggingService2Service()));
  45126.     }
  45127.     /**
  45128.      * Gets the private 'SwagMigrationAssistant\Profile\Shopware56\Converter\Shopware56MediaConverter' shared service.
  45129.      *
  45130.      * @return \SwagMigrationAssistant\Profile\Shopware56\Converter\Shopware56MediaConverter
  45131.      */
  45132.     protected function getShopware56MediaConverterService()
  45133.     {
  45134.         include_once \dirname(__DIR__4).'/vendor/store.shopware.com/swagmigrationassistant/Migration/Converter/ConverterInterface.php';
  45135.         include_once \dirname(__DIR__4).'/vendor/store.shopware.com/swagmigrationassistant/Migration/Converter/Converter.php';
  45136.         include_once \dirname(__DIR__4).'/vendor/store.shopware.com/swagmigrationassistant/Profile/Shopware/Converter/ShopwareConverter.php';
  45137.         include_once \dirname(__DIR__4).'/vendor/store.shopware.com/swagmigrationassistant/Profile/Shopware/Converter/MediaConverter.php';
  45138.         include_once \dirname(__DIR__4).'/vendor/store.shopware.com/swagmigrationassistant/Profile/Shopware56/Converter/Shopware56MediaConverter.php';
  45139.         $a = ($this->privates['SwagMigrationAssistant\\Migration\\Media\\MediaFileService'] ?? $this->getMediaFileServiceService());
  45140.         if (isset($this->privates['SwagMigrationAssistant\\Profile\\Shopware56\\Converter\\Shopware56MediaConverter'])) {
  45141.             return $this->privates['SwagMigrationAssistant\\Profile\\Shopware56\\Converter\\Shopware56MediaConverter'];
  45142.         }
  45143.         return $this->privates['SwagMigrationAssistant\\Profile\\Shopware56\\Converter\\Shopware56MediaConverter'] = new \SwagMigrationAssistant\Profile\Shopware56\Converter\Shopware56MediaConverter(($this->privates['SwagMigrationAssistant\\Migration\\Mapping\\MappingService'] ?? $this->getMappingServiceService()), ($this->privates['SwagMigrationAssistant\\Migration\\Logging\\LoggingService'] ?? $this->getLoggingService2Service()), $a);
  45144.     }
  45145.     /**
  45146.      * Gets the private 'SwagMigrationAssistant\Profile\Shopware56\Converter\Shopware56MediaFolderConverter' shared service.
  45147.      *
  45148.      * @return \SwagMigrationAssistant\Profile\Shopware56\Converter\Shopware56MediaFolderConverter
  45149.      */
  45150.     protected function getShopware56MediaFolderConverterService()
  45151.     {
  45152.         include_once \dirname(__DIR__4).'/vendor/store.shopware.com/swagmigrationassistant/Migration/Converter/ConverterInterface.php';
  45153.         include_once \dirname(__DIR__4).'/vendor/store.shopware.com/swagmigrationassistant/Migration/Converter/Converter.php';
  45154.         include_once \dirname(__DIR__4).'/vendor/store.shopware.com/swagmigrationassistant/Profile/Shopware/Converter/ShopwareConverter.php';
  45155.         include_once \dirname(__DIR__4).'/vendor/store.shopware.com/swagmigrationassistant/Profile/Shopware/Converter/MediaFolderConverter.php';
  45156.         include_once \dirname(__DIR__4).'/vendor/store.shopware.com/swagmigrationassistant/Profile/Shopware56/Converter/Shopware56MediaFolderConverter.php';
  45157.         return $this->privates['SwagMigrationAssistant\\Profile\\Shopware56\\Converter\\Shopware56MediaFolderConverter'] = new \SwagMigrationAssistant\Profile\Shopware56\Converter\Shopware56MediaFolderConverter(($this->privates['SwagMigrationAssistant\\Migration\\Mapping\\MappingService'] ?? $this->getMappingServiceService()), ($this->privates['SwagMigrationAssistant\\Migration\\Logging\\LoggingService'] ?? $this->getLoggingService2Service()));
  45158.     }
  45159.     /**
  45160.      * Gets the private 'SwagMigrationAssistant\Profile\Shopware56\Converter\Shopware56NewsletterRecipientConverter' shared service.
  45161.      *
  45162.      * @return \SwagMigrationAssistant\Profile\Shopware56\Converter\Shopware56NewsletterRecipientConverter
  45163.      */
  45164.     protected function getShopware56NewsletterRecipientConverterService()
  45165.     {
  45166.         include_once \dirname(__DIR__4).'/vendor/store.shopware.com/swagmigrationassistant/Migration/Converter/ConverterInterface.php';
  45167.         include_once \dirname(__DIR__4).'/vendor/store.shopware.com/swagmigrationassistant/Migration/Converter/Converter.php';
  45168.         include_once \dirname(__DIR__4).'/vendor/store.shopware.com/swagmigrationassistant/Profile/Shopware/Converter/ShopwareConverter.php';
  45169.         include_once \dirname(__DIR__4).'/vendor/store.shopware.com/swagmigrationassistant/Profile/Shopware/Converter/NewsletterRecipientConverter.php';
  45170.         include_once \dirname(__DIR__4).'/vendor/store.shopware.com/swagmigrationassistant/Profile/Shopware56/Converter/Shopware56NewsletterRecipientConverter.php';
  45171.         return $this->privates['SwagMigrationAssistant\\Profile\\Shopware56\\Converter\\Shopware56NewsletterRecipientConverter'] = new \SwagMigrationAssistant\Profile\Shopware56\Converter\Shopware56NewsletterRecipientConverter(($this->privates['SwagMigrationAssistant\\Migration\\Mapping\\MappingService'] ?? $this->getMappingServiceService()), ($this->privates['SwagMigrationAssistant\\Migration\\Logging\\LoggingService'] ?? $this->getLoggingService2Service()));
  45172.     }
  45173.     /**
  45174.      * Gets the private 'SwagMigrationAssistant\Profile\Shopware56\Converter\Shopware56NumberRangeConverter' shared service.
  45175.      *
  45176.      * @return \SwagMigrationAssistant\Profile\Shopware56\Converter\Shopware56NumberRangeConverter
  45177.      */
  45178.     protected function getShopware56NumberRangeConverterService()
  45179.     {
  45180.         include_once \dirname(__DIR__4).'/vendor/store.shopware.com/swagmigrationassistant/Migration/Converter/ConverterInterface.php';
  45181.         include_once \dirname(__DIR__4).'/vendor/store.shopware.com/swagmigrationassistant/Migration/Converter/Converter.php';
  45182.         include_once \dirname(__DIR__4).'/vendor/store.shopware.com/swagmigrationassistant/Profile/Shopware/Converter/ShopwareConverter.php';
  45183.         include_once \dirname(__DIR__4).'/vendor/store.shopware.com/swagmigrationassistant/Profile/Shopware/Converter/NumberRangeConverter.php';
  45184.         include_once \dirname(__DIR__4).'/vendor/store.shopware.com/swagmigrationassistant/Profile/Shopware56/Converter/Shopware56NumberRangeConverter.php';
  45185.         return $this->privates['SwagMigrationAssistant\\Profile\\Shopware56\\Converter\\Shopware56NumberRangeConverter'] = new \SwagMigrationAssistant\Profile\Shopware56\Converter\Shopware56NumberRangeConverter(($this->privates['SwagMigrationAssistant\\Migration\\Mapping\\MappingService'] ?? $this->getMappingServiceService()), ($this->privates['SwagMigrationAssistant\\Migration\\Logging\\LoggingService'] ?? $this->getLoggingService2Service()), ($this->services['number_range_type.repository'] ?? $this->getNumberRangeType_RepositoryService()));
  45186.     }
  45187.     /**
  45188.      * Gets the private 'SwagMigrationAssistant\Profile\Shopware56\Converter\Shopware56OrderAttributeConverter' shared service.
  45189.      *
  45190.      * @return \SwagMigrationAssistant\Profile\Shopware56\Converter\Shopware56OrderAttributeConverter
  45191.      */
  45192.     protected function getShopware56OrderAttributeConverterService()
  45193.     {
  45194.         include_once \dirname(__DIR__4).'/vendor/store.shopware.com/swagmigrationassistant/Migration/Converter/ConverterInterface.php';
  45195.         include_once \dirname(__DIR__4).'/vendor/store.shopware.com/swagmigrationassistant/Migration/Converter/Converter.php';
  45196.         include_once \dirname(__DIR__4).'/vendor/store.shopware.com/swagmigrationassistant/Profile/Shopware/Converter/AttributeConverter.php';
  45197.         include_once \dirname(__DIR__4).'/vendor/store.shopware.com/swagmigrationassistant/Profile/Shopware/Converter/OrderAttributeConverter.php';
  45198.         include_once \dirname(__DIR__4).'/vendor/store.shopware.com/swagmigrationassistant/Profile/Shopware56/Converter/Shopware56OrderAttributeConverter.php';
  45199.         return $this->privates['SwagMigrationAssistant\\Profile\\Shopware56\\Converter\\Shopware56OrderAttributeConverter'] = new \SwagMigrationAssistant\Profile\Shopware56\Converter\Shopware56OrderAttributeConverter(($this->privates['SwagMigrationAssistant\\Migration\\Mapping\\MappingService'] ?? $this->getMappingServiceService()), ($this->privates['SwagMigrationAssistant\\Migration\\Logging\\LoggingService'] ?? $this->getLoggingService2Service()));
  45200.     }
  45201.     /**
  45202.      * Gets the private 'SwagMigrationAssistant\Profile\Shopware56\Converter\Shopware56OrderConverter' shared service.
  45203.      *
  45204.      * @return \SwagMigrationAssistant\Profile\Shopware56\Converter\Shopware56OrderConverter
  45205.      */
  45206.     protected function getShopware56OrderConverterService()
  45207.     {
  45208.         include_once \dirname(__DIR__4).'/vendor/store.shopware.com/swagmigrationassistant/Migration/Converter/ConverterInterface.php';
  45209.         include_once \dirname(__DIR__4).'/vendor/store.shopware.com/swagmigrationassistant/Migration/Converter/Converter.php';
  45210.         include_once \dirname(__DIR__4).'/vendor/store.shopware.com/swagmigrationassistant/Profile/Shopware/Converter/ShopwareConverter.php';
  45211.         include_once \dirname(__DIR__4).'/vendor/store.shopware.com/swagmigrationassistant/Profile/Shopware/Converter/OrderConverter.php';
  45212.         include_once \dirname(__DIR__4).'/vendor/store.shopware.com/swagmigrationassistant/Profile/Shopware56/Converter/Shopware56OrderConverter.php';
  45213.         return $this->privates['SwagMigrationAssistant\\Profile\\Shopware56\\Converter\\Shopware56OrderConverter'] = new \SwagMigrationAssistant\Profile\Shopware56\Converter\Shopware56OrderConverter(($this->privates['SwagMigrationAssistant\\Migration\\Mapping\\MappingService'] ?? $this->getMappingServiceService()), ($this->privates['SwagMigrationAssistant\\Migration\\Logging\\LoggingService'] ?? $this->getLoggingService2Service()), ($this->privates['Shopware\\Core\\Checkout\\Cart\\Tax\\TaxCalculator'] ?? ($this->privates['Shopware\\Core\\Checkout\\Cart\\Tax\\TaxCalculator'] = new \Shopware\Core\Checkout\Cart\Tax\TaxCalculator())));
  45214.     }
  45215.     /**
  45216.      * Gets the private 'SwagMigrationAssistant\Profile\Shopware56\Converter\Shopware56OrderDocumentAttributeConverter' shared service.
  45217.      *
  45218.      * @return \SwagMigrationAssistant\Profile\Shopware56\Converter\Shopware56OrderDocumentAttributeConverter
  45219.      */
  45220.     protected function getShopware56OrderDocumentAttributeConverterService()
  45221.     {
  45222.         include_once \dirname(__DIR__4).'/vendor/store.shopware.com/swagmigrationassistant/Migration/Converter/ConverterInterface.php';
  45223.         include_once \dirname(__DIR__4).'/vendor/store.shopware.com/swagmigrationassistant/Migration/Converter/Converter.php';
  45224.         include_once \dirname(__DIR__4).'/vendor/store.shopware.com/swagmigrationassistant/Profile/Shopware/Converter/AttributeConverter.php';
  45225.         include_once \dirname(__DIR__4).'/vendor/store.shopware.com/swagmigrationassistant/Profile/Shopware/Converter/OrderDocumentAttributeConverter.php';
  45226.         include_once \dirname(__DIR__4).'/vendor/store.shopware.com/swagmigrationassistant/Profile/Shopware56/Converter/Shopware56OrderDocumentAttributeConverter.php';
  45227.         return $this->privates['SwagMigrationAssistant\\Profile\\Shopware56\\Converter\\Shopware56OrderDocumentAttributeConverter'] = new \SwagMigrationAssistant\Profile\Shopware56\Converter\Shopware56OrderDocumentAttributeConverter(($this->privates['SwagMigrationAssistant\\Migration\\Mapping\\MappingService'] ?? $this->getMappingServiceService()), ($this->privates['SwagMigrationAssistant\\Migration\\Logging\\LoggingService'] ?? $this->getLoggingService2Service()));
  45228.     }
  45229.     /**
  45230.      * Gets the private 'SwagMigrationAssistant\Profile\Shopware56\Converter\Shopware56OrderDocumentConverter' shared service.
  45231.      *
  45232.      * @return \SwagMigrationAssistant\Profile\Shopware56\Converter\Shopware56OrderDocumentConverter
  45233.      */
  45234.     protected function getShopware56OrderDocumentConverterService()
  45235.     {
  45236.         include_once \dirname(__DIR__4).'/vendor/store.shopware.com/swagmigrationassistant/Migration/Converter/ConverterInterface.php';
  45237.         include_once \dirname(__DIR__4).'/vendor/store.shopware.com/swagmigrationassistant/Migration/Converter/Converter.php';
  45238.         include_once \dirname(__DIR__4).'/vendor/store.shopware.com/swagmigrationassistant/Profile/Shopware/Converter/ShopwareConverter.php';
  45239.         include_once \dirname(__DIR__4).'/vendor/store.shopware.com/swagmigrationassistant/Profile/Shopware/Converter/OrderDocumentConverter.php';
  45240.         include_once \dirname(__DIR__4).'/vendor/store.shopware.com/swagmigrationassistant/Profile/Shopware56/Converter/Shopware56OrderDocumentConverter.php';
  45241.         $a = ($this->privates['SwagMigrationAssistant\\Migration\\Media\\MediaFileService'] ?? $this->getMediaFileServiceService());
  45242.         if (isset($this->privates['SwagMigrationAssistant\\Profile\\Shopware56\\Converter\\Shopware56OrderDocumentConverter'])) {
  45243.             return $this->privates['SwagMigrationAssistant\\Profile\\Shopware56\\Converter\\Shopware56OrderDocumentConverter'];
  45244.         }
  45245.         return $this->privates['SwagMigrationAssistant\\Profile\\Shopware56\\Converter\\Shopware56OrderDocumentConverter'] = new \SwagMigrationAssistant\Profile\Shopware56\Converter\Shopware56OrderDocumentConverter(($this->privates['SwagMigrationAssistant\\Migration\\Mapping\\MappingService'] ?? $this->getMappingServiceService()), ($this->privates['SwagMigrationAssistant\\Migration\\Logging\\LoggingService'] ?? $this->getLoggingService2Service()), $a);
  45246.     }
  45247.     /**
  45248.      * Gets the private 'SwagMigrationAssistant\Profile\Shopware56\Converter\Shopware56ProductAttributeConverter' shared service.
  45249.      *
  45250.      * @return \SwagMigrationAssistant\Profile\Shopware56\Converter\Shopware56ProductAttributeConverter
  45251.      */
  45252.     protected function getShopware56ProductAttributeConverterService()
  45253.     {
  45254.         include_once \dirname(__DIR__4).'/vendor/store.shopware.com/swagmigrationassistant/Migration/Converter/ConverterInterface.php';
  45255.         include_once \dirname(__DIR__4).'/vendor/store.shopware.com/swagmigrationassistant/Migration/Converter/Converter.php';
  45256.         include_once \dirname(__DIR__4).'/vendor/store.shopware.com/swagmigrationassistant/Profile/Shopware/Converter/AttributeConverter.php';
  45257.         include_once \dirname(__DIR__4).'/vendor/store.shopware.com/swagmigrationassistant/Profile/Shopware/Converter/ProductAttributeConverter.php';
  45258.         include_once \dirname(__DIR__4).'/vendor/store.shopware.com/swagmigrationassistant/Profile/Shopware56/Converter/Shopware56ProductAttributeConverter.php';
  45259.         return $this->privates['SwagMigrationAssistant\\Profile\\Shopware56\\Converter\\Shopware56ProductAttributeConverter'] = new \SwagMigrationAssistant\Profile\Shopware56\Converter\Shopware56ProductAttributeConverter(($this->privates['SwagMigrationAssistant\\Migration\\Mapping\\MappingService'] ?? $this->getMappingServiceService()), ($this->privates['SwagMigrationAssistant\\Migration\\Logging\\LoggingService'] ?? $this->getLoggingService2Service()));
  45260.     }
  45261.     /**
  45262.      * Gets the private 'SwagMigrationAssistant\Profile\Shopware56\Converter\Shopware56ProductConverter' shared service.
  45263.      *
  45264.      * @return \SwagMigrationAssistant\Profile\Shopware56\Converter\Shopware56ProductConverter
  45265.      */
  45266.     protected function getShopware56ProductConverterService()
  45267.     {
  45268.         include_once \dirname(__DIR__4).'/vendor/store.shopware.com/swagmigrationassistant/Migration/Converter/ConverterInterface.php';
  45269.         include_once \dirname(__DIR__4).'/vendor/store.shopware.com/swagmigrationassistant/Migration/Converter/Converter.php';
  45270.         include_once \dirname(__DIR__4).'/vendor/store.shopware.com/swagmigrationassistant/Profile/Shopware/Converter/ShopwareConverter.php';
  45271.         include_once \dirname(__DIR__4).'/vendor/store.shopware.com/swagmigrationassistant/Profile/Shopware/Converter/ProductConverter.php';
  45272.         include_once \dirname(__DIR__4).'/vendor/store.shopware.com/swagmigrationassistant/Profile/Shopware56/Converter/Shopware56ProductConverter.php';
  45273.         $a = ($this->privates['SwagMigrationAssistant\\Migration\\Media\\MediaFileService'] ?? $this->getMediaFileServiceService());
  45274.         if (isset($this->privates['SwagMigrationAssistant\\Profile\\Shopware56\\Converter\\Shopware56ProductConverter'])) {
  45275.             return $this->privates['SwagMigrationAssistant\\Profile\\Shopware56\\Converter\\Shopware56ProductConverter'];
  45276.         }
  45277.         return $this->privates['SwagMigrationAssistant\\Profile\\Shopware56\\Converter\\Shopware56ProductConverter'] = new \SwagMigrationAssistant\Profile\Shopware56\Converter\Shopware56ProductConverter(($this->privates['SwagMigrationAssistant\\Migration\\Mapping\\MappingService'] ?? $this->getMappingServiceService()), ($this->privates['SwagMigrationAssistant\\Migration\\Logging\\LoggingService'] ?? $this->getLoggingService2Service()), $a);
  45278.     }
  45279.     /**
  45280.      * Gets the private 'SwagMigrationAssistant\Profile\Shopware56\Converter\Shopware56ProductOptionRelationConverter' shared service.
  45281.      *
  45282.      * @return \SwagMigrationAssistant\Profile\Shopware56\Converter\Shopware56ProductOptionRelationConverter
  45283.      */
  45284.     protected function getShopware56ProductOptionRelationConverterService()
  45285.     {
  45286.         include_once \dirname(__DIR__4).'/vendor/store.shopware.com/swagmigrationassistant/Migration/Converter/ConverterInterface.php';
  45287.         include_once \dirname(__DIR__4).'/vendor/store.shopware.com/swagmigrationassistant/Migration/Converter/Converter.php';
  45288.         include_once \dirname(__DIR__4).'/vendor/store.shopware.com/swagmigrationassistant/Profile/Shopware/Converter/ShopwareConverter.php';
  45289.         include_once \dirname(__DIR__4).'/vendor/store.shopware.com/swagmigrationassistant/Profile/Shopware/Converter/ProductOptionRelationConverter.php';
  45290.         include_once \dirname(__DIR__4).'/vendor/store.shopware.com/swagmigrationassistant/Profile/Shopware56/Converter/Shopware56ProductOptionRelationConverter.php';
  45291.         return $this->privates['SwagMigrationAssistant\\Profile\\Shopware56\\Converter\\Shopware56ProductOptionRelationConverter'] = new \SwagMigrationAssistant\Profile\Shopware56\Converter\Shopware56ProductOptionRelationConverter(($this->privates['SwagMigrationAssistant\\Migration\\Mapping\\MappingService'] ?? $this->getMappingServiceService()), ($this->privates['SwagMigrationAssistant\\Migration\\Logging\\LoggingService'] ?? $this->getLoggingService2Service()));
  45292.     }
  45293.     /**
  45294.      * Gets the private 'SwagMigrationAssistant\Profile\Shopware56\Converter\Shopware56ProductPriceAttributeConverter' shared service.
  45295.      *
  45296.      * @return \SwagMigrationAssistant\Profile\Shopware56\Converter\Shopware56ProductPriceAttributeConverter
  45297.      */
  45298.     protected function getShopware56ProductPriceAttributeConverterService()
  45299.     {
  45300.         include_once \dirname(__DIR__4).'/vendor/store.shopware.com/swagmigrationassistant/Migration/Converter/ConverterInterface.php';
  45301.         include_once \dirname(__DIR__4).'/vendor/store.shopware.com/swagmigrationassistant/Migration/Converter/Converter.php';
  45302.         include_once \dirname(__DIR__4).'/vendor/store.shopware.com/swagmigrationassistant/Profile/Shopware/Converter/AttributeConverter.php';
  45303.         include_once \dirname(__DIR__4).'/vendor/store.shopware.com/swagmigrationassistant/Profile/Shopware/Converter/ProductPriceAttributeConverter.php';
  45304.         include_once \dirname(__DIR__4).'/vendor/store.shopware.com/swagmigrationassistant/Profile/Shopware56/Converter/Shopware56ProductPriceAttributeConverter.php';
  45305.         return $this->privates['SwagMigrationAssistant\\Profile\\Shopware56\\Converter\\Shopware56ProductPriceAttributeConverter'] = new \SwagMigrationAssistant\Profile\Shopware56\Converter\Shopware56ProductPriceAttributeConverter(($this->privates['SwagMigrationAssistant\\Migration\\Mapping\\MappingService'] ?? $this->getMappingServiceService()), ($this->privates['SwagMigrationAssistant\\Migration\\Logging\\LoggingService'] ?? $this->getLoggingService2Service()));
  45306.     }
  45307.     /**
  45308.      * Gets the private 'SwagMigrationAssistant\Profile\Shopware56\Converter\Shopware56ProductPropertyRelationConverter' shared service.
  45309.      *
  45310.      * @return \SwagMigrationAssistant\Profile\Shopware56\Converter\Shopware56ProductPropertyRelationConverter
  45311.      */
  45312.     protected function getShopware56ProductPropertyRelationConverterService()
  45313.     {
  45314.         include_once \dirname(__DIR__4).'/vendor/store.shopware.com/swagmigrationassistant/Migration/Converter/ConverterInterface.php';
  45315.         include_once \dirname(__DIR__4).'/vendor/store.shopware.com/swagmigrationassistant/Migration/Converter/Converter.php';
  45316.         include_once \dirname(__DIR__4).'/vendor/store.shopware.com/swagmigrationassistant/Profile/Shopware/Converter/ShopwareConverter.php';
  45317.         include_once \dirname(__DIR__4).'/vendor/store.shopware.com/swagmigrationassistant/Profile/Shopware/Converter/ProductPropertyRelationConverter.php';
  45318.         include_once \dirname(__DIR__4).'/vendor/store.shopware.com/swagmigrationassistant/Profile/Shopware56/Converter/Shopware56ProductPropertyRelationConverter.php';
  45319.         return $this->privates['SwagMigrationAssistant\\Profile\\Shopware56\\Converter\\Shopware56ProductPropertyRelationConverter'] = new \SwagMigrationAssistant\Profile\Shopware56\Converter\Shopware56ProductPropertyRelationConverter(($this->privates['SwagMigrationAssistant\\Migration\\Mapping\\MappingService'] ?? $this->getMappingServiceService()), ($this->privates['SwagMigrationAssistant\\Migration\\Logging\\LoggingService'] ?? $this->getLoggingService2Service()));
  45320.     }
  45321.     /**
  45322.      * Gets the private 'SwagMigrationAssistant\Profile\Shopware56\Converter\Shopware56ProductReviewConverter' shared service.
  45323.      *
  45324.      * @return \SwagMigrationAssistant\Profile\Shopware56\Converter\Shopware56ProductReviewConverter
  45325.      */
  45326.     protected function getShopware56ProductReviewConverterService()
  45327.     {
  45328.         include_once \dirname(__DIR__4).'/vendor/store.shopware.com/swagmigrationassistant/Migration/Converter/ConverterInterface.php';
  45329.         include_once \dirname(__DIR__4).'/vendor/store.shopware.com/swagmigrationassistant/Migration/Converter/Converter.php';
  45330.         include_once \dirname(__DIR__4).'/vendor/store.shopware.com/swagmigrationassistant/Profile/Shopware/Converter/ShopwareConverter.php';
  45331.         include_once \dirname(__DIR__4).'/vendor/store.shopware.com/swagmigrationassistant/Profile/Shopware/Converter/ProductReviewConverter.php';
  45332.         include_once \dirname(__DIR__4).'/vendor/store.shopware.com/swagmigrationassistant/Profile/Shopware56/Converter/Shopware56ProductReviewConverter.php';
  45333.         return $this->privates['SwagMigrationAssistant\\Profile\\Shopware56\\Converter\\Shopware56ProductReviewConverter'] = new \SwagMigrationAssistant\Profile\Shopware56\Converter\Shopware56ProductReviewConverter(($this->privates['SwagMigrationAssistant\\Migration\\Mapping\\MappingService'] ?? $this->getMappingServiceService()), ($this->privates['SwagMigrationAssistant\\Migration\\Logging\\LoggingService'] ?? $this->getLoggingService2Service()));
  45334.     }
  45335.     /**
  45336.      * Gets the private 'SwagMigrationAssistant\Profile\Shopware56\Converter\Shopware56PromotionConverter' shared service.
  45337.      *
  45338.      * @return \SwagMigrationAssistant\Profile\Shopware56\Converter\Shopware56PromotionConverter
  45339.      */
  45340.     protected function getShopware56PromotionConverterService()
  45341.     {
  45342.         include_once \dirname(__DIR__4).'/vendor/store.shopware.com/swagmigrationassistant/Migration/Converter/ConverterInterface.php';
  45343.         include_once \dirname(__DIR__4).'/vendor/store.shopware.com/swagmigrationassistant/Migration/Converter/Converter.php';
  45344.         include_once \dirname(__DIR__4).'/vendor/store.shopware.com/swagmigrationassistant/Profile/Shopware/Converter/ShopwareConverter.php';
  45345.         include_once \dirname(__DIR__4).'/vendor/store.shopware.com/swagmigrationassistant/Profile/Shopware/Converter/PromotionConverter.php';
  45346.         include_once \dirname(__DIR__4).'/vendor/store.shopware.com/swagmigrationassistant/Profile/Shopware56/Converter/Shopware56PromotionConverter.php';
  45347.         return $this->privates['SwagMigrationAssistant\\Profile\\Shopware56\\Converter\\Shopware56PromotionConverter'] = new \SwagMigrationAssistant\Profile\Shopware56\Converter\Shopware56PromotionConverter(($this->privates['SwagMigrationAssistant\\Migration\\Mapping\\MappingService'] ?? $this->getMappingServiceService()), ($this->privates['SwagMigrationAssistant\\Migration\\Logging\\LoggingService'] ?? $this->getLoggingService2Service()), ($this->services['sales_channel.repository'] ?? $this->getSalesChannel_RepositoryService()));
  45348.     }
  45349.     /**
  45350.      * Gets the private 'SwagMigrationAssistant\Profile\Shopware56\Converter\Shopware56PropertyGroupOptionConverter' shared service.
  45351.      *
  45352.      * @return \SwagMigrationAssistant\Profile\Shopware56\Converter\Shopware56PropertyGroupOptionConverter
  45353.      */
  45354.     protected function getShopware56PropertyGroupOptionConverterService()
  45355.     {
  45356.         include_once \dirname(__DIR__4).'/vendor/store.shopware.com/swagmigrationassistant/Migration/Converter/ConverterInterface.php';
  45357.         include_once \dirname(__DIR__4).'/vendor/store.shopware.com/swagmigrationassistant/Migration/Converter/Converter.php';
  45358.         include_once \dirname(__DIR__4).'/vendor/store.shopware.com/swagmigrationassistant/Profile/Shopware/Converter/ShopwareConverter.php';
  45359.         include_once \dirname(__DIR__4).'/vendor/store.shopware.com/swagmigrationassistant/Profile/Shopware/Converter/PropertyGroupOptionConverter.php';
  45360.         include_once \dirname(__DIR__4).'/vendor/store.shopware.com/swagmigrationassistant/Profile/Shopware56/Converter/Shopware56PropertyGroupOptionConverter.php';
  45361.         $a = ($this->privates['SwagMigrationAssistant\\Migration\\Media\\MediaFileService'] ?? $this->getMediaFileServiceService());
  45362.         if (isset($this->privates['SwagMigrationAssistant\\Profile\\Shopware56\\Converter\\Shopware56PropertyGroupOptionConverter'])) {
  45363.             return $this->privates['SwagMigrationAssistant\\Profile\\Shopware56\\Converter\\Shopware56PropertyGroupOptionConverter'];
  45364.         }
  45365.         return $this->privates['SwagMigrationAssistant\\Profile\\Shopware56\\Converter\\Shopware56PropertyGroupOptionConverter'] = new \SwagMigrationAssistant\Profile\Shopware56\Converter\Shopware56PropertyGroupOptionConverter(($this->privates['SwagMigrationAssistant\\Migration\\Mapping\\MappingService'] ?? $this->getMappingServiceService()), ($this->privates['SwagMigrationAssistant\\Migration\\Logging\\LoggingService'] ?? $this->getLoggingService2Service()), $a);
  45366.     }
  45367.     /**
  45368.      * Gets the private 'SwagMigrationAssistant\Profile\Shopware56\Converter\Shopware56SalesChannelConverter' shared service.
  45369.      *
  45370.      * @return \SwagMigrationAssistant\Profile\Shopware56\Converter\Shopware56SalesChannelConverter
  45371.      */
  45372.     protected function getShopware56SalesChannelConverterService()
  45373.     {
  45374.         include_once \dirname(__DIR__4).'/vendor/store.shopware.com/swagmigrationassistant/Migration/Converter/ConverterInterface.php';
  45375.         include_once \dirname(__DIR__4).'/vendor/store.shopware.com/swagmigrationassistant/Migration/Converter/Converter.php';
  45376.         include_once \dirname(__DIR__4).'/vendor/store.shopware.com/swagmigrationassistant/Profile/Shopware/Converter/ShopwareConverter.php';
  45377.         include_once \dirname(__DIR__4).'/vendor/store.shopware.com/swagmigrationassistant/Profile/Shopware/Converter/SalesChannelConverter.php';
  45378.         include_once \dirname(__DIR__4).'/vendor/store.shopware.com/swagmigrationassistant/Profile/Shopware56/Converter/Shopware56SalesChannelConverter.php';
  45379.         return $this->privates['SwagMigrationAssistant\\Profile\\Shopware56\\Converter\\Shopware56SalesChannelConverter'] = new \SwagMigrationAssistant\Profile\Shopware56\Converter\Shopware56SalesChannelConverter(($this->privates['SwagMigrationAssistant\\Migration\\Mapping\\MappingService'] ?? $this->getMappingServiceService()), ($this->privates['SwagMigrationAssistant\\Migration\\Logging\\LoggingService'] ?? $this->getLoggingService2Service()), ($this->services['payment_method.repository'] ?? $this->getPaymentMethod_RepositoryService()), ($this->services['shipping_method.repository'] ?? $this->getShippingMethod_RepositoryService()), ($this->services['country.repository'] ?? $this->getCountry_RepositoryService()), ($this->services['sales_channel.repository'] ?? $this->getSalesChannel_RepositoryService()), NULL);
  45380.     }
  45381.     /**
  45382.      * Gets the private 'SwagMigrationAssistant\Profile\Shopware56\Converter\Shopware56SeoUrlConverter' shared service.
  45383.      *
  45384.      * @return \SwagMigrationAssistant\Profile\Shopware56\Converter\Shopware56SeoUrlConverter
  45385.      */
  45386.     protected function getShopware56SeoUrlConverterService()
  45387.     {
  45388.         include_once \dirname(__DIR__4).'/vendor/store.shopware.com/swagmigrationassistant/Migration/Converter/ConverterInterface.php';
  45389.         include_once \dirname(__DIR__4).'/vendor/store.shopware.com/swagmigrationassistant/Migration/Converter/Converter.php';
  45390.         include_once \dirname(__DIR__4).'/vendor/store.shopware.com/swagmigrationassistant/Profile/Shopware/Converter/ShopwareConverter.php';
  45391.         include_once \dirname(__DIR__4).'/vendor/store.shopware.com/swagmigrationassistant/Profile/Shopware/Converter/SeoUrlConverter.php';
  45392.         include_once \dirname(__DIR__4).'/vendor/store.shopware.com/swagmigrationassistant/Profile/Shopware56/Converter/Shopware56SeoUrlConverter.php';
  45393.         return $this->privates['SwagMigrationAssistant\\Profile\\Shopware56\\Converter\\Shopware56SeoUrlConverter'] = new \SwagMigrationAssistant\Profile\Shopware56\Converter\Shopware56SeoUrlConverter(($this->privates['SwagMigrationAssistant\\Migration\\Mapping\\MappingService'] ?? $this->getMappingServiceService()), ($this->privates['SwagMigrationAssistant\\Migration\\Logging\\LoggingService'] ?? $this->getLoggingService2Service()));
  45394.     }
  45395.     /**
  45396.      * Gets the private 'SwagMigrationAssistant\Profile\Shopware56\Converter\Shopware56ShippingMethodConverter' shared service.
  45397.      *
  45398.      * @return \SwagMigrationAssistant\Profile\Shopware56\Converter\Shopware56ShippingMethodConverter
  45399.      */
  45400.     protected function getShopware56ShippingMethodConverterService()
  45401.     {
  45402.         include_once \dirname(__DIR__4).'/vendor/store.shopware.com/swagmigrationassistant/Migration/Converter/ConverterInterface.php';
  45403.         include_once \dirname(__DIR__4).'/vendor/store.shopware.com/swagmigrationassistant/Migration/Converter/Converter.php';
  45404.         include_once \dirname(__DIR__4).'/vendor/store.shopware.com/swagmigrationassistant/Profile/Shopware/Converter/ShopwareConverter.php';
  45405.         include_once \dirname(__DIR__4).'/vendor/store.shopware.com/swagmigrationassistant/Profile/Shopware/Converter/ShippingMethodConverter.php';
  45406.         include_once \dirname(__DIR__4).'/vendor/store.shopware.com/swagmigrationassistant/Profile/Shopware56/Converter/Shopware56ShippingMethodConverter.php';
  45407.         return $this->privates['SwagMigrationAssistant\\Profile\\Shopware56\\Converter\\Shopware56ShippingMethodConverter'] = new \SwagMigrationAssistant\Profile\Shopware56\Converter\Shopware56ShippingMethodConverter(($this->privates['SwagMigrationAssistant\\Migration\\Mapping\\MappingService'] ?? $this->getMappingServiceService()), ($this->privates['SwagMigrationAssistant\\Migration\\Logging\\LoggingService'] ?? $this->getLoggingService2Service()));
  45408.     }
  45409.     /**
  45410.      * Gets the private 'SwagMigrationAssistant\Profile\Shopware56\Converter\Shopware56TranslationConverter' shared service.
  45411.      *
  45412.      * @return \SwagMigrationAssistant\Profile\Shopware56\Converter\Shopware56TranslationConverter
  45413.      */
  45414.     protected function getShopware56TranslationConverterService()
  45415.     {
  45416.         include_once \dirname(__DIR__4).'/vendor/store.shopware.com/swagmigrationassistant/Migration/Converter/ConverterInterface.php';
  45417.         include_once \dirname(__DIR__4).'/vendor/store.shopware.com/swagmigrationassistant/Migration/Converter/Converter.php';
  45418.         include_once \dirname(__DIR__4).'/vendor/store.shopware.com/swagmigrationassistant/Profile/Shopware/Converter/ShopwareConverter.php';
  45419.         include_once \dirname(__DIR__4).'/vendor/store.shopware.com/swagmigrationassistant/Profile/Shopware/Converter/TranslationConverter.php';
  45420.         include_once \dirname(__DIR__4).'/vendor/store.shopware.com/swagmigrationassistant/Profile/Shopware56/Converter/Shopware56TranslationConverter.php';
  45421.         return $this->privates['SwagMigrationAssistant\\Profile\\Shopware56\\Converter\\Shopware56TranslationConverter'] = new \SwagMigrationAssistant\Profile\Shopware56\Converter\Shopware56TranslationConverter(($this->privates['SwagMigrationAssistant\\Migration\\Mapping\\MappingService'] ?? $this->getMappingServiceService()), ($this->privates['SwagMigrationAssistant\\Migration\\Logging\\LoggingService'] ?? $this->getLoggingService2Service()));
  45422.     }
  45423.     /**
  45424.      * Gets the private 'SwagMigrationAssistant\Profile\Shopware57\Converter\Shopware57CategoryAttributeConverter' shared service.
  45425.      *
  45426.      * @return \SwagMigrationAssistant\Profile\Shopware57\Converter\Shopware57CategoryAttributeConverter
  45427.      */
  45428.     protected function getShopware57CategoryAttributeConverterService()
  45429.     {
  45430.         include_once \dirname(__DIR__4).'/vendor/store.shopware.com/swagmigrationassistant/Migration/Converter/ConverterInterface.php';
  45431.         include_once \dirname(__DIR__4).'/vendor/store.shopware.com/swagmigrationassistant/Migration/Converter/Converter.php';
  45432.         include_once \dirname(__DIR__4).'/vendor/store.shopware.com/swagmigrationassistant/Profile/Shopware/Converter/AttributeConverter.php';
  45433.         include_once \dirname(__DIR__4).'/vendor/store.shopware.com/swagmigrationassistant/Profile/Shopware/Converter/CategoryAttributeConverter.php';
  45434.         include_once \dirname(__DIR__4).'/vendor/store.shopware.com/swagmigrationassistant/Profile/Shopware57/Converter/Shopware57CategoryAttributeConverter.php';
  45435.         return $this->privates['SwagMigrationAssistant\\Profile\\Shopware57\\Converter\\Shopware57CategoryAttributeConverter'] = new \SwagMigrationAssistant\Profile\Shopware57\Converter\Shopware57CategoryAttributeConverter(($this->privates['SwagMigrationAssistant\\Migration\\Mapping\\MappingService'] ?? $this->getMappingServiceService()), ($this->privates['SwagMigrationAssistant\\Migration\\Logging\\LoggingService'] ?? $this->getLoggingService2Service()));
  45436.     }
  45437.     /**
  45438.      * Gets the private 'SwagMigrationAssistant\Profile\Shopware57\Converter\Shopware57CategoryConverter' shared service.
  45439.      *
  45440.      * @return \SwagMigrationAssistant\Profile\Shopware57\Converter\Shopware57CategoryConverter
  45441.      */
  45442.     protected function getShopware57CategoryConverterService()
  45443.     {
  45444.         include_once \dirname(__DIR__4).'/vendor/store.shopware.com/swagmigrationassistant/Migration/Converter/ConverterInterface.php';
  45445.         include_once \dirname(__DIR__4).'/vendor/store.shopware.com/swagmigrationassistant/Migration/Converter/Converter.php';
  45446.         include_once \dirname(__DIR__4).'/vendor/store.shopware.com/swagmigrationassistant/Profile/Shopware/Converter/ShopwareConverter.php';
  45447.         include_once \dirname(__DIR__4).'/vendor/store.shopware.com/swagmigrationassistant/Profile/Shopware/Converter/CategoryConverter.php';
  45448.         include_once \dirname(__DIR__4).'/vendor/store.shopware.com/swagmigrationassistant/Profile/Shopware57/Converter/Shopware57CategoryConverter.php';
  45449.         $a = ($this->privates['SwagMigrationAssistant\\Migration\\Media\\MediaFileService'] ?? $this->getMediaFileServiceService());
  45450.         if (isset($this->privates['SwagMigrationAssistant\\Profile\\Shopware57\\Converter\\Shopware57CategoryConverter'])) {
  45451.             return $this->privates['SwagMigrationAssistant\\Profile\\Shopware57\\Converter\\Shopware57CategoryConverter'];
  45452.         }
  45453.         return $this->privates['SwagMigrationAssistant\\Profile\\Shopware57\\Converter\\Shopware57CategoryConverter'] = new \SwagMigrationAssistant\Profile\Shopware57\Converter\Shopware57CategoryConverter(($this->privates['SwagMigrationAssistant\\Migration\\Mapping\\MappingService'] ?? $this->getMappingServiceService()), ($this->privates['SwagMigrationAssistant\\Migration\\Logging\\LoggingService'] ?? $this->getLoggingService2Service()), $a);
  45454.     }
  45455.     /**
  45456.      * Gets the private 'SwagMigrationAssistant\Profile\Shopware57\Converter\Shopware57CrossSellingConverter' shared service.
  45457.      *
  45458.      * @return \SwagMigrationAssistant\Profile\Shopware57\Converter\Shopware57CrossSellingConverter
  45459.      */
  45460.     protected function getShopware57CrossSellingConverterService()
  45461.     {
  45462.         include_once \dirname(__DIR__4).'/vendor/store.shopware.com/swagmigrationassistant/Migration/Converter/ConverterInterface.php';
  45463.         include_once \dirname(__DIR__4).'/vendor/store.shopware.com/swagmigrationassistant/Migration/Converter/Converter.php';
  45464.         include_once \dirname(__DIR__4).'/vendor/store.shopware.com/swagmigrationassistant/Profile/Shopware/Converter/ShopwareConverter.php';
  45465.         include_once \dirname(__DIR__4).'/vendor/store.shopware.com/swagmigrationassistant/Profile/Shopware/Converter/CrossSellingConverter.php';
  45466.         include_once \dirname(__DIR__4).'/vendor/store.shopware.com/swagmigrationassistant/Profile/Shopware57/Converter/Shopware57CrossSellingConverter.php';
  45467.         return $this->privates['SwagMigrationAssistant\\Profile\\Shopware57\\Converter\\Shopware57CrossSellingConverter'] = new \SwagMigrationAssistant\Profile\Shopware57\Converter\Shopware57CrossSellingConverter(($this->privates['SwagMigrationAssistant\\Migration\\Mapping\\MappingService'] ?? $this->getMappingServiceService()), ($this->privates['SwagMigrationAssistant\\Migration\\Logging\\LoggingService'] ?? $this->getLoggingService2Service()));
  45468.     }
  45469.     /**
  45470.      * Gets the private 'SwagMigrationAssistant\Profile\Shopware57\Converter\Shopware57CurrencyConverter' shared service.
  45471.      *
  45472.      * @return \SwagMigrationAssistant\Profile\Shopware57\Converter\Shopware57CurrencyConverter
  45473.      */
  45474.     protected function getShopware57CurrencyConverterService()
  45475.     {
  45476.         include_once \dirname(__DIR__4).'/vendor/store.shopware.com/swagmigrationassistant/Migration/Converter/ConverterInterface.php';
  45477.         include_once \dirname(__DIR__4).'/vendor/store.shopware.com/swagmigrationassistant/Migration/Converter/Converter.php';
  45478.         include_once \dirname(__DIR__4).'/vendor/store.shopware.com/swagmigrationassistant/Profile/Shopware/Converter/ShopwareConverter.php';
  45479.         include_once \dirname(__DIR__4).'/vendor/store.shopware.com/swagmigrationassistant/Profile/Shopware/Converter/CurrencyConverter.php';
  45480.         include_once \dirname(__DIR__4).'/vendor/store.shopware.com/swagmigrationassistant/Profile/Shopware57/Converter/Shopware57CurrencyConverter.php';
  45481.         return $this->privates['SwagMigrationAssistant\\Profile\\Shopware57\\Converter\\Shopware57CurrencyConverter'] = new \SwagMigrationAssistant\Profile\Shopware57\Converter\Shopware57CurrencyConverter(($this->privates['SwagMigrationAssistant\\Migration\\Mapping\\MappingService'] ?? $this->getMappingServiceService()), ($this->privates['SwagMigrationAssistant\\Migration\\Logging\\LoggingService'] ?? $this->getLoggingService2Service()));
  45482.     }
  45483.     /**
  45484.      * Gets the private 'SwagMigrationAssistant\Profile\Shopware57\Converter\Shopware57CustomerAttributeConverter' shared service.
  45485.      *
  45486.      * @return \SwagMigrationAssistant\Profile\Shopware57\Converter\Shopware57CustomerAttributeConverter
  45487.      */
  45488.     protected function getShopware57CustomerAttributeConverterService()
  45489.     {
  45490.         include_once \dirname(__DIR__4).'/vendor/store.shopware.com/swagmigrationassistant/Migration/Converter/ConverterInterface.php';
  45491.         include_once \dirname(__DIR__4).'/vendor/store.shopware.com/swagmigrationassistant/Migration/Converter/Converter.php';
  45492.         include_once \dirname(__DIR__4).'/vendor/store.shopware.com/swagmigrationassistant/Profile/Shopware/Converter/AttributeConverter.php';
  45493.         include_once \dirname(__DIR__4).'/vendor/store.shopware.com/swagmigrationassistant/Profile/Shopware/Converter/CustomerAttributeConverter.php';
  45494.         include_once \dirname(__DIR__4).'/vendor/store.shopware.com/swagmigrationassistant/Profile/Shopware57/Converter/Shopware57CustomerAttributeConverter.php';
  45495.         return $this->privates['SwagMigrationAssistant\\Profile\\Shopware57\\Converter\\Shopware57CustomerAttributeConverter'] = new \SwagMigrationAssistant\Profile\Shopware57\Converter\Shopware57CustomerAttributeConverter(($this->privates['SwagMigrationAssistant\\Migration\\Mapping\\MappingService'] ?? $this->getMappingServiceService()), ($this->privates['SwagMigrationAssistant\\Migration\\Logging\\LoggingService'] ?? $this->getLoggingService2Service()));
  45496.     }
  45497.     /**
  45498.      * Gets the private 'SwagMigrationAssistant\Profile\Shopware57\Converter\Shopware57CustomerConverter' shared service.
  45499.      *
  45500.      * @return \SwagMigrationAssistant\Profile\Shopware57\Converter\Shopware57CustomerConverter
  45501.      */
  45502.     protected function getShopware57CustomerConverterService()
  45503.     {
  45504.         include_once \dirname(__DIR__4).'/vendor/store.shopware.com/swagmigrationassistant/Migration/Converter/ConverterInterface.php';
  45505.         include_once \dirname(__DIR__4).'/vendor/store.shopware.com/swagmigrationassistant/Migration/Converter/Converter.php';
  45506.         include_once \dirname(__DIR__4).'/vendor/store.shopware.com/swagmigrationassistant/Profile/Shopware/Converter/ShopwareConverter.php';
  45507.         include_once \dirname(__DIR__4).'/vendor/store.shopware.com/swagmigrationassistant/Profile/Shopware/Converter/CustomerConverter.php';
  45508.         include_once \dirname(__DIR__4).'/vendor/store.shopware.com/swagmigrationassistant/Profile/Shopware57/Converter/Shopware57CustomerConverter.php';
  45509.         return $this->privates['SwagMigrationAssistant\\Profile\\Shopware57\\Converter\\Shopware57CustomerConverter'] = new \SwagMigrationAssistant\Profile\Shopware57\Converter\Shopware57CustomerConverter(($this->privates['SwagMigrationAssistant\\Migration\\Mapping\\MappingService'] ?? $this->getMappingServiceService()), ($this->privates['SwagMigrationAssistant\\Migration\\Logging\\LoggingService'] ?? $this->getLoggingService2Service()), ($this->services['.container.private.validator'] ?? $this->get_Container_Private_ValidatorService()));
  45510.     }
  45511.     /**
  45512.      * Gets the private 'SwagMigrationAssistant\Profile\Shopware57\Converter\Shopware57CustomerGroupAttributeConverter' shared service.
  45513.      *
  45514.      * @return \SwagMigrationAssistant\Profile\Shopware57\Converter\Shopware57CustomerGroupAttributeConverter
  45515.      */
  45516.     protected function getShopware57CustomerGroupAttributeConverterService()
  45517.     {
  45518.         include_once \dirname(__DIR__4).'/vendor/store.shopware.com/swagmigrationassistant/Migration/Converter/ConverterInterface.php';
  45519.         include_once \dirname(__DIR__4).'/vendor/store.shopware.com/swagmigrationassistant/Migration/Converter/Converter.php';
  45520.         include_once \dirname(__DIR__4).'/vendor/store.shopware.com/swagmigrationassistant/Profile/Shopware/Converter/AttributeConverter.php';
  45521.         include_once \dirname(__DIR__4).'/vendor/store.shopware.com/swagmigrationassistant/Profile/Shopware/Converter/CustomerGroupAttributeConverter.php';
  45522.         include_once \dirname(__DIR__4).'/vendor/store.shopware.com/swagmigrationassistant/Profile/Shopware57/Converter/Shopware57CustomerGroupAttributeConverter.php';
  45523.         return $this->privates['SwagMigrationAssistant\\Profile\\Shopware57\\Converter\\Shopware57CustomerGroupAttributeConverter'] = new \SwagMigrationAssistant\Profile\Shopware57\Converter\Shopware57CustomerGroupAttributeConverter(($this->privates['SwagMigrationAssistant\\Migration\\Mapping\\MappingService'] ?? $this->getMappingServiceService()), ($this->privates['SwagMigrationAssistant\\Migration\\Logging\\LoggingService'] ?? $this->getLoggingService2Service()));
  45524.     }
  45525.     /**
  45526.      * Gets the private 'SwagMigrationAssistant\Profile\Shopware57\Converter\Shopware57CustomerGroupConverter' shared service.
  45527.      *
  45528.      * @return \SwagMigrationAssistant\Profile\Shopware57\Converter\Shopware57CustomerGroupConverter
  45529.      */
  45530.     protected function getShopware57CustomerGroupConverterService()
  45531.     {
  45532.         include_once \dirname(__DIR__4).'/vendor/store.shopware.com/swagmigrationassistant/Migration/Converter/ConverterInterface.php';
  45533.         include_once \dirname(__DIR__4).'/vendor/store.shopware.com/swagmigrationassistant/Migration/Converter/Converter.php';
  45534.         include_once \dirname(__DIR__4).'/vendor/store.shopware.com/swagmigrationassistant/Profile/Shopware/Converter/ShopwareConverter.php';
  45535.         include_once \dirname(__DIR__4).'/vendor/store.shopware.com/swagmigrationassistant/Profile/Shopware/Converter/CustomerGroupConverter.php';
  45536.         include_once \dirname(__DIR__4).'/vendor/store.shopware.com/swagmigrationassistant/Profile/Shopware57/Converter/Shopware57CustomerGroupConverter.php';
  45537.         return $this->privates['SwagMigrationAssistant\\Profile\\Shopware57\\Converter\\Shopware57CustomerGroupConverter'] = new \SwagMigrationAssistant\Profile\Shopware57\Converter\Shopware57CustomerGroupConverter(($this->privates['SwagMigrationAssistant\\Migration\\Mapping\\MappingService'] ?? $this->getMappingServiceService()), ($this->privates['SwagMigrationAssistant\\Migration\\Logging\\LoggingService'] ?? $this->getLoggingService2Service()));
  45538.     }
  45539.     /**
  45540.      * Gets the private 'SwagMigrationAssistant\Profile\Shopware57\Converter\Shopware57CustomerWishlistConverter' shared service.
  45541.      *
  45542.      * @return \SwagMigrationAssistant\Profile\Shopware57\Converter\Shopware57CustomerWishlistConverter
  45543.      */
  45544.     protected function getShopware57CustomerWishlistConverterService()
  45545.     {
  45546.         include_once \dirname(__DIR__4).'/vendor/store.shopware.com/swagmigrationassistant/Migration/Converter/ConverterInterface.php';
  45547.         include_once \dirname(__DIR__4).'/vendor/store.shopware.com/swagmigrationassistant/Migration/Converter/Converter.php';
  45548.         include_once \dirname(__DIR__4).'/vendor/store.shopware.com/swagmigrationassistant/Profile/Shopware/Converter/ShopwareConverter.php';
  45549.         include_once \dirname(__DIR__4).'/vendor/store.shopware.com/swagmigrationassistant/Profile/Shopware/Converter/CustomerWishlistConverter.php';
  45550.         include_once \dirname(__DIR__4).'/vendor/store.shopware.com/swagmigrationassistant/Profile/Shopware57/Converter/Shopware57CustomerWishlistConverter.php';
  45551.         return $this->privates['SwagMigrationAssistant\\Profile\\Shopware57\\Converter\\Shopware57CustomerWishlistConverter'] = new \SwagMigrationAssistant\Profile\Shopware57\Converter\Shopware57CustomerWishlistConverter(($this->privates['SwagMigrationAssistant\\Migration\\Mapping\\MappingService'] ?? $this->getMappingServiceService()), ($this->privates['SwagMigrationAssistant\\Migration\\Logging\\LoggingService'] ?? $this->getLoggingService2Service()));
  45552.     }
  45553.     /**
  45554.      * Gets the private 'SwagMigrationAssistant\Profile\Shopware57\Converter\Shopware57LanguageConverter' shared service.
  45555.      *
  45556.      * @return \SwagMigrationAssistant\Profile\Shopware57\Converter\Shopware57LanguageConverter
  45557.      */
  45558.     protected function getShopware57LanguageConverterService()
  45559.     {
  45560.         include_once \dirname(__DIR__4).'/vendor/store.shopware.com/swagmigrationassistant/Migration/Converter/ConverterInterface.php';
  45561.         include_once \dirname(__DIR__4).'/vendor/store.shopware.com/swagmigrationassistant/Migration/Converter/Converter.php';
  45562.         include_once \dirname(__DIR__4).'/vendor/store.shopware.com/swagmigrationassistant/Profile/Shopware/Converter/ShopwareConverter.php';
  45563.         include_once \dirname(__DIR__4).'/vendor/store.shopware.com/swagmigrationassistant/Profile/Shopware/Converter/LanguageConverter.php';
  45564.         include_once \dirname(__DIR__4).'/vendor/store.shopware.com/swagmigrationassistant/Profile/Shopware57/Converter/Shopware57LanguageConverter.php';
  45565.         return $this->privates['SwagMigrationAssistant\\Profile\\Shopware57\\Converter\\Shopware57LanguageConverter'] = new \SwagMigrationAssistant\Profile\Shopware57\Converter\Shopware57LanguageConverter(($this->privates['SwagMigrationAssistant\\Migration\\Mapping\\MappingService'] ?? $this->getMappingServiceService()), ($this->privates['SwagMigrationAssistant\\Migration\\Logging\\LoggingService'] ?? $this->getLoggingService2Service()));
  45566.     }
  45567.     /**
  45568.      * Gets the private 'SwagMigrationAssistant\Profile\Shopware57\Converter\Shopware57MainVariantRelationConverter' shared service.
  45569.      *
  45570.      * @return \SwagMigrationAssistant\Profile\Shopware57\Converter\Shopware57MainVariantRelationConverter
  45571.      */
  45572.     protected function getShopware57MainVariantRelationConverterService()
  45573.     {
  45574.         include_once \dirname(__DIR__4).'/vendor/store.shopware.com/swagmigrationassistant/Migration/Converter/ConverterInterface.php';
  45575.         include_once \dirname(__DIR__4).'/vendor/store.shopware.com/swagmigrationassistant/Migration/Converter/Converter.php';
  45576.         include_once \dirname(__DIR__4).'/vendor/store.shopware.com/swagmigrationassistant/Profile/Shopware/Converter/ShopwareConverter.php';
  45577.         include_once \dirname(__DIR__4).'/vendor/store.shopware.com/swagmigrationassistant/Profile/Shopware/Converter/MainVariantRelationConverter.php';
  45578.         include_once \dirname(__DIR__4).'/vendor/store.shopware.com/swagmigrationassistant/Profile/Shopware57/Converter/Shopware57MainVariantRelationConverter.php';
  45579.         return $this->privates['SwagMigrationAssistant\\Profile\\Shopware57\\Converter\\Shopware57MainVariantRelationConverter'] = new \SwagMigrationAssistant\Profile\Shopware57\Converter\Shopware57MainVariantRelationConverter(($this->privates['SwagMigrationAssistant\\Migration\\Mapping\\MappingService'] ?? $this->getMappingServiceService()), ($this->privates['SwagMigrationAssistant\\Migration\\Logging\\LoggingService'] ?? $this->getLoggingService2Service()));
  45580.     }
  45581.     /**
  45582.      * Gets the private 'SwagMigrationAssistant\Profile\Shopware57\Converter\Shopware57ManufacturerAttributeConverter' shared service.
  45583.      *
  45584.      * @return \SwagMigrationAssistant\Profile\Shopware57\Converter\Shopware57ManufacturerAttributeConverter
  45585.      */
  45586.     protected function getShopware57ManufacturerAttributeConverterService()
  45587.     {
  45588.         include_once \dirname(__DIR__4).'/vendor/store.shopware.com/swagmigrationassistant/Migration/Converter/ConverterInterface.php';
  45589.         include_once \dirname(__DIR__4).'/vendor/store.shopware.com/swagmigrationassistant/Migration/Converter/Converter.php';
  45590.         include_once \dirname(__DIR__4).'/vendor/store.shopware.com/swagmigrationassistant/Profile/Shopware/Converter/AttributeConverter.php';
  45591.         include_once \dirname(__DIR__4).'/vendor/store.shopware.com/swagmigrationassistant/Profile/Shopware/Converter/ManufacturerAttributeConverter.php';
  45592.         include_once \dirname(__DIR__4).'/vendor/store.shopware.com/swagmigrationassistant/Profile/Shopware57/Converter/Shopware57ManufacturerAttributeConverter.php';
  45593.         return $this->privates['SwagMigrationAssistant\\Profile\\Shopware57\\Converter\\Shopware57ManufacturerAttributeConverter'] = new \SwagMigrationAssistant\Profile\Shopware57\Converter\Shopware57ManufacturerAttributeConverter(($this->privates['SwagMigrationAssistant\\Migration\\Mapping\\MappingService'] ?? $this->getMappingServiceService()), ($this->privates['SwagMigrationAssistant\\Migration\\Logging\\LoggingService'] ?? $this->getLoggingService2Service()));
  45594.     }
  45595.     /**
  45596.      * Gets the private 'SwagMigrationAssistant\Profile\Shopware57\Converter\Shopware57MediaConverter' shared service.
  45597.      *
  45598.      * @return \SwagMigrationAssistant\Profile\Shopware57\Converter\Shopware57MediaConverter
  45599.      */
  45600.     protected function getShopware57MediaConverterService()
  45601.     {
  45602.         include_once \dirname(__DIR__4).'/vendor/store.shopware.com/swagmigrationassistant/Migration/Converter/ConverterInterface.php';
  45603.         include_once \dirname(__DIR__4).'/vendor/store.shopware.com/swagmigrationassistant/Migration/Converter/Converter.php';
  45604.         include_once \dirname(__DIR__4).'/vendor/store.shopware.com/swagmigrationassistant/Profile/Shopware/Converter/ShopwareConverter.php';
  45605.         include_once \dirname(__DIR__4).'/vendor/store.shopware.com/swagmigrationassistant/Profile/Shopware/Converter/MediaConverter.php';
  45606.         include_once \dirname(__DIR__4).'/vendor/store.shopware.com/swagmigrationassistant/Profile/Shopware57/Converter/Shopware57MediaConverter.php';
  45607.         $a = ($this->privates['SwagMigrationAssistant\\Migration\\Media\\MediaFileService'] ?? $this->getMediaFileServiceService());
  45608.         if (isset($this->privates['SwagMigrationAssistant\\Profile\\Shopware57\\Converter\\Shopware57MediaConverter'])) {
  45609.             return $this->privates['SwagMigrationAssistant\\Profile\\Shopware57\\Converter\\Shopware57MediaConverter'];
  45610.         }
  45611.         return $this->privates['SwagMigrationAssistant\\Profile\\Shopware57\\Converter\\Shopware57MediaConverter'] = new \SwagMigrationAssistant\Profile\Shopware57\Converter\Shopware57MediaConverter(($this->privates['SwagMigrationAssistant\\Migration\\Mapping\\MappingService'] ?? $this->getMappingServiceService()), ($this->privates['SwagMigrationAssistant\\Migration\\Logging\\LoggingService'] ?? $this->getLoggingService2Service()), $a);
  45612.     }
  45613.     /**
  45614.      * Gets the private 'SwagMigrationAssistant\Profile\Shopware57\Converter\Shopware57MediaFolderConverter' shared service.
  45615.      *
  45616.      * @return \SwagMigrationAssistant\Profile\Shopware57\Converter\Shopware57MediaFolderConverter
  45617.      */
  45618.     protected function getShopware57MediaFolderConverterService()
  45619.     {
  45620.         include_once \dirname(__DIR__4).'/vendor/store.shopware.com/swagmigrationassistant/Migration/Converter/ConverterInterface.php';
  45621.         include_once \dirname(__DIR__4).'/vendor/store.shopware.com/swagmigrationassistant/Migration/Converter/Converter.php';
  45622.         include_once \dirname(__DIR__4).'/vendor/store.shopware.com/swagmigrationassistant/Profile/Shopware/Converter/ShopwareConverter.php';
  45623.         include_once \dirname(__DIR__4).'/vendor/store.shopware.com/swagmigrationassistant/Profile/Shopware/Converter/MediaFolderConverter.php';
  45624.         include_once \dirname(__DIR__4).'/vendor/store.shopware.com/swagmigrationassistant/Profile/Shopware57/Converter/Shopware57MediaFolderConverter.php';
  45625.         return $this->privates['SwagMigrationAssistant\\Profile\\Shopware57\\Converter\\Shopware57MediaFolderConverter'] = new \SwagMigrationAssistant\Profile\Shopware57\Converter\Shopware57MediaFolderConverter(($this->privates['SwagMigrationAssistant\\Migration\\Mapping\\MappingService'] ?? $this->getMappingServiceService()), ($this->privates['SwagMigrationAssistant\\Migration\\Logging\\LoggingService'] ?? $this->getLoggingService2Service()));
  45626.     }
  45627.     /**
  45628.      * Gets the private 'SwagMigrationAssistant\Profile\Shopware57\Converter\Shopware57NewsletterRecipientConverter' shared service.
  45629.      *
  45630.      * @return \SwagMigrationAssistant\Profile\Shopware57\Converter\Shopware57NewsletterRecipientConverter
  45631.      */
  45632.     protected function getShopware57NewsletterRecipientConverterService()
  45633.     {
  45634.         include_once \dirname(__DIR__4).'/vendor/store.shopware.com/swagmigrationassistant/Migration/Converter/ConverterInterface.php';
  45635.         include_once \dirname(__DIR__4).'/vendor/store.shopware.com/swagmigrationassistant/Migration/Converter/Converter.php';
  45636.         include_once \dirname(__DIR__4).'/vendor/store.shopware.com/swagmigrationassistant/Profile/Shopware/Converter/ShopwareConverter.php';
  45637.         include_once \dirname(__DIR__4).'/vendor/store.shopware.com/swagmigrationassistant/Profile/Shopware/Converter/NewsletterRecipientConverter.php';
  45638.         include_once \dirname(__DIR__4).'/vendor/store.shopware.com/swagmigrationassistant/Profile/Shopware57/Converter/Shopware57NewsletterRecipientConverter.php';
  45639.         return $this->privates['SwagMigrationAssistant\\Profile\\Shopware57\\Converter\\Shopware57NewsletterRecipientConverter'] = new \SwagMigrationAssistant\Profile\Shopware57\Converter\Shopware57NewsletterRecipientConverter(($this->privates['SwagMigrationAssistant\\Migration\\Mapping\\MappingService'] ?? $this->getMappingServiceService()), ($this->privates['SwagMigrationAssistant\\Migration\\Logging\\LoggingService'] ?? $this->getLoggingService2Service()));
  45640.     }
  45641.     /**
  45642.      * Gets the private 'SwagMigrationAssistant\Profile\Shopware57\Converter\Shopware57NumberRangeConverter' shared service.
  45643.      *
  45644.      * @return \SwagMigrationAssistant\Profile\Shopware57\Converter\Shopware57NumberRangeConverter
  45645.      */
  45646.     protected function getShopware57NumberRangeConverterService()
  45647.     {
  45648.         include_once \dirname(__DIR__4).'/vendor/store.shopware.com/swagmigrationassistant/Migration/Converter/ConverterInterface.php';
  45649.         include_once \dirname(__DIR__4).'/vendor/store.shopware.com/swagmigrationassistant/Migration/Converter/Converter.php';
  45650.         include_once \dirname(__DIR__4).'/vendor/store.shopware.com/swagmigrationassistant/Profile/Shopware/Converter/ShopwareConverter.php';
  45651.         include_once \dirname(__DIR__4).'/vendor/store.shopware.com/swagmigrationassistant/Profile/Shopware/Converter/NumberRangeConverter.php';
  45652.         include_once \dirname(__DIR__4).'/vendor/store.shopware.com/swagmigrationassistant/Profile/Shopware57/Converter/Shopware57NumberRangeConverter.php';
  45653.         return $this->privates['SwagMigrationAssistant\\Profile\\Shopware57\\Converter\\Shopware57NumberRangeConverter'] = new \SwagMigrationAssistant\Profile\Shopware57\Converter\Shopware57NumberRangeConverter(($this->privates['SwagMigrationAssistant\\Migration\\Mapping\\MappingService'] ?? $this->getMappingServiceService()), ($this->privates['SwagMigrationAssistant\\Migration\\Logging\\LoggingService'] ?? $this->getLoggingService2Service()), ($this->services['number_range_type.repository'] ?? $this->getNumberRangeType_RepositoryService()));
  45654.     }
  45655.     /**
  45656.      * Gets the private 'SwagMigrationAssistant\Profile\Shopware57\Converter\Shopware57OrderAttributeConverter' shared service.
  45657.      *
  45658.      * @return \SwagMigrationAssistant\Profile\Shopware57\Converter\Shopware57OrderAttributeConverter
  45659.      */
  45660.     protected function getShopware57OrderAttributeConverterService()
  45661.     {
  45662.         include_once \dirname(__DIR__4).'/vendor/store.shopware.com/swagmigrationassistant/Migration/Converter/ConverterInterface.php';
  45663.         include_once \dirname(__DIR__4).'/vendor/store.shopware.com/swagmigrationassistant/Migration/Converter/Converter.php';
  45664.         include_once \dirname(__DIR__4).'/vendor/store.shopware.com/swagmigrationassistant/Profile/Shopware/Converter/AttributeConverter.php';
  45665.         include_once \dirname(__DIR__4).'/vendor/store.shopware.com/swagmigrationassistant/Profile/Shopware/Converter/OrderAttributeConverter.php';
  45666.         include_once \dirname(__DIR__4).'/vendor/store.shopware.com/swagmigrationassistant/Profile/Shopware57/Converter/Shopware57OrderAttributeConverter.php';
  45667.         return $this->privates['SwagMigrationAssistant\\Profile\\Shopware57\\Converter\\Shopware57OrderAttributeConverter'] = new \SwagMigrationAssistant\Profile\Shopware57\Converter\Shopware57OrderAttributeConverter(($this->privates['SwagMigrationAssistant\\Migration\\Mapping\\MappingService'] ?? $this->getMappingServiceService()), ($this->privates['SwagMigrationAssistant\\Migration\\Logging\\LoggingService'] ?? $this->getLoggingService2Service()));
  45668.     }
  45669.     /**
  45670.      * Gets the private 'SwagMigrationAssistant\Profile\Shopware57\Converter\Shopware57OrderConverter' shared service.
  45671.      *
  45672.      * @return \SwagMigrationAssistant\Profile\Shopware57\Converter\Shopware57OrderConverter
  45673.      */
  45674.     protected function getShopware57OrderConverterService()
  45675.     {
  45676.         include_once \dirname(__DIR__4).'/vendor/store.shopware.com/swagmigrationassistant/Migration/Converter/ConverterInterface.php';
  45677.         include_once \dirname(__DIR__4).'/vendor/store.shopware.com/swagmigrationassistant/Migration/Converter/Converter.php';
  45678.         include_once \dirname(__DIR__4).'/vendor/store.shopware.com/swagmigrationassistant/Profile/Shopware/Converter/ShopwareConverter.php';
  45679.         include_once \dirname(__DIR__4).'/vendor/store.shopware.com/swagmigrationassistant/Profile/Shopware/Converter/OrderConverter.php';
  45680.         include_once \dirname(__DIR__4).'/vendor/store.shopware.com/swagmigrationassistant/Profile/Shopware57/Converter/Shopware57OrderConverter.php';
  45681.         return $this->privates['SwagMigrationAssistant\\Profile\\Shopware57\\Converter\\Shopware57OrderConverter'] = new \SwagMigrationAssistant\Profile\Shopware57\Converter\Shopware57OrderConverter(($this->privates['SwagMigrationAssistant\\Migration\\Mapping\\MappingService'] ?? $this->getMappingServiceService()), ($this->privates['SwagMigrationAssistant\\Migration\\Logging\\LoggingService'] ?? $this->getLoggingService2Service()), ($this->privates['Shopware\\Core\\Checkout\\Cart\\Tax\\TaxCalculator'] ?? ($this->privates['Shopware\\Core\\Checkout\\Cart\\Tax\\TaxCalculator'] = new \Shopware\Core\Checkout\Cart\Tax\TaxCalculator())));
  45682.     }
  45683.     /**
  45684.      * Gets the private 'SwagMigrationAssistant\Profile\Shopware57\Converter\Shopware57OrderDocumentAttributeConverter' shared service.
  45685.      *
  45686.      * @return \SwagMigrationAssistant\Profile\Shopware57\Converter\Shopware57OrderDocumentAttributeConverter
  45687.      */
  45688.     protected function getShopware57OrderDocumentAttributeConverterService()
  45689.     {
  45690.         include_once \dirname(__DIR__4).'/vendor/store.shopware.com/swagmigrationassistant/Migration/Converter/ConverterInterface.php';
  45691.         include_once \dirname(__DIR__4).'/vendor/store.shopware.com/swagmigrationassistant/Migration/Converter/Converter.php';
  45692.         include_once \dirname(__DIR__4).'/vendor/store.shopware.com/swagmigrationassistant/Profile/Shopware/Converter/AttributeConverter.php';
  45693.         include_once \dirname(__DIR__4).'/vendor/store.shopware.com/swagmigrationassistant/Profile/Shopware/Converter/OrderDocumentAttributeConverter.php';
  45694.         include_once \dirname(__DIR__4).'/vendor/store.shopware.com/swagmigrationassistant/Profile/Shopware57/Converter/Shopware57OrderDocumentAttributeConverter.php';
  45695.         return $this->privates['SwagMigrationAssistant\\Profile\\Shopware57\\Converter\\Shopware57OrderDocumentAttributeConverter'] = new \SwagMigrationAssistant\Profile\Shopware57\Converter\Shopware57OrderDocumentAttributeConverter(($this->privates['SwagMigrationAssistant\\Migration\\Mapping\\MappingService'] ?? $this->getMappingServiceService()), ($this->privates['SwagMigrationAssistant\\Migration\\Logging\\LoggingService'] ?? $this->getLoggingService2Service()));
  45696.     }
  45697.     /**
  45698.      * Gets the private 'SwagMigrationAssistant\Profile\Shopware57\Converter\Shopware57OrderDocumentConverter' shared service.
  45699.      *
  45700.      * @return \SwagMigrationAssistant\Profile\Shopware57\Converter\Shopware57OrderDocumentConverter
  45701.      */
  45702.     protected function getShopware57OrderDocumentConverterService()
  45703.     {
  45704.         include_once \dirname(__DIR__4).'/vendor/store.shopware.com/swagmigrationassistant/Migration/Converter/ConverterInterface.php';
  45705.         include_once \dirname(__DIR__4).'/vendor/store.shopware.com/swagmigrationassistant/Migration/Converter/Converter.php';
  45706.         include_once \dirname(__DIR__4).'/vendor/store.shopware.com/swagmigrationassistant/Profile/Shopware/Converter/ShopwareConverter.php';
  45707.         include_once \dirname(__DIR__4).'/vendor/store.shopware.com/swagmigrationassistant/Profile/Shopware/Converter/OrderDocumentConverter.php';
  45708.         include_once \dirname(__DIR__4).'/vendor/store.shopware.com/swagmigrationassistant/Profile/Shopware57/Converter/Shopware57OrderDocumentConverter.php';
  45709.         $a = ($this->privates['SwagMigrationAssistant\\Migration\\Media\\MediaFileService'] ?? $this->getMediaFileServiceService());
  45710.         if (isset($this->privates['SwagMigrationAssistant\\Profile\\Shopware57\\Converter\\Shopware57OrderDocumentConverter'])) {
  45711.             return $this->privates['SwagMigrationAssistant\\Profile\\Shopware57\\Converter\\Shopware57OrderDocumentConverter'];
  45712.         }
  45713.         return $this->privates['SwagMigrationAssistant\\Profile\\Shopware57\\Converter\\Shopware57OrderDocumentConverter'] = new \SwagMigrationAssistant\Profile\Shopware57\Converter\Shopware57OrderDocumentConverter(($this->privates['SwagMigrationAssistant\\Migration\\Mapping\\MappingService'] ?? $this->getMappingServiceService()), ($this->privates['SwagMigrationAssistant\\Migration\\Logging\\LoggingService'] ?? $this->getLoggingService2Service()), $a);
  45714.     }
  45715.     /**
  45716.      * Gets the private 'SwagMigrationAssistant\Profile\Shopware57\Converter\Shopware57ProductAttributeConverter' shared service.
  45717.      *
  45718.      * @return \SwagMigrationAssistant\Profile\Shopware57\Converter\Shopware57ProductAttributeConverter
  45719.      */
  45720.     protected function getShopware57ProductAttributeConverterService()
  45721.     {
  45722.         include_once \dirname(__DIR__4).'/vendor/store.shopware.com/swagmigrationassistant/Migration/Converter/ConverterInterface.php';
  45723.         include_once \dirname(__DIR__4).'/vendor/store.shopware.com/swagmigrationassistant/Migration/Converter/Converter.php';
  45724.         include_once \dirname(__DIR__4).'/vendor/store.shopware.com/swagmigrationassistant/Profile/Shopware/Converter/AttributeConverter.php';
  45725.         include_once \dirname(__DIR__4).'/vendor/store.shopware.com/swagmigrationassistant/Profile/Shopware/Converter/ProductAttributeConverter.php';
  45726.         include_once \dirname(__DIR__4).'/vendor/store.shopware.com/swagmigrationassistant/Profile/Shopware57/Converter/Shopware57ProductAttributeConverter.php';
  45727.         return $this->privates['SwagMigrationAssistant\\Profile\\Shopware57\\Converter\\Shopware57ProductAttributeConverter'] = new \SwagMigrationAssistant\Profile\Shopware57\Converter\Shopware57ProductAttributeConverter(($this->privates['SwagMigrationAssistant\\Migration\\Mapping\\MappingService'] ?? $this->getMappingServiceService()), ($this->privates['SwagMigrationAssistant\\Migration\\Logging\\LoggingService'] ?? $this->getLoggingService2Service()));
  45728.     }
  45729.     /**
  45730.      * Gets the private 'SwagMigrationAssistant\Profile\Shopware57\Converter\Shopware57ProductConverter' shared service.
  45731.      *
  45732.      * @return \SwagMigrationAssistant\Profile\Shopware57\Converter\Shopware57ProductConverter
  45733.      */
  45734.     protected function getShopware57ProductConverterService()
  45735.     {
  45736.         include_once \dirname(__DIR__4).'/vendor/store.shopware.com/swagmigrationassistant/Migration/Converter/ConverterInterface.php';
  45737.         include_once \dirname(__DIR__4).'/vendor/store.shopware.com/swagmigrationassistant/Migration/Converter/Converter.php';
  45738.         include_once \dirname(__DIR__4).'/vendor/store.shopware.com/swagmigrationassistant/Profile/Shopware/Converter/ShopwareConverter.php';
  45739.         include_once \dirname(__DIR__4).'/vendor/store.shopware.com/swagmigrationassistant/Profile/Shopware/Converter/ProductConverter.php';
  45740.         include_once \dirname(__DIR__4).'/vendor/store.shopware.com/swagmigrationassistant/Profile/Shopware57/Converter/Shopware57ProductConverter.php';
  45741.         $a = ($this->privates['SwagMigrationAssistant\\Migration\\Media\\MediaFileService'] ?? $this->getMediaFileServiceService());
  45742.         if (isset($this->privates['SwagMigrationAssistant\\Profile\\Shopware57\\Converter\\Shopware57ProductConverter'])) {
  45743.             return $this->privates['SwagMigrationAssistant\\Profile\\Shopware57\\Converter\\Shopware57ProductConverter'];
  45744.         }
  45745.         return $this->privates['SwagMigrationAssistant\\Profile\\Shopware57\\Converter\\Shopware57ProductConverter'] = new \SwagMigrationAssistant\Profile\Shopware57\Converter\Shopware57ProductConverter(($this->privates['SwagMigrationAssistant\\Migration\\Mapping\\MappingService'] ?? $this->getMappingServiceService()), ($this->privates['SwagMigrationAssistant\\Migration\\Logging\\LoggingService'] ?? $this->getLoggingService2Service()), $a);
  45746.     }
  45747.     /**
  45748.      * Gets the private 'SwagMigrationAssistant\Profile\Shopware57\Converter\Shopware57ProductOptionRelationConverter' shared service.
  45749.      *
  45750.      * @return \SwagMigrationAssistant\Profile\Shopware57\Converter\Shopware57ProductOptionRelationConverter
  45751.      */
  45752.     protected function getShopware57ProductOptionRelationConverterService()
  45753.     {
  45754.         include_once \dirname(__DIR__4).'/vendor/store.shopware.com/swagmigrationassistant/Migration/Converter/ConverterInterface.php';
  45755.         include_once \dirname(__DIR__4).'/vendor/store.shopware.com/swagmigrationassistant/Migration/Converter/Converter.php';
  45756.         include_once \dirname(__DIR__4).'/vendor/store.shopware.com/swagmigrationassistant/Profile/Shopware/Converter/ShopwareConverter.php';
  45757.         include_once \dirname(__DIR__4).'/vendor/store.shopware.com/swagmigrationassistant/Profile/Shopware/Converter/ProductOptionRelationConverter.php';
  45758.         include_once \dirname(__DIR__4).'/vendor/store.shopware.com/swagmigrationassistant/Profile/Shopware57/Converter/Shopware57ProductOptionRelationConverter.php';
  45759.         return $this->privates['SwagMigrationAssistant\\Profile\\Shopware57\\Converter\\Shopware57ProductOptionRelationConverter'] = new \SwagMigrationAssistant\Profile\Shopware57\Converter\Shopware57ProductOptionRelationConverter(($this->privates['SwagMigrationAssistant\\Migration\\Mapping\\MappingService'] ?? $this->getMappingServiceService()), ($this->privates['SwagMigrationAssistant\\Migration\\Logging\\LoggingService'] ?? $this->getLoggingService2Service()));
  45760.     }
  45761.     /**
  45762.      * Gets the private 'SwagMigrationAssistant\Profile\Shopware57\Converter\Shopware57ProductPriceAttributeConverter' shared service.
  45763.      *
  45764.      * @return \SwagMigrationAssistant\Profile\Shopware57\Converter\Shopware57ProductPriceAttributeConverter
  45765.      */
  45766.     protected function getShopware57ProductPriceAttributeConverterService()
  45767.     {
  45768.         include_once \dirname(__DIR__4).'/vendor/store.shopware.com/swagmigrationassistant/Migration/Converter/ConverterInterface.php';
  45769.         include_once \dirname(__DIR__4).'/vendor/store.shopware.com/swagmigrationassistant/Migration/Converter/Converter.php';
  45770.         include_once \dirname(__DIR__4).'/vendor/store.shopware.com/swagmigrationassistant/Profile/Shopware/Converter/AttributeConverter.php';
  45771.         include_once \dirname(__DIR__4).'/vendor/store.shopware.com/swagmigrationassistant/Profile/Shopware/Converter/ProductPriceAttributeConverter.php';
  45772.         include_once \dirname(__DIR__4).'/vendor/store.shopware.com/swagmigrationassistant/Profile/Shopware57/Converter/Shopware57ProductPriceAttributeConverter.php';
  45773.         return $this->privates['SwagMigrationAssistant\\Profile\\Shopware57\\Converter\\Shopware57ProductPriceAttributeConverter'] = new \SwagMigrationAssistant\Profile\Shopware57\Converter\Shopware57ProductPriceAttributeConverter(($this->privates['SwagMigrationAssistant\\Migration\\Mapping\\MappingService'] ?? $this->getMappingServiceService()), ($this->privates['SwagMigrationAssistant\\Migration\\Logging\\LoggingService'] ?? $this->getLoggingService2Service()));
  45774.     }
  45775.     /**
  45776.      * Gets the private 'SwagMigrationAssistant\Profile\Shopware57\Converter\Shopware57ProductPropertyRelationConverter' shared service.
  45777.      *
  45778.      * @return \SwagMigrationAssistant\Profile\Shopware57\Converter\Shopware57ProductPropertyRelationConverter
  45779.      */
  45780.     protected function getShopware57ProductPropertyRelationConverterService()
  45781.     {
  45782.         include_once \dirname(__DIR__4).'/vendor/store.shopware.com/swagmigrationassistant/Migration/Converter/ConverterInterface.php';
  45783.         include_once \dirname(__DIR__4).'/vendor/store.shopware.com/swagmigrationassistant/Migration/Converter/Converter.php';
  45784.         include_once \dirname(__DIR__4).'/vendor/store.shopware.com/swagmigrationassistant/Profile/Shopware/Converter/ShopwareConverter.php';
  45785.         include_once \dirname(__DIR__4).'/vendor/store.shopware.com/swagmigrationassistant/Profile/Shopware/Converter/ProductPropertyRelationConverter.php';
  45786.         include_once \dirname(__DIR__4).'/vendor/store.shopware.com/swagmigrationassistant/Profile/Shopware57/Converter/Shopware57ProductPropertyRelationConverter.php';
  45787.         return $this->privates['SwagMigrationAssistant\\Profile\\Shopware57\\Converter\\Shopware57ProductPropertyRelationConverter'] = new \SwagMigrationAssistant\Profile\Shopware57\Converter\Shopware57ProductPropertyRelationConverter(($this->privates['SwagMigrationAssistant\\Migration\\Mapping\\MappingService'] ?? $this->getMappingServiceService()), ($this->privates['SwagMigrationAssistant\\Migration\\Logging\\LoggingService'] ?? $this->getLoggingService2Service()));
  45788.     }
  45789.     /**
  45790.      * Gets the private 'SwagMigrationAssistant\Profile\Shopware57\Converter\Shopware57ProductReviewConverter' shared service.
  45791.      *
  45792.      * @return \SwagMigrationAssistant\Profile\Shopware57\Converter\Shopware57ProductReviewConverter
  45793.      */
  45794.     protected function getShopware57ProductReviewConverterService()
  45795.     {
  45796.         include_once \dirname(__DIR__4).'/vendor/store.shopware.com/swagmigrationassistant/Migration/Converter/ConverterInterface.php';
  45797.         include_once \dirname(__DIR__4).'/vendor/store.shopware.com/swagmigrationassistant/Migration/Converter/Converter.php';
  45798.         include_once \dirname(__DIR__4).'/vendor/store.shopware.com/swagmigrationassistant/Profile/Shopware/Converter/ShopwareConverter.php';
  45799.         include_once \dirname(__DIR__4).'/vendor/store.shopware.com/swagmigrationassistant/Profile/Shopware/Converter/ProductReviewConverter.php';
  45800.         include_once \dirname(__DIR__4).'/vendor/store.shopware.com/swagmigrationassistant/Profile/Shopware57/Converter/Shopware57ProductReviewConverter.php';
  45801.         return $this->privates['SwagMigrationAssistant\\Profile\\Shopware57\\Converter\\Shopware57ProductReviewConverter'] = new \SwagMigrationAssistant\Profile\Shopware57\Converter\Shopware57ProductReviewConverter(($this->privates['SwagMigrationAssistant\\Migration\\Mapping\\MappingService'] ?? $this->getMappingServiceService()), ($this->privates['SwagMigrationAssistant\\Migration\\Logging\\LoggingService'] ?? $this->getLoggingService2Service()));
  45802.     }
  45803.     /**
  45804.      * Gets the private 'SwagMigrationAssistant\Profile\Shopware57\Converter\Shopware57PromotionConverter' shared service.
  45805.      *
  45806.      * @return \SwagMigrationAssistant\Profile\Shopware57\Converter\Shopware57PromotionConverter
  45807.      */
  45808.     protected function getShopware57PromotionConverterService()
  45809.     {
  45810.         include_once \dirname(__DIR__4).'/vendor/store.shopware.com/swagmigrationassistant/Migration/Converter/ConverterInterface.php';
  45811.         include_once \dirname(__DIR__4).'/vendor/store.shopware.com/swagmigrationassistant/Migration/Converter/Converter.php';
  45812.         include_once \dirname(__DIR__4).'/vendor/store.shopware.com/swagmigrationassistant/Profile/Shopware/Converter/ShopwareConverter.php';
  45813.         include_once \dirname(__DIR__4).'/vendor/store.shopware.com/swagmigrationassistant/Profile/Shopware/Converter/PromotionConverter.php';
  45814.         include_once \dirname(__DIR__4).'/vendor/store.shopware.com/swagmigrationassistant/Profile/Shopware57/Converter/Shopware57PromotionConverter.php';
  45815.         return $this->privates['SwagMigrationAssistant\\Profile\\Shopware57\\Converter\\Shopware57PromotionConverter'] = new \SwagMigrationAssistant\Profile\Shopware57\Converter\Shopware57PromotionConverter(($this->privates['SwagMigrationAssistant\\Migration\\Mapping\\MappingService'] ?? $this->getMappingServiceService()), ($this->privates['SwagMigrationAssistant\\Migration\\Logging\\LoggingService'] ?? $this->getLoggingService2Service()), ($this->services['sales_channel.repository'] ?? $this->getSalesChannel_RepositoryService()));
  45816.     }
  45817.     /**
  45818.      * Gets the private 'SwagMigrationAssistant\Profile\Shopware57\Converter\Shopware57PropertyGroupOptionConverter' shared service.
  45819.      *
  45820.      * @return \SwagMigrationAssistant\Profile\Shopware57\Converter\Shopware57PropertyGroupOptionConverter
  45821.      */
  45822.     protected function getShopware57PropertyGroupOptionConverterService()
  45823.     {
  45824.         include_once \dirname(__DIR__4).'/vendor/store.shopware.com/swagmigrationassistant/Migration/Converter/ConverterInterface.php';
  45825.         include_once \dirname(__DIR__4).'/vendor/store.shopware.com/swagmigrationassistant/Migration/Converter/Converter.php';
  45826.         include_once \dirname(__DIR__4).'/vendor/store.shopware.com/swagmigrationassistant/Profile/Shopware/Converter/ShopwareConverter.php';
  45827.         include_once \dirname(__DIR__4).'/vendor/store.shopware.com/swagmigrationassistant/Profile/Shopware/Converter/PropertyGroupOptionConverter.php';
  45828.         include_once \dirname(__DIR__4).'/vendor/store.shopware.com/swagmigrationassistant/Profile/Shopware57/Converter/Shopware57PropertyGroupOptionConverter.php';
  45829.         $a = ($this->privates['SwagMigrationAssistant\\Migration\\Media\\MediaFileService'] ?? $this->getMediaFileServiceService());
  45830.         if (isset($this->privates['SwagMigrationAssistant\\Profile\\Shopware57\\Converter\\Shopware57PropertyGroupOptionConverter'])) {
  45831.             return $this->privates['SwagMigrationAssistant\\Profile\\Shopware57\\Converter\\Shopware57PropertyGroupOptionConverter'];
  45832.         }
  45833.         return $this->privates['SwagMigrationAssistant\\Profile\\Shopware57\\Converter\\Shopware57PropertyGroupOptionConverter'] = new \SwagMigrationAssistant\Profile\Shopware57\Converter\Shopware57PropertyGroupOptionConverter(($this->privates['SwagMigrationAssistant\\Migration\\Mapping\\MappingService'] ?? $this->getMappingServiceService()), ($this->privates['SwagMigrationAssistant\\Migration\\Logging\\LoggingService'] ?? $this->getLoggingService2Service()), $a);
  45834.     }
  45835.     /**
  45836.      * Gets the private 'SwagMigrationAssistant\Profile\Shopware57\Converter\Shopware57SalesChannelConverter' shared service.
  45837.      *
  45838.      * @return \SwagMigrationAssistant\Profile\Shopware57\Converter\Shopware57SalesChannelConverter
  45839.      */
  45840.     protected function getShopware57SalesChannelConverterService()
  45841.     {
  45842.         include_once \dirname(__DIR__4).'/vendor/store.shopware.com/swagmigrationassistant/Migration/Converter/ConverterInterface.php';
  45843.         include_once \dirname(__DIR__4).'/vendor/store.shopware.com/swagmigrationassistant/Migration/Converter/Converter.php';
  45844.         include_once \dirname(__DIR__4).'/vendor/store.shopware.com/swagmigrationassistant/Profile/Shopware/Converter/ShopwareConverter.php';
  45845.         include_once \dirname(__DIR__4).'/vendor/store.shopware.com/swagmigrationassistant/Profile/Shopware/Converter/SalesChannelConverter.php';
  45846.         include_once \dirname(__DIR__4).'/vendor/store.shopware.com/swagmigrationassistant/Profile/Shopware57/Converter/Shopware57SalesChannelConverter.php';
  45847.         return $this->privates['SwagMigrationAssistant\\Profile\\Shopware57\\Converter\\Shopware57SalesChannelConverter'] = new \SwagMigrationAssistant\Profile\Shopware57\Converter\Shopware57SalesChannelConverter(($this->privates['SwagMigrationAssistant\\Migration\\Mapping\\MappingService'] ?? $this->getMappingServiceService()), ($this->privates['SwagMigrationAssistant\\Migration\\Logging\\LoggingService'] ?? $this->getLoggingService2Service()), ($this->services['payment_method.repository'] ?? $this->getPaymentMethod_RepositoryService()), ($this->services['shipping_method.repository'] ?? $this->getShippingMethod_RepositoryService()), ($this->services['country.repository'] ?? $this->getCountry_RepositoryService()), ($this->services['sales_channel.repository'] ?? $this->getSalesChannel_RepositoryService()), NULL);
  45848.     }
  45849.     /**
  45850.      * Gets the private 'SwagMigrationAssistant\Profile\Shopware57\Converter\Shopware57SeoUrlConverter' shared service.
  45851.      *
  45852.      * @return \SwagMigrationAssistant\Profile\Shopware57\Converter\Shopware57SeoUrlConverter
  45853.      */
  45854.     protected function getShopware57SeoUrlConverterService()
  45855.     {
  45856.         include_once \dirname(__DIR__4).'/vendor/store.shopware.com/swagmigrationassistant/Migration/Converter/ConverterInterface.php';
  45857.         include_once \dirname(__DIR__4).'/vendor/store.shopware.com/swagmigrationassistant/Migration/Converter/Converter.php';
  45858.         include_once \dirname(__DIR__4).'/vendor/store.shopware.com/swagmigrationassistant/Profile/Shopware/Converter/ShopwareConverter.php';
  45859.         include_once \dirname(__DIR__4).'/vendor/store.shopware.com/swagmigrationassistant/Profile/Shopware/Converter/SeoUrlConverter.php';
  45860.         include_once \dirname(__DIR__4).'/vendor/store.shopware.com/swagmigrationassistant/Profile/Shopware57/Converter/Shopware57SeoUrlConverter.php';
  45861.         return $this->privates['SwagMigrationAssistant\\Profile\\Shopware57\\Converter\\Shopware57SeoUrlConverter'] = new \SwagMigrationAssistant\Profile\Shopware57\Converter\Shopware57SeoUrlConverter(($this->privates['SwagMigrationAssistant\\Migration\\Mapping\\MappingService'] ?? $this->getMappingServiceService()), ($this->privates['SwagMigrationAssistant\\Migration\\Logging\\LoggingService'] ?? $this->getLoggingService2Service()));
  45862.     }
  45863.     /**
  45864.      * Gets the private 'SwagMigrationAssistant\Profile\Shopware57\Converter\Shopware57ShippingMethodConverter' shared service.
  45865.      *
  45866.      * @return \SwagMigrationAssistant\Profile\Shopware57\Converter\Shopware57ShippingMethodConverter
  45867.      */
  45868.     protected function getShopware57ShippingMethodConverterService()
  45869.     {
  45870.         include_once \dirname(__DIR__4).'/vendor/store.shopware.com/swagmigrationassistant/Migration/Converter/ConverterInterface.php';
  45871.         include_once \dirname(__DIR__4).'/vendor/store.shopware.com/swagmigrationassistant/Migration/Converter/Converter.php';
  45872.         include_once \dirname(__DIR__4).'/vendor/store.shopware.com/swagmigrationassistant/Profile/Shopware/Converter/ShopwareConverter.php';
  45873.         include_once \dirname(__DIR__4).'/vendor/store.shopware.com/swagmigrationassistant/Profile/Shopware/Converter/ShippingMethodConverter.php';
  45874.         include_once \dirname(__DIR__4).'/vendor/store.shopware.com/swagmigrationassistant/Profile/Shopware57/Converter/Shopware57ShippingMethodConverter.php';
  45875.         return $this->privates['SwagMigrationAssistant\\Profile\\Shopware57\\Converter\\Shopware57ShippingMethodConverter'] = new \SwagMigrationAssistant\Profile\Shopware57\Converter\Shopware57ShippingMethodConverter(($this->privates['SwagMigrationAssistant\\Migration\\Mapping\\MappingService'] ?? $this->getMappingServiceService()), ($this->privates['SwagMigrationAssistant\\Migration\\Logging\\LoggingService'] ?? $this->getLoggingService2Service()));
  45876.     }
  45877.     /**
  45878.      * Gets the private 'SwagMigrationAssistant\Profile\Shopware57\Converter\Shopware57TranslationConverter' shared service.
  45879.      *
  45880.      * @return \SwagMigrationAssistant\Profile\Shopware57\Converter\Shopware57TranslationConverter
  45881.      */
  45882.     protected function getShopware57TranslationConverterService()
  45883.     {
  45884.         include_once \dirname(__DIR__4).'/vendor/store.shopware.com/swagmigrationassistant/Migration/Converter/ConverterInterface.php';
  45885.         include_once \dirname(__DIR__4).'/vendor/store.shopware.com/swagmigrationassistant/Migration/Converter/Converter.php';
  45886.         include_once \dirname(__DIR__4).'/vendor/store.shopware.com/swagmigrationassistant/Profile/Shopware/Converter/ShopwareConverter.php';
  45887.         include_once \dirname(__DIR__4).'/vendor/store.shopware.com/swagmigrationassistant/Profile/Shopware/Converter/TranslationConverter.php';
  45888.         include_once \dirname(__DIR__4).'/vendor/store.shopware.com/swagmigrationassistant/Profile/Shopware57/Converter/Shopware57TranslationConverter.php';
  45889.         return $this->privates['SwagMigrationAssistant\\Profile\\Shopware57\\Converter\\Shopware57TranslationConverter'] = new \SwagMigrationAssistant\Profile\Shopware57\Converter\Shopware57TranslationConverter(($this->privates['SwagMigrationAssistant\\Migration\\Mapping\\MappingService'] ?? $this->getMappingServiceService()), ($this->privates['SwagMigrationAssistant\\Migration\\Logging\\LoggingService'] ?? $this->getLoggingService2Service()));
  45890.     }
  45891.     /**
  45892.      * Gets the private 'SwagMigrationAssistant\Profile\Shopware63\Converter\Shopware63CategoryAssociationConverter' shared service.
  45893.      *
  45894.      * @return \SwagMigrationAssistant\Profile\Shopware63\Converter\Shopware63CategoryAssociationConverter
  45895.      */
  45896.     protected function getShopware63CategoryAssociationConverterService()
  45897.     {
  45898.         include_once \dirname(__DIR__4).'/vendor/store.shopware.com/swagmigrationassistant/Migration/Converter/ConverterInterface.php';
  45899.         include_once \dirname(__DIR__4).'/vendor/store.shopware.com/swagmigrationassistant/Migration/Converter/Converter.php';
  45900.         include_once \dirname(__DIR__4).'/vendor/store.shopware.com/swagmigrationassistant/Profile/Shopware6/Converter/ShopwareConverter.php';
  45901.         include_once \dirname(__DIR__4).'/vendor/store.shopware.com/swagmigrationassistant/Profile/Shopware6/Converter/CategoryAssociationConverter.php';
  45902.         include_once \dirname(__DIR__4).'/vendor/store.shopware.com/swagmigrationassistant/Profile/Shopware63/Converter/Shopware63CategoryAssociationConverter.php';
  45903.         return $this->privates['SwagMigrationAssistant\\Profile\\Shopware63\\Converter\\Shopware63CategoryAssociationConverter'] = new \SwagMigrationAssistant\Profile\Shopware63\Converter\Shopware63CategoryAssociationConverter(($this->privates['SwagMigrationAssistant\\Profile\\Shopware6\\Mapping\\Shopware6MappingService'] ?? $this->getShopware6MappingServiceService()), ($this->privates['SwagMigrationAssistant\\Migration\\Logging\\LoggingService'] ?? $this->getLoggingService2Service()));
  45904.     }
  45905.     /**
  45906.      * Gets the private 'SwagMigrationAssistant\Profile\Shopware63\Converter\Shopware63CategoryCmsPageAssociationConverter' shared service.
  45907.      *
  45908.      * @return \SwagMigrationAssistant\Profile\Shopware63\Converter\Shopware63CategoryCmsPageAssociationConverter
  45909.      */
  45910.     protected function getShopware63CategoryCmsPageAssociationConverterService()
  45911.     {
  45912.         include_once \dirname(__DIR__4).'/vendor/store.shopware.com/swagmigrationassistant/Migration/Converter/ConverterInterface.php';
  45913.         include_once \dirname(__DIR__4).'/vendor/store.shopware.com/swagmigrationassistant/Migration/Converter/Converter.php';
  45914.         include_once \dirname(__DIR__4).'/vendor/store.shopware.com/swagmigrationassistant/Profile/Shopware6/Converter/ShopwareConverter.php';
  45915.         include_once \dirname(__DIR__4).'/vendor/store.shopware.com/swagmigrationassistant/Profile/Shopware6/Converter/CategoryCmsPageAssociationConverter.php';
  45916.         include_once \dirname(__DIR__4).'/vendor/store.shopware.com/swagmigrationassistant/Profile/Shopware63/Converter/Shopware63CategoryCmsPageAssociationConverter.php';
  45917.         return $this->privates['SwagMigrationAssistant\\Profile\\Shopware63\\Converter\\Shopware63CategoryCmsPageAssociationConverter'] = new \SwagMigrationAssistant\Profile\Shopware63\Converter\Shopware63CategoryCmsPageAssociationConverter(($this->privates['SwagMigrationAssistant\\Profile\\Shopware6\\Mapping\\Shopware6MappingService'] ?? $this->getShopware6MappingServiceService()), ($this->privates['SwagMigrationAssistant\\Migration\\Logging\\LoggingService'] ?? $this->getLoggingService2Service()));
  45918.     }
  45919.     /**
  45920.      * Gets the private 'SwagMigrationAssistant\Profile\Shopware63\Converter\Shopware63CategoryConverter' shared service.
  45921.      *
  45922.      * @return \SwagMigrationAssistant\Profile\Shopware63\Converter\Shopware63CategoryConverter
  45923.      */
  45924.     protected function getShopware63CategoryConverterService()
  45925.     {
  45926.         include_once \dirname(__DIR__4).'/vendor/store.shopware.com/swagmigrationassistant/Migration/Converter/ConverterInterface.php';
  45927.         include_once \dirname(__DIR__4).'/vendor/store.shopware.com/swagmigrationassistant/Migration/Converter/Converter.php';
  45928.         include_once \dirname(__DIR__4).'/vendor/store.shopware.com/swagmigrationassistant/Profile/Shopware6/Converter/ShopwareConverter.php';
  45929.         include_once \dirname(__DIR__4).'/vendor/store.shopware.com/swagmigrationassistant/Profile/Shopware6/Converter/ShopwareMediaConverter.php';
  45930.         include_once \dirname(__DIR__4).'/vendor/store.shopware.com/swagmigrationassistant/Profile/Shopware6/Converter/CategoryConverter.php';
  45931.         include_once \dirname(__DIR__4).'/vendor/store.shopware.com/swagmigrationassistant/Profile/Shopware63/Converter/Shopware63CategoryConverter.php';
  45932.         $a = ($this->privates['SwagMigrationAssistant\\Migration\\Media\\MediaFileService'] ?? $this->getMediaFileServiceService());
  45933.         if (isset($this->privates['SwagMigrationAssistant\\Profile\\Shopware63\\Converter\\Shopware63CategoryConverter'])) {
  45934.             return $this->privates['SwagMigrationAssistant\\Profile\\Shopware63\\Converter\\Shopware63CategoryConverter'];
  45935.         }
  45936.         return $this->privates['SwagMigrationAssistant\\Profile\\Shopware63\\Converter\\Shopware63CategoryConverter'] = new \SwagMigrationAssistant\Profile\Shopware63\Converter\Shopware63CategoryConverter(($this->privates['SwagMigrationAssistant\\Profile\\Shopware6\\Mapping\\Shopware6MappingService'] ?? $this->getShopware6MappingServiceService()), ($this->privates['SwagMigrationAssistant\\Migration\\Logging\\LoggingService'] ?? $this->getLoggingService2Service()), $a);
  45937.     }
  45938.     /**
  45939.      * Gets the private 'SwagMigrationAssistant\Profile\Shopware63\Converter\Shopware63CmsPageConverter' shared service.
  45940.      *
  45941.      * @return \SwagMigrationAssistant\Profile\Shopware63\Converter\Shopware63CmsPageConverter
  45942.      */
  45943.     protected function getShopware63CmsPageConverterService()
  45944.     {
  45945.         include_once \dirname(__DIR__4).'/vendor/store.shopware.com/swagmigrationassistant/Migration/Converter/ConverterInterface.php';
  45946.         include_once \dirname(__DIR__4).'/vendor/store.shopware.com/swagmigrationassistant/Migration/Converter/Converter.php';
  45947.         include_once \dirname(__DIR__4).'/vendor/store.shopware.com/swagmigrationassistant/Profile/Shopware6/Converter/ShopwareConverter.php';
  45948.         include_once \dirname(__DIR__4).'/vendor/store.shopware.com/swagmigrationassistant/Profile/Shopware6/Converter/CmsPageConverter.php';
  45949.         include_once \dirname(__DIR__4).'/vendor/store.shopware.com/swagmigrationassistant/Profile/Shopware63/Converter/Shopware63CmsPageConverter.php';
  45950.         return $this->privates['SwagMigrationAssistant\\Profile\\Shopware63\\Converter\\Shopware63CmsPageConverter'] = new \SwagMigrationAssistant\Profile\Shopware63\Converter\Shopware63CmsPageConverter(($this->privates['SwagMigrationAssistant\\Profile\\Shopware6\\Mapping\\Shopware6MappingService'] ?? $this->getShopware6MappingServiceService()), ($this->privates['SwagMigrationAssistant\\Migration\\Logging\\LoggingService'] ?? $this->getLoggingService2Service()));
  45951.     }
  45952.     /**
  45953.      * Gets the private 'SwagMigrationAssistant\Profile\Shopware63\Converter\Shopware63CountryConverter' shared service.
  45954.      *
  45955.      * @return \SwagMigrationAssistant\Profile\Shopware63\Converter\Shopware63CountryConverter
  45956.      */
  45957.     protected function getShopware63CountryConverterService()
  45958.     {
  45959.         include_once \dirname(__DIR__4).'/vendor/store.shopware.com/swagmigrationassistant/Migration/Converter/ConverterInterface.php';
  45960.         include_once \dirname(__DIR__4).'/vendor/store.shopware.com/swagmigrationassistant/Migration/Converter/Converter.php';
  45961.         include_once \dirname(__DIR__4).'/vendor/store.shopware.com/swagmigrationassistant/Profile/Shopware6/Converter/ShopwareConverter.php';
  45962.         include_once \dirname(__DIR__4).'/vendor/store.shopware.com/swagmigrationassistant/Profile/Shopware6/Converter/CountryConverter.php';
  45963.         include_once \dirname(__DIR__4).'/vendor/store.shopware.com/swagmigrationassistant/Profile/Shopware63/Converter/Shopware63CountryConverter.php';
  45964.         return $this->privates['SwagMigrationAssistant\\Profile\\Shopware63\\Converter\\Shopware63CountryConverter'] = new \SwagMigrationAssistant\Profile\Shopware63\Converter\Shopware63CountryConverter(($this->privates['SwagMigrationAssistant\\Profile\\Shopware6\\Mapping\\Shopware6MappingService'] ?? $this->getShopware6MappingServiceService()), ($this->privates['SwagMigrationAssistant\\Migration\\Logging\\LoggingService'] ?? $this->getLoggingService2Service()));
  45965.     }
  45966.     /**
  45967.      * Gets the private 'SwagMigrationAssistant\Profile\Shopware63\Converter\Shopware63CountryStateConverter' shared service.
  45968.      *
  45969.      * @return \SwagMigrationAssistant\Profile\Shopware63\Converter\Shopware63CountryStateConverter
  45970.      */
  45971.     protected function getShopware63CountryStateConverterService()
  45972.     {
  45973.         include_once \dirname(__DIR__4).'/vendor/store.shopware.com/swagmigrationassistant/Migration/Converter/ConverterInterface.php';
  45974.         include_once \dirname(__DIR__4).'/vendor/store.shopware.com/swagmigrationassistant/Migration/Converter/Converter.php';
  45975.         include_once \dirname(__DIR__4).'/vendor/store.shopware.com/swagmigrationassistant/Profile/Shopware6/Converter/ShopwareConverter.php';
  45976.         include_once \dirname(__DIR__4).'/vendor/store.shopware.com/swagmigrationassistant/Profile/Shopware6/Converter/CountryStateConverter.php';
  45977.         include_once \dirname(__DIR__4).'/vendor/store.shopware.com/swagmigrationassistant/Profile/Shopware63/Converter/Shopware63CountryStateConverter.php';
  45978.         return $this->privates['SwagMigrationAssistant\\Profile\\Shopware63\\Converter\\Shopware63CountryStateConverter'] = new \SwagMigrationAssistant\Profile\Shopware63\Converter\Shopware63CountryStateConverter(($this->privates['SwagMigrationAssistant\\Profile\\Shopware6\\Mapping\\Shopware6MappingService'] ?? $this->getShopware6MappingServiceService()), ($this->privates['SwagMigrationAssistant\\Migration\\Logging\\LoggingService'] ?? $this->getLoggingService2Service()));
  45979.     }
  45980.     /**
  45981.      * Gets the private 'SwagMigrationAssistant\Profile\Shopware63\Converter\Shopware63CrossSellingConverter' shared service.
  45982.      *
  45983.      * @return \SwagMigrationAssistant\Profile\Shopware63\Converter\Shopware63CrossSellingConverter
  45984.      */
  45985.     protected function getShopware63CrossSellingConverterService()
  45986.     {
  45987.         include_once \dirname(__DIR__4).'/vendor/store.shopware.com/swagmigrationassistant/Migration/Converter/ConverterInterface.php';
  45988.         include_once \dirname(__DIR__4).'/vendor/store.shopware.com/swagmigrationassistant/Migration/Converter/Converter.php';
  45989.         include_once \dirname(__DIR__4).'/vendor/store.shopware.com/swagmigrationassistant/Profile/Shopware6/Converter/ShopwareConverter.php';
  45990.         include_once \dirname(__DIR__4).'/vendor/store.shopware.com/swagmigrationassistant/Profile/Shopware6/Converter/CrossSellingConverter.php';
  45991.         include_once \dirname(__DIR__4).'/vendor/store.shopware.com/swagmigrationassistant/Profile/Shopware63/Converter/Shopware63CrossSellingConverter.php';
  45992.         return $this->privates['SwagMigrationAssistant\\Profile\\Shopware63\\Converter\\Shopware63CrossSellingConverter'] = new \SwagMigrationAssistant\Profile\Shopware63\Converter\Shopware63CrossSellingConverter(($this->privates['SwagMigrationAssistant\\Profile\\Shopware6\\Mapping\\Shopware6MappingService'] ?? $this->getShopware6MappingServiceService()), ($this->privates['SwagMigrationAssistant\\Migration\\Logging\\LoggingService'] ?? $this->getLoggingService2Service()));
  45993.     }
  45994.     /**
  45995.      * Gets the private 'SwagMigrationAssistant\Profile\Shopware63\Converter\Shopware63CurrencyConverter' shared service.
  45996.      *
  45997.      * @return \SwagMigrationAssistant\Profile\Shopware63\Converter\Shopware63CurrencyConverter
  45998.      */
  45999.     protected function getShopware63CurrencyConverterService()
  46000.     {
  46001.         include_once \dirname(__DIR__4).'/vendor/store.shopware.com/swagmigrationassistant/Migration/Converter/ConverterInterface.php';
  46002.         include_once \dirname(__DIR__4).'/vendor/store.shopware.com/swagmigrationassistant/Migration/Converter/Converter.php';
  46003.         include_once \dirname(__DIR__4).'/vendor/store.shopware.com/swagmigrationassistant/Profile/Shopware6/Converter/ShopwareConverter.php';
  46004.         include_once \dirname(__DIR__4).'/vendor/store.shopware.com/swagmigrationassistant/Profile/Shopware6/Converter/CurrencyConverter.php';
  46005.         include_once \dirname(__DIR__4).'/vendor/store.shopware.com/swagmigrationassistant/Profile/Shopware63/Converter/Shopware63CurrencyConverter.php';
  46006.         return $this->privates['SwagMigrationAssistant\\Profile\\Shopware63\\Converter\\Shopware63CurrencyConverter'] = new \SwagMigrationAssistant\Profile\Shopware63\Converter\Shopware63CurrencyConverter(($this->privates['SwagMigrationAssistant\\Profile\\Shopware6\\Mapping\\Shopware6MappingService'] ?? $this->getShopware6MappingServiceService()), ($this->privates['SwagMigrationAssistant\\Migration\\Logging\\LoggingService'] ?? $this->getLoggingService2Service()));
  46007.     }
  46008.     /**
  46009.      * Gets the private 'SwagMigrationAssistant\Profile\Shopware63\Converter\Shopware63CustomFieldSetConverter' shared service.
  46010.      *
  46011.      * @return \SwagMigrationAssistant\Profile\Shopware63\Converter\Shopware63CustomFieldSetConverter
  46012.      */
  46013.     protected function getShopware63CustomFieldSetConverterService()
  46014.     {
  46015.         include_once \dirname(__DIR__4).'/vendor/store.shopware.com/swagmigrationassistant/Migration/Converter/ConverterInterface.php';
  46016.         include_once \dirname(__DIR__4).'/vendor/store.shopware.com/swagmigrationassistant/Migration/Converter/Converter.php';
  46017.         include_once \dirname(__DIR__4).'/vendor/store.shopware.com/swagmigrationassistant/Profile/Shopware6/Converter/ShopwareConverter.php';
  46018.         include_once \dirname(__DIR__4).'/vendor/store.shopware.com/swagmigrationassistant/Profile/Shopware6/Converter/CustomFieldSetConverter.php';
  46019.         include_once \dirname(__DIR__4).'/vendor/store.shopware.com/swagmigrationassistant/Profile/Shopware63/Converter/Shopware63CustomFieldSetConverter.php';
  46020.         return $this->privates['SwagMigrationAssistant\\Profile\\Shopware63\\Converter\\Shopware63CustomFieldSetConverter'] = new \SwagMigrationAssistant\Profile\Shopware63\Converter\Shopware63CustomFieldSetConverter(($this->privates['SwagMigrationAssistant\\Profile\\Shopware6\\Mapping\\Shopware6MappingService'] ?? $this->getShopware6MappingServiceService()), ($this->privates['SwagMigrationAssistant\\Migration\\Logging\\LoggingService'] ?? $this->getLoggingService2Service()));
  46021.     }
  46022.     /**
  46023.      * Gets the private 'SwagMigrationAssistant\Profile\Shopware63\Converter\Shopware63CustomerConverter' shared service.
  46024.      *
  46025.      * @return \SwagMigrationAssistant\Profile\Shopware63\Converter\Shopware63CustomerConverter
  46026.      */
  46027.     protected function getShopware63CustomerConverterService()
  46028.     {
  46029.         include_once \dirname(__DIR__4).'/vendor/store.shopware.com/swagmigrationassistant/Migration/Converter/ConverterInterface.php';
  46030.         include_once \dirname(__DIR__4).'/vendor/store.shopware.com/swagmigrationassistant/Migration/Converter/Converter.php';
  46031.         include_once \dirname(__DIR__4).'/vendor/store.shopware.com/swagmigrationassistant/Profile/Shopware6/Converter/ShopwareConverter.php';
  46032.         include_once \dirname(__DIR__4).'/vendor/store.shopware.com/swagmigrationassistant/Profile/Shopware6/Converter/CustomerConverter.php';
  46033.         include_once \dirname(__DIR__4).'/vendor/store.shopware.com/swagmigrationassistant/Profile/Shopware63/Converter/Shopware63CustomerConverter.php';
  46034.         return $this->privates['SwagMigrationAssistant\\Profile\\Shopware63\\Converter\\Shopware63CustomerConverter'] = new \SwagMigrationAssistant\Profile\Shopware63\Converter\Shopware63CustomerConverter(($this->privates['SwagMigrationAssistant\\Profile\\Shopware6\\Mapping\\Shopware6MappingService'] ?? $this->getShopware6MappingServiceService()), ($this->privates['SwagMigrationAssistant\\Migration\\Logging\\LoggingService'] ?? $this->getLoggingService2Service()));
  46035.     }
  46036.     /**
  46037.      * Gets the private 'SwagMigrationAssistant\Profile\Shopware63\Converter\Shopware63CustomerGroupConverter' shared service.
  46038.      *
  46039.      * @return \SwagMigrationAssistant\Profile\Shopware63\Converter\Shopware63CustomerGroupConverter
  46040.      */
  46041.     protected function getShopware63CustomerGroupConverterService()
  46042.     {
  46043.         include_once \dirname(__DIR__4).'/vendor/store.shopware.com/swagmigrationassistant/Migration/Converter/ConverterInterface.php';
  46044.         include_once \dirname(__DIR__4).'/vendor/store.shopware.com/swagmigrationassistant/Migration/Converter/Converter.php';
  46045.         include_once \dirname(__DIR__4).'/vendor/store.shopware.com/swagmigrationassistant/Profile/Shopware6/Converter/ShopwareConverter.php';
  46046.         include_once \dirname(__DIR__4).'/vendor/store.shopware.com/swagmigrationassistant/Profile/Shopware6/Converter/CustomerGroupConverter.php';
  46047.         include_once \dirname(__DIR__4).'/vendor/store.shopware.com/swagmigrationassistant/Profile/Shopware63/Converter/Shopware63CustomerGroupConverter.php';
  46048.         return $this->privates['SwagMigrationAssistant\\Profile\\Shopware63\\Converter\\Shopware63CustomerGroupConverter'] = new \SwagMigrationAssistant\Profile\Shopware63\Converter\Shopware63CustomerGroupConverter(($this->privates['SwagMigrationAssistant\\Profile\\Shopware6\\Mapping\\Shopware6MappingService'] ?? $this->getShopware6MappingServiceService()), ($this->privates['SwagMigrationAssistant\\Migration\\Logging\\LoggingService'] ?? $this->getLoggingService2Service()));
  46049.     }
  46050.     /**
  46051.      * Gets the private 'SwagMigrationAssistant\Profile\Shopware63\Converter\Shopware63CustomerWishlistConverter' shared service.
  46052.      *
  46053.      * @return \SwagMigrationAssistant\Profile\Shopware63\Converter\Shopware63CustomerWishlistConverter
  46054.      */
  46055.     protected function getShopware63CustomerWishlistConverterService()
  46056.     {
  46057.         include_once \dirname(__DIR__4).'/vendor/store.shopware.com/swagmigrationassistant/Migration/Converter/ConverterInterface.php';
  46058.         include_once \dirname(__DIR__4).'/vendor/store.shopware.com/swagmigrationassistant/Migration/Converter/Converter.php';
  46059.         include_once \dirname(__DIR__4).'/vendor/store.shopware.com/swagmigrationassistant/Profile/Shopware6/Converter/ShopwareConverter.php';
  46060.         include_once \dirname(__DIR__4).'/vendor/store.shopware.com/swagmigrationassistant/Profile/Shopware6/Converter/CustomerWishlistConverter.php';
  46061.         include_once \dirname(__DIR__4).'/vendor/store.shopware.com/swagmigrationassistant/Profile/Shopware63/Converter/Shopware63CustomerWishlistConverter.php';
  46062.         return $this->privates['SwagMigrationAssistant\\Profile\\Shopware63\\Converter\\Shopware63CustomerWishlistConverter'] = new \SwagMigrationAssistant\Profile\Shopware63\Converter\Shopware63CustomerWishlistConverter(($this->privates['SwagMigrationAssistant\\Profile\\Shopware6\\Mapping\\Shopware6MappingService'] ?? $this->getShopware6MappingServiceService()), ($this->privates['SwagMigrationAssistant\\Migration\\Logging\\LoggingService'] ?? $this->getLoggingService2Service()));
  46063.     }
  46064.     /**
  46065.      * Gets the private 'SwagMigrationAssistant\Profile\Shopware63\Converter\Shopware63DeliveryTimeConverter' shared service.
  46066.      *
  46067.      * @return \SwagMigrationAssistant\Profile\Shopware63\Converter\Shopware63DeliveryTimeConverter
  46068.      */
  46069.     protected function getShopware63DeliveryTimeConverterService()
  46070.     {
  46071.         include_once \dirname(__DIR__4).'/vendor/store.shopware.com/swagmigrationassistant/Migration/Converter/ConverterInterface.php';
  46072.         include_once \dirname(__DIR__4).'/vendor/store.shopware.com/swagmigrationassistant/Migration/Converter/Converter.php';
  46073.         include_once \dirname(__DIR__4).'/vendor/store.shopware.com/swagmigrationassistant/Profile/Shopware6/Converter/ShopwareConverter.php';
  46074.         include_once \dirname(__DIR__4).'/vendor/store.shopware.com/swagmigrationassistant/Profile/Shopware6/Converter/DeliveryTimeConverter.php';
  46075.         include_once \dirname(__DIR__4).'/vendor/store.shopware.com/swagmigrationassistant/Profile/Shopware63/Converter/Shopware63DeliveryTimeConverter.php';
  46076.         return $this->privates['SwagMigrationAssistant\\Profile\\Shopware63\\Converter\\Shopware63DeliveryTimeConverter'] = new \SwagMigrationAssistant\Profile\Shopware63\Converter\Shopware63DeliveryTimeConverter(($this->privates['SwagMigrationAssistant\\Profile\\Shopware6\\Mapping\\Shopware6MappingService'] ?? $this->getShopware6MappingServiceService()), ($this->privates['SwagMigrationAssistant\\Migration\\Logging\\LoggingService'] ?? $this->getLoggingService2Service()));
  46077.     }
  46078.     /**
  46079.      * Gets the private 'SwagMigrationAssistant\Profile\Shopware63\Converter\Shopware63DocumentBaseConfigConverter' shared service.
  46080.      *
  46081.      * @return \SwagMigrationAssistant\Profile\Shopware63\Converter\Shopware63DocumentBaseConfigConverter
  46082.      */
  46083.     protected function getShopware63DocumentBaseConfigConverterService()
  46084.     {
  46085.         include_once \dirname(__DIR__4).'/vendor/store.shopware.com/swagmigrationassistant/Migration/Converter/ConverterInterface.php';
  46086.         include_once \dirname(__DIR__4).'/vendor/store.shopware.com/swagmigrationassistant/Migration/Converter/Converter.php';
  46087.         include_once \dirname(__DIR__4).'/vendor/store.shopware.com/swagmigrationassistant/Profile/Shopware6/Converter/ShopwareConverter.php';
  46088.         include_once \dirname(__DIR__4).'/vendor/store.shopware.com/swagmigrationassistant/Profile/Shopware6/Converter/ShopwareMediaConverter.php';
  46089.         include_once \dirname(__DIR__4).'/vendor/store.shopware.com/swagmigrationassistant/Profile/Shopware6/Converter/DocumentBaseConfigConverter.php';
  46090.         include_once \dirname(__DIR__4).'/vendor/store.shopware.com/swagmigrationassistant/Profile/Shopware63/Converter/Shopware63DocumentBaseConfigConverter.php';
  46091.         $a = ($this->privates['SwagMigrationAssistant\\Migration\\Media\\MediaFileService'] ?? $this->getMediaFileServiceService());
  46092.         if (isset($this->privates['SwagMigrationAssistant\\Profile\\Shopware63\\Converter\\Shopware63DocumentBaseConfigConverter'])) {
  46093.             return $this->privates['SwagMigrationAssistant\\Profile\\Shopware63\\Converter\\Shopware63DocumentBaseConfigConverter'];
  46094.         }
  46095.         return $this->privates['SwagMigrationAssistant\\Profile\\Shopware63\\Converter\\Shopware63DocumentBaseConfigConverter'] = new \SwagMigrationAssistant\Profile\Shopware63\Converter\Shopware63DocumentBaseConfigConverter(($this->privates['SwagMigrationAssistant\\Profile\\Shopware6\\Mapping\\Shopware6MappingService'] ?? $this->getShopware6MappingServiceService()), ($this->privates['SwagMigrationAssistant\\Migration\\Logging\\LoggingService'] ?? $this->getLoggingService2Service()), $a);
  46096.     }
  46097.     /**
  46098.      * Gets the private 'SwagMigrationAssistant\Profile\Shopware63\Converter\Shopware63DocumentConverter' shared service.
  46099.      *
  46100.      * @return \SwagMigrationAssistant\Profile\Shopware63\Converter\Shopware63DocumentConverter
  46101.      */
  46102.     protected function getShopware63DocumentConverterService()
  46103.     {
  46104.         include_once \dirname(__DIR__4).'/vendor/store.shopware.com/swagmigrationassistant/Migration/Converter/ConverterInterface.php';
  46105.         include_once \dirname(__DIR__4).'/vendor/store.shopware.com/swagmigrationassistant/Migration/Converter/Converter.php';
  46106.         include_once \dirname(__DIR__4).'/vendor/store.shopware.com/swagmigrationassistant/Profile/Shopware6/Converter/ShopwareConverter.php';
  46107.         include_once \dirname(__DIR__4).'/vendor/store.shopware.com/swagmigrationassistant/Profile/Shopware6/Converter/ShopwareMediaConverter.php';
  46108.         include_once \dirname(__DIR__4).'/vendor/store.shopware.com/swagmigrationassistant/Profile/Shopware6/Converter/DocumentConverter.php';
  46109.         include_once \dirname(__DIR__4).'/vendor/store.shopware.com/swagmigrationassistant/Profile/Shopware63/Converter/Shopware63DocumentConverter.php';
  46110.         $a = ($this->privates['SwagMigrationAssistant\\Migration\\Media\\MediaFileService'] ?? $this->getMediaFileServiceService());
  46111.         if (isset($this->privates['SwagMigrationAssistant\\Profile\\Shopware63\\Converter\\Shopware63DocumentConverter'])) {
  46112.             return $this->privates['SwagMigrationAssistant\\Profile\\Shopware63\\Converter\\Shopware63DocumentConverter'];
  46113.         }
  46114.         return $this->privates['SwagMigrationAssistant\\Profile\\Shopware63\\Converter\\Shopware63DocumentConverter'] = new \SwagMigrationAssistant\Profile\Shopware63\Converter\Shopware63DocumentConverter(($this->privates['SwagMigrationAssistant\\Profile\\Shopware6\\Mapping\\Shopware6MappingService'] ?? $this->getShopware6MappingServiceService()), ($this->privates['SwagMigrationAssistant\\Migration\\Logging\\LoggingService'] ?? $this->getLoggingService2Service()), $a);
  46115.     }
  46116.     /**
  46117.      * Gets the private 'SwagMigrationAssistant\Profile\Shopware63\Converter\Shopware63DocumentInheritanceConverter' shared service.
  46118.      *
  46119.      * @return \SwagMigrationAssistant\Profile\Shopware63\Converter\Shopware63DocumentInheritanceConverter
  46120.      */
  46121.     protected function getShopware63DocumentInheritanceConverterService()
  46122.     {
  46123.         include_once \dirname(__DIR__4).'/vendor/store.shopware.com/swagmigrationassistant/Migration/Converter/ConverterInterface.php';
  46124.         include_once \dirname(__DIR__4).'/vendor/store.shopware.com/swagmigrationassistant/Migration/Converter/Converter.php';
  46125.         include_once \dirname(__DIR__4).'/vendor/store.shopware.com/swagmigrationassistant/Profile/Shopware6/Converter/ShopwareConverter.php';
  46126.         include_once \dirname(__DIR__4).'/vendor/store.shopware.com/swagmigrationassistant/Profile/Shopware6/Converter/DocumentInheritanceConverter.php';
  46127.         include_once \dirname(__DIR__4).'/vendor/store.shopware.com/swagmigrationassistant/Profile/Shopware63/Converter/Shopware63DocumentInheritanceConverter.php';
  46128.         return $this->privates['SwagMigrationAssistant\\Profile\\Shopware63\\Converter\\Shopware63DocumentInheritanceConverter'] = new \SwagMigrationAssistant\Profile\Shopware63\Converter\Shopware63DocumentInheritanceConverter(($this->privates['SwagMigrationAssistant\\Profile\\Shopware6\\Mapping\\Shopware6MappingService'] ?? $this->getShopware6MappingServiceService()), ($this->privates['SwagMigrationAssistant\\Migration\\Logging\\LoggingService'] ?? $this->getLoggingService2Service()));
  46129.     }
  46130.     /**
  46131.      * Gets the private 'SwagMigrationAssistant\Profile\Shopware63\Converter\Shopware63LanguageConverter' shared service.
  46132.      *
  46133.      * @return \SwagMigrationAssistant\Profile\Shopware63\Converter\Shopware63LanguageConverter
  46134.      */
  46135.     protected function getShopware63LanguageConverterService()
  46136.     {
  46137.         include_once \dirname(__DIR__4).'/vendor/store.shopware.com/swagmigrationassistant/Migration/Converter/ConverterInterface.php';
  46138.         include_once \dirname(__DIR__4).'/vendor/store.shopware.com/swagmigrationassistant/Migration/Converter/Converter.php';
  46139.         include_once \dirname(__DIR__4).'/vendor/store.shopware.com/swagmigrationassistant/Profile/Shopware6/Converter/ShopwareConverter.php';
  46140.         include_once \dirname(__DIR__4).'/vendor/store.shopware.com/swagmigrationassistant/Profile/Shopware6/Converter/LanguageConverter.php';
  46141.         include_once \dirname(__DIR__4).'/vendor/store.shopware.com/swagmigrationassistant/Profile/Shopware63/Converter/Shopware63LanguageConverter.php';
  46142.         return $this->privates['SwagMigrationAssistant\\Profile\\Shopware63\\Converter\\Shopware63LanguageConverter'] = new \SwagMigrationAssistant\Profile\Shopware63\Converter\Shopware63LanguageConverter(($this->privates['SwagMigrationAssistant\\Profile\\Shopware6\\Mapping\\Shopware6MappingService'] ?? $this->getShopware6MappingServiceService()), ($this->privates['SwagMigrationAssistant\\Migration\\Logging\\LoggingService'] ?? $this->getLoggingService2Service()));
  46143.     }
  46144.     /**
  46145.      * Gets the private 'SwagMigrationAssistant\Profile\Shopware63\Converter\Shopware63MailTemplateConverter' shared service.
  46146.      *
  46147.      * @return \SwagMigrationAssistant\Profile\Shopware63\Converter\Shopware63MailTemplateConverter
  46148.      */
  46149.     protected function getShopware63MailTemplateConverterService()
  46150.     {
  46151.         include_once \dirname(__DIR__4).'/vendor/store.shopware.com/swagmigrationassistant/Migration/Converter/ConverterInterface.php';
  46152.         include_once \dirname(__DIR__4).'/vendor/store.shopware.com/swagmigrationassistant/Migration/Converter/Converter.php';
  46153.         include_once \dirname(__DIR__4).'/vendor/store.shopware.com/swagmigrationassistant/Profile/Shopware6/Converter/ShopwareConverter.php';
  46154.         include_once \dirname(__DIR__4).'/vendor/store.shopware.com/swagmigrationassistant/Profile/Shopware6/Converter/ShopwareMediaConverter.php';
  46155.         include_once \dirname(__DIR__4).'/vendor/store.shopware.com/swagmigrationassistant/Profile/Shopware6/Converter/MailTemplateConverter.php';
  46156.         include_once \dirname(__DIR__4).'/vendor/store.shopware.com/swagmigrationassistant/Profile/Shopware63/Converter/Shopware63MailTemplateConverter.php';
  46157.         $a = ($this->privates['SwagMigrationAssistant\\Migration\\Media\\MediaFileService'] ?? $this->getMediaFileServiceService());
  46158.         if (isset($this->privates['SwagMigrationAssistant\\Profile\\Shopware63\\Converter\\Shopware63MailTemplateConverter'])) {
  46159.             return $this->privates['SwagMigrationAssistant\\Profile\\Shopware63\\Converter\\Shopware63MailTemplateConverter'];
  46160.         }
  46161.         return $this->privates['SwagMigrationAssistant\\Profile\\Shopware63\\Converter\\Shopware63MailTemplateConverter'] = new \SwagMigrationAssistant\Profile\Shopware63\Converter\Shopware63MailTemplateConverter(($this->privates['SwagMigrationAssistant\\Profile\\Shopware6\\Mapping\\Shopware6MappingService'] ?? $this->getShopware6MappingServiceService()), ($this->privates['SwagMigrationAssistant\\Migration\\Logging\\LoggingService'] ?? $this->getLoggingService2Service()), $a);
  46162.     }
  46163.     /**
  46164.      * Gets the private 'SwagMigrationAssistant\Profile\Shopware63\Converter\Shopware63MediaConverter' shared service.
  46165.      *
  46166.      * @return \SwagMigrationAssistant\Profile\Shopware63\Converter\Shopware63MediaConverter
  46167.      */
  46168.     protected function getShopware63MediaConverterService()
  46169.     {
  46170.         include_once \dirname(__DIR__4).'/vendor/store.shopware.com/swagmigrationassistant/Migration/Converter/ConverterInterface.php';
  46171.         include_once \dirname(__DIR__4).'/vendor/store.shopware.com/swagmigrationassistant/Migration/Converter/Converter.php';
  46172.         include_once \dirname(__DIR__4).'/vendor/store.shopware.com/swagmigrationassistant/Profile/Shopware6/Converter/ShopwareConverter.php';
  46173.         include_once \dirname(__DIR__4).'/vendor/store.shopware.com/swagmigrationassistant/Profile/Shopware6/Converter/ShopwareMediaConverter.php';
  46174.         include_once \dirname(__DIR__4).'/vendor/store.shopware.com/swagmigrationassistant/Profile/Shopware6/Converter/MediaConverter.php';
  46175.         include_once \dirname(__DIR__4).'/vendor/store.shopware.com/swagmigrationassistant/Profile/Shopware63/Converter/Shopware63MediaConverter.php';
  46176.         $a = ($this->privates['SwagMigrationAssistant\\Migration\\Media\\MediaFileService'] ?? $this->getMediaFileServiceService());
  46177.         if (isset($this->privates['SwagMigrationAssistant\\Profile\\Shopware63\\Converter\\Shopware63MediaConverter'])) {
  46178.             return $this->privates['SwagMigrationAssistant\\Profile\\Shopware63\\Converter\\Shopware63MediaConverter'];
  46179.         }
  46180.         return $this->privates['SwagMigrationAssistant\\Profile\\Shopware63\\Converter\\Shopware63MediaConverter'] = new \SwagMigrationAssistant\Profile\Shopware63\Converter\Shopware63MediaConverter(($this->privates['SwagMigrationAssistant\\Profile\\Shopware6\\Mapping\\Shopware6MappingService'] ?? $this->getShopware6MappingServiceService()), ($this->privates['SwagMigrationAssistant\\Migration\\Logging\\LoggingService'] ?? $this->getLoggingService2Service()), $a);
  46181.     }
  46182.     /**
  46183.      * Gets the private 'SwagMigrationAssistant\Profile\Shopware63\Converter\Shopware63MediaFolderConverter' shared service.
  46184.      *
  46185.      * @return \SwagMigrationAssistant\Profile\Shopware63\Converter\Shopware63MediaFolderConverter
  46186.      */
  46187.     protected function getShopware63MediaFolderConverterService()
  46188.     {
  46189.         include_once \dirname(__DIR__4).'/vendor/store.shopware.com/swagmigrationassistant/Migration/Converter/ConverterInterface.php';
  46190.         include_once \dirname(__DIR__4).'/vendor/store.shopware.com/swagmigrationassistant/Migration/Converter/Converter.php';
  46191.         include_once \dirname(__DIR__4).'/vendor/store.shopware.com/swagmigrationassistant/Profile/Shopware6/Converter/ShopwareConverter.php';
  46192.         include_once \dirname(__DIR__4).'/vendor/store.shopware.com/swagmigrationassistant/Profile/Shopware6/Converter/MediaFolderConverter.php';
  46193.         include_once \dirname(__DIR__4).'/vendor/store.shopware.com/swagmigrationassistant/Profile/Shopware63/Converter/Shopware63MediaFolderConverter.php';
  46194.         return $this->privates['SwagMigrationAssistant\\Profile\\Shopware63\\Converter\\Shopware63MediaFolderConverter'] = new \SwagMigrationAssistant\Profile\Shopware63\Converter\Shopware63MediaFolderConverter(($this->privates['SwagMigrationAssistant\\Profile\\Shopware6\\Mapping\\Shopware6MappingService'] ?? $this->getShopware6MappingServiceService()), ($this->privates['SwagMigrationAssistant\\Migration\\Logging\\LoggingService'] ?? $this->getLoggingService2Service()));
  46195.     }
  46196.     /**
  46197.      * Gets the private 'SwagMigrationAssistant\Profile\Shopware63\Converter\Shopware63MediaFolderInheritanceConverter' shared service.
  46198.      *
  46199.      * @return \SwagMigrationAssistant\Profile\Shopware63\Converter\Shopware63MediaFolderInheritanceConverter
  46200.      */
  46201.     protected function getShopware63MediaFolderInheritanceConverterService()
  46202.     {
  46203.         include_once \dirname(__DIR__4).'/vendor/store.shopware.com/swagmigrationassistant/Migration/Converter/ConverterInterface.php';
  46204.         include_once \dirname(__DIR__4).'/vendor/store.shopware.com/swagmigrationassistant/Migration/Converter/Converter.php';
  46205.         include_once \dirname(__DIR__4).'/vendor/store.shopware.com/swagmigrationassistant/Profile/Shopware6/Converter/ShopwareConverter.php';
  46206.         include_once \dirname(__DIR__4).'/vendor/store.shopware.com/swagmigrationassistant/Profile/Shopware6/Converter/MediaFolderInheritanceConverter.php';
  46207.         include_once \dirname(__DIR__4).'/vendor/store.shopware.com/swagmigrationassistant/Profile/Shopware63/Converter/Shopware63MediaFolderInheritanceConverter.php';
  46208.         return $this->privates['SwagMigrationAssistant\\Profile\\Shopware63\\Converter\\Shopware63MediaFolderInheritanceConverter'] = new \SwagMigrationAssistant\Profile\Shopware63\Converter\Shopware63MediaFolderInheritanceConverter(($this->privates['SwagMigrationAssistant\\Profile\\Shopware6\\Mapping\\Shopware6MappingService'] ?? $this->getShopware6MappingServiceService()), ($this->privates['SwagMigrationAssistant\\Migration\\Logging\\LoggingService'] ?? $this->getLoggingService2Service()));
  46209.     }
  46210.     /**
  46211.      * Gets the private 'SwagMigrationAssistant\Profile\Shopware63\Converter\Shopware63NewsletterRecipientConverter' shared service.
  46212.      *
  46213.      * @return \SwagMigrationAssistant\Profile\Shopware63\Converter\Shopware63NewsletterRecipientConverter
  46214.      */
  46215.     protected function getShopware63NewsletterRecipientConverterService()
  46216.     {
  46217.         include_once \dirname(__DIR__4).'/vendor/store.shopware.com/swagmigrationassistant/Migration/Converter/ConverterInterface.php';
  46218.         include_once \dirname(__DIR__4).'/vendor/store.shopware.com/swagmigrationassistant/Migration/Converter/Converter.php';
  46219.         include_once \dirname(__DIR__4).'/vendor/store.shopware.com/swagmigrationassistant/Profile/Shopware6/Converter/ShopwareConverter.php';
  46220.         include_once \dirname(__DIR__4).'/vendor/store.shopware.com/swagmigrationassistant/Profile/Shopware6/Converter/NewsletterRecipientConverter.php';
  46221.         include_once \dirname(__DIR__4).'/vendor/store.shopware.com/swagmigrationassistant/Profile/Shopware63/Converter/Shopware63NewsletterRecipientConverter.php';
  46222.         return $this->privates['SwagMigrationAssistant\\Profile\\Shopware63\\Converter\\Shopware63NewsletterRecipientConverter'] = new \SwagMigrationAssistant\Profile\Shopware63\Converter\Shopware63NewsletterRecipientConverter(($this->privates['SwagMigrationAssistant\\Profile\\Shopware6\\Mapping\\Shopware6MappingService'] ?? $this->getShopware6MappingServiceService()), ($this->privates['SwagMigrationAssistant\\Migration\\Logging\\LoggingService'] ?? $this->getLoggingService2Service()));
  46223.     }
  46224.     /**
  46225.      * Gets the private 'SwagMigrationAssistant\Profile\Shopware63\Converter\Shopware63NumberRangeConverter' shared service.
  46226.      *
  46227.      * @return \SwagMigrationAssistant\Profile\Shopware63\Converter\Shopware63NumberRangeConverter
  46228.      */
  46229.     protected function getShopware63NumberRangeConverterService()
  46230.     {
  46231.         include_once \dirname(__DIR__4).'/vendor/store.shopware.com/swagmigrationassistant/Migration/Converter/ConverterInterface.php';
  46232.         include_once \dirname(__DIR__4).'/vendor/store.shopware.com/swagmigrationassistant/Migration/Converter/Converter.php';
  46233.         include_once \dirname(__DIR__4).'/vendor/store.shopware.com/swagmigrationassistant/Profile/Shopware6/Converter/ShopwareConverter.php';
  46234.         include_once \dirname(__DIR__4).'/vendor/store.shopware.com/swagmigrationassistant/Profile/Shopware6/Converter/NumberRangeConverter.php';
  46235.         include_once \dirname(__DIR__4).'/vendor/store.shopware.com/swagmigrationassistant/Profile/Shopware63/Converter/Shopware63NumberRangeConverter.php';
  46236.         return $this->privates['SwagMigrationAssistant\\Profile\\Shopware63\\Converter\\Shopware63NumberRangeConverter'] = new \SwagMigrationAssistant\Profile\Shopware63\Converter\Shopware63NumberRangeConverter(($this->privates['SwagMigrationAssistant\\Profile\\Shopware6\\Mapping\\Shopware6MappingService'] ?? $this->getShopware6MappingServiceService()), ($this->privates['SwagMigrationAssistant\\Migration\\Logging\\LoggingService'] ?? $this->getLoggingService2Service()), ($this->services['number_range_state.repository'] ?? $this->getNumberRangeState_RepositoryService()));
  46237.     }
  46238.     /**
  46239.      * Gets the private 'SwagMigrationAssistant\Profile\Shopware63\Converter\Shopware63OrderConverter' shared service.
  46240.      *
  46241.      * @return \SwagMigrationAssistant\Profile\Shopware63\Converter\Shopware63OrderConverter
  46242.      */
  46243.     protected function getShopware63OrderConverterService()
  46244.     {
  46245.         include_once \dirname(__DIR__4).'/vendor/store.shopware.com/swagmigrationassistant/Migration/Converter/ConverterInterface.php';
  46246.         include_once \dirname(__DIR__4).'/vendor/store.shopware.com/swagmigrationassistant/Migration/Converter/Converter.php';
  46247.         include_once \dirname(__DIR__4).'/vendor/store.shopware.com/swagmigrationassistant/Profile/Shopware6/Converter/ShopwareConverter.php';
  46248.         include_once \dirname(__DIR__4).'/vendor/store.shopware.com/swagmigrationassistant/Profile/Shopware6/Converter/OrderConverter.php';
  46249.         include_once \dirname(__DIR__4).'/vendor/store.shopware.com/swagmigrationassistant/Profile/Shopware63/Converter/Shopware63OrderConverter.php';
  46250.         return $this->privates['SwagMigrationAssistant\\Profile\\Shopware63\\Converter\\Shopware63OrderConverter'] = new \SwagMigrationAssistant\Profile\Shopware63\Converter\Shopware63OrderConverter(($this->privates['SwagMigrationAssistant\\Profile\\Shopware6\\Mapping\\Shopware6MappingService'] ?? $this->getShopware6MappingServiceService()), ($this->privates['SwagMigrationAssistant\\Migration\\Logging\\LoggingService'] ?? $this->getLoggingService2Service()));
  46251.     }
  46252.     /**
  46253.      * Gets the private 'SwagMigrationAssistant\Profile\Shopware63\Converter\Shopware63PageSystemConfigConverter' shared service.
  46254.      *
  46255.      * @return \SwagMigrationAssistant\Profile\Shopware63\Converter\Shopware63PageSystemConfigConverter
  46256.      */
  46257.     protected function getShopware63PageSystemConfigConverterService()
  46258.     {
  46259.         include_once \dirname(__DIR__4).'/vendor/store.shopware.com/swagmigrationassistant/Migration/Converter/ConverterInterface.php';
  46260.         include_once \dirname(__DIR__4).'/vendor/store.shopware.com/swagmigrationassistant/Migration/Converter/Converter.php';
  46261.         include_once \dirname(__DIR__4).'/vendor/store.shopware.com/swagmigrationassistant/Profile/Shopware6/Converter/ShopwareConverter.php';
  46262.         include_once \dirname(__DIR__4).'/vendor/store.shopware.com/swagmigrationassistant/Profile/Shopware6/Converter/PageSystemConfigConverter.php';
  46263.         include_once \dirname(__DIR__4).'/vendor/store.shopware.com/swagmigrationassistant/Profile/Shopware63/Converter/Shopware63PageSystemConfigConverter.php';
  46264.         return $this->privates['SwagMigrationAssistant\\Profile\\Shopware63\\Converter\\Shopware63PageSystemConfigConverter'] = new \SwagMigrationAssistant\Profile\Shopware63\Converter\Shopware63PageSystemConfigConverter(($this->privates['SwagMigrationAssistant\\Profile\\Shopware6\\Mapping\\Shopware6MappingService'] ?? $this->getShopware6MappingServiceService()), ($this->privates['SwagMigrationAssistant\\Migration\\Logging\\LoggingService'] ?? $this->getLoggingService2Service()));
  46265.     }
  46266.     /**
  46267.      * Gets the private 'SwagMigrationAssistant\Profile\Shopware63\Converter\Shopware63ProductConverter' shared service.
  46268.      *
  46269.      * @return \SwagMigrationAssistant\Profile\Shopware63\Converter\Shopware63ProductConverter
  46270.      */
  46271.     protected function getShopware63ProductConverterService()
  46272.     {
  46273.         include_once \dirname(__DIR__4).'/vendor/store.shopware.com/swagmigrationassistant/Migration/Converter/ConverterInterface.php';
  46274.         include_once \dirname(__DIR__4).'/vendor/store.shopware.com/swagmigrationassistant/Migration/Converter/Converter.php';
  46275.         include_once \dirname(__DIR__4).'/vendor/store.shopware.com/swagmigrationassistant/Profile/Shopware6/Converter/ShopwareConverter.php';
  46276.         include_once \dirname(__DIR__4).'/vendor/store.shopware.com/swagmigrationassistant/Profile/Shopware6/Converter/ShopwareMediaConverter.php';
  46277.         include_once \dirname(__DIR__4).'/vendor/store.shopware.com/swagmigrationassistant/Profile/Shopware6/Converter/ProductConverter.php';
  46278.         include_once \dirname(__DIR__4).'/vendor/store.shopware.com/swagmigrationassistant/Profile/Shopware63/Converter/Shopware63ProductConverter.php';
  46279.         $a = ($this->privates['SwagMigrationAssistant\\Migration\\Media\\MediaFileService'] ?? $this->getMediaFileServiceService());
  46280.         if (isset($this->privates['SwagMigrationAssistant\\Profile\\Shopware63\\Converter\\Shopware63ProductConverter'])) {
  46281.             return $this->privates['SwagMigrationAssistant\\Profile\\Shopware63\\Converter\\Shopware63ProductConverter'];
  46282.         }
  46283.         return $this->privates['SwagMigrationAssistant\\Profile\\Shopware63\\Converter\\Shopware63ProductConverter'] = new \SwagMigrationAssistant\Profile\Shopware63\Converter\Shopware63ProductConverter(($this->privates['SwagMigrationAssistant\\Profile\\Shopware6\\Mapping\\Shopware6MappingService'] ?? $this->getShopware6MappingServiceService()), ($this->privates['SwagMigrationAssistant\\Migration\\Logging\\LoggingService'] ?? $this->getLoggingService2Service()), $a);
  46284.     }
  46285.     /**
  46286.      * Gets the private 'SwagMigrationAssistant\Profile\Shopware63\Converter\Shopware63ProductFeatureSetConverter' shared service.
  46287.      *
  46288.      * @return \SwagMigrationAssistant\Profile\Shopware63\Converter\Shopware63ProductFeatureSetConverter
  46289.      */
  46290.     protected function getShopware63ProductFeatureSetConverterService()
  46291.     {
  46292.         include_once \dirname(__DIR__4).'/vendor/store.shopware.com/swagmigrationassistant/Migration/Converter/ConverterInterface.php';
  46293.         include_once \dirname(__DIR__4).'/vendor/store.shopware.com/swagmigrationassistant/Migration/Converter/Converter.php';
  46294.         include_once \dirname(__DIR__4).'/vendor/store.shopware.com/swagmigrationassistant/Profile/Shopware6/Converter/ShopwareConverter.php';
  46295.         include_once \dirname(__DIR__4).'/vendor/store.shopware.com/swagmigrationassistant/Profile/Shopware6/Converter/ProductFeatureSetConverter.php';
  46296.         include_once \dirname(__DIR__4).'/vendor/store.shopware.com/swagmigrationassistant/Profile/Shopware63/Converter/Shopware63ProductFeatureSetConverter.php';
  46297.         return $this->privates['SwagMigrationAssistant\\Profile\\Shopware63\\Converter\\Shopware63ProductFeatureSetConverter'] = new \SwagMigrationAssistant\Profile\Shopware63\Converter\Shopware63ProductFeatureSetConverter(($this->privates['SwagMigrationAssistant\\Profile\\Shopware6\\Mapping\\Shopware6MappingService'] ?? $this->getShopware6MappingServiceService()), ($this->privates['SwagMigrationAssistant\\Migration\\Logging\\LoggingService'] ?? $this->getLoggingService2Service()));
  46298.     }
  46299.     /**
  46300.      * Gets the private 'SwagMigrationAssistant\Profile\Shopware63\Converter\Shopware63ProductMainVariantRelationConverter' shared service.
  46301.      *
  46302.      * @return \SwagMigrationAssistant\Profile\Shopware63\Converter\Shopware63ProductMainVariantRelationConverter
  46303.      */
  46304.     protected function getShopware63ProductMainVariantRelationConverterService()
  46305.     {
  46306.         include_once \dirname(__DIR__4).'/vendor/store.shopware.com/swagmigrationassistant/Migration/Converter/ConverterInterface.php';
  46307.         include_once \dirname(__DIR__4).'/vendor/store.shopware.com/swagmigrationassistant/Migration/Converter/Converter.php';
  46308.         include_once \dirname(__DIR__4).'/vendor/store.shopware.com/swagmigrationassistant/Profile/Shopware6/Converter/ShopwareConverter.php';
  46309.         include_once \dirname(__DIR__4).'/vendor/store.shopware.com/swagmigrationassistant/Profile/Shopware6/Converter/ProductMainVariantRelationConverter.php';
  46310.         include_once \dirname(__DIR__4).'/vendor/store.shopware.com/swagmigrationassistant/Profile/Shopware63/Converter/Shopware63ProductMainVariantRelationConverter.php';
  46311.         return $this->privates['SwagMigrationAssistant\\Profile\\Shopware63\\Converter\\Shopware63ProductMainVariantRelationConverter'] = new \SwagMigrationAssistant\Profile\Shopware63\Converter\Shopware63ProductMainVariantRelationConverter(($this->privates['SwagMigrationAssistant\\Profile\\Shopware6\\Mapping\\Shopware6MappingService'] ?? $this->getShopware6MappingServiceService()), ($this->privates['SwagMigrationAssistant\\Migration\\Logging\\LoggingService'] ?? $this->getLoggingService2Service()));
  46312.     }
  46313.     /**
  46314.      * Gets the private 'SwagMigrationAssistant\Profile\Shopware63\Converter\Shopware63ProductManufacturerConverter' shared service.
  46315.      *
  46316.      * @return \SwagMigrationAssistant\Profile\Shopware63\Converter\Shopware63ProductManufacturerConverter
  46317.      */
  46318.     protected function getShopware63ProductManufacturerConverterService()
  46319.     {
  46320.         include_once \dirname(__DIR__4).'/vendor/store.shopware.com/swagmigrationassistant/Migration/Converter/ConverterInterface.php';
  46321.         include_once \dirname(__DIR__4).'/vendor/store.shopware.com/swagmigrationassistant/Migration/Converter/Converter.php';
  46322.         include_once \dirname(__DIR__4).'/vendor/store.shopware.com/swagmigrationassistant/Profile/Shopware6/Converter/ShopwareConverter.php';
  46323.         include_once \dirname(__DIR__4).'/vendor/store.shopware.com/swagmigrationassistant/Profile/Shopware6/Converter/ShopwareMediaConverter.php';
  46324.         include_once \dirname(__DIR__4).'/vendor/store.shopware.com/swagmigrationassistant/Profile/Shopware6/Converter/ProductManufacturerConverter.php';
  46325.         include_once \dirname(__DIR__4).'/vendor/store.shopware.com/swagmigrationassistant/Profile/Shopware63/Converter/Shopware63ProductManufacturerConverter.php';
  46326.         $a = ($this->privates['SwagMigrationAssistant\\Migration\\Media\\MediaFileService'] ?? $this->getMediaFileServiceService());
  46327.         if (isset($this->privates['SwagMigrationAssistant\\Profile\\Shopware63\\Converter\\Shopware63ProductManufacturerConverter'])) {
  46328.             return $this->privates['SwagMigrationAssistant\\Profile\\Shopware63\\Converter\\Shopware63ProductManufacturerConverter'];
  46329.         }
  46330.         return $this->privates['SwagMigrationAssistant\\Profile\\Shopware63\\Converter\\Shopware63ProductManufacturerConverter'] = new \SwagMigrationAssistant\Profile\Shopware63\Converter\Shopware63ProductManufacturerConverter(($this->privates['SwagMigrationAssistant\\Profile\\Shopware6\\Mapping\\Shopware6MappingService'] ?? $this->getShopware6MappingServiceService()), ($this->privates['SwagMigrationAssistant\\Migration\\Logging\\LoggingService'] ?? $this->getLoggingService2Service()), $a);
  46331.     }
  46332.     /**
  46333.      * Gets the private 'SwagMigrationAssistant\Profile\Shopware63\Converter\Shopware63ProductReviewConverter' shared service.
  46334.      *
  46335.      * @return \SwagMigrationAssistant\Profile\Shopware63\Converter\Shopware63ProductReviewConverter
  46336.      */
  46337.     protected function getShopware63ProductReviewConverterService()
  46338.     {
  46339.         include_once \dirname(__DIR__4).'/vendor/store.shopware.com/swagmigrationassistant/Migration/Converter/ConverterInterface.php';
  46340.         include_once \dirname(__DIR__4).'/vendor/store.shopware.com/swagmigrationassistant/Migration/Converter/Converter.php';
  46341.         include_once \dirname(__DIR__4).'/vendor/store.shopware.com/swagmigrationassistant/Profile/Shopware6/Converter/ShopwareConverter.php';
  46342.         include_once \dirname(__DIR__4).'/vendor/store.shopware.com/swagmigrationassistant/Profile/Shopware6/Converter/ProductReviewConverter.php';
  46343.         include_once \dirname(__DIR__4).'/vendor/store.shopware.com/swagmigrationassistant/Profile/Shopware63/Converter/Shopware63ProductReviewConverter.php';
  46344.         return $this->privates['SwagMigrationAssistant\\Profile\\Shopware63\\Converter\\Shopware63ProductReviewConverter'] = new \SwagMigrationAssistant\Profile\Shopware63\Converter\Shopware63ProductReviewConverter(($this->privates['SwagMigrationAssistant\\Profile\\Shopware6\\Mapping\\Shopware6MappingService'] ?? $this->getShopware6MappingServiceService()), ($this->privates['SwagMigrationAssistant\\Migration\\Logging\\LoggingService'] ?? $this->getLoggingService2Service()));
  46345.     }
  46346.     /**
  46347.      * Gets the private 'SwagMigrationAssistant\Profile\Shopware63\Converter\Shopware63ProductSortingConverter' shared service.
  46348.      *
  46349.      * @return \SwagMigrationAssistant\Profile\Shopware63\Converter\Shopware63ProductSortingConverter
  46350.      */
  46351.     protected function getShopware63ProductSortingConverterService()
  46352.     {
  46353.         include_once \dirname(__DIR__4).'/vendor/store.shopware.com/swagmigrationassistant/Migration/Converter/ConverterInterface.php';
  46354.         include_once \dirname(__DIR__4).'/vendor/store.shopware.com/swagmigrationassistant/Migration/Converter/Converter.php';
  46355.         include_once \dirname(__DIR__4).'/vendor/store.shopware.com/swagmigrationassistant/Profile/Shopware6/Converter/ShopwareConverter.php';
  46356.         include_once \dirname(__DIR__4).'/vendor/store.shopware.com/swagmigrationassistant/Profile/Shopware6/Converter/ProductSortingConverter.php';
  46357.         include_once \dirname(__DIR__4).'/vendor/store.shopware.com/swagmigrationassistant/Profile/Shopware63/Converter/Shopware63ProductSortingConverter.php';
  46358.         return $this->privates['SwagMigrationAssistant\\Profile\\Shopware63\\Converter\\Shopware63ProductSortingConverter'] = new \SwagMigrationAssistant\Profile\Shopware63\Converter\Shopware63ProductSortingConverter(($this->privates['SwagMigrationAssistant\\Profile\\Shopware6\\Mapping\\Shopware6MappingService'] ?? $this->getShopware6MappingServiceService()), ($this->privates['SwagMigrationAssistant\\Migration\\Logging\\LoggingService'] ?? $this->getLoggingService2Service()));
  46359.     }
  46360.     /**
  46361.      * Gets the private 'SwagMigrationAssistant\Profile\Shopware63\Converter\Shopware63ProductStreamConverter' shared service.
  46362.      *
  46363.      * @return \SwagMigrationAssistant\Profile\Shopware63\Converter\Shopware63ProductStreamConverter
  46364.      */
  46365.     protected function getShopware63ProductStreamConverterService()
  46366.     {
  46367.         include_once \dirname(__DIR__4).'/vendor/store.shopware.com/swagmigrationassistant/Migration/Converter/ConverterInterface.php';
  46368.         include_once \dirname(__DIR__4).'/vendor/store.shopware.com/swagmigrationassistant/Migration/Converter/Converter.php';
  46369.         include_once \dirname(__DIR__4).'/vendor/store.shopware.com/swagmigrationassistant/Profile/Shopware6/Converter/ShopwareConverter.php';
  46370.         include_once \dirname(__DIR__4).'/vendor/store.shopware.com/swagmigrationassistant/Profile/Shopware6/Converter/ProductStreamConverter.php';
  46371.         include_once \dirname(__DIR__4).'/vendor/store.shopware.com/swagmigrationassistant/Profile/Shopware63/Converter/Shopware63ProductStreamConverter.php';
  46372.         return $this->privates['SwagMigrationAssistant\\Profile\\Shopware63\\Converter\\Shopware63ProductStreamConverter'] = new \SwagMigrationAssistant\Profile\Shopware63\Converter\Shopware63ProductStreamConverter(($this->privates['SwagMigrationAssistant\\Profile\\Shopware6\\Mapping\\Shopware6MappingService'] ?? $this->getShopware6MappingServiceService()), ($this->privates['SwagMigrationAssistant\\Migration\\Logging\\LoggingService'] ?? $this->getLoggingService2Service()));
  46373.     }
  46374.     /**
  46375.      * Gets the private 'SwagMigrationAssistant\Profile\Shopware63\Converter\Shopware63ProductStreamFilterInheritanceConverter' shared service.
  46376.      *
  46377.      * @return \SwagMigrationAssistant\Profile\Shopware63\Converter\Shopware63ProductStreamFilterInheritanceConverter
  46378.      */
  46379.     protected function getShopware63ProductStreamFilterInheritanceConverterService()
  46380.     {
  46381.         include_once \dirname(__DIR__4).'/vendor/store.shopware.com/swagmigrationassistant/Migration/Converter/ConverterInterface.php';
  46382.         include_once \dirname(__DIR__4).'/vendor/store.shopware.com/swagmigrationassistant/Migration/Converter/Converter.php';
  46383.         include_once \dirname(__DIR__4).'/vendor/store.shopware.com/swagmigrationassistant/Profile/Shopware6/Converter/ShopwareConverter.php';
  46384.         include_once \dirname(__DIR__4).'/vendor/store.shopware.com/swagmigrationassistant/Profile/Shopware6/Converter/ProductStreamFilterInheritanceConverter.php';
  46385.         include_once \dirname(__DIR__4).'/vendor/store.shopware.com/swagmigrationassistant/Profile/Shopware63/Converter/Shopware63ProductStreamFilterInheritanceConverter.php';
  46386.         return $this->privates['SwagMigrationAssistant\\Profile\\Shopware63\\Converter\\Shopware63ProductStreamFilterInheritanceConverter'] = new \SwagMigrationAssistant\Profile\Shopware63\Converter\Shopware63ProductStreamFilterInheritanceConverter(($this->privates['SwagMigrationAssistant\\Profile\\Shopware6\\Mapping\\Shopware6MappingService'] ?? $this->getShopware6MappingServiceService()), ($this->privates['SwagMigrationAssistant\\Migration\\Logging\\LoggingService'] ?? $this->getLoggingService2Service()));
  46387.     }
  46388.     /**
  46389.      * Gets the private 'SwagMigrationAssistant\Profile\Shopware63\Converter\Shopware63PromotionConverter' shared service.
  46390.      *
  46391.      * @return \SwagMigrationAssistant\Profile\Shopware63\Converter\Shopware63PromotionConverter
  46392.      */
  46393.     protected function getShopware63PromotionConverterService()
  46394.     {
  46395.         include_once \dirname(__DIR__4).'/vendor/store.shopware.com/swagmigrationassistant/Migration/Converter/ConverterInterface.php';
  46396.         include_once \dirname(__DIR__4).'/vendor/store.shopware.com/swagmigrationassistant/Migration/Converter/Converter.php';
  46397.         include_once \dirname(__DIR__4).'/vendor/store.shopware.com/swagmigrationassistant/Profile/Shopware6/Converter/ShopwareConverter.php';
  46398.         include_once \dirname(__DIR__4).'/vendor/store.shopware.com/swagmigrationassistant/Profile/Shopware6/Converter/PromotionConverter.php';
  46399.         include_once \dirname(__DIR__4).'/vendor/store.shopware.com/swagmigrationassistant/Profile/Shopware63/Converter/Shopware63PromotionConverter.php';
  46400.         return $this->privates['SwagMigrationAssistant\\Profile\\Shopware63\\Converter\\Shopware63PromotionConverter'] = new \SwagMigrationAssistant\Profile\Shopware63\Converter\Shopware63PromotionConverter(($this->privates['SwagMigrationAssistant\\Profile\\Shopware6\\Mapping\\Shopware6MappingService'] ?? $this->getShopware6MappingServiceService()), ($this->privates['SwagMigrationAssistant\\Migration\\Logging\\LoggingService'] ?? $this->getLoggingService2Service()));
  46401.     }
  46402.     /**
  46403.      * Gets the private 'SwagMigrationAssistant\Profile\Shopware63\Converter\Shopware63PropertyGroupConverter' shared service.
  46404.      *
  46405.      * @return \SwagMigrationAssistant\Profile\Shopware63\Converter\Shopware63PropertyGroupConverter
  46406.      */
  46407.     protected function getShopware63PropertyGroupConverterService()
  46408.     {
  46409.         include_once \dirname(__DIR__4).'/vendor/store.shopware.com/swagmigrationassistant/Migration/Converter/ConverterInterface.php';
  46410.         include_once \dirname(__DIR__4).'/vendor/store.shopware.com/swagmigrationassistant/Migration/Converter/Converter.php';
  46411.         include_once \dirname(__DIR__4).'/vendor/store.shopware.com/swagmigrationassistant/Profile/Shopware6/Converter/ShopwareConverter.php';
  46412.         include_once \dirname(__DIR__4).'/vendor/store.shopware.com/swagmigrationassistant/Profile/Shopware6/Converter/ShopwareMediaConverter.php';
  46413.         include_once \dirname(__DIR__4).'/vendor/store.shopware.com/swagmigrationassistant/Profile/Shopware6/Converter/PropertyGroupConverter.php';
  46414.         include_once \dirname(__DIR__4).'/vendor/store.shopware.com/swagmigrationassistant/Profile/Shopware63/Converter/Shopware63PropertyGroupConverter.php';
  46415.         $a = ($this->privates['SwagMigrationAssistant\\Migration\\Media\\MediaFileService'] ?? $this->getMediaFileServiceService());
  46416.         if (isset($this->privates['SwagMigrationAssistant\\Profile\\Shopware63\\Converter\\Shopware63PropertyGroupConverter'])) {
  46417.             return $this->privates['SwagMigrationAssistant\\Profile\\Shopware63\\Converter\\Shopware63PropertyGroupConverter'];
  46418.         }
  46419.         return $this->privates['SwagMigrationAssistant\\Profile\\Shopware63\\Converter\\Shopware63PropertyGroupConverter'] = new \SwagMigrationAssistant\Profile\Shopware63\Converter\Shopware63PropertyGroupConverter(($this->privates['SwagMigrationAssistant\\Profile\\Shopware6\\Mapping\\Shopware6MappingService'] ?? $this->getShopware6MappingServiceService()), ($this->privates['SwagMigrationAssistant\\Migration\\Logging\\LoggingService'] ?? $this->getLoggingService2Service()), $a);
  46420.     }
  46421.     /**
  46422.      * Gets the private 'SwagMigrationAssistant\Profile\Shopware63\Converter\Shopware63RuleConverter' shared service.
  46423.      *
  46424.      * @return \SwagMigrationAssistant\Profile\Shopware63\Converter\Shopware63RuleConverter
  46425.      */
  46426.     protected function getShopware63RuleConverterService()
  46427.     {
  46428.         include_once \dirname(__DIR__4).'/vendor/store.shopware.com/swagmigrationassistant/Migration/Converter/ConverterInterface.php';
  46429.         include_once \dirname(__DIR__4).'/vendor/store.shopware.com/swagmigrationassistant/Migration/Converter/Converter.php';
  46430.         include_once \dirname(__DIR__4).'/vendor/store.shopware.com/swagmigrationassistant/Profile/Shopware6/Converter/ShopwareConverter.php';
  46431.         include_once \dirname(__DIR__4).'/vendor/store.shopware.com/swagmigrationassistant/Profile/Shopware6/Converter/RuleConverter.php';
  46432.         include_once \dirname(__DIR__4).'/vendor/store.shopware.com/swagmigrationassistant/Profile/Shopware63/Converter/Shopware63RuleConverter.php';
  46433.         return $this->privates['SwagMigrationAssistant\\Profile\\Shopware63\\Converter\\Shopware63RuleConverter'] = new \SwagMigrationAssistant\Profile\Shopware63\Converter\Shopware63RuleConverter(($this->privates['SwagMigrationAssistant\\Profile\\Shopware6\\Mapping\\Shopware6MappingService'] ?? $this->getShopware6MappingServiceService()), ($this->privates['SwagMigrationAssistant\\Migration\\Logging\\LoggingService'] ?? $this->getLoggingService2Service()));
  46434.     }
  46435.     /**
  46436.      * Gets the private 'SwagMigrationAssistant\Profile\Shopware63\Converter\Shopware63SalesChannelConverter' shared service.
  46437.      *
  46438.      * @return \SwagMigrationAssistant\Profile\Shopware63\Converter\Shopware63SalesChannelConverter
  46439.      */
  46440.     protected function getShopware63SalesChannelConverterService()
  46441.     {
  46442.         include_once \dirname(__DIR__4).'/vendor/store.shopware.com/swagmigrationassistant/Migration/Converter/ConverterInterface.php';
  46443.         include_once \dirname(__DIR__4).'/vendor/store.shopware.com/swagmigrationassistant/Migration/Converter/Converter.php';
  46444.         include_once \dirname(__DIR__4).'/vendor/store.shopware.com/swagmigrationassistant/Profile/Shopware6/Converter/ShopwareConverter.php';
  46445.         include_once \dirname(__DIR__4).'/vendor/store.shopware.com/swagmigrationassistant/Profile/Shopware6/Converter/SalesChannelConverter.php';
  46446.         include_once \dirname(__DIR__4).'/vendor/store.shopware.com/swagmigrationassistant/Profile/Shopware63/Converter/Shopware63SalesChannelConverter.php';
  46447.         return $this->privates['SwagMigrationAssistant\\Profile\\Shopware63\\Converter\\Shopware63SalesChannelConverter'] = new \SwagMigrationAssistant\Profile\Shopware63\Converter\Shopware63SalesChannelConverter(($this->privates['SwagMigrationAssistant\\Profile\\Shopware6\\Mapping\\Shopware6MappingService'] ?? $this->getShopware6MappingServiceService()), ($this->privates['SwagMigrationAssistant\\Migration\\Logging\\LoggingService'] ?? $this->getLoggingService2Service()));
  46448.     }
  46449.     /**
  46450.      * Gets the private 'SwagMigrationAssistant\Profile\Shopware63\Converter\Shopware63SalesChannelDomainConverter' shared service.
  46451.      *
  46452.      * @return \SwagMigrationAssistant\Profile\Shopware63\Converter\Shopware63SalesChannelDomainConverter
  46453.      */
  46454.     protected function getShopware63SalesChannelDomainConverterService()
  46455.     {
  46456.         include_once \dirname(__DIR__4).'/vendor/store.shopware.com/swagmigrationassistant/Migration/Converter/ConverterInterface.php';
  46457.         include_once \dirname(__DIR__4).'/vendor/store.shopware.com/swagmigrationassistant/Migration/Converter/Converter.php';
  46458.         include_once \dirname(__DIR__4).'/vendor/store.shopware.com/swagmigrationassistant/Profile/Shopware6/Converter/ShopwareConverter.php';
  46459.         include_once \dirname(__DIR__4).'/vendor/store.shopware.com/swagmigrationassistant/Profile/Shopware6/Converter/SalesChannelDomainConverter.php';
  46460.         include_once \dirname(__DIR__4).'/vendor/store.shopware.com/swagmigrationassistant/Profile/Shopware63/Converter/Shopware63SalesChannelDomainConverter.php';
  46461.         return $this->privates['SwagMigrationAssistant\\Profile\\Shopware63\\Converter\\Shopware63SalesChannelDomainConverter'] = new \SwagMigrationAssistant\Profile\Shopware63\Converter\Shopware63SalesChannelDomainConverter(($this->privates['SwagMigrationAssistant\\Profile\\Shopware6\\Mapping\\Shopware6MappingService'] ?? $this->getShopware6MappingServiceService()), ($this->privates['SwagMigrationAssistant\\Migration\\Logging\\LoggingService'] ?? $this->getLoggingService2Service()));
  46462.     }
  46463.     /**
  46464.      * Gets the private 'SwagMigrationAssistant\Profile\Shopware63\Converter\Shopware63SalutationConverter' shared service.
  46465.      *
  46466.      * @return \SwagMigrationAssistant\Profile\Shopware63\Converter\Shopware63SalutationConverter
  46467.      */
  46468.     protected function getShopware63SalutationConverterService()
  46469.     {
  46470.         include_once \dirname(__DIR__4).'/vendor/store.shopware.com/swagmigrationassistant/Migration/Converter/ConverterInterface.php';
  46471.         include_once \dirname(__DIR__4).'/vendor/store.shopware.com/swagmigrationassistant/Migration/Converter/Converter.php';
  46472.         include_once \dirname(__DIR__4).'/vendor/store.shopware.com/swagmigrationassistant/Profile/Shopware6/Converter/ShopwareConverter.php';
  46473.         include_once \dirname(__DIR__4).'/vendor/store.shopware.com/swagmigrationassistant/Profile/Shopware6/Converter/SalutationConverter.php';
  46474.         include_once \dirname(__DIR__4).'/vendor/store.shopware.com/swagmigrationassistant/Profile/Shopware63/Converter/Shopware63SalutationConverter.php';
  46475.         return $this->privates['SwagMigrationAssistant\\Profile\\Shopware63\\Converter\\Shopware63SalutationConverter'] = new \SwagMigrationAssistant\Profile\Shopware63\Converter\Shopware63SalutationConverter(($this->privates['SwagMigrationAssistant\\Profile\\Shopware6\\Mapping\\Shopware6MappingService'] ?? $this->getShopware6MappingServiceService()), ($this->privates['SwagMigrationAssistant\\Migration\\Logging\\LoggingService'] ?? $this->getLoggingService2Service()));
  46476.     }
  46477.     /**
  46478.      * Gets the private 'SwagMigrationAssistant\Profile\Shopware63\Converter\Shopware63SeoUrlConverter' shared service.
  46479.      *
  46480.      * @return \SwagMigrationAssistant\Profile\Shopware63\Converter\Shopware63SeoUrlConverter
  46481.      */
  46482.     protected function getShopware63SeoUrlConverterService()
  46483.     {
  46484.         include_once \dirname(__DIR__4).'/vendor/store.shopware.com/swagmigrationassistant/Migration/Converter/ConverterInterface.php';
  46485.         include_once \dirname(__DIR__4).'/vendor/store.shopware.com/swagmigrationassistant/Migration/Converter/Converter.php';
  46486.         include_once \dirname(__DIR__4).'/vendor/store.shopware.com/swagmigrationassistant/Profile/Shopware6/Converter/ShopwareConverter.php';
  46487.         include_once \dirname(__DIR__4).'/vendor/store.shopware.com/swagmigrationassistant/Profile/Shopware6/Converter/SeoUrlConverter.php';
  46488.         include_once \dirname(__DIR__4).'/vendor/store.shopware.com/swagmigrationassistant/Profile/Shopware63/Converter/Shopware63SeoUrlConverter.php';
  46489.         return $this->privates['SwagMigrationAssistant\\Profile\\Shopware63\\Converter\\Shopware63SeoUrlConverter'] = new \SwagMigrationAssistant\Profile\Shopware63\Converter\Shopware63SeoUrlConverter(($this->privates['SwagMigrationAssistant\\Profile\\Shopware6\\Mapping\\Shopware6MappingService'] ?? $this->getShopware6MappingServiceService()), ($this->privates['SwagMigrationAssistant\\Migration\\Logging\\LoggingService'] ?? $this->getLoggingService2Service()));
  46490.     }
  46491.     /**
  46492.      * Gets the private 'SwagMigrationAssistant\Profile\Shopware63\Converter\Shopware63SeoUrlTemplateConverter' shared service.
  46493.      *
  46494.      * @return \SwagMigrationAssistant\Profile\Shopware63\Converter\Shopware63SeoUrlTemplateConverter
  46495.      */
  46496.     protected function getShopware63SeoUrlTemplateConverterService()
  46497.     {
  46498.         include_once \dirname(__DIR__4).'/vendor/store.shopware.com/swagmigrationassistant/Migration/Converter/ConverterInterface.php';
  46499.         include_once \dirname(__DIR__4).'/vendor/store.shopware.com/swagmigrationassistant/Migration/Converter/Converter.php';
  46500.         include_once \dirname(__DIR__4).'/vendor/store.shopware.com/swagmigrationassistant/Profile/Shopware6/Converter/ShopwareConverter.php';
  46501.         include_once \dirname(__DIR__4).'/vendor/store.shopware.com/swagmigrationassistant/Profile/Shopware6/Converter/SeoUrlTemplateConverter.php';
  46502.         include_once \dirname(__DIR__4).'/vendor/store.shopware.com/swagmigrationassistant/Profile/Shopware63/Converter/Shopware63SeoUrlTemplateConverter.php';
  46503.         return $this->privates['SwagMigrationAssistant\\Profile\\Shopware63\\Converter\\Shopware63SeoUrlTemplateConverter'] = new \SwagMigrationAssistant\Profile\Shopware63\Converter\Shopware63SeoUrlTemplateConverter(($this->privates['SwagMigrationAssistant\\Profile\\Shopware6\\Mapping\\Shopware6MappingService'] ?? $this->getShopware6MappingServiceService()), ($this->privates['SwagMigrationAssistant\\Migration\\Logging\\LoggingService'] ?? $this->getLoggingService2Service()));
  46504.     }
  46505.     /**
  46506.      * Gets the private 'SwagMigrationAssistant\Profile\Shopware63\Converter\Shopware63ShippingMethodConverter' shared service.
  46507.      *
  46508.      * @return \SwagMigrationAssistant\Profile\Shopware63\Converter\Shopware63ShippingMethodConverter
  46509.      */
  46510.     protected function getShopware63ShippingMethodConverterService()
  46511.     {
  46512.         include_once \dirname(__DIR__4).'/vendor/store.shopware.com/swagmigrationassistant/Migration/Converter/ConverterInterface.php';
  46513.         include_once \dirname(__DIR__4).'/vendor/store.shopware.com/swagmigrationassistant/Migration/Converter/Converter.php';
  46514.         include_once \dirname(__DIR__4).'/vendor/store.shopware.com/swagmigrationassistant/Profile/Shopware6/Converter/ShopwareConverter.php';
  46515.         include_once \dirname(__DIR__4).'/vendor/store.shopware.com/swagmigrationassistant/Profile/Shopware6/Converter/ShopwareMediaConverter.php';
  46516.         include_once \dirname(__DIR__4).'/vendor/store.shopware.com/swagmigrationassistant/Profile/Shopware6/Converter/ShippingMethodConverter.php';
  46517.         include_once \dirname(__DIR__4).'/vendor/store.shopware.com/swagmigrationassistant/Profile/Shopware63/Converter/Shopware63ShippingMethodConverter.php';
  46518.         $a = ($this->privates['SwagMigrationAssistant\\Migration\\Media\\MediaFileService'] ?? $this->getMediaFileServiceService());
  46519.         if (isset($this->privates['SwagMigrationAssistant\\Profile\\Shopware63\\Converter\\Shopware63ShippingMethodConverter'])) {
  46520.             return $this->privates['SwagMigrationAssistant\\Profile\\Shopware63\\Converter\\Shopware63ShippingMethodConverter'];
  46521.         }
  46522.         return $this->privates['SwagMigrationAssistant\\Profile\\Shopware63\\Converter\\Shopware63ShippingMethodConverter'] = new \SwagMigrationAssistant\Profile\Shopware63\Converter\Shopware63ShippingMethodConverter(($this->privates['SwagMigrationAssistant\\Profile\\Shopware6\\Mapping\\Shopware6MappingService'] ?? $this->getShopware6MappingServiceService()), ($this->privates['SwagMigrationAssistant\\Migration\\Logging\\LoggingService'] ?? $this->getLoggingService2Service()), $a);
  46523.     }
  46524.     /**
  46525.      * Gets the private 'SwagMigrationAssistant\Profile\Shopware63\Converter\Shopware63SnippetConverter' shared service.
  46526.      *
  46527.      * @return \SwagMigrationAssistant\Profile\Shopware63\Converter\Shopware63SnippetConverter
  46528.      */
  46529.     protected function getShopware63SnippetConverterService()
  46530.     {
  46531.         include_once \dirname(__DIR__4).'/vendor/store.shopware.com/swagmigrationassistant/Migration/Converter/ConverterInterface.php';
  46532.         include_once \dirname(__DIR__4).'/vendor/store.shopware.com/swagmigrationassistant/Migration/Converter/Converter.php';
  46533.         include_once \dirname(__DIR__4).'/vendor/store.shopware.com/swagmigrationassistant/Profile/Shopware6/Converter/ShopwareConverter.php';
  46534.         include_once \dirname(__DIR__4).'/vendor/store.shopware.com/swagmigrationassistant/Profile/Shopware6/Converter/SnippetConverter.php';
  46535.         include_once \dirname(__DIR__4).'/vendor/store.shopware.com/swagmigrationassistant/Profile/Shopware63/Converter/Shopware63SnippetConverter.php';
  46536.         return $this->privates['SwagMigrationAssistant\\Profile\\Shopware63\\Converter\\Shopware63SnippetConverter'] = new \SwagMigrationAssistant\Profile\Shopware63\Converter\Shopware63SnippetConverter(($this->privates['SwagMigrationAssistant\\Profile\\Shopware6\\Mapping\\Shopware6MappingService'] ?? $this->getShopware6MappingServiceService()), ($this->privates['SwagMigrationAssistant\\Migration\\Logging\\LoggingService'] ?? $this->getLoggingService2Service()));
  46537.     }
  46538.     /**
  46539.      * Gets the private 'SwagMigrationAssistant\Profile\Shopware63\Converter\Shopware63SnippetSetConverter' shared service.
  46540.      *
  46541.      * @return \SwagMigrationAssistant\Profile\Shopware63\Converter\Shopware63SnippetSetConverter
  46542.      */
  46543.     protected function getShopware63SnippetSetConverterService()
  46544.     {
  46545.         include_once \dirname(__DIR__4).'/vendor/store.shopware.com/swagmigrationassistant/Migration/Converter/ConverterInterface.php';
  46546.         include_once \dirname(__DIR__4).'/vendor/store.shopware.com/swagmigrationassistant/Migration/Converter/Converter.php';
  46547.         include_once \dirname(__DIR__4).'/vendor/store.shopware.com/swagmigrationassistant/Profile/Shopware6/Converter/ShopwareConverter.php';
  46548.         include_once \dirname(__DIR__4).'/vendor/store.shopware.com/swagmigrationassistant/Profile/Shopware6/Converter/SnippetSetConverter.php';
  46549.         include_once \dirname(__DIR__4).'/vendor/store.shopware.com/swagmigrationassistant/Profile/Shopware63/Converter/Shopware63SnippetSetConverter.php';
  46550.         return $this->privates['SwagMigrationAssistant\\Profile\\Shopware63\\Converter\\Shopware63SnippetSetConverter'] = new \SwagMigrationAssistant\Profile\Shopware63\Converter\Shopware63SnippetSetConverter(($this->privates['SwagMigrationAssistant\\Profile\\Shopware6\\Mapping\\Shopware6MappingService'] ?? $this->getShopware6MappingServiceService()), ($this->privates['SwagMigrationAssistant\\Migration\\Logging\\LoggingService'] ?? $this->getLoggingService2Service()));
  46551.     }
  46552.     /**
  46553.      * Gets the private 'SwagMigrationAssistant\Profile\Shopware63\Converter\Shopware63SystemConfigConverter' shared service.
  46554.      *
  46555.      * @return \SwagMigrationAssistant\Profile\Shopware63\Converter\Shopware63SystemConfigConverter
  46556.      */
  46557.     protected function getShopware63SystemConfigConverterService()
  46558.     {
  46559.         include_once \dirname(__DIR__4).'/vendor/store.shopware.com/swagmigrationassistant/Migration/Converter/ConverterInterface.php';
  46560.         include_once \dirname(__DIR__4).'/vendor/store.shopware.com/swagmigrationassistant/Migration/Converter/Converter.php';
  46561.         include_once \dirname(__DIR__4).'/vendor/store.shopware.com/swagmigrationassistant/Profile/Shopware6/Converter/ShopwareConverter.php';
  46562.         include_once \dirname(__DIR__4).'/vendor/store.shopware.com/swagmigrationassistant/Profile/Shopware6/Converter/SystemConfigConverter.php';
  46563.         include_once \dirname(__DIR__4).'/vendor/store.shopware.com/swagmigrationassistant/Profile/Shopware63/Converter/Shopware63SystemConfigConverter.php';
  46564.         return $this->privates['SwagMigrationAssistant\\Profile\\Shopware63\\Converter\\Shopware63SystemConfigConverter'] = new \SwagMigrationAssistant\Profile\Shopware63\Converter\Shopware63SystemConfigConverter(($this->privates['SwagMigrationAssistant\\Profile\\Shopware6\\Mapping\\Shopware6MappingService'] ?? $this->getShopware6MappingServiceService()), ($this->privates['SwagMigrationAssistant\\Migration\\Logging\\LoggingService'] ?? $this->getLoggingService2Service()));
  46565.     }
  46566.     /**
  46567.      * Gets the private 'SwagMigrationAssistant\Profile\Shopware63\Converter\Shopware63TaxConverter' shared service.
  46568.      *
  46569.      * @return \SwagMigrationAssistant\Profile\Shopware63\Converter\Shopware63TaxConverter
  46570.      */
  46571.     protected function getShopware63TaxConverterService()
  46572.     {
  46573.         include_once \dirname(__DIR__4).'/vendor/store.shopware.com/swagmigrationassistant/Migration/Converter/ConverterInterface.php';
  46574.         include_once \dirname(__DIR__4).'/vendor/store.shopware.com/swagmigrationassistant/Migration/Converter/Converter.php';
  46575.         include_once \dirname(__DIR__4).'/vendor/store.shopware.com/swagmigrationassistant/Profile/Shopware6/Converter/ShopwareConverter.php';
  46576.         include_once \dirname(__DIR__4).'/vendor/store.shopware.com/swagmigrationassistant/Profile/Shopware6/Converter/TaxConverter.php';
  46577.         include_once \dirname(__DIR__4).'/vendor/store.shopware.com/swagmigrationassistant/Profile/Shopware63/Converter/Shopware63TaxConverter.php';
  46578.         return $this->privates['SwagMigrationAssistant\\Profile\\Shopware63\\Converter\\Shopware63TaxConverter'] = new \SwagMigrationAssistant\Profile\Shopware63\Converter\Shopware63TaxConverter(($this->privates['SwagMigrationAssistant\\Profile\\Shopware6\\Mapping\\Shopware6MappingService'] ?? $this->getShopware6MappingServiceService()), ($this->privates['SwagMigrationAssistant\\Migration\\Logging\\LoggingService'] ?? $this->getLoggingService2Service()));
  46579.     }
  46580.     /**
  46581.      * Gets the private 'SwagMigrationAssistant\Profile\Shopware63\Converter\Shopware63TaxRuleConverter' shared service.
  46582.      *
  46583.      * @return \SwagMigrationAssistant\Profile\Shopware63\Converter\Shopware63TaxRuleConverter
  46584.      */
  46585.     protected function getShopware63TaxRuleConverterService()
  46586.     {
  46587.         include_once \dirname(__DIR__4).'/vendor/store.shopware.com/swagmigrationassistant/Migration/Converter/ConverterInterface.php';
  46588.         include_once \dirname(__DIR__4).'/vendor/store.shopware.com/swagmigrationassistant/Migration/Converter/Converter.php';
  46589.         include_once \dirname(__DIR__4).'/vendor/store.shopware.com/swagmigrationassistant/Profile/Shopware6/Converter/ShopwareConverter.php';
  46590.         include_once \dirname(__DIR__4).'/vendor/store.shopware.com/swagmigrationassistant/Profile/Shopware6/Converter/TaxRuleConverter.php';
  46591.         include_once \dirname(__DIR__4).'/vendor/store.shopware.com/swagmigrationassistant/Profile/Shopware63/Converter/Shopware63TaxRuleConverter.php';
  46592.         return $this->privates['SwagMigrationAssistant\\Profile\\Shopware63\\Converter\\Shopware63TaxRuleConverter'] = new \SwagMigrationAssistant\Profile\Shopware63\Converter\Shopware63TaxRuleConverter(($this->privates['SwagMigrationAssistant\\Profile\\Shopware6\\Mapping\\Shopware6MappingService'] ?? $this->getShopware6MappingServiceService()), ($this->privates['SwagMigrationAssistant\\Migration\\Logging\\LoggingService'] ?? $this->getLoggingService2Service()));
  46593.     }
  46594.     /**
  46595.      * Gets the private 'SwagMigrationAssistant\Profile\Shopware63\Converter\Shopware63UnitConverter' shared service.
  46596.      *
  46597.      * @return \SwagMigrationAssistant\Profile\Shopware63\Converter\Shopware63UnitConverter
  46598.      */
  46599.     protected function getShopware63UnitConverterService()
  46600.     {
  46601.         include_once \dirname(__DIR__4).'/vendor/store.shopware.com/swagmigrationassistant/Migration/Converter/ConverterInterface.php';
  46602.         include_once \dirname(__DIR__4).'/vendor/store.shopware.com/swagmigrationassistant/Migration/Converter/Converter.php';
  46603.         include_once \dirname(__DIR__4).'/vendor/store.shopware.com/swagmigrationassistant/Profile/Shopware6/Converter/ShopwareConverter.php';
  46604.         include_once \dirname(__DIR__4).'/vendor/store.shopware.com/swagmigrationassistant/Profile/Shopware6/Converter/UnitConverter.php';
  46605.         include_once \dirname(__DIR__4).'/vendor/store.shopware.com/swagmigrationassistant/Profile/Shopware63/Converter/Shopware63UnitConverter.php';
  46606.         return $this->privates['SwagMigrationAssistant\\Profile\\Shopware63\\Converter\\Shopware63UnitConverter'] = new \SwagMigrationAssistant\Profile\Shopware63\Converter\Shopware63UnitConverter(($this->privates['SwagMigrationAssistant\\Profile\\Shopware6\\Mapping\\Shopware6MappingService'] ?? $this->getShopware6MappingServiceService()), ($this->privates['SwagMigrationAssistant\\Migration\\Logging\\LoggingService'] ?? $this->getLoggingService2Service()));
  46607.     }
  46608.     /**
  46609.      * Gets the private 'SwagMigrationAssistant\Profile\Shopware6\Gateway\Api\Reader\CategoryAssociationReader' shared service.
  46610.      *
  46611.      * @return \SwagMigrationAssistant\Profile\Shopware6\Gateway\Api\Reader\CategoryAssociationReader
  46612.      */
  46613.     protected function getCategoryAssociationReaderService()
  46614.     {
  46615.         include_once \dirname(__DIR__4).'/vendor/store.shopware.com/swagmigrationassistant/Migration/Gateway/Reader/ReaderInterface.php';
  46616.         include_once \dirname(__DIR__4).'/vendor/store.shopware.com/swagmigrationassistant/Profile/Shopware6/Gateway/Api/Reader/ApiReader.php';
  46617.         include_once \dirname(__DIR__4).'/vendor/store.shopware.com/swagmigrationassistant/Profile/Shopware6/Gateway/Api/Reader/CategoryAssociationReader.php';
  46618.         $a = ($this->privates['SwagMigrationAssistant\\Profile\\Shopware6\\Gateway\\Connection\\ConnectionFactory'] ?? $this->getConnectionFactoryService());
  46619.         if (isset($this->privates['SwagMigrationAssistant\\Profile\\Shopware6\\Gateway\\Api\\Reader\\CategoryAssociationReader'])) {
  46620.             return $this->privates['SwagMigrationAssistant\\Profile\\Shopware6\\Gateway\\Api\\Reader\\CategoryAssociationReader'];
  46621.         }
  46622.         return $this->privates['SwagMigrationAssistant\\Profile\\Shopware6\\Gateway\\Api\\Reader\\CategoryAssociationReader'] = new \SwagMigrationAssistant\Profile\Shopware6\Gateway\Api\Reader\CategoryAssociationReader($a);
  46623.     }
  46624.     /**
  46625.      * Gets the private 'SwagMigrationAssistant\Profile\Shopware6\Gateway\Api\Reader\CategoryCmsPageAssociationReader' shared service.
  46626.      *
  46627.      * @return \SwagMigrationAssistant\Profile\Shopware6\Gateway\Api\Reader\CategoryCmsPageAssociationReader
  46628.      */
  46629.     protected function getCategoryCmsPageAssociationReaderService()
  46630.     {
  46631.         include_once \dirname(__DIR__4).'/vendor/store.shopware.com/swagmigrationassistant/Migration/Gateway/Reader/ReaderInterface.php';
  46632.         include_once \dirname(__DIR__4).'/vendor/store.shopware.com/swagmigrationassistant/Profile/Shopware6/Gateway/Api/Reader/ApiReader.php';
  46633.         include_once \dirname(__DIR__4).'/vendor/store.shopware.com/swagmigrationassistant/Profile/Shopware6/Gateway/Api/Reader/CategoryCmsPageAssociationReader.php';
  46634.         $a = ($this->privates['SwagMigrationAssistant\\Profile\\Shopware6\\Gateway\\Connection\\ConnectionFactory'] ?? $this->getConnectionFactoryService());
  46635.         if (isset($this->privates['SwagMigrationAssistant\\Profile\\Shopware6\\Gateway\\Api\\Reader\\CategoryCmsPageAssociationReader'])) {
  46636.             return $this->privates['SwagMigrationAssistant\\Profile\\Shopware6\\Gateway\\Api\\Reader\\CategoryCmsPageAssociationReader'];
  46637.         }
  46638.         return $this->privates['SwagMigrationAssistant\\Profile\\Shopware6\\Gateway\\Api\\Reader\\CategoryCmsPageAssociationReader'] = new \SwagMigrationAssistant\Profile\Shopware6\Gateway\Api\Reader\CategoryCmsPageAssociationReader($a);
  46639.     }
  46640.     /**
  46641.      * Gets the private 'SwagMigrationAssistant\Profile\Shopware6\Gateway\Api\Reader\CategoryReader' shared service.
  46642.      *
  46643.      * @return \SwagMigrationAssistant\Profile\Shopware6\Gateway\Api\Reader\CategoryReader
  46644.      */
  46645.     protected function getCategoryReader3Service()
  46646.     {
  46647.         include_once \dirname(__DIR__4).'/vendor/store.shopware.com/swagmigrationassistant/Migration/Gateway/Reader/ReaderInterface.php';
  46648.         include_once \dirname(__DIR__4).'/vendor/store.shopware.com/swagmigrationassistant/Profile/Shopware6/Gateway/Api/Reader/ApiReader.php';
  46649.         include_once \dirname(__DIR__4).'/vendor/store.shopware.com/swagmigrationassistant/Profile/Shopware6/Gateway/Api/Reader/CategoryReader.php';
  46650.         $a = ($this->privates['SwagMigrationAssistant\\Profile\\Shopware6\\Gateway\\Connection\\ConnectionFactory'] ?? $this->getConnectionFactoryService());
  46651.         if (isset($this->privates['SwagMigrationAssistant\\Profile\\Shopware6\\Gateway\\Api\\Reader\\CategoryReader'])) {
  46652.             return $this->privates['SwagMigrationAssistant\\Profile\\Shopware6\\Gateway\\Api\\Reader\\CategoryReader'];
  46653.         }
  46654.         return $this->privates['SwagMigrationAssistant\\Profile\\Shopware6\\Gateway\\Api\\Reader\\CategoryReader'] = new \SwagMigrationAssistant\Profile\Shopware6\Gateway\Api\Reader\CategoryReader($a);
  46655.     }
  46656.     /**
  46657.      * Gets the private 'SwagMigrationAssistant\Profile\Shopware6\Gateway\Api\Reader\CmsPageReader' shared service.
  46658.      *
  46659.      * @return \SwagMigrationAssistant\Profile\Shopware6\Gateway\Api\Reader\CmsPageReader
  46660.      */
  46661.     protected function getCmsPageReaderService()
  46662.     {
  46663.         include_once \dirname(__DIR__4).'/vendor/store.shopware.com/swagmigrationassistant/Migration/Gateway/Reader/ReaderInterface.php';
  46664.         include_once \dirname(__DIR__4).'/vendor/store.shopware.com/swagmigrationassistant/Profile/Shopware6/Gateway/Api/Reader/ApiReader.php';
  46665.         include_once \dirname(__DIR__4).'/vendor/store.shopware.com/swagmigrationassistant/Profile/Shopware6/Gateway/Api/Reader/CmsPageReader.php';
  46666.         $a = ($this->privates['SwagMigrationAssistant\\Profile\\Shopware6\\Gateway\\Connection\\ConnectionFactory'] ?? $this->getConnectionFactoryService());
  46667.         if (isset($this->privates['SwagMigrationAssistant\\Profile\\Shopware6\\Gateway\\Api\\Reader\\CmsPageReader'])) {
  46668.             return $this->privates['SwagMigrationAssistant\\Profile\\Shopware6\\Gateway\\Api\\Reader\\CmsPageReader'];
  46669.         }
  46670.         return $this->privates['SwagMigrationAssistant\\Profile\\Shopware6\\Gateway\\Api\\Reader\\CmsPageReader'] = new \SwagMigrationAssistant\Profile\Shopware6\Gateway\Api\Reader\CmsPageReader($a);
  46671.     }
  46672.     /**
  46673.      * Gets the private 'SwagMigrationAssistant\Profile\Shopware6\Gateway\Api\Reader\CountryReader' shared service.
  46674.      *
  46675.      * @return \SwagMigrationAssistant\Profile\Shopware6\Gateway\Api\Reader\CountryReader
  46676.      */
  46677.     protected function getCountryReaderService()
  46678.     {
  46679.         include_once \dirname(__DIR__4).'/vendor/store.shopware.com/swagmigrationassistant/Migration/Gateway/Reader/ReaderInterface.php';
  46680.         include_once \dirname(__DIR__4).'/vendor/store.shopware.com/swagmigrationassistant/Profile/Shopware6/Gateway/Api/Reader/ApiReader.php';
  46681.         include_once \dirname(__DIR__4).'/vendor/store.shopware.com/swagmigrationassistant/Profile/Shopware6/Gateway/Api/Reader/CountryReader.php';
  46682.         $a = ($this->privates['SwagMigrationAssistant\\Profile\\Shopware6\\Gateway\\Connection\\ConnectionFactory'] ?? $this->getConnectionFactoryService());
  46683.         if (isset($this->privates['SwagMigrationAssistant\\Profile\\Shopware6\\Gateway\\Api\\Reader\\CountryReader'])) {
  46684.             return $this->privates['SwagMigrationAssistant\\Profile\\Shopware6\\Gateway\\Api\\Reader\\CountryReader'];
  46685.         }
  46686.         return $this->privates['SwagMigrationAssistant\\Profile\\Shopware6\\Gateway\\Api\\Reader\\CountryReader'] = new \SwagMigrationAssistant\Profile\Shopware6\Gateway\Api\Reader\CountryReader($a);
  46687.     }
  46688.     /**
  46689.      * Gets the private 'SwagMigrationAssistant\Profile\Shopware6\Gateway\Api\Reader\CountryStateReader' shared service.
  46690.      *
  46691.      * @return \SwagMigrationAssistant\Profile\Shopware6\Gateway\Api\Reader\CountryStateReader
  46692.      */
  46693.     protected function getCountryStateReaderService()
  46694.     {
  46695.         include_once \dirname(__DIR__4).'/vendor/store.shopware.com/swagmigrationassistant/Migration/Gateway/Reader/ReaderInterface.php';
  46696.         include_once \dirname(__DIR__4).'/vendor/store.shopware.com/swagmigrationassistant/Profile/Shopware6/Gateway/Api/Reader/ApiReader.php';
  46697.         include_once \dirname(__DIR__4).'/vendor/store.shopware.com/swagmigrationassistant/Profile/Shopware6/Gateway/Api/Reader/CountryStateReader.php';
  46698.         $a = ($this->privates['SwagMigrationAssistant\\Profile\\Shopware6\\Gateway\\Connection\\ConnectionFactory'] ?? $this->getConnectionFactoryService());
  46699.         if (isset($this->privates['SwagMigrationAssistant\\Profile\\Shopware6\\Gateway\\Api\\Reader\\CountryStateReader'])) {
  46700.             return $this->privates['SwagMigrationAssistant\\Profile\\Shopware6\\Gateway\\Api\\Reader\\CountryStateReader'];
  46701.         }
  46702.         return $this->privates['SwagMigrationAssistant\\Profile\\Shopware6\\Gateway\\Api\\Reader\\CountryStateReader'] = new \SwagMigrationAssistant\Profile\Shopware6\Gateway\Api\Reader\CountryStateReader($a);
  46703.     }
  46704.     /**
  46705.      * Gets the private 'SwagMigrationAssistant\Profile\Shopware6\Gateway\Api\Reader\CrossSellingReader' shared service.
  46706.      *
  46707.      * @return \SwagMigrationAssistant\Profile\Shopware6\Gateway\Api\Reader\CrossSellingReader
  46708.      */
  46709.     protected function getCrossSellingReader3Service()
  46710.     {
  46711.         include_once \dirname(__DIR__4).'/vendor/store.shopware.com/swagmigrationassistant/Migration/Gateway/Reader/ReaderInterface.php';
  46712.         include_once \dirname(__DIR__4).'/vendor/store.shopware.com/swagmigrationassistant/Profile/Shopware6/Gateway/Api/Reader/ApiReader.php';
  46713.         include_once \dirname(__DIR__4).'/vendor/store.shopware.com/swagmigrationassistant/Profile/Shopware6/Gateway/Api/Reader/CrossSellingReader.php';
  46714.         $a = ($this->privates['SwagMigrationAssistant\\Profile\\Shopware6\\Gateway\\Connection\\ConnectionFactory'] ?? $this->getConnectionFactoryService());
  46715.         if (isset($this->privates['SwagMigrationAssistant\\Profile\\Shopware6\\Gateway\\Api\\Reader\\CrossSellingReader'])) {
  46716.             return $this->privates['SwagMigrationAssistant\\Profile\\Shopware6\\Gateway\\Api\\Reader\\CrossSellingReader'];
  46717.         }
  46718.         return $this->privates['SwagMigrationAssistant\\Profile\\Shopware6\\Gateway\\Api\\Reader\\CrossSellingReader'] = new \SwagMigrationAssistant\Profile\Shopware6\Gateway\Api\Reader\CrossSellingReader($a);
  46719.     }
  46720.     /**
  46721.      * Gets the private 'SwagMigrationAssistant\Profile\Shopware6\Gateway\Api\Reader\CurrencyReader' shared service.
  46722.      *
  46723.      * @return \SwagMigrationAssistant\Profile\Shopware6\Gateway\Api\Reader\CurrencyReader
  46724.      */
  46725.     protected function getCurrencyReader3Service()
  46726.     {
  46727.         include_once \dirname(__DIR__4).'/vendor/store.shopware.com/swagmigrationassistant/Migration/Gateway/Reader/ReaderInterface.php';
  46728.         include_once \dirname(__DIR__4).'/vendor/store.shopware.com/swagmigrationassistant/Profile/Shopware6/Gateway/Api/Reader/ApiReader.php';
  46729.         include_once \dirname(__DIR__4).'/vendor/store.shopware.com/swagmigrationassistant/Profile/Shopware6/Gateway/Api/Reader/CurrencyReader.php';
  46730.         $a = ($this->privates['SwagMigrationAssistant\\Profile\\Shopware6\\Gateway\\Connection\\ConnectionFactory'] ?? $this->getConnectionFactoryService());
  46731.         if (isset($this->privates['SwagMigrationAssistant\\Profile\\Shopware6\\Gateway\\Api\\Reader\\CurrencyReader'])) {
  46732.             return $this->privates['SwagMigrationAssistant\\Profile\\Shopware6\\Gateway\\Api\\Reader\\CurrencyReader'];
  46733.         }
  46734.         return $this->privates['SwagMigrationAssistant\\Profile\\Shopware6\\Gateway\\Api\\Reader\\CurrencyReader'] = new \SwagMigrationAssistant\Profile\Shopware6\Gateway\Api\Reader\CurrencyReader($a);
  46735.     }
  46736.     /**
  46737.      * Gets the private 'SwagMigrationAssistant\Profile\Shopware6\Gateway\Api\Reader\CustomFieldSetReader' shared service.
  46738.      *
  46739.      * @return \SwagMigrationAssistant\Profile\Shopware6\Gateway\Api\Reader\CustomFieldSetReader
  46740.      */
  46741.     protected function getCustomFieldSetReaderService()
  46742.     {
  46743.         include_once \dirname(__DIR__4).'/vendor/store.shopware.com/swagmigrationassistant/Migration/Gateway/Reader/ReaderInterface.php';
  46744.         include_once \dirname(__DIR__4).'/vendor/store.shopware.com/swagmigrationassistant/Profile/Shopware6/Gateway/Api/Reader/ApiReader.php';
  46745.         include_once \dirname(__DIR__4).'/vendor/store.shopware.com/swagmigrationassistant/Profile/Shopware6/Gateway/Api/Reader/CustomFieldSetReader.php';
  46746.         $a = ($this->privates['SwagMigrationAssistant\\Profile\\Shopware6\\Gateway\\Connection\\ConnectionFactory'] ?? $this->getConnectionFactoryService());
  46747.         if (isset($this->privates['SwagMigrationAssistant\\Profile\\Shopware6\\Gateway\\Api\\Reader\\CustomFieldSetReader'])) {
  46748.             return $this->privates['SwagMigrationAssistant\\Profile\\Shopware6\\Gateway\\Api\\Reader\\CustomFieldSetReader'];
  46749.         }
  46750.         return $this->privates['SwagMigrationAssistant\\Profile\\Shopware6\\Gateway\\Api\\Reader\\CustomFieldSetReader'] = new \SwagMigrationAssistant\Profile\Shopware6\Gateway\Api\Reader\CustomFieldSetReader($a);
  46751.     }
  46752.     /**
  46753.      * Gets the private 'SwagMigrationAssistant\Profile\Shopware6\Gateway\Api\Reader\CustomerGroupReader' shared service.
  46754.      *
  46755.      * @return \SwagMigrationAssistant\Profile\Shopware6\Gateway\Api\Reader\CustomerGroupReader
  46756.      */
  46757.     protected function getCustomerGroupReader3Service()
  46758.     {
  46759.         include_once \dirname(__DIR__4).'/vendor/store.shopware.com/swagmigrationassistant/Migration/Gateway/Reader/ReaderInterface.php';
  46760.         include_once \dirname(__DIR__4).'/vendor/store.shopware.com/swagmigrationassistant/Profile/Shopware6/Gateway/Api/Reader/ApiReader.php';
  46761.         include_once \dirname(__DIR__4).'/vendor/store.shopware.com/swagmigrationassistant/Profile/Shopware6/Gateway/Api/Reader/CustomerGroupReader.php';
  46762.         $a = ($this->privates['SwagMigrationAssistant\\Profile\\Shopware6\\Gateway\\Connection\\ConnectionFactory'] ?? $this->getConnectionFactoryService());
  46763.         if (isset($this->privates['SwagMigrationAssistant\\Profile\\Shopware6\\Gateway\\Api\\Reader\\CustomerGroupReader'])) {
  46764.             return $this->privates['SwagMigrationAssistant\\Profile\\Shopware6\\Gateway\\Api\\Reader\\CustomerGroupReader'];
  46765.         }
  46766.         return $this->privates['SwagMigrationAssistant\\Profile\\Shopware6\\Gateway\\Api\\Reader\\CustomerGroupReader'] = new \SwagMigrationAssistant\Profile\Shopware6\Gateway\Api\Reader\CustomerGroupReader($a);
  46767.     }
  46768.     /**
  46769.      * Gets the private 'SwagMigrationAssistant\Profile\Shopware6\Gateway\Api\Reader\CustomerReader' shared service.
  46770.      *
  46771.      * @return \SwagMigrationAssistant\Profile\Shopware6\Gateway\Api\Reader\CustomerReader
  46772.      */
  46773.     protected function getCustomerReader3Service()
  46774.     {
  46775.         include_once \dirname(__DIR__4).'/vendor/store.shopware.com/swagmigrationassistant/Migration/Gateway/Reader/ReaderInterface.php';
  46776.         include_once \dirname(__DIR__4).'/vendor/store.shopware.com/swagmigrationassistant/Profile/Shopware6/Gateway/Api/Reader/ApiReader.php';
  46777.         include_once \dirname(__DIR__4).'/vendor/store.shopware.com/swagmigrationassistant/Profile/Shopware6/Gateway/Api/Reader/CustomerReader.php';
  46778.         $a = ($this->privates['SwagMigrationAssistant\\Profile\\Shopware6\\Gateway\\Connection\\ConnectionFactory'] ?? $this->getConnectionFactoryService());
  46779.         if (isset($this->privates['SwagMigrationAssistant\\Profile\\Shopware6\\Gateway\\Api\\Reader\\CustomerReader'])) {
  46780.             return $this->privates['SwagMigrationAssistant\\Profile\\Shopware6\\Gateway\\Api\\Reader\\CustomerReader'];
  46781.         }
  46782.         return $this->privates['SwagMigrationAssistant\\Profile\\Shopware6\\Gateway\\Api\\Reader\\CustomerReader'] = new \SwagMigrationAssistant\Profile\Shopware6\Gateway\Api\Reader\CustomerReader($a);
  46783.     }
  46784.     /**
  46785.      * Gets the private 'SwagMigrationAssistant\Profile\Shopware6\Gateway\Api\Reader\CustomerWishlistReader' shared service.
  46786.      *
  46787.      * @return \SwagMigrationAssistant\Profile\Shopware6\Gateway\Api\Reader\CustomerWishlistReader
  46788.      */
  46789.     protected function getCustomerWishlistReader3Service()
  46790.     {
  46791.         include_once \dirname(__DIR__4).'/vendor/store.shopware.com/swagmigrationassistant/Migration/Gateway/Reader/ReaderInterface.php';
  46792.         include_once \dirname(__DIR__4).'/vendor/store.shopware.com/swagmigrationassistant/Profile/Shopware6/Gateway/Api/Reader/ApiReader.php';
  46793.         include_once \dirname(__DIR__4).'/vendor/store.shopware.com/swagmigrationassistant/Profile/Shopware6/Gateway/Api/Reader/CustomerWishlistReader.php';
  46794.         $a = ($this->privates['SwagMigrationAssistant\\Profile\\Shopware6\\Gateway\\Connection\\ConnectionFactory'] ?? $this->getConnectionFactoryService());
  46795.         if (isset($this->privates['SwagMigrationAssistant\\Profile\\Shopware6\\Gateway\\Api\\Reader\\CustomerWishlistReader'])) {
  46796.             return $this->privates['SwagMigrationAssistant\\Profile\\Shopware6\\Gateway\\Api\\Reader\\CustomerWishlistReader'];
  46797.         }
  46798.         return $this->privates['SwagMigrationAssistant\\Profile\\Shopware6\\Gateway\\Api\\Reader\\CustomerWishlistReader'] = new \SwagMigrationAssistant\Profile\Shopware6\Gateway\Api\Reader\CustomerWishlistReader($a);
  46799.     }
  46800.     /**
  46801.      * Gets the private 'SwagMigrationAssistant\Profile\Shopware6\Gateway\Api\Reader\DeliveryTimeReader' shared service.
  46802.      *
  46803.      * @return \SwagMigrationAssistant\Profile\Shopware6\Gateway\Api\Reader\DeliveryTimeReader
  46804.      */
  46805.     protected function getDeliveryTimeReaderService()
  46806.     {
  46807.         include_once \dirname(__DIR__4).'/vendor/store.shopware.com/swagmigrationassistant/Migration/Gateway/Reader/ReaderInterface.php';
  46808.         include_once \dirname(__DIR__4).'/vendor/store.shopware.com/swagmigrationassistant/Profile/Shopware6/Gateway/Api/Reader/ApiReader.php';
  46809.         include_once \dirname(__DIR__4).'/vendor/store.shopware.com/swagmigrationassistant/Profile/Shopware6/Gateway/Api/Reader/DeliveryTimeReader.php';
  46810.         $a = ($this->privates['SwagMigrationAssistant\\Profile\\Shopware6\\Gateway\\Connection\\ConnectionFactory'] ?? $this->getConnectionFactoryService());
  46811.         if (isset($this->privates['SwagMigrationAssistant\\Profile\\Shopware6\\Gateway\\Api\\Reader\\DeliveryTimeReader'])) {
  46812.             return $this->privates['SwagMigrationAssistant\\Profile\\Shopware6\\Gateway\\Api\\Reader\\DeliveryTimeReader'];
  46813.         }
  46814.         return $this->privates['SwagMigrationAssistant\\Profile\\Shopware6\\Gateway\\Api\\Reader\\DeliveryTimeReader'] = new \SwagMigrationAssistant\Profile\Shopware6\Gateway\Api\Reader\DeliveryTimeReader($a);
  46815.     }
  46816.     /**
  46817.      * Gets the private 'SwagMigrationAssistant\Profile\Shopware6\Gateway\Api\Reader\DocumentBaseConfigReader' shared service.
  46818.      *
  46819.      * @return \SwagMigrationAssistant\Profile\Shopware6\Gateway\Api\Reader\DocumentBaseConfigReader
  46820.      */
  46821.     protected function getDocumentBaseConfigReaderService()
  46822.     {
  46823.         include_once \dirname(__DIR__4).'/vendor/store.shopware.com/swagmigrationassistant/Migration/Gateway/Reader/ReaderInterface.php';
  46824.         include_once \dirname(__DIR__4).'/vendor/store.shopware.com/swagmigrationassistant/Profile/Shopware6/Gateway/Api/Reader/ApiReader.php';
  46825.         include_once \dirname(__DIR__4).'/vendor/store.shopware.com/swagmigrationassistant/Profile/Shopware6/Gateway/Api/Reader/DocumentBaseConfigReader.php';
  46826.         $a = ($this->privates['SwagMigrationAssistant\\Profile\\Shopware6\\Gateway\\Connection\\ConnectionFactory'] ?? $this->getConnectionFactoryService());
  46827.         if (isset($this->privates['SwagMigrationAssistant\\Profile\\Shopware6\\Gateway\\Api\\Reader\\DocumentBaseConfigReader'])) {
  46828.             return $this->privates['SwagMigrationAssistant\\Profile\\Shopware6\\Gateway\\Api\\Reader\\DocumentBaseConfigReader'];
  46829.         }
  46830.         return $this->privates['SwagMigrationAssistant\\Profile\\Shopware6\\Gateway\\Api\\Reader\\DocumentBaseConfigReader'] = new \SwagMigrationAssistant\Profile\Shopware6\Gateway\Api\Reader\DocumentBaseConfigReader($a);
  46831.     }
  46832.     /**
  46833.      * Gets the private 'SwagMigrationAssistant\Profile\Shopware6\Gateway\Api\Reader\DocumentInheritanceReader' shared service.
  46834.      *
  46835.      * @return \SwagMigrationAssistant\Profile\Shopware6\Gateway\Api\Reader\DocumentInheritanceReader
  46836.      */
  46837.     protected function getDocumentInheritanceReaderService()
  46838.     {
  46839.         include_once \dirname(__DIR__4).'/vendor/store.shopware.com/swagmigrationassistant/Migration/Gateway/Reader/ReaderInterface.php';
  46840.         include_once \dirname(__DIR__4).'/vendor/store.shopware.com/swagmigrationassistant/Profile/Shopware6/Gateway/Api/Reader/ApiReader.php';
  46841.         include_once \dirname(__DIR__4).'/vendor/store.shopware.com/swagmigrationassistant/Profile/Shopware6/Gateway/Api/Reader/DocumentInheritanceReader.php';
  46842.         $a = ($this->privates['SwagMigrationAssistant\\Profile\\Shopware6\\Gateway\\Connection\\ConnectionFactory'] ?? $this->getConnectionFactoryService());
  46843.         if (isset($this->privates['SwagMigrationAssistant\\Profile\\Shopware6\\Gateway\\Api\\Reader\\DocumentInheritanceReader'])) {
  46844.             return $this->privates['SwagMigrationAssistant\\Profile\\Shopware6\\Gateway\\Api\\Reader\\DocumentInheritanceReader'];
  46845.         }
  46846.         return $this->privates['SwagMigrationAssistant\\Profile\\Shopware6\\Gateway\\Api\\Reader\\DocumentInheritanceReader'] = new \SwagMigrationAssistant\Profile\Shopware6\Gateway\Api\Reader\DocumentInheritanceReader($a);
  46847.     }
  46848.     /**
  46849.      * Gets the private 'SwagMigrationAssistant\Profile\Shopware6\Gateway\Api\Reader\DocumentReader' shared service.
  46850.      *
  46851.      * @return \SwagMigrationAssistant\Profile\Shopware6\Gateway\Api\Reader\DocumentReader
  46852.      */
  46853.     protected function getDocumentReaderService()
  46854.     {
  46855.         include_once \dirname(__DIR__4).'/vendor/store.shopware.com/swagmigrationassistant/Migration/Gateway/Reader/ReaderInterface.php';
  46856.         include_once \dirname(__DIR__4).'/vendor/store.shopware.com/swagmigrationassistant/Profile/Shopware6/Gateway/Api/Reader/ApiReader.php';
  46857.         include_once \dirname(__DIR__4).'/vendor/store.shopware.com/swagmigrationassistant/Profile/Shopware6/Gateway/Api/Reader/DocumentReader.php';
  46858.         $a = ($this->privates['SwagMigrationAssistant\\Profile\\Shopware6\\Gateway\\Connection\\ConnectionFactory'] ?? $this->getConnectionFactoryService());
  46859.         if (isset($this->privates['SwagMigrationAssistant\\Profile\\Shopware6\\Gateway\\Api\\Reader\\DocumentReader'])) {
  46860.             return $this->privates['SwagMigrationAssistant\\Profile\\Shopware6\\Gateway\\Api\\Reader\\DocumentReader'];
  46861.         }
  46862.         return $this->privates['SwagMigrationAssistant\\Profile\\Shopware6\\Gateway\\Api\\Reader\\DocumentReader'] = new \SwagMigrationAssistant\Profile\Shopware6\Gateway\Api\Reader\DocumentReader($a);
  46863.     }
  46864.     /**
  46865.      * Gets the private 'SwagMigrationAssistant\Profile\Shopware6\Gateway\Api\Reader\LanguageReader' shared service.
  46866.      *
  46867.      * @return \SwagMigrationAssistant\Profile\Shopware6\Gateway\Api\Reader\LanguageReader
  46868.      */
  46869.     protected function getLanguageReader3Service()
  46870.     {
  46871.         include_once \dirname(__DIR__4).'/vendor/store.shopware.com/swagmigrationassistant/Migration/Gateway/Reader/ReaderInterface.php';
  46872.         include_once \dirname(__DIR__4).'/vendor/store.shopware.com/swagmigrationassistant/Profile/Shopware6/Gateway/Api/Reader/ApiReader.php';
  46873.         include_once \dirname(__DIR__4).'/vendor/store.shopware.com/swagmigrationassistant/Profile/Shopware6/Gateway/Api/Reader/LanguageReader.php';
  46874.         $a = ($this->privates['SwagMigrationAssistant\\Profile\\Shopware6\\Gateway\\Connection\\ConnectionFactory'] ?? $this->getConnectionFactoryService());
  46875.         if (isset($this->privates['SwagMigrationAssistant\\Profile\\Shopware6\\Gateway\\Api\\Reader\\LanguageReader'])) {
  46876.             return $this->privates['SwagMigrationAssistant\\Profile\\Shopware6\\Gateway\\Api\\Reader\\LanguageReader'];
  46877.         }
  46878.         return $this->privates['SwagMigrationAssistant\\Profile\\Shopware6\\Gateway\\Api\\Reader\\LanguageReader'] = new \SwagMigrationAssistant\Profile\Shopware6\Gateway\Api\Reader\LanguageReader($a);
  46879.     }
  46880.     /**
  46881.      * Gets the private 'SwagMigrationAssistant\Profile\Shopware6\Gateway\Api\Reader\MailTemplateReader' shared service.
  46882.      *
  46883.      * @return \SwagMigrationAssistant\Profile\Shopware6\Gateway\Api\Reader\MailTemplateReader
  46884.      */
  46885.     protected function getMailTemplateReaderService()
  46886.     {
  46887.         include_once \dirname(__DIR__4).'/vendor/store.shopware.com/swagmigrationassistant/Migration/Gateway/Reader/ReaderInterface.php';
  46888.         include_once \dirname(__DIR__4).'/vendor/store.shopware.com/swagmigrationassistant/Profile/Shopware6/Gateway/Api/Reader/ApiReader.php';
  46889.         include_once \dirname(__DIR__4).'/vendor/store.shopware.com/swagmigrationassistant/Profile/Shopware6/Gateway/Api/Reader/MailTemplateReader.php';
  46890.         $a = ($this->privates['SwagMigrationAssistant\\Profile\\Shopware6\\Gateway\\Connection\\ConnectionFactory'] ?? $this->getConnectionFactoryService());
  46891.         if (isset($this->privates['SwagMigrationAssistant\\Profile\\Shopware6\\Gateway\\Api\\Reader\\MailTemplateReader'])) {
  46892.             return $this->privates['SwagMigrationAssistant\\Profile\\Shopware6\\Gateway\\Api\\Reader\\MailTemplateReader'];
  46893.         }
  46894.         return $this->privates['SwagMigrationAssistant\\Profile\\Shopware6\\Gateway\\Api\\Reader\\MailTemplateReader'] = new \SwagMigrationAssistant\Profile\Shopware6\Gateway\Api\Reader\MailTemplateReader($a);
  46895.     }
  46896.     /**
  46897.      * Gets the private 'SwagMigrationAssistant\Profile\Shopware6\Gateway\Api\Reader\MediaFolderInheritanceReader' shared service.
  46898.      *
  46899.      * @return \SwagMigrationAssistant\Profile\Shopware6\Gateway\Api\Reader\MediaFolderInheritanceReader
  46900.      */
  46901.     protected function getMediaFolderInheritanceReaderService()
  46902.     {
  46903.         include_once \dirname(__DIR__4).'/vendor/store.shopware.com/swagmigrationassistant/Migration/Gateway/Reader/ReaderInterface.php';
  46904.         include_once \dirname(__DIR__4).'/vendor/store.shopware.com/swagmigrationassistant/Profile/Shopware6/Gateway/Api/Reader/ApiReader.php';
  46905.         include_once \dirname(__DIR__4).'/vendor/store.shopware.com/swagmigrationassistant/Profile/Shopware6/Gateway/Api/Reader/MediaFolderInheritanceReader.php';
  46906.         $a = ($this->privates['SwagMigrationAssistant\\Profile\\Shopware6\\Gateway\\Connection\\ConnectionFactory'] ?? $this->getConnectionFactoryService());
  46907.         if (isset($this->privates['SwagMigrationAssistant\\Profile\\Shopware6\\Gateway\\Api\\Reader\\MediaFolderInheritanceReader'])) {
  46908.             return $this->privates['SwagMigrationAssistant\\Profile\\Shopware6\\Gateway\\Api\\Reader\\MediaFolderInheritanceReader'];
  46909.         }
  46910.         return $this->privates['SwagMigrationAssistant\\Profile\\Shopware6\\Gateway\\Api\\Reader\\MediaFolderInheritanceReader'] = new \SwagMigrationAssistant\Profile\Shopware6\Gateway\Api\Reader\MediaFolderInheritanceReader($a);
  46911.     }
  46912.     /**
  46913.      * Gets the private 'SwagMigrationAssistant\Profile\Shopware6\Gateway\Api\Reader\MediaFolderReader' shared service.
  46914.      *
  46915.      * @return \SwagMigrationAssistant\Profile\Shopware6\Gateway\Api\Reader\MediaFolderReader
  46916.      */
  46917.     protected function getMediaFolderReaderService()
  46918.     {
  46919.         include_once \dirname(__DIR__4).'/vendor/store.shopware.com/swagmigrationassistant/Migration/Gateway/Reader/ReaderInterface.php';
  46920.         include_once \dirname(__DIR__4).'/vendor/store.shopware.com/swagmigrationassistant/Profile/Shopware6/Gateway/Api/Reader/ApiReader.php';
  46921.         include_once \dirname(__DIR__4).'/vendor/store.shopware.com/swagmigrationassistant/Profile/Shopware6/Gateway/Api/Reader/MediaFolderReader.php';
  46922.         $a = ($this->privates['SwagMigrationAssistant\\Profile\\Shopware6\\Gateway\\Connection\\ConnectionFactory'] ?? $this->getConnectionFactoryService());
  46923.         if (isset($this->privates['SwagMigrationAssistant\\Profile\\Shopware6\\Gateway\\Api\\Reader\\MediaFolderReader'])) {
  46924.             return $this->privates['SwagMigrationAssistant\\Profile\\Shopware6\\Gateway\\Api\\Reader\\MediaFolderReader'];
  46925.         }
  46926.         return $this->privates['SwagMigrationAssistant\\Profile\\Shopware6\\Gateway\\Api\\Reader\\MediaFolderReader'] = new \SwagMigrationAssistant\Profile\Shopware6\Gateway\Api\Reader\MediaFolderReader($a);
  46927.     }
  46928.     /**
  46929.      * Gets the private 'SwagMigrationAssistant\Profile\Shopware6\Gateway\Api\Reader\MediaReader' shared service.
  46930.      *
  46931.      * @return \SwagMigrationAssistant\Profile\Shopware6\Gateway\Api\Reader\MediaReader
  46932.      */
  46933.     protected function getMediaReader3Service()
  46934.     {
  46935.         include_once \dirname(__DIR__4).'/vendor/store.shopware.com/swagmigrationassistant/Migration/Gateway/Reader/ReaderInterface.php';
  46936.         include_once \dirname(__DIR__4).'/vendor/store.shopware.com/swagmigrationassistant/Profile/Shopware6/Gateway/Api/Reader/ApiReader.php';
  46937.         include_once \dirname(__DIR__4).'/vendor/store.shopware.com/swagmigrationassistant/Profile/Shopware6/Gateway/Api/Reader/MediaReader.php';
  46938.         $a = ($this->privates['SwagMigrationAssistant\\Profile\\Shopware6\\Gateway\\Connection\\ConnectionFactory'] ?? $this->getConnectionFactoryService());
  46939.         if (isset($this->privates['SwagMigrationAssistant\\Profile\\Shopware6\\Gateway\\Api\\Reader\\MediaReader'])) {
  46940.             return $this->privates['SwagMigrationAssistant\\Profile\\Shopware6\\Gateway\\Api\\Reader\\MediaReader'];
  46941.         }
  46942.         return $this->privates['SwagMigrationAssistant\\Profile\\Shopware6\\Gateway\\Api\\Reader\\MediaReader'] = new \SwagMigrationAssistant\Profile\Shopware6\Gateway\Api\Reader\MediaReader($a);
  46943.     }
  46944.     /**
  46945.      * Gets the private 'SwagMigrationAssistant\Profile\Shopware6\Gateway\Api\Reader\NewsletterRecipientReader' shared service.
  46946.      *
  46947.      * @return \SwagMigrationAssistant\Profile\Shopware6\Gateway\Api\Reader\NewsletterRecipientReader
  46948.      */
  46949.     protected function getNewsletterRecipientReader3Service()
  46950.     {
  46951.         include_once \dirname(__DIR__4).'/vendor/store.shopware.com/swagmigrationassistant/Migration/Gateway/Reader/ReaderInterface.php';
  46952.         include_once \dirname(__DIR__4).'/vendor/store.shopware.com/swagmigrationassistant/Profile/Shopware6/Gateway/Api/Reader/ApiReader.php';
  46953.         include_once \dirname(__DIR__4).'/vendor/store.shopware.com/swagmigrationassistant/Profile/Shopware6/Gateway/Api/Reader/NewsletterRecipientReader.php';
  46954.         $a = ($this->privates['SwagMigrationAssistant\\Profile\\Shopware6\\Gateway\\Connection\\ConnectionFactory'] ?? $this->getConnectionFactoryService());
  46955.         if (isset($this->privates['SwagMigrationAssistant\\Profile\\Shopware6\\Gateway\\Api\\Reader\\NewsletterRecipientReader'])) {
  46956.             return $this->privates['SwagMigrationAssistant\\Profile\\Shopware6\\Gateway\\Api\\Reader\\NewsletterRecipientReader'];
  46957.         }
  46958.         return $this->privates['SwagMigrationAssistant\\Profile\\Shopware6\\Gateway\\Api\\Reader\\NewsletterRecipientReader'] = new \SwagMigrationAssistant\Profile\Shopware6\Gateway\Api\Reader\NewsletterRecipientReader($a);
  46959.     }
  46960.     /**
  46961.      * Gets the private 'SwagMigrationAssistant\Profile\Shopware6\Gateway\Api\Reader\NumberRangeReader' shared service.
  46962.      *
  46963.      * @return \SwagMigrationAssistant\Profile\Shopware6\Gateway\Api\Reader\NumberRangeReader
  46964.      */
  46965.     protected function getNumberRangeReader3Service()
  46966.     {
  46967.         include_once \dirname(__DIR__4).'/vendor/store.shopware.com/swagmigrationassistant/Migration/Gateway/Reader/ReaderInterface.php';
  46968.         include_once \dirname(__DIR__4).'/vendor/store.shopware.com/swagmigrationassistant/Profile/Shopware6/Gateway/Api/Reader/ApiReader.php';
  46969.         include_once \dirname(__DIR__4).'/vendor/store.shopware.com/swagmigrationassistant/Profile/Shopware6/Gateway/Api/Reader/NumberRangeReader.php';
  46970.         $a = ($this->privates['SwagMigrationAssistant\\Profile\\Shopware6\\Gateway\\Connection\\ConnectionFactory'] ?? $this->getConnectionFactoryService());
  46971.         if (isset($this->privates['SwagMigrationAssistant\\Profile\\Shopware6\\Gateway\\Api\\Reader\\NumberRangeReader'])) {
  46972.             return $this->privates['SwagMigrationAssistant\\Profile\\Shopware6\\Gateway\\Api\\Reader\\NumberRangeReader'];
  46973.         }
  46974.         return $this->privates['SwagMigrationAssistant\\Profile\\Shopware6\\Gateway\\Api\\Reader\\NumberRangeReader'] = new \SwagMigrationAssistant\Profile\Shopware6\Gateway\Api\Reader\NumberRangeReader($a);
  46975.     }
  46976.     /**
  46977.      * Gets the private 'SwagMigrationAssistant\Profile\Shopware6\Gateway\Api\Reader\OrderReader' shared service.
  46978.      *
  46979.      * @return \SwagMigrationAssistant\Profile\Shopware6\Gateway\Api\Reader\OrderReader
  46980.      */
  46981.     protected function getOrderReader3Service()
  46982.     {
  46983.         include_once \dirname(__DIR__4).'/vendor/store.shopware.com/swagmigrationassistant/Migration/Gateway/Reader/ReaderInterface.php';
  46984.         include_once \dirname(__DIR__4).'/vendor/store.shopware.com/swagmigrationassistant/Profile/Shopware6/Gateway/Api/Reader/ApiReader.php';
  46985.         include_once \dirname(__DIR__4).'/vendor/store.shopware.com/swagmigrationassistant/Profile/Shopware6/Gateway/Api/Reader/OrderReader.php';
  46986.         $a = ($this->privates['SwagMigrationAssistant\\Profile\\Shopware6\\Gateway\\Connection\\ConnectionFactory'] ?? $this->getConnectionFactoryService());
  46987.         if (isset($this->privates['SwagMigrationAssistant\\Profile\\Shopware6\\Gateway\\Api\\Reader\\OrderReader'])) {
  46988.             return $this->privates['SwagMigrationAssistant\\Profile\\Shopware6\\Gateway\\Api\\Reader\\OrderReader'];
  46989.         }
  46990.         return $this->privates['SwagMigrationAssistant\\Profile\\Shopware6\\Gateway\\Api\\Reader\\OrderReader'] = new \SwagMigrationAssistant\Profile\Shopware6\Gateway\Api\Reader\OrderReader($a);
  46991.     }
  46992.     /**
  46993.      * Gets the private 'SwagMigrationAssistant\Profile\Shopware6\Gateway\Api\Reader\PageSystemConfigReader' shared service.
  46994.      *
  46995.      * @return \SwagMigrationAssistant\Profile\Shopware6\Gateway\Api\Reader\PageSystemConfigReader
  46996.      */
  46997.     protected function getPageSystemConfigReaderService()
  46998.     {
  46999.         include_once \dirname(__DIR__4).'/vendor/store.shopware.com/swagmigrationassistant/Migration/Gateway/Reader/ReaderInterface.php';
  47000.         include_once \dirname(__DIR__4).'/vendor/store.shopware.com/swagmigrationassistant/Profile/Shopware6/Gateway/Api/Reader/ApiReader.php';
  47001.         include_once \dirname(__DIR__4).'/vendor/store.shopware.com/swagmigrationassistant/Profile/Shopware6/Gateway/Api/Reader/PageSystemConfigReader.php';
  47002.         $a = ($this->privates['SwagMigrationAssistant\\Profile\\Shopware6\\Gateway\\Connection\\ConnectionFactory'] ?? $this->getConnectionFactoryService());
  47003.         if (isset($this->privates['SwagMigrationAssistant\\Profile\\Shopware6\\Gateway\\Api\\Reader\\PageSystemConfigReader'])) {
  47004.             return $this->privates['SwagMigrationAssistant\\Profile\\Shopware6\\Gateway\\Api\\Reader\\PageSystemConfigReader'];
  47005.         }
  47006.         return $this->privates['SwagMigrationAssistant\\Profile\\Shopware6\\Gateway\\Api\\Reader\\PageSystemConfigReader'] = new \SwagMigrationAssistant\Profile\Shopware6\Gateway\Api\Reader\PageSystemConfigReader($a);
  47007.     }
  47008.     /**
  47009.      * Gets the private 'SwagMigrationAssistant\Profile\Shopware6\Gateway\Api\Reader\ProductFeatureSetReader' shared service.
  47010.      *
  47011.      * @return \SwagMigrationAssistant\Profile\Shopware6\Gateway\Api\Reader\ProductFeatureSetReader
  47012.      */
  47013.     protected function getProductFeatureSetReaderService()
  47014.     {
  47015.         include_once \dirname(__DIR__4).'/vendor/store.shopware.com/swagmigrationassistant/Migration/Gateway/Reader/ReaderInterface.php';
  47016.         include_once \dirname(__DIR__4).'/vendor/store.shopware.com/swagmigrationassistant/Profile/Shopware6/Gateway/Api/Reader/ApiReader.php';
  47017.         include_once \dirname(__DIR__4).'/vendor/store.shopware.com/swagmigrationassistant/Profile/Shopware6/Gateway/Api/Reader/ProductFeatureSetReader.php';
  47018.         $a = ($this->privates['SwagMigrationAssistant\\Profile\\Shopware6\\Gateway\\Connection\\ConnectionFactory'] ?? $this->getConnectionFactoryService());
  47019.         if (isset($this->privates['SwagMigrationAssistant\\Profile\\Shopware6\\Gateway\\Api\\Reader\\ProductFeatureSetReader'])) {
  47020.             return $this->privates['SwagMigrationAssistant\\Profile\\Shopware6\\Gateway\\Api\\Reader\\ProductFeatureSetReader'];
  47021.         }
  47022.         return $this->privates['SwagMigrationAssistant\\Profile\\Shopware6\\Gateway\\Api\\Reader\\ProductFeatureSetReader'] = new \SwagMigrationAssistant\Profile\Shopware6\Gateway\Api\Reader\ProductFeatureSetReader($a);
  47023.     }
  47024.     /**
  47025.      * Gets the private 'SwagMigrationAssistant\Profile\Shopware6\Gateway\Api\Reader\ProductMainVariantRelationReader' shared service.
  47026.      *
  47027.      * @return \SwagMigrationAssistant\Profile\Shopware6\Gateway\Api\Reader\ProductMainVariantRelationReader
  47028.      */
  47029.     protected function getProductMainVariantRelationReaderService()
  47030.     {
  47031.         include_once \dirname(__DIR__4).'/vendor/store.shopware.com/swagmigrationassistant/Migration/Gateway/Reader/ReaderInterface.php';
  47032.         include_once \dirname(__DIR__4).'/vendor/store.shopware.com/swagmigrationassistant/Profile/Shopware6/Gateway/Api/Reader/ApiReader.php';
  47033.         include_once \dirname(__DIR__4).'/vendor/store.shopware.com/swagmigrationassistant/Profile/Shopware6/Gateway/Api/Reader/ProductMainVariantRelationReader.php';
  47034.         $a = ($this->privates['SwagMigrationAssistant\\Profile\\Shopware6\\Gateway\\Connection\\ConnectionFactory'] ?? $this->getConnectionFactoryService());
  47035.         if (isset($this->privates['SwagMigrationAssistant\\Profile\\Shopware6\\Gateway\\Api\\Reader\\ProductMainVariantRelationReader'])) {
  47036.             return $this->privates['SwagMigrationAssistant\\Profile\\Shopware6\\Gateway\\Api\\Reader\\ProductMainVariantRelationReader'];
  47037.         }
  47038.         return $this->privates['SwagMigrationAssistant\\Profile\\Shopware6\\Gateway\\Api\\Reader\\ProductMainVariantRelationReader'] = new \SwagMigrationAssistant\Profile\Shopware6\Gateway\Api\Reader\ProductMainVariantRelationReader($a);
  47039.     }
  47040.     /**
  47041.      * Gets the private 'SwagMigrationAssistant\Profile\Shopware6\Gateway\Api\Reader\ProductManufacturerReader' shared service.
  47042.      *
  47043.      * @return \SwagMigrationAssistant\Profile\Shopware6\Gateway\Api\Reader\ProductManufacturerReader
  47044.      */
  47045.     protected function getProductManufacturerReaderService()
  47046.     {
  47047.         include_once \dirname(__DIR__4).'/vendor/store.shopware.com/swagmigrationassistant/Migration/Gateway/Reader/ReaderInterface.php';
  47048.         include_once \dirname(__DIR__4).'/vendor/store.shopware.com/swagmigrationassistant/Profile/Shopware6/Gateway/Api/Reader/ApiReader.php';
  47049.         include_once \dirname(__DIR__4).'/vendor/store.shopware.com/swagmigrationassistant/Profile/Shopware6/Gateway/Api/Reader/ProductManufacturerReader.php';
  47050.         $a = ($this->privates['SwagMigrationAssistant\\Profile\\Shopware6\\Gateway\\Connection\\ConnectionFactory'] ?? $this->getConnectionFactoryService());
  47051.         if (isset($this->privates['SwagMigrationAssistant\\Profile\\Shopware6\\Gateway\\Api\\Reader\\ProductManufacturerReader'])) {
  47052.             return $this->privates['SwagMigrationAssistant\\Profile\\Shopware6\\Gateway\\Api\\Reader\\ProductManufacturerReader'];
  47053.         }
  47054.         return $this->privates['SwagMigrationAssistant\\Profile\\Shopware6\\Gateway\\Api\\Reader\\ProductManufacturerReader'] = new \SwagMigrationAssistant\Profile\Shopware6\Gateway\Api\Reader\ProductManufacturerReader($a);
  47055.     }
  47056.     /**
  47057.      * Gets the private 'SwagMigrationAssistant\Profile\Shopware6\Gateway\Api\Reader\ProductReader' shared service.
  47058.      *
  47059.      * @return \SwagMigrationAssistant\Profile\Shopware6\Gateway\Api\Reader\ProductReader
  47060.      */
  47061.     protected function getProductReader3Service()
  47062.     {
  47063.         include_once \dirname(__DIR__4).'/vendor/store.shopware.com/swagmigrationassistant/Migration/Gateway/Reader/ReaderInterface.php';
  47064.         include_once \dirname(__DIR__4).'/vendor/store.shopware.com/swagmigrationassistant/Profile/Shopware6/Gateway/Api/Reader/ApiReader.php';
  47065.         include_once \dirname(__DIR__4).'/vendor/store.shopware.com/swagmigrationassistant/Profile/Shopware6/Gateway/Api/Reader/ProductReader.php';
  47066.         $a = ($this->privates['SwagMigrationAssistant\\Profile\\Shopware6\\Gateway\\Connection\\ConnectionFactory'] ?? $this->getConnectionFactoryService());
  47067.         if (isset($this->privates['SwagMigrationAssistant\\Profile\\Shopware6\\Gateway\\Api\\Reader\\ProductReader'])) {
  47068.             return $this->privates['SwagMigrationAssistant\\Profile\\Shopware6\\Gateway\\Api\\Reader\\ProductReader'];
  47069.         }
  47070.         return $this->privates['SwagMigrationAssistant\\Profile\\Shopware6\\Gateway\\Api\\Reader\\ProductReader'] = new \SwagMigrationAssistant\Profile\Shopware6\Gateway\Api\Reader\ProductReader($a);
  47071.     }
  47072.     /**
  47073.      * Gets the private 'SwagMigrationAssistant\Profile\Shopware6\Gateway\Api\Reader\ProductReviewReader' shared service.
  47074.      *
  47075.      * @return \SwagMigrationAssistant\Profile\Shopware6\Gateway\Api\Reader\ProductReviewReader
  47076.      */
  47077.     protected function getProductReviewReader3Service()
  47078.     {
  47079.         include_once \dirname(__DIR__4).'/vendor/store.shopware.com/swagmigrationassistant/Migration/Gateway/Reader/ReaderInterface.php';
  47080.         include_once \dirname(__DIR__4).'/vendor/store.shopware.com/swagmigrationassistant/Profile/Shopware6/Gateway/Api/Reader/ApiReader.php';
  47081.         include_once \dirname(__DIR__4).'/vendor/store.shopware.com/swagmigrationassistant/Profile/Shopware6/Gateway/Api/Reader/ProductReviewReader.php';
  47082.         $a = ($this->privates['SwagMigrationAssistant\\Profile\\Shopware6\\Gateway\\Connection\\ConnectionFactory'] ?? $this->getConnectionFactoryService());
  47083.         if (isset($this->privates['SwagMigrationAssistant\\Profile\\Shopware6\\Gateway\\Api\\Reader\\ProductReviewReader'])) {
  47084.             return $this->privates['SwagMigrationAssistant\\Profile\\Shopware6\\Gateway\\Api\\Reader\\ProductReviewReader'];
  47085.         }
  47086.         return $this->privates['SwagMigrationAssistant\\Profile\\Shopware6\\Gateway\\Api\\Reader\\ProductReviewReader'] = new \SwagMigrationAssistant\Profile\Shopware6\Gateway\Api\Reader\ProductReviewReader($a);
  47087.     }
  47088.     /**
  47089.      * Gets the private 'SwagMigrationAssistant\Profile\Shopware6\Gateway\Api\Reader\ProductSortingReader' shared service.
  47090.      *
  47091.      * @return \SwagMigrationAssistant\Profile\Shopware6\Gateway\Api\Reader\ProductSortingReader
  47092.      */
  47093.     protected function getProductSortingReaderService()
  47094.     {
  47095.         include_once \dirname(__DIR__4).'/vendor/store.shopware.com/swagmigrationassistant/Migration/Gateway/Reader/ReaderInterface.php';
  47096.         include_once \dirname(__DIR__4).'/vendor/store.shopware.com/swagmigrationassistant/Profile/Shopware6/Gateway/Api/Reader/ApiReader.php';
  47097.         include_once \dirname(__DIR__4).'/vendor/store.shopware.com/swagmigrationassistant/Profile/Shopware6/Gateway/Api/Reader/ProductSortingReader.php';
  47098.         $a = ($this->privates['SwagMigrationAssistant\\Profile\\Shopware6\\Gateway\\Connection\\ConnectionFactory'] ?? $this->getConnectionFactoryService());
  47099.         if (isset($this->privates['SwagMigrationAssistant\\Profile\\Shopware6\\Gateway\\Api\\Reader\\ProductSortingReader'])) {
  47100.             return $this->privates['SwagMigrationAssistant\\Profile\\Shopware6\\Gateway\\Api\\Reader\\ProductSortingReader'];
  47101.         }
  47102.         return $this->privates['SwagMigrationAssistant\\Profile\\Shopware6\\Gateway\\Api\\Reader\\ProductSortingReader'] = new \SwagMigrationAssistant\Profile\Shopware6\Gateway\Api\Reader\ProductSortingReader($a);
  47103.     }
  47104.     /**
  47105.      * Gets the private 'SwagMigrationAssistant\Profile\Shopware6\Gateway\Api\Reader\ProductStreamFilterInheritanceReader' shared service.
  47106.      *
  47107.      * @return \SwagMigrationAssistant\Profile\Shopware6\Gateway\Api\Reader\ProductStreamFilterInheritanceReader
  47108.      */
  47109.     protected function getProductStreamFilterInheritanceReaderService()
  47110.     {
  47111.         include_once \dirname(__DIR__4).'/vendor/store.shopware.com/swagmigrationassistant/Migration/Gateway/Reader/ReaderInterface.php';
  47112.         include_once \dirname(__DIR__4).'/vendor/store.shopware.com/swagmigrationassistant/Profile/Shopware6/Gateway/Api/Reader/ApiReader.php';
  47113.         include_once \dirname(__DIR__4).'/vendor/store.shopware.com/swagmigrationassistant/Profile/Shopware6/Gateway/Api/Reader/ProductStreamFilterInheritanceReader.php';
  47114.         $a = ($this->privates['SwagMigrationAssistant\\Profile\\Shopware6\\Gateway\\Connection\\ConnectionFactory'] ?? $this->getConnectionFactoryService());
  47115.         if (isset($this->privates['SwagMigrationAssistant\\Profile\\Shopware6\\Gateway\\Api\\Reader\\ProductStreamFilterInheritanceReader'])) {
  47116.             return $this->privates['SwagMigrationAssistant\\Profile\\Shopware6\\Gateway\\Api\\Reader\\ProductStreamFilterInheritanceReader'];
  47117.         }
  47118.         return $this->privates['SwagMigrationAssistant\\Profile\\Shopware6\\Gateway\\Api\\Reader\\ProductStreamFilterInheritanceReader'] = new \SwagMigrationAssistant\Profile\Shopware6\Gateway\Api\Reader\ProductStreamFilterInheritanceReader($a);
  47119.     }
  47120.     /**
  47121.      * Gets the private 'SwagMigrationAssistant\Profile\Shopware6\Gateway\Api\Reader\ProductStreamReader' shared service.
  47122.      *
  47123.      * @return \SwagMigrationAssistant\Profile\Shopware6\Gateway\Api\Reader\ProductStreamReader
  47124.      */
  47125.     protected function getProductStreamReaderService()
  47126.     {
  47127.         include_once \dirname(__DIR__4).'/vendor/store.shopware.com/swagmigrationassistant/Migration/Gateway/Reader/ReaderInterface.php';
  47128.         include_once \dirname(__DIR__4).'/vendor/store.shopware.com/swagmigrationassistant/Profile/Shopware6/Gateway/Api/Reader/ApiReader.php';
  47129.         include_once \dirname(__DIR__4).'/vendor/store.shopware.com/swagmigrationassistant/Profile/Shopware6/Gateway/Api/Reader/ProductStreamReader.php';
  47130.         $a = ($this->privates['SwagMigrationAssistant\\Profile\\Shopware6\\Gateway\\Connection\\ConnectionFactory'] ?? $this->getConnectionFactoryService());
  47131.         if (isset($this->privates['SwagMigrationAssistant\\Profile\\Shopware6\\Gateway\\Api\\Reader\\ProductStreamReader'])) {
  47132.             return $this->privates['SwagMigrationAssistant\\Profile\\Shopware6\\Gateway\\Api\\Reader\\ProductStreamReader'];
  47133.         }
  47134.         return $this->privates['SwagMigrationAssistant\\Profile\\Shopware6\\Gateway\\Api\\Reader\\ProductStreamReader'] = new \SwagMigrationAssistant\Profile\Shopware6\Gateway\Api\Reader\ProductStreamReader($a);
  47135.     }
  47136.     /**
  47137.      * Gets the private 'SwagMigrationAssistant\Profile\Shopware6\Gateway\Api\Reader\PromotionReader' shared service.
  47138.      *
  47139.      * @return \SwagMigrationAssistant\Profile\Shopware6\Gateway\Api\Reader\PromotionReader
  47140.      */
  47141.     protected function getPromotionReader3Service()
  47142.     {
  47143.         include_once \dirname(__DIR__4).'/vendor/store.shopware.com/swagmigrationassistant/Migration/Gateway/Reader/ReaderInterface.php';
  47144.         include_once \dirname(__DIR__4).'/vendor/store.shopware.com/swagmigrationassistant/Profile/Shopware6/Gateway/Api/Reader/ApiReader.php';
  47145.         include_once \dirname(__DIR__4).'/vendor/store.shopware.com/swagmigrationassistant/Profile/Shopware6/Gateway/Api/Reader/PromotionReader.php';
  47146.         $a = ($this->privates['SwagMigrationAssistant\\Profile\\Shopware6\\Gateway\\Connection\\ConnectionFactory'] ?? $this->getConnectionFactoryService());
  47147.         if (isset($this->privates['SwagMigrationAssistant\\Profile\\Shopware6\\Gateway\\Api\\Reader\\PromotionReader'])) {
  47148.             return $this->privates['SwagMigrationAssistant\\Profile\\Shopware6\\Gateway\\Api\\Reader\\PromotionReader'];
  47149.         }
  47150.         return $this->privates['SwagMigrationAssistant\\Profile\\Shopware6\\Gateway\\Api\\Reader\\PromotionReader'] = new \SwagMigrationAssistant\Profile\Shopware6\Gateway\Api\Reader\PromotionReader($a);
  47151.     }
  47152.     /**
  47153.      * Gets the private 'SwagMigrationAssistant\Profile\Shopware6\Gateway\Api\Reader\PropertyGroupReader' shared service.
  47154.      *
  47155.      * @return \SwagMigrationAssistant\Profile\Shopware6\Gateway\Api\Reader\PropertyGroupReader
  47156.      */
  47157.     protected function getPropertyGroupReaderService()
  47158.     {
  47159.         include_once \dirname(__DIR__4).'/vendor/store.shopware.com/swagmigrationassistant/Migration/Gateway/Reader/ReaderInterface.php';
  47160.         include_once \dirname(__DIR__4).'/vendor/store.shopware.com/swagmigrationassistant/Profile/Shopware6/Gateway/Api/Reader/ApiReader.php';
  47161.         include_once \dirname(__DIR__4).'/vendor/store.shopware.com/swagmigrationassistant/Profile/Shopware6/Gateway/Api/Reader/PropertyGroupReader.php';
  47162.         $a = ($this->privates['SwagMigrationAssistant\\Profile\\Shopware6\\Gateway\\Connection\\ConnectionFactory'] ?? $this->getConnectionFactoryService());
  47163.         if (isset($this->privates['SwagMigrationAssistant\\Profile\\Shopware6\\Gateway\\Api\\Reader\\PropertyGroupReader'])) {
  47164.             return $this->privates['SwagMigrationAssistant\\Profile\\Shopware6\\Gateway\\Api\\Reader\\PropertyGroupReader'];
  47165.         }
  47166.         return $this->privates['SwagMigrationAssistant\\Profile\\Shopware6\\Gateway\\Api\\Reader\\PropertyGroupReader'] = new \SwagMigrationAssistant\Profile\Shopware6\Gateway\Api\Reader\PropertyGroupReader($a);
  47167.     }
  47168.     /**
  47169.      * Gets the private 'SwagMigrationAssistant\Profile\Shopware6\Gateway\Api\Reader\RuleReader' shared service.
  47170.      *
  47171.      * @return \SwagMigrationAssistant\Profile\Shopware6\Gateway\Api\Reader\RuleReader
  47172.      */
  47173.     protected function getRuleReaderService()
  47174.     {
  47175.         include_once \dirname(__DIR__4).'/vendor/store.shopware.com/swagmigrationassistant/Migration/Gateway/Reader/ReaderInterface.php';
  47176.         include_once \dirname(__DIR__4).'/vendor/store.shopware.com/swagmigrationassistant/Profile/Shopware6/Gateway/Api/Reader/ApiReader.php';
  47177.         include_once \dirname(__DIR__4).'/vendor/store.shopware.com/swagmigrationassistant/Profile/Shopware6/Gateway/Api/Reader/RuleReader.php';
  47178.         $a = ($this->privates['SwagMigrationAssistant\\Profile\\Shopware6\\Gateway\\Connection\\ConnectionFactory'] ?? $this->getConnectionFactoryService());
  47179.         if (isset($this->privates['SwagMigrationAssistant\\Profile\\Shopware6\\Gateway\\Api\\Reader\\RuleReader'])) {
  47180.             return $this->privates['SwagMigrationAssistant\\Profile\\Shopware6\\Gateway\\Api\\Reader\\RuleReader'];
  47181.         }
  47182.         return $this->privates['SwagMigrationAssistant\\Profile\\Shopware6\\Gateway\\Api\\Reader\\RuleReader'] = new \SwagMigrationAssistant\Profile\Shopware6\Gateway\Api\Reader\RuleReader($a);
  47183.     }
  47184.     /**
  47185.      * Gets the private 'SwagMigrationAssistant\Profile\Shopware6\Gateway\Api\Reader\SalesChannelDomainReader' shared service.
  47186.      *
  47187.      * @return \SwagMigrationAssistant\Profile\Shopware6\Gateway\Api\Reader\SalesChannelDomainReader
  47188.      */
  47189.     protected function getSalesChannelDomainReaderService()
  47190.     {
  47191.         include_once \dirname(__DIR__4).'/vendor/store.shopware.com/swagmigrationassistant/Migration/Gateway/Reader/ReaderInterface.php';
  47192.         include_once \dirname(__DIR__4).'/vendor/store.shopware.com/swagmigrationassistant/Profile/Shopware6/Gateway/Api/Reader/ApiReader.php';
  47193.         include_once \dirname(__DIR__4).'/vendor/store.shopware.com/swagmigrationassistant/Profile/Shopware6/Gateway/Api/Reader/SalesChannelDomainReader.php';
  47194.         $a = ($this->privates['SwagMigrationAssistant\\Profile\\Shopware6\\Gateway\\Connection\\ConnectionFactory'] ?? $this->getConnectionFactoryService());
  47195.         if (isset($this->privates['SwagMigrationAssistant\\Profile\\Shopware6\\Gateway\\Api\\Reader\\SalesChannelDomainReader'])) {
  47196.             return $this->privates['SwagMigrationAssistant\\Profile\\Shopware6\\Gateway\\Api\\Reader\\SalesChannelDomainReader'];
  47197.         }
  47198.         return $this->privates['SwagMigrationAssistant\\Profile\\Shopware6\\Gateway\\Api\\Reader\\SalesChannelDomainReader'] = new \SwagMigrationAssistant\Profile\Shopware6\Gateway\Api\Reader\SalesChannelDomainReader($a);
  47199.     }
  47200.     /**
  47201.      * Gets the private 'SwagMigrationAssistant\Profile\Shopware6\Gateway\Api\Reader\SalesChannelReader' shared service.
  47202.      *
  47203.      * @return \SwagMigrationAssistant\Profile\Shopware6\Gateway\Api\Reader\SalesChannelReader
  47204.      */
  47205.     protected function getSalesChannelReader3Service()
  47206.     {
  47207.         include_once \dirname(__DIR__4).'/vendor/store.shopware.com/swagmigrationassistant/Migration/Gateway/Reader/ReaderInterface.php';
  47208.         include_once \dirname(__DIR__4).'/vendor/store.shopware.com/swagmigrationassistant/Profile/Shopware6/Gateway/Api/Reader/ApiReader.php';
  47209.         include_once \dirname(__DIR__4).'/vendor/store.shopware.com/swagmigrationassistant/Profile/Shopware6/Gateway/Api/Reader/SalesChannelReader.php';
  47210.         $a = ($this->privates['SwagMigrationAssistant\\Profile\\Shopware6\\Gateway\\Connection\\ConnectionFactory'] ?? $this->getConnectionFactoryService());
  47211.         if (isset($this->privates['SwagMigrationAssistant\\Profile\\Shopware6\\Gateway\\Api\\Reader\\SalesChannelReader'])) {
  47212.             return $this->privates['SwagMigrationAssistant\\Profile\\Shopware6\\Gateway\\Api\\Reader\\SalesChannelReader'];
  47213.         }
  47214.         return $this->privates['SwagMigrationAssistant\\Profile\\Shopware6\\Gateway\\Api\\Reader\\SalesChannelReader'] = new \SwagMigrationAssistant\Profile\Shopware6\Gateway\Api\Reader\SalesChannelReader($a);
  47215.     }
  47216.     /**
  47217.      * Gets the private 'SwagMigrationAssistant\Profile\Shopware6\Gateway\Api\Reader\SalutationReader' shared service.
  47218.      *
  47219.      * @return \SwagMigrationAssistant\Profile\Shopware6\Gateway\Api\Reader\SalutationReader
  47220.      */
  47221.     protected function getSalutationReaderService()
  47222.     {
  47223.         include_once \dirname(__DIR__4).'/vendor/store.shopware.com/swagmigrationassistant/Migration/Gateway/Reader/ReaderInterface.php';
  47224.         include_once \dirname(__DIR__4).'/vendor/store.shopware.com/swagmigrationassistant/Profile/Shopware6/Gateway/Api/Reader/ApiReader.php';
  47225.         include_once \dirname(__DIR__4).'/vendor/store.shopware.com/swagmigrationassistant/Profile/Shopware6/Gateway/Api/Reader/SalutationReader.php';
  47226.         $a = ($this->privates['SwagMigrationAssistant\\Profile\\Shopware6\\Gateway\\Connection\\ConnectionFactory'] ?? $this->getConnectionFactoryService());
  47227.         if (isset($this->privates['SwagMigrationAssistant\\Profile\\Shopware6\\Gateway\\Api\\Reader\\SalutationReader'])) {
  47228.             return $this->privates['SwagMigrationAssistant\\Profile\\Shopware6\\Gateway\\Api\\Reader\\SalutationReader'];
  47229.         }
  47230.         return $this->privates['SwagMigrationAssistant\\Profile\\Shopware6\\Gateway\\Api\\Reader\\SalutationReader'] = new \SwagMigrationAssistant\Profile\Shopware6\Gateway\Api\Reader\SalutationReader($a);
  47231.     }
  47232.     /**
  47233.      * Gets the private 'SwagMigrationAssistant\Profile\Shopware6\Gateway\Api\Reader\SeoUrlReader' shared service.
  47234.      *
  47235.      * @return \SwagMigrationAssistant\Profile\Shopware6\Gateway\Api\Reader\SeoUrlReader
  47236.      */
  47237.     protected function getSeoUrlReader3Service()
  47238.     {
  47239.         include_once \dirname(__DIR__4).'/vendor/store.shopware.com/swagmigrationassistant/Migration/Gateway/Reader/ReaderInterface.php';
  47240.         include_once \dirname(__DIR__4).'/vendor/store.shopware.com/swagmigrationassistant/Profile/Shopware6/Gateway/Api/Reader/ApiReader.php';
  47241.         include_once \dirname(__DIR__4).'/vendor/store.shopware.com/swagmigrationassistant/Profile/Shopware6/Gateway/Api/Reader/SeoUrlReader.php';
  47242.         $a = ($this->privates['SwagMigrationAssistant\\Profile\\Shopware6\\Gateway\\Connection\\ConnectionFactory'] ?? $this->getConnectionFactoryService());
  47243.         if (isset($this->privates['SwagMigrationAssistant\\Profile\\Shopware6\\Gateway\\Api\\Reader\\SeoUrlReader'])) {
  47244.             return $this->privates['SwagMigrationAssistant\\Profile\\Shopware6\\Gateway\\Api\\Reader\\SeoUrlReader'];
  47245.         }
  47246.         return $this->privates['SwagMigrationAssistant\\Profile\\Shopware6\\Gateway\\Api\\Reader\\SeoUrlReader'] = new \SwagMigrationAssistant\Profile\Shopware6\Gateway\Api\Reader\SeoUrlReader($a);
  47247.     }
  47248.     /**
  47249.      * Gets the private 'SwagMigrationAssistant\Profile\Shopware6\Gateway\Api\Reader\SeoUrlTemplateReader' shared service.
  47250.      *
  47251.      * @return \SwagMigrationAssistant\Profile\Shopware6\Gateway\Api\Reader\SeoUrlTemplateReader
  47252.      */
  47253.     protected function getSeoUrlTemplateReaderService()
  47254.     {
  47255.         include_once \dirname(__DIR__4).'/vendor/store.shopware.com/swagmigrationassistant/Migration/Gateway/Reader/ReaderInterface.php';
  47256.         include_once \dirname(__DIR__4).'/vendor/store.shopware.com/swagmigrationassistant/Profile/Shopware6/Gateway/Api/Reader/ApiReader.php';
  47257.         include_once \dirname(__DIR__4).'/vendor/store.shopware.com/swagmigrationassistant/Profile/Shopware6/Gateway/Api/Reader/SeoUrlTemplateReader.php';
  47258.         $a = ($this->privates['SwagMigrationAssistant\\Profile\\Shopware6\\Gateway\\Connection\\ConnectionFactory'] ?? $this->getConnectionFactoryService());
  47259.         if (isset($this->privates['SwagMigrationAssistant\\Profile\\Shopware6\\Gateway\\Api\\Reader\\SeoUrlTemplateReader'])) {
  47260.             return $this->privates['SwagMigrationAssistant\\Profile\\Shopware6\\Gateway\\Api\\Reader\\SeoUrlTemplateReader'];
  47261.         }
  47262.         return $this->privates['SwagMigrationAssistant\\Profile\\Shopware6\\Gateway\\Api\\Reader\\SeoUrlTemplateReader'] = new \SwagMigrationAssistant\Profile\Shopware6\Gateway\Api\Reader\SeoUrlTemplateReader($a);
  47263.     }
  47264.     /**
  47265.      * Gets the private 'SwagMigrationAssistant\Profile\Shopware6\Gateway\Api\Reader\ShippingMethodReader' shared service.
  47266.      *
  47267.      * @return \SwagMigrationAssistant\Profile\Shopware6\Gateway\Api\Reader\ShippingMethodReader
  47268.      */
  47269.     protected function getShippingMethodReader3Service()
  47270.     {
  47271.         include_once \dirname(__DIR__4).'/vendor/store.shopware.com/swagmigrationassistant/Migration/Gateway/Reader/ReaderInterface.php';
  47272.         include_once \dirname(__DIR__4).'/vendor/store.shopware.com/swagmigrationassistant/Profile/Shopware6/Gateway/Api/Reader/ApiReader.php';
  47273.         include_once \dirname(__DIR__4).'/vendor/store.shopware.com/swagmigrationassistant/Profile/Shopware6/Gateway/Api/Reader/ShippingMethodReader.php';
  47274.         $a = ($this->privates['SwagMigrationAssistant\\Profile\\Shopware6\\Gateway\\Connection\\ConnectionFactory'] ?? $this->getConnectionFactoryService());
  47275.         if (isset($this->privates['SwagMigrationAssistant\\Profile\\Shopware6\\Gateway\\Api\\Reader\\ShippingMethodReader'])) {
  47276.             return $this->privates['SwagMigrationAssistant\\Profile\\Shopware6\\Gateway\\Api\\Reader\\ShippingMethodReader'];
  47277.         }
  47278.         return $this->privates['SwagMigrationAssistant\\Profile\\Shopware6\\Gateway\\Api\\Reader\\ShippingMethodReader'] = new \SwagMigrationAssistant\Profile\Shopware6\Gateway\Api\Reader\ShippingMethodReader($a);
  47279.     }
  47280.     /**
  47281.      * Gets the private 'SwagMigrationAssistant\Profile\Shopware6\Gateway\Api\Reader\SnippetReader' shared service.
  47282.      *
  47283.      * @return \SwagMigrationAssistant\Profile\Shopware6\Gateway\Api\Reader\SnippetReader
  47284.      */
  47285.     protected function getSnippetReaderService()
  47286.     {
  47287.         include_once \dirname(__DIR__4).'/vendor/store.shopware.com/swagmigrationassistant/Migration/Gateway/Reader/ReaderInterface.php';
  47288.         include_once \dirname(__DIR__4).'/vendor/store.shopware.com/swagmigrationassistant/Profile/Shopware6/Gateway/Api/Reader/ApiReader.php';
  47289.         include_once \dirname(__DIR__4).'/vendor/store.shopware.com/swagmigrationassistant/Profile/Shopware6/Gateway/Api/Reader/SnippetReader.php';
  47290.         $a = ($this->privates['SwagMigrationAssistant\\Profile\\Shopware6\\Gateway\\Connection\\ConnectionFactory'] ?? $this->getConnectionFactoryService());
  47291.         if (isset($this->privates['SwagMigrationAssistant\\Profile\\Shopware6\\Gateway\\Api\\Reader\\SnippetReader'])) {
  47292.             return $this->privates['SwagMigrationAssistant\\Profile\\Shopware6\\Gateway\\Api\\Reader\\SnippetReader'];
  47293.         }
  47294.         return $this->privates['SwagMigrationAssistant\\Profile\\Shopware6\\Gateway\\Api\\Reader\\SnippetReader'] = new \SwagMigrationAssistant\Profile\Shopware6\Gateway\Api\Reader\SnippetReader($a);
  47295.     }
  47296.     /**
  47297.      * Gets the private 'SwagMigrationAssistant\Profile\Shopware6\Gateway\Api\Reader\SnippetSetReader' shared service.
  47298.      *
  47299.      * @return \SwagMigrationAssistant\Profile\Shopware6\Gateway\Api\Reader\SnippetSetReader
  47300.      */
  47301.     protected function getSnippetSetReaderService()
  47302.     {
  47303.         include_once \dirname(__DIR__4).'/vendor/store.shopware.com/swagmigrationassistant/Migration/Gateway/Reader/ReaderInterface.php';
  47304.         include_once \dirname(__DIR__4).'/vendor/store.shopware.com/swagmigrationassistant/Profile/Shopware6/Gateway/Api/Reader/ApiReader.php';
  47305.         include_once \dirname(__DIR__4).'/vendor/store.shopware.com/swagmigrationassistant/Profile/Shopware6/Gateway/Api/Reader/SnippetSetReader.php';
  47306.         $a = ($this->privates['SwagMigrationAssistant\\Profile\\Shopware6\\Gateway\\Connection\\ConnectionFactory'] ?? $this->getConnectionFactoryService());
  47307.         if (isset($this->privates['SwagMigrationAssistant\\Profile\\Shopware6\\Gateway\\Api\\Reader\\SnippetSetReader'])) {
  47308.             return $this->privates['SwagMigrationAssistant\\Profile\\Shopware6\\Gateway\\Api\\Reader\\SnippetSetReader'];
  47309.         }
  47310.         return $this->privates['SwagMigrationAssistant\\Profile\\Shopware6\\Gateway\\Api\\Reader\\SnippetSetReader'] = new \SwagMigrationAssistant\Profile\Shopware6\Gateway\Api\Reader\SnippetSetReader($a);
  47311.     }
  47312.     /**
  47313.      * Gets the private 'SwagMigrationAssistant\Profile\Shopware6\Gateway\Api\Reader\SystemConfigReader' shared service.
  47314.      *
  47315.      * @return \SwagMigrationAssistant\Profile\Shopware6\Gateway\Api\Reader\SystemConfigReader
  47316.      */
  47317.     protected function getSystemConfigReaderService()
  47318.     {
  47319.         include_once \dirname(__DIR__4).'/vendor/store.shopware.com/swagmigrationassistant/Migration/Gateway/Reader/ReaderInterface.php';
  47320.         include_once \dirname(__DIR__4).'/vendor/store.shopware.com/swagmigrationassistant/Profile/Shopware6/Gateway/Api/Reader/ApiReader.php';
  47321.         include_once \dirname(__DIR__4).'/vendor/store.shopware.com/swagmigrationassistant/Profile/Shopware6/Gateway/Api/Reader/SystemConfigReader.php';
  47322.         $a = ($this->privates['SwagMigrationAssistant\\Profile\\Shopware6\\Gateway\\Connection\\ConnectionFactory'] ?? $this->getConnectionFactoryService());
  47323.         if (isset($this->privates['SwagMigrationAssistant\\Profile\\Shopware6\\Gateway\\Api\\Reader\\SystemConfigReader'])) {
  47324.             return $this->privates['SwagMigrationAssistant\\Profile\\Shopware6\\Gateway\\Api\\Reader\\SystemConfigReader'];
  47325.         }
  47326.         return $this->privates['SwagMigrationAssistant\\Profile\\Shopware6\\Gateway\\Api\\Reader\\SystemConfigReader'] = new \SwagMigrationAssistant\Profile\Shopware6\Gateway\Api\Reader\SystemConfigReader($a);
  47327.     }
  47328.     /**
  47329.      * Gets the private 'SwagMigrationAssistant\Profile\Shopware6\Gateway\Api\Reader\TaxReader' shared service.
  47330.      *
  47331.      * @return \SwagMigrationAssistant\Profile\Shopware6\Gateway\Api\Reader\TaxReader
  47332.      */
  47333.     protected function getTaxReaderService()
  47334.     {
  47335.         include_once \dirname(__DIR__4).'/vendor/store.shopware.com/swagmigrationassistant/Migration/Gateway/Reader/ReaderInterface.php';
  47336.         include_once \dirname(__DIR__4).'/vendor/store.shopware.com/swagmigrationassistant/Profile/Shopware6/Gateway/Api/Reader/ApiReader.php';
  47337.         include_once \dirname(__DIR__4).'/vendor/store.shopware.com/swagmigrationassistant/Profile/Shopware6/Gateway/Api/Reader/TaxReader.php';
  47338.         $a = ($this->privates['SwagMigrationAssistant\\Profile\\Shopware6\\Gateway\\Connection\\ConnectionFactory'] ?? $this->getConnectionFactoryService());
  47339.         if (isset($this->privates['SwagMigrationAssistant\\Profile\\Shopware6\\Gateway\\Api\\Reader\\TaxReader'])) {
  47340.             return $this->privates['SwagMigrationAssistant\\Profile\\Shopware6\\Gateway\\Api\\Reader\\TaxReader'];
  47341.         }
  47342.         return $this->privates['SwagMigrationAssistant\\Profile\\Shopware6\\Gateway\\Api\\Reader\\TaxReader'] = new \SwagMigrationAssistant\Profile\Shopware6\Gateway\Api\Reader\TaxReader($a);
  47343.     }
  47344.     /**
  47345.      * Gets the private 'SwagMigrationAssistant\Profile\Shopware6\Gateway\Api\Reader\TaxRuleReader' shared service.
  47346.      *
  47347.      * @return \SwagMigrationAssistant\Profile\Shopware6\Gateway\Api\Reader\TaxRuleReader
  47348.      */
  47349.     protected function getTaxRuleReaderService()
  47350.     {
  47351.         include_once \dirname(__DIR__4).'/vendor/store.shopware.com/swagmigrationassistant/Migration/Gateway/Reader/ReaderInterface.php';
  47352.         include_once \dirname(__DIR__4).'/vendor/store.shopware.com/swagmigrationassistant/Profile/Shopware6/Gateway/Api/Reader/ApiReader.php';
  47353.         include_once \dirname(__DIR__4).'/vendor/store.shopware.com/swagmigrationassistant/Profile/Shopware6/Gateway/Api/Reader/TaxRuleReader.php';
  47354.         $a = ($this->privates['SwagMigrationAssistant\\Profile\\Shopware6\\Gateway\\Connection\\ConnectionFactory'] ?? $this->getConnectionFactoryService());
  47355.         if (isset($this->privates['SwagMigrationAssistant\\Profile\\Shopware6\\Gateway\\Api\\Reader\\TaxRuleReader'])) {
  47356.             return $this->privates['SwagMigrationAssistant\\Profile\\Shopware6\\Gateway\\Api\\Reader\\TaxRuleReader'];
  47357.         }
  47358.         return $this->privates['SwagMigrationAssistant\\Profile\\Shopware6\\Gateway\\Api\\Reader\\TaxRuleReader'] = new \SwagMigrationAssistant\Profile\Shopware6\Gateway\Api\Reader\TaxRuleReader($a);
  47359.     }
  47360.     /**
  47361.      * Gets the private 'SwagMigrationAssistant\Profile\Shopware6\Gateway\Api\Reader\UnitReader' shared service.
  47362.      *
  47363.      * @return \SwagMigrationAssistant\Profile\Shopware6\Gateway\Api\Reader\UnitReader
  47364.      */
  47365.     protected function getUnitReaderService()
  47366.     {
  47367.         include_once \dirname(__DIR__4).'/vendor/store.shopware.com/swagmigrationassistant/Migration/Gateway/Reader/ReaderInterface.php';
  47368.         include_once \dirname(__DIR__4).'/vendor/store.shopware.com/swagmigrationassistant/Profile/Shopware6/Gateway/Api/Reader/ApiReader.php';
  47369.         include_once \dirname(__DIR__4).'/vendor/store.shopware.com/swagmigrationassistant/Profile/Shopware6/Gateway/Api/Reader/UnitReader.php';
  47370.         $a = ($this->privates['SwagMigrationAssistant\\Profile\\Shopware6\\Gateway\\Connection\\ConnectionFactory'] ?? $this->getConnectionFactoryService());
  47371.         if (isset($this->privates['SwagMigrationAssistant\\Profile\\Shopware6\\Gateway\\Api\\Reader\\UnitReader'])) {
  47372.             return $this->privates['SwagMigrationAssistant\\Profile\\Shopware6\\Gateway\\Api\\Reader\\UnitReader'];
  47373.         }
  47374.         return $this->privates['SwagMigrationAssistant\\Profile\\Shopware6\\Gateway\\Api\\Reader\\UnitReader'] = new \SwagMigrationAssistant\Profile\Shopware6\Gateway\Api\Reader\UnitReader($a);
  47375.     }
  47376.     /**
  47377.      * Gets the private 'SwagMigrationAssistant\Profile\Shopware6\Gateway\Api\Shopware6ApiGateway' shared service.
  47378.      *
  47379.      * @return \SwagMigrationAssistant\Profile\Shopware6\Gateway\Api\Shopware6ApiGateway
  47380.      */
  47381.     protected function getShopware6ApiGatewayService()
  47382.     {
  47383.         include_once \dirname(__DIR__4).'/vendor/store.shopware.com/swagmigrationassistant/Migration/Gateway/GatewayInterface.php';
  47384.         include_once \dirname(__DIR__4).'/vendor/store.shopware.com/swagmigrationassistant/Profile/Shopware6/Gateway/ShopwareGatewayInterface.php';
  47385.         include_once \dirname(__DIR__4).'/vendor/store.shopware.com/swagmigrationassistant/Profile/Shopware6/Gateway/Api/Shopware6ApiGateway.php';
  47386.         include_once \dirname(__DIR__4).'/vendor/store.shopware.com/swagmigrationassistant/Migration/Gateway/Reader/EnvironmentReaderInterface.php';
  47387.         include_once \dirname(__DIR__4).'/vendor/store.shopware.com/swagmigrationassistant/Profile/Shopware6/Gateway/Api/Reader/EnvironmentReader.php';
  47388.         include_once \dirname(__DIR__4).'/vendor/store.shopware.com/swagmigrationassistant/Profile/Shopware6/Gateway/TotalReaderInterface.php';
  47389.         include_once \dirname(__DIR__4).'/vendor/store.shopware.com/swagmigrationassistant/Profile/Shopware6/Gateway/Api/Reader/TotalReader.php';
  47390.         include_once \dirname(__DIR__4).'/vendor/store.shopware.com/swagmigrationassistant/Profile/Shopware6/Gateway/TableReaderInterface.php';
  47391.         include_once \dirname(__DIR__4).'/vendor/store.shopware.com/swagmigrationassistant/Profile/Shopware6/Gateway/Api/Reader/TableReader.php';
  47392.         $a = ($this->privates['SwagMigrationAssistant\\Profile\\Shopware6\\Gateway\\Connection\\ConnectionFactory'] ?? $this->getConnectionFactoryService());
  47393.         if (isset($this->privates['SwagMigrationAssistant\\Profile\\Shopware6\\Gateway\\Api\\Shopware6ApiGateway'])) {
  47394.             return $this->privates['SwagMigrationAssistant\\Profile\\Shopware6\\Gateway\\Api\\Shopware6ApiGateway'];
  47395.         }
  47396.         $b = ($this->services['currency.repository'] ?? $this->getCurrency_RepositoryService());
  47397.         if (isset($this->privates['SwagMigrationAssistant\\Profile\\Shopware6\\Gateway\\Api\\Shopware6ApiGateway'])) {
  47398.             return $this->privates['SwagMigrationAssistant\\Profile\\Shopware6\\Gateway\\Api\\Shopware6ApiGateway'];
  47399.         }
  47400.         $c = ($this->services['language.repository'] ?? $this->getLanguage_RepositoryService());
  47401.         if (isset($this->privates['SwagMigrationAssistant\\Profile\\Shopware6\\Gateway\\Api\\Shopware6ApiGateway'])) {
  47402.             return $this->privates['SwagMigrationAssistant\\Profile\\Shopware6\\Gateway\\Api\\Shopware6ApiGateway'];
  47403.         }
  47404.         return $this->privates['SwagMigrationAssistant\\Profile\\Shopware6\\Gateway\\Api\\Shopware6ApiGateway'] = new \SwagMigrationAssistant\Profile\Shopware6\Gateway\Api\Shopware6ApiGateway(($this->privates['SwagMigrationAssistant\\Migration\\Gateway\\Reader\\ReaderRegistry'] ?? $this->getReaderRegistryService()), new \SwagMigrationAssistant\Profile\Shopware6\Gateway\Api\Reader\EnvironmentReader($a), $b$c, new \SwagMigrationAssistant\Profile\Shopware6\Gateway\Api\Reader\TotalReader($a), new \SwagMigrationAssistant\Profile\Shopware6\Gateway\Api\Reader\TableReader($a));
  47405.     }
  47406.     /**
  47407.      * Gets the private 'SwagMigrationAssistant\Profile\Shopware6\Gateway\Connection\ConnectionFactory' shared service.
  47408.      *
  47409.      * @return \SwagMigrationAssistant\Profile\Shopware6\Gateway\Connection\ConnectionFactory
  47410.      */
  47411.     protected function getConnectionFactoryService()
  47412.     {
  47413.         include_once \dirname(__DIR__4).'/vendor/store.shopware.com/swagmigrationassistant/Profile/Shopware6/Gateway/Connection/ConnectionFactoryInterface.php';
  47414.         include_once \dirname(__DIR__4).'/vendor/store.shopware.com/swagmigrationassistant/Profile/Shopware6/Gateway/Connection/ConnectionFactory.php';
  47415.         $a = ($this->services['swag_migration_connection.repository'] ?? $this->getSwagMigrationConnection_RepositoryService());
  47416.         if (isset($this->privates['SwagMigrationAssistant\\Profile\\Shopware6\\Gateway\\Connection\\ConnectionFactory'])) {
  47417.             return $this->privates['SwagMigrationAssistant\\Profile\\Shopware6\\Gateway\\Connection\\ConnectionFactory'];
  47418.         }
  47419.         return $this->privates['SwagMigrationAssistant\\Profile\\Shopware6\\Gateway\\Connection\\ConnectionFactory'] = new \SwagMigrationAssistant\Profile\Shopware6\Gateway\Connection\ConnectionFactory($a);
  47420.     }
  47421.     /**
  47422.      * Gets the private 'SwagMigrationAssistant\Profile\Shopware6\Mapping\Shopware6MappingService' shared service.
  47423.      *
  47424.      * @return \SwagMigrationAssistant\Profile\Shopware6\Mapping\Shopware6MappingService
  47425.      */
  47426.     protected function getShopware6MappingServiceService()
  47427.     {
  47428.         include_once \dirname(__DIR__4).'/vendor/store.shopware.com/swagmigrationassistant/Migration/Mapping/MappingServiceInterface.php';
  47429.         include_once \dirname(__DIR__4).'/vendor/store.shopware.com/swagmigrationassistant/Migration/Mapping/MappingService.php';
  47430.         include_once \dirname(__DIR__4).'/vendor/store.shopware.com/swagmigrationassistant/Profile/Shopware6/Mapping/Shopware6MappingServiceInterface.php';
  47431.         include_once \dirname(__DIR__4).'/vendor/store.shopware.com/swagmigrationassistant/Profile/Shopware6/Mapping/Shopware6MappingService.php';
  47432.         $a = ($this->services['swag_migration_mapping.repository'] ?? $this->getSwagMigrationMapping_RepositoryService());
  47433.         if (isset($this->privates['SwagMigrationAssistant\\Profile\\Shopware6\\Mapping\\Shopware6MappingService'])) {
  47434.             return $this->privates['SwagMigrationAssistant\\Profile\\Shopware6\\Mapping\\Shopware6MappingService'];
  47435.         }
  47436.         $b = ($this->services['locale.repository'] ?? $this->getLocale_RepositoryService());
  47437.         if (isset($this->privates['SwagMigrationAssistant\\Profile\\Shopware6\\Mapping\\Shopware6MappingService'])) {
  47438.             return $this->privates['SwagMigrationAssistant\\Profile\\Shopware6\\Mapping\\Shopware6MappingService'];
  47439.         }
  47440.         $c = ($this->services['language.repository'] ?? $this->getLanguage_RepositoryService());
  47441.         if (isset($this->privates['SwagMigrationAssistant\\Profile\\Shopware6\\Mapping\\Shopware6MappingService'])) {
  47442.             return $this->privates['SwagMigrationAssistant\\Profile\\Shopware6\\Mapping\\Shopware6MappingService'];
  47443.         }
  47444.         $d = ($this->services['country.repository'] ?? $this->getCountry_RepositoryService());
  47445.         if (isset($this->privates['SwagMigrationAssistant\\Profile\\Shopware6\\Mapping\\Shopware6MappingService'])) {
  47446.             return $this->privates['SwagMigrationAssistant\\Profile\\Shopware6\\Mapping\\Shopware6MappingService'];
  47447.         }
  47448.         $e = ($this->services['currency.repository'] ?? $this->getCurrency_RepositoryService());
  47449.         if (isset($this->privates['SwagMigrationAssistant\\Profile\\Shopware6\\Mapping\\Shopware6MappingService'])) {
  47450.             return $this->privates['SwagMigrationAssistant\\Profile\\Shopware6\\Mapping\\Shopware6MappingService'];
  47451.         }
  47452.         $f = ($this->services['tax.repository'] ?? $this->getTax_RepositoryService());
  47453.         if (isset($this->privates['SwagMigrationAssistant\\Profile\\Shopware6\\Mapping\\Shopware6MappingService'])) {
  47454.             return $this->privates['SwagMigrationAssistant\\Profile\\Shopware6\\Mapping\\Shopware6MappingService'];
  47455.         }
  47456.         $g = ($this->services['number_range.repository'] ?? $this->getNumberRange_RepositoryService());
  47457.         if (isset($this->privates['SwagMigrationAssistant\\Profile\\Shopware6\\Mapping\\Shopware6MappingService'])) {
  47458.             return $this->privates['SwagMigrationAssistant\\Profile\\Shopware6\\Mapping\\Shopware6MappingService'];
  47459.         }
  47460.         $h = ($this->services['rule.repository'] ?? $this->getRule_RepositoryService());
  47461.         if (isset($this->privates['SwagMigrationAssistant\\Profile\\Shopware6\\Mapping\\Shopware6MappingService'])) {
  47462.             return $this->privates['SwagMigrationAssistant\\Profile\\Shopware6\\Mapping\\Shopware6MappingService'];
  47463.         }
  47464.         $i = ($this->services['media_thumbnail_size.repository'] ?? $this->getMediaThumbnailSize_RepositoryService());
  47465.         if (isset($this->privates['SwagMigrationAssistant\\Profile\\Shopware6\\Mapping\\Shopware6MappingService'])) {
  47466.             return $this->privates['SwagMigrationAssistant\\Profile\\Shopware6\\Mapping\\Shopware6MappingService'];
  47467.         }
  47468.         $j = ($this->services['media_default_folder.repository'] ?? $this->getMediaDefaultFolder_RepositoryService());
  47469.         if (isset($this->privates['SwagMigrationAssistant\\Profile\\Shopware6\\Mapping\\Shopware6MappingService'])) {
  47470.             return $this->privates['SwagMigrationAssistant\\Profile\\Shopware6\\Mapping\\Shopware6MappingService'];
  47471.         }
  47472.         $k = ($this->services['category.repository'] ?? $this->getCategory_RepositoryService());
  47473.         if (isset($this->privates['SwagMigrationAssistant\\Profile\\Shopware6\\Mapping\\Shopware6MappingService'])) {
  47474.             return $this->privates['SwagMigrationAssistant\\Profile\\Shopware6\\Mapping\\Shopware6MappingService'];
  47475.         }
  47476.         $l = ($this->services['cms_page.repository'] ?? $this->getCmsPage_RepositoryService());
  47477.         if (isset($this->privates['SwagMigrationAssistant\\Profile\\Shopware6\\Mapping\\Shopware6MappingService'])) {
  47478.             return $this->privates['SwagMigrationAssistant\\Profile\\Shopware6\\Mapping\\Shopware6MappingService'];
  47479.         }
  47480.         $m = ($this->services['delivery_time.repository'] ?? $this->getDeliveryTime_RepositoryService());
  47481.         if (isset($this->privates['SwagMigrationAssistant\\Profile\\Shopware6\\Mapping\\Shopware6MappingService'])) {
  47482.             return $this->privates['SwagMigrationAssistant\\Profile\\Shopware6\\Mapping\\Shopware6MappingService'];
  47483.         }
  47484.         $n = ($this->services['document_type.repository'] ?? $this->getDocumentType_RepositoryService());
  47485.         if (isset($this->privates['SwagMigrationAssistant\\Profile\\Shopware6\\Mapping\\Shopware6MappingService'])) {
  47486.             return $this->privates['SwagMigrationAssistant\\Profile\\Shopware6\\Mapping\\Shopware6MappingService'];
  47487.         }
  47488.         $o = ($this->services['Shopware\\Core\\Framework\\DataAbstractionLayer\\Write\\EntityWriter'] ?? $this->getEntityWriterService());
  47489.         if (isset($this->privates['SwagMigrationAssistant\\Profile\\Shopware6\\Mapping\\Shopware6MappingService'])) {
  47490.             return $this->privates['SwagMigrationAssistant\\Profile\\Shopware6\\Mapping\\Shopware6MappingService'];
  47491.         }
  47492.         $p = ($this->services['number_range_type.repository'] ?? $this->getNumberRangeType_RepositoryService());
  47493.         if (isset($this->privates['SwagMigrationAssistant\\Profile\\Shopware6\\Mapping\\Shopware6MappingService'])) {
  47494.             return $this->privates['SwagMigrationAssistant\\Profile\\Shopware6\\Mapping\\Shopware6MappingService'];
  47495.         }
  47496.         $q = ($this->services['mail_template_type.repository'] ?? $this->getMailTemplateType_RepositoryService());
  47497.         if (isset($this->privates['SwagMigrationAssistant\\Profile\\Shopware6\\Mapping\\Shopware6MappingService'])) {
  47498.             return $this->privates['SwagMigrationAssistant\\Profile\\Shopware6\\Mapping\\Shopware6MappingService'];
  47499.         }
  47500.         $r = ($this->services['mail_template.repository'] ?? $this->getMailTemplate_RepositoryService());
  47501.         if (isset($this->privates['SwagMigrationAssistant\\Profile\\Shopware6\\Mapping\\Shopware6MappingService'])) {
  47502.             return $this->privates['SwagMigrationAssistant\\Profile\\Shopware6\\Mapping\\Shopware6MappingService'];
  47503.         }
  47504.         $s = ($this->services['salutation.repository'] ?? $this->getSalutation_RepositoryService());
  47505.         if (isset($this->privates['SwagMigrationAssistant\\Profile\\Shopware6\\Mapping\\Shopware6MappingService'])) {
  47506.             return $this->privates['SwagMigrationAssistant\\Profile\\Shopware6\\Mapping\\Shopware6MappingService'];
  47507.         }
  47508.         $t = ($this->services['seo_url_template.repository'] ?? $this->getSeoUrlTemplate_RepositoryService());
  47509.         if (isset($this->privates['SwagMigrationAssistant\\Profile\\Shopware6\\Mapping\\Shopware6MappingService'])) {
  47510.             return $this->privates['SwagMigrationAssistant\\Profile\\Shopware6\\Mapping\\Shopware6MappingService'];
  47511.         }
  47512.         $u = ($this->services['system_config.repository'] ?? $this->getSystemConfig_RepositoryService());
  47513.         if (isset($this->privates['SwagMigrationAssistant\\Profile\\Shopware6\\Mapping\\Shopware6MappingService'])) {
  47514.             return $this->privates['SwagMigrationAssistant\\Profile\\Shopware6\\Mapping\\Shopware6MappingService'];
  47515.         }
  47516.         $v = ($this->services['product_sorting.repository'] ?? $this->getProductSorting_RepositoryService());
  47517.         if (isset($this->privates['SwagMigrationAssistant\\Profile\\Shopware6\\Mapping\\Shopware6MappingService'])) {
  47518.             return $this->privates['SwagMigrationAssistant\\Profile\\Shopware6\\Mapping\\Shopware6MappingService'];
  47519.         }
  47520.         $w = ($this->services['state_machine_state.repository'] ?? $this->getStateMachineState_RepositoryService());
  47521.         if (isset($this->privates['SwagMigrationAssistant\\Profile\\Shopware6\\Mapping\\Shopware6MappingService'])) {
  47522.             return $this->privates['SwagMigrationAssistant\\Profile\\Shopware6\\Mapping\\Shopware6MappingService'];
  47523.         }
  47524.         $x = ($this->services['document_base_config.repository'] ?? $this->getDocumentBaseConfig_RepositoryService());
  47525.         if (isset($this->privates['SwagMigrationAssistant\\Profile\\Shopware6\\Mapping\\Shopware6MappingService'])) {
  47526.             return $this->privates['SwagMigrationAssistant\\Profile\\Shopware6\\Mapping\\Shopware6MappingService'];
  47527.         }
  47528.         $y = ($this->services['country_state.repository'] ?? $this->getCountryState_RepositoryService());
  47529.         if (isset($this->privates['SwagMigrationAssistant\\Profile\\Shopware6\\Mapping\\Shopware6MappingService'])) {
  47530.             return $this->privates['SwagMigrationAssistant\\Profile\\Shopware6\\Mapping\\Shopware6MappingService'];
  47531.         }
  47532.         $z = ($this->services['tax_rule.repository'] ?? $this->getTaxRule_RepositoryService());
  47533.         if (isset($this->privates['SwagMigrationAssistant\\Profile\\Shopware6\\Mapping\\Shopware6MappingService'])) {
  47534.             return $this->privates['SwagMigrationAssistant\\Profile\\Shopware6\\Mapping\\Shopware6MappingService'];
  47535.         }
  47536.         $aa = ($this->services['tax_rule_type.repository'] ?? $this->getTaxRuleType_RepositoryService());
  47537.         if (isset($this->privates['SwagMigrationAssistant\\Profile\\Shopware6\\Mapping\\Shopware6MappingService'])) {
  47538.             return $this->privates['SwagMigrationAssistant\\Profile\\Shopware6\\Mapping\\Shopware6MappingService'];
  47539.         }
  47540.         return $this->privates['SwagMigrationAssistant\\Profile\\Shopware6\\Mapping\\Shopware6MappingService'] = new \SwagMigrationAssistant\Profile\Shopware6\Mapping\Shopware6MappingService($a$b$c$d$e$f$g$h$i$j$k$l$m$n$o, ($this->services['SwagMigrationAssistant\\Migration\\Mapping\\SwagMigrationMappingDefinition'] ?? $this->getSwagMigrationMappingDefinitionService()), $p$q$r$s$t$u$v$w$x$y$z$aa);
  47541.     }
  47542.     /**
  47543.      * Gets the private 'SwagMigrationAssistant\Profile\Shopware6\Media\HttpMediaDownloadService' shared service.
  47544.      *
  47545.      * @return \SwagMigrationAssistant\Profile\Shopware6\Media\HttpMediaDownloadService
  47546.      */
  47547.     protected function getHttpMediaDownloadService2Service()
  47548.     {
  47549.         include_once \dirname(__DIR__4).'/vendor/store.shopware.com/swagmigrationassistant/Profile/Shopware/Media/BaseMediaService.php';
  47550.         include_once \dirname(__DIR__4).'/vendor/store.shopware.com/swagmigrationassistant/Migration/Media/MediaFileProcessorInterface.php';
  47551.         include_once \dirname(__DIR__4).'/vendor/store.shopware.com/swagmigrationassistant/Profile/Shopware/Media/HttpMediaDownloadService.php';
  47552.         include_once \dirname(__DIR__4).'/vendor/store.shopware.com/swagmigrationassistant/Profile/Shopware6/Media/HttpMediaDownloadService.php';
  47553.         $a = ($this->services['swag_migration_media_file.repository'] ?? $this->getSwagMigrationMediaFile_RepositoryService());
  47554.         if (isset($this->privates['SwagMigrationAssistant\\Profile\\Shopware6\\Media\\HttpMediaDownloadService'])) {
  47555.             return $this->privates['SwagMigrationAssistant\\Profile\\Shopware6\\Media\\HttpMediaDownloadService'];
  47556.         }
  47557.         $b = ($this->services['Shopware\\Core\\Content\\Media\\File\\FileSaver'] ?? $this->getFileSaverService());
  47558.         if (isset($this->privates['SwagMigrationAssistant\\Profile\\Shopware6\\Media\\HttpMediaDownloadService'])) {
  47559.             return $this->privates['SwagMigrationAssistant\\Profile\\Shopware6\\Media\\HttpMediaDownloadService'];
  47560.         }
  47561.         $c = ($this->privates['SwagMigrationAssistant\\Migration\\Logging\\LoggingService'] ?? $this->getLoggingService2Service());
  47562.         if (isset($this->privates['SwagMigrationAssistant\\Profile\\Shopware6\\Media\\HttpMediaDownloadService'])) {
  47563.             return $this->privates['SwagMigrationAssistant\\Profile\\Shopware6\\Media\\HttpMediaDownloadService'];
  47564.         }
  47565.         return $this->privates['SwagMigrationAssistant\\Profile\\Shopware6\\Media\\HttpMediaDownloadService'] = new \SwagMigrationAssistant\Profile\Shopware6\Media\HttpMediaDownloadService($a$b$c, ($this->services['Doctrine\\DBAL\\Connection'] ?? $this->getConnectionService()));
  47566.     }
  47567.     /**
  47568.      * Gets the private 'SwagMigrationAssistant\Profile\Shopware6\Media\HttpOrderDocumentGenerationService' shared service.
  47569.      *
  47570.      * @return \SwagMigrationAssistant\Profile\Shopware6\Media\HttpOrderDocumentGenerationService
  47571.      */
  47572.     protected function getHttpOrderDocumentGenerationServiceService()
  47573.     {
  47574.         include_once \dirname(__DIR__4).'/vendor/store.shopware.com/swagmigrationassistant/Profile/Shopware/Media/BaseMediaService.php';
  47575.         include_once \dirname(__DIR__4).'/vendor/store.shopware.com/swagmigrationassistant/Migration/Media/MediaFileProcessorInterface.php';
  47576.         include_once \dirname(__DIR__4).'/vendor/store.shopware.com/swagmigrationassistant/Profile/Shopware6/Media/HttpOrderDocumentGenerationService.php';
  47577.         $a = ($this->services['document.repository'] ?? $this->getDocument_RepositoryService());
  47578.         if (isset($this->privates['SwagMigrationAssistant\\Profile\\Shopware6\\Media\\HttpOrderDocumentGenerationService'])) {
  47579.             return $this->privates['SwagMigrationAssistant\\Profile\\Shopware6\\Media\\HttpOrderDocumentGenerationService'];
  47580.         }
  47581.         $b = ($this->services['swag_migration_media_file.repository'] ?? $this->getSwagMigrationMediaFile_RepositoryService());
  47582.         if (isset($this->privates['SwagMigrationAssistant\\Profile\\Shopware6\\Media\\HttpOrderDocumentGenerationService'])) {
  47583.             return $this->privates['SwagMigrationAssistant\\Profile\\Shopware6\\Media\\HttpOrderDocumentGenerationService'];
  47584.         }
  47585.         $c = ($this->privates['SwagMigrationAssistant\\Migration\\Logging\\LoggingService'] ?? $this->getLoggingService2Service());
  47586.         if (isset($this->privates['SwagMigrationAssistant\\Profile\\Shopware6\\Media\\HttpOrderDocumentGenerationService'])) {
  47587.             return $this->privates['SwagMigrationAssistant\\Profile\\Shopware6\\Media\\HttpOrderDocumentGenerationService'];
  47588.         }
  47589.         $d = ($this->privates['SwagMigrationAssistant\\Profile\\Shopware6\\Mapping\\Shopware6MappingService'] ?? $this->getShopware6MappingServiceService());
  47590.         if (isset($this->privates['SwagMigrationAssistant\\Profile\\Shopware6\\Media\\HttpOrderDocumentGenerationService'])) {
  47591.             return $this->privates['SwagMigrationAssistant\\Profile\\Shopware6\\Media\\HttpOrderDocumentGenerationService'];
  47592.         }
  47593.         $e = ($this->privates['Shopware\\Core\\Content\\Media\\MediaService'] ?? $this->getMediaServiceService());
  47594.         if (isset($this->privates['SwagMigrationAssistant\\Profile\\Shopware6\\Media\\HttpOrderDocumentGenerationService'])) {
  47595.             return $this->privates['SwagMigrationAssistant\\Profile\\Shopware6\\Media\\HttpOrderDocumentGenerationService'];
  47596.         }
  47597.         $f = ($this->privates['SwagMigrationAssistant\\Profile\\Shopware6\\Gateway\\Connection\\ConnectionFactory'] ?? $this->getConnectionFactoryService());
  47598.         if (isset($this->privates['SwagMigrationAssistant\\Profile\\Shopware6\\Media\\HttpOrderDocumentGenerationService'])) {
  47599.             return $this->privates['SwagMigrationAssistant\\Profile\\Shopware6\\Media\\HttpOrderDocumentGenerationService'];
  47600.         }
  47601.         return $this->privates['SwagMigrationAssistant\\Profile\\Shopware6\\Media\\HttpOrderDocumentGenerationService'] = new \SwagMigrationAssistant\Profile\Shopware6\Media\HttpOrderDocumentGenerationService($a$b$c$d$e$f, ($this->services['Doctrine\\DBAL\\Connection'] ?? $this->getConnectionService()));
  47602.     }
  47603.     /**
  47604.      * Gets the private 'SwagMigrationAssistant\Profile\Shopware6\Media\HttpOrderDocumentService' shared service.
  47605.      *
  47606.      * @return \SwagMigrationAssistant\Profile\Shopware6\Media\HttpOrderDocumentService
  47607.      */
  47608.     protected function getHttpOrderDocumentServiceService()
  47609.     {
  47610.         include_once \dirname(__DIR__4).'/vendor/store.shopware.com/swagmigrationassistant/Profile/Shopware/Media/BaseMediaService.php';
  47611.         include_once \dirname(__DIR__4).'/vendor/store.shopware.com/swagmigrationassistant/Migration/Media/MediaFileProcessorInterface.php';
  47612.         include_once \dirname(__DIR__4).'/vendor/store.shopware.com/swagmigrationassistant/Profile/Shopware/Media/HttpMediaDownloadService.php';
  47613.         include_once \dirname(__DIR__4).'/vendor/store.shopware.com/swagmigrationassistant/Profile/Shopware6/Media/HttpMediaDownloadService.php';
  47614.         include_once \dirname(__DIR__4).'/vendor/store.shopware.com/swagmigrationassistant/Profile/Shopware6/Media/HttpOrderDocumentService.php';
  47615.         $a = ($this->services['swag_migration_media_file.repository'] ?? $this->getSwagMigrationMediaFile_RepositoryService());
  47616.         if (isset($this->privates['SwagMigrationAssistant\\Profile\\Shopware6\\Media\\HttpOrderDocumentService'])) {
  47617.             return $this->privates['SwagMigrationAssistant\\Profile\\Shopware6\\Media\\HttpOrderDocumentService'];
  47618.         }
  47619.         $b = ($this->services['Shopware\\Core\\Content\\Media\\File\\FileSaver'] ?? $this->getFileSaverService());
  47620.         if (isset($this->privates['SwagMigrationAssistant\\Profile\\Shopware6\\Media\\HttpOrderDocumentService'])) {
  47621.             return $this->privates['SwagMigrationAssistant\\Profile\\Shopware6\\Media\\HttpOrderDocumentService'];
  47622.         }
  47623.         $c = ($this->privates['SwagMigrationAssistant\\Migration\\Logging\\LoggingService'] ?? $this->getLoggingService2Service());
  47624.         if (isset($this->privates['SwagMigrationAssistant\\Profile\\Shopware6\\Media\\HttpOrderDocumentService'])) {
  47625.             return $this->privates['SwagMigrationAssistant\\Profile\\Shopware6\\Media\\HttpOrderDocumentService'];
  47626.         }
  47627.         return $this->privates['SwagMigrationAssistant\\Profile\\Shopware6\\Media\\HttpOrderDocumentService'] = new \SwagMigrationAssistant\Profile\Shopware6\Media\HttpOrderDocumentService($a$b$c, ($this->services['Doctrine\\DBAL\\Connection'] ?? $this->getConnectionService()));
  47628.     }
  47629.     /**
  47630.      * Gets the private 'SwagMigrationAssistant\Profile\Shopware6\Premapping\PaymentMethodReader' shared service.
  47631.      *
  47632.      * @return \SwagMigrationAssistant\Profile\Shopware6\Premapping\PaymentMethodReader
  47633.      */
  47634.     protected function getPaymentMethodReader2Service()
  47635.     {
  47636.         include_once \dirname(__DIR__4).'/vendor/store.shopware.com/swagmigrationassistant/Migration/Premapping/PremappingReaderInterface.php';
  47637.         include_once \dirname(__DIR__4).'/vendor/store.shopware.com/swagmigrationassistant/Migration/Premapping/AbstractPremappingReader.php';
  47638.         include_once \dirname(__DIR__4).'/vendor/store.shopware.com/swagmigrationassistant/Profile/Shopware6/Premapping/PaymentMethodReader.php';
  47639.         return $this->privates['SwagMigrationAssistant\\Profile\\Shopware6\\Premapping\\PaymentMethodReader'] = new \SwagMigrationAssistant\Profile\Shopware6\Premapping\PaymentMethodReader(($this->services['payment_method.repository'] ?? $this->getPaymentMethod_RepositoryService()), ($this->privates['SwagMigrationAssistant\\Migration\\Gateway\\GatewayRegistry'] ?? $this->getGatewayRegistryService()));
  47640.     }
  47641.     /**
  47642.      * Gets the private 'SwagMigrationAssistant\Profile\Shopware6\Writer\CategoryAssociationWriter' shared service.
  47643.      *
  47644.      * @return \SwagMigrationAssistant\Profile\Shopware6\Writer\CategoryAssociationWriter
  47645.      */
  47646.     protected function getCategoryAssociationWriterService()
  47647.     {
  47648.         include_once \dirname(__DIR__4).'/vendor/store.shopware.com/swagmigrationassistant/Migration/Writer/WriterInterface.php';
  47649.         include_once \dirname(__DIR__4).'/vendor/store.shopware.com/swagmigrationassistant/Migration/Writer/AbstractWriter.php';
  47650.         include_once \dirname(__DIR__4).'/vendor/store.shopware.com/swagmigrationassistant/Profile/Shopware6/Writer/CategoryAssociationWriter.php';
  47651.         return $this->privates['SwagMigrationAssistant\\Profile\\Shopware6\\Writer\\CategoryAssociationWriter'] = new \SwagMigrationAssistant\Profile\Shopware6\Writer\CategoryAssociationWriter(($this->services['Shopware\\Core\\Framework\\DataAbstractionLayer\\Write\\EntityWriter'] ?? $this->getEntityWriterService()), ($this->services['Shopware\\Core\\Content\\Category\\CategoryDefinition'] ?? $this->getCategoryDefinition2Service()));
  47652.     }
  47653.     /**
  47654.      * Gets the private 'SwagMigrationAssistant\Profile\Shopware6\Writer\CategoryCmsPageAssociationWriter' shared service.
  47655.      *
  47656.      * @return \SwagMigrationAssistant\Profile\Shopware6\Writer\CategoryCmsPageAssociationWriter
  47657.      */
  47658.     protected function getCategoryCmsPageAssociationWriterService()
  47659.     {
  47660.         include_once \dirname(__DIR__4).'/vendor/store.shopware.com/swagmigrationassistant/Migration/Writer/WriterInterface.php';
  47661.         include_once \dirname(__DIR__4).'/vendor/store.shopware.com/swagmigrationassistant/Migration/Writer/AbstractWriter.php';
  47662.         include_once \dirname(__DIR__4).'/vendor/store.shopware.com/swagmigrationassistant/Profile/Shopware6/Writer/CategoryCmsPageAssociationWriter.php';
  47663.         return $this->privates['SwagMigrationAssistant\\Profile\\Shopware6\\Writer\\CategoryCmsPageAssociationWriter'] = new \SwagMigrationAssistant\Profile\Shopware6\Writer\CategoryCmsPageAssociationWriter(($this->services['Shopware\\Core\\Framework\\DataAbstractionLayer\\Write\\EntityWriter'] ?? $this->getEntityWriterService()), ($this->services['Shopware\\Core\\Content\\Category\\CategoryDefinition'] ?? $this->getCategoryDefinition2Service()));
  47664.     }
  47665.     /**
  47666.      * Gets the private 'SwagMigrationAssistant\Profile\Shopware6\Writer\CmsPageWriter' shared service.
  47667.      *
  47668.      * @return \SwagMigrationAssistant\Profile\Shopware6\Writer\CmsPageWriter
  47669.      */
  47670.     protected function getCmsPageWriterService()
  47671.     {
  47672.         include_once \dirname(__DIR__4).'/vendor/store.shopware.com/swagmigrationassistant/Migration/Writer/WriterInterface.php';
  47673.         include_once \dirname(__DIR__4).'/vendor/store.shopware.com/swagmigrationassistant/Migration/Writer/AbstractWriter.php';
  47674.         include_once \dirname(__DIR__4).'/vendor/store.shopware.com/swagmigrationassistant/Profile/Shopware6/Writer/CmsPageWriter.php';
  47675.         return $this->privates['SwagMigrationAssistant\\Profile\\Shopware6\\Writer\\CmsPageWriter'] = new \SwagMigrationAssistant\Profile\Shopware6\Writer\CmsPageWriter(($this->services['Shopware\\Core\\Framework\\DataAbstractionLayer\\Write\\EntityWriter'] ?? $this->getEntityWriterService()), ($this->services['Shopware\\Core\\Content\\Cms\\CmsPageDefinition'] ?? $this->getCmsPageDefinitionService()));
  47676.     }
  47677.     /**
  47678.      * Gets the private 'SwagMigrationAssistant\Profile\Shopware6\Writer\CountryStateWriter' shared service.
  47679.      *
  47680.      * @return \SwagMigrationAssistant\Profile\Shopware6\Writer\CountryStateWriter
  47681.      */
  47682.     protected function getCountryStateWriterService()
  47683.     {
  47684.         include_once \dirname(__DIR__4).'/vendor/store.shopware.com/swagmigrationassistant/Migration/Writer/WriterInterface.php';
  47685.         include_once \dirname(__DIR__4).'/vendor/store.shopware.com/swagmigrationassistant/Migration/Writer/AbstractWriter.php';
  47686.         include_once \dirname(__DIR__4).'/vendor/store.shopware.com/swagmigrationassistant/Profile/Shopware6/Writer/CountryStateWriter.php';
  47687.         return $this->privates['SwagMigrationAssistant\\Profile\\Shopware6\\Writer\\CountryStateWriter'] = new \SwagMigrationAssistant\Profile\Shopware6\Writer\CountryStateWriter(($this->services['Shopware\\Core\\Framework\\DataAbstractionLayer\\Write\\EntityWriter'] ?? $this->getEntityWriterService()), ($this->services['Shopware\\Core\\System\\Country\\Aggregate\\CountryState\\CountryStateDefinition'] ?? $this->getCountryStateDefinitionService()));
  47688.     }
  47689.     /**
  47690.      * Gets the private 'SwagMigrationAssistant\Profile\Shopware6\Writer\CustomFieldSetWriter' shared service.
  47691.      *
  47692.      * @return \SwagMigrationAssistant\Profile\Shopware6\Writer\CustomFieldSetWriter
  47693.      */
  47694.     protected function getCustomFieldSetWriterService()
  47695.     {
  47696.         include_once \dirname(__DIR__4).'/vendor/store.shopware.com/swagmigrationassistant/Migration/Writer/WriterInterface.php';
  47697.         include_once \dirname(__DIR__4).'/vendor/store.shopware.com/swagmigrationassistant/Migration/Writer/AbstractWriter.php';
  47698.         include_once \dirname(__DIR__4).'/vendor/store.shopware.com/swagmigrationassistant/Profile/Shopware6/Writer/CustomFieldSetWriter.php';
  47699.         return $this->privates['SwagMigrationAssistant\\Profile\\Shopware6\\Writer\\CustomFieldSetWriter'] = new \SwagMigrationAssistant\Profile\Shopware6\Writer\CustomFieldSetWriter(($this->services['Shopware\\Core\\Framework\\DataAbstractionLayer\\Write\\EntityWriter'] ?? $this->getEntityWriterService()), ($this->services['Shopware\\Core\\System\\CustomField\\Aggregate\\CustomFieldSet\\CustomFieldSetDefinition'] ?? $this->getCustomFieldSetDefinitionService()));
  47700.     }
  47701.     /**
  47702.      * Gets the private 'SwagMigrationAssistant\Profile\Shopware6\Writer\DeliveryTimeWriter' shared service.
  47703.      *
  47704.      * @return \SwagMigrationAssistant\Profile\Shopware6\Writer\DeliveryTimeWriter
  47705.      */
  47706.     protected function getDeliveryTimeWriterService()
  47707.     {
  47708.         include_once \dirname(__DIR__4).'/vendor/store.shopware.com/swagmigrationassistant/Migration/Writer/WriterInterface.php';
  47709.         include_once \dirname(__DIR__4).'/vendor/store.shopware.com/swagmigrationassistant/Migration/Writer/AbstractWriter.php';
  47710.         include_once \dirname(__DIR__4).'/vendor/store.shopware.com/swagmigrationassistant/Profile/Shopware6/Writer/DeliveryTimeWriter.php';
  47711.         return $this->privates['SwagMigrationAssistant\\Profile\\Shopware6\\Writer\\DeliveryTimeWriter'] = new \SwagMigrationAssistant\Profile\Shopware6\Writer\DeliveryTimeWriter(($this->services['Shopware\\Core\\Framework\\DataAbstractionLayer\\Write\\EntityWriter'] ?? $this->getEntityWriterService()), ($this->services['Shopware\\Core\\System\\DeliveryTime\\DeliveryTimeDefinition'] ?? $this->getDeliveryTimeDefinitionService()));
  47712.     }
  47713.     /**
  47714.      * Gets the private 'SwagMigrationAssistant\Profile\Shopware6\Writer\DocumentBaseConfigWriter' shared service.
  47715.      *
  47716.      * @return \SwagMigrationAssistant\Profile\Shopware6\Writer\DocumentBaseConfigWriter
  47717.      */
  47718.     protected function getDocumentBaseConfigWriterService()
  47719.     {
  47720.         include_once \dirname(__DIR__4).'/vendor/store.shopware.com/swagmigrationassistant/Migration/Writer/WriterInterface.php';
  47721.         include_once \dirname(__DIR__4).'/vendor/store.shopware.com/swagmigrationassistant/Migration/Writer/AbstractWriter.php';
  47722.         include_once \dirname(__DIR__4).'/vendor/store.shopware.com/swagmigrationassistant/Profile/Shopware6/Writer/DocumentBaseConfigWriter.php';
  47723.         return $this->privates['SwagMigrationAssistant\\Profile\\Shopware6\\Writer\\DocumentBaseConfigWriter'] = new \SwagMigrationAssistant\Profile\Shopware6\Writer\DocumentBaseConfigWriter(($this->services['Shopware\\Core\\Framework\\DataAbstractionLayer\\Write\\EntityWriter'] ?? $this->getEntityWriterService()), ($this->services['Shopware\\Core\\Checkout\\Document\\Aggregate\\DocumentBaseConfig\\DocumentBaseConfigDefinition'] ?? $this->getDocumentBaseConfigDefinitionService()));
  47724.     }
  47725.     /**
  47726.      * Gets the private 'SwagMigrationAssistant\Profile\Shopware6\Writer\DocumentInheritanceWriter' shared service.
  47727.      *
  47728.      * @return \SwagMigrationAssistant\Profile\Shopware6\Writer\DocumentInheritanceWriter
  47729.      */
  47730.     protected function getDocumentInheritanceWriterService()
  47731.     {
  47732.         include_once \dirname(__DIR__4).'/vendor/store.shopware.com/swagmigrationassistant/Migration/Writer/WriterInterface.php';
  47733.         include_once \dirname(__DIR__4).'/vendor/store.shopware.com/swagmigrationassistant/Migration/Writer/AbstractWriter.php';
  47734.         include_once \dirname(__DIR__4).'/vendor/store.shopware.com/swagmigrationassistant/Profile/Shopware6/Writer/DocumentInheritanceWriter.php';
  47735.         return $this->privates['SwagMigrationAssistant\\Profile\\Shopware6\\Writer\\DocumentInheritanceWriter'] = new \SwagMigrationAssistant\Profile\Shopware6\Writer\DocumentInheritanceWriter(($this->services['Shopware\\Core\\Framework\\DataAbstractionLayer\\Write\\EntityWriter'] ?? $this->getEntityWriterService()), ($this->services['Shopware\\Core\\Checkout\\Document\\DocumentDefinition'] ?? $this->getDocumentDefinitionService()));
  47736.     }
  47737.     /**
  47738.      * Gets the private 'SwagMigrationAssistant\Profile\Shopware6\Writer\MailTemplateWriter' shared service.
  47739.      *
  47740.      * @return \SwagMigrationAssistant\Profile\Shopware6\Writer\MailTemplateWriter
  47741.      */
  47742.     protected function getMailTemplateWriterService()
  47743.     {
  47744.         include_once \dirname(__DIR__4).'/vendor/store.shopware.com/swagmigrationassistant/Migration/Writer/WriterInterface.php';
  47745.         include_once \dirname(__DIR__4).'/vendor/store.shopware.com/swagmigrationassistant/Migration/Writer/AbstractWriter.php';
  47746.         include_once \dirname(__DIR__4).'/vendor/store.shopware.com/swagmigrationassistant/Profile/Shopware6/Writer/MailTemplateWriter.php';
  47747.         return $this->privates['SwagMigrationAssistant\\Profile\\Shopware6\\Writer\\MailTemplateWriter'] = new \SwagMigrationAssistant\Profile\Shopware6\Writer\MailTemplateWriter(($this->services['Shopware\\Core\\Framework\\DataAbstractionLayer\\Write\\EntityWriter'] ?? $this->getEntityWriterService()), ($this->services['Shopware\\Core\\Content\\MailTemplate\\MailTemplateDefinition'] ?? $this->getMailTemplateDefinitionService()));
  47748.     }
  47749.     /**
  47750.      * Gets the private 'SwagMigrationAssistant\Profile\Shopware6\Writer\MediaFolderInheritanceWriter' shared service.
  47751.      *
  47752.      * @return \SwagMigrationAssistant\Profile\Shopware6\Writer\MediaFolderInheritanceWriter
  47753.      */
  47754.     protected function getMediaFolderInheritanceWriterService()
  47755.     {
  47756.         include_once \dirname(__DIR__4).'/vendor/store.shopware.com/swagmigrationassistant/Migration/Writer/WriterInterface.php';
  47757.         include_once \dirname(__DIR__4).'/vendor/store.shopware.com/swagmigrationassistant/Migration/Writer/AbstractWriter.php';
  47758.         include_once \dirname(__DIR__4).'/vendor/store.shopware.com/swagmigrationassistant/Profile/Shopware6/Writer/MediaFolderInheritanceWriter.php';
  47759.         return $this->privates['SwagMigrationAssistant\\Profile\\Shopware6\\Writer\\MediaFolderInheritanceWriter'] = new \SwagMigrationAssistant\Profile\Shopware6\Writer\MediaFolderInheritanceWriter(($this->services['Shopware\\Core\\Framework\\DataAbstractionLayer\\Write\\EntityWriter'] ?? $this->getEntityWriterService()), ($this->services['Shopware\\Core\\Content\\Media\\Aggregate\\MediaFolder\\MediaFolderDefinition'] ?? $this->getMediaFolderDefinitionService()));
  47760.     }
  47761.     /**
  47762.      * Gets the private 'SwagMigrationAssistant\Profile\Shopware6\Writer\PageSystemConfigWriter' shared service.
  47763.      *
  47764.      * @return \SwagMigrationAssistant\Profile\Shopware6\Writer\PageSystemConfigWriter
  47765.      */
  47766.     protected function getPageSystemConfigWriterService()
  47767.     {
  47768.         include_once \dirname(__DIR__4).'/vendor/store.shopware.com/swagmigrationassistant/Migration/Writer/WriterInterface.php';
  47769.         include_once \dirname(__DIR__4).'/vendor/store.shopware.com/swagmigrationassistant/Migration/Writer/AbstractWriter.php';
  47770.         include_once \dirname(__DIR__4).'/vendor/store.shopware.com/swagmigrationassistant/Profile/Shopware6/Writer/PageSystemConfigWriter.php';
  47771.         return $this->privates['SwagMigrationAssistant\\Profile\\Shopware6\\Writer\\PageSystemConfigWriter'] = new \SwagMigrationAssistant\Profile\Shopware6\Writer\PageSystemConfigWriter(($this->services['Shopware\\Core\\Framework\\DataAbstractionLayer\\Write\\EntityWriter'] ?? $this->getEntityWriterService()), ($this->services['Shopware\\Core\\System\\SystemConfig\\SystemConfigDefinition'] ?? $this->getSystemConfigDefinitionService()));
  47772.     }
  47773.     /**
  47774.      * Gets the private 'SwagMigrationAssistant\Profile\Shopware6\Writer\ProductFeatureSetWriter' shared service.
  47775.      *
  47776.      * @return \SwagMigrationAssistant\Profile\Shopware6\Writer\ProductFeatureSetWriter
  47777.      */
  47778.     protected function getProductFeatureSetWriterService()
  47779.     {
  47780.         include_once \dirname(__DIR__4).'/vendor/store.shopware.com/swagmigrationassistant/Migration/Writer/WriterInterface.php';
  47781.         include_once \dirname(__DIR__4).'/vendor/store.shopware.com/swagmigrationassistant/Migration/Writer/AbstractWriter.php';
  47782.         include_once \dirname(__DIR__4).'/vendor/store.shopware.com/swagmigrationassistant/Profile/Shopware6/Writer/ProductFeatureSetWriter.php';
  47783.         return $this->privates['SwagMigrationAssistant\\Profile\\Shopware6\\Writer\\ProductFeatureSetWriter'] = new \SwagMigrationAssistant\Profile\Shopware6\Writer\ProductFeatureSetWriter(($this->services['Shopware\\Core\\Framework\\DataAbstractionLayer\\Write\\EntityWriter'] ?? $this->getEntityWriterService()), ($this->services['Shopware\\Core\\Content\\Product\\Aggregate\\ProductFeatureSet\\ProductFeatureSetDefinition'] ?? $this->getProductFeatureSetDefinitionService()));
  47784.     }
  47785.     /**
  47786.      * Gets the private 'SwagMigrationAssistant\Profile\Shopware6\Writer\ProductManufacturerWriter' shared service.
  47787.      *
  47788.      * @return \SwagMigrationAssistant\Profile\Shopware6\Writer\ProductManufacturerWriter
  47789.      */
  47790.     protected function getProductManufacturerWriterService()
  47791.     {
  47792.         include_once \dirname(__DIR__4).'/vendor/store.shopware.com/swagmigrationassistant/Migration/Writer/WriterInterface.php';
  47793.         include_once \dirname(__DIR__4).'/vendor/store.shopware.com/swagmigrationassistant/Migration/Writer/AbstractWriter.php';
  47794.         include_once \dirname(__DIR__4).'/vendor/store.shopware.com/swagmigrationassistant/Profile/Shopware6/Writer/ProductManufacturerWriter.php';
  47795.         return $this->privates['SwagMigrationAssistant\\Profile\\Shopware6\\Writer\\ProductManufacturerWriter'] = new \SwagMigrationAssistant\Profile\Shopware6\Writer\ProductManufacturerWriter(($this->services['Shopware\\Core\\Framework\\DataAbstractionLayer\\Write\\EntityWriter'] ?? $this->getEntityWriterService()), ($this->services['Shopware\\Core\\Content\\Product\\Aggregate\\ProductManufacturer\\ProductManufacturerDefinition'] ?? $this->getProductManufacturerDefinitionService()));
  47796.     }
  47797.     /**
  47798.      * Gets the private 'SwagMigrationAssistant\Profile\Shopware6\Writer\ProductSortingWriter' shared service.
  47799.      *
  47800.      * @return \SwagMigrationAssistant\Profile\Shopware6\Writer\ProductSortingWriter
  47801.      */
  47802.     protected function getProductSortingWriterService()
  47803.     {
  47804.         include_once \dirname(__DIR__4).'/vendor/store.shopware.com/swagmigrationassistant/Migration/Writer/WriterInterface.php';
  47805.         include_once \dirname(__DIR__4).'/vendor/store.shopware.com/swagmigrationassistant/Migration/Writer/AbstractWriter.php';
  47806.         include_once \dirname(__DIR__4).'/vendor/store.shopware.com/swagmigrationassistant/Profile/Shopware6/Writer/ProductSortingWriter.php';
  47807.         return $this->privates['SwagMigrationAssistant\\Profile\\Shopware6\\Writer\\ProductSortingWriter'] = new \SwagMigrationAssistant\Profile\Shopware6\Writer\ProductSortingWriter(($this->services['Shopware\\Core\\Framework\\DataAbstractionLayer\\Write\\EntityWriter'] ?? $this->getEntityWriterService()), ($this->services['Shopware\\Core\\Content\\Product\\SalesChannel\\Sorting\\ProductSortingDefinition'] ?? $this->getProductSortingDefinitionService()));
  47808.     }
  47809.     /**
  47810.      * Gets the private 'SwagMigrationAssistant\Profile\Shopware6\Writer\ProductStreamFilterInheritanceWriter' shared service.
  47811.      *
  47812.      * @return \SwagMigrationAssistant\Profile\Shopware6\Writer\ProductStreamFilterInheritanceWriter
  47813.      */
  47814.     protected function getProductStreamFilterInheritanceWriterService()
  47815.     {
  47816.         include_once \dirname(__DIR__4).'/vendor/store.shopware.com/swagmigrationassistant/Migration/Writer/WriterInterface.php';
  47817.         include_once \dirname(__DIR__4).'/vendor/store.shopware.com/swagmigrationassistant/Migration/Writer/AbstractWriter.php';
  47818.         include_once \dirname(__DIR__4).'/vendor/store.shopware.com/swagmigrationassistant/Profile/Shopware6/Writer/ProductStreamFilterInheritanceWriter.php';
  47819.         return $this->privates['SwagMigrationAssistant\\Profile\\Shopware6\\Writer\\ProductStreamFilterInheritanceWriter'] = new \SwagMigrationAssistant\Profile\Shopware6\Writer\ProductStreamFilterInheritanceWriter(($this->services['Shopware\\Core\\Framework\\DataAbstractionLayer\\Write\\EntityWriter'] ?? $this->getEntityWriterService()), ($this->services['Shopware\\Core\\Content\\ProductStream\\Aggregate\\ProductStreamFilter\\ProductStreamFilterDefinition'] ?? $this->getProductStreamFilterDefinitionService()));
  47820.     }
  47821.     /**
  47822.      * Gets the private 'SwagMigrationAssistant\Profile\Shopware6\Writer\ProductStreamWriter' shared service.
  47823.      *
  47824.      * @return \SwagMigrationAssistant\Profile\Shopware6\Writer\ProductStreamWriter
  47825.      */
  47826.     protected function getProductStreamWriterService()
  47827.     {
  47828.         include_once \dirname(__DIR__4).'/vendor/store.shopware.com/swagmigrationassistant/Migration/Writer/WriterInterface.php';
  47829.         include_once \dirname(__DIR__4).'/vendor/store.shopware.com/swagmigrationassistant/Migration/Writer/AbstractWriter.php';
  47830.         include_once \dirname(__DIR__4).'/vendor/store.shopware.com/swagmigrationassistant/Profile/Shopware6/Writer/ProductStreamWriter.php';
  47831.         return $this->privates['SwagMigrationAssistant\\Profile\\Shopware6\\Writer\\ProductStreamWriter'] = new \SwagMigrationAssistant\Profile\Shopware6\Writer\ProductStreamWriter(($this->services['Shopware\\Core\\Framework\\DataAbstractionLayer\\Write\\EntityWriter'] ?? $this->getEntityWriterService()), ($this->services['Shopware\\Core\\Content\\ProductStream\\ProductStreamDefinition'] ?? $this->getProductStreamDefinitionService()));
  47832.     }
  47833.     /**
  47834.      * Gets the private 'SwagMigrationAssistant\Profile\Shopware6\Writer\PromotionWriter' shared service.
  47835.      *
  47836.      * @return \SwagMigrationAssistant\Profile\Shopware6\Writer\PromotionWriter
  47837.      */
  47838.     protected function getPromotionWriter2Service()
  47839.     {
  47840.         include_once \dirname(__DIR__4).'/vendor/store.shopware.com/swagmigrationassistant/Migration/Writer/WriterInterface.php';
  47841.         include_once \dirname(__DIR__4).'/vendor/store.shopware.com/swagmigrationassistant/Migration/Writer/AbstractWriter.php';
  47842.         include_once \dirname(__DIR__4).'/vendor/store.shopware.com/swagmigrationassistant/Profile/Shopware6/Writer/PromotionWriter.php';
  47843.         return $this->privates['SwagMigrationAssistant\\Profile\\Shopware6\\Writer\\PromotionWriter'] = new \SwagMigrationAssistant\Profile\Shopware6\Writer\PromotionWriter(($this->services['Shopware\\Core\\Framework\\DataAbstractionLayer\\Write\\EntityWriter'] ?? $this->getEntityWriterService()), ($this->services['Shopware\\Core\\Checkout\\Promotion\\PromotionDefinition'] ?? $this->getPromotionDefinitionService()));
  47844.     }
  47845.     /**
  47846.      * Gets the private 'SwagMigrationAssistant\Profile\Shopware6\Writer\PropertyGroupWriter' shared service.
  47847.      *
  47848.      * @return \SwagMigrationAssistant\Profile\Shopware6\Writer\PropertyGroupWriter
  47849.      */
  47850.     protected function getPropertyGroupWriterService()
  47851.     {
  47852.         include_once \dirname(__DIR__4).'/vendor/store.shopware.com/swagmigrationassistant/Migration/Writer/WriterInterface.php';
  47853.         include_once \dirname(__DIR__4).'/vendor/store.shopware.com/swagmigrationassistant/Migration/Writer/AbstractWriter.php';
  47854.         include_once \dirname(__DIR__4).'/vendor/store.shopware.com/swagmigrationassistant/Profile/Shopware6/Writer/PropertyGroupWriter.php';
  47855.         return $this->privates['SwagMigrationAssistant\\Profile\\Shopware6\\Writer\\PropertyGroupWriter'] = new \SwagMigrationAssistant\Profile\Shopware6\Writer\PropertyGroupWriter(($this->services['Shopware\\Core\\Framework\\DataAbstractionLayer\\Write\\EntityWriter'] ?? $this->getEntityWriterService()), ($this->services['Shopware\\Core\\Content\\Property\\PropertyGroupDefinition'] ?? $this->getPropertyGroupDefinitionService()));
  47856.     }
  47857.     /**
  47858.      * Gets the private 'SwagMigrationAssistant\Profile\Shopware6\Writer\RuleWriter' shared service.
  47859.      *
  47860.      * @return \SwagMigrationAssistant\Profile\Shopware6\Writer\RuleWriter
  47861.      */
  47862.     protected function getRuleWriterService()
  47863.     {
  47864.         include_once \dirname(__DIR__4).'/vendor/store.shopware.com/swagmigrationassistant/Migration/Writer/WriterInterface.php';
  47865.         include_once \dirname(__DIR__4).'/vendor/store.shopware.com/swagmigrationassistant/Migration/Writer/AbstractWriter.php';
  47866.         include_once \dirname(__DIR__4).'/vendor/store.shopware.com/swagmigrationassistant/Profile/Shopware6/Writer/RuleWriter.php';
  47867.         return $this->privates['SwagMigrationAssistant\\Profile\\Shopware6\\Writer\\RuleWriter'] = new \SwagMigrationAssistant\Profile\Shopware6\Writer\RuleWriter(($this->services['Shopware\\Core\\Framework\\DataAbstractionLayer\\Write\\EntityWriter'] ?? $this->getEntityWriterService()), ($this->services['Shopware\\Core\\Content\\Rule\\RuleDefinition'] ?? $this->getRuleDefinitionService()));
  47868.     }
  47869.     /**
  47870.      * Gets the private 'SwagMigrationAssistant\Profile\Shopware6\Writer\SalesChannelDomainWriter' shared service.
  47871.      *
  47872.      * @return \SwagMigrationAssistant\Profile\Shopware6\Writer\SalesChannelDomainWriter
  47873.      */
  47874.     protected function getSalesChannelDomainWriterService()
  47875.     {
  47876.         include_once \dirname(__DIR__4).'/vendor/store.shopware.com/swagmigrationassistant/Migration/Writer/WriterInterface.php';
  47877.         include_once \dirname(__DIR__4).'/vendor/store.shopware.com/swagmigrationassistant/Migration/Writer/AbstractWriter.php';
  47878.         include_once \dirname(__DIR__4).'/vendor/store.shopware.com/swagmigrationassistant/Profile/Shopware6/Writer/SalesChannelDomainWriter.php';
  47879.         return $this->privates['SwagMigrationAssistant\\Profile\\Shopware6\\Writer\\SalesChannelDomainWriter'] = new \SwagMigrationAssistant\Profile\Shopware6\Writer\SalesChannelDomainWriter(($this->services['Shopware\\Core\\Framework\\DataAbstractionLayer\\Write\\EntityWriter'] ?? $this->getEntityWriterService()), ($this->services['Shopware\\Core\\System\\SalesChannel\\Aggregate\\SalesChannelDomain\\SalesChannelDomainDefinition'] ?? $this->getSalesChannelDomainDefinitionService()));
  47880.     }
  47881.     /**
  47882.      * Gets the private 'SwagMigrationAssistant\Profile\Shopware6\Writer\SalutationWriter' shared service.
  47883.      *
  47884.      * @return \SwagMigrationAssistant\Profile\Shopware6\Writer\SalutationWriter
  47885.      */
  47886.     protected function getSalutationWriterService()
  47887.     {
  47888.         include_once \dirname(__DIR__4).'/vendor/store.shopware.com/swagmigrationassistant/Migration/Writer/WriterInterface.php';
  47889.         include_once \dirname(__DIR__4).'/vendor/store.shopware.com/swagmigrationassistant/Migration/Writer/AbstractWriter.php';
  47890.         include_once \dirname(__DIR__4).'/vendor/store.shopware.com/swagmigrationassistant/Profile/Shopware6/Writer/SalutationWriter.php';
  47891.         return $this->privates['SwagMigrationAssistant\\Profile\\Shopware6\\Writer\\SalutationWriter'] = new \SwagMigrationAssistant\Profile\Shopware6\Writer\SalutationWriter(($this->services['Shopware\\Core\\Framework\\DataAbstractionLayer\\Write\\EntityWriter'] ?? $this->getEntityWriterService()), ($this->services['Shopware\\Core\\System\\Salutation\\SalutationDefinition'] ?? $this->getSalutationDefinitionService()));
  47892.     }
  47893.     /**
  47894.      * Gets the private 'SwagMigrationAssistant\Profile\Shopware6\Writer\SeoUrlTemplateWriter' shared service.
  47895.      *
  47896.      * @return \SwagMigrationAssistant\Profile\Shopware6\Writer\SeoUrlTemplateWriter
  47897.      */
  47898.     protected function getSeoUrlTemplateWriterService()
  47899.     {
  47900.         include_once \dirname(__DIR__4).'/vendor/store.shopware.com/swagmigrationassistant/Migration/Writer/WriterInterface.php';
  47901.         include_once \dirname(__DIR__4).'/vendor/store.shopware.com/swagmigrationassistant/Migration/Writer/AbstractWriter.php';
  47902.         include_once \dirname(__DIR__4).'/vendor/store.shopware.com/swagmigrationassistant/Profile/Shopware6/Writer/SeoUrlTemplateWriter.php';
  47903.         return $this->privates['SwagMigrationAssistant\\Profile\\Shopware6\\Writer\\SeoUrlTemplateWriter'] = new \SwagMigrationAssistant\Profile\Shopware6\Writer\SeoUrlTemplateWriter(($this->services['Shopware\\Core\\Framework\\DataAbstractionLayer\\Write\\EntityWriter'] ?? $this->getEntityWriterService()), ($this->services['Shopware\\Core\\Content\\Seo\\SeoUrlTemplate\\SeoUrlTemplateDefinition'] ?? $this->getSeoUrlTemplateDefinitionService()));
  47904.     }
  47905.     /**
  47906.      * Gets the private 'SwagMigrationAssistant\Profile\Shopware6\Writer\SnippetSetWriter' shared service.
  47907.      *
  47908.      * @return \SwagMigrationAssistant\Profile\Shopware6\Writer\SnippetSetWriter
  47909.      */
  47910.     protected function getSnippetSetWriterService()
  47911.     {
  47912.         include_once \dirname(__DIR__4).'/vendor/store.shopware.com/swagmigrationassistant/Migration/Writer/WriterInterface.php';
  47913.         include_once \dirname(__DIR__4).'/vendor/store.shopware.com/swagmigrationassistant/Migration/Writer/AbstractWriter.php';
  47914.         include_once \dirname(__DIR__4).'/vendor/store.shopware.com/swagmigrationassistant/Profile/Shopware6/Writer/SnippetSetWriter.php';
  47915.         return $this->privates['SwagMigrationAssistant\\Profile\\Shopware6\\Writer\\SnippetSetWriter'] = new \SwagMigrationAssistant\Profile\Shopware6\Writer\SnippetSetWriter(($this->services['Shopware\\Core\\Framework\\DataAbstractionLayer\\Write\\EntityWriter'] ?? $this->getEntityWriterService()), ($this->services['Shopware\\Core\\System\\Snippet\\Aggregate\\SnippetSet\\SnippetSetDefinition'] ?? $this->getSnippetSetDefinitionService()));
  47916.     }
  47917.     /**
  47918.      * Gets the private 'SwagMigrationAssistant\Profile\Shopware6\Writer\SnippetWriter' shared service.
  47919.      *
  47920.      * @return \SwagMigrationAssistant\Profile\Shopware6\Writer\SnippetWriter
  47921.      */
  47922.     protected function getSnippetWriterService()
  47923.     {
  47924.         include_once \dirname(__DIR__4).'/vendor/store.shopware.com/swagmigrationassistant/Migration/Writer/WriterInterface.php';
  47925.         include_once \dirname(__DIR__4).'/vendor/store.shopware.com/swagmigrationassistant/Migration/Writer/AbstractWriter.php';
  47926.         include_once \dirname(__DIR__4).'/vendor/store.shopware.com/swagmigrationassistant/Profile/Shopware6/Writer/SnippetWriter.php';
  47927.         return $this->privates['SwagMigrationAssistant\\Profile\\Shopware6\\Writer\\SnippetWriter'] = new \SwagMigrationAssistant\Profile\Shopware6\Writer\SnippetWriter(($this->services['Shopware\\Core\\Framework\\DataAbstractionLayer\\Write\\EntityWriter'] ?? $this->getEntityWriterService()), ($this->services['Shopware\\Core\\System\\Snippet\\SnippetDefinition'] ?? $this->getSnippetDefinitionService()));
  47928.     }
  47929.     /**
  47930.      * Gets the private 'SwagMigrationAssistant\Profile\Shopware6\Writer\SystemConfigWriter' shared service.
  47931.      *
  47932.      * @return \SwagMigrationAssistant\Profile\Shopware6\Writer\SystemConfigWriter
  47933.      */
  47934.     protected function getSystemConfigWriterService()
  47935.     {
  47936.         include_once \dirname(__DIR__4).'/vendor/store.shopware.com/swagmigrationassistant/Migration/Writer/WriterInterface.php';
  47937.         include_once \dirname(__DIR__4).'/vendor/store.shopware.com/swagmigrationassistant/Migration/Writer/AbstractWriter.php';
  47938.         include_once \dirname(__DIR__4).'/vendor/store.shopware.com/swagmigrationassistant/Profile/Shopware6/Writer/SystemConfigWriter.php';
  47939.         return $this->privates['SwagMigrationAssistant\\Profile\\Shopware6\\Writer\\SystemConfigWriter'] = new \SwagMigrationAssistant\Profile\Shopware6\Writer\SystemConfigWriter(($this->services['Shopware\\Core\\Framework\\DataAbstractionLayer\\Write\\EntityWriter'] ?? $this->getEntityWriterService()), ($this->services['Shopware\\Core\\System\\SystemConfig\\SystemConfigDefinition'] ?? $this->getSystemConfigDefinitionService()));
  47940.     }
  47941.     /**
  47942.      * Gets the private 'SwagMigrationAssistant\Profile\Shopware6\Writer\TaxRuleWriter' shared service.
  47943.      *
  47944.      * @return \SwagMigrationAssistant\Profile\Shopware6\Writer\TaxRuleWriter
  47945.      */
  47946.     protected function getTaxRuleWriterService()
  47947.     {
  47948.         include_once \dirname(__DIR__4).'/vendor/store.shopware.com/swagmigrationassistant/Migration/Writer/WriterInterface.php';
  47949.         include_once \dirname(__DIR__4).'/vendor/store.shopware.com/swagmigrationassistant/Migration/Writer/AbstractWriter.php';
  47950.         include_once \dirname(__DIR__4).'/vendor/store.shopware.com/swagmigrationassistant/Profile/Shopware6/Writer/TaxRuleWriter.php';
  47951.         return $this->privates['SwagMigrationAssistant\\Profile\\Shopware6\\Writer\\TaxRuleWriter'] = new \SwagMigrationAssistant\Profile\Shopware6\Writer\TaxRuleWriter(($this->services['Shopware\\Core\\Framework\\DataAbstractionLayer\\Write\\EntityWriter'] ?? $this->getEntityWriterService()), ($this->services['Shopware\\Core\\System\\Tax\\Aggregate\\TaxRule\\TaxRuleDefinition'] ?? $this->getTaxRuleDefinitionService()));
  47952.     }
  47953.     /**
  47954.      * Gets the private 'SwagMigrationAssistant\Profile\Shopware6\Writer\TaxWriter' shared service.
  47955.      *
  47956.      * @return \SwagMigrationAssistant\Profile\Shopware6\Writer\TaxWriter
  47957.      */
  47958.     protected function getTaxWriterService()
  47959.     {
  47960.         include_once \dirname(__DIR__4).'/vendor/store.shopware.com/swagmigrationassistant/Migration/Writer/WriterInterface.php';
  47961.         include_once \dirname(__DIR__4).'/vendor/store.shopware.com/swagmigrationassistant/Migration/Writer/AbstractWriter.php';
  47962.         include_once \dirname(__DIR__4).'/vendor/store.shopware.com/swagmigrationassistant/Profile/Shopware6/Writer/TaxWriter.php';
  47963.         return $this->privates['SwagMigrationAssistant\\Profile\\Shopware6\\Writer\\TaxWriter'] = new \SwagMigrationAssistant\Profile\Shopware6\Writer\TaxWriter(($this->services['Shopware\\Core\\Framework\\DataAbstractionLayer\\Write\\EntityWriter'] ?? $this->getEntityWriterService()), ($this->services['Shopware\\Core\\System\\Tax\\TaxDefinition'] ?? $this->getTaxDefinitionService()));
  47964.     }
  47965.     /**
  47966.      * Gets the private 'SwagMigrationAssistant\Profile\Shopware6\Writer\UnitWriter' shared service.
  47967.      *
  47968.      * @return \SwagMigrationAssistant\Profile\Shopware6\Writer\UnitWriter
  47969.      */
  47970.     protected function getUnitWriterService()
  47971.     {
  47972.         include_once \dirname(__DIR__4).'/vendor/store.shopware.com/swagmigrationassistant/Migration/Writer/WriterInterface.php';
  47973.         include_once \dirname(__DIR__4).'/vendor/store.shopware.com/swagmigrationassistant/Migration/Writer/AbstractWriter.php';
  47974.         include_once \dirname(__DIR__4).'/vendor/store.shopware.com/swagmigrationassistant/Profile/Shopware6/Writer/UnitWriter.php';
  47975.         return $this->privates['SwagMigrationAssistant\\Profile\\Shopware6\\Writer\\UnitWriter'] = new \SwagMigrationAssistant\Profile\Shopware6\Writer\UnitWriter(($this->services['Shopware\\Core\\Framework\\DataAbstractionLayer\\Write\\EntityWriter'] ?? $this->getEntityWriterService()), ($this->services['Shopware\\Core\\System\\Unit\\UnitDefinition'] ?? $this->getUnitDefinition2Service()));
  47976.     }
  47977.     /**
  47978.      * Gets the private 'SwagMigrationAssistant\Profile\Shopware\Gateway\Api\Reader\CategoryAttributeReader' shared service.
  47979.      *
  47980.      * @return \SwagMigrationAssistant\Profile\Shopware\Gateway\Api\Reader\CategoryAttributeReader
  47981.      */
  47982.     protected function getCategoryAttributeReaderService()
  47983.     {
  47984.         include_once \dirname(__DIR__4).'/vendor/store.shopware.com/swagmigrationassistant/Migration/Gateway/Reader/ReaderInterface.php';
  47985.         include_once \dirname(__DIR__4).'/vendor/store.shopware.com/swagmigrationassistant/Profile/Shopware/Gateway/Api/Reader/ApiReader.php';
  47986.         include_once \dirname(__DIR__4).'/vendor/store.shopware.com/swagmigrationassistant/Profile/Shopware/Gateway/Api/Reader/CategoryAttributeReader.php';
  47987.         include_once \dirname(__DIR__4).'/vendor/store.shopware.com/swagmigrationassistant/Profile/Shopware/Gateway/Connection/ConnectionFactoryInterface.php';
  47988.         include_once \dirname(__DIR__4).'/vendor/store.shopware.com/swagmigrationassistant/Profile/Shopware/Gateway/Connection/ConnectionFactory.php';
  47989.         return $this->privates['SwagMigrationAssistant\\Profile\\Shopware\\Gateway\\Api\\Reader\\CategoryAttributeReader'] = new \SwagMigrationAssistant\Profile\Shopware\Gateway\Api\Reader\CategoryAttributeReader(($this->privates['SwagMigrationAssistant\\Profile\\Shopware\\Gateway\\Connection\\ConnectionFactory'] ?? ($this->privates['SwagMigrationAssistant\\Profile\\Shopware\\Gateway\\Connection\\ConnectionFactory'] = new \SwagMigrationAssistant\Profile\Shopware\Gateway\Connection\ConnectionFactory())));
  47990.     }
  47991.     /**
  47992.      * Gets the private 'SwagMigrationAssistant\Profile\Shopware\Gateway\Api\Reader\CategoryReader' shared service.
  47993.      *
  47994.      * @return \SwagMigrationAssistant\Profile\Shopware\Gateway\Api\Reader\CategoryReader
  47995.      */
  47996.     protected function getCategoryReaderService()
  47997.     {
  47998.         include_once \dirname(__DIR__4).'/vendor/store.shopware.com/swagmigrationassistant/Migration/Gateway/Reader/ReaderInterface.php';
  47999.         include_once \dirname(__DIR__4).'/vendor/store.shopware.com/swagmigrationassistant/Profile/Shopware/Gateway/Api/Reader/ApiReader.php';
  48000.         include_once \dirname(__DIR__4).'/vendor/store.shopware.com/swagmigrationassistant/Profile/Shopware/Gateway/Api/Reader/CategoryReader.php';
  48001.         include_once \dirname(__DIR__4).'/vendor/store.shopware.com/swagmigrationassistant/Profile/Shopware/Gateway/Connection/ConnectionFactoryInterface.php';
  48002.         include_once \dirname(__DIR__4).'/vendor/store.shopware.com/swagmigrationassistant/Profile/Shopware/Gateway/Connection/ConnectionFactory.php';
  48003.         return $this->privates['SwagMigrationAssistant\\Profile\\Shopware\\Gateway\\Api\\Reader\\CategoryReader'] = new \SwagMigrationAssistant\Profile\Shopware\Gateway\Api\Reader\CategoryReader(($this->privates['SwagMigrationAssistant\\Profile\\Shopware\\Gateway\\Connection\\ConnectionFactory'] ?? ($this->privates['SwagMigrationAssistant\\Profile\\Shopware\\Gateway\\Connection\\ConnectionFactory'] = new \SwagMigrationAssistant\Profile\Shopware\Gateway\Connection\ConnectionFactory())));
  48004.     }
  48005.     /**
  48006.      * Gets the private 'SwagMigrationAssistant\Profile\Shopware\Gateway\Api\Reader\CrossSellingReader' shared service.
  48007.      *
  48008.      * @return \SwagMigrationAssistant\Profile\Shopware\Gateway\Api\Reader\CrossSellingReader
  48009.      */
  48010.     protected function getCrossSellingReaderService()
  48011.     {
  48012.         include_once \dirname(__DIR__4).'/vendor/store.shopware.com/swagmigrationassistant/Migration/Gateway/Reader/ReaderInterface.php';
  48013.         include_once \dirname(__DIR__4).'/vendor/store.shopware.com/swagmigrationassistant/Profile/Shopware/Gateway/Api/Reader/ApiReader.php';
  48014.         include_once \dirname(__DIR__4).'/vendor/store.shopware.com/swagmigrationassistant/Profile/Shopware/Gateway/Api/Reader/CrossSellingReader.php';
  48015.         include_once \dirname(__DIR__4).'/vendor/store.shopware.com/swagmigrationassistant/Profile/Shopware/Gateway/Connection/ConnectionFactoryInterface.php';
  48016.         include_once \dirname(__DIR__4).'/vendor/store.shopware.com/swagmigrationassistant/Profile/Shopware/Gateway/Connection/ConnectionFactory.php';
  48017.         return $this->privates['SwagMigrationAssistant\\Profile\\Shopware\\Gateway\\Api\\Reader\\CrossSellingReader'] = new \SwagMigrationAssistant\Profile\Shopware\Gateway\Api\Reader\CrossSellingReader(($this->privates['SwagMigrationAssistant\\Profile\\Shopware\\Gateway\\Connection\\ConnectionFactory'] ?? ($this->privates['SwagMigrationAssistant\\Profile\\Shopware\\Gateway\\Connection\\ConnectionFactory'] = new \SwagMigrationAssistant\Profile\Shopware\Gateway\Connection\ConnectionFactory())));
  48018.     }
  48019.     /**
  48020.      * Gets the private 'SwagMigrationAssistant\Profile\Shopware\Gateway\Api\Reader\CurrencyReader' shared service.
  48021.      *
  48022.      * @return \SwagMigrationAssistant\Profile\Shopware\Gateway\Api\Reader\CurrencyReader
  48023.      */
  48024.     protected function getCurrencyReaderService()
  48025.     {
  48026.         include_once \dirname(__DIR__4).'/vendor/store.shopware.com/swagmigrationassistant/Migration/Gateway/Reader/ReaderInterface.php';
  48027.         include_once \dirname(__DIR__4).'/vendor/store.shopware.com/swagmigrationassistant/Profile/Shopware/Gateway/Api/Reader/ApiReader.php';
  48028.         include_once \dirname(__DIR__4).'/vendor/store.shopware.com/swagmigrationassistant/Profile/Shopware/Gateway/Api/Reader/CurrencyReader.php';
  48029.         include_once \dirname(__DIR__4).'/vendor/store.shopware.com/swagmigrationassistant/Profile/Shopware/Gateway/Connection/ConnectionFactoryInterface.php';
  48030.         include_once \dirname(__DIR__4).'/vendor/store.shopware.com/swagmigrationassistant/Profile/Shopware/Gateway/Connection/ConnectionFactory.php';
  48031.         return $this->privates['SwagMigrationAssistant\\Profile\\Shopware\\Gateway\\Api\\Reader\\CurrencyReader'] = new \SwagMigrationAssistant\Profile\Shopware\Gateway\Api\Reader\CurrencyReader(($this->privates['SwagMigrationAssistant\\Profile\\Shopware\\Gateway\\Connection\\ConnectionFactory'] ?? ($this->privates['SwagMigrationAssistant\\Profile\\Shopware\\Gateway\\Connection\\ConnectionFactory'] = new \SwagMigrationAssistant\Profile\Shopware\Gateway\Connection\ConnectionFactory())));
  48032.     }
  48033.     /**
  48034.      * Gets the private 'SwagMigrationAssistant\Profile\Shopware\Gateway\Api\Reader\CustomerAttributeReader' shared service.
  48035.      *
  48036.      * @return \SwagMigrationAssistant\Profile\Shopware\Gateway\Api\Reader\CustomerAttributeReader
  48037.      */
  48038.     protected function getCustomerAttributeReaderService()
  48039.     {
  48040.         include_once \dirname(__DIR__4).'/vendor/store.shopware.com/swagmigrationassistant/Migration/Gateway/Reader/ReaderInterface.php';
  48041.         include_once \dirname(__DIR__4).'/vendor/store.shopware.com/swagmigrationassistant/Profile/Shopware/Gateway/Api/Reader/ApiReader.php';
  48042.         include_once \dirname(__DIR__4).'/vendor/store.shopware.com/swagmigrationassistant/Profile/Shopware/Gateway/Api/Reader/CustomerAttributeReader.php';
  48043.         include_once \dirname(__DIR__4).'/vendor/store.shopware.com/swagmigrationassistant/Profile/Shopware/Gateway/Connection/ConnectionFactoryInterface.php';
  48044.         include_once \dirname(__DIR__4).'/vendor/store.shopware.com/swagmigrationassistant/Profile/Shopware/Gateway/Connection/ConnectionFactory.php';
  48045.         return $this->privates['SwagMigrationAssistant\\Profile\\Shopware\\Gateway\\Api\\Reader\\CustomerAttributeReader'] = new \SwagMigrationAssistant\Profile\Shopware\Gateway\Api\Reader\CustomerAttributeReader(($this->privates['SwagMigrationAssistant\\Profile\\Shopware\\Gateway\\Connection\\ConnectionFactory'] ?? ($this->privates['SwagMigrationAssistant\\Profile\\Shopware\\Gateway\\Connection\\ConnectionFactory'] = new \SwagMigrationAssistant\Profile\Shopware\Gateway\Connection\ConnectionFactory())));
  48046.     }
  48047.     /**
  48048.      * Gets the private 'SwagMigrationAssistant\Profile\Shopware\Gateway\Api\Reader\CustomerGroupAttributeReader' shared service.
  48049.      *
  48050.      * @return \SwagMigrationAssistant\Profile\Shopware\Gateway\Api\Reader\CustomerGroupAttributeReader
  48051.      */
  48052.     protected function getCustomerGroupAttributeReaderService()
  48053.     {
  48054.         include_once \dirname(__DIR__4).'/vendor/store.shopware.com/swagmigrationassistant/Migration/Gateway/Reader/ReaderInterface.php';
  48055.         include_once \dirname(__DIR__4).'/vendor/store.shopware.com/swagmigrationassistant/Profile/Shopware/Gateway/Api/Reader/ApiReader.php';
  48056.         include_once \dirname(__DIR__4).'/vendor/store.shopware.com/swagmigrationassistant/Profile/Shopware/Gateway/Api/Reader/CustomerGroupAttributeReader.php';
  48057.         include_once \dirname(__DIR__4).'/vendor/store.shopware.com/swagmigrationassistant/Profile/Shopware/Gateway/Connection/ConnectionFactoryInterface.php';
  48058.         include_once \dirname(__DIR__4).'/vendor/store.shopware.com/swagmigrationassistant/Profile/Shopware/Gateway/Connection/ConnectionFactory.php';
  48059.         return $this->privates['SwagMigrationAssistant\\Profile\\Shopware\\Gateway\\Api\\Reader\\CustomerGroupAttributeReader'] = new \SwagMigrationAssistant\Profile\Shopware\Gateway\Api\Reader\CustomerGroupAttributeReader(($this->privates['SwagMigrationAssistant\\Profile\\Shopware\\Gateway\\Connection\\ConnectionFactory'] ?? ($this->privates['SwagMigrationAssistant\\Profile\\Shopware\\Gateway\\Connection\\ConnectionFactory'] = new \SwagMigrationAssistant\Profile\Shopware\Gateway\Connection\ConnectionFactory())));
  48060.     }
  48061.     /**
  48062.      * Gets the private 'SwagMigrationAssistant\Profile\Shopware\Gateway\Api\Reader\CustomerGroupReader' shared service.
  48063.      *
  48064.      * @return \SwagMigrationAssistant\Profile\Shopware\Gateway\Api\Reader\CustomerGroupReader
  48065.      */
  48066.     protected function getCustomerGroupReaderService()
  48067.     {
  48068.         include_once \dirname(__DIR__4).'/vendor/store.shopware.com/swagmigrationassistant/Migration/Gateway/Reader/ReaderInterface.php';
  48069.         include_once \dirname(__DIR__4).'/vendor/store.shopware.com/swagmigrationassistant/Profile/Shopware/Gateway/Api/Reader/ApiReader.php';
  48070.         include_once \dirname(__DIR__4).'/vendor/store.shopware.com/swagmigrationassistant/Profile/Shopware/Gateway/Api/Reader/CustomerGroupReader.php';
  48071.         include_once \dirname(__DIR__4).'/vendor/store.shopware.com/swagmigrationassistant/Profile/Shopware/Gateway/Connection/ConnectionFactoryInterface.php';
  48072.         include_once \dirname(__DIR__4).'/vendor/store.shopware.com/swagmigrationassistant/Profile/Shopware/Gateway/Connection/ConnectionFactory.php';
  48073.         return $this->privates['SwagMigrationAssistant\\Profile\\Shopware\\Gateway\\Api\\Reader\\CustomerGroupReader'] = new \SwagMigrationAssistant\Profile\Shopware\Gateway\Api\Reader\CustomerGroupReader(($this->privates['SwagMigrationAssistant\\Profile\\Shopware\\Gateway\\Connection\\ConnectionFactory'] ?? ($this->privates['SwagMigrationAssistant\\Profile\\Shopware\\Gateway\\Connection\\ConnectionFactory'] = new \SwagMigrationAssistant\Profile\Shopware\Gateway\Connection\ConnectionFactory())));
  48074.     }
  48075.     /**
  48076.      * Gets the private 'SwagMigrationAssistant\Profile\Shopware\Gateway\Api\Reader\CustomerReader' shared service.
  48077.      *
  48078.      * @return \SwagMigrationAssistant\Profile\Shopware\Gateway\Api\Reader\CustomerReader
  48079.      */
  48080.     protected function getCustomerReaderService()
  48081.     {
  48082.         include_once \dirname(__DIR__4).'/vendor/store.shopware.com/swagmigrationassistant/Migration/Gateway/Reader/ReaderInterface.php';
  48083.         include_once \dirname(__DIR__4).'/vendor/store.shopware.com/swagmigrationassistant/Profile/Shopware/Gateway/Api/Reader/ApiReader.php';
  48084.         include_once \dirname(__DIR__4).'/vendor/store.shopware.com/swagmigrationassistant/Profile/Shopware/Gateway/Api/Reader/CustomerReader.php';
  48085.         include_once \dirname(__DIR__4).'/vendor/store.shopware.com/swagmigrationassistant/Profile/Shopware/Gateway/Connection/ConnectionFactoryInterface.php';
  48086.         include_once \dirname(__DIR__4).'/vendor/store.shopware.com/swagmigrationassistant/Profile/Shopware/Gateway/Connection/ConnectionFactory.php';
  48087.         return $this->privates['SwagMigrationAssistant\\Profile\\Shopware\\Gateway\\Api\\Reader\\CustomerReader'] = new \SwagMigrationAssistant\Profile\Shopware\Gateway\Api\Reader\CustomerReader(($this->privates['SwagMigrationAssistant\\Profile\\Shopware\\Gateway\\Connection\\ConnectionFactory'] ?? ($this->privates['SwagMigrationAssistant\\Profile\\Shopware\\Gateway\\Connection\\ConnectionFactory'] = new \SwagMigrationAssistant\Profile\Shopware\Gateway\Connection\ConnectionFactory())));
  48088.     }
  48089.     /**
  48090.      * Gets the private 'SwagMigrationAssistant\Profile\Shopware\Gateway\Api\Reader\CustomerWishlistReader' shared service.
  48091.      *
  48092.      * @return \SwagMigrationAssistant\Profile\Shopware\Gateway\Api\Reader\CustomerWishlistReader
  48093.      */
  48094.     protected function getCustomerWishlistReaderService()
  48095.     {
  48096.         include_once \dirname(__DIR__4).'/vendor/store.shopware.com/swagmigrationassistant/Migration/Gateway/Reader/ReaderInterface.php';
  48097.         include_once \dirname(__DIR__4).'/vendor/store.shopware.com/swagmigrationassistant/Profile/Shopware/Gateway/Api/Reader/ApiReader.php';
  48098.         include_once \dirname(__DIR__4).'/vendor/store.shopware.com/swagmigrationassistant/Profile/Shopware/Gateway/Api/Reader/CustomerWishlistReader.php';
  48099.         include_once \dirname(__DIR__4).'/vendor/store.shopware.com/swagmigrationassistant/Profile/Shopware/Gateway/Connection/ConnectionFactoryInterface.php';
  48100.         include_once \dirname(__DIR__4).'/vendor/store.shopware.com/swagmigrationassistant/Profile/Shopware/Gateway/Connection/ConnectionFactory.php';
  48101.         return $this->privates['SwagMigrationAssistant\\Profile\\Shopware\\Gateway\\Api\\Reader\\CustomerWishlistReader'] = new \SwagMigrationAssistant\Profile\Shopware\Gateway\Api\Reader\CustomerWishlistReader(($this->privates['SwagMigrationAssistant\\Profile\\Shopware\\Gateway\\Connection\\ConnectionFactory'] ?? ($this->privates['SwagMigrationAssistant\\Profile\\Shopware\\Gateway\\Connection\\ConnectionFactory'] = new \SwagMigrationAssistant\Profile\Shopware\Gateway\Connection\ConnectionFactory())));
  48102.     }
  48103.     /**
  48104.      * Gets the private 'SwagMigrationAssistant\Profile\Shopware\Gateway\Api\Reader\LanguageReader' shared service.
  48105.      *
  48106.      * @return \SwagMigrationAssistant\Profile\Shopware\Gateway\Api\Reader\LanguageReader
  48107.      */
  48108.     protected function getLanguageReaderService()
  48109.     {
  48110.         include_once \dirname(__DIR__4).'/vendor/store.shopware.com/swagmigrationassistant/Migration/Gateway/Reader/ReaderInterface.php';
  48111.         include_once \dirname(__DIR__4).'/vendor/store.shopware.com/swagmigrationassistant/Profile/Shopware/Gateway/Api/Reader/ApiReader.php';
  48112.         include_once \dirname(__DIR__4).'/vendor/store.shopware.com/swagmigrationassistant/Profile/Shopware/Gateway/Api/Reader/LanguageReader.php';
  48113.         include_once \dirname(__DIR__4).'/vendor/store.shopware.com/swagmigrationassistant/Profile/Shopware/Gateway/Connection/ConnectionFactoryInterface.php';
  48114.         include_once \dirname(__DIR__4).'/vendor/store.shopware.com/swagmigrationassistant/Profile/Shopware/Gateway/Connection/ConnectionFactory.php';
  48115.         return $this->privates['SwagMigrationAssistant\\Profile\\Shopware\\Gateway\\Api\\Reader\\LanguageReader'] = new \SwagMigrationAssistant\Profile\Shopware\Gateway\Api\Reader\LanguageReader(($this->privates['SwagMigrationAssistant\\Profile\\Shopware\\Gateway\\Connection\\ConnectionFactory'] ?? ($this->privates['SwagMigrationAssistant\\Profile\\Shopware\\Gateway\\Connection\\ConnectionFactory'] = new \SwagMigrationAssistant\Profile\Shopware\Gateway\Connection\ConnectionFactory())));
  48116.     }
  48117.     /**
  48118.      * Gets the private 'SwagMigrationAssistant\Profile\Shopware\Gateway\Api\Reader\MainVariantRelationReader' shared service.
  48119.      *
  48120.      * @return \SwagMigrationAssistant\Profile\Shopware\Gateway\Api\Reader\MainVariantRelationReader
  48121.      */
  48122.     protected function getMainVariantRelationReaderService()
  48123.     {
  48124.         include_once \dirname(__DIR__4).'/vendor/store.shopware.com/swagmigrationassistant/Migration/Gateway/Reader/ReaderInterface.php';
  48125.         include_once \dirname(__DIR__4).'/vendor/store.shopware.com/swagmigrationassistant/Profile/Shopware/Gateway/Api/Reader/ApiReader.php';
  48126.         include_once \dirname(__DIR__4).'/vendor/store.shopware.com/swagmigrationassistant/Profile/Shopware/Gateway/Api/Reader/MainVariantRelationReader.php';
  48127.         include_once \dirname(__DIR__4).'/vendor/store.shopware.com/swagmigrationassistant/Profile/Shopware/Gateway/Connection/ConnectionFactoryInterface.php';
  48128.         include_once \dirname(__DIR__4).'/vendor/store.shopware.com/swagmigrationassistant/Profile/Shopware/Gateway/Connection/ConnectionFactory.php';
  48129.         return $this->privates['SwagMigrationAssistant\\Profile\\Shopware\\Gateway\\Api\\Reader\\MainVariantRelationReader'] = new \SwagMigrationAssistant\Profile\Shopware\Gateway\Api\Reader\MainVariantRelationReader(($this->privates['SwagMigrationAssistant\\Profile\\Shopware\\Gateway\\Connection\\ConnectionFactory'] ?? ($this->privates['SwagMigrationAssistant\\Profile\\Shopware\\Gateway\\Connection\\ConnectionFactory'] = new \SwagMigrationAssistant\Profile\Shopware\Gateway\Connection\ConnectionFactory())));
  48130.     }
  48131.     /**
  48132.      * Gets the private 'SwagMigrationAssistant\Profile\Shopware\Gateway\Api\Reader\ManufacturerAttributeReader' shared service.
  48133.      *
  48134.      * @return \SwagMigrationAssistant\Profile\Shopware\Gateway\Api\Reader\ManufacturerAttributeReader
  48135.      */
  48136.     protected function getManufacturerAttributeReaderService()
  48137.     {
  48138.         include_once \dirname(__DIR__4).'/vendor/store.shopware.com/swagmigrationassistant/Migration/Gateway/Reader/ReaderInterface.php';
  48139.         include_once \dirname(__DIR__4).'/vendor/store.shopware.com/swagmigrationassistant/Profile/Shopware/Gateway/Api/Reader/ApiReader.php';
  48140.         include_once \dirname(__DIR__4).'/vendor/store.shopware.com/swagmigrationassistant/Profile/Shopware/Gateway/Api/Reader/ManufacturerAttributeReader.php';
  48141.         include_once \dirname(__DIR__4).'/vendor/store.shopware.com/swagmigrationassistant/Profile/Shopware/Gateway/Connection/ConnectionFactoryInterface.php';
  48142.         include_once \dirname(__DIR__4).'/vendor/store.shopware.com/swagmigrationassistant/Profile/Shopware/Gateway/Connection/ConnectionFactory.php';
  48143.         return $this->privates['SwagMigrationAssistant\\Profile\\Shopware\\Gateway\\Api\\Reader\\ManufacturerAttributeReader'] = new \SwagMigrationAssistant\Profile\Shopware\Gateway\Api\Reader\ManufacturerAttributeReader(($this->privates['SwagMigrationAssistant\\Profile\\Shopware\\Gateway\\Connection\\ConnectionFactory'] ?? ($this->privates['SwagMigrationAssistant\\Profile\\Shopware\\Gateway\\Connection\\ConnectionFactory'] = new \SwagMigrationAssistant\Profile\Shopware\Gateway\Connection\ConnectionFactory())));
  48144.     }
  48145.     /**
  48146.      * Gets the private 'SwagMigrationAssistant\Profile\Shopware\Gateway\Api\Reader\MediaAlbumReader' shared service.
  48147.      *
  48148.      * @return \SwagMigrationAssistant\Profile\Shopware\Gateway\Api\Reader\MediaAlbumReader
  48149.      */
  48150.     protected function getMediaAlbumReaderService()
  48151.     {
  48152.         include_once \dirname(__DIR__4).'/vendor/store.shopware.com/swagmigrationassistant/Migration/Gateway/Reader/ReaderInterface.php';
  48153.         include_once \dirname(__DIR__4).'/vendor/store.shopware.com/swagmigrationassistant/Profile/Shopware/Gateway/Api/Reader/ApiReader.php';
  48154.         include_once \dirname(__DIR__4).'/vendor/store.shopware.com/swagmigrationassistant/Profile/Shopware/Gateway/Api/Reader/MediaAlbumReader.php';
  48155.         include_once \dirname(__DIR__4).'/vendor/store.shopware.com/swagmigrationassistant/Profile/Shopware/Gateway/Connection/ConnectionFactoryInterface.php';
  48156.         include_once \dirname(__DIR__4).'/vendor/store.shopware.com/swagmigrationassistant/Profile/Shopware/Gateway/Connection/ConnectionFactory.php';
  48157.         return $this->privates['SwagMigrationAssistant\\Profile\\Shopware\\Gateway\\Api\\Reader\\MediaAlbumReader'] = new \SwagMigrationAssistant\Profile\Shopware\Gateway\Api\Reader\MediaAlbumReader(($this->privates['SwagMigrationAssistant\\Profile\\Shopware\\Gateway\\Connection\\ConnectionFactory'] ?? ($this->privates['SwagMigrationAssistant\\Profile\\Shopware\\Gateway\\Connection\\ConnectionFactory'] = new \SwagMigrationAssistant\Profile\Shopware\Gateway\Connection\ConnectionFactory())));
  48158.     }
  48159.     /**
  48160.      * Gets the private 'SwagMigrationAssistant\Profile\Shopware\Gateway\Api\Reader\MediaReader' shared service.
  48161.      *
  48162.      * @return \SwagMigrationAssistant\Profile\Shopware\Gateway\Api\Reader\MediaReader
  48163.      */
  48164.     protected function getMediaReaderService()
  48165.     {
  48166.         include_once \dirname(__DIR__4).'/vendor/store.shopware.com/swagmigrationassistant/Migration/Gateway/Reader/ReaderInterface.php';
  48167.         include_once \dirname(__DIR__4).'/vendor/store.shopware.com/swagmigrationassistant/Profile/Shopware/Gateway/Api/Reader/ApiReader.php';
  48168.         include_once \dirname(__DIR__4).'/vendor/store.shopware.com/swagmigrationassistant/Profile/Shopware/Gateway/Api/Reader/MediaReader.php';
  48169.         include_once \dirname(__DIR__4).'/vendor/store.shopware.com/swagmigrationassistant/Profile/Shopware/Gateway/Connection/ConnectionFactoryInterface.php';
  48170.         include_once \dirname(__DIR__4).'/vendor/store.shopware.com/swagmigrationassistant/Profile/Shopware/Gateway/Connection/ConnectionFactory.php';
  48171.         return $this->privates['SwagMigrationAssistant\\Profile\\Shopware\\Gateway\\Api\\Reader\\MediaReader'] = new \SwagMigrationAssistant\Profile\Shopware\Gateway\Api\Reader\MediaReader(($this->privates['SwagMigrationAssistant\\Profile\\Shopware\\Gateway\\Connection\\ConnectionFactory'] ?? ($this->privates['SwagMigrationAssistant\\Profile\\Shopware\\Gateway\\Connection\\ConnectionFactory'] = new \SwagMigrationAssistant\Profile\Shopware\Gateway\Connection\ConnectionFactory())));
  48172.     }
  48173.     /**
  48174.      * Gets the private 'SwagMigrationAssistant\Profile\Shopware\Gateway\Api\Reader\NewsletterRecipientReader' shared service.
  48175.      *
  48176.      * @return \SwagMigrationAssistant\Profile\Shopware\Gateway\Api\Reader\NewsletterRecipientReader
  48177.      */
  48178.     protected function getNewsletterRecipientReaderService()
  48179.     {
  48180.         include_once \dirname(__DIR__4).'/vendor/store.shopware.com/swagmigrationassistant/Migration/Gateway/Reader/ReaderInterface.php';
  48181.         include_once \dirname(__DIR__4).'/vendor/store.shopware.com/swagmigrationassistant/Profile/Shopware/Gateway/Api/Reader/ApiReader.php';
  48182.         include_once \dirname(__DIR__4).'/vendor/store.shopware.com/swagmigrationassistant/Profile/Shopware/Gateway/Api/Reader/NewsletterRecipientReader.php';
  48183.         include_once \dirname(__DIR__4).'/vendor/store.shopware.com/swagmigrationassistant/Profile/Shopware/Gateway/Connection/ConnectionFactoryInterface.php';
  48184.         include_once \dirname(__DIR__4).'/vendor/store.shopware.com/swagmigrationassistant/Profile/Shopware/Gateway/Connection/ConnectionFactory.php';
  48185.         return $this->privates['SwagMigrationAssistant\\Profile\\Shopware\\Gateway\\Api\\Reader\\NewsletterRecipientReader'] = new \SwagMigrationAssistant\Profile\Shopware\Gateway\Api\Reader\NewsletterRecipientReader(($this->privates['SwagMigrationAssistant\\Profile\\Shopware\\Gateway\\Connection\\ConnectionFactory'] ?? ($this->privates['SwagMigrationAssistant\\Profile\\Shopware\\Gateway\\Connection\\ConnectionFactory'] = new \SwagMigrationAssistant\Profile\Shopware\Gateway\Connection\ConnectionFactory())));
  48186.     }
  48187.     /**
  48188.      * Gets the private 'SwagMigrationAssistant\Profile\Shopware\Gateway\Api\Reader\NumberRangeReader' shared service.
  48189.      *
  48190.      * @return \SwagMigrationAssistant\Profile\Shopware\Gateway\Api\Reader\NumberRangeReader
  48191.      */
  48192.     protected function getNumberRangeReaderService()
  48193.     {
  48194.         include_once \dirname(__DIR__4).'/vendor/store.shopware.com/swagmigrationassistant/Migration/Gateway/Reader/ReaderInterface.php';
  48195.         include_once \dirname(__DIR__4).'/vendor/store.shopware.com/swagmigrationassistant/Profile/Shopware/Gateway/Api/Reader/ApiReader.php';
  48196.         include_once \dirname(__DIR__4).'/vendor/store.shopware.com/swagmigrationassistant/Profile/Shopware/Gateway/Api/Reader/NumberRangeReader.php';
  48197.         include_once \dirname(__DIR__4).'/vendor/store.shopware.com/swagmigrationassistant/Profile/Shopware/Gateway/Connection/ConnectionFactoryInterface.php';
  48198.         include_once \dirname(__DIR__4).'/vendor/store.shopware.com/swagmigrationassistant/Profile/Shopware/Gateway/Connection/ConnectionFactory.php';
  48199.         return $this->privates['SwagMigrationAssistant\\Profile\\Shopware\\Gateway\\Api\\Reader\\NumberRangeReader'] = new \SwagMigrationAssistant\Profile\Shopware\Gateway\Api\Reader\NumberRangeReader(($this->privates['SwagMigrationAssistant\\Profile\\Shopware\\Gateway\\Connection\\ConnectionFactory'] ?? ($this->privates['SwagMigrationAssistant\\Profile\\Shopware\\Gateway\\Connection\\ConnectionFactory'] = new \SwagMigrationAssistant\Profile\Shopware\Gateway\Connection\ConnectionFactory())));
  48200.     }
  48201.     /**
  48202.      * Gets the private 'SwagMigrationAssistant\Profile\Shopware\Gateway\Api\Reader\OrderAttributeReader' shared service.
  48203.      *
  48204.      * @return \SwagMigrationAssistant\Profile\Shopware\Gateway\Api\Reader\OrderAttributeReader
  48205.      */
  48206.     protected function getOrderAttributeReaderService()
  48207.     {
  48208.         include_once \dirname(__DIR__4).'/vendor/store.shopware.com/swagmigrationassistant/Migration/Gateway/Reader/ReaderInterface.php';
  48209.         include_once \dirname(__DIR__4).'/vendor/store.shopware.com/swagmigrationassistant/Profile/Shopware/Gateway/Api/Reader/ApiReader.php';
  48210.         include_once \dirname(__DIR__4).'/vendor/store.shopware.com/swagmigrationassistant/Profile/Shopware/Gateway/Api/Reader/OrderAttributeReader.php';
  48211.         include_once \dirname(__DIR__4).'/vendor/store.shopware.com/swagmigrationassistant/Profile/Shopware/Gateway/Connection/ConnectionFactoryInterface.php';
  48212.         include_once \dirname(__DIR__4).'/vendor/store.shopware.com/swagmigrationassistant/Profile/Shopware/Gateway/Connection/ConnectionFactory.php';
  48213.         return $this->privates['SwagMigrationAssistant\\Profile\\Shopware\\Gateway\\Api\\Reader\\OrderAttributeReader'] = new \SwagMigrationAssistant\Profile\Shopware\Gateway\Api\Reader\OrderAttributeReader(($this->privates['SwagMigrationAssistant\\Profile\\Shopware\\Gateway\\Connection\\ConnectionFactory'] ?? ($this->privates['SwagMigrationAssistant\\Profile\\Shopware\\Gateway\\Connection\\ConnectionFactory'] = new \SwagMigrationAssistant\Profile\Shopware\Gateway\Connection\ConnectionFactory())));
  48214.     }
  48215.     /**
  48216.      * Gets the private 'SwagMigrationAssistant\Profile\Shopware\Gateway\Api\Reader\OrderDocumentAttributeReader' shared service.
  48217.      *
  48218.      * @return \SwagMigrationAssistant\Profile\Shopware\Gateway\Api\Reader\OrderDocumentAttributeReader
  48219.      */
  48220.     protected function getOrderDocumentAttributeReaderService()
  48221.     {
  48222.         include_once \dirname(__DIR__4).'/vendor/store.shopware.com/swagmigrationassistant/Migration/Gateway/Reader/ReaderInterface.php';
  48223.         include_once \dirname(__DIR__4).'/vendor/store.shopware.com/swagmigrationassistant/Profile/Shopware/Gateway/Api/Reader/ApiReader.php';
  48224.         include_once \dirname(__DIR__4).'/vendor/store.shopware.com/swagmigrationassistant/Profile/Shopware/Gateway/Api/Reader/OrderDocumentAttributeReader.php';
  48225.         include_once \dirname(__DIR__4).'/vendor/store.shopware.com/swagmigrationassistant/Profile/Shopware/Gateway/Connection/ConnectionFactoryInterface.php';
  48226.         include_once \dirname(__DIR__4).'/vendor/store.shopware.com/swagmigrationassistant/Profile/Shopware/Gateway/Connection/ConnectionFactory.php';
  48227.         return $this->privates['SwagMigrationAssistant\\Profile\\Shopware\\Gateway\\Api\\Reader\\OrderDocumentAttributeReader'] = new \SwagMigrationAssistant\Profile\Shopware\Gateway\Api\Reader\OrderDocumentAttributeReader(($this->privates['SwagMigrationAssistant\\Profile\\Shopware\\Gateway\\Connection\\ConnectionFactory'] ?? ($this->privates['SwagMigrationAssistant\\Profile\\Shopware\\Gateway\\Connection\\ConnectionFactory'] = new \SwagMigrationAssistant\Profile\Shopware\Gateway\Connection\ConnectionFactory())));
  48228.     }
  48229.     /**
  48230.      * Gets the private 'SwagMigrationAssistant\Profile\Shopware\Gateway\Api\Reader\OrderDocumentReader' shared service.
  48231.      *
  48232.      * @return \SwagMigrationAssistant\Profile\Shopware\Gateway\Api\Reader\OrderDocumentReader
  48233.      */
  48234.     protected function getOrderDocumentReaderService()
  48235.     {
  48236.         include_once \dirname(__DIR__4).'/vendor/store.shopware.com/swagmigrationassistant/Migration/Gateway/Reader/ReaderInterface.php';
  48237.         include_once \dirname(__DIR__4).'/vendor/store.shopware.com/swagmigrationassistant/Profile/Shopware/Gateway/Api/Reader/ApiReader.php';
  48238.         include_once \dirname(__DIR__4).'/vendor/store.shopware.com/swagmigrationassistant/Profile/Shopware/Gateway/Api/Reader/OrderDocumentReader.php';
  48239.         include_once \dirname(__DIR__4).'/vendor/store.shopware.com/swagmigrationassistant/Profile/Shopware/Gateway/Connection/ConnectionFactoryInterface.php';
  48240.         include_once \dirname(__DIR__4).'/vendor/store.shopware.com/swagmigrationassistant/Profile/Shopware/Gateway/Connection/ConnectionFactory.php';
  48241.         return $this->privates['SwagMigrationAssistant\\Profile\\Shopware\\Gateway\\Api\\Reader\\OrderDocumentReader'] = new \SwagMigrationAssistant\Profile\Shopware\Gateway\Api\Reader\OrderDocumentReader(($this->privates['SwagMigrationAssistant\\Profile\\Shopware\\Gateway\\Connection\\ConnectionFactory'] ?? ($this->privates['SwagMigrationAssistant\\Profile\\Shopware\\Gateway\\Connection\\ConnectionFactory'] = new \SwagMigrationAssistant\Profile\Shopware\Gateway\Connection\ConnectionFactory())));
  48242.     }
  48243.     /**
  48244.      * Gets the private 'SwagMigrationAssistant\Profile\Shopware\Gateway\Api\Reader\OrderReader' shared service.
  48245.      *
  48246.      * @return \SwagMigrationAssistant\Profile\Shopware\Gateway\Api\Reader\OrderReader
  48247.      */
  48248.     protected function getOrderReaderService()
  48249.     {
  48250.         include_once \dirname(__DIR__4).'/vendor/store.shopware.com/swagmigrationassistant/Migration/Gateway/Reader/ReaderInterface.php';
  48251.         include_once \dirname(__DIR__4).'/vendor/store.shopware.com/swagmigrationassistant/Profile/Shopware/Gateway/Api/Reader/ApiReader.php';
  48252.         include_once \dirname(__DIR__4).'/vendor/store.shopware.com/swagmigrationassistant/Profile/Shopware/Gateway/Api/Reader/OrderReader.php';
  48253.         include_once \dirname(__DIR__4).'/vendor/store.shopware.com/swagmigrationassistant/Profile/Shopware/Gateway/Connection/ConnectionFactoryInterface.php';
  48254.         include_once \dirname(__DIR__4).'/vendor/store.shopware.com/swagmigrationassistant/Profile/Shopware/Gateway/Connection/ConnectionFactory.php';
  48255.         return $this->privates['SwagMigrationAssistant\\Profile\\Shopware\\Gateway\\Api\\Reader\\OrderReader'] = new \SwagMigrationAssistant\Profile\Shopware\Gateway\Api\Reader\OrderReader(($this->privates['SwagMigrationAssistant\\Profile\\Shopware\\Gateway\\Connection\\ConnectionFactory'] ?? ($this->privates['SwagMigrationAssistant\\Profile\\Shopware\\Gateway\\Connection\\ConnectionFactory'] = new \SwagMigrationAssistant\Profile\Shopware\Gateway\Connection\ConnectionFactory())));
  48256.     }
  48257.     /**
  48258.      * Gets the private 'SwagMigrationAssistant\Profile\Shopware\Gateway\Api\Reader\ProductAttributeReader' shared service.
  48259.      *
  48260.      * @return \SwagMigrationAssistant\Profile\Shopware\Gateway\Api\Reader\ProductAttributeReader
  48261.      */
  48262.     protected function getProductAttributeReaderService()
  48263.     {
  48264.         include_once \dirname(__DIR__4).'/vendor/store.shopware.com/swagmigrationassistant/Migration/Gateway/Reader/ReaderInterface.php';
  48265.         include_once \dirname(__DIR__4).'/vendor/store.shopware.com/swagmigrationassistant/Profile/Shopware/Gateway/Api/Reader/ApiReader.php';
  48266.         include_once \dirname(__DIR__4).'/vendor/store.shopware.com/swagmigrationassistant/Profile/Shopware/Gateway/Api/Reader/ProductAttributeReader.php';
  48267.         include_once \dirname(__DIR__4).'/vendor/store.shopware.com/swagmigrationassistant/Profile/Shopware/Gateway/Connection/ConnectionFactoryInterface.php';
  48268.         include_once \dirname(__DIR__4).'/vendor/store.shopware.com/swagmigrationassistant/Profile/Shopware/Gateway/Connection/ConnectionFactory.php';
  48269.         return $this->privates['SwagMigrationAssistant\\Profile\\Shopware\\Gateway\\Api\\Reader\\ProductAttributeReader'] = new \SwagMigrationAssistant\Profile\Shopware\Gateway\Api\Reader\ProductAttributeReader(($this->privates['SwagMigrationAssistant\\Profile\\Shopware\\Gateway\\Connection\\ConnectionFactory'] ?? ($this->privates['SwagMigrationAssistant\\Profile\\Shopware\\Gateway\\Connection\\ConnectionFactory'] = new \SwagMigrationAssistant\Profile\Shopware\Gateway\Connection\ConnectionFactory())));
  48270.     }
  48271.     /**
  48272.      * Gets the private 'SwagMigrationAssistant\Profile\Shopware\Gateway\Api\Reader\ProductOptionRelationReader' shared service.
  48273.      *
  48274.      * @return \SwagMigrationAssistant\Profile\Shopware\Gateway\Api\Reader\ProductOptionRelationReader
  48275.      */
  48276.     protected function getProductOptionRelationReaderService()
  48277.     {
  48278.         include_once \dirname(__DIR__4).'/vendor/store.shopware.com/swagmigrationassistant/Migration/Gateway/Reader/ReaderInterface.php';
  48279.         include_once \dirname(__DIR__4).'/vendor/store.shopware.com/swagmigrationassistant/Profile/Shopware/Gateway/Api/Reader/ApiReader.php';
  48280.         include_once \dirname(__DIR__4).'/vendor/store.shopware.com/swagmigrationassistant/Profile/Shopware/Gateway/Api/Reader/ProductOptionRelationReader.php';
  48281.         include_once \dirname(__DIR__4).'/vendor/store.shopware.com/swagmigrationassistant/Profile/Shopware/Gateway/Connection/ConnectionFactoryInterface.php';
  48282.         include_once \dirname(__DIR__4).'/vendor/store.shopware.com/swagmigrationassistant/Profile/Shopware/Gateway/Connection/ConnectionFactory.php';
  48283.         return $this->privates['SwagMigrationAssistant\\Profile\\Shopware\\Gateway\\Api\\Reader\\ProductOptionRelationReader'] = new \SwagMigrationAssistant\Profile\Shopware\Gateway\Api\Reader\ProductOptionRelationReader(($this->privates['SwagMigrationAssistant\\Profile\\Shopware\\Gateway\\Connection\\ConnectionFactory'] ?? ($this->privates['SwagMigrationAssistant\\Profile\\Shopware\\Gateway\\Connection\\ConnectionFactory'] = new \SwagMigrationAssistant\Profile\Shopware\Gateway\Connection\ConnectionFactory())));
  48284.     }
  48285.     /**
  48286.      * Gets the private 'SwagMigrationAssistant\Profile\Shopware\Gateway\Api\Reader\ProductPriceAttributeReader' shared service.
  48287.      *
  48288.      * @return \SwagMigrationAssistant\Profile\Shopware\Gateway\Api\Reader\ProductPriceAttributeReader
  48289.      */
  48290.     protected function getProductPriceAttributeReaderService()
  48291.     {
  48292.         include_once \dirname(__DIR__4).'/vendor/store.shopware.com/swagmigrationassistant/Migration/Gateway/Reader/ReaderInterface.php';
  48293.         include_once \dirname(__DIR__4).'/vendor/store.shopware.com/swagmigrationassistant/Profile/Shopware/Gateway/Api/Reader/ApiReader.php';
  48294.         include_once \dirname(__DIR__4).'/vendor/store.shopware.com/swagmigrationassistant/Profile/Shopware/Gateway/Api/Reader/ProductPriceAttributeReader.php';
  48295.         include_once \dirname(__DIR__4).'/vendor/store.shopware.com/swagmigrationassistant/Profile/Shopware/Gateway/Connection/ConnectionFactoryInterface.php';
  48296.         include_once \dirname(__DIR__4).'/vendor/store.shopware.com/swagmigrationassistant/Profile/Shopware/Gateway/Connection/ConnectionFactory.php';
  48297.         return $this->privates['SwagMigrationAssistant\\Profile\\Shopware\\Gateway\\Api\\Reader\\ProductPriceAttributeReader'] = new \SwagMigrationAssistant\Profile\Shopware\Gateway\Api\Reader\ProductPriceAttributeReader(($this->privates['SwagMigrationAssistant\\Profile\\Shopware\\Gateway\\Connection\\ConnectionFactory'] ?? ($this->privates['SwagMigrationAssistant\\Profile\\Shopware\\Gateway\\Connection\\ConnectionFactory'] = new \SwagMigrationAssistant\Profile\Shopware\Gateway\Connection\ConnectionFactory())));
  48298.     }
  48299.     /**
  48300.      * Gets the private 'SwagMigrationAssistant\Profile\Shopware\Gateway\Api\Reader\ProductPropertyRelationReader' shared service.
  48301.      *
  48302.      * @return \SwagMigrationAssistant\Profile\Shopware\Gateway\Api\Reader\ProductPropertyRelationReader
  48303.      */
  48304.     protected function getProductPropertyRelationReaderService()
  48305.     {
  48306.         include_once \dirname(__DIR__4).'/vendor/store.shopware.com/swagmigrationassistant/Migration/Gateway/Reader/ReaderInterface.php';
  48307.         include_once \dirname(__DIR__4).'/vendor/store.shopware.com/swagmigrationassistant/Profile/Shopware/Gateway/Api/Reader/ApiReader.php';
  48308.         include_once \dirname(__DIR__4).'/vendor/store.shopware.com/swagmigrationassistant/Profile/Shopware/Gateway/Api/Reader/ProductPropertyRelationReader.php';
  48309.         include_once \dirname(__DIR__4).'/vendor/store.shopware.com/swagmigrationassistant/Profile/Shopware/Gateway/Connection/ConnectionFactoryInterface.php';
  48310.         include_once \dirname(__DIR__4).'/vendor/store.shopware.com/swagmigrationassistant/Profile/Shopware/Gateway/Connection/ConnectionFactory.php';
  48311.         return $this->privates['SwagMigrationAssistant\\Profile\\Shopware\\Gateway\\Api\\Reader\\ProductPropertyRelationReader'] = new \SwagMigrationAssistant\Profile\Shopware\Gateway\Api\Reader\ProductPropertyRelationReader(($this->privates['SwagMigrationAssistant\\Profile\\Shopware\\Gateway\\Connection\\ConnectionFactory'] ?? ($this->privates['SwagMigrationAssistant\\Profile\\Shopware\\Gateway\\Connection\\ConnectionFactory'] = new \SwagMigrationAssistant\Profile\Shopware\Gateway\Connection\ConnectionFactory())));
  48312.     }
  48313.     /**
  48314.      * Gets the private 'SwagMigrationAssistant\Profile\Shopware\Gateway\Api\Reader\ProductReader' shared service.
  48315.      *
  48316.      * @return \SwagMigrationAssistant\Profile\Shopware\Gateway\Api\Reader\ProductReader
  48317.      */
  48318.     protected function getProductReaderService()
  48319.     {
  48320.         include_once \dirname(__DIR__4).'/vendor/store.shopware.com/swagmigrationassistant/Migration/Gateway/Reader/ReaderInterface.php';
  48321.         include_once \dirname(__DIR__4).'/vendor/store.shopware.com/swagmigrationassistant/Profile/Shopware/Gateway/Api/Reader/ApiReader.php';
  48322.         include_once \dirname(__DIR__4).'/vendor/store.shopware.com/swagmigrationassistant/Profile/Shopware/Gateway/Api/Reader/ProductReader.php';
  48323.         include_once \dirname(__DIR__4).'/vendor/store.shopware.com/swagmigrationassistant/Profile/Shopware/Gateway/Connection/ConnectionFactoryInterface.php';
  48324.         include_once \dirname(__DIR__4).'/vendor/store.shopware.com/swagmigrationassistant/Profile/Shopware/Gateway/Connection/ConnectionFactory.php';
  48325.         return $this->privates['SwagMigrationAssistant\\Profile\\Shopware\\Gateway\\Api\\Reader\\ProductReader'] = new \SwagMigrationAssistant\Profile\Shopware\Gateway\Api\Reader\ProductReader(($this->privates['SwagMigrationAssistant\\Profile\\Shopware\\Gateway\\Connection\\ConnectionFactory'] ?? ($this->privates['SwagMigrationAssistant\\Profile\\Shopware\\Gateway\\Connection\\ConnectionFactory'] = new \SwagMigrationAssistant\Profile\Shopware\Gateway\Connection\ConnectionFactory())));
  48326.     }
  48327.     /**
  48328.      * Gets the private 'SwagMigrationAssistant\Profile\Shopware\Gateway\Api\Reader\ProductReviewReader' shared service.
  48329.      *
  48330.      * @return \SwagMigrationAssistant\Profile\Shopware\Gateway\Api\Reader\ProductReviewReader
  48331.      */
  48332.     protected function getProductReviewReaderService()
  48333.     {
  48334.         include_once \dirname(__DIR__4).'/vendor/store.shopware.com/swagmigrationassistant/Migration/Gateway/Reader/ReaderInterface.php';
  48335.         include_once \dirname(__DIR__4).'/vendor/store.shopware.com/swagmigrationassistant/Profile/Shopware/Gateway/Api/Reader/ApiReader.php';
  48336.         include_once \dirname(__DIR__4).'/vendor/store.shopware.com/swagmigrationassistant/Profile/Shopware/Gateway/Api/Reader/ProductReviewReader.php';
  48337.         include_once \dirname(__DIR__4).'/vendor/store.shopware.com/swagmigrationassistant/Profile/Shopware/Gateway/Connection/ConnectionFactoryInterface.php';
  48338.         include_once \dirname(__DIR__4).'/vendor/store.shopware.com/swagmigrationassistant/Profile/Shopware/Gateway/Connection/ConnectionFactory.php';
  48339.         return $this->privates['SwagMigrationAssistant\\Profile\\Shopware\\Gateway\\Api\\Reader\\ProductReviewReader'] = new \SwagMigrationAssistant\Profile\Shopware\Gateway\Api\Reader\ProductReviewReader(($this->privates['SwagMigrationAssistant\\Profile\\Shopware\\Gateway\\Connection\\ConnectionFactory'] ?? ($this->privates['SwagMigrationAssistant\\Profile\\Shopware\\Gateway\\Connection\\ConnectionFactory'] = new \SwagMigrationAssistant\Profile\Shopware\Gateway\Connection\ConnectionFactory())));
  48340.     }
  48341.     /**
  48342.      * Gets the private 'SwagMigrationAssistant\Profile\Shopware\Gateway\Api\Reader\PromotionReader' shared service.
  48343.      *
  48344.      * @return \SwagMigrationAssistant\Profile\Shopware\Gateway\Api\Reader\PromotionReader
  48345.      */
  48346.     protected function getPromotionReaderService()
  48347.     {
  48348.         include_once \dirname(__DIR__4).'/vendor/store.shopware.com/swagmigrationassistant/Migration/Gateway/Reader/ReaderInterface.php';
  48349.         include_once \dirname(__DIR__4).'/vendor/store.shopware.com/swagmigrationassistant/Profile/Shopware/Gateway/Api/Reader/ApiReader.php';
  48350.         include_once \dirname(__DIR__4).'/vendor/store.shopware.com/swagmigrationassistant/Profile/Shopware/Gateway/Api/Reader/PromotionReader.php';
  48351.         include_once \dirname(__DIR__4).'/vendor/store.shopware.com/swagmigrationassistant/Profile/Shopware/Gateway/Connection/ConnectionFactoryInterface.php';
  48352.         include_once \dirname(__DIR__4).'/vendor/store.shopware.com/swagmigrationassistant/Profile/Shopware/Gateway/Connection/ConnectionFactory.php';
  48353.         return $this->privates['SwagMigrationAssistant\\Profile\\Shopware\\Gateway\\Api\\Reader\\PromotionReader'] = new \SwagMigrationAssistant\Profile\Shopware\Gateway\Api\Reader\PromotionReader(($this->privates['SwagMigrationAssistant\\Profile\\Shopware\\Gateway\\Connection\\ConnectionFactory'] ?? ($this->privates['SwagMigrationAssistant\\Profile\\Shopware\\Gateway\\Connection\\ConnectionFactory'] = new \SwagMigrationAssistant\Profile\Shopware\Gateway\Connection\ConnectionFactory())));
  48354.     }
  48355.     /**
  48356.      * Gets the private 'SwagMigrationAssistant\Profile\Shopware\Gateway\Api\Reader\PropertyGroupOptionReader' shared service.
  48357.      *
  48358.      * @return \SwagMigrationAssistant\Profile\Shopware\Gateway\Api\Reader\PropertyGroupOptionReader
  48359.      */
  48360.     protected function getPropertyGroupOptionReaderService()
  48361.     {
  48362.         include_once \dirname(__DIR__4).'/vendor/store.shopware.com/swagmigrationassistant/Migration/Gateway/Reader/ReaderInterface.php';
  48363.         include_once \dirname(__DIR__4).'/vendor/store.shopware.com/swagmigrationassistant/Profile/Shopware/Gateway/Api/Reader/ApiReader.php';
  48364.         include_once \dirname(__DIR__4).'/vendor/store.shopware.com/swagmigrationassistant/Profile/Shopware/Gateway/Api/Reader/PropertyGroupOptionReader.php';
  48365.         include_once \dirname(__DIR__4).'/vendor/store.shopware.com/swagmigrationassistant/Profile/Shopware/Gateway/Connection/ConnectionFactoryInterface.php';
  48366.         include_once \dirname(__DIR__4).'/vendor/store.shopware.com/swagmigrationassistant/Profile/Shopware/Gateway/Connection/ConnectionFactory.php';
  48367.         return $this->privates['SwagMigrationAssistant\\Profile\\Shopware\\Gateway\\Api\\Reader\\PropertyGroupOptionReader'] = new \SwagMigrationAssistant\Profile\Shopware\Gateway\Api\Reader\PropertyGroupOptionReader(($this->privates['SwagMigrationAssistant\\Profile\\Shopware\\Gateway\\Connection\\ConnectionFactory'] ?? ($this->privates['SwagMigrationAssistant\\Profile\\Shopware\\Gateway\\Connection\\ConnectionFactory'] = new \SwagMigrationAssistant\Profile\Shopware\Gateway\Connection\ConnectionFactory())));
  48368.     }
  48369.     /**
  48370.      * Gets the private 'SwagMigrationAssistant\Profile\Shopware\Gateway\Api\Reader\SalesChannelReader' shared service.
  48371.      *
  48372.      * @return \SwagMigrationAssistant\Profile\Shopware\Gateway\Api\Reader\SalesChannelReader
  48373.      */
  48374.     protected function getSalesChannelReaderService()
  48375.     {
  48376.         include_once \dirname(__DIR__4).'/vendor/store.shopware.com/swagmigrationassistant/Migration/Gateway/Reader/ReaderInterface.php';
  48377.         include_once \dirname(__DIR__4).'/vendor/store.shopware.com/swagmigrationassistant/Profile/Shopware/Gateway/Api/Reader/ApiReader.php';
  48378.         include_once \dirname(__DIR__4).'/vendor/store.shopware.com/swagmigrationassistant/Profile/Shopware/Gateway/Api/Reader/SalesChannelReader.php';
  48379.         include_once \dirname(__DIR__4).'/vendor/store.shopware.com/swagmigrationassistant/Profile/Shopware/Gateway/Connection/ConnectionFactoryInterface.php';
  48380.         include_once \dirname(__DIR__4).'/vendor/store.shopware.com/swagmigrationassistant/Profile/Shopware/Gateway/Connection/ConnectionFactory.php';
  48381.         return $this->privates['SwagMigrationAssistant\\Profile\\Shopware\\Gateway\\Api\\Reader\\SalesChannelReader'] = new \SwagMigrationAssistant\Profile\Shopware\Gateway\Api\Reader\SalesChannelReader(($this->privates['SwagMigrationAssistant\\Profile\\Shopware\\Gateway\\Connection\\ConnectionFactory'] ?? ($this->privates['SwagMigrationAssistant\\Profile\\Shopware\\Gateway\\Connection\\ConnectionFactory'] = new \SwagMigrationAssistant\Profile\Shopware\Gateway\Connection\ConnectionFactory())));
  48382.     }
  48383.     /**
  48384.      * Gets the private 'SwagMigrationAssistant\Profile\Shopware\Gateway\Api\Reader\SeoUrlReader' shared service.
  48385.      *
  48386.      * @return \SwagMigrationAssistant\Profile\Shopware\Gateway\Api\Reader\SeoUrlReader
  48387.      */
  48388.     protected function getSeoUrlReaderService()
  48389.     {
  48390.         include_once \dirname(__DIR__4).'/vendor/store.shopware.com/swagmigrationassistant/Migration/Gateway/Reader/ReaderInterface.php';
  48391.         include_once \dirname(__DIR__4).'/vendor/store.shopware.com/swagmigrationassistant/Profile/Shopware/Gateway/Api/Reader/ApiReader.php';
  48392.         include_once \dirname(__DIR__4).'/vendor/store.shopware.com/swagmigrationassistant/Profile/Shopware/Gateway/Api/Reader/SeoUrlReader.php';
  48393.         include_once \dirname(__DIR__4).'/vendor/store.shopware.com/swagmigrationassistant/Profile/Shopware/Gateway/Connection/ConnectionFactoryInterface.php';
  48394.         include_once \dirname(__DIR__4).'/vendor/store.shopware.com/swagmigrationassistant/Profile/Shopware/Gateway/Connection/ConnectionFactory.php';
  48395.         return $this->privates['SwagMigrationAssistant\\Profile\\Shopware\\Gateway\\Api\\Reader\\SeoUrlReader'] = new \SwagMigrationAssistant\Profile\Shopware\Gateway\Api\Reader\SeoUrlReader(($this->privates['SwagMigrationAssistant\\Profile\\Shopware\\Gateway\\Connection\\ConnectionFactory'] ?? ($this->privates['SwagMigrationAssistant\\Profile\\Shopware\\Gateway\\Connection\\ConnectionFactory'] = new \SwagMigrationAssistant\Profile\Shopware\Gateway\Connection\ConnectionFactory())));
  48396.     }
  48397.     /**
  48398.      * Gets the private 'SwagMigrationAssistant\Profile\Shopware\Gateway\Api\Reader\ShippingMethodReader' shared service.
  48399.      *
  48400.      * @return \SwagMigrationAssistant\Profile\Shopware\Gateway\Api\Reader\ShippingMethodReader
  48401.      */
  48402.     protected function getShippingMethodReaderService()
  48403.     {
  48404.         include_once \dirname(__DIR__4).'/vendor/store.shopware.com/swagmigrationassistant/Migration/Gateway/Reader/ReaderInterface.php';
  48405.         include_once \dirname(__DIR__4).'/vendor/store.shopware.com/swagmigrationassistant/Profile/Shopware/Gateway/Api/Reader/ApiReader.php';
  48406.         include_once \dirname(__DIR__4).'/vendor/store.shopware.com/swagmigrationassistant/Profile/Shopware/Gateway/Api/Reader/ShippingMethodReader.php';
  48407.         include_once \dirname(__DIR__4).'/vendor/store.shopware.com/swagmigrationassistant/Profile/Shopware/Gateway/Connection/ConnectionFactoryInterface.php';
  48408.         include_once \dirname(__DIR__4).'/vendor/store.shopware.com/swagmigrationassistant/Profile/Shopware/Gateway/Connection/ConnectionFactory.php';
  48409.         return $this->privates['SwagMigrationAssistant\\Profile\\Shopware\\Gateway\\Api\\Reader\\ShippingMethodReader'] = new \SwagMigrationAssistant\Profile\Shopware\Gateway\Api\Reader\ShippingMethodReader(($this->privates['SwagMigrationAssistant\\Profile\\Shopware\\Gateway\\Connection\\ConnectionFactory'] ?? ($this->privates['SwagMigrationAssistant\\Profile\\Shopware\\Gateway\\Connection\\ConnectionFactory'] = new \SwagMigrationAssistant\Profile\Shopware\Gateway\Connection\ConnectionFactory())));
  48410.     }
  48411.     /**
  48412.      * Gets the private 'SwagMigrationAssistant\Profile\Shopware\Gateway\Api\Reader\TranslationReader' shared service.
  48413.      *
  48414.      * @return \SwagMigrationAssistant\Profile\Shopware\Gateway\Api\Reader\TranslationReader
  48415.      */
  48416.     protected function getTranslationReaderService()
  48417.     {
  48418.         include_once \dirname(__DIR__4).'/vendor/store.shopware.com/swagmigrationassistant/Migration/Gateway/Reader/ReaderInterface.php';
  48419.         include_once \dirname(__DIR__4).'/vendor/store.shopware.com/swagmigrationassistant/Profile/Shopware/Gateway/Api/Reader/ApiReader.php';
  48420.         include_once \dirname(__DIR__4).'/vendor/store.shopware.com/swagmigrationassistant/Profile/Shopware/Gateway/Api/Reader/TranslationReader.php';
  48421.         include_once \dirname(__DIR__4).'/vendor/store.shopware.com/swagmigrationassistant/Profile/Shopware/Gateway/Connection/ConnectionFactoryInterface.php';
  48422.         include_once \dirname(__DIR__4).'/vendor/store.shopware.com/swagmigrationassistant/Profile/Shopware/Gateway/Connection/ConnectionFactory.php';
  48423.         return $this->privates['SwagMigrationAssistant\\Profile\\Shopware\\Gateway\\Api\\Reader\\TranslationReader'] = new \SwagMigrationAssistant\Profile\Shopware\Gateway\Api\Reader\TranslationReader(($this->privates['SwagMigrationAssistant\\Profile\\Shopware\\Gateway\\Connection\\ConnectionFactory'] ?? ($this->privates['SwagMigrationAssistant\\Profile\\Shopware\\Gateway\\Connection\\ConnectionFactory'] = new \SwagMigrationAssistant\Profile\Shopware\Gateway\Connection\ConnectionFactory())));
  48424.     }
  48425.     /**
  48426.      * Gets the private 'SwagMigrationAssistant\Profile\Shopware\Gateway\Api\ShopwareApiGateway' shared service.
  48427.      *
  48428.      * @return \SwagMigrationAssistant\Profile\Shopware\Gateway\Api\ShopwareApiGateway
  48429.      */
  48430.     protected function getShopwareApiGatewayService()
  48431.     {
  48432.         include_once \dirname(__DIR__4).'/vendor/store.shopware.com/swagmigrationassistant/Migration/Gateway/GatewayInterface.php';
  48433.         include_once \dirname(__DIR__4).'/vendor/store.shopware.com/swagmigrationassistant/Profile/Shopware/Gateway/ShopwareGatewayInterface.php';
  48434.         include_once \dirname(__DIR__4).'/vendor/store.shopware.com/swagmigrationassistant/Profile/Shopware/Gateway/Api/ShopwareApiGateway.php';
  48435.         include_once \dirname(__DIR__4).'/vendor/store.shopware.com/swagmigrationassistant/Migration/Gateway/Reader/EnvironmentReaderInterface.php';
  48436.         include_once \dirname(__DIR__4).'/vendor/store.shopware.com/swagmigrationassistant/Profile/Shopware/Gateway/Api/Reader/EnvironmentReader.php';
  48437.         include_once \dirname(__DIR__4).'/vendor/store.shopware.com/swagmigrationassistant/Profile/Shopware/Gateway/TableReaderInterface.php';
  48438.         include_once \dirname(__DIR__4).'/vendor/store.shopware.com/swagmigrationassistant/Profile/Shopware/Gateway/Api/Reader/TableReader.php';
  48439.         include_once \dirname(__DIR__4).'/vendor/store.shopware.com/swagmigrationassistant/Profile/Shopware/Gateway/TableCountReaderInterface.php';
  48440.         include_once \dirname(__DIR__4).'/vendor/store.shopware.com/swagmigrationassistant/Profile/Shopware/Gateway/Api/Reader/TableCountReader.php';
  48441.         include_once \dirname(__DIR__4).'/vendor/store.shopware.com/swagmigrationassistant/Profile/Shopware/Gateway/Connection/ConnectionFactoryInterface.php';
  48442.         include_once \dirname(__DIR__4).'/vendor/store.shopware.com/swagmigrationassistant/Profile/Shopware/Gateway/Connection/ConnectionFactory.php';
  48443.         $a = ($this->privates['SwagMigrationAssistant\\Migration\\Logging\\LoggingService'] ?? $this->getLoggingService2Service());
  48444.         if (isset($this->privates['SwagMigrationAssistant\\Profile\\Shopware\\Gateway\\Api\\ShopwareApiGateway'])) {
  48445.             return $this->privates['SwagMigrationAssistant\\Profile\\Shopware\\Gateway\\Api\\ShopwareApiGateway'];
  48446.         }
  48447.         $b = ($this->services['currency.repository'] ?? $this->getCurrency_RepositoryService());
  48448.         if (isset($this->privates['SwagMigrationAssistant\\Profile\\Shopware\\Gateway\\Api\\ShopwareApiGateway'])) {
  48449.             return $this->privates['SwagMigrationAssistant\\Profile\\Shopware\\Gateway\\Api\\ShopwareApiGateway'];
  48450.         }
  48451.         $c = ($this->services['language.repository'] ?? $this->getLanguage_RepositoryService());
  48452.         if (isset($this->privates['SwagMigrationAssistant\\Profile\\Shopware\\Gateway\\Api\\ShopwareApiGateway'])) {
  48453.             return $this->privates['SwagMigrationAssistant\\Profile\\Shopware\\Gateway\\Api\\ShopwareApiGateway'];
  48454.         }
  48455.         $d = ($this->privates['SwagMigrationAssistant\\Profile\\Shopware\\Gateway\\Connection\\ConnectionFactory'] ?? ($this->privates['SwagMigrationAssistant\\Profile\\Shopware\\Gateway\\Connection\\ConnectionFactory'] = new \SwagMigrationAssistant\Profile\Shopware\Gateway\Connection\ConnectionFactory()));
  48456.         return $this->privates['SwagMigrationAssistant\\Profile\\Shopware\\Gateway\\Api\\ShopwareApiGateway'] = new \SwagMigrationAssistant\Profile\Shopware\Gateway\Api\ShopwareApiGateway(($this->privates['SwagMigrationAssistant\\Migration\\Gateway\\Reader\\ReaderRegistry'] ?? $this->getReaderRegistryService()), new \SwagMigrationAssistant\Profile\Shopware\Gateway\Api\Reader\EnvironmentReader($d), new \SwagMigrationAssistant\Profile\Shopware\Gateway\Api\Reader\TableReader($d), new \SwagMigrationAssistant\Profile\Shopware\Gateway\Api\Reader\TableCountReader($d$a), $b$c);
  48457.     }
  48458.     /**
  48459.      * Gets the private 'SwagMigrationAssistant\Profile\Shopware\Gateway\Local\Reader\CategoryAttributeReader' shared service.
  48460.      *
  48461.      * @return \SwagMigrationAssistant\Profile\Shopware\Gateway\Local\Reader\CategoryAttributeReader
  48462.      */
  48463.     protected function getCategoryAttributeReader2Service()
  48464.     {
  48465.         include_once \dirname(__DIR__4).'/vendor/store.shopware.com/swagmigrationassistant/Migration/Gateway/Reader/ReaderInterface.php';
  48466.         include_once \dirname(__DIR__4).'/vendor/store.shopware.com/swagmigrationassistant/Profile/Shopware/Gateway/Local/Reader/AbstractReader.php';
  48467.         include_once \dirname(__DIR__4).'/vendor/store.shopware.com/swagmigrationassistant/Profile/Shopware/Gateway/Local/Reader/AttributeReader.php';
  48468.         include_once \dirname(__DIR__4).'/vendor/store.shopware.com/swagmigrationassistant/Profile/Shopware/Gateway/Local/Reader/CategoryAttributeReader.php';
  48469.         include_once \dirname(__DIR__4).'/vendor/store.shopware.com/swagmigrationassistant/Profile/Shopware/Gateway/Connection/ConnectionFactoryInterface.php';
  48470.         include_once \dirname(__DIR__4).'/vendor/store.shopware.com/swagmigrationassistant/Profile/Shopware/Gateway/Connection/ConnectionFactory.php';
  48471.         return $this->privates['SwagMigrationAssistant\\Profile\\Shopware\\Gateway\\Local\\Reader\\CategoryAttributeReader'] = new \SwagMigrationAssistant\Profile\Shopware\Gateway\Local\Reader\CategoryAttributeReader(($this->privates['SwagMigrationAssistant\\Profile\\Shopware\\Gateway\\Connection\\ConnectionFactory'] ?? ($this->privates['SwagMigrationAssistant\\Profile\\Shopware\\Gateway\\Connection\\ConnectionFactory'] = new \SwagMigrationAssistant\Profile\Shopware\Gateway\Connection\ConnectionFactory())));
  48472.     }
  48473.     /**
  48474.      * Gets the private 'SwagMigrationAssistant\Profile\Shopware\Gateway\Local\Reader\CategoryReader' shared service.
  48475.      *
  48476.      * @return \SwagMigrationAssistant\Profile\Shopware\Gateway\Local\Reader\CategoryReader
  48477.      */
  48478.     protected function getCategoryReader2Service()
  48479.     {
  48480.         include_once \dirname(__DIR__4).'/vendor/store.shopware.com/swagmigrationassistant/Migration/Gateway/Reader/ReaderInterface.php';
  48481.         include_once \dirname(__DIR__4).'/vendor/store.shopware.com/swagmigrationassistant/Profile/Shopware/Gateway/Local/Reader/AbstractReader.php';
  48482.         include_once \dirname(__DIR__4).'/vendor/store.shopware.com/swagmigrationassistant/Profile/Shopware/Gateway/Local/Reader/CategoryReader.php';
  48483.         include_once \dirname(__DIR__4).'/vendor/store.shopware.com/swagmigrationassistant/Profile/Shopware/Gateway/Connection/ConnectionFactoryInterface.php';
  48484.         include_once \dirname(__DIR__4).'/vendor/store.shopware.com/swagmigrationassistant/Profile/Shopware/Gateway/Connection/ConnectionFactory.php';
  48485.         return $this->privates['SwagMigrationAssistant\\Profile\\Shopware\\Gateway\\Local\\Reader\\CategoryReader'] = new \SwagMigrationAssistant\Profile\Shopware\Gateway\Local\Reader\CategoryReader(($this->privates['SwagMigrationAssistant\\Profile\\Shopware\\Gateway\\Connection\\ConnectionFactory'] ?? ($this->privates['SwagMigrationAssistant\\Profile\\Shopware\\Gateway\\Connection\\ConnectionFactory'] = new \SwagMigrationAssistant\Profile\Shopware\Gateway\Connection\ConnectionFactory())));
  48486.     }
  48487.     /**
  48488.      * Gets the private 'SwagMigrationAssistant\Profile\Shopware\Gateway\Local\Reader\CrossSellingReader' shared service.
  48489.      *
  48490.      * @return \SwagMigrationAssistant\Profile\Shopware\Gateway\Local\Reader\CrossSellingReader
  48491.      */
  48492.     protected function getCrossSellingReader2Service()
  48493.     {
  48494.         include_once \dirname(__DIR__4).'/vendor/store.shopware.com/swagmigrationassistant/Migration/Gateway/Reader/ReaderInterface.php';
  48495.         include_once \dirname(__DIR__4).'/vendor/store.shopware.com/swagmigrationassistant/Profile/Shopware/Gateway/Local/Reader/AbstractReader.php';
  48496.         include_once \dirname(__DIR__4).'/vendor/store.shopware.com/swagmigrationassistant/Profile/Shopware/Gateway/Local/Reader/CrossSellingReader.php';
  48497.         include_once \dirname(__DIR__4).'/vendor/store.shopware.com/swagmigrationassistant/Profile/Shopware/Gateway/Connection/ConnectionFactoryInterface.php';
  48498.         include_once \dirname(__DIR__4).'/vendor/store.shopware.com/swagmigrationassistant/Profile/Shopware/Gateway/Connection/ConnectionFactory.php';
  48499.         return $this->privates['SwagMigrationAssistant\\Profile\\Shopware\\Gateway\\Local\\Reader\\CrossSellingReader'] = new \SwagMigrationAssistant\Profile\Shopware\Gateway\Local\Reader\CrossSellingReader(($this->privates['SwagMigrationAssistant\\Profile\\Shopware\\Gateway\\Connection\\ConnectionFactory'] ?? ($this->privates['SwagMigrationAssistant\\Profile\\Shopware\\Gateway\\Connection\\ConnectionFactory'] = new \SwagMigrationAssistant\Profile\Shopware\Gateway\Connection\ConnectionFactory())));
  48500.     }
  48501.     /**
  48502.      * Gets the private 'SwagMigrationAssistant\Profile\Shopware\Gateway\Local\Reader\CurrencyReader' shared service.
  48503.      *
  48504.      * @return \SwagMigrationAssistant\Profile\Shopware\Gateway\Local\Reader\CurrencyReader
  48505.      */
  48506.     protected function getCurrencyReader2Service()
  48507.     {
  48508.         include_once \dirname(__DIR__4).'/vendor/store.shopware.com/swagmigrationassistant/Migration/Gateway/Reader/ReaderInterface.php';
  48509.         include_once \dirname(__DIR__4).'/vendor/store.shopware.com/swagmigrationassistant/Profile/Shopware/Gateway/Local/Reader/AbstractReader.php';
  48510.         include_once \dirname(__DIR__4).'/vendor/store.shopware.com/swagmigrationassistant/Profile/Shopware/Gateway/Local/Reader/CurrencyReader.php';
  48511.         include_once \dirname(__DIR__4).'/vendor/store.shopware.com/swagmigrationassistant/Profile/Shopware/Gateway/Connection/ConnectionFactoryInterface.php';
  48512.         include_once \dirname(__DIR__4).'/vendor/store.shopware.com/swagmigrationassistant/Profile/Shopware/Gateway/Connection/ConnectionFactory.php';
  48513.         return $this->privates['SwagMigrationAssistant\\Profile\\Shopware\\Gateway\\Local\\Reader\\CurrencyReader'] = new \SwagMigrationAssistant\Profile\Shopware\Gateway\Local\Reader\CurrencyReader(($this->privates['SwagMigrationAssistant\\Profile\\Shopware\\Gateway\\Connection\\ConnectionFactory'] ?? ($this->privates['SwagMigrationAssistant\\Profile\\Shopware\\Gateway\\Connection\\ConnectionFactory'] = new \SwagMigrationAssistant\Profile\Shopware\Gateway\Connection\ConnectionFactory())));
  48514.     }
  48515.     /**
  48516.      * Gets the private 'SwagMigrationAssistant\Profile\Shopware\Gateway\Local\Reader\CustomerAttributeReader' shared service.
  48517.      *
  48518.      * @return \SwagMigrationAssistant\Profile\Shopware\Gateway\Local\Reader\CustomerAttributeReader
  48519.      */
  48520.     protected function getCustomerAttributeReader2Service()
  48521.     {
  48522.         include_once \dirname(__DIR__4).'/vendor/store.shopware.com/swagmigrationassistant/Migration/Gateway/Reader/ReaderInterface.php';
  48523.         include_once \dirname(__DIR__4).'/vendor/store.shopware.com/swagmigrationassistant/Profile/Shopware/Gateway/Local/Reader/AbstractReader.php';
  48524.         include_once \dirname(__DIR__4).'/vendor/store.shopware.com/swagmigrationassistant/Profile/Shopware/Gateway/Local/Reader/AttributeReader.php';
  48525.         include_once \dirname(__DIR__4).'/vendor/store.shopware.com/swagmigrationassistant/Profile/Shopware/Gateway/Local/Reader/CustomerAttributeReader.php';
  48526.         include_once \dirname(__DIR__4).'/vendor/store.shopware.com/swagmigrationassistant/Profile/Shopware/Gateway/Connection/ConnectionFactoryInterface.php';
  48527.         include_once \dirname(__DIR__4).'/vendor/store.shopware.com/swagmigrationassistant/Profile/Shopware/Gateway/Connection/ConnectionFactory.php';
  48528.         return $this->privates['SwagMigrationAssistant\\Profile\\Shopware\\Gateway\\Local\\Reader\\CustomerAttributeReader'] = new \SwagMigrationAssistant\Profile\Shopware\Gateway\Local\Reader\CustomerAttributeReader(($this->privates['SwagMigrationAssistant\\Profile\\Shopware\\Gateway\\Connection\\ConnectionFactory'] ?? ($this->privates['SwagMigrationAssistant\\Profile\\Shopware\\Gateway\\Connection\\ConnectionFactory'] = new \SwagMigrationAssistant\Profile\Shopware\Gateway\Connection\ConnectionFactory())));
  48529.     }
  48530.     /**
  48531.      * Gets the private 'SwagMigrationAssistant\Profile\Shopware\Gateway\Local\Reader\CustomerGroupAttributeReader' shared service.
  48532.      *
  48533.      * @return \SwagMigrationAssistant\Profile\Shopware\Gateway\Local\Reader\CustomerGroupAttributeReader
  48534.      */
  48535.     protected function getCustomerGroupAttributeReader2Service()
  48536.     {
  48537.         include_once \dirname(__DIR__4).'/vendor/store.shopware.com/swagmigrationassistant/Migration/Gateway/Reader/ReaderInterface.php';
  48538.         include_once \dirname(__DIR__4).'/vendor/store.shopware.com/swagmigrationassistant/Profile/Shopware/Gateway/Local/Reader/AbstractReader.php';
  48539.         include_once \dirname(__DIR__4).'/vendor/store.shopware.com/swagmigrationassistant/Profile/Shopware/Gateway/Local/Reader/AttributeReader.php';
  48540.         include_once \dirname(__DIR__4).'/vendor/store.shopware.com/swagmigrationassistant/Profile/Shopware/Gateway/Local/Reader/CustomerGroupAttributeReader.php';
  48541.         include_once \dirname(__DIR__4).'/vendor/store.shopware.com/swagmigrationassistant/Profile/Shopware/Gateway/Connection/ConnectionFactoryInterface.php';
  48542.         include_once \dirname(__DIR__4).'/vendor/store.shopware.com/swagmigrationassistant/Profile/Shopware/Gateway/Connection/ConnectionFactory.php';
  48543.         return $this->privates['SwagMigrationAssistant\\Profile\\Shopware\\Gateway\\Local\\Reader\\CustomerGroupAttributeReader'] = new \SwagMigrationAssistant\Profile\Shopware\Gateway\Local\Reader\CustomerGroupAttributeReader(($this->privates['SwagMigrationAssistant\\Profile\\Shopware\\Gateway\\Connection\\ConnectionFactory'] ?? ($this->privates['SwagMigrationAssistant\\Profile\\Shopware\\Gateway\\Connection\\ConnectionFactory'] = new \SwagMigrationAssistant\Profile\Shopware\Gateway\Connection\ConnectionFactory())));
  48544.     }
  48545.     /**
  48546.      * Gets the private 'SwagMigrationAssistant\Profile\Shopware\Gateway\Local\Reader\CustomerGroupReader' shared service.
  48547.      *
  48548.      * @return \SwagMigrationAssistant\Profile\Shopware\Gateway\Local\Reader\CustomerGroupReader
  48549.      */
  48550.     protected function getCustomerGroupReader2Service()
  48551.     {
  48552.         include_once \dirname(__DIR__4).'/vendor/store.shopware.com/swagmigrationassistant/Migration/Gateway/Reader/ReaderInterface.php';
  48553.         include_once \dirname(__DIR__4).'/vendor/store.shopware.com/swagmigrationassistant/Profile/Shopware/Gateway/Local/Reader/AbstractReader.php';
  48554.         include_once \dirname(__DIR__4).'/vendor/store.shopware.com/swagmigrationassistant/Profile/Shopware/Gateway/Local/Reader/CustomerGroupReader.php';
  48555.         include_once \dirname(__DIR__4).'/vendor/store.shopware.com/swagmigrationassistant/Profile/Shopware/Gateway/Connection/ConnectionFactoryInterface.php';
  48556.         include_once \dirname(__DIR__4).'/vendor/store.shopware.com/swagmigrationassistant/Profile/Shopware/Gateway/Connection/ConnectionFactory.php';
  48557.         return $this->privates['SwagMigrationAssistant\\Profile\\Shopware\\Gateway\\Local\\Reader\\CustomerGroupReader'] = new \SwagMigrationAssistant\Profile\Shopware\Gateway\Local\Reader\CustomerGroupReader(($this->privates['SwagMigrationAssistant\\Profile\\Shopware\\Gateway\\Connection\\ConnectionFactory'] ?? ($this->privates['SwagMigrationAssistant\\Profile\\Shopware\\Gateway\\Connection\\ConnectionFactory'] = new \SwagMigrationAssistant\Profile\Shopware\Gateway\Connection\ConnectionFactory())));
  48558.     }
  48559.     /**
  48560.      * Gets the private 'SwagMigrationAssistant\Profile\Shopware\Gateway\Local\Reader\CustomerReader' shared service.
  48561.      *
  48562.      * @return \SwagMigrationAssistant\Profile\Shopware\Gateway\Local\Reader\CustomerReader
  48563.      */
  48564.     protected function getCustomerReader2Service()
  48565.     {
  48566.         include_once \dirname(__DIR__4).'/vendor/store.shopware.com/swagmigrationassistant/Migration/Gateway/Reader/ReaderInterface.php';
  48567.         include_once \dirname(__DIR__4).'/vendor/store.shopware.com/swagmigrationassistant/Profile/Shopware/Gateway/Local/Reader/AbstractReader.php';
  48568.         include_once \dirname(__DIR__4).'/vendor/store.shopware.com/swagmigrationassistant/Profile/Shopware/Gateway/Local/Reader/CustomerReader.php';
  48569.         include_once \dirname(__DIR__4).'/vendor/store.shopware.com/swagmigrationassistant/Profile/Shopware/Gateway/Connection/ConnectionFactoryInterface.php';
  48570.         include_once \dirname(__DIR__4).'/vendor/store.shopware.com/swagmigrationassistant/Profile/Shopware/Gateway/Connection/ConnectionFactory.php';
  48571.         return $this->privates['SwagMigrationAssistant\\Profile\\Shopware\\Gateway\\Local\\Reader\\CustomerReader'] = new \SwagMigrationAssistant\Profile\Shopware\Gateway\Local\Reader\CustomerReader(($this->privates['SwagMigrationAssistant\\Profile\\Shopware\\Gateway\\Connection\\ConnectionFactory'] ?? ($this->privates['SwagMigrationAssistant\\Profile\\Shopware\\Gateway\\Connection\\ConnectionFactory'] = new \SwagMigrationAssistant\Profile\Shopware\Gateway\Connection\ConnectionFactory())));
  48572.     }
  48573.     /**
  48574.      * Gets the private 'SwagMigrationAssistant\Profile\Shopware\Gateway\Local\Reader\CustomerWishlistReader' shared service.
  48575.      *
  48576.      * @return \SwagMigrationAssistant\Profile\Shopware\Gateway\Local\Reader\CustomerWishlistReader
  48577.      */
  48578.     protected function getCustomerWishlistReader2Service()
  48579.     {
  48580.         include_once \dirname(__DIR__4).'/vendor/store.shopware.com/swagmigrationassistant/Migration/Gateway/Reader/ReaderInterface.php';
  48581.         include_once \dirname(__DIR__4).'/vendor/store.shopware.com/swagmigrationassistant/Profile/Shopware/Gateway/Local/Reader/AbstractReader.php';
  48582.         include_once \dirname(__DIR__4).'/vendor/store.shopware.com/swagmigrationassistant/Profile/Shopware/Gateway/Local/Reader/CustomerWishlistReader.php';
  48583.         include_once \dirname(__DIR__4).'/vendor/store.shopware.com/swagmigrationassistant/Profile/Shopware/Gateway/Connection/ConnectionFactoryInterface.php';
  48584.         include_once \dirname(__DIR__4).'/vendor/store.shopware.com/swagmigrationassistant/Profile/Shopware/Gateway/Connection/ConnectionFactory.php';
  48585.         return $this->privates['SwagMigrationAssistant\\Profile\\Shopware\\Gateway\\Local\\Reader\\CustomerWishlistReader'] = new \SwagMigrationAssistant\Profile\Shopware\Gateway\Local\Reader\CustomerWishlistReader(($this->privates['SwagMigrationAssistant\\Profile\\Shopware\\Gateway\\Connection\\ConnectionFactory'] ?? ($this->privates['SwagMigrationAssistant\\Profile\\Shopware\\Gateway\\Connection\\ConnectionFactory'] = new \SwagMigrationAssistant\Profile\Shopware\Gateway\Connection\ConnectionFactory())));
  48586.     }
  48587.     /**
  48588.      * Gets the private 'SwagMigrationAssistant\Profile\Shopware\Gateway\Local\Reader\LanguageReader' shared service.
  48589.      *
  48590.      * @return \SwagMigrationAssistant\Profile\Shopware\Gateway\Local\Reader\LanguageReader
  48591.      */
  48592.     protected function getLanguageReader2Service()
  48593.     {
  48594.         include_once \dirname(__DIR__4).'/vendor/store.shopware.com/swagmigrationassistant/Migration/Gateway/Reader/ReaderInterface.php';
  48595.         include_once \dirname(__DIR__4).'/vendor/store.shopware.com/swagmigrationassistant/Profile/Shopware/Gateway/Local/Reader/AbstractReader.php';
  48596.         include_once \dirname(__DIR__4).'/vendor/store.shopware.com/swagmigrationassistant/Profile/Shopware/Gateway/Local/Reader/LanguageReader.php';
  48597.         include_once \dirname(__DIR__4).'/vendor/store.shopware.com/swagmigrationassistant/Profile/Shopware/Gateway/Connection/ConnectionFactoryInterface.php';
  48598.         include_once \dirname(__DIR__4).'/vendor/store.shopware.com/swagmigrationassistant/Profile/Shopware/Gateway/Connection/ConnectionFactory.php';
  48599.         return $this->privates['SwagMigrationAssistant\\Profile\\Shopware\\Gateway\\Local\\Reader\\LanguageReader'] = new \SwagMigrationAssistant\Profile\Shopware\Gateway\Local\Reader\LanguageReader(($this->privates['SwagMigrationAssistant\\Profile\\Shopware\\Gateway\\Connection\\ConnectionFactory'] ?? ($this->privates['SwagMigrationAssistant\\Profile\\Shopware\\Gateway\\Connection\\ConnectionFactory'] = new \SwagMigrationAssistant\Profile\Shopware\Gateway\Connection\ConnectionFactory())));
  48600.     }
  48601.     /**
  48602.      * Gets the private 'SwagMigrationAssistant\Profile\Shopware\Gateway\Local\Reader\MainVariantRelationReader' shared service.
  48603.      *
  48604.      * @return \SwagMigrationAssistant\Profile\Shopware\Gateway\Local\Reader\MainVariantRelationReader
  48605.      */
  48606.     protected function getMainVariantRelationReader2Service()
  48607.     {
  48608.         include_once \dirname(__DIR__4).'/vendor/store.shopware.com/swagmigrationassistant/Migration/Gateway/Reader/ReaderInterface.php';
  48609.         include_once \dirname(__DIR__4).'/vendor/store.shopware.com/swagmigrationassistant/Profile/Shopware/Gateway/Local/Reader/AbstractReader.php';
  48610.         include_once \dirname(__DIR__4).'/vendor/store.shopware.com/swagmigrationassistant/Profile/Shopware/Gateway/Local/Reader/MainVariantRelationReader.php';
  48611.         include_once \dirname(__DIR__4).'/vendor/store.shopware.com/swagmigrationassistant/Profile/Shopware/Gateway/Connection/ConnectionFactoryInterface.php';
  48612.         include_once \dirname(__DIR__4).'/vendor/store.shopware.com/swagmigrationassistant/Profile/Shopware/Gateway/Connection/ConnectionFactory.php';
  48613.         return $this->privates['SwagMigrationAssistant\\Profile\\Shopware\\Gateway\\Local\\Reader\\MainVariantRelationReader'] = new \SwagMigrationAssistant\Profile\Shopware\Gateway\Local\Reader\MainVariantRelationReader(($this->privates['SwagMigrationAssistant\\Profile\\Shopware\\Gateway\\Connection\\ConnectionFactory'] ?? ($this->privates['SwagMigrationAssistant\\Profile\\Shopware\\Gateway\\Connection\\ConnectionFactory'] = new \SwagMigrationAssistant\Profile\Shopware\Gateway\Connection\ConnectionFactory())));
  48614.     }
  48615.     /**
  48616.      * Gets the private 'SwagMigrationAssistant\Profile\Shopware\Gateway\Local\Reader\ManufacturerAttributeReader' shared service.
  48617.      *
  48618.      * @return \SwagMigrationAssistant\Profile\Shopware\Gateway\Local\Reader\ManufacturerAttributeReader
  48619.      */
  48620.     protected function getManufacturerAttributeReader2Service()
  48621.     {
  48622.         include_once \dirname(__DIR__4).'/vendor/store.shopware.com/swagmigrationassistant/Migration/Gateway/Reader/ReaderInterface.php';
  48623.         include_once \dirname(__DIR__4).'/vendor/store.shopware.com/swagmigrationassistant/Profile/Shopware/Gateway/Local/Reader/AbstractReader.php';
  48624.         include_once \dirname(__DIR__4).'/vendor/store.shopware.com/swagmigrationassistant/Profile/Shopware/Gateway/Local/Reader/AttributeReader.php';
  48625.         include_once \dirname(__DIR__4).'/vendor/store.shopware.com/swagmigrationassistant/Profile/Shopware/Gateway/Local/Reader/ManufacturerAttributeReader.php';
  48626.         include_once \dirname(__DIR__4).'/vendor/store.shopware.com/swagmigrationassistant/Profile/Shopware/Gateway/Connection/ConnectionFactoryInterface.php';
  48627.         include_once \dirname(__DIR__4).'/vendor/store.shopware.com/swagmigrationassistant/Profile/Shopware/Gateway/Connection/ConnectionFactory.php';
  48628.         return $this->privates['SwagMigrationAssistant\\Profile\\Shopware\\Gateway\\Local\\Reader\\ManufacturerAttributeReader'] = new \SwagMigrationAssistant\Profile\Shopware\Gateway\Local\Reader\ManufacturerAttributeReader(($this->privates['SwagMigrationAssistant\\Profile\\Shopware\\Gateway\\Connection\\ConnectionFactory'] ?? ($this->privates['SwagMigrationAssistant\\Profile\\Shopware\\Gateway\\Connection\\ConnectionFactory'] = new \SwagMigrationAssistant\Profile\Shopware\Gateway\Connection\ConnectionFactory())));
  48629.     }
  48630.     /**
  48631.      * Gets the private 'SwagMigrationAssistant\Profile\Shopware\Gateway\Local\Reader\MediaAlbumReader' shared service.
  48632.      *
  48633.      * @return \SwagMigrationAssistant\Profile\Shopware\Gateway\Local\Reader\MediaAlbumReader
  48634.      */
  48635.     protected function getMediaAlbumReader2Service()
  48636.     {
  48637.         include_once \dirname(__DIR__4).'/vendor/store.shopware.com/swagmigrationassistant/Migration/Gateway/Reader/ReaderInterface.php';
  48638.         include_once \dirname(__DIR__4).'/vendor/store.shopware.com/swagmigrationassistant/Profile/Shopware/Gateway/Local/Reader/AbstractReader.php';
  48639.         include_once \dirname(__DIR__4).'/vendor/store.shopware.com/swagmigrationassistant/Profile/Shopware/Gateway/Local/Reader/MediaAlbumReader.php';
  48640.         include_once \dirname(__DIR__4).'/vendor/store.shopware.com/swagmigrationassistant/Profile/Shopware/Gateway/Connection/ConnectionFactoryInterface.php';
  48641.         include_once \dirname(__DIR__4).'/vendor/store.shopware.com/swagmigrationassistant/Profile/Shopware/Gateway/Connection/ConnectionFactory.php';
  48642.         return $this->privates['SwagMigrationAssistant\\Profile\\Shopware\\Gateway\\Local\\Reader\\MediaAlbumReader'] = new \SwagMigrationAssistant\Profile\Shopware\Gateway\Local\Reader\MediaAlbumReader(($this->privates['SwagMigrationAssistant\\Profile\\Shopware\\Gateway\\Connection\\ConnectionFactory'] ?? ($this->privates['SwagMigrationAssistant\\Profile\\Shopware\\Gateway\\Connection\\ConnectionFactory'] = new \SwagMigrationAssistant\Profile\Shopware\Gateway\Connection\ConnectionFactory())));
  48643.     }
  48644.     /**
  48645.      * Gets the private 'SwagMigrationAssistant\Profile\Shopware\Gateway\Local\Reader\MediaReader' shared service.
  48646.      *
  48647.      * @return \SwagMigrationAssistant\Profile\Shopware\Gateway\Local\Reader\MediaReader
  48648.      */
  48649.     protected function getMediaReader2Service()
  48650.     {
  48651.         include_once \dirname(__DIR__4).'/vendor/store.shopware.com/swagmigrationassistant/Migration/Gateway/Reader/ReaderInterface.php';
  48652.         include_once \dirname(__DIR__4).'/vendor/store.shopware.com/swagmigrationassistant/Profile/Shopware/Gateway/Local/Reader/AbstractReader.php';
  48653.         include_once \dirname(__DIR__4).'/vendor/store.shopware.com/swagmigrationassistant/Profile/Shopware/Gateway/Local/Reader/MediaReader.php';
  48654.         include_once \dirname(__DIR__4).'/vendor/store.shopware.com/swagmigrationassistant/Profile/Shopware/Gateway/Connection/ConnectionFactoryInterface.php';
  48655.         include_once \dirname(__DIR__4).'/vendor/store.shopware.com/swagmigrationassistant/Profile/Shopware/Gateway/Connection/ConnectionFactory.php';
  48656.         return $this->privates['SwagMigrationAssistant\\Profile\\Shopware\\Gateway\\Local\\Reader\\MediaReader'] = new \SwagMigrationAssistant\Profile\Shopware\Gateway\Local\Reader\MediaReader(($this->privates['SwagMigrationAssistant\\Profile\\Shopware\\Gateway\\Connection\\ConnectionFactory'] ?? ($this->privates['SwagMigrationAssistant\\Profile\\Shopware\\Gateway\\Connection\\ConnectionFactory'] = new \SwagMigrationAssistant\Profile\Shopware\Gateway\Connection\ConnectionFactory())));
  48657.     }
  48658.     /**
  48659.      * Gets the private 'SwagMigrationAssistant\Profile\Shopware\Gateway\Local\Reader\NewsletterRecipientReader' shared service.
  48660.      *
  48661.      * @return \SwagMigrationAssistant\Profile\Shopware\Gateway\Local\Reader\NewsletterRecipientReader
  48662.      */
  48663.     protected function getNewsletterRecipientReader2Service()
  48664.     {
  48665.         include_once \dirname(__DIR__4).'/vendor/store.shopware.com/swagmigrationassistant/Migration/Gateway/Reader/ReaderInterface.php';
  48666.         include_once \dirname(__DIR__4).'/vendor/store.shopware.com/swagmigrationassistant/Profile/Shopware/Gateway/Local/Reader/AbstractReader.php';
  48667.         include_once \dirname(__DIR__4).'/vendor/store.shopware.com/swagmigrationassistant/Profile/Shopware/Gateway/Local/Reader/NewsletterRecipientReader.php';
  48668.         include_once \dirname(__DIR__4).'/vendor/store.shopware.com/swagmigrationassistant/Profile/Shopware/Gateway/Connection/ConnectionFactoryInterface.php';
  48669.         include_once \dirname(__DIR__4).'/vendor/store.shopware.com/swagmigrationassistant/Profile/Shopware/Gateway/Connection/ConnectionFactory.php';
  48670.         return $this->privates['SwagMigrationAssistant\\Profile\\Shopware\\Gateway\\Local\\Reader\\NewsletterRecipientReader'] = new \SwagMigrationAssistant\Profile\Shopware\Gateway\Local\Reader\NewsletterRecipientReader(($this->privates['SwagMigrationAssistant\\Profile\\Shopware\\Gateway\\Connection\\ConnectionFactory'] ?? ($this->privates['SwagMigrationAssistant\\Profile\\Shopware\\Gateway\\Connection\\ConnectionFactory'] = new \SwagMigrationAssistant\Profile\Shopware\Gateway\Connection\ConnectionFactory())));
  48671.     }
  48672.     /**
  48673.      * Gets the private 'SwagMigrationAssistant\Profile\Shopware\Gateway\Local\Reader\NumberRangeReader' shared service.
  48674.      *
  48675.      * @return \SwagMigrationAssistant\Profile\Shopware\Gateway\Local\Reader\NumberRangeReader
  48676.      */
  48677.     protected function getNumberRangeReader2Service()
  48678.     {
  48679.         include_once \dirname(__DIR__4).'/vendor/store.shopware.com/swagmigrationassistant/Migration/Gateway/Reader/ReaderInterface.php';
  48680.         include_once \dirname(__DIR__4).'/vendor/store.shopware.com/swagmigrationassistant/Profile/Shopware/Gateway/Local/Reader/AbstractReader.php';
  48681.         include_once \dirname(__DIR__4).'/vendor/store.shopware.com/swagmigrationassistant/Profile/Shopware/Gateway/Local/Reader/NumberRangeReader.php';
  48682.         include_once \dirname(__DIR__4).'/vendor/store.shopware.com/swagmigrationassistant/Profile/Shopware/Gateway/Connection/ConnectionFactoryInterface.php';
  48683.         include_once \dirname(__DIR__4).'/vendor/store.shopware.com/swagmigrationassistant/Profile/Shopware/Gateway/Connection/ConnectionFactory.php';
  48684.         return $this->privates['SwagMigrationAssistant\\Profile\\Shopware\\Gateway\\Local\\Reader\\NumberRangeReader'] = new \SwagMigrationAssistant\Profile\Shopware\Gateway\Local\Reader\NumberRangeReader(($this->privates['SwagMigrationAssistant\\Profile\\Shopware\\Gateway\\Connection\\ConnectionFactory'] ?? ($this->privates['SwagMigrationAssistant\\Profile\\Shopware\\Gateway\\Connection\\ConnectionFactory'] = new \SwagMigrationAssistant\Profile\Shopware\Gateway\Connection\ConnectionFactory())));
  48685.     }
  48686.     /**
  48687.      * Gets the private 'SwagMigrationAssistant\Profile\Shopware\Gateway\Local\Reader\OrderAttributeReader' shared service.
  48688.      *
  48689.      * @return \SwagMigrationAssistant\Profile\Shopware\Gateway\Local\Reader\OrderAttributeReader
  48690.      */
  48691.     protected function getOrderAttributeReader2Service()
  48692.     {
  48693.         include_once \dirname(__DIR__4).'/vendor/store.shopware.com/swagmigrationassistant/Migration/Gateway/Reader/ReaderInterface.php';
  48694.         include_once \dirname(__DIR__4).'/vendor/store.shopware.com/swagmigrationassistant/Profile/Shopware/Gateway/Local/Reader/AbstractReader.php';
  48695.         include_once \dirname(__DIR__4).'/vendor/store.shopware.com/swagmigrationassistant/Profile/Shopware/Gateway/Local/Reader/AttributeReader.php';
  48696.         include_once \dirname(__DIR__4).'/vendor/store.shopware.com/swagmigrationassistant/Profile/Shopware/Gateway/Local/Reader/OrderAttributeReader.php';
  48697.         include_once \dirname(__DIR__4).'/vendor/store.shopware.com/swagmigrationassistant/Profile/Shopware/Gateway/Connection/ConnectionFactoryInterface.php';
  48698.         include_once \dirname(__DIR__4).'/vendor/store.shopware.com/swagmigrationassistant/Profile/Shopware/Gateway/Connection/ConnectionFactory.php';
  48699.         return $this->privates['SwagMigrationAssistant\\Profile\\Shopware\\Gateway\\Local\\Reader\\OrderAttributeReader'] = new \SwagMigrationAssistant\Profile\Shopware\Gateway\Local\Reader\OrderAttributeReader(($this->privates['SwagMigrationAssistant\\Profile\\Shopware\\Gateway\\Connection\\ConnectionFactory'] ?? ($this->privates['SwagMigrationAssistant\\Profile\\Shopware\\Gateway\\Connection\\ConnectionFactory'] = new \SwagMigrationAssistant\Profile\Shopware\Gateway\Connection\ConnectionFactory())));
  48700.     }
  48701.     /**
  48702.      * Gets the private 'SwagMigrationAssistant\Profile\Shopware\Gateway\Local\Reader\OrderDocumentAttributeReader' shared service.
  48703.      *
  48704.      * @return \SwagMigrationAssistant\Profile\Shopware\Gateway\Local\Reader\OrderDocumentAttributeReader
  48705.      */
  48706.     protected function getOrderDocumentAttributeReader2Service()
  48707.     {
  48708.         include_once \dirname(__DIR__4).'/vendor/store.shopware.com/swagmigrationassistant/Migration/Gateway/Reader/ReaderInterface.php';
  48709.         include_once \dirname(__DIR__4).'/vendor/store.shopware.com/swagmigrationassistant/Profile/Shopware/Gateway/Local/Reader/AbstractReader.php';
  48710.         include_once \dirname(__DIR__4).'/vendor/store.shopware.com/swagmigrationassistant/Profile/Shopware/Gateway/Local/Reader/AttributeReader.php';
  48711.         include_once \dirname(__DIR__4).'/vendor/store.shopware.com/swagmigrationassistant/Profile/Shopware/Gateway/Local/Reader/OrderDocumentAttributeReader.php';
  48712.         include_once \dirname(__DIR__4).'/vendor/store.shopware.com/swagmigrationassistant/Profile/Shopware/Gateway/Connection/ConnectionFactoryInterface.php';
  48713.         include_once \dirname(__DIR__4).'/vendor/store.shopware.com/swagmigrationassistant/Profile/Shopware/Gateway/Connection/ConnectionFactory.php';
  48714.         return $this->privates['SwagMigrationAssistant\\Profile\\Shopware\\Gateway\\Local\\Reader\\OrderDocumentAttributeReader'] = new \SwagMigrationAssistant\Profile\Shopware\Gateway\Local\Reader\OrderDocumentAttributeReader(($this->privates['SwagMigrationAssistant\\Profile\\Shopware\\Gateway\\Connection\\ConnectionFactory'] ?? ($this->privates['SwagMigrationAssistant\\Profile\\Shopware\\Gateway\\Connection\\ConnectionFactory'] = new \SwagMigrationAssistant\Profile\Shopware\Gateway\Connection\ConnectionFactory())));
  48715.     }
  48716.     /**
  48717.      * Gets the private 'SwagMigrationAssistant\Profile\Shopware\Gateway\Local\Reader\OrderDocumentReader' shared service.
  48718.      *
  48719.      * @return \SwagMigrationAssistant\Profile\Shopware\Gateway\Local\Reader\OrderDocumentReader
  48720.      */
  48721.     protected function getOrderDocumentReader2Service()
  48722.     {
  48723.         include_once \dirname(__DIR__4).'/vendor/store.shopware.com/swagmigrationassistant/Migration/Gateway/Reader/ReaderInterface.php';
  48724.         include_once \dirname(__DIR__4).'/vendor/store.shopware.com/swagmigrationassistant/Profile/Shopware/Gateway/Local/Reader/AbstractReader.php';
  48725.         include_once \dirname(__DIR__4).'/vendor/store.shopware.com/swagmigrationassistant/Profile/Shopware/Gateway/Local/Reader/OrderDocumentReader.php';
  48726.         include_once \dirname(__DIR__4).'/vendor/store.shopware.com/swagmigrationassistant/Profile/Shopware/Gateway/Connection/ConnectionFactoryInterface.php';
  48727.         include_once \dirname(__DIR__4).'/vendor/store.shopware.com/swagmigrationassistant/Profile/Shopware/Gateway/Connection/ConnectionFactory.php';
  48728.         return $this->privates['SwagMigrationAssistant\\Profile\\Shopware\\Gateway\\Local\\Reader\\OrderDocumentReader'] = new \SwagMigrationAssistant\Profile\Shopware\Gateway\Local\Reader\OrderDocumentReader(($this->privates['SwagMigrationAssistant\\Profile\\Shopware\\Gateway\\Connection\\ConnectionFactory'] ?? ($this->privates['SwagMigrationAssistant\\Profile\\Shopware\\Gateway\\Connection\\ConnectionFactory'] = new \SwagMigrationAssistant\Profile\Shopware\Gateway\Connection\ConnectionFactory())));
  48729.     }
  48730.     /**
  48731.      * Gets the private 'SwagMigrationAssistant\Profile\Shopware\Gateway\Local\Reader\OrderReader' shared service.
  48732.      *
  48733.      * @return \SwagMigrationAssistant\Profile\Shopware\Gateway\Local\Reader\OrderReader
  48734.      */
  48735.     protected function getOrderReader2Service()
  48736.     {
  48737.         include_once \dirname(__DIR__4).'/vendor/store.shopware.com/swagmigrationassistant/Migration/Gateway/Reader/ReaderInterface.php';
  48738.         include_once \dirname(__DIR__4).'/vendor/store.shopware.com/swagmigrationassistant/Profile/Shopware/Gateway/Local/Reader/AbstractReader.php';
  48739.         include_once \dirname(__DIR__4).'/vendor/store.shopware.com/swagmigrationassistant/Profile/Shopware/Gateway/Local/Reader/OrderReader.php';
  48740.         include_once \dirname(__DIR__4).'/vendor/store.shopware.com/swagmigrationassistant/Profile/Shopware/Gateway/Connection/ConnectionFactoryInterface.php';
  48741.         include_once \dirname(__DIR__4).'/vendor/store.shopware.com/swagmigrationassistant/Profile/Shopware/Gateway/Connection/ConnectionFactory.php';
  48742.         return $this->privates['SwagMigrationAssistant\\Profile\\Shopware\\Gateway\\Local\\Reader\\OrderReader'] = new \SwagMigrationAssistant\Profile\Shopware\Gateway\Local\Reader\OrderReader(($this->privates['SwagMigrationAssistant\\Profile\\Shopware\\Gateway\\Connection\\ConnectionFactory'] ?? ($this->privates['SwagMigrationAssistant\\Profile\\Shopware\\Gateway\\Connection\\ConnectionFactory'] = new \SwagMigrationAssistant\Profile\Shopware\Gateway\Connection\ConnectionFactory())));
  48743.     }
  48744.     /**
  48745.      * Gets the private 'SwagMigrationAssistant\Profile\Shopware\Gateway\Local\Reader\ProductAttributeReader' shared service.
  48746.      *
  48747.      * @return \SwagMigrationAssistant\Profile\Shopware\Gateway\Local\Reader\ProductAttributeReader
  48748.      */
  48749.     protected function getProductAttributeReader2Service()
  48750.     {
  48751.         include_once \dirname(__DIR__4).'/vendor/store.shopware.com/swagmigrationassistant/Migration/Gateway/Reader/ReaderInterface.php';
  48752.         include_once \dirname(__DIR__4).'/vendor/store.shopware.com/swagmigrationassistant/Profile/Shopware/Gateway/Local/Reader/AbstractReader.php';
  48753.         include_once \dirname(__DIR__4).'/vendor/store.shopware.com/swagmigrationassistant/Profile/Shopware/Gateway/Local/Reader/AttributeReader.php';
  48754.         include_once \dirname(__DIR__4).'/vendor/store.shopware.com/swagmigrationassistant/Profile/Shopware/Gateway/Local/Reader/ProductAttributeReader.php';
  48755.         include_once \dirname(__DIR__4).'/vendor/store.shopware.com/swagmigrationassistant/Profile/Shopware/Gateway/Connection/ConnectionFactoryInterface.php';
  48756.         include_once \dirname(__DIR__4).'/vendor/store.shopware.com/swagmigrationassistant/Profile/Shopware/Gateway/Connection/ConnectionFactory.php';
  48757.         return $this->privates['SwagMigrationAssistant\\Profile\\Shopware\\Gateway\\Local\\Reader\\ProductAttributeReader'] = new \SwagMigrationAssistant\Profile\Shopware\Gateway\Local\Reader\ProductAttributeReader(($this->privates['SwagMigrationAssistant\\Profile\\Shopware\\Gateway\\Connection\\ConnectionFactory'] ?? ($this->privates['SwagMigrationAssistant\\Profile\\Shopware\\Gateway\\Connection\\ConnectionFactory'] = new \SwagMigrationAssistant\Profile\Shopware\Gateway\Connection\ConnectionFactory())));
  48758.     }
  48759.     /**
  48760.      * Gets the private 'SwagMigrationAssistant\Profile\Shopware\Gateway\Local\Reader\ProductOptionRelationReader' shared service.
  48761.      *
  48762.      * @return \SwagMigrationAssistant\Profile\Shopware\Gateway\Local\Reader\ProductOptionRelationReader
  48763.      */
  48764.     protected function getProductOptionRelationReader2Service()
  48765.     {
  48766.         include_once \dirname(__DIR__4).'/vendor/store.shopware.com/swagmigrationassistant/Migration/Gateway/Reader/ReaderInterface.php';
  48767.         include_once \dirname(__DIR__4).'/vendor/store.shopware.com/swagmigrationassistant/Profile/Shopware/Gateway/Local/Reader/AbstractReader.php';
  48768.         include_once \dirname(__DIR__4).'/vendor/store.shopware.com/swagmigrationassistant/Profile/Shopware/Gateway/Local/Reader/ProductOptionRelationReader.php';
  48769.         include_once \dirname(__DIR__4).'/vendor/store.shopware.com/swagmigrationassistant/Profile/Shopware/Gateway/Connection/ConnectionFactoryInterface.php';
  48770.         include_once \dirname(__DIR__4).'/vendor/store.shopware.com/swagmigrationassistant/Profile/Shopware/Gateway/Connection/ConnectionFactory.php';
  48771.         return $this->privates['SwagMigrationAssistant\\Profile\\Shopware\\Gateway\\Local\\Reader\\ProductOptionRelationReader'] = new \SwagMigrationAssistant\Profile\Shopware\Gateway\Local\Reader\ProductOptionRelationReader(($this->privates['SwagMigrationAssistant\\Profile\\Shopware\\Gateway\\Connection\\ConnectionFactory'] ?? ($this->privates['SwagMigrationAssistant\\Profile\\Shopware\\Gateway\\Connection\\ConnectionFactory'] = new \SwagMigrationAssistant\Profile\Shopware\Gateway\Connection\ConnectionFactory())));
  48772.     }
  48773.     /**
  48774.      * Gets the private 'SwagMigrationAssistant\Profile\Shopware\Gateway\Local\Reader\ProductPriceAttributeReader' shared service.
  48775.      *
  48776.      * @return \SwagMigrationAssistant\Profile\Shopware\Gateway\Local\Reader\ProductPriceAttributeReader
  48777.      */
  48778.     protected function getProductPriceAttributeReader2Service()
  48779.     {
  48780.         include_once \dirname(__DIR__4).'/vendor/store.shopware.com/swagmigrationassistant/Migration/Gateway/Reader/ReaderInterface.php';
  48781.         include_once \dirname(__DIR__4).'/vendor/store.shopware.com/swagmigrationassistant/Profile/Shopware/Gateway/Local/Reader/AbstractReader.php';
  48782.         include_once \dirname(__DIR__4).'/vendor/store.shopware.com/swagmigrationassistant/Profile/Shopware/Gateway/Local/Reader/AttributeReader.php';
  48783.         include_once \dirname(__DIR__4).'/vendor/store.shopware.com/swagmigrationassistant/Profile/Shopware/Gateway/Local/Reader/ProductPriceAttributeReader.php';
  48784.         include_once \dirname(__DIR__4).'/vendor/store.shopware.com/swagmigrationassistant/Profile/Shopware/Gateway/Connection/ConnectionFactoryInterface.php';
  48785.         include_once \dirname(__DIR__4).'/vendor/store.shopware.com/swagmigrationassistant/Profile/Shopware/Gateway/Connection/ConnectionFactory.php';
  48786.         return $this->privates['SwagMigrationAssistant\\Profile\\Shopware\\Gateway\\Local\\Reader\\ProductPriceAttributeReader'] = new \SwagMigrationAssistant\Profile\Shopware\Gateway\Local\Reader\ProductPriceAttributeReader(($this->privates['SwagMigrationAssistant\\Profile\\Shopware\\Gateway\\Connection\\ConnectionFactory'] ?? ($this->privates['SwagMigrationAssistant\\Profile\\Shopware\\Gateway\\Connection\\ConnectionFactory'] = new \SwagMigrationAssistant\Profile\Shopware\Gateway\Connection\ConnectionFactory())));
  48787.     }
  48788.     /**
  48789.      * Gets the private 'SwagMigrationAssistant\Profile\Shopware\Gateway\Local\Reader\ProductPropertyRelationReader' shared service.
  48790.      *
  48791.      * @return \SwagMigrationAssistant\Profile\Shopware\Gateway\Local\Reader\ProductPropertyRelationReader
  48792.      */
  48793.     protected function getProductPropertyRelationReader2Service()
  48794.     {
  48795.         include_once \dirname(__DIR__4).'/vendor/store.shopware.com/swagmigrationassistant/Migration/Gateway/Reader/ReaderInterface.php';
  48796.         include_once \dirname(__DIR__4).'/vendor/store.shopware.com/swagmigrationassistant/Profile/Shopware/Gateway/Local/Reader/AbstractReader.php';
  48797.         include_once \dirname(__DIR__4).'/vendor/store.shopware.com/swagmigrationassistant/Profile/Shopware/Gateway/Local/Reader/ProductPropertyRelationReader.php';
  48798.         include_once \dirname(__DIR__4).'/vendor/store.shopware.com/swagmigrationassistant/Profile/Shopware/Gateway/Connection/ConnectionFactoryInterface.php';
  48799.         include_once \dirname(__DIR__4).'/vendor/store.shopware.com/swagmigrationassistant/Profile/Shopware/Gateway/Connection/ConnectionFactory.php';
  48800.         return $this->privates['SwagMigrationAssistant\\Profile\\Shopware\\Gateway\\Local\\Reader\\ProductPropertyRelationReader'] = new \SwagMigrationAssistant\Profile\Shopware\Gateway\Local\Reader\ProductPropertyRelationReader(($this->privates['SwagMigrationAssistant\\Profile\\Shopware\\Gateway\\Connection\\ConnectionFactory'] ?? ($this->privates['SwagMigrationAssistant\\Profile\\Shopware\\Gateway\\Connection\\ConnectionFactory'] = new \SwagMigrationAssistant\Profile\Shopware\Gateway\Connection\ConnectionFactory())));
  48801.     }
  48802.     /**
  48803.      * Gets the private 'SwagMigrationAssistant\Profile\Shopware\Gateway\Local\Reader\ProductReader' shared service.
  48804.      *
  48805.      * @return \SwagMigrationAssistant\Profile\Shopware\Gateway\Local\Reader\ProductReader
  48806.      */
  48807.     protected function getProductReader2Service()
  48808.     {
  48809.         include_once \dirname(__DIR__4).'/vendor/store.shopware.com/swagmigrationassistant/Migration/Gateway/Reader/ReaderInterface.php';
  48810.         include_once \dirname(__DIR__4).'/vendor/store.shopware.com/swagmigrationassistant/Profile/Shopware/Gateway/Local/Reader/AbstractReader.php';
  48811.         include_once \dirname(__DIR__4).'/vendor/store.shopware.com/swagmigrationassistant/Profile/Shopware/Gateway/Local/Reader/ProductReader.php';
  48812.         include_once \dirname(__DIR__4).'/vendor/store.shopware.com/swagmigrationassistant/Profile/Shopware/Gateway/Connection/ConnectionFactoryInterface.php';
  48813.         include_once \dirname(__DIR__4).'/vendor/store.shopware.com/swagmigrationassistant/Profile/Shopware/Gateway/Connection/ConnectionFactory.php';
  48814.         return $this->privates['SwagMigrationAssistant\\Profile\\Shopware\\Gateway\\Local\\Reader\\ProductReader'] = new \SwagMigrationAssistant\Profile\Shopware\Gateway\Local\Reader\ProductReader(($this->privates['SwagMigrationAssistant\\Profile\\Shopware\\Gateway\\Connection\\ConnectionFactory'] ?? ($this->privates['SwagMigrationAssistant\\Profile\\Shopware\\Gateway\\Connection\\ConnectionFactory'] = new \SwagMigrationAssistant\Profile\Shopware\Gateway\Connection\ConnectionFactory())));
  48815.     }
  48816.     /**
  48817.      * Gets the private 'SwagMigrationAssistant\Profile\Shopware\Gateway\Local\Reader\ProductReviewReader' shared service.
  48818.      *
  48819.      * @return \SwagMigrationAssistant\Profile\Shopware\Gateway\Local\Reader\ProductReviewReader
  48820.      */
  48821.     protected function getProductReviewReader2Service()
  48822.     {
  48823.         include_once \dirname(__DIR__4).'/vendor/store.shopware.com/swagmigrationassistant/Migration/Gateway/Reader/ReaderInterface.php';
  48824.         include_once \dirname(__DIR__4).'/vendor/store.shopware.com/swagmigrationassistant/Profile/Shopware/Gateway/Local/Reader/AbstractReader.php';
  48825.         include_once \dirname(__DIR__4).'/vendor/store.shopware.com/swagmigrationassistant/Profile/Shopware/Gateway/Local/Reader/ProductReviewReader.php';
  48826.         include_once \dirname(__DIR__4).'/vendor/store.shopware.com/swagmigrationassistant/Profile/Shopware/Gateway/Connection/ConnectionFactoryInterface.php';
  48827.         include_once \dirname(__DIR__4).'/vendor/store.shopware.com/swagmigrationassistant/Profile/Shopware/Gateway/Connection/ConnectionFactory.php';
  48828.         return $this->privates['SwagMigrationAssistant\\Profile\\Shopware\\Gateway\\Local\\Reader\\ProductReviewReader'] = new \SwagMigrationAssistant\Profile\Shopware\Gateway\Local\Reader\ProductReviewReader(($this->privates['SwagMigrationAssistant\\Profile\\Shopware\\Gateway\\Connection\\ConnectionFactory'] ?? ($this->privates['SwagMigrationAssistant\\Profile\\Shopware\\Gateway\\Connection\\ConnectionFactory'] = new \SwagMigrationAssistant\Profile\Shopware\Gateway\Connection\ConnectionFactory())));
  48829.     }
  48830.     /**
  48831.      * Gets the private 'SwagMigrationAssistant\Profile\Shopware\Gateway\Local\Reader\PromotionReader' shared service.
  48832.      *
  48833.      * @return \SwagMigrationAssistant\Profile\Shopware\Gateway\Local\Reader\PromotionReader
  48834.      */
  48835.     protected function getPromotionReader2Service()
  48836.     {
  48837.         include_once \dirname(__DIR__4).'/vendor/store.shopware.com/swagmigrationassistant/Migration/Gateway/Reader/ReaderInterface.php';
  48838.         include_once \dirname(__DIR__4).'/vendor/store.shopware.com/swagmigrationassistant/Profile/Shopware/Gateway/Local/Reader/AbstractReader.php';
  48839.         include_once \dirname(__DIR__4).'/vendor/store.shopware.com/swagmigrationassistant/Profile/Shopware/Gateway/Local/Reader/PromotionReader.php';
  48840.         include_once \dirname(__DIR__4).'/vendor/store.shopware.com/swagmigrationassistant/Profile/Shopware/Gateway/Connection/ConnectionFactoryInterface.php';
  48841.         include_once \dirname(__DIR__4).'/vendor/store.shopware.com/swagmigrationassistant/Profile/Shopware/Gateway/Connection/ConnectionFactory.php';
  48842.         return $this->privates['SwagMigrationAssistant\\Profile\\Shopware\\Gateway\\Local\\Reader\\PromotionReader'] = new \SwagMigrationAssistant\Profile\Shopware\Gateway\Local\Reader\PromotionReader(($this->privates['SwagMigrationAssistant\\Profile\\Shopware\\Gateway\\Connection\\ConnectionFactory'] ?? ($this->privates['SwagMigrationAssistant\\Profile\\Shopware\\Gateway\\Connection\\ConnectionFactory'] = new \SwagMigrationAssistant\Profile\Shopware\Gateway\Connection\ConnectionFactory())));
  48843.     }
  48844.     /**
  48845.      * Gets the private 'SwagMigrationAssistant\Profile\Shopware\Gateway\Local\Reader\PropertyGroupOptionReader' shared service.
  48846.      *
  48847.      * @return \SwagMigrationAssistant\Profile\Shopware\Gateway\Local\Reader\PropertyGroupOptionReader
  48848.      */
  48849.     protected function getPropertyGroupOptionReader2Service()
  48850.     {
  48851.         include_once \dirname(__DIR__4).'/vendor/store.shopware.com/swagmigrationassistant/Migration/Gateway/Reader/ReaderInterface.php';
  48852.         include_once \dirname(__DIR__4).'/vendor/store.shopware.com/swagmigrationassistant/Profile/Shopware/Gateway/Local/Reader/AbstractReader.php';
  48853.         include_once \dirname(__DIR__4).'/vendor/store.shopware.com/swagmigrationassistant/Profile/Shopware/Gateway/Local/Reader/PropertyGroupOptionReader.php';
  48854.         include_once \dirname(__DIR__4).'/vendor/store.shopware.com/swagmigrationassistant/Profile/Shopware/Gateway/Connection/ConnectionFactoryInterface.php';
  48855.         include_once \dirname(__DIR__4).'/vendor/store.shopware.com/swagmigrationassistant/Profile/Shopware/Gateway/Connection/ConnectionFactory.php';
  48856.         return $this->privates['SwagMigrationAssistant\\Profile\\Shopware\\Gateway\\Local\\Reader\\PropertyGroupOptionReader'] = new \SwagMigrationAssistant\Profile\Shopware\Gateway\Local\Reader\PropertyGroupOptionReader(($this->privates['SwagMigrationAssistant\\Profile\\Shopware\\Gateway\\Connection\\ConnectionFactory'] ?? ($this->privates['SwagMigrationAssistant\\Profile\\Shopware\\Gateway\\Connection\\ConnectionFactory'] = new \SwagMigrationAssistant\Profile\Shopware\Gateway\Connection\ConnectionFactory())));
  48857.     }
  48858.     /**
  48859.      * Gets the private 'SwagMigrationAssistant\Profile\Shopware\Gateway\Local\Reader\SalesChannelReader' shared service.
  48860.      *
  48861.      * @return \SwagMigrationAssistant\Profile\Shopware\Gateway\Local\Reader\SalesChannelReader
  48862.      */
  48863.     protected function getSalesChannelReader2Service()
  48864.     {
  48865.         include_once \dirname(__DIR__4).'/vendor/store.shopware.com/swagmigrationassistant/Migration/Gateway/Reader/ReaderInterface.php';
  48866.         include_once \dirname(__DIR__4).'/vendor/store.shopware.com/swagmigrationassistant/Profile/Shopware/Gateway/Local/Reader/AbstractReader.php';
  48867.         include_once \dirname(__DIR__4).'/vendor/store.shopware.com/swagmigrationassistant/Profile/Shopware/Gateway/Local/Reader/SalesChannelReader.php';
  48868.         include_once \dirname(__DIR__4).'/vendor/store.shopware.com/swagmigrationassistant/Profile/Shopware/Gateway/Connection/ConnectionFactoryInterface.php';
  48869.         include_once \dirname(__DIR__4).'/vendor/store.shopware.com/swagmigrationassistant/Profile/Shopware/Gateway/Connection/ConnectionFactory.php';
  48870.         return $this->privates['SwagMigrationAssistant\\Profile\\Shopware\\Gateway\\Local\\Reader\\SalesChannelReader'] = new \SwagMigrationAssistant\Profile\Shopware\Gateway\Local\Reader\SalesChannelReader(($this->privates['SwagMigrationAssistant\\Profile\\Shopware\\Gateway\\Connection\\ConnectionFactory'] ?? ($this->privates['SwagMigrationAssistant\\Profile\\Shopware\\Gateway\\Connection\\ConnectionFactory'] = new \SwagMigrationAssistant\Profile\Shopware\Gateway\Connection\ConnectionFactory())));
  48871.     }
  48872.     /**
  48873.      * Gets the private 'SwagMigrationAssistant\Profile\Shopware\Gateway\Local\Reader\SeoUrlReader' shared service.
  48874.      *
  48875.      * @return \SwagMigrationAssistant\Profile\Shopware\Gateway\Local\Reader\SeoUrlReader
  48876.      */
  48877.     protected function getSeoUrlReader2Service()
  48878.     {
  48879.         include_once \dirname(__DIR__4).'/vendor/store.shopware.com/swagmigrationassistant/Migration/Gateway/Reader/ReaderInterface.php';
  48880.         include_once \dirname(__DIR__4).'/vendor/store.shopware.com/swagmigrationassistant/Profile/Shopware/Gateway/Local/Reader/AbstractReader.php';
  48881.         include_once \dirname(__DIR__4).'/vendor/store.shopware.com/swagmigrationassistant/Profile/Shopware/Gateway/Local/Reader/SeoUrlReader.php';
  48882.         include_once \dirname(__DIR__4).'/vendor/store.shopware.com/swagmigrationassistant/Profile/Shopware/Gateway/Connection/ConnectionFactoryInterface.php';
  48883.         include_once \dirname(__DIR__4).'/vendor/store.shopware.com/swagmigrationassistant/Profile/Shopware/Gateway/Connection/ConnectionFactory.php';
  48884.         return $this->privates['SwagMigrationAssistant\\Profile\\Shopware\\Gateway\\Local\\Reader\\SeoUrlReader'] = new \SwagMigrationAssistant\Profile\Shopware\Gateway\Local\Reader\SeoUrlReader(($this->privates['SwagMigrationAssistant\\Profile\\Shopware\\Gateway\\Connection\\ConnectionFactory'] ?? ($this->privates['SwagMigrationAssistant\\Profile\\Shopware\\Gateway\\Connection\\ConnectionFactory'] = new \SwagMigrationAssistant\Profile\Shopware\Gateway\Connection\ConnectionFactory())));
  48885.     }
  48886.     /**
  48887.      * Gets the private 'SwagMigrationAssistant\Profile\Shopware\Gateway\Local\Reader\ShippingMethodReader' shared service.
  48888.      *
  48889.      * @return \SwagMigrationAssistant\Profile\Shopware\Gateway\Local\Reader\ShippingMethodReader
  48890.      */
  48891.     protected function getShippingMethodReader2Service()
  48892.     {
  48893.         include_once \dirname(__DIR__4).'/vendor/store.shopware.com/swagmigrationassistant/Migration/Gateway/Reader/ReaderInterface.php';
  48894.         include_once \dirname(__DIR__4).'/vendor/store.shopware.com/swagmigrationassistant/Profile/Shopware/Gateway/Local/Reader/AbstractReader.php';
  48895.         include_once \dirname(__DIR__4).'/vendor/store.shopware.com/swagmigrationassistant/Profile/Shopware/Gateway/Local/Reader/ShippingMethodReader.php';
  48896.         include_once \dirname(__DIR__4).'/vendor/store.shopware.com/swagmigrationassistant/Profile/Shopware/Gateway/Connection/ConnectionFactoryInterface.php';
  48897.         include_once \dirname(__DIR__4).'/vendor/store.shopware.com/swagmigrationassistant/Profile/Shopware/Gateway/Connection/ConnectionFactory.php';
  48898.         return $this->privates['SwagMigrationAssistant\\Profile\\Shopware\\Gateway\\Local\\Reader\\ShippingMethodReader'] = new \SwagMigrationAssistant\Profile\Shopware\Gateway\Local\Reader\ShippingMethodReader(($this->privates['SwagMigrationAssistant\\Profile\\Shopware\\Gateway\\Connection\\ConnectionFactory'] ?? ($this->privates['SwagMigrationAssistant\\Profile\\Shopware\\Gateway\\Connection\\ConnectionFactory'] = new \SwagMigrationAssistant\Profile\Shopware\Gateway\Connection\ConnectionFactory())));
  48899.     }
  48900.     /**
  48901.      * Gets the private 'SwagMigrationAssistant\Profile\Shopware\Gateway\Local\Reader\TranslationReader' shared service.
  48902.      *
  48903.      * @return \SwagMigrationAssistant\Profile\Shopware\Gateway\Local\Reader\TranslationReader
  48904.      */
  48905.     protected function getTranslationReader2Service()
  48906.     {
  48907.         include_once \dirname(__DIR__4).'/vendor/store.shopware.com/swagmigrationassistant/Migration/Gateway/Reader/ReaderInterface.php';
  48908.         include_once \dirname(__DIR__4).'/vendor/store.shopware.com/swagmigrationassistant/Profile/Shopware/Gateway/Local/Reader/AbstractReader.php';
  48909.         include_once \dirname(__DIR__4).'/vendor/store.shopware.com/swagmigrationassistant/Profile/Shopware/Gateway/Local/Reader/TranslationReader.php';
  48910.         include_once \dirname(__DIR__4).'/vendor/store.shopware.com/swagmigrationassistant/Profile/Shopware/Gateway/Connection/ConnectionFactoryInterface.php';
  48911.         include_once \dirname(__DIR__4).'/vendor/store.shopware.com/swagmigrationassistant/Profile/Shopware/Gateway/Connection/ConnectionFactory.php';
  48912.         return $this->privates['SwagMigrationAssistant\\Profile\\Shopware\\Gateway\\Local\\Reader\\TranslationReader'] = new \SwagMigrationAssistant\Profile\Shopware\Gateway\Local\Reader\TranslationReader(($this->privates['SwagMigrationAssistant\\Profile\\Shopware\\Gateway\\Connection\\ConnectionFactory'] ?? ($this->privates['SwagMigrationAssistant\\Profile\\Shopware\\Gateway\\Connection\\ConnectionFactory'] = new \SwagMigrationAssistant\Profile\Shopware\Gateway\Connection\ConnectionFactory())));
  48913.     }
  48914.     /**
  48915.      * Gets the private 'SwagMigrationAssistant\Profile\Shopware\Gateway\Local\ShopwareLocalGateway' shared service.
  48916.      *
  48917.      * @return \SwagMigrationAssistant\Profile\Shopware\Gateway\Local\ShopwareLocalGateway
  48918.      */
  48919.     protected function getShopwareLocalGatewayService()
  48920.     {
  48921.         include_once \dirname(__DIR__4).'/vendor/store.shopware.com/swagmigrationassistant/Migration/Gateway/GatewayInterface.php';
  48922.         include_once \dirname(__DIR__4).'/vendor/store.shopware.com/swagmigrationassistant/Profile/Shopware/Gateway/ShopwareGatewayInterface.php';
  48923.         include_once \dirname(__DIR__4).'/vendor/store.shopware.com/swagmigrationassistant/Profile/Shopware/Gateway/Local/ShopwareLocalGateway.php';
  48924.         include_once \dirname(__DIR__4).'/vendor/store.shopware.com/swagmigrationassistant/Migration/Gateway/Reader/EnvironmentReaderInterface.php';
  48925.         include_once \dirname(__DIR__4).'/vendor/store.shopware.com/swagmigrationassistant/Profile/Shopware/Gateway/Local/Reader/EnvironmentReader.php';
  48926.         include_once \dirname(__DIR__4).'/vendor/store.shopware.com/swagmigrationassistant/Profile/Shopware/Gateway/TableReaderInterface.php';
  48927.         include_once \dirname(__DIR__4).'/vendor/store.shopware.com/swagmigrationassistant/Profile/Shopware/Gateway/Local/Reader/TableReader.php';
  48928.         include_once \dirname(__DIR__4).'/vendor/store.shopware.com/swagmigrationassistant/Profile/Shopware/Gateway/Connection/ConnectionFactoryInterface.php';
  48929.         include_once \dirname(__DIR__4).'/vendor/store.shopware.com/swagmigrationassistant/Profile/Shopware/Gateway/Connection/ConnectionFactory.php';
  48930.         $a = ($this->privates['SwagMigrationAssistant\\Migration\\Gateway\\Reader\\ReaderRegistry'] ?? $this->getReaderRegistryService());
  48931.         if (isset($this->privates['SwagMigrationAssistant\\Profile\\Shopware\\Gateway\\Local\\ShopwareLocalGateway'])) {
  48932.             return $this->privates['SwagMigrationAssistant\\Profile\\Shopware\\Gateway\\Local\\ShopwareLocalGateway'];
  48933.         }
  48934.         $b = ($this->services['currency.repository'] ?? $this->getCurrency_RepositoryService());
  48935.         if (isset($this->privates['SwagMigrationAssistant\\Profile\\Shopware\\Gateway\\Local\\ShopwareLocalGateway'])) {
  48936.             return $this->privates['SwagMigrationAssistant\\Profile\\Shopware\\Gateway\\Local\\ShopwareLocalGateway'];
  48937.         }
  48938.         $c = ($this->services['language.repository'] ?? $this->getLanguage_RepositoryService());
  48939.         if (isset($this->privates['SwagMigrationAssistant\\Profile\\Shopware\\Gateway\\Local\\ShopwareLocalGateway'])) {
  48940.             return $this->privates['SwagMigrationAssistant\\Profile\\Shopware\\Gateway\\Local\\ShopwareLocalGateway'];
  48941.         }
  48942.         $d = ($this->privates['SwagMigrationAssistant\\Profile\\Shopware\\Gateway\\Connection\\ConnectionFactory'] ?? ($this->privates['SwagMigrationAssistant\\Profile\\Shopware\\Gateway\\Connection\\ConnectionFactory'] = new \SwagMigrationAssistant\Profile\Shopware\Gateway\Connection\ConnectionFactory()));
  48943.         return $this->privates['SwagMigrationAssistant\\Profile\\Shopware\\Gateway\\Local\\ShopwareLocalGateway'] = new \SwagMigrationAssistant\Profile\Shopware\Gateway\Local\ShopwareLocalGateway($a, new \SwagMigrationAssistant\Profile\Shopware\Gateway\Local\Reader\EnvironmentReader($d), new \SwagMigrationAssistant\Profile\Shopware\Gateway\Local\Reader\TableReader($d), $d$b$c);
  48944.     }
  48945.     /**
  48946.      * Gets the private 'SwagMigrationAssistant\Profile\Shopware\Media\HttpMediaDownloadService' shared service.
  48947.      *
  48948.      * @return \SwagMigrationAssistant\Profile\Shopware\Media\HttpMediaDownloadService
  48949.      */
  48950.     protected function getHttpMediaDownloadServiceService()
  48951.     {
  48952.         include_once \dirname(__DIR__4).'/vendor/store.shopware.com/swagmigrationassistant/Profile/Shopware/Media/BaseMediaService.php';
  48953.         include_once \dirname(__DIR__4).'/vendor/store.shopware.com/swagmigrationassistant/Migration/Media/MediaFileProcessorInterface.php';
  48954.         include_once \dirname(__DIR__4).'/vendor/store.shopware.com/swagmigrationassistant/Profile/Shopware/Media/HttpMediaDownloadService.php';
  48955.         $a = ($this->services['swag_migration_media_file.repository'] ?? $this->getSwagMigrationMediaFile_RepositoryService());
  48956.         if (isset($this->privates['SwagMigrationAssistant\\Profile\\Shopware\\Media\\HttpMediaDownloadService'])) {
  48957.             return $this->privates['SwagMigrationAssistant\\Profile\\Shopware\\Media\\HttpMediaDownloadService'];
  48958.         }
  48959.         $b = ($this->services['Shopware\\Core\\Content\\Media\\File\\FileSaver'] ?? $this->getFileSaverService());
  48960.         if (isset($this->privates['SwagMigrationAssistant\\Profile\\Shopware\\Media\\HttpMediaDownloadService'])) {
  48961.             return $this->privates['SwagMigrationAssistant\\Profile\\Shopware\\Media\\HttpMediaDownloadService'];
  48962.         }
  48963.         $c = ($this->privates['SwagMigrationAssistant\\Migration\\Logging\\LoggingService'] ?? $this->getLoggingService2Service());
  48964.         if (isset($this->privates['SwagMigrationAssistant\\Profile\\Shopware\\Media\\HttpMediaDownloadService'])) {
  48965.             return $this->privates['SwagMigrationAssistant\\Profile\\Shopware\\Media\\HttpMediaDownloadService'];
  48966.         }
  48967.         return $this->privates['SwagMigrationAssistant\\Profile\\Shopware\\Media\\HttpMediaDownloadService'] = new \SwagMigrationAssistant\Profile\Shopware\Media\HttpMediaDownloadService($a$b$c, ($this->services['Doctrine\\DBAL\\Connection'] ?? $this->getConnectionService()));
  48968.     }
  48969.     /**
  48970.      * Gets the private 'SwagMigrationAssistant\Profile\Shopware\Media\HttpOrderDocumentProcessor' shared service.
  48971.      *
  48972.      * @return \SwagMigrationAssistant\Profile\Shopware\Media\HttpOrderDocumentProcessor
  48973.      */
  48974.     protected function getHttpOrderDocumentProcessorService()
  48975.     {
  48976.         include_once \dirname(__DIR__4).'/vendor/store.shopware.com/swagmigrationassistant/Profile/Shopware/Media/BaseMediaService.php';
  48977.         include_once \dirname(__DIR__4).'/vendor/store.shopware.com/swagmigrationassistant/Migration/Media/MediaFileProcessorInterface.php';
  48978.         include_once \dirname(__DIR__4).'/vendor/store.shopware.com/swagmigrationassistant/Profile/Shopware/Media/HttpOrderDocumentProcessor.php';
  48979.         include_once \dirname(__DIR__4).'/vendor/store.shopware.com/swagmigrationassistant/Profile/Shopware/Gateway/Connection/ConnectionFactoryInterface.php';
  48980.         include_once \dirname(__DIR__4).'/vendor/store.shopware.com/swagmigrationassistant/Profile/Shopware/Gateway/Connection/ConnectionFactory.php';
  48981.         $a = ($this->services['swag_migration_media_file.repository'] ?? $this->getSwagMigrationMediaFile_RepositoryService());
  48982.         if (isset($this->privates['SwagMigrationAssistant\\Profile\\Shopware\\Media\\HttpOrderDocumentProcessor'])) {
  48983.             return $this->privates['SwagMigrationAssistant\\Profile\\Shopware\\Media\\HttpOrderDocumentProcessor'];
  48984.         }
  48985.         $b = ($this->privates['Shopware\\Core\\Content\\Media\\MediaService'] ?? $this->getMediaServiceService());
  48986.         if (isset($this->privates['SwagMigrationAssistant\\Profile\\Shopware\\Media\\HttpOrderDocumentProcessor'])) {
  48987.             return $this->privates['SwagMigrationAssistant\\Profile\\Shopware\\Media\\HttpOrderDocumentProcessor'];
  48988.         }
  48989.         $c = ($this->privates['SwagMigrationAssistant\\Migration\\Logging\\LoggingService'] ?? $this->getLoggingService2Service());
  48990.         if (isset($this->privates['SwagMigrationAssistant\\Profile\\Shopware\\Media\\HttpOrderDocumentProcessor'])) {
  48991.             return $this->privates['SwagMigrationAssistant\\Profile\\Shopware\\Media\\HttpOrderDocumentProcessor'];
  48992.         }
  48993.         return $this->privates['SwagMigrationAssistant\\Profile\\Shopware\\Media\\HttpOrderDocumentProcessor'] = new \SwagMigrationAssistant\Profile\Shopware\Media\HttpOrderDocumentProcessor($a$b$c, ($this->privates['SwagMigrationAssistant\\Profile\\Shopware\\Gateway\\Connection\\ConnectionFactory'] ?? ($this->privates['SwagMigrationAssistant\\Profile\\Shopware\\Gateway\\Connection\\ConnectionFactory'] = new \SwagMigrationAssistant\Profile\Shopware\Gateway\Connection\ConnectionFactory())), ($this->services['Doctrine\\DBAL\\Connection'] ?? $this->getConnectionService()));
  48994.     }
  48995.     /**
  48996.      * Gets the private 'SwagMigrationAssistant\Profile\Shopware\Media\LocalMediaProcessor' shared service.
  48997.      *
  48998.      * @return \SwagMigrationAssistant\Profile\Shopware\Media\LocalMediaProcessor
  48999.      */
  49000.     protected function getLocalMediaProcessorService()
  49001.     {
  49002.         include_once \dirname(__DIR__4).'/vendor/store.shopware.com/swagmigrationassistant/Profile/Shopware/Media/BaseMediaService.php';
  49003.         include_once \dirname(__DIR__4).'/vendor/store.shopware.com/swagmigrationassistant/Migration/Media/MediaFileProcessorInterface.php';
  49004.         include_once \dirname(__DIR__4).'/vendor/store.shopware.com/swagmigrationassistant/Profile/Shopware/Media/LocalMediaProcessor.php';
  49005.         $a = ($this->services['swag_migration_media_file.repository'] ?? $this->getSwagMigrationMediaFile_RepositoryService());
  49006.         if (isset($this->privates['SwagMigrationAssistant\\Profile\\Shopware\\Media\\LocalMediaProcessor'])) {
  49007.             return $this->privates['SwagMigrationAssistant\\Profile\\Shopware\\Media\\LocalMediaProcessor'];
  49008.         }
  49009.         $b = ($this->services['Shopware\\Core\\Content\\Media\\File\\FileSaver'] ?? $this->getFileSaverService());
  49010.         if (isset($this->privates['SwagMigrationAssistant\\Profile\\Shopware\\Media\\LocalMediaProcessor'])) {
  49011.             return $this->privates['SwagMigrationAssistant\\Profile\\Shopware\\Media\\LocalMediaProcessor'];
  49012.         }
  49013.         $c = ($this->privates['SwagMigrationAssistant\\Migration\\Logging\\LoggingService'] ?? $this->getLoggingService2Service());
  49014.         if (isset($this->privates['SwagMigrationAssistant\\Profile\\Shopware\\Media\\LocalMediaProcessor'])) {
  49015.             return $this->privates['SwagMigrationAssistant\\Profile\\Shopware\\Media\\LocalMediaProcessor'];
  49016.         }
  49017.         return $this->privates['SwagMigrationAssistant\\Profile\\Shopware\\Media\\LocalMediaProcessor'] = new \SwagMigrationAssistant\Profile\Shopware\Media\LocalMediaProcessor($a$b$c, new RewindableGenerator(function () {
  49018.             yield => ($this->privates['SwagMigrationAssistant\\Profile\\Shopware\\Media\\Strategy\\Md5StrategyResolver'] ?? ($this->privates['SwagMigrationAssistant\\Profile\\Shopware\\Media\\Strategy\\Md5StrategyResolver'] = new \SwagMigrationAssistant\Profile\Shopware\Media\Strategy\Md5StrategyResolver()));
  49019.             yield => ($this->privates['SwagMigrationAssistant\\Profile\\Shopware\\Media\\Strategy\\PlainStrategyResolver'] ?? ($this->privates['SwagMigrationAssistant\\Profile\\Shopware\\Media\\Strategy\\PlainStrategyResolver'] = new \SwagMigrationAssistant\Profile\Shopware\Media\Strategy\PlainStrategyResolver()));
  49020.         }, 2), ($this->services['Doctrine\\DBAL\\Connection'] ?? $this->getConnectionService()));
  49021.     }
  49022.     /**
  49023.      * Gets the private 'SwagMigrationAssistant\Profile\Shopware\Media\LocalOrderDocumentProcessor' shared service.
  49024.      *
  49025.      * @return \SwagMigrationAssistant\Profile\Shopware\Media\LocalOrderDocumentProcessor
  49026.      */
  49027.     protected function getLocalOrderDocumentProcessorService()
  49028.     {
  49029.         include_once \dirname(__DIR__4).'/vendor/store.shopware.com/swagmigrationassistant/Profile/Shopware/Media/BaseMediaService.php';
  49030.         include_once \dirname(__DIR__4).'/vendor/store.shopware.com/swagmigrationassistant/Migration/Media/MediaFileProcessorInterface.php';
  49031.         include_once \dirname(__DIR__4).'/vendor/store.shopware.com/swagmigrationassistant/Profile/Shopware/Media/LocalOrderDocumentProcessor.php';
  49032.         $a = ($this->services['swag_migration_media_file.repository'] ?? $this->getSwagMigrationMediaFile_RepositoryService());
  49033.         if (isset($this->privates['SwagMigrationAssistant\\Profile\\Shopware\\Media\\LocalOrderDocumentProcessor'])) {
  49034.             return $this->privates['SwagMigrationAssistant\\Profile\\Shopware\\Media\\LocalOrderDocumentProcessor'];
  49035.         }
  49036.         $b = ($this->privates['Shopware\\Core\\Content\\Media\\MediaService'] ?? $this->getMediaServiceService());
  49037.         if (isset($this->privates['SwagMigrationAssistant\\Profile\\Shopware\\Media\\LocalOrderDocumentProcessor'])) {
  49038.             return $this->privates['SwagMigrationAssistant\\Profile\\Shopware\\Media\\LocalOrderDocumentProcessor'];
  49039.         }
  49040.         $c = ($this->privates['SwagMigrationAssistant\\Migration\\Logging\\LoggingService'] ?? $this->getLoggingService2Service());
  49041.         if (isset($this->privates['SwagMigrationAssistant\\Profile\\Shopware\\Media\\LocalOrderDocumentProcessor'])) {
  49042.             return $this->privates['SwagMigrationAssistant\\Profile\\Shopware\\Media\\LocalOrderDocumentProcessor'];
  49043.         }
  49044.         return $this->privates['SwagMigrationAssistant\\Profile\\Shopware\\Media\\LocalOrderDocumentProcessor'] = new \SwagMigrationAssistant\Profile\Shopware\Media\LocalOrderDocumentProcessor($a$b$c, ($this->services['Doctrine\\DBAL\\Connection'] ?? $this->getConnectionService()));
  49045.     }
  49046.     /**
  49047.      * Gets the private 'SwagMigrationAssistant\Profile\Shopware\Premapping\DeliveryTimeReader' shared service.
  49048.      *
  49049.      * @return \SwagMigrationAssistant\Profile\Shopware\Premapping\DeliveryTimeReader
  49050.      */
  49051.     protected function getDeliveryTimeReader2Service()
  49052.     {
  49053.         include_once \dirname(__DIR__4).'/vendor/store.shopware.com/swagmigrationassistant/Migration/Premapping/PremappingReaderInterface.php';
  49054.         include_once \dirname(__DIR__4).'/vendor/store.shopware.com/swagmigrationassistant/Migration/Premapping/AbstractPremappingReader.php';
  49055.         include_once \dirname(__DIR__4).'/vendor/store.shopware.com/swagmigrationassistant/Profile/Shopware/Premapping/DeliveryTimeReader.php';
  49056.         return $this->privates['SwagMigrationAssistant\\Profile\\Shopware\\Premapping\\DeliveryTimeReader'] = new \SwagMigrationAssistant\Profile\Shopware\Premapping\DeliveryTimeReader(($this->services['delivery_time.repository'] ?? $this->getDeliveryTime_RepositoryService()));
  49057.     }
  49058.     /**
  49059.      * Gets the private 'SwagMigrationAssistant\Profile\Shopware\Premapping\OrderDeliveryStateReader' shared service.
  49060.      *
  49061.      * @return \SwagMigrationAssistant\Profile\Shopware\Premapping\OrderDeliveryStateReader
  49062.      */
  49063.     protected function getOrderDeliveryStateReaderService()
  49064.     {
  49065.         include_once \dirname(__DIR__4).'/vendor/store.shopware.com/swagmigrationassistant/Migration/Premapping/PremappingReaderInterface.php';
  49066.         include_once \dirname(__DIR__4).'/vendor/store.shopware.com/swagmigrationassistant/Migration/Premapping/AbstractPremappingReader.php';
  49067.         include_once \dirname(__DIR__4).'/vendor/store.shopware.com/swagmigrationassistant/Profile/Shopware/Premapping/OrderDeliveryStateReader.php';
  49068.         return $this->privates['SwagMigrationAssistant\\Profile\\Shopware\\Premapping\\OrderDeliveryStateReader'] = new \SwagMigrationAssistant\Profile\Shopware\Premapping\OrderDeliveryStateReader(($this->services['state_machine.repository'] ?? $this->getStateMachine_RepositoryService()), ($this->services['state_machine_state.repository'] ?? $this->getStateMachineState_RepositoryService()), ($this->privates['SwagMigrationAssistant\\Migration\\Gateway\\GatewayRegistry'] ?? $this->getGatewayRegistryService()));
  49069.     }
  49070.     /**
  49071.      * Gets the private 'SwagMigrationAssistant\Profile\Shopware\Premapping\OrderStateReader' shared service.
  49072.      *
  49073.      * @return \SwagMigrationAssistant\Profile\Shopware\Premapping\OrderStateReader
  49074.      */
  49075.     protected function getOrderStateReaderService()
  49076.     {
  49077.         include_once \dirname(__DIR__4).'/vendor/store.shopware.com/swagmigrationassistant/Migration/Premapping/PremappingReaderInterface.php';
  49078.         include_once \dirname(__DIR__4).'/vendor/store.shopware.com/swagmigrationassistant/Migration/Premapping/AbstractPremappingReader.php';
  49079.         include_once \dirname(__DIR__4).'/vendor/store.shopware.com/swagmigrationassistant/Profile/Shopware/Premapping/OrderStateReader.php';
  49080.         return $this->privates['SwagMigrationAssistant\\Profile\\Shopware\\Premapping\\OrderStateReader'] = new \SwagMigrationAssistant\Profile\Shopware\Premapping\OrderStateReader(($this->services['state_machine.repository'] ?? $this->getStateMachine_RepositoryService()), ($this->services['state_machine_state.repository'] ?? $this->getStateMachineState_RepositoryService()), ($this->privates['SwagMigrationAssistant\\Migration\\Gateway\\GatewayRegistry'] ?? $this->getGatewayRegistryService()));
  49081.     }
  49082.     /**
  49083.      * Gets the private 'SwagMigrationAssistant\Profile\Shopware\Premapping\PaymentMethodReader' shared service.
  49084.      *
  49085.      * @return \SwagMigrationAssistant\Profile\Shopware\Premapping\PaymentMethodReader
  49086.      */
  49087.     protected function getPaymentMethodReaderService()
  49088.     {
  49089.         include_once \dirname(__DIR__4).'/vendor/store.shopware.com/swagmigrationassistant/Migration/Premapping/PremappingReaderInterface.php';
  49090.         include_once \dirname(__DIR__4).'/vendor/store.shopware.com/swagmigrationassistant/Migration/Premapping/AbstractPremappingReader.php';
  49091.         include_once \dirname(__DIR__4).'/vendor/store.shopware.com/swagmigrationassistant/Profile/Shopware/Premapping/PaymentMethodReader.php';
  49092.         return $this->privates['SwagMigrationAssistant\\Profile\\Shopware\\Premapping\\PaymentMethodReader'] = new \SwagMigrationAssistant\Profile\Shopware\Premapping\PaymentMethodReader(($this->services['payment_method.repository'] ?? $this->getPaymentMethod_RepositoryService()), ($this->privates['SwagMigrationAssistant\\Migration\\Gateway\\GatewayRegistry'] ?? $this->getGatewayRegistryService()));
  49093.     }
  49094.     /**
  49095.      * Gets the private 'SwagMigrationAssistant\Profile\Shopware\Premapping\SalutationReader' shared service.
  49096.      *
  49097.      * @return \SwagMigrationAssistant\Profile\Shopware\Premapping\SalutationReader
  49098.      */
  49099.     protected function getSalutationReader2Service()
  49100.     {
  49101.         include_once \dirname(__DIR__4).'/vendor/store.shopware.com/swagmigrationassistant/Migration/Premapping/PremappingReaderInterface.php';
  49102.         include_once \dirname(__DIR__4).'/vendor/store.shopware.com/swagmigrationassistant/Migration/Premapping/AbstractPremappingReader.php';
  49103.         include_once \dirname(__DIR__4).'/vendor/store.shopware.com/swagmigrationassistant/Profile/Shopware/Premapping/SalutationReader.php';
  49104.         return $this->privates['SwagMigrationAssistant\\Profile\\Shopware\\Premapping\\SalutationReader'] = new \SwagMigrationAssistant\Profile\Shopware\Premapping\SalutationReader(($this->services['salutation.repository'] ?? $this->getSalutation_RepositoryService()), ($this->privates['SwagMigrationAssistant\\Migration\\Gateway\\GatewayRegistry'] ?? $this->getGatewayRegistryService()));
  49105.     }
  49106.     /**
  49107.      * Gets the private 'SwagMigrationAssistant\Profile\Shopware\Premapping\TransactionStateReader' shared service.
  49108.      *
  49109.      * @return \SwagMigrationAssistant\Profile\Shopware\Premapping\TransactionStateReader
  49110.      */
  49111.     protected function getTransactionStateReaderService()
  49112.     {
  49113.         include_once \dirname(__DIR__4).'/vendor/store.shopware.com/swagmigrationassistant/Migration/Premapping/PremappingReaderInterface.php';
  49114.         include_once \dirname(__DIR__4).'/vendor/store.shopware.com/swagmigrationassistant/Migration/Premapping/AbstractPremappingReader.php';
  49115.         include_once \dirname(__DIR__4).'/vendor/store.shopware.com/swagmigrationassistant/Profile/Shopware/Premapping/TransactionStateReader.php';
  49116.         return $this->privates['SwagMigrationAssistant\\Profile\\Shopware\\Premapping\\TransactionStateReader'] = new \SwagMigrationAssistant\Profile\Shopware\Premapping\TransactionStateReader(($this->services['state_machine.repository'] ?? $this->getStateMachine_RepositoryService()), ($this->services['state_machine_state.repository'] ?? $this->getStateMachineState_RepositoryService()), ($this->privates['SwagMigrationAssistant\\Migration\\Gateway\\GatewayRegistry'] ?? $this->getGatewayRegistryService()));
  49117.     }
  49118.     /**
  49119.      * Gets the private 'SwagMigrationAssistant\Profile\Shopware\Writer\ProductOptionRelationWriter' shared service.
  49120.      *
  49121.      * @return \SwagMigrationAssistant\Profile\Shopware\Writer\ProductOptionRelationWriter
  49122.      */
  49123.     protected function getProductOptionRelationWriterService()
  49124.     {
  49125.         include_once \dirname(__DIR__4).'/vendor/store.shopware.com/swagmigrationassistant/Migration/Writer/WriterInterface.php';
  49126.         include_once \dirname(__DIR__4).'/vendor/store.shopware.com/swagmigrationassistant/Migration/Writer/AbstractWriter.php';
  49127.         include_once \dirname(__DIR__4).'/vendor/store.shopware.com/swagmigrationassistant/Profile/Shopware/Writer/ProductOptionRelationWriter.php';
  49128.         return $this->privates['SwagMigrationAssistant\\Profile\\Shopware\\Writer\\ProductOptionRelationWriter'] = new \SwagMigrationAssistant\Profile\Shopware\Writer\ProductOptionRelationWriter(($this->services['Shopware\\Core\\Framework\\DataAbstractionLayer\\Write\\EntityWriter'] ?? $this->getEntityWriterService()), ($this->services['Shopware\\Core\\Content\\Product\\ProductDefinition'] ?? $this->getProductDefinitionService()));
  49129.     }
  49130.     /**
  49131.      * Gets the private 'SwagMigrationAssistant\Profile\Shopware\Writer\ProductPropertyRelationWriter' shared service.
  49132.      *
  49133.      * @return \SwagMigrationAssistant\Profile\Shopware\Writer\ProductPropertyRelationWriter
  49134.      */
  49135.     protected function getProductPropertyRelationWriterService()
  49136.     {
  49137.         include_once \dirname(__DIR__4).'/vendor/store.shopware.com/swagmigrationassistant/Migration/Writer/WriterInterface.php';
  49138.         include_once \dirname(__DIR__4).'/vendor/store.shopware.com/swagmigrationassistant/Migration/Writer/AbstractWriter.php';
  49139.         include_once \dirname(__DIR__4).'/vendor/store.shopware.com/swagmigrationassistant/Profile/Shopware/Writer/ProductPropertyRelationWriter.php';
  49140.         return $this->privates['SwagMigrationAssistant\\Profile\\Shopware\\Writer\\ProductPropertyRelationWriter'] = new \SwagMigrationAssistant\Profile\Shopware\Writer\ProductPropertyRelationWriter(($this->services['Shopware\\Core\\Framework\\DataAbstractionLayer\\Write\\EntityWriter'] ?? $this->getEntityWriterService()), ($this->services['Shopware\\Core\\Content\\Product\\ProductDefinition'] ?? $this->getProductDefinitionService()));
  49141.     }
  49142.     /**
  49143.      * Gets the private 'SwagMigrationAssistant\Profile\Shopware\Writer\PromotionWriter' shared service.
  49144.      *
  49145.      * @return \SwagMigrationAssistant\Profile\Shopware\Writer\PromotionWriter
  49146.      */
  49147.     protected function getPromotionWriterService()
  49148.     {
  49149.         include_once \dirname(__DIR__4).'/vendor/store.shopware.com/swagmigrationassistant/Migration/Writer/WriterInterface.php';
  49150.         include_once \dirname(__DIR__4).'/vendor/store.shopware.com/swagmigrationassistant/Migration/Writer/AbstractWriter.php';
  49151.         include_once \dirname(__DIR__4).'/vendor/store.shopware.com/swagmigrationassistant/Profile/Shopware/Writer/PromotionWriter.php';
  49152.         return $this->privates['SwagMigrationAssistant\\Profile\\Shopware\\Writer\\PromotionWriter'] = new \SwagMigrationAssistant\Profile\Shopware\Writer\PromotionWriter(($this->services['Shopware\\Core\\Framework\\DataAbstractionLayer\\Write\\EntityWriter'] ?? $this->getEntityWriterService()), ($this->services['Shopware\\Core\\Checkout\\Promotion\\PromotionDefinition'] ?? $this->getPromotionDefinitionService()));
  49153.     }
  49154.     /**
  49155.      * Gets the private 'Swag\AmazonPay\Components\Account\AmazonPayAccountService' shared service.
  49156.      *
  49157.      * @return \Swag\AmazonPay\Components\Account\AmazonPayAccountService
  49158.      */
  49159.     protected function getAmazonPayAccountServiceService()
  49160.     {
  49161.         include_once \dirname(__DIR__4).'/vendor/store.shopware.com/swagamazonpay/src/Components/Account/AmazonPayAccountServiceInterfaceV2.php';
  49162.         include_once \dirname(__DIR__4).'/vendor/store.shopware.com/swagamazonpay/src/Components/Account/AmazonPayAccountService.php';
  49163.         return $this->privates['Swag\\AmazonPay\\Components\\Account\\AmazonPayAccountService'] = new \Swag\AmazonPay\Components\Account\AmazonPayAccountService(($this->services['customer.repository'] ?? $this->getCustomer_RepositoryService()), ($this->privates['Swag\\AmazonPay\\Components\\Config\\ConfigService'] ?? $this->getConfigServiceService()), ($this->privates['Swag\\AmazonPay\\Core\\Checkout\\Customer\\SalesChannel\\AccountRegistrationService'] ?? $this->getAccountRegistrationServiceService()), ($this->privates['Swag\\AmazonPay\\Components\\Account\\Hydrator\\RegistrationDataHydrator'] ?? $this->getRegistrationDataHydratorService()), ($this->services['customer_address.repository'] ?? $this->getCustomerAddress_RepositoryService()), ($this->services['event_dispatcher'] ?? $this->getEventDispatcherService()), ($this->privates['Shopware\\Core\\System\\SalesChannel\\Context\\CartRestorer'] ?? $this->getCartRestorerService()), ($this->privates['Shopware\\Core\\System\\SalesChannel\\Context\\SalesChannelContextPersister'] ?? $this->getSalesChannelContextPersisterService()));
  49164.     }
  49165.     /**
  49166.      * Gets the private 'Swag\AmazonPay\Components\Account\Hydrator\RegistrationDataHydrator' shared service.
  49167.      *
  49168.      * @return \Swag\AmazonPay\Components\Account\Hydrator\RegistrationDataHydrator
  49169.      */
  49170.     protected function getRegistrationDataHydratorService()
  49171.     {
  49172.         include_once \dirname(__DIR__4).'/vendor/store.shopware.com/swagamazonpay/src/Components/Account/Hydrator/RegistrationDataHydratorInterface.php';
  49173.         include_once \dirname(__DIR__4).'/vendor/store.shopware.com/swagamazonpay/src/Components/Account/Hydrator/RegistrationDataHydrator.php';
  49174.         return $this->privates['Swag\\AmazonPay\\Components\\Account\\Hydrator\\RegistrationDataHydrator'] = new \Swag\AmazonPay\Components\Account\Hydrator\RegistrationDataHydrator(($this->services['country.repository'] ?? $this->getCountry_RepositoryService()), ($this->services['salutation.repository'] ?? $this->getSalutation_RepositoryService()), ($this->privates['Swag\\AmazonPay\\Components\\Config\\ConfigService'] ?? $this->getConfigServiceService()), ($this->services['Swag\\AmazonPay\\Components\\Client\\ClientProvider'] ?? $this->getClientProviderService()));
  49175.     }
  49176.     /**
  49177.      * Gets the private 'Swag\AmazonPay\Components\Button\ButtonProvider' shared service.
  49178.      *
  49179.      * @return \Swag\AmazonPay\Components\Button\ButtonProvider
  49180.      */
  49181.     protected function getButtonProviderService()
  49182.     {
  49183.         include_once \dirname(__DIR__4).'/vendor/store.shopware.com/swagamazonpay/src/Components/Button/ButtonProviderInterface.php';
  49184.         include_once \dirname(__DIR__4).'/vendor/store.shopware.com/swagamazonpay/src/Components/Button/ButtonProvider.php';
  49185.         include_once \dirname(__DIR__4).'/vendor/store.shopware.com/swagamazonpay/src/Components/Button/Pay/Hydrator/AmazonPayButtonPayloadHydratorInterfaceV2.php';
  49186.         include_once \dirname(__DIR__4).'/vendor/store.shopware.com/swagamazonpay/src/Components/Button/Pay/Hydrator/AmazonPayButtonPayloadHydrator.php';
  49187.         include_once \dirname(__DIR__4).'/vendor/store.shopware.com/swagamazonpay/src/Components/Button/Pay/AddressRestriction/AddressRestrictionServiceInterface.php';
  49188.         include_once \dirname(__DIR__4).'/vendor/store.shopware.com/swagamazonpay/src/Components/Button/Pay/AddressRestriction/AddressRestrictionService.php';
  49189.         include_once \dirname(__DIR__4).'/vendor/store.shopware.com/swagamazonpay/src/Components/Button/Login/Hydrator/AmazonLoginButtonPayloadHydratorInterfaceV3.php';
  49190.         include_once \dirname(__DIR__4).'/vendor/store.shopware.com/swagamazonpay/src/Components/Button/Login/Hydrator/AmazonLoginButtonPayloadHydrator.php';
  49191.         $a = ($this->privates['Swag\\AmazonPay\\Util\\Language\\LanguageProvider'] ?? $this->getLanguageProvider2Service());
  49192.         if (isset($this->privates['Swag\\AmazonPay\\Components\\Button\\ButtonProvider'])) {
  49193.             return $this->privates['Swag\\AmazonPay\\Components\\Button\\ButtonProvider'];
  49194.         }
  49195.         $b = ($this->privates['Swag\\AmazonPay\\Util\\Helper\\AmazonPayPaymentMethodHelper'] ?? $this->getAmazonPayPaymentMethodHelperService());
  49196.         if (isset($this->privates['Swag\\AmazonPay\\Components\\Button\\ButtonProvider'])) {
  49197.             return $this->privates['Swag\\AmazonPay\\Components\\Button\\ButtonProvider'];
  49198.         }
  49199.         $c = ($this->services['country.repository'] ?? $this->getCountry_RepositoryService());
  49200.         if (isset($this->privates['Swag\\AmazonPay\\Components\\Button\\ButtonProvider'])) {
  49201.             return $this->privates['Swag\\AmazonPay\\Components\\Button\\ButtonProvider'];
  49202.         }
  49203.         $d = ($this->services['currency.repository'] ?? $this->getCurrency_RepositoryService());
  49204.         if (isset($this->privates['Swag\\AmazonPay\\Components\\Button\\ButtonProvider'])) {
  49205.             return $this->privates['Swag\\AmazonPay\\Components\\Button\\ButtonProvider'];
  49206.         }
  49207.         $e = ($this->privates['Swag\\AmazonPay\\DataAbstractionLayer\\Entity\\SignUpToken\\SignUpTokenService'] ?? $this->getSignUpTokenServiceService());
  49208.         if (isset($this->privates['Swag\\AmazonPay\\Components\\Button\\ButtonProvider'])) {
  49209.             return $this->privates['Swag\\AmazonPay\\Components\\Button\\ButtonProvider'];
  49210.         }
  49211.         $f = ($this->privates['Swag\\AmazonPay\\Components\\Cart\\CartService'] ?? $this->getCartService2Service());
  49212.         if (isset($this->privates['Swag\\AmazonPay\\Components\\Button\\ButtonProvider'])) {
  49213.             return $this->privates['Swag\\AmazonPay\\Components\\Button\\ButtonProvider'];
  49214.         }
  49215.         $g = ($this->privates['Swag\\AmazonPay\\Components\\Config\\ConfigService'] ?? $this->getConfigServiceService());
  49216.         $h = ($this->services['router'] ?? $this->getRouterService());
  49217.         $i = ($this->privates['Swag\\AmazonPay\\Components\\Logger'] ?? $this->getLogger2Service());
  49218.         return $this->privates['Swag\\AmazonPay\\Components\\Button\\ButtonProvider'] = new \Swag\AmazonPay\Components\Button\ButtonProvider($g$a$h$b, ($this->services['Swag\\AmazonPay\\Components\\Client\\ClientProvider'] ?? $this->getClientProviderService()), new \Swag\AmazonPay\Components\Button\Pay\Hydrator\AmazonPayButtonPayloadHydrator($g$h$i, new \Swag\AmazonPay\Components\Button\Pay\AddressRestriction\AddressRestrictionService($c), $d), new \Swag\AmazonPay\Components\Button\Login\Hydrator\AmazonLoginButtonPayloadHydrator($g$h$i$e), $i, ($this->privates['Swag\\AmazonPay\\Components\\Button\\Validation\\ExcludedProductValidator'] ?? $this->getExcludedProductValidatorService()), ($this->privates['Swag\\AmazonPay\\Storefront\\Page\\Extension\\ExtensionService'] ?? $this->getExtensionServiceService()), $f'6.4.20.0');
  49219.     }
  49220.     /**
  49221.      * Gets the private 'Swag\AmazonPay\Components\Button\Validation\ExcludedProductValidator' shared service.
  49222.      *
  49223.      * @return \Swag\AmazonPay\Components\Button\Validation\ExcludedProductValidator
  49224.      */
  49225.     protected function getExcludedProductValidatorService()
  49226.     {
  49227.         include_once \dirname(__DIR__4).'/vendor/store.shopware.com/swagamazonpay/src/Components/Button/Validation/ExcludedProductValidator.php';
  49228.         $a = ($this->privates['Swag\\AmazonPay\\Components\\Config\\ConfigService'] ?? $this->getConfigServiceService());
  49229.         if (isset($this->privates['Swag\\AmazonPay\\Components\\Button\\Validation\\ExcludedProductValidator'])) {
  49230.             return $this->privates['Swag\\AmazonPay\\Components\\Button\\Validation\\ExcludedProductValidator'];
  49231.         }
  49232.         $b = ($this->services['sales_channel.product.repository'] ?? $this->getSalesChannel_Product_RepositoryService());
  49233.         if (isset($this->privates['Swag\\AmazonPay\\Components\\Button\\Validation\\ExcludedProductValidator'])) {
  49234.             return $this->privates['Swag\\AmazonPay\\Components\\Button\\Validation\\ExcludedProductValidator'];
  49235.         }
  49236.         return $this->privates['Swag\\AmazonPay\\Components\\Button\\Validation\\ExcludedProductValidator'] = new \Swag\AmazonPay\Components\Button\Validation\ExcludedProductValidator($a$b);
  49237.     }
  49238.     /**
  49239.      * Gets the private 'Swag\AmazonPay\Components\Cart\CartService' shared service.
  49240.      *
  49241.      * @return \Swag\AmazonPay\Components\Cart\CartService
  49242.      */
  49243.     protected function getCartService2Service()
  49244.     {
  49245.         include_once \dirname(__DIR__4).'/vendor/store.shopware.com/swagamazonpay/src/Components/Cart/CartServiceInterface.php';
  49246.         include_once \dirname(__DIR__4).'/vendor/store.shopware.com/swagamazonpay/src/Components/Cart/CartService.php';
  49247.         $a = ($this->services['Shopware\\Core\\Checkout\\Cart\\SalesChannel\\CartService'] ?? $this->getCartServiceService());
  49248.         if (isset($this->privates['Swag\\AmazonPay\\Components\\Cart\\CartService'])) {
  49249.             return $this->privates['Swag\\AmazonPay\\Components\\Cart\\CartService'];
  49250.         }
  49251.         return $this->privates['Swag\\AmazonPay\\Components\\Cart\\CartService'] = new \Swag\AmazonPay\Components\Cart\CartService($a);
  49252.     }
  49253.     /**
  49254.      * Gets the private 'Swag\AmazonPay\Components\Config\ConfigService' shared service.
  49255.      *
  49256.      * @return \Swag\AmazonPay\Components\Config\ConfigService
  49257.      */
  49258.     protected function getConfigServiceService()
  49259.     {
  49260.         include_once \dirname(__DIR__4).'/vendor/store.shopware.com/swagamazonpay/src/Components/Config/ConfigServiceInterface.php';
  49261.         include_once \dirname(__DIR__4).'/vendor/store.shopware.com/swagamazonpay/src/Components/Config/ConfigService.php';
  49262.         include_once \dirname(__DIR__4).'/vendor/store.shopware.com/swagamazonpay/src/Components/Config/Validation/ConfigValidatorInterface.php';
  49263.         include_once \dirname(__DIR__4).'/vendor/store.shopware.com/swagamazonpay/src/Components/Config/Validation/ConfigValidator.php';
  49264.         include_once \dirname(__DIR__4).'/vendor/store.shopware.com/swagamazonpay/src/Components/Config/Hydrator/ConfigHydratorInterface.php';
  49265.         include_once \dirname(__DIR__4).'/vendor/store.shopware.com/swagamazonpay/src/Components/Config/Hydrator/ConfigHydrator.php';
  49266.         $a = ($this->services['Shopware\\Core\\System\\SystemConfig\\SystemConfigService'] ?? $this->getSystemConfigServiceService());
  49267.         if (isset($this->privates['Swag\\AmazonPay\\Components\\Config\\ConfigService'])) {
  49268.             return $this->privates['Swag\\AmazonPay\\Components\\Config\\ConfigService'];
  49269.         }
  49270.         $b = ($this->services['system_config.repository'] ?? $this->getSystemConfig_RepositoryService());
  49271.         if (isset($this->privates['Swag\\AmazonPay\\Components\\Config\\ConfigService'])) {
  49272.             return $this->privates['Swag\\AmazonPay\\Components\\Config\\ConfigService'];
  49273.         }
  49274.         return $this->privates['Swag\\AmazonPay\\Components\\Config\\ConfigService'] = new \Swag\AmazonPay\Components\Config\ConfigService($a, ($this->privates['Swag\\AmazonPay\\Components\\Config\\Validation\\ConfigValidator'] ?? ($this->privates['Swag\\AmazonPay\\Components\\Config\\Validation\\ConfigValidator'] = new \Swag\AmazonPay\Components\Config\Validation\ConfigValidator())), ($this->privates['Swag\\AmazonPay\\Components\\Config\\Hydrator\\ConfigHydrator'] ?? ($this->privates['Swag\\AmazonPay\\Components\\Config\\Hydrator\\ConfigHydrator'] = new \Swag\AmazonPay\Components\Config\Hydrator\ConfigHydrator())), $b);
  49275.     }
  49276.     /**
  49277.      * Gets the private 'Swag\AmazonPay\Components\Logger' shared service.
  49278.      *
  49279.      * @return \Monolog\Logger
  49280.      */
  49281.     protected function getLogger2Service()
  49282.     {
  49283.         include_once \dirname(__DIR__4).'/vendor/store.shopware.com/swagamazonpay/src/Components/Logger/SwagAmazonPayLoggerFactoryInterface.php';
  49284.         include_once \dirname(__DIR__4).'/vendor/store.shopware.com/swagamazonpay/src/Components/Logger/SwagAmazonPayLoggerFactory.php';
  49285.         $a = new \Swag\AmazonPay\Components\Logger\SwagAmazonPayLoggerFactory((\dirname(__DIR__3).'/log/%s_dev.log'), ($this->services['Doctrine\\DBAL\\Connection'] ?? $this->getConnectionService()));
  49286.         $a->setLogLevel(($this->privates['Swag\\AmazonPay\\Components\\Config\\ConfigService'] ?? $this->getConfigServiceService()));
  49287.         return $this->privates['Swag\\AmazonPay\\Components\\Logger'] = $a->createLogger('swag_amazon_pay');
  49288.     }
  49289.     /**
  49290.      * Gets the private 'Swag\AmazonPay\Components\PaymentHandler\AmazonPaymentHandler' shared service.
  49291.      *
  49292.      * @return \Swag\AmazonPay\Components\PaymentHandler\AmazonPaymentHandler
  49293.      */
  49294.     protected function getAmazonPaymentHandlerService()
  49295.     {
  49296.         include_once \dirname(__DIR__4).'/vendor/shopware/core/Checkout/Payment/Cart/PaymentHandler/PaymentHandlerInterface.php';
  49297.         include_once \dirname(__DIR__4).'/vendor/shopware/core/Checkout/Payment/Cart/PaymentHandler/AsynchronousPaymentHandlerInterface.php';
  49298.         include_once \dirname(__DIR__4).'/vendor/store.shopware.com/swagamazonpay/src/Components/PaymentHandler/AmazonPaymentHandler.php';
  49299.         include_once \dirname(__DIR__4).'/vendor/store.shopware.com/swagamazonpay/src/Components/Client/Hydrator/Request/UpdateCheckoutSession/UpdateCheckoutSessionHydratorInterface.php';
  49300.         include_once \dirname(__DIR__4).'/vendor/store.shopware.com/swagamazonpay/src/Components/Client/Hydrator/Request/UpdateCheckoutSession/UpdateCheckoutSessionHydrator.php';
  49301.         include_once \dirname(__DIR__4).'/vendor/store.shopware.com/swagamazonpay/src/Components/Client/Validation/ResponseValidatorInterface.php';
  49302.         include_once \dirname(__DIR__4).'/vendor/store.shopware.com/swagamazonpay/src/Components/Client/Validation/PaymentProcessResponseValidator.php';
  49303.         include_once \dirname(__DIR__4).'/vendor/store.shopware.com/swagamazonpay/src/Components/Client/Validation/PaymentFinalizeResponseValidator.php';
  49304.         include_once \dirname(__DIR__4).'/vendor/store.shopware.com/swagamazonpay/src/Components/PaymentHandler/AmazonPaymentHandlerInterface.php';
  49305.         include_once \dirname(__DIR__4).'/vendor/store.shopware.com/swagamazonpay/src/Components/PaymentHandler/PurePaymentMethodHandler.php';
  49306.         $a = ($this->services['Swag\\AmazonPay\\Components\\Client\\ClientProvider'] ?? $this->getClientProviderService());
  49307.         if (isset($this->privates['Swag\\AmazonPay\\Components\\PaymentHandler\\AmazonPaymentHandler'])) {
  49308.             return $this->privates['Swag\\AmazonPay\\Components\\PaymentHandler\\AmazonPaymentHandler'];
  49309.         }
  49310.         $b = ($this->services['order_transaction.repository'] ?? $this->getOrderTransaction_RepositoryService());
  49311.         if (isset($this->privates['Swag\\AmazonPay\\Components\\PaymentHandler\\AmazonPaymentHandler'])) {
  49312.             return $this->privates['Swag\\AmazonPay\\Components\\PaymentHandler\\AmazonPaymentHandler'];
  49313.         }
  49314.         $c = ($this->privates['Swag\\AmazonPay\\Components\\Transaction\\TransactionService'] ?? $this->getTransactionServiceService());
  49315.         if (isset($this->privates['Swag\\AmazonPay\\Components\\PaymentHandler\\AmazonPaymentHandler'])) {
  49316.             return $this->privates['Swag\\AmazonPay\\Components\\PaymentHandler\\AmazonPaymentHandler'];
  49317.         }
  49318.         $d = ($this->privates['Shopware\\Core\\Checkout\\Order\\Aggregate\\OrderTransaction\\OrderTransactionStateHandler'] ?? $this->getOrderTransactionStateHandlerService());
  49319.         if (isset($this->privates['Swag\\AmazonPay\\Components\\PaymentHandler\\AmazonPaymentHandler'])) {
  49320.             return $this->privates['Swag\\AmazonPay\\Components\\PaymentHandler\\AmazonPaymentHandler'];
  49321.         }
  49322.         $e = ($this->privates['Swag\\AmazonPay\\Components\\Config\\ConfigService'] ?? $this->getConfigServiceService());
  49323.         return $this->privates['Swag\\AmazonPay\\Components\\PaymentHandler\\AmazonPaymentHandler'] = new \Swag\AmazonPay\Components\PaymentHandler\AmazonPaymentHandler($e$a, new \Swag\AmazonPay\Components\Client\Hydrator\Request\UpdateCheckoutSession\UpdateCheckoutSessionHydrator($e, ($this->privates['Swag\\AmazonPay\\Util\\Config\\VersionProvider'] ?? $this->getVersionProviderService())), ($this->services['.container.private.session'] ?? $this->get_Container_Private_SessionService()), ($this->services['request_stack'] ?? ($this->services['request_stack'] = new \Symfony\Component\HttpFoundation\RequestStack())), new \Swag\AmazonPay\Components\Client\Validation\PaymentProcessResponseValidator(), new \Swag\AmazonPay\Components\Client\Validation\PaymentFinalizeResponseValidator(), $b$c, ($this->privates['Swag\\AmazonPay\\Components\\Logger'] ?? $this->getLogger2Service()), new \Swag\AmazonPay\Components\PaymentHandler\PurePaymentMethodHandler(($this->services['router'] ?? $this->getRouterService())), $d);
  49324.     }
  49325.     /**
  49326.      * Gets the private 'Swag\AmazonPay\Components\Transaction\TransactionService' shared service.
  49327.      *
  49328.      * @return \Swag\AmazonPay\Components\Transaction\TransactionService
  49329.      */
  49330.     protected function getTransactionServiceService()
  49331.     {
  49332.         include_once \dirname(__DIR__4).'/vendor/store.shopware.com/swagamazonpay/src/Components/Transaction/TransactionService.php';
  49333.         include_once \dirname(__DIR__4).'/vendor/store.shopware.com/swagamazonpay/src/Components/StateMachine/OrderTransactionStateHandlerInterface.php';
  49334.         include_once \dirname(__DIR__4).'/vendor/store.shopware.com/swagamazonpay/src/Components/StateMachine/OrderTransactionStateHandler.php';
  49335.         $a = ($this->services['swag_amazon_pay_transaction.repository'] ?? $this->getSwagAmazonPayTransaction_RepositoryService());
  49336.         if (isset($this->privates['Swag\\AmazonPay\\Components\\Transaction\\TransactionService'])) {
  49337.             return $this->privates['Swag\\AmazonPay\\Components\\Transaction\\TransactionService'];
  49338.         }
  49339.         $b = ($this->services['order_transaction.repository'] ?? $this->getOrderTransaction_RepositoryService());
  49340.         if (isset($this->privates['Swag\\AmazonPay\\Components\\Transaction\\TransactionService'])) {
  49341.             return $this->privates['Swag\\AmazonPay\\Components\\Transaction\\TransactionService'];
  49342.         }
  49343.         $c = ($this->services['order.repository'] ?? $this->getOrder_RepositoryService());
  49344.         if (isset($this->privates['Swag\\AmazonPay\\Components\\Transaction\\TransactionService'])) {
  49345.             return $this->privates['Swag\\AmazonPay\\Components\\Transaction\\TransactionService'];
  49346.         }
  49347.         $d = ($this->privates['Shopware\\Core\\System\\StateMachine\\StateMachineRegistry'] ?? $this->getStateMachineRegistryService());
  49348.         if (isset($this->privates['Swag\\AmazonPay\\Components\\Transaction\\TransactionService'])) {
  49349.             return $this->privates['Swag\\AmazonPay\\Components\\Transaction\\TransactionService'];
  49350.         }
  49351.         $e = ($this->services['state_machine_transition.repository'] ?? $this->getStateMachineTransition_RepositoryService());
  49352.         if (isset($this->privates['Swag\\AmazonPay\\Components\\Transaction\\TransactionService'])) {
  49353.             return $this->privates['Swag\\AmazonPay\\Components\\Transaction\\TransactionService'];
  49354.         }
  49355.         $f = ($this->privates['Shopware\\Core\\Checkout\\Order\\Aggregate\\OrderTransaction\\OrderTransactionStateHandler'] ?? $this->getOrderTransactionStateHandlerService());
  49356.         if (isset($this->privates['Swag\\AmazonPay\\Components\\Transaction\\TransactionService'])) {
  49357.             return $this->privates['Swag\\AmazonPay\\Components\\Transaction\\TransactionService'];
  49358.         }
  49359.         $g = ($this->privates['Swag\\AmazonPay\\Components\\Config\\ConfigService'] ?? $this->getConfigServiceService());
  49360.         $h = ($this->privates['Swag\\AmazonPay\\Components\\Logger'] ?? $this->getLogger2Service());
  49361.         $this->privates['Swag\\AmazonPay\\Components\\Transaction\\TransactionService'] = $instance = new \Swag\AmazonPay\Components\Transaction\TransactionService($a$b$c, new \Swag\AmazonPay\Components\StateMachine\OrderTransactionStateHandler($d$e$f$g$h), $g$h);
  49362.         $instance->setContainer($this);
  49363.         return $instance;
  49364.     }
  49365.     /**
  49366.      * Gets the private 'Swag\AmazonPay\Core\Checkout\Customer\SalesChannel\AccountRegistrationService' shared service.
  49367.      *
  49368.      * @return \Swag\AmazonPay\Core\Checkout\Customer\SalesChannel\AccountRegistrationService
  49369.      */
  49370.     protected function getAccountRegistrationServiceService()
  49371.     {
  49372.         include_once \dirname(__DIR__4).'/vendor/store.shopware.com/swagamazonpay/src/Core/Checkout/Customer/SalesChannel/AccountRegistrationService.php';
  49373.         return $this->privates['Swag\\AmazonPay\\Core\\Checkout\\Customer\\SalesChannel\\AccountRegistrationService'] = new \Swag\AmazonPay\Core\Checkout\Customer\SalesChannel\AccountRegistrationService(($this->services['sales_channel_domain.repository'] ?? $this->getSalesChannelDomain_RepositoryService()), ($this->services['Shopware\\Core\\System\\SystemConfig\\SystemConfigService'] ?? $this->getSystemConfigServiceService()), ($this->services['Shopware\\Core\\Checkout\\Customer\\SalesChannel\\RegisterRoute'] ?? $this->getRegisterRouteService()));
  49374.     }
  49375.     /**
  49376.      * Gets the private 'Swag\AmazonPay\Core\Checkout\Payment\Cart\AmazonPayPaymentMethodValidator' shared service.
  49377.      *
  49378.      * @return \Swag\AmazonPay\Core\Checkout\Payment\Cart\AmazonPayPaymentMethodValidator
  49379.      */
  49380.     protected function getAmazonPayPaymentMethodValidatorService()
  49381.     {
  49382.         include_once \dirname(__DIR__4).'/vendor/shopware/core/Checkout/Cart/CartValidatorInterface.php';
  49383.         include_once \dirname(__DIR__4).'/vendor/store.shopware.com/swagamazonpay/src/Core/Checkout/Payment/Cart/AmazonPayPaymentMethodValidator.php';
  49384.         $a = ($this->privates['Swag\\AmazonPay\\Components\\Button\\Validation\\ExcludedProductValidator'] ?? $this->getExcludedProductValidatorService());
  49385.         if (isset($this->privates['Swag\\AmazonPay\\Core\\Checkout\\Payment\\Cart\\AmazonPayPaymentMethodValidator'])) {
  49386.             return $this->privates['Swag\\AmazonPay\\Core\\Checkout\\Payment\\Cart\\AmazonPayPaymentMethodValidator'];
  49387.         }
  49388.         return $this->privates['Swag\\AmazonPay\\Core\\Checkout\\Payment\\Cart\\AmazonPayPaymentMethodValidator'] = new \Swag\AmazonPay\Core\Checkout\Payment\Cart\AmazonPayPaymentMethodValidator($a);
  49389.     }
  49390.     /**
  49391.      * Gets the private 'Swag\AmazonPay\DataAbstractionLayer\Entity\SignUpToken\SignUpTokenService' shared service.
  49392.      *
  49393.      * @return \Swag\AmazonPay\DataAbstractionLayer\Entity\SignUpToken\SignUpTokenService
  49394.      */
  49395.     protected function getSignUpTokenServiceService()
  49396.     {
  49397.         include_once \dirname(__DIR__4).'/vendor/store.shopware.com/swagamazonpay/src/DataAbstractionLayer/Entity/SignUpToken/SignUpTokenServiceInterface.php';
  49398.         include_once \dirname(__DIR__4).'/vendor/store.shopware.com/swagamazonpay/src/DataAbstractionLayer/Entity/SignUpToken/SignUpTokenService.php';
  49399.         $a = ($this->services['swag_amazon_pay_signup_token.repository'] ?? $this->getSwagAmazonPaySignupToken_RepositoryService());
  49400.         if (isset($this->privates['Swag\\AmazonPay\\DataAbstractionLayer\\Entity\\SignUpToken\\SignUpTokenService'])) {
  49401.             return $this->privates['Swag\\AmazonPay\\DataAbstractionLayer\\Entity\\SignUpToken\\SignUpTokenService'];
  49402.         }
  49403.         return $this->privates['Swag\\AmazonPay\\DataAbstractionLayer\\Entity\\SignUpToken\\SignUpTokenService'] = new \Swag\AmazonPay\DataAbstractionLayer\Entity\SignUpToken\SignUpTokenService($a);
  49404.     }
  49405.     /**
  49406.      * Gets the private 'Swag\AmazonPay\DataAbstractionLayer\EventListeners\AmazonPayTransitionListener' shared service.
  49407.      *
  49408.      * @return \Swag\AmazonPay\DataAbstractionLayer\EventListeners\AmazonPayTransitionListener
  49409.      */
  49410.     protected function getAmazonPayTransitionListenerService()
  49411.     {
  49412.         include_once \dirname(__DIR__4).'/vendor/store.shopware.com/swagamazonpay/src/DataAbstractionLayer/EventListeners/AmazonPayTransitionListener.php';
  49413.         $a = ($this->services['order.repository'] ?? $this->getOrder_RepositoryService());
  49414.         if (isset($this->privates['Swag\\AmazonPay\\DataAbstractionLayer\\EventListeners\\AmazonPayTransitionListener'])) {
  49415.             return $this->privates['Swag\\AmazonPay\\DataAbstractionLayer\\EventListeners\\AmazonPayTransitionListener'];
  49416.         }
  49417.         $b = ($this->services['Swag\\AmazonPay\\Components\\Client\\Service\\PaymentActionService'] ?? $this->getPaymentActionServiceService());
  49418.         if (isset($this->privates['Swag\\AmazonPay\\DataAbstractionLayer\\EventListeners\\AmazonPayTransitionListener'])) {
  49419.             return $this->privates['Swag\\AmazonPay\\DataAbstractionLayer\\EventListeners\\AmazonPayTransitionListener'];
  49420.         }
  49421.         $c = ($this->privates['Swag\\AmazonPay\\Components\\Transaction\\TransactionService'] ?? $this->getTransactionServiceService());
  49422.         if (isset($this->privates['Swag\\AmazonPay\\DataAbstractionLayer\\EventListeners\\AmazonPayTransitionListener'])) {
  49423.             return $this->privates['Swag\\AmazonPay\\DataAbstractionLayer\\EventListeners\\AmazonPayTransitionListener'];
  49424.         }
  49425.         return $this->privates['Swag\\AmazonPay\\DataAbstractionLayer\\EventListeners\\AmazonPayTransitionListener'] = new \Swag\AmazonPay\DataAbstractionLayer\EventListeners\AmazonPayTransitionListener($a$b$c, ($this->privates['Swag\\AmazonPay\\Components\\Config\\ConfigService'] ?? $this->getConfigServiceService()), ($this->privates['Swag\\AmazonPay\\Components\\Logger'] ?? $this->getLogger2Service()));
  49426.     }
  49427.     /**
  49428.      * Gets the private 'Swag\AmazonPay\Framework\EventListeners\AmazonPayAddressValidationListener' shared service.
  49429.      *
  49430.      * @return \Swag\AmazonPay\Framework\EventListeners\AmazonPayAddressValidationListener
  49431.      */
  49432.     protected function getAmazonPayAddressValidationListenerService()
  49433.     {
  49434.         include_once \dirname(__DIR__4).'/vendor/store.shopware.com/swagamazonpay/src/Framework/EventListeners/AmazonPayAddressValidationListener.php';
  49435.         return $this->privates['Swag\\AmazonPay\\Framework\\EventListeners\\AmazonPayAddressValidationListener'] = new \Swag\AmazonPay\Framework\EventListeners\AmazonPayAddressValidationListener(($this->services['request_stack'] ?? ($this->services['request_stack'] = new \Symfony\Component\HttpFoundation\RequestStack())));
  49436.     }
  49437.     /**
  49438.      * Gets the private 'Swag\AmazonPay\Framework\ScheduledTasks\CheckPaymentStatusHandler' shared service.
  49439.      *
  49440.      * @return \Swag\AmazonPay\Framework\ScheduledTasks\CheckPaymentStatusHandler
  49441.      */
  49442.     protected function getCheckPaymentStatusHandlerService()
  49443.     {
  49444.         include_once \dirname(__DIR__4).'/vendor/store.shopware.com/swagamazonpay/src/Framework/ScheduledTasks/CheckPaymentStatusHandler.php';
  49445.         include_once \dirname(__DIR__4).'/vendor/store.shopware.com/swagamazonpay/src/Util/Helper/TransactionRepositoryHelperInterface.php';
  49446.         include_once \dirname(__DIR__4).'/vendor/store.shopware.com/swagamazonpay/src/Util/Helper/TransactionRepositoryHelper.php';
  49447.         $a = ($this->services['scheduled_task.repository'] ?? $this->getScheduledTask_RepositoryService());
  49448.         if (isset($this->privates['Swag\\AmazonPay\\Framework\\ScheduledTasks\\CheckPaymentStatusHandler'])) {
  49449.             return $this->privates['Swag\\AmazonPay\\Framework\\ScheduledTasks\\CheckPaymentStatusHandler'];
  49450.         }
  49451.         $b = ($this->services['order_transaction.repository'] ?? $this->getOrderTransaction_RepositoryService());
  49452.         if (isset($this->privates['Swag\\AmazonPay\\Framework\\ScheduledTasks\\CheckPaymentStatusHandler'])) {
  49453.             return $this->privates['Swag\\AmazonPay\\Framework\\ScheduledTasks\\CheckPaymentStatusHandler'];
  49454.         }
  49455.         $c = ($this->privates['Shopware\\Core\\Checkout\\Order\\Aggregate\\OrderTransaction\\OrderTransactionStateHandler'] ?? $this->getOrderTransactionStateHandlerService());
  49456.         if (isset($this->privates['Swag\\AmazonPay\\Framework\\ScheduledTasks\\CheckPaymentStatusHandler'])) {
  49457.             return $this->privates['Swag\\AmazonPay\\Framework\\ScheduledTasks\\CheckPaymentStatusHandler'];
  49458.         }
  49459.         return $this->privates['Swag\\AmazonPay\\Framework\\ScheduledTasks\\CheckPaymentStatusHandler'] = new \Swag\AmazonPay\Framework\ScheduledTasks\CheckPaymentStatusHandler($a, new \Swag\AmazonPay\Util\Helper\TransactionRepositoryHelper($b, ($this->services['Doctrine\\DBAL\\Connection'] ?? $this->getConnectionService()), ($this->privates['Shopware\\Core\\Framework\\Adapter\\Cache\\CacheDecorator'] ?? $this->getCacheDecoratorService())), $c, ($this->privates['Swag\\AmazonPay\\Components\\Logger'] ?? $this->getLogger2Service()));
  49460.     }
  49461.     /**
  49462.      * Gets the private 'Swag\AmazonPay\Framework\ScheduledTasks\SignUpTokenCleanUpHandler' shared service.
  49463.      *
  49464.      * @return \Swag\AmazonPay\Framework\ScheduledTasks\SignUpTokenCleanUpHandler
  49465.      */
  49466.     protected function getSignUpTokenCleanUpHandlerService()
  49467.     {
  49468.         include_once \dirname(__DIR__4).'/vendor/store.shopware.com/swagamazonpay/src/Framework/ScheduledTasks/SignUpTokenCleanUpHandler.php';
  49469.         $a = ($this->services['scheduled_task.repository'] ?? $this->getScheduledTask_RepositoryService());
  49470.         if (isset($this->privates['Swag\\AmazonPay\\Framework\\ScheduledTasks\\SignUpTokenCleanUpHandler'])) {
  49471.             return $this->privates['Swag\\AmazonPay\\Framework\\ScheduledTasks\\SignUpTokenCleanUpHandler'];
  49472.         }
  49473.         $b = ($this->privates['Swag\\AmazonPay\\DataAbstractionLayer\\Entity\\SignUpToken\\SignUpTokenService'] ?? $this->getSignUpTokenServiceService());
  49474.         if (isset($this->privates['Swag\\AmazonPay\\Framework\\ScheduledTasks\\SignUpTokenCleanUpHandler'])) {
  49475.             return $this->privates['Swag\\AmazonPay\\Framework\\ScheduledTasks\\SignUpTokenCleanUpHandler'];
  49476.         }
  49477.         return $this->privates['Swag\\AmazonPay\\Framework\\ScheduledTasks\\SignUpTokenCleanUpHandler'] = new \Swag\AmazonPay\Framework\ScheduledTasks\SignUpTokenCleanUpHandler($a$b, ($this->privates['Swag\\AmazonPay\\Components\\Logger'] ?? $this->getLogger2Service()));
  49478.     }
  49479.     /**
  49480.      * Gets the private 'Swag\AmazonPay\Storefront\EventListeners\AmazonLoginButtonEventListener' shared service.
  49481.      *
  49482.      * @return \Swag\AmazonPay\Storefront\EventListeners\AmazonLoginButtonEventListener
  49483.      */
  49484.     protected function getAmazonLoginButtonEventListenerService()
  49485.     {
  49486.         include_once \dirname(__DIR__4).'/vendor/store.shopware.com/swagamazonpay/src/Storefront/EventListeners/AmazonLoginButtonEventListener.php';
  49487.         return $this->privates['Swag\\AmazonPay\\Storefront\\EventListeners\\AmazonLoginButtonEventListener'] = new \Swag\AmazonPay\Storefront\EventListeners\AmazonLoginButtonEventListener(($this->privates['Swag\\AmazonPay\\Components\\Button\\ButtonProvider'] ?? $this->getButtonProviderService()));
  49488.     }
  49489.     /**
  49490.      * Gets the private 'Swag\AmazonPay\Storefront\EventListeners\AmazonPayAvailabilityListener' shared service.
  49491.      *
  49492.      * @return \Swag\AmazonPay\Storefront\EventListeners\AmazonPayAvailabilityListener
  49493.      */
  49494.     protected function getAmazonPayAvailabilityListenerService()
  49495.     {
  49496.         include_once \dirname(__DIR__4).'/vendor/store.shopware.com/swagamazonpay/src/Storefront/EventListeners/AmazonPayAvailabilityListener.php';
  49497.         return $this->privates['Swag\\AmazonPay\\Storefront\\EventListeners\\AmazonPayAvailabilityListener'] = new \Swag\AmazonPay\Storefront\EventListeners\AmazonPayAvailabilityListener(($this->privates['Swag\\AmazonPay\\Components\\Config\\ConfigService'] ?? $this->getConfigServiceService()), ($this->privates['Swag\\AmazonPay\\Components\\Logger'] ?? $this->getLogger2Service()));
  49498.     }
  49499.     /**
  49500.      * Gets the private 'Swag\AmazonPay\Storefront\EventListeners\AmazonPayButtonEventListener' shared service.
  49501.      *
  49502.      * @return \Swag\AmazonPay\Storefront\EventListeners\AmazonPayButtonEventListener
  49503.      */
  49504.     protected function getAmazonPayButtonEventListenerService()
  49505.     {
  49506.         include_once \dirname(__DIR__4).'/vendor/store.shopware.com/swagamazonpay/src/Storefront/EventListeners/AmazonPayButtonEventListener.php';
  49507.         $a = ($this->privates['Swag\\AmazonPay\\Components\\Button\\ButtonProvider'] ?? $this->getButtonProviderService());
  49508.         if (isset($this->privates['Swag\\AmazonPay\\Storefront\\EventListeners\\AmazonPayButtonEventListener'])) {
  49509.             return $this->privates['Swag\\AmazonPay\\Storefront\\EventListeners\\AmazonPayButtonEventListener'];
  49510.         }
  49511.         return $this->privates['Swag\\AmazonPay\\Storefront\\EventListeners\\AmazonPayButtonEventListener'] = new \Swag\AmazonPay\Storefront\EventListeners\AmazonPayButtonEventListener($a);
  49512.     }
  49513.     /**
  49514.      * Gets the private 'Swag\AmazonPay\Storefront\EventListeners\AmazonPayConfirmEventListener' shared service.
  49515.      *
  49516.      * @return \Swag\AmazonPay\Storefront\EventListeners\AmazonPayConfirmEventListener
  49517.      */
  49518.     protected function getAmazonPayConfirmEventListenerService()
  49519.     {
  49520.         include_once \dirname(__DIR__4).'/vendor/store.shopware.com/swagamazonpay/src/Storefront/EventListeners/AmazonPayConfirmEventListener.php';
  49521.         return $this->privates['Swag\\AmazonPay\\Storefront\\EventListeners\\AmazonPayConfirmEventListener'] = new \Swag\AmazonPay\Storefront\EventListeners\AmazonPayConfirmEventListener(($this->services['.container.private.session'] ?? $this->get_Container_Private_SessionService()), ($this->services['request_stack'] ?? ($this->services['request_stack'] = new \Symfony\Component\HttpFoundation\RequestStack())), ($this->services['Swag\\AmazonPay\\Components\\Client\\ClientProvider'] ?? $this->getClientProviderService()));
  49522.     }
  49523.     /**
  49524.      * Gets the private 'Swag\AmazonPay\Storefront\Page\Extension\ExtensionService' shared service.
  49525.      *
  49526.      * @return \Swag\AmazonPay\Storefront\Page\Extension\ExtensionService
  49527.      */
  49528.     protected function getExtensionServiceService()
  49529.     {
  49530.         include_once \dirname(__DIR__4).'/vendor/store.shopware.com/swagamazonpay/src/Storefront/Page/Extension/ExtensionService.php';
  49531.         include_once \dirname(__DIR__4).'/vendor/store.shopware.com/swagamazonpay/src/Components/PurePaymentMethod/Hydrator/AmazonPayPurePaymentMethodPayloadHydratorInterface.php';
  49532.         include_once \dirname(__DIR__4).'/vendor/store.shopware.com/swagamazonpay/src/Components/PurePaymentMethod/Hydrator/AmazonPayPurePaymentMethodPayloadHydrator.php';
  49533.         $a = ($this->privates['Swag\\AmazonPay\\Components\\Config\\ConfigService'] ?? $this->getConfigServiceService());
  49534.         return $this->privates['Swag\\AmazonPay\\Storefront\\Page\\Extension\\ExtensionService'] = new \Swag\AmazonPay\Storefront\Page\Extension\ExtensionService(new \Swag\AmazonPay\Components\PurePaymentMethod\Hydrator\AmazonPayPurePaymentMethodPayloadHydrator($a, ($this->privates['Swag\\AmazonPay\\Util\\Config\\VersionProvider'] ?? $this->getVersionProviderService()), ($this->services['router'] ?? $this->getRouterService()), ($this->privates['Swag\\AmazonPay\\Components\\Logger'] ?? $this->getLogger2Service())), ($this->services['Swag\\AmazonPay\\Components\\Client\\ClientProvider'] ?? $this->getClientProviderService()), $a, ($this->privates['Swag\\AmazonPay\\Util\\Language\\LanguageProvider'] ?? $this->getLanguageProvider2Service()));
  49535.     }
  49536.     /**
  49537.      * Gets the private 'Swag\AmazonPay\Storefront\Pagelet\Footer\FooterPageletLoadedEventSubscriber' shared service.
  49538.      *
  49539.      * @return \Swag\AmazonPay\Storefront\Pagelet\Footer\FooterPageletLoadedEventSubscriber
  49540.      */
  49541.     protected function getFooterPageletLoadedEventSubscriberService()
  49542.     {
  49543.         include_once \dirname(__DIR__4).'/vendor/store.shopware.com/swagamazonpay/src/Storefront/Pagelet/Footer/FooterPageletLoadedEventSubscriber.php';
  49544.         return $this->privates['Swag\\AmazonPay\\Storefront\\Pagelet\\Footer\\FooterPageletLoadedEventSubscriber'] = new \Swag\AmazonPay\Storefront\Pagelet\Footer\FooterPageletLoadedEventSubscriber(($this->privates['Swag\\AmazonPay\\Util\\Helper\\AmazonPayPaymentMethodHelper'] ?? $this->getAmazonPayPaymentMethodHelperService()), ($this->privates['Swag\\AmazonPay\\Components\\Config\\ConfigService'] ?? $this->getConfigServiceService()));
  49545.     }
  49546.     /**
  49547.      * Gets the private 'Swag\AmazonPay\Util\Config\VersionProvider' shared service.
  49548.      *
  49549.      * @return \Swag\AmazonPay\Util\Config\VersionProvider
  49550.      */
  49551.     protected function getVersionProviderService()
  49552.     {
  49553.         include_once \dirname(__DIR__4).'/vendor/store.shopware.com/swagamazonpay/src/Util/Config/VersionProviderInterface.php';
  49554.         include_once \dirname(__DIR__4).'/vendor/store.shopware.com/swagamazonpay/src/Util/Config/VersionProvider.php';
  49555.         $a = ($this->services['payment_method.repository'] ?? $this->getPaymentMethod_RepositoryService());
  49556.         if (isset($this->privates['Swag\\AmazonPay\\Util\\Config\\VersionProvider'])) {
  49557.             return $this->privates['Swag\\AmazonPay\\Util\\Config\\VersionProvider'];
  49558.         }
  49559.         return $this->privates['Swag\\AmazonPay\\Util\\Config\\VersionProvider'] = new \Swag\AmazonPay\Util\Config\VersionProvider('6.4.20.0'$a);
  49560.     }
  49561.     /**
  49562.      * Gets the private 'Swag\AmazonPay\Util\Helper\AmazonPayPaymentMethodHelper' shared service.
  49563.      *
  49564.      * @return \Swag\AmazonPay\Util\Helper\AmazonPayPaymentMethodHelper
  49565.      */
  49566.     protected function getAmazonPayPaymentMethodHelperService()
  49567.     {
  49568.         include_once \dirname(__DIR__4).'/vendor/store.shopware.com/swagamazonpay/src/Util/Helper/AmazonPayPaymentMethodHelperInterface.php';
  49569.         include_once \dirname(__DIR__4).'/vendor/store.shopware.com/swagamazonpay/src/Util/Helper/AmazonPayPaymentMethodHelper.php';
  49570.         $a = ($this->services['sales_channel.repository'] ?? $this->getSalesChannel_RepositoryService());
  49571.         if (isset($this->privates['Swag\\AmazonPay\\Util\\Helper\\AmazonPayPaymentMethodHelper'])) {
  49572.             return $this->privates['Swag\\AmazonPay\\Util\\Helper\\AmazonPayPaymentMethodHelper'];
  49573.         }
  49574.         return $this->privates['Swag\\AmazonPay\\Util\\Helper\\AmazonPayPaymentMethodHelper'] = new \Swag\AmazonPay\Util\Helper\AmazonPayPaymentMethodHelper($a);
  49575.     }
  49576.     /**
  49577.      * Gets the private 'Swag\AmazonPay\Util\Language\LanguageProvider' shared service.
  49578.      *
  49579.      * @return \Swag\AmazonPay\Util\Language\LanguageProvider
  49580.      */
  49581.     protected function getLanguageProvider2Service()
  49582.     {
  49583.         include_once \dirname(__DIR__4).'/vendor/store.shopware.com/swagamazonpay/src/Util/Language/LanguageProviderInterface.php';
  49584.         include_once \dirname(__DIR__4).'/vendor/store.shopware.com/swagamazonpay/src/Util/Language/LanguageProvider.php';
  49585.         $a = ($this->services['language.repository'] ?? $this->getLanguage_RepositoryService());
  49586.         if (isset($this->privates['Swag\\AmazonPay\\Util\\Language\\LanguageProvider'])) {
  49587.             return $this->privates['Swag\\AmazonPay\\Util\\Language\\LanguageProvider'];
  49588.         }
  49589.         return $this->privates['Swag\\AmazonPay\\Util\\Language\\LanguageProvider'] = new \Swag\AmazonPay\Util\Language\LanguageProvider($a, ($this->privates['Swag\\AmazonPay\\Components\\Config\\ConfigService'] ?? $this->getConfigServiceService()));
  49590.     }
  49591.     /**
  49592.      * Gets the private 'Swag\PayPal\Checkout\Cart\Service\ExcludedProductValidator' shared service.
  49593.      *
  49594.      * @return \Swag\PayPal\Checkout\Cart\Service\ExcludedProductValidator
  49595.      */
  49596.     protected function getExcludedProductValidator2Service()
  49597.     {
  49598.         $a = ($this->services['Shopware\\Core\\System\\SystemConfig\\SystemConfigService'] ?? $this->getSystemConfigServiceService());
  49599.         if (isset($this->privates['Swag\\PayPal\\Checkout\\Cart\\Service\\ExcludedProductValidator'])) {
  49600.             return $this->privates['Swag\\PayPal\\Checkout\\Cart\\Service\\ExcludedProductValidator'];
  49601.         }
  49602.         $b = ($this->services['sales_channel.product.repository'] ?? $this->getSalesChannel_Product_RepositoryService());
  49603.         if (isset($this->privates['Swag\\PayPal\\Checkout\\Cart\\Service\\ExcludedProductValidator'])) {
  49604.             return $this->privates['Swag\\PayPal\\Checkout\\Cart\\Service\\ExcludedProductValidator'];
  49605.         }
  49606.         return $this->privates['Swag\\PayPal\\Checkout\\Cart\\Service\\ExcludedProductValidator'] = new \Swag\PayPal\Checkout\Cart\Service\ExcludedProductValidator($a$b);
  49607.     }
  49608.     /**
  49609.      * Gets the private 'Swag\PayPal\Checkout\Cart\Validation\CartValidator' shared service.
  49610.      *
  49611.      * @return \Swag\PayPal\Checkout\Cart\Validation\CartValidator
  49612.      */
  49613.     protected function getCartValidatorService()
  49614.     {
  49615.         include_once \dirname(__DIR__4).'/vendor/shopware/core/Checkout/Cart/CartValidatorInterface.php';
  49616.         include_once \dirname(__DIR__4).'/vendor/store.shopware.com/swagpaypal/src/Checkout/Cart/Validation/CartValidator.php';
  49617.         $a = ($this->privates['Swag\\PayPal\\Util\\Lifecycle\\Method\\PaymentMethodDataRegistry'] ?? $this->getPaymentMethodDataRegistryService());
  49618.         if (isset($this->privates['Swag\\PayPal\\Checkout\\Cart\\Validation\\CartValidator'])) {
  49619.             return $this->privates['Swag\\PayPal\\Checkout\\Cart\\Validation\\CartValidator'];
  49620.         }
  49621.         $b = ($this->privates['Swag\\PayPal\\Setting\\Service\\SettingsValidationService'] ?? $this->getSettingsValidationServiceService());
  49622.         if (isset($this->privates['Swag\\PayPal\\Checkout\\Cart\\Validation\\CartValidator'])) {
  49623.             return $this->privates['Swag\\PayPal\\Checkout\\Cart\\Validation\\CartValidator'];
  49624.         }
  49625.         $c = ($this->privates['Swag\\PayPal\\Checkout\\Cart\\Service\\ExcludedProductValidator'] ?? $this->getExcludedProductValidator2Service());
  49626.         if (isset($this->privates['Swag\\PayPal\\Checkout\\Cart\\Validation\\CartValidator'])) {
  49627.             return $this->privates['Swag\\PayPal\\Checkout\\Cart\\Validation\\CartValidator'];
  49628.         }
  49629.         return $this->privates['Swag\\PayPal\\Checkout\\Cart\\Validation\\CartValidator'] = new \Swag\PayPal\Checkout\Cart\Validation\CartValidator(($this->privates['Swag\\PayPal\\Checkout\\Cart\\Service\\CartPriceService'] ?? ($this->privates['Swag\\PayPal\\Checkout\\Cart\\Service\\CartPriceService'] = new \Swag\PayPal\Checkout\Cart\Service\CartPriceService())), $a$b, ($this->services['request_stack'] ?? ($this->services['request_stack'] = new \Symfony\Component\HttpFoundation\RequestStack())), $c, ($this->privates['Swag\\PayPal\\Util\\Availability\\AvailabilityService'] ?? $this->getAvailabilityServiceService()));
  49630.     }
  49631.     /**
  49632.      * Gets the private 'Swag\PayPal\Checkout\CheckoutSubscriber' shared service.
  49633.      *
  49634.      * @return \Swag\PayPal\Checkout\CheckoutSubscriber
  49635.      */
  49636.     protected function getCheckoutSubscriber2Service()
  49637.     {
  49638.         include_once \dirname(__DIR__4).'/vendor/store.shopware.com/swagpaypal/src/Checkout/CheckoutSubscriber.php';
  49639.         return $this->privates['Swag\\PayPal\\Checkout\\CheckoutSubscriber'] = new \Swag\PayPal\Checkout\CheckoutSubscriber(($this->privates['Swag\\PayPal\\Util\\Lifecycle\\Method\\PaymentMethodDataRegistry'] ?? $this->getPaymentMethodDataRegistryService()), ($this->privates['Swag\\PayPal\\Util\\Logger'] ?? $this->getLogger3Service()));
  49640.     }
  49641.     /**
  49642.      * Gets the private 'Swag\PayPal\Checkout\ExpressCheckout\ExpressCheckoutSubscriber' shared service.
  49643.      *
  49644.      * @return \Swag\PayPal\Checkout\ExpressCheckout\ExpressCheckoutSubscriber
  49645.      */
  49646.     protected function getExpressCheckoutSubscriberService()
  49647.     {
  49648.         include_once \dirname(__DIR__4).'/vendor/store.shopware.com/swagpaypal/src/Checkout/ExpressCheckout/ExpressCheckoutSubscriber.php';
  49649.         $a = ($this->privates['Swag\\PayPal\\Checkout\\ExpressCheckout\\Service\\PayPalExpressCheckoutDataService'] ?? $this->getPayPalExpressCheckoutDataServiceService());
  49650.         if (isset($this->privates['Swag\\PayPal\\Checkout\\ExpressCheckout\\ExpressCheckoutSubscriber'])) {
  49651.             return $this->privates['Swag\\PayPal\\Checkout\\ExpressCheckout\\ExpressCheckoutSubscriber'];
  49652.         }
  49653.         $b = ($this->services['Shopware\\Core\\System\\SystemConfig\\SystemConfigService'] ?? $this->getSystemConfigServiceService());
  49654.         if (isset($this->privates['Swag\\PayPal\\Checkout\\ExpressCheckout\\ExpressCheckoutSubscriber'])) {
  49655.             return $this->privates['Swag\\PayPal\\Checkout\\ExpressCheckout\\ExpressCheckoutSubscriber'];
  49656.         }
  49657.         $c = ($this->privates['Swag\\PayPal\\Checkout\\Cart\\Service\\ExcludedProductValidator'] ?? $this->getExcludedProductValidator2Service());
  49658.         if (isset($this->privates['Swag\\PayPal\\Checkout\\ExpressCheckout\\ExpressCheckoutSubscriber'])) {
  49659.             return $this->privates['Swag\\PayPal\\Checkout\\ExpressCheckout\\ExpressCheckoutSubscriber'];
  49660.         }
  49661.         return $this->privates['Swag\\PayPal\\Checkout\\ExpressCheckout\\ExpressCheckoutSubscriber'] = new \Swag\PayPal\Checkout\ExpressCheckout\ExpressCheckoutSubscriber($a, ($this->privates['Swag\\PayPal\\Setting\\Service\\SettingsValidationService'] ?? $this->getSettingsValidationServiceService()), $b, ($this->privates['Swag\\PayPal\\Util\\PaymentMethodUtil'] ?? $this->getPaymentMethodUtilService()), $c, ($this->privates['Swag\\PayPal\\Util\\Logger'] ?? $this->getLogger3Service()));
  49662.     }
  49663.     /**
  49664.      * Gets the private 'Swag\PayPal\Checkout\ExpressCheckout\Service\PayPalExpressCheckoutDataService' shared service.
  49665.      *
  49666.      * @return \Swag\PayPal\Checkout\ExpressCheckout\Service\PayPalExpressCheckoutDataService
  49667.      */
  49668.     protected function getPayPalExpressCheckoutDataServiceService()
  49669.     {
  49670.         include_once \dirname(__DIR__4).'/vendor/store.shopware.com/swagpaypal/src/Checkout/ExpressCheckout/Service/ExpressCheckoutDataServiceInterface.php';
  49671.         include_once \dirname(__DIR__4).'/vendor/store.shopware.com/swagpaypal/src/Checkout/ExpressCheckout/Service/PayPalExpressCheckoutDataService.php';
  49672.         $a = ($this->services['Shopware\\Core\\Checkout\\Cart\\SalesChannel\\CartService'] ?? $this->getCartServiceService());
  49673.         if (isset($this->privates['Swag\\PayPal\\Checkout\\ExpressCheckout\\Service\\PayPalExpressCheckoutDataService'])) {
  49674.             return $this->privates['Swag\\PayPal\\Checkout\\ExpressCheckout\\Service\\PayPalExpressCheckoutDataService'];
  49675.         }
  49676.         $b = ($this->services['Shopware\\Core\\System\\SystemConfig\\SystemConfigService'] ?? $this->getSystemConfigServiceService());
  49677.         if (isset($this->privates['Swag\\PayPal\\Checkout\\ExpressCheckout\\Service\\PayPalExpressCheckoutDataService'])) {
  49678.             return $this->privates['Swag\\PayPal\\Checkout\\ExpressCheckout\\Service\\PayPalExpressCheckoutDataService'];
  49679.         }
  49680.         return $this->privates['Swag\\PayPal\\Checkout\\ExpressCheckout\\Service\\PayPalExpressCheckoutDataService'] = new \Swag\PayPal\Checkout\ExpressCheckout\Service\PayPalExpressCheckoutDataService($a, ($this->privates['Swag\\PayPal\\Util\\LocaleCodeProvider'] ?? $this->getLocaleCodeProviderService()), ($this->services['router'] ?? $this->getRouterService()), ($this->privates['Swag\\PayPal\\Util\\PaymentMethodUtil'] ?? $this->getPaymentMethodUtilService()), $b, ($this->privates['Swag\\PayPal\\Setting\\Service\\CredentialsUtil'] ?? $this->getCredentialsUtilService()), ($this->privates['Swag\\PayPal\\Checkout\\Cart\\Service\\CartPriceService'] ?? ($this->privates['Swag\\PayPal\\Checkout\\Cart\\Service\\CartPriceService'] = new \Swag\PayPal\Checkout\Cart\Service\CartPriceService())));
  49681.     }
  49682.     /**
  49683.      * Gets the private 'Swag\PayPal\Checkout\Order\Shipping\ShippingSubscriber' shared service.
  49684.      *
  49685.      * @return \Swag\PayPal\Checkout\Order\Shipping\ShippingSubscriber
  49686.      */
  49687.     protected function getShippingSubscriberService()
  49688.     {
  49689.         include_once \dirname(__DIR__4).'/vendor/store.shopware.com/swagpaypal/src/Checkout/Order/Shipping/ShippingSubscriber.php';
  49690.         include_once \dirname(__DIR__4).'/vendor/store.shopware.com/swagpaypal/src/Checkout/Order/Shipping/Service/ShippingService.php';
  49691.         include_once \dirname(__DIR__4).'/vendor/store.shopware.com/swagpaypal/src/RestApi/V1/Resource/ShippingResource.php';
  49692.         $a = ($this->services['sales_channel.repository'] ?? $this->getSalesChannel_RepositoryService());
  49693.         if (isset($this->privates['Swag\\PayPal\\Checkout\\Order\\Shipping\\ShippingSubscriber'])) {
  49694.             return $this->privates['Swag\\PayPal\\Checkout\\Order\\Shipping\\ShippingSubscriber'];
  49695.         }
  49696.         $b = ($this->services['order_transaction.repository'] ?? $this->getOrderTransaction_RepositoryService());
  49697.         if (isset($this->privates['Swag\\PayPal\\Checkout\\Order\\Shipping\\ShippingSubscriber'])) {
  49698.             return $this->privates['Swag\\PayPal\\Checkout\\Order\\Shipping\\ShippingSubscriber'];
  49699.         }
  49700.         $c = ($this->services['shipping_method.repository'] ?? $this->getShippingMethod_RepositoryService());
  49701.         if (isset($this->privates['Swag\\PayPal\\Checkout\\Order\\Shipping\\ShippingSubscriber'])) {
  49702.             return $this->privates['Swag\\PayPal\\Checkout\\Order\\Shipping\\ShippingSubscriber'];
  49703.         }
  49704.         $d = ($this->privates['Swag\\PayPal\\Util\\Logger'] ?? $this->getLogger3Service());
  49705.         return $this->privates['Swag\\PayPal\\Checkout\\Order\\Shipping\\ShippingSubscriber'] = new \Swag\PayPal\Checkout\Order\Shipping\ShippingSubscriber(new \Swag\PayPal\Checkout\Order\Shipping\Service\ShippingService(new \Swag\PayPal\RestApi\V1\Resource\ShippingResource(($this->privates['Swag\\PayPal\\RestApi\\Client\\PayPalClientFactory'] ?? $this->getPayPalClientFactoryService())), $a$b$c$d), $d);
  49706.     }
  49707.     /**
  49708.      * Gets the private 'Swag\PayPal\Checkout\PUI\PUISubscriber' shared service.
  49709.      *
  49710.      * @return \Swag\PayPal\Checkout\PUI\PUISubscriber
  49711.      */
  49712.     protected function getPUISubscriberService()
  49713.     {
  49714.         include_once \dirname(__DIR__4).'/vendor/store.shopware.com/swagpaypal/src/Checkout/PUI/PUISubscriber.php';
  49715.         include_once \dirname(__DIR__4).'/vendor/store.shopware.com/swagpaypal/src/Checkout/PUI/Service/PUIFraudNetDataService.php';
  49716.         include_once \dirname(__DIR__4).'/vendor/store.shopware.com/swagpaypal/src/Checkout/PUI/Service/PUIPaymentInstructionDataService.php';
  49717.         $a = ($this->services['Swag\\PayPal\\Checkout\\PUI\\SalesChannel\\PUIPaymentInstructionsRoute'] ?? $this->getPUIPaymentInstructionsRouteService());
  49718.         if (isset($this->privates['Swag\\PayPal\\Checkout\\PUI\\PUISubscriber'])) {
  49719.             return $this->privates['Swag\\PayPal\\Checkout\\PUI\\PUISubscriber'];
  49720.         }
  49721.         $b = ($this->privates['Swag\\PayPal\\Util\\Lifecycle\\Method\\PaymentMethodDataRegistry'] ?? $this->getPaymentMethodDataRegistryService());
  49722.         return $this->privates['Swag\\PayPal\\Checkout\\PUI\\PUISubscriber'] = new \Swag\PayPal\Checkout\PUI\PUISubscriber(($this->privates['Swag\\PayPal\\Setting\\Service\\SettingsValidationService'] ?? $this->getSettingsValidationServiceService()), new \Swag\PayPal\Checkout\PUI\Service\PUIFraudNetDataService($b, ($this->privates['Swag\\PayPal\\Setting\\Service\\CredentialsUtil'] ?? $this->getCredentialsUtilService())), new \Swag\PayPal\Checkout\PUI\Service\PUIPaymentInstructionDataService($b$a, ($this->services['router'] ?? $this->getRouterService())), ($this->privates['Swag\\PayPal\\Util\\Logger'] ?? $this->getLogger3Service()));
  49723.     }
  49724.     /**
  49725.      * Gets the private 'Swag\PayPal\Checkout\Payment\Method\ACDCHandler' shared service.
  49726.      *
  49727.      * @return \Swag\PayPal\Checkout\Payment\Method\ACDCHandler
  49728.      */
  49729.     protected function getACDCHandlerService()
  49730.     {
  49731.         include_once \dirname(__DIR__4).'/vendor/store.shopware.com/swagpaypal/src/Checkout/Payment/Method/AbstractPaymentMethodHandler.php';
  49732.         include_once \dirname(__DIR__4).'/vendor/shopware/core/Checkout/Payment/Cart/PaymentHandler/PaymentHandlerInterface.php';
  49733.         include_once \dirname(__DIR__4).'/vendor/shopware/core/Checkout/Payment/Cart/PaymentHandler/SynchronousPaymentHandlerInterface.php';
  49734.         include_once \dirname(__DIR__4).'/vendor/store.shopware.com/swagpaypal/src/Checkout/Payment/Method/AbstractSyncAPMHandler.php';
  49735.         include_once \dirname(__DIR__4).'/vendor/store.shopware.com/swagpaypal/src/Checkout/Payment/Method/ACDCHandler.php';
  49736.         include_once \dirname(__DIR__4).'/vendor/store.shopware.com/swagpaypal/src/Checkout/ACDC/ACDCValidatorInterface.php';
  49737.         include_once \dirname(__DIR__4).'/vendor/store.shopware.com/swagpaypal/src/Checkout/ACDC/ACDCValidator.php';
  49738.         $a = ($this->privates['Shopware\\Core\\Checkout\\Order\\Aggregate\\OrderTransaction\\OrderTransactionStateHandler'] ?? $this->getOrderTransactionStateHandlerService());
  49739.         if (isset($this->privates['Swag\\PayPal\\Checkout\\Payment\\Method\\ACDCHandler'])) {
  49740.             return $this->privates['Swag\\PayPal\\Checkout\\Payment\\Method\\ACDCHandler'];
  49741.         }
  49742.         $b = ($this->privates['Swag\\PayPal\\Checkout\\Payment\\Service\\OrderExecuteService'] ?? $this->getOrderExecuteServiceService());
  49743.         if (isset($this->privates['Swag\\PayPal\\Checkout\\Payment\\Method\\ACDCHandler'])) {
  49744.             return $this->privates['Swag\\PayPal\\Checkout\\Payment\\Method\\ACDCHandler'];
  49745.         }
  49746.         $c = ($this->privates['Swag\\PayPal\\Checkout\\Payment\\Service\\OrderPatchService'] ?? $this->getOrderPatchServiceService());
  49747.         if (isset($this->privates['Swag\\PayPal\\Checkout\\Payment\\Method\\ACDCHandler'])) {
  49748.             return $this->privates['Swag\\PayPal\\Checkout\\Payment\\Method\\ACDCHandler'];
  49749.         }
  49750.         $d = ($this->privates['Swag\\PayPal\\Checkout\\Payment\\Service\\TransactionDataService'] ?? $this->getTransactionDataServiceService());
  49751.         if (isset($this->privates['Swag\\PayPal\\Checkout\\Payment\\Method\\ACDCHandler'])) {
  49752.             return $this->privates['Swag\\PayPal\\Checkout\\Payment\\Method\\ACDCHandler'];
  49753.         }
  49754.         $e = ($this->services['Shopware\\Core\\System\\SystemConfig\\SystemConfigService'] ?? $this->getSystemConfigServiceService());
  49755.         if (isset($this->privates['Swag\\PayPal\\Checkout\\Payment\\Method\\ACDCHandler'])) {
  49756.             return $this->privates['Swag\\PayPal\\Checkout\\Payment\\Method\\ACDCHandler'];
  49757.         }
  49758.         return $this->privates['Swag\\PayPal\\Checkout\\Payment\\Method\\ACDCHandler'] = new \Swag\PayPal\Checkout\Payment\Method\ACDCHandler(($this->privates['Swag\\PayPal\\Setting\\Service\\SettingsValidationService'] ?? $this->getSettingsValidationServiceService()), $a$b$c$d, ($this->privates['Swag\\PayPal\\Util\\Logger'] ?? $this->getLogger3Service()), ($this->privates['Swag\\PayPal\\RestApi\\V2\\Resource\\OrderResource'] ?? $this->getOrderResourceService()), new \Swag\PayPal\Checkout\ACDC\ACDCValidator($e));
  49759.     }
  49760.     /**
  49761.      * Gets the private 'Swag\PayPal\Checkout\Payment\Method\BancontactAPMHandler' shared service.
  49762.      *
  49763.      * @return \Swag\PayPal\Checkout\Payment\Method\APMHandler
  49764.      */
  49765.     protected function getBancontactAPMHandlerService()
  49766.     {
  49767.         include_once \dirname(__DIR__4).'/vendor/store.shopware.com/swagpaypal/src/Checkout/Payment/Method/AbstractPaymentMethodHandler.php';
  49768.         include_once \dirname(__DIR__4).'/vendor/shopware/core/Checkout/Payment/Cart/PaymentHandler/PaymentHandlerInterface.php';
  49769.         include_once \dirname(__DIR__4).'/vendor/shopware/core/Checkout/Payment/Cart/PaymentHandler/AsynchronousPaymentHandlerInterface.php';
  49770.         include_once \dirname(__DIR__4).'/vendor/store.shopware.com/swagpaypal/src/Checkout/Payment/Method/APMHandler.php';
  49771.         include_once \dirname(__DIR__4).'/vendor/store.shopware.com/swagpaypal/src/OrdersApi/Builder/AbstractOrderBuilder.php';
  49772.         include_once \dirname(__DIR__4).'/vendor/store.shopware.com/swagpaypal/src/OrdersApi/Builder/APM/AbstractAPMOrderBuilder.php';
  49773.         include_once \dirname(__DIR__4).'/vendor/store.shopware.com/swagpaypal/src/OrdersApi/Builder/APM/BancontactOrderBuilder.php';
  49774.         include_once \dirname(__DIR__4).'/vendor/store.shopware.com/swagpaypal/src/OrdersApi/Builder/Util/AddressProvider.php';
  49775.         $a = ($this->privates['Shopware\\Core\\Checkout\\Order\\Aggregate\\OrderTransaction\\OrderTransactionStateHandler'] ?? $this->getOrderTransactionStateHandlerService());
  49776.         if (isset($this->privates['Swag\\PayPal\\Checkout\\Payment\\Method\\BancontactAPMHandler'])) {
  49777.             return $this->privates['Swag\\PayPal\\Checkout\\Payment\\Method\\BancontactAPMHandler'];
  49778.         }
  49779.         $b = ($this->services['Shopware\\Core\\System\\SystemConfig\\SystemConfigService'] ?? $this->getSystemConfigServiceService());
  49780.         if (isset($this->privates['Swag\\PayPal\\Checkout\\Payment\\Method\\BancontactAPMHandler'])) {
  49781.             return $this->privates['Swag\\PayPal\\Checkout\\Payment\\Method\\BancontactAPMHandler'];
  49782.         }
  49783.         $c = ($this->privates['Swag\\PayPal\\OrdersApi\\Builder\\Util\\ItemListProvider'] ?? $this->getItemListProviderService());
  49784.         if (isset($this->privates['Swag\\PayPal\\Checkout\\Payment\\Method\\BancontactAPMHandler'])) {
  49785.             return $this->privates['Swag\\PayPal\\Checkout\\Payment\\Method\\BancontactAPMHandler'];
  49786.         }
  49787.         return $this->privates['Swag\\PayPal\\Checkout\\Payment\\Method\\BancontactAPMHandler'] = new \Swag\PayPal\Checkout\Payment\Method\APMHandler(($this->privates['Swag\\PayPal\\Checkout\\Payment\\Service\\TransactionDataService'] ?? $this->getTransactionDataServiceService()), $a, ($this->privates['Swag\\PayPal\\Setting\\Service\\SettingsValidationService'] ?? $this->getSettingsValidationServiceService()), ($this->privates['Swag\\PayPal\\RestApi\\V2\\Resource\\OrderResource'] ?? $this->getOrderResourceService()), ($this->privates['Swag\\PayPal\\Util\\Logger'] ?? $this->getLogger3Service()), new \Swag\PayPal\OrdersApi\Builder\APM\BancontactOrderBuilder($b, ($this->privates['Swag\\PayPal\\OrdersApi\\Builder\\Util\\PurchaseUnitProvider'] ?? $this->getPurchaseUnitProviderService()), ($this->privates['Swag\\PayPal\\OrdersApi\\Builder\\Util\\AddressProvider'] ?? ($this->privates['Swag\\PayPal\\OrdersApi\\Builder\\Util\\AddressProvider'] = new \Swag\PayPal\OrdersApi\Builder\Util\AddressProvider())), $c));
  49788.     }
  49789.     /**
  49790.      * Gets the private 'Swag\PayPal\Checkout\Payment\Method\BlikAPMHandler' shared service.
  49791.      *
  49792.      * @return \Swag\PayPal\Checkout\Payment\Method\APMHandler
  49793.      */
  49794.     protected function getBlikAPMHandlerService()
  49795.     {
  49796.         include_once \dirname(__DIR__4).'/vendor/store.shopware.com/swagpaypal/src/Checkout/Payment/Method/AbstractPaymentMethodHandler.php';
  49797.         include_once \dirname(__DIR__4).'/vendor/shopware/core/Checkout/Payment/Cart/PaymentHandler/PaymentHandlerInterface.php';
  49798.         include_once \dirname(__DIR__4).'/vendor/shopware/core/Checkout/Payment/Cart/PaymentHandler/AsynchronousPaymentHandlerInterface.php';
  49799.         include_once \dirname(__DIR__4).'/vendor/store.shopware.com/swagpaypal/src/Checkout/Payment/Method/APMHandler.php';
  49800.         include_once \dirname(__DIR__4).'/vendor/store.shopware.com/swagpaypal/src/OrdersApi/Builder/AbstractOrderBuilder.php';
  49801.         include_once \dirname(__DIR__4).'/vendor/store.shopware.com/swagpaypal/src/OrdersApi/Builder/APM/AbstractAPMOrderBuilder.php';
  49802.         include_once \dirname(__DIR__4).'/vendor/store.shopware.com/swagpaypal/src/OrdersApi/Builder/APM/BlikOrderBuilder.php';
  49803.         include_once \dirname(__DIR__4).'/vendor/store.shopware.com/swagpaypal/src/OrdersApi/Builder/Util/AddressProvider.php';
  49804.         $a = ($this->privates['Shopware\\Core\\Checkout\\Order\\Aggregate\\OrderTransaction\\OrderTransactionStateHandler'] ?? $this->getOrderTransactionStateHandlerService());
  49805.         if (isset($this->privates['Swag\\PayPal\\Checkout\\Payment\\Method\\BlikAPMHandler'])) {
  49806.             return $this->privates['Swag\\PayPal\\Checkout\\Payment\\Method\\BlikAPMHandler'];
  49807.         }
  49808.         $b = ($this->services['Shopware\\Core\\System\\SystemConfig\\SystemConfigService'] ?? $this->getSystemConfigServiceService());
  49809.         if (isset($this->privates['Swag\\PayPal\\Checkout\\Payment\\Method\\BlikAPMHandler'])) {
  49810.             return $this->privates['Swag\\PayPal\\Checkout\\Payment\\Method\\BlikAPMHandler'];
  49811.         }
  49812.         $c = ($this->privates['Swag\\PayPal\\OrdersApi\\Builder\\Util\\ItemListProvider'] ?? $this->getItemListProviderService());
  49813.         if (isset($this->privates['Swag\\PayPal\\Checkout\\Payment\\Method\\BlikAPMHandler'])) {
  49814.             return $this->privates['Swag\\PayPal\\Checkout\\Payment\\Method\\BlikAPMHandler'];
  49815.         }
  49816.         return $this->privates['Swag\\PayPal\\Checkout\\Payment\\Method\\BlikAPMHandler'] = new \Swag\PayPal\Checkout\Payment\Method\APMHandler(($this->privates['Swag\\PayPal\\Checkout\\Payment\\Service\\TransactionDataService'] ?? $this->getTransactionDataServiceService()), $a, ($this->privates['Swag\\PayPal\\Setting\\Service\\SettingsValidationService'] ?? $this->getSettingsValidationServiceService()), ($this->privates['Swag\\PayPal\\RestApi\\V2\\Resource\\OrderResource'] ?? $this->getOrderResourceService()), ($this->privates['Swag\\PayPal\\Util\\Logger'] ?? $this->getLogger3Service()), new \Swag\PayPal\OrdersApi\Builder\APM\BlikOrderBuilder($b, ($this->privates['Swag\\PayPal\\OrdersApi\\Builder\\Util\\PurchaseUnitProvider'] ?? $this->getPurchaseUnitProviderService()), ($this->privates['Swag\\PayPal\\OrdersApi\\Builder\\Util\\AddressProvider'] ?? ($this->privates['Swag\\PayPal\\OrdersApi\\Builder\\Util\\AddressProvider'] = new \Swag\PayPal\OrdersApi\Builder\Util\AddressProvider())), $c));
  49817.     }
  49818.     /**
  49819.      * Gets the private 'Swag\PayPal\Checkout\Payment\Method\EpsAPMHandler' shared service.
  49820.      *
  49821.      * @return \Swag\PayPal\Checkout\Payment\Method\APMHandler
  49822.      */
  49823.     protected function getEpsAPMHandlerService()
  49824.     {
  49825.         include_once \dirname(__DIR__4).'/vendor/store.shopware.com/swagpaypal/src/Checkout/Payment/Method/AbstractPaymentMethodHandler.php';
  49826.         include_once \dirname(__DIR__4).'/vendor/shopware/core/Checkout/Payment/Cart/PaymentHandler/PaymentHandlerInterface.php';
  49827.         include_once \dirname(__DIR__4).'/vendor/shopware/core/Checkout/Payment/Cart/PaymentHandler/AsynchronousPaymentHandlerInterface.php';
  49828.         include_once \dirname(__DIR__4).'/vendor/store.shopware.com/swagpaypal/src/Checkout/Payment/Method/APMHandler.php';
  49829.         include_once \dirname(__DIR__4).'/vendor/store.shopware.com/swagpaypal/src/OrdersApi/Builder/AbstractOrderBuilder.php';
  49830.         include_once \dirname(__DIR__4).'/vendor/store.shopware.com/swagpaypal/src/OrdersApi/Builder/APM/AbstractAPMOrderBuilder.php';
  49831.         include_once \dirname(__DIR__4).'/vendor/store.shopware.com/swagpaypal/src/OrdersApi/Builder/APM/EpsOrderBuilder.php';
  49832.         include_once \dirname(__DIR__4).'/vendor/store.shopware.com/swagpaypal/src/OrdersApi/Builder/Util/AddressProvider.php';
  49833.         $a = ($this->privates['Shopware\\Core\\Checkout\\Order\\Aggregate\\OrderTransaction\\OrderTransactionStateHandler'] ?? $this->getOrderTransactionStateHandlerService());
  49834.         if (isset($this->privates['Swag\\PayPal\\Checkout\\Payment\\Method\\EpsAPMHandler'])) {
  49835.             return $this->privates['Swag\\PayPal\\Checkout\\Payment\\Method\\EpsAPMHandler'];
  49836.         }
  49837.         $b = ($this->services['Shopware\\Core\\System\\SystemConfig\\SystemConfigService'] ?? $this->getSystemConfigServiceService());
  49838.         if (isset($this->privates['Swag\\PayPal\\Checkout\\Payment\\Method\\EpsAPMHandler'])) {
  49839.             return $this->privates['Swag\\PayPal\\Checkout\\Payment\\Method\\EpsAPMHandler'];
  49840.         }
  49841.         $c = ($this->privates['Swag\\PayPal\\OrdersApi\\Builder\\Util\\ItemListProvider'] ?? $this->getItemListProviderService());
  49842.         if (isset($this->privates['Swag\\PayPal\\Checkout\\Payment\\Method\\EpsAPMHandler'])) {
  49843.             return $this->privates['Swag\\PayPal\\Checkout\\Payment\\Method\\EpsAPMHandler'];
  49844.         }
  49845.         return $this->privates['Swag\\PayPal\\Checkout\\Payment\\Method\\EpsAPMHandler'] = new \Swag\PayPal\Checkout\Payment\Method\APMHandler(($this->privates['Swag\\PayPal\\Checkout\\Payment\\Service\\TransactionDataService'] ?? $this->getTransactionDataServiceService()), $a, ($this->privates['Swag\\PayPal\\Setting\\Service\\SettingsValidationService'] ?? $this->getSettingsValidationServiceService()), ($this->privates['Swag\\PayPal\\RestApi\\V2\\Resource\\OrderResource'] ?? $this->getOrderResourceService()), ($this->privates['Swag\\PayPal\\Util\\Logger'] ?? $this->getLogger3Service()), new \Swag\PayPal\OrdersApi\Builder\APM\EpsOrderBuilder($b, ($this->privates['Swag\\PayPal\\OrdersApi\\Builder\\Util\\PurchaseUnitProvider'] ?? $this->getPurchaseUnitProviderService()), ($this->privates['Swag\\PayPal\\OrdersApi\\Builder\\Util\\AddressProvider'] ?? ($this->privates['Swag\\PayPal\\OrdersApi\\Builder\\Util\\AddressProvider'] = new \Swag\PayPal\OrdersApi\Builder\Util\AddressProvider())), $c));
  49846.     }
  49847.     /**
  49848.      * Gets the private 'Swag\PayPal\Checkout\Payment\Method\GiropayAPMHandler' shared service.
  49849.      *
  49850.      * @return \Swag\PayPal\Checkout\Payment\Method\APMHandler
  49851.      */
  49852.     protected function getGiropayAPMHandlerService()
  49853.     {
  49854.         include_once \dirname(__DIR__4).'/vendor/store.shopware.com/swagpaypal/src/Checkout/Payment/Method/AbstractPaymentMethodHandler.php';
  49855.         include_once \dirname(__DIR__4).'/vendor/shopware/core/Checkout/Payment/Cart/PaymentHandler/PaymentHandlerInterface.php';
  49856.         include_once \dirname(__DIR__4).'/vendor/shopware/core/Checkout/Payment/Cart/PaymentHandler/AsynchronousPaymentHandlerInterface.php';
  49857.         include_once \dirname(__DIR__4).'/vendor/store.shopware.com/swagpaypal/src/Checkout/Payment/Method/APMHandler.php';
  49858.         include_once \dirname(__DIR__4).'/vendor/store.shopware.com/swagpaypal/src/OrdersApi/Builder/AbstractOrderBuilder.php';
  49859.         include_once \dirname(__DIR__4).'/vendor/store.shopware.com/swagpaypal/src/OrdersApi/Builder/APM/AbstractAPMOrderBuilder.php';
  49860.         include_once \dirname(__DIR__4).'/vendor/store.shopware.com/swagpaypal/src/OrdersApi/Builder/APM/GiropayOrderBuilder.php';
  49861.         include_once \dirname(__DIR__4).'/vendor/store.shopware.com/swagpaypal/src/OrdersApi/Builder/Util/AddressProvider.php';
  49862.         $a = ($this->privates['Shopware\\Core\\Checkout\\Order\\Aggregate\\OrderTransaction\\OrderTransactionStateHandler'] ?? $this->getOrderTransactionStateHandlerService());
  49863.         if (isset($this->privates['Swag\\PayPal\\Checkout\\Payment\\Method\\GiropayAPMHandler'])) {
  49864.             return $this->privates['Swag\\PayPal\\Checkout\\Payment\\Method\\GiropayAPMHandler'];
  49865.         }
  49866.         $b = ($this->services['Shopware\\Core\\System\\SystemConfig\\SystemConfigService'] ?? $this->getSystemConfigServiceService());
  49867.         if (isset($this->privates['Swag\\PayPal\\Checkout\\Payment\\Method\\GiropayAPMHandler'])) {
  49868.             return $this->privates['Swag\\PayPal\\Checkout\\Payment\\Method\\GiropayAPMHandler'];
  49869.         }
  49870.         $c = ($this->privates['Swag\\PayPal\\OrdersApi\\Builder\\Util\\ItemListProvider'] ?? $this->getItemListProviderService());
  49871.         if (isset($this->privates['Swag\\PayPal\\Checkout\\Payment\\Method\\GiropayAPMHandler'])) {
  49872.             return $this->privates['Swag\\PayPal\\Checkout\\Payment\\Method\\GiropayAPMHandler'];
  49873.         }
  49874.         return $this->privates['Swag\\PayPal\\Checkout\\Payment\\Method\\GiropayAPMHandler'] = new \Swag\PayPal\Checkout\Payment\Method\APMHandler(($this->privates['Swag\\PayPal\\Checkout\\Payment\\Service\\TransactionDataService'] ?? $this->getTransactionDataServiceService()), $a, ($this->privates['Swag\\PayPal\\Setting\\Service\\SettingsValidationService'] ?? $this->getSettingsValidationServiceService()), ($this->privates['Swag\\PayPal\\RestApi\\V2\\Resource\\OrderResource'] ?? $this->getOrderResourceService()), ($this->privates['Swag\\PayPal\\Util\\Logger'] ?? $this->getLogger3Service()), new \Swag\PayPal\OrdersApi\Builder\APM\GiropayOrderBuilder($b, ($this->privates['Swag\\PayPal\\OrdersApi\\Builder\\Util\\PurchaseUnitProvider'] ?? $this->getPurchaseUnitProviderService()), ($this->privates['Swag\\PayPal\\OrdersApi\\Builder\\Util\\AddressProvider'] ?? ($this->privates['Swag\\PayPal\\OrdersApi\\Builder\\Util\\AddressProvider'] = new \Swag\PayPal\OrdersApi\Builder\Util\AddressProvider())), $c));
  49875.     }
  49876.     /**
  49877.      * Gets the private 'Swag\PayPal\Checkout\Payment\Method\IdealAPMHandler' shared service.
  49878.      *
  49879.      * @return \Swag\PayPal\Checkout\Payment\Method\APMHandler
  49880.      */
  49881.     protected function getIdealAPMHandlerService()
  49882.     {
  49883.         include_once \dirname(__DIR__4).'/vendor/store.shopware.com/swagpaypal/src/Checkout/Payment/Method/AbstractPaymentMethodHandler.php';
  49884.         include_once \dirname(__DIR__4).'/vendor/shopware/core/Checkout/Payment/Cart/PaymentHandler/PaymentHandlerInterface.php';
  49885.         include_once \dirname(__DIR__4).'/vendor/shopware/core/Checkout/Payment/Cart/PaymentHandler/AsynchronousPaymentHandlerInterface.php';
  49886.         include_once \dirname(__DIR__4).'/vendor/store.shopware.com/swagpaypal/src/Checkout/Payment/Method/APMHandler.php';
  49887.         include_once \dirname(__DIR__4).'/vendor/store.shopware.com/swagpaypal/src/OrdersApi/Builder/AbstractOrderBuilder.php';
  49888.         include_once \dirname(__DIR__4).'/vendor/store.shopware.com/swagpaypal/src/OrdersApi/Builder/APM/AbstractAPMOrderBuilder.php';
  49889.         include_once \dirname(__DIR__4).'/vendor/store.shopware.com/swagpaypal/src/OrdersApi/Builder/APM/IdealOrderBuilder.php';
  49890.         include_once \dirname(__DIR__4).'/vendor/store.shopware.com/swagpaypal/src/OrdersApi/Builder/Util/AddressProvider.php';
  49891.         $a = ($this->privates['Shopware\\Core\\Checkout\\Order\\Aggregate\\OrderTransaction\\OrderTransactionStateHandler'] ?? $this->getOrderTransactionStateHandlerService());
  49892.         if (isset($this->privates['Swag\\PayPal\\Checkout\\Payment\\Method\\IdealAPMHandler'])) {
  49893.             return $this->privates['Swag\\PayPal\\Checkout\\Payment\\Method\\IdealAPMHandler'];
  49894.         }
  49895.         $b = ($this->services['Shopware\\Core\\System\\SystemConfig\\SystemConfigService'] ?? $this->getSystemConfigServiceService());
  49896.         if (isset($this->privates['Swag\\PayPal\\Checkout\\Payment\\Method\\IdealAPMHandler'])) {
  49897.             return $this->privates['Swag\\PayPal\\Checkout\\Payment\\Method\\IdealAPMHandler'];
  49898.         }
  49899.         $c = ($this->privates['Swag\\PayPal\\OrdersApi\\Builder\\Util\\ItemListProvider'] ?? $this->getItemListProviderService());
  49900.         if (isset($this->privates['Swag\\PayPal\\Checkout\\Payment\\Method\\IdealAPMHandler'])) {
  49901.             return $this->privates['Swag\\PayPal\\Checkout\\Payment\\Method\\IdealAPMHandler'];
  49902.         }
  49903.         return $this->privates['Swag\\PayPal\\Checkout\\Payment\\Method\\IdealAPMHandler'] = new \Swag\PayPal\Checkout\Payment\Method\APMHandler(($this->privates['Swag\\PayPal\\Checkout\\Payment\\Service\\TransactionDataService'] ?? $this->getTransactionDataServiceService()), $a, ($this->privates['Swag\\PayPal\\Setting\\Service\\SettingsValidationService'] ?? $this->getSettingsValidationServiceService()), ($this->privates['Swag\\PayPal\\RestApi\\V2\\Resource\\OrderResource'] ?? $this->getOrderResourceService()), ($this->privates['Swag\\PayPal\\Util\\Logger'] ?? $this->getLogger3Service()), new \Swag\PayPal\OrdersApi\Builder\APM\IdealOrderBuilder($b, ($this->privates['Swag\\PayPal\\OrdersApi\\Builder\\Util\\PurchaseUnitProvider'] ?? $this->getPurchaseUnitProviderService()), ($this->privates['Swag\\PayPal\\OrdersApi\\Builder\\Util\\AddressProvider'] ?? ($this->privates['Swag\\PayPal\\OrdersApi\\Builder\\Util\\AddressProvider'] = new \Swag\PayPal\OrdersApi\Builder\Util\AddressProvider())), $c));
  49904.     }
  49905.     /**
  49906.      * Gets the private 'Swag\PayPal\Checkout\Payment\Method\MultibancoAPMHandler' shared service.
  49907.      *
  49908.      * @return \Swag\PayPal\Checkout\Payment\Method\APMHandler
  49909.      */
  49910.     protected function getMultibancoAPMHandlerService()
  49911.     {
  49912.         include_once \dirname(__DIR__4).'/vendor/store.shopware.com/swagpaypal/src/Checkout/Payment/Method/AbstractPaymentMethodHandler.php';
  49913.         include_once \dirname(__DIR__4).'/vendor/shopware/core/Checkout/Payment/Cart/PaymentHandler/PaymentHandlerInterface.php';
  49914.         include_once \dirname(__DIR__4).'/vendor/shopware/core/Checkout/Payment/Cart/PaymentHandler/AsynchronousPaymentHandlerInterface.php';
  49915.         include_once \dirname(__DIR__4).'/vendor/store.shopware.com/swagpaypal/src/Checkout/Payment/Method/APMHandler.php';
  49916.         include_once \dirname(__DIR__4).'/vendor/store.shopware.com/swagpaypal/src/OrdersApi/Builder/AbstractOrderBuilder.php';
  49917.         include_once \dirname(__DIR__4).'/vendor/store.shopware.com/swagpaypal/src/OrdersApi/Builder/APM/AbstractAPMOrderBuilder.php';
  49918.         include_once \dirname(__DIR__4).'/vendor/store.shopware.com/swagpaypal/src/OrdersApi/Builder/APM/MultibancoOrderBuilder.php';
  49919.         include_once \dirname(__DIR__4).'/vendor/store.shopware.com/swagpaypal/src/OrdersApi/Builder/Util/AddressProvider.php';
  49920.         $a = ($this->privates['Shopware\\Core\\Checkout\\Order\\Aggregate\\OrderTransaction\\OrderTransactionStateHandler'] ?? $this->getOrderTransactionStateHandlerService());
  49921.         if (isset($this->privates['Swag\\PayPal\\Checkout\\Payment\\Method\\MultibancoAPMHandler'])) {
  49922.             return $this->privates['Swag\\PayPal\\Checkout\\Payment\\Method\\MultibancoAPMHandler'];
  49923.         }
  49924.         $b = ($this->services['Shopware\\Core\\System\\SystemConfig\\SystemConfigService'] ?? $this->getSystemConfigServiceService());
  49925.         if (isset($this->privates['Swag\\PayPal\\Checkout\\Payment\\Method\\MultibancoAPMHandler'])) {
  49926.             return $this->privates['Swag\\PayPal\\Checkout\\Payment\\Method\\MultibancoAPMHandler'];
  49927.         }
  49928.         $c = ($this->privates['Swag\\PayPal\\OrdersApi\\Builder\\Util\\ItemListProvider'] ?? $this->getItemListProviderService());
  49929.         if (isset($this->privates['Swag\\PayPal\\Checkout\\Payment\\Method\\MultibancoAPMHandler'])) {
  49930.             return $this->privates['Swag\\PayPal\\Checkout\\Payment\\Method\\MultibancoAPMHandler'];
  49931.         }
  49932.         return $this->privates['Swag\\PayPal\\Checkout\\Payment\\Method\\MultibancoAPMHandler'] = new \Swag\PayPal\Checkout\Payment\Method\APMHandler(($this->privates['Swag\\PayPal\\Checkout\\Payment\\Service\\TransactionDataService'] ?? $this->getTransactionDataServiceService()), $a, ($this->privates['Swag\\PayPal\\Setting\\Service\\SettingsValidationService'] ?? $this->getSettingsValidationServiceService()), ($this->privates['Swag\\PayPal\\RestApi\\V2\\Resource\\OrderResource'] ?? $this->getOrderResourceService()), ($this->privates['Swag\\PayPal\\Util\\Logger'] ?? $this->getLogger3Service()), new \Swag\PayPal\OrdersApi\Builder\APM\MultibancoOrderBuilder($b, ($this->privates['Swag\\PayPal\\OrdersApi\\Builder\\Util\\PurchaseUnitProvider'] ?? $this->getPurchaseUnitProviderService()), ($this->privates['Swag\\PayPal\\OrdersApi\\Builder\\Util\\AddressProvider'] ?? ($this->privates['Swag\\PayPal\\OrdersApi\\Builder\\Util\\AddressProvider'] = new \Swag\PayPal\OrdersApi\Builder\Util\AddressProvider())), $c));
  49933.     }
  49934.     /**
  49935.      * Gets the private 'Swag\PayPal\Checkout\Payment\Method\MyBankAPMHandler' shared service.
  49936.      *
  49937.      * @return \Swag\PayPal\Checkout\Payment\Method\APMHandler
  49938.      */
  49939.     protected function getMyBankAPMHandlerService()
  49940.     {
  49941.         include_once \dirname(__DIR__4).'/vendor/store.shopware.com/swagpaypal/src/Checkout/Payment/Method/AbstractPaymentMethodHandler.php';
  49942.         include_once \dirname(__DIR__4).'/vendor/shopware/core/Checkout/Payment/Cart/PaymentHandler/PaymentHandlerInterface.php';
  49943.         include_once \dirname(__DIR__4).'/vendor/shopware/core/Checkout/Payment/Cart/PaymentHandler/AsynchronousPaymentHandlerInterface.php';
  49944.         include_once \dirname(__DIR__4).'/vendor/store.shopware.com/swagpaypal/src/Checkout/Payment/Method/APMHandler.php';
  49945.         include_once \dirname(__DIR__4).'/vendor/store.shopware.com/swagpaypal/src/OrdersApi/Builder/AbstractOrderBuilder.php';
  49946.         include_once \dirname(__DIR__4).'/vendor/store.shopware.com/swagpaypal/src/OrdersApi/Builder/APM/AbstractAPMOrderBuilder.php';
  49947.         include_once \dirname(__DIR__4).'/vendor/store.shopware.com/swagpaypal/src/OrdersApi/Builder/APM/MyBankOrderBuilder.php';
  49948.         include_once \dirname(__DIR__4).'/vendor/store.shopware.com/swagpaypal/src/OrdersApi/Builder/Util/AddressProvider.php';
  49949.         $a = ($this->privates['Shopware\\Core\\Checkout\\Order\\Aggregate\\OrderTransaction\\OrderTransactionStateHandler'] ?? $this->getOrderTransactionStateHandlerService());
  49950.         if (isset($this->privates['Swag\\PayPal\\Checkout\\Payment\\Method\\MyBankAPMHandler'])) {
  49951.             return $this->privates['Swag\\PayPal\\Checkout\\Payment\\Method\\MyBankAPMHandler'];
  49952.         }
  49953.         $b = ($this->services['Shopware\\Core\\System\\SystemConfig\\SystemConfigService'] ?? $this->getSystemConfigServiceService());
  49954.         if (isset($this->privates['Swag\\PayPal\\Checkout\\Payment\\Method\\MyBankAPMHandler'])) {
  49955.             return $this->privates['Swag\\PayPal\\Checkout\\Payment\\Method\\MyBankAPMHandler'];
  49956.         }
  49957.         $c = ($this->privates['Swag\\PayPal\\OrdersApi\\Builder\\Util\\ItemListProvider'] ?? $this->getItemListProviderService());
  49958.         if (isset($this->privates['Swag\\PayPal\\Checkout\\Payment\\Method\\MyBankAPMHandler'])) {
  49959.             return $this->privates['Swag\\PayPal\\Checkout\\Payment\\Method\\MyBankAPMHandler'];
  49960.         }
  49961.         return $this->privates['Swag\\PayPal\\Checkout\\Payment\\Method\\MyBankAPMHandler'] = new \Swag\PayPal\Checkout\Payment\Method\APMHandler(($this->privates['Swag\\PayPal\\Checkout\\Payment\\Service\\TransactionDataService'] ?? $this->getTransactionDataServiceService()), $a, ($this->privates['Swag\\PayPal\\Setting\\Service\\SettingsValidationService'] ?? $this->getSettingsValidationServiceService()), ($this->privates['Swag\\PayPal\\RestApi\\V2\\Resource\\OrderResource'] ?? $this->getOrderResourceService()), ($this->privates['Swag\\PayPal\\Util\\Logger'] ?? $this->getLogger3Service()), new \Swag\PayPal\OrdersApi\Builder\APM\MyBankOrderBuilder($b, ($this->privates['Swag\\PayPal\\OrdersApi\\Builder\\Util\\PurchaseUnitProvider'] ?? $this->getPurchaseUnitProviderService()), ($this->privates['Swag\\PayPal\\OrdersApi\\Builder\\Util\\AddressProvider'] ?? ($this->privates['Swag\\PayPal\\OrdersApi\\Builder\\Util\\AddressProvider'] = new \Swag\PayPal\OrdersApi\Builder\Util\AddressProvider())), $c));
  49962.     }
  49963.     /**
  49964.      * Gets the private 'Swag\PayPal\Checkout\Payment\Method\OxxoAPMHandler' shared service.
  49965.      *
  49966.      * @return \Swag\PayPal\Checkout\Payment\Method\APMHandler
  49967.      */
  49968.     protected function getOxxoAPMHandlerService()
  49969.     {
  49970.         include_once \dirname(__DIR__4).'/vendor/store.shopware.com/swagpaypal/src/Checkout/Payment/Method/AbstractPaymentMethodHandler.php';
  49971.         include_once \dirname(__DIR__4).'/vendor/shopware/core/Checkout/Payment/Cart/PaymentHandler/PaymentHandlerInterface.php';
  49972.         include_once \dirname(__DIR__4).'/vendor/shopware/core/Checkout/Payment/Cart/PaymentHandler/AsynchronousPaymentHandlerInterface.php';
  49973.         include_once \dirname(__DIR__4).'/vendor/store.shopware.com/swagpaypal/src/Checkout/Payment/Method/APMHandler.php';
  49974.         include_once \dirname(__DIR__4).'/vendor/store.shopware.com/swagpaypal/src/OrdersApi/Builder/AbstractOrderBuilder.php';
  49975.         include_once \dirname(__DIR__4).'/vendor/store.shopware.com/swagpaypal/src/OrdersApi/Builder/APM/AbstractAPMOrderBuilder.php';
  49976.         include_once \dirname(__DIR__4).'/vendor/store.shopware.com/swagpaypal/src/OrdersApi/Builder/APM/OxxoOrderBuilder.php';
  49977.         include_once \dirname(__DIR__4).'/vendor/store.shopware.com/swagpaypal/src/OrdersApi/Builder/Util/AddressProvider.php';
  49978.         $a = ($this->privates['Shopware\\Core\\Checkout\\Order\\Aggregate\\OrderTransaction\\OrderTransactionStateHandler'] ?? $this->getOrderTransactionStateHandlerService());
  49979.         if (isset($this->privates['Swag\\PayPal\\Checkout\\Payment\\Method\\OxxoAPMHandler'])) {
  49980.             return $this->privates['Swag\\PayPal\\Checkout\\Payment\\Method\\OxxoAPMHandler'];
  49981.         }
  49982.         $b = ($this->services['Shopware\\Core\\System\\SystemConfig\\SystemConfigService'] ?? $this->getSystemConfigServiceService());
  49983.         if (isset($this->privates['Swag\\PayPal\\Checkout\\Payment\\Method\\OxxoAPMHandler'])) {
  49984.             return $this->privates['Swag\\PayPal\\Checkout\\Payment\\Method\\OxxoAPMHandler'];
  49985.         }
  49986.         $c = ($this->privates['Swag\\PayPal\\OrdersApi\\Builder\\Util\\ItemListProvider'] ?? $this->getItemListProviderService());
  49987.         if (isset($this->privates['Swag\\PayPal\\Checkout\\Payment\\Method\\OxxoAPMHandler'])) {
  49988.             return $this->privates['Swag\\PayPal\\Checkout\\Payment\\Method\\OxxoAPMHandler'];
  49989.         }
  49990.         return $this->privates['Swag\\PayPal\\Checkout\\Payment\\Method\\OxxoAPMHandler'] = new \Swag\PayPal\Checkout\Payment\Method\APMHandler(($this->privates['Swag\\PayPal\\Checkout\\Payment\\Service\\TransactionDataService'] ?? $this->getTransactionDataServiceService()), $a, ($this->privates['Swag\\PayPal\\Setting\\Service\\SettingsValidationService'] ?? $this->getSettingsValidationServiceService()), ($this->privates['Swag\\PayPal\\RestApi\\V2\\Resource\\OrderResource'] ?? $this->getOrderResourceService()), ($this->privates['Swag\\PayPal\\Util\\Logger'] ?? $this->getLogger3Service()), new \Swag\PayPal\OrdersApi\Builder\APM\OxxoOrderBuilder($b, ($this->privates['Swag\\PayPal\\OrdersApi\\Builder\\Util\\PurchaseUnitProvider'] ?? $this->getPurchaseUnitProviderService()), ($this->privates['Swag\\PayPal\\OrdersApi\\Builder\\Util\\AddressProvider'] ?? ($this->privates['Swag\\PayPal\\OrdersApi\\Builder\\Util\\AddressProvider'] = new \Swag\PayPal\OrdersApi\Builder\Util\AddressProvider())), $c));
  49991.     }
  49992.     /**
  49993.      * Gets the private 'Swag\PayPal\Checkout\Payment\Method\P24APMHandler' shared service.
  49994.      *
  49995.      * @return \Swag\PayPal\Checkout\Payment\Method\APMHandler
  49996.      */
  49997.     protected function getP24APMHandlerService()
  49998.     {
  49999.         include_once \dirname(__DIR__4).'/vendor/store.shopware.com/swagpaypal/src/Checkout/Payment/Method/AbstractPaymentMethodHandler.php';
  50000.         include_once \dirname(__DIR__4).'/vendor/shopware/core/Checkout/Payment/Cart/PaymentHandler/PaymentHandlerInterface.php';
  50001.         include_once \dirname(__DIR__4).'/vendor/shopware/core/Checkout/Payment/Cart/PaymentHandler/AsynchronousPaymentHandlerInterface.php';
  50002.         include_once \dirname(__DIR__4).'/vendor/store.shopware.com/swagpaypal/src/Checkout/Payment/Method/APMHandler.php';
  50003.         include_once \dirname(__DIR__4).'/vendor/store.shopware.com/swagpaypal/src/OrdersApi/Builder/AbstractOrderBuilder.php';
  50004.         include_once \dirname(__DIR__4).'/vendor/store.shopware.com/swagpaypal/src/OrdersApi/Builder/APM/AbstractAPMOrderBuilder.php';
  50005.         include_once \dirname(__DIR__4).'/vendor/store.shopware.com/swagpaypal/src/OrdersApi/Builder/APM/P24OrderBuilder.php';
  50006.         include_once \dirname(__DIR__4).'/vendor/store.shopware.com/swagpaypal/src/OrdersApi/Builder/Util/AddressProvider.php';
  50007.         $a = ($this->privates['Shopware\\Core\\Checkout\\Order\\Aggregate\\OrderTransaction\\OrderTransactionStateHandler'] ?? $this->getOrderTransactionStateHandlerService());
  50008.         if (isset($this->privates['Swag\\PayPal\\Checkout\\Payment\\Method\\P24APMHandler'])) {
  50009.             return $this->privates['Swag\\PayPal\\Checkout\\Payment\\Method\\P24APMHandler'];
  50010.         }
  50011.         $b = ($this->services['Shopware\\Core\\System\\SystemConfig\\SystemConfigService'] ?? $this->getSystemConfigServiceService());
  50012.         if (isset($this->privates['Swag\\PayPal\\Checkout\\Payment\\Method\\P24APMHandler'])) {
  50013.             return $this->privates['Swag\\PayPal\\Checkout\\Payment\\Method\\P24APMHandler'];
  50014.         }
  50015.         $c = ($this->privates['Swag\\PayPal\\OrdersApi\\Builder\\Util\\ItemListProvider'] ?? $this->getItemListProviderService());
  50016.         if (isset($this->privates['Swag\\PayPal\\Checkout\\Payment\\Method\\P24APMHandler'])) {
  50017.             return $this->privates['Swag\\PayPal\\Checkout\\Payment\\Method\\P24APMHandler'];
  50018.         }
  50019.         return $this->privates['Swag\\PayPal\\Checkout\\Payment\\Method\\P24APMHandler'] = new \Swag\PayPal\Checkout\Payment\Method\APMHandler(($this->privates['Swag\\PayPal\\Checkout\\Payment\\Service\\TransactionDataService'] ?? $this->getTransactionDataServiceService()), $a, ($this->privates['Swag\\PayPal\\Setting\\Service\\SettingsValidationService'] ?? $this->getSettingsValidationServiceService()), ($this->privates['Swag\\PayPal\\RestApi\\V2\\Resource\\OrderResource'] ?? $this->getOrderResourceService()), ($this->privates['Swag\\PayPal\\Util\\Logger'] ?? $this->getLogger3Service()), new \Swag\PayPal\OrdersApi\Builder\APM\P24OrderBuilder($b, ($this->privates['Swag\\PayPal\\OrdersApi\\Builder\\Util\\PurchaseUnitProvider'] ?? $this->getPurchaseUnitProviderService()), ($this->privates['Swag\\PayPal\\OrdersApi\\Builder\\Util\\AddressProvider'] ?? ($this->privates['Swag\\PayPal\\OrdersApi\\Builder\\Util\\AddressProvider'] = new \Swag\PayPal\OrdersApi\Builder\Util\AddressProvider())), $c));
  50020.     }
  50021.     /**
  50022.      * Gets the private 'Swag\PayPal\Checkout\Payment\Method\PUIHandler' shared service.
  50023.      *
  50024.      * @return \Swag\PayPal\Checkout\Payment\Method\PUIHandler
  50025.      */
  50026.     protected function getPUIHandlerService()
  50027.     {
  50028.         include_once \dirname(__DIR__4).'/vendor/store.shopware.com/swagpaypal/src/Checkout/Payment/Method/AbstractPaymentMethodHandler.php';
  50029.         include_once \dirname(__DIR__4).'/vendor/shopware/core/Checkout/Payment/Cart/PaymentHandler/PaymentHandlerInterface.php';
  50030.         include_once \dirname(__DIR__4).'/vendor/shopware/core/Checkout/Payment/Cart/PaymentHandler/SynchronousPaymentHandlerInterface.php';
  50031.         include_once \dirname(__DIR__4).'/vendor/store.shopware.com/swagpaypal/src/Checkout/Payment/Method/PUIHandler.php';
  50032.         include_once \dirname(__DIR__4).'/vendor/store.shopware.com/swagpaypal/src/OrdersApi/Builder/AbstractOrderBuilder.php';
  50033.         include_once \dirname(__DIR__4).'/vendor/store.shopware.com/swagpaypal/src/OrdersApi/Builder/PUIOrderBuilder.php';
  50034.         include_once \dirname(__DIR__4).'/vendor/store.shopware.com/swagpaypal/src/Checkout/PUI/Service/PUICustomerDataService.php';
  50035.         include_once \dirname(__DIR__4).'/vendor/store.shopware.com/swagpaypal/src/OrdersApi/Builder/Util/AddressProvider.php';
  50036.         $a = ($this->privates['Shopware\\Core\\Checkout\\Order\\Aggregate\\OrderTransaction\\OrderTransactionStateHandler'] ?? $this->getOrderTransactionStateHandlerService());
  50037.         if (isset($this->privates['Swag\\PayPal\\Checkout\\Payment\\Method\\PUIHandler'])) {
  50038.             return $this->privates['Swag\\PayPal\\Checkout\\Payment\\Method\\PUIHandler'];
  50039.         }
  50040.         $b = ($this->services['Shopware\\Core\\System\\SystemConfig\\SystemConfigService'] ?? $this->getSystemConfigServiceService());
  50041.         if (isset($this->privates['Swag\\PayPal\\Checkout\\Payment\\Method\\PUIHandler'])) {
  50042.             return $this->privates['Swag\\PayPal\\Checkout\\Payment\\Method\\PUIHandler'];
  50043.         }
  50044.         $c = ($this->privates['Swag\\PayPal\\OrdersApi\\Builder\\Util\\ItemListProvider'] ?? $this->getItemListProviderService());
  50045.         if (isset($this->privates['Swag\\PayPal\\Checkout\\Payment\\Method\\PUIHandler'])) {
  50046.             return $this->privates['Swag\\PayPal\\Checkout\\Payment\\Method\\PUIHandler'];
  50047.         }
  50048.         $d = ($this->privates['Swag\\PayPal\\Util\\LocaleCodeProvider'] ?? $this->getLocaleCodeProviderService());
  50049.         if (isset($this->privates['Swag\\PayPal\\Checkout\\Payment\\Method\\PUIHandler'])) {
  50050.             return $this->privates['Swag\\PayPal\\Checkout\\Payment\\Method\\PUIHandler'];
  50051.         }
  50052.         $e = ($this->services['order_address.repository'] ?? $this->getOrderAddress_RepositoryService());
  50053.         if (isset($this->privates['Swag\\PayPal\\Checkout\\Payment\\Method\\PUIHandler'])) {
  50054.             return $this->privates['Swag\\PayPal\\Checkout\\Payment\\Method\\PUIHandler'];
  50055.         }
  50056.         $f = ($this->services['customer.repository'] ?? $this->getCustomer_RepositoryService());
  50057.         if (isset($this->privates['Swag\\PayPal\\Checkout\\Payment\\Method\\PUIHandler'])) {
  50058.             return $this->privates['Swag\\PayPal\\Checkout\\Payment\\Method\\PUIHandler'];
  50059.         }
  50060.         $g = ($this->services['translator'] ?? $this->getTranslatorService());
  50061.         if (isset($this->privates['Swag\\PayPal\\Checkout\\Payment\\Method\\PUIHandler'])) {
  50062.             return $this->privates['Swag\\PayPal\\Checkout\\Payment\\Method\\PUIHandler'];
  50063.         }
  50064.         return $this->privates['Swag\\PayPal\\Checkout\\Payment\\Method\\PUIHandler'] = new \Swag\PayPal\Checkout\Payment\Method\PUIHandler(($this->privates['Swag\\PayPal\\Setting\\Service\\SettingsValidationService'] ?? $this->getSettingsValidationServiceService()), $a, new \Swag\PayPal\OrdersApi\Builder\PUIOrderBuilder($b, ($this->privates['Swag\\PayPal\\OrdersApi\\Builder\\Util\\PurchaseUnitProvider'] ?? $this->getPurchaseUnitProviderService()), ($this->privates['Swag\\PayPal\\OrdersApi\\Builder\\Util\\AddressProvider'] ?? ($this->privates['Swag\\PayPal\\OrdersApi\\Builder\\Util\\AddressProvider'] = new \Swag\PayPal\OrdersApi\Builder\Util\AddressProvider())), $c$d), ($this->privates['Swag\\PayPal\\RestApi\\V2\\Resource\\OrderResource'] ?? $this->getOrderResourceService()), ($this->privates['Swag\\PayPal\\Checkout\\Payment\\Service\\TransactionDataService'] ?? $this->getTransactionDataServiceService()), new \Swag\PayPal\Checkout\PUI\Service\PUICustomerDataService($e$f), ($this->services['request_stack'] ?? ($this->services['request_stack'] = new \Symfony\Component\HttpFoundation\RequestStack())), $g, ($this->privates['Swag\\PayPal\\Util\\Logger'] ?? $this->getLogger3Service()));
  50065.     }
  50066.     /**
  50067.      * Gets the private 'Swag\PayPal\Checkout\Payment\Method\PayLaterHandler' shared service.
  50068.      *
  50069.      * @return \Swag\PayPal\Checkout\Payment\Method\PayLaterHandler
  50070.      */
  50071.     protected function getPayLaterHandlerService()
  50072.     {
  50073.         include_once \dirname(__DIR__4).'/vendor/store.shopware.com/swagpaypal/src/Checkout/Payment/Method/AbstractPaymentMethodHandler.php';
  50074.         include_once \dirname(__DIR__4).'/vendor/shopware/core/Checkout/Payment/Cart/PaymentHandler/PaymentHandlerInterface.php';
  50075.         include_once \dirname(__DIR__4).'/vendor/shopware/core/Checkout/Payment/Cart/PaymentHandler/SynchronousPaymentHandlerInterface.php';
  50076.         include_once \dirname(__DIR__4).'/vendor/store.shopware.com/swagpaypal/src/Checkout/Payment/Method/AbstractSyncAPMHandler.php';
  50077.         include_once \dirname(__DIR__4).'/vendor/store.shopware.com/swagpaypal/src/Checkout/Payment/Method/PayLaterHandler.php';
  50078.         $a = ($this->privates['Shopware\\Core\\Checkout\\Order\\Aggregate\\OrderTransaction\\OrderTransactionStateHandler'] ?? $this->getOrderTransactionStateHandlerService());
  50079.         if (isset($this->privates['Swag\\PayPal\\Checkout\\Payment\\Method\\PayLaterHandler'])) {
  50080.             return $this->privates['Swag\\PayPal\\Checkout\\Payment\\Method\\PayLaterHandler'];
  50081.         }
  50082.         $b = ($this->privates['Swag\\PayPal\\Checkout\\Payment\\Service\\OrderPatchService'] ?? $this->getOrderPatchServiceService());
  50083.         if (isset($this->privates['Swag\\PayPal\\Checkout\\Payment\\Method\\PayLaterHandler'])) {
  50084.             return $this->privates['Swag\\PayPal\\Checkout\\Payment\\Method\\PayLaterHandler'];
  50085.         }
  50086.         return $this->privates['Swag\\PayPal\\Checkout\\Payment\\Method\\PayLaterHandler'] = new \Swag\PayPal\Checkout\Payment\Method\PayLaterHandler(($this->privates['Swag\\PayPal\\Setting\\Service\\SettingsValidationService'] ?? $this->getSettingsValidationServiceService()), $a, ($this->privates['Swag\\PayPal\\Checkout\\Payment\\Service\\OrderExecuteService'] ?? $this->getOrderExecuteServiceService()), $b, ($this->privates['Swag\\PayPal\\Checkout\\Payment\\Service\\TransactionDataService'] ?? $this->getTransactionDataServiceService()), ($this->privates['Swag\\PayPal\\Util\\Logger'] ?? $this->getLogger3Service()), ($this->privates['Swag\\PayPal\\RestApi\\V2\\Resource\\OrderResource'] ?? $this->getOrderResourceService()));
  50087.     }
  50088.     /**
  50089.      * Gets the private 'Swag\PayPal\Checkout\Payment\Method\SEPAHandler' shared service.
  50090.      *
  50091.      * @return \Swag\PayPal\Checkout\Payment\Method\SEPAHandler
  50092.      */
  50093.     protected function getSEPAHandlerService()
  50094.     {
  50095.         include_once \dirname(__DIR__4).'/vendor/store.shopware.com/swagpaypal/src/Checkout/Payment/Method/AbstractPaymentMethodHandler.php';
  50096.         include_once \dirname(__DIR__4).'/vendor/shopware/core/Checkout/Payment/Cart/PaymentHandler/PaymentHandlerInterface.php';
  50097.         include_once \dirname(__DIR__4).'/vendor/shopware/core/Checkout/Payment/Cart/PaymentHandler/SynchronousPaymentHandlerInterface.php';
  50098.         include_once \dirname(__DIR__4).'/vendor/store.shopware.com/swagpaypal/src/Checkout/Payment/Method/AbstractSyncAPMHandler.php';
  50099.         include_once \dirname(__DIR__4).'/vendor/store.shopware.com/swagpaypal/src/Checkout/Payment/Method/SEPAHandler.php';
  50100.         $a = ($this->privates['Shopware\\Core\\Checkout\\Order\\Aggregate\\OrderTransaction\\OrderTransactionStateHandler'] ?? $this->getOrderTransactionStateHandlerService());
  50101.         if (isset($this->privates['Swag\\PayPal\\Checkout\\Payment\\Method\\SEPAHandler'])) {
  50102.             return $this->privates['Swag\\PayPal\\Checkout\\Payment\\Method\\SEPAHandler'];
  50103.         }
  50104.         $b = ($this->privates['Swag\\PayPal\\Checkout\\Payment\\Service\\OrderPatchService'] ?? $this->getOrderPatchServiceService());
  50105.         if (isset($this->privates['Swag\\PayPal\\Checkout\\Payment\\Method\\SEPAHandler'])) {
  50106.             return $this->privates['Swag\\PayPal\\Checkout\\Payment\\Method\\SEPAHandler'];
  50107.         }
  50108.         return $this->privates['Swag\\PayPal\\Checkout\\Payment\\Method\\SEPAHandler'] = new \Swag\PayPal\Checkout\Payment\Method\SEPAHandler(($this->privates['Swag\\PayPal\\Setting\\Service\\SettingsValidationService'] ?? $this->getSettingsValidationServiceService()), $a, ($this->privates['Swag\\PayPal\\Checkout\\Payment\\Service\\OrderExecuteService'] ?? $this->getOrderExecuteServiceService()), $b, ($this->privates['Swag\\PayPal\\Checkout\\Payment\\Service\\TransactionDataService'] ?? $this->getTransactionDataServiceService()), ($this->privates['Swag\\PayPal\\Util\\Logger'] ?? $this->getLogger3Service()), ($this->privates['Swag\\PayPal\\RestApi\\V2\\Resource\\OrderResource'] ?? $this->getOrderResourceService()));
  50109.     }
  50110.     /**
  50111.      * Gets the private 'Swag\PayPal\Checkout\Payment\Method\SofortAPMHandler' shared service.
  50112.      *
  50113.      * @return \Swag\PayPal\Checkout\Payment\Method\APMHandler
  50114.      */
  50115.     protected function getSofortAPMHandlerService()
  50116.     {
  50117.         include_once \dirname(__DIR__4).'/vendor/store.shopware.com/swagpaypal/src/Checkout/Payment/Method/AbstractPaymentMethodHandler.php';
  50118.         include_once \dirname(__DIR__4).'/vendor/shopware/core/Checkout/Payment/Cart/PaymentHandler/PaymentHandlerInterface.php';
  50119.         include_once \dirname(__DIR__4).'/vendor/shopware/core/Checkout/Payment/Cart/PaymentHandler/AsynchronousPaymentHandlerInterface.php';
  50120.         include_once \dirname(__DIR__4).'/vendor/store.shopware.com/swagpaypal/src/Checkout/Payment/Method/APMHandler.php';
  50121.         include_once \dirname(__DIR__4).'/vendor/store.shopware.com/swagpaypal/src/OrdersApi/Builder/AbstractOrderBuilder.php';
  50122.         include_once \dirname(__DIR__4).'/vendor/store.shopware.com/swagpaypal/src/OrdersApi/Builder/APM/AbstractAPMOrderBuilder.php';
  50123.         include_once \dirname(__DIR__4).'/vendor/store.shopware.com/swagpaypal/src/OrdersApi/Builder/APM/SofortOrderBuilder.php';
  50124.         include_once \dirname(__DIR__4).'/vendor/store.shopware.com/swagpaypal/src/OrdersApi/Builder/Util/AddressProvider.php';
  50125.         $a = ($this->privates['Shopware\\Core\\Checkout\\Order\\Aggregate\\OrderTransaction\\OrderTransactionStateHandler'] ?? $this->getOrderTransactionStateHandlerService());
  50126.         if (isset($this->privates['Swag\\PayPal\\Checkout\\Payment\\Method\\SofortAPMHandler'])) {
  50127.             return $this->privates['Swag\\PayPal\\Checkout\\Payment\\Method\\SofortAPMHandler'];
  50128.         }
  50129.         $b = ($this->services['Shopware\\Core\\System\\SystemConfig\\SystemConfigService'] ?? $this->getSystemConfigServiceService());
  50130.         if (isset($this->privates['Swag\\PayPal\\Checkout\\Payment\\Method\\SofortAPMHandler'])) {
  50131.             return $this->privates['Swag\\PayPal\\Checkout\\Payment\\Method\\SofortAPMHandler'];
  50132.         }
  50133.         $c = ($this->privates['Swag\\PayPal\\OrdersApi\\Builder\\Util\\ItemListProvider'] ?? $this->getItemListProviderService());
  50134.         if (isset($this->privates['Swag\\PayPal\\Checkout\\Payment\\Method\\SofortAPMHandler'])) {
  50135.             return $this->privates['Swag\\PayPal\\Checkout\\Payment\\Method\\SofortAPMHandler'];
  50136.         }
  50137.         return $this->privates['Swag\\PayPal\\Checkout\\Payment\\Method\\SofortAPMHandler'] = new \Swag\PayPal\Checkout\Payment\Method\APMHandler(($this->privates['Swag\\PayPal\\Checkout\\Payment\\Service\\TransactionDataService'] ?? $this->getTransactionDataServiceService()), $a, ($this->privates['Swag\\PayPal\\Setting\\Service\\SettingsValidationService'] ?? $this->getSettingsValidationServiceService()), ($this->privates['Swag\\PayPal\\RestApi\\V2\\Resource\\OrderResource'] ?? $this->getOrderResourceService()), ($this->privates['Swag\\PayPal\\Util\\Logger'] ?? $this->getLogger3Service()), new \Swag\PayPal\OrdersApi\Builder\APM\SofortOrderBuilder($b, ($this->privates['Swag\\PayPal\\OrdersApi\\Builder\\Util\\PurchaseUnitProvider'] ?? $this->getPurchaseUnitProviderService()), ($this->privates['Swag\\PayPal\\OrdersApi\\Builder\\Util\\AddressProvider'] ?? ($this->privates['Swag\\PayPal\\OrdersApi\\Builder\\Util\\AddressProvider'] = new \Swag\PayPal\OrdersApi\Builder\Util\AddressProvider())), $c));
  50138.     }
  50139.     /**
  50140.      * Gets the private 'Swag\PayPal\Checkout\Payment\Method\TrustlyAPMHandler' shared service.
  50141.      *
  50142.      * @return \Swag\PayPal\Checkout\Payment\Method\APMHandler
  50143.      */
  50144.     protected function getTrustlyAPMHandlerService()
  50145.     {
  50146.         include_once \dirname(__DIR__4).'/vendor/store.shopware.com/swagpaypal/src/Checkout/Payment/Method/AbstractPaymentMethodHandler.php';
  50147.         include_once \dirname(__DIR__4).'/vendor/shopware/core/Checkout/Payment/Cart/PaymentHandler/PaymentHandlerInterface.php';
  50148.         include_once \dirname(__DIR__4).'/vendor/shopware/core/Checkout/Payment/Cart/PaymentHandler/AsynchronousPaymentHandlerInterface.php';
  50149.         include_once \dirname(__DIR__4).'/vendor/store.shopware.com/swagpaypal/src/Checkout/Payment/Method/APMHandler.php';
  50150.         include_once \dirname(__DIR__4).'/vendor/store.shopware.com/swagpaypal/src/OrdersApi/Builder/AbstractOrderBuilder.php';
  50151.         include_once \dirname(__DIR__4).'/vendor/store.shopware.com/swagpaypal/src/OrdersApi/Builder/APM/AbstractAPMOrderBuilder.php';
  50152.         include_once \dirname(__DIR__4).'/vendor/store.shopware.com/swagpaypal/src/OrdersApi/Builder/APM/TrustlyOrderBuilder.php';
  50153.         include_once \dirname(__DIR__4).'/vendor/store.shopware.com/swagpaypal/src/OrdersApi/Builder/Util/AddressProvider.php';
  50154.         $a = ($this->privates['Shopware\\Core\\Checkout\\Order\\Aggregate\\OrderTransaction\\OrderTransactionStateHandler'] ?? $this->getOrderTransactionStateHandlerService());
  50155.         if (isset($this->privates['Swag\\PayPal\\Checkout\\Payment\\Method\\TrustlyAPMHandler'])) {
  50156.             return $this->privates['Swag\\PayPal\\Checkout\\Payment\\Method\\TrustlyAPMHandler'];
  50157.         }
  50158.         $b = ($this->services['Shopware\\Core\\System\\SystemConfig\\SystemConfigService'] ?? $this->getSystemConfigServiceService());
  50159.         if (isset($this->privates['Swag\\PayPal\\Checkout\\Payment\\Method\\TrustlyAPMHandler'])) {
  50160.             return $this->privates['Swag\\PayPal\\Checkout\\Payment\\Method\\TrustlyAPMHandler'];
  50161.         }
  50162.         $c = ($this->privates['Swag\\PayPal\\OrdersApi\\Builder\\Util\\ItemListProvider'] ?? $this->getItemListProviderService());
  50163.         if (isset($this->privates['Swag\\PayPal\\Checkout\\Payment\\Method\\TrustlyAPMHandler'])) {
  50164.             return $this->privates['Swag\\PayPal\\Checkout\\Payment\\Method\\TrustlyAPMHandler'];
  50165.         }
  50166.         return $this->privates['Swag\\PayPal\\Checkout\\Payment\\Method\\TrustlyAPMHandler'] = new \Swag\PayPal\Checkout\Payment\Method\APMHandler(($this->privates['Swag\\PayPal\\Checkout\\Payment\\Service\\TransactionDataService'] ?? $this->getTransactionDataServiceService()), $a, ($this->privates['Swag\\PayPal\\Setting\\Service\\SettingsValidationService'] ?? $this->getSettingsValidationServiceService()), ($this->privates['Swag\\PayPal\\RestApi\\V2\\Resource\\OrderResource'] ?? $this->getOrderResourceService()), ($this->privates['Swag\\PayPal\\Util\\Logger'] ?? $this->getLogger3Service()), new \Swag\PayPal\OrdersApi\Builder\APM\TrustlyOrderBuilder($b, ($this->privates['Swag\\PayPal\\OrdersApi\\Builder\\Util\\PurchaseUnitProvider'] ?? $this->getPurchaseUnitProviderService()), ($this->privates['Swag\\PayPal\\OrdersApi\\Builder\\Util\\AddressProvider'] ?? ($this->privates['Swag\\PayPal\\OrdersApi\\Builder\\Util\\AddressProvider'] = new \Swag\PayPal\OrdersApi\Builder\Util\AddressProvider())), $c));
  50167.     }
  50168.     /**
  50169.      * Gets the private 'Swag\PayPal\Checkout\Payment\Method\VenmoHandler' shared service.
  50170.      *
  50171.      * @return \Swag\PayPal\Checkout\Payment\Method\VenmoHandler
  50172.      */
  50173.     protected function getVenmoHandlerService()
  50174.     {
  50175.         include_once \dirname(__DIR__4).'/vendor/store.shopware.com/swagpaypal/src/Checkout/Payment/Method/AbstractPaymentMethodHandler.php';
  50176.         include_once \dirname(__DIR__4).'/vendor/shopware/core/Checkout/Payment/Cart/PaymentHandler/PaymentHandlerInterface.php';
  50177.         include_once \dirname(__DIR__4).'/vendor/shopware/core/Checkout/Payment/Cart/PaymentHandler/SynchronousPaymentHandlerInterface.php';
  50178.         include_once \dirname(__DIR__4).'/vendor/store.shopware.com/swagpaypal/src/Checkout/Payment/Method/AbstractSyncAPMHandler.php';
  50179.         include_once \dirname(__DIR__4).'/vendor/store.shopware.com/swagpaypal/src/Checkout/Payment/Method/VenmoHandler.php';
  50180.         $a = ($this->privates['Shopware\\Core\\Checkout\\Order\\Aggregate\\OrderTransaction\\OrderTransactionStateHandler'] ?? $this->getOrderTransactionStateHandlerService());
  50181.         if (isset($this->privates['Swag\\PayPal\\Checkout\\Payment\\Method\\VenmoHandler'])) {
  50182.             return $this->privates['Swag\\PayPal\\Checkout\\Payment\\Method\\VenmoHandler'];
  50183.         }
  50184.         $b = ($this->privates['Swag\\PayPal\\Checkout\\Payment\\Service\\OrderPatchService'] ?? $this->getOrderPatchServiceService());
  50185.         if (isset($this->privates['Swag\\PayPal\\Checkout\\Payment\\Method\\VenmoHandler'])) {
  50186.             return $this->privates['Swag\\PayPal\\Checkout\\Payment\\Method\\VenmoHandler'];
  50187.         }
  50188.         return $this->privates['Swag\\PayPal\\Checkout\\Payment\\Method\\VenmoHandler'] = new \Swag\PayPal\Checkout\Payment\Method\VenmoHandler(($this->privates['Swag\\PayPal\\Setting\\Service\\SettingsValidationService'] ?? $this->getSettingsValidationServiceService()), $a, ($this->privates['Swag\\PayPal\\Checkout\\Payment\\Service\\OrderExecuteService'] ?? $this->getOrderExecuteServiceService()), $b, ($this->privates['Swag\\PayPal\\Checkout\\Payment\\Service\\TransactionDataService'] ?? $this->getTransactionDataServiceService()), ($this->privates['Swag\\PayPal\\Util\\Logger'] ?? $this->getLogger3Service()), ($this->privates['Swag\\PayPal\\RestApi\\V2\\Resource\\OrderResource'] ?? $this->getOrderResourceService()));
  50189.     }
  50190.     /**
  50191.      * Gets the private 'Swag\PayPal\Checkout\Payment\PayPalPaymentHandler' shared service.
  50192.      *
  50193.      * @return \Swag\PayPal\Checkout\Payment\PayPalPaymentHandler
  50194.      */
  50195.     protected function getPayPalPaymentHandlerService()
  50196.     {
  50197.         include_once \dirname(__DIR__4).'/vendor/shopware/core/Checkout/Payment/Cart/PaymentHandler/PaymentHandlerInterface.php';
  50198.         include_once \dirname(__DIR__4).'/vendor/shopware/core/Checkout/Payment/Cart/PaymentHandler/AsynchronousPaymentHandlerInterface.php';
  50199.         include_once \dirname(__DIR__4).'/vendor/store.shopware.com/swagpaypal/src/Checkout/Payment/PayPalPaymentHandler.php';
  50200.         include_once \dirname(__DIR__4).'/vendor/store.shopware.com/swagpaypal/src/Checkout/Payment/Handler/PayPalHandler.php';
  50201.         include_once \dirname(__DIR__4).'/vendor/store.shopware.com/swagpaypal/src/Checkout/Payment/Handler/PlusPuiHandler.php';
  50202.         include_once \dirname(__DIR__4).'/vendor/store.shopware.com/swagpaypal/src/PaymentsApi/Patch/PayerInfoPatchBuilder.php';
  50203.         include_once \dirname(__DIR__4).'/vendor/store.shopware.com/swagpaypal/src/PaymentsApi/Patch/OrderNumberPatchBuilder.php';
  50204.         include_once \dirname(__DIR__4).'/vendor/store.shopware.com/swagpaypal/src/PaymentsApi/Patch/TransactionPatchBuilder.php';
  50205.         include_once \dirname(__DIR__4).'/vendor/store.shopware.com/swagpaypal/src/PaymentsApi/Patch/ShippingAddressPatchBuilder.php';
  50206.         $a = ($this->privates['Shopware\\Core\\Checkout\\Order\\Aggregate\\OrderTransaction\\OrderTransactionStateHandler'] ?? $this->getOrderTransactionStateHandlerService());
  50207.         if (isset($this->privates['Swag\\PayPal\\Checkout\\Payment\\PayPalPaymentHandler'])) {
  50208.             return $this->privates['Swag\\PayPal\\Checkout\\Payment\\PayPalPaymentHandler'];
  50209.         }
  50210.         $b = ($this->privates['Swag\\PayPal\\OrdersApi\\Builder\\OrderFromOrderBuilder'] ?? $this->getOrderFromOrderBuilderService());
  50211.         if (isset($this->privates['Swag\\PayPal\\Checkout\\Payment\\PayPalPaymentHandler'])) {
  50212.             return $this->privates['Swag\\PayPal\\Checkout\\Payment\\PayPalPaymentHandler'];
  50213.         }
  50214.         $c = ($this->privates['Swag\\PayPal\\Checkout\\Payment\\Service\\OrderPatchService'] ?? $this->getOrderPatchServiceService());
  50215.         if (isset($this->privates['Swag\\PayPal\\Checkout\\Payment\\PayPalPaymentHandler'])) {
  50216.             return $this->privates['Swag\\PayPal\\Checkout\\Payment\\PayPalPaymentHandler'];
  50217.         }
  50218.         $d = ($this->services['order_transaction.repository'] ?? $this->getOrderTransaction_RepositoryService());
  50219.         if (isset($this->privates['Swag\\PayPal\\Checkout\\Payment\\PayPalPaymentHandler'])) {
  50220.             return $this->privates['Swag\\PayPal\\Checkout\\Payment\\PayPalPaymentHandler'];
  50221.         }
  50222.         $e = ($this->privates['Swag\\PayPal\\PaymentsApi\\Builder\\OrderPaymentBuilder'] ?? $this->getOrderPaymentBuilderService());
  50223.         if (isset($this->privates['Swag\\PayPal\\Checkout\\Payment\\PayPalPaymentHandler'])) {
  50224.             return $this->privates['Swag\\PayPal\\Checkout\\Payment\\PayPalPaymentHandler'];
  50225.         }
  50226.         $f = ($this->services['state_machine_state.repository'] ?? $this->getStateMachineState_RepositoryService());
  50227.         if (isset($this->privates['Swag\\PayPal\\Checkout\\Payment\\PayPalPaymentHandler'])) {
  50228.             return $this->privates['Swag\\PayPal\\Checkout\\Payment\\PayPalPaymentHandler'];
  50229.         }
  50230.         $g = ($this->privates['Swag\\PayPal\\Util\\Logger'] ?? $this->getLogger3Service());
  50231.         return $this->privates['Swag\\PayPal\\Checkout\\Payment\\PayPalPaymentHandler'] = new \Swag\PayPal\Checkout\Payment\PayPalPaymentHandler($a, new \Swag\PayPal\Checkout\Payment\Handler\PayPalHandler($b, ($this->privates['Swag\\PayPal\\RestApi\\V2\\Resource\\OrderResource'] ?? $this->getOrderResourceService()), ($this->privates['Swag\\PayPal\\Checkout\\Payment\\Service\\OrderExecuteService'] ?? $this->getOrderExecuteServiceService()), $c, ($this->privates['Swag\\PayPal\\Checkout\\Payment\\Service\\TransactionDataService'] ?? $this->getTransactionDataServiceService()), $g), new \Swag\PayPal\Checkout\Payment\Handler\PlusPuiHandler(($this->privates['Swag\\PayPal\\RestApi\\V1\\Resource\\PaymentResource'] ?? $this->getPaymentResourceService()), $d, new \Swag\PayPal\PaymentsApi\Patch\PayerInfoPatchBuilder(), new \Swag\PayPal\PaymentsApi\Patch\OrderNumberPatchBuilder(), new \Swag\PayPal\PaymentsApi\Patch\TransactionPatchBuilder($e), new \Swag\PayPal\PaymentsApi\Patch\ShippingAddressPatchBuilder(), $a$g), $f$g, ($this->privates['Swag\\PayPal\\Setting\\Service\\SettingsValidationService'] ?? $this->getSettingsValidationServiceService()));
  50232.     }
  50233.     /**
  50234.      * Gets the private 'Swag\PayPal\Checkout\Payment\ScheduledTask\CancelTransactionsTaskHandler' shared service.
  50235.      *
  50236.      * @return \Swag\PayPal\Checkout\Payment\ScheduledTask\CancelTransactionsTaskHandler
  50237.      */
  50238.     protected function getCancelTransactionsTaskHandlerService()
  50239.     {
  50240.         include_once \dirname(__DIR__4).'/vendor/store.shopware.com/swagpaypal/src/Checkout/Payment/ScheduledTask/CancelTransactionsTaskHandler.php';
  50241.         $a = ($this->services['scheduled_task.repository'] ?? $this->getScheduledTask_RepositoryService());
  50242.         if (isset($this->privates['Swag\\PayPal\\Checkout\\Payment\\ScheduledTask\\CancelTransactionsTaskHandler'])) {
  50243.             return $this->privates['Swag\\PayPal\\Checkout\\Payment\\ScheduledTask\\CancelTransactionsTaskHandler'];
  50244.         }
  50245.         $b = ($this->privates['Swag\\PayPal\\Util\\PaymentMethodUtil'] ?? $this->getPaymentMethodUtilService());
  50246.         if (isset($this->privates['Swag\\PayPal\\Checkout\\Payment\\ScheduledTask\\CancelTransactionsTaskHandler'])) {
  50247.             return $this->privates['Swag\\PayPal\\Checkout\\Payment\\ScheduledTask\\CancelTransactionsTaskHandler'];
  50248.         }
  50249.         $c = ($this->services['state_machine_state.repository'] ?? $this->getStateMachineState_RepositoryService());
  50250.         if (isset($this->privates['Swag\\PayPal\\Checkout\\Payment\\ScheduledTask\\CancelTransactionsTaskHandler'])) {
  50251.             return $this->privates['Swag\\PayPal\\Checkout\\Payment\\ScheduledTask\\CancelTransactionsTaskHandler'];
  50252.         }
  50253.         $d = ($this->services['order_transaction.repository'] ?? $this->getOrderTransaction_RepositoryService());
  50254.         if (isset($this->privates['Swag\\PayPal\\Checkout\\Payment\\ScheduledTask\\CancelTransactionsTaskHandler'])) {
  50255.             return $this->privates['Swag\\PayPal\\Checkout\\Payment\\ScheduledTask\\CancelTransactionsTaskHandler'];
  50256.         }
  50257.         $e = ($this->privates['Shopware\\Core\\Checkout\\Order\\Aggregate\\OrderTransaction\\OrderTransactionStateHandler'] ?? $this->getOrderTransactionStateHandlerService());
  50258.         if (isset($this->privates['Swag\\PayPal\\Checkout\\Payment\\ScheduledTask\\CancelTransactionsTaskHandler'])) {
  50259.             return $this->privates['Swag\\PayPal\\Checkout\\Payment\\ScheduledTask\\CancelTransactionsTaskHandler'];
  50260.         }
  50261.         return $this->privates['Swag\\PayPal\\Checkout\\Payment\\ScheduledTask\\CancelTransactionsTaskHandler'] = new \Swag\PayPal\Checkout\Payment\ScheduledTask\CancelTransactionsTaskHandler($a$b$c$d$e);
  50262.     }
  50263.     /**
  50264.      * Gets the private 'Swag\PayPal\Checkout\Payment\Service\OrderExecuteService' shared service.
  50265.      *
  50266.      * @return \Swag\PayPal\Checkout\Payment\Service\OrderExecuteService
  50267.      */
  50268.     protected function getOrderExecuteServiceService()
  50269.     {
  50270.         include_once \dirname(__DIR__4).'/vendor/store.shopware.com/swagpaypal/src/Checkout/Payment/Service/OrderExecuteService.php';
  50271.         include_once \dirname(__DIR__4).'/vendor/store.shopware.com/swagpaypal/src/OrdersApi/Patch/OrderNumberPatchBuilder.php';
  50272.         $a = ($this->privates['Swag\\PayPal\\RestApi\\V2\\Resource\\OrderResource'] ?? $this->getOrderResourceService());
  50273.         if (isset($this->privates['Swag\\PayPal\\Checkout\\Payment\\Service\\OrderExecuteService'])) {
  50274.             return $this->privates['Swag\\PayPal\\Checkout\\Payment\\Service\\OrderExecuteService'];
  50275.         }
  50276.         $b = ($this->privates['Shopware\\Core\\Checkout\\Order\\Aggregate\\OrderTransaction\\OrderTransactionStateHandler'] ?? $this->getOrderTransactionStateHandlerService());
  50277.         if (isset($this->privates['Swag\\PayPal\\Checkout\\Payment\\Service\\OrderExecuteService'])) {
  50278.             return $this->privates['Swag\\PayPal\\Checkout\\Payment\\Service\\OrderExecuteService'];
  50279.         }
  50280.         return $this->privates['Swag\\PayPal\\Checkout\\Payment\\Service\\OrderExecuteService'] = new \Swag\PayPal\Checkout\Payment\Service\OrderExecuteService($a$b, new \Swag\PayPal\OrdersApi\Patch\OrderNumberPatchBuilder(), ($this->privates['Swag\\PayPal\\Util\\Logger'] ?? $this->getLogger3Service()));
  50281.     }
  50282.     /**
  50283.      * Gets the private 'Swag\PayPal\Checkout\Payment\Service\OrderPatchService' shared service.
  50284.      *
  50285.      * @return \Swag\PayPal\Checkout\Payment\Service\OrderPatchService
  50286.      */
  50287.     protected function getOrderPatchServiceService()
  50288.     {
  50289.         include_once \dirname(__DIR__4).'/vendor/store.shopware.com/swagpaypal/src/Checkout/Payment/Service/OrderPatchService.php';
  50290.         include_once \dirname(__DIR__4).'/vendor/store.shopware.com/swagpaypal/src/OrdersApi/Patch/PurchaseUnitPatchBuilder.php';
  50291.         $a = ($this->services['Shopware\\Core\\System\\SystemConfig\\SystemConfigService'] ?? $this->getSystemConfigServiceService());
  50292.         if (isset($this->privates['Swag\\PayPal\\Checkout\\Payment\\Service\\OrderPatchService'])) {
  50293.             return $this->privates['Swag\\PayPal\\Checkout\\Payment\\Service\\OrderPatchService'];
  50294.         }
  50295.         $b = ($this->privates['Swag\\PayPal\\OrdersApi\\Builder\\Util\\PurchaseUnitProvider'] ?? $this->getPurchaseUnitProviderService());
  50296.         if (isset($this->privates['Swag\\PayPal\\Checkout\\Payment\\Service\\OrderPatchService'])) {
  50297.             return $this->privates['Swag\\PayPal\\Checkout\\Payment\\Service\\OrderPatchService'];
  50298.         }
  50299.         $c = ($this->privates['Swag\\PayPal\\OrdersApi\\Builder\\Util\\ItemListProvider'] ?? $this->getItemListProviderService());
  50300.         if (isset($this->privates['Swag\\PayPal\\Checkout\\Payment\\Service\\OrderPatchService'])) {
  50301.             return $this->privates['Swag\\PayPal\\Checkout\\Payment\\Service\\OrderPatchService'];
  50302.         }
  50303.         return $this->privates['Swag\\PayPal\\Checkout\\Payment\\Service\\OrderPatchService'] = new \Swag\PayPal\Checkout\Payment\Service\OrderPatchService($a, new \Swag\PayPal\OrdersApi\Patch\PurchaseUnitPatchBuilder($b$c), ($this->privates['Swag\\PayPal\\RestApi\\V2\\Resource\\OrderResource'] ?? $this->getOrderResourceService()));
  50304.     }
  50305.     /**
  50306.      * Gets the private 'Swag\PayPal\Checkout\Payment\Service\TransactionDataService' shared service.
  50307.      *
  50308.      * @return \Swag\PayPal\Checkout\Payment\Service\TransactionDataService
  50309.      */
  50310.     protected function getTransactionDataServiceService()
  50311.     {
  50312.         include_once \dirname(__DIR__4).'/vendor/store.shopware.com/swagpaypal/src/Checkout/Payment/Service/TransactionDataService.php';
  50313.         $a = ($this->services['order_transaction.repository'] ?? $this->getOrderTransaction_RepositoryService());
  50314.         if (isset($this->privates['Swag\\PayPal\\Checkout\\Payment\\Service\\TransactionDataService'])) {
  50315.             return $this->privates['Swag\\PayPal\\Checkout\\Payment\\Service\\TransactionDataService'];
  50316.         }
  50317.         return $this->privates['Swag\\PayPal\\Checkout\\Payment\\Service\\TransactionDataService'] = new \Swag\PayPal\Checkout\Payment\Service\TransactionDataService($a);
  50318.     }
  50319.     /**
  50320.      * Gets the private 'Swag\PayPal\Checkout\Plus\PlusSubscriber' shared service.
  50321.      *
  50322.      * @return \Swag\PayPal\Checkout\Plus\PlusSubscriber
  50323.      */
  50324.     protected function getPlusSubscriberService()
  50325.     {
  50326.         include_once \dirname(__DIR__4).'/vendor/store.shopware.com/swagpaypal/src/Checkout/Plus/PlusSubscriber.php';
  50327.         include_once \dirname(__DIR__4).'/vendor/store.shopware.com/swagpaypal/src/Checkout/Plus/Service/PlusDataService.php';
  50328.         include_once \dirname(__DIR__4).'/vendor/store.shopware.com/swagpaypal/src/PaymentsApi/Builder/AbstractPaymentBuilder.php';
  50329.         include_once \dirname(__DIR__4).'/vendor/store.shopware.com/swagpaypal/src/PaymentsApi/Builder/CartPaymentBuilderInterface.php';
  50330.         include_once \dirname(__DIR__4).'/vendor/store.shopware.com/swagpaypal/src/PaymentsApi/Builder/CartPaymentBuilder.php';
  50331.         include_once \dirname(__DIR__4).'/vendor/store.shopware.com/swagpaypal/src/Util/PriceFormatter.php';
  50332.         $a = ($this->services['Shopware\\Core\\System\\SystemConfig\\SystemConfigService'] ?? $this->getSystemConfigServiceService());
  50333.         if (isset($this->privates['Swag\\PayPal\\Checkout\\Plus\\PlusSubscriber'])) {
  50334.             return $this->privates['Swag\\PayPal\\Checkout\\Plus\\PlusSubscriber'];
  50335.         }
  50336.         $b = ($this->services['event_dispatcher'] ?? $this->getEventDispatcherService());
  50337.         if (isset($this->privates['Swag\\PayPal\\Checkout\\Plus\\PlusSubscriber'])) {
  50338.             return $this->privates['Swag\\PayPal\\Checkout\\Plus\\PlusSubscriber'];
  50339.         }
  50340.         $c = ($this->privates['Swag\\PayPal\\PaymentsApi\\Builder\\OrderPaymentBuilder'] ?? $this->getOrderPaymentBuilderService());
  50341.         if (isset($this->privates['Swag\\PayPal\\Checkout\\Plus\\PlusSubscriber'])) {
  50342.             return $this->privates['Swag\\PayPal\\Checkout\\Plus\\PlusSubscriber'];
  50343.         }
  50344.         $d = ($this->services['translator'] ?? $this->getTranslatorService());
  50345.         if (isset($this->privates['Swag\\PayPal\\Checkout\\Plus\\PlusSubscriber'])) {
  50346.             return $this->privates['Swag\\PayPal\\Checkout\\Plus\\PlusSubscriber'];
  50347.         }
  50348.         $e = ($this->privates['Swag\\PayPal\\Util\\LocaleCodeProvider'] ?? $this->getLocaleCodeProviderService());
  50349.         $f = ($this->privates['Swag\\PayPal\\Util\\Logger'] ?? $this->getLogger3Service());
  50350.         $g = ($this->privates['Swag\\PayPal\\Util\\PaymentMethodUtil'] ?? $this->getPaymentMethodUtilService());
  50351.         return $this->privates['Swag\\PayPal\\Checkout\\Plus\\PlusSubscriber'] = new \Swag\PayPal\Checkout\Plus\PlusSubscriber(($this->privates['Swag\\PayPal\\Setting\\Service\\SettingsValidationService'] ?? $this->getSettingsValidationServiceService()), $a, new \Swag\PayPal\Checkout\Plus\Service\PlusDataService(new \Swag\PayPal\PaymentsApi\Builder\CartPaymentBuilder($e, ($this->privates['Swag\\PayPal\\Util\\PriceFormatter'] ?? ($this->privates['Swag\\PayPal\\Util\\PriceFormatter'] = new \Swag\PayPal\Util\PriceFormatter())), $b$f$a), $c, ($this->privates['Swag\\PayPal\\RestApi\\V1\\Resource\\PaymentResource'] ?? $this->getPaymentResourceService()), ($this->services['router'] ?? $this->getRouterService()), $g$e$a), $g$d$f);
  50352.     }
  50353.     /**
  50354.      * Gets the private 'Swag\PayPal\Installment\Banner\InstallmentBannerSubscriber' shared service.
  50355.      *
  50356.      * @return \Swag\PayPal\Installment\Banner\InstallmentBannerSubscriber
  50357.      */
  50358.     protected function getInstallmentBannerSubscriberService()
  50359.     {
  50360.         include_once \dirname(__DIR__4).'/vendor/store.shopware.com/swagpaypal/src/Installment/Banner/InstallmentBannerSubscriber.php';
  50361.         include_once \dirname(__DIR__4).'/vendor/store.shopware.com/swagpaypal/src/Installment/Banner/Service/BannerDataServiceInterface.php';
  50362.         include_once \dirname(__DIR__4).'/vendor/store.shopware.com/swagpaypal/src/Installment/Banner/Service/BannerDataService.php';
  50363.         $a = ($this->services['Shopware\\Core\\System\\SystemConfig\\SystemConfigService'] ?? $this->getSystemConfigServiceService());
  50364.         if (isset($this->privates['Swag\\PayPal\\Installment\\Banner\\InstallmentBannerSubscriber'])) {
  50365.             return $this->privates['Swag\\PayPal\\Installment\\Banner\\InstallmentBannerSubscriber'];
  50366.         }
  50367.         $b = ($this->services['language.repository'] ?? $this->getLanguage_RepositoryService());
  50368.         if (isset($this->privates['Swag\\PayPal\\Installment\\Banner\\InstallmentBannerSubscriber'])) {
  50369.             return $this->privates['Swag\\PayPal\\Installment\\Banner\\InstallmentBannerSubscriber'];
  50370.         }
  50371.         $c = ($this->privates['Swag\\PayPal\\Checkout\\Cart\\Service\\ExcludedProductValidator'] ?? $this->getExcludedProductValidator2Service());
  50372.         if (isset($this->privates['Swag\\PayPal\\Installment\\Banner\\InstallmentBannerSubscriber'])) {
  50373.             return $this->privates['Swag\\PayPal\\Installment\\Banner\\InstallmentBannerSubscriber'];
  50374.         }
  50375.         $d = ($this->privates['Swag\\PayPal\\Util\\PaymentMethodUtil'] ?? $this->getPaymentMethodUtilService());
  50376.         return $this->privates['Swag\\PayPal\\Installment\\Banner\\InstallmentBannerSubscriber'] = new \Swag\PayPal\Installment\Banner\InstallmentBannerSubscriber(($this->privates['Swag\\PayPal\\Setting\\Service\\SettingsValidationService'] ?? $this->getSettingsValidationServiceService()), $d, new \Swag\PayPal\Installment\Banner\Service\BannerDataService($d, ($this->privates['Swag\\PayPal\\Setting\\Service\\CredentialsUtil'] ?? $this->getCredentialsUtilService()), $a$b), $c, ($this->privates['Swag\\PayPal\\Util\\Logger'] ?? $this->getLogger3Service()));
  50377.     }
  50378.     /**
  50379.      * Gets the private 'Swag\PayPal\OrdersApi\Builder\OrderFromCartBuilder' shared service.
  50380.      *
  50381.      * @return \Swag\PayPal\OrdersApi\Builder\OrderFromCartBuilder
  50382.      */
  50383.     protected function getOrderFromCartBuilderService()
  50384.     {
  50385.         include_once \dirname(__DIR__4).'/vendor/store.shopware.com/swagpaypal/src/OrdersApi/Builder/AbstractOrderBuilder.php';
  50386.         include_once \dirname(__DIR__4).'/vendor/store.shopware.com/swagpaypal/src/OrdersApi/Builder/OrderFromCartBuilder.php';
  50387.         include_once \dirname(__DIR__4).'/vendor/store.shopware.com/swagpaypal/src/Util/PriceFormatter.php';
  50388.         include_once \dirname(__DIR__4).'/vendor/store.shopware.com/swagpaypal/src/OrdersApi/Builder/Util/AddressProvider.php';
  50389.         return $this->privates['Swag\\PayPal\\OrdersApi\\Builder\\OrderFromCartBuilder'] = new \Swag\PayPal\OrdersApi\Builder\OrderFromCartBuilder(($this->privates['Swag\\PayPal\\Util\\PriceFormatter'] ?? ($this->privates['Swag\\PayPal\\Util\\PriceFormatter'] = new \Swag\PayPal\Util\PriceFormatter())), ($this->services['Shopware\\Core\\System\\SystemConfig\\SystemConfigService'] ?? $this->getSystemConfigServiceService()), ($this->privates['Swag\\PayPal\\OrdersApi\\Builder\\Util\\PurchaseUnitProvider'] ?? $this->getPurchaseUnitProviderService()), ($this->privates['Swag\\PayPal\\OrdersApi\\Builder\\Util\\AddressProvider'] ?? ($this->privates['Swag\\PayPal\\OrdersApi\\Builder\\Util\\AddressProvider'] = new \Swag\PayPal\OrdersApi\Builder\Util\AddressProvider())), ($this->services['event_dispatcher'] ?? $this->getEventDispatcherService()), ($this->privates['Swag\\PayPal\\Util\\Logger'] ?? $this->getLogger3Service()));
  50390.     }
  50391.     /**
  50392.      * Gets the private 'Swag\PayPal\OrdersApi\Builder\OrderFromOrderBuilder' shared service.
  50393.      *
  50394.      * @return \Swag\PayPal\OrdersApi\Builder\OrderFromOrderBuilder
  50395.      */
  50396.     protected function getOrderFromOrderBuilderService()
  50397.     {
  50398.         include_once \dirname(__DIR__4).'/vendor/store.shopware.com/swagpaypal/src/OrdersApi/Builder/AbstractOrderBuilder.php';
  50399.         include_once \dirname(__DIR__4).'/vendor/store.shopware.com/swagpaypal/src/OrdersApi/Builder/OrderFromOrderBuilder.php';
  50400.         include_once \dirname(__DIR__4).'/vendor/store.shopware.com/swagpaypal/src/OrdersApi/Builder/Util/AddressProvider.php';
  50401.         $a = ($this->services['Shopware\\Core\\System\\SystemConfig\\SystemConfigService'] ?? $this->getSystemConfigServiceService());
  50402.         if (isset($this->privates['Swag\\PayPal\\OrdersApi\\Builder\\OrderFromOrderBuilder'])) {
  50403.             return $this->privates['Swag\\PayPal\\OrdersApi\\Builder\\OrderFromOrderBuilder'];
  50404.         }
  50405.         $b = ($this->privates['Swag\\PayPal\\OrdersApi\\Builder\\Util\\ItemListProvider'] ?? $this->getItemListProviderService());
  50406.         if (isset($this->privates['Swag\\PayPal\\OrdersApi\\Builder\\OrderFromOrderBuilder'])) {
  50407.             return $this->privates['Swag\\PayPal\\OrdersApi\\Builder\\OrderFromOrderBuilder'];
  50408.         }
  50409.         return $this->privates['Swag\\PayPal\\OrdersApi\\Builder\\OrderFromOrderBuilder'] = new \Swag\PayPal\OrdersApi\Builder\OrderFromOrderBuilder($a, ($this->privates['Swag\\PayPal\\OrdersApi\\Builder\\Util\\PurchaseUnitProvider'] ?? $this->getPurchaseUnitProviderService()), ($this->privates['Swag\\PayPal\\OrdersApi\\Builder\\Util\\AddressProvider'] ?? ($this->privates['Swag\\PayPal\\OrdersApi\\Builder\\Util\\AddressProvider'] = new \Swag\PayPal\OrdersApi\Builder\Util\AddressProvider())), $b);
  50410.     }
  50411.     /**
  50412.      * Gets the private 'Swag\PayPal\OrdersApi\Builder\Util\ItemListProvider' shared service.
  50413.      *
  50414.      * @return \Swag\PayPal\OrdersApi\Builder\Util\ItemListProvider
  50415.      */
  50416.     protected function getItemListProviderService()
  50417.     {
  50418.         include_once \dirname(__DIR__4).'/vendor/store.shopware.com/swagpaypal/src/OrdersApi/Builder/Util/ItemListProvider.php';
  50419.         include_once \dirname(__DIR__4).'/vendor/store.shopware.com/swagpaypal/src/Util/PriceFormatter.php';
  50420.         $a = ($this->services['event_dispatcher'] ?? $this->getEventDispatcherService());
  50421.         if (isset($this->privates['Swag\\PayPal\\OrdersApi\\Builder\\Util\\ItemListProvider'])) {
  50422.             return $this->privates['Swag\\PayPal\\OrdersApi\\Builder\\Util\\ItemListProvider'];
  50423.         }
  50424.         return $this->privates['Swag\\PayPal\\OrdersApi\\Builder\\Util\\ItemListProvider'] = new \Swag\PayPal\OrdersApi\Builder\Util\ItemListProvider(($this->privates['Swag\\PayPal\\Util\\PriceFormatter'] ?? ($this->privates['Swag\\PayPal\\Util\\PriceFormatter'] = new \Swag\PayPal\Util\PriceFormatter())), $a, ($this->privates['Swag\\PayPal\\Util\\Logger'] ?? $this->getLogger3Service()));
  50425.     }
  50426.     /**
  50427.      * Gets the private 'Swag\PayPal\OrdersApi\Builder\Util\PurchaseUnitProvider' shared service.
  50428.      *
  50429.      * @return \Swag\PayPal\OrdersApi\Builder\Util\PurchaseUnitProvider
  50430.      */
  50431.     protected function getPurchaseUnitProviderService()
  50432.     {
  50433.         include_once \dirname(__DIR__4).'/vendor/store.shopware.com/swagpaypal/src/OrdersApi/Builder/Util/PurchaseUnitProvider.php';
  50434.         include_once \dirname(__DIR__4).'/vendor/store.shopware.com/swagpaypal/src/OrdersApi/Builder/Util/AmountProvider.php';
  50435.         include_once \dirname(__DIR__4).'/vendor/store.shopware.com/swagpaypal/src/OrdersApi/Builder/Util/CustomIdProvider.php';
  50436.         include_once \dirname(__DIR__4).'/vendor/store.shopware.com/swagpaypal/src/Util/PriceFormatter.php';
  50437.         include_once \dirname(__DIR__4).'/vendor/store.shopware.com/swagpaypal/src/OrdersApi/Builder/Util/AddressProvider.php';
  50438.         $a = ($this->services['plugin.repository'] ?? $this->getPlugin_RepositoryService());
  50439.         if (isset($this->privates['Swag\\PayPal\\OrdersApi\\Builder\\Util\\PurchaseUnitProvider'])) {
  50440.             return $this->privates['Swag\\PayPal\\OrdersApi\\Builder\\Util\\PurchaseUnitProvider'];
  50441.         }
  50442.         $b = ($this->services['Shopware\\Core\\System\\SystemConfig\\SystemConfigService'] ?? $this->getSystemConfigServiceService());
  50443.         if (isset($this->privates['Swag\\PayPal\\OrdersApi\\Builder\\Util\\PurchaseUnitProvider'])) {
  50444.             return $this->privates['Swag\\PayPal\\OrdersApi\\Builder\\Util\\PurchaseUnitProvider'];
  50445.         }
  50446.         return $this->privates['Swag\\PayPal\\OrdersApi\\Builder\\Util\\PurchaseUnitProvider'] = new \Swag\PayPal\OrdersApi\Builder\Util\PurchaseUnitProvider(new \Swag\PayPal\OrdersApi\Builder\Util\AmountProvider(($this->privates['Swag\\PayPal\\Util\\PriceFormatter'] ?? ($this->privates['Swag\\PayPal\\Util\\PriceFormatter'] = new \Swag\PayPal\Util\PriceFormatter()))), ($this->privates['Swag\\PayPal\\OrdersApi\\Builder\\Util\\AddressProvider'] ?? ($this->privates['Swag\\PayPal\\OrdersApi\\Builder\\Util\\AddressProvider'] = new \Swag\PayPal\OrdersApi\Builder\Util\AddressProvider())), new \Swag\PayPal\OrdersApi\Builder\Util\CustomIdProvider($a'6.4.20.0'), $b);
  50447.     }
  50448.     /**
  50449.      * Gets the private 'Swag\PayPal\PaymentsApi\Builder\OrderPaymentBuilder' shared service.
  50450.      *
  50451.      * @return \Swag\PayPal\PaymentsApi\Builder\OrderPaymentBuilder
  50452.      */
  50453.     protected function getOrderPaymentBuilderService()
  50454.     {
  50455.         include_once \dirname(__DIR__4).'/vendor/store.shopware.com/swagpaypal/src/PaymentsApi/Builder/AbstractPaymentBuilder.php';
  50456.         include_once \dirname(__DIR__4).'/vendor/store.shopware.com/swagpaypal/src/PaymentsApi/Builder/OrderPaymentBuilderInterface.php';
  50457.         include_once \dirname(__DIR__4).'/vendor/store.shopware.com/swagpaypal/src/PaymentsApi/Builder/OrderPaymentBuilder.php';
  50458.         include_once \dirname(__DIR__4).'/vendor/store.shopware.com/swagpaypal/src/Util/PriceFormatter.php';
  50459.         $a = ($this->services['event_dispatcher'] ?? $this->getEventDispatcherService());
  50460.         if (isset($this->privates['Swag\\PayPal\\PaymentsApi\\Builder\\OrderPaymentBuilder'])) {
  50461.             return $this->privates['Swag\\PayPal\\PaymentsApi\\Builder\\OrderPaymentBuilder'];
  50462.         }
  50463.         $b = ($this->services['Shopware\\Core\\System\\SystemConfig\\SystemConfigService'] ?? $this->getSystemConfigServiceService());
  50464.         if (isset($this->privates['Swag\\PayPal\\PaymentsApi\\Builder\\OrderPaymentBuilder'])) {
  50465.             return $this->privates['Swag\\PayPal\\PaymentsApi\\Builder\\OrderPaymentBuilder'];
  50466.         }
  50467.         $c = ($this->services['currency.repository'] ?? $this->getCurrency_RepositoryService());
  50468.         if (isset($this->privates['Swag\\PayPal\\PaymentsApi\\Builder\\OrderPaymentBuilder'])) {
  50469.             return $this->privates['Swag\\PayPal\\PaymentsApi\\Builder\\OrderPaymentBuilder'];
  50470.         }
  50471.         return $this->privates['Swag\\PayPal\\PaymentsApi\\Builder\\OrderPaymentBuilder'] = new \Swag\PayPal\PaymentsApi\Builder\OrderPaymentBuilder(($this->privates['Swag\\PayPal\\Util\\LocaleCodeProvider'] ?? $this->getLocaleCodeProviderService()), ($this->privates['Swag\\PayPal\\Util\\PriceFormatter'] ?? ($this->privates['Swag\\PayPal\\Util\\PriceFormatter'] = new \Swag\PayPal\Util\PriceFormatter())), $a, ($this->privates['Swag\\PayPal\\Util\\Logger'] ?? $this->getLogger3Service()), $b$c);
  50472.     }
  50473.     /**
  50474.      * Gets the private 'Swag\PayPal\Pos\Client\PosClientFactory' shared service.
  50475.      *
  50476.      * @return \Swag\PayPal\Pos\Client\PosClientFactory
  50477.      */
  50478.     protected function getPosClientFactoryService()
  50479.     {
  50480.         include_once \dirname(__DIR__4).'/vendor/store.shopware.com/swagpaypal/src/Pos/Client/PosClientFactory.php';
  50481.         return $this->privates['Swag\\PayPal\\Pos\\Client\\PosClientFactory'] = new \Swag\PayPal\Pos\Client\PosClientFactory(($this->privates['Swag\\PayPal\\Pos\\Resource\\TokenResource'] ?? $this->getTokenResourceService()), ($this->privates['Swag\\PayPal\\Pos\\Run\\Logger'] ?? $this->getLogger4Service()));
  50482.     }
  50483.     /**
  50484.      * Gets the private 'Swag\PayPal\Pos\Command\PosImageSyncCommand' shared service.
  50485.      *
  50486.      * @return \Swag\PayPal\Pos\Command\PosImageSyncCommand
  50487.      */
  50488.     protected function getPosImageSyncCommandService()
  50489.     {
  50490.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/Command.php';
  50491.         include_once \dirname(__DIR__4).'/vendor/store.shopware.com/swagpaypal/src/Pos/Command/AbstractPosCommand.php';
  50492.         include_once \dirname(__DIR__4).'/vendor/store.shopware.com/swagpaypal/src/Pos/Command/PosImageSyncCommand.php';
  50493.         $this->privates['Swag\\PayPal\\Pos\\Command\\PosImageSyncCommand'] = $instance = new \Swag\PayPal\Pos\Command\PosImageSyncCommand(($this->services['sales_channel.repository'] ?? $this->getSalesChannel_RepositoryService()), ($this->privates['Swag\\PayPal\\Pos\\Run\\Task\\ImageTask'] ?? $this->getImageTaskService()));
  50494.         $instance->setName('swag:paypal:pos:sync:images');
  50495.         $instance->setDescription('Sync only images to Zettle');
  50496.         return $instance;
  50497.     }
  50498.     /**
  50499.      * Gets the private 'Swag\PayPal\Pos\Command\PosInventorySyncCommand' shared service.
  50500.      *
  50501.      * @return \Swag\PayPal\Pos\Command\PosInventorySyncCommand
  50502.      */
  50503.     protected function getPosInventorySyncCommandService()
  50504.     {
  50505.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/Command.php';
  50506.         include_once \dirname(__DIR__4).'/vendor/store.shopware.com/swagpaypal/src/Pos/Command/AbstractPosCommand.php';
  50507.         include_once \dirname(__DIR__4).'/vendor/store.shopware.com/swagpaypal/src/Pos/Command/PosInventorySyncCommand.php';
  50508.         $this->privates['Swag\\PayPal\\Pos\\Command\\PosInventorySyncCommand'] = $instance = new \Swag\PayPal\Pos\Command\PosInventorySyncCommand(($this->services['sales_channel.repository'] ?? $this->getSalesChannel_RepositoryService()), ($this->privates['Swag\\PayPal\\Pos\\Run\\Task\\InventoryTask'] ?? $this->getInventoryTaskService()));
  50509.         $instance->setName('swag:paypal:pos:sync:inventory');
  50510.         $instance->setDescription('Sync only inventory to Zettle');
  50511.         return $instance;
  50512.     }
  50513.     /**
  50514.      * Gets the private 'Swag\PayPal\Pos\Command\PosLogCleanupCommand' shared service.
  50515.      *
  50516.      * @return \Swag\PayPal\Pos\Command\PosLogCleanupCommand
  50517.      */
  50518.     protected function getPosLogCleanupCommandService()
  50519.     {
  50520.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/Command.php';
  50521.         include_once \dirname(__DIR__4).'/vendor/store.shopware.com/swagpaypal/src/Pos/Command/AbstractPosCommand.php';
  50522.         include_once \dirname(__DIR__4).'/vendor/store.shopware.com/swagpaypal/src/Pos/Command/PosLogCleanupCommand.php';
  50523.         $this->privates['Swag\\PayPal\\Pos\\Command\\PosLogCleanupCommand'] = $instance = new \Swag\PayPal\Pos\Command\PosLogCleanupCommand(($this->services['sales_channel.repository'] ?? $this->getSalesChannel_RepositoryService()), ($this->privates['Swag\\PayPal\\Pos\\Run\\Administration\\LogCleaner'] ?? $this->getLogCleanerService()));
  50524.         $instance->setName('swag:paypal:pos:log:cleanup');
  50525.         $instance->setDescription('Cleanup Zettle sync log');
  50526.         return $instance;
  50527.     }
  50528.     /**
  50529.      * Gets the private 'Swag\PayPal\Pos\Command\PosProductSyncCommand' shared service.
  50530.      *
  50531.      * @return \Swag\PayPal\Pos\Command\PosProductSyncCommand
  50532.      */
  50533.     protected function getPosProductSyncCommandService()
  50534.     {
  50535.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/Command.php';
  50536.         include_once \dirname(__DIR__4).'/vendor/store.shopware.com/swagpaypal/src/Pos/Command/AbstractPosCommand.php';
  50537.         include_once \dirname(__DIR__4).'/vendor/store.shopware.com/swagpaypal/src/Pos/Command/PosProductSyncCommand.php';
  50538.         $this->privates['Swag\\PayPal\\Pos\\Command\\PosProductSyncCommand'] = $instance = new \Swag\PayPal\Pos\Command\PosProductSyncCommand(($this->services['sales_channel.repository'] ?? $this->getSalesChannel_RepositoryService()), ($this->privates['Swag\\PayPal\\Pos\\Run\\Task\\ProductTask'] ?? $this->getProductTaskService()));
  50539.         $instance->setName('swag:paypal:pos:sync:product');
  50540.         $instance->setDescription('Sync only products to Zettle');
  50541.         return $instance;
  50542.     }
  50543.     /**
  50544.      * Gets the private 'Swag\PayPal\Pos\Command\PosSyncCommand' shared service.
  50545.      *
  50546.      * @return \Swag\PayPal\Pos\Command\PosSyncCommand
  50547.      */
  50548.     protected function getPosSyncCommandService()
  50549.     {
  50550.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/Command.php';
  50551.         include_once \dirname(__DIR__4).'/vendor/store.shopware.com/swagpaypal/src/Pos/Command/AbstractPosCommand.php';
  50552.         include_once \dirname(__DIR__4).'/vendor/store.shopware.com/swagpaypal/src/Pos/Command/PosSyncCommand.php';
  50553.         $this->privates['Swag\\PayPal\\Pos\\Command\\PosSyncCommand'] = $instance = new \Swag\PayPal\Pos\Command\PosSyncCommand(($this->services['sales_channel.repository'] ?? $this->getSalesChannel_RepositoryService()), ($this->privates['Swag\\PayPal\\Pos\\Run\\Task\\CompleteTask'] ?? $this->getCompleteTaskService()));
  50554.         $instance->setName('swag:paypal:pos:sync');
  50555.         $instance->setDescription('Sync to Zettle');
  50556.         return $instance;
  50557.     }
  50558.     /**
  50559.      * Gets the private 'Swag\PayPal\Pos\MessageQueue\Handler\CloneVisibilityHandler' shared service.
  50560.      *
  50561.      * @return \Swag\PayPal\Pos\MessageQueue\Handler\CloneVisibilityHandler
  50562.      */
  50563.     protected function getCloneVisibilityHandlerService()
  50564.     {
  50565.         include_once \dirname(__DIR__4).'/vendor/store.shopware.com/swagpaypal/src/Pos/MessageQueue/Handler/Sync/AbstractSyncHandler.php';
  50566.         include_once \dirname(__DIR__4).'/vendor/store.shopware.com/swagpaypal/src/Pos/MessageQueue/Handler/CloneVisibilityHandler.php';
  50567.         $a = ($this->privates['Swag\\PayPal\\Pos\\Run\\RunService'] ?? $this->getRunService2Service());
  50568.         if (isset($this->privates['Swag\\PayPal\\Pos\\MessageQueue\\Handler\\CloneVisibilityHandler'])) {
  50569.             return $this->privates['Swag\\PayPal\\Pos\\MessageQueue\\Handler\\CloneVisibilityHandler'];
  50570.         }
  50571.         $b = ($this->privates['Swag\\PayPal\\Pos\\MessageQueue\\MessageDispatcher'] ?? $this->getMessageDispatcherService());
  50572.         if (isset($this->privates['Swag\\PayPal\\Pos\\MessageQueue\\Handler\\CloneVisibilityHandler'])) {
  50573.             return $this->privates['Swag\\PayPal\\Pos\\MessageQueue\\Handler\\CloneVisibilityHandler'];
  50574.         }
  50575.         $c = ($this->privates['Swag\\PayPal\\Pos\\MessageQueue\\MessageHydrator'] ?? $this->getMessageHydratorService());
  50576.         if (isset($this->privates['Swag\\PayPal\\Pos\\MessageQueue\\Handler\\CloneVisibilityHandler'])) {
  50577.             return $this->privates['Swag\\PayPal\\Pos\\MessageQueue\\Handler\\CloneVisibilityHandler'];
  50578.         }
  50579.         $d = ($this->services['product_visibility.repository'] ?? $this->getProductVisibility_RepositoryService());
  50580.         if (isset($this->privates['Swag\\PayPal\\Pos\\MessageQueue\\Handler\\CloneVisibilityHandler'])) {
  50581.             return $this->privates['Swag\\PayPal\\Pos\\MessageQueue\\Handler\\CloneVisibilityHandler'];
  50582.         }
  50583.         return $this->privates['Swag\\PayPal\\Pos\\MessageQueue\\Handler\\CloneVisibilityHandler'] = new \Swag\PayPal\Pos\MessageQueue\Handler\CloneVisibilityHandler($a, ($this->privates['Swag\\PayPal\\Pos\\Run\\Logger'] ?? $this->getLogger4Service()), $b$c$d);
  50584.     }
  50585.     /**
  50586.      * Gets the private 'Swag\PayPal\Pos\MessageQueue\Handler\InventoryUpdateHandler' shared service.
  50587.      *
  50588.      * @return \Swag\PayPal\Pos\MessageQueue\Handler\InventoryUpdateHandler
  50589.      */
  50590.     protected function getInventoryUpdateHandlerService()
  50591.     {
  50592.         include_once \dirname(__DIR__4).'/vendor/store.shopware.com/swagpaypal/src/Pos/MessageQueue/Handler/InventoryUpdateHandler.php';
  50593.         $a = ($this->privates['Swag\\PayPal\\Pos\\Run\\RunService'] ?? $this->getRunService2Service());
  50594.         if (isset($this->privates['Swag\\PayPal\\Pos\\MessageQueue\\Handler\\InventoryUpdateHandler'])) {
  50595.             return $this->privates['Swag\\PayPal\\Pos\\MessageQueue\\Handler\\InventoryUpdateHandler'];
  50596.         }
  50597.         $b = ($this->services['sales_channel.repository'] ?? $this->getSalesChannel_RepositoryService());
  50598.         if (isset($this->privates['Swag\\PayPal\\Pos\\MessageQueue\\Handler\\InventoryUpdateHandler'])) {
  50599.             return $this->privates['Swag\\PayPal\\Pos\\MessageQueue\\Handler\\InventoryUpdateHandler'];
  50600.         }
  50601.         $c = ($this->privates['Swag\\PayPal\\Pos\\MessageQueue\\Manager\\InventorySyncManager'] ?? $this->getInventorySyncManagerService());
  50602.         if (isset($this->privates['Swag\\PayPal\\Pos\\MessageQueue\\Handler\\InventoryUpdateHandler'])) {
  50603.             return $this->privates['Swag\\PayPal\\Pos\\MessageQueue\\Handler\\InventoryUpdateHandler'];
  50604.         }
  50605.         $d = ($this->privates['Swag\\PayPal\\Pos\\MessageQueue\\MessageDispatcher'] ?? $this->getMessageDispatcherService());
  50606.         if (isset($this->privates['Swag\\PayPal\\Pos\\MessageQueue\\Handler\\InventoryUpdateHandler'])) {
  50607.             return $this->privates['Swag\\PayPal\\Pos\\MessageQueue\\Handler\\InventoryUpdateHandler'];
  50608.         }
  50609.         return $this->privates['Swag\\PayPal\\Pos\\MessageQueue\\Handler\\InventoryUpdateHandler'] = new \Swag\PayPal\Pos\MessageQueue\Handler\InventoryUpdateHandler($a$b$c$d);
  50610.     }
  50611.     /**
  50612.      * Gets the private 'Swag\PayPal\Pos\MessageQueue\Handler\SyncManagerHandler' shared service.
  50613.      *
  50614.      * @return \Swag\PayPal\Pos\MessageQueue\Handler\SyncManagerHandler
  50615.      */
  50616.     protected function getSyncManagerHandlerService()
  50617.     {
  50618.         include_once \dirname(__DIR__4).'/vendor/store.shopware.com/swagpaypal/src/Pos/MessageQueue/Handler/SyncManagerHandler.php';
  50619.         include_once \dirname(__DIR__4).'/vendor/store.shopware.com/swagpaypal/src/Pos/MessageQueue/Manager/AbstractSyncManager.php';
  50620.         include_once \dirname(__DIR__4).'/vendor/store.shopware.com/swagpaypal/src/Pos/Util/PosSalesChannelTrait.php';
  50621.         include_once \dirname(__DIR__4).'/vendor/store.shopware.com/swagpaypal/src/Pos/MessageQueue/Manager/ImageSyncManager.php';
  50622.         include_once \dirname(__DIR__4).'/vendor/store.shopware.com/swagpaypal/src/Pos/MessageQueue/Manager/ProductSyncManager.php';
  50623.         $a = ($this->privates['Swag\\PayPal\\Pos\\MessageQueue\\MessageDispatcher'] ?? $this->getMessageDispatcherService());
  50624.         if (isset($this->privates['Swag\\PayPal\\Pos\\MessageQueue\\Handler\\SyncManagerHandler'])) {
  50625.             return $this->privates['Swag\\PayPal\\Pos\\MessageQueue\\Handler\\SyncManagerHandler'];
  50626.         }
  50627.         $b = ($this->privates['Swag\\PayPal\\Pos\\Run\\RunService'] ?? $this->getRunService2Service());
  50628.         if (isset($this->privates['Swag\\PayPal\\Pos\\MessageQueue\\Handler\\SyncManagerHandler'])) {
  50629.             return $this->privates['Swag\\PayPal\\Pos\\MessageQueue\\Handler\\SyncManagerHandler'];
  50630.         }
  50631.         $c = ($this->services['swag_paypal_pos_sales_channel_media.repository'] ?? $this->getSwagPaypalPosSalesChannelMedia_RepositoryService());
  50632.         if (isset($this->privates['Swag\\PayPal\\Pos\\MessageQueue\\Handler\\SyncManagerHandler'])) {
  50633.             return $this->privates['Swag\\PayPal\\Pos\\MessageQueue\\Handler\\SyncManagerHandler'];
  50634.         }
  50635.         $d = ($this->privates['Swag\\PayPal\\Pos\\Sync\\ImageSyncer'] ?? $this->getImageSyncerService());
  50636.         if (isset($this->privates['Swag\\PayPal\\Pos\\MessageQueue\\Handler\\SyncManagerHandler'])) {
  50637.             return $this->privates['Swag\\PayPal\\Pos\\MessageQueue\\Handler\\SyncManagerHandler'];
  50638.         }
  50639.         $e = ($this->privates['Swag\\PayPal\\Pos\\MessageQueue\\Manager\\InventorySyncManager'] ?? $this->getInventorySyncManagerService());
  50640.         if (isset($this->privates['Swag\\PayPal\\Pos\\MessageQueue\\Handler\\SyncManagerHandler'])) {
  50641.             return $this->privates['Swag\\PayPal\\Pos\\MessageQueue\\Handler\\SyncManagerHandler'];
  50642.         }
  50643.         $f = ($this->services['sales_channel.product.repository'] ?? $this->getSalesChannel_Product_RepositoryService());
  50644.         if (isset($this->privates['Swag\\PayPal\\Pos\\MessageQueue\\Handler\\SyncManagerHandler'])) {
  50645.             return $this->privates['Swag\\PayPal\\Pos\\MessageQueue\\Handler\\SyncManagerHandler'];
  50646.         }
  50647.         return $this->privates['Swag\\PayPal\\Pos\\MessageQueue\\Handler\\SyncManagerHandler'] = new \Swag\PayPal\Pos\MessageQueue\Handler\SyncManagerHandler($a, ($this->privates['Swag\\PayPal\\Pos\\MessageQueue\\MessageHydrator'] ?? $this->getMessageHydratorService()), $b, ($this->privates['Swag\\PayPal\\Pos\\Run\\Logger'] ?? $this->getLogger4Service()), new \Swag\PayPal\Pos\MessageQueue\Manager\ImageSyncManager($a$c$d), $e, new \Swag\PayPal\Pos\MessageQueue\Manager\ProductSyncManager($a, ($this->privates['Swag\\PayPal\\Pos\\Sync\\ProductSelection'] ?? $this->getProductSelectionService()), $f$d));
  50648.     }
  50649.     /**
  50650.      * Gets the private 'Swag\PayPal\Pos\MessageQueue\Handler\Sync\ImageSyncHandler' shared service.
  50651.      *
  50652.      * @return \Swag\PayPal\Pos\MessageQueue\Handler\Sync\ImageSyncHandler
  50653.      */
  50654.     protected function getImageSyncHandlerService()
  50655.     {
  50656.         include_once \dirname(__DIR__4).'/vendor/store.shopware.com/swagpaypal/src/Pos/MessageQueue/Handler/Sync/AbstractSyncHandler.php';
  50657.         include_once \dirname(__DIR__4).'/vendor/store.shopware.com/swagpaypal/src/Pos/MessageQueue/Handler/Sync/ImageSyncHandler.php';
  50658.         $a = ($this->privates['Swag\\PayPal\\Pos\\Run\\RunService'] ?? $this->getRunService2Service());
  50659.         if (isset($this->privates['Swag\\PayPal\\Pos\\MessageQueue\\Handler\\Sync\\ImageSyncHandler'])) {
  50660.             return $this->privates['Swag\\PayPal\\Pos\\MessageQueue\\Handler\\Sync\\ImageSyncHandler'];
  50661.         }
  50662.         $b = ($this->privates['Swag\\PayPal\\Pos\\MessageQueue\\MessageDispatcher'] ?? $this->getMessageDispatcherService());
  50663.         if (isset($this->privates['Swag\\PayPal\\Pos\\MessageQueue\\Handler\\Sync\\ImageSyncHandler'])) {
  50664.             return $this->privates['Swag\\PayPal\\Pos\\MessageQueue\\Handler\\Sync\\ImageSyncHandler'];
  50665.         }
  50666.         $c = ($this->services['swag_paypal_pos_sales_channel_media.repository'] ?? $this->getSwagPaypalPosSalesChannelMedia_RepositoryService());
  50667.         if (isset($this->privates['Swag\\PayPal\\Pos\\MessageQueue\\Handler\\Sync\\ImageSyncHandler'])) {
  50668.             return $this->privates['Swag\\PayPal\\Pos\\MessageQueue\\Handler\\Sync\\ImageSyncHandler'];
  50669.         }
  50670.         return $this->privates['Swag\\PayPal\\Pos\\MessageQueue\\Handler\\Sync\\ImageSyncHandler'] = new \Swag\PayPal\Pos\MessageQueue\Handler\Sync\ImageSyncHandler($a, ($this->privates['Swag\\PayPal\\Pos\\Run\\Logger'] ?? $this->getLogger4Service()), $b, ($this->privates['Swag\\PayPal\\Pos\\MessageQueue\\MessageHydrator'] ?? $this->getMessageHydratorService()), $c, ($this->privates['Swag\\PayPal\\Pos\\Sync\\ImageSyncer'] ?? $this->getImageSyncerService()));
  50671.     }
  50672.     /**
  50673.      * Gets the private 'Swag\PayPal\Pos\MessageQueue\Handler\Sync\InventorySyncHandler' shared service.
  50674.      *
  50675.      * @return \Swag\PayPal\Pos\MessageQueue\Handler\Sync\InventorySyncHandler
  50676.      */
  50677.     protected function getInventorySyncHandlerService()
  50678.     {
  50679.         include_once \dirname(__DIR__4).'/vendor/store.shopware.com/swagpaypal/src/Pos/MessageQueue/Handler/Sync/AbstractSyncHandler.php';
  50680.         include_once \dirname(__DIR__4).'/vendor/store.shopware.com/swagpaypal/src/Pos/MessageQueue/Handler/Sync/InventorySyncHandler.php';
  50681.         $a = ($this->privates['Swag\\PayPal\\Pos\\Run\\RunService'] ?? $this->getRunService2Service());
  50682.         if (isset($this->privates['Swag\\PayPal\\Pos\\MessageQueue\\Handler\\Sync\\InventorySyncHandler'])) {
  50683.             return $this->privates['Swag\\PayPal\\Pos\\MessageQueue\\Handler\\Sync\\InventorySyncHandler'];
  50684.         }
  50685.         $b = ($this->privates['Swag\\PayPal\\Pos\\MessageQueue\\MessageDispatcher'] ?? $this->getMessageDispatcherService());
  50686.         if (isset($this->privates['Swag\\PayPal\\Pos\\MessageQueue\\Handler\\Sync\\InventorySyncHandler'])) {
  50687.             return $this->privates['Swag\\PayPal\\Pos\\MessageQueue\\Handler\\Sync\\InventorySyncHandler'];
  50688.         }
  50689.         $c = ($this->services['product.repository'] ?? $this->getProduct_RepositoryService());
  50690.         if (isset($this->privates['Swag\\PayPal\\Pos\\MessageQueue\\Handler\\Sync\\InventorySyncHandler'])) {
  50691.             return $this->privates['Swag\\PayPal\\Pos\\MessageQueue\\Handler\\Sync\\InventorySyncHandler'];
  50692.         }
  50693.         $d = ($this->privates['Swag\\PayPal\\Pos\\Sync\\Context\\InventoryContextFactory'] ?? $this->getInventoryContextFactoryService());
  50694.         if (isset($this->privates['Swag\\PayPal\\Pos\\MessageQueue\\Handler\\Sync\\InventorySyncHandler'])) {
  50695.             return $this->privates['Swag\\PayPal\\Pos\\MessageQueue\\Handler\\Sync\\InventorySyncHandler'];
  50696.         }
  50697.         $e = ($this->privates['Swag\\PayPal\\Pos\\Sync\\InventorySyncer'] ?? $this->getInventorySyncerService());
  50698.         if (isset($this->privates['Swag\\PayPal\\Pos\\MessageQueue\\Handler\\Sync\\InventorySyncHandler'])) {
  50699.             return $this->privates['Swag\\PayPal\\Pos\\MessageQueue\\Handler\\Sync\\InventorySyncHandler'];
  50700.         }
  50701.         return $this->privates['Swag\\PayPal\\Pos\\MessageQueue\\Handler\\Sync\\InventorySyncHandler'] = new \Swag\PayPal\Pos\MessageQueue\Handler\Sync\InventorySyncHandler($a, ($this->privates['Swag\\PayPal\\Pos\\Run\\Logger'] ?? $this->getLogger4Service()), $b, ($this->privates['Swag\\PayPal\\Pos\\MessageQueue\\MessageHydrator'] ?? $this->getMessageHydratorService()), $c$d$e);
  50702.     }
  50703.     /**
  50704.      * Gets the private 'Swag\PayPal\Pos\MessageQueue\Handler\Sync\ProductCleanupSyncHandler' shared service.
  50705.      *
  50706.      * @return \Swag\PayPal\Pos\MessageQueue\Handler\Sync\ProductCleanupSyncHandler
  50707.      */
  50708.     protected function getProductCleanupSyncHandlerService()
  50709.     {
  50710.         include_once \dirname(__DIR__4).'/vendor/store.shopware.com/swagpaypal/src/Pos/MessageQueue/Handler/Sync/AbstractSyncHandler.php';
  50711.         include_once \dirname(__DIR__4).'/vendor/store.shopware.com/swagpaypal/src/Pos/Util/PosSalesChannelTrait.php';
  50712.         include_once \dirname(__DIR__4).'/vendor/store.shopware.com/swagpaypal/src/Pos/MessageQueue/Handler/Sync/ProductCleanupSyncHandler.php';
  50713.         $a = ($this->privates['Swag\\PayPal\\Pos\\Run\\RunService'] ?? $this->getRunService2Service());
  50714.         if (isset($this->privates['Swag\\PayPal\\Pos\\MessageQueue\\Handler\\Sync\\ProductCleanupSyncHandler'])) {
  50715.             return $this->privates['Swag\\PayPal\\Pos\\MessageQueue\\Handler\\Sync\\ProductCleanupSyncHandler'];
  50716.         }
  50717.         $b = ($this->privates['Swag\\PayPal\\Pos\\MessageQueue\\MessageDispatcher'] ?? $this->getMessageDispatcherService());
  50718.         if (isset($this->privates['Swag\\PayPal\\Pos\\MessageQueue\\Handler\\Sync\\ProductCleanupSyncHandler'])) {
  50719.             return $this->privates['Swag\\PayPal\\Pos\\MessageQueue\\Handler\\Sync\\ProductCleanupSyncHandler'];
  50720.         }
  50721.         $c = ($this->services['sales_channel.product.repository'] ?? $this->getSalesChannel_Product_RepositoryService());
  50722.         if (isset($this->privates['Swag\\PayPal\\Pos\\MessageQueue\\Handler\\Sync\\ProductCleanupSyncHandler'])) {
  50723.             return $this->privates['Swag\\PayPal\\Pos\\MessageQueue\\Handler\\Sync\\ProductCleanupSyncHandler'];
  50724.         }
  50725.         $d = ($this->privates['Swag\\PayPal\\Pos\\Sync\\ProductSyncer'] ?? $this->getProductSyncerService());
  50726.         if (isset($this->privates['Swag\\PayPal\\Pos\\MessageQueue\\Handler\\Sync\\ProductCleanupSyncHandler'])) {
  50727.             return $this->privates['Swag\\PayPal\\Pos\\MessageQueue\\Handler\\Sync\\ProductCleanupSyncHandler'];
  50728.         }
  50729.         $e = ($this->services['swag_paypal_pos_sales_channel.repository'] ?? $this->getSwagPaypalPosSalesChannel_RepositoryService());
  50730.         if (isset($this->privates['Swag\\PayPal\\Pos\\MessageQueue\\Handler\\Sync\\ProductCleanupSyncHandler'])) {
  50731.             return $this->privates['Swag\\PayPal\\Pos\\MessageQueue\\Handler\\Sync\\ProductCleanupSyncHandler'];
  50732.         }
  50733.         return $this->privates['Swag\\PayPal\\Pos\\MessageQueue\\Handler\\Sync\\ProductCleanupSyncHandler'] = new \Swag\PayPal\Pos\MessageQueue\Handler\Sync\ProductCleanupSyncHandler($a, ($this->privates['Swag\\PayPal\\Pos\\Run\\Logger'] ?? $this->getLogger4Service()), $b, ($this->privates['Swag\\PayPal\\Pos\\MessageQueue\\MessageHydrator'] ?? $this->getMessageHydratorService()), ($this->privates['Swag\\PayPal\\Pos\\Sync\\ProductSelection'] ?? $this->getProductSelectionService()), $c$d$e);
  50734.     }
  50735.     /**
  50736.      * Gets the private 'Swag\PayPal\Pos\MessageQueue\Handler\Sync\ProductSingleSyncHandler' shared service.
  50737.      *
  50738.      * @return \Swag\PayPal\Pos\MessageQueue\Handler\Sync\ProductSingleSyncHandler
  50739.      */
  50740.     protected function getProductSingleSyncHandlerService()
  50741.     {
  50742.         include_once \dirname(__DIR__4).'/vendor/store.shopware.com/swagpaypal/src/Pos/MessageQueue/Handler/Sync/AbstractSyncHandler.php';
  50743.         include_once \dirname(__DIR__4).'/vendor/store.shopware.com/swagpaypal/src/Pos/Util/PosSalesChannelTrait.php';
  50744.         include_once \dirname(__DIR__4).'/vendor/store.shopware.com/swagpaypal/src/Pos/MessageQueue/Handler/Sync/ProductSingleSyncHandler.php';
  50745.         $a = ($this->privates['Swag\\PayPal\\Pos\\Run\\RunService'] ?? $this->getRunService2Service());
  50746.         if (isset($this->privates['Swag\\PayPal\\Pos\\MessageQueue\\Handler\\Sync\\ProductSingleSyncHandler'])) {
  50747.             return $this->privates['Swag\\PayPal\\Pos\\MessageQueue\\Handler\\Sync\\ProductSingleSyncHandler'];
  50748.         }
  50749.         $b = ($this->privates['Swag\\PayPal\\Pos\\MessageQueue\\MessageDispatcher'] ?? $this->getMessageDispatcherService());
  50750.         if (isset($this->privates['Swag\\PayPal\\Pos\\MessageQueue\\Handler\\Sync\\ProductSingleSyncHandler'])) {
  50751.             return $this->privates['Swag\\PayPal\\Pos\\MessageQueue\\Handler\\Sync\\ProductSingleSyncHandler'];
  50752.         }
  50753.         $c = ($this->services['sales_channel.product.repository'] ?? $this->getSalesChannel_Product_RepositoryService());
  50754.         if (isset($this->privates['Swag\\PayPal\\Pos\\MessageQueue\\Handler\\Sync\\ProductSingleSyncHandler'])) {
  50755.             return $this->privates['Swag\\PayPal\\Pos\\MessageQueue\\Handler\\Sync\\ProductSingleSyncHandler'];
  50756.         }
  50757.         $d = ($this->privates['Swag\\PayPal\\Pos\\Sync\\ProductSyncer'] ?? $this->getProductSyncerService());
  50758.         if (isset($this->privates['Swag\\PayPal\\Pos\\MessageQueue\\Handler\\Sync\\ProductSingleSyncHandler'])) {
  50759.             return $this->privates['Swag\\PayPal\\Pos\\MessageQueue\\Handler\\Sync\\ProductSingleSyncHandler'];
  50760.         }
  50761.         return $this->privates['Swag\\PayPal\\Pos\\MessageQueue\\Handler\\Sync\\ProductSingleSyncHandler'] = new \Swag\PayPal\Pos\MessageQueue\Handler\Sync\ProductSingleSyncHandler($a, ($this->privates['Swag\\PayPal\\Pos\\Run\\Logger'] ?? $this->getLogger4Service()), $b, ($this->privates['Swag\\PayPal\\Pos\\MessageQueue\\MessageHydrator'] ?? $this->getMessageHydratorService()), ($this->privates['Swag\\PayPal\\Pos\\Sync\\ProductSelection'] ?? $this->getProductSelectionService()), $c$d);
  50762.     }
  50763.     /**
  50764.      * Gets the private 'Swag\PayPal\Pos\MessageQueue\Handler\Sync\ProductVariantSyncHandler' shared service.
  50765.      *
  50766.      * @return \Swag\PayPal\Pos\MessageQueue\Handler\Sync\ProductVariantSyncHandler
  50767.      */
  50768.     protected function getProductVariantSyncHandlerService()
  50769.     {
  50770.         include_once \dirname(__DIR__4).'/vendor/store.shopware.com/swagpaypal/src/Pos/MessageQueue/Handler/Sync/AbstractSyncHandler.php';
  50771.         include_once \dirname(__DIR__4).'/vendor/store.shopware.com/swagpaypal/src/Pos/Util/PosSalesChannelTrait.php';
  50772.         include_once \dirname(__DIR__4).'/vendor/store.shopware.com/swagpaypal/src/Pos/MessageQueue/Handler/Sync/ProductVariantSyncHandler.php';
  50773.         $a = ($this->privates['Swag\\PayPal\\Pos\\Run\\RunService'] ?? $this->getRunService2Service());
  50774.         if (isset($this->privates['Swag\\PayPal\\Pos\\MessageQueue\\Handler\\Sync\\ProductVariantSyncHandler'])) {
  50775.             return $this->privates['Swag\\PayPal\\Pos\\MessageQueue\\Handler\\Sync\\ProductVariantSyncHandler'];
  50776.         }
  50777.         $b = ($this->privates['Swag\\PayPal\\Pos\\MessageQueue\\MessageDispatcher'] ?? $this->getMessageDispatcherService());
  50778.         if (isset($this->privates['Swag\\PayPal\\Pos\\MessageQueue\\Handler\\Sync\\ProductVariantSyncHandler'])) {
  50779.             return $this->privates['Swag\\PayPal\\Pos\\MessageQueue\\Handler\\Sync\\ProductVariantSyncHandler'];
  50780.         }
  50781.         $c = ($this->services['sales_channel.product.repository'] ?? $this->getSalesChannel_Product_RepositoryService());
  50782.         if (isset($this->privates['Swag\\PayPal\\Pos\\MessageQueue\\Handler\\Sync\\ProductVariantSyncHandler'])) {
  50783.             return $this->privates['Swag\\PayPal\\Pos\\MessageQueue\\Handler\\Sync\\ProductVariantSyncHandler'];
  50784.         }
  50785.         $d = ($this->privates['Swag\\PayPal\\Pos\\Sync\\ProductSyncer'] ?? $this->getProductSyncerService());
  50786.         if (isset($this->privates['Swag\\PayPal\\Pos\\MessageQueue\\Handler\\Sync\\ProductVariantSyncHandler'])) {
  50787.             return $this->privates['Swag\\PayPal\\Pos\\MessageQueue\\Handler\\Sync\\ProductVariantSyncHandler'];
  50788.         }
  50789.         return $this->privates['Swag\\PayPal\\Pos\\MessageQueue\\Handler\\Sync\\ProductVariantSyncHandler'] = new \Swag\PayPal\Pos\MessageQueue\Handler\Sync\ProductVariantSyncHandler($a, ($this->privates['Swag\\PayPal\\Pos\\Run\\Logger'] ?? $this->getLogger4Service()), $b, ($this->privates['Swag\\PayPal\\Pos\\MessageQueue\\MessageHydrator'] ?? $this->getMessageHydratorService()), ($this->privates['Swag\\PayPal\\Pos\\Sync\\ProductSelection'] ?? $this->getProductSelectionService()), $c$d);
  50790.     }
  50791.     /**
  50792.      * Gets the private 'Swag\PayPal\Pos\MessageQueue\Manager\InventorySyncManager' shared service.
  50793.      *
  50794.      * @return \Swag\PayPal\Pos\MessageQueue\Manager\InventorySyncManager
  50795.      */
  50796.     protected function getInventorySyncManagerService()
  50797.     {
  50798.         include_once \dirname(__DIR__4).'/vendor/store.shopware.com/swagpaypal/src/Pos/MessageQueue/Manager/AbstractSyncManager.php';
  50799.         include_once \dirname(__DIR__4).'/vendor/store.shopware.com/swagpaypal/src/Pos/MessageQueue/Manager/InventorySyncManager.php';
  50800.         $a = ($this->privates['Swag\\PayPal\\Pos\\MessageQueue\\MessageDispatcher'] ?? $this->getMessageDispatcherService());
  50801.         if (isset($this->privates['Swag\\PayPal\\Pos\\MessageQueue\\Manager\\InventorySyncManager'])) {
  50802.             return $this->privates['Swag\\PayPal\\Pos\\MessageQueue\\Manager\\InventorySyncManager'];
  50803.         }
  50804.         $b = ($this->privates['Swag\\PayPal\\Pos\\Sync\\ProductSelection'] ?? $this->getProductSelectionService());
  50805.         if (isset($this->privates['Swag\\PayPal\\Pos\\MessageQueue\\Manager\\InventorySyncManager'])) {
  50806.             return $this->privates['Swag\\PayPal\\Pos\\MessageQueue\\Manager\\InventorySyncManager'];
  50807.         }
  50808.         $c = ($this->services['sales_channel.product.repository'] ?? $this->getSalesChannel_Product_RepositoryService());
  50809.         if (isset($this->privates['Swag\\PayPal\\Pos\\MessageQueue\\Manager\\InventorySyncManager'])) {
  50810.             return $this->privates['Swag\\PayPal\\Pos\\MessageQueue\\Manager\\InventorySyncManager'];
  50811.         }
  50812.         $d = ($this->privates['Swag\\PayPal\\Pos\\Sync\\Context\\InventoryContextFactory'] ?? $this->getInventoryContextFactoryService());
  50813.         if (isset($this->privates['Swag\\PayPal\\Pos\\MessageQueue\\Manager\\InventorySyncManager'])) {
  50814.             return $this->privates['Swag\\PayPal\\Pos\\MessageQueue\\Manager\\InventorySyncManager'];
  50815.         }
  50816.         return $this->privates['Swag\\PayPal\\Pos\\MessageQueue\\Manager\\InventorySyncManager'] = new \Swag\PayPal\Pos\MessageQueue\Manager\InventorySyncManager($a$b$c$d);
  50817.     }
  50818.     /**
  50819.      * Gets the private 'Swag\PayPal\Pos\MessageQueue\MessageDispatcher' shared service.
  50820.      *
  50821.      * @return \Swag\PayPal\Pos\MessageQueue\MessageDispatcher
  50822.      */
  50823.     protected function getMessageDispatcherService()
  50824.     {
  50825.         include_once \dirname(__DIR__4).'/vendor/store.shopware.com/swagpaypal/src/Pos/MessageQueue/MessageDispatcher.php';
  50826.         $a = ($this->services['messenger.default_bus'] ?? $this->getMessenger_DefaultBusService());
  50827.         if (isset($this->privates['Swag\\PayPal\\Pos\\MessageQueue\\MessageDispatcher'])) {
  50828.             return $this->privates['Swag\\PayPal\\Pos\\MessageQueue\\MessageDispatcher'];
  50829.         }
  50830.         return $this->privates['Swag\\PayPal\\Pos\\MessageQueue\\MessageDispatcher'] = new \Swag\PayPal\Pos\MessageQueue\MessageDispatcher($a, ($this->services['Doctrine\\DBAL\\Connection'] ?? $this->getConnectionService()));
  50831.     }
  50832.     /**
  50833.      * Gets the private 'Swag\PayPal\Pos\MessageQueue\MessageHydrator' shared service.
  50834.      *
  50835.      * @return \Swag\PayPal\Pos\MessageQueue\MessageHydrator
  50836.      */
  50837.     protected function getMessageHydratorService()
  50838.     {
  50839.         include_once \dirname(__DIR__4).'/vendor/store.shopware.com/swagpaypal/src/Pos/MessageQueue/MessageHydrator.php';
  50840.         $a = ($this->privates['Shopware\\Core\\System\\SalesChannel\\Context\\SalesChannelContextService'] ?? $this->getSalesChannelContextServiceService());
  50841.         if (isset($this->privates['Swag\\PayPal\\Pos\\MessageQueue\\MessageHydrator'])) {
  50842.             return $this->privates['Swag\\PayPal\\Pos\\MessageQueue\\MessageHydrator'];
  50843.         }
  50844.         $b = ($this->services['sales_channel.repository'] ?? $this->getSalesChannel_RepositoryService());
  50845.         if (isset($this->privates['Swag\\PayPal\\Pos\\MessageQueue\\MessageHydrator'])) {
  50846.             return $this->privates['Swag\\PayPal\\Pos\\MessageQueue\\MessageHydrator'];
  50847.         }
  50848.         return $this->privates['Swag\\PayPal\\Pos\\MessageQueue\\MessageHydrator'] = new \Swag\PayPal\Pos\MessageQueue\MessageHydrator($a$b);
  50849.     }
  50850.     /**
  50851.      * Gets the private 'Swag\PayPal\Pos\Resource\InventoryResource' shared service.
  50852.      *
  50853.      * @return \Swag\PayPal\Pos\Resource\InventoryResource
  50854.      */
  50855.     protected function getInventoryResourceService()
  50856.     {
  50857.         include_once \dirname(__DIR__4).'/vendor/store.shopware.com/swagpaypal/src/Pos/Resource/InventoryResource.php';
  50858.         return $this->privates['Swag\\PayPal\\Pos\\Resource\\InventoryResource'] = new \Swag\PayPal\Pos\Resource\InventoryResource(($this->privates['Swag\\PayPal\\Pos\\Client\\PosClientFactory'] ?? $this->getPosClientFactoryService()));
  50859.     }
  50860.     /**
  50861.      * Gets the private 'Swag\PayPal\Pos\Resource\ProductResource' shared service.
  50862.      *
  50863.      * @return \Swag\PayPal\Pos\Resource\ProductResource
  50864.      */
  50865.     protected function getProductResourceService()
  50866.     {
  50867.         include_once \dirname(__DIR__4).'/vendor/store.shopware.com/swagpaypal/src/Pos/Resource/ProductResource.php';
  50868.         return $this->privates['Swag\\PayPal\\Pos\\Resource\\ProductResource'] = new \Swag\PayPal\Pos\Resource\ProductResource(($this->privates['Swag\\PayPal\\Pos\\Client\\PosClientFactory'] ?? $this->getPosClientFactoryService()));
  50869.     }
  50870.     /**
  50871.      * Gets the private 'Swag\PayPal\Pos\Resource\TokenResource' shared service.
  50872.      *
  50873.      * @return \Swag\PayPal\Pos\Resource\TokenResource
  50874.      */
  50875.     protected function getTokenResourceService()
  50876.     {
  50877.         include_once \dirname(__DIR__4).'/vendor/store.shopware.com/swagpaypal/src/Pos/Resource/TokenResource.php';
  50878.         include_once \dirname(__DIR__4).'/vendor/store.shopware.com/swagpaypal/src/Pos/Client/TokenClientFactory.php';
  50879.         return $this->privates['Swag\\PayPal\\Pos\\Resource\\TokenResource'] = new \Swag\PayPal\Pos\Resource\TokenResource(($this->privates['Shopware\\Core\\Framework\\Adapter\\Cache\\CacheDecorator'] ?? $this->getCacheDecoratorService()), new \Swag\PayPal\Pos\Client\TokenClientFactory(($this->privates['Swag\\PayPal\\Pos\\Run\\Logger'] ?? $this->getLogger4Service())));
  50880.     }
  50881.     /**
  50882.      * Gets the private 'Swag\PayPal\Pos\Run\Administration\LogCleaner' shared service.
  50883.      *
  50884.      * @return \Swag\PayPal\Pos\Run\Administration\LogCleaner
  50885.      */
  50886.     protected function getLogCleanerService()
  50887.     {
  50888.         include_once \dirname(__DIR__4).'/vendor/store.shopware.com/swagpaypal/src/Pos/Run/Administration/LogCleaner.php';
  50889.         $a = ($this->services['swag_paypal_pos_sales_channel_run.repository'] ?? $this->getSwagPaypalPosSalesChannelRun_RepositoryService());
  50890.         if (isset($this->privates['Swag\\PayPal\\Pos\\Run\\Administration\\LogCleaner'])) {
  50891.             return $this->privates['Swag\\PayPal\\Pos\\Run\\Administration\\LogCleaner'];
  50892.         }
  50893.         return $this->privates['Swag\\PayPal\\Pos\\Run\\Administration\\LogCleaner'] = new \Swag\PayPal\Pos\Run\Administration\LogCleaner($a);
  50894.     }
  50895.     /**
  50896.      * Gets the private 'Swag\PayPal\Pos\Run\Logger' shared service.
  50897.      *
  50898.      * @return \Monolog\Logger
  50899.      */
  50900.     protected function getLogger4Service()
  50901.     {
  50902.         include_once \dirname(__DIR__4).'/vendor/store.shopware.com/swagpaypal/src/Pos/Run/LoggerFactory.php';
  50903.         return $this->privates['Swag\\PayPal\\Pos\\Run\\Logger'] = (new \Swag\PayPal\Pos\Run\LoggerFactory())->createLogger();
  50904.     }
  50905.     /**
  50906.      * Gets the private 'Swag\PayPal\Pos\Run\RunService' shared service.
  50907.      *
  50908.      * @return \Swag\PayPal\Pos\Run\RunService
  50909.      */
  50910.     protected function getRunService2Service()
  50911.     {
  50912.         include_once \dirname(__DIR__4).'/vendor/store.shopware.com/swagpaypal/src/Pos/Run/RunService.php';
  50913.         $a = ($this->services['swag_paypal_pos_sales_channel_run.repository'] ?? $this->getSwagPaypalPosSalesChannelRun_RepositoryService());
  50914.         if (isset($this->privates['Swag\\PayPal\\Pos\\Run\\RunService'])) {
  50915.             return $this->privates['Swag\\PayPal\\Pos\\Run\\RunService'];
  50916.         }
  50917.         $b = ($this->services['swag_paypal_pos_sales_channel_run_log.repository'] ?? $this->getSwagPaypalPosSalesChannelRunLog_RepositoryService());
  50918.         if (isset($this->privates['Swag\\PayPal\\Pos\\Run\\RunService'])) {
  50919.             return $this->privates['Swag\\PayPal\\Pos\\Run\\RunService'];
  50920.         }
  50921.         return $this->privates['Swag\\PayPal\\Pos\\Run\\RunService'] = new \Swag\PayPal\Pos\Run\RunService($a$b, ($this->services['Doctrine\\DBAL\\Connection'] ?? $this->getConnectionService()), ($this->privates['Swag\\PayPal\\Pos\\Run\\Logger'] ?? $this->getLogger4Service()));
  50922.     }
  50923.     /**
  50924.      * Gets the private 'Swag\PayPal\Pos\Run\Task\CompleteTask' shared service.
  50925.      *
  50926.      * @return \Swag\PayPal\Pos\Run\Task\CompleteTask
  50927.      */
  50928.     protected function getCompleteTaskService()
  50929.     {
  50930.         include_once \dirname(__DIR__4).'/vendor/store.shopware.com/swagpaypal/src/Pos/Run/Task/AbstractTask.php';
  50931.         include_once \dirname(__DIR__4).'/vendor/store.shopware.com/swagpaypal/src/Pos/Run/Task/CompleteTask.php';
  50932.         $a = ($this->privates['Swag\\PayPal\\Pos\\MessageQueue\\MessageDispatcher'] ?? $this->getMessageDispatcherService());
  50933.         if (isset($this->privates['Swag\\PayPal\\Pos\\Run\\Task\\CompleteTask'])) {
  50934.             return $this->privates['Swag\\PayPal\\Pos\\Run\\Task\\CompleteTask'];
  50935.         }
  50936.         $b = ($this->privates['Swag\\PayPal\\Pos\\Run\\RunService'] ?? $this->getRunService2Service());
  50937.         if (isset($this->privates['Swag\\PayPal\\Pos\\Run\\Task\\CompleteTask'])) {
  50938.             return $this->privates['Swag\\PayPal\\Pos\\Run\\Task\\CompleteTask'];
  50939.         }
  50940.         return $this->privates['Swag\\PayPal\\Pos\\Run\\Task\\CompleteTask'] = new \Swag\PayPal\Pos\Run\Task\CompleteTask($a$b);
  50941.     }
  50942.     /**
  50943.      * Gets the private 'Swag\PayPal\Pos\Run\Task\ImageTask' shared service.
  50944.      *
  50945.      * @return \Swag\PayPal\Pos\Run\Task\ImageTask
  50946.      */
  50947.     protected function getImageTaskService()
  50948.     {
  50949.         include_once \dirname(__DIR__4).'/vendor/store.shopware.com/swagpaypal/src/Pos/Run/Task/AbstractTask.php';
  50950.         include_once \dirname(__DIR__4).'/vendor/store.shopware.com/swagpaypal/src/Pos/Run/Task/ImageTask.php';
  50951.         return $this->privates['Swag\\PayPal\\Pos\\Run\\Task\\ImageTask'] = new \Swag\PayPal\Pos\Run\Task\ImageTask(($this->privates['Swag\\PayPal\\Pos\\MessageQueue\\MessageDispatcher'] ?? $this->getMessageDispatcherService()), ($this->privates['Swag\\PayPal\\Pos\\Run\\RunService'] ?? $this->getRunService2Service()));
  50952.     }
  50953.     /**
  50954.      * Gets the private 'Swag\PayPal\Pos\Run\Task\InventoryTask' shared service.
  50955.      *
  50956.      * @return \Swag\PayPal\Pos\Run\Task\InventoryTask
  50957.      */
  50958.     protected function getInventoryTaskService()
  50959.     {
  50960.         include_once \dirname(__DIR__4).'/vendor/store.shopware.com/swagpaypal/src/Pos/Run/Task/AbstractTask.php';
  50961.         include_once \dirname(__DIR__4).'/vendor/store.shopware.com/swagpaypal/src/Pos/Run/Task/InventoryTask.php';
  50962.         $a = ($this->privates['Swag\\PayPal\\Pos\\MessageQueue\\MessageDispatcher'] ?? $this->getMessageDispatcherService());
  50963.         if (isset($this->privates['Swag\\PayPal\\Pos\\Run\\Task\\InventoryTask'])) {
  50964.             return $this->privates['Swag\\PayPal\\Pos\\Run\\Task\\InventoryTask'];
  50965.         }
  50966.         $b = ($this->privates['Swag\\PayPal\\Pos\\Run\\RunService'] ?? $this->getRunService2Service());
  50967.         if (isset($this->privates['Swag\\PayPal\\Pos\\Run\\Task\\InventoryTask'])) {
  50968.             return $this->privates['Swag\\PayPal\\Pos\\Run\\Task\\InventoryTask'];
  50969.         }
  50970.         return $this->privates['Swag\\PayPal\\Pos\\Run\\Task\\InventoryTask'] = new \Swag\PayPal\Pos\Run\Task\InventoryTask($a$b);
  50971.     }
  50972.     /**
  50973.      * Gets the private 'Swag\PayPal\Pos\Run\Task\ProductTask' shared service.
  50974.      *
  50975.      * @return \Swag\PayPal\Pos\Run\Task\ProductTask
  50976.      */
  50977.     protected function getProductTaskService()
  50978.     {
  50979.         include_once \dirname(__DIR__4).'/vendor/store.shopware.com/swagpaypal/src/Pos/Run/Task/AbstractTask.php';
  50980.         include_once \dirname(__DIR__4).'/vendor/store.shopware.com/swagpaypal/src/Pos/Run/Task/ProductTask.php';
  50981.         return $this->privates['Swag\\PayPal\\Pos\\Run\\Task\\ProductTask'] = new \Swag\PayPal\Pos\Run\Task\ProductTask(($this->privates['Swag\\PayPal\\Pos\\MessageQueue\\MessageDispatcher'] ?? $this->getMessageDispatcherService()), ($this->privates['Swag\\PayPal\\Pos\\Run\\RunService'] ?? $this->getRunService2Service()));
  50982.     }
  50983.     /**
  50984.      * Gets the private 'Swag\PayPal\Pos\Schedule\CleanUpLogTaskHandler' shared service.
  50985.      *
  50986.      * @return \Swag\PayPal\Pos\Schedule\CleanUpLogTaskHandler
  50987.      */
  50988.     protected function getCleanUpLogTaskHandlerService()
  50989.     {
  50990.         include_once \dirname(__DIR__4).'/vendor/store.shopware.com/swagpaypal/src/Pos/Schedule/AbstractSyncTaskHandler.php';
  50991.         include_once \dirname(__DIR__4).'/vendor/store.shopware.com/swagpaypal/src/Pos/Schedule/CleanUpLogTaskHandler.php';
  50992.         $a = ($this->services['scheduled_task.repository'] ?? $this->getScheduledTask_RepositoryService());
  50993.         if (isset($this->privates['Swag\\PayPal\\Pos\\Schedule\\CleanUpLogTaskHandler'])) {
  50994.             return $this->privates['Swag\\PayPal\\Pos\\Schedule\\CleanUpLogTaskHandler'];
  50995.         }
  50996.         $b = ($this->services['sales_channel.repository'] ?? $this->getSalesChannel_RepositoryService());
  50997.         if (isset($this->privates['Swag\\PayPal\\Pos\\Schedule\\CleanUpLogTaskHandler'])) {
  50998.             return $this->privates['Swag\\PayPal\\Pos\\Schedule\\CleanUpLogTaskHandler'];
  50999.         }
  51000.         $c = ($this->privates['Swag\\PayPal\\Pos\\Run\\Administration\\LogCleaner'] ?? $this->getLogCleanerService());
  51001.         if (isset($this->privates['Swag\\PayPal\\Pos\\Schedule\\CleanUpLogTaskHandler'])) {
  51002.             return $this->privates['Swag\\PayPal\\Pos\\Schedule\\CleanUpLogTaskHandler'];
  51003.         }
  51004.         return $this->privates['Swag\\PayPal\\Pos\\Schedule\\CleanUpLogTaskHandler'] = new \Swag\PayPal\Pos\Schedule\CleanUpLogTaskHandler($a$b$c);
  51005.     }
  51006.     /**
  51007.      * Gets the private 'Swag\PayPal\Pos\Schedule\CompleteSyncTaskHandler' shared service.
  51008.      *
  51009.      * @return \Swag\PayPal\Pos\Schedule\CompleteSyncTaskHandler
  51010.      */
  51011.     protected function getCompleteSyncTaskHandlerService()
  51012.     {
  51013.         include_once \dirname(__DIR__4).'/vendor/store.shopware.com/swagpaypal/src/Pos/Schedule/AbstractSyncTaskHandler.php';
  51014.         include_once \dirname(__DIR__4).'/vendor/store.shopware.com/swagpaypal/src/Pos/Schedule/CompleteSyncTaskHandler.php';
  51015.         $a = ($this->services['scheduled_task.repository'] ?? $this->getScheduledTask_RepositoryService());
  51016.         if (isset($this->privates['Swag\\PayPal\\Pos\\Schedule\\CompleteSyncTaskHandler'])) {
  51017.             return $this->privates['Swag\\PayPal\\Pos\\Schedule\\CompleteSyncTaskHandler'];
  51018.         }
  51019.         $b = ($this->services['sales_channel.repository'] ?? $this->getSalesChannel_RepositoryService());
  51020.         if (isset($this->privates['Swag\\PayPal\\Pos\\Schedule\\CompleteSyncTaskHandler'])) {
  51021.             return $this->privates['Swag\\PayPal\\Pos\\Schedule\\CompleteSyncTaskHandler'];
  51022.         }
  51023.         $c = ($this->privates['Swag\\PayPal\\Pos\\Run\\Task\\CompleteTask'] ?? $this->getCompleteTaskService());
  51024.         if (isset($this->privates['Swag\\PayPal\\Pos\\Schedule\\CompleteSyncTaskHandler'])) {
  51025.             return $this->privates['Swag\\PayPal\\Pos\\Schedule\\CompleteSyncTaskHandler'];
  51026.         }
  51027.         return $this->privates['Swag\\PayPal\\Pos\\Schedule\\CompleteSyncTaskHandler'] = new \Swag\PayPal\Pos\Schedule\CompleteSyncTaskHandler($a$b$c);
  51028.     }
  51029.     /**
  51030.      * Gets the private 'Swag\PayPal\Pos\Schedule\InventorySyncTaskHandler' shared service.
  51031.      *
  51032.      * @return \Swag\PayPal\Pos\Schedule\InventorySyncTaskHandler
  51033.      */
  51034.     protected function getInventorySyncTaskHandlerService()
  51035.     {
  51036.         include_once \dirname(__DIR__4).'/vendor/store.shopware.com/swagpaypal/src/Pos/Schedule/AbstractSyncTaskHandler.php';
  51037.         include_once \dirname(__DIR__4).'/vendor/store.shopware.com/swagpaypal/src/Pos/Schedule/InventorySyncTaskHandler.php';
  51038.         $a = ($this->services['scheduled_task.repository'] ?? $this->getScheduledTask_RepositoryService());
  51039.         if (isset($this->privates['Swag\\PayPal\\Pos\\Schedule\\InventorySyncTaskHandler'])) {
  51040.             return $this->privates['Swag\\PayPal\\Pos\\Schedule\\InventorySyncTaskHandler'];
  51041.         }
  51042.         $b = ($this->services['sales_channel.repository'] ?? $this->getSalesChannel_RepositoryService());
  51043.         if (isset($this->privates['Swag\\PayPal\\Pos\\Schedule\\InventorySyncTaskHandler'])) {
  51044.             return $this->privates['Swag\\PayPal\\Pos\\Schedule\\InventorySyncTaskHandler'];
  51045.         }
  51046.         $c = ($this->privates['Swag\\PayPal\\Pos\\Run\\Task\\InventoryTask'] ?? $this->getInventoryTaskService());
  51047.         if (isset($this->privates['Swag\\PayPal\\Pos\\Schedule\\InventorySyncTaskHandler'])) {
  51048.             return $this->privates['Swag\\PayPal\\Pos\\Schedule\\InventorySyncTaskHandler'];
  51049.         }
  51050.         return $this->privates['Swag\\PayPal\\Pos\\Schedule\\InventorySyncTaskHandler'] = new \Swag\PayPal\Pos\Schedule\InventorySyncTaskHandler($a$b$c);
  51051.     }
  51052.     /**
  51053.      * Gets the private 'Swag\PayPal\Pos\Sync\Context\InventoryContextFactory' shared service.
  51054.      *
  51055.      * @return \Swag\PayPal\Pos\Sync\Context\InventoryContextFactory
  51056.      */
  51057.     protected function getInventoryContextFactoryService()
  51058.     {
  51059.         include_once \dirname(__DIR__4).'/vendor/store.shopware.com/swagpaypal/src/Pos/Sync/Context/InventoryContextFactory.php';
  51060.         include_once \dirname(__DIR__4).'/vendor/store.shopware.com/swagpaypal/src/Pos/Api/Service/Converter/UuidConverter.php';
  51061.         $a = ($this->services['swag_paypal_pos_sales_channel_inventory.repository'] ?? $this->getSwagPaypalPosSalesChannelInventory_RepositoryService());
  51062.         if (isset($this->privates['Swag\\PayPal\\Pos\\Sync\\Context\\InventoryContextFactory'])) {
  51063.             return $this->privates['Swag\\PayPal\\Pos\\Sync\\Context\\InventoryContextFactory'];
  51064.         }
  51065.         return $this->privates['Swag\\PayPal\\Pos\\Sync\\Context\\InventoryContextFactory'] = new \Swag\PayPal\Pos\Sync\Context\InventoryContextFactory(($this->privates['Swag\\PayPal\\Pos\\Resource\\InventoryResource'] ?? $this->getInventoryResourceService()), ($this->privates['Swag\\PayPal\\Pos\\Api\\Service\\Converter\\UuidConverter'] ?? ($this->privates['Swag\\PayPal\\Pos\\Api\\Service\\Converter\\UuidConverter'] = new \Swag\PayPal\Pos\Api\Service\Converter\UuidConverter())), $a);
  51066.     }
  51067.     /**
  51068.      * Gets the private 'Swag\PayPal\Pos\Sync\ImageSyncer' shared service.
  51069.      *
  51070.      * @return \Swag\PayPal\Pos\Sync\ImageSyncer
  51071.      */
  51072.     protected function getImageSyncerService()
  51073.     {
  51074.         include_once \dirname(__DIR__4).'/vendor/store.shopware.com/swagpaypal/src/Pos/Util/PosSalesChannelTrait.php';
  51075.         include_once \dirname(__DIR__4).'/vendor/store.shopware.com/swagpaypal/src/Pos/Sync/ImageSyncer.php';
  51076.         include_once \dirname(__DIR__4).'/vendor/store.shopware.com/swagpaypal/src/Pos/Api/Service/MediaConverter.php';
  51077.         include_once \dirname(__DIR__4).'/vendor/store.shopware.com/swagpaypal/src/Pos/Resource/ImageResource.php';
  51078.         $a = ($this->services['swag_paypal_pos_sales_channel_media.repository'] ?? $this->getSwagPaypalPosSalesChannelMedia_RepositoryService());
  51079.         if (isset($this->privates['Swag\\PayPal\\Pos\\Sync\\ImageSyncer'])) {
  51080.             return $this->privates['Swag\\PayPal\\Pos\\Sync\\ImageSyncer'];
  51081.         }
  51082.         return $this->privates['Swag\\PayPal\\Pos\\Sync\\ImageSyncer'] = new \Swag\PayPal\Pos\Sync\ImageSyncer($a, new \Swag\PayPal\Pos\Api\Service\MediaConverter(($this->privates['Shopware\\Core\\Content\\Media\\Pathname\\UrlGeneratorInterface'] ?? $this->getUrlGeneratorInterfaceService())), new \Swag\PayPal\Pos\Resource\ImageResource(($this->privates['Swag\\PayPal\\Pos\\Client\\PosClientFactory'] ?? $this->getPosClientFactoryService())), ($this->privates['Swag\\PayPal\\Pos\\Run\\Logger'] ?? $this->getLogger4Service()));
  51083.     }
  51084.     /**
  51085.      * Gets the private 'Swag\PayPal\Pos\Sync\InventorySyncer' shared service.
  51086.      *
  51087.      * @return \Swag\PayPal\Pos\Sync\InventorySyncer
  51088.      */
  51089.     protected function getInventorySyncerService()
  51090.     {
  51091.         include_once \dirname(__DIR__4).'/vendor/store.shopware.com/swagpaypal/src/Pos/Sync/InventorySyncer.php';
  51092.         include_once \dirname(__DIR__4).'/vendor/store.shopware.com/swagpaypal/src/Pos/Sync/Inventory/LocalUpdater.php';
  51093.         include_once \dirname(__DIR__4).'/vendor/store.shopware.com/swagpaypal/src/Pos/Sync/Inventory/Calculator/LocalCalculatorInterface.php';
  51094.         include_once \dirname(__DIR__4).'/vendor/store.shopware.com/swagpaypal/src/Pos/Sync/Inventory/Calculator/LocalCalculator.php';
  51095.         include_once \dirname(__DIR__4).'/vendor/store.shopware.com/swagpaypal/src/Pos/Sync/Inventory/RemoteUpdater.php';
  51096.         include_once \dirname(__DIR__4).'/vendor/store.shopware.com/swagpaypal/src/Pos/Sync/Inventory/Calculator/RemoteCalculator.php';
  51097.         include_once \dirname(__DIR__4).'/vendor/store.shopware.com/swagpaypal/src/Pos/Api/Service/Converter/UuidConverter.php';
  51098.         $a = ($this->privates['Swag\\PayPal\\Pos\\Sync\\Context\\InventoryContextFactory'] ?? $this->getInventoryContextFactoryService());
  51099.         if (isset($this->privates['Swag\\PayPal\\Pos\\Sync\\InventorySyncer'])) {
  51100.             return $this->privates['Swag\\PayPal\\Pos\\Sync\\InventorySyncer'];
  51101.         }
  51102.         $b = ($this->services['product.repository'] ?? $this->getProduct_RepositoryService());
  51103.         if (isset($this->privates['Swag\\PayPal\\Pos\\Sync\\InventorySyncer'])) {
  51104.             return $this->privates['Swag\\PayPal\\Pos\\Sync\\InventorySyncer'];
  51105.         }
  51106.         $c = ($this->privates['Shopware\\Core\\Content\\Product\\DataAbstractionLayer\\StockUpdater'] ?? $this->getStockUpdaterService());
  51107.         if (isset($this->privates['Swag\\PayPal\\Pos\\Sync\\InventorySyncer'])) {
  51108.             return $this->privates['Swag\\PayPal\\Pos\\Sync\\InventorySyncer'];
  51109.         }
  51110.         $d = ($this->services['swag_paypal_pos_sales_channel_inventory.repository'] ?? $this->getSwagPaypalPosSalesChannelInventory_RepositoryService());
  51111.         if (isset($this->privates['Swag\\PayPal\\Pos\\Sync\\InventorySyncer'])) {
  51112.             return $this->privates['Swag\\PayPal\\Pos\\Sync\\InventorySyncer'];
  51113.         }
  51114.         $e = ($this->privates['Swag\\PayPal\\Pos\\Run\\Logger'] ?? $this->getLogger4Service());
  51115.         return $this->privates['Swag\\PayPal\\Pos\\Sync\\InventorySyncer'] = new \Swag\PayPal\Pos\Sync\InventorySyncer($a, new \Swag\PayPal\Pos\Sync\Inventory\LocalUpdater($b, new \Swag\PayPal\Pos\Sync\Inventory\Calculator\LocalCalculator(), $c$e), new \Swag\PayPal\Pos\Sync\Inventory\RemoteUpdater(($this->privates['Swag\\PayPal\\Pos\\Resource\\InventoryResource'] ?? $this->getInventoryResourceService()), new \Swag\PayPal\Pos\Sync\Inventory\Calculator\RemoteCalculator(($this->privates['Swag\\PayPal\\Pos\\Api\\Service\\Converter\\UuidConverter'] ?? ($this->privates['Swag\\PayPal\\Pos\\Api\\Service\\Converter\\UuidConverter'] = new \Swag\PayPal\Pos\Api\Service\Converter\UuidConverter()))), $e), $d);
  51116.     }
  51117.     /**
  51118.      * Gets the private 'Swag\PayPal\Pos\Sync\Inventory\StockSubscriber' shared service.
  51119.      *
  51120.      * @return \Swag\PayPal\Pos\Sync\Inventory\StockSubscriber
  51121.      */
  51122.     protected function getStockSubscriberService()
  51123.     {
  51124.         include_once \dirname(__DIR__4).'/vendor/store.shopware.com/swagpaypal/src/Pos/Sync/Inventory/StockSubscriber.php';
  51125.         $a = ($this->services['order_line_item.repository'] ?? $this->getOrderLineItem_RepositoryService());
  51126.         if (isset($this->privates['Swag\\PayPal\\Pos\\Sync\\Inventory\\StockSubscriber'])) {
  51127.             return $this->privates['Swag\\PayPal\\Pos\\Sync\\Inventory\\StockSubscriber'];
  51128.         }
  51129.         $b = ($this->services['messenger.default_bus'] ?? $this->getMessenger_DefaultBusService());
  51130.         if (isset($this->privates['Swag\\PayPal\\Pos\\Sync\\Inventory\\StockSubscriber'])) {
  51131.             return $this->privates['Swag\\PayPal\\Pos\\Sync\\Inventory\\StockSubscriber'];
  51132.         }
  51133.         $c = ($this->services['sales_channel.repository'] ?? $this->getSalesChannel_RepositoryService());
  51134.         if (isset($this->privates['Swag\\PayPal\\Pos\\Sync\\Inventory\\StockSubscriber'])) {
  51135.             return $this->privates['Swag\\PayPal\\Pos\\Sync\\Inventory\\StockSubscriber'];
  51136.         }
  51137.         return $this->privates['Swag\\PayPal\\Pos\\Sync\\Inventory\\StockSubscriber'] = new \Swag\PayPal\Pos\Sync\Inventory\StockSubscriber($a$b$c);
  51138.     }
  51139.     /**
  51140.      * Gets the private 'Swag\PayPal\Pos\Sync\ProductSelection' shared service.
  51141.      *
  51142.      * @return \Swag\PayPal\Pos\Sync\ProductSelection
  51143.      */
  51144.     protected function getProductSelectionService()
  51145.     {
  51146.         include_once \dirname(__DIR__4).'/vendor/store.shopware.com/swagpaypal/src/Pos/Sync/ProductSelection.php';
  51147.         $a = ($this->services['sales_channel.product.repository'] ?? $this->getSalesChannel_Product_RepositoryService());
  51148.         if (isset($this->privates['Swag\\PayPal\\Pos\\Sync\\ProductSelection'])) {
  51149.             return $this->privates['Swag\\PayPal\\Pos\\Sync\\ProductSelection'];
  51150.         }
  51151.         $b = ($this->services['Shopware\\Core\\System\\SalesChannel\\Context\\SalesChannelContextFactory'] ?? $this->getSalesChannelContextFactoryService());
  51152.         if (isset($this->privates['Swag\\PayPal\\Pos\\Sync\\ProductSelection'])) {
  51153.             return $this->privates['Swag\\PayPal\\Pos\\Sync\\ProductSelection'];
  51154.         }
  51155.         return $this->privates['Swag\\PayPal\\Pos\\Sync\\ProductSelection'] = new \Swag\PayPal\Pos\Sync\ProductSelection($a, ($this->services['Shopware\\Core\\Content\\ProductStream\\Service\\ProductStreamBuilder'] ?? $this->getProductStreamBuilderService()), $b);
  51156.     }
  51157.     /**
  51158.      * Gets the private 'Swag\PayPal\Pos\Sync\ProductSyncer' shared service.
  51159.      *
  51160.      * @return \Swag\PayPal\Pos\Sync\ProductSyncer
  51161.      */
  51162.     protected function getProductSyncerService()
  51163.     {
  51164.         include_once \dirname(__DIR__4).'/vendor/store.shopware.com/swagpaypal/src/Pos/Sync/ProductSyncer.php';
  51165.         include_once \dirname(__DIR__4).'/vendor/store.shopware.com/swagpaypal/src/Pos/Api/Service/ProductConverter.php';
  51166.         include_once \dirname(__DIR__4).'/vendor/store.shopware.com/swagpaypal/src/Pos/Api/Service/Converter/CategoryConverter.php';
  51167.         include_once \dirname(__DIR__4).'/vendor/store.shopware.com/swagpaypal/src/Pos/Api/Service/Converter/VariantConverter.php';
  51168.         include_once \dirname(__DIR__4).'/vendor/store.shopware.com/swagpaypal/src/Pos/Api/Service/Converter/PriceConverter.php';
  51169.         include_once \dirname(__DIR__4).'/vendor/store.shopware.com/swagpaypal/src/Pos/Api/Service/Converter/PresentationConverter.php';
  51170.         include_once \dirname(__DIR__4).'/vendor/store.shopware.com/swagpaypal/src/Pos/Api/Service/Converter/OptionGroupConverter.php';
  51171.         include_once \dirname(__DIR__4).'/vendor/store.shopware.com/swagpaypal/src/Pos/Api/Service/MetadataGenerator.php';
  51172.         include_once \dirname(__DIR__4).'/vendor/store.shopware.com/swagpaypal/src/Pos/Sync/Context/ProductContextFactory.php';
  51173.         include_once \dirname(__DIR__4).'/vendor/store.shopware.com/swagpaypal/src/Pos/Sync/Product/NewUpdater.php';
  51174.         include_once \dirname(__DIR__4).'/vendor/store.shopware.com/swagpaypal/src/Pos/Sync/Product/OutdatedUpdater.php';
  51175.         include_once \dirname(__DIR__4).'/vendor/store.shopware.com/swagpaypal/src/Pos/Sync/Product/DeletedUpdater.php';
  51176.         include_once \dirname(__DIR__4).'/vendor/store.shopware.com/swagpaypal/src/Pos/Sync/Product/UnsyncedChecker.php';
  51177.         include_once \dirname(__DIR__4).'/vendor/store.shopware.com/swagpaypal/src/Pos/Api/Service/Converter/UuidConverter.php';
  51178.         $a = ($this->services['swag_paypal_pos_sales_channel_product.repository'] ?? $this->getSwagPaypalPosSalesChannelProduct_RepositoryService());
  51179.         if (isset($this->privates['Swag\\PayPal\\Pos\\Sync\\ProductSyncer'])) {
  51180.             return $this->privates['Swag\\PayPal\\Pos\\Sync\\ProductSyncer'];
  51181.         }
  51182.         $b = ($this->services['swag_paypal_pos_sales_channel_media.repository'] ?? $this->getSwagPaypalPosSalesChannelMedia_RepositoryService());
  51183.         if (isset($this->privates['Swag\\PayPal\\Pos\\Sync\\ProductSyncer'])) {
  51184.             return $this->privates['Swag\\PayPal\\Pos\\Sync\\ProductSyncer'];
  51185.         }
  51186.         $c = ($this->privates['Swag\\PayPal\\Pos\\Api\\Service\\Converter\\UuidConverter'] ?? ($this->privates['Swag\\PayPal\\Pos\\Api\\Service\\Converter\\UuidConverter'] = new \Swag\PayPal\Pos\Api\Service\Converter\UuidConverter()));
  51187.         $d = new \Swag\PayPal\Pos\Api\Service\Converter\PresentationConverter();
  51188.         $e = ($this->privates['Swag\\PayPal\\Pos\\Run\\Logger'] ?? $this->getLogger4Service());
  51189.         $f = ($this->privates['Swag\\PayPal\\Pos\\Resource\\ProductResource'] ?? $this->getProductResourceService());
  51190.         return $this->privates['Swag\\PayPal\\Pos\\Sync\\ProductSyncer'] = new \Swag\PayPal\Pos\Sync\ProductSyncer(new \Swag\PayPal\Pos\Api\Service\ProductConverter($c, new \Swag\PayPal\Pos\Api\Service\Converter\CategoryConverter($c), new \Swag\PayPal\Pos\Api\Service\Converter\VariantConverter($c, new \Swag\PayPal\Pos\Api\Service\Converter\PriceConverter(), $d$e), new \Swag\PayPal\Pos\Api\Service\Converter\OptionGroupConverter(), $d, new \Swag\PayPal\Pos\Api\Service\MetadataGenerator()), new \Swag\PayPal\Pos\Sync\Context\ProductContextFactory($a$b), new \Swag\PayPal\Pos\Sync\Product\NewUpdater($f$e), new \Swag\PayPal\Pos\Sync\Product\OutdatedUpdater($f$e), new \Swag\PayPal\Pos\Sync\Product\DeletedUpdater($f$e$c), new \Swag\PayPal\Pos\Sync\Product\UnsyncedChecker($f$e$c));
  51191.     }
  51192.     /**
  51193.      * Gets the private 'Swag\PayPal\Pos\Webhook\Handler\InventoryChangedHandler' shared service.
  51194.      *
  51195.      * @return \Swag\PayPal\Pos\Webhook\Handler\InventoryChangedHandler
  51196.      */
  51197.     protected function getInventoryChangedHandlerService()
  51198.     {
  51199.         include_once \dirname(__DIR__4).'/vendor/store.shopware.com/swagpaypal/src/Pos/Webhook/WebhookHandler.php';
  51200.         include_once \dirname(__DIR__4).'/vendor/store.shopware.com/swagpaypal/src/Pos/Util/PosSalesChannelTrait.php';
  51201.         include_once \dirname(__DIR__4).'/vendor/store.shopware.com/swagpaypal/src/Pos/Webhook/Handler/AbstractWebhookHandler.php';
  51202.         include_once \dirname(__DIR__4).'/vendor/store.shopware.com/swagpaypal/src/Pos/Webhook/Handler/InventoryChangedHandler.php';
  51203.         include_once \dirname(__DIR__4).'/vendor/store.shopware.com/swagpaypal/src/Pos/Sync/Inventory/Calculator/LocalCalculatorInterface.php';
  51204.         include_once \dirname(__DIR__4).'/vendor/store.shopware.com/swagpaypal/src/Pos/Sync/Inventory/Calculator/LocalWebhookCalculator.php';
  51205.         include_once \dirname(__DIR__4).'/vendor/store.shopware.com/swagpaypal/src/Pos/Sync/Inventory/LocalUpdater.php';
  51206.         include_once \dirname(__DIR__4).'/vendor/store.shopware.com/swagpaypal/src/Pos/Api/Service/ApiKeyDecoder.php';
  51207.         include_once \dirname(__DIR__4).'/vendor/store.shopware.com/swagpaypal/src/Pos/Api/Service/Converter/UuidConverter.php';
  51208.         $a = new \Swag\PayPal\Pos\Sync\Inventory\Calculator\LocalWebhookCalculator();
  51209.         $b = ($this->services['product.repository'] ?? $this->getProduct_RepositoryService());
  51210.         return $this->privates['Swag\\PayPal\\Pos\\Webhook\\Handler\\InventoryChangedHandler'] = new \Swag\PayPal\Pos\Webhook\Handler\InventoryChangedHandler(($this->privates['Swag\\PayPal\\Pos\\Api\\Service\\ApiKeyDecoder'] ?? ($this->privates['Swag\\PayPal\\Pos\\Api\\Service\\ApiKeyDecoder'] = new \Swag\PayPal\Pos\Api\Service\ApiKeyDecoder())), ($this->privates['Swag\\PayPal\\Pos\\Run\\RunService'] ?? $this->getRunService2Service()), $a, new \Swag\PayPal\Pos\Sync\Inventory\LocalUpdater($b$a, ($this->privates['Shopware\\Core\\Content\\Product\\DataAbstractionLayer\\StockUpdater'] ?? $this->getStockUpdaterService()), ($this->privates['Swag\\PayPal\\Pos\\Run\\Logger'] ?? $this->getLogger4Service())), ($this->privates['Swag\\PayPal\\Pos\\Sync\\InventorySyncer'] ?? $this->getInventorySyncerService()), ($this->privates['Swag\\PayPal\\Pos\\Sync\\Context\\InventoryContextFactory'] ?? $this->getInventoryContextFactoryService()), $b, ($this->privates['Swag\\PayPal\\Pos\\Api\\Service\\Converter\\UuidConverter'] ?? ($this->privates['Swag\\PayPal\\Pos\\Api\\Service\\Converter\\UuidConverter'] = new \Swag\PayPal\Pos\Api\Service\Converter\UuidConverter())));
  51211.     }
  51212.     /**
  51213.      * Gets the private 'Swag\PayPal\RestApi\Client\PayPalClientFactory' shared service.
  51214.      *
  51215.      * @return \Swag\PayPal\RestApi\Client\PayPalClientFactory
  51216.      */
  51217.     protected function getPayPalClientFactoryService()
  51218.     {
  51219.         include_once \dirname(__DIR__4).'/vendor/store.shopware.com/swagpaypal/src/RestApi/Client/PayPalClientFactoryInterface.php';
  51220.         include_once \dirname(__DIR__4).'/vendor/store.shopware.com/swagpaypal/src/RestApi/Client/PayPalClientFactory.php';
  51221.         include_once \dirname(__DIR__4).'/vendor/store.shopware.com/swagpaypal/src/RestApi/V1/Resource/TokenResourceInterface.php';
  51222.         include_once \dirname(__DIR__4).'/vendor/store.shopware.com/swagpaypal/src/RestApi/V1/Resource/TokenResource.php';
  51223.         include_once \dirname(__DIR__4).'/vendor/store.shopware.com/swagpaypal/src/RestApi/V1/Service/TokenValidator.php';
  51224.         $a = ($this->services['Shopware\\Core\\System\\SystemConfig\\SystemConfigService'] ?? $this->getSystemConfigServiceService());
  51225.         if (isset($this->privates['Swag\\PayPal\\RestApi\\Client\\PayPalClientFactory'])) {
  51226.             return $this->privates['Swag\\PayPal\\RestApi\\Client\\PayPalClientFactory'];
  51227.         }
  51228.         $b = ($this->privates['Swag\\PayPal\\Setting\\Service\\CredentialsUtil'] ?? $this->getCredentialsUtilService());
  51229.         if (isset($this->privates['Swag\\PayPal\\RestApi\\Client\\PayPalClientFactory'])) {
  51230.             return $this->privates['Swag\\PayPal\\RestApi\\Client\\PayPalClientFactory'];
  51231.         }
  51232.         return $this->privates['Swag\\PayPal\\RestApi\\Client\\PayPalClientFactory'] = new \Swag\PayPal\RestApi\Client\PayPalClientFactory(new \Swag\PayPal\RestApi\V1\Resource\TokenResource(($this->privates['Shopware\\Core\\Framework\\Adapter\\Cache\\CacheDecorator'] ?? $this->getCacheDecoratorService()), ($this->privates['Swag\\PayPal\\RestApi\\Client\\TokenClientFactory'] ?? $this->getTokenClientFactoryService()), ($this->privates['Swag\\PayPal\\RestApi\\V1\\Service\\TokenValidator'] ?? ($this->privates['Swag\\PayPal\\RestApi\\V1\\Service\\TokenValidator'] = new \Swag\PayPal\RestApi\V1\Service\TokenValidator()))), ($this->privates['Swag\\PayPal\\Setting\\Service\\SettingsValidationService'] ?? $this->getSettingsValidationServiceService()), $a$b, ($this->privates['Swag\\PayPal\\Util\\Logger'] ?? $this->getLogger3Service()));
  51233.     }
  51234.     /**
  51235.      * Gets the private 'Swag\PayPal\RestApi\Client\TokenClientFactory' shared service.
  51236.      *
  51237.      * @return \Swag\PayPal\RestApi\Client\TokenClientFactory
  51238.      */
  51239.     protected function getTokenClientFactoryService()
  51240.     {
  51241.         include_once \dirname(__DIR__4).'/vendor/store.shopware.com/swagpaypal/src/RestApi/Client/TokenClientFactory.php';
  51242.         return $this->privates['Swag\\PayPal\\RestApi\\Client\\TokenClientFactory'] = new \Swag\PayPal\RestApi\Client\TokenClientFactory(($this->privates['Swag\\PayPal\\Util\\Logger'] ?? $this->getLogger3Service()));
  51243.     }
  51244.     /**
  51245.      * Gets the private 'Swag\PayPal\RestApi\V1\Resource\IdentityResource' shared service.
  51246.      *
  51247.      * @return \Swag\PayPal\RestApi\V1\Resource\IdentityResource
  51248.      */
  51249.     protected function getIdentityResourceService()
  51250.     {
  51251.         include_once \dirname(__DIR__4).'/vendor/store.shopware.com/swagpaypal/src/RestApi/V1/Resource/IdentityResource.php';
  51252.         return $this->privates['Swag\\PayPal\\RestApi\\V1\\Resource\\IdentityResource'] = new \Swag\PayPal\RestApi\V1\Resource\IdentityResource(($this->privates['Swag\\PayPal\\RestApi\\Client\\PayPalClientFactory'] ?? $this->getPayPalClientFactoryService()));
  51253.     }
  51254.     /**
  51255.      * Gets the private 'Swag\PayPal\RestApi\V1\Resource\PaymentResource' shared service.
  51256.      *
  51257.      * @return \Swag\PayPal\RestApi\V1\Resource\PaymentResource
  51258.      */
  51259.     protected function getPaymentResourceService()
  51260.     {
  51261.         include_once \dirname(__DIR__4).'/vendor/store.shopware.com/swagpaypal/src/RestApi/V1/Resource/PaymentResource.php';
  51262.         return $this->privates['Swag\\PayPal\\RestApi\\V1\\Resource\\PaymentResource'] = new \Swag\PayPal\RestApi\V1\Resource\PaymentResource(($this->privates['Swag\\PayPal\\RestApi\\Client\\PayPalClientFactory'] ?? $this->getPayPalClientFactoryService()));
  51263.     }
  51264.     /**
  51265.      * Gets the private 'Swag\PayPal\RestApi\V1\Resource\SaleResource' shared service.
  51266.      *
  51267.      * @return \Swag\PayPal\RestApi\V1\Resource\SaleResource
  51268.      */
  51269.     protected function getSaleResourceService()
  51270.     {
  51271.         include_once \dirname(__DIR__4).'/vendor/store.shopware.com/swagpaypal/src/RestApi/V1/Resource/SaleResource.php';
  51272.         return $this->privates['Swag\\PayPal\\RestApi\\V1\\Resource\\SaleResource'] = new \Swag\PayPal\RestApi\V1\Resource\SaleResource(($this->privates['Swag\\PayPal\\RestApi\\Client\\PayPalClientFactory'] ?? $this->getPayPalClientFactoryService()));
  51273.     }
  51274.     /**
  51275.      * Gets the private 'Swag\PayPal\RestApi\V2\Resource\OrderResource' shared service.
  51276.      *
  51277.      * @return \Swag\PayPal\RestApi\V2\Resource\OrderResource
  51278.      */
  51279.     protected function getOrderResourceService()
  51280.     {
  51281.         include_once \dirname(__DIR__4).'/vendor/store.shopware.com/swagpaypal/src/RestApi/V2/Resource/OrderResource.php';
  51282.         $a = ($this->privates['Swag\\PayPal\\RestApi\\Client\\PayPalClientFactory'] ?? $this->getPayPalClientFactoryService());
  51283.         if (isset($this->privates['Swag\\PayPal\\RestApi\\V2\\Resource\\OrderResource'])) {
  51284.             return $this->privates['Swag\\PayPal\\RestApi\\V2\\Resource\\OrderResource'];
  51285.         }
  51286.         return $this->privates['Swag\\PayPal\\RestApi\\V2\\Resource\\OrderResource'] = new \Swag\PayPal\RestApi\V2\Resource\OrderResource($a);
  51287.     }
  51288.     /**
  51289.      * Gets the private 'Swag\PayPal\Setting\Service\CredentialsUtil' shared service.
  51290.      *
  51291.      * @return \Swag\PayPal\Setting\Service\CredentialsUtil
  51292.      */
  51293.     protected function getCredentialsUtilService()
  51294.     {
  51295.         include_once \dirname(__DIR__4).'/vendor/store.shopware.com/swagpaypal/src/Setting/Service/CredentialsUtilInterface.php';
  51296.         include_once \dirname(__DIR__4).'/vendor/store.shopware.com/swagpaypal/src/Setting/Service/CredentialsUtil.php';
  51297.         $a = ($this->services['Shopware\\Core\\System\\SystemConfig\\SystemConfigService'] ?? $this->getSystemConfigServiceService());
  51298.         if (isset($this->privates['Swag\\PayPal\\Setting\\Service\\CredentialsUtil'])) {
  51299.             return $this->privates['Swag\\PayPal\\Setting\\Service\\CredentialsUtil'];
  51300.         }
  51301.         return $this->privates['Swag\\PayPal\\Setting\\Service\\CredentialsUtil'] = new \Swag\PayPal\Setting\Service\CredentialsUtil($a);
  51302.     }
  51303.     /**
  51304.      * Gets the private 'Swag\PayPal\Setting\Service\SettingsValidationService' shared service.
  51305.      *
  51306.      * @return \Swag\PayPal\Setting\Service\SettingsValidationService
  51307.      */
  51308.     protected function getSettingsValidationServiceService()
  51309.     {
  51310.         $a = ($this->services['Shopware\\Core\\System\\SystemConfig\\SystemConfigService'] ?? $this->getSystemConfigServiceService());
  51311.         if (isset($this->privates['Swag\\PayPal\\Setting\\Service\\SettingsValidationService'])) {
  51312.             return $this->privates['Swag\\PayPal\\Setting\\Service\\SettingsValidationService'];
  51313.         }
  51314.         $b = ($this->privates['Swag\\PayPal\\Util\\Logger'] ?? $this->getLogger3Service());
  51315.         if (isset($this->privates['Swag\\PayPal\\Setting\\Service\\SettingsValidationService'])) {
  51316.             return $this->privates['Swag\\PayPal\\Setting\\Service\\SettingsValidationService'];
  51317.         }
  51318.         return $this->privates['Swag\\PayPal\\Setting\\Service\\SettingsValidationService'] = new \Swag\PayPal\Setting\Service\SettingsValidationService($a$b);
  51319.     }
  51320.     /**
  51321.      * Gets the private 'Swag\PayPal\Storefront\Data\CheckoutDataSubscriber' shared service.
  51322.      *
  51323.      * @return \Swag\PayPal\Storefront\Data\CheckoutDataSubscriber
  51324.      */
  51325.     protected function getCheckoutDataSubscriberService()
  51326.     {
  51327.         include_once \dirname(__DIR__4).'/vendor/store.shopware.com/swagpaypal/src/Storefront/Data/CheckoutDataSubscriber.php';
  51328.         $a = ($this->services['translator'] ?? $this->getTranslatorService());
  51329.         if (isset($this->privates['Swag\\PayPal\\Storefront\\Data\\CheckoutDataSubscriber'])) {
  51330.             return $this->privates['Swag\\PayPal\\Storefront\\Data\\CheckoutDataSubscriber'];
  51331.         }
  51332.         $b = ($this->services['event_dispatcher'] ?? $this->getEventDispatcherService());
  51333.         if (isset($this->privates['Swag\\PayPal\\Storefront\\Data\\CheckoutDataSubscriber'])) {
  51334.             return $this->privates['Swag\\PayPal\\Storefront\\Data\\CheckoutDataSubscriber'];
  51335.         }
  51336.         return $this->privates['Swag\\PayPal\\Storefront\\Data\\CheckoutDataSubscriber'] = new \Swag\PayPal\Storefront\Data\CheckoutDataSubscriber(($this->services['logger'] ?? $this->getLoggerService()), ($this->privates['Swag\\PayPal\\Setting\\Service\\SettingsValidationService'] ?? $this->getSettingsValidationServiceService()), ($this->services['request_stack'] ?? ($this->services['request_stack'] = new \Symfony\Component\HttpFoundation\RequestStack())), $a$b, new RewindableGenerator(function () {
  51337.             yield => ($this->privates['Swag\\PayPal\\Util\\Lifecycle\\Method\\PayPalMethodData'] ?? ($this->privates['Swag\\PayPal\\Util\\Lifecycle\\Method\\PayPalMethodData'] = new \Swag\PayPal\Util\Lifecycle\Method\PayPalMethodData($this)));
  51338.             yield => ($this->privates['Swag\\PayPal\\Util\\Lifecycle\\Method\\ACDCMethodData'] ?? ($this->privates['Swag\\PayPal\\Util\\Lifecycle\\Method\\ACDCMethodData'] = new \Swag\PayPal\Util\Lifecycle\Method\ACDCMethodData($this)));
  51339.             yield => ($this->privates['Swag\\PayPal\\Util\\Lifecycle\\Method\\SEPAMethodData'] ?? ($this->privates['Swag\\PayPal\\Util\\Lifecycle\\Method\\SEPAMethodData'] = new \Swag\PayPal\Util\Lifecycle\Method\SEPAMethodData($this)));
  51340.             yield => ($this->privates['Swag\\PayPal\\Util\\Lifecycle\\Method\\VenmoMethodData'] ?? ($this->privates['Swag\\PayPal\\Util\\Lifecycle\\Method\\VenmoMethodData'] = new \Swag\PayPal\Util\Lifecycle\Method\VenmoMethodData($this)));
  51341.             yield => ($this->privates['Swag\\PayPal\\Util\\Lifecycle\\Method\\PayLaterMethodData'] ?? ($this->privates['Swag\\PayPal\\Util\\Lifecycle\\Method\\PayLaterMethodData'] = new \Swag\PayPal\Util\Lifecycle\Method\PayLaterMethodData($this)));
  51342.         }, 5));
  51343.     }
  51344.     /**
  51345.      * Gets the private 'Swag\PayPal\Storefront\Data\FundingSubscriber' shared service.
  51346.      *
  51347.      * @return \Swag\PayPal\Storefront\Data\FundingSubscriber
  51348.      */
  51349.     protected function getFundingSubscriberService()
  51350.     {
  51351.         include_once \dirname(__DIR__4).'/vendor/store.shopware.com/swagpaypal/src/Storefront/Data/FundingSubscriber.php';
  51352.         include_once \dirname(__DIR__4).'/vendor/store.shopware.com/swagpaypal/src/Storefront/Data/Service/FundingEligibilityDataService.php';
  51353.         $a = ($this->services['Shopware\\Core\\System\\SystemConfig\\SystemConfigService'] ?? $this->getSystemConfigServiceService());
  51354.         if (isset($this->privates['Swag\\PayPal\\Storefront\\Data\\FundingSubscriber'])) {
  51355.             return $this->privates['Swag\\PayPal\\Storefront\\Data\\FundingSubscriber'];
  51356.         }
  51357.         return $this->privates['Swag\\PayPal\\Storefront\\Data\\FundingSubscriber'] = new \Swag\PayPal\Storefront\Data\FundingSubscriber(($this->privates['Swag\\PayPal\\Setting\\Service\\SettingsValidationService'] ?? $this->getSettingsValidationServiceService()), new \Swag\PayPal\Storefront\Data\Service\FundingEligibilityDataService(($this->privates['Swag\\PayPal\\Setting\\Service\\CredentialsUtil'] ?? $this->getCredentialsUtilService()), $a, ($this->privates['Swag\\PayPal\\Util\\LocaleCodeProvider'] ?? $this->getLocaleCodeProviderService()), ($this->services['router'] ?? $this->getRouterService()), ($this->services['request_stack'] ?? ($this->services['request_stack'] = new \Symfony\Component\HttpFoundation\RequestStack()))));
  51358.     }
  51359.     /**
  51360.      * Gets the private 'Swag\PayPal\Storefront\RequestSubscriber' shared service.
  51361.      *
  51362.      * @return \Swag\PayPal\Storefront\RequestSubscriber
  51363.      */
  51364.     protected function getRequestSubscriber2Service()
  51365.     {
  51366.         include_once \dirname(__DIR__4).'/vendor/store.shopware.com/swagpaypal/src/Storefront/RequestSubscriber.php';
  51367.         return $this->privates['Swag\\PayPal\\Storefront\\RequestSubscriber'] = new \Swag\PayPal\Storefront\RequestSubscriber(($this->privates['Swag\\PayPal\\Util\\Logger'] ?? $this->getLogger3Service()));
  51368.     }
  51369.     /**
  51370.      * Gets the private 'Swag\PayPal\Util\Availability\AvailabilityService' shared service.
  51371.      *
  51372.      * @return \Swag\PayPal\Util\Availability\AvailabilityService
  51373.      */
  51374.     protected function getAvailabilityServiceService()
  51375.     {
  51376.         return $this->privates['Swag\\PayPal\\Util\\Availability\\AvailabilityService'] = new \Swag\PayPal\Util\Availability\AvailabilityService(($this->privates['Swag\\PayPal\\Util\\Lifecycle\\Method\\PaymentMethodDataRegistry'] ?? $this->getPaymentMethodDataRegistryService()));
  51377.     }
  51378.     /**
  51379.      * Gets the private 'Swag\PayPal\Util\Lifecycle\Method\PaymentMethodDataRegistry' shared service.
  51380.      *
  51381.      * @return \Swag\PayPal\Util\Lifecycle\Method\PaymentMethodDataRegistry
  51382.      */
  51383.     protected function getPaymentMethodDataRegistryService()
  51384.     {
  51385.         $a = ($this->services['payment_method.repository'] ?? $this->getPaymentMethod_RepositoryService());
  51386.         if (isset($this->privates['Swag\\PayPal\\Util\\Lifecycle\\Method\\PaymentMethodDataRegistry'])) {
  51387.             return $this->privates['Swag\\PayPal\\Util\\Lifecycle\\Method\\PaymentMethodDataRegistry'];
  51388.         }
  51389.         return $this->privates['Swag\\PayPal\\Util\\Lifecycle\\Method\\PaymentMethodDataRegistry'] = new \Swag\PayPal\Util\Lifecycle\Method\PaymentMethodDataRegistry($a$this, new RewindableGenerator(function () {
  51390.             yield => ($this->privates['Swag\\PayPal\\Util\\Lifecycle\\Method\\PayPalMethodData'] ?? ($this->privates['Swag\\PayPal\\Util\\Lifecycle\\Method\\PayPalMethodData'] = new \Swag\PayPal\Util\Lifecycle\Method\PayPalMethodData($this)));
  51391.             yield => ($this->privates['Swag\\PayPal\\Util\\Lifecycle\\Method\\PUIMethodData'] ?? ($this->privates['Swag\\PayPal\\Util\\Lifecycle\\Method\\PUIMethodData'] = new \Swag\PayPal\Util\Lifecycle\Method\PUIMethodData($this)));
  51392.             yield => ($this->privates['Swag\\PayPal\\Util\\Lifecycle\\Method\\ACDCMethodData'] ?? ($this->privates['Swag\\PayPal\\Util\\Lifecycle\\Method\\ACDCMethodData'] = new \Swag\PayPal\Util\Lifecycle\Method\ACDCMethodData($this)));
  51393.             yield => ($this->privates['Swag\\PayPal\\Util\\Lifecycle\\Method\\SEPAMethodData'] ?? ($this->privates['Swag\\PayPal\\Util\\Lifecycle\\Method\\SEPAMethodData'] = new \Swag\PayPal\Util\Lifecycle\Method\SEPAMethodData($this)));
  51394.             yield => ($this->privates['Swag\\PayPal\\Util\\Lifecycle\\Method\\BancontactMethodData'] ?? ($this->privates['Swag\\PayPal\\Util\\Lifecycle\\Method\\BancontactMethodData'] = new \Swag\PayPal\Util\Lifecycle\Method\BancontactMethodData($this)));
  51395.             yield => ($this->privates['Swag\\PayPal\\Util\\Lifecycle\\Method\\BlikMethodData'] ?? ($this->privates['Swag\\PayPal\\Util\\Lifecycle\\Method\\BlikMethodData'] = new \Swag\PayPal\Util\Lifecycle\Method\BlikMethodData($this)));
  51396.             yield => ($this->privates['Swag\\PayPal\\Util\\Lifecycle\\Method\\EpsMethodData'] ?? ($this->privates['Swag\\PayPal\\Util\\Lifecycle\\Method\\EpsMethodData'] = new \Swag\PayPal\Util\Lifecycle\Method\EpsMethodData($this)));
  51397.             yield => ($this->privates['Swag\\PayPal\\Util\\Lifecycle\\Method\\GiropayMethodData'] ?? ($this->privates['Swag\\PayPal\\Util\\Lifecycle\\Method\\GiropayMethodData'] = new \Swag\PayPal\Util\Lifecycle\Method\GiropayMethodData($this)));
  51398.             yield => ($this->privates['Swag\\PayPal\\Util\\Lifecycle\\Method\\IdealMethodData'] ?? ($this->privates['Swag\\PayPal\\Util\\Lifecycle\\Method\\IdealMethodData'] = new \Swag\PayPal\Util\Lifecycle\Method\IdealMethodData($this)));
  51399.             yield => ($this->privates['Swag\\PayPal\\Util\\Lifecycle\\Method\\MultibancoMethodData'] ?? ($this->privates['Swag\\PayPal\\Util\\Lifecycle\\Method\\MultibancoMethodData'] = new \Swag\PayPal\Util\Lifecycle\Method\MultibancoMethodData($this)));
  51400.             yield 10 => ($this->privates['Swag\\PayPal\\Util\\Lifecycle\\Method\\MyBankMethodData'] ?? ($this->privates['Swag\\PayPal\\Util\\Lifecycle\\Method\\MyBankMethodData'] = new \Swag\PayPal\Util\Lifecycle\Method\MyBankMethodData($this)));
  51401.             yield 11 => ($this->privates['Swag\\PayPal\\Util\\Lifecycle\\Method\\OxxoMethodData'] ?? ($this->privates['Swag\\PayPal\\Util\\Lifecycle\\Method\\OxxoMethodData'] = new \Swag\PayPal\Util\Lifecycle\Method\OxxoMethodData($this)));
  51402.             yield 12 => ($this->privates['Swag\\PayPal\\Util\\Lifecycle\\Method\\P24MethodData'] ?? ($this->privates['Swag\\PayPal\\Util\\Lifecycle\\Method\\P24MethodData'] = new \Swag\PayPal\Util\Lifecycle\Method\P24MethodData($this)));
  51403.             yield 13 => ($this->privates['Swag\\PayPal\\Util\\Lifecycle\\Method\\SofortMethodData'] ?? ($this->privates['Swag\\PayPal\\Util\\Lifecycle\\Method\\SofortMethodData'] = new \Swag\PayPal\Util\Lifecycle\Method\SofortMethodData($this)));
  51404.             yield 14 => ($this->privates['Swag\\PayPal\\Util\\Lifecycle\\Method\\TrustlyMethodData'] ?? ($this->privates['Swag\\PayPal\\Util\\Lifecycle\\Method\\TrustlyMethodData'] = new \Swag\PayPal\Util\Lifecycle\Method\TrustlyMethodData($this)));
  51405.             yield 15 => ($this->privates['Swag\\PayPal\\Util\\Lifecycle\\Method\\VenmoMethodData'] ?? ($this->privates['Swag\\PayPal\\Util\\Lifecycle\\Method\\VenmoMethodData'] = new \Swag\PayPal\Util\Lifecycle\Method\VenmoMethodData($this)));
  51406.             yield 16 => ($this->privates['Swag\\PayPal\\Util\\Lifecycle\\Method\\PayLaterMethodData'] ?? ($this->privates['Swag\\PayPal\\Util\\Lifecycle\\Method\\PayLaterMethodData'] = new \Swag\PayPal\Util\Lifecycle\Method\PayLaterMethodData($this)));
  51407.         }, 17));
  51408.     }
  51409.     /**
  51410.      * Gets the private 'Swag\PayPal\Util\LocaleCodeProvider' shared service.
  51411.      *
  51412.      * @return \Swag\PayPal\Util\LocaleCodeProvider
  51413.      */
  51414.     protected function getLocaleCodeProviderService()
  51415.     {
  51416.         include_once \dirname(__DIR__4).'/vendor/store.shopware.com/swagpaypal/src/Util/LocaleCodeProvider.php';
  51417.         $a = ($this->services['language.repository'] ?? $this->getLanguage_RepositoryService());
  51418.         if (isset($this->privates['Swag\\PayPal\\Util\\LocaleCodeProvider'])) {
  51419.             return $this->privates['Swag\\PayPal\\Util\\LocaleCodeProvider'];
  51420.         }
  51421.         return $this->privates['Swag\\PayPal\\Util\\LocaleCodeProvider'] = new \Swag\PayPal\Util\LocaleCodeProvider($a);
  51422.     }
  51423.     /**
  51424.      * Gets the private 'Swag\PayPal\Util\Logger' shared service.
  51425.      *
  51426.      * @return \Monolog\Logger
  51427.      */
  51428.     protected function getLogger3Service()
  51429.     {
  51430.         $a = ($this->services['Shopware\\Core\\System\\SystemConfig\\SystemConfigService'] ?? $this->getSystemConfigServiceService());
  51431.         if (isset($this->privates['Swag\\PayPal\\Util\\Logger'])) {
  51432.             return $this->privates['Swag\\PayPal\\Util\\Logger'];
  51433.         }
  51434.         $b = new \Swag\PayPal\Util\Log\LoggerFactory((\dirname(__DIR__3).'/log/%s_dev.log'), 14);
  51435.         $b->setLogLevel($a);
  51436.         return $this->privates['Swag\\PayPal\\Util\\Logger'] = $b->createRotating('swag_paypal');
  51437.     }
  51438.     /**
  51439.      * Gets the private 'Swag\PayPal\Util\PaymentMethodUtil' shared service.
  51440.      *
  51441.      * @return \Swag\PayPal\Util\PaymentMethodUtil
  51442.      */
  51443.     protected function getPaymentMethodUtilService()
  51444.     {
  51445.         include_once \dirname(__DIR__4).'/vendor/store.shopware.com/swagpaypal/src/Util/PaymentMethodUtil.php';
  51446.         $a = ($this->services['sales_channel.repository'] ?? $this->getSalesChannel_RepositoryService());
  51447.         if (isset($this->privates['Swag\\PayPal\\Util\\PaymentMethodUtil'])) {
  51448.             return $this->privates['Swag\\PayPal\\Util\\PaymentMethodUtil'];
  51449.         }
  51450.         return $this->privates['Swag\\PayPal\\Util\\PaymentMethodUtil'] = new \Swag\PayPal\Util\PaymentMethodUtil(($this->services['Doctrine\\DBAL\\Connection'] ?? $this->getConnectionService()), $a);
  51451.     }
  51452.     /**
  51453.      * Gets the private 'Swag\PayPal\Util\PaymentStatusUtilV2' shared service.
  51454.      *
  51455.      * @return \Swag\PayPal\Util\PaymentStatusUtilV2
  51456.      */
  51457.     protected function getPaymentStatusUtilV2Service()
  51458.     {
  51459.         include_once \dirname(__DIR__4).'/vendor/store.shopware.com/swagpaypal/src/Util/PaymentStatusUtilV2.php';
  51460.         include_once \dirname(__DIR__4).'/vendor/store.shopware.com/swagpaypal/src/Util/PriceFormatter.php';
  51461.         $a = ($this->services['order_transaction.repository'] ?? $this->getOrderTransaction_RepositoryService());
  51462.         if (isset($this->privates['Swag\\PayPal\\Util\\PaymentStatusUtilV2'])) {
  51463.             return $this->privates['Swag\\PayPal\\Util\\PaymentStatusUtilV2'];
  51464.         }
  51465.         $b = ($this->privates['Shopware\\Core\\Checkout\\Order\\Aggregate\\OrderTransaction\\OrderTransactionStateHandler'] ?? $this->getOrderTransactionStateHandlerService());
  51466.         if (isset($this->privates['Swag\\PayPal\\Util\\PaymentStatusUtilV2'])) {
  51467.             return $this->privates['Swag\\PayPal\\Util\\PaymentStatusUtilV2'];
  51468.         }
  51469.         return $this->privates['Swag\\PayPal\\Util\\PaymentStatusUtilV2'] = new \Swag\PayPal\Util\PaymentStatusUtilV2($a$b, ($this->privates['Swag\\PayPal\\Util\\PriceFormatter'] ?? ($this->privates['Swag\\PayPal\\Util\\PriceFormatter'] = new \Swag\PayPal\Util\PriceFormatter())));
  51470.     }
  51471.     /**
  51472.      * Gets the private 'Swag\PayPal\Webhook\Command\CrawlWebhookEventNamesCommand' shared service.
  51473.      *
  51474.      * @return \Swag\PayPal\Webhook\Command\CrawlWebhookEventNamesCommand
  51475.      */
  51476.     protected function getCrawlWebhookEventNamesCommandService()
  51477.     {
  51478.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/Command.php';
  51479.         include_once \dirname(__DIR__4).'/vendor/store.shopware.com/swagpaypal/src/Webhook/Command/CrawlWebhookEventNamesCommand.php';
  51480.         $this->privates['Swag\\PayPal\\Webhook\\Command\\CrawlWebhookEventNamesCommand'] = $instance = new \Swag\PayPal\Webhook\Command\CrawlWebhookEventNamesCommand();
  51481.         $instance->setName('swag:paypal:crawl:webhooks');
  51482.         $instance->setDescription('Crawls the PayPal developer website for webhook event names and updates "Swag\\PayPal\\Webhook\\WebhookEventTypes"');
  51483.         return $instance;
  51484.     }
  51485.     /**
  51486.      * Gets the private 'Swag\PayPal\Webhook\Handler\AuthorizationVoided' shared service.
  51487.      *
  51488.      * @return \Swag\PayPal\Webhook\Handler\AuthorizationVoided
  51489.      */
  51490.     protected function getAuthorizationVoidedService()
  51491.     {
  51492.         include_once \dirname(__DIR__4).'/vendor/store.shopware.com/swagpaypal/src/Webhook/WebhookHandler.php';
  51493.         include_once \dirname(__DIR__4).'/vendor/store.shopware.com/swagpaypal/src/Webhook/Handler/AbstractWebhookHandler.php';
  51494.         include_once \dirname(__DIR__4).'/vendor/store.shopware.com/swagpaypal/src/Webhook/Handler/AuthorizationVoided.php';
  51495.         $a = ($this->services['order_transaction.repository'] ?? $this->getOrderTransaction_RepositoryService());
  51496.         if (isset($this->privates['Swag\\PayPal\\Webhook\\Handler\\AuthorizationVoided'])) {
  51497.             return $this->privates['Swag\\PayPal\\Webhook\\Handler\\AuthorizationVoided'];
  51498.         }
  51499.         $b = ($this->privates['Shopware\\Core\\Checkout\\Order\\Aggregate\\OrderTransaction\\OrderTransactionStateHandler'] ?? $this->getOrderTransactionStateHandlerService());
  51500.         if (isset($this->privates['Swag\\PayPal\\Webhook\\Handler\\AuthorizationVoided'])) {
  51501.             return $this->privates['Swag\\PayPal\\Webhook\\Handler\\AuthorizationVoided'];
  51502.         }
  51503.         return $this->privates['Swag\\PayPal\\Webhook\\Handler\\AuthorizationVoided'] = new \Swag\PayPal\Webhook\Handler\AuthorizationVoided($a$b);
  51504.     }
  51505.     /**
  51506.      * Gets the private 'Swag\PayPal\Webhook\Handler\CaptureCompleted' shared service.
  51507.      *
  51508.      * @return \Swag\PayPal\Webhook\Handler\CaptureCompleted
  51509.      */
  51510.     protected function getCaptureCompletedService()
  51511.     {
  51512.         include_once \dirname(__DIR__4).'/vendor/store.shopware.com/swagpaypal/src/Webhook/WebhookHandler.php';
  51513.         include_once \dirname(__DIR__4).'/vendor/store.shopware.com/swagpaypal/src/Webhook/Handler/AbstractWebhookHandler.php';
  51514.         include_once \dirname(__DIR__4).'/vendor/store.shopware.com/swagpaypal/src/Webhook/Handler/CaptureCompleted.php';
  51515.         $a = ($this->services['order_transaction.repository'] ?? $this->getOrderTransaction_RepositoryService());
  51516.         if (isset($this->privates['Swag\\PayPal\\Webhook\\Handler\\CaptureCompleted'])) {
  51517.             return $this->privates['Swag\\PayPal\\Webhook\\Handler\\CaptureCompleted'];
  51518.         }
  51519.         $b = ($this->privates['Shopware\\Core\\Checkout\\Order\\Aggregate\\OrderTransaction\\OrderTransactionStateHandler'] ?? $this->getOrderTransactionStateHandlerService());
  51520.         if (isset($this->privates['Swag\\PayPal\\Webhook\\Handler\\CaptureCompleted'])) {
  51521.             return $this->privates['Swag\\PayPal\\Webhook\\Handler\\CaptureCompleted'];
  51522.         }
  51523.         $c = ($this->privates['Swag\\PayPal\\Util\\PaymentStatusUtilV2'] ?? $this->getPaymentStatusUtilV2Service());
  51524.         if (isset($this->privates['Swag\\PayPal\\Webhook\\Handler\\CaptureCompleted'])) {
  51525.             return $this->privates['Swag\\PayPal\\Webhook\\Handler\\CaptureCompleted'];
  51526.         }
  51527.         return $this->privates['Swag\\PayPal\\Webhook\\Handler\\CaptureCompleted'] = new \Swag\PayPal\Webhook\Handler\CaptureCompleted($a$b$c);
  51528.     }
  51529.     /**
  51530.      * Gets the private 'Swag\PayPal\Webhook\Handler\CaptureDenied' shared service.
  51531.      *
  51532.      * @return \Swag\PayPal\Webhook\Handler\CaptureDenied
  51533.      */
  51534.     protected function getCaptureDeniedService()
  51535.     {
  51536.         include_once \dirname(__DIR__4).'/vendor/store.shopware.com/swagpaypal/src/Webhook/WebhookHandler.php';
  51537.         include_once \dirname(__DIR__4).'/vendor/store.shopware.com/swagpaypal/src/Webhook/Handler/AbstractWebhookHandler.php';
  51538.         include_once \dirname(__DIR__4).'/vendor/store.shopware.com/swagpaypal/src/Webhook/Handler/CaptureDenied.php';
  51539.         $a = ($this->services['order_transaction.repository'] ?? $this->getOrderTransaction_RepositoryService());
  51540.         if (isset($this->privates['Swag\\PayPal\\Webhook\\Handler\\CaptureDenied'])) {
  51541.             return $this->privates['Swag\\PayPal\\Webhook\\Handler\\CaptureDenied'];
  51542.         }
  51543.         $b = ($this->privates['Shopware\\Core\\Checkout\\Order\\Aggregate\\OrderTransaction\\OrderTransactionStateHandler'] ?? $this->getOrderTransactionStateHandlerService());
  51544.         if (isset($this->privates['Swag\\PayPal\\Webhook\\Handler\\CaptureDenied'])) {
  51545.             return $this->privates['Swag\\PayPal\\Webhook\\Handler\\CaptureDenied'];
  51546.         }
  51547.         return $this->privates['Swag\\PayPal\\Webhook\\Handler\\CaptureDenied'] = new \Swag\PayPal\Webhook\Handler\CaptureDenied($a$b);
  51548.     }
  51549.     /**
  51550.      * Gets the private 'Swag\PayPal\Webhook\Handler\CaptureRefunded' shared service.
  51551.      *
  51552.      * @return \Swag\PayPal\Webhook\Handler\CaptureRefunded
  51553.      */
  51554.     protected function getCaptureRefundedService()
  51555.     {
  51556.         include_once \dirname(__DIR__4).'/vendor/store.shopware.com/swagpaypal/src/Webhook/WebhookHandler.php';
  51557.         include_once \dirname(__DIR__4).'/vendor/store.shopware.com/swagpaypal/src/Webhook/Handler/AbstractWebhookHandler.php';
  51558.         include_once \dirname(__DIR__4).'/vendor/store.shopware.com/swagpaypal/src/Webhook/Handler/CaptureRefunded.php';
  51559.         $a = ($this->services['order_transaction.repository'] ?? $this->getOrderTransaction_RepositoryService());
  51560.         if (isset($this->privates['Swag\\PayPal\\Webhook\\Handler\\CaptureRefunded'])) {
  51561.             return $this->privates['Swag\\PayPal\\Webhook\\Handler\\CaptureRefunded'];
  51562.         }
  51563.         $b = ($this->privates['Shopware\\Core\\Checkout\\Order\\Aggregate\\OrderTransaction\\OrderTransactionStateHandler'] ?? $this->getOrderTransactionStateHandlerService());
  51564.         if (isset($this->privates['Swag\\PayPal\\Webhook\\Handler\\CaptureRefunded'])) {
  51565.             return $this->privates['Swag\\PayPal\\Webhook\\Handler\\CaptureRefunded'];
  51566.         }
  51567.         return $this->privates['Swag\\PayPal\\Webhook\\Handler\\CaptureRefunded'] = new \Swag\PayPal\Webhook\Handler\CaptureRefunded($a$b, ($this->privates['Swag\\PayPal\\Util\\PaymentStatusUtilV2'] ?? $this->getPaymentStatusUtilV2Service()), ($this->privates['Swag\\PayPal\\RestApi\\V2\\Resource\\OrderResource'] ?? $this->getOrderResourceService()));
  51568.     }
  51569.     /**
  51570.      * Gets the private 'Swag\PayPal\Webhook\Handler\CaptureReversed' shared service.
  51571.      *
  51572.      * @return \Swag\PayPal\Webhook\Handler\CaptureReversed
  51573.      */
  51574.     protected function getCaptureReversedService()
  51575.     {
  51576.         include_once \dirname(__DIR__4).'/vendor/store.shopware.com/swagpaypal/src/Webhook/WebhookHandler.php';
  51577.         include_once \dirname(__DIR__4).'/vendor/store.shopware.com/swagpaypal/src/Webhook/Handler/AbstractWebhookHandler.php';
  51578.         include_once \dirname(__DIR__4).'/vendor/store.shopware.com/swagpaypal/src/Webhook/Handler/CaptureRefunded.php';
  51579.         include_once \dirname(__DIR__4).'/vendor/store.shopware.com/swagpaypal/src/Webhook/Handler/CaptureReversed.php';
  51580.         $a = ($this->services['order_transaction.repository'] ?? $this->getOrderTransaction_RepositoryService());
  51581.         if (isset($this->privates['Swag\\PayPal\\Webhook\\Handler\\CaptureReversed'])) {
  51582.             return $this->privates['Swag\\PayPal\\Webhook\\Handler\\CaptureReversed'];
  51583.         }
  51584.         $b = ($this->privates['Shopware\\Core\\Checkout\\Order\\Aggregate\\OrderTransaction\\OrderTransactionStateHandler'] ?? $this->getOrderTransactionStateHandlerService());
  51585.         if (isset($this->privates['Swag\\PayPal\\Webhook\\Handler\\CaptureReversed'])) {
  51586.             return $this->privates['Swag\\PayPal\\Webhook\\Handler\\CaptureReversed'];
  51587.         }
  51588.         return $this->privates['Swag\\PayPal\\Webhook\\Handler\\CaptureReversed'] = new \Swag\PayPal\Webhook\Handler\CaptureReversed($a$b, ($this->privates['Swag\\PayPal\\Util\\PaymentStatusUtilV2'] ?? $this->getPaymentStatusUtilV2Service()), ($this->privates['Swag\\PayPal\\RestApi\\V2\\Resource\\OrderResource'] ?? $this->getOrderResourceService()));
  51589.     }
  51590.     /**
  51591.      * Gets the private 'Swag\PayPal\Webhook\Handler\SaleComplete' shared service.
  51592.      *
  51593.      * @return \Swag\PayPal\Webhook\Handler\SaleComplete
  51594.      */
  51595.     protected function getSaleCompleteService()
  51596.     {
  51597.         include_once \dirname(__DIR__4).'/vendor/store.shopware.com/swagpaypal/src/Webhook/WebhookHandler.php';
  51598.         include_once \dirname(__DIR__4).'/vendor/store.shopware.com/swagpaypal/src/Webhook/Handler/AbstractWebhookHandler.php';
  51599.         include_once \dirname(__DIR__4).'/vendor/store.shopware.com/swagpaypal/src/Webhook/Handler/SaleComplete.php';
  51600.         $a = ($this->services['order_transaction.repository'] ?? $this->getOrderTransaction_RepositoryService());
  51601.         if (isset($this->privates['Swag\\PayPal\\Webhook\\Handler\\SaleComplete'])) {
  51602.             return $this->privates['Swag\\PayPal\\Webhook\\Handler\\SaleComplete'];
  51603.         }
  51604.         $b = ($this->privates['Shopware\\Core\\Checkout\\Order\\Aggregate\\OrderTransaction\\OrderTransactionStateHandler'] ?? $this->getOrderTransactionStateHandlerService());
  51605.         if (isset($this->privates['Swag\\PayPal\\Webhook\\Handler\\SaleComplete'])) {
  51606.             return $this->privates['Swag\\PayPal\\Webhook\\Handler\\SaleComplete'];
  51607.         }
  51608.         return $this->privates['Swag\\PayPal\\Webhook\\Handler\\SaleComplete'] = new \Swag\PayPal\Webhook\Handler\SaleComplete($a$b);
  51609.     }
  51610.     /**
  51611.      * Gets the private 'Swag\PayPal\Webhook\Handler\SaleDenied' shared service.
  51612.      *
  51613.      * @return \Swag\PayPal\Webhook\Handler\SaleDenied
  51614.      */
  51615.     protected function getSaleDeniedService()
  51616.     {
  51617.         include_once \dirname(__DIR__4).'/vendor/store.shopware.com/swagpaypal/src/Webhook/WebhookHandler.php';
  51618.         include_once \dirname(__DIR__4).'/vendor/store.shopware.com/swagpaypal/src/Webhook/Handler/AbstractWebhookHandler.php';
  51619.         include_once \dirname(__DIR__4).'/vendor/store.shopware.com/swagpaypal/src/Webhook/Handler/SaleDenied.php';
  51620.         $a = ($this->services['order_transaction.repository'] ?? $this->getOrderTransaction_RepositoryService());
  51621.         if (isset($this->privates['Swag\\PayPal\\Webhook\\Handler\\SaleDenied'])) {
  51622.             return $this->privates['Swag\\PayPal\\Webhook\\Handler\\SaleDenied'];
  51623.         }
  51624.         $b = ($this->privates['Shopware\\Core\\Checkout\\Order\\Aggregate\\OrderTransaction\\OrderTransactionStateHandler'] ?? $this->getOrderTransactionStateHandlerService());
  51625.         if (isset($this->privates['Swag\\PayPal\\Webhook\\Handler\\SaleDenied'])) {
  51626.             return $this->privates['Swag\\PayPal\\Webhook\\Handler\\SaleDenied'];
  51627.         }
  51628.         return $this->privates['Swag\\PayPal\\Webhook\\Handler\\SaleDenied'] = new \Swag\PayPal\Webhook\Handler\SaleDenied($a$b);
  51629.     }
  51630.     /**
  51631.      * Gets the private 'Swag\PayPal\Webhook\Handler\SaleRefunded' shared service.
  51632.      *
  51633.      * @return \Swag\PayPal\Webhook\Handler\SaleRefunded
  51634.      */
  51635.     protected function getSaleRefundedService()
  51636.     {
  51637.         include_once \dirname(__DIR__4).'/vendor/store.shopware.com/swagpaypal/src/Webhook/WebhookHandler.php';
  51638.         include_once \dirname(__DIR__4).'/vendor/store.shopware.com/swagpaypal/src/Webhook/Handler/AbstractWebhookHandler.php';
  51639.         include_once \dirname(__DIR__4).'/vendor/store.shopware.com/swagpaypal/src/Webhook/Handler/SaleRefunded.php';
  51640.         $a = ($this->services['order_transaction.repository'] ?? $this->getOrderTransaction_RepositoryService());
  51641.         if (isset($this->privates['Swag\\PayPal\\Webhook\\Handler\\SaleRefunded'])) {
  51642.             return $this->privates['Swag\\PayPal\\Webhook\\Handler\\SaleRefunded'];
  51643.         }
  51644.         $b = ($this->privates['Shopware\\Core\\Checkout\\Order\\Aggregate\\OrderTransaction\\OrderTransactionStateHandler'] ?? $this->getOrderTransactionStateHandlerService());
  51645.         if (isset($this->privates['Swag\\PayPal\\Webhook\\Handler\\SaleRefunded'])) {
  51646.             return $this->privates['Swag\\PayPal\\Webhook\\Handler\\SaleRefunded'];
  51647.         }
  51648.         return $this->privates['Swag\\PayPal\\Webhook\\Handler\\SaleRefunded'] = new \Swag\PayPal\Webhook\Handler\SaleRefunded($a$b, ($this->privates['Swag\\PayPal\\RestApi\\V1\\Resource\\SaleResource'] ?? $this->getSaleResourceService()));
  51649.     }
  51650.     /**
  51651.      * Gets the private 'Swag\PayPal\Webhook\Registration\WebhookSubscriber' shared service.
  51652.      *
  51653.      * @return \Swag\PayPal\Webhook\Registration\WebhookSubscriber
  51654.      */
  51655.     protected function getWebhookSubscriberService()
  51656.     {
  51657.         include_once \dirname(__DIR__4).'/vendor/store.shopware.com/swagpaypal/src/Webhook/Registration/WebhookSubscriber.php';
  51658.         $a = ($this->services['Shopware\\Core\\System\\SystemConfig\\SystemConfigService'] ?? $this->getSystemConfigServiceService());
  51659.         if (isset($this->privates['Swag\\PayPal\\Webhook\\Registration\\WebhookSubscriber'])) {
  51660.             return $this->privates['Swag\\PayPal\\Webhook\\Registration\\WebhookSubscriber'];
  51661.         }
  51662.         $b = ($this->services['Swag\\PayPal\\Webhook\\WebhookService'] ?? $this->getWebhookService2Service());
  51663.         if (isset($this->privates['Swag\\PayPal\\Webhook\\Registration\\WebhookSubscriber'])) {
  51664.             return $this->privates['Swag\\PayPal\\Webhook\\Registration\\WebhookSubscriber'];
  51665.         }
  51666.         return $this->privates['Swag\\PayPal\\Webhook\\Registration\\WebhookSubscriber'] = new \Swag\PayPal\Webhook\Registration\WebhookSubscriber(($this->privates['Swag\\PayPal\\Util\\Logger'] ?? $this->getLogger3Service()), $a$b);
  51667.     }
  51668.     /**
  51669.      * Gets the private 'Symfony\Bridge\PsrHttpMessage\Factory\PsrHttpFactory' shared service.
  51670.      *
  51671.      * @return \Symfony\Bridge\PsrHttpMessage\Factory\PsrHttpFactory
  51672.      */
  51673.     protected function getPsrHttpFactoryService()
  51674.     {
  51675.         $a = ($this->privates['Nyholm\\Psr7\\Factory\\Psr17Factory'] ?? ($this->privates['Nyholm\\Psr7\\Factory\\Psr17Factory'] = new \Nyholm\Psr7\Factory\Psr17Factory()));
  51676.         return $this->privates['Symfony\\Bridge\\PsrHttpMessage\\Factory\\PsrHttpFactory'] = new \Symfony\Bridge\PsrHttpMessage\Factory\PsrHttpFactory($a$a$a$a);
  51677.     }
  51678.     /**
  51679.      * Gets the private 'Symfony\Component\Dotenv\Command\DotenvDumpCommand' shared autowired service.
  51680.      *
  51681.      * @return \Symfony\Component\Dotenv\Command\DotenvDumpCommand
  51682.      */
  51683.     protected function getDotenvDumpCommandService()
  51684.     {
  51685.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/Command.php';
  51686.         include_once \dirname(__DIR__4).'/vendor/symfony/dotenv/Command/DotenvDumpCommand.php';
  51687.         $this->privates['Symfony\\Component\\Dotenv\\Command\\DotenvDumpCommand'] = $instance = new \Symfony\Component\Dotenv\Command\DotenvDumpCommand(\dirname(__DIR__4));
  51688.         $instance->setName('dotenv:dump');
  51689.         $instance->setDescription('Compiles .env files to .env.local.php');
  51690.         return $instance;
  51691.     }
  51692.     /**
  51693.      * Gets the private 'TcinnThemeWareModern\Core\Content\Media\Cms\Type\TcinnButtonTeaserTypeDataResolver' shared service.
  51694.      *
  51695.      * @return \TcinnThemeWareModern\Core\Content\Media\Cms\Type\TcinnButtonTeaserTypeDataResolver
  51696.      */
  51697.     protected function getTcinnButtonTeaserTypeDataResolverService()
  51698.     {
  51699.         include_once \dirname(__DIR__4).'/vendor/shopware/core/Content/Cms/DataResolver/Element/CmsElementResolverInterface.php';
  51700.         include_once \dirname(__DIR__4).'/vendor/shopware/core/Content/Cms/DataResolver/Element/AbstractCmsElementResolver.php';
  51701.         include_once \dirname(__DIR__4).'/vendor/shopware/core/Content/Media/Cms/ImageCmsElementResolver.php';
  51702.         include_once \dirname(__DIR__4).'/custom/plugins/TcinnThemeWareModern/src/Core/Content/Media/Cms/Type/TcinnButtonTeaserTypeDataResolver.php';
  51703.         return $this->privates['TcinnThemeWareModern\\Core\\Content\\Media\\Cms\\Type\\TcinnButtonTeaserTypeDataResolver'] = new \TcinnThemeWareModern\Core\Content\Media\Cms\Type\TcinnButtonTeaserTypeDataResolver(($this->privates['Shopware\\Storefront\\Page\\Cms\\DefaultMediaResolver'] ?? $this->getDefaultMediaResolverService()));
  51704.     }
  51705.     /**
  51706.      * Gets the private 'TcinnThemeWareModern\Core\Content\Media\Cms\Type\TcinnCallToActionSlideTypeDataResolver' shared service.
  51707.      *
  51708.      * @return \TcinnThemeWareModern\Core\Content\Media\Cms\Type\TcinnCallToActionSlideTypeDataResolver
  51709.      */
  51710.     protected function getTcinnCallToActionSlideTypeDataResolverService()
  51711.     {
  51712.         include_once \dirname(__DIR__4).'/vendor/shopware/core/Content/Cms/DataResolver/Element/CmsElementResolverInterface.php';
  51713.         include_once \dirname(__DIR__4).'/vendor/shopware/core/Content/Cms/DataResolver/Element/AbstractCmsElementResolver.php';
  51714.         include_once \dirname(__DIR__4).'/vendor/shopware/core/Content/Media/Cms/ImageCmsElementResolver.php';
  51715.         include_once \dirname(__DIR__4).'/custom/plugins/TcinnThemeWareModern/src/Core/Content/Media/Cms/Type/TcinnCallToActionSlideTypeDataResolver.php';
  51716.         return $this->privates['TcinnThemeWareModern\\Core\\Content\\Media\\Cms\\Type\\TcinnCallToActionSlideTypeDataResolver'] = new \TcinnThemeWareModern\Core\Content\Media\Cms\Type\TcinnCallToActionSlideTypeDataResolver(($this->privates['Shopware\\Storefront\\Page\\Cms\\DefaultMediaResolver'] ?? $this->getDefaultMediaResolverService()));
  51717.     }
  51718.     /**
  51719.      * Gets the private 'TcinnThemeWareModern\Core\Content\Media\Cms\Type\TcinnCallToActionTypeDataResolver' shared service.
  51720.      *
  51721.      * @return \TcinnThemeWareModern\Core\Content\Media\Cms\Type\TcinnCallToActionTypeDataResolver
  51722.      */
  51723.     protected function getTcinnCallToActionTypeDataResolverService()
  51724.     {
  51725.         include_once \dirname(__DIR__4).'/vendor/shopware/core/Content/Cms/DataResolver/Element/CmsElementResolverInterface.php';
  51726.         include_once \dirname(__DIR__4).'/vendor/shopware/core/Content/Cms/DataResolver/Element/AbstractCmsElementResolver.php';
  51727.         include_once \dirname(__DIR__4).'/vendor/shopware/core/Content/Media/Cms/ImageCmsElementResolver.php';
  51728.         include_once \dirname(__DIR__4).'/custom/plugins/TcinnThemeWareModern/src/Core/Content/Media/Cms/Type/TcinnCallToActionTypeDataResolver.php';
  51729.         return $this->privates['TcinnThemeWareModern\\Core\\Content\\Media\\Cms\\Type\\TcinnCallToActionTypeDataResolver'] = new \TcinnThemeWareModern\Core\Content\Media\Cms\Type\TcinnCallToActionTypeDataResolver(($this->privates['Shopware\\Storefront\\Page\\Cms\\DefaultMediaResolver'] ?? $this->getDefaultMediaResolverService()));
  51730.     }
  51731.     /**
  51732.      * Gets the private 'TcinnThemeWareModern\Core\Content\Media\Cms\Type\TcinnClassicTeaserTypeDataResolver' shared service.
  51733.      *
  51734.      * @return \TcinnThemeWareModern\Core\Content\Media\Cms\Type\TcinnClassicTeaserTypeDataResolver
  51735.      */
  51736.     protected function getTcinnClassicTeaserTypeDataResolverService()
  51737.     {
  51738.         include_once \dirname(__DIR__4).'/vendor/shopware/core/Content/Cms/DataResolver/Element/CmsElementResolverInterface.php';
  51739.         include_once \dirname(__DIR__4).'/vendor/shopware/core/Content/Cms/DataResolver/Element/AbstractCmsElementResolver.php';
  51740.         include_once \dirname(__DIR__4).'/vendor/shopware/core/Content/Media/Cms/ImageCmsElementResolver.php';
  51741.         include_once \dirname(__DIR__4).'/custom/plugins/TcinnThemeWareModern/src/Core/Content/Media/Cms/Type/TcinnClassicTeaserTypeDataResolver.php';
  51742.         return $this->privates['TcinnThemeWareModern\\Core\\Content\\Media\\Cms\\Type\\TcinnClassicTeaserTypeDataResolver'] = new \TcinnThemeWareModern\Core\Content\Media\Cms\Type\TcinnClassicTeaserTypeDataResolver(($this->privates['Shopware\\Storefront\\Page\\Cms\\DefaultMediaResolver'] ?? $this->getDefaultMediaResolverService()));
  51743.     }
  51744.     /**
  51745.      * Gets the private 'TcinnThemeWareModern\Core\Content\Media\Cms\Type\TcinnHoverBoxTypeDataResolver' shared service.
  51746.      *
  51747.      * @return \TcinnThemeWareModern\Core\Content\Media\Cms\Type\TcinnHoverBoxTypeDataResolver
  51748.      */
  51749.     protected function getTcinnHoverBoxTypeDataResolverService()
  51750.     {
  51751.         include_once \dirname(__DIR__4).'/vendor/shopware/core/Content/Cms/DataResolver/Element/CmsElementResolverInterface.php';
  51752.         include_once \dirname(__DIR__4).'/vendor/shopware/core/Content/Cms/DataResolver/Element/AbstractCmsElementResolver.php';
  51753.         include_once \dirname(__DIR__4).'/vendor/shopware/core/Content/Media/Cms/ImageCmsElementResolver.php';
  51754.         include_once \dirname(__DIR__4).'/custom/plugins/TcinnThemeWareModern/src/Core/Content/Media/Cms/Type/TcinnHoverBoxTypeDataResolver.php';
  51755.         return $this->privates['TcinnThemeWareModern\\Core\\Content\\Media\\Cms\\Type\\TcinnHoverBoxTypeDataResolver'] = new \TcinnThemeWareModern\Core\Content\Media\Cms\Type\TcinnHoverBoxTypeDataResolver(($this->privates['Shopware\\Storefront\\Page\\Cms\\DefaultMediaResolver'] ?? $this->getDefaultMediaResolverService()));
  51756.     }
  51757.     /**
  51758.      * Gets the private 'TcinnThemeWareModern\Core\Content\Media\Cms\Type\TcinnImageBannerTypeDataResolver' shared service.
  51759.      *
  51760.      * @return \TcinnThemeWareModern\Core\Content\Media\Cms\Type\TcinnImageBannerTypeDataResolver
  51761.      */
  51762.     protected function getTcinnImageBannerTypeDataResolverService()
  51763.     {
  51764.         include_once \dirname(__DIR__4).'/vendor/shopware/core/Content/Cms/DataResolver/Element/CmsElementResolverInterface.php';
  51765.         include_once \dirname(__DIR__4).'/vendor/shopware/core/Content/Cms/DataResolver/Element/AbstractCmsElementResolver.php';
  51766.         include_once \dirname(__DIR__4).'/vendor/shopware/core/Content/Media/Cms/ImageCmsElementResolver.php';
  51767.         include_once \dirname(__DIR__4).'/custom/plugins/TcinnThemeWareModern/src/Core/Content/Media/Cms/Type/TcinnImageBannerTypeDataResolver.php';
  51768.         return $this->privates['TcinnThemeWareModern\\Core\\Content\\Media\\Cms\\Type\\TcinnImageBannerTypeDataResolver'] = new \TcinnThemeWareModern\Core\Content\Media\Cms\Type\TcinnImageBannerTypeDataResolver(($this->privates['Shopware\\Storefront\\Page\\Cms\\DefaultMediaResolver'] ?? $this->getDefaultMediaResolverService()));
  51769.     }
  51770.     /**
  51771.      * Gets the private 'TcinnThemeWareModern\Core\Content\Media\Cms\Type\TcinnModernTeaserTypeDataResolver' shared service.
  51772.      *
  51773.      * @return \TcinnThemeWareModern\Core\Content\Media\Cms\Type\TcinnModernTeaserTypeDataResolver
  51774.      */
  51775.     protected function getTcinnModernTeaserTypeDataResolverService()
  51776.     {
  51777.         include_once \dirname(__DIR__4).'/vendor/shopware/core/Content/Cms/DataResolver/Element/CmsElementResolverInterface.php';
  51778.         include_once \dirname(__DIR__4).'/vendor/shopware/core/Content/Cms/DataResolver/Element/AbstractCmsElementResolver.php';
  51779.         include_once \dirname(__DIR__4).'/vendor/shopware/core/Content/Media/Cms/ImageCmsElementResolver.php';
  51780.         include_once \dirname(__DIR__4).'/custom/plugins/TcinnThemeWareModern/src/Core/Content/Media/Cms/Type/TcinnModernTeaserTypeDataResolver.php';
  51781.         return $this->privates['TcinnThemeWareModern\\Core\\Content\\Media\\Cms\\Type\\TcinnModernTeaserTypeDataResolver'] = new \TcinnThemeWareModern\Core\Content\Media\Cms\Type\TcinnModernTeaserTypeDataResolver(($this->privates['Shopware\\Storefront\\Page\\Cms\\DefaultMediaResolver'] ?? $this->getDefaultMediaResolverService()));
  51782.     }
  51783.     /**
  51784.      * Gets the private 'TcinnThemeWareModern\Core\Content\Media\Cms\Type\TcinnTextImageSlideTypeDataResolver' shared service.
  51785.      *
  51786.      * @return \TcinnThemeWareModern\Core\Content\Media\Cms\Type\TcinnTextImageSlideTypeDataResolver
  51787.      */
  51788.     protected function getTcinnTextImageSlideTypeDataResolverService()
  51789.     {
  51790.         include_once \dirname(__DIR__4).'/vendor/shopware/core/Content/Cms/DataResolver/Element/CmsElementResolverInterface.php';
  51791.         include_once \dirname(__DIR__4).'/vendor/shopware/core/Content/Cms/DataResolver/Element/AbstractCmsElementResolver.php';
  51792.         include_once \dirname(__DIR__4).'/vendor/shopware/core/Content/Media/Cms/ImageCmsElementResolver.php';
  51793.         include_once \dirname(__DIR__4).'/custom/plugins/TcinnThemeWareModern/src/Core/Content/Media/Cms/Type/TcinnTextImageSlideTypeDataResolver.php';
  51794.         return $this->privates['TcinnThemeWareModern\\Core\\Content\\Media\\Cms\\Type\\TcinnTextImageSlideTypeDataResolver'] = new \TcinnThemeWareModern\Core\Content\Media\Cms\Type\TcinnTextImageSlideTypeDataResolver(($this->privates['Shopware\\Storefront\\Page\\Cms\\DefaultMediaResolver'] ?? $this->getDefaultMediaResolverService()));
  51795.     }
  51796.     /**
  51797.      * Gets the private 'TcinnThemeWareModern\Core\Content\Media\Cms\Type\TcinnTextTeaserDecoratedTypeDataResolver' shared service.
  51798.      *
  51799.      * @return \TcinnThemeWareModern\Core\Content\Media\Cms\Type\TcinnTextTeaserDecoratedTypeDataResolver
  51800.      */
  51801.     protected function getTcinnTextTeaserDecoratedTypeDataResolverService()
  51802.     {
  51803.         include_once \dirname(__DIR__4).'/vendor/shopware/core/Content/Cms/DataResolver/Element/CmsElementResolverInterface.php';
  51804.         include_once \dirname(__DIR__4).'/vendor/shopware/core/Content/Cms/DataResolver/Element/AbstractCmsElementResolver.php';
  51805.         include_once \dirname(__DIR__4).'/vendor/shopware/core/Content/Media/Cms/ImageCmsElementResolver.php';
  51806.         include_once \dirname(__DIR__4).'/custom/plugins/TcinnThemeWareModern/src/Core/Content/Media/Cms/Type/TcinnTextTeaserDecoratedTypeDataResolver.php';
  51807.         return $this->privates['TcinnThemeWareModern\\Core\\Content\\Media\\Cms\\Type\\TcinnTextTeaserDecoratedTypeDataResolver'] = new \TcinnThemeWareModern\Core\Content\Media\Cms\Type\TcinnTextTeaserDecoratedTypeDataResolver(($this->privates['Shopware\\Storefront\\Page\\Cms\\DefaultMediaResolver'] ?? $this->getDefaultMediaResolverService()));
  51808.     }
  51809.     /**
  51810.      * Gets the private 'TcinnThemeWareModern\Core\Content\Media\Cms\Type\TcinnTextTeaserTypeDataResolver' shared service.
  51811.      *
  51812.      * @return \TcinnThemeWareModern\Core\Content\Media\Cms\Type\TcinnTextTeaserTypeDataResolver
  51813.      */
  51814.     protected function getTcinnTextTeaserTypeDataResolverService()
  51815.     {
  51816.         include_once \dirname(__DIR__4).'/vendor/shopware/core/Content/Cms/DataResolver/Element/CmsElementResolverInterface.php';
  51817.         include_once \dirname(__DIR__4).'/vendor/shopware/core/Content/Cms/DataResolver/Element/AbstractCmsElementResolver.php';
  51818.         include_once \dirname(__DIR__4).'/vendor/shopware/core/Content/Media/Cms/ImageCmsElementResolver.php';
  51819.         include_once \dirname(__DIR__4).'/custom/plugins/TcinnThemeWareModern/src/Core/Content/Media/Cms/Type/TcinnTextTeaserTypeDataResolver.php';
  51820.         return $this->privates['TcinnThemeWareModern\\Core\\Content\\Media\\Cms\\Type\\TcinnTextTeaserTypeDataResolver'] = new \TcinnThemeWareModern\Core\Content\Media\Cms\Type\TcinnTextTeaserTypeDataResolver(($this->privates['Shopware\\Storefront\\Page\\Cms\\DefaultMediaResolver'] ?? $this->getDefaultMediaResolverService()));
  51821.     }
  51822.     /**
  51823.      * Gets the private 'UnzerPayment6\Components\ApplePay\CertificateManager' shared service.
  51824.      *
  51825.      * @return \UnzerPayment6\Components\ApplePay\CertificateManager
  51826.      */
  51827.     protected function getCertificateManagerService()
  51828.     {
  51829.         include_once \dirname(__DIR__4).'/vendor/store.shopware.com/unzerpayment6/src/Components/ApplePay/CertificateManager.php';
  51830.         return $this->privates['UnzerPayment6\\Components\\ApplePay\\CertificateManager'] = new \UnzerPayment6\Components\ApplePay\CertificateManager(($this->privates['UnzerPayment6\\Components\\ConfigReader\\ConfigReader'] ?? $this->getConfigReader2Service()));
  51831.     }
  51832.     /**
  51833.      * Gets the private 'UnzerPayment6\Components\Cart\Validator\PaymentMethodValidator' shared service.
  51834.      *
  51835.      * @return \UnzerPayment6\Components\Cart\Validator\PaymentMethodValidator
  51836.      */
  51837.     protected function getPaymentMethodValidatorService()
  51838.     {
  51839.         include_once \dirname(__DIR__4).'/vendor/shopware/core/Checkout/Cart/CartValidatorInterface.php';
  51840.         include_once \dirname(__DIR__4).'/vendor/store.shopware.com/unzerpayment6/src/Components/Cart/Validator/PaymentMethodValidator.php';
  51841.         $a = ($this->services['plugin.repository'] ?? $this->getPlugin_RepositoryService());
  51842.         if (isset($this->privates['UnzerPayment6\\Components\\Cart\\Validator\\PaymentMethodValidator'])) {
  51843.             return $this->privates['UnzerPayment6\\Components\\Cart\\Validator\\PaymentMethodValidator'];
  51844.         }
  51845.         return $this->privates['UnzerPayment6\\Components\\Cart\\Validator\\PaymentMethodValidator'] = new \UnzerPayment6\Components\Cart\Validator\PaymentMethodValidator($a);
  51846.     }
  51847.     /**
  51848.      * Gets the private 'UnzerPayment6\Components\ClientFactory\ClientFactory' shared service.
  51849.      *
  51850.      * @return \UnzerPayment6\Components\ClientFactory\ClientFactory
  51851.      */
  51852.     protected function getClientFactoryService()
  51853.     {
  51854.         include_once \dirname(__DIR__4).'/vendor/store.shopware.com/unzerpayment6/src/Components/ClientFactory/ClientFactoryInterface.php';
  51855.         include_once \dirname(__DIR__4).'/vendor/store.shopware.com/unzerpayment6/src/Components/ClientFactory/ClientFactory.php';
  51856.         include_once \dirname(__DIR__4).'/vendor/unzerdev/php-sdk/src/Interfaces/DebugHandlerInterface.php';
  51857.         include_once \dirname(__DIR__4).'/vendor/store.shopware.com/unzerpayment6/src/Components/UnzerPaymentDebugHandler.php';
  51858.         return $this->privates['UnzerPayment6\\Components\\ClientFactory\\ClientFactory'] = new \UnzerPayment6\Components\ClientFactory\ClientFactory(($this->privates['UnzerPayment6\\Components\\ConfigReader\\ConfigReader'] ?? $this->getConfigReader2Service()), new \UnzerPayment6\Components\UnzerPaymentDebugHandler(($this->privates['unzer_payment.logger'] ?? $this->getUnzerPayment_LoggerService())), ($this->privates['UnzerPayment6\\Components\\ConfigReader\\KeyPairConfigReader'] ?? $this->getKeyPairConfigReaderService()));
  51859.     }
  51860.     /**
  51861.      * Gets the private 'UnzerPayment6\Components\ConfigReader\ConfigReader' shared service.
  51862.      *
  51863.      * @return \UnzerPayment6\Components\ConfigReader\ConfigReader
  51864.      */
  51865.     protected function getConfigReader2Service()
  51866.     {
  51867.         include_once \dirname(__DIR__4).'/vendor/store.shopware.com/unzerpayment6/src/Components/ConfigReader/ConfigReaderInterface.php';
  51868.         include_once \dirname(__DIR__4).'/vendor/store.shopware.com/unzerpayment6/src/Components/ConfigReader/ConfigReader.php';
  51869.         $a = ($this->services['Shopware\\Core\\System\\SystemConfig\\SystemConfigService'] ?? $this->getSystemConfigServiceService());
  51870.         if (isset($this->privates['UnzerPayment6\\Components\\ConfigReader\\ConfigReader'])) {
  51871.             return $this->privates['UnzerPayment6\\Components\\ConfigReader\\ConfigReader'];
  51872.         }
  51873.         return $this->privates['UnzerPayment6\\Components\\ConfigReader\\ConfigReader'] = new \UnzerPayment6\Components\ConfigReader\ConfigReader($a);
  51874.     }
  51875.     /**
  51876.      * Gets the private 'UnzerPayment6\Components\ConfigReader\KeyPairConfigReader' shared service.
  51877.      *
  51878.      * @return \UnzerPayment6\Components\ConfigReader\KeyPairConfigReader
  51879.      */
  51880.     protected function getKeyPairConfigReaderService()
  51881.     {
  51882.         include_once \dirname(__DIR__4).'/vendor/store.shopware.com/unzerpayment6/src/Components/ConfigReader/KeyPairConfigReader.php';
  51883.         return $this->privates['UnzerPayment6\\Components\\ConfigReader\\KeyPairConfigReader'] = new \UnzerPayment6\Components\ConfigReader\KeyPairConfigReader(($this->privates['UnzerPayment6\\Components\\ConfigReader\\ConfigReader'] ?? $this->getConfigReader2Service()));
  51884.     }
  51885.     /**
  51886.      * Gets the private 'UnzerPayment6\Components\CustomFieldsHelper\CustomFieldsHelper' shared service.
  51887.      *
  51888.      * @return \UnzerPayment6\Components\CustomFieldsHelper\CustomFieldsHelper
  51889.      */
  51890.     protected function getCustomFieldsHelperService()
  51891.     {
  51892.         include_once \dirname(__DIR__4).'/vendor/store.shopware.com/unzerpayment6/src/Components/CustomFieldsHelper/CustomFieldsHelperInterface.php';
  51893.         include_once \dirname(__DIR__4).'/vendor/store.shopware.com/unzerpayment6/src/Components/CustomFieldsHelper/CustomFieldsHelper.php';
  51894.         $a = ($this->services['order_transaction.repository'] ?? $this->getOrderTransaction_RepositoryService());
  51895.         if (isset($this->privates['UnzerPayment6\\Components\\CustomFieldsHelper\\CustomFieldsHelper'])) {
  51896.             return $this->privates['UnzerPayment6\\Components\\CustomFieldsHelper\\CustomFieldsHelper'];
  51897.         }
  51898.         return $this->privates['UnzerPayment6\\Components\\CustomFieldsHelper\\CustomFieldsHelper'] = new \UnzerPayment6\Components\CustomFieldsHelper\CustomFieldsHelper($a);
  51899.     }
  51900.     /**
  51901.      * Gets the private 'UnzerPayment6\Components\PaymentHandler\UnzerAlipayPaymentHandler' shared service.
  51902.      *
  51903.      * @return \UnzerPayment6\Components\PaymentHandler\UnzerAlipayPaymentHandler
  51904.      */
  51905.     protected function getUnzerAlipayPaymentHandlerService()
  51906.     {
  51907.         include_once \dirname(__DIR__4).'/vendor/shopware/core/Checkout/Payment/Cart/PaymentHandler/PaymentHandlerInterface.php';
  51908.         include_once \dirname(__DIR__4).'/vendor/shopware/core/Checkout/Payment/Cart/PaymentHandler/AsynchronousPaymentHandlerInterface.php';
  51909.         include_once \dirname(__DIR__4).'/vendor/store.shopware.com/unzerpayment6/src/Components/PaymentHandler/AbstractUnzerPaymentHandler.php';
  51910.         include_once \dirname(__DIR__4).'/vendor/store.shopware.com/unzerpayment6/src/Components/PaymentHandler/Traits/CanCharge.php';
  51911.         include_once \dirname(__DIR__4).'/vendor/store.shopware.com/unzerpayment6/src/Components/PaymentHandler/UnzerAlipayPaymentHandler.php';
  51912.         include_once \dirname(__DIR__4).'/vendor/store.shopware.com/unzerpayment6/src/Components/ResourceHydrator/ResourceHydratorInterface.php';
  51913.         include_once \dirname(__DIR__4).'/vendor/store.shopware.com/unzerpayment6/src/Components/ResourceHydrator/BasketResourceHydrator.php';
  51914.         $a = ($this->privates['UnzerPayment6\\Components\\ResourceHydrator\\MetadataResourceHydrator'] ?? $this->getMetadataResourceHydratorService());
  51915.         if (isset($this->privates['UnzerPayment6\\Components\\PaymentHandler\\UnzerAlipayPaymentHandler'])) {
  51916.             return $this->privates['UnzerPayment6\\Components\\PaymentHandler\\UnzerAlipayPaymentHandler'];
  51917.         }
  51918.         $b = ($this->services['order_transaction.repository'] ?? $this->getOrderTransaction_RepositoryService());
  51919.         if (isset($this->privates['UnzerPayment6\\Components\\PaymentHandler\\UnzerAlipayPaymentHandler'])) {
  51920.             return $this->privates['UnzerPayment6\\Components\\PaymentHandler\\UnzerAlipayPaymentHandler'];
  51921.         }
  51922.         $c = ($this->privates['UnzerPayment6\\Components\\ConfigReader\\ConfigReader'] ?? $this->getConfigReader2Service());
  51923.         if (isset($this->privates['UnzerPayment6\\Components\\PaymentHandler\\UnzerAlipayPaymentHandler'])) {
  51924.             return $this->privates['UnzerPayment6\\Components\\PaymentHandler\\UnzerAlipayPaymentHandler'];
  51925.         }
  51926.         $d = ($this->privates['UnzerPayment6\\Components\\TransactionStateHandler\\TransactionStateHandler'] ?? $this->getTransactionStateHandlerService());
  51927.         if (isset($this->privates['UnzerPayment6\\Components\\PaymentHandler\\UnzerAlipayPaymentHandler'])) {
  51928.             return $this->privates['UnzerPayment6\\Components\\PaymentHandler\\UnzerAlipayPaymentHandler'];
  51929.         }
  51930.         $e = ($this->privates['UnzerPayment6\\Components\\CustomFieldsHelper\\CustomFieldsHelper'] ?? $this->getCustomFieldsHelperService());
  51931.         if (isset($this->privates['UnzerPayment6\\Components\\PaymentHandler\\UnzerAlipayPaymentHandler'])) {
  51932.             return $this->privates['UnzerPayment6\\Components\\PaymentHandler\\UnzerAlipayPaymentHandler'];
  51933.         }
  51934.         return $this->privates['UnzerPayment6\\Components\\PaymentHandler\\UnzerAlipayPaymentHandler'] = new \UnzerPayment6\Components\PaymentHandler\UnzerAlipayPaymentHandler(($this->privates['UnzerPayment6\\Components\\ResourceHydrator\\BasketResourceHydrator'] ?? ($this->privates['UnzerPayment6\\Components\\ResourceHydrator\\BasketResourceHydrator'] = new \UnzerPayment6\Components\ResourceHydrator\BasketResourceHydrator())), ($this->privates['UnzerPayment6\\Components\\ResourceHydrator\\CustomerResourceHydrator\\CustomerResourceHydrator'] ?? $this->getCustomerResourceHydratorService()), $a$b$c$d, ($this->privates['UnzerPayment6\\Components\\ClientFactory\\ClientFactory'] ?? $this->getClientFactoryService()), ($this->services['request_stack'] ?? ($this->services['request_stack'] = new \Symfony\Component\HttpFoundation\RequestStack())), ($this->privates['unzer_payment.logger'] ?? $this->getUnzerPayment_LoggerService()), $e);
  51935.     }
  51936.     /**
  51937.      * Gets the private 'UnzerPayment6\Components\PaymentHandler\UnzerApplePayPaymentHandler' shared service.
  51938.      *
  51939.      * @return \UnzerPayment6\Components\PaymentHandler\UnzerApplePayPaymentHandler
  51940.      */
  51941.     protected function getUnzerApplePayPaymentHandlerService()
  51942.     {
  51943.         include_once \dirname(__DIR__4).'/vendor/shopware/core/Checkout/Payment/Cart/PaymentHandler/PaymentHandlerInterface.php';
  51944.         include_once \dirname(__DIR__4).'/vendor/shopware/core/Checkout/Payment/Cart/PaymentHandler/AsynchronousPaymentHandlerInterface.php';
  51945.         include_once \dirname(__DIR__4).'/vendor/store.shopware.com/unzerpayment6/src/Components/PaymentHandler/AbstractUnzerPaymentHandler.php';
  51946.         include_once \dirname(__DIR__4).'/vendor/store.shopware.com/unzerpayment6/src/Components/PaymentHandler/Traits/CanCharge.php';
  51947.         include_once \dirname(__DIR__4).'/vendor/store.shopware.com/unzerpayment6/src/Components/PaymentHandler/Traits/CanAuthorize.php';
  51948.         include_once \dirname(__DIR__4).'/vendor/store.shopware.com/unzerpayment6/src/Components/PaymentHandler/UnzerApplePayPaymentHandler.php';
  51949.         include_once \dirname(__DIR__4).'/vendor/store.shopware.com/unzerpayment6/src/Components/ResourceHydrator/ResourceHydratorInterface.php';
  51950.         include_once \dirname(__DIR__4).'/vendor/store.shopware.com/unzerpayment6/src/Components/ResourceHydrator/BasketResourceHydrator.php';
  51951.         $a = ($this->services['order_transaction.repository'] ?? $this->getOrderTransaction_RepositoryService());
  51952.         if (isset($this->privates['UnzerPayment6\\Components\\PaymentHandler\\UnzerApplePayPaymentHandler'])) {
  51953.             return $this->privates['UnzerPayment6\\Components\\PaymentHandler\\UnzerApplePayPaymentHandler'];
  51954.         }
  51955.         return $this->privates['UnzerPayment6\\Components\\PaymentHandler\\UnzerApplePayPaymentHandler'] = new \UnzerPayment6\Components\PaymentHandler\UnzerApplePayPaymentHandler(($this->privates['UnzerPayment6\\Components\\ResourceHydrator\\BasketResourceHydrator'] ?? ($this->privates['UnzerPayment6\\Components\\ResourceHydrator\\BasketResourceHydrator'] = new \UnzerPayment6\Components\ResourceHydrator\BasketResourceHydrator())), ($this->privates['UnzerPayment6\\Components\\ResourceHydrator\\CustomerResourceHydrator\\CustomerResourceHydrator'] ?? $this->getCustomerResourceHydratorService()), ($this->privates['UnzerPayment6\\Components\\ResourceHydrator\\MetadataResourceHydrator'] ?? $this->getMetadataResourceHydratorService()), $a, ($this->privates['UnzerPayment6\\Components\\ConfigReader\\ConfigReader'] ?? $this->getConfigReader2Service()), ($this->privates['UnzerPayment6\\Components\\TransactionStateHandler\\TransactionStateHandler'] ?? $this->getTransactionStateHandlerService()), ($this->privates['UnzerPayment6\\Components\\ClientFactory\\ClientFactory'] ?? $this->getClientFactoryService()), ($this->services['request_stack'] ?? ($this->services['request_stack'] = new \Symfony\Component\HttpFoundation\RequestStack())), ($this->privates['unzer_payment.logger'] ?? $this->getUnzerPayment_LoggerService()), ($this->privates['UnzerPayment6\\Components\\CustomFieldsHelper\\CustomFieldsHelper'] ?? $this->getCustomFieldsHelperService()));
  51956.     }
  51957.     /**
  51958.      * Gets the private 'UnzerPayment6\Components\PaymentHandler\UnzerBancontactHandler' shared service.
  51959.      *
  51960.      * @return \UnzerPayment6\Components\PaymentHandler\UnzerBancontactHandler
  51961.      */
  51962.     protected function getUnzerBancontactHandlerService()
  51963.     {
  51964.         include_once \dirname(__DIR__4).'/vendor/shopware/core/Checkout/Payment/Cart/PaymentHandler/PaymentHandlerInterface.php';
  51965.         include_once \dirname(__DIR__4).'/vendor/shopware/core/Checkout/Payment/Cart/PaymentHandler/AsynchronousPaymentHandlerInterface.php';
  51966.         include_once \dirname(__DIR__4).'/vendor/store.shopware.com/unzerpayment6/src/Components/PaymentHandler/AbstractUnzerPaymentHandler.php';
  51967.         include_once \dirname(__DIR__4).'/vendor/store.shopware.com/unzerpayment6/src/Components/PaymentHandler/Traits/CanCharge.php';
  51968.         include_once \dirname(__DIR__4).'/vendor/store.shopware.com/unzerpayment6/src/Components/PaymentHandler/UnzerBancontactHandler.php';
  51969.         include_once \dirname(__DIR__4).'/vendor/store.shopware.com/unzerpayment6/src/Components/ResourceHydrator/ResourceHydratorInterface.php';
  51970.         include_once \dirname(__DIR__4).'/vendor/store.shopware.com/unzerpayment6/src/Components/ResourceHydrator/BasketResourceHydrator.php';
  51971.         $a = ($this->services['order_transaction.repository'] ?? $this->getOrderTransaction_RepositoryService());
  51972.         if (isset($this->privates['UnzerPayment6\\Components\\PaymentHandler\\UnzerBancontactHandler'])) {
  51973.             return $this->privates['UnzerPayment6\\Components\\PaymentHandler\\UnzerBancontactHandler'];
  51974.         }
  51975.         return $this->privates['UnzerPayment6\\Components\\PaymentHandler\\UnzerBancontactHandler'] = new \UnzerPayment6\Components\PaymentHandler\UnzerBancontactHandler(($this->privates['UnzerPayment6\\Components\\ResourceHydrator\\BasketResourceHydrator'] ?? ($this->privates['UnzerPayment6\\Components\\ResourceHydrator\\BasketResourceHydrator'] = new \UnzerPayment6\Components\ResourceHydrator\BasketResourceHydrator())), ($this->privates['UnzerPayment6\\Components\\ResourceHydrator\\CustomerResourceHydrator\\CustomerResourceHydrator'] ?? $this->getCustomerResourceHydratorService()), ($this->privates['UnzerPayment6\\Components\\ResourceHydrator\\MetadataResourceHydrator'] ?? $this->getMetadataResourceHydratorService()), $a, ($this->privates['UnzerPayment6\\Components\\ConfigReader\\ConfigReader'] ?? $this->getConfigReader2Service()), ($this->privates['UnzerPayment6\\Components\\TransactionStateHandler\\TransactionStateHandler'] ?? $this->getTransactionStateHandlerService()), ($this->privates['UnzerPayment6\\Components\\ClientFactory\\ClientFactory'] ?? $this->getClientFactoryService()), ($this->services['request_stack'] ?? ($this->services['request_stack'] = new \Symfony\Component\HttpFoundation\RequestStack())), ($this->privates['unzer_payment.logger'] ?? $this->getUnzerPayment_LoggerService()), ($this->privates['UnzerPayment6\\Components\\CustomFieldsHelper\\CustomFieldsHelper'] ?? $this->getCustomFieldsHelperService()));
  51976.     }
  51977.     /**
  51978.      * Gets the private 'UnzerPayment6\Components\PaymentHandler\UnzerCreditCardPaymentHandler' shared service.
  51979.      *
  51980.      * @return \UnzerPayment6\Components\PaymentHandler\UnzerCreditCardPaymentHandler
  51981.      */
  51982.     protected function getUnzerCreditCardPaymentHandlerService()
  51983.     {
  51984.         include_once \dirname(__DIR__4).'/vendor/shopware/core/Checkout/Payment/Cart/PaymentHandler/PaymentHandlerInterface.php';
  51985.         include_once \dirname(__DIR__4).'/vendor/shopware/core/Checkout/Payment/Cart/PaymentHandler/AsynchronousPaymentHandlerInterface.php';
  51986.         include_once \dirname(__DIR__4).'/vendor/store.shopware.com/unzerpayment6/src/Components/PaymentHandler/AbstractUnzerPaymentHandler.php';
  51987.         include_once \dirname(__DIR__4).'/vendor/store.shopware.com/unzerpayment6/src/Components/PaymentHandler/Traits/CanCharge.php';
  51988.         include_once \dirname(__DIR__4).'/vendor/store.shopware.com/unzerpayment6/src/Components/PaymentHandler/Traits/CanAuthorize.php';
  51989.         include_once \dirname(__DIR__4).'/vendor/store.shopware.com/unzerpayment6/src/Components/PaymentHandler/Traits/HasDeviceVault.php';
  51990.         include_once \dirname(__DIR__4).'/vendor/store.shopware.com/unzerpayment6/src/Components/PaymentHandler/UnzerCreditCardPaymentHandler.php';
  51991.         include_once \dirname(__DIR__4).'/vendor/store.shopware.com/unzerpayment6/src/Components/ResourceHydrator/ResourceHydratorInterface.php';
  51992.         include_once \dirname(__DIR__4).'/vendor/store.shopware.com/unzerpayment6/src/Components/ResourceHydrator/BasketResourceHydrator.php';
  51993.         $a = ($this->services['order_transaction.repository'] ?? $this->getOrderTransaction_RepositoryService());
  51994.         if (isset($this->privates['UnzerPayment6\\Components\\PaymentHandler\\UnzerCreditCardPaymentHandler'])) {
  51995.             return $this->privates['UnzerPayment6\\Components\\PaymentHandler\\UnzerCreditCardPaymentHandler'];
  51996.         }
  51997.         $b = ($this->privates['UnzerPayment6\\DataAbstractionLayer\\Repository\\PaymentDevice\\UnzerPaymentDeviceRepository'] ?? $this->getUnzerPaymentDeviceRepositoryService());
  51998.         if (isset($this->privates['UnzerPayment6\\Components\\PaymentHandler\\UnzerCreditCardPaymentHandler'])) {
  51999.             return $this->privates['UnzerPayment6\\Components\\PaymentHandler\\UnzerCreditCardPaymentHandler'];
  52000.         }
  52001.         return $this->privates['UnzerPayment6\\Components\\PaymentHandler\\UnzerCreditCardPaymentHandler'] = new \UnzerPayment6\Components\PaymentHandler\UnzerCreditCardPaymentHandler(($this->privates['UnzerPayment6\\Components\\ResourceHydrator\\BasketResourceHydrator'] ?? ($this->privates['UnzerPayment6\\Components\\ResourceHydrator\\BasketResourceHydrator'] = new \UnzerPayment6\Components\ResourceHydrator\BasketResourceHydrator())), ($this->privates['UnzerPayment6\\Components\\ResourceHydrator\\CustomerResourceHydrator\\CustomerResourceHydrator'] ?? $this->getCustomerResourceHydratorService()), ($this->privates['UnzerPayment6\\Components\\ResourceHydrator\\MetadataResourceHydrator'] ?? $this->getMetadataResourceHydratorService()), $a, ($this->privates['UnzerPayment6\\Components\\ConfigReader\\ConfigReader'] ?? $this->getConfigReader2Service()), ($this->privates['UnzerPayment6\\Components\\TransactionStateHandler\\TransactionStateHandler'] ?? $this->getTransactionStateHandlerService()), ($this->privates['UnzerPayment6\\Components\\ClientFactory\\ClientFactory'] ?? $this->getClientFactoryService()), ($this->services['request_stack'] ?? ($this->services['request_stack'] = new \Symfony\Component\HttpFoundation\RequestStack())), ($this->privates['unzer_payment.logger'] ?? $this->getUnzerPayment_LoggerService()), ($this->privates['UnzerPayment6\\Components\\CustomFieldsHelper\\CustomFieldsHelper'] ?? $this->getCustomFieldsHelperService()), $b);
  52002.     }
  52003.     /**
  52004.      * Gets the private 'UnzerPayment6\Components\PaymentHandler\UnzerDirectDebitPaymentHandler' shared service.
  52005.      *
  52006.      * @return \UnzerPayment6\Components\PaymentHandler\UnzerDirectDebitPaymentHandler
  52007.      */
  52008.     protected function getUnzerDirectDebitPaymentHandlerService()
  52009.     {
  52010.         include_once \dirname(__DIR__4).'/vendor/shopware/core/Checkout/Payment/Cart/PaymentHandler/PaymentHandlerInterface.php';
  52011.         include_once \dirname(__DIR__4).'/vendor/shopware/core/Checkout/Payment/Cart/PaymentHandler/AsynchronousPaymentHandlerInterface.php';
  52012.         include_once \dirname(__DIR__4).'/vendor/store.shopware.com/unzerpayment6/src/Components/PaymentHandler/AbstractUnzerPaymentHandler.php';
  52013.         include_once \dirname(__DIR__4).'/vendor/store.shopware.com/unzerpayment6/src/Components/PaymentHandler/Traits/CanCharge.php';
  52014.         include_once \dirname(__DIR__4).'/vendor/store.shopware.com/unzerpayment6/src/Components/PaymentHandler/Traits/HasDeviceVault.php';
  52015.         include_once \dirname(__DIR__4).'/vendor/store.shopware.com/unzerpayment6/src/Components/PaymentHandler/UnzerDirectDebitPaymentHandler.php';
  52016.         include_once \dirname(__DIR__4).'/vendor/store.shopware.com/unzerpayment6/src/Components/ResourceHydrator/ResourceHydratorInterface.php';
  52017.         include_once \dirname(__DIR__4).'/vendor/store.shopware.com/unzerpayment6/src/Components/ResourceHydrator/BasketResourceHydrator.php';
  52018.         $a = ($this->services['order_transaction.repository'] ?? $this->getOrderTransaction_RepositoryService());
  52019.         if (isset($this->privates['UnzerPayment6\\Components\\PaymentHandler\\UnzerDirectDebitPaymentHandler'])) {
  52020.             return $this->privates['UnzerPayment6\\Components\\PaymentHandler\\UnzerDirectDebitPaymentHandler'];
  52021.         }
  52022.         $b = ($this->privates['UnzerPayment6\\DataAbstractionLayer\\Repository\\PaymentDevice\\UnzerPaymentDeviceRepository'] ?? $this->getUnzerPaymentDeviceRepositoryService());
  52023.         if (isset($this->privates['UnzerPayment6\\Components\\PaymentHandler\\UnzerDirectDebitPaymentHandler'])) {
  52024.             return $this->privates['UnzerPayment6\\Components\\PaymentHandler\\UnzerDirectDebitPaymentHandler'];
  52025.         }
  52026.         return $this->privates['UnzerPayment6\\Components\\PaymentHandler\\UnzerDirectDebitPaymentHandler'] = new \UnzerPayment6\Components\PaymentHandler\UnzerDirectDebitPaymentHandler(($this->privates['UnzerPayment6\\Components\\ResourceHydrator\\BasketResourceHydrator'] ?? ($this->privates['UnzerPayment6\\Components\\ResourceHydrator\\BasketResourceHydrator'] = new \UnzerPayment6\Components\ResourceHydrator\BasketResourceHydrator())), ($this->privates['UnzerPayment6\\Components\\ResourceHydrator\\CustomerResourceHydrator\\CustomerResourceHydrator'] ?? $this->getCustomerResourceHydratorService()), ($this->privates['UnzerPayment6\\Components\\ResourceHydrator\\MetadataResourceHydrator'] ?? $this->getMetadataResourceHydratorService()), $a, ($this->privates['UnzerPayment6\\Components\\ConfigReader\\ConfigReader'] ?? $this->getConfigReader2Service()), ($this->privates['UnzerPayment6\\Components\\TransactionStateHandler\\TransactionStateHandler'] ?? $this->getTransactionStateHandlerService()), ($this->privates['UnzerPayment6\\Components\\ClientFactory\\ClientFactory'] ?? $this->getClientFactoryService()), ($this->services['request_stack'] ?? ($this->services['request_stack'] = new \Symfony\Component\HttpFoundation\RequestStack())), ($this->privates['unzer_payment.logger'] ?? $this->getUnzerPayment_LoggerService()), ($this->privates['UnzerPayment6\\Components\\CustomFieldsHelper\\CustomFieldsHelper'] ?? $this->getCustomFieldsHelperService()), $b);
  52027.     }
  52028.     /**
  52029.      * Gets the private 'UnzerPayment6\Components\PaymentHandler\UnzerDirectDebitSecuredPaymentHandler' shared service.
  52030.      *
  52031.      * @return \UnzerPayment6\Components\PaymentHandler\UnzerDirectDebitSecuredPaymentHandler
  52032.      */
  52033.     protected function getUnzerDirectDebitSecuredPaymentHandlerService()
  52034.     {
  52035.         include_once \dirname(__DIR__4).'/vendor/shopware/core/Checkout/Payment/Cart/PaymentHandler/PaymentHandlerInterface.php';
  52036.         include_once \dirname(__DIR__4).'/vendor/shopware/core/Checkout/Payment/Cart/PaymentHandler/AsynchronousPaymentHandlerInterface.php';
  52037.         include_once \dirname(__DIR__4).'/vendor/store.shopware.com/unzerpayment6/src/Components/PaymentHandler/AbstractUnzerPaymentHandler.php';
  52038.         include_once \dirname(__DIR__4).'/vendor/store.shopware.com/unzerpayment6/src/Components/PaymentHandler/Traits/CanCharge.php';
  52039.         include_once \dirname(__DIR__4).'/vendor/store.shopware.com/unzerpayment6/src/Components/PaymentHandler/Traits/HasDeviceVault.php';
  52040.         include_once \dirname(__DIR__4).'/vendor/store.shopware.com/unzerpayment6/src/Components/PaymentHandler/UnzerDirectDebitSecuredPaymentHandler.php';
  52041.         include_once \dirname(__DIR__4).'/vendor/store.shopware.com/unzerpayment6/src/Components/ResourceHydrator/ResourceHydratorInterface.php';
  52042.         include_once \dirname(__DIR__4).'/vendor/store.shopware.com/unzerpayment6/src/Components/ResourceHydrator/BasketResourceHydrator.php';
  52043.         $a = ($this->services['order_transaction.repository'] ?? $this->getOrderTransaction_RepositoryService());
  52044.         if (isset($this->privates['UnzerPayment6\\Components\\PaymentHandler\\UnzerDirectDebitSecuredPaymentHandler'])) {
  52045.             return $this->privates['UnzerPayment6\\Components\\PaymentHandler\\UnzerDirectDebitSecuredPaymentHandler'];
  52046.         }
  52047.         $b = ($this->privates['UnzerPayment6\\DataAbstractionLayer\\Repository\\PaymentDevice\\UnzerPaymentDeviceRepository'] ?? $this->getUnzerPaymentDeviceRepositoryService());
  52048.         if (isset($this->privates['UnzerPayment6\\Components\\PaymentHandler\\UnzerDirectDebitSecuredPaymentHandler'])) {
  52049.             return $this->privates['UnzerPayment6\\Components\\PaymentHandler\\UnzerDirectDebitSecuredPaymentHandler'];
  52050.         }
  52051.         return $this->privates['UnzerPayment6\\Components\\PaymentHandler\\UnzerDirectDebitSecuredPaymentHandler'] = new \UnzerPayment6\Components\PaymentHandler\UnzerDirectDebitSecuredPaymentHandler(($this->privates['UnzerPayment6\\Components\\ResourceHydrator\\BasketResourceHydrator'] ?? ($this->privates['UnzerPayment6\\Components\\ResourceHydrator\\BasketResourceHydrator'] = new \UnzerPayment6\Components\ResourceHydrator\BasketResourceHydrator())), ($this->privates['UnzerPayment6\\Components\\ResourceHydrator\\CustomerResourceHydrator\\CustomerResourceHydrator'] ?? $this->getCustomerResourceHydratorService()), ($this->privates['UnzerPayment6\\Components\\ResourceHydrator\\MetadataResourceHydrator'] ?? $this->getMetadataResourceHydratorService()), $a, ($this->privates['UnzerPayment6\\Components\\ConfigReader\\ConfigReader'] ?? $this->getConfigReader2Service()), ($this->privates['UnzerPayment6\\Components\\TransactionStateHandler\\TransactionStateHandler'] ?? $this->getTransactionStateHandlerService()), ($this->privates['UnzerPayment6\\Components\\ClientFactory\\ClientFactory'] ?? $this->getClientFactoryService()), ($this->services['request_stack'] ?? ($this->services['request_stack'] = new \Symfony\Component\HttpFoundation\RequestStack())), ($this->privates['unzer_payment.logger'] ?? $this->getUnzerPayment_LoggerService()), ($this->privates['UnzerPayment6\\Components\\CustomFieldsHelper\\CustomFieldsHelper'] ?? $this->getCustomFieldsHelperService()), $b);
  52052.     }
  52053.     /**
  52054.      * Gets the private 'UnzerPayment6\Components\PaymentHandler\UnzerEpsPaymentHandler' shared service.
  52055.      *
  52056.      * @return \UnzerPayment6\Components\PaymentHandler\UnzerEpsPaymentHandler
  52057.      */
  52058.     protected function getUnzerEpsPaymentHandlerService()
  52059.     {
  52060.         include_once \dirname(__DIR__4).'/vendor/shopware/core/Checkout/Payment/Cart/PaymentHandler/PaymentHandlerInterface.php';
  52061.         include_once \dirname(__DIR__4).'/vendor/shopware/core/Checkout/Payment/Cart/PaymentHandler/AsynchronousPaymentHandlerInterface.php';
  52062.         include_once \dirname(__DIR__4).'/vendor/store.shopware.com/unzerpayment6/src/Components/PaymentHandler/AbstractUnzerPaymentHandler.php';
  52063.         include_once \dirname(__DIR__4).'/vendor/store.shopware.com/unzerpayment6/src/Components/PaymentHandler/Traits/CanCharge.php';
  52064.         include_once \dirname(__DIR__4).'/vendor/store.shopware.com/unzerpayment6/src/Components/PaymentHandler/UnzerEpsPaymentHandler.php';
  52065.         include_once \dirname(__DIR__4).'/vendor/store.shopware.com/unzerpayment6/src/Components/ResourceHydrator/ResourceHydratorInterface.php';
  52066.         include_once \dirname(__DIR__4).'/vendor/store.shopware.com/unzerpayment6/src/Components/ResourceHydrator/BasketResourceHydrator.php';
  52067.         $a = ($this->services['order_transaction.repository'] ?? $this->getOrderTransaction_RepositoryService());
  52068.         if (isset($this->privates['UnzerPayment6\\Components\\PaymentHandler\\UnzerEpsPaymentHandler'])) {
  52069.             return $this->privates['UnzerPayment6\\Components\\PaymentHandler\\UnzerEpsPaymentHandler'];
  52070.         }
  52071.         return $this->privates['UnzerPayment6\\Components\\PaymentHandler\\UnzerEpsPaymentHandler'] = new \UnzerPayment6\Components\PaymentHandler\UnzerEpsPaymentHandler(($this->privates['UnzerPayment6\\Components\\ResourceHydrator\\BasketResourceHydrator'] ?? ($this->privates['UnzerPayment6\\Components\\ResourceHydrator\\BasketResourceHydrator'] = new \UnzerPayment6\Components\ResourceHydrator\BasketResourceHydrator())), ($this->privates['UnzerPayment6\\Components\\ResourceHydrator\\CustomerResourceHydrator\\CustomerResourceHydrator'] ?? $this->getCustomerResourceHydratorService()), ($this->privates['UnzerPayment6\\Components\\ResourceHydrator\\MetadataResourceHydrator'] ?? $this->getMetadataResourceHydratorService()), $a, ($this->privates['UnzerPayment6\\Components\\ConfigReader\\ConfigReader'] ?? $this->getConfigReader2Service()), ($this->privates['UnzerPayment6\\Components\\TransactionStateHandler\\TransactionStateHandler'] ?? $this->getTransactionStateHandlerService()), ($this->privates['UnzerPayment6\\Components\\ClientFactory\\ClientFactory'] ?? $this->getClientFactoryService()), ($this->services['request_stack'] ?? ($this->services['request_stack'] = new \Symfony\Component\HttpFoundation\RequestStack())), ($this->privates['unzer_payment.logger'] ?? $this->getUnzerPayment_LoggerService()), ($this->privates['UnzerPayment6\\Components\\CustomFieldsHelper\\CustomFieldsHelper'] ?? $this->getCustomFieldsHelperService()));
  52072.     }
  52073.     /**
  52074.      * Gets the private 'UnzerPayment6\Components\PaymentHandler\UnzerGiropayPaymentHandler' shared service.
  52075.      *
  52076.      * @return \UnzerPayment6\Components\PaymentHandler\UnzerGiropayPaymentHandler
  52077.      */
  52078.     protected function getUnzerGiropayPaymentHandlerService()
  52079.     {
  52080.         include_once \dirname(__DIR__4).'/vendor/shopware/core/Checkout/Payment/Cart/PaymentHandler/PaymentHandlerInterface.php';
  52081.         include_once \dirname(__DIR__4).'/vendor/shopware/core/Checkout/Payment/Cart/PaymentHandler/AsynchronousPaymentHandlerInterface.php';
  52082.         include_once \dirname(__DIR__4).'/vendor/store.shopware.com/unzerpayment6/src/Components/PaymentHandler/AbstractUnzerPaymentHandler.php';
  52083.         include_once \dirname(__DIR__4).'/vendor/store.shopware.com/unzerpayment6/src/Components/PaymentHandler/Traits/CanCharge.php';
  52084.         include_once \dirname(__DIR__4).'/vendor/store.shopware.com/unzerpayment6/src/Components/PaymentHandler/UnzerGiropayPaymentHandler.php';
  52085.         include_once \dirname(__DIR__4).'/vendor/store.shopware.com/unzerpayment6/src/Components/ResourceHydrator/ResourceHydratorInterface.php';
  52086.         include_once \dirname(__DIR__4).'/vendor/store.shopware.com/unzerpayment6/src/Components/ResourceHydrator/BasketResourceHydrator.php';
  52087.         $a = ($this->services['order_transaction.repository'] ?? $this->getOrderTransaction_RepositoryService());
  52088.         if (isset($this->privates['UnzerPayment6\\Components\\PaymentHandler\\UnzerGiropayPaymentHandler'])) {
  52089.             return $this->privates['UnzerPayment6\\Components\\PaymentHandler\\UnzerGiropayPaymentHandler'];
  52090.         }
  52091.         return $this->privates['UnzerPayment6\\Components\\PaymentHandler\\UnzerGiropayPaymentHandler'] = new \UnzerPayment6\Components\PaymentHandler\UnzerGiropayPaymentHandler(($this->privates['UnzerPayment6\\Components\\ResourceHydrator\\BasketResourceHydrator'] ?? ($this->privates['UnzerPayment6\\Components\\ResourceHydrator\\BasketResourceHydrator'] = new \UnzerPayment6\Components\ResourceHydrator\BasketResourceHydrator())), ($this->privates['UnzerPayment6\\Components\\ResourceHydrator\\CustomerResourceHydrator\\CustomerResourceHydrator'] ?? $this->getCustomerResourceHydratorService()), ($this->privates['UnzerPayment6\\Components\\ResourceHydrator\\MetadataResourceHydrator'] ?? $this->getMetadataResourceHydratorService()), $a, ($this->privates['UnzerPayment6\\Components\\ConfigReader\\ConfigReader'] ?? $this->getConfigReader2Service()), ($this->privates['UnzerPayment6\\Components\\TransactionStateHandler\\TransactionStateHandler'] ?? $this->getTransactionStateHandlerService()), ($this->privates['UnzerPayment6\\Components\\ClientFactory\\ClientFactory'] ?? $this->getClientFactoryService()), ($this->services['request_stack'] ?? ($this->services['request_stack'] = new \Symfony\Component\HttpFoundation\RequestStack())), ($this->privates['unzer_payment.logger'] ?? $this->getUnzerPayment_LoggerService()), ($this->privates['UnzerPayment6\\Components\\CustomFieldsHelper\\CustomFieldsHelper'] ?? $this->getCustomFieldsHelperService()));
  52092.     }
  52093.     /**
  52094.      * Gets the private 'UnzerPayment6\Components\PaymentHandler\UnzerIdealPaymentHandler' shared service.
  52095.      *
  52096.      * @return \UnzerPayment6\Components\PaymentHandler\UnzerIdealPaymentHandler
  52097.      */
  52098.     protected function getUnzerIdealPaymentHandlerService()
  52099.     {
  52100.         include_once \dirname(__DIR__4).'/vendor/shopware/core/Checkout/Payment/Cart/PaymentHandler/PaymentHandlerInterface.php';
  52101.         include_once \dirname(__DIR__4).'/vendor/shopware/core/Checkout/Payment/Cart/PaymentHandler/AsynchronousPaymentHandlerInterface.php';
  52102.         include_once \dirname(__DIR__4).'/vendor/store.shopware.com/unzerpayment6/src/Components/PaymentHandler/AbstractUnzerPaymentHandler.php';
  52103.         include_once \dirname(__DIR__4).'/vendor/store.shopware.com/unzerpayment6/src/Components/PaymentHandler/Traits/CanCharge.php';
  52104.         include_once \dirname(__DIR__4).'/vendor/store.shopware.com/unzerpayment6/src/Components/PaymentHandler/UnzerIdealPaymentHandler.php';
  52105.         include_once \dirname(__DIR__4).'/vendor/store.shopware.com/unzerpayment6/src/Components/ResourceHydrator/ResourceHydratorInterface.php';
  52106.         include_once \dirname(__DIR__4).'/vendor/store.shopware.com/unzerpayment6/src/Components/ResourceHydrator/BasketResourceHydrator.php';
  52107.         $a = ($this->services['order_transaction.repository'] ?? $this->getOrderTransaction_RepositoryService());
  52108.         if (isset($this->privates['UnzerPayment6\\Components\\PaymentHandler\\UnzerIdealPaymentHandler'])) {
  52109.             return $this->privates['UnzerPayment6\\Components\\PaymentHandler\\UnzerIdealPaymentHandler'];
  52110.         }
  52111.         return $this->privates['UnzerPayment6\\Components\\PaymentHandler\\UnzerIdealPaymentHandler'] = new \UnzerPayment6\Components\PaymentHandler\UnzerIdealPaymentHandler(($this->privates['UnzerPayment6\\Components\\ResourceHydrator\\BasketResourceHydrator'] ?? ($this->privates['UnzerPayment6\\Components\\ResourceHydrator\\BasketResourceHydrator'] = new \UnzerPayment6\Components\ResourceHydrator\BasketResourceHydrator())), ($this->privates['UnzerPayment6\\Components\\ResourceHydrator\\CustomerResourceHydrator\\CustomerResourceHydrator'] ?? $this->getCustomerResourceHydratorService()), ($this->privates['UnzerPayment6\\Components\\ResourceHydrator\\MetadataResourceHydrator'] ?? $this->getMetadataResourceHydratorService()), $a, ($this->privates['UnzerPayment6\\Components\\ConfigReader\\ConfigReader'] ?? $this->getConfigReader2Service()), ($this->privates['UnzerPayment6\\Components\\TransactionStateHandler\\TransactionStateHandler'] ?? $this->getTransactionStateHandlerService()), ($this->privates['UnzerPayment6\\Components\\ClientFactory\\ClientFactory'] ?? $this->getClientFactoryService()), ($this->services['request_stack'] ?? ($this->services['request_stack'] = new \Symfony\Component\HttpFoundation\RequestStack())), ($this->privates['unzer_payment.logger'] ?? $this->getUnzerPayment_LoggerService()), ($this->privates['UnzerPayment6\\Components\\CustomFieldsHelper\\CustomFieldsHelper'] ?? $this->getCustomFieldsHelperService()));
  52112.     }
  52113.     /**
  52114.      * Gets the private 'UnzerPayment6\Components\PaymentHandler\UnzerInstallmentSecuredPaymentHandler' shared service.
  52115.      *
  52116.      * @return \UnzerPayment6\Components\PaymentHandler\UnzerInstallmentSecuredPaymentHandler
  52117.      */
  52118.     protected function getUnzerInstallmentSecuredPaymentHandlerService()
  52119.     {
  52120.         include_once \dirname(__DIR__4).'/vendor/shopware/core/Checkout/Payment/Cart/PaymentHandler/PaymentHandlerInterface.php';
  52121.         include_once \dirname(__DIR__4).'/vendor/shopware/core/Checkout/Payment/Cart/PaymentHandler/AsynchronousPaymentHandlerInterface.php';
  52122.         include_once \dirname(__DIR__4).'/vendor/store.shopware.com/unzerpayment6/src/Components/PaymentHandler/AbstractUnzerPaymentHandler.php';
  52123.         include_once \dirname(__DIR__4).'/vendor/store.shopware.com/unzerpayment6/src/Components/PaymentHandler/Traits/CanAuthorize.php';
  52124.         include_once \dirname(__DIR__4).'/vendor/store.shopware.com/unzerpayment6/src/Components/PaymentHandler/UnzerInstallmentSecuredPaymentHandler.php';
  52125.         include_once \dirname(__DIR__4).'/vendor/store.shopware.com/unzerpayment6/src/Components/ResourceHydrator/ResourceHydratorInterface.php';
  52126.         include_once \dirname(__DIR__4).'/vendor/store.shopware.com/unzerpayment6/src/Components/ResourceHydrator/BasketResourceHydrator.php';
  52127.         $a = ($this->services['order_transaction.repository'] ?? $this->getOrderTransaction_RepositoryService());
  52128.         if (isset($this->privates['UnzerPayment6\\Components\\PaymentHandler\\UnzerInstallmentSecuredPaymentHandler'])) {
  52129.             return $this->privates['UnzerPayment6\\Components\\PaymentHandler\\UnzerInstallmentSecuredPaymentHandler'];
  52130.         }
  52131.         return $this->privates['UnzerPayment6\\Components\\PaymentHandler\\UnzerInstallmentSecuredPaymentHandler'] = new \UnzerPayment6\Components\PaymentHandler\UnzerInstallmentSecuredPaymentHandler(($this->privates['UnzerPayment6\\Components\\ResourceHydrator\\BasketResourceHydrator'] ?? ($this->privates['UnzerPayment6\\Components\\ResourceHydrator\\BasketResourceHydrator'] = new \UnzerPayment6\Components\ResourceHydrator\BasketResourceHydrator())), ($this->privates['UnzerPayment6\\Components\\ResourceHydrator\\CustomerResourceHydrator\\CustomerResourceHydrator'] ?? $this->getCustomerResourceHydratorService()), ($this->privates['UnzerPayment6\\Components\\ResourceHydrator\\MetadataResourceHydrator'] ?? $this->getMetadataResourceHydratorService()), $a, ($this->privates['UnzerPayment6\\Components\\ConfigReader\\ConfigReader'] ?? $this->getConfigReader2Service()), ($this->privates['UnzerPayment6\\Components\\TransactionStateHandler\\TransactionStateHandler'] ?? $this->getTransactionStateHandlerService()), ($this->privates['UnzerPayment6\\Components\\ClientFactory\\ClientFactory'] ?? $this->getClientFactoryService()), ($this->services['request_stack'] ?? ($this->services['request_stack'] = new \Symfony\Component\HttpFoundation\RequestStack())), ($this->privates['unzer_payment.logger'] ?? $this->getUnzerPayment_LoggerService()), ($this->privates['UnzerPayment6\\Components\\CustomFieldsHelper\\CustomFieldsHelper'] ?? $this->getCustomFieldsHelperService()));
  52132.     }
  52133.     /**
  52134.      * Gets the private 'UnzerPayment6\Components\PaymentHandler\UnzerInvoicePaymentHandler' shared service.
  52135.      *
  52136.      * @return \UnzerPayment6\Components\PaymentHandler\UnzerInvoicePaymentHandler
  52137.      */
  52138.     protected function getUnzerInvoicePaymentHandlerService()
  52139.     {
  52140.         include_once \dirname(__DIR__4).'/vendor/shopware/core/Checkout/Payment/Cart/PaymentHandler/PaymentHandlerInterface.php';
  52141.         include_once \dirname(__DIR__4).'/vendor/shopware/core/Checkout/Payment/Cart/PaymentHandler/AsynchronousPaymentHandlerInterface.php';
  52142.         include_once \dirname(__DIR__4).'/vendor/store.shopware.com/unzerpayment6/src/Components/PaymentHandler/AbstractUnzerPaymentHandler.php';
  52143.         include_once \dirname(__DIR__4).'/vendor/store.shopware.com/unzerpayment6/src/Components/PaymentHandler/Traits/HasTransferInfoTrait.php';
  52144.         include_once \dirname(__DIR__4).'/vendor/store.shopware.com/unzerpayment6/src/Components/PaymentHandler/Traits/CanCharge.php';
  52145.         include_once \dirname(__DIR__4).'/vendor/store.shopware.com/unzerpayment6/src/Components/PaymentHandler/UnzerInvoicePaymentHandler.php';
  52146.         include_once \dirname(__DIR__4).'/vendor/store.shopware.com/unzerpayment6/src/Components/ResourceHydrator/ResourceHydratorInterface.php';
  52147.         include_once \dirname(__DIR__4).'/vendor/store.shopware.com/unzerpayment6/src/Components/ResourceHydrator/BasketResourceHydrator.php';
  52148.         $a = ($this->services['order_transaction.repository'] ?? $this->getOrderTransaction_RepositoryService());
  52149.         if (isset($this->privates['UnzerPayment6\\Components\\PaymentHandler\\UnzerInvoicePaymentHandler'])) {
  52150.             return $this->privates['UnzerPayment6\\Components\\PaymentHandler\\UnzerInvoicePaymentHandler'];
  52151.         }
  52152.         return $this->privates['UnzerPayment6\\Components\\PaymentHandler\\UnzerInvoicePaymentHandler'] = new \UnzerPayment6\Components\PaymentHandler\UnzerInvoicePaymentHandler(($this->privates['UnzerPayment6\\Components\\ResourceHydrator\\BasketResourceHydrator'] ?? ($this->privates['UnzerPayment6\\Components\\ResourceHydrator\\BasketResourceHydrator'] = new \UnzerPayment6\Components\ResourceHydrator\BasketResourceHydrator())), ($this->privates['UnzerPayment6\\Components\\ResourceHydrator\\CustomerResourceHydrator\\CustomerResourceHydrator'] ?? $this->getCustomerResourceHydratorService()), ($this->privates['UnzerPayment6\\Components\\ResourceHydrator\\MetadataResourceHydrator'] ?? $this->getMetadataResourceHydratorService()), $a, ($this->privates['UnzerPayment6\\Components\\ConfigReader\\ConfigReader'] ?? $this->getConfigReader2Service()), ($this->privates['UnzerPayment6\\Components\\TransactionStateHandler\\TransactionStateHandler'] ?? $this->getTransactionStateHandlerService()), ($this->privates['UnzerPayment6\\Components\\ClientFactory\\ClientFactory'] ?? $this->getClientFactoryService()), ($this->services['request_stack'] ?? ($this->services['request_stack'] = new \Symfony\Component\HttpFoundation\RequestStack())), ($this->privates['unzer_payment.logger'] ?? $this->getUnzerPayment_LoggerService()), ($this->privates['UnzerPayment6\\Components\\CustomFieldsHelper\\CustomFieldsHelper'] ?? $this->getCustomFieldsHelperService()));
  52153.     }
  52154.     /**
  52155.      * Gets the private 'UnzerPayment6\Components\PaymentHandler\UnzerInvoiceSecuredPaymentHandler' shared service.
  52156.      *
  52157.      * @return \UnzerPayment6\Components\PaymentHandler\UnzerInvoiceSecuredPaymentHandler
  52158.      */
  52159.     protected function getUnzerInvoiceSecuredPaymentHandlerService()
  52160.     {
  52161.         include_once \dirname(__DIR__4).'/vendor/shopware/core/Checkout/Payment/Cart/PaymentHandler/PaymentHandlerInterface.php';
  52162.         include_once \dirname(__DIR__4).'/vendor/shopware/core/Checkout/Payment/Cart/PaymentHandler/AsynchronousPaymentHandlerInterface.php';
  52163.         include_once \dirname(__DIR__4).'/vendor/store.shopware.com/unzerpayment6/src/Components/PaymentHandler/AbstractUnzerPaymentHandler.php';
  52164.         include_once \dirname(__DIR__4).'/vendor/store.shopware.com/unzerpayment6/src/Components/PaymentHandler/Traits/HasTransferInfoTrait.php';
  52165.         include_once \dirname(__DIR__4).'/vendor/store.shopware.com/unzerpayment6/src/Components/PaymentHandler/Traits/CanCharge.php';
  52166.         include_once \dirname(__DIR__4).'/vendor/store.shopware.com/unzerpayment6/src/Components/PaymentHandler/UnzerInvoiceSecuredPaymentHandler.php';
  52167.         include_once \dirname(__DIR__4).'/vendor/store.shopware.com/unzerpayment6/src/Components/ResourceHydrator/ResourceHydratorInterface.php';
  52168.         include_once \dirname(__DIR__4).'/vendor/store.shopware.com/unzerpayment6/src/Components/ResourceHydrator/BasketResourceHydrator.php';
  52169.         $a = ($this->services['order_transaction.repository'] ?? $this->getOrderTransaction_RepositoryService());
  52170.         if (isset($this->privates['UnzerPayment6\\Components\\PaymentHandler\\UnzerInvoiceSecuredPaymentHandler'])) {
  52171.             return $this->privates['UnzerPayment6\\Components\\PaymentHandler\\UnzerInvoiceSecuredPaymentHandler'];
  52172.         }
  52173.         return $this->privates['UnzerPayment6\\Components\\PaymentHandler\\UnzerInvoiceSecuredPaymentHandler'] = new \UnzerPayment6\Components\PaymentHandler\UnzerInvoiceSecuredPaymentHandler(($this->privates['UnzerPayment6\\Components\\ResourceHydrator\\BasketResourceHydrator'] ?? ($this->privates['UnzerPayment6\\Components\\ResourceHydrator\\BasketResourceHydrator'] = new \UnzerPayment6\Components\ResourceHydrator\BasketResourceHydrator())), ($this->privates['UnzerPayment6\\Components\\ResourceHydrator\\CustomerResourceHydrator\\CustomerResourceHydrator'] ?? $this->getCustomerResourceHydratorService()), ($this->privates['UnzerPayment6\\Components\\ResourceHydrator\\MetadataResourceHydrator'] ?? $this->getMetadataResourceHydratorService()), $a, ($this->privates['UnzerPayment6\\Components\\ConfigReader\\ConfigReader'] ?? $this->getConfigReader2Service()), ($this->privates['UnzerPayment6\\Components\\TransactionStateHandler\\TransactionStateHandler'] ?? $this->getTransactionStateHandlerService()), ($this->privates['UnzerPayment6\\Components\\ClientFactory\\ClientFactory'] ?? $this->getClientFactoryService()), ($this->services['request_stack'] ?? ($this->services['request_stack'] = new \Symfony\Component\HttpFoundation\RequestStack())), ($this->privates['unzer_payment.logger'] ?? $this->getUnzerPayment_LoggerService()), ($this->privates['UnzerPayment6\\Components\\CustomFieldsHelper\\CustomFieldsHelper'] ?? $this->getCustomFieldsHelperService()));
  52174.     }
  52175.     /**
  52176.      * Gets the private 'UnzerPayment6\Components\PaymentHandler\UnzerPayPalPaymentHandler' shared service.
  52177.      *
  52178.      * @return \UnzerPayment6\Components\PaymentHandler\UnzerPayPalPaymentHandler
  52179.      */
  52180.     protected function getUnzerPayPalPaymentHandlerService()
  52181.     {
  52182.         include_once \dirname(__DIR__4).'/vendor/shopware/core/Checkout/Payment/Cart/PaymentHandler/PaymentHandlerInterface.php';
  52183.         include_once \dirname(__DIR__4).'/vendor/shopware/core/Checkout/Payment/Cart/PaymentHandler/AsynchronousPaymentHandlerInterface.php';
  52184.         include_once \dirname(__DIR__4).'/vendor/store.shopware.com/unzerpayment6/src/Components/PaymentHandler/AbstractUnzerPaymentHandler.php';
  52185.         include_once \dirname(__DIR__4).'/vendor/store.shopware.com/unzerpayment6/src/Components/PaymentHandler/Traits/CanCharge.php';
  52186.         include_once \dirname(__DIR__4).'/vendor/store.shopware.com/unzerpayment6/src/Components/PaymentHandler/Traits/CanAuthorize.php';
  52187.         include_once \dirname(__DIR__4).'/vendor/store.shopware.com/unzerpayment6/src/Components/PaymentHandler/Traits/CanRecur.php';
  52188.         include_once \dirname(__DIR__4).'/vendor/store.shopware.com/unzerpayment6/src/Components/PaymentHandler/Traits/HasDeviceVault.php';
  52189.         include_once \dirname(__DIR__4).'/vendor/store.shopware.com/unzerpayment6/src/Components/PaymentHandler/UnzerPayPalPaymentHandler.php';
  52190.         include_once \dirname(__DIR__4).'/vendor/store.shopware.com/unzerpayment6/src/Components/ResourceHydrator/ResourceHydratorInterface.php';
  52191.         include_once \dirname(__DIR__4).'/vendor/store.shopware.com/unzerpayment6/src/Components/ResourceHydrator/BasketResourceHydrator.php';
  52192.         $a = ($this->services['order_transaction.repository'] ?? $this->getOrderTransaction_RepositoryService());
  52193.         if (isset($this->privates['UnzerPayment6\\Components\\PaymentHandler\\UnzerPayPalPaymentHandler'])) {
  52194.             return $this->privates['UnzerPayment6\\Components\\PaymentHandler\\UnzerPayPalPaymentHandler'];
  52195.         }
  52196.         $b = ($this->privates['UnzerPayment6\\DataAbstractionLayer\\Repository\\PaymentDevice\\UnzerPaymentDeviceRepository'] ?? $this->getUnzerPaymentDeviceRepositoryService());
  52197.         if (isset($this->privates['UnzerPayment6\\Components\\PaymentHandler\\UnzerPayPalPaymentHandler'])) {
  52198.             return $this->privates['UnzerPayment6\\Components\\PaymentHandler\\UnzerPayPalPaymentHandler'];
  52199.         }
  52200.         return $this->privates['UnzerPayment6\\Components\\PaymentHandler\\UnzerPayPalPaymentHandler'] = new \UnzerPayment6\Components\PaymentHandler\UnzerPayPalPaymentHandler(($this->privates['UnzerPayment6\\Components\\ResourceHydrator\\BasketResourceHydrator'] ?? ($this->privates['UnzerPayment6\\Components\\ResourceHydrator\\BasketResourceHydrator'] = new \UnzerPayment6\Components\ResourceHydrator\BasketResourceHydrator())), ($this->privates['UnzerPayment6\\Components\\ResourceHydrator\\CustomerResourceHydrator\\CustomerResourceHydrator'] ?? $this->getCustomerResourceHydratorService()), ($this->privates['UnzerPayment6\\Components\\ResourceHydrator\\MetadataResourceHydrator'] ?? $this->getMetadataResourceHydratorService()), $a, ($this->privates['UnzerPayment6\\Components\\ConfigReader\\ConfigReader'] ?? $this->getConfigReader2Service()), ($this->privates['UnzerPayment6\\Components\\TransactionStateHandler\\TransactionStateHandler'] ?? $this->getTransactionStateHandlerService()), ($this->privates['UnzerPayment6\\Components\\ClientFactory\\ClientFactory'] ?? $this->getClientFactoryService()), ($this->services['request_stack'] ?? ($this->services['request_stack'] = new \Symfony\Component\HttpFoundation\RequestStack())), ($this->privates['unzer_payment.logger'] ?? $this->getUnzerPayment_LoggerService()), ($this->privates['UnzerPayment6\\Components\\CustomFieldsHelper\\CustomFieldsHelper'] ?? $this->getCustomFieldsHelperService()), $b);
  52201.     }
  52202.     /**
  52203.      * Gets the private 'UnzerPayment6\Components\PaymentHandler\UnzerPaylaterDirectDebitSecuredPaymentHandler' shared service.
  52204.      *
  52205.      * @return \UnzerPayment6\Components\PaymentHandler\UnzerPaylaterDirectDebitSecuredPaymentHandler
  52206.      */
  52207.     protected function getUnzerPaylaterDirectDebitSecuredPaymentHandlerService()
  52208.     {
  52209.         include_once \dirname(__DIR__4).'/vendor/shopware/core/Checkout/Payment/Cart/PaymentHandler/PaymentHandlerInterface.php';
  52210.         include_once \dirname(__DIR__4).'/vendor/shopware/core/Checkout/Payment/Cart/PaymentHandler/AsynchronousPaymentHandlerInterface.php';
  52211.         include_once \dirname(__DIR__4).'/vendor/store.shopware.com/unzerpayment6/src/Components/PaymentHandler/AbstractUnzerPaymentHandler.php';
  52212.         include_once \dirname(__DIR__4).'/vendor/store.shopware.com/unzerpayment6/src/Components/PaymentHandler/Traits/CanAuthorize.php';
  52213.         include_once \dirname(__DIR__4).'/vendor/store.shopware.com/unzerpayment6/src/Components/PaymentHandler/Traits/HasRiskDataTrait.php';
  52214.         include_once \dirname(__DIR__4).'/vendor/store.shopware.com/unzerpayment6/src/Components/PaymentHandler/UnzerPaylaterDirectDebitSecuredPaymentHandler.php';
  52215.         include_once \dirname(__DIR__4).'/vendor/store.shopware.com/unzerpayment6/src/Components/ResourceHydrator/ResourceHydratorInterface.php';
  52216.         include_once \dirname(__DIR__4).'/vendor/store.shopware.com/unzerpayment6/src/Components/ResourceHydrator/BasketResourceHydrator.php';
  52217.         $a = ($this->services['order_transaction.repository'] ?? $this->getOrderTransaction_RepositoryService());
  52218.         if (isset($this->privates['UnzerPayment6\\Components\\PaymentHandler\\UnzerPaylaterDirectDebitSecuredPaymentHandler'])) {
  52219.             return $this->privates['UnzerPayment6\\Components\\PaymentHandler\\UnzerPaylaterDirectDebitSecuredPaymentHandler'];
  52220.         }
  52221.         return $this->privates['UnzerPayment6\\Components\\PaymentHandler\\UnzerPaylaterDirectDebitSecuredPaymentHandler'] = new \UnzerPayment6\Components\PaymentHandler\UnzerPaylaterDirectDebitSecuredPaymentHandler(($this->privates['UnzerPayment6\\Components\\ResourceHydrator\\BasketResourceHydrator'] ?? ($this->privates['UnzerPayment6\\Components\\ResourceHydrator\\BasketResourceHydrator'] = new \UnzerPayment6\Components\ResourceHydrator\BasketResourceHydrator())), ($this->privates['UnzerPayment6\\Components\\ResourceHydrator\\CustomerResourceHydrator\\CustomerResourceHydrator'] ?? $this->getCustomerResourceHydratorService()), ($this->privates['UnzerPayment6\\Components\\ResourceHydrator\\MetadataResourceHydrator'] ?? $this->getMetadataResourceHydratorService()), $a, ($this->privates['UnzerPayment6\\Components\\ConfigReader\\ConfigReader'] ?? $this->getConfigReader2Service()), ($this->privates['UnzerPayment6\\Components\\TransactionStateHandler\\TransactionStateHandler'] ?? $this->getTransactionStateHandlerService()), ($this->privates['UnzerPayment6\\Components\\ClientFactory\\ClientFactory'] ?? $this->getClientFactoryService()), ($this->services['request_stack'] ?? ($this->services['request_stack'] = new \Symfony\Component\HttpFoundation\RequestStack())), ($this->privates['unzer_payment.logger'] ?? $this->getUnzerPayment_LoggerService()), ($this->privates['UnzerPayment6\\Components\\CustomFieldsHelper\\CustomFieldsHelper'] ?? $this->getCustomFieldsHelperService()));
  52222.     }
  52223.     /**
  52224.      * Gets the private 'UnzerPayment6\Components\PaymentHandler\UnzerPaylaterInstallmentPaymentHandler' shared service.
  52225.      *
  52226.      * @return \UnzerPayment6\Components\PaymentHandler\UnzerPaylaterInstallmentPaymentHandler
  52227.      */
  52228.     protected function getUnzerPaylaterInstallmentPaymentHandlerService()
  52229.     {
  52230.         include_once \dirname(__DIR__4).'/vendor/shopware/core/Checkout/Payment/Cart/PaymentHandler/PaymentHandlerInterface.php';
  52231.         include_once \dirname(__DIR__4).'/vendor/shopware/core/Checkout/Payment/Cart/PaymentHandler/AsynchronousPaymentHandlerInterface.php';
  52232.         include_once \dirname(__DIR__4).'/vendor/store.shopware.com/unzerpayment6/src/Components/PaymentHandler/AbstractUnzerPaymentHandler.php';
  52233.         include_once \dirname(__DIR__4).'/vendor/store.shopware.com/unzerpayment6/src/Components/PaymentHandler/Traits/CanAuthorize.php';
  52234.         include_once \dirname(__DIR__4).'/vendor/store.shopware.com/unzerpayment6/src/Components/PaymentHandler/Traits/HasRiskDataTrait.php';
  52235.         include_once \dirname(__DIR__4).'/vendor/store.shopware.com/unzerpayment6/src/Components/PaymentHandler/UnzerPaylaterInstallmentPaymentHandler.php';
  52236.         include_once \dirname(__DIR__4).'/vendor/store.shopware.com/unzerpayment6/src/Components/ResourceHydrator/ResourceHydratorInterface.php';
  52237.         include_once \dirname(__DIR__4).'/vendor/store.shopware.com/unzerpayment6/src/Components/ResourceHydrator/BasketResourceHydrator.php';
  52238.         $a = ($this->services['order_transaction.repository'] ?? $this->getOrderTransaction_RepositoryService());
  52239.         if (isset($this->privates['UnzerPayment6\\Components\\PaymentHandler\\UnzerPaylaterInstallmentPaymentHandler'])) {
  52240.             return $this->privates['UnzerPayment6\\Components\\PaymentHandler\\UnzerPaylaterInstallmentPaymentHandler'];
  52241.         }
  52242.         return $this->privates['UnzerPayment6\\Components\\PaymentHandler\\UnzerPaylaterInstallmentPaymentHandler'] = new \UnzerPayment6\Components\PaymentHandler\UnzerPaylaterInstallmentPaymentHandler(($this->privates['UnzerPayment6\\Components\\ResourceHydrator\\BasketResourceHydrator'] ?? ($this->privates['UnzerPayment6\\Components\\ResourceHydrator\\BasketResourceHydrator'] = new \UnzerPayment6\Components\ResourceHydrator\BasketResourceHydrator())), ($this->privates['UnzerPayment6\\Components\\ResourceHydrator\\CustomerResourceHydrator\\CustomerResourceHydrator'] ?? $this->getCustomerResourceHydratorService()), ($this->privates['UnzerPayment6\\Components\\ResourceHydrator\\MetadataResourceHydrator'] ?? $this->getMetadataResourceHydratorService()), $a, ($this->privates['UnzerPayment6\\Components\\ConfigReader\\ConfigReader'] ?? $this->getConfigReader2Service()), ($this->privates['UnzerPayment6\\Components\\TransactionStateHandler\\TransactionStateHandler'] ?? $this->getTransactionStateHandlerService()), ($this->privates['UnzerPayment6\\Components\\ClientFactory\\ClientFactory'] ?? $this->getClientFactoryService()), ($this->services['request_stack'] ?? ($this->services['request_stack'] = new \Symfony\Component\HttpFoundation\RequestStack())), ($this->privates['unzer_payment.logger'] ?? $this->getUnzerPayment_LoggerService()), ($this->privates['UnzerPayment6\\Components\\CustomFieldsHelper\\CustomFieldsHelper'] ?? $this->getCustomFieldsHelperService()));
  52243.     }
  52244.     /**
  52245.      * Gets the private 'UnzerPayment6\Components\PaymentHandler\UnzerPaylaterInvoicePaymentHandler' shared service.
  52246.      *
  52247.      * @return \UnzerPayment6\Components\PaymentHandler\UnzerPaylaterInvoicePaymentHandler
  52248.      */
  52249.     protected function getUnzerPaylaterInvoicePaymentHandlerService()
  52250.     {
  52251.         include_once \dirname(__DIR__4).'/vendor/shopware/core/Checkout/Payment/Cart/PaymentHandler/PaymentHandlerInterface.php';
  52252.         include_once \dirname(__DIR__4).'/vendor/shopware/core/Checkout/Payment/Cart/PaymentHandler/AsynchronousPaymentHandlerInterface.php';
  52253.         include_once \dirname(__DIR__4).'/vendor/store.shopware.com/unzerpayment6/src/Components/PaymentHandler/AbstractUnzerPaymentHandler.php';
  52254.         include_once \dirname(__DIR__4).'/vendor/store.shopware.com/unzerpayment6/src/Components/PaymentHandler/Traits/HasTransferInfoTrait.php';
  52255.         include_once \dirname(__DIR__4).'/vendor/store.shopware.com/unzerpayment6/src/Components/PaymentHandler/Traits/CanAuthorize.php';
  52256.         include_once \dirname(__DIR__4).'/vendor/store.shopware.com/unzerpayment6/src/Components/PaymentHandler/Traits/CanCharge.php';
  52257.         include_once \dirname(__DIR__4).'/vendor/store.shopware.com/unzerpayment6/src/Components/PaymentHandler/Traits/HasRiskDataTrait.php';
  52258.         include_once \dirname(__DIR__4).'/vendor/store.shopware.com/unzerpayment6/src/Components/PaymentHandler/UnzerPaylaterInvoicePaymentHandler.php';
  52259.         include_once \dirname(__DIR__4).'/vendor/store.shopware.com/unzerpayment6/src/Components/ResourceHydrator/ResourceHydratorInterface.php';
  52260.         include_once \dirname(__DIR__4).'/vendor/store.shopware.com/unzerpayment6/src/Components/ResourceHydrator/BasketResourceHydrator.php';
  52261.         $a = ($this->services['order_transaction.repository'] ?? $this->getOrderTransaction_RepositoryService());
  52262.         if (isset($this->privates['UnzerPayment6\\Components\\PaymentHandler\\UnzerPaylaterInvoicePaymentHandler'])) {
  52263.             return $this->privates['UnzerPayment6\\Components\\PaymentHandler\\UnzerPaylaterInvoicePaymentHandler'];
  52264.         }
  52265.         return $this->privates['UnzerPayment6\\Components\\PaymentHandler\\UnzerPaylaterInvoicePaymentHandler'] = new \UnzerPayment6\Components\PaymentHandler\UnzerPaylaterInvoicePaymentHandler(($this->privates['UnzerPayment6\\Components\\ResourceHydrator\\BasketResourceHydrator'] ?? ($this->privates['UnzerPayment6\\Components\\ResourceHydrator\\BasketResourceHydrator'] = new \UnzerPayment6\Components\ResourceHydrator\BasketResourceHydrator())), ($this->privates['UnzerPayment6\\Components\\ResourceHydrator\\CustomerResourceHydrator\\CustomerResourceHydrator'] ?? $this->getCustomerResourceHydratorService()), ($this->privates['UnzerPayment6\\Components\\ResourceHydrator\\MetadataResourceHydrator'] ?? $this->getMetadataResourceHydratorService()), $a, ($this->privates['UnzerPayment6\\Components\\ConfigReader\\ConfigReader'] ?? $this->getConfigReader2Service()), ($this->privates['UnzerPayment6\\Components\\TransactionStateHandler\\TransactionStateHandler'] ?? $this->getTransactionStateHandlerService()), ($this->privates['UnzerPayment6\\Components\\ClientFactory\\ClientFactory'] ?? $this->getClientFactoryService()), ($this->services['request_stack'] ?? ($this->services['request_stack'] = new \Symfony\Component\HttpFoundation\RequestStack())), ($this->privates['unzer_payment.logger'] ?? $this->getUnzerPayment_LoggerService()), ($this->privates['UnzerPayment6\\Components\\CustomFieldsHelper\\CustomFieldsHelper'] ?? $this->getCustomFieldsHelperService()));
  52266.     }
  52267.     /**
  52268.      * Gets the private 'UnzerPayment6\Components\PaymentHandler\UnzerPisPaymentHandler' shared service.
  52269.      *
  52270.      * @return \UnzerPayment6\Components\PaymentHandler\UnzerPisPaymentHandler
  52271.      */
  52272.     protected function getUnzerPisPaymentHandlerService()
  52273.     {
  52274.         include_once \dirname(__DIR__4).'/vendor/shopware/core/Checkout/Payment/Cart/PaymentHandler/PaymentHandlerInterface.php';
  52275.         include_once \dirname(__DIR__4).'/vendor/shopware/core/Checkout/Payment/Cart/PaymentHandler/AsynchronousPaymentHandlerInterface.php';
  52276.         include_once \dirname(__DIR__4).'/vendor/store.shopware.com/unzerpayment6/src/Components/PaymentHandler/AbstractUnzerPaymentHandler.php';
  52277.         include_once \dirname(__DIR__4).'/vendor/store.shopware.com/unzerpayment6/src/Components/PaymentHandler/Traits/CanCharge.php';
  52278.         include_once \dirname(__DIR__4).'/vendor/store.shopware.com/unzerpayment6/src/Components/PaymentHandler/UnzerPisPaymentHandler.php';
  52279.         include_once \dirname(__DIR__4).'/vendor/store.shopware.com/unzerpayment6/src/Components/ResourceHydrator/ResourceHydratorInterface.php';
  52280.         include_once \dirname(__DIR__4).'/vendor/store.shopware.com/unzerpayment6/src/Components/ResourceHydrator/BasketResourceHydrator.php';
  52281.         $a = ($this->services['order_transaction.repository'] ?? $this->getOrderTransaction_RepositoryService());
  52282.         if (isset($this->privates['UnzerPayment6\\Components\\PaymentHandler\\UnzerPisPaymentHandler'])) {
  52283.             return $this->privates['UnzerPayment6\\Components\\PaymentHandler\\UnzerPisPaymentHandler'];
  52284.         }
  52285.         return $this->privates['UnzerPayment6\\Components\\PaymentHandler\\UnzerPisPaymentHandler'] = new \UnzerPayment6\Components\PaymentHandler\UnzerPisPaymentHandler(($this->privates['UnzerPayment6\\Components\\ResourceHydrator\\BasketResourceHydrator'] ?? ($this->privates['UnzerPayment6\\Components\\ResourceHydrator\\BasketResourceHydrator'] = new \UnzerPayment6\Components\ResourceHydrator\BasketResourceHydrator())), ($this->privates['UnzerPayment6\\Components\\ResourceHydrator\\CustomerResourceHydrator\\CustomerResourceHydrator'] ?? $this->getCustomerResourceHydratorService()), ($this->privates['UnzerPayment6\\Components\\ResourceHydrator\\MetadataResourceHydrator'] ?? $this->getMetadataResourceHydratorService()), $a, ($this->privates['UnzerPayment6\\Components\\ConfigReader\\ConfigReader'] ?? $this->getConfigReader2Service()), ($this->privates['UnzerPayment6\\Components\\TransactionStateHandler\\TransactionStateHandler'] ?? $this->getTransactionStateHandlerService()), ($this->privates['UnzerPayment6\\Components\\ClientFactory\\ClientFactory'] ?? $this->getClientFactoryService()), ($this->services['request_stack'] ?? ($this->services['request_stack'] = new \Symfony\Component\HttpFoundation\RequestStack())), ($this->privates['unzer_payment.logger'] ?? $this->getUnzerPayment_LoggerService()), ($this->privates['UnzerPayment6\\Components\\CustomFieldsHelper\\CustomFieldsHelper'] ?? $this->getCustomFieldsHelperService()));
  52286.     }
  52287.     /**
  52288.      * Gets the private 'UnzerPayment6\Components\PaymentHandler\UnzerPrePaymentPaymentHandler' shared service.
  52289.      *
  52290.      * @return \UnzerPayment6\Components\PaymentHandler\UnzerPrePaymentPaymentHandler
  52291.      */
  52292.     protected function getUnzerPrePaymentPaymentHandlerService()
  52293.     {
  52294.         include_once \dirname(__DIR__4).'/vendor/shopware/core/Checkout/Payment/Cart/PaymentHandler/PaymentHandlerInterface.php';
  52295.         include_once \dirname(__DIR__4).'/vendor/shopware/core/Checkout/Payment/Cart/PaymentHandler/AsynchronousPaymentHandlerInterface.php';
  52296.         include_once \dirname(__DIR__4).'/vendor/store.shopware.com/unzerpayment6/src/Components/PaymentHandler/AbstractUnzerPaymentHandler.php';
  52297.         include_once \dirname(__DIR__4).'/vendor/store.shopware.com/unzerpayment6/src/Components/PaymentHandler/Traits/CanCharge.php';
  52298.         include_once \dirname(__DIR__4).'/vendor/store.shopware.com/unzerpayment6/src/Components/PaymentHandler/Traits/HasTransferInfoTrait.php';
  52299.         include_once \dirname(__DIR__4).'/vendor/store.shopware.com/unzerpayment6/src/Components/PaymentHandler/UnzerPrePaymentPaymentHandler.php';
  52300.         include_once \dirname(__DIR__4).'/vendor/store.shopware.com/unzerpayment6/src/Components/ResourceHydrator/ResourceHydratorInterface.php';
  52301.         include_once \dirname(__DIR__4).'/vendor/store.shopware.com/unzerpayment6/src/Components/ResourceHydrator/BasketResourceHydrator.php';
  52302.         $a = ($this->services['order_transaction.repository'] ?? $this->getOrderTransaction_RepositoryService());
  52303.         if (isset($this->privates['UnzerPayment6\\Components\\PaymentHandler\\UnzerPrePaymentPaymentHandler'])) {
  52304.             return $this->privates['UnzerPayment6\\Components\\PaymentHandler\\UnzerPrePaymentPaymentHandler'];
  52305.         }
  52306.         return $this->privates['UnzerPayment6\\Components\\PaymentHandler\\UnzerPrePaymentPaymentHandler'] = new \UnzerPayment6\Components\PaymentHandler\UnzerPrePaymentPaymentHandler(($this->privates['UnzerPayment6\\Components\\ResourceHydrator\\BasketResourceHydrator'] ?? ($this->privates['UnzerPayment6\\Components\\ResourceHydrator\\BasketResourceHydrator'] = new \UnzerPayment6\Components\ResourceHydrator\BasketResourceHydrator())), ($this->privates['UnzerPayment6\\Components\\ResourceHydrator\\CustomerResourceHydrator\\CustomerResourceHydrator'] ?? $this->getCustomerResourceHydratorService()), ($this->privates['UnzerPayment6\\Components\\ResourceHydrator\\MetadataResourceHydrator'] ?? $this->getMetadataResourceHydratorService()), $a, ($this->privates['UnzerPayment6\\Components\\ConfigReader\\ConfigReader'] ?? $this->getConfigReader2Service()), ($this->privates['UnzerPayment6\\Components\\TransactionStateHandler\\TransactionStateHandler'] ?? $this->getTransactionStateHandlerService()), ($this->privates['UnzerPayment6\\Components\\ClientFactory\\ClientFactory'] ?? $this->getClientFactoryService()), ($this->services['request_stack'] ?? ($this->services['request_stack'] = new \Symfony\Component\HttpFoundation\RequestStack())), ($this->privates['unzer_payment.logger'] ?? $this->getUnzerPayment_LoggerService()), ($this->privates['UnzerPayment6\\Components\\CustomFieldsHelper\\CustomFieldsHelper'] ?? $this->getCustomFieldsHelperService()));
  52307.     }
  52308.     /**
  52309.      * Gets the private 'UnzerPayment6\Components\PaymentHandler\UnzerPrzelewyHandler' shared service.
  52310.      *
  52311.      * @return \UnzerPayment6\Components\PaymentHandler\UnzerPrzelewyHandler
  52312.      */
  52313.     protected function getUnzerPrzelewyHandlerService()
  52314.     {
  52315.         include_once \dirname(__DIR__4).'/vendor/shopware/core/Checkout/Payment/Cart/PaymentHandler/PaymentHandlerInterface.php';
  52316.         include_once \dirname(__DIR__4).'/vendor/shopware/core/Checkout/Payment/Cart/PaymentHandler/AsynchronousPaymentHandlerInterface.php';
  52317.         include_once \dirname(__DIR__4).'/vendor/store.shopware.com/unzerpayment6/src/Components/PaymentHandler/AbstractUnzerPaymentHandler.php';
  52318.         include_once \dirname(__DIR__4).'/vendor/store.shopware.com/unzerpayment6/src/Components/PaymentHandler/Traits/CanCharge.php';
  52319.         include_once \dirname(__DIR__4).'/vendor/store.shopware.com/unzerpayment6/src/Components/PaymentHandler/UnzerPrzelewyHandler.php';
  52320.         include_once \dirname(__DIR__4).'/vendor/store.shopware.com/unzerpayment6/src/Components/ResourceHydrator/ResourceHydratorInterface.php';
  52321.         include_once \dirname(__DIR__4).'/vendor/store.shopware.com/unzerpayment6/src/Components/ResourceHydrator/BasketResourceHydrator.php';
  52322.         $a = ($this->services['order_transaction.repository'] ?? $this->getOrderTransaction_RepositoryService());
  52323.         if (isset($this->privates['UnzerPayment6\\Components\\PaymentHandler\\UnzerPrzelewyHandler'])) {
  52324.             return $this->privates['UnzerPayment6\\Components\\PaymentHandler\\UnzerPrzelewyHandler'];
  52325.         }
  52326.         return $this->privates['UnzerPayment6\\Components\\PaymentHandler\\UnzerPrzelewyHandler'] = new \UnzerPayment6\Components\PaymentHandler\UnzerPrzelewyHandler(($this->privates['UnzerPayment6\\Components\\ResourceHydrator\\BasketResourceHydrator'] ?? ($this->privates['UnzerPayment6\\Components\\ResourceHydrator\\BasketResourceHydrator'] = new \UnzerPayment6\Components\ResourceHydrator\BasketResourceHydrator())), ($this->privates['UnzerPayment6\\Components\\ResourceHydrator\\CustomerResourceHydrator\\CustomerResourceHydrator'] ?? $this->getCustomerResourceHydratorService()), ($this->privates['UnzerPayment6\\Components\\ResourceHydrator\\MetadataResourceHydrator'] ?? $this->getMetadataResourceHydratorService()), $a, ($this->privates['UnzerPayment6\\Components\\ConfigReader\\ConfigReader'] ?? $this->getConfigReader2Service()), ($this->privates['UnzerPayment6\\Components\\TransactionStateHandler\\TransactionStateHandler'] ?? $this->getTransactionStateHandlerService()), ($this->privates['UnzerPayment6\\Components\\ClientFactory\\ClientFactory'] ?? $this->getClientFactoryService()), ($this->services['request_stack'] ?? ($this->services['request_stack'] = new \Symfony\Component\HttpFoundation\RequestStack())), ($this->privates['unzer_payment.logger'] ?? $this->getUnzerPayment_LoggerService()), ($this->privates['UnzerPayment6\\Components\\CustomFieldsHelper\\CustomFieldsHelper'] ?? $this->getCustomFieldsHelperService()));
  52327.     }
  52328.     /**
  52329.      * Gets the private 'UnzerPayment6\Components\PaymentHandler\UnzerSofortPaymentHandler' shared service.
  52330.      *
  52331.      * @return \UnzerPayment6\Components\PaymentHandler\UnzerSofortPaymentHandler
  52332.      */
  52333.     protected function getUnzerSofortPaymentHandlerService()
  52334.     {
  52335.         include_once \dirname(__DIR__4).'/vendor/shopware/core/Checkout/Payment/Cart/PaymentHandler/PaymentHandlerInterface.php';
  52336.         include_once \dirname(__DIR__4).'/vendor/shopware/core/Checkout/Payment/Cart/PaymentHandler/AsynchronousPaymentHandlerInterface.php';
  52337.         include_once \dirname(__DIR__4).'/vendor/store.shopware.com/unzerpayment6/src/Components/PaymentHandler/AbstractUnzerPaymentHandler.php';
  52338.         include_once \dirname(__DIR__4).'/vendor/store.shopware.com/unzerpayment6/src/Components/PaymentHandler/Traits/CanCharge.php';
  52339.         include_once \dirname(__DIR__4).'/vendor/store.shopware.com/unzerpayment6/src/Components/PaymentHandler/UnzerSofortPaymentHandler.php';
  52340.         include_once \dirname(__DIR__4).'/vendor/store.shopware.com/unzerpayment6/src/Components/ResourceHydrator/ResourceHydratorInterface.php';
  52341.         include_once \dirname(__DIR__4).'/vendor/store.shopware.com/unzerpayment6/src/Components/ResourceHydrator/BasketResourceHydrator.php';
  52342.         $a = ($this->services['order_transaction.repository'] ?? $this->getOrderTransaction_RepositoryService());
  52343.         if (isset($this->privates['UnzerPayment6\\Components\\PaymentHandler\\UnzerSofortPaymentHandler'])) {
  52344.             return $this->privates['UnzerPayment6\\Components\\PaymentHandler\\UnzerSofortPaymentHandler'];
  52345.         }
  52346.         return $this->privates['UnzerPayment6\\Components\\PaymentHandler\\UnzerSofortPaymentHandler'] = new \UnzerPayment6\Components\PaymentHandler\UnzerSofortPaymentHandler(($this->privates['UnzerPayment6\\Components\\ResourceHydrator\\BasketResourceHydrator'] ?? ($this->privates['UnzerPayment6\\Components\\ResourceHydrator\\BasketResourceHydrator'] = new \UnzerPayment6\Components\ResourceHydrator\BasketResourceHydrator())), ($this->privates['UnzerPayment6\\Components\\ResourceHydrator\\CustomerResourceHydrator\\CustomerResourceHydrator'] ?? $this->getCustomerResourceHydratorService()), ($this->privates['UnzerPayment6\\Components\\ResourceHydrator\\MetadataResourceHydrator'] ?? $this->getMetadataResourceHydratorService()), $a, ($this->privates['UnzerPayment6\\Components\\ConfigReader\\ConfigReader'] ?? $this->getConfigReader2Service()), ($this->privates['UnzerPayment6\\Components\\TransactionStateHandler\\TransactionStateHandler'] ?? $this->getTransactionStateHandlerService()), ($this->privates['UnzerPayment6\\Components\\ClientFactory\\ClientFactory'] ?? $this->getClientFactoryService()), ($this->services['request_stack'] ?? ($this->services['request_stack'] = new \Symfony\Component\HttpFoundation\RequestStack())), ($this->privates['unzer_payment.logger'] ?? $this->getUnzerPayment_LoggerService()), ($this->privates['UnzerPayment6\\Components\\CustomFieldsHelper\\CustomFieldsHelper'] ?? $this->getCustomFieldsHelperService()));
  52347.     }
  52348.     /**
  52349.      * Gets the private 'UnzerPayment6\Components\PaymentHandler\UnzerWeChatPaymentHandler' shared service.
  52350.      *
  52351.      * @return \UnzerPayment6\Components\PaymentHandler\UnzerWeChatPaymentHandler
  52352.      */
  52353.     protected function getUnzerWeChatPaymentHandlerService()
  52354.     {
  52355.         include_once \dirname(__DIR__4).'/vendor/shopware/core/Checkout/Payment/Cart/PaymentHandler/PaymentHandlerInterface.php';
  52356.         include_once \dirname(__DIR__4).'/vendor/shopware/core/Checkout/Payment/Cart/PaymentHandler/AsynchronousPaymentHandlerInterface.php';
  52357.         include_once \dirname(__DIR__4).'/vendor/store.shopware.com/unzerpayment6/src/Components/PaymentHandler/AbstractUnzerPaymentHandler.php';
  52358.         include_once \dirname(__DIR__4).'/vendor/store.shopware.com/unzerpayment6/src/Components/PaymentHandler/Traits/CanCharge.php';
  52359.         include_once \dirname(__DIR__4).'/vendor/store.shopware.com/unzerpayment6/src/Components/PaymentHandler/UnzerWeChatPaymentHandler.php';
  52360.         include_once \dirname(__DIR__4).'/vendor/store.shopware.com/unzerpayment6/src/Components/ResourceHydrator/ResourceHydratorInterface.php';
  52361.         include_once \dirname(__DIR__4).'/vendor/store.shopware.com/unzerpayment6/src/Components/ResourceHydrator/BasketResourceHydrator.php';
  52362.         $a = ($this->services['order_transaction.repository'] ?? $this->getOrderTransaction_RepositoryService());
  52363.         if (isset($this->privates['UnzerPayment6\\Components\\PaymentHandler\\UnzerWeChatPaymentHandler'])) {
  52364.             return $this->privates['UnzerPayment6\\Components\\PaymentHandler\\UnzerWeChatPaymentHandler'];
  52365.         }
  52366.         return $this->privates['UnzerPayment6\\Components\\PaymentHandler\\UnzerWeChatPaymentHandler'] = new \UnzerPayment6\Components\PaymentHandler\UnzerWeChatPaymentHandler(($this->privates['UnzerPayment6\\Components\\ResourceHydrator\\BasketResourceHydrator'] ?? ($this->privates['UnzerPayment6\\Components\\ResourceHydrator\\BasketResourceHydrator'] = new \UnzerPayment6\Components\ResourceHydrator\BasketResourceHydrator())), ($this->privates['UnzerPayment6\\Components\\ResourceHydrator\\CustomerResourceHydrator\\CustomerResourceHydrator'] ?? $this->getCustomerResourceHydratorService()), ($this->privates['UnzerPayment6\\Components\\ResourceHydrator\\MetadataResourceHydrator'] ?? $this->getMetadataResourceHydratorService()), $a, ($this->privates['UnzerPayment6\\Components\\ConfigReader\\ConfigReader'] ?? $this->getConfigReader2Service()), ($this->privates['UnzerPayment6\\Components\\TransactionStateHandler\\TransactionStateHandler'] ?? $this->getTransactionStateHandlerService()), ($this->privates['UnzerPayment6\\Components\\ClientFactory\\ClientFactory'] ?? $this->getClientFactoryService()), ($this->services['request_stack'] ?? ($this->services['request_stack'] = new \Symfony\Component\HttpFoundation\RequestStack())), ($this->privates['unzer_payment.logger'] ?? $this->getUnzerPayment_LoggerService()), ($this->privates['UnzerPayment6\\Components\\CustomFieldsHelper\\CustomFieldsHelper'] ?? $this->getCustomFieldsHelperService()));
  52367.     }
  52368.     /**
  52369.      * Gets the private 'UnzerPayment6\Components\PaymentTransitionMapper\ApplePayTransitionMapper' shared service.
  52370.      *
  52371.      * @return \UnzerPayment6\Components\PaymentTransitionMapper\ApplePayTransitionMapper
  52372.      */
  52373.     protected function getApplePayTransitionMapperService()
  52374.     {
  52375.         include_once \dirname(__DIR__4).'/vendor/store.shopware.com/unzerpayment6/src/Components/PaymentTransitionMapper/AbstractTransitionMapper.php';
  52376.         include_once \dirname(__DIR__4).'/vendor/store.shopware.com/unzerpayment6/src/Components/PaymentTransitionMapper/Traits/HasBookingMode.php';
  52377.         include_once \dirname(__DIR__4).'/vendor/store.shopware.com/unzerpayment6/src/Components/PaymentTransitionMapper/ApplePayTransitionMapper.php';
  52378.         $a = ($this->services['order_transaction.repository'] ?? $this->getOrderTransaction_RepositoryService());
  52379.         if (isset($this->privates['UnzerPayment6\\Components\\PaymentTransitionMapper\\ApplePayTransitionMapper'])) {
  52380.             return $this->privates['UnzerPayment6\\Components\\PaymentTransitionMapper\\ApplePayTransitionMapper'];
  52381.         }
  52382.         return $this->privates['UnzerPayment6\\Components\\PaymentTransitionMapper\\ApplePayTransitionMapper'] = new \UnzerPayment6\Components\PaymentTransitionMapper\ApplePayTransitionMapper(($this->privates['UnzerPayment6\\Components\\ConfigReader\\ConfigReader'] ?? $this->getConfigReader2Service()), $a);
  52383.     }
  52384.     /**
  52385.      * Gets the private 'UnzerPayment6\Components\PaymentTransitionMapper\CreditCardTransitionMapper' shared service.
  52386.      *
  52387.      * @return \UnzerPayment6\Components\PaymentTransitionMapper\CreditCardTransitionMapper
  52388.      */
  52389.     protected function getCreditCardTransitionMapperService()
  52390.     {
  52391.         include_once \dirname(__DIR__4).'/vendor/store.shopware.com/unzerpayment6/src/Components/PaymentTransitionMapper/AbstractTransitionMapper.php';
  52392.         include_once \dirname(__DIR__4).'/vendor/store.shopware.com/unzerpayment6/src/Components/PaymentTransitionMapper/Traits/HasBookingMode.php';
  52393.         include_once \dirname(__DIR__4).'/vendor/store.shopware.com/unzerpayment6/src/Components/PaymentTransitionMapper/CreditCardTransitionMapper.php';
  52394.         $a = ($this->services['order_transaction.repository'] ?? $this->getOrderTransaction_RepositoryService());
  52395.         if (isset($this->privates['UnzerPayment6\\Components\\PaymentTransitionMapper\\CreditCardTransitionMapper'])) {
  52396.             return $this->privates['UnzerPayment6\\Components\\PaymentTransitionMapper\\CreditCardTransitionMapper'];
  52397.         }
  52398.         return $this->privates['UnzerPayment6\\Components\\PaymentTransitionMapper\\CreditCardTransitionMapper'] = new \UnzerPayment6\Components\PaymentTransitionMapper\CreditCardTransitionMapper(($this->privates['UnzerPayment6\\Components\\ConfigReader\\ConfigReader'] ?? $this->getConfigReader2Service()), $a);
  52399.     }
  52400.     /**
  52401.      * Gets the private 'UnzerPayment6\Components\PaymentTransitionMapper\PayPalTransitionMapper' shared service.
  52402.      *
  52403.      * @return \UnzerPayment6\Components\PaymentTransitionMapper\PayPalTransitionMapper
  52404.      */
  52405.     protected function getPayPalTransitionMapperService()
  52406.     {
  52407.         include_once \dirname(__DIR__4).'/vendor/store.shopware.com/unzerpayment6/src/Components/PaymentTransitionMapper/AbstractTransitionMapper.php';
  52408.         include_once \dirname(__DIR__4).'/vendor/store.shopware.com/unzerpayment6/src/Components/PaymentTransitionMapper/Traits/HasBookingMode.php';
  52409.         include_once \dirname(__DIR__4).'/vendor/store.shopware.com/unzerpayment6/src/Components/PaymentTransitionMapper/PayPalTransitionMapper.php';
  52410.         $a = ($this->services['order_transaction.repository'] ?? $this->getOrderTransaction_RepositoryService());
  52411.         if (isset($this->privates['UnzerPayment6\\Components\\PaymentTransitionMapper\\PayPalTransitionMapper'])) {
  52412.             return $this->privates['UnzerPayment6\\Components\\PaymentTransitionMapper\\PayPalTransitionMapper'];
  52413.         }
  52414.         return $this->privates['UnzerPayment6\\Components\\PaymentTransitionMapper\\PayPalTransitionMapper'] = new \UnzerPayment6\Components\PaymentTransitionMapper\PayPalTransitionMapper(($this->privates['UnzerPayment6\\Components\\ConfigReader\\ConfigReader'] ?? $this->getConfigReader2Service()), $a);
  52415.     }
  52416.     /**
  52417.      * Gets the private 'UnzerPayment6\Components\ResourceHydrator\CustomerResourceHydrator\CustomerResourceHydrator' shared service.
  52418.      *
  52419.      * @return \UnzerPayment6\Components\ResourceHydrator\CustomerResourceHydrator\CustomerResourceHydrator
  52420.      */
  52421.     protected function getCustomerResourceHydratorService()
  52422.     {
  52423.         include_once \dirname(__DIR__4).'/vendor/store.shopware.com/unzerpayment6/src/Components/ResourceHydrator/CustomerResourceHydrator/CustomerResourceHydratorInterface.php';
  52424.         include_once \dirname(__DIR__4).'/vendor/store.shopware.com/unzerpayment6/src/Components/ResourceHydrator/CustomerResourceHydrator/CustomerResourceHydrator.php';
  52425.         return $this->privates['UnzerPayment6\\Components\\ResourceHydrator\\CustomerResourceHydrator\\CustomerResourceHydrator'] = new \UnzerPayment6\Components\ResourceHydrator\CustomerResourceHydrator\CustomerResourceHydrator(($this->services['request_stack'] ?? ($this->services['request_stack'] = new \Symfony\Component\HttpFoundation\RequestStack())));
  52426.     }
  52427.     /**
  52428.      * Gets the private 'UnzerPayment6\Components\ResourceHydrator\MetadataResourceHydrator' shared service.
  52429.      *
  52430.      * @return \UnzerPayment6\Components\ResourceHydrator\MetadataResourceHydrator
  52431.      */
  52432.     protected function getMetadataResourceHydratorService()
  52433.     {
  52434.         include_once \dirname(__DIR__4).'/vendor/store.shopware.com/unzerpayment6/src/Components/ResourceHydrator/ResourceHydratorInterface.php';
  52435.         include_once \dirname(__DIR__4).'/vendor/store.shopware.com/unzerpayment6/src/Components/ResourceHydrator/MetadataResourceHydrator.php';
  52436.         $a = ($this->services['plugin.repository'] ?? $this->getPlugin_RepositoryService());
  52437.         if (isset($this->privates['UnzerPayment6\\Components\\ResourceHydrator\\MetadataResourceHydrator'])) {
  52438.             return $this->privates['UnzerPayment6\\Components\\ResourceHydrator\\MetadataResourceHydrator'];
  52439.         }
  52440.         return $this->privates['UnzerPayment6\\Components\\ResourceHydrator\\MetadataResourceHydrator'] = new \UnzerPayment6\Components\ResourceHydrator\MetadataResourceHydrator('6.4.20.0'$a);
  52441.     }
  52442.     /**
  52443.      * Gets the private 'UnzerPayment6\Components\ShipService\ShipService' shared service.
  52444.      *
  52445.      * @return \UnzerPayment6\Components\ShipService\ShipService
  52446.      */
  52447.     protected function getShipServiceService()
  52448.     {
  52449.         include_once \dirname(__DIR__4).'/vendor/store.shopware.com/unzerpayment6/src/Components/ShipService/ShipServiceInterface.php';
  52450.         include_once \dirname(__DIR__4).'/vendor/store.shopware.com/unzerpayment6/src/Components/ShipService/ShipService.php';
  52451.         $a = ($this->services['order_transaction.repository'] ?? $this->getOrderTransaction_RepositoryService());
  52452.         if (isset($this->privates['UnzerPayment6\\Components\\ShipService\\ShipService'])) {
  52453.             return $this->privates['UnzerPayment6\\Components\\ShipService\\ShipService'];
  52454.         }
  52455.         return $this->privates['UnzerPayment6\\Components\\ShipService\\ShipService'] = new \UnzerPayment6\Components\ShipService\ShipService(($this->privates['UnzerPayment6\\Components\\ClientFactory\\ClientFactory'] ?? $this->getClientFactoryService()), ($this->privates['UnzerPayment6\\Components\\TransactionStateHandler\\TransactionStateHandler'] ?? $this->getTransactionStateHandlerService()), $a, ($this->privates['unzer_payment.logger'] ?? $this->getUnzerPayment_LoggerService()));
  52456.     }
  52457.     /**
  52458.      * Gets the private 'UnzerPayment6\Components\TransactionStateHandler\TransactionStateHandler' shared service.
  52459.      *
  52460.      * @return \UnzerPayment6\Components\TransactionStateHandler\TransactionStateHandler
  52461.      */
  52462.     protected function getTransactionStateHandlerService()
  52463.     {
  52464.         include_once \dirname(__DIR__4).'/vendor/store.shopware.com/unzerpayment6/src/Components/TransactionStateHandler/TransactionStateHandlerInterface.php';
  52465.         include_once \dirname(__DIR__4).'/vendor/store.shopware.com/unzerpayment6/src/Components/TransactionStateHandler/TransactionStateHandler.php';
  52466.         include_once \dirname(__DIR__4).'/vendor/store.shopware.com/unzerpayment6/src/Components/DependencyInjection/Factory/PaymentTransitionMapperFactory.php';
  52467.         $a = ($this->privates['Shopware\\Core\\System\\StateMachine\\StateMachineRegistry'] ?? $this->getStateMachineRegistryService());
  52468.         if (isset($this->privates['UnzerPayment6\\Components\\TransactionStateHandler\\TransactionStateHandler'])) {
  52469.             return $this->privates['UnzerPayment6\\Components\\TransactionStateHandler\\TransactionStateHandler'];
  52470.         }
  52471.         return $this->privates['UnzerPayment6\\Components\\TransactionStateHandler\\TransactionStateHandler'] = new \UnzerPayment6\Components\TransactionStateHandler\TransactionStateHandler($a, new \UnzerPayment6\Components\DependencyInjection\Factory\PaymentTransitionMapperFactory(new RewindableGenerator(function () {
  52472.             yield => ($this->privates['UnzerPayment6\\Components\\PaymentTransitionMapper\\AliPayTransitionMapper'] ?? ($this->privates['UnzerPayment6\\Components\\PaymentTransitionMapper\\AliPayTransitionMapper'] = new \UnzerPayment6\Components\PaymentTransitionMapper\AliPayTransitionMapper()));
  52473.             yield => ($this->privates['UnzerPayment6\\Components\\PaymentTransitionMapper\\ApplePayTransitionMapper'] ?? $this->getApplePayTransitionMapperService());
  52474.             yield => ($this->privates['UnzerPayment6\\Components\\PaymentTransitionMapper\\BancontactTransitionMapper'] ?? ($this->privates['UnzerPayment6\\Components\\PaymentTransitionMapper\\BancontactTransitionMapper'] = new \UnzerPayment6\Components\PaymentTransitionMapper\BancontactTransitionMapper()));
  52475.             yield => ($this->privates['UnzerPayment6\\Components\\PaymentTransitionMapper\\BankTransferTransitionMapper'] ?? ($this->privates['UnzerPayment6\\Components\\PaymentTransitionMapper\\BankTransferTransitionMapper'] = new \UnzerPayment6\Components\PaymentTransitionMapper\BankTransferTransitionMapper()));
  52476.             yield => ($this->privates['UnzerPayment6\\Components\\PaymentTransitionMapper\\CreditCardTransitionMapper'] ?? $this->getCreditCardTransitionMapperService());
  52477.             yield => ($this->privates['UnzerPayment6\\Components\\PaymentTransitionMapper\\EpsTransitionMapper'] ?? ($this->privates['UnzerPayment6\\Components\\PaymentTransitionMapper\\EpsTransitionMapper'] = new \UnzerPayment6\Components\PaymentTransitionMapper\EpsTransitionMapper()));
  52478.             yield => ($this->privates['UnzerPayment6\\Components\\PaymentTransitionMapper\\GiropayTransitionMapper'] ?? ($this->privates['UnzerPayment6\\Components\\PaymentTransitionMapper\\GiropayTransitionMapper'] = new \UnzerPayment6\Components\PaymentTransitionMapper\GiropayTransitionMapper()));
  52479.             yield => ($this->privates['UnzerPayment6\\Components\\PaymentTransitionMapper\\IdealTransitionMapper'] ?? ($this->privates['UnzerPayment6\\Components\\PaymentTransitionMapper\\IdealTransitionMapper'] = new \UnzerPayment6\Components\PaymentTransitionMapper\IdealTransitionMapper()));
  52480.             yield => ($this->privates['UnzerPayment6\\Components\\PaymentTransitionMapper\\InstallmentSecuredTransitionMapper'] ?? ($this->privates['UnzerPayment6\\Components\\PaymentTransitionMapper\\InstallmentSecuredTransitionMapper'] = new \UnzerPayment6\Components\PaymentTransitionMapper\InstallmentSecuredTransitionMapper()));
  52481.             yield => ($this->privates['UnzerPayment6\\Components\\PaymentTransitionMapper\\InvoiceSecuredTransitionMapper'] ?? ($this->privates['UnzerPayment6\\Components\\PaymentTransitionMapper\\InvoiceSecuredTransitionMapper'] = new \UnzerPayment6\Components\PaymentTransitionMapper\InvoiceSecuredTransitionMapper()));
  52482.             yield 10 => ($this->privates['UnzerPayment6\\Components\\PaymentTransitionMapper\\InvoiceTransitionMapper'] ?? ($this->privates['UnzerPayment6\\Components\\PaymentTransitionMapper\\InvoiceTransitionMapper'] = new \UnzerPayment6\Components\PaymentTransitionMapper\InvoiceTransitionMapper()));
  52483.             yield 11 => ($this->privates['UnzerPayment6\\Components\\PaymentTransitionMapper\\PayPalTransitionMapper'] ?? $this->getPayPalTransitionMapperService());
  52484.             yield 12 => ($this->privates['UnzerPayment6\\Components\\PaymentTransitionMapper\\PrepaymentTransitionMapper'] ?? ($this->privates['UnzerPayment6\\Components\\PaymentTransitionMapper\\PrepaymentTransitionMapper'] = new \UnzerPayment6\Components\PaymentTransitionMapper\PrepaymentTransitionMapper()));
  52485.             yield 13 => ($this->privates['UnzerPayment6\\Components\\PaymentTransitionMapper\\PrzelewyTransitionMapper'] ?? ($this->privates['UnzerPayment6\\Components\\PaymentTransitionMapper\\PrzelewyTransitionMapper'] = new \UnzerPayment6\Components\PaymentTransitionMapper\PrzelewyTransitionMapper()));
  52486.             yield 14 => ($this->privates['UnzerPayment6\\Components\\PaymentTransitionMapper\\SepaDirectDebitSecuredTransitionMapper'] ?? ($this->privates['UnzerPayment6\\Components\\PaymentTransitionMapper\\SepaDirectDebitSecuredTransitionMapper'] = new \UnzerPayment6\Components\PaymentTransitionMapper\SepaDirectDebitSecuredTransitionMapper()));
  52487.             yield 15 => ($this->privates['UnzerPayment6\\Components\\PaymentTransitionMapper\\SepaDirectDebitTransitionMapper'] ?? ($this->privates['UnzerPayment6\\Components\\PaymentTransitionMapper\\SepaDirectDebitTransitionMapper'] = new \UnzerPayment6\Components\PaymentTransitionMapper\SepaDirectDebitTransitionMapper()));
  52488.             yield 16 => ($this->privates['UnzerPayment6\\Components\\PaymentTransitionMapper\\SofortTransitionMapper'] ?? ($this->privates['UnzerPayment6\\Components\\PaymentTransitionMapper\\SofortTransitionMapper'] = new \UnzerPayment6\Components\PaymentTransitionMapper\SofortTransitionMapper()));
  52489.             yield 17 => ($this->privates['UnzerPayment6\\Components\\PaymentTransitionMapper\\WeChatTransitionMapper'] ?? ($this->privates['UnzerPayment6\\Components\\PaymentTransitionMapper\\WeChatTransitionMapper'] = new \UnzerPayment6\Components\PaymentTransitionMapper\WeChatTransitionMapper()));
  52490.             yield 18 => ($this->privates['UnzerPayment6\\Components\\PaymentTransitionMapper\\PaylaterInvoiceTransitionMapper'] ?? ($this->privates['UnzerPayment6\\Components\\PaymentTransitionMapper\\PaylaterInvoiceTransitionMapper'] = new \UnzerPayment6\Components\PaymentTransitionMapper\PaylaterInvoiceTransitionMapper()));
  52491.             yield 19 => ($this->privates['UnzerPayment6\\Components\\PaymentTransitionMapper\\PaylaterInstallmentTransitionMapper'] ?? ($this->privates['UnzerPayment6\\Components\\PaymentTransitionMapper\\PaylaterInstallmentTransitionMapper'] = new \UnzerPayment6\Components\PaymentTransitionMapper\PaylaterInstallmentTransitionMapper()));
  52492.             yield 20 => ($this->privates['UnzerPayment6\\Components\\PaymentTransitionMapper\\PaylaterDirectDebitSecuredTransitionMapper'] ?? ($this->privates['UnzerPayment6\\Components\\PaymentTransitionMapper\\PaylaterDirectDebitSecuredTransitionMapper'] = new \UnzerPayment6\Components\PaymentTransitionMapper\PaylaterDirectDebitSecuredTransitionMapper()));
  52493.         }, 21)), ($this->privates['unzer_payment.logger'] ?? $this->getUnzerPayment_LoggerService()));
  52494.     }
  52495.     /**
  52496.      * Gets the private 'UnzerPayment6\Components\WebhookHandler\PaymentStatusWebhookHandler' shared service.
  52497.      *
  52498.      * @return \UnzerPayment6\Components\WebhookHandler\PaymentStatusWebhookHandler
  52499.      */
  52500.     protected function getPaymentStatusWebhookHandlerService()
  52501.     {
  52502.         include_once \dirname(__DIR__4).'/vendor/store.shopware.com/unzerpayment6/src/Components/WebhookHandler/WebhookHandlerInterface.php';
  52503.         include_once \dirname(__DIR__4).'/vendor/store.shopware.com/unzerpayment6/src/Components/WebhookHandler/PaymentStatusWebhookHandler.php';
  52504.         return $this->privates['UnzerPayment6\\Components\\WebhookHandler\\PaymentStatusWebhookHandler'] = new \UnzerPayment6\Components\WebhookHandler\PaymentStatusWebhookHandler(($this->privates['UnzerPayment6\\Components\\TransactionStateHandler\\TransactionStateHandler'] ?? $this->getTransactionStateHandlerService()), ($this->privates['UnzerPayment6\\Components\\ClientFactory\\ClientFactory'] ?? $this->getClientFactoryService()), ($this->services['order_transaction.repository'] ?? $this->getOrderTransaction_RepositoryService()), ($this->privates['unzer_payment.logger'] ?? $this->getUnzerPayment_LoggerService()), ($this->privates['UnzerPayment6\\Components\\CustomFieldsHelper\\CustomFieldsHelper'] ?? $this->getCustomFieldsHelperService()));
  52505.     }
  52506.     /**
  52507.      * Gets the private 'UnzerPayment6\Components\WebhookRegistrator\WebhookRegistrator' shared service.
  52508.      *
  52509.      * @return \UnzerPayment6\Components\WebhookRegistrator\WebhookRegistrator
  52510.      */
  52511.     protected function getWebhookRegistratorService()
  52512.     {
  52513.         include_once \dirname(__DIR__4).'/vendor/store.shopware.com/unzerpayment6/src/Components/WebhookRegistrator/WebhookRegistratorInterface.php';
  52514.         include_once \dirname(__DIR__4).'/vendor/store.shopware.com/unzerpayment6/src/Components/WebhookRegistrator/WebhookRegistrator.php';
  52515.         return $this->privates['UnzerPayment6\\Components\\WebhookRegistrator\\WebhookRegistrator'] = new \UnzerPayment6\Components\WebhookRegistrator\WebhookRegistrator(($this->privates['UnzerPayment6\\Components\\ClientFactory\\ClientFactory'] ?? $this->getClientFactoryService()), ($this->privates['router.default'] ?? $this->getRouter_DefaultService()), ($this->services['sales_channel_domain.repository'] ?? $this->getSalesChannelDomain_RepositoryService()), ($this->privates['unzer_payment.logger'] ?? $this->getUnzerPayment_LoggerService()));
  52516.     }
  52517.     /**
  52518.      * Gets the private 'UnzerPayment6\DataAbstractionLayer\Repository\PaymentDevice\UnzerPaymentDeviceRepository' shared service.
  52519.      *
  52520.      * @return \UnzerPayment6\DataAbstractionLayer\Repository\PaymentDevice\UnzerPaymentDeviceRepository
  52521.      */
  52522.     protected function getUnzerPaymentDeviceRepositoryService()
  52523.     {
  52524.         include_once \dirname(__DIR__4).'/vendor/store.shopware.com/unzerpayment6/src/DataAbstractionLayer/Repository/PaymentDevice/UnzerPaymentDeviceRepositoryInterface.php';
  52525.         include_once \dirname(__DIR__4).'/vendor/store.shopware.com/unzerpayment6/src/DataAbstractionLayer/Repository/PaymentDevice/UnzerPaymentDeviceRepository.php';
  52526.         include_once \dirname(__DIR__4).'/vendor/store.shopware.com/unzerpayment6/src/Components/AddressHashGenerator/AddressHashGeneratorInterface.php';
  52527.         include_once \dirname(__DIR__4).'/vendor/store.shopware.com/unzerpayment6/src/Components/AddressHashGenerator/AddressHashGenerator.php';
  52528.         $a = ($this->services['unzer_payment_payment_device.repository'] ?? $this->getUnzerPaymentPaymentDevice_RepositoryService());
  52529.         if (isset($this->privates['UnzerPayment6\\DataAbstractionLayer\\Repository\\PaymentDevice\\UnzerPaymentDeviceRepository'])) {
  52530.             return $this->privates['UnzerPayment6\\DataAbstractionLayer\\Repository\\PaymentDevice\\UnzerPaymentDeviceRepository'];
  52531.         }
  52532.         return $this->privates['UnzerPayment6\\DataAbstractionLayer\\Repository\\PaymentDevice\\UnzerPaymentDeviceRepository'] = new \UnzerPayment6\DataAbstractionLayer\Repository\PaymentDevice\UnzerPaymentDeviceRepository($a, new \UnzerPayment6\Components\AddressHashGenerator\AddressHashGenerator());
  52533.     }
  52534.     /**
  52535.      * Gets the private 'UnzerPayment6\EventListeners\Account\PaymentMethodPageEventListener' shared service.
  52536.      *
  52537.      * @return \UnzerPayment6\EventListeners\Account\PaymentMethodPageEventListener
  52538.      */
  52539.     protected function getPaymentMethodPageEventListenerService()
  52540.     {
  52541.         include_once \dirname(__DIR__4).'/vendor/store.shopware.com/unzerpayment6/src/EventListeners/Account/PaymentMethodPageEventListener.php';
  52542.         $a = ($this->privates['UnzerPayment6\\DataAbstractionLayer\\Repository\\PaymentDevice\\UnzerPaymentDeviceRepository'] ?? $this->getUnzerPaymentDeviceRepositoryService());
  52543.         if (isset($this->privates['UnzerPayment6\\EventListeners\\Account\\PaymentMethodPageEventListener'])) {
  52544.             return $this->privates['UnzerPayment6\\EventListeners\\Account\\PaymentMethodPageEventListener'];
  52545.         }
  52546.         return $this->privates['UnzerPayment6\\EventListeners\\Account\\PaymentMethodPageEventListener'] = new \UnzerPayment6\EventListeners\Account\PaymentMethodPageEventListener($a);
  52547.     }
  52548.     /**
  52549.      * Gets the private 'UnzerPayment6\EventListeners\Checkout\ConfirmPageEventListener' shared service.
  52550.      *
  52551.      * @return \UnzerPayment6\EventListeners\Checkout\ConfirmPageEventListener
  52552.      */
  52553.     protected function getConfirmPageEventListenerService()
  52554.     {
  52555.         include_once \dirname(__DIR__4).'/vendor/store.shopware.com/unzerpayment6/src/EventListeners/Checkout/ConfirmPageEventListener.php';
  52556.         include_once \dirname(__DIR__4).'/vendor/store.shopware.com/unzerpayment6/src/Components/PaymentFrame/PaymentFrameFactoryInterface.php';
  52557.         include_once \dirname(__DIR__4).'/vendor/store.shopware.com/unzerpayment6/src/Components/PaymentFrame/PaymentFrameFactory.php';
  52558.         $a = ($this->privates['UnzerPayment6\\DataAbstractionLayer\\Repository\\PaymentDevice\\UnzerPaymentDeviceRepository'] ?? $this->getUnzerPaymentDeviceRepositoryService());
  52559.         if (isset($this->privates['UnzerPayment6\\EventListeners\\Checkout\\ConfirmPageEventListener'])) {
  52560.             return $this->privates['UnzerPayment6\\EventListeners\\Checkout\\ConfirmPageEventListener'];
  52561.         }
  52562.         $b = ($this->services['Shopware\\Core\\System\\SystemConfig\\SystemConfigService'] ?? $this->getSystemConfigServiceService());
  52563.         if (isset($this->privates['UnzerPayment6\\EventListeners\\Checkout\\ConfirmPageEventListener'])) {
  52564.             return $this->privates['UnzerPayment6\\EventListeners\\Checkout\\ConfirmPageEventListener'];
  52565.         }
  52566.         $c = ($this->services['language.repository'] ?? $this->getLanguage_RepositoryService());
  52567.         if (isset($this->privates['UnzerPayment6\\EventListeners\\Checkout\\ConfirmPageEventListener'])) {
  52568.             return $this->privates['UnzerPayment6\\EventListeners\\Checkout\\ConfirmPageEventListener'];
  52569.         }
  52570.         return $this->privates['UnzerPayment6\\EventListeners\\Checkout\\ConfirmPageEventListener'] = new \UnzerPayment6\EventListeners\Checkout\ConfirmPageEventListener($a, ($this->privates['UnzerPayment6\\Components\\ConfigReader\\ConfigReader'] ?? $this->getConfigReader2Service()), new \UnzerPayment6\Components\PaymentFrame\PaymentFrameFactory(), $b$c, ($this->privates['UnzerPayment6\\Components\\ClientFactory\\ClientFactory'] ?? $this->getClientFactoryService()), ($this->privates['UnzerPayment6\\Components\\ConfigReader\\KeyPairConfigReader'] ?? $this->getKeyPairConfigReaderService()));
  52571.     }
  52572.     /**
  52573.      * Gets the private 'UnzerPayment6\EventListeners\Checkout\FinishPageEventListener' shared service.
  52574.      *
  52575.      * @return \UnzerPayment6\EventListeners\Checkout\FinishPageEventListener
  52576.      */
  52577.     protected function getFinishPageEventListenerService()
  52578.     {
  52579.         include_once \dirname(__DIR__4).'/vendor/store.shopware.com/unzerpayment6/src/EventListeners/Checkout/FinishPageEventListener.php';
  52580.         include_once \dirname(__DIR__4).'/vendor/store.shopware.com/unzerpayment6/src/Components/TransactionSelectionHelper/TransactionSelectionHelperInterface.php';
  52581.         include_once \dirname(__DIR__4).'/vendor/store.shopware.com/unzerpayment6/src/Components/TransactionSelectionHelper/TransactionSelectionHelper.php';
  52582.         return $this->privates['UnzerPayment6\\EventListeners\\Checkout\\FinishPageEventListener'] = new \UnzerPayment6\EventListeners\Checkout\FinishPageEventListener(($this->privates['UnzerPayment6\\Components\\ClientFactory\\ClientFactory'] ?? $this->getClientFactoryService()), ($this->privates['unzer_payment.logger'] ?? $this->getUnzerPayment_LoggerService()), ($this->privates['UnzerPayment6\\Components\\TransactionSelectionHelper\\TransactionSelectionHelper'] ?? ($this->privates['UnzerPayment6\\Components\\TransactionSelectionHelper\\TransactionSelectionHelper'] = new \UnzerPayment6\Components\TransactionSelectionHelper\TransactionSelectionHelper())));
  52583.     }
  52584.     /**
  52585.      * Gets the private 'UnzerPayment6\EventListeners\DataAbstractionLayer\OrderTransactionEventListener' shared service.
  52586.      *
  52587.      * @return \UnzerPayment6\EventListeners\DataAbstractionLayer\OrderTransactionEventListener
  52588.      */
  52589.     protected function getOrderTransactionEventListenerService()
  52590.     {
  52591.         include_once \dirname(__DIR__4).'/vendor/store.shopware.com/unzerpayment6/src/EventListeners/DataAbstractionLayer/OrderTransactionEventListener.php';
  52592.         include_once \dirname(__DIR__4).'/vendor/store.shopware.com/unzerpayment6/src/DataAbstractionLayer/Repository/TransferInfo/UnzerPaymentTransferInfoRepositoryInterface.php';
  52593.         include_once \dirname(__DIR__4).'/vendor/store.shopware.com/unzerpayment6/src/DataAbstractionLayer/Repository/TransferInfo/UnzerPaymentTransferInfoRepository.php';
  52594.         $a = ($this->services['unzer_payment_transfer_info.repository'] ?? $this->getUnzerPaymentTransferInfo_RepositoryService());
  52595.         if (isset($this->privates['UnzerPayment6\\EventListeners\\DataAbstractionLayer\\OrderTransactionEventListener'])) {
  52596.             return $this->privates['UnzerPayment6\\EventListeners\\DataAbstractionLayer\\OrderTransactionEventListener'];
  52597.         }
  52598.         return $this->privates['UnzerPayment6\\EventListeners\\DataAbstractionLayer\\OrderTransactionEventListener'] = new \UnzerPayment6\EventListeners\DataAbstractionLayer\OrderTransactionEventListener(new \UnzerPayment6\DataAbstractionLayer\Repository\TransferInfo\UnzerPaymentTransferInfoRepository($a));
  52599.     }
  52600.     /**
  52601.      * Gets the private 'UnzerPayment6\EventListeners\PaymentMethod\PaymentMethodLoadedEventListener' shared service.
  52602.      *
  52603.      * @return \UnzerPayment6\EventListeners\PaymentMethod\PaymentMethodLoadedEventListener
  52604.      */
  52605.     protected function getPaymentMethodLoadedEventListenerService()
  52606.     {
  52607.         include_once \dirname(__DIR__4).'/vendor/store.shopware.com/unzerpayment6/src/EventListeners/PaymentMethod/PaymentMethodLoadedEventListener.php';
  52608.         return $this->privates['UnzerPayment6\\EventListeners\\PaymentMethod\\PaymentMethodLoadedEventListener'] = new \UnzerPayment6\EventListeners\PaymentMethod\PaymentMethodLoadedEventListener(($this->privates['UnzerPayment6\\Components\\ConfigReader\\ConfigReader'] ?? $this->getConfigReader2Service()));
  52609.     }
  52610.     /**
  52611.      * Gets the private 'UnzerPayment6\EventListeners\StateMachine\TransitionEventListener' shared service.
  52612.      *
  52613.      * @return \UnzerPayment6\EventListeners\StateMachine\TransitionEventListener
  52614.      */
  52615.     protected function getTransitionEventListenerService()
  52616.     {
  52617.         include_once \dirname(__DIR__4).'/vendor/store.shopware.com/unzerpayment6/src/EventListeners/StateMachine/TransitionEventListener.php';
  52618.         include_once \dirname(__DIR__4).'/vendor/store.shopware.com/unzerpayment6/src/Components/Validator/AutomaticShippingValidatorInterface.php';
  52619.         include_once \dirname(__DIR__4).'/vendor/store.shopware.com/unzerpayment6/src/Components/Validator/AutomaticShippingValidator.php';
  52620.         include_once \dirname(__DIR__4).'/vendor/store.shopware.com/unzerpayment6/src/Components/TransactionSelectionHelper/TransactionSelectionHelperInterface.php';
  52621.         include_once \dirname(__DIR__4).'/vendor/store.shopware.com/unzerpayment6/src/Components/TransactionSelectionHelper/TransactionSelectionHelper.php';
  52622.         $a = ($this->services['order.repository'] ?? $this->getOrder_RepositoryService());
  52623.         if (isset($this->privates['UnzerPayment6\\EventListeners\\StateMachine\\TransitionEventListener'])) {
  52624.             return $this->privates['UnzerPayment6\\EventListeners\\StateMachine\\TransitionEventListener'];
  52625.         }
  52626.         $b = ($this->services['order_delivery.repository'] ?? $this->getOrderDelivery_RepositoryService());
  52627.         if (isset($this->privates['UnzerPayment6\\EventListeners\\StateMachine\\TransitionEventListener'])) {
  52628.             return $this->privates['UnzerPayment6\\EventListeners\\StateMachine\\TransitionEventListener'];
  52629.         }
  52630.         $c = ($this->services['order_transaction.repository'] ?? $this->getOrderTransaction_RepositoryService());
  52631.         if (isset($this->privates['UnzerPayment6\\EventListeners\\StateMachine\\TransitionEventListener'])) {
  52632.             return $this->privates['UnzerPayment6\\EventListeners\\StateMachine\\TransitionEventListener'];
  52633.         }
  52634.         $d = ($this->services['event_dispatcher'] ?? $this->getEventDispatcherService());
  52635.         if (isset($this->privates['UnzerPayment6\\EventListeners\\StateMachine\\TransitionEventListener'])) {
  52636.             return $this->privates['UnzerPayment6\\EventListeners\\StateMachine\\TransitionEventListener'];
  52637.         }
  52638.         $e = ($this->privates['UnzerPayment6\\Components\\ShipService\\ShipService'] ?? $this->getShipServiceService());
  52639.         if (isset($this->privates['UnzerPayment6\\EventListeners\\StateMachine\\TransitionEventListener'])) {
  52640.             return $this->privates['UnzerPayment6\\EventListeners\\StateMachine\\TransitionEventListener'];
  52641.         }
  52642.         return $this->privates['UnzerPayment6\\EventListeners\\StateMachine\\TransitionEventListener'] = new \UnzerPayment6\EventListeners\StateMachine\TransitionEventListener($a$b$c, new \UnzerPayment6\Components\Validator\AutomaticShippingValidator(($this->privates['UnzerPayment6\\Components\\ConfigReader\\ConfigReader'] ?? $this->getConfigReader2Service()), ($this->privates['UnzerPayment6\\Components\\TransactionSelectionHelper\\TransactionSelectionHelper'] ?? ($this->privates['UnzerPayment6\\Components\\TransactionSelectionHelper\\TransactionSelectionHelper'] = new \UnzerPayment6\Components\TransactionSelectionHelper\TransactionSelectionHelper()))), ($this->privates['unzer_payment.logger'] ?? $this->getUnzerPayment_LoggerService()), $d$e);
  52643.     }
  52644.     /**
  52645.      * Gets the private 'Wato\DigitecGalaxusExport\Command\ExportGalaxusFiles' shared service.
  52646.      *
  52647.      * @return \Wato\DigitecGalaxusExport\Command\ExportGalaxusFiles
  52648.      */
  52649.     protected function getExportGalaxusFilesService()
  52650.     {
  52651.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/Command.php';
  52652.         include_once \dirname(__DIR__4).'/vendor/store.shopware.com/watodigitecgalaxusexport/src/Command/ExportGalaxusFiles.php';
  52653.         $this->privates['Wato\\DigitecGalaxusExport\\Command\\ExportGalaxusFiles'] = $instance = new \Wato\DigitecGalaxusExport\Command\ExportGalaxusFiles(($this->services['scheduled_task.repository'] ?? $this->getScheduledTask_RepositoryService()), ($this->services['Shopware\\Core\\System\\SalesChannel\\Context\\SalesChannelContextFactory'] ?? $this->getSalesChannelContextFactoryService()), ($this->services['sales_channel.repository'] ?? $this->getSalesChannel_RepositoryService()), ($this->services['product_export.repository'] ?? $this->getProductExport_RepositoryService()), ($this->services['messenger.default_bus'] ?? $this->getMessenger_DefaultBusService()));
  52654.         $instance->setName('wato:exportGalaxusFiles');
  52655.         return $instance;
  52656.     }
  52657.     /**
  52658.      * Gets the private 'Wato\DigitecGalaxusExport\Subscriber\ProductExportRendererDecorator' shared service.
  52659.      *
  52660.      * @return \Wato\DigitecGalaxusExport\Subscriber\ProductExportRendererDecorator
  52661.      */
  52662.     protected function getProductExportRendererDecoratorService()
  52663.     {
  52664.         include_once \dirname(__DIR__4).'/vendor/shopware/core/Content/ProductExport/Service/ProductExportRendererInterface.php';
  52665.         include_once \dirname(__DIR__4).'/vendor/shopware/core/Content/ProductExport/Service/ProductExportRenderer.php';
  52666.         include_once \dirname(__DIR__4).'/vendor/store.shopware.com/watodigitecgalaxusexport/src/Subscriber/ProductExportRendererDecorator.php';
  52667.         $a = ($this->privates['Shopware\\Core\\Framework\\Adapter\\Twig\\StringTemplateRenderer'] ?? $this->getStringTemplateRendererService());
  52668.         if (isset($this->privates['Wato\\DigitecGalaxusExport\\Subscriber\\ProductExportRendererDecorator'])) {
  52669.             return $this->privates['Wato\\DigitecGalaxusExport\\Subscriber\\ProductExportRendererDecorator'];
  52670.         }
  52671.         $b = ($this->services['event_dispatcher'] ?? $this->getEventDispatcherService());
  52672.         if (isset($this->privates['Wato\\DigitecGalaxusExport\\Subscriber\\ProductExportRendererDecorator'])) {
  52673.             return $this->privates['Wato\\DigitecGalaxusExport\\Subscriber\\ProductExportRendererDecorator'];
  52674.         }
  52675.         $c = ($this->services['DreiscSeoPro\\Decorator\\Core\\Content\\Seo\\SeoUrlPlaceholderHandlerDecorator'] ?? $this->getSeoUrlPlaceholderHandlerDecoratorService());
  52676.         return $this->privates['Wato\\DigitecGalaxusExport\\Subscriber\\ProductExportRendererDecorator'] = new \Wato\DigitecGalaxusExport\Subscriber\ProductExportRendererDecorator(new \Shopware\Core\Content\ProductExport\Service\ProductExportRenderer($a$b$c), $a$b$c);
  52677.     }
  52678.     /**
  52679.      * Gets the private 'Wato\DigitecGalaxusExport\Subscriber\ProductExportWrittenSubscriber' shared service.
  52680.      *
  52681.      * @return \Wato\DigitecGalaxusExport\Subscriber\ProductExportWrittenSubscriber
  52682.      */
  52683.     protected function getProductExportWrittenSubscriberService()
  52684.     {
  52685.         include_once \dirname(__DIR__4).'/vendor/store.shopware.com/watodigitecgalaxusexport/src/Subscriber/ProductExportWrittenSubscriber.php';
  52686.         include_once \dirname(__DIR__4).'/vendor/store.shopware.com/watodigitecgalaxusexport/src/Helper/SFTPFileHelper.php';
  52687.         $a = ($this->services['product_export.repository'] ?? $this->getProductExport_RepositoryService());
  52688.         if (isset($this->privates['Wato\\DigitecGalaxusExport\\Subscriber\\ProductExportWrittenSubscriber'])) {
  52689.             return $this->privates['Wato\\DigitecGalaxusExport\\Subscriber\\ProductExportWrittenSubscriber'];
  52690.         }
  52691.         $b = ($this->services['Shopware\\Core\\System\\SystemConfig\\SystemConfigService'] ?? $this->getSystemConfigServiceService());
  52692.         if (isset($this->privates['Wato\\DigitecGalaxusExport\\Subscriber\\ProductExportWrittenSubscriber'])) {
  52693.             return $this->privates['Wato\\DigitecGalaxusExport\\Subscriber\\ProductExportWrittenSubscriber'];
  52694.         }
  52695.         $c = ($this->services['logger'] ?? $this->getLoggerService());
  52696.         return $this->privates['Wato\\DigitecGalaxusExport\\Subscriber\\ProductExportWrittenSubscriber'] = new \Wato\DigitecGalaxusExport\Subscriber\ProductExportWrittenSubscriber($a, new \Wato\DigitecGalaxusExport\Helper\SFTPFileHelper(($this->services['kernel'] ?? $this->get('kernel'1)), $c), $c$b);
  52697.     }
  52698.     /**
  52699.      * Gets the private 'Wbm\TagManagerEcomm\Services\DataLayerModules' shared service.
  52700.      *
  52701.      * @return \Wbm\TagManagerEcomm\Services\DataLayerModules
  52702.      */
  52703.     protected function getDataLayerModulesService()
  52704.     {
  52705.         $a = ($this->services['Shopware\\Core\\System\\SystemConfig\\SystemConfigService'] ?? $this->getSystemConfigServiceService());
  52706.         if (isset($this->privates['Wbm\\TagManagerEcomm\\Services\\DataLayerModules'])) {
  52707.             return $this->privates['Wbm\\TagManagerEcomm\\Services\\DataLayerModules'];
  52708.         }
  52709.         return $this->privates['Wbm\\TagManagerEcomm\\Services\\DataLayerModules'] = new \Wbm\TagManagerEcomm\Services\DataLayerModules(($this->services['Doctrine\\DBAL\\Connection'] ?? $this->getConnectionService()), $a);
  52710.     }
  52711.     /**
  52712.      * Gets the private 'Wbm\TagManagerEcomm\Services\DataLayerRenderer' shared service.
  52713.      *
  52714.      * @return \Wbm\TagManagerEcomm\Services\DataLayerRenderer
  52715.      */
  52716.     protected function getDataLayerRendererService()
  52717.     {
  52718.         $a = ($this->services['.container.private.twig'] ?? $this->get_Container_Private_TwigService());
  52719.         if (isset($this->privates['Wbm\\TagManagerEcomm\\Services\\DataLayerRenderer'])) {
  52720.             return $this->privates['Wbm\\TagManagerEcomm\\Services\\DataLayerRenderer'];
  52721.         }
  52722.         return $this->privates['Wbm\\TagManagerEcomm\\Services\\DataLayerRenderer'] = new \Wbm\TagManagerEcomm\Services\DataLayerRenderer($a, ($this->services['Doctrine\\DBAL\\Connection'] ?? $this->getConnectionService()));
  52723.     }
  52724.     /**
  52725.      * Gets the private 'Wbm\TagManagerEcomm\Subscriber\CartAddPrice\AfterLineItemAddedSubscriber' shared service.
  52726.      *
  52727.      * @return \Wbm\TagManagerEcomm\Subscriber\CartAddPrice\AfterLineItemAddedSubscriber
  52728.      */
  52729.     protected function getAfterLineItemAddedSubscriberService()
  52730.     {
  52731.         include_once \dirname(__DIR__4).'/vendor/store.shopware.com/wbmtagmanagerecomm/src/Subscriber/CartAddPrice/AfterLineItemAddedSubscriber.php';
  52732.         $a = ($this->services['product.repository'] ?? $this->getProduct_RepositoryService());
  52733.         if (isset($this->privates['Wbm\\TagManagerEcomm\\Subscriber\\CartAddPrice\\AfterLineItemAddedSubscriber'])) {
  52734.             return $this->privates['Wbm\\TagManagerEcomm\\Subscriber\\CartAddPrice\\AfterLineItemAddedSubscriber'];
  52735.         }
  52736.         return $this->privates['Wbm\\TagManagerEcomm\\Subscriber\\CartAddPrice\\AfterLineItemAddedSubscriber'] = new \Wbm\TagManagerEcomm\Subscriber\CartAddPrice\AfterLineItemAddedSubscriber(($this->services['.container.private.session'] ?? $this->get_Container_Private_SessionService()), $a);
  52737.     }
  52738.     /**
  52739.      * Gets the private 'Wbm\TagManagerEcomm\Subscriber\KernelEventsSubscriber' shared service.
  52740.      *
  52741.      * @return \Wbm\TagManagerEcomm\Subscriber\KernelEventsSubscriber
  52742.      */
  52743.     protected function getKernelEventsSubscriberService()
  52744.     {
  52745.         return $this->privates['Wbm\\TagManagerEcomm\\Subscriber\\KernelEventsSubscriber'] = new \Wbm\TagManagerEcomm\Subscriber\KernelEventsSubscriber(($this->privates['Wbm\\TagManagerEcomm\\Services\\DataLayerModules'] ?? $this->getDataLayerModulesService()), ($this->privates['Wbm\\TagManagerEcomm\\Services\\DataLayerRenderer'] ?? $this->getDataLayerRendererService()), ($this->services['.container.private.session'] ?? $this->get_Container_Private_SessionService()));
  52746.     }
  52747.     /**
  52748.      * Gets the private 'Wbm\TagManagerEcomm\Subscriber\StorefrontRenderSubscriber' shared service.
  52749.      *
  52750.      * @return \Wbm\TagManagerEcomm\Subscriber\StorefrontRenderSubscriber
  52751.      */
  52752.     protected function getStorefrontRenderSubscriber2Service()
  52753.     {
  52754.         include_once \dirname(__DIR__4).'/vendor/store.shopware.com/wbmtagmanagerecomm/src/Subscriber/StorefrontRenderSubscriber.php';
  52755.         $a = ($this->privates['Wbm\\TagManagerEcomm\\Services\\DataLayerModules'] ?? $this->getDataLayerModulesService());
  52756.         if (isset($this->privates['Wbm\\TagManagerEcomm\\Subscriber\\StorefrontRenderSubscriber'])) {
  52757.             return $this->privates['Wbm\\TagManagerEcomm\\Subscriber\\StorefrontRenderSubscriber'];
  52758.         }
  52759.         $b = ($this->privates['Wbm\\TagManagerEcomm\\Services\\DataLayerRenderer'] ?? $this->getDataLayerRendererService());
  52760.         if (isset($this->privates['Wbm\\TagManagerEcomm\\Subscriber\\StorefrontRenderSubscriber'])) {
  52761.             return $this->privates['Wbm\\TagManagerEcomm\\Subscriber\\StorefrontRenderSubscriber'];
  52762.         }
  52763.         return $this->privates['Wbm\\TagManagerEcomm\\Subscriber\\StorefrontRenderSubscriber'] = new \Wbm\TagManagerEcomm\Subscriber\StorefrontRenderSubscriber($a$b, ($this->services['.container.private.session'] ?? $this->get_Container_Private_SessionService()));
  52764.     }
  52765.     /**
  52766.      * Gets the private 'Zeobv\AbandonedCart\Core\Subscriber\OrderSubscriber' shared service.
  52767.      *
  52768.      * @return \Zeobv\AbandonedCart\Core\Subscriber\OrderSubscriber
  52769.      */
  52770.     protected function getOrderSubscriberService()
  52771.     {
  52772.         include_once \dirname(__DIR__4).'/vendor/store.shopware.com/zeobvabandonedcart/src/Core/Subscriber/OrderSubscriber.php';
  52773.         $a = ($this->privates['Zeobv\\AbandonedCart\\Service\\AbandonedCartService'] ?? $this->getAbandonedCartServiceService());
  52774.         if (isset($this->privates['Zeobv\\AbandonedCart\\Core\\Subscriber\\OrderSubscriber'])) {
  52775.             return $this->privates['Zeobv\\AbandonedCart\\Core\\Subscriber\\OrderSubscriber'];
  52776.         }
  52777.         $b = ($this->services['order.repository'] ?? $this->getOrder_RepositoryService());
  52778.         if (isset($this->privates['Zeobv\\AbandonedCart\\Core\\Subscriber\\OrderSubscriber'])) {
  52779.             return $this->privates['Zeobv\\AbandonedCart\\Core\\Subscriber\\OrderSubscriber'];
  52780.         }
  52781.         $c = ($this->services['zeo_abandoned_cart.repository'] ?? $this->getZeoAbandonedCart_RepositoryService());
  52782.         if (isset($this->privates['Zeobv\\AbandonedCart\\Core\\Subscriber\\OrderSubscriber'])) {
  52783.             return $this->privates['Zeobv\\AbandonedCart\\Core\\Subscriber\\OrderSubscriber'];
  52784.         }
  52785.         return $this->privates['Zeobv\\AbandonedCart\\Core\\Subscriber\\OrderSubscriber'] = new \Zeobv\AbandonedCart\Core\Subscriber\OrderSubscriber($a$b$c);
  52786.     }
  52787.     /**
  52788.      * Gets the private 'Zeobv\AbandonedCart\Pagelet\AbandonedCartReminder\Account\AbandonedCartReminderAccountPageletLoader' shared service.
  52789.      *
  52790.      * @return \Zeobv\AbandonedCart\Pagelet\AbandonedCartReminder\Account\AbandonedCartReminderAccountPageletLoader
  52791.      */
  52792.     protected function getAbandonedCartReminderAccountPageletLoaderService()
  52793.     {
  52794.         include_once \dirname(__DIR__4).'/vendor/store.shopware.com/zeobvabandonedcart/src/Pagelet/AbandonedCartReminder/Account/AbandonedCartReminderAccountPageletLoader.php';
  52795.         $a = ($this->services['customer.repository'] ?? $this->getCustomer_RepositoryService());
  52796.         if (isset($this->privates['Zeobv\\AbandonedCart\\Pagelet\\AbandonedCartReminder\\Account\\AbandonedCartReminderAccountPageletLoader'])) {
  52797.             return $this->privates['Zeobv\\AbandonedCart\\Pagelet\\AbandonedCartReminder\\Account\\AbandonedCartReminderAccountPageletLoader'];
  52798.         }
  52799.         $b = ($this->privates['Shopware\\Core\\Framework\\Adapter\\Translation\\Translator'] ?? $this->getTranslator2Service());
  52800.         if (isset($this->privates['Zeobv\\AbandonedCart\\Pagelet\\AbandonedCartReminder\\Account\\AbandonedCartReminderAccountPageletLoader'])) {
  52801.             return $this->privates['Zeobv\\AbandonedCart\\Pagelet\\AbandonedCartReminder\\Account\\AbandonedCartReminderAccountPageletLoader'];
  52802.         }
  52803.         return $this->privates['Zeobv\\AbandonedCart\\Pagelet\\AbandonedCartReminder\\Account\\AbandonedCartReminderAccountPageletLoader'] = new \Zeobv\AbandonedCart\Pagelet\AbandonedCartReminder\Account\AbandonedCartReminderAccountPageletLoader($a$b);
  52804.     }
  52805.     /**
  52806.      * Gets the private 'Zeobv\AbandonedCart\ScheduledTasks\Handlers\AbandonedCart\CollectTaskHandler' shared service.
  52807.      *
  52808.      * @return \Zeobv\AbandonedCart\ScheduledTasks\Handlers\AbandonedCart\CollectTaskHandler
  52809.      */
  52810.     protected function getCollectTaskHandlerService()
  52811.     {
  52812.         include_once \dirname(__DIR__4).'/vendor/store.shopware.com/zeobvabandonedcart/src/ScheduledTasks/Handlers/AbandonedCart/CollectTaskHandler.php';
  52813.         $a = ($this->services['scheduled_task.repository'] ?? $this->getScheduledTask_RepositoryService());
  52814.         if (isset($this->privates['Zeobv\\AbandonedCart\\ScheduledTasks\\Handlers\\AbandonedCart\\CollectTaskHandler'])) {
  52815.             return $this->privates['Zeobv\\AbandonedCart\\ScheduledTasks\\Handlers\\AbandonedCart\\CollectTaskHandler'];
  52816.         }
  52817.         $b = ($this->services['zeo_abandoned_cart.repository'] ?? $this->getZeoAbandonedCart_RepositoryService());
  52818.         if (isset($this->privates['Zeobv\\AbandonedCart\\ScheduledTasks\\Handlers\\AbandonedCart\\CollectTaskHandler'])) {
  52819.             return $this->privates['Zeobv\\AbandonedCart\\ScheduledTasks\\Handlers\\AbandonedCart\\CollectTaskHandler'];
  52820.         }
  52821.         $c = ($this->services['sales_channel.repository'] ?? $this->getSalesChannel_RepositoryService());
  52822.         if (isset($this->privates['Zeobv\\AbandonedCart\\ScheduledTasks\\Handlers\\AbandonedCart\\CollectTaskHandler'])) {
  52823.             return $this->privates['Zeobv\\AbandonedCart\\ScheduledTasks\\Handlers\\AbandonedCart\\CollectTaskHandler'];
  52824.         }
  52825.         $d = ($this->privates['Zeobv\\AbandonedCart\\Service\\AbandonedCartService'] ?? $this->getAbandonedCartServiceService());
  52826.         if (isset($this->privates['Zeobv\\AbandonedCart\\ScheduledTasks\\Handlers\\AbandonedCart\\CollectTaskHandler'])) {
  52827.             return $this->privates['Zeobv\\AbandonedCart\\ScheduledTasks\\Handlers\\AbandonedCart\\CollectTaskHandler'];
  52828.         }
  52829.         return $this->privates['Zeobv\\AbandonedCart\\ScheduledTasks\\Handlers\\AbandonedCart\\CollectTaskHandler'] = new \Zeobv\AbandonedCart\ScheduledTasks\Handlers\AbandonedCart\CollectTaskHandler('dev'$a$b$c$d, ($this->privates['Zeobv\\AbandonedCart\\Service\\ConfigService'] ?? $this->getConfigService2Service()), ($this->services['logger'] ?? $this->getLoggerService()));
  52830.     }
  52831.     /**
  52832.      * Gets the private 'Zeobv\AbandonedCart\Service\AbandonedCartService' shared service.
  52833.      *
  52834.      * @return \Zeobv\AbandonedCart\Service\AbandonedCartService
  52835.      */
  52836.     protected function getAbandonedCartServiceService()
  52837.     {
  52838.         include_once \dirname(__DIR__4).'/vendor/store.shopware.com/zeobvabandonedcart/src/Service/AbandonedCartService.php';
  52839.         $a = ($this->privates['Zeobv\\AbandonedCart\\Service\\ConfigService'] ?? $this->getConfigService2Service());
  52840.         if (isset($this->privates['Zeobv\\AbandonedCart\\Service\\AbandonedCartService'])) {
  52841.             return $this->privates['Zeobv\\AbandonedCart\\Service\\AbandonedCartService'];
  52842.         }
  52843.         $b = ($this->services['zeo_abandoned_cart.repository'] ?? $this->getZeoAbandonedCart_RepositoryService());
  52844.         if (isset($this->privates['Zeobv\\AbandonedCart\\Service\\AbandonedCartService'])) {
  52845.             return $this->privates['Zeobv\\AbandonedCart\\Service\\AbandonedCartService'];
  52846.         }
  52847.         $c = ($this->services['mail_template.repository'] ?? $this->getMailTemplate_RepositoryService());
  52848.         if (isset($this->privates['Zeobv\\AbandonedCart\\Service\\AbandonedCartService'])) {
  52849.             return $this->privates['Zeobv\\AbandonedCart\\Service\\AbandonedCartService'];
  52850.         }
  52851.         $d = ($this->privates['Shopware\\Core\\Content\\Mail\\Service\\MailService'] ?? $this->getMailServiceService());
  52852.         if (isset($this->privates['Zeobv\\AbandonedCart\\Service\\AbandonedCartService'])) {
  52853.             return $this->privates['Zeobv\\AbandonedCart\\Service\\AbandonedCartService'];
  52854.         }
  52855.         $e = ($this->privates['Zeobv\\AbandonedCart\\Service\\CartService'] ?? $this->getCartService3Service());
  52856.         if (isset($this->privates['Zeobv\\AbandonedCart\\Service\\AbandonedCartService'])) {
  52857.             return $this->privates['Zeobv\\AbandonedCart\\Service\\AbandonedCartService'];
  52858.         }
  52859.         $f = ($this->privates['Shopware\\Core\\System\\SalesChannel\\Context\\SalesChannelContextPersister'] ?? $this->getSalesChannelContextPersisterService());
  52860.         if (isset($this->privates['Zeobv\\AbandonedCart\\Service\\AbandonedCartService'])) {
  52861.             return $this->privates['Zeobv\\AbandonedCart\\Service\\AbandonedCartService'];
  52862.         }
  52863.         $g = ($this->privates['Shopware\\Core\\System\\SalesChannel\\Context\\CachedSalesChannelContextFactory'] ?? $this->getCachedSalesChannelContextFactoryService());
  52864.         if (isset($this->privates['Zeobv\\AbandonedCart\\Service\\AbandonedCartService'])) {
  52865.             return $this->privates['Zeobv\\AbandonedCart\\Service\\AbandonedCartService'];
  52866.         }
  52867.         return $this->privates['Zeobv\\AbandonedCart\\Service\\AbandonedCartService'] = new \Zeobv\AbandonedCart\Service\AbandonedCartService($a$b$c$d$e$f$g, ($this->services['router'] ?? $this->getRouterService()));
  52868.     }
  52869.     /**
  52870.      * Gets the private 'Zeobv\AbandonedCart\Service\CartService' shared service.
  52871.      *
  52872.      * @return \Zeobv\AbandonedCart\Service\CartService
  52873.      */
  52874.     protected function getCartService3Service()
  52875.     {
  52876.         include_once \dirname(__DIR__4).'/vendor/store.shopware.com/zeobvabandonedcart/src/Service/CartService.php';
  52877.         $a = ($this->services['Shopware\\Core\\Checkout\\Cart\\SalesChannel\\CartService'] ?? $this->getCartServiceService());
  52878.         if (isset($this->privates['Zeobv\\AbandonedCart\\Service\\CartService'])) {
  52879.             return $this->privates['Zeobv\\AbandonedCart\\Service\\CartService'];
  52880.         }
  52881.         $b = ($this->privates['Shopware\\Core\\Checkout\\Cart\\CartPersister'] ?? $this->getCartPersisterService());
  52882.         if (isset($this->privates['Zeobv\\AbandonedCart\\Service\\CartService'])) {
  52883.             return $this->privates['Zeobv\\AbandonedCart\\Service\\CartService'];
  52884.         }
  52885.         return $this->privates['Zeobv\\AbandonedCart\\Service\\CartService'] = new \Zeobv\AbandonedCart\Service\CartService($a$b, ($this->privates['Shopware\\Core\\Checkout\\Cart\\CartCalculator'] ?? $this->getCartCalculatorService()));
  52886.     }
  52887.     /**
  52888.      * Gets the private 'Zeobv\AbandonedCart\Service\ConfigService' shared service.
  52889.      *
  52890.      * @return \Zeobv\AbandonedCart\Service\ConfigService
  52891.      */
  52892.     protected function getConfigService2Service()
  52893.     {
  52894.         include_once \dirname(__DIR__4).'/vendor/store.shopware.com/zeobvabandonedcart/src/Service/ConfigService.php';
  52895.         $a = ($this->services['Shopware\\Core\\System\\SystemConfig\\SystemConfigService'] ?? $this->getSystemConfigServiceService());
  52896.         if (isset($this->privates['Zeobv\\AbandonedCart\\Service\\ConfigService'])) {
  52897.             return $this->privates['Zeobv\\AbandonedCart\\Service\\ConfigService'];
  52898.         }
  52899.         return $this->privates['Zeobv\\AbandonedCart\\Service\\ConfigService'] = new \Zeobv\AbandonedCart\Service\ConfigService($a);
  52900.     }
  52901.     /**
  52902.      * Gets the private 'Zeobv\AbandonedCart\Storefront\Subscriber\PageSubscriber' shared service.
  52903.      *
  52904.      * @return \Zeobv\AbandonedCart\Storefront\Subscriber\PageSubscriber
  52905.      */
  52906.     protected function getPageSubscriberService()
  52907.     {
  52908.         include_once \dirname(__DIR__4).'/vendor/store.shopware.com/zeobvabandonedcart/src/Storefront/Subscriber/PageSubscriber.php';
  52909.         $a = ($this->services['zeo_abandoned_cart.repository'] ?? $this->getZeoAbandonedCart_RepositoryService());
  52910.         if (isset($this->privates['Zeobv\\AbandonedCart\\Storefront\\Subscriber\\PageSubscriber'])) {
  52911.             return $this->privates['Zeobv\\AbandonedCart\\Storefront\\Subscriber\\PageSubscriber'];
  52912.         }
  52913.         $b = ($this->services['sales_channel_domain.repository'] ?? $this->getSalesChannelDomain_RepositoryService());
  52914.         if (isset($this->privates['Zeobv\\AbandonedCart\\Storefront\\Subscriber\\PageSubscriber'])) {
  52915.             return $this->privates['Zeobv\\AbandonedCart\\Storefront\\Subscriber\\PageSubscriber'];
  52916.         }
  52917.         $c = ($this->privates['Zeobv\\AbandonedCart\\Service\\AbandonedCartService'] ?? $this->getAbandonedCartServiceService());
  52918.         if (isset($this->privates['Zeobv\\AbandonedCart\\Storefront\\Subscriber\\PageSubscriber'])) {
  52919.             return $this->privates['Zeobv\\AbandonedCart\\Storefront\\Subscriber\\PageSubscriber'];
  52920.         }
  52921.         $d = ($this->privates['Zeobv\\AbandonedCart\\Pagelet\\AbandonedCartReminder\\Account\\AbandonedCartReminderAccountPageletLoader'] ?? $this->getAbandonedCartReminderAccountPageletLoaderService());
  52922.         if (isset($this->privates['Zeobv\\AbandonedCart\\Storefront\\Subscriber\\PageSubscriber'])) {
  52923.             return $this->privates['Zeobv\\AbandonedCart\\Storefront\\Subscriber\\PageSubscriber'];
  52924.         }
  52925.         return $this->privates['Zeobv\\AbandonedCart\\Storefront\\Subscriber\\PageSubscriber'] = new \Zeobv\AbandonedCart\Storefront\Subscriber\PageSubscriber(($this->services['request_stack'] ?? ($this->services['request_stack'] = new \Symfony\Component\HttpFoundation\RequestStack())), $a$b$c, ($this->privates['Zeobv\\AbandonedCart\\Service\\CartService'] ?? $this->getCartService3Service()), $d);
  52926.     }
  52927.     /**
  52928.      * Gets the private 'annotations.cache_adapter' shared service.
  52929.      *
  52930.      * @return \Symfony\Component\Cache\Adapter\PhpArrayAdapter
  52931.      */
  52932.     protected function getAnnotations_CacheAdapterService()
  52933.     {
  52934.         return \Symfony\Component\Cache\Adapter\PhpArrayAdapter::create(($this->targetDir.''.'/annotations.php'), ($this->privates['cache.annotations'] ?? $this->getCache_AnnotationsService()));
  52935.     }
  52936.     /**
  52937.      * Gets the private 'annotations.cache_warmer' shared service.
  52938.      *
  52939.      * @return \Symfony\Bundle\FrameworkBundle\CacheWarmer\AnnotationsCacheWarmer
  52940.      */
  52941.     protected function getAnnotations_CacheWarmerService()
  52942.     {
  52943.         include_once \dirname(__DIR__4).'/vendor/symfony/http-kernel/CacheWarmer/CacheWarmerInterface.php';
  52944.         include_once \dirname(__DIR__4).'/vendor/symfony/framework-bundle/CacheWarmer/AbstractPhpFileCacheWarmer.php';
  52945.         include_once \dirname(__DIR__4).'/vendor/symfony/framework-bundle/CacheWarmer/AnnotationsCacheWarmer.php';
  52946.         return $this->privates['annotations.cache_warmer'] = new \Symfony\Bundle\FrameworkBundle\CacheWarmer\AnnotationsCacheWarmer(($this->privates['annotations.reader'] ?? $this->getAnnotations_ReaderService()), ($this->targetDir.''.'/annotations.php'), '#^Symfony\\\\(?:Component\\\\HttpKernel\\\\|Bundle\\\\FrameworkBundle\\\\Controller\\\\(?!.*Controller$))#'true);
  52947.     }
  52948.     /**
  52949.      * Gets the private 'annotations.cached_reader' shared service.
  52950.      *
  52951.      * @return \Doctrine\Common\Annotations\PsrCachedReader
  52952.      */
  52953.     protected function getAnnotations_CachedReaderService()
  52954.     {
  52955.         return $this->privates['annotations.cached_reader'] = new \Doctrine\Common\Annotations\PsrCachedReader(($this->privates['annotations.reader'] ?? $this->getAnnotations_ReaderService()), $this->getAnnotations_CacheAdapterService(), true);
  52956.     }
  52957.     /**
  52958.      * Gets the private 'annotations.reader' shared service.
  52959.      *
  52960.      * @return \Shopware\Core\Framework\Compatibility\AnnotationReader
  52961.      */
  52962.     protected function getAnnotations_ReaderService()
  52963.     {
  52964.         $this->privates['annotations.reader'] = $instance = new \Shopware\Core\Framework\Compatibility\AnnotationReader();
  52965.         $a = new \Doctrine\Common\Annotations\AnnotationRegistry();
  52966.         $a->registerUniqueLoader('class_exists');
  52967.         $instance->addGlobalIgnoredName('required'$a);
  52968.         return $instance;
  52969.     }
  52970.     /**
  52971.      * Gets the private 'assets.packages' shared service.
  52972.      *
  52973.      * @return \Symfony\Component\Asset\Packages
  52974.      */
  52975.     protected function getAssets_PackagesService()
  52976.     {
  52977.         $a = ($this->privates['router.request_context'] ?? $this->getRouter_RequestContextService());
  52978.         $this->privates['assets.packages'] = $instance = new \Symfony\Component\Asset\Packages(new \Symfony\Component\Asset\PathPackage('', ($this->privates['assets.empty_version_strategy'] ?? ($this->privates['assets.empty_version_strategy'] = new \Symfony\Component\Asset\VersionStrategy\EmptyVersionStrategy())), new \Symfony\Component\Asset\Context\RequestStackContext(($this->services['request_stack'] ?? ($this->services['request_stack'] = new \Symfony\Component\HttpFoundation\RequestStack())), $a->getBaseUrl(), $a->isSecure())), new RewindableGenerator(function () {
  52979.             yield 'public' => ($this->privates['shopware.asset.public'] ?? $this->getShopware_Asset_PublicService());
  52980.             yield 'theme' => ($this->privates['shopware.asset.theme'] ?? $this->getShopware_Asset_ThemeService());
  52981.             yield 'asset' => ($this->privates['shopware.asset.asset'] ?? $this->getShopware_Asset_AssetService());
  52982.             yield 'sitemap' => ($this->privates['shopware.asset.sitemap'] ?? $this->getShopware_Asset_SitemapService());
  52983.         }, 4));
  52984.         $instance->setDefaultPackage(($this->privates['shopware.asset.asset'] ?? $this->getShopware_Asset_AssetService()));
  52985.         return $instance;
  52986.     }
  52987.     /**
  52988.      * Gets the private 'cache.annotations' shared service.
  52989.      *
  52990.      * @return \Symfony\Component\Cache\Adapter\TraceableAdapter
  52991.      */
  52992.     protected function getCache_AnnotationsService()
  52993.     {
  52994.         return $this->privates['cache.annotations'] = new \Symfony\Component\Cache\Adapter\TraceableAdapter(\Symfony\Component\Cache\Adapter\AbstractAdapter::createSystemCache('uwJS0Fz-Rg'0$this->getParameter('container.build_id'), ($this->targetDir.''.'/pools/system'), ($this->privates['monolog.logger.cache'] ?? $this->getMonolog_Logger_CacheService())));
  52995.     }
  52996.     /**
  52997.      * Gets the private 'cache.http' shared service.
  52998.      *
  52999.      * @return \Symfony\Component\Cache\Adapter\TagAwareAdapter
  53000.      */
  53001.     protected function getCache_HttpService()
  53002.     {
  53003.         $this->privates['cache.http'] = $instance = new \Symfony\Component\Cache\Adapter\TagAwareAdapter(($this->privates['.cache.http.inner'] ?? $this->get_Cache_Http_InnerService()), ($this->privates['cache.tags'] ?? $this->getCache_TagsService()));
  53004.         $instance->setLogger(($this->privates['monolog.logger.cache'] ?? $this->getMonolog_Logger_CacheService()));
  53005.         return $instance;
  53006.     }
  53007.     /**
  53008.      * Gets the private 'cache.messenger.restart_workers_signal' shared service.
  53009.      *
  53010.      * @return \Symfony\Component\Cache\Adapter\TraceableAdapter
  53011.      */
  53012.     protected function getCache_Messenger_RestartWorkersSignalService()
  53013.     {
  53014.         $a = new \Symfony\Component\Cache\Adapter\ArrayAdapter(0);
  53015.         $a->setLogger(($this->privates['monolog.logger.cache'] ?? $this->getMonolog_Logger_CacheService()));
  53016.         return $this->privates['cache.messenger.restart_workers_signal'] = new \Symfony\Component\Cache\Adapter\TraceableAdapter($a);
  53017.     }
  53018.     /**
  53019.      * Gets the private 'cache.property_info' shared service.
  53020.      *
  53021.      * @return \Symfony\Component\Cache\Adapter\TraceableAdapter
  53022.      */
  53023.     protected function getCache_PropertyInfoService()
  53024.     {
  53025.         return $this->privates['cache.property_info'] = new \Symfony\Component\Cache\Adapter\TraceableAdapter(\Symfony\Component\Cache\Adapter\AbstractAdapter::createSystemCache('1TX2ddXXGb'0$this->getParameter('container.build_id'), ($this->targetDir.''.'/pools/system'), ($this->privates['monolog.logger.cache'] ?? $this->getMonolog_Logger_CacheService())));
  53026.     }
  53027.     /**
  53028.      * Gets the private 'cache.rate_limiter' shared service.
  53029.      *
  53030.      * @return \Symfony\Component\Cache\Adapter\TraceableAdapter
  53031.      */
  53032.     protected function getCache_RateLimiterService()
  53033.     {
  53034.         $a = new \Symfony\Component\Cache\Adapter\ArrayAdapter(0);
  53035.         $a->setLogger(($this->privates['monolog.logger.cache'] ?? $this->getMonolog_Logger_CacheService()));
  53036.         return $this->privates['cache.rate_limiter'] = new \Symfony\Component\Cache\Adapter\TraceableAdapter($a);
  53037.     }
  53038.     /**
  53039.      * Gets the private 'cache.serializer' shared service.
  53040.      *
  53041.      * @return \Symfony\Component\Cache\Adapter\TraceableAdapter
  53042.      */
  53043.     protected function getCache_SerializerService()
  53044.     {
  53045.         return $this->privates['cache.serializer'] = new \Symfony\Component\Cache\Adapter\TraceableAdapter(\Symfony\Component\Cache\Adapter\AbstractAdapter::createSystemCache('ElP64+hpGW'0$this->getParameter('container.build_id'), ($this->targetDir.''.'/pools/system'), ($this->privates['monolog.logger.cache'] ?? $this->getMonolog_Logger_CacheService())));
  53046.     }
  53047.     /**
  53048.      * Gets the private 'cache.tags' shared service.
  53049.      *
  53050.      * @return \Symfony\Component\Cache\Adapter\TraceableAdapter
  53051.      */
  53052.     protected function getCache_TagsService()
  53053.     {
  53054.         $a = new \Symfony\Component\Cache\Adapter\ArrayAdapter(0);
  53055.         $a->setLogger(($this->privates['monolog.logger.cache'] ?? $this->getMonolog_Logger_CacheService()));
  53056.         return $this->privates['cache.tags'] = new \Symfony\Component\Cache\Adapter\TraceableAdapter($a);
  53057.     }
  53058.     /**
  53059.      * Gets the private 'cache.validator' shared service.
  53060.      *
  53061.      * @return \Symfony\Component\Cache\Adapter\TraceableAdapter
  53062.      */
  53063.     protected function getCache_ValidatorService()
  53064.     {
  53065.         return $this->privates['cache.validator'] = new \Symfony\Component\Cache\Adapter\TraceableAdapter(\Symfony\Component\Cache\Adapter\AbstractAdapter::createSystemCache('EQSjHhelVf'0$this->getParameter('container.build_id'), ($this->targetDir.''.'/pools/system'), ($this->privates['monolog.logger.cache'] ?? $this->getMonolog_Logger_CacheService())));
  53066.     }
  53067.     /**
  53068.      * Gets the private 'cache_pool_clearer.cache_warmer' shared service.
  53069.      *
  53070.      * @return \Symfony\Bundle\FrameworkBundle\CacheWarmer\CachePoolClearerCacheWarmer
  53071.      */
  53072.     protected function getCachePoolClearer_CacheWarmerService()
  53073.     {
  53074.         include_once \dirname(__DIR__4).'/vendor/symfony/http-kernel/CacheWarmer/CacheWarmerInterface.php';
  53075.         include_once \dirname(__DIR__4).'/vendor/symfony/framework-bundle/CacheWarmer/CachePoolClearerCacheWarmer.php';
  53076.         return $this->privates['cache_pool_clearer.cache_warmer'] = new \Symfony\Bundle\FrameworkBundle\CacheWarmer\CachePoolClearerCacheWarmer(($this->services['cache.system_clearer'] ?? $this->getCache_SystemClearerService()), [=> 'cache.validator'=> 'cache.serializer']);
  53077.     }
  53078.     /**
  53079.      * Gets the private 'config_builder.warmer' shared service.
  53080.      *
  53081.      * @return \Symfony\Bundle\FrameworkBundle\CacheWarmer\ConfigBuilderCacheWarmer
  53082.      */
  53083.     protected function getConfigBuilder_WarmerService()
  53084.     {
  53085.         include_once \dirname(__DIR__4).'/vendor/symfony/http-kernel/CacheWarmer/CacheWarmerInterface.php';
  53086.         include_once \dirname(__DIR__4).'/vendor/symfony/framework-bundle/CacheWarmer/ConfigBuilderCacheWarmer.php';
  53087.         return $this->privates['config_builder.warmer'] = new \Symfony\Bundle\FrameworkBundle\CacheWarmer\ConfigBuilderCacheWarmer(($this->services['kernel'] ?? $this->get('kernel'1)), ($this->services['logger'] ?? $this->getLoggerService()));
  53088.     }
  53089.     /**
  53090.      * Gets the private 'config_cache_factory' shared service.
  53091.      *
  53092.      * @return \Symfony\Component\Config\ResourceCheckerConfigCacheFactory
  53093.      */
  53094.     protected function getConfigCacheFactoryService()
  53095.     {
  53096.         return $this->privates['config_cache_factory'] = new \Symfony\Component\Config\ResourceCheckerConfigCacheFactory(new RewindableGenerator(function () {
  53097.             yield => ($this->privates['dependency_injection.config.container_parameters_resource_checker'] ?? ($this->privates['dependency_injection.config.container_parameters_resource_checker'] = new \Symfony\Component\DependencyInjection\Config\ContainerParametersResourceChecker($this)));
  53098.             yield => ($this->privates['config.resource.self_checking_resource_checker'] ?? ($this->privates['config.resource.self_checking_resource_checker'] = new \Symfony\Component\Config\Resource\SelfCheckingResourceChecker()));
  53099.         }, 2));
  53100.     }
  53101.     /**
  53102.      * Gets the private 'console.command.about' shared service.
  53103.      *
  53104.      * @return \Symfony\Bundle\FrameworkBundle\Command\AboutCommand
  53105.      */
  53106.     protected function getConsole_Command_AboutService()
  53107.     {
  53108.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/Command.php';
  53109.         include_once \dirname(__DIR__4).'/vendor/symfony/framework-bundle/Command/AboutCommand.php';
  53110.         $this->privates['console.command.about'] = $instance = new \Symfony\Bundle\FrameworkBundle\Command\AboutCommand();
  53111.         $instance->setName('about');
  53112.         $instance->setDescription('Display information about the current project');
  53113.         return $instance;
  53114.     }
  53115.     /**
  53116.      * Gets the private 'console.command.assets_install' shared service.
  53117.      *
  53118.      * @return \Shopware\Core\Framework\Adapter\Asset\AssetInstallCommand
  53119.      */
  53120.     protected function getConsole_Command_AssetsInstallService()
  53121.     {
  53122.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/Command.php';
  53123.         include_once \dirname(__DIR__4).'/vendor/shopware/core/Framework/Adapter/Asset/AssetInstallCommand.php';
  53124.         $this->privates['console.command.assets_install'] = $instance = new \Shopware\Core\Framework\Adapter\Asset\AssetInstallCommand(($this->services['kernel'] ?? $this->get('kernel'1)), ($this->privates['Shopware\\Core\\Framework\\Plugin\\Util\\AssetService'] ?? $this->getAssetServiceService()), ($this->privates['Shopware\\Core\\Framework\\App\\ActiveAppsLoader'] ?? $this->getActiveAppsLoaderService()));
  53125.         $instance->setName('assets:install');
  53126.         return $instance;
  53127.     }
  53128.     /**
  53129.      * Gets the private 'console.command.cache_clear' shared service.
  53130.      *
  53131.      * @return \Symfony\Bundle\FrameworkBundle\Command\CacheClearCommand
  53132.      */
  53133.     protected function getConsole_Command_CacheClearService()
  53134.     {
  53135.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/Command.php';
  53136.         include_once \dirname(__DIR__4).'/vendor/symfony/framework-bundle/Command/CacheClearCommand.php';
  53137.         include_once \dirname(__DIR__4).'/vendor/symfony/filesystem/Filesystem.php';
  53138.         $this->privates['console.command.cache_clear'] = $instance = new \Symfony\Bundle\FrameworkBundle\Command\CacheClearCommand(($this->services['.container.private.cache_clearer'] ?? $this->get_Container_Private_CacheClearerService()), ($this->services['.container.private.filesystem'] ?? ($this->services['.container.private.filesystem'] = new \Symfony\Component\Filesystem\Filesystem())));
  53139.         $instance->setName('cache:clear');
  53140.         $instance->setDescription('Clear the cache');
  53141.         return $instance;
  53142.     }
  53143.     /**
  53144.      * Gets the private 'console.command.cache_pool_clear' shared service.
  53145.      *
  53146.      * @return \Symfony\Bundle\FrameworkBundle\Command\CachePoolClearCommand
  53147.      */
  53148.     protected function getConsole_Command_CachePoolClearService()
  53149.     {
  53150.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/Command.php';
  53151.         include_once \dirname(__DIR__4).'/vendor/symfony/framework-bundle/Command/CachePoolClearCommand.php';
  53152.         $this->privates['console.command.cache_pool_clear'] = $instance = new \Symfony\Bundle\FrameworkBundle\Command\CachePoolClearCommand(($this->services['cache.global_clearer'] ?? $this->getCache_GlobalClearerService()), [=> 'cache.app'=> 'cache.system'=> 'cache.validator'=> 'cache.serializer'=> 'cache.annotations'=> 'cache.property_info'=> 'cache.messenger.restart_workers_signal'=> 'cache.rate_limiter'=> 'cache.object'=> 'cache.http'10 => 'cache.tags'11 => 'cache.validator_expression_language']);
  53153.         $instance->setName('cache:pool:clear');
  53154.         $instance->setDescription('Clear cache pools');
  53155.         return $instance;
  53156.     }
  53157.     /**
  53158.      * Gets the private 'console.command.cache_pool_delete' shared service.
  53159.      *
  53160.      * @return \Symfony\Bundle\FrameworkBundle\Command\CachePoolDeleteCommand
  53161.      */
  53162.     protected function getConsole_Command_CachePoolDeleteService()
  53163.     {
  53164.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/Command.php';
  53165.         include_once \dirname(__DIR__4).'/vendor/symfony/framework-bundle/Command/CachePoolDeleteCommand.php';
  53166.         $this->privates['console.command.cache_pool_delete'] = $instance = new \Symfony\Bundle\FrameworkBundle\Command\CachePoolDeleteCommand(($this->services['cache.global_clearer'] ?? $this->getCache_GlobalClearerService()), [=> 'cache.app'=> 'cache.system'=> 'cache.validator'=> 'cache.serializer'=> 'cache.annotations'=> 'cache.property_info'=> 'cache.messenger.restart_workers_signal'=> 'cache.rate_limiter'=> 'cache.object'=> 'cache.http'10 => 'cache.tags'11 => 'cache.validator_expression_language']);
  53167.         $instance->setName('cache:pool:delete');
  53168.         $instance->setDescription('Delete an item from a cache pool');
  53169.         return $instance;
  53170.     }
  53171.     /**
  53172.      * Gets the private 'console.command.cache_pool_list' shared service.
  53173.      *
  53174.      * @return \Symfony\Bundle\FrameworkBundle\Command\CachePoolListCommand
  53175.      */
  53176.     protected function getConsole_Command_CachePoolListService()
  53177.     {
  53178.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/Command.php';
  53179.         include_once \dirname(__DIR__4).'/vendor/symfony/framework-bundle/Command/CachePoolListCommand.php';
  53180.         $this->privates['console.command.cache_pool_list'] = $instance = new \Symfony\Bundle\FrameworkBundle\Command\CachePoolListCommand([=> 'cache.app'=> 'cache.system'=> 'cache.validator'=> 'cache.serializer'=> 'cache.annotations'=> 'cache.property_info'=> 'cache.messenger.restart_workers_signal'=> 'cache.rate_limiter'=> 'cache.object'=> 'cache.http'10 => 'cache.tags'11 => 'cache.validator_expression_language']);
  53181.         $instance->setName('cache:pool:list');
  53182.         $instance->setDescription('List available cache pools');
  53183.         return $instance;
  53184.     }
  53185.     /**
  53186.      * Gets the private 'console.command.cache_pool_prune' shared service.
  53187.      *
  53188.      * @return \Symfony\Bundle\FrameworkBundle\Command\CachePoolPruneCommand
  53189.      */
  53190.     protected function getConsole_Command_CachePoolPruneService()
  53191.     {
  53192.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/Command.php';
  53193.         include_once \dirname(__DIR__4).'/vendor/symfony/framework-bundle/Command/CachePoolPruneCommand.php';
  53194.         $this->privates['console.command.cache_pool_prune'] = $instance = new \Symfony\Bundle\FrameworkBundle\Command\CachePoolPruneCommand(new RewindableGenerator(function () {
  53195.             yield 'cache.app' => ($this->services['cache.app'] ?? $this->getCache_AppService());
  53196.             yield 'cache.system' => ($this->services['cache.system'] ?? $this->getCache_SystemService());
  53197.             yield 'cache.validator' => ($this->privates['cache.validator'] ?? $this->getCache_ValidatorService());
  53198.             yield 'cache.serializer' => ($this->privates['cache.serializer'] ?? $this->getCache_SerializerService());
  53199.             yield 'cache.annotations' => ($this->privates['cache.annotations'] ?? $this->getCache_AnnotationsService());
  53200.             yield 'cache.property_info' => ($this->privates['cache.property_info'] ?? $this->getCache_PropertyInfoService());
  53201.             yield 'cache.messenger.restart_workers_signal' => ($this->privates['cache.messenger.restart_workers_signal'] ?? $this->getCache_Messenger_RestartWorkersSignalService());
  53202.             yield 'cache.rate_limiter' => ($this->privates['cache.rate_limiter'] ?? $this->getCache_RateLimiterService());
  53203.             yield '.cache.object.inner' => ($this->privates['.cache.object.inner'] ?? $this->get_Cache_Object_InnerService());
  53204.             yield '.cache.http.inner' => ($this->privates['.cache.http.inner'] ?? $this->get_Cache_Http_InnerService());
  53205.             yield 'cache.tags' => ($this->privates['cache.tags'] ?? $this->getCache_TagsService());
  53206.             yield 'cache.validator_expression_language' => ($this->services['cache.validator_expression_language'] ?? $this->getCache_ValidatorExpressionLanguageService());
  53207.         }, 12));
  53208.         $instance->setName('cache:pool:prune');
  53209.         $instance->setDescription('Prune cache pools');
  53210.         return $instance;
  53211.     }
  53212.     /**
  53213.      * Gets the private 'console.command.cache_warmup' shared service.
  53214.      *
  53215.      * @return \Symfony\Bundle\FrameworkBundle\Command\CacheWarmupCommand
  53216.      */
  53217.     protected function getConsole_Command_CacheWarmupService()
  53218.     {
  53219.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/Command.php';
  53220.         include_once \dirname(__DIR__4).'/vendor/symfony/framework-bundle/Command/CacheWarmupCommand.php';
  53221.         $this->privates['console.command.cache_warmup'] = $instance = new \Symfony\Bundle\FrameworkBundle\Command\CacheWarmupCommand(($this->services['cache_warmer'] ?? $this->getCacheWarmerService()));
  53222.         $instance->setName('cache:warmup');
  53223.         $instance->setDescription('Warm up an empty cache');
  53224.         return $instance;
  53225.     }
  53226.     /**
  53227.      * Gets the private 'console.command.config_debug' shared service.
  53228.      *
  53229.      * @return \Symfony\Bundle\FrameworkBundle\Command\ConfigDebugCommand
  53230.      */
  53231.     protected function getConsole_Command_ConfigDebugService()
  53232.     {
  53233.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/Command.php';
  53234.         include_once \dirname(__DIR__4).'/vendor/symfony/framework-bundle/Command/BuildDebugContainerTrait.php';
  53235.         include_once \dirname(__DIR__4).'/vendor/symfony/framework-bundle/Command/ContainerDebugCommand.php';
  53236.         include_once \dirname(__DIR__4).'/vendor/symfony/framework-bundle/Command/AbstractConfigCommand.php';
  53237.         include_once \dirname(__DIR__4).'/vendor/symfony/framework-bundle/Command/ConfigDebugCommand.php';
  53238.         $this->privates['console.command.config_debug'] = $instance = new \Symfony\Bundle\FrameworkBundle\Command\ConfigDebugCommand();
  53239.         $instance->setName('debug:config');
  53240.         $instance->setDescription('Dump the current configuration for an extension');
  53241.         return $instance;
  53242.     }
  53243.     /**
  53244.      * Gets the private 'console.command.config_dump_reference' shared service.
  53245.      *
  53246.      * @return \Symfony\Bundle\FrameworkBundle\Command\ConfigDumpReferenceCommand
  53247.      */
  53248.     protected function getConsole_Command_ConfigDumpReferenceService()
  53249.     {
  53250.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/Command.php';
  53251.         include_once \dirname(__DIR__4).'/vendor/symfony/framework-bundle/Command/BuildDebugContainerTrait.php';
  53252.         include_once \dirname(__DIR__4).'/vendor/symfony/framework-bundle/Command/ContainerDebugCommand.php';
  53253.         include_once \dirname(__DIR__4).'/vendor/symfony/framework-bundle/Command/AbstractConfigCommand.php';
  53254.         include_once \dirname(__DIR__4).'/vendor/symfony/framework-bundle/Command/ConfigDumpReferenceCommand.php';
  53255.         $this->privates['console.command.config_dump_reference'] = $instance = new \Symfony\Bundle\FrameworkBundle\Command\ConfigDumpReferenceCommand();
  53256.         $instance->setName('config:dump-reference');
  53257.         $instance->setDescription('Dump the default configuration for an extension');
  53258.         return $instance;
  53259.     }
  53260.     /**
  53261.      * Gets the private 'console.command.container_debug' shared service.
  53262.      *
  53263.      * @return \Symfony\Bundle\FrameworkBundle\Command\ContainerDebugCommand
  53264.      */
  53265.     protected function getConsole_Command_ContainerDebugService()
  53266.     {
  53267.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/Command.php';
  53268.         include_once \dirname(__DIR__4).'/vendor/symfony/framework-bundle/Command/BuildDebugContainerTrait.php';
  53269.         include_once \dirname(__DIR__4).'/vendor/symfony/framework-bundle/Command/ContainerDebugCommand.php';
  53270.         $this->privates['console.command.container_debug'] = $instance = new \Symfony\Bundle\FrameworkBundle\Command\ContainerDebugCommand();
  53271.         $instance->setName('debug:container');
  53272.         $instance->setDescription('Display current services for an application');
  53273.         return $instance;
  53274.     }
  53275.     /**
  53276.      * Gets the private 'console.command.container_lint' shared service.
  53277.      *
  53278.      * @return \Symfony\Bundle\FrameworkBundle\Command\ContainerLintCommand
  53279.      */
  53280.     protected function getConsole_Command_ContainerLintService()
  53281.     {
  53282.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/Command.php';
  53283.         include_once \dirname(__DIR__4).'/vendor/symfony/framework-bundle/Command/ContainerLintCommand.php';
  53284.         $this->privates['console.command.container_lint'] = $instance = new \Symfony\Bundle\FrameworkBundle\Command\ContainerLintCommand();
  53285.         $instance->setName('lint:container');
  53286.         $instance->setDescription('Ensure that arguments injected into services match type declarations');
  53287.         return $instance;
  53288.     }
  53289.     /**
  53290.      * Gets the private 'console.command.debug_autowiring' shared service.
  53291.      *
  53292.      * @return \Symfony\Bundle\FrameworkBundle\Command\DebugAutowiringCommand
  53293.      */
  53294.     protected function getConsole_Command_DebugAutowiringService()
  53295.     {
  53296.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/Command.php';
  53297.         include_once \dirname(__DIR__4).'/vendor/symfony/framework-bundle/Command/BuildDebugContainerTrait.php';
  53298.         include_once \dirname(__DIR__4).'/vendor/symfony/framework-bundle/Command/ContainerDebugCommand.php';
  53299.         include_once \dirname(__DIR__4).'/vendor/symfony/framework-bundle/Command/DebugAutowiringCommand.php';
  53300.         $this->privates['console.command.debug_autowiring'] = $instance = new \Symfony\Bundle\FrameworkBundle\Command\DebugAutowiringCommand(NULL, ($this->privates['debug.file_link_formatter'] ?? $this->getDebug_FileLinkFormatterService()));
  53301.         $instance->setName('debug:autowiring');
  53302.         $instance->setDescription('List classes/interfaces you can use for autowiring');
  53303.         return $instance;
  53304.     }
  53305.     /**
  53306.      * Gets the private 'console.command.dotenv_debug' shared service.
  53307.      *
  53308.      * @return \Symfony\Component\Dotenv\Command\DebugCommand
  53309.      */
  53310.     protected function getConsole_Command_DotenvDebugService()
  53311.     {
  53312.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/Command.php';
  53313.         include_once \dirname(__DIR__4).'/vendor/symfony/dotenv/Command/DebugCommand.php';
  53314.         $this->privates['console.command.dotenv_debug'] = $instance = new \Symfony\Component\Dotenv\Command\DebugCommand('dev'\dirname(__DIR__4));
  53315.         $instance->setName('debug:dotenv');
  53316.         $instance->setDescription('Lists all dotenv files with variables and values');
  53317.         return $instance;
  53318.     }
  53319.     /**
  53320.      * Gets the private 'console.command.event_dispatcher_debug' shared service.
  53321.      *
  53322.      * @return \Symfony\Bundle\FrameworkBundle\Command\EventDispatcherDebugCommand
  53323.      */
  53324.     protected function getConsole_Command_EventDispatcherDebugService()
  53325.     {
  53326.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/Command.php';
  53327.         include_once \dirname(__DIR__4).'/vendor/symfony/framework-bundle/Command/EventDispatcherDebugCommand.php';
  53328.         $this->privates['console.command.event_dispatcher_debug'] = $instance = new \Symfony\Bundle\FrameworkBundle\Command\EventDispatcherDebugCommand(new \Symfony\Component\DependencyInjection\Argument\ServiceLocator($this->getService, [
  53329.             'event_dispatcher' => ['services''event_dispatcher''getEventDispatcherService'false],
  53330.         ], [
  53331.             'event_dispatcher' => '?',
  53332.         ]));
  53333.         $instance->setName('debug:event-dispatcher');
  53334.         $instance->setDescription('Display configured listeners for an application');
  53335.         return $instance;
  53336.     }
  53337.     /**
  53338.      * Gets the private 'console.command.messenger_consume_messages' shared service.
  53339.      *
  53340.      * @return \Symfony\Component\Messenger\Command\ConsumeMessagesCommand
  53341.      */
  53342.     protected function getConsole_Command_MessengerConsumeMessagesService()
  53343.     {
  53344.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/Command.php';
  53345.         include_once \dirname(__DIR__4).'/vendor/symfony/messenger/Command/ConsumeMessagesCommand.php';
  53346.         include_once \dirname(__DIR__4).'/vendor/symfony/messenger/EventListener/ResetServicesListener.php';
  53347.         $this->privates['console.command.messenger_consume_messages'] = $instance = new \Symfony\Component\Messenger\Command\ConsumeMessagesCommand(($this->privates['messenger.routable_message_bus'] ?? $this->getMessenger_RoutableMessageBusService()), ($this->privates['messenger.receiver_locator'] ?? $this->getMessenger_ReceiverLocatorService()), ($this->services['event_dispatcher'] ?? $this->getEventDispatcherService()), ($this->privates['monolog.logger.messenger'] ?? $this->getMonolog_Logger_MessengerService()), $this->parameters['enqueue.transports'], new \Symfony\Component\Messenger\EventListener\ResetServicesListener(($this->services['services_resetter'] ?? $this->getServicesResetterService())), [=> 'messenger.bus.shopware']);
  53348.         $instance->setName('messenger:consume');
  53349.         $instance->setDescription('Consume messages');
  53350.         return $instance;
  53351.     }
  53352.     /**
  53353.      * Gets the private 'console.command.messenger_debug' shared service.
  53354.      *
  53355.      * @return \Symfony\Component\Messenger\Command\DebugCommand
  53356.      */
  53357.     protected function getConsole_Command_MessengerDebugService()
  53358.     {
  53359.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/Command.php';
  53360.         include_once \dirname(__DIR__4).'/vendor/symfony/messenger/Command/DebugCommand.php';
  53361.         $this->privates['console.command.messenger_debug'] = $instance = new \Symfony\Component\Messenger\Command\DebugCommand(['messenger.bus.shopware' => ['Shopware\\Core\\Framework\\Log\\ScheduledTask\\LogCleanupTask' => [=> [=> 'Shopware\\Core\\Framework\\Log\\ScheduledTask\\LogCleanupTaskHandler'=> []]], 'Shopware\\Core\\Framework\\Adapter\\Cache\\InvalidateCacheTask' => [=> [=> 'Shopware\\Core\\Framework\\Adapter\\Cache\\InvalidateCacheTaskHandler'=> []]], 'Shopware\\Core\\Framework\\Adapter\\Cache\\Message\\CleanupOldCacheFolders' => [=> [=> 'Shopware\\Core\\Framework\\Adapter\\Cache\\Message\\CleanupOldCacheFoldersHandler'=> []]], 'Shopware\\Core\\Content\\Media\\Message\\GenerateThumbnailsMessage' => [=> [=> 'Shopware\\Core\\Content\\Media\\Message\\GenerateThumbnailsHandler'=> []]], 'Shopware\\Core\\Content\\Media\\Message\\UpdateThumbnailsMessage' => [=> [=> 'Shopware\\Core\\Content\\Media\\Message\\GenerateThumbnailsHandler'=> []]], 'Shopware\\Core\\Framework\\App\\ScheduledTask\\UpdateAppsTask' => [=> [=> 'Shopware\\Core\\Framework\\App\\ScheduledTask\\UpdateAppsHandler'=> []]], 'Shopware\\Core\\Framework\\App\\ScheduledTask\\DeleteCascadeAppsTask' => [=> [=> 'Shopware\\Core\\Framework\\App\\ScheduledTask\\DeleteCascadeAppsHandler'=> []]], 'Shopware\\Core\\Framework\\DataAbstractionLayer\\Indexing\\EntityIndexingMessage' => [=> [=> 'Shopware\\Core\\Framework\\DataAbstractionLayer\\Indexing\\EntityIndexerRegistry'=> []]], 'Shopware\\Core\\Framework\\DataAbstractionLayer\\Indexing\\MessageQueue\\IterateEntityIndexerMessage' => [=> [=> 'Shopware\\Core\\Framework\\DataAbstractionLayer\\Indexing\\EntityIndexerRegistry'=> []]], 'Shopware\\Core\\Framework\\DataAbstractionLayer\\Version\\Cleanup\\CleanupVersionTask' => [=> [=> 'Shopware\\Core\\Framework\\DataAbstractionLayer\\Version\\Cleanup\\CleanupVersionTaskHandler'=> []]], 'Shopware\\Core\\Framework\\MessageQueue\\Message\\EncryptedMessage' => [=> [=> 'Shopware\\Core\\Framework\\MessageQueue\\Handler\\EncryptedMessageHandler'=> []]], 'Shopware\\Core\\Framework\\MessageQueue\\Message\\RetryMessage' => [=> [=> 'Shopware\\Core\\Framework\\MessageQueue\\Handler\\RetryMessageHandler'=> []]], 'Shopware\\Core\\Framework\\MessageQueue\\Message\\SleepMessage' => [=> [=> 'Shopware\\Core\\Framework\\MessageQueue\\Handler\\SleepTaskHandler'=> []]], 'Shopware\\Core\\Framework\\MessageQueue\\ScheduledTask\\RequeueDeadMessagesTask' => [=> [=> 'Shopware\\Core\\Framework\\MessageQueue\\ScheduledTask\\RequeueDeadMessagesHandler'=> []]], 'Shopware\\Core\\Framework\\MessageQueue\\ScheduledTask\\MessageQueue\\RegisterScheduledTaskMessage' => [=> [=> 'Shopware\\Core\\Framework\\MessageQueue\\ScheduledTask\\MessageQueue\\RegisterScheduledTaskHandler'=> []]], 'Shopware\\Core\\Framework\\Webhook\\Message\\WebhookEventMessage' => [=> [=> 'Shopware\\Core\\Framework\\Webhook\\Handler\\WebhookEventMessageHandler'=> []]], 'Shopware\\Core\\System\\SalesChannel\\Context\\Cleanup\\CleanupSalesChannelContextTask' => [=> [=> 'Shopware\\Core\\System\\SalesChannel\\Context\\Cleanup\\CleanupSalesChannelContextTaskHandler'=> []]], 'Shopware\\Core\\Content\\Media\\Message\\DeleteFileMessage' => [=> [=> 'Shopware\\Core\\Content\\Media\\Message\\DeleteFileHandler'=> []]], 'Shopware\\Core\\Content\\Product\\Cleanup\\CleanupProductKeywordDictionaryTask' => [=> [=> 'Shopware\\Core\\Content\\Product\\Cleanup\\CleanupProductKeywordDictionaryTaskHandler'=> []]], 'Shopware\\Core\\Content\\Product\\Cleanup\\CleanupUnusedDownloadMediaTask' => [=> [=> 'Shopware\\Core\\Content\\Product\\Cleanup\\CleanupUnusedDownloadMediaTaskHandler'=> []]], 'Shopware\\Core\\Content\\Newsletter\\ScheduledTask\\NewsletterRecipientTask' => [=> [=> 'Shopware\\Core\\Content\\Newsletter\\ScheduledTask\\NewsletterRecipientTaskHandler'=> []]], 'Shopware\\Core\\Content\\ProductStream\\ScheduledTask\\UpdateProductStreamMappingTask' => [=> [=> 'Shopware\\Core\\Content\\ProductStream\\ScheduledTask\\UpdateProductStreamMappingTaskHandler'=> []]], 'Shopware\\Core\\Content\\ProductExport\\ScheduledTask\\ProductExportGenerateTask' => [=> [=> 'Shopware\\Core\\Content\\ProductExport\\ScheduledTask\\ProductExportGenerateTaskHandler'=> []]], 'Shopware\\Core\\Content\\ProductExport\\ScheduledTask\\ProductExportPartialGeneration' => [=> [=> 'Shopware\\Core\\Content\\ProductExport\\ScheduledTask\\ProductExportPartialGenerationHandler'=> []]], 'Shopware\\Core\\Content\\ImportExport\\Message\\ImportExportMessage' => [=> [=> 'Shopware\\Core\\Content\\ImportExport\\Message\\ImportExportHandler'=> []]], 'Shopware\\Core\\Content\\ImportExport\\Message\\DeleteFileMessage' => [=> [=> 'Shopware\\Core\\Content\\ImportExport\\Message\\DeleteFileHandler'=> []]], 'Shopware\\Core\\Content\\ImportExport\\ScheduledTask\\CleanupImportExportFileTask' => [=> [=> 'Shopware\\Core\\Content\\ImportExport\\ScheduledTask\\CleanupImportExportFileTaskHandler'=> []]], 'Shopware\\Core\\Content\\Sitemap\\ScheduledTask\\SitemapGenerateTask' => [=> [=> 'Shopware\\Core\\Content\\Sitemap\\ScheduledTask\\SitemapGenerateTaskHandler'=> []]], 'Shopware\\Core\\Content\\Sitemap\\ScheduledTask\\SitemapMessage' => [=> [=> 'Shopware\\Core\\Content\\Sitemap\\ScheduledTask\\SitemapGenerateTaskHandler'=> []]], 'Shopware\\Core\\Checkout\\Cart\\Cleanup\\CleanupCartTask' => [=> [=> 'Shopware\\Core\\Checkout\\Cart\\Cleanup\\CleanupCartTaskHandler'=> []]], 'Shopware\\Storefront\\Framework\\Cache\\CacheWarmer\\WarmUpMessage' => [=> [=> 'Shopware\\Storefront\\Framework\\Cache\\CacheWarmer\\CacheWarmerTaskHandler'=> []]], 'Shopware\\Elasticsearch\\Framework\\Indexing\\CreateAliasTask' => [=> [=> 'Shopware\\Elasticsearch\\Framework\\Indexing\\CreateAliasTaskHandler'=> []]], 'Shopware\\Elasticsearch\\Framework\\Indexing\\ElasticsearchIndexingMessage' => [=> [=> 'Shopware\\Elasticsearch\\Framework\\Indexing\\ElasticsearchIndexer'=> []]], 'Shopware\\Elasticsearch\\Framework\\Indexing\\ElasticsearchLanguageIndexIteratorMessage' => [=> [=> 'Shopware\\Elasticsearch\\Framework\\Indexing\\ElasticsearchIndexer'=> []]], 'Shopware\\Elasticsearch\\Admin\\AdminSearchIndexingMessage' => [=> [=> 'Shopware\\Elasticsearch\\Admin\\AdminSearchRegistry'=> []]], 'Swag\\PayPal\\Checkout\\Payment\\ScheduledTask\\CancelTransactionsTask' => [=> [=> 'Swag\\PayPal\\Checkout\\Payment\\ScheduledTask\\CancelTransactionsTaskHandler'=> []]], 'Swag\\PayPal\\Pos\\MessageQueue\\Message\\CloneVisibilityMessage' => [=> [=> 'Swag\\PayPal\\Pos\\MessageQueue\\Handler\\CloneVisibilityHandler'=> []]], 'Swag\\PayPal\\Pos\\MessageQueue\\Message\\SyncManagerMessage' => [=> [=> 'Swag\\PayPal\\Pos\\MessageQueue\\Handler\\SyncManagerHandler'=> []]], 'Swag\\PayPal\\Pos\\MessageQueue\\Message\\Sync\\ProductSingleSyncMessage' => [=> [=> 'Swag\\PayPal\\Pos\\MessageQueue\\Handler\\Sync\\ProductSingleSyncHandler'=> []]], 'Swag\\PayPal\\Pos\\MessageQueue\\Message\\Sync\\ProductVariantSyncMessage' => [=> [=> 'Swag\\PayPal\\Pos\\MessageQueue\\Handler\\Sync\\ProductVariantSyncHandler'=> []]], 'Swag\\PayPal\\Pos\\MessageQueue\\Message\\Sync\\ProductCleanupSyncMessage' => [=> [=> 'Swag\\PayPal\\Pos\\MessageQueue\\Handler\\Sync\\ProductCleanupSyncHandler'=> []]], 'Swag\\PayPal\\Pos\\MessageQueue\\Message\\Sync\\InventorySyncMessage' => [=> [=> 'Swag\\PayPal\\Pos\\MessageQueue\\Handler\\Sync\\InventorySyncHandler'=> []]], 'Swag\\PayPal\\Pos\\MessageQueue\\Message\\Sync\\ImageSyncMessage' => [=> [=> 'Swag\\PayPal\\Pos\\MessageQueue\\Handler\\Sync\\ImageSyncHandler'=> []]], 'Swag\\PayPal\\Pos\\MessageQueue\\Message\\InventoryUpdateMessage' => [=> [=> 'Swag\\PayPal\\Pos\\MessageQueue\\Handler\\InventoryUpdateHandler'=> []]], 'Swag\\PayPal\\Pos\\Schedule\\CleanUpLogTask' => [=> [=> 'Swag\\PayPal\\Pos\\Schedule\\CleanUpLogTaskHandler'=> []]], 'Swag\\PayPal\\Pos\\Schedule\\CompleteSyncTask' => [=> [=> 'Swag\\PayPal\\Pos\\Schedule\\CompleteSyncTaskHandler'=> []]], 'Swag\\PayPal\\Pos\\Schedule\\InventorySyncTask' => [=> [=> 'Swag\\PayPal\\Pos\\Schedule\\InventorySyncTaskHandler'=> []]], 'SwagMigrationAssistant\\Migration\\MessageQueue\\Message\\ProcessMediaMessage' => [=> [=> 'SwagMigrationAssistant\\Migration\\MessageQueue\\Handler\\ProcessMediaHandler'=> []]], 'SwagMigrationAssistant\\Migration\\MessageQueue\\Message\\CleanupMigrationMessage' => [=> [=> 'SwagMigrationAssistant\\Migration\\MessageQueue\\Handler\\CleanupMigrationHandler'=> []]], 'MoorlMagazine\\Core\\WordpressSync\\WordpressSyncTask' => [=> [=> 'MoorlMagazine\\Core\\WordpressSync\\WordpressSyncTaskHandler'=> []]], 'Swag\\AmazonPay\\Framework\\ScheduledTasks\\CheckPaymentStatus' => [=> [=> 'Swag\\AmazonPay\\Framework\\ScheduledTasks\\CheckPaymentStatusHandler'=> []]], 'Swag\\AmazonPay\\Framework\\ScheduledTasks\\SignUpTokenCleanUp' => [=> [=> 'Swag\\AmazonPay\\Framework\\ScheduledTasks\\SignUpTokenCleanUpHandler'=> []]], 'Cbax\\ModulManufacturers\\ScheduledTask\\ManufacturerSeoIndex' => [=> [=> 'Cbax\\ModulManufacturers\\ScheduledTask\\ManufacturerSeoIndexHandler'=> []]], 'Cbax\\ModulManufacturers\\ScheduledTask\\ManufacturerProductCount' => [=> [=> 'Cbax\\ModulManufacturers\\ScheduledTask\\ManufacturerProductCountHandler'=> []]], 'Acris\\SuggestedProducts\\ScheduledTask\\CustomersAlsoViewedIndexTask' => [=> [=> 'Acris\\SuggestedProducts\\ScheduledTask\\CustomersAlsoViewedIndexTaskHandler'=> []]], 'Zeobv\\AbandonedCart\\ScheduledTasks\\Tasks\\AbandonedCart\\CollectTask' => [=> [=> 'Zeobv\\AbandonedCart\\ScheduledTasks\\Handlers\\AbandonedCart\\CollectTaskHandler'=> []]], 'Cbax\\ModulAnalytics\\ScheduledTask\\Analytics' => [=> [=> 'Cbax\\ModulAnalytics\\ScheduledTask\\AnalyticsHandler'=> []]], 'Cbax\\ModulExternalOrder\\ScheduledTask\\DispatchStatusRefresh' => [=> [=> 'Cbax\\ModulExternalOrder\\ScheduledTask\\DispatchStatusRefreshHandler'=> []]], 'Cbax\\ModulExternalOrder\\ScheduledTask\\CanceledStatusRefresh' => [=> [=> 'Cbax\\ModulExternalOrder\\ScheduledTask\\CanceledStatusRefreshHandler'=> []]], 'Cbax\\ModulExternalOrder\\ScheduledTask\\ShopwareOrderGenerate' => [=> [=> 'Cbax\\ModulExternalOrder\\ScheduledTask\\ShopwareOrderGenerateHandler'=> []]], 'Cbax\\ModulOrderImportGalaxus\\ScheduledTask\\OrderImport' => [=> [=> 'Cbax\\ModulOrderImportGalaxus\\ScheduledTask\\OrderImportHandler'=> []]], 'Cbax\\ModulOrderImportGalaxus\\ScheduledTask\\SendDispatchStatus' => [=> [=> 'Cbax\\ModulOrderImportGalaxus\\ScheduledTask\\SendDispatchStatusHandler'=> []]], 'Cbax\\ModulOrderImportGalaxus\\ScheduledTask\\SendCanceledStatus' => [=> [=> 'Cbax\\ModulOrderImportGalaxus\\ScheduledTask\\SendCanceledStatusHandler'=> []]], 'Cbax\\ModulOrderImportGalaxus\\ScheduledTask\\DownloadFiles' => [=> [=> 'Cbax\\ModulOrderImportGalaxus\\ScheduledTask\\DownloadFilesHandler'=> []]], 'Cbax\\ModulOrderImportGalaxus\\ScheduledTask\\UploadFiles' => [=> [=> 'Cbax\\ModulOrderImportGalaxus\\ScheduledTask\\UploadFilesHandler'=> []]], 'Symfony\\Component\\Mailer\\Messenger\\SendEmailMessage' => [=> [=> 'mailer.messenger.message_handler'=> []]]]]);
  53362.         $instance->setName('debug:messenger');
  53363.         $instance->setDescription('List messages you can dispatch using the message buses');
  53364.         return $instance;
  53365.     }
  53366.     /**
  53367.      * Gets the private 'console.command.messenger_setup_transports' shared service.
  53368.      *
  53369.      * @return \Symfony\Component\Messenger\Command\SetupTransportsCommand
  53370.      */
  53371.     protected function getConsole_Command_MessengerSetupTransportsService()
  53372.     {
  53373.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/Command.php';
  53374.         include_once \dirname(__DIR__4).'/vendor/symfony/messenger/Command/SetupTransportsCommand.php';
  53375.         $this->privates['console.command.messenger_setup_transports'] = $instance = new \Symfony\Component\Messenger\Command\SetupTransportsCommand(($this->privates['messenger.receiver_locator'] ?? $this->getMessenger_ReceiverLocatorService()), $this->parameters['enqueue.transports']);
  53376.         $instance->setName('messenger:setup-transports');
  53377.         $instance->setDescription('Prepare the required infrastructure for the transport');
  53378.         return $instance;
  53379.     }
  53380.     /**
  53381.      * Gets the private 'console.command.messenger_stop_workers' shared service.
  53382.      *
  53383.      * @return \Symfony\Component\Messenger\Command\StopWorkersCommand
  53384.      */
  53385.     protected function getConsole_Command_MessengerStopWorkersService()
  53386.     {
  53387.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/Command.php';
  53388.         include_once \dirname(__DIR__4).'/vendor/symfony/messenger/Command/StopWorkersCommand.php';
  53389.         $this->privates['console.command.messenger_stop_workers'] = $instance = new \Symfony\Component\Messenger\Command\StopWorkersCommand(($this->privates['cache.messenger.restart_workers_signal'] ?? $this->getCache_Messenger_RestartWorkersSignalService()));
  53390.         $instance->setName('messenger:stop-workers');
  53391.         $instance->setDescription('Stop workers after their current message');
  53392.         return $instance;
  53393.     }
  53394.     /**
  53395.      * Gets the private 'console.command.router_debug' shared service.
  53396.      *
  53397.      * @return \Symfony\Bundle\FrameworkBundle\Command\RouterDebugCommand
  53398.      */
  53399.     protected function getConsole_Command_RouterDebugService()
  53400.     {
  53401.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/Command.php';
  53402.         include_once \dirname(__DIR__4).'/vendor/symfony/framework-bundle/Command/BuildDebugContainerTrait.php';
  53403.         include_once \dirname(__DIR__4).'/vendor/symfony/framework-bundle/Command/RouterDebugCommand.php';
  53404.         $this->privates['console.command.router_debug'] = $instance = new \Symfony\Bundle\FrameworkBundle\Command\RouterDebugCommand(($this->services['router'] ?? $this->getRouterService()), ($this->privates['debug.file_link_formatter'] ?? $this->getDebug_FileLinkFormatterService()));
  53405.         $instance->setName('debug:router');
  53406.         $instance->setDescription('Display current routes for an application');
  53407.         return $instance;
  53408.     }
  53409.     /**
  53410.      * Gets the private 'console.command.router_match' shared service.
  53411.      *
  53412.      * @return \Symfony\Bundle\FrameworkBundle\Command\RouterMatchCommand
  53413.      */
  53414.     protected function getConsole_Command_RouterMatchService()
  53415.     {
  53416.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/Command.php';
  53417.         include_once \dirname(__DIR__4).'/vendor/symfony/framework-bundle/Command/RouterMatchCommand.php';
  53418.         $this->privates['console.command.router_match'] = $instance = new \Symfony\Bundle\FrameworkBundle\Command\RouterMatchCommand(($this->services['router'] ?? $this->getRouterService()), new RewindableGenerator(function () {
  53419.             return new \EmptyIterator();
  53420.         }, 0));
  53421.         $instance->setName('router:match');
  53422.         $instance->setDescription('Help debug routes by simulating a path info match');
  53423.         return $instance;
  53424.     }
  53425.     /**
  53426.      * Gets the private 'console.command.secrets_decrypt_to_local' shared service.
  53427.      *
  53428.      * @return \Symfony\Bundle\FrameworkBundle\Command\SecretsDecryptToLocalCommand
  53429.      */
  53430.     protected function getConsole_Command_SecretsDecryptToLocalService()
  53431.     {
  53432.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/Command.php';
  53433.         include_once \dirname(__DIR__4).'/vendor/symfony/framework-bundle/Command/SecretsDecryptToLocalCommand.php';
  53434.         include_once \dirname(__DIR__4).'/vendor/symfony/framework-bundle/Secrets/AbstractVault.php';
  53435.         include_once \dirname(__DIR__4).'/vendor/symfony/framework-bundle/Secrets/DotenvVault.php';
  53436.         $this->privates['console.command.secrets_decrypt_to_local'] = $instance = new \Symfony\Bundle\FrameworkBundle\Command\SecretsDecryptToLocalCommand(($this->privates['secrets.vault'] ?? $this->getSecrets_VaultService()), ($this->privates['secrets.local_vault'] ?? ($this->privates['secrets.local_vault'] = new \Symfony\Bundle\FrameworkBundle\Secrets\DotenvVault((\dirname(__DIR__4).'/.env.dev.local')))));
  53437.         $instance->setName('secrets:decrypt-to-local');
  53438.         $instance->setDescription('Decrypt all secrets and stores them in the local vault');
  53439.         return $instance;
  53440.     }
  53441.     /**
  53442.      * Gets the private 'console.command.secrets_encrypt_from_local' shared service.
  53443.      *
  53444.      * @return \Symfony\Bundle\FrameworkBundle\Command\SecretsEncryptFromLocalCommand
  53445.      */
  53446.     protected function getConsole_Command_SecretsEncryptFromLocalService()
  53447.     {
  53448.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/Command.php';
  53449.         include_once \dirname(__DIR__4).'/vendor/symfony/framework-bundle/Command/SecretsEncryptFromLocalCommand.php';
  53450.         include_once \dirname(__DIR__4).'/vendor/symfony/framework-bundle/Secrets/AbstractVault.php';
  53451.         include_once \dirname(__DIR__4).'/vendor/symfony/framework-bundle/Secrets/DotenvVault.php';
  53452.         $this->privates['console.command.secrets_encrypt_from_local'] = $instance = new \Symfony\Bundle\FrameworkBundle\Command\SecretsEncryptFromLocalCommand(($this->privates['secrets.vault'] ?? $this->getSecrets_VaultService()), ($this->privates['secrets.local_vault'] ?? ($this->privates['secrets.local_vault'] = new \Symfony\Bundle\FrameworkBundle\Secrets\DotenvVault((\dirname(__DIR__4).'/.env.dev.local')))));
  53453.         $instance->setName('secrets:encrypt-from-local');
  53454.         $instance->setDescription('Encrypt all local secrets to the vault');
  53455.         return $instance;
  53456.     }
  53457.     /**
  53458.      * Gets the private 'console.command.secrets_generate_key' shared service.
  53459.      *
  53460.      * @return \Symfony\Bundle\FrameworkBundle\Command\SecretsGenerateKeysCommand
  53461.      */
  53462.     protected function getConsole_Command_SecretsGenerateKeyService()
  53463.     {
  53464.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/Command.php';
  53465.         include_once \dirname(__DIR__4).'/vendor/symfony/framework-bundle/Command/SecretsGenerateKeysCommand.php';
  53466.         include_once \dirname(__DIR__4).'/vendor/symfony/framework-bundle/Secrets/AbstractVault.php';
  53467.         include_once \dirname(__DIR__4).'/vendor/symfony/framework-bundle/Secrets/DotenvVault.php';
  53468.         $this->privates['console.command.secrets_generate_key'] = $instance = new \Symfony\Bundle\FrameworkBundle\Command\SecretsGenerateKeysCommand(($this->privates['secrets.vault'] ?? $this->getSecrets_VaultService()), ($this->privates['secrets.local_vault'] ?? ($this->privates['secrets.local_vault'] = new \Symfony\Bundle\FrameworkBundle\Secrets\DotenvVault((\dirname(__DIR__4).'/.env.dev.local')))));
  53469.         $instance->setName('secrets:generate-keys');
  53470.         $instance->setDescription('Generate new encryption keys');
  53471.         return $instance;
  53472.     }
  53473.     /**
  53474.      * Gets the private 'console.command.secrets_list' shared service.
  53475.      *
  53476.      * @return \Symfony\Bundle\FrameworkBundle\Command\SecretsListCommand
  53477.      */
  53478.     protected function getConsole_Command_SecretsListService()
  53479.     {
  53480.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/Command.php';
  53481.         include_once \dirname(__DIR__4).'/vendor/symfony/framework-bundle/Command/SecretsListCommand.php';
  53482.         include_once \dirname(__DIR__4).'/vendor/symfony/framework-bundle/Secrets/AbstractVault.php';
  53483.         include_once \dirname(__DIR__4).'/vendor/symfony/framework-bundle/Secrets/DotenvVault.php';
  53484.         $this->privates['console.command.secrets_list'] = $instance = new \Symfony\Bundle\FrameworkBundle\Command\SecretsListCommand(($this->privates['secrets.vault'] ?? $this->getSecrets_VaultService()), ($this->privates['secrets.local_vault'] ?? ($this->privates['secrets.local_vault'] = new \Symfony\Bundle\FrameworkBundle\Secrets\DotenvVault((\dirname(__DIR__4).'/.env.dev.local')))));
  53485.         $instance->setName('secrets:list');
  53486.         $instance->setDescription('List all secrets');
  53487.         return $instance;
  53488.     }
  53489.     /**
  53490.      * Gets the private 'console.command.secrets_remove' shared service.
  53491.      *
  53492.      * @return \Symfony\Bundle\FrameworkBundle\Command\SecretsRemoveCommand
  53493.      */
  53494.     protected function getConsole_Command_SecretsRemoveService()
  53495.     {
  53496.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/Command.php';
  53497.         include_once \dirname(__DIR__4).'/vendor/symfony/framework-bundle/Command/SecretsRemoveCommand.php';
  53498.         include_once \dirname(__DIR__4).'/vendor/symfony/framework-bundle/Secrets/AbstractVault.php';
  53499.         include_once \dirname(__DIR__4).'/vendor/symfony/framework-bundle/Secrets/DotenvVault.php';
  53500.         $this->privates['console.command.secrets_remove'] = $instance = new \Symfony\Bundle\FrameworkBundle\Command\SecretsRemoveCommand(($this->privates['secrets.vault'] ?? $this->getSecrets_VaultService()), ($this->privates['secrets.local_vault'] ?? ($this->privates['secrets.local_vault'] = new \Symfony\Bundle\FrameworkBundle\Secrets\DotenvVault((\dirname(__DIR__4).'/.env.dev.local')))));
  53501.         $instance->setName('secrets:remove');
  53502.         $instance->setDescription('Remove a secret from the vault');
  53503.         return $instance;
  53504.     }
  53505.     /**
  53506.      * Gets the private 'console.command.secrets_set' shared service.
  53507.      *
  53508.      * @return \Symfony\Bundle\FrameworkBundle\Command\SecretsSetCommand
  53509.      */
  53510.     protected function getConsole_Command_SecretsSetService()
  53511.     {
  53512.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/Command.php';
  53513.         include_once \dirname(__DIR__4).'/vendor/symfony/framework-bundle/Command/SecretsSetCommand.php';
  53514.         include_once \dirname(__DIR__4).'/vendor/symfony/framework-bundle/Secrets/AbstractVault.php';
  53515.         include_once \dirname(__DIR__4).'/vendor/symfony/framework-bundle/Secrets/DotenvVault.php';
  53516.         $this->privates['console.command.secrets_set'] = $instance = new \Symfony\Bundle\FrameworkBundle\Command\SecretsSetCommand(($this->privates['secrets.vault'] ?? $this->getSecrets_VaultService()), ($this->privates['secrets.local_vault'] ?? ($this->privates['secrets.local_vault'] = new \Symfony\Bundle\FrameworkBundle\Secrets\DotenvVault((\dirname(__DIR__4).'/.env.dev.local')))));
  53517.         $instance->setName('secrets:set');
  53518.         $instance->setDescription('Set a secret in the vault');
  53519.         return $instance;
  53520.     }
  53521.     /**
  53522.      * Gets the private 'console.command.translation_debug' shared service.
  53523.      *
  53524.      * @return \Symfony\Bundle\FrameworkBundle\Command\TranslationDebugCommand
  53525.      */
  53526.     protected function getConsole_Command_TranslationDebugService()
  53527.     {
  53528.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/Command.php';
  53529.         include_once \dirname(__DIR__4).'/vendor/symfony/framework-bundle/Command/TranslationDebugCommand.php';
  53530.         $this->privates['console.command.translation_debug'] = $instance = new \Symfony\Bundle\FrameworkBundle\Command\TranslationDebugCommand(($this->services['translator'] ?? $this->getTranslatorService()), ($this->privates['translation.reader'] ?? $this->getTranslation_ReaderService()), ($this->privates['translation.extractor'] ?? $this->getTranslation_ExtractorService()), (\dirname(__DIR__4).'/vendor/shopware/storefront/Resources/snippet'), (\dirname(__DIR__4).'/templates'), [=> (\dirname(__DIR__4).'/vendor/symfony/validator/Resources/translations'), => (\dirname(__DIR__4).'/vendor/symfony/security-core/Resources/translations'), => (\dirname(__DIR__4).'/vendor/store.shopware.com/cbaxmoduladcell/src/translations'), => (\dirname(__DIR__4).'/vendor/store.shopware.com/cbaxmodulmanufacturers/src/translations'), => (\dirname(__DIR__4).'/custom/plugins/CbaxModulExternalOrder/src/translations'), => (\dirname(__DIR__4).'/custom/plugins/CbaxModulOrderImportGalaxus/src/translations')], [=> (\dirname(__DIR__4).'/vendor/symfony/twig-bridge/Resources/views/Email'), => (\dirname(__DIR__4).'/vendor/shopware/storefront/Framework/Csrf/CsrfRouteListener.php'), => (\dirname(__DIR__4).'/vendor/shopware/storefront/Event/CartMergedSubscriber.php'), => (\dirname(__DIR__4).'/vendor/store.shopware.com/swagpaypal/src/Checkout/SalesChannel/ErrorRoute.php'), => (\dirname(__DIR__4).'/vendor/store.shopware.com/swagpaypal/src/Checkout/Plus/PlusSubscriber.php'), => (\dirname(__DIR__4).'/vendor/store.shopware.com/swagpaypal/src/Checkout/Payment/Method/PUIHandler.php'), => (\dirname(__DIR__4).'/vendor/store.shopware.com/swagpaypal/src/Storefront/Data/CheckoutDataSubscriber.php'), => (\dirname(__DIR__4).'/vendor/store.shopware.com/cbaxmodulmanufacturers/src/Components/ManufacturerSeo.php'), => (\dirname(__DIR__4).'/custom/plugins/CbaxModulExternalOrder/src/Components/ExternalOrderHelper.php'), => (\dirname(__DIR__4).'/vendor/symfony/framework-bundle/Command/TranslationDebugCommand.php'), 10 => (\dirname(__DIR__4).'/vendor/symfony/framework-bundle/CacheWarmer/TranslationsCacheWarmer.php'), 11 => (\dirname(__DIR__4).'/vendor/symfony/validator/ValidatorBuilder.php'), 12 => (\dirname(__DIR__4).'/vendor/symfony/twig-bridge/Extension/TranslationExtension.php'), 13 => (\dirname(__DIR__4).'/vendor/symfony/translation/DataCollector/TranslationDataCollector.php')], []);
  53531.         $instance->setName('debug:translation');
  53532.         $instance->setDescription('Display translation messages information');
  53533.         return $instance;
  53534.     }
  53535.     /**
  53536.      * Gets the private 'console.command.translation_extract' shared service.
  53537.      *
  53538.      * @return \Symfony\Bundle\FrameworkBundle\Command\TranslationUpdateCommand
  53539.      */
  53540.     protected function getConsole_Command_TranslationExtractService()
  53541.     {
  53542.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/Command.php';
  53543.         include_once \dirname(__DIR__4).'/vendor/symfony/framework-bundle/Command/TranslationUpdateCommand.php';
  53544.         $this->privates['console.command.translation_extract'] = $instance = new \Symfony\Bundle\FrameworkBundle\Command\TranslationUpdateCommand(($this->privates['translation.writer'] ?? $this->getTranslation_WriterService()), ($this->privates['translation.reader'] ?? $this->getTranslation_ReaderService()), ($this->privates['translation.extractor'] ?? $this->getTranslation_ExtractorService()), 'en-GB', (\dirname(__DIR__4).'/vendor/shopware/storefront/Resources/snippet'), (\dirname(__DIR__4).'/templates'), [=> (\dirname(__DIR__4).'/vendor/symfony/validator/Resources/translations'), => (\dirname(__DIR__4).'/vendor/symfony/security-core/Resources/translations'), => (\dirname(__DIR__4).'/vendor/store.shopware.com/cbaxmoduladcell/src/translations'), => (\dirname(__DIR__4).'/vendor/store.shopware.com/cbaxmodulmanufacturers/src/translations'), => (\dirname(__DIR__4).'/custom/plugins/CbaxModulExternalOrder/src/translations'), => (\dirname(__DIR__4).'/custom/plugins/CbaxModulOrderImportGalaxus/src/translations')], [=> (\dirname(__DIR__4).'/vendor/symfony/twig-bridge/Resources/views/Email'), => (\dirname(__DIR__4).'/vendor/shopware/storefront/Framework/Csrf/CsrfRouteListener.php'), => (\dirname(__DIR__4).'/vendor/shopware/storefront/Event/CartMergedSubscriber.php'), => (\dirname(__DIR__4).'/vendor/store.shopware.com/swagpaypal/src/Checkout/SalesChannel/ErrorRoute.php'), => (\dirname(__DIR__4).'/vendor/store.shopware.com/swagpaypal/src/Checkout/Plus/PlusSubscriber.php'), => (\dirname(__DIR__4).'/vendor/store.shopware.com/swagpaypal/src/Checkout/Payment/Method/PUIHandler.php'), => (\dirname(__DIR__4).'/vendor/store.shopware.com/swagpaypal/src/Storefront/Data/CheckoutDataSubscriber.php'), => (\dirname(__DIR__4).'/vendor/store.shopware.com/cbaxmodulmanufacturers/src/Components/ManufacturerSeo.php'), => (\dirname(__DIR__4).'/custom/plugins/CbaxModulExternalOrder/src/Components/ExternalOrderHelper.php'), => (\dirname(__DIR__4).'/vendor/symfony/framework-bundle/Command/TranslationDebugCommand.php'), 10 => (\dirname(__DIR__4).'/vendor/symfony/framework-bundle/CacheWarmer/TranslationsCacheWarmer.php'), 11 => (\dirname(__DIR__4).'/vendor/symfony/validator/ValidatorBuilder.php'), 12 => (\dirname(__DIR__4).'/vendor/symfony/twig-bridge/Extension/TranslationExtension.php'), 13 => (\dirname(__DIR__4).'/vendor/symfony/translation/DataCollector/TranslationDataCollector.php')], []);
  53545.         $instance->setName('translation:extract');
  53546.         $instance->setAliases([=> 'translation:update']);
  53547.         $instance->setDescription('Extract missing translations keys from code to translation files.');
  53548.         return $instance;
  53549.     }
  53550.     /**
  53551.      * Gets the private 'console.command.translation_pull' shared service.
  53552.      *
  53553.      * @return \Symfony\Component\Translation\Command\TranslationPullCommand
  53554.      */
  53555.     protected function getConsole_Command_TranslationPullService()
  53556.     {
  53557.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/Command.php';
  53558.         include_once \dirname(__DIR__4).'/vendor/symfony/translation/Command/TranslationTrait.php';
  53559.         include_once \dirname(__DIR__4).'/vendor/symfony/translation/Command/TranslationPullCommand.php';
  53560.         $this->privates['console.command.translation_pull'] = $instance = new \Symfony\Component\Translation\Command\TranslationPullCommand(($this->privates['translation.provider_collection'] ?? $this->getTranslation_ProviderCollectionService()), ($this->privates['translation.writer'] ?? $this->getTranslation_WriterService()), ($this->privates['translation.reader'] ?? $this->getTranslation_ReaderService()), 'en-GB', [], []);
  53561.         $instance->setName('translation:pull');
  53562.         $instance->setDescription('Pull translations from a given provider.');
  53563.         return $instance;
  53564.     }
  53565.     /**
  53566.      * Gets the private 'console.command.translation_push' shared service.
  53567.      *
  53568.      * @return \Symfony\Component\Translation\Command\TranslationPushCommand
  53569.      */
  53570.     protected function getConsole_Command_TranslationPushService()
  53571.     {
  53572.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/Command.php';
  53573.         include_once \dirname(__DIR__4).'/vendor/symfony/translation/Command/TranslationTrait.php';
  53574.         include_once \dirname(__DIR__4).'/vendor/symfony/translation/Command/TranslationPushCommand.php';
  53575.         $this->privates['console.command.translation_push'] = $instance = new \Symfony\Component\Translation\Command\TranslationPushCommand(($this->privates['translation.provider_collection'] ?? $this->getTranslation_ProviderCollectionService()), ($this->privates['translation.reader'] ?? $this->getTranslation_ReaderService()), [], []);
  53576.         $instance->setName('translation:push');
  53577.         $instance->setDescription('Push translations to a given provider.');
  53578.         return $instance;
  53579.     }
  53580.     /**
  53581.      * Gets the private 'console.command.validator_debug' shared service.
  53582.      *
  53583.      * @return \Symfony\Component\Validator\Command\DebugCommand
  53584.      */
  53585.     protected function getConsole_Command_ValidatorDebugService()
  53586.     {
  53587.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/Command.php';
  53588.         include_once \dirname(__DIR__4).'/vendor/symfony/validator/Command/DebugCommand.php';
  53589.         $this->privates['console.command.validator_debug'] = $instance = new \Symfony\Component\Validator\Command\DebugCommand(($this->services['.container.private.validator'] ?? $this->get_Container_Private_ValidatorService()));
  53590.         $instance->setName('debug:validator');
  53591.         $instance->setDescription('Display validation constraints for classes');
  53592.         return $instance;
  53593.     }
  53594.     /**
  53595.      * Gets the private 'console.command.xliff_lint' shared service.
  53596.      *
  53597.      * @return \Symfony\Component\Translation\Command\XliffLintCommand
  53598.      */
  53599.     protected function getConsole_Command_XliffLintService()
  53600.     {
  53601.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/Command.php';
  53602.         include_once \dirname(__DIR__4).'/vendor/symfony/translation/Command/XliffLintCommand.php';
  53603.         $this->privates['console.command.xliff_lint'] = $instance = new \Symfony\Component\Translation\Command\XliffLintCommand();
  53604.         $instance->setName('lint:xliff');
  53605.         $instance->setDescription('Lint an XLIFF file and outputs encountered errors');
  53606.         return $instance;
  53607.     }
  53608.     /**
  53609.      * Gets the private 'console.command.yaml_lint' shared service.
  53610.      *
  53611.      * @return \Symfony\Bundle\FrameworkBundle\Command\YamlLintCommand
  53612.      */
  53613.     protected function getConsole_Command_YamlLintService()
  53614.     {
  53615.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/Command.php';
  53616.         include_once \dirname(__DIR__4).'/vendor/symfony/yaml/Command/LintCommand.php';
  53617.         include_once \dirname(__DIR__4).'/vendor/symfony/framework-bundle/Command/YamlLintCommand.php';
  53618.         $this->privates['console.command.yaml_lint'] = $instance = new \Symfony\Bundle\FrameworkBundle\Command\YamlLintCommand();
  53619.         $instance->setName('lint:yaml');
  53620.         $instance->setDescription('Lint a YAML file and outputs encountered errors');
  53621.         return $instance;
  53622.     }
  53623.     /**
  53624.      * Gets the private 'console.error_listener' shared service.
  53625.      *
  53626.      * @return \Symfony\Component\Console\EventListener\ErrorListener
  53627.      */
  53628.     protected function getConsole_ErrorListenerService()
  53629.     {
  53630.         include_once \dirname(__DIR__4).'/vendor/symfony/console/EventListener/ErrorListener.php';
  53631.         $a = new \Symfony\Bridge\Monolog\Logger('console');
  53632.         $a->pushProcessor(($this->privates['debug.log_processor'] ?? $this->getDebug_LogProcessorService()));
  53633.         $a->pushHandler(($this->privates['Shopware\\Core\\Framework\\Log\\Monolog\\ExcludeFlowEventHandler'] ?? $this->getExcludeFlowEventHandlerService()));
  53634.         \Symfony\Bundle\FrameworkBundle\DependencyInjection\Compiler\AddDebugLogProcessorPass::configureLogger($a);
  53635.         return $this->privates['console.error_listener'] = new \Symfony\Component\Console\EventListener\ErrorListener($a);
  53636.     }
  53637.     /**
  53638.      * Gets the private 'container.env_var_processor' shared service.
  53639.      *
  53640.      * @return \Symfony\Component\DependencyInjection\EnvVarProcessor
  53641.      */
  53642.     protected function getContainer_EnvVarProcessorService()
  53643.     {
  53644.         include_once \dirname(__DIR__4).'/vendor/symfony/dependency-injection/EnvVarProcessorInterface.php';
  53645.         include_once \dirname(__DIR__4).'/vendor/symfony/dependency-injection/EnvVarProcessor.php';
  53646.         return $this->privates['container.env_var_processor'] = new \Symfony\Component\DependencyInjection\EnvVarProcessor($this, new RewindableGenerator(function () {
  53647.             yield => ($this->privates['secrets.vault'] ?? $this->getSecrets_VaultService());
  53648.         }, 1));
  53649.     }
  53650.     /**
  53651.      * Gets the private 'data_collector.request' shared service.
  53652.      *
  53653.      * @return \Symfony\Component\HttpKernel\DataCollector\RequestDataCollector
  53654.      */
  53655.     protected function getDataCollector_RequestService()
  53656.     {
  53657.         return $this->privates['data_collector.request'] = new \Symfony\Component\HttpKernel\DataCollector\RequestDataCollector(($this->services['request_stack'] ?? ($this->services['request_stack'] = new \Symfony\Component\HttpFoundation\RequestStack())));
  53658.     }
  53659.     /**
  53660.      * Gets the private 'data_collector.request.session_collector' shared service.
  53661.      *
  53662.      * @return \Closure
  53663.      */
  53664.     protected function getDataCollector_Request_SessionCollectorService()
  53665.     {
  53666.         return $this->privates['data_collector.request.session_collector'] = \Closure::fromCallable([=> ($this->privates['data_collector.request'] ?? $this->getDataCollector_RequestService()), => 'collectSessionUsage']);
  53667.     }
  53668.     /**
  53669.      * Gets the private 'debug.Shopware\Core\Checkout\Cart\CartValueResolver' shared service.
  53670.      *
  53671.      * @return \Symfony\Component\HttpKernel\Controller\ArgumentResolver\TraceableValueResolver
  53672.      */
  53673.     protected function getCartValueResolverService()
  53674.     {
  53675.         include_once \dirname(__DIR__4).'/vendor/symfony/http-kernel/Controller/ArgumentValueResolverInterface.php';
  53676.         include_once \dirname(__DIR__4).'/vendor/symfony/http-kernel/Controller/ArgumentResolver/TraceableValueResolver.php';
  53677.         include_once \dirname(__DIR__4).'/vendor/shopware/core/Checkout/Cart/CartValueResolver.php';
  53678.         $a = ($this->services['Shopware\\Core\\Checkout\\Cart\\SalesChannel\\CartService'] ?? $this->getCartServiceService());
  53679.         if (isset($this->privates['debug.Shopware\\Core\\Checkout\\Cart\\CartValueResolver'])) {
  53680.             return $this->privates['debug.Shopware\\Core\\Checkout\\Cart\\CartValueResolver'];
  53681.         }
  53682.         return $this->privates['debug.Shopware\\Core\\Checkout\\Cart\\CartValueResolver'] = new \Symfony\Component\HttpKernel\Controller\ArgumentResolver\TraceableValueResolver(new \Shopware\Core\Checkout\Cart\CartValueResolver($a), ($this->privates['debug.stopwatch'] ?? ($this->privates['debug.stopwatch'] = new \Symfony\Component\Stopwatch\Stopwatch(true))));
  53683.     }
  53684.     /**
  53685.      * Gets the private 'debug.Shopware\Core\Checkout\Customer\CustomerValueResolver' shared service.
  53686.      *
  53687.      * @return \Symfony\Component\HttpKernel\Controller\ArgumentResolver\TraceableValueResolver
  53688.      */
  53689.     protected function getCustomerValueResolverService()
  53690.     {
  53691.         include_once \dirname(__DIR__4).'/vendor/symfony/http-kernel/Controller/ArgumentValueResolverInterface.php';
  53692.         include_once \dirname(__DIR__4).'/vendor/symfony/http-kernel/Controller/ArgumentResolver/TraceableValueResolver.php';
  53693.         include_once \dirname(__DIR__4).'/vendor/shopware/core/Checkout/Customer/CustomerValueResolver.php';
  53694.         return $this->privates['debug.Shopware\\Core\\Checkout\\Customer\\CustomerValueResolver'] = new \Symfony\Component\HttpKernel\Controller\ArgumentResolver\TraceableValueResolver(new \Shopware\Core\Checkout\Customer\CustomerValueResolver(), ($this->privates['debug.stopwatch'] ?? ($this->privates['debug.stopwatch'] = new \Symfony\Component\Stopwatch\Stopwatch(true))));
  53695.     }
  53696.     /**
  53697.      * Gets the private 'debug.Shopware\Core\Framework\Api\Context\ContextValueResolver' shared service.
  53698.      *
  53699.      * @return \Symfony\Component\HttpKernel\Controller\ArgumentResolver\TraceableValueResolver
  53700.      */
  53701.     protected function getContextValueResolverService()
  53702.     {
  53703.         include_once \dirname(__DIR__4).'/vendor/symfony/http-kernel/Controller/ArgumentValueResolverInterface.php';
  53704.         include_once \dirname(__DIR__4).'/vendor/symfony/http-kernel/Controller/ArgumentResolver/TraceableValueResolver.php';
  53705.         include_once \dirname(__DIR__4).'/vendor/shopware/core/Framework/Api/Context/ContextValueResolver.php';
  53706.         return $this->privates['debug.Shopware\\Core\\Framework\\Api\\Context\\ContextValueResolver'] = new \Symfony\Component\HttpKernel\Controller\ArgumentResolver\TraceableValueResolver(new \Shopware\Core\Framework\Api\Context\ContextValueResolver(), ($this->privates['debug.stopwatch'] ?? ($this->privates['debug.stopwatch'] = new \Symfony\Component\Stopwatch\Stopwatch(true))));
  53707.     }
  53708.     /**
  53709.      * Gets the private 'debug.Shopware\Core\Framework\Api\Response\ResponseFactoryInterfaceValueResolver' shared service.
  53710.      *
  53711.      * @return \Symfony\Component\HttpKernel\Controller\ArgumentResolver\TraceableValueResolver
  53712.      */
  53713.     protected function getResponseFactoryInterfaceValueResolverService()
  53714.     {
  53715.         include_once \dirname(__DIR__4).'/vendor/symfony/http-kernel/Controller/ArgumentValueResolverInterface.php';
  53716.         include_once \dirname(__DIR__4).'/vendor/symfony/http-kernel/Controller/ArgumentResolver/TraceableValueResolver.php';
  53717.         include_once \dirname(__DIR__4).'/vendor/shopware/core/Framework/Api/Response/ResponseFactoryInterfaceValueResolver.php';
  53718.         include_once \dirname(__DIR__4).'/vendor/shopware/core/Framework/Api/Response/ResponseFactoryRegistry.php';
  53719.         include_once \dirname(__DIR__4).'/vendor/shopware/core/Framework/Api/Response/ResponseFactoryInterface.php';
  53720.         include_once \dirname(__DIR__4).'/vendor/shopware/core/Framework/Api/Response/Type/JsonFactoryBase.php';
  53721.         include_once \dirname(__DIR__4).'/vendor/shopware/core/Framework/Api/Response/Type/Api/JsonApiType.php';
  53722.         include_once \dirname(__DIR__4).'/vendor/shopware/core/Framework/Api/Serializer/JsonApiEncoder.php';
  53723.         include_once \dirname(__DIR__4).'/vendor/shopware/core/Framework/Api/Response/Type/Api/JsonType.php';
  53724.         $a = ($this->privates['Shopware\\Core\\System\\SalesChannel\\Api\\StructEncoder'] ?? $this->getStructEncoderService());
  53725.         return $this->privates['debug.Shopware\\Core\\Framework\\Api\\Response\\ResponseFactoryInterfaceValueResolver'] = new \Symfony\Component\HttpKernel\Controller\ArgumentResolver\TraceableValueResolver(new \Shopware\Core\Framework\Api\Response\ResponseFactoryInterfaceValueResolver(new \Shopware\Core\Framework\Api\Response\ResponseFactoryRegistry(new \Shopware\Core\Framework\Api\Response\Type\Api\JsonApiType(new \Shopware\Core\Framework\Api\Serializer\JsonApiEncoder(), $a), new \Shopware\Core\Framework\Api\Response\Type\Api\JsonType(($this->privates['Shopware\\Core\\Framework\\Api\\Serializer\\JsonEntityEncoder'] ?? $this->getJsonEntityEncoderService()), $a))), ($this->privates['debug.stopwatch'] ?? ($this->privates['debug.stopwatch'] = new \Symfony\Component\Stopwatch\Stopwatch(true))));
  53726.     }
  53727.     /**
  53728.      * Gets the private 'debug.Shopware\Core\Framework\Routing\Annotation\CriteriaValueResolver' shared service.
  53729.      *
  53730.      * @return \Symfony\Component\HttpKernel\Controller\ArgumentResolver\TraceableValueResolver
  53731.      */
  53732.     protected function getCriteriaValueResolverService()
  53733.     {
  53734.         include_once \dirname(__DIR__4).'/vendor/symfony/http-kernel/Controller/ArgumentValueResolverInterface.php';
  53735.         include_once \dirname(__DIR__4).'/vendor/symfony/http-kernel/Controller/ArgumentResolver/TraceableValueResolver.php';
  53736.         include_once \dirname(__DIR__4).'/vendor/shopware/core/Framework/Routing/Annotation/CriteriaValueResolver.php';
  53737.         return $this->privates['debug.Shopware\\Core\\Framework\\Routing\\Annotation\\CriteriaValueResolver'] = new \Symfony\Component\HttpKernel\Controller\ArgumentResolver\TraceableValueResolver(new \Shopware\Core\Framework\Routing\Annotation\CriteriaValueResolver(($this->services['Shopware\\Core\\Framework\\DataAbstractionLayer\\DefinitionInstanceRegistry'] ?? $this->getDefinitionInstanceRegistryService()), ($this->privates['Shopware\\Core\\Framework\\DataAbstractionLayer\\Search\\RequestCriteriaBuilder'] ?? $this->getRequestCriteriaBuilderService())), ($this->privates['debug.stopwatch'] ?? ($this->privates['debug.stopwatch'] = new \Symfony\Component\Stopwatch\Stopwatch(true))));
  53738.     }
  53739.     /**
  53740.      * Gets the private 'debug.Shopware\Core\Framework\Routing\QueryDataBagResolver' shared service.
  53741.      *
  53742.      * @return \Symfony\Component\HttpKernel\Controller\ArgumentResolver\TraceableValueResolver
  53743.      */
  53744.     protected function getQueryDataBagResolverService()
  53745.     {
  53746.         include_once \dirname(__DIR__4).'/vendor/symfony/http-kernel/Controller/ArgumentValueResolverInterface.php';
  53747.         include_once \dirname(__DIR__4).'/vendor/symfony/http-kernel/Controller/ArgumentResolver/TraceableValueResolver.php';
  53748.         include_once \dirname(__DIR__4).'/vendor/shopware/core/Framework/Routing/QueryDataBagResolver.php';
  53749.         return $this->privates['debug.Shopware\\Core\\Framework\\Routing\\QueryDataBagResolver'] = new \Symfony\Component\HttpKernel\Controller\ArgumentResolver\TraceableValueResolver(new \Shopware\Core\Framework\Routing\QueryDataBagResolver(), ($this->privates['debug.stopwatch'] ?? ($this->privates['debug.stopwatch'] = new \Symfony\Component\Stopwatch\Stopwatch(true))));
  53750.     }
  53751.     /**
  53752.      * Gets the private 'debug.Shopware\Core\Framework\Routing\RequestDataBagResolver' shared service.
  53753.      *
  53754.      * @return \Symfony\Component\HttpKernel\Controller\ArgumentResolver\TraceableValueResolver
  53755.      */
  53756.     protected function getRequestDataBagResolverService()
  53757.     {
  53758.         include_once \dirname(__DIR__4).'/vendor/symfony/http-kernel/Controller/ArgumentValueResolverInterface.php';
  53759.         include_once \dirname(__DIR__4).'/vendor/symfony/http-kernel/Controller/ArgumentResolver/TraceableValueResolver.php';
  53760.         include_once \dirname(__DIR__4).'/vendor/shopware/core/Framework/Routing/RequestDataBagResolver.php';
  53761.         return $this->privates['debug.Shopware\\Core\\Framework\\Routing\\RequestDataBagResolver'] = new \Symfony\Component\HttpKernel\Controller\ArgumentResolver\TraceableValueResolver(new \Shopware\Core\Framework\Routing\RequestDataBagResolver(), ($this->privates['debug.stopwatch'] ?? ($this->privates['debug.stopwatch'] = new \Symfony\Component\Stopwatch\Stopwatch(true))));
  53762.     }
  53763.     /**
  53764.      * Gets the private 'debug.Shopware\Core\System\SalesChannel\Context\SalesChannelContextValueResolver' shared service.
  53765.      *
  53766.      * @return \Symfony\Component\HttpKernel\Controller\ArgumentResolver\TraceableValueResolver
  53767.      */
  53768.     protected function getSalesChannelContextValueResolverService()
  53769.     {
  53770.         include_once \dirname(__DIR__4).'/vendor/symfony/http-kernel/Controller/ArgumentValueResolverInterface.php';
  53771.         include_once \dirname(__DIR__4).'/vendor/symfony/http-kernel/Controller/ArgumentResolver/TraceableValueResolver.php';
  53772.         include_once \dirname(__DIR__4).'/vendor/shopware/core/System/SalesChannel/Context/SalesChannelContextValueResolver.php';
  53773.         return $this->privates['debug.Shopware\\Core\\System\\SalesChannel\\Context\\SalesChannelContextValueResolver'] = new \Symfony\Component\HttpKernel\Controller\ArgumentResolver\TraceableValueResolver(new \Shopware\Core\System\SalesChannel\Context\SalesChannelContextValueResolver(), ($this->privates['debug.stopwatch'] ?? ($this->privates['debug.stopwatch'] = new \Symfony\Component\Stopwatch\Stopwatch(true))));
  53774.     }
  53775.     /**
  53776.      * Gets the private 'debug.argument_resolver.default' shared service.
  53777.      *
  53778.      * @return \Symfony\Component\HttpKernel\Controller\ArgumentResolver\TraceableValueResolver
  53779.      */
  53780.     protected function getDebug_ArgumentResolver_DefaultService()
  53781.     {
  53782.         include_once \dirname(__DIR__4).'/vendor/symfony/http-kernel/Controller/ArgumentValueResolverInterface.php';
  53783.         include_once \dirname(__DIR__4).'/vendor/symfony/http-kernel/Controller/ArgumentResolver/TraceableValueResolver.php';
  53784.         include_once \dirname(__DIR__4).'/vendor/symfony/http-kernel/Controller/ArgumentResolver/DefaultValueResolver.php';
  53785.         return $this->privates['debug.argument_resolver.default'] = new \Symfony\Component\HttpKernel\Controller\ArgumentResolver\TraceableValueResolver(new \Symfony\Component\HttpKernel\Controller\ArgumentResolver\DefaultValueResolver(), ($this->privates['debug.stopwatch'] ?? ($this->privates['debug.stopwatch'] = new \Symfony\Component\Stopwatch\Stopwatch(true))));
  53786.     }
  53787.     /**
  53788.      * Gets the private 'debug.argument_resolver.not_tagged_controller' shared service.
  53789.      *
  53790.      * @return \Symfony\Component\HttpKernel\Controller\ArgumentResolver\TraceableValueResolver
  53791.      */
  53792.     protected function getDebug_ArgumentResolver_NotTaggedControllerService()
  53793.     {
  53794.         include_once \dirname(__DIR__4).'/vendor/symfony/http-kernel/Controller/ArgumentValueResolverInterface.php';
  53795.         include_once \dirname(__DIR__4).'/vendor/symfony/http-kernel/Controller/ArgumentResolver/TraceableValueResolver.php';
  53796.         include_once \dirname(__DIR__4).'/vendor/symfony/http-kernel/Controller/ArgumentResolver/NotTaggedControllerValueResolver.php';
  53797.         $a = ($this->privates['.service_locator.dnCXdpn'] ?? $this->get_ServiceLocator_DnCXdpnService());
  53798.         if (isset($this->privates['debug.argument_resolver.not_tagged_controller'])) {
  53799.             return $this->privates['debug.argument_resolver.not_tagged_controller'];
  53800.         }
  53801.         return $this->privates['debug.argument_resolver.not_tagged_controller'] = new \Symfony\Component\HttpKernel\Controller\ArgumentResolver\TraceableValueResolver(new \Symfony\Component\HttpKernel\Controller\ArgumentResolver\NotTaggedControllerValueResolver($a), ($this->privates['debug.stopwatch'] ?? ($this->privates['debug.stopwatch'] = new \Symfony\Component\Stopwatch\Stopwatch(true))));
  53802.     }
  53803.     /**
  53804.      * Gets the private 'debug.argument_resolver.request' shared service.
  53805.      *
  53806.      * @return \Symfony\Component\HttpKernel\Controller\ArgumentResolver\TraceableValueResolver
  53807.      */
  53808.     protected function getDebug_ArgumentResolver_RequestService()
  53809.     {
  53810.         include_once \dirname(__DIR__4).'/vendor/symfony/http-kernel/Controller/ArgumentValueResolverInterface.php';
  53811.         include_once \dirname(__DIR__4).'/vendor/symfony/http-kernel/Controller/ArgumentResolver/TraceableValueResolver.php';
  53812.         include_once \dirname(__DIR__4).'/vendor/symfony/http-kernel/Controller/ArgumentResolver/RequestValueResolver.php';
  53813.         return $this->privates['debug.argument_resolver.request'] = new \Symfony\Component\HttpKernel\Controller\ArgumentResolver\TraceableValueResolver(new \Symfony\Component\HttpKernel\Controller\ArgumentResolver\RequestValueResolver(), ($this->privates['debug.stopwatch'] ?? ($this->privates['debug.stopwatch'] = new \Symfony\Component\Stopwatch\Stopwatch(true))));
  53814.     }
  53815.     /**
  53816.      * Gets the private 'debug.argument_resolver.request_attribute' shared service.
  53817.      *
  53818.      * @return \Symfony\Component\HttpKernel\Controller\ArgumentResolver\TraceableValueResolver
  53819.      */
  53820.     protected function getDebug_ArgumentResolver_RequestAttributeService()
  53821.     {
  53822.         include_once \dirname(__DIR__4).'/vendor/symfony/http-kernel/Controller/ArgumentValueResolverInterface.php';
  53823.         include_once \dirname(__DIR__4).'/vendor/symfony/http-kernel/Controller/ArgumentResolver/TraceableValueResolver.php';
  53824.         include_once \dirname(__DIR__4).'/vendor/symfony/http-kernel/Controller/ArgumentResolver/RequestAttributeValueResolver.php';
  53825.         return $this->privates['debug.argument_resolver.request_attribute'] = new \Symfony\Component\HttpKernel\Controller\ArgumentResolver\TraceableValueResolver(new \Symfony\Component\HttpKernel\Controller\ArgumentResolver\RequestAttributeValueResolver(), ($this->privates['debug.stopwatch'] ?? ($this->privates['debug.stopwatch'] = new \Symfony\Component\Stopwatch\Stopwatch(true))));
  53826.     }
  53827.     /**
  53828.      * Gets the private 'debug.argument_resolver.service' shared service.
  53829.      *
  53830.      * @return \Symfony\Component\HttpKernel\Controller\ArgumentResolver\TraceableValueResolver
  53831.      */
  53832.     protected function getDebug_ArgumentResolver_ServiceService()
  53833.     {
  53834.         include_once \dirname(__DIR__4).'/vendor/symfony/http-kernel/Controller/ArgumentValueResolverInterface.php';
  53835.         include_once \dirname(__DIR__4).'/vendor/symfony/http-kernel/Controller/ArgumentResolver/TraceableValueResolver.php';
  53836.         include_once \dirname(__DIR__4).'/vendor/symfony/http-kernel/Controller/ArgumentResolver/ServiceValueResolver.php';
  53837.         $a = ($this->privates['.service_locator.dnCXdpn'] ?? $this->get_ServiceLocator_DnCXdpnService());
  53838.         if (isset($this->privates['debug.argument_resolver.service'])) {
  53839.             return $this->privates['debug.argument_resolver.service'];
  53840.         }
  53841.         return $this->privates['debug.argument_resolver.service'] = new \Symfony\Component\HttpKernel\Controller\ArgumentResolver\TraceableValueResolver(new \Symfony\Component\HttpKernel\Controller\ArgumentResolver\ServiceValueResolver($a), ($this->privates['debug.stopwatch'] ?? ($this->privates['debug.stopwatch'] = new \Symfony\Component\Stopwatch\Stopwatch(true))));
  53842.     }
  53843.     /**
  53844.      * Gets the private 'debug.argument_resolver.session' shared service.
  53845.      *
  53846.      * @return \Symfony\Component\HttpKernel\Controller\ArgumentResolver\TraceableValueResolver
  53847.      */
  53848.     protected function getDebug_ArgumentResolver_SessionService()
  53849.     {
  53850.         include_once \dirname(__DIR__4).'/vendor/symfony/http-kernel/Controller/ArgumentValueResolverInterface.php';
  53851.         include_once \dirname(__DIR__4).'/vendor/symfony/http-kernel/Controller/ArgumentResolver/TraceableValueResolver.php';
  53852.         include_once \dirname(__DIR__4).'/vendor/symfony/http-kernel/Controller/ArgumentResolver/SessionValueResolver.php';
  53853.         return $this->privates['debug.argument_resolver.session'] = new \Symfony\Component\HttpKernel\Controller\ArgumentResolver\TraceableValueResolver(new \Symfony\Component\HttpKernel\Controller\ArgumentResolver\SessionValueResolver(), ($this->privates['debug.stopwatch'] ?? ($this->privates['debug.stopwatch'] = new \Symfony\Component\Stopwatch\Stopwatch(true))));
  53854.     }
  53855.     /**
  53856.      * Gets the private 'debug.argument_resolver.variadic' shared service.
  53857.      *
  53858.      * @return \Symfony\Component\HttpKernel\Controller\ArgumentResolver\TraceableValueResolver
  53859.      */
  53860.     protected function getDebug_ArgumentResolver_VariadicService()
  53861.     {
  53862.         include_once \dirname(__DIR__4).'/vendor/symfony/http-kernel/Controller/ArgumentValueResolverInterface.php';
  53863.         include_once \dirname(__DIR__4).'/vendor/symfony/http-kernel/Controller/ArgumentResolver/TraceableValueResolver.php';
  53864.         include_once \dirname(__DIR__4).'/vendor/symfony/http-kernel/Controller/ArgumentResolver/VariadicValueResolver.php';
  53865.         return $this->privates['debug.argument_resolver.variadic'] = new \Symfony\Component\HttpKernel\Controller\ArgumentResolver\TraceableValueResolver(new \Symfony\Component\HttpKernel\Controller\ArgumentResolver\VariadicValueResolver(), ($this->privates['debug.stopwatch'] ?? ($this->privates['debug.stopwatch'] = new \Symfony\Component\Stopwatch\Stopwatch(true))));
  53866.     }
  53867.     /**
  53868.      * Gets the private 'debug.debug_handlers_listener' shared service.
  53869.      *
  53870.      * @return \Symfony\Component\HttpKernel\EventListener\DebugHandlersListener
  53871.      */
  53872.     protected function getDebug_DebugHandlersListenerService()
  53873.     {
  53874.         $a = new \Symfony\Bridge\Monolog\Logger('php');
  53875.         $a->pushProcessor(($this->privates['debug.log_processor'] ?? $this->getDebug_LogProcessorService()));
  53876.         $a->pushHandler(($this->privates['monolog.handler.console'] ?? $this->getMonolog_Handler_ConsoleService()));
  53877.         $a->pushHandler(($this->privates['Shopware\\Core\\Framework\\Log\\Monolog\\ExcludeFlowEventHandler'] ?? $this->getExcludeFlowEventHandlerService()));
  53878.         \Symfony\Bundle\FrameworkBundle\DependencyInjection\Compiler\AddDebugLogProcessorPass::configureLogger($a);
  53879.         return $this->privates['debug.debug_handlers_listener'] = new \Symfony\Component\HttpKernel\EventListener\DebugHandlersListener(NULL$aNULL, -1truetrueNULL);
  53880.     }
  53881.     /**
  53882.      * Gets the private 'debug.dump_listener' shared service.
  53883.      *
  53884.      * @return \Symfony\Component\HttpKernel\EventListener\DumpListener
  53885.      */
  53886.     protected function getDebug_DumpListenerService()
  53887.     {
  53888.         include_once \dirname(__DIR__4).'/vendor/symfony/http-kernel/EventListener/DumpListener.php';
  53889.         include_once \dirname(__DIR__4).'/vendor/symfony/var-dumper/Dumper/ContextualizedDumper.php';
  53890.         include_once \dirname(__DIR__4).'/vendor/symfony/var-dumper/Dumper/ContextProvider/ContextProviderInterface.php';
  53891.         include_once \dirname(__DIR__4).'/vendor/symfony/var-dumper/Dumper/ContextProvider/SourceContextProvider.php';
  53892.         return $this->privates['debug.dump_listener'] = new \Symfony\Component\HttpKernel\EventListener\DumpListener(($this->services['var_dumper.cloner'] ?? $this->getVarDumper_ClonerService()), new \Symfony\Component\VarDumper\Dumper\ContextualizedDumper(($this->privates['var_dumper.contextualized_cli_dumper.inner'] ?? $this->getVarDumper_ContextualizedCliDumper_InnerService()), ['source' => new \Symfony\Component\VarDumper\Dumper\ContextProvider\SourceContextProvider('UTF-8'\dirname(__DIR__4), ($this->privates['debug.file_link_formatter'] ?? $this->getDebug_FileLinkFormatterService()))]), NULL);
  53893.     }
  53894.     /**
  53895.      * Gets the private 'debug.file_link_formatter' shared service.
  53896.      *
  53897.      * @return \Symfony\Component\HttpKernel\Debug\FileLinkFormatter
  53898.      */
  53899.     protected function getDebug_FileLinkFormatterService()
  53900.     {
  53901.         return $this->privates['debug.file_link_formatter'] = new \Symfony\Component\HttpKernel\Debug\FileLinkFormatter(NULL, ($this->services['request_stack'] ?? ($this->services['request_stack'] = new \Symfony\Component\HttpFoundation\RequestStack())), \dirname(__DIR__4), function () {
  53902.             return ($this->privates['debug.file_link_formatter.url_format'] ?? $this->getDebug_FileLinkFormatter_UrlFormatService());
  53903.         });
  53904.     }
  53905.     /**
  53906.      * Gets the private 'debug.file_link_formatter.url_format' shared service.
  53907.      *
  53908.      * @return \string
  53909.      */
  53910.     protected function getDebug_FileLinkFormatter_UrlFormatService()
  53911.     {
  53912.         return $this->privates['debug.file_link_formatter.url_format'] = \Symfony\Component\HttpKernel\Debug\FileLinkFormatter::generateUrlFormat(($this->services['router'] ?? $this->getRouterService()), '_profiler_open_file''?file=%f&line=%l#line%l');
  53913.     }
  53914.     /**
  53915.      * Gets the private 'debug.log_processor' shared service.
  53916.      *
  53917.      * @return \Symfony\Bridge\Monolog\Processor\DebugProcessor
  53918.      */
  53919.     protected function getDebug_LogProcessorService()
  53920.     {
  53921.         return $this->privates['debug.log_processor'] = new \Symfony\Bridge\Monolog\Processor\DebugProcessor(($this->services['request_stack'] ?? ($this->services['request_stack'] = new \Symfony\Component\HttpFoundation\RequestStack())));
  53922.     }
  53923.     /**
  53924.      * Gets the private 'debug.validator' shared service.
  53925.      *
  53926.      * @return \Symfony\Component\Validator\Validator\TraceableValidator
  53927.      */
  53928.     protected function getDebug_ValidatorService()
  53929.     {
  53930.         $a = ($this->privates['validator.builder'] ?? $this->getValidator_BuilderService());
  53931.         if (isset($this->privates['debug.validator'])) {
  53932.             return $this->privates['debug.validator'];
  53933.         }
  53934.         return $this->privates['debug.validator'] = new \Symfony\Component\Validator\Validator\TraceableValidator($a->getValidator());
  53935.     }
  53936.     /**
  53937.      * Gets the private 'enqueue.client.consume_command' shared service.
  53938.      *
  53939.      * @return \Enqueue\Symfony\Client\ConsumeCommand
  53940.      */
  53941.     protected function getEnqueue_Client_ConsumeCommandService()
  53942.     {
  53943.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/Command.php';
  53944.         include_once \dirname(__DIR__4).'/vendor/enqueue/enqueue/Symfony/Consumption/ChooseLoggerCommandTrait.php';
  53945.         include_once \dirname(__DIR__4).'/vendor/enqueue/enqueue/Symfony/Consumption/LimitsExtensionsCommandTrait.php';
  53946.         include_once \dirname(__DIR__4).'/vendor/enqueue/enqueue/Symfony/Consumption/QueueConsumerOptionsCommandTrait.php';
  53947.         include_once \dirname(__DIR__4).'/vendor/enqueue/enqueue/Symfony/Client/SetupBrokerExtensionCommandTrait.php';
  53948.         include_once \dirname(__DIR__4).'/vendor/enqueue/enqueue/Symfony/Client/ConsumeCommand.php';
  53949.         $this->privates['enqueue.client.consume_command'] = $instance = new \Enqueue\Symfony\Client\ConsumeCommand(($this->privates['enqueue.locator'] ?? $this->getEnqueue_LocatorService()), 'default''enqueue.client.%s.queue_consumer''enqueue.client.%s.driver''enqueue.client.%s.delegate_processor');
  53950.         $instance->setName('enqueue:consume');
  53951.         return $instance;
  53952.     }
  53953.     /**
  53954.      * Gets the private 'enqueue.client.default.context' shared service.
  53955.      *
  53956.      * @return \Interop\Queue\Context
  53957.      */
  53958.     protected function getEnqueue_Client_Default_ContextService()
  53959.     {
  53960.         return $this->privates['enqueue.client.default.context'] = ($this->privates['enqueue.client.default.driver'] ?? $this->getEnqueue_Client_Default_DriverService())->getContext();
  53961.     }
  53962.     /**
  53963.      * Gets the private 'enqueue.client.default.delegate_processor' shared service.
  53964.      *
  53965.      * @return \Enqueue\Client\DelegateProcessor
  53966.      */
  53967.     protected function getEnqueue_Client_Default_DelegateProcessorService()
  53968.     {
  53969.         include_once \dirname(__DIR__4).'/vendor/queue-interop/queue-interop/src/Processor.php';
  53970.         include_once \dirname(__DIR__4).'/vendor/enqueue/enqueue/Client/DelegateProcessor.php';
  53971.         include_once \dirname(__DIR__4).'/vendor/enqueue/enqueue/ProcessorRegistryInterface.php';
  53972.         include_once \dirname(__DIR__4).'/vendor/enqueue/enqueue/Symfony/ContainerProcessorRegistry.php';
  53973.         return $this->privates['enqueue.client.default.delegate_processor'] = new \Enqueue\Client\DelegateProcessor(new \Enqueue\Symfony\ContainerProcessorRegistry((new \Symfony\Component\DependencyInjection\Argument\ServiceLocator($this->getService, [
  53974.             'enqueue.client.default.router_processor' => ['privates''enqueue.client.default.router_processor''getEnqueue_Client_Default_RouterProcessorService'false],
  53975.         ], [
  53976.             'enqueue.client.default.router_processor' => '?',
  53977.         ]))->withContext('enqueue.client.default.processor_registry'$this)));
  53978.     }
  53979.     /**
  53980.      * Gets the private 'enqueue.client.default.driver' shared service.
  53981.      *
  53982.      * @return \Enqueue\Client\DriverInterface
  53983.      */
  53984.     protected function getEnqueue_Client_Default_DriverService()
  53985.     {
  53986.         return $this->privates['enqueue.client.default.driver'] = (new \Enqueue\Client\DriverFactory())->create(($this->privates['enqueue.transport.default.connection_factory'] ?? $this->getEnqueue_Transport_Default_ConnectionFactoryService()), new \Enqueue\Client\Config('enqueue''.''app''default''default''default''enqueue.client.default.router_processor', ['dsn' => 'null:''factory_service' => 'Shopware\\Core\\Framework\\MessageQueue\\Enqueue\\ConnectionFactoryFactory'], []), \Enqueue\Client\RouteCollection::fromArray([]));
  53987.     }
  53988.     /**
  53989.      * Gets the private 'enqueue.client.default.flush_spool_producer_listener' shared service.
  53990.      *
  53991.      * @return \Enqueue\Symfony\Client\FlushSpoolProducerListener
  53992.      */
  53993.     protected function getEnqueue_Client_Default_FlushSpoolProducerListenerService()
  53994.     {
  53995.         include_once \dirname(__DIR__4).'/vendor/enqueue/enqueue/Symfony/Client/FlushSpoolProducerListener.php';
  53996.         return $this->privates['enqueue.client.default.flush_spool_producer_listener'] = new \Enqueue\Symfony\Client\FlushSpoolProducerListener(($this->privates['enqueue.client.default.spool_producer'] ?? $this->getEnqueue_Client_Default_SpoolProducerService()));
  53997.     }
  53998.     /**
  53999.      * Gets the private 'enqueue.client.default.lazy_producer' shared service.
  54000.      *
  54001.      * @return \Enqueue\Symfony\Client\LazyProducer
  54002.      */
  54003.     protected function getEnqueue_Client_Default_LazyProducerService()
  54004.     {
  54005.         include_once \dirname(__DIR__4).'/vendor/enqueue/enqueue/Symfony/Client/LazyProducer.php';
  54006.         return $this->privates['enqueue.client.default.lazy_producer'] = new \Enqueue\Symfony\Client\LazyProducer(new \Symfony\Component\DependencyInjection\Argument\ServiceLocator($this->getService, [
  54007.             'enqueue.client.default.producer' => ['services''enqueue.client.default.producer''getEnqueue_Client_Default_ProducerService'false],
  54008.         ], [
  54009.             'enqueue.client.default.producer' => '?',
  54010.         ]), 'enqueue.client.default.producer');
  54011.     }
  54012.     /**
  54013.      * Gets the private 'enqueue.client.default.queue_consumer' shared service.
  54014.      *
  54015.      * @return \Enqueue\Consumption\QueueConsumer
  54016.      */
  54017.     protected function getEnqueue_Client_Default_QueueConsumerService()
  54018.     {
  54019.         include_once \dirname(__DIR__4).'/vendor/enqueue/enqueue/Consumption/QueueConsumerInterface.php';
  54020.         include_once \dirname(__DIR__4).'/vendor/enqueue/enqueue/Consumption/QueueConsumer.php';
  54021.         include_once \dirname(__DIR__4).'/vendor/enqueue/enqueue/Consumption/StartExtensionInterface.php';
  54022.         include_once \dirname(__DIR__4).'/vendor/enqueue/enqueue/Consumption/PreSubscribeExtensionInterface.php';
  54023.         include_once \dirname(__DIR__4).'/vendor/enqueue/enqueue/Consumption/PreConsumeExtensionInterface.php';
  54024.         include_once \dirname(__DIR__4).'/vendor/enqueue/enqueue/Consumption/MessageReceivedExtensionInterface.php';
  54025.         include_once \dirname(__DIR__4).'/vendor/enqueue/enqueue/Consumption/PostMessageReceivedExtensionInterface.php';
  54026.         include_once \dirname(__DIR__4).'/vendor/enqueue/enqueue/Consumption/MessageResultExtensionInterface.php';
  54027.         include_once \dirname(__DIR__4).'/vendor/enqueue/enqueue/Consumption/ProcessorExceptionExtensionInterface.php';
  54028.         include_once \dirname(__DIR__4).'/vendor/enqueue/enqueue/Consumption/PostConsumeExtensionInterface.php';
  54029.         include_once \dirname(__DIR__4).'/vendor/enqueue/enqueue/Consumption/EndExtensionInterface.php';
  54030.         include_once \dirname(__DIR__4).'/vendor/enqueue/enqueue/Consumption/InitLoggerExtensionInterface.php';
  54031.         include_once \dirname(__DIR__4).'/vendor/enqueue/enqueue/Consumption/ExtensionInterface.php';
  54032.         include_once \dirname(__DIR__4).'/vendor/enqueue/enqueue/Consumption/ChainExtension.php';
  54033.         include_once \dirname(__DIR__4).'/vendor/enqueue/enqueue/Client/ConsumptionExtension/SetRouterPropertiesExtension.php';
  54034.         include_once \dirname(__DIR__4).'/vendor/enqueue/enqueue/Client/ConsumptionExtension/ExclusiveCommandExtension.php';
  54035.         include_once \dirname(__DIR__4).'/vendor/enqueue/enqueue/Client/ConsumptionExtension/FlushSpoolProducerExtension.php';
  54036.         include_once \dirname(__DIR__4).'/vendor/enqueue/enqueue/Consumption/Extension/SignalExtension.php';
  54037.         include_once \dirname(__DIR__4).'/vendor/enqueue/enqueue/Consumption/Extension/ReplyExtension.php';
  54038.         $a = ($this->privates['enqueue.client.default.driver'] ?? $this->getEnqueue_Client_Default_DriverService());
  54039.         return $this->privates['enqueue.client.default.queue_consumer'] = new \Enqueue\Consumption\QueueConsumer(($this->privates['enqueue.client.default.context'] ?? $this->getEnqueue_Client_Default_ContextService()), new \Enqueue\Consumption\ChainExtension([=> new \Enqueue\Client\ConsumptionExtension\SetRouterPropertiesExtension($a), => new \Enqueue\Client\ConsumptionExtension\ExclusiveCommandExtension($a), => ($this->privates['enqueue.consumption.signal_extension'] ?? ($this->privates['enqueue.consumption.signal_extension'] = new \Enqueue\Consumption\Extension\SignalExtension())), => ($this->privates['enqueue.consumption.reply_extension'] ?? ($this->privates['enqueue.consumption.reply_extension'] = new \Enqueue\Consumption\Extension\ReplyExtension())), => new \Enqueue\Client\ConsumptionExtension\FlushSpoolProducerExtension(($this->privates['enqueue.client.default.spool_producer'] ?? $this->getEnqueue_Client_Default_SpoolProducerService()))]), [], ($this->services['logger'] ?? $this->getLoggerService()), 1000);
  54040.     }
  54041.     /**
  54042.      * Gets the private 'enqueue.client.default.router_processor' shared service.
  54043.      *
  54044.      * @return \Enqueue\Client\RouterProcessor
  54045.      */
  54046.     protected function getEnqueue_Client_Default_RouterProcessorService()
  54047.     {
  54048.         include_once \dirname(__DIR__4).'/vendor/queue-interop/queue-interop/src/Processor.php';
  54049.         include_once \dirname(__DIR__4).'/vendor/enqueue/enqueue/Client/RouterProcessor.php';
  54050.         return $this->privates['enqueue.client.default.router_processor'] = new \Enqueue\Client\RouterProcessor(($this->privates['enqueue.client.default.driver'] ?? $this->getEnqueue_Client_Default_DriverService()));
  54051.     }
  54052.     /**
  54053.      * Gets the private 'enqueue.client.default.spool_producer' shared service.
  54054.      *
  54055.      * @return \Enqueue\Client\SpoolProducer
  54056.      */
  54057.     protected function getEnqueue_Client_Default_SpoolProducerService()
  54058.     {
  54059.         include_once \dirname(__DIR__4).'/vendor/enqueue/enqueue/Client/SpoolProducer.php';
  54060.         return $this->privates['enqueue.client.default.spool_producer'] = new \Enqueue\Client\SpoolProducer(($this->privates['enqueue.client.default.lazy_producer'] ?? $this->getEnqueue_Client_Default_LazyProducerService()));
  54061.     }
  54062.     /**
  54063.      * Gets the private 'enqueue.client.produce_command' shared service.
  54064.      *
  54065.      * @return \Enqueue\Symfony\Client\ProduceCommand
  54066.      */
  54067.     protected function getEnqueue_Client_ProduceCommandService()
  54068.     {
  54069.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/Command.php';
  54070.         include_once \dirname(__DIR__4).'/vendor/enqueue/enqueue/Symfony/Client/ProduceCommand.php';
  54071.         $this->privates['enqueue.client.produce_command'] = $instance = new \Enqueue\Symfony\Client\ProduceCommand(($this->privates['enqueue.locator'] ?? $this->getEnqueue_LocatorService()), 'default''enqueue.client.%s.producer');
  54072.         $instance->setName('enqueue:produce');
  54073.         return $instance;
  54074.     }
  54075.     /**
  54076.      * Gets the private 'enqueue.client.routes_command' shared service.
  54077.      *
  54078.      * @return \Enqueue\Symfony\Client\RoutesCommand
  54079.      */
  54080.     protected function getEnqueue_Client_RoutesCommandService()
  54081.     {
  54082.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/Command.php';
  54083.         include_once \dirname(__DIR__4).'/vendor/enqueue/enqueue/Symfony/Client/RoutesCommand.php';
  54084.         $this->privates['enqueue.client.routes_command'] = $instance = new \Enqueue\Symfony\Client\RoutesCommand(($this->privates['enqueue.locator'] ?? $this->getEnqueue_LocatorService()), 'default''enqueue.client.%s.driver');
  54085.         $instance->setName('enqueue:routes');
  54086.         return $instance;
  54087.     }
  54088.     /**
  54089.      * Gets the private 'enqueue.client.setup_broker_command' shared service.
  54090.      *
  54091.      * @return \Enqueue\Symfony\Client\SetupBrokerCommand
  54092.      */
  54093.     protected function getEnqueue_Client_SetupBrokerCommandService()
  54094.     {
  54095.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/Command.php';
  54096.         include_once \dirname(__DIR__4).'/vendor/enqueue/enqueue/Symfony/Client/SetupBrokerCommand.php';
  54097.         $this->privates['enqueue.client.setup_broker_command'] = $instance = new \Enqueue\Symfony\Client\SetupBrokerCommand(($this->privates['enqueue.locator'] ?? $this->getEnqueue_LocatorService()), 'default''enqueue.client.%s.driver');
  54098.         $instance->setName('enqueue:setup-broker');
  54099.         return $instance;
  54100.     }
  54101.     /**
  54102.      * Gets the private 'enqueue.locator' shared service.
  54103.      *
  54104.      * @return \Symfony\Component\DependencyInjection\ServiceLocator
  54105.      */
  54106.     protected function getEnqueue_LocatorService()
  54107.     {
  54108.         return $this->privates['enqueue.locator'] = new \Symfony\Component\DependencyInjection\Argument\ServiceLocator($this->getService, [
  54109.             'enqueue.client.default.delegate_processor' => ['privates''enqueue.client.default.delegate_processor''getEnqueue_Client_Default_DelegateProcessorService'false],
  54110.             'enqueue.client.default.driver' => ['privates''enqueue.client.default.driver''getEnqueue_Client_Default_DriverService'false],
  54111.             'enqueue.client.default.producer' => ['privates''enqueue.client.default.lazy_producer''getEnqueue_Client_Default_LazyProducerService'false],
  54112.             'enqueue.client.default.queue_consumer' => ['privates''enqueue.client.default.queue_consumer''getEnqueue_Client_Default_QueueConsumerService'false],
  54113.             'enqueue.transport.default.context' => ['privates''enqueue.transport.default.context''getEnqueue_Transport_Default_ContextService'false],
  54114.             'enqueue.transport.default.processor_registry' => ['privates''enqueue.transport.default.processor_registry''getEnqueue_Transport_Default_ProcessorRegistryService'false],
  54115.             'enqueue.transport.default.queue_consumer' => ['privates''enqueue.transport.default.queue_consumer''getEnqueue_Transport_Default_QueueConsumerService'false],
  54116.         ], [
  54117.             'enqueue.client.default.delegate_processor' => '?',
  54118.             'enqueue.client.default.driver' => '?',
  54119.             'enqueue.client.default.producer' => '?',
  54120.             'enqueue.client.default.queue_consumer' => '?',
  54121.             'enqueue.transport.default.context' => '?',
  54122.             'enqueue.transport.default.processor_registry' => '?',
  54123.             'enqueue.transport.default.queue_consumer' => '?',
  54124.         ]);
  54125.     }
  54126.     /**
  54127.      * Gets the private 'enqueue.messenger_transport.factory' shared service.
  54128.      *
  54129.      * @return \Enqueue\MessengerAdapter\QueueInteropTransportFactory
  54130.      */
  54131.     protected function getEnqueue_MessengerTransport_FactoryService()
  54132.     {
  54133.         include_once \dirname(__DIR__4).'/vendor/symfony/messenger/Transport/TransportFactoryInterface.php';
  54134.         include_once \dirname(__DIR__4).'/vendor/sroze/messenger-enqueue-transport/QueueInteropTransportFactory.php';
  54135.         include_once \dirname(__DIR__4).'/vendor/symfony/messenger/Transport/Serialization/SerializerInterface.php';
  54136.         include_once \dirname(__DIR__4).'/vendor/symfony/messenger/Transport/Serialization/PhpSerializer.php';
  54137.         return new \Enqueue\MessengerAdapter\QueueInteropTransportFactory(($this->privates['messenger.transport.native_php_serializer'] ?? ($this->privates['messenger.transport.native_php_serializer'] = new \Symfony\Component\Messenger\Transport\Serialization\PhpSerializer())), ($this->privates['enqueue.locator'] ?? $this->getEnqueue_LocatorService()), true);
  54138.     }
  54139.     /**
  54140.      * Gets the private 'enqueue.transport.consume_command' shared service.
  54141.      *
  54142.      * @return \Enqueue\Symfony\Consumption\ConfigurableConsumeCommand
  54143.      */
  54144.     protected function getEnqueue_Transport_ConsumeCommandService()
  54145.     {
  54146.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/Command.php';
  54147.         include_once \dirname(__DIR__4).'/vendor/enqueue/enqueue/Symfony/Consumption/ChooseLoggerCommandTrait.php';
  54148.         include_once \dirname(__DIR__4).'/vendor/enqueue/enqueue/Symfony/Consumption/LimitsExtensionsCommandTrait.php';
  54149.         include_once \dirname(__DIR__4).'/vendor/enqueue/enqueue/Symfony/Consumption/QueueConsumerOptionsCommandTrait.php';
  54150.         include_once \dirname(__DIR__4).'/vendor/enqueue/enqueue/Symfony/Consumption/ConfigurableConsumeCommand.php';
  54151.         $this->privates['enqueue.transport.consume_command'] = $instance = new \Enqueue\Symfony\Consumption\ConfigurableConsumeCommand(($this->privates['enqueue.locator'] ?? $this->getEnqueue_LocatorService()), 'default''enqueue.transport.%s.queue_consumer''enqueue.transport.%s.processor_registry');
  54152.         $instance->setName('enqueue:transport:consume');
  54153.         return $instance;
  54154.     }
  54155.     /**
  54156.      * Gets the private 'enqueue.transport.default.connection_factory' shared service.
  54157.      *
  54158.      * @return \Interop\Queue\ConnectionFactory
  54159.      */
  54160.     protected function getEnqueue_Transport_Default_ConnectionFactoryService()
  54161.     {
  54162.         return $this->privates['enqueue.transport.default.connection_factory'] = (new \Shopware\Core\Framework\MessageQueue\Enqueue\ConnectionFactoryFactory(($this->services['Doctrine\\DBAL\\Connection'] ?? $this->getConnectionService())))->create(['dsn' => 'null:']);
  54163.     }
  54164.     /**
  54165.      * Gets the private 'enqueue.transport.default.context' shared service.
  54166.      *
  54167.      * @return \Interop\Queue\Context
  54168.      */
  54169.     protected function getEnqueue_Transport_Default_ContextService()
  54170.     {
  54171.         return $this->privates['enqueue.transport.default.context'] = ($this->privates['enqueue.transport.default.connection_factory'] ?? $this->getEnqueue_Transport_Default_ConnectionFactoryService())->createContext();
  54172.     }
  54173.     /**
  54174.      * Gets the private 'enqueue.transport.default.processor_registry' shared service.
  54175.      *
  54176.      * @return \Enqueue\Symfony\ContainerProcessorRegistry
  54177.      */
  54178.     protected function getEnqueue_Transport_Default_ProcessorRegistryService()
  54179.     {
  54180.         include_once \dirname(__DIR__4).'/vendor/enqueue/enqueue/ProcessorRegistryInterface.php';
  54181.         include_once \dirname(__DIR__4).'/vendor/enqueue/enqueue/Symfony/ContainerProcessorRegistry.php';
  54182.         return $this->privates['enqueue.transport.default.processor_registry'] = new \Enqueue\Symfony\ContainerProcessorRegistry((new \Symfony\Component\DependencyInjection\Argument\ServiceLocator($this->getService, [], []))->withContext('enqueue.transport.default.processor_registry'$this));
  54183.     }
  54184.     /**
  54185.      * Gets the private 'enqueue.transport.default.queue_consumer' shared service.
  54186.      *
  54187.      * @return \Enqueue\Consumption\QueueConsumer
  54188.      */
  54189.     protected function getEnqueue_Transport_Default_QueueConsumerService()
  54190.     {
  54191.         include_once \dirname(__DIR__4).'/vendor/enqueue/enqueue/Consumption/QueueConsumerInterface.php';
  54192.         include_once \dirname(__DIR__4).'/vendor/enqueue/enqueue/Consumption/QueueConsumer.php';
  54193.         include_once \dirname(__DIR__4).'/vendor/enqueue/enqueue/Consumption/StartExtensionInterface.php';
  54194.         include_once \dirname(__DIR__4).'/vendor/enqueue/enqueue/Consumption/PreSubscribeExtensionInterface.php';
  54195.         include_once \dirname(__DIR__4).'/vendor/enqueue/enqueue/Consumption/PreConsumeExtensionInterface.php';
  54196.         include_once \dirname(__DIR__4).'/vendor/enqueue/enqueue/Consumption/MessageReceivedExtensionInterface.php';
  54197.         include_once \dirname(__DIR__4).'/vendor/enqueue/enqueue/Consumption/PostMessageReceivedExtensionInterface.php';
  54198.         include_once \dirname(__DIR__4).'/vendor/enqueue/enqueue/Consumption/MessageResultExtensionInterface.php';
  54199.         include_once \dirname(__DIR__4).'/vendor/enqueue/enqueue/Consumption/ProcessorExceptionExtensionInterface.php';
  54200.         include_once \dirname(__DIR__4).'/vendor/enqueue/enqueue/Consumption/PostConsumeExtensionInterface.php';
  54201.         include_once \dirname(__DIR__4).'/vendor/enqueue/enqueue/Consumption/EndExtensionInterface.php';
  54202.         include_once \dirname(__DIR__4).'/vendor/enqueue/enqueue/Consumption/InitLoggerExtensionInterface.php';
  54203.         include_once \dirname(__DIR__4).'/vendor/enqueue/enqueue/Consumption/ExtensionInterface.php';
  54204.         include_once \dirname(__DIR__4).'/vendor/enqueue/enqueue/Consumption/ChainExtension.php';
  54205.         include_once \dirname(__DIR__4).'/vendor/enqueue/enqueue/Consumption/Extension/LogExtension.php';
  54206.         include_once \dirname(__DIR__4).'/vendor/enqueue/enqueue/Consumption/Extension/SignalExtension.php';
  54207.         include_once \dirname(__DIR__4).'/vendor/enqueue/enqueue/Consumption/Extension/ReplyExtension.php';
  54208.         return $this->privates['enqueue.transport.default.queue_consumer'] = new \Enqueue\Consumption\QueueConsumer(($this->privates['enqueue.transport.default.context'] ?? $this->getEnqueue_Transport_Default_ContextService()), new \Enqueue\Consumption\ChainExtension([=> ($this->privates['enqueue.consumption.signal_extension'] ?? ($this->privates['enqueue.consumption.signal_extension'] = new \Enqueue\Consumption\Extension\SignalExtension())), => ($this->privates['enqueue.consumption.reply_extension'] ?? ($this->privates['enqueue.consumption.reply_extension'] = new \Enqueue\Consumption\Extension\ReplyExtension())), => new \Enqueue\Consumption\Extension\LogExtension()]), [], ($this->services['logger'] ?? $this->getLoggerService()), 1000);
  54209.     }
  54210.     /**
  54211.      * Gets the private 'error_handler.error_renderer.html' shared service.
  54212.      *
  54213.      * @return \Symfony\Component\ErrorHandler\ErrorRenderer\HtmlErrorRenderer
  54214.      */
  54215.     protected function getErrorHandler_ErrorRenderer_HtmlService()
  54216.     {
  54217.         include_once \dirname(__DIR__4).'/vendor/symfony/error-handler/ErrorRenderer/ErrorRendererInterface.php';
  54218.         include_once \dirname(__DIR__4).'/vendor/symfony/error-handler/ErrorRenderer/HtmlErrorRenderer.php';
  54219.         $a = ($this->services['request_stack'] ?? ($this->services['request_stack'] = new \Symfony\Component\HttpFoundation\RequestStack()));
  54220.         return $this->privates['error_handler.error_renderer.html'] = new \Symfony\Component\ErrorHandler\ErrorRenderer\HtmlErrorRenderer(\Symfony\Component\ErrorHandler\ErrorRenderer\HtmlErrorRenderer::isDebug($atrue), 'UTF-8', ($this->privates['debug.file_link_formatter'] ?? $this->getDebug_FileLinkFormatterService()), \dirname(__DIR__4), \Symfony\Component\ErrorHandler\ErrorRenderer\HtmlErrorRenderer::getAndCleanOutputBuffer($a), ($this->services['logger'] ?? $this->getLoggerService()));
  54221.     }
  54222.     /**
  54223.      * Gets the private 'esi_listener' shared service.
  54224.      *
  54225.      * @return \Symfony\Component\HttpKernel\EventListener\SurrogateListener
  54226.      */
  54227.     protected function getEsiListenerService()
  54228.     {
  54229.         return $this->privates['esi_listener'] = new \Symfony\Component\HttpKernel\EventListener\SurrogateListener(($this->privates['esi'] ?? ($this->privates['esi'] = new \Symfony\Component\HttpKernel\HttpCache\Esi())));
  54230.     }
  54231.     /**
  54232.      * Gets the private 'exception_listener' shared service.
  54233.      *
  54234.      * @return \Symfony\Component\HttpKernel\EventListener\ErrorListener
  54235.      */
  54236.     protected function getExceptionListenerService()
  54237.     {
  54238.         return $this->privates['exception_listener'] = new \Symfony\Component\HttpKernel\EventListener\ErrorListener('error_controller', ($this->privates['monolog.logger.request'] ?? $this->getMonolog_Logger_RequestService()), true, []);
  54239.     }
  54240.     /**
  54241.      * Gets the private 'fragment.listener' shared service.
  54242.      *
  54243.      * @return \Symfony\Component\HttpKernel\EventListener\FragmentListener
  54244.      */
  54245.     protected function getFragment_ListenerService()
  54246.     {
  54247.         return $this->privates['fragment.listener'] = new \Symfony\Component\HttpKernel\EventListener\FragmentListener(($this->privates['uri_signer'] ?? ($this->privates['uri_signer'] = new \Symfony\Component\HttpKernel\UriSigner($this->getEnv('APP_SECRET')))), '/_fragment');
  54248.     }
  54249.     /**
  54250.      * Gets the private 'fragment.renderer.esi' shared service.
  54251.      *
  54252.      * @return \Symfony\Component\HttpKernel\Fragment\EsiFragmentRenderer
  54253.      */
  54254.     protected function getFragment_Renderer_EsiService()
  54255.     {
  54256.         include_once \dirname(__DIR__4).'/vendor/symfony/http-kernel/Fragment/FragmentRendererInterface.php';
  54257.         include_once \dirname(__DIR__4).'/vendor/symfony/http-kernel/Fragment/RoutableFragmentRenderer.php';
  54258.         include_once \dirname(__DIR__4).'/vendor/symfony/http-kernel/Fragment/AbstractSurrogateFragmentRenderer.php';
  54259.         include_once \dirname(__DIR__4).'/vendor/symfony/http-kernel/Fragment/EsiFragmentRenderer.php';
  54260.         $a = ($this->privates['fragment.renderer.inline'] ?? $this->getFragment_Renderer_InlineService());
  54261.         if (isset($this->privates['fragment.renderer.esi'])) {
  54262.             return $this->privates['fragment.renderer.esi'];
  54263.         }
  54264.         $this->privates['fragment.renderer.esi'] = $instance = new \Symfony\Component\HttpKernel\Fragment\EsiFragmentRenderer(($this->privates['esi'] ?? ($this->privates['esi'] = new \Symfony\Component\HttpKernel\HttpCache\Esi())), $a, ($this->privates['uri_signer'] ?? ($this->privates['uri_signer'] = new \Symfony\Component\HttpKernel\UriSigner($this->getEnv('APP_SECRET')))));
  54265.         $instance->setFragmentPath('/_fragment');
  54266.         return $instance;
  54267.     }
  54268.     /**
  54269.      * Gets the private 'fragment.renderer.hinclude' shared service.
  54270.      *
  54271.      * @return \Symfony\Component\HttpKernel\Fragment\HIncludeFragmentRenderer
  54272.      */
  54273.     protected function getFragment_Renderer_HincludeService()
  54274.     {
  54275.         include_once \dirname(__DIR__4).'/vendor/symfony/http-kernel/Fragment/FragmentRendererInterface.php';
  54276.         include_once \dirname(__DIR__4).'/vendor/symfony/http-kernel/Fragment/RoutableFragmentRenderer.php';
  54277.         include_once \dirname(__DIR__4).'/vendor/symfony/http-kernel/Fragment/HIncludeFragmentRenderer.php';
  54278.         $a = ($this->services['.container.private.twig'] ?? $this->get_Container_Private_TwigService());
  54279.         if (isset($this->privates['fragment.renderer.hinclude'])) {
  54280.             return $this->privates['fragment.renderer.hinclude'];
  54281.         }
  54282.         $this->privates['fragment.renderer.hinclude'] = $instance = new \Symfony\Component\HttpKernel\Fragment\HIncludeFragmentRenderer($a, ($this->privates['uri_signer'] ?? ($this->privates['uri_signer'] = new \Symfony\Component\HttpKernel\UriSigner($this->getEnv('APP_SECRET')))), NULL);
  54283.         $instance->setFragmentPath('/_fragment');
  54284.         return $instance;
  54285.     }
  54286.     /**
  54287.      * Gets the private 'fragment.renderer.inline' shared service.
  54288.      *
  54289.      * @return \Symfony\Component\HttpKernel\Fragment\InlineFragmentRenderer
  54290.      */
  54291.     protected function getFragment_Renderer_InlineService()
  54292.     {
  54293.         include_once \dirname(__DIR__4).'/vendor/symfony/http-kernel/Fragment/FragmentRendererInterface.php';
  54294.         include_once \dirname(__DIR__4).'/vendor/symfony/http-kernel/Fragment/RoutableFragmentRenderer.php';
  54295.         include_once \dirname(__DIR__4).'/vendor/symfony/http-kernel/Fragment/InlineFragmentRenderer.php';
  54296.         $a = ($this->services['http_kernel'] ?? $this->getHttpKernelService());
  54297.         if (isset($this->privates['fragment.renderer.inline'])) {
  54298.             return $this->privates['fragment.renderer.inline'];
  54299.         }
  54300.         $b = ($this->services['event_dispatcher'] ?? $this->getEventDispatcherService());
  54301.         if (isset($this->privates['fragment.renderer.inline'])) {
  54302.             return $this->privates['fragment.renderer.inline'];
  54303.         }
  54304.         $this->privates['fragment.renderer.inline'] = $instance = new \Symfony\Component\HttpKernel\Fragment\InlineFragmentRenderer($a$b);
  54305.         $instance->setFragmentPath('/_fragment');
  54306.         return $instance;
  54307.     }
  54308.     /**
  54309.      * Gets the private 'framework_extra_bundle.event.is_granted' shared service.
  54310.      *
  54311.      * @return \Sensio\Bundle\FrameworkExtraBundle\EventListener\IsGrantedListener
  54312.      */
  54313.     protected function getFrameworkExtraBundle_Event_IsGrantedService()
  54314.     {
  54315.         return $this->privates['framework_extra_bundle.event.is_granted'] = new \Sensio\Bundle\FrameworkExtraBundle\EventListener\IsGrantedListener(new \Sensio\Bundle\FrameworkExtraBundle\Request\ArgumentNameConverter(($this->privates['argument_metadata_factory'] ?? ($this->privates['argument_metadata_factory'] = new \Symfony\Component\HttpKernel\ControllerMetadata\ArgumentMetadataFactory()))), NULL);
  54316.     }
  54317.     /**
  54318.      * Gets the private 'kernel.bundles' shared service.
  54319.      *
  54320.      * @return \Iterator
  54321.      */
  54322.     protected function getKernel_BundlesService()
  54323.     {
  54324.         return $this->privates['kernel.bundles'] = ($this->services['kernel'] ?? $this->get('kernel'1))->getBundles();
  54325.     }
  54326.     /**
  54327.      * Gets the private 'locale_aware_listener' shared service.
  54328.      *
  54329.      * @return \Symfony\Component\HttpKernel\EventListener\LocaleAwareListener
  54330.      */
  54331.     protected function getLocaleAwareListenerService()
  54332.     {
  54333.         return $this->privates['locale_aware_listener'] = new \Symfony\Component\HttpKernel\EventListener\LocaleAwareListener(new RewindableGenerator(function () {
  54334.             yield => ($this->privates['slugger'] ?? ($this->privates['slugger'] = new \Symfony\Component\String\Slugger\AsciiSlugger('en-GB')));
  54335.             yield => ($this->privates['translator.default'] ?? $this->getTranslator_DefaultService());
  54336.         }, 2), ($this->services['request_stack'] ?? ($this->services['request_stack'] = new \Symfony\Component\HttpFoundation\RequestStack())));
  54337.     }
  54338.     /**
  54339.      * Gets the private 'locale_listener' shared service.
  54340.      *
  54341.      * @return \Symfony\Component\HttpKernel\EventListener\LocaleListener
  54342.      */
  54343.     protected function getLocaleListenerService()
  54344.     {
  54345.         return $this->privates['locale_listener'] = new \Symfony\Component\HttpKernel\EventListener\LocaleListener(($this->services['request_stack'] ?? ($this->services['request_stack'] = new \Symfony\Component\HttpFoundation\RequestStack())), 'en-GB', ($this->services['router'] ?? $this->getRouterService()), false, []);
  54346.     }
  54347.     /**
  54348.      * Gets the private 'lock.default.factory' shared service.
  54349.      *
  54350.      * @return \Symfony\Component\Lock\LockFactory
  54351.      */
  54352.     protected function getLock_Default_FactoryService()
  54353.     {
  54354.         $this->privates['lock.default.factory'] = $instance = new \Symfony\Component\Lock\LockFactory(\Symfony\Component\Lock\Store\StoreFactory::createStore('semaphore'));
  54355.         $a = new \Symfony\Bridge\Monolog\Logger('lock');
  54356.         $a->pushProcessor(($this->privates['debug.log_processor'] ?? $this->getDebug_LogProcessorService()));
  54357.         $a->pushHandler(($this->privates['monolog.handler.console'] ?? $this->getMonolog_Handler_ConsoleService()));
  54358.         $a->pushHandler(($this->privates['Shopware\\Core\\Framework\\Log\\Monolog\\ExcludeFlowEventHandler'] ?? $this->getExcludeFlowEventHandlerService()));
  54359.         \Symfony\Bundle\FrameworkBundle\DependencyInjection\Compiler\AddDebugLogProcessorPass::configureLogger($a);
  54360.         $instance->setLogger($a);
  54361.         return $instance;
  54362.     }
  54363.     /**
  54364.      * Gets the private 'mailer.messenger.message_handler' shared service.
  54365.      *
  54366.      * @return \Symfony\Component\Mailer\Messenger\MessageHandler
  54367.      */
  54368.     protected function getMailer_Messenger_MessageHandlerService()
  54369.     {
  54370.         include_once \dirname(__DIR__4).'/vendor/symfony/mailer/Messenger/MessageHandler.php';
  54371.         $a = ($this->privates['mailer.transports'] ?? $this->getMailer_TransportsService());
  54372.         if (isset($this->privates['mailer.messenger.message_handler'])) {
  54373.             return $this->privates['mailer.messenger.message_handler'];
  54374.         }
  54375.         return $this->privates['mailer.messenger.message_handler'] = new \Symfony\Component\Mailer\Messenger\MessageHandler($a);
  54376.     }
  54377.     /**
  54378.      * Gets the private 'mailer.transport_factory.native' shared service.
  54379.      *
  54380.      * @return \Symfony\Component\Mailer\Transport\NativeTransportFactory
  54381.      */
  54382.     protected function getMailer_TransportFactory_NativeService()
  54383.     {
  54384.         include_once \dirname(__DIR__4).'/vendor/symfony/mailer/Transport/TransportFactoryInterface.php';
  54385.         include_once \dirname(__DIR__4).'/vendor/symfony/mailer/Transport/AbstractTransportFactory.php';
  54386.         include_once \dirname(__DIR__4).'/vendor/symfony/mailer/Transport/NativeTransportFactory.php';
  54387.         $a = ($this->services['event_dispatcher'] ?? $this->getEventDispatcherService());
  54388.         if (isset($this->privates['mailer.transport_factory.native'])) {
  54389.             return $this->privates['mailer.transport_factory.native'];
  54390.         }
  54391.         return $this->privates['mailer.transport_factory.native'] = new \Symfony\Component\Mailer\Transport\NativeTransportFactory($aNULL, ($this->privates['monolog.logger.mailer'] ?? $this->getMonolog_Logger_MailerService()));
  54392.     }
  54393.     /**
  54394.      * Gets the private 'mailer.transport_factory.null' shared service.
  54395.      *
  54396.      * @return \Symfony\Component\Mailer\Transport\NullTransportFactory
  54397.      */
  54398.     protected function getMailer_TransportFactory_NullService()
  54399.     {
  54400.         include_once \dirname(__DIR__4).'/vendor/symfony/mailer/Transport/TransportFactoryInterface.php';
  54401.         include_once \dirname(__DIR__4).'/vendor/symfony/mailer/Transport/AbstractTransportFactory.php';
  54402.         include_once \dirname(__DIR__4).'/vendor/symfony/mailer/Transport/NullTransportFactory.php';
  54403.         $a = ($this->services['event_dispatcher'] ?? $this->getEventDispatcherService());
  54404.         if (isset($this->privates['mailer.transport_factory.null'])) {
  54405.             return $this->privates['mailer.transport_factory.null'];
  54406.         }
  54407.         return $this->privates['mailer.transport_factory.null'] = new \Symfony\Component\Mailer\Transport\NullTransportFactory($aNULL, ($this->privates['monolog.logger.mailer'] ?? $this->getMonolog_Logger_MailerService()));
  54408.     }
  54409.     /**
  54410.      * Gets the private 'mailer.transport_factory.sendmail' shared service.
  54411.      *
  54412.      * @return \Symfony\Component\Mailer\Transport\SendmailTransportFactory
  54413.      */
  54414.     protected function getMailer_TransportFactory_SendmailService()
  54415.     {
  54416.         include_once \dirname(__DIR__4).'/vendor/symfony/mailer/Transport/TransportFactoryInterface.php';
  54417.         include_once \dirname(__DIR__4).'/vendor/symfony/mailer/Transport/AbstractTransportFactory.php';
  54418.         include_once \dirname(__DIR__4).'/vendor/symfony/mailer/Transport/SendmailTransportFactory.php';
  54419.         $a = ($this->services['event_dispatcher'] ?? $this->getEventDispatcherService());
  54420.         if (isset($this->privates['mailer.transport_factory.sendmail'])) {
  54421.             return $this->privates['mailer.transport_factory.sendmail'];
  54422.         }
  54423.         return $this->privates['mailer.transport_factory.sendmail'] = new \Symfony\Component\Mailer\Transport\SendmailTransportFactory($aNULL, ($this->privates['monolog.logger.mailer'] ?? $this->getMonolog_Logger_MailerService()));
  54424.     }
  54425.     /**
  54426.      * Gets the private 'mailer.transport_factory.smtp' shared service.
  54427.      *
  54428.      * @return \Symfony\Component\Mailer\Transport\Smtp\EsmtpTransportFactory
  54429.      */
  54430.     protected function getMailer_TransportFactory_SmtpService()
  54431.     {
  54432.         include_once \dirname(__DIR__4).'/vendor/symfony/mailer/Transport/TransportFactoryInterface.php';
  54433.         include_once \dirname(__DIR__4).'/vendor/symfony/mailer/Transport/AbstractTransportFactory.php';
  54434.         include_once \dirname(__DIR__4).'/vendor/symfony/mailer/Transport/Smtp/EsmtpTransportFactory.php';
  54435.         $a = ($this->services['event_dispatcher'] ?? $this->getEventDispatcherService());
  54436.         if (isset($this->privates['mailer.transport_factory.smtp'])) {
  54437.             return $this->privates['mailer.transport_factory.smtp'];
  54438.         }
  54439.         return $this->privates['mailer.transport_factory.smtp'] = new \Symfony\Component\Mailer\Transport\Smtp\EsmtpTransportFactory($aNULL, ($this->privates['monolog.logger.mailer'] ?? $this->getMonolog_Logger_MailerService()));
  54440.     }
  54441.     /**
  54442.      * Gets the private 'mailer.transports' shared service.
  54443.      *
  54444.      * @return \Symfony\Component\Mailer\Transport\Transports
  54445.      */
  54446.     protected function getMailer_TransportsService()
  54447.     {
  54448.         include_once \dirname(__DIR__4).'/vendor/symfony/mailer/Transport/TransportInterface.php';
  54449.         include_once \dirname(__DIR__4).'/vendor/symfony/mailer/Transport/Transports.php';
  54450.         include_once \dirname(__DIR__4).'/vendor/symfony/mailer/Transport.php';
  54451.         include_once \dirname(__DIR__4).'/vendor/shopware/core/Content/Mail/Service/MailerTransportFactory.php';
  54452.         include_once \dirname(__DIR__4).'/vendor/shopware/core/Content/Mail/Service/MailAttachmentsBuilder.php';
  54453.         $a = ($this->services['Shopware\\Core\\System\\SystemConfig\\SystemConfigService'] ?? $this->getSystemConfigServiceService());
  54454.         if (isset($this->privates['mailer.transports'])) {
  54455.             return $this->privates['mailer.transports'];
  54456.         }
  54457.         $b = ($this->privates['Shopware\\Core\\Content\\Media\\MediaService'] ?? $this->getMediaServiceService());
  54458.         if (isset($this->privates['mailer.transports'])) {
  54459.             return $this->privates['mailer.transports'];
  54460.         }
  54461.         $c = ($this->services['media.repository'] ?? $this->getMedia_RepositoryService());
  54462.         if (isset($this->privates['mailer.transports'])) {
  54463.             return $this->privates['mailer.transports'];
  54464.         }
  54465.         $d = ($this->services['document.repository'] ?? $this->getDocument_RepositoryService());
  54466.         if (isset($this->privates['mailer.transports'])) {
  54467.             return $this->privates['mailer.transports'];
  54468.         }
  54469.         $e = ($this->privates['Shopware\\Core\\Checkout\\Document\\Service\\DocumentGenerator'] ?? $this->getDocumentGeneratorService());
  54470.         if (isset($this->privates['mailer.transports'])) {
  54471.             return $this->privates['mailer.transports'];
  54472.         }
  54473.         $f = ($this->privates['Shopware\\Core\\Checkout\\Document\\DocumentService'] ?? $this->getDocumentServiceService());
  54474.         if (isset($this->privates['mailer.transports'])) {
  54475.             return $this->privates['mailer.transports'];
  54476.         }
  54477.         return $this->privates['mailer.transports'] = (new \Shopware\Core\Content\Mail\Service\MailerTransportFactory(new RewindableGenerator(function () {
  54478.             yield => ($this->privates['mailer.transport_factory.null'] ?? $this->getMailer_TransportFactory_NullService());
  54479.             yield => ($this->privates['mailer.transport_factory.sendmail'] ?? $this->getMailer_TransportFactory_SendmailService());
  54480.             yield => ($this->privates['mailer.transport_factory.native'] ?? $this->getMailer_TransportFactory_NativeService());
  54481.             yield => ($this->privates['mailer.transport_factory.smtp'] ?? $this->getMailer_TransportFactory_SmtpService());
  54482.         }, 4), $a, new \Shopware\Core\Content\Mail\Service\MailAttachmentsBuilder($b$c$d$e$f, ($this->services['Doctrine\\DBAL\\Connection'] ?? $this->getConnectionService())), ($this->services['shopware.filesystem.public'] ?? $this->getShopware_Filesystem_PublicService()), $d))->fromStrings(['main' => $this->getEnv('MAILER_URL')]);
  54483.     }
  54484.     /**
  54485.      * Gets the private 'messenger.bus.shopware.middleware.handle_message' shared service.
  54486.      *
  54487.      * @return \Symfony\Component\Messenger\Middleware\HandleMessageMiddleware
  54488.      */
  54489.     protected function getMessenger_Bus_Shopware_Middleware_HandleMessageService()
  54490.     {
  54491.         include_once \dirname(__DIR__4).'/vendor/symfony/messenger/Middleware/MiddlewareInterface.php';
  54492.         include_once \dirname(__DIR__4).'/vendor/symfony/messenger/Middleware/HandleMessageMiddleware.php';
  54493.         include_once \dirname(__DIR__4).'/vendor/symfony/messenger/Handler/HandlersLocatorInterface.php';
  54494.         include_once \dirname(__DIR__4).'/vendor/symfony/messenger/Handler/HandlersLocator.php';
  54495.         $this->privates['messenger.bus.shopware.middleware.handle_message'] = $instance = new \Symfony\Component\Messenger\Middleware\HandleMessageMiddleware(new \Symfony\Component\Messenger\Handler\HandlersLocator(['Shopware\\Core\\Framework\\Log\\ScheduledTask\\LogCleanupTask' => new RewindableGenerator(function () {
  54496.             yield => ($this->privates['.messenger.handler_descriptor.h1gRAD1'] ?? $this->get_Messenger_HandlerDescriptor_H1gRAD1Service());
  54497.         }, 1), 'Shopware\\Core\\Framework\\Adapter\\Cache\\InvalidateCacheTask' => new RewindableGenerator(function () {
  54498.             yield => ($this->privates['.messenger.handler_descriptor.aM76mVQ'] ?? $this->get_Messenger_HandlerDescriptor_AM76mVQService());
  54499.         }, 1), 'Shopware\\Core\\Framework\\Adapter\\Cache\\Message\\CleanupOldCacheFolders' => new RewindableGenerator(function () {
  54500.             yield => ($this->privates['.messenger.handler_descriptor.goUFZIo'] ?? $this->get_Messenger_HandlerDescriptor_GoUFZIoService());
  54501.         }, 1), 'Shopware\\Core\\Content\\Media\\Message\\GenerateThumbnailsMessage' => new RewindableGenerator(function () {
  54502.             yield => ($this->privates['.messenger.handler_descriptor.6a6vTR.'] ?? $this->get_Messenger_HandlerDescriptor_6a6vTR_Service());
  54503.         }, 1), 'Shopware\\Core\\Content\\Media\\Message\\UpdateThumbnailsMessage' => new RewindableGenerator(function () {
  54504.             yield => ($this->privates['.messenger.handler_descriptor.88lOdtC'] ?? $this->get_Messenger_HandlerDescriptor_88lOdtCService());
  54505.         }, 1), 'Shopware\\Core\\Framework\\App\\ScheduledTask\\UpdateAppsTask' => new RewindableGenerator(function () {
  54506.             yield => ($this->privates['.messenger.handler_descriptor.vN2QjSm'] ?? $this->get_Messenger_HandlerDescriptor_VN2QjSmService());
  54507.         }, 1), 'Shopware\\Core\\Framework\\App\\ScheduledTask\\DeleteCascadeAppsTask' => new RewindableGenerator(function () {
  54508.             yield => ($this->privates['.messenger.handler_descriptor.bD1J5H6'] ?? $this->get_Messenger_HandlerDescriptor_BD1J5H6Service());
  54509.         }, 1), 'Shopware\\Core\\Framework\\DataAbstractionLayer\\Indexing\\EntityIndexingMessage' => new RewindableGenerator(function () {
  54510.             yield => ($this->privates['.messenger.handler_descriptor.2yo6BZJ'] ?? $this->get_Messenger_HandlerDescriptor_2yo6BZJService());
  54511.         }, 1), 'Shopware\\Core\\Framework\\DataAbstractionLayer\\Indexing\\MessageQueue\\IterateEntityIndexerMessage' => new RewindableGenerator(function () {
  54512.             yield => ($this->privates['.messenger.handler_descriptor.hq66vfV'] ?? $this->get_Messenger_HandlerDescriptor_Hq66vfVService());
  54513.         }, 1), 'Shopware\\Core\\Framework\\DataAbstractionLayer\\Version\\Cleanup\\CleanupVersionTask' => new RewindableGenerator(function () {
  54514.             yield => ($this->privates['.messenger.handler_descriptor.n5_pcyU'] ?? $this->get_Messenger_HandlerDescriptor_N5PcyUService());
  54515.         }, 1), 'Shopware\\Core\\Framework\\MessageQueue\\Message\\EncryptedMessage' => new RewindableGenerator(function () {
  54516.             yield => ($this->privates['.messenger.handler_descriptor.W5d8anj'] ?? $this->get_Messenger_HandlerDescriptor_W5d8anjService());
  54517.         }, 1), 'Shopware\\Core\\Framework\\MessageQueue\\Message\\RetryMessage' => new RewindableGenerator(function () {
  54518.             yield => ($this->privates['.messenger.handler_descriptor.rvKU_JQ'] ?? $this->get_Messenger_HandlerDescriptor_RvKUJQService());
  54519.         }, 1), 'Shopware\\Core\\Framework\\MessageQueue\\Message\\SleepMessage' => new RewindableGenerator(function () {
  54520.             yield => ($this->privates['.messenger.handler_descriptor.6XWr01B'] ?? $this->get_Messenger_HandlerDescriptor_6XWr01BService());
  54521.         }, 1), 'Shopware\\Core\\Framework\\MessageQueue\\ScheduledTask\\RequeueDeadMessagesTask' => new RewindableGenerator(function () {
  54522.             yield => ($this->privates['.messenger.handler_descriptor.BzkW.st'] ?? $this->get_Messenger_HandlerDescriptor_BzkW_StService());
  54523.         }, 1), 'Shopware\\Core\\Framework\\MessageQueue\\ScheduledTask\\MessageQueue\\RegisterScheduledTaskMessage' => new RewindableGenerator(function () {
  54524.             yield => ($this->privates['.messenger.handler_descriptor.dVP21hY'] ?? $this->get_Messenger_HandlerDescriptor_DVP21hYService());
  54525.         }, 1), 'Shopware\\Core\\Framework\\Webhook\\Message\\WebhookEventMessage' => new RewindableGenerator(function () {
  54526.             yield => ($this->privates['.messenger.handler_descriptor.Z5qzcmD'] ?? $this->get_Messenger_HandlerDescriptor_Z5qzcmDService());
  54527.         }, 1), 'Shopware\\Core\\System\\SalesChannel\\Context\\Cleanup\\CleanupSalesChannelContextTask' => new RewindableGenerator(function () {
  54528.             yield => ($this->privates['.messenger.handler_descriptor._mx1WXF'] ?? $this->get_Messenger_HandlerDescriptor_Mx1WXFService());
  54529.         }, 1), 'Shopware\\Core\\Content\\Media\\Message\\DeleteFileMessage' => new RewindableGenerator(function () {
  54530.             yield => ($this->privates['.messenger.handler_descriptor.TaMu3bd'] ?? $this->get_Messenger_HandlerDescriptor_TaMu3bdService());
  54531.         }, 1), 'Shopware\\Core\\Content\\Product\\Cleanup\\CleanupProductKeywordDictionaryTask' => new RewindableGenerator(function () {
  54532.             yield => ($this->privates['.messenger.handler_descriptor.vhvNn_P'] ?? $this->get_Messenger_HandlerDescriptor_VhvNnPService());
  54533.         }, 1), 'Shopware\\Core\\Content\\Product\\Cleanup\\CleanupUnusedDownloadMediaTask' => new RewindableGenerator(function () {
  54534.             yield => ($this->privates['.messenger.handler_descriptor.wUKKx8c'] ?? $this->get_Messenger_HandlerDescriptor_WUKKx8cService());
  54535.         }, 1), 'Shopware\\Core\\Content\\Newsletter\\ScheduledTask\\NewsletterRecipientTask' => new RewindableGenerator(function () {
  54536.             yield => ($this->privates['.messenger.handler_descriptor.6kBcctU'] ?? $this->get_Messenger_HandlerDescriptor_6kBcctUService());
  54537.         }, 1), 'Shopware\\Core\\Content\\ProductStream\\ScheduledTask\\UpdateProductStreamMappingTask' => new RewindableGenerator(function () {
  54538.             yield => ($this->privates['.messenger.handler_descriptor.zfOhFjq'] ?? $this->get_Messenger_HandlerDescriptor_ZfOhFjqService());
  54539.         }, 1), 'Shopware\\Core\\Content\\ProductExport\\ScheduledTask\\ProductExportGenerateTask' => new RewindableGenerator(function () {
  54540.             yield => ($this->privates['.messenger.handler_descriptor.wYSIMNj'] ?? $this->get_Messenger_HandlerDescriptor_WYSIMNjService());
  54541.         }, 1), 'Shopware\\Core\\Content\\ProductExport\\ScheduledTask\\ProductExportPartialGeneration' => new RewindableGenerator(function () {
  54542.             yield => ($this->privates['.messenger.handler_descriptor.4htA3jl'] ?? $this->get_Messenger_HandlerDescriptor_4htA3jlService());
  54543.         }, 1), 'Shopware\\Core\\Content\\ImportExport\\Message\\ImportExportMessage' => new RewindableGenerator(function () {
  54544.             yield => ($this->privates['.messenger.handler_descriptor.Sx4TzkJ'] ?? $this->get_Messenger_HandlerDescriptor_Sx4TzkJService());
  54545.         }, 1), 'Shopware\\Core\\Content\\ImportExport\\Message\\DeleteFileMessage' => new RewindableGenerator(function () {
  54546.             yield => ($this->privates['.messenger.handler_descriptor.3.rzR14'] ?? $this->get_Messenger_HandlerDescriptor_3_RzR14Service());
  54547.         }, 1), 'Shopware\\Core\\Content\\ImportExport\\ScheduledTask\\CleanupImportExportFileTask' => new RewindableGenerator(function () {
  54548.             yield => ($this->privates['.messenger.handler_descriptor.yKXilMm'] ?? $this->get_Messenger_HandlerDescriptor_YKXilMmService());
  54549.         }, 1), 'Shopware\\Core\\Content\\Sitemap\\ScheduledTask\\SitemapGenerateTask' => new RewindableGenerator(function () {
  54550.             yield => ($this->privates['.messenger.handler_descriptor.RWDR7vF'] ?? $this->get_Messenger_HandlerDescriptor_RWDR7vFService());
  54551.         }, 1), 'Shopware\\Core\\Content\\Sitemap\\ScheduledTask\\SitemapMessage' => new RewindableGenerator(function () {
  54552.             yield => ($this->privates['.messenger.handler_descriptor.z290ooz'] ?? $this->get_Messenger_HandlerDescriptor_Z290oozService());
  54553.         }, 1), 'Shopware\\Core\\Checkout\\Cart\\Cleanup\\CleanupCartTask' => new RewindableGenerator(function () {
  54554.             yield => ($this->privates['.messenger.handler_descriptor.D8Msq11'] ?? $this->get_Messenger_HandlerDescriptor_D8Msq11Service());
  54555.         }, 1), 'Shopware\\Storefront\\Framework\\Cache\\CacheWarmer\\WarmUpMessage' => new RewindableGenerator(function () {
  54556.             yield => ($this->privates['.messenger.handler_descriptor.9FtfQXI'] ?? $this->get_Messenger_HandlerDescriptor_9FtfQXIService());
  54557.         }, 1), 'Shopware\\Elasticsearch\\Framework\\Indexing\\CreateAliasTask' => new RewindableGenerator(function () {
  54558.             yield => ($this->privates['.messenger.handler_descriptor.RaXVyBY'] ?? $this->get_Messenger_HandlerDescriptor_RaXVyBYService());
  54559.         }, 1), 'Shopware\\Elasticsearch\\Framework\\Indexing\\ElasticsearchIndexingMessage' => new RewindableGenerator(function () {
  54560.             yield => ($this->privates['.messenger.handler_descriptor.9zA2HRZ'] ?? $this->get_Messenger_HandlerDescriptor_9zA2HRZService());
  54561.         }, 1), 'Shopware\\Elasticsearch\\Framework\\Indexing\\ElasticsearchLanguageIndexIteratorMessage' => new RewindableGenerator(function () {
  54562.             yield => ($this->privates['.messenger.handler_descriptor.ZFmY.qW'] ?? $this->get_Messenger_HandlerDescriptor_ZFmY_QWService());
  54563.         }, 1), 'Shopware\\Elasticsearch\\Admin\\AdminSearchIndexingMessage' => new RewindableGenerator(function () {
  54564.             yield => ($this->privates['.messenger.handler_descriptor.blq.UUc'] ?? $this->get_Messenger_HandlerDescriptor_Blq_UUcService());
  54565.         }, 1), 'Swag\\PayPal\\Checkout\\Payment\\ScheduledTask\\CancelTransactionsTask' => new RewindableGenerator(function () {
  54566.             yield => ($this->privates['.messenger.handler_descriptor.0Tu9xxE'] ?? $this->get_Messenger_HandlerDescriptor_0Tu9xxEService());
  54567.         }, 1), 'Swag\\PayPal\\Pos\\MessageQueue\\Message\\CloneVisibilityMessage' => new RewindableGenerator(function () {
  54568.             yield => ($this->privates['.messenger.handler_descriptor.I0UD7br'] ?? $this->get_Messenger_HandlerDescriptor_I0UD7brService());
  54569.         }, 1), 'Swag\\PayPal\\Pos\\MessageQueue\\Message\\SyncManagerMessage' => new RewindableGenerator(function () {
  54570.             yield => ($this->privates['.messenger.handler_descriptor.ka59xCt'] ?? $this->get_Messenger_HandlerDescriptor_Ka59xCtService());
  54571.         }, 1), 'Swag\\PayPal\\Pos\\MessageQueue\\Message\\Sync\\ProductSingleSyncMessage' => new RewindableGenerator(function () {
  54572.             yield => ($this->privates['.messenger.handler_descriptor.6KXPS1P'] ?? $this->get_Messenger_HandlerDescriptor_6KXPS1PService());
  54573.         }, 1), 'Swag\\PayPal\\Pos\\MessageQueue\\Message\\Sync\\ProductVariantSyncMessage' => new RewindableGenerator(function () {
  54574.             yield => ($this->privates['.messenger.handler_descriptor.fTnptq7'] ?? $this->get_Messenger_HandlerDescriptor_FTnptq7Service());
  54575.         }, 1), 'Swag\\PayPal\\Pos\\MessageQueue\\Message\\Sync\\ProductCleanupSyncMessage' => new RewindableGenerator(function () {
  54576.             yield => ($this->privates['.messenger.handler_descriptor.6yw2O.t'] ?? $this->get_Messenger_HandlerDescriptor_6yw2O_TService());
  54577.         }, 1), 'Swag\\PayPal\\Pos\\MessageQueue\\Message\\Sync\\InventorySyncMessage' => new RewindableGenerator(function () {
  54578.             yield => ($this->privates['.messenger.handler_descriptor.vohgW1I'] ?? $this->get_Messenger_HandlerDescriptor_VohgW1IService());
  54579.         }, 1), 'Swag\\PayPal\\Pos\\MessageQueue\\Message\\Sync\\ImageSyncMessage' => new RewindableGenerator(function () {
  54580.             yield => ($this->privates['.messenger.handler_descriptor.ex5cbt9'] ?? $this->get_Messenger_HandlerDescriptor_Ex5cbt9Service());
  54581.         }, 1), 'Swag\\PayPal\\Pos\\MessageQueue\\Message\\InventoryUpdateMessage' => new RewindableGenerator(function () {
  54582.             yield => ($this->privates['.messenger.handler_descriptor.FImPDsK'] ?? $this->get_Messenger_HandlerDescriptor_FImPDsKService());
  54583.         }, 1), 'Swag\\PayPal\\Pos\\Schedule\\CleanUpLogTask' => new RewindableGenerator(function () {
  54584.             yield => ($this->privates['.messenger.handler_descriptor.jTJEFNe'] ?? $this->get_Messenger_HandlerDescriptor_JTJEFNeService());
  54585.         }, 1), 'Swag\\PayPal\\Pos\\Schedule\\CompleteSyncTask' => new RewindableGenerator(function () {
  54586.             yield => ($this->privates['.messenger.handler_descriptor.u3lfLwH'] ?? $this->get_Messenger_HandlerDescriptor_U3lfLwHService());
  54587.         }, 1), 'Swag\\PayPal\\Pos\\Schedule\\InventorySyncTask' => new RewindableGenerator(function () {
  54588.             yield => ($this->privates['.messenger.handler_descriptor.xfSTNS5'] ?? $this->get_Messenger_HandlerDescriptor_XfSTNS5Service());
  54589.         }, 1), 'SwagMigrationAssistant\\Migration\\MessageQueue\\Message\\ProcessMediaMessage' => new RewindableGenerator(function () {
  54590.             yield => ($this->privates['.messenger.handler_descriptor.uhLObtn'] ?? $this->get_Messenger_HandlerDescriptor_UhLObtnService());
  54591.         }, 1), 'SwagMigrationAssistant\\Migration\\MessageQueue\\Message\\CleanupMigrationMessage' => new RewindableGenerator(function () {
  54592.             yield => ($this->privates['.messenger.handler_descriptor.NsPWeMd'] ?? $this->get_Messenger_HandlerDescriptor_NsPWeMdService());
  54593.         }, 1), 'MoorlMagazine\\Core\\WordpressSync\\WordpressSyncTask' => new RewindableGenerator(function () {
  54594.             yield => ($this->privates['.messenger.handler_descriptor.4XGQ5oS'] ?? $this->get_Messenger_HandlerDescriptor_4XGQ5oSService());
  54595.         }, 1), 'Swag\\AmazonPay\\Framework\\ScheduledTasks\\CheckPaymentStatus' => new RewindableGenerator(function () {
  54596.             yield => ($this->privates['.messenger.handler_descriptor.KpgS6kr'] ?? $this->get_Messenger_HandlerDescriptor_KpgS6krService());
  54597.         }, 1), 'Swag\\AmazonPay\\Framework\\ScheduledTasks\\SignUpTokenCleanUp' => new RewindableGenerator(function () {
  54598.             yield => ($this->privates['.messenger.handler_descriptor.ht3XEZJ'] ?? $this->get_Messenger_HandlerDescriptor_Ht3XEZJService());
  54599.         }, 1), 'Cbax\\ModulManufacturers\\ScheduledTask\\ManufacturerSeoIndex' => new RewindableGenerator(function () {
  54600.             yield => ($this->privates['.messenger.handler_descriptor.l3y3O1T'] ?? $this->get_Messenger_HandlerDescriptor_L3y3O1TService());
  54601.         }, 1), 'Cbax\\ModulManufacturers\\ScheduledTask\\ManufacturerProductCount' => new RewindableGenerator(function () {
  54602.             yield => ($this->privates['.messenger.handler_descriptor.aANcoKl'] ?? $this->get_Messenger_HandlerDescriptor_AANcoKlService());
  54603.         }, 1), 'Acris\\SuggestedProducts\\ScheduledTask\\CustomersAlsoViewedIndexTask' => new RewindableGenerator(function () {
  54604.             yield => ($this->privates['.messenger.handler_descriptor.Pf41Egl'] ?? $this->get_Messenger_HandlerDescriptor_Pf41EglService());
  54605.         }, 1), 'Zeobv\\AbandonedCart\\ScheduledTasks\\Tasks\\AbandonedCart\\CollectTask' => new RewindableGenerator(function () {
  54606.             yield => ($this->privates['.messenger.handler_descriptor.0WOee1I'] ?? $this->get_Messenger_HandlerDescriptor_0WOee1IService());
  54607.         }, 1), 'Cbax\\ModulAnalytics\\ScheduledTask\\Analytics' => new RewindableGenerator(function () {
  54608.             yield => ($this->privates['.messenger.handler_descriptor.U_6ttgF'] ?? $this->get_Messenger_HandlerDescriptor_U6ttgFService());
  54609.         }, 1), 'Cbax\\ModulExternalOrder\\ScheduledTask\\DispatchStatusRefresh' => new RewindableGenerator(function () {
  54610.             yield => ($this->privates['.messenger.handler_descriptor.EY0Zdjl'] ?? $this->get_Messenger_HandlerDescriptor_EY0ZdjlService());
  54611.         }, 1), 'Cbax\\ModulExternalOrder\\ScheduledTask\\CanceledStatusRefresh' => new RewindableGenerator(function () {
  54612.             yield => ($this->privates['.messenger.handler_descriptor.68Ve7W8'] ?? $this->get_Messenger_HandlerDescriptor_68Ve7W8Service());
  54613.         }, 1), 'Cbax\\ModulExternalOrder\\ScheduledTask\\ShopwareOrderGenerate' => new RewindableGenerator(function () {
  54614.             yield => ($this->privates['.messenger.handler_descriptor.D8LAJzK'] ?? $this->get_Messenger_HandlerDescriptor_D8LAJzKService());
  54615.         }, 1), 'Cbax\\ModulOrderImportGalaxus\\ScheduledTask\\OrderImport' => new RewindableGenerator(function () {
  54616.             yield => ($this->privates['.messenger.handler_descriptor.CuIV3PL'] ?? $this->get_Messenger_HandlerDescriptor_CuIV3PLService());
  54617.         }, 1), 'Cbax\\ModulOrderImportGalaxus\\ScheduledTask\\SendDispatchStatus' => new RewindableGenerator(function () {
  54618.             yield => ($this->privates['.messenger.handler_descriptor.VqGjXc1'] ?? $this->get_Messenger_HandlerDescriptor_VqGjXc1Service());
  54619.         }, 1), 'Cbax\\ModulOrderImportGalaxus\\ScheduledTask\\SendCanceledStatus' => new RewindableGenerator(function () {
  54620.             yield => ($this->privates['.messenger.handler_descriptor._LfzSfD'] ?? $this->get_Messenger_HandlerDescriptor_LfzSfDService());
  54621.         }, 1), 'Cbax\\ModulOrderImportGalaxus\\ScheduledTask\\DownloadFiles' => new RewindableGenerator(function () {
  54622.             yield => ($this->privates['.messenger.handler_descriptor.lT_DO1N'] ?? $this->get_Messenger_HandlerDescriptor_LTDO1NService());
  54623.         }, 1), 'Cbax\\ModulOrderImportGalaxus\\ScheduledTask\\UploadFiles' => new RewindableGenerator(function () {
  54624.             yield => ($this->privates['.messenger.handler_descriptor._pagWNe'] ?? $this->get_Messenger_HandlerDescriptor_PagWNeService());
  54625.         }, 1), 'Symfony\\Component\\Mailer\\Messenger\\SendEmailMessage' => new RewindableGenerator(function () {
  54626.             yield => ($this->privates['.messenger.handler_descriptor.g5T3Vdz'] ?? $this->get_Messenger_HandlerDescriptor_G5T3VdzService());
  54627.         }, 1)]));
  54628.         $instance->setLogger(($this->privates['monolog.logger.messenger'] ?? $this->getMonolog_Logger_MessengerService()));
  54629.         return $instance;
  54630.     }
  54631.     /**
  54632.      * Gets the private 'messenger.bus.shopware.middleware.traceable' shared service.
  54633.      *
  54634.      * @return \Symfony\Component\Messenger\Middleware\TraceableMiddleware
  54635.      */
  54636.     protected function getMessenger_Bus_Shopware_Middleware_TraceableService()
  54637.     {
  54638.         include_once \dirname(__DIR__4).'/vendor/symfony/messenger/Middleware/MiddlewareInterface.php';
  54639.         include_once \dirname(__DIR__4).'/vendor/symfony/messenger/Middleware/TraceableMiddleware.php';
  54640.         return $this->privates['messenger.bus.shopware.middleware.traceable'] = new \Symfony\Component\Messenger\Middleware\TraceableMiddleware(($this->privates['debug.stopwatch'] ?? ($this->privates['debug.stopwatch'] = new \Symfony\Component\Stopwatch\Stopwatch(true))), 'messenger.bus.shopware');
  54641.     }
  54642.     /**
  54643.      * Gets the private 'messenger.listener.stop_worker_on_restart_signal_listener' shared service.
  54644.      *
  54645.      * @return \Symfony\Component\Messenger\EventListener\StopWorkerOnRestartSignalListener
  54646.      */
  54647.     protected function getMessenger_Listener_StopWorkerOnRestartSignalListenerService()
  54648.     {
  54649.         include_once \dirname(__DIR__4).'/vendor/symfony/messenger/EventListener/StopWorkerOnRestartSignalListener.php';
  54650.         return $this->privates['messenger.listener.stop_worker_on_restart_signal_listener'] = new \Symfony\Component\Messenger\EventListener\StopWorkerOnRestartSignalListener(($this->privates['cache.messenger.restart_workers_signal'] ?? $this->getCache_Messenger_RestartWorkersSignalService()), ($this->privates['monolog.logger.messenger'] ?? $this->getMonolog_Logger_MessengerService()));
  54651.     }
  54652.     /**
  54653.      * Gets the private 'messenger.listener.stop_worker_on_sigterm_signal_listener' shared service.
  54654.      *
  54655.      * @return \Symfony\Component\Messenger\EventListener\StopWorkerOnSigtermSignalListener
  54656.      */
  54657.     protected function getMessenger_Listener_StopWorkerOnSigtermSignalListenerService()
  54658.     {
  54659.         include_once \dirname(__DIR__4).'/vendor/symfony/messenger/EventListener/StopWorkerOnSigtermSignalListener.php';
  54660.         return $this->privates['messenger.listener.stop_worker_on_sigterm_signal_listener'] = new \Symfony\Component\Messenger\EventListener\StopWorkerOnSigtermSignalListener(($this->privates['monolog.logger.messenger'] ?? $this->getMonolog_Logger_MessengerService()));
  54661.     }
  54662.     /**
  54663.      * Gets the private 'messenger.middleware.send_message' shared service.
  54664.      *
  54665.      * @return \Symfony\Component\Messenger\Middleware\SendMessageMiddleware
  54666.      */
  54667.     protected function getMessenger_Middleware_SendMessageService()
  54668.     {
  54669.         include_once \dirname(__DIR__4).'/vendor/symfony/messenger/Middleware/MiddlewareInterface.php';
  54670.         include_once \dirname(__DIR__4).'/vendor/symfony/messenger/Middleware/SendMessageMiddleware.php';
  54671.         include_once \dirname(__DIR__4).'/vendor/symfony/messenger/Transport/Sender/SendersLocatorInterface.php';
  54672.         include_once \dirname(__DIR__4).'/vendor/shopware/core/Framework/MessageQueue/DefaultSenderLocator.php';
  54673.         include_once \dirname(__DIR__4).'/vendor/symfony/messenger/Transport/Sender/SendersLocator.php';
  54674.         $a = ($this->privates['.service_locator.ltYzMMM'] ?? $this->get_ServiceLocator_LtYzMMMService());
  54675.         if (isset($this->privates['messenger.middleware.send_message'])) {
  54676.             return $this->privates['messenger.middleware.send_message'];
  54677.         }
  54678.         $b = ($this->privates['messenger.transport.default'] ?? $this->getMessenger_Transport_DefaultService());
  54679.         if (isset($this->privates['messenger.middleware.send_message'])) {
  54680.             return $this->privates['messenger.middleware.send_message'];
  54681.         }
  54682.         $c = ($this->services['event_dispatcher'] ?? $this->getEventDispatcherService());
  54683.         if (isset($this->privates['messenger.middleware.send_message'])) {
  54684.             return $this->privates['messenger.middleware.send_message'];
  54685.         }
  54686.         $this->privates['messenger.middleware.send_message'] = $instance = new \Symfony\Component\Messenger\Middleware\SendMessageMiddleware(new \Shopware\Core\Framework\MessageQueue\DefaultSenderLocator(new \Symfony\Component\Messenger\Transport\Sender\SendersLocator([], $a), $b'default'), $c);
  54687.         $instance->setLogger(($this->privates['monolog.logger.messenger'] ?? $this->getMonolog_Logger_MessengerService()));
  54688.         return $instance;
  54689.     }
  54690.     /**
  54691.      * Gets the private 'messenger.receiver_locator' shared service.
  54692.      *
  54693.      * @return \Symfony\Component\DependencyInjection\ServiceLocator
  54694.      */
  54695.     protected function getMessenger_ReceiverLocatorService()
  54696.     {
  54697.         return $this->privates['messenger.receiver_locator'] = new \Symfony\Component\DependencyInjection\Argument\ServiceLocator($this->getService, [
  54698.             'default' => ['privates''messenger.transport.default''getMessenger_Transport_DefaultService'false],
  54699.             'messenger.transport.default' => ['privates''messenger.transport.default''getMessenger_Transport_DefaultService'false],
  54700.         ], [
  54701.             'default' => '?',
  54702.             'messenger.transport.default' => '?',
  54703.         ]);
  54704.     }
  54705.     /**
  54706.      * Gets the private 'messenger.retry.multiplier_retry_strategy.default' shared service.
  54707.      *
  54708.      * @return \Symfony\Component\Messenger\Retry\MultiplierRetryStrategy
  54709.      */
  54710.     protected function getMessenger_Retry_MultiplierRetryStrategy_DefaultService()
  54711.     {
  54712.         include_once \dirname(__DIR__4).'/vendor/symfony/messenger/Retry/RetryStrategyInterface.php';
  54713.         include_once \dirname(__DIR__4).'/vendor/symfony/messenger/Retry/MultiplierRetryStrategy.php';
  54714.         return $this->privates['messenger.retry.multiplier_retry_strategy.default'] = new \Symfony\Component\Messenger\Retry\MultiplierRetryStrategy(3100020);
  54715.     }
  54716.     /**
  54717.      * Gets the private 'messenger.retry.send_failed_message_for_retry_listener' shared service.
  54718.      *
  54719.      * @return \Symfony\Component\Messenger\EventListener\SendFailedMessageForRetryListener
  54720.      */
  54721.     protected function getMessenger_Retry_SendFailedMessageForRetryListenerService()
  54722.     {
  54723.         include_once \dirname(__DIR__4).'/vendor/symfony/messenger/EventListener/SendFailedMessageForRetryListener.php';
  54724.         $a = ($this->services['event_dispatcher'] ?? $this->getEventDispatcherService());
  54725.         if (isset($this->privates['messenger.retry.send_failed_message_for_retry_listener'])) {
  54726.             return $this->privates['messenger.retry.send_failed_message_for_retry_listener'];
  54727.         }
  54728.         return $this->privates['messenger.retry.send_failed_message_for_retry_listener'] = new \Symfony\Component\Messenger\EventListener\SendFailedMessageForRetryListener(($this->privates['.service_locator.ltYzMMM'] ?? $this->get_ServiceLocator_LtYzMMMService()), new \Symfony\Component\DependencyInjection\Argument\ServiceLocator($this->getService, [
  54729.             'default' => ['privates''messenger.retry.multiplier_retry_strategy.default''getMessenger_Retry_MultiplierRetryStrategy_DefaultService'false],
  54730.         ], [
  54731.             'default' => '?',
  54732.         ]), ($this->privates['monolog.logger.messenger'] ?? $this->getMonolog_Logger_MessengerService()), $a);
  54733.     }
  54734.     /**
  54735.      * Gets the private 'messenger.routable_message_bus' shared service.
  54736.      *
  54737.      * @return \Symfony\Component\Messenger\RoutableMessageBus
  54738.      */
  54739.     protected function getMessenger_RoutableMessageBusService()
  54740.     {
  54741.         include_once \dirname(__DIR__4).'/vendor/symfony/messenger/RoutableMessageBus.php';
  54742.         $a = ($this->services['messenger.default_bus'] ?? $this->getMessenger_DefaultBusService());
  54743.         if (isset($this->privates['messenger.routable_message_bus'])) {
  54744.             return $this->privates['messenger.routable_message_bus'];
  54745.         }
  54746.         return $this->privates['messenger.routable_message_bus'] = new \Symfony\Component\Messenger\RoutableMessageBus(new \Symfony\Component\DependencyInjection\Argument\ServiceLocator($this->getService, [
  54747.             'messenger.bus.shopware' => ['services''messenger.default_bus''getMessenger_DefaultBusService'false],
  54748.         ], [
  54749.             'messenger.bus.shopware' => '?',
  54750.         ]), $a);
  54751.     }
  54752.     /**
  54753.      * Gets the private 'messenger.transport.default' shared service.
  54754.      *
  54755.      * @return \Symfony\Component\Messenger\Transport\TransportInterface
  54756.      */
  54757.     protected function getMessenger_Transport_DefaultService()
  54758.     {
  54759.         include_once \dirname(__DIR__4).'/vendor/symfony/messenger/Transport/Receiver/ReceiverInterface.php';
  54760.         include_once \dirname(__DIR__4).'/vendor/symfony/messenger/Transport/Sender/SenderInterface.php';
  54761.         include_once \dirname(__DIR__4).'/vendor/symfony/messenger/Transport/TransportInterface.php';
  54762.         include_once \dirname(__DIR__4).'/vendor/symfony/messenger/Transport/TransportFactoryInterface.php';
  54763.         include_once \dirname(__DIR__4).'/vendor/symfony/messenger/Transport/TransportFactory.php';
  54764.         include_once \dirname(__DIR__4).'/vendor/symfony/messenger/Transport/Serialization/SerializerInterface.php';
  54765.         include_once \dirname(__DIR__4).'/vendor/symfony/messenger/Transport/Serialization/PhpSerializer.php';
  54766.         return $this->privates['messenger.transport.default'] = (new \Symfony\Component\Messenger\Transport\TransportFactory(new RewindableGenerator(function () {
  54767.             yield => (new \Symfony\Component\Messenger\Bridge\Amqp\Transport\AmqpTransportFactory());
  54768.             yield => (new \Symfony\Component\Messenger\Bridge\Redis\Transport\RedisTransportFactory());
  54769.             yield => ($this->privates['messenger.transport.sync.factory'] ?? $this->getMessenger_Transport_Sync_FactoryService());
  54770.             yield => ($this->privates['messenger.transport.in_memory.factory'] ?? ($this->privates['messenger.transport.in_memory.factory'] = new \Symfony\Component\Messenger\Transport\InMemoryTransportFactory()));
  54771.             yield => $this->getEnqueue_MessengerTransport_FactoryService();
  54772.         }, 5)))->createTransport($this->getEnv('MESSENGER_TRANSPORT_DSN'), ['transport_name' => 'default'], ($this->privates['messenger.transport.native_php_serializer'] ?? ($this->privates['messenger.transport.native_php_serializer'] = new \Symfony\Component\Messenger\Transport\Serialization\PhpSerializer())));
  54773.     }
  54774.     /**
  54775.      * Gets the private 'messenger.transport.sync.factory' shared service.
  54776.      *
  54777.      * @return \Symfony\Component\Messenger\Transport\Sync\SyncTransportFactory
  54778.      */
  54779.     protected function getMessenger_Transport_Sync_FactoryService()
  54780.     {
  54781.         include_once \dirname(__DIR__4).'/vendor/symfony/messenger/Transport/TransportFactoryInterface.php';
  54782.         include_once \dirname(__DIR__4).'/vendor/symfony/messenger/Transport/Sync/SyncTransportFactory.php';
  54783.         $a = ($this->privates['messenger.routable_message_bus'] ?? $this->getMessenger_RoutableMessageBusService());
  54784.         if (isset($this->privates['messenger.transport.sync.factory'])) {
  54785.             return $this->privates['messenger.transport.sync.factory'];
  54786.         }
  54787.         return $this->privates['messenger.transport.sync.factory'] = new \Symfony\Component\Messenger\Transport\Sync\SyncTransportFactory($a);
  54788.     }
  54789.     /**
  54790.      * Gets the private 'mime_types' shared service.
  54791.      *
  54792.      * @return \Symfony\Component\Mime\MimeTypes
  54793.      */
  54794.     protected function getMimeTypesService()
  54795.     {
  54796.         $this->privates['mime_types'] = $instance = new \Symfony\Component\Mime\MimeTypes();
  54797.         $instance->setDefault($instance);
  54798.         return $instance;
  54799.     }
  54800.     /**
  54801.      * Gets the private 'monolog.command.server_log' shared service.
  54802.      *
  54803.      * @return \Symfony\Bridge\Monolog\Command\ServerLogCommand
  54804.      */
  54805.     protected function getMonolog_Command_ServerLogService()
  54806.     {
  54807.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/Command.php';
  54808.         include_once \dirname(__DIR__4).'/vendor/symfony/monolog-bridge/Command/ServerLogCommand.php';
  54809.         $this->privates['monolog.command.server_log'] = $instance = new \Symfony\Bridge\Monolog\Command\ServerLogCommand();
  54810.         $instance->setName('server:log');
  54811.         $instance->setDescription('Start a log server that displays logs in real time');
  54812.         return $instance;
  54813.     }
  54814.     /**
  54815.      * Gets the private 'monolog.handler.business_event_handler_buffer' shared service.
  54816.      *
  54817.      * @return \Monolog\Handler\BufferHandler
  54818.      */
  54819.     protected function getMonolog_Handler_BusinessEventHandlerBufferService()
  54820.     {
  54821.         include_once \dirname(__DIR__4).'/vendor/monolog/monolog/src/Monolog/Handler/BufferHandler.php';
  54822.         include_once \dirname(__DIR__4).'/vendor/shopware/core/Framework/Log/Monolog/DoctrineSQLHandler.php';
  54823.         return $this->privates['monolog.handler.business_event_handler_buffer'] = new \Monolog\Handler\BufferHandler(new \Shopware\Core\Framework\Log\Monolog\DoctrineSQLHandler(($this->services['Doctrine\\DBAL\\Connection'] ?? $this->getConnectionService())), 0100truefalse);
  54824.     }
  54825.     /**
  54826.      * Gets the private 'monolog.handler.console' shared service.
  54827.      *
  54828.      * @return \Symfony\Bridge\Monolog\Handler\ConsoleHandler
  54829.      */
  54830.     protected function getMonolog_Handler_ConsoleService()
  54831.     {
  54832.         return $this->privates['monolog.handler.console'] = new \Symfony\Bridge\Monolog\Handler\ConsoleHandler(NULLtrue, [], []);
  54833.     }
  54834.     /**
  54835.      * Gets the private 'monolog.logger.cache' shared service.
  54836.      *
  54837.      * @return \Symfony\Bridge\Monolog\Logger
  54838.      */
  54839.     protected function getMonolog_Logger_CacheService()
  54840.     {
  54841.         $this->privates['monolog.logger.cache'] = $instance = new \Symfony\Bridge\Monolog\Logger('cache');
  54842.         $instance->pushProcessor(($this->privates['debug.log_processor'] ?? $this->getDebug_LogProcessorService()));
  54843.         $instance->pushHandler(($this->privates['monolog.handler.console'] ?? $this->getMonolog_Handler_ConsoleService()));
  54844.         $instance->pushHandler(($this->privates['Shopware\\Core\\Framework\\Log\\Monolog\\ExcludeFlowEventHandler'] ?? $this->getExcludeFlowEventHandlerService()));
  54845.         \Symfony\Bundle\FrameworkBundle\DependencyInjection\Compiler\AddDebugLogProcessorPass::configureLogger($instance);
  54846.         return $instance;
  54847.     }
  54848.     /**
  54849.      * Gets the private 'monolog.logger.mailer' shared service.
  54850.      *
  54851.      * @return \Symfony\Bridge\Monolog\Logger
  54852.      */
  54853.     protected function getMonolog_Logger_MailerService()
  54854.     {
  54855.         $this->privates['monolog.logger.mailer'] = $instance = new \Symfony\Bridge\Monolog\Logger('mailer');
  54856.         $instance->pushProcessor(($this->privates['debug.log_processor'] ?? $this->getDebug_LogProcessorService()));
  54857.         $instance->pushHandler(($this->privates['monolog.handler.console'] ?? $this->getMonolog_Handler_ConsoleService()));
  54858.         $instance->pushHandler(($this->privates['Shopware\\Core\\Framework\\Log\\Monolog\\ExcludeFlowEventHandler'] ?? $this->getExcludeFlowEventHandlerService()));
  54859.         \Symfony\Bundle\FrameworkBundle\DependencyInjection\Compiler\AddDebugLogProcessorPass::configureLogger($instance);
  54860.         return $instance;
  54861.     }
  54862.     /**
  54863.      * Gets the private 'monolog.logger.messenger' shared service.
  54864.      *
  54865.      * @return \Symfony\Bridge\Monolog\Logger
  54866.      */
  54867.     protected function getMonolog_Logger_MessengerService()
  54868.     {
  54869.         $this->privates['monolog.logger.messenger'] = $instance = new \Symfony\Bridge\Monolog\Logger('messenger');
  54870.         $instance->pushProcessor(($this->privates['debug.log_processor'] ?? $this->getDebug_LogProcessorService()));
  54871.         $instance->pushHandler(($this->privates['monolog.handler.console'] ?? $this->getMonolog_Handler_ConsoleService()));
  54872.         $instance->pushHandler(($this->privates['Shopware\\Core\\Framework\\Log\\Monolog\\ExcludeFlowEventHandler'] ?? $this->getExcludeFlowEventHandlerService()));
  54873.         \Symfony\Bundle\FrameworkBundle\DependencyInjection\Compiler\AddDebugLogProcessorPass::configureLogger($instance);
  54874.         return $instance;
  54875.     }
  54876.     /**
  54877.      * Gets the private 'monolog.logger.request' shared service.
  54878.      *
  54879.      * @return \Symfony\Bridge\Monolog\Logger
  54880.      */
  54881.     protected function getMonolog_Logger_RequestService()
  54882.     {
  54883.         $this->privates['monolog.logger.request'] = $instance = new \Symfony\Bridge\Monolog\Logger('request');
  54884.         $instance->pushProcessor(($this->privates['debug.log_processor'] ?? $this->getDebug_LogProcessorService()));
  54885.         $instance->pushHandler(($this->privates['monolog.handler.console'] ?? $this->getMonolog_Handler_ConsoleService()));
  54886.         $instance->pushHandler(($this->privates['Shopware\\Core\\Framework\\Log\\Monolog\\ExcludeFlowEventHandler'] ?? $this->getExcludeFlowEventHandlerService()));
  54887.         \Symfony\Bundle\FrameworkBundle\DependencyInjection\Compiler\AddDebugLogProcessorPass::configureLogger($instance);
  54888.         return $instance;
  54889.     }
  54890.     /**
  54891.      * Gets the private 'parameter_bag' shared service.
  54892.      *
  54893.      * @return \Symfony\Component\DependencyInjection\ParameterBag\ContainerBag
  54894.      */
  54895.     protected function getParameterBagService()
  54896.     {
  54897.         return $this->privates['parameter_bag'] = new \Symfony\Component\DependencyInjection\ParameterBag\ContainerBag($this);
  54898.     }
  54899.     /**
  54900.      * Gets the private 'profiler_listener' shared service.
  54901.      *
  54902.      * @return \Symfony\Component\HttpKernel\EventListener\ProfilerListener
  54903.      */
  54904.     protected function getProfilerListenerService()
  54905.     {
  54906.         $a = ($this->services['.container.private.profiler'] ?? $this->get_Container_Private_ProfilerService());
  54907.         if (isset($this->privates['profiler_listener'])) {
  54908.             return $this->privates['profiler_listener'];
  54909.         }
  54910.         return $this->privates['profiler_listener'] = new \Symfony\Component\HttpKernel\EventListener\ProfilerListener($a, ($this->services['request_stack'] ?? ($this->services['request_stack'] = new \Symfony\Component\HttpFoundation\RequestStack())), NULLfalsefalseNULL);
  54911.     }
  54912.     /**
  54913.      * Gets the private 'property_info' shared service.
  54914.      *
  54915.      * @return \Symfony\Component\PropertyInfo\PropertyInfoExtractor
  54916.      */
  54917.     protected function getPropertyInfoService()
  54918.     {
  54919.         return $this->privates['property_info'] = new \Symfony\Component\PropertyInfo\PropertyInfoExtractor(new RewindableGenerator(function () {
  54920.             yield => ($this->privates['property_info.serializer_extractor'] ?? $this->getPropertyInfo_SerializerExtractorService());
  54921.             yield => ($this->privates['property_info.reflection_extractor'] ?? ($this->privates['property_info.reflection_extractor'] = new \Symfony\Component\PropertyInfo\Extractor\ReflectionExtractor()));
  54922.         }, 2), new RewindableGenerator(function () {
  54923.             yield => ($this->privates['property_info.reflection_extractor'] ?? ($this->privates['property_info.reflection_extractor'] = new \Symfony\Component\PropertyInfo\Extractor\ReflectionExtractor()));
  54924.         }, 1), new RewindableGenerator(function () {
  54925.             return new \EmptyIterator();
  54926.         }, 0), new RewindableGenerator(function () {
  54927.             yield => ($this->privates['property_info.reflection_extractor'] ?? ($this->privates['property_info.reflection_extractor'] = new \Symfony\Component\PropertyInfo\Extractor\ReflectionExtractor()));
  54928.         }, 1), new RewindableGenerator(function () {
  54929.             yield => ($this->privates['property_info.reflection_extractor'] ?? ($this->privates['property_info.reflection_extractor'] = new \Symfony\Component\PropertyInfo\Extractor\ReflectionExtractor()));
  54930.         }, 1));
  54931.     }
  54932.     /**
  54933.      * Gets the private 'property_info.serializer_extractor' shared service.
  54934.      *
  54935.      * @return \Symfony\Component\PropertyInfo\Extractor\SerializerExtractor
  54936.      */
  54937.     protected function getPropertyInfo_SerializerExtractorService()
  54938.     {
  54939.         include_once \dirname(__DIR__4).'/vendor/symfony/property-info/Extractor/SerializerExtractor.php';
  54940.         return $this->privates['property_info.serializer_extractor'] = new \Symfony\Component\PropertyInfo\Extractor\SerializerExtractor(($this->privates['serializer.mapping.class_metadata_factory'] ?? $this->getSerializer_Mapping_ClassMetadataFactoryService()));
  54941.     }
  54942.     /**
  54943.      * Gets the private 'proxa_basket_cross_selling_sw6.subscriber.storefront.event_subscriber' shared service.
  54944.      *
  54945.      * @return \ProxaBasketCrossSellingSW6\Subscriber\Storefront\EventSubscriber
  54946.      */
  54947.     protected function getProxaBasketCrossSellingSw6_Subscriber_Storefront_EventSubscriberService()
  54948.     {
  54949.         include_once \dirname(__DIR__4).'/vendor/store.shopware.com/proxabasketcrosssellingsw6/src/Subscriber/Storefront/EventSubscriber.php';
  54950.         include_once \dirname(__DIR__4).'/vendor/store.shopware.com/proxabasketcrosssellingsw6/src/Service/GetSliderProductsService.php';
  54951.         $a = ($this->services['Shopware\\Core\\System\\SystemConfig\\SystemConfigService'] ?? $this->getSystemConfigServiceService());
  54952.         if (isset($this->privates['proxa_basket_cross_selling_sw6.subscriber.storefront.event_subscriber'])) {
  54953.             return $this->privates['proxa_basket_cross_selling_sw6.subscriber.storefront.event_subscriber'];
  54954.         }
  54955.         $b = ($this->services['sales_channel.product.repository'] ?? $this->getSalesChannel_Product_RepositoryService());
  54956.         if (isset($this->privates['proxa_basket_cross_selling_sw6.subscriber.storefront.event_subscriber'])) {
  54957.             return $this->privates['proxa_basket_cross_selling_sw6.subscriber.storefront.event_subscriber'];
  54958.         }
  54959.         $c = ($this->services['product_cross_selling.repository'] ?? $this->getProductCrossSelling_RepositoryService());
  54960.         if (isset($this->privates['proxa_basket_cross_selling_sw6.subscriber.storefront.event_subscriber'])) {
  54961.             return $this->privates['proxa_basket_cross_selling_sw6.subscriber.storefront.event_subscriber'];
  54962.         }
  54963.         $d = ($this->services['product_stream.repository'] ?? $this->getProductStream_RepositoryService());
  54964.         if (isset($this->privates['proxa_basket_cross_selling_sw6.subscriber.storefront.event_subscriber'])) {
  54965.             return $this->privates['proxa_basket_cross_selling_sw6.subscriber.storefront.event_subscriber'];
  54966.         }
  54967.         return $this->privates['proxa_basket_cross_selling_sw6.subscriber.storefront.event_subscriber'] = new \ProxaBasketCrossSellingSW6\Subscriber\Storefront\EventSubscriber(new \ProxaBasketCrossSellingSW6\Service\GetSliderProductsService($a$b$c$d, ($this->services['Shopware\\Core\\Content\\ProductStream\\Service\\ProductStreamBuilder'] ?? $this->getProductStreamBuilderService()), ($this->services['Doctrine\\DBAL\\Connection'] ?? $this->getConnectionService()), ($this->privates['Shopware\\Core\\Framework\\Log\\LoggerFactory'] ?? $this->getLoggerFactoryService())->createRotating('ProxaBasketCrossSellingSW6')));
  54968.     }
  54969.     /**
  54970.      * Gets the private 'router.cache_warmer' shared service.
  54971.      *
  54972.      * @return \Symfony\Bundle\FrameworkBundle\CacheWarmer\RouterCacheWarmer
  54973.      */
  54974.     protected function getRouter_CacheWarmerService()
  54975.     {
  54976.         include_once \dirname(__DIR__4).'/vendor/symfony/http-kernel/CacheWarmer/CacheWarmerInterface.php';
  54977.         include_once \dirname(__DIR__4).'/vendor/symfony/framework-bundle/CacheWarmer/RouterCacheWarmer.php';
  54978.         return $this->privates['router.cache_warmer'] = new \Symfony\Bundle\FrameworkBundle\CacheWarmer\RouterCacheWarmer((new \Symfony\Component\DependencyInjection\Argument\ServiceLocator($this->getService, [
  54979.             'router' => ['services''router''getRouterService'false],
  54980.         ], [
  54981.             'router' => '?',
  54982.         ]))->withContext('router.cache_warmer'$this));
  54983.     }
  54984.     /**
  54985.      * Gets the private 'router.default' shared service.
  54986.      *
  54987.      * @return \Symfony\Bundle\FrameworkBundle\Routing\Router
  54988.      */
  54989.     protected function getRouter_DefaultService()
  54990.     {
  54991.         $a = new \Symfony\Bridge\Monolog\Logger('router');
  54992.         $a->pushProcessor(($this->privates['debug.log_processor'] ?? $this->getDebug_LogProcessorService()));
  54993.         $a->pushHandler(($this->privates['monolog.handler.console'] ?? $this->getMonolog_Handler_ConsoleService()));
  54994.         $a->pushHandler(($this->privates['Shopware\\Core\\Framework\\Log\\Monolog\\ExcludeFlowEventHandler'] ?? $this->getExcludeFlowEventHandlerService()));
  54995.         \Symfony\Bundle\FrameworkBundle\DependencyInjection\Compiler\AddDebugLogProcessorPass::configureLogger($a);
  54996.         $this->privates['router.default'] = $instance = new \Symfony\Bundle\FrameworkBundle\Routing\Router((new \Symfony\Component\DependencyInjection\Argument\ServiceLocator($this->getService, [
  54997.             'routing.loader' => ['services''routing.loader''getRouting_LoaderService'false],
  54998.         ], [
  54999.             'routing.loader' => 'Symfony\\Component\\Config\\Loader\\LoaderInterface',
  55000.         ]))->withContext('router.default'$this), 'kernel::loadRoutes', ['cache_dir' => $this->targetDir.'''debug' => true'generator_class' => 'Symfony\\Component\\Routing\\Generator\\CompiledUrlGenerator''generator_dumper_class' => 'Symfony\\Component\\Routing\\Generator\\Dumper\\CompiledUrlGeneratorDumper''matcher_class' => 'Symfony\\Bundle\\FrameworkBundle\\Routing\\RedirectableCompiledUrlMatcher''matcher_dumper_class' => 'Symfony\\Component\\Routing\\Matcher\\Dumper\\CompiledUrlMatcherDumper''strict_requirements' => true'resource_type' => 'service'], ($this->privates['router.request_context'] ?? $this->getRouter_RequestContextService()), ($this->privates['parameter_bag'] ?? ($this->privates['parameter_bag'] = new \Symfony\Component\DependencyInjection\ParameterBag\ContainerBag($this))), $a'en-GB');
  55001.         $instance->setConfigCacheFactory(($this->privates['config_cache_factory'] ?? $this->getConfigCacheFactoryService()));
  55002.         return $instance;
  55003.     }
  55004.     /**
  55005.      * Gets the private 'router.request_context' shared service.
  55006.      *
  55007.      * @return \Symfony\Component\Routing\RequestContext
  55008.      */
  55009.     protected function getRouter_RequestContextService()
  55010.     {
  55011.         return $this->privates['router.request_context'] = \Symfony\Component\Routing\RequestContext::fromUri('''localhost''http'80443);
  55012.     }
  55013.     /**
  55014.      * Gets the private 'router_listener' shared service.
  55015.      *
  55016.      * @return \Symfony\Component\HttpKernel\EventListener\RouterListener
  55017.      */
  55018.     protected function getRouterListenerService()
  55019.     {
  55020.         return $this->privates['router_listener'] = new \Symfony\Component\HttpKernel\EventListener\RouterListener(($this->services['router'] ?? $this->getRouterService()), ($this->services['request_stack'] ?? ($this->services['request_stack'] = new \Symfony\Component\HttpFoundation\RequestStack())), ($this->privates['router.request_context'] ?? $this->getRouter_RequestContextService()), ($this->privates['monolog.logger.request'] ?? $this->getMonolog_Logger_RequestService()), \dirname(__DIR__4), true);
  55021.     }
  55022.     /**
  55023.      * Gets the private 'secrets.vault' shared service.
  55024.      *
  55025.      * @return \Symfony\Bundle\FrameworkBundle\Secrets\SodiumVault
  55026.      */
  55027.     protected function getSecrets_VaultService()
  55028.     {
  55029.         include_once \dirname(__DIR__4).'/vendor/symfony/framework-bundle/Secrets/AbstractVault.php';
  55030.         include_once \dirname(__DIR__4).'/vendor/symfony/dependency-injection/EnvVarLoaderInterface.php';
  55031.         include_once \dirname(__DIR__4).'/vendor/symfony/framework-bundle/Secrets/SodiumVault.php';
  55032.         include_once \dirname(__DIR__4).'/vendor/symfony/polyfill-php80/Resources/stubs/Stringable.php';
  55033.         include_once \dirname(__DIR__4).'/vendor/symfony/string/LazyString.php';
  55034.         return $this->privates['secrets.vault'] = new \Symfony\Bundle\FrameworkBundle\Secrets\SodiumVault((\dirname(__DIR__4).'/config/secrets/'.$this->getEnv('string:default:kernel.environment:APP_RUNTIME_ENV')), \Symfony\Component\String\LazyString::fromCallable(\Closure::fromCallable([=> $this=> 'getEnv']), 'base64:default::SYMFONY_DECRYPTION_SECRET'));
  55035.     }
  55036.     /**
  55037.      * Gets the private 'sensio_framework_extra.controller.listener' shared service.
  55038.      *
  55039.      * @return \Sensio\Bundle\FrameworkExtraBundle\EventListener\ControllerListener
  55040.      */
  55041.     protected function getSensioFrameworkExtra_Controller_ListenerService()
  55042.     {
  55043.         return $this->privates['sensio_framework_extra.controller.listener'] = new \Sensio\Bundle\FrameworkExtraBundle\EventListener\ControllerListener(($this->privates['annotations.cached_reader'] ?? $this->getAnnotations_CachedReaderService()));
  55044.     }
  55045.     /**
  55046.      * Gets the private 'sensio_framework_extra.converter.listener' shared service.
  55047.      *
  55048.      * @return \Sensio\Bundle\FrameworkExtraBundle\EventListener\ParamConverterListener
  55049.      */
  55050.     protected function getSensioFrameworkExtra_Converter_ListenerService()
  55051.     {
  55052.         $a = new \Sensio\Bundle\FrameworkExtraBundle\Request\ParamConverter\ParamConverterManager();
  55053.         $a->add(new \Sensio\Bundle\FrameworkExtraBundle\Request\ParamConverter\DoctrineParamConverter(NULLNULL), 0'doctrine.orm');
  55054.         $a->add(new \Sensio\Bundle\FrameworkExtraBundle\Request\ParamConverter\DateTimeParamConverter(), 0'datetime');
  55055.         return $this->privates['sensio_framework_extra.converter.listener'] = new \Sensio\Bundle\FrameworkExtraBundle\EventListener\ParamConverterListener($atrue);
  55056.     }
  55057.     /**
  55058.      * Gets the private 'sensio_framework_extra.view.listener' shared service.
  55059.      *
  55060.      * @return \Sensio\Bundle\FrameworkExtraBundle\EventListener\TemplateListener
  55061.      */
  55062.     protected function getSensioFrameworkExtra_View_ListenerService()
  55063.     {
  55064.         $this->privates['sensio_framework_extra.view.listener'] = $instance = new \Sensio\Bundle\FrameworkExtraBundle\EventListener\TemplateListener(new \Sensio\Bundle\FrameworkExtraBundle\Templating\TemplateGuesser(($this->services['kernel'] ?? $this->get('kernel'1))));
  55065.         $instance->setContainer((new \Symfony\Component\DependencyInjection\Argument\ServiceLocator($this->getService, [
  55066.             'twig' => ['services''.container.private.twig''get_Container_Private_TwigService'false],
  55067.         ], [
  55068.             'twig' => '?',
  55069.         ]))->withContext('sensio_framework_extra.view.listener'$this));
  55070.         return $instance;
  55071.     }
  55072.     /**
  55073.      * Gets the private 'serializer.mapping.cache_warmer' shared service.
  55074.      *
  55075.      * @return \Symfony\Bundle\FrameworkBundle\CacheWarmer\SerializerCacheWarmer
  55076.      */
  55077.     protected function getSerializer_Mapping_CacheWarmerService()
  55078.     {
  55079.         include_once \dirname(__DIR__4).'/vendor/symfony/http-kernel/CacheWarmer/CacheWarmerInterface.php';
  55080.         include_once \dirname(__DIR__4).'/vendor/symfony/framework-bundle/CacheWarmer/AbstractPhpFileCacheWarmer.php';
  55081.         include_once \dirname(__DIR__4).'/vendor/symfony/framework-bundle/CacheWarmer/SerializerCacheWarmer.php';
  55082.         return $this->privates['serializer.mapping.cache_warmer'] = new \Symfony\Bundle\FrameworkBundle\CacheWarmer\SerializerCacheWarmer([=> new \Symfony\Component\Serializer\Mapping\Loader\AnnotationLoader(($this->privates['annotations.cached_reader'] ?? $this->getAnnotations_CachedReaderService()))], ($this->targetDir.''.'/serialization.php'));
  55083.     }
  55084.     /**
  55085.      * Gets the private 'serializer.mapping.class_metadata_factory' shared service.
  55086.      *
  55087.      * @return \Symfony\Component\Serializer\Mapping\Factory\ClassMetadataFactory
  55088.      */
  55089.     protected function getSerializer_Mapping_ClassMetadataFactoryService()
  55090.     {
  55091.         return $this->privates['serializer.mapping.class_metadata_factory'] = new \Symfony\Component\Serializer\Mapping\Factory\ClassMetadataFactory(new \Symfony\Component\Serializer\Mapping\Loader\LoaderChain([=> new \Symfony\Component\Serializer\Mapping\Loader\AnnotationLoader(($this->privates['annotations.cached_reader'] ?? $this->getAnnotations_CachedReaderService()))]));
  55092.     }
  55093.     /**
  55094.      * Gets the private 'session.factory' shared service.
  55095.      *
  55096.      * @return \Symfony\Component\HttpFoundation\Session\SessionFactory
  55097.      */
  55098.     protected function getSession_FactoryService()
  55099.     {
  55100.         $a = ($this->privates['session_listener'] ?? $this->getSessionListenerService());
  55101.         if (isset($this->privates['session.factory'])) {
  55102.             return $this->privates['session.factory'];
  55103.         }
  55104.         return $this->privates['session.factory'] = new \Symfony\Component\HttpFoundation\Session\SessionFactory(($this->services['request_stack'] ?? ($this->services['request_stack'] = new \Symfony\Component\HttpFoundation\RequestStack())), ($this->privates['session.storage.factory.native'] ?? $this->getSession_Storage_Factory_NativeService()), [=> $a=> 'onSessionUsage']);
  55105.     }
  55106.     /**
  55107.      * Gets the private 'session.storage.factory.native' shared service.
  55108.      *
  55109.      * @return \Symfony\Component\HttpFoundation\Session\Storage\NativeSessionStorageFactory
  55110.      */
  55111.     protected function getSession_Storage_Factory_NativeService()
  55112.     {
  55113.         return $this->privates['session.storage.factory.native'] = new \Symfony\Component\HttpFoundation\Session\Storage\NativeSessionStorageFactory($this->parameters['session.storage.options'], new \Symfony\Component\HttpFoundation\Session\Storage\Handler\StrictSessionHandler(new \SessionHandler()), new \Symfony\Component\HttpFoundation\Session\Storage\MetadataBag('_sf2_meta'0), true);
  55114.     }
  55115.     /**
  55116.      * Gets the private 'session_listener' shared service.
  55117.      *
  55118.      * @return \Symfony\Component\HttpKernel\EventListener\SessionListener
  55119.      */
  55120.     protected function getSessionListenerService()
  55121.     {
  55122.         return $this->privates['session_listener'] = new \Symfony\Component\HttpKernel\EventListener\SessionListener(new \Symfony\Component\DependencyInjection\Argument\ServiceLocator($this->getService, [
  55123.             'initialized_session' => ['services''.container.private.session'NULLfalse],
  55124.             'logger' => ['services''logger''getLoggerService'false],
  55125.             'session' => ['services''.container.private.session''get_Container_Private_SessionService'false],
  55126.             'session_collector' => ['privates''data_collector.request.session_collector''getDataCollector_Request_SessionCollectorService'false],
  55127.             'session_factory' => ['privates''session.factory''getSession_FactoryService'false],
  55128.         ], [
  55129.             'initialized_session' => '?',
  55130.             'logger' => '?',
  55131.             'session' => '?',
  55132.             'session_collector' => '?',
  55133.             'session_factory' => '?',
  55134.         ]), true$this->parameters['session.storage.options']);
  55135.     }
  55136.     /**
  55137.      * Gets the private 'shopware.api.authorization_server' shared service.
  55138.      *
  55139.      * @return \League\OAuth2\Server\AuthorizationServer
  55140.      */
  55141.     protected function getShopware_Api_AuthorizationServerService()
  55142.     {
  55143.         $a = ($this->services['Doctrine\\DBAL\\Connection'] ?? $this->getConnectionService());
  55144.         return $this->privates['shopware.api.authorization_server'] = new \League\OAuth2\Server\AuthorizationServer(new \Shopware\Core\Framework\Api\OAuth\ClientRepository($a), ($this->privates['Shopware\\Core\\Framework\\Api\\OAuth\\AccessTokenRepository'] ?? ($this->privates['Shopware\\Core\\Framework\\Api\\OAuth\\AccessTokenRepository'] = new \Shopware\Core\Framework\Api\OAuth\AccessTokenRepository())), new \Shopware\Core\Framework\Api\OAuth\ScopeRepository(new RewindableGenerator(function () {
  55145.             yield => ($this->privates['Shopware\\Core\\Framework\\Api\\OAuth\\Scope\\WriteScope'] ?? ($this->privates['Shopware\\Core\\Framework\\Api\\OAuth\\Scope\\WriteScope'] = new \Shopware\Core\Framework\Api\OAuth\Scope\WriteScope()));
  55146.             yield => ($this->privates['Shopware\\Core\\Framework\\Api\\OAuth\\Scope\\AdminScope'] ?? ($this->privates['Shopware\\Core\\Framework\\Api\\OAuth\\Scope\\AdminScope'] = new \Shopware\Core\Framework\Api\OAuth\Scope\AdminScope()));
  55147.             yield => ($this->privates['Shopware\\Core\\Framework\\Api\\OAuth\\Scope\\UserVerifiedScope'] ?? ($this->privates['Shopware\\Core\\Framework\\Api\\OAuth\\Scope\\UserVerifiedScope'] = new \Shopware\Core\Framework\Api\OAuth\Scope\UserVerifiedScope()));
  55148.         }, 3), $a), ($this->privates['shopware.private_key'] ?? ($this->privates['shopware.private_key'] = new \League\OAuth2\Server\CryptKey((\dirname(__DIR__4).'/config/jwt/private.pem'), $this->getEnv('string:default:jwt_private_key_passphrase_default:JWT_PRIVATE_KEY_PASSPHRASE')))), $this->getEnv('APP_SECRET'));
  55149.     }
  55150.     /**
  55151.      * Gets the private 'shopware.app_system.guzzle' shared service.
  55152.      *
  55153.      * @return \GuzzleHttp\Client
  55154.      */
  55155.     protected function getShopware_AppSystem_GuzzleService($lazyLoad true)
  55156.     {
  55157.         if ($lazyLoad) {
  55158.             return $this->privates['shopware.app_system.guzzle'] = $this->createProxy('Client_b190fb5', function () {
  55159.                 return \Client_b190fb5::staticProxyConstructor(function (&$wrappedInstance\ProxyManager\Proxy\LazyLoadingInterface $proxy) {
  55160.                     $wrappedInstance $this->getShopware_AppSystem_GuzzleService(false);
  55161.                     $proxy->setProxyInitializer(null);
  55162.                     return true;
  55163.                 });
  55164.             });
  55165.         }
  55166.         include_once \dirname(__DIR__4).'/vendor/guzzlehttp/guzzle/src/HandlerStack.php';
  55167.         include_once \dirname(__DIR__4).'/vendor/shopware/core/Framework/App/Hmac/Guzzle/AuthMiddleware.php';
  55168.         $a \GuzzleHttp\HandlerStack::create();
  55169.         $a->push(new \Shopware\Core\Framework\App\Hmac\Guzzle\AuthMiddleware('6.4.20.0', ($this->services['Shopware\\Core\\Framework\\App\\AppLocaleProvider'] ?? $this->getAppLocaleProviderService())));
  55170.         return new \GuzzleHttp\Client(['timeout' => 5'connect_timeout' => 1'handler' => $a]);
  55171.     }
  55172.     /**
  55173.      * Gets the private 'shopware.asset.asset' shared service.
  55174.      *
  55175.      * @return \Shopware\Core\Framework\Adapter\Asset\FallbackUrlPackage
  55176.      */
  55177.     protected function getShopware_Asset_AssetService()
  55178.     {
  55179.         return $this->privates['shopware.asset.asset'] = new \Shopware\Core\Framework\Adapter\Asset\FallbackUrlPackage([=> ''], ($this->privates['shopware.asset.asset.version_strategy'] ?? $this->getShopware_Asset_Asset_VersionStrategyService()));
  55180.     }
  55181.     /**
  55182.      * Gets the private 'shopware.asset.asset.version_strategy' shared service.
  55183.      *
  55184.      * @return \Shopware\Core\Framework\Adapter\Asset\FlysystemLastModifiedVersionStrategy
  55185.      */
  55186.     protected function getShopware_Asset_Asset_VersionStrategyService()
  55187.     {
  55188.         return $this->privates['shopware.asset.asset.version_strategy'] = new \Shopware\Core\Framework\Adapter\Asset\FlysystemLastModifiedVersionStrategy('asset-metaData', ($this->services['shopware.filesystem.asset'] ?? $this->getShopware_Filesystem_AssetService()), ($this->privates['Shopware\\Core\\Framework\\Adapter\\Cache\\CacheDecorator'] ?? $this->getCacheDecoratorService()));
  55189.     }
  55190.     /**
  55191.      * Gets the private 'shopware.asset.public' shared service.
  55192.      *
  55193.      * @return \Shopware\Core\Framework\Adapter\Asset\FallbackUrlPackage
  55194.      */
  55195.     protected function getShopware_Asset_PublicService()
  55196.     {
  55197.         return $this->privates['shopware.asset.public'] = new \Shopware\Core\Framework\Adapter\Asset\FallbackUrlPackage([=> ''], ($this->privates['assets.empty_version_strategy'] ?? ($this->privates['assets.empty_version_strategy'] = new \Symfony\Component\Asset\VersionStrategy\EmptyVersionStrategy())));
  55198.     }
  55199.     /**
  55200.      * Gets the private 'shopware.asset.sitemap' shared service.
  55201.      *
  55202.      * @return \Shopware\Core\Framework\Adapter\Asset\FallbackUrlPackage
  55203.      */
  55204.     protected function getShopware_Asset_SitemapService()
  55205.     {
  55206.         return $this->privates['shopware.asset.sitemap'] = new \Shopware\Core\Framework\Adapter\Asset\FallbackUrlPackage([=> ''], ($this->privates['assets.empty_version_strategy'] ?? ($this->privates['assets.empty_version_strategy'] = new \Symfony\Component\Asset\VersionStrategy\EmptyVersionStrategy())));
  55207.     }
  55208.     /**
  55209.      * Gets the private 'shopware.asset.theme' shared service.
  55210.      *
  55211.      * @return \Shopware\Storefront\Theme\ThemeAssetPackage
  55212.      */
  55213.     protected function getShopware_Asset_ThemeService()
  55214.     {
  55215.         return $this->privates['shopware.asset.theme'] = new \Shopware\Storefront\Theme\ThemeAssetPackage([=> ''], new \Shopware\Core\Framework\Adapter\Asset\FlysystemLastModifiedVersionStrategy('theme-metaData', ($this->services['shopware.filesystem.theme'] ?? $this->getShopware_Filesystem_ThemeService()), ($this->privates['Shopware\\Core\\Framework\\Adapter\\Cache\\CacheDecorator'] ?? $this->getCacheDecoratorService())), ($this->services['request_stack'] ?? ($this->services['request_stack'] = new \Symfony\Component\HttpFoundation\RequestStack())), ($this->privates['Shopware\\Storefront\\Theme\\MD5ThemePathBuilder'] ?? ($this->privates['Shopware\\Storefront\\Theme\\MD5ThemePathBuilder'] = new \Shopware\Storefront\Theme\MD5ThemePathBuilder())));
  55216.     }
  55217.     /**
  55218.      * Gets the private 'shopware.elasticsearch.logger' shared service.
  55219.      *
  55220.      * @return \Psr\Log\LoggerInterface
  55221.      */
  55222.     protected function getShopware_Elasticsearch_LoggerService()
  55223.     {
  55224.         return $this->privates['shopware.elasticsearch.logger'] = ($this->privates['Shopware\\Core\\Framework\\Log\\LoggerFactory'] ?? $this->getLoggerFactoryService())->createRotating('elasticsearch'90100);
  55225.     }
  55226.     /**
  55227.      * Gets the private 'shopware.es.profiled.adminClient.inner' shared service.
  55228.      *
  55229.      * @return \Elasticsearch\Client
  55230.      */
  55231.     protected function getShopware_Es_Profiled_AdminClient_InnerService($lazyLoad true)
  55232.     {
  55233.         if ($lazyLoad) {
  55234.             return $this->privates['shopware.es.profiled.adminClient.inner'] = $this->createProxy('Client_dba3ed3', function () {
  55235.                 return \Client_dba3ed3::staticProxyConstructor(function (&$wrappedInstance\ProxyManager\Proxy\LazyLoadingInterface $proxy) {
  55236.                     $wrappedInstance $this->getShopware_Es_Profiled_AdminClient_InnerService(false);
  55237.                     $proxy->setProxyInitializer(null);
  55238.                     return true;
  55239.                 });
  55240.             });
  55241.         }
  55242.         include_once \dirname(__DIR__4).'/vendor/shopware/elasticsearch/Framework/ClientFactory.php';
  55243.         return \Shopware\Elasticsearch\Framework\ClientFactory::createClient($this->getEnv('string:ADMIN_OPENSEARCH_URL'), ($this->privates['shopware.elasticsearch.logger'] ?? $this->getShopware_Elasticsearch_LoggerService()), true$this->parameters['elasticsearch.ssl']);
  55244.     }
  55245.     /**
  55246.      * Gets the private 'shopware.es.profiled.client.inner' shared service.
  55247.      *
  55248.      * @return \Elasticsearch\Client
  55249.      */
  55250.     protected function getShopware_Es_Profiled_Client_InnerService($lazyLoad true)
  55251.     {
  55252.         if ($lazyLoad) {
  55253.             return $this->privates['shopware.es.profiled.client.inner'] = $this->createProxy('Client_dba3ed3', function () {
  55254.                 return \Client_dba3ed3::staticProxyConstructor(function (&$wrappedInstance\ProxyManager\Proxy\LazyLoadingInterface $proxy) {
  55255.                     $wrappedInstance $this->getShopware_Es_Profiled_Client_InnerService(false);
  55256.                     $proxy->setProxyInitializer(null);
  55257.                     return true;
  55258.                 });
  55259.             });
  55260.         }
  55261.         include_once \dirname(__DIR__4).'/vendor/shopware/elasticsearch/Framework/ClientFactory.php';
  55262.         return \Shopware\Elasticsearch\Framework\ClientFactory::createClient($this->getEnv('string:default:default_whitespace:SHOPWARE_ES_HOSTS'), ($this->privates['shopware.elasticsearch.logger'] ?? $this->getShopware_Elasticsearch_LoggerService()), true$this->parameters['elasticsearch.ssl']);
  55263.     }
  55264.     /**
  55265.      * Gets the private 'shopware.increment.message_queue.gateway.mysql' shared service.
  55266.      *
  55267.      * @return \Shopware\Core\Framework\Increment\MySQLIncrementer
  55268.      */
  55269.     protected function getShopware_Increment_MessageQueue_Gateway_MysqlService()
  55270.     {
  55271.         include_once \dirname(__DIR__4).'/vendor/shopware/core/Framework/Increment/AbstractIncrementer.php';
  55272.         include_once \dirname(__DIR__4).'/vendor/shopware/core/Framework/Increment/MySQLIncrementer.php';
  55273.         $this->privates['shopware.increment.message_queue.gateway.mysql'] = $instance = new \Shopware\Core\Framework\Increment\MySQLIncrementer(($this->services['Doctrine\\DBAL\\Connection'] ?? $this->getConnectionService()));
  55274.         $instance->setPool('message_queue');
  55275.         $instance->setConfig([]);
  55276.         return $instance;
  55277.     }
  55278.     /**
  55279.      * Gets the private 'shopware.increment.user_activity.gateway.mysql' shared service.
  55280.      *
  55281.      * @return \Shopware\Core\Framework\Increment\MySQLIncrementer
  55282.      */
  55283.     protected function getShopware_Increment_UserActivity_Gateway_MysqlService()
  55284.     {
  55285.         include_once \dirname(__DIR__4).'/vendor/shopware/core/Framework/Increment/AbstractIncrementer.php';
  55286.         include_once \dirname(__DIR__4).'/vendor/shopware/core/Framework/Increment/MySQLIncrementer.php';
  55287.         $this->privates['shopware.increment.user_activity.gateway.mysql'] = $instance = new \Shopware\Core\Framework\Increment\MySQLIncrementer(($this->services['Doctrine\\DBAL\\Connection'] ?? $this->getConnectionService()));
  55288.         $instance->setPool('user_activity');
  55289.         $instance->setConfig([]);
  55290.         return $instance;
  55291.     }
  55292.     /**
  55293.      * Gets the private 'shopware.jwt_config' shared service.
  55294.      *
  55295.      * @return \Lcobucci\JWT\Configuration
  55296.      */
  55297.     protected function getShopware_JwtConfigService()
  55298.     {
  55299.         return $this->privates['shopware.jwt_config'] = \Shopware\Core\Checkout\Payment\Cart\Token\JWTConfigurationFactory::createJWTConfiguration(new \Lcobucci\JWT\Signer\Rsa\Sha256(), ($this->privates['shopware.private_key'] ?? ($this->privates['shopware.private_key'] = new \League\OAuth2\Server\CryptKey((\dirname(__DIR__4).'/config/jwt/private.pem'), $this->getEnv('string:default:jwt_private_key_passphrase_default:JWT_PRIVATE_KEY_PASSPHRASE')))), ($this->privates['shopware.public_key'] ?? ($this->privates['shopware.public_key'] = new \League\OAuth2\Server\CryptKey((\dirname(__DIR__4).'/config/jwt/public.pem')))));
  55300.     }
  55301.     /**
  55302.      * Gets the private 'shopware.rate_limiter' shared service.
  55303.      *
  55304.      * @return \Shopware\Core\Framework\RateLimiter\RateLimiter
  55305.      */
  55306.     protected function getShopware_RateLimiterService()
  55307.     {
  55308.         $this->privates['shopware.rate_limiter'] = $instance = new \Shopware\Core\Framework\RateLimiter\RateLimiter();
  55309.         $a = ($this->privates['cache.rate_limiter'] ?? $this->getCache_RateLimiterService());
  55310.         $b = ($this->services['Shopware\\Core\\System\\SystemConfig\\SystemConfigService'] ?? $this->getSystemConfigServiceService());
  55311.         $c = ($this->privates['lock.default.factory'] ?? $this->getLock_Default_FactoryService());
  55312.         $instance->registerLimiterFactory('login', new \Shopware\Core\Framework\RateLimiter\RateLimiterFactory(['enabled' => true'policy' => 'time_backoff''reset' => '24 hours''limits' => $this->parameters['shopware.api.rate_limiter.login.limits'], 'lock_factory' => 'lock.factory''cache_pool' => 'cache.rate_limiter''id' => 'login'], new \Symfony\Component\RateLimiter\Storage\CacheStorage($a), $b$c));
  55313.         $instance->registerLimiterFactory('guest_login', new \Shopware\Core\Framework\RateLimiter\RateLimiterFactory(['enabled' => true'policy' => 'time_backoff''reset' => '24 hours''limits' => $this->parameters['shopware.api.rate_limiter.login.limits'], 'lock_factory' => 'lock.factory''cache_pool' => 'cache.rate_limiter''id' => 'guest_login'], new \Symfony\Component\RateLimiter\Storage\CacheStorage($a), $b$c));
  55314.         $instance->registerLimiterFactory('oauth', new \Shopware\Core\Framework\RateLimiter\RateLimiterFactory(['enabled' => true'policy' => 'time_backoff''reset' => '24 hours''limits' => $this->parameters['shopware.api.rate_limiter.login.limits'], 'lock_factory' => 'lock.factory''cache_pool' => 'cache.rate_limiter''id' => 'oauth'], new \Symfony\Component\RateLimiter\Storage\CacheStorage($a), $b$c));
  55315.         $instance->registerLimiterFactory('reset_password', new \Shopware\Core\Framework\RateLimiter\RateLimiterFactory(['enabled' => true'policy' => 'time_backoff''reset' => '24 hours''limits' => $this->parameters['shopware.api.rate_limiter.reset_password.limits'], 'lock_factory' => 'lock.factory''cache_pool' => 'cache.rate_limiter''id' => 'reset_password'], new \Symfony\Component\RateLimiter\Storage\CacheStorage($a), $b$c));
  55316.         $instance->registerLimiterFactory('user_recovery', new \Shopware\Core\Framework\RateLimiter\RateLimiterFactory(['enabled' => true'policy' => 'time_backoff''reset' => '24 hours''limits' => $this->parameters['shopware.api.rate_limiter.reset_password.limits'], 'lock_factory' => 'lock.factory''cache_pool' => 'cache.rate_limiter''id' => 'user_recovery'], new \Symfony\Component\RateLimiter\Storage\CacheStorage($a), $b$c));
  55317.         $instance->registerLimiterFactory('contact_form', new \Shopware\Core\Framework\RateLimiter\RateLimiterFactory(['enabled' => true'policy' => 'time_backoff''reset' => '24 hours''limits' => $this->parameters['shopware.api.rate_limiter.reset_password.limits'], 'lock_factory' => 'lock.factory''cache_pool' => 'cache.rate_limiter''id' => 'contact_form'], new \Symfony\Component\RateLimiter\Storage\CacheStorage($a), $b$c));
  55318.         $instance->registerLimiterFactory('notification', new \Shopware\Core\Framework\RateLimiter\RateLimiterFactory(['enabled' => true'policy' => 'time_backoff''reset' => '24 hours''limits' => $this->parameters['shopware.api.rate_limiter.login.limits'], 'lock_factory' => 'lock.factory''cache_pool' => 'cache.rate_limiter''id' => 'notification'], new \Symfony\Component\RateLimiter\Storage\CacheStorage($a), $b$c));
  55319.         $instance->registerLimiterFactory('newsletter_form', new \Shopware\Core\Framework\RateLimiter\RateLimiterFactory(['enabled' => true'policy' => 'time_backoff''reset' => '24 hours''limits' => $this->parameters['shopware.api.rate_limiter.reset_password.limits'], 'lock_factory' => 'lock.factory''cache_pool' => 'cache.rate_limiter''id' => 'newsletter_form'], new \Symfony\Component\RateLimiter\Storage\CacheStorage($a), $b$c));
  55320.         $instance->registerLimiterFactory('cart_add_line_item', new \Shopware\Core\Framework\RateLimiter\RateLimiterFactory(['enabled' => true'policy' => 'system_config''reset' => '1 hours''limits' => $this->parameters['shopware.api.rate_limiter.cart_add_line_item.limits'], 'lock_factory' => 'lock.factory''cache_pool' => 'cache.rate_limiter''id' => 'cart_add_line_item'], new \Symfony\Component\RateLimiter\Storage\CacheStorage($a), $b$c));
  55321.         return $instance;
  55322.     }
  55323.     /**
  55324.      * Gets the private 'slugify' shared service.
  55325.      *
  55326.      * @return \Cocur\Slugify\Slugify
  55327.      */
  55328.     protected function getSlugifyService()
  55329.     {
  55330.         return $this->privates['slugify'] = new \Cocur\Slugify\Slugify($this->parameters['shopware.slug.config']);
  55331.     }
  55332.     /**
  55333.      * Gets the private 'translation.extractor' shared service.
  55334.      *
  55335.      * @return \Symfony\Component\Translation\Extractor\ChainExtractor
  55336.      */
  55337.     protected function getTranslation_ExtractorService()
  55338.     {
  55339.         include_once \dirname(__DIR__4).'/vendor/symfony/translation/Extractor/ExtractorInterface.php';
  55340.         include_once \dirname(__DIR__4).'/vendor/symfony/translation/Extractor/ChainExtractor.php';
  55341.         include_once \dirname(__DIR__4).'/vendor/symfony/translation/Extractor/AbstractFileExtractor.php';
  55342.         include_once \dirname(__DIR__4).'/vendor/symfony/translation/Extractor/PhpExtractor.php';
  55343.         include_once \dirname(__DIR__4).'/vendor/symfony/twig-bridge/Translation/TwigExtractor.php';
  55344.         $this->privates['translation.extractor'] = $instance = new \Symfony\Component\Translation\Extractor\ChainExtractor();
  55345.         $instance->addExtractor('php', new \Symfony\Component\Translation\Extractor\PhpExtractor());
  55346.         $instance->addExtractor('twig', new \Symfony\Bridge\Twig\Translation\TwigExtractor(($this->services['.container.private.twig'] ?? $this->get_Container_Private_TwigService())));
  55347.         return $instance;
  55348.     }
  55349.     /**
  55350.      * Gets the private 'translation.loader.csv' shared service.
  55351.      *
  55352.      * @return \Symfony\Component\Translation\Loader\CsvFileLoader
  55353.      */
  55354.     protected function getTranslation_Loader_CsvService()
  55355.     {
  55356.         include_once \dirname(__DIR__4).'/vendor/symfony/translation/Loader/LoaderInterface.php';
  55357.         include_once \dirname(__DIR__4).'/vendor/symfony/translation/Loader/ArrayLoader.php';
  55358.         include_once \dirname(__DIR__4).'/vendor/symfony/translation/Loader/FileLoader.php';
  55359.         include_once \dirname(__DIR__4).'/vendor/symfony/translation/Loader/CsvFileLoader.php';
  55360.         return $this->privates['translation.loader.csv'] = new \Symfony\Component\Translation\Loader\CsvFileLoader();
  55361.     }
  55362.     /**
  55363.      * Gets the private 'translation.loader.dat' shared service.
  55364.      *
  55365.      * @return \Symfony\Component\Translation\Loader\IcuDatFileLoader
  55366.      */
  55367.     protected function getTranslation_Loader_DatService()
  55368.     {
  55369.         include_once \dirname(__DIR__4).'/vendor/symfony/translation/Loader/LoaderInterface.php';
  55370.         include_once \dirname(__DIR__4).'/vendor/symfony/translation/Loader/IcuResFileLoader.php';
  55371.         include_once \dirname(__DIR__4).'/vendor/symfony/translation/Loader/IcuDatFileLoader.php';
  55372.         return $this->privates['translation.loader.dat'] = new \Symfony\Component\Translation\Loader\IcuDatFileLoader();
  55373.     }
  55374.     /**
  55375.      * Gets the private 'translation.loader.ini' shared service.
  55376.      *
  55377.      * @return \Symfony\Component\Translation\Loader\IniFileLoader
  55378.      */
  55379.     protected function getTranslation_Loader_IniService()
  55380.     {
  55381.         include_once \dirname(__DIR__4).'/vendor/symfony/translation/Loader/LoaderInterface.php';
  55382.         include_once \dirname(__DIR__4).'/vendor/symfony/translation/Loader/ArrayLoader.php';
  55383.         include_once \dirname(__DIR__4).'/vendor/symfony/translation/Loader/FileLoader.php';
  55384.         include_once \dirname(__DIR__4).'/vendor/symfony/translation/Loader/IniFileLoader.php';
  55385.         return $this->privates['translation.loader.ini'] = new \Symfony\Component\Translation\Loader\IniFileLoader();
  55386.     }
  55387.     /**
  55388.      * Gets the private 'translation.loader.json' shared service.
  55389.      *
  55390.      * @return \Symfony\Component\Translation\Loader\JsonFileLoader
  55391.      */
  55392.     protected function getTranslation_Loader_JsonService()
  55393.     {
  55394.         include_once \dirname(__DIR__4).'/vendor/symfony/translation/Loader/LoaderInterface.php';
  55395.         include_once \dirname(__DIR__4).'/vendor/symfony/translation/Loader/ArrayLoader.php';
  55396.         include_once \dirname(__DIR__4).'/vendor/symfony/translation/Loader/FileLoader.php';
  55397.         include_once \dirname(__DIR__4).'/vendor/symfony/translation/Loader/JsonFileLoader.php';
  55398.         return $this->privates['translation.loader.json'] = new \Symfony\Component\Translation\Loader\JsonFileLoader();
  55399.     }
  55400.     /**
  55401.      * Gets the private 'translation.loader.mo' shared service.
  55402.      *
  55403.      * @return \Symfony\Component\Translation\Loader\MoFileLoader
  55404.      */
  55405.     protected function getTranslation_Loader_MoService()
  55406.     {
  55407.         include_once \dirname(__DIR__4).'/vendor/symfony/translation/Loader/LoaderInterface.php';
  55408.         include_once \dirname(__DIR__4).'/vendor/symfony/translation/Loader/ArrayLoader.php';
  55409.         include_once \dirname(__DIR__4).'/vendor/symfony/translation/Loader/FileLoader.php';
  55410.         include_once \dirname(__DIR__4).'/vendor/symfony/translation/Loader/MoFileLoader.php';
  55411.         return $this->privates['translation.loader.mo'] = new \Symfony\Component\Translation\Loader\MoFileLoader();
  55412.     }
  55413.     /**
  55414.      * Gets the private 'translation.loader.php' shared service.
  55415.      *
  55416.      * @return \Symfony\Component\Translation\Loader\PhpFileLoader
  55417.      */
  55418.     protected function getTranslation_Loader_PhpService()
  55419.     {
  55420.         include_once \dirname(__DIR__4).'/vendor/symfony/translation/Loader/LoaderInterface.php';
  55421.         include_once \dirname(__DIR__4).'/vendor/symfony/translation/Loader/ArrayLoader.php';
  55422.         include_once \dirname(__DIR__4).'/vendor/symfony/translation/Loader/FileLoader.php';
  55423.         include_once \dirname(__DIR__4).'/vendor/symfony/translation/Loader/PhpFileLoader.php';
  55424.         return $this->privates['translation.loader.php'] = new \Symfony\Component\Translation\Loader\PhpFileLoader();
  55425.     }
  55426.     /**
  55427.      * Gets the private 'translation.loader.po' shared service.
  55428.      *
  55429.      * @return \Symfony\Component\Translation\Loader\PoFileLoader
  55430.      */
  55431.     protected function getTranslation_Loader_PoService()
  55432.     {
  55433.         include_once \dirname(__DIR__4).'/vendor/symfony/translation/Loader/LoaderInterface.php';
  55434.         include_once \dirname(__DIR__4).'/vendor/symfony/translation/Loader/ArrayLoader.php';
  55435.         include_once \dirname(__DIR__4).'/vendor/symfony/translation/Loader/FileLoader.php';
  55436.         include_once \dirname(__DIR__4).'/vendor/symfony/translation/Loader/PoFileLoader.php';
  55437.         return $this->privates['translation.loader.po'] = new \Symfony\Component\Translation\Loader\PoFileLoader();
  55438.     }
  55439.     /**
  55440.      * Gets the private 'translation.loader.qt' shared service.
  55441.      *
  55442.      * @return \Symfony\Component\Translation\Loader\QtFileLoader
  55443.      */
  55444.     protected function getTranslation_Loader_QtService()
  55445.     {
  55446.         include_once \dirname(__DIR__4).'/vendor/symfony/translation/Loader/LoaderInterface.php';
  55447.         include_once \dirname(__DIR__4).'/vendor/symfony/translation/Loader/QtFileLoader.php';
  55448.         return $this->privates['translation.loader.qt'] = new \Symfony\Component\Translation\Loader\QtFileLoader();
  55449.     }
  55450.     /**
  55451.      * Gets the private 'translation.loader.res' shared service.
  55452.      *
  55453.      * @return \Symfony\Component\Translation\Loader\IcuResFileLoader
  55454.      */
  55455.     protected function getTranslation_Loader_ResService()
  55456.     {
  55457.         include_once \dirname(__DIR__4).'/vendor/symfony/translation/Loader/LoaderInterface.php';
  55458.         include_once \dirname(__DIR__4).'/vendor/symfony/translation/Loader/IcuResFileLoader.php';
  55459.         return $this->privates['translation.loader.res'] = new \Symfony\Component\Translation\Loader\IcuResFileLoader();
  55460.     }
  55461.     /**
  55462.      * Gets the private 'translation.loader.xliff' shared service.
  55463.      *
  55464.      * @return \Symfony\Component\Translation\Loader\XliffFileLoader
  55465.      */
  55466.     protected function getTranslation_Loader_XliffService()
  55467.     {
  55468.         include_once \dirname(__DIR__4).'/vendor/symfony/translation/Loader/LoaderInterface.php';
  55469.         include_once \dirname(__DIR__4).'/vendor/symfony/translation/Loader/XliffFileLoader.php';
  55470.         return $this->privates['translation.loader.xliff'] = new \Symfony\Component\Translation\Loader\XliffFileLoader();
  55471.     }
  55472.     /**
  55473.      * Gets the private 'translation.loader.yml' shared service.
  55474.      *
  55475.      * @return \Symfony\Component\Translation\Loader\YamlFileLoader
  55476.      */
  55477.     protected function getTranslation_Loader_YmlService()
  55478.     {
  55479.         include_once \dirname(__DIR__4).'/vendor/symfony/translation/Loader/LoaderInterface.php';
  55480.         include_once \dirname(__DIR__4).'/vendor/symfony/translation/Loader/ArrayLoader.php';
  55481.         include_once \dirname(__DIR__4).'/vendor/symfony/translation/Loader/FileLoader.php';
  55482.         include_once \dirname(__DIR__4).'/vendor/symfony/translation/Loader/YamlFileLoader.php';
  55483.         return $this->privates['translation.loader.yml'] = new \Symfony\Component\Translation\Loader\YamlFileLoader();
  55484.     }
  55485.     /**
  55486.      * Gets the private 'translation.provider_collection' shared service.
  55487.      *
  55488.      * @return \Symfony\Component\Translation\Provider\TranslationProviderCollection
  55489.      */
  55490.     protected function getTranslation_ProviderCollectionService()
  55491.     {
  55492.         include_once \dirname(__DIR__4).'/vendor/symfony/translation/Provider/TranslationProviderCollection.php';
  55493.         include_once \dirname(__DIR__4).'/vendor/symfony/translation/Provider/TranslationProviderCollectionFactory.php';
  55494.         return $this->privates['translation.provider_collection'] = (new \Symfony\Component\Translation\Provider\TranslationProviderCollectionFactory(new RewindableGenerator(function () {
  55495.             yield => (new \Symfony\Component\Translation\Provider\NullProviderFactory());
  55496.         }, 1), []))->fromConfig([]);
  55497.     }
  55498.     /**
  55499.      * Gets the private 'translation.reader' shared service.
  55500.      *
  55501.      * @return \Symfony\Component\Translation\Reader\TranslationReader
  55502.      */
  55503.     protected function getTranslation_ReaderService()
  55504.     {
  55505.         include_once \dirname(__DIR__4).'/vendor/symfony/translation/Reader/TranslationReaderInterface.php';
  55506.         include_once \dirname(__DIR__4).'/vendor/symfony/translation/Reader/TranslationReader.php';
  55507.         include_once \dirname(__DIR__4).'/vendor/symfony/translation/Loader/LoaderInterface.php';
  55508.         include_once \dirname(__DIR__4).'/vendor/symfony/translation/Loader/ArrayLoader.php';
  55509.         include_once \dirname(__DIR__4).'/vendor/symfony/translation/Loader/FileLoader.php';
  55510.         include_once \dirname(__DIR__4).'/vendor/symfony/translation/Loader/PhpFileLoader.php';
  55511.         include_once \dirname(__DIR__4).'/vendor/symfony/translation/Loader/YamlFileLoader.php';
  55512.         include_once \dirname(__DIR__4).'/vendor/symfony/translation/Loader/XliffFileLoader.php';
  55513.         include_once \dirname(__DIR__4).'/vendor/symfony/translation/Loader/PoFileLoader.php';
  55514.         include_once \dirname(__DIR__4).'/vendor/symfony/translation/Loader/MoFileLoader.php';
  55515.         include_once \dirname(__DIR__4).'/vendor/symfony/translation/Loader/QtFileLoader.php';
  55516.         include_once \dirname(__DIR__4).'/vendor/symfony/translation/Loader/CsvFileLoader.php';
  55517.         include_once \dirname(__DIR__4).'/vendor/symfony/translation/Loader/IcuResFileLoader.php';
  55518.         include_once \dirname(__DIR__4).'/vendor/symfony/translation/Loader/IcuDatFileLoader.php';
  55519.         include_once \dirname(__DIR__4).'/vendor/symfony/translation/Loader/IniFileLoader.php';
  55520.         include_once \dirname(__DIR__4).'/vendor/symfony/translation/Loader/JsonFileLoader.php';
  55521.         $this->privates['translation.reader'] = $instance = new \Symfony\Component\Translation\Reader\TranslationReader();
  55522.         $a = ($this->privates['translation.loader.yml'] ?? ($this->privates['translation.loader.yml'] = new \Symfony\Component\Translation\Loader\YamlFileLoader()));
  55523.         $b = ($this->privates['translation.loader.xliff'] ?? ($this->privates['translation.loader.xliff'] = new \Symfony\Component\Translation\Loader\XliffFileLoader()));
  55524.         $instance->addLoader('php', ($this->privates['translation.loader.php'] ?? ($this->privates['translation.loader.php'] = new \Symfony\Component\Translation\Loader\PhpFileLoader())));
  55525.         $instance->addLoader('yaml'$a);
  55526.         $instance->addLoader('yml'$a);
  55527.         $instance->addLoader('xlf'$b);
  55528.         $instance->addLoader('xliff'$b);
  55529.         $instance->addLoader('po', ($this->privates['translation.loader.po'] ?? ($this->privates['translation.loader.po'] = new \Symfony\Component\Translation\Loader\PoFileLoader())));
  55530.         $instance->addLoader('mo', ($this->privates['translation.loader.mo'] ?? ($this->privates['translation.loader.mo'] = new \Symfony\Component\Translation\Loader\MoFileLoader())));
  55531.         $instance->addLoader('ts', ($this->privates['translation.loader.qt'] ?? ($this->privates['translation.loader.qt'] = new \Symfony\Component\Translation\Loader\QtFileLoader())));
  55532.         $instance->addLoader('csv', ($this->privates['translation.loader.csv'] ?? ($this->privates['translation.loader.csv'] = new \Symfony\Component\Translation\Loader\CsvFileLoader())));
  55533.         $instance->addLoader('res', ($this->privates['translation.loader.res'] ?? ($this->privates['translation.loader.res'] = new \Symfony\Component\Translation\Loader\IcuResFileLoader())));
  55534.         $instance->addLoader('dat', ($this->privates['translation.loader.dat'] ?? ($this->privates['translation.loader.dat'] = new \Symfony\Component\Translation\Loader\IcuDatFileLoader())));
  55535.         $instance->addLoader('ini', ($this->privates['translation.loader.ini'] ?? ($this->privates['translation.loader.ini'] = new \Symfony\Component\Translation\Loader\IniFileLoader())));
  55536.         $instance->addLoader('json', ($this->privates['translation.loader.json'] ?? ($this->privates['translation.loader.json'] = new \Symfony\Component\Translation\Loader\JsonFileLoader())));
  55537.         return $instance;
  55538.     }
  55539.     /**
  55540.      * Gets the private 'translation.warmer' shared service.
  55541.      *
  55542.      * @return \Symfony\Bundle\FrameworkBundle\CacheWarmer\TranslationsCacheWarmer
  55543.      */
  55544.     protected function getTranslation_WarmerService()
  55545.     {
  55546.         include_once \dirname(__DIR__4).'/vendor/symfony/http-kernel/CacheWarmer/CacheWarmerInterface.php';
  55547.         include_once \dirname(__DIR__4).'/vendor/symfony/framework-bundle/CacheWarmer/TranslationsCacheWarmer.php';
  55548.         return $this->privates['translation.warmer'] = new \Symfony\Bundle\FrameworkBundle\CacheWarmer\TranslationsCacheWarmer((new \Symfony\Component\DependencyInjection\Argument\ServiceLocator($this->getService, [
  55549.             'translator' => ['services''translator''getTranslatorService'false],
  55550.         ], [
  55551.             'translator' => '?',
  55552.         ]))->withContext('translation.warmer'$this));
  55553.     }
  55554.     /**
  55555.      * Gets the private 'translation.writer' shared service.
  55556.      *
  55557.      * @return \Symfony\Component\Translation\Writer\TranslationWriter
  55558.      */
  55559.     protected function getTranslation_WriterService()
  55560.     {
  55561.         include_once \dirname(__DIR__4).'/vendor/symfony/translation/Writer/TranslationWriterInterface.php';
  55562.         include_once \dirname(__DIR__4).'/vendor/symfony/translation/Writer/TranslationWriter.php';
  55563.         include_once \dirname(__DIR__4).'/vendor/symfony/translation/Dumper/DumperInterface.php';
  55564.         include_once \dirname(__DIR__4).'/vendor/symfony/translation/Dumper/FileDumper.php';
  55565.         include_once \dirname(__DIR__4).'/vendor/symfony/translation/Dumper/PhpFileDumper.php';
  55566.         include_once \dirname(__DIR__4).'/vendor/symfony/translation/Dumper/XliffFileDumper.php';
  55567.         include_once \dirname(__DIR__4).'/vendor/symfony/translation/Dumper/PoFileDumper.php';
  55568.         include_once \dirname(__DIR__4).'/vendor/symfony/translation/Dumper/MoFileDumper.php';
  55569.         include_once \dirname(__DIR__4).'/vendor/symfony/translation/Dumper/YamlFileDumper.php';
  55570.         include_once \dirname(__DIR__4).'/vendor/symfony/translation/Dumper/QtFileDumper.php';
  55571.         include_once \dirname(__DIR__4).'/vendor/symfony/translation/Dumper/CsvFileDumper.php';
  55572.         include_once \dirname(__DIR__4).'/vendor/symfony/translation/Dumper/IniFileDumper.php';
  55573.         include_once \dirname(__DIR__4).'/vendor/symfony/translation/Dumper/JsonFileDumper.php';
  55574.         include_once \dirname(__DIR__4).'/vendor/symfony/translation/Dumper/IcuResFileDumper.php';
  55575.         $this->privates['translation.writer'] = $instance = new \Symfony\Component\Translation\Writer\TranslationWriter();
  55576.         $instance->addDumper('php', new \Symfony\Component\Translation\Dumper\PhpFileDumper());
  55577.         $instance->addDumper('xlf', new \Symfony\Component\Translation\Dumper\XliffFileDumper());
  55578.         $instance->addDumper('po', new \Symfony\Component\Translation\Dumper\PoFileDumper());
  55579.         $instance->addDumper('mo', new \Symfony\Component\Translation\Dumper\MoFileDumper());
  55580.         $instance->addDumper('yml', new \Symfony\Component\Translation\Dumper\YamlFileDumper());
  55581.         $instance->addDumper('yaml', new \Symfony\Component\Translation\Dumper\YamlFileDumper('yaml'));
  55582.         $instance->addDumper('ts', new \Symfony\Component\Translation\Dumper\QtFileDumper());
  55583.         $instance->addDumper('csv', new \Symfony\Component\Translation\Dumper\CsvFileDumper());
  55584.         $instance->addDumper('ini', new \Symfony\Component\Translation\Dumper\IniFileDumper());
  55585.         $instance->addDumper('json', new \Symfony\Component\Translation\Dumper\JsonFileDumper());
  55586.         $instance->addDumper('res', new \Symfony\Component\Translation\Dumper\IcuResFileDumper());
  55587.         return $instance;
  55588.     }
  55589.     /**
  55590.      * Gets the private 'translator.default' shared service.
  55591.      *
  55592.      * @return \Symfony\Bundle\FrameworkBundle\Translation\Translator
  55593.      */
  55594.     protected function getTranslator_DefaultService()
  55595.     {
  55596.         $this->privates['translator.default'] = $instance = new \Symfony\Bundle\FrameworkBundle\Translation\Translator(new \Symfony\Component\DependencyInjection\Argument\ServiceLocator($this->getService, [
  55597.             'translation.loader.csv' => ['privates''translation.loader.csv''getTranslation_Loader_CsvService'false],
  55598.             'translation.loader.dat' => ['privates''translation.loader.dat''getTranslation_Loader_DatService'false],
  55599.             'translation.loader.ini' => ['privates''translation.loader.ini''getTranslation_Loader_IniService'false],
  55600.             'translation.loader.json' => ['privates''translation.loader.json''getTranslation_Loader_JsonService'false],
  55601.             'translation.loader.mo' => ['privates''translation.loader.mo''getTranslation_Loader_MoService'false],
  55602.             'translation.loader.php' => ['privates''translation.loader.php''getTranslation_Loader_PhpService'false],
  55603.             'translation.loader.po' => ['privates''translation.loader.po''getTranslation_Loader_PoService'false],
  55604.             'translation.loader.qt' => ['privates''translation.loader.qt''getTranslation_Loader_QtService'false],
  55605.             'translation.loader.res' => ['privates''translation.loader.res''getTranslation_Loader_ResService'false],
  55606.             'translation.loader.xliff' => ['privates''translation.loader.xliff''getTranslation_Loader_XliffService'false],
  55607.             'translation.loader.yml' => ['privates''translation.loader.yml''getTranslation_Loader_YmlService'false],
  55608.         ], [
  55609.             'translation.loader.csv' => '?',
  55610.             'translation.loader.dat' => '?',
  55611.             'translation.loader.ini' => '?',
  55612.             'translation.loader.json' => '?',
  55613.             'translation.loader.mo' => '?',
  55614.             'translation.loader.php' => '?',
  55615.             'translation.loader.po' => '?',
  55616.             'translation.loader.qt' => '?',
  55617.             'translation.loader.res' => '?',
  55618.             'translation.loader.xliff' => '?',
  55619.             'translation.loader.yml' => '?',
  55620.         ]), ($this->privates['translator.formatter.default'] ?? $this->getTranslator_Formatter_DefaultService()), 'en-GB', ['translation.loader.php' => [=> 'php'], 'translation.loader.yml' => [=> 'yaml'=> 'yml'], 'translation.loader.xliff' => [=> 'xlf'=> 'xliff'], 'translation.loader.po' => [=> 'po'], 'translation.loader.mo' => [=> 'mo'], 'translation.loader.qt' => [=> 'ts'], 'translation.loader.csv' => [=> 'csv'], 'translation.loader.res' => [=> 'res'], 'translation.loader.dat' => [=> 'dat'], 'translation.loader.ini' => [=> 'ini'], 'translation.loader.json' => [=> 'json']], ['cache_dir' => ($this->targetDir.''.'/translations'), 'debug' => true'resource_files' => ['af' => [=> (\dirname(__DIR__4).'/vendor/symfony/validator/Resources/translations/validators.af.xlf'), => (\dirname(__DIR__4).'/vendor/symfony/security-core/Resources/translations/security.af.xlf')], 'ar' => [=> (\dirname(__DIR__4).'/vendor/symfony/validator/Resources/translations/validators.ar.xlf'), => (\dirname(__DIR__4).'/vendor/symfony/security-core/Resources/translations/security.ar.xlf')], 'az' => [=> (\dirname(__DIR__4).'/vendor/symfony/validator/Resources/translations/validators.az.xlf'), => (\dirname(__DIR__4).'/vendor/symfony/security-core/Resources/translations/security.az.xlf')], 'be' => [=> (\dirname(__DIR__4).'/vendor/symfony/validator/Resources/translations/validators.be.xlf'), => (\dirname(__DIR__4).'/vendor/symfony/security-core/Resources/translations/security.be.xlf')], 'bg' => [=> (\dirname(__DIR__4).'/vendor/symfony/validator/Resources/translations/validators.bg.xlf'), => (\dirname(__DIR__4).'/vendor/symfony/security-core/Resources/translations/security.bg.xlf')], 'bs' => [=> (\dirname(__DIR__4).'/vendor/symfony/validator/Resources/translations/validators.bs.xlf'), => (\dirname(__DIR__4).'/vendor/symfony/security-core/Resources/translations/security.bs.xlf')], 'ca' => [=> (\dirname(__DIR__4).'/vendor/symfony/validator/Resources/translations/validators.ca.xlf'), => (\dirname(__DIR__4).'/vendor/symfony/security-core/Resources/translations/security.ca.xlf')], 'cs' => [=> (\dirname(__DIR__4).'/vendor/symfony/validator/Resources/translations/validators.cs.xlf'), => (\dirname(__DIR__4).'/vendor/symfony/security-core/Resources/translations/security.cs.xlf')], 'cy' => [=> (\dirname(__DIR__4).'/vendor/symfony/validator/Resources/translations/validators.cy.xlf'), => (\dirname(__DIR__4).'/vendor/symfony/security-core/Resources/translations/security.cy.xlf')], 'da' => [=> (\dirname(__DIR__4).'/vendor/symfony/validator/Resources/translations/validators.da.xlf'), => (\dirname(__DIR__4).'/vendor/symfony/security-core/Resources/translations/security.da.xlf')], 'de' => [=> (\dirname(__DIR__4).'/vendor/symfony/validator/Resources/translations/validators.de.xlf'), => (\dirname(__DIR__4).'/vendor/symfony/security-core/Resources/translations/security.de.xlf')], 'el' => [=> (\dirname(__DIR__4).'/vendor/symfony/validator/Resources/translations/validators.el.xlf'), => (\dirname(__DIR__4).'/vendor/symfony/security-core/Resources/translations/security.el.xlf')], 'en' => [=> (\dirname(__DIR__4).'/vendor/symfony/validator/Resources/translations/validators.en.xlf'), => (\dirname(__DIR__4).'/vendor/symfony/security-core/Resources/translations/security.en.xlf')], 'es' => [=> (\dirname(__DIR__4).'/vendor/symfony/validator/Resources/translations/validators.es.xlf'), => (\dirname(__DIR__4).'/vendor/symfony/security-core/Resources/translations/security.es.xlf')], 'et' => [=> (\dirname(__DIR__4).'/vendor/symfony/validator/Resources/translations/validators.et.xlf'), => (\dirname(__DIR__4).'/vendor/symfony/security-core/Resources/translations/security.et.xlf')], 'eu' => [=> (\dirname(__DIR__4).'/vendor/symfony/validator/Resources/translations/validators.eu.xlf'), => (\dirname(__DIR__4).'/vendor/symfony/security-core/Resources/translations/security.eu.xlf')], 'fa' => [=> (\dirname(__DIR__4).'/vendor/symfony/validator/Resources/translations/validators.fa.xlf'), => (\dirname(__DIR__4).'/vendor/symfony/security-core/Resources/translations/security.fa.xlf')], 'fi' => [=> (\dirname(__DIR__4).'/vendor/symfony/validator/Resources/translations/validators.fi.xlf'), => (\dirname(__DIR__4).'/vendor/symfony/security-core/Resources/translations/security.fi.xlf')], 'fr' => [=> (\dirname(__DIR__4).'/vendor/symfony/validator/Resources/translations/validators.fr.xlf'), => (\dirname(__DIR__4).'/vendor/symfony/security-core/Resources/translations/security.fr.xlf')], 'gl' => [=> (\dirname(__DIR__4).'/vendor/symfony/validator/Resources/translations/validators.gl.xlf'), => (\dirname(__DIR__4).'/vendor/symfony/security-core/Resources/translations/security.gl.xlf')], 'he' => [=> (\dirname(__DIR__4).'/vendor/symfony/validator/Resources/translations/validators.he.xlf'), => (\dirname(__DIR__4).'/vendor/symfony/security-core/Resources/translations/security.he.xlf')], 'hr' => [=> (\dirname(__DIR__4).'/vendor/symfony/validator/Resources/translations/validators.hr.xlf'), => (\dirname(__DIR__4).'/vendor/symfony/security-core/Resources/translations/security.hr.xlf')], 'hu' => [=> (\dirname(__DIR__4).'/vendor/symfony/validator/Resources/translations/validators.hu.xlf'), => (\dirname(__DIR__4).'/vendor/symfony/security-core/Resources/translations/security.hu.xlf')], 'hy' => [=> (\dirname(__DIR__4).'/vendor/symfony/validator/Resources/translations/validators.hy.xlf'), => (\dirname(__DIR__4).'/vendor/symfony/security-core/Resources/translations/security.hy.xlf')], 'id' => [=> (\dirname(__DIR__4).'/vendor/symfony/validator/Resources/translations/validators.id.xlf'), => (\dirname(__DIR__4).'/vendor/symfony/security-core/Resources/translations/security.id.xlf')], 'it' => [=> (\dirname(__DIR__4).'/vendor/symfony/validator/Resources/translations/validators.it.xlf'), => (\dirname(__DIR__4).'/vendor/symfony/security-core/Resources/translations/security.it.xlf')], 'ja' => [=> (\dirname(__DIR__4).'/vendor/symfony/validator/Resources/translations/validators.ja.xlf'), => (\dirname(__DIR__4).'/vendor/symfony/security-core/Resources/translations/security.ja.xlf')], 'lb' => [=> (\dirname(__DIR__4).'/vendor/symfony/validator/Resources/translations/validators.lb.xlf'), => (\dirname(__DIR__4).'/vendor/symfony/security-core/Resources/translations/security.lb.xlf')], 'lt' => [=> (\dirname(__DIR__4).'/vendor/symfony/validator/Resources/translations/validators.lt.xlf'), => (\dirname(__DIR__4).'/vendor/symfony/security-core/Resources/translations/security.lt.xlf')], 'lv' => [=> (\dirname(__DIR__4).'/vendor/symfony/validator/Resources/translations/validators.lv.xlf'), => (\dirname(__DIR__4).'/vendor/symfony/security-core/Resources/translations/security.lv.xlf')], 'mk' => [=> (\dirname(__DIR__4).'/vendor/symfony/validator/Resources/translations/validators.mk.xlf'), => (\dirname(__DIR__4).'/vendor/symfony/security-core/Resources/translations/security.mk.xlf')], 'mn' => [=> (\dirname(__DIR__4).'/vendor/symfony/validator/Resources/translations/validators.mn.xlf'), => (\dirname(__DIR__4).'/vendor/symfony/security-core/Resources/translations/security.mn.xlf')], 'my' => [=> (\dirname(__DIR__4).'/vendor/symfony/validator/Resources/translations/validators.my.xlf'), => (\dirname(__DIR__4).'/vendor/symfony/security-core/Resources/translations/security.my.xlf')], 'nb' => [=> (\dirname(__DIR__4).'/vendor/symfony/validator/Resources/translations/validators.nb.xlf'), => (\dirname(__DIR__4).'/vendor/symfony/security-core/Resources/translations/security.nb.xlf')], 'nl' => [=> (\dirname(__DIR__4).'/vendor/symfony/validator/Resources/translations/validators.nl.xlf'), => (\dirname(__DIR__4).'/vendor/symfony/security-core/Resources/translations/security.nl.xlf')], 'nn' => [=> (\dirname(__DIR__4).'/vendor/symfony/validator/Resources/translations/validators.nn.xlf'), => (\dirname(__DIR__4).'/vendor/symfony/security-core/Resources/translations/security.nn.xlf')], 'no' => [=> (\dirname(__DIR__4).'/vendor/symfony/validator/Resources/translations/validators.no.xlf'), => (\dirname(__DIR__4).'/vendor/symfony/security-core/Resources/translations/security.no.xlf')], 'pl' => [=> (\dirname(__DIR__4).'/vendor/symfony/validator/Resources/translations/validators.pl.xlf'), => (\dirname(__DIR__4).'/vendor/symfony/security-core/Resources/translations/security.pl.xlf')], 'pt' => [=> (\dirname(__DIR__4).'/vendor/symfony/validator/Resources/translations/validators.pt.xlf'), => (\dirname(__DIR__4).'/vendor/symfony/security-core/Resources/translations/security.pt.xlf')], 'pt_BR' => [=> (\dirname(__DIR__4).'/vendor/symfony/validator/Resources/translations/validators.pt_BR.xlf'), => (\dirname(__DIR__4).'/vendor/symfony/security-core/Resources/translations/security.pt_BR.xlf')], 'ro' => [=> (\dirname(__DIR__4).'/vendor/symfony/validator/Resources/translations/validators.ro.xlf'), => (\dirname(__DIR__4).'/vendor/symfony/security-core/Resources/translations/security.ro.xlf')], 'ru' => [=> (\dirname(__DIR__4).'/vendor/symfony/validator/Resources/translations/validators.ru.xlf'), => (\dirname(__DIR__4).'/vendor/symfony/security-core/Resources/translations/security.ru.xlf')], 'sk' => [=> (\dirname(__DIR__4).'/vendor/symfony/validator/Resources/translations/validators.sk.xlf'), => (\dirname(__DIR__4).'/vendor/symfony/security-core/Resources/translations/security.sk.xlf')], 'sl' => [=> (\dirname(__DIR__4).'/vendor/symfony/validator/Resources/translations/validators.sl.xlf'), => (\dirname(__DIR__4).'/vendor/symfony/security-core/Resources/translations/security.sl.xlf')], 'sq' => [=> (\dirname(__DIR__4).'/vendor/symfony/validator/Resources/translations/validators.sq.xlf'), => (\dirname(__DIR__4).'/vendor/symfony/security-core/Resources/translations/security.sq.xlf')], 'sr_Cyrl' => [=> (\dirname(__DIR__4).'/vendor/symfony/validator/Resources/translations/validators.sr_Cyrl.xlf'), => (\dirname(__DIR__4).'/vendor/symfony/security-core/Resources/translations/security.sr_Cyrl.xlf')], 'sr_Latn' => [=> (\dirname(__DIR__4).'/vendor/symfony/validator/Resources/translations/validators.sr_Latn.xlf'), => (\dirname(__DIR__4).'/vendor/symfony/security-core/Resources/translations/security.sr_Latn.xlf')], 'sv' => [=> (\dirname(__DIR__4).'/vendor/symfony/validator/Resources/translations/validators.sv.xlf'), => (\dirname(__DIR__4).'/vendor/symfony/security-core/Resources/translations/security.sv.xlf')], 'th' => [=> (\dirname(__DIR__4).'/vendor/symfony/validator/Resources/translations/validators.th.xlf'), => (\dirname(__DIR__4).'/vendor/symfony/security-core/Resources/translations/security.th.xlf')], 'tl' => [=> (\dirname(__DIR__4).'/vendor/symfony/validator/Resources/translations/validators.tl.xlf'), => (\dirname(__DIR__4).'/vendor/symfony/security-core/Resources/translations/security.tl.xlf')], 'tr' => [=> (\dirname(__DIR__4).'/vendor/symfony/validator/Resources/translations/validators.tr.xlf'), => (\dirname(__DIR__4).'/vendor/symfony/security-core/Resources/translations/security.tr.xlf')], 'uk' => [=> (\dirname(__DIR__4).'/vendor/symfony/validator/Resources/translations/validators.uk.xlf'), => (\dirname(__DIR__4).'/vendor/symfony/security-core/Resources/translations/security.uk.xlf')], 'ur' => [=> (\dirname(__DIR__4).'/vendor/symfony/validator/Resources/translations/validators.ur.xlf'), => (\dirname(__DIR__4).'/vendor/symfony/security-core/Resources/translations/security.ur.xlf')], 'uz' => [=> (\dirname(__DIR__4).'/vendor/symfony/validator/Resources/translations/validators.uz.xlf'), => (\dirname(__DIR__4).'/vendor/symfony/security-core/Resources/translations/security.uz.xlf')], 'vi' => [=> (\dirname(__DIR__4).'/vendor/symfony/validator/Resources/translations/validators.vi.xlf'), => (\dirname(__DIR__4).'/vendor/symfony/security-core/Resources/translations/security.vi.xlf')], 'zh_CN' => [=> (\dirname(__DIR__4).'/vendor/symfony/validator/Resources/translations/validators.zh_CN.xlf'), => (\dirname(__DIR__4).'/vendor/symfony/security-core/Resources/translations/security.zh_CN.xlf')], 'zh_TW' => [=> (\dirname(__DIR__4).'/vendor/symfony/validator/Resources/translations/validators.zh_TW.xlf'), => (\dirname(__DIR__4).'/vendor/symfony/security-core/Resources/translations/security.zh_TW.xlf')], 'de-DE' => [=> (\dirname(__DIR__4).'/vendor/store.shopware.com/cbaxmoduladcell/src/translations/snippet/de_DE/cbax.de-DE.json'), => (\dirname(__DIR__4).'/vendor/store.shopware.com/cbaxmodulmanufacturers/src/translations/snippet/de_DE/cbaxManufacturers.de-DE.json'), => (\dirname(__DIR__4).'/custom/plugins/CbaxModulExternalOrder/src/translations/snippet/de_DE/cbax.de-DE.json'), => (\dirname(__DIR__4).'/custom/plugins/CbaxModulOrderImportGalaxus/src/translations/snippet/de_DE/cbax.de-DE.json'), => (\dirname(__DIR__4).'/vendor/shopware/storefront/Resources/snippet/de_DE/storefront.de-DE.json')], 'en-GB' => [=> (\dirname(__DIR__4).'/vendor/store.shopware.com/cbaxmoduladcell/src/translations/snippet/en_GB/cbax.en-GB.json'), => (\dirname(__DIR__4).'/vendor/store.shopware.com/cbaxmodulmanufacturers/src/translations/snippet/en_GB/cbaxManufacturers.en-GB.json'), => (\dirname(__DIR__4).'/custom/plugins/CbaxModulExternalOrder/src/translations/snippet/en_GB/cbax.en-GB.json'), => (\dirname(__DIR__4).'/custom/plugins/CbaxModulOrderImportGalaxus/src/translations/snippet/en_GB/cbax.en-GB.json'), => (\dirname(__DIR__4).'/vendor/shopware/storefront/Resources/snippet/en_GB/storefront.en-GB.json')]], 'scanned_directories' => [=> (\dirname(__DIR__4).'/vendor/symfony/validator/Resources/translations'), => (\dirname(__DIR__4).'/vendor/symfony/security-core/Resources/translations'), => (\dirname(__DIR__4).'/vendor/store.shopware.com/cbaxmoduladcell/src/translations'), => (\dirname(__DIR__4).'/vendor/store.shopware.com/cbaxmodulmanufacturers/src/translations'), => (\dirname(__DIR__4).'/custom/plugins/CbaxModulExternalOrder/src/translations'), => (\dirname(__DIR__4).'/custom/plugins/CbaxModulOrderImportGalaxus/src/translations'), => (\dirname(__DIR__4).'/vendor/shopware/storefront/Resources/snippet'), => (\dirname(__DIR__4).'/vendor/symfony/framework-bundle/translations'), => (\dirname(__DIR__4).'/vendor/symfony/monolog-bundle/translations'), => (\dirname(__DIR__4).'/vendor/sensio/framework-extra-bundle/src/translations'), 10 => (\dirname(__DIR__4).'/vendor/symfony/twig-bundle/translations'), 11 => (\dirname(__DIR__4).'/vendor/symfony/debug-bundle/translations'), 12 => (\dirname(__DIR__4).'/vendor/enqueue/enqueue-bundle/translations'), 13 => (\dirname(__DIR__4).'/vendor/sroze/messenger-enqueue-transport/Bundle/translations'), 14 => (\dirname(__DIR__4).'/vendor/shopware/core/Framework/translations'), 15 => (\dirname(__DIR__4).'/vendor/shopware/core/System/translations'), 16 => (\dirname(__DIR__4).'/vendor/shopware/core/Content/translations'), 17 => (\dirname(__DIR__4).'/vendor/shopware/core/Checkout/translations'), 18 => (\dirname(__DIR__4).'/vendor/shopware/administration/translations'), 19 => (\dirname(__DIR__4).'/vendor/shopware/storefront/translations'), 20 => (\dirname(__DIR__4).'/vendor/shopware/elasticsearch/translations'), 21 => (\dirname(__DIR__4).'/vendor/shopware/core/Maintenance/translations'), 22 => (\dirname(__DIR__4).'/vendor/symfony/web-profiler-bundle/translations'), 23 => (\dirname(__DIR__4).'/vendor/shopware/core/Profiling/translations'), 24 => (\dirname(__DIR__4).'/vendor/store.shopware.com/swagpaypal/src/translations'), 25 => (\dirname(__DIR__4).'/vendor/store.shopware.com/swagextensionstore/src/translations'), 26 => (\dirname(__DIR__4).'/vendor/store.shopware.com/swagmigrationassistant/translations'), 27 => (\dirname(__DIR__4).'/vendor/store.shopware.com/nimbitsarticlequestionsnext/src/translations'), 28 => (\dirname(__DIR__4).'/vendor/store.shopware.com/solidadvancedsliderelements/src/translations'), 29 => (\dirname(__DIR__4).'/vendor/store.shopware.com/ndsrecipemanager/src/translations'), 30 => (\dirname(__DIR__4).'/vendor/store.shopware.com/moorlfoundation/src/translations'), 31 => (\dirname(__DIR__4).'/vendor/store.shopware.com/moorlfoundationunlock/src/translations'), 32 => (\dirname(__DIR__4).'/vendor/store.shopware.com/moorlcreator/src/translations'), 33 => (\dirname(__DIR__4).'/vendor/store.shopware.com/moorlmagazine/src/translations'), 34 => (\dirname(__DIR__4).'/vendor/store.shopware.com/wbmtagmanagerecomm/src/translations'), 35 => (\dirname(__DIR__4).'/vendor/store.shopware.com/mart1mwfaq/src/translations'), 36 => (\dirname(__DIR__4).'/vendor/store.shopware.com/swagamazonpay/src/translations'), 37 => (\dirname(__DIR__4).'/vendor/store.shopware.com/dreiscseopro/src/translations'), 38 => (\dirname(__DIR__4).'/vendor/store.shopware.com/scopplatformredirecter/src/translations'), 39 => (\dirname(__DIR__4).'/vendor/store.shopware.com/unzerpayment6/src/translations'), 40 => (\dirname(__DIR__4).'/vendor/store.shopware.com/proxabasketcrosssellingsw6/src/translations'), 41 => (\dirname(__DIR__4).'/vendor/store.shopware.com/redmagnalistersw6/src/translations'), 42 => (\dirname(__DIR__4).'/vendor/store.shopware.com/froshplatformadminer/src/translations'), 43 => (\dirname(__DIR__4).'/vendor/store.shopware.com/moorlcmscategorylisting/src/translations'), 44 => (\dirname(__DIR__4).'/vendor/store.shopware.com/moorlcmstwig/src/translations'), 45 => (\dirname(__DIR__4).'/custom/plugins/PixelLexikonSW6/src/translations'), 46 => (\dirname(__DIR__4).'/vendor/store.shopware.com/acrispromotioncs/src/translations'), 47 => (\dirname(__DIR__4).'/vendor/store.shopware.com/meteorpromotiongift/src/translations'), 48 => (\dirname(__DIR__4).'/vendor/store.shopware.com/netinextmodal/src/translations'), 49 => (\dirname(__DIR__4).'/vendor/store.shopware.com/acrissuggestedproductscs/src/translations'), 50 => (\dirname(__DIR__4).'/vendor/store.shopware.com/zeobvabandonedcart/src/translations'), 51 => (\dirname(__DIR__4).'/vendor/store.shopware.com/froshtools/src/translations'), 52 => (\dirname(__DIR__4).'/vendor/lds/categories/src/translations'), 53 => (\dirname(__DIR__4).'/vendor/store.shopware.com/atlseourlmanager/src/translations'), 54 => (\dirname(__DIR__4).'/custom/plugins/TcinnThemeWareModern/src/translations'), 55 => (\dirname(__DIR__4).'/custom/plugins/CbaxModulAnalytics/src/translations'), 56 => (\dirname(__DIR__4).'/custom/plugins/ProxaCheckoutTemplate/src/translations'), 57 => (\dirname(__DIR__4).'/vendor/store.shopware.com/maxiacrossvariantdiscounts6/src/translations'), 58 => (\dirname(__DIR__4).'/vendor/store.shopware.com/watodigitecgalaxusexport/src/translations'), 59 => (\dirname(__DIR__4).'/vendor/lds/custom/src/translations'), 60 => (\dirname(__DIR__4).'/vendor/shopware/core/Framework/Plugin/KernelPluginLoader/translations')], 'cache_vary' => ['scanned_directories' => [=> 'vendor/symfony/validator/Resources/translations'=> 'vendor/symfony/security-core/Resources/translations'=> 'vendor/store.shopware.com/cbaxmoduladcell/src/translations'=> 'vendor/store.shopware.com/cbaxmodulmanufacturers/src/translations'=> 'custom/plugins/CbaxModulExternalOrder/src/translations'=> 'custom/plugins/CbaxModulOrderImportGalaxus/src/translations'=> 'vendor/shopware/storefront/Resources/snippet'=> 'vendor/symfony/framework-bundle/translations'=> 'vendor/symfony/monolog-bundle/translations'=> 'vendor/sensio/framework-extra-bundle/src/translations'10 => 'vendor/symfony/twig-bundle/translations'11 => 'vendor/symfony/debug-bundle/translations'12 => 'vendor/enqueue/enqueue-bundle/translations'13 => 'vendor/sroze/messenger-enqueue-transport/Bundle/translations'14 => 'vendor/shopware/core/Framework/translations'15 => 'vendor/shopware/core/System/translations'16 => 'vendor/shopware/core/Content/translations'17 => 'vendor/shopware/core/Checkout/translations'18 => 'vendor/shopware/administration/translations'19 => 'vendor/shopware/storefront/translations'20 => 'vendor/shopware/elasticsearch/translations'21 => 'vendor/shopware/core/Maintenance/translations'22 => 'vendor/symfony/web-profiler-bundle/translations'23 => 'vendor/shopware/core/Profiling/translations'24 => 'vendor/store.shopware.com/swagpaypal/src/translations'25 => 'vendor/store.shopware.com/swagextensionstore/src/translations'26 => 'vendor/store.shopware.com/swagmigrationassistant/translations'27 => 'vendor/store.shopware.com/nimbitsarticlequestionsnext/src/translations'28 => 'vendor/store.shopware.com/solidadvancedsliderelements/src/translations'29 => 'vendor/store.shopware.com/ndsrecipemanager/src/translations'30 => 'vendor/store.shopware.com/moorlfoundation/src/translations'31 => 'vendor/store.shopware.com/moorlfoundationunlock/src/translations'32 => 'vendor/store.shopware.com/moorlcreator/src/translations'33 => 'vendor/store.shopware.com/moorlmagazine/src/translations'34 => 'vendor/store.shopware.com/wbmtagmanagerecomm/src/translations'35 => 'vendor/store.shopware.com/mart1mwfaq/src/translations'36 => 'vendor/store.shopware.com/swagamazonpay/src/translations'37 => 'vendor/store.shopware.com/dreiscseopro/src/translations'38 => 'vendor/store.shopware.com/scopplatformredirecter/src/translations'39 => 'vendor/store.shopware.com/unzerpayment6/src/translations'40 => 'vendor/store.shopware.com/proxabasketcrosssellingsw6/src/translations'41 => 'vendor/store.shopware.com/redmagnalistersw6/src/translations'42 => 'vendor/store.shopware.com/froshplatformadminer/src/translations'43 => 'vendor/store.shopware.com/moorlcmscategorylisting/src/translations'44 => 'vendor/store.shopware.com/moorlcmstwig/src/translations'45 => 'custom/plugins/PixelLexikonSW6/src/translations'46 => 'vendor/store.shopware.com/acrispromotioncs/src/translations'47 => 'vendor/store.shopware.com/meteorpromotiongift/src/translations'48 => 'vendor/store.shopware.com/netinextmodal/src/translations'49 => 'vendor/store.shopware.com/acrissuggestedproductscs/src/translations'50 => 'vendor/store.shopware.com/zeobvabandonedcart/src/translations'51 => 'vendor/store.shopware.com/froshtools/src/translations'52 => 'vendor/lds/categories/src/translations'53 => 'vendor/store.shopware.com/atlseourlmanager/src/translations'54 => 'custom/plugins/TcinnThemeWareModern/src/translations'55 => 'custom/plugins/CbaxModulAnalytics/src/translations'56 => 'custom/plugins/ProxaCheckoutTemplate/src/translations'57 => 'vendor/store.shopware.com/maxiacrossvariantdiscounts6/src/translations'58 => 'vendor/store.shopware.com/watodigitecgalaxusexport/src/translations'59 => 'vendor/lds/custom/src/translations'60 => 'vendor/shopware/core/Framework/Plugin/KernelPluginLoader/translations']]], []);
  55621.         $instance->setConfigCacheFactory(($this->privates['config_cache_factory'] ?? $this->getConfigCacheFactoryService()));
  55622.         $instance->setFallbackLocales([=> 'en_GB'=> 'en']);
  55623.         return $instance;
  55624.     }
  55625.     /**
  55626.      * Gets the private 'translator.formatter.default' shared service.
  55627.      *
  55628.      * @return \Symfony\Component\Translation\Formatter\MessageFormatter
  55629.      */
  55630.     protected function getTranslator_Formatter_DefaultService()
  55631.     {
  55632.         return $this->privates['translator.formatter.default'] = new \Symfony\Component\Translation\Formatter\MessageFormatter(new \Symfony\Component\Translation\IdentityTranslator());
  55633.     }
  55634.     /**
  55635.      * Gets the private 'twig.command.debug' shared service.
  55636.      *
  55637.      * @return \Symfony\Bridge\Twig\Command\DebugCommand
  55638.      */
  55639.     protected function getTwig_Command_DebugService()
  55640.     {
  55641.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/Command.php';
  55642.         include_once \dirname(__DIR__4).'/vendor/symfony/twig-bridge/Command/DebugCommand.php';
  55643.         $this->privates['twig.command.debug'] = $instance = new \Symfony\Bridge\Twig\Command\DebugCommand(($this->services['.container.private.twig'] ?? $this->get_Container_Private_TwigService()), \dirname(__DIR__4), $this->parameters['kernel.bundles_metadata'], (\dirname(__DIR__4).'/templates'), ($this->privates['debug.file_link_formatter'] ?? $this->getDebug_FileLinkFormatterService()));
  55644.         $instance->setName('debug:twig');
  55645.         $instance->setDescription('Show a list of twig functions, filters, globals and tests');
  55646.         return $instance;
  55647.     }
  55648.     /**
  55649.      * Gets the private 'twig.command.lint' shared service.
  55650.      *
  55651.      * @return \Symfony\Bundle\TwigBundle\Command\LintCommand
  55652.      */
  55653.     protected function getTwig_Command_LintService()
  55654.     {
  55655.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/Command.php';
  55656.         include_once \dirname(__DIR__4).'/vendor/symfony/twig-bridge/Command/LintCommand.php';
  55657.         include_once \dirname(__DIR__4).'/vendor/symfony/twig-bundle/Command/LintCommand.php';
  55658.         $this->privates['twig.command.lint'] = $instance = new \Symfony\Bundle\TwigBundle\Command\LintCommand(($this->services['.container.private.twig'] ?? $this->get_Container_Private_TwigService()));
  55659.         $instance->setName('lint:twig');
  55660.         $instance->setDescription('Lint a Twig template and outputs encountered errors');
  55661.         return $instance;
  55662.     }
  55663.     /**
  55664.      * Gets the private 'twig.extension.trans' shared service.
  55665.      *
  55666.      * @return \Symfony\Bridge\Twig\Extension\TranslationExtension
  55667.      */
  55668.     protected function getTwig_Extension_TransService()
  55669.     {
  55670.         $a = ($this->services['translator'] ?? $this->getTranslatorService());
  55671.         if (isset($this->privates['twig.extension.trans'])) {
  55672.             return $this->privates['twig.extension.trans'];
  55673.         }
  55674.         return $this->privates['twig.extension.trans'] = new \Symfony\Bridge\Twig\Extension\TranslationExtension($a);
  55675.     }
  55676.     /**
  55677.      * Gets the private 'twig.loader.chain' shared service.
  55678.      *
  55679.      * @return \Twig\Loader\ChainLoader
  55680.      */
  55681.     protected function getTwig_Loader_ChainService()
  55682.     {
  55683.         $this->privates['twig.loader.chain'] = $instance = new \Twig\Loader\ChainLoader();
  55684.         $a = new \Twig\Loader\FilesystemLoader([], \dirname(__DIR__4));
  55685.         $a->addPath((\dirname(__DIR__4).'/vendor/symfony/debug-bundle/Resources/views'), 'Debug');
  55686.         $a->addPath((\dirname(__DIR__4).'/vendor/symfony/debug-bundle/Resources/views'), '!Debug');
  55687.         $a->addPath((\dirname(__DIR__4).'/vendor/enqueue/enqueue-bundle/Resources/views'), 'Enqueue');
  55688.         $a->addPath((\dirname(__DIR__4).'/vendor/enqueue/enqueue-bundle/Resources/views'), '!Enqueue');
  55689.         $a->addPath((\dirname(__DIR__4).'/vendor/shopware/core/Framework/Resources/views'), 'Framework');
  55690.         $a->addPath((\dirname(__DIR__4).'/vendor/shopware/core/Framework/Resources/views'), '!Framework');
  55691.         $a->addPath((\dirname(__DIR__4).'/vendor/shopware/administration/Resources/views'), 'Administration');
  55692.         $a->addPath((\dirname(__DIR__4).'/vendor/shopware/administration/Resources/views'), '!Administration');
  55693.         $a->addPath((\dirname(__DIR__4).'/vendor/shopware/storefront/Resources/views'), 'Storefront');
  55694.         $a->addPath((\dirname(__DIR__4).'/vendor/shopware/storefront/Resources/views'), '!Storefront');
  55695.         $a->addPath((\dirname(__DIR__4).'/vendor/shopware/elasticsearch/Resources/views'), 'Elasticsearch');
  55696.         $a->addPath((\dirname(__DIR__4).'/vendor/shopware/elasticsearch/Resources/views'), '!Elasticsearch');
  55697.         $a->addPath((\dirname(__DIR__4).'/vendor/symfony/web-profiler-bundle/Resources/views'), 'WebProfiler');
  55698.         $a->addPath((\dirname(__DIR__4).'/vendor/symfony/web-profiler-bundle/Resources/views'), '!WebProfiler');
  55699.         $a->addPath((\dirname(__DIR__4).'/vendor/shopware/core/Profiling/Resources/views'), 'Profiling');
  55700.         $a->addPath((\dirname(__DIR__4).'/vendor/shopware/core/Profiling/Resources/views'), '!Profiling');
  55701.         $a->addPath((\dirname(__DIR__4).'/vendor/store.shopware.com/swagpaypal/src/Resources/views'), 'SwagPayPal');
  55702.         $a->addPath((\dirname(__DIR__4).'/vendor/store.shopware.com/swagpaypal/src/Resources/views'), '!SwagPayPal');
  55703.         $a->addPath((\dirname(__DIR__4).'/vendor/store.shopware.com/swagmigrationassistant/Resources/views'), 'SwagMigrationAssistant');
  55704.         $a->addPath((\dirname(__DIR__4).'/vendor/store.shopware.com/swagmigrationassistant/Resources/views'), '!SwagMigrationAssistant');
  55705.         $a->addPath((\dirname(__DIR__4).'/vendor/store.shopware.com/nimbitsarticlequestionsnext/src/Resources/views'), 'NimbitsArticleQuestionsNext');
  55706.         $a->addPath((\dirname(__DIR__4).'/vendor/store.shopware.com/nimbitsarticlequestionsnext/src/Resources/views'), '!NimbitsArticleQuestionsNext');
  55707.         $a->addPath((\dirname(__DIR__4).'/vendor/store.shopware.com/solidadvancedsliderelements/src/Resources/views'), 'SolidAdvancedSliderElements');
  55708.         $a->addPath((\dirname(__DIR__4).'/vendor/store.shopware.com/solidadvancedsliderelements/src/Resources/views'), '!SolidAdvancedSliderElements');
  55709.         $a->addPath((\dirname(__DIR__4).'/vendor/store.shopware.com/ndsrecipemanager/src/Resources/views'), 'NdsRecipeManager');
  55710.         $a->addPath((\dirname(__DIR__4).'/vendor/store.shopware.com/ndsrecipemanager/src/Resources/views'), '!NdsRecipeManager');
  55711.         $a->addPath((\dirname(__DIR__4).'/vendor/store.shopware.com/moorlfoundation/src/Resources/views'), 'MoorlFoundation');
  55712.         $a->addPath((\dirname(__DIR__4).'/vendor/store.shopware.com/moorlfoundation/src/Resources/views'), '!MoorlFoundation');
  55713.         $a->addPath((\dirname(__DIR__4).'/vendor/store.shopware.com/moorlcreator/src/Resources/views'), 'MoorlCreator');
  55714.         $a->addPath((\dirname(__DIR__4).'/vendor/store.shopware.com/moorlcreator/src/Resources/views'), '!MoorlCreator');
  55715.         $a->addPath((\dirname(__DIR__4).'/vendor/store.shopware.com/moorlmagazine/src/Resources/views'), 'MoorlMagazine');
  55716.         $a->addPath((\dirname(__DIR__4).'/vendor/store.shopware.com/moorlmagazine/src/Resources/views'), '!MoorlMagazine');
  55717.         $a->addPath((\dirname(__DIR__4).'/vendor/store.shopware.com/wbmtagmanagerecomm/src/Resources/views'), 'WbmTagManagerEcomm');
  55718.         $a->addPath((\dirname(__DIR__4).'/vendor/store.shopware.com/wbmtagmanagerecomm/src/Resources/views'), '!WbmTagManagerEcomm');
  55719.         $a->addPath((\dirname(__DIR__4).'/vendor/store.shopware.com/cbaxmoduladcell/src/Resources/views'), 'CbaxModulAdcell');
  55720.         $a->addPath((\dirname(__DIR__4).'/vendor/store.shopware.com/cbaxmoduladcell/src/Resources/views'), '!CbaxModulAdcell');
  55721.         $a->addPath((\dirname(__DIR__4).'/vendor/store.shopware.com/mart1mwfaq/src/Resources/views'), 'mart1MwFaq');
  55722.         $a->addPath((\dirname(__DIR__4).'/vendor/store.shopware.com/mart1mwfaq/src/Resources/views'), '!mart1MwFaq');
  55723.         $a->addPath((\dirname(__DIR__4).'/vendor/store.shopware.com/swagamazonpay/src/Resources/views'), 'SwagAmazonPay');
  55724.         $a->addPath((\dirname(__DIR__4).'/vendor/store.shopware.com/swagamazonpay/src/Resources/views'), '!SwagAmazonPay');
  55725.         $a->addPath((\dirname(__DIR__4).'/vendor/store.shopware.com/dreiscseopro/src/Resources/views'), 'DreiscSeoPro');
  55726.         $a->addPath((\dirname(__DIR__4).'/vendor/store.shopware.com/dreiscseopro/src/Resources/views'), '!DreiscSeoPro');
  55727.         $a->addPath((\dirname(__DIR__4).'/vendor/store.shopware.com/scopplatformredirecter/src/Resources/views'), 'ScopPlatformRedirecter');
  55728.         $a->addPath((\dirname(__DIR__4).'/vendor/store.shopware.com/scopplatformredirecter/src/Resources/views'), '!ScopPlatformRedirecter');
  55729.         $a->addPath((\dirname(__DIR__4).'/vendor/store.shopware.com/unzerpayment6/src/Resources/views'), 'UnzerPayment6');
  55730.         $a->addPath((\dirname(__DIR__4).'/vendor/store.shopware.com/unzerpayment6/src/Resources/views'), '!UnzerPayment6');
  55731.         $a->addPath((\dirname(__DIR__4).'/vendor/store.shopware.com/proxabasketcrosssellingsw6/src/Resources/views'), 'ProxaBasketCrossSellingSW6');
  55732.         $a->addPath((\dirname(__DIR__4).'/vendor/store.shopware.com/proxabasketcrosssellingsw6/src/Resources/views'), '!ProxaBasketCrossSellingSW6');
  55733.         $a->addPath((\dirname(__DIR__4).'/vendor/store.shopware.com/froshplatformadminer/src/Resources/views'), 'FroshPlatformAdminer');
  55734.         $a->addPath((\dirname(__DIR__4).'/vendor/store.shopware.com/froshplatformadminer/src/Resources/views'), '!FroshPlatformAdminer');
  55735.         $a->addPath((\dirname(__DIR__4).'/vendor/store.shopware.com/moorlcmscategorylisting/src/Resources/views'), 'MoorlCmsCategoryListing');
  55736.         $a->addPath((\dirname(__DIR__4).'/vendor/store.shopware.com/moorlcmscategorylisting/src/Resources/views'), '!MoorlCmsCategoryListing');
  55737.         $a->addPath((\dirname(__DIR__4).'/vendor/store.shopware.com/moorlcmstwig/src/Resources/views'), 'MoorlCmsTwig');
  55738.         $a->addPath((\dirname(__DIR__4).'/vendor/store.shopware.com/moorlcmstwig/src/Resources/views'), '!MoorlCmsTwig');
  55739.         $a->addPath((\dirname(__DIR__4).'/custom/plugins/PixelLexikonSW6/src/Resources/views'), 'PixelLexikonSW6');
  55740.         $a->addPath((\dirname(__DIR__4).'/custom/plugins/PixelLexikonSW6/src/Resources/views'), '!PixelLexikonSW6');
  55741.         $a->addPath((\dirname(__DIR__4).'/vendor/store.shopware.com/acrispromotioncs/src/Resources/views'), 'AcrisPromotionCS');
  55742.         $a->addPath((\dirname(__DIR__4).'/vendor/store.shopware.com/acrispromotioncs/src/Resources/views'), '!AcrisPromotionCS');
  55743.         $a->addPath((\dirname(__DIR__4).'/vendor/store.shopware.com/meteorpromotiongift/src/Resources/views'), 'MeteorPromotionGift');
  55744.         $a->addPath((\dirname(__DIR__4).'/vendor/store.shopware.com/meteorpromotiongift/src/Resources/views'), '!MeteorPromotionGift');
  55745.         $a->addPath((\dirname(__DIR__4).'/vendor/store.shopware.com/netinextmodal/src/Resources/views'), 'NetiNextModal');
  55746.         $a->addPath((\dirname(__DIR__4).'/vendor/store.shopware.com/netinextmodal/src/Resources/views'), '!NetiNextModal');
  55747.         $a->addPath((\dirname(__DIR__4).'/vendor/store.shopware.com/cbaxmodulmanufacturers/src/Resources/views'), 'CbaxModulManufacturers');
  55748.         $a->addPath((\dirname(__DIR__4).'/vendor/store.shopware.com/cbaxmodulmanufacturers/src/Resources/views'), '!CbaxModulManufacturers');
  55749.         $a->addPath((\dirname(__DIR__4).'/vendor/store.shopware.com/acrissuggestedproductscs/src/Resources/views'), 'AcrisSuggestedProductsCS');
  55750.         $a->addPath((\dirname(__DIR__4).'/vendor/store.shopware.com/acrissuggestedproductscs/src/Resources/views'), '!AcrisSuggestedProductsCS');
  55751.         $a->addPath((\dirname(__DIR__4).'/vendor/store.shopware.com/zeobvabandonedcart/src/Resources/views'), 'ZeobvAbandonedCart');
  55752.         $a->addPath((\dirname(__DIR__4).'/vendor/store.shopware.com/zeobvabandonedcart/src/Resources/views'), '!ZeobvAbandonedCart');
  55753.         $a->addPath((\dirname(__DIR__4).'/vendor/store.shopware.com/froshtools/src/Resources/views'), 'FroshTools');
  55754.         $a->addPath((\dirname(__DIR__4).'/vendor/store.shopware.com/froshtools/src/Resources/views'), '!FroshTools');
  55755.         $a->addPath((\dirname(__DIR__4).'/vendor/lds/categories/src/Resources/views'), 'LdsSubCategories');
  55756.         $a->addPath((\dirname(__DIR__4).'/vendor/lds/categories/src/Resources/views'), '!LdsSubCategories');
  55757.         $a->addPath((\dirname(__DIR__4).'/vendor/store.shopware.com/atlseourlmanager/src/Resources/views'), 'AtlSeoUrlManager');
  55758.         $a->addPath((\dirname(__DIR__4).'/vendor/store.shopware.com/atlseourlmanager/src/Resources/views'), '!AtlSeoUrlManager');
  55759.         $a->addPath((\dirname(__DIR__4).'/custom/plugins/TcinnThemeWareModern/src/Resources/views'), 'TcinnThemeWareModern');
  55760.         $a->addPath((\dirname(__DIR__4).'/custom/plugins/TcinnThemeWareModern/src/Resources/views'), '!TcinnThemeWareModern');
  55761.         $a->addPath((\dirname(__DIR__4).'/custom/plugins/ProxaCheckoutTemplate/src/Resources/views'), 'ProxaCheckoutTemplate');
  55762.         $a->addPath((\dirname(__DIR__4).'/custom/plugins/ProxaCheckoutTemplate/src/Resources/views'), '!ProxaCheckoutTemplate');
  55763.         $a->addPath((\dirname(__DIR__4).'/custom/plugins/CbaxModulExternalOrder/src/Resources/views'), 'CbaxModulExternalOrder');
  55764.         $a->addPath((\dirname(__DIR__4).'/custom/plugins/CbaxModulExternalOrder/src/Resources/views'), '!CbaxModulExternalOrder');
  55765.         $a->addPath((\dirname(__DIR__4).'/custom/plugins/CbaxModulOrderImportGalaxus/src/Resources/views'), 'CbaxModulOrderImportGalaxus');
  55766.         $a->addPath((\dirname(__DIR__4).'/custom/plugins/CbaxModulOrderImportGalaxus/src/Resources/views'), '!CbaxModulOrderImportGalaxus');
  55767.         $a->addPath((\dirname(__DIR__4).'/vendor/lds/custom/src/Resources/views'), 'LDSCustom');
  55768.         $a->addPath((\dirname(__DIR__4).'/vendor/lds/custom/src/Resources/views'), '!LDSCustom');
  55769.         $a->addPath((\dirname(__DIR__4).'/vendor/symfony/twig-bridge/Resources/views/Email'), 'email');
  55770.         $a->addPath((\dirname(__DIR__4).'/vendor/symfony/twig-bridge/Resources/views/Email'), '!email');
  55771.         $a->addPath((\dirname(__DIR__4).'/vendor/symfony/framework-bundle/Resources'), 'FrameworkBundle');
  55772.         $a->addPath((\dirname(__DIR__4).'/vendor/symfony/monolog-bundle/Resources'), 'MonologBundle');
  55773.         $a->addPath((\dirname(__DIR__4).'/vendor/sensio/framework-extra-bundle/src/Resources'), 'SensioFrameworkExtraBundle');
  55774.         $a->addPath((\dirname(__DIR__4).'/vendor/symfony/twig-bundle/Resources'), 'TwigBundle');
  55775.         $a->addPath((\dirname(__DIR__4).'/vendor/symfony/debug-bundle/Resources/views'));
  55776.         $a->addPath((\dirname(__DIR__4).'/vendor/symfony/debug-bundle/Resources/views'), 'DebugBundle');
  55777.         $a->addPath((\dirname(__DIR__4).'/vendor/symfony/debug-bundle/Resources'), 'DebugBundle');
  55778.         $a->addPath((\dirname(__DIR__4).'/vendor/enqueue/enqueue-bundle/Resources/views'));
  55779.         $a->addPath((\dirname(__DIR__4).'/vendor/enqueue/enqueue-bundle/Resources/views'), 'EnqueueBundle');
  55780.         $a->addPath((\dirname(__DIR__4).'/vendor/enqueue/enqueue-bundle/Resources'), 'EnqueueBundle');
  55781.         $a->addPath((\dirname(__DIR__4).'/vendor/sroze/messenger-enqueue-transport/Bundle/Resources'), 'EnqueueAdapterBundle');
  55782.         $a->addPath((\dirname(__DIR__4).'/vendor/shopware/core/Framework/Resources/views'));
  55783.         $a->addPath((\dirname(__DIR__4).'/vendor/shopware/core/Framework/Resources/views'), 'Framework');
  55784.         $a->addPath((\dirname(__DIR__4).'/vendor/shopware/core/Framework/Resources'), 'Framework');
  55785.         $a->addPath((\dirname(__DIR__4).'/vendor/shopware/core/System/Resources'), 'System');
  55786.         $a->addPath((\dirname(__DIR__4).'/vendor/shopware/core/Content/Resources'), 'Content');
  55787.         $a->addPath((\dirname(__DIR__4).'/vendor/shopware/core/Checkout/Resources'), 'Checkout');
  55788.         $a->addPath((\dirname(__DIR__4).'/vendor/shopware/administration/Resources/views'));
  55789.         $a->addPath((\dirname(__DIR__4).'/vendor/shopware/administration/Resources/views'), 'Administration');
  55790.         $a->addPath((\dirname(__DIR__4).'/vendor/shopware/administration/Resources'), 'Administration');
  55791.         $a->addPath((\dirname(__DIR__4).'/vendor/shopware/storefront/Resources/views'));
  55792.         $a->addPath((\dirname(__DIR__4).'/vendor/shopware/storefront/Resources/views'), 'Storefront');
  55793.         $a->addPath((\dirname(__DIR__4).'/vendor/shopware/storefront/Resources/views/../app/storefront/dist'), 'Storefront');
  55794.         $a->addPath((\dirname(__DIR__4).'/vendor/shopware/storefront/Resources'), 'Storefront');
  55795.         $a->addPath((\dirname(__DIR__4).'/vendor/shopware/elasticsearch/Resources/views'));
  55796.         $a->addPath((\dirname(__DIR__4).'/vendor/shopware/elasticsearch/Resources/views'), 'Elasticsearch');
  55797.         $a->addPath((\dirname(__DIR__4).'/vendor/shopware/elasticsearch/Resources'), 'Elasticsearch');
  55798.         $a->addPath((\dirname(__DIR__4).'/vendor/symfony/web-profiler-bundle/Resources/views'));
  55799.         $a->addPath((\dirname(__DIR__4).'/vendor/symfony/web-profiler-bundle/Resources/views'), 'WebProfilerBundle');
  55800.         $a->addPath((\dirname(__DIR__4).'/vendor/symfony/web-profiler-bundle/Resources'), 'WebProfilerBundle');
  55801.         $a->addPath((\dirname(__DIR__4).'/vendor/shopware/core/Profiling/Resources/views'));
  55802.         $a->addPath((\dirname(__DIR__4).'/vendor/shopware/core/Profiling/Resources/views'), 'Profiling');
  55803.         $a->addPath((\dirname(__DIR__4).'/vendor/shopware/core/Profiling/Resources'), 'Profiling');
  55804.         $a->addPath((\dirname(__DIR__4).'/vendor/store.shopware.com/swagpaypal/src/Resources/views'));
  55805.         $a->addPath((\dirname(__DIR__4).'/vendor/store.shopware.com/swagpaypal/src/Resources/views'), 'SwagPayPal');
  55806.         $a->addPath((\dirname(__DIR__4).'/vendor/store.shopware.com/swagpaypal/src/Resources/views/../app/storefront/dist'), 'SwagPayPal');
  55807.         $a->addPath((\dirname(__DIR__4).'/vendor/store.shopware.com/swagpaypal/src/Resources'), 'SwagPayPal');
  55808.         $a->addPath((\dirname(__DIR__4).'/vendor/store.shopware.com/swagextensionstore/src/Resources'), 'SwagExtensionStore');
  55809.         $a->addPath((\dirname(__DIR__4).'/vendor/store.shopware.com/swagmigrationassistant/Resources/views'));
  55810.         $a->addPath((\dirname(__DIR__4).'/vendor/store.shopware.com/swagmigrationassistant/Resources/views'), 'SwagMigrationAssistant');
  55811.         $a->addPath((\dirname(__DIR__4).'/vendor/store.shopware.com/swagmigrationassistant/Resources'), 'SwagMigrationAssistant');
  55812.         $a->addPath((\dirname(__DIR__4).'/vendor/store.shopware.com/nimbitsarticlequestionsnext/src/Resources/views'));
  55813.         $a->addPath((\dirname(__DIR__4).'/vendor/store.shopware.com/nimbitsarticlequestionsnext/src/Resources/views'), 'NimbitsArticleQuestionsNext');
  55814.         $a->addPath((\dirname(__DIR__4).'/vendor/store.shopware.com/nimbitsarticlequestionsnext/src/Resources/views/../app/storefront/dist'), 'NimbitsArticleQuestionsNext');
  55815.         $a->addPath((\dirname(__DIR__4).'/vendor/store.shopware.com/nimbitsarticlequestionsnext/src/Resources'), 'NimbitsArticleQuestionsNext');
  55816.         $a->addPath((\dirname(__DIR__4).'/vendor/store.shopware.com/solidadvancedsliderelements/src/Resources/views'));
  55817.         $a->addPath((\dirname(__DIR__4).'/vendor/store.shopware.com/solidadvancedsliderelements/src/Resources/views'), 'SolidAdvancedSliderElements');
  55818.         $a->addPath((\dirname(__DIR__4).'/vendor/store.shopware.com/solidadvancedsliderelements/src/Resources/views/../app/storefront/dist'), 'SolidAdvancedSliderElements');
  55819.         $a->addPath((\dirname(__DIR__4).'/vendor/store.shopware.com/solidadvancedsliderelements/src/Resources'), 'SolidAdvancedSliderElements');
  55820.         $a->addPath((\dirname(__DIR__4).'/vendor/store.shopware.com/ndsrecipemanager/src/Resources/views'));
  55821.         $a->addPath((\dirname(__DIR__4).'/vendor/store.shopware.com/ndsrecipemanager/src/Resources/views'), 'NdsRecipeManager');
  55822.         $a->addPath((\dirname(__DIR__4).'/vendor/store.shopware.com/ndsrecipemanager/src/Resources/views/../app/storefront/dist'), 'NdsRecipeManager');
  55823.         $a->addPath((\dirname(__DIR__4).'/vendor/store.shopware.com/ndsrecipemanager/src/Resources'), 'NdsRecipeManager');
  55824.         $a->addPath((\dirname(__DIR__4).'/vendor/store.shopware.com/moorlfoundation/src/Resources/views'));
  55825.         $a->addPath((\dirname(__DIR__4).'/vendor/store.shopware.com/moorlfoundation/src/Resources/views'), 'MoorlFoundation');
  55826.         $a->addPath((\dirname(__DIR__4).'/vendor/store.shopware.com/moorlfoundation/src/Resources/views/../app/storefront/dist'), 'MoorlFoundation');
  55827.         $a->addPath((\dirname(__DIR__4).'/vendor/store.shopware.com/moorlfoundation/src/Resources'), 'MoorlFoundation');
  55828.         $a->addPath((\dirname(__DIR__4).'/vendor/store.shopware.com/moorlfoundationunlock/src/Resources'), 'MoorlFoundationUnlock');
  55829.         $a->addPath((\dirname(__DIR__4).'/vendor/store.shopware.com/moorlcreator/src/Resources/views'));
  55830.         $a->addPath((\dirname(__DIR__4).'/vendor/store.shopware.com/moorlcreator/src/Resources/views'), 'MoorlCreator');
  55831.         $a->addPath((\dirname(__DIR__4).'/vendor/store.shopware.com/moorlcreator/src/Resources'), 'MoorlCreator');
  55832.         $a->addPath((\dirname(__DIR__4).'/vendor/store.shopware.com/moorlmagazine/src/Resources/views'));
  55833.         $a->addPath((\dirname(__DIR__4).'/vendor/store.shopware.com/moorlmagazine/src/Resources/views'), 'MoorlMagazine');
  55834.         $a->addPath((\dirname(__DIR__4).'/vendor/store.shopware.com/moorlmagazine/src/Resources/views/../app/storefront/dist'), 'MoorlMagazine');
  55835.         $a->addPath((\dirname(__DIR__4).'/vendor/store.shopware.com/moorlmagazine/src/Resources'), 'MoorlMagazine');
  55836.         $a->addPath((\dirname(__DIR__4).'/vendor/store.shopware.com/wbmtagmanagerecomm/src/Resources/views'));
  55837.         $a->addPath((\dirname(__DIR__4).'/vendor/store.shopware.com/wbmtagmanagerecomm/src/Resources/views'), 'WbmTagManagerEcomm');
  55838.         $a->addPath((\dirname(__DIR__4).'/vendor/store.shopware.com/wbmtagmanagerecomm/src/Resources/views/../app/storefront/dist'), 'WbmTagManagerEcomm');
  55839.         $a->addPath((\dirname(__DIR__4).'/vendor/store.shopware.com/wbmtagmanagerecomm/src/Resources'), 'WbmTagManagerEcomm');
  55840.         $a->addPath((\dirname(__DIR__4).'/vendor/store.shopware.com/cbaxmoduladcell/src/Resources/views'));
  55841.         $a->addPath((\dirname(__DIR__4).'/vendor/store.shopware.com/cbaxmoduladcell/src/Resources/views'), 'CbaxModulAdcell');
  55842.         $a->addPath((\dirname(__DIR__4).'/vendor/store.shopware.com/cbaxmoduladcell/src/Resources/views/../app/storefront/dist'), 'CbaxModulAdcell');
  55843.         $a->addPath((\dirname(__DIR__4).'/vendor/store.shopware.com/cbaxmoduladcell/src/Resources'), 'CbaxModulAdcell');
  55844.         $a->addPath((\dirname(__DIR__4).'/vendor/store.shopware.com/mart1mwfaq/src/Resources/views'));
  55845.         $a->addPath((\dirname(__DIR__4).'/vendor/store.shopware.com/mart1mwfaq/src/Resources/views'), 'mart1MwFaq');
  55846.         $a->addPath((\dirname(__DIR__4).'/vendor/store.shopware.com/mart1mwfaq/src/Resources/views/../app/storefront/dist'), 'mart1MwFaq');
  55847.         $a->addPath((\dirname(__DIR__4).'/vendor/store.shopware.com/mart1mwfaq/src/Resources'), 'mart1MwFaq');
  55848.         $a->addPath((\dirname(__DIR__4).'/vendor/store.shopware.com/swagamazonpay/src/Resources/views'));
  55849.         $a->addPath((\dirname(__DIR__4).'/vendor/store.shopware.com/swagamazonpay/src/Resources/views'), 'SwagAmazonPay');
  55850.         $a->addPath((\dirname(__DIR__4).'/vendor/store.shopware.com/swagamazonpay/src/Resources/views/../app/storefront/dist'), 'SwagAmazonPay');
  55851.         $a->addPath((\dirname(__DIR__4).'/vendor/store.shopware.com/swagamazonpay/src/Resources'), 'SwagAmazonPay');
  55852.         $a->addPath((\dirname(__DIR__4).'/vendor/store.shopware.com/dreiscseopro/src/Resources/views'));
  55853.         $a->addPath((\dirname(__DIR__4).'/vendor/store.shopware.com/dreiscseopro/src/Resources/views'), 'DreiscSeoPro');
  55854.         $a->addPath((\dirname(__DIR__4).'/vendor/store.shopware.com/dreiscseopro/src/Resources'), 'DreiscSeoPro');
  55855.         $a->addPath((\dirname(__DIR__4).'/vendor/store.shopware.com/scopplatformredirecter/src/Resources/views'));
  55856.         $a->addPath((\dirname(__DIR__4).'/vendor/store.shopware.com/scopplatformredirecter/src/Resources/views'), 'ScopPlatformRedirecter');
  55857.         $a->addPath((\dirname(__DIR__4).'/vendor/store.shopware.com/scopplatformredirecter/src/Resources'), 'ScopPlatformRedirecter');
  55858.         $a->addPath((\dirname(__DIR__4).'/vendor/store.shopware.com/unzerpayment6/src/Resources/views'));
  55859.         $a->addPath((\dirname(__DIR__4).'/vendor/store.shopware.com/unzerpayment6/src/Resources/views'), 'UnzerPayment6');
  55860.         $a->addPath((\dirname(__DIR__4).'/vendor/store.shopware.com/unzerpayment6/src/Resources/views/../app/storefront/dist'), 'UnzerPayment6');
  55861.         $a->addPath((\dirname(__DIR__4).'/vendor/store.shopware.com/unzerpayment6/src/Resources'), 'UnzerPayment6');
  55862.         $a->addPath((\dirname(__DIR__4).'/vendor/store.shopware.com/proxabasketcrosssellingsw6/src/Resources/views'));
  55863.         $a->addPath((\dirname(__DIR__4).'/vendor/store.shopware.com/proxabasketcrosssellingsw6/src/Resources/views'), 'ProxaBasketCrossSellingSW6');
  55864.         $a->addPath((\dirname(__DIR__4).'/vendor/store.shopware.com/proxabasketcrosssellingsw6/src/Resources/views/../app/storefront/dist'), 'ProxaBasketCrossSellingSW6');
  55865.         $a->addPath((\dirname(__DIR__4).'/vendor/store.shopware.com/proxabasketcrosssellingsw6/src/Resources'), 'ProxaBasketCrossSellingSW6');
  55866.         $a->addPath((\dirname(__DIR__4).'/vendor/store.shopware.com/redmagnalistersw6/src/Resources'), 'RedMagnalisterSW6');
  55867.         $a->addPath((\dirname(__DIR__4).'/vendor/store.shopware.com/froshplatformadminer/src/Resources/views'));
  55868.         $a->addPath((\dirname(__DIR__4).'/vendor/store.shopware.com/froshplatformadminer/src/Resources/views'), 'FroshPlatformAdminer');
  55869.         $a->addPath((\dirname(__DIR__4).'/vendor/store.shopware.com/froshplatformadminer/src/Resources'), 'FroshPlatformAdminer');
  55870.         $a->addPath((\dirname(__DIR__4).'/vendor/store.shopware.com/moorlcmscategorylisting/src/Resources/views'));
  55871.         $a->addPath((\dirname(__DIR__4).'/vendor/store.shopware.com/moorlcmscategorylisting/src/Resources/views'), 'MoorlCmsCategoryListing');
  55872.         $a->addPath((\dirname(__DIR__4).'/vendor/store.shopware.com/moorlcmscategorylisting/src/Resources/views/../app/storefront/dist'), 'MoorlCmsCategoryListing');
  55873.         $a->addPath((\dirname(__DIR__4).'/vendor/store.shopware.com/moorlcmscategorylisting/src/Resources'), 'MoorlCmsCategoryListing');
  55874.         $a->addPath((\dirname(__DIR__4).'/vendor/store.shopware.com/moorlcmstwig/src/Resources/views'));
  55875.         $a->addPath((\dirname(__DIR__4).'/vendor/store.shopware.com/moorlcmstwig/src/Resources/views'), 'MoorlCmsTwig');
  55876.         $a->addPath((\dirname(__DIR__4).'/vendor/store.shopware.com/moorlcmstwig/src/Resources'), 'MoorlCmsTwig');
  55877.         $a->addPath((\dirname(__DIR__4).'/custom/plugins/PixelLexikonSW6/src/Resources/views'));
  55878.         $a->addPath((\dirname(__DIR__4).'/custom/plugins/PixelLexikonSW6/src/Resources/views'), 'PixelLexikonSW6');
  55879.         $a->addPath((\dirname(__DIR__4).'/custom/plugins/PixelLexikonSW6/src/Resources/views/../app/storefront/dist'), 'PixelLexikonSW6');
  55880.         $a->addPath((\dirname(__DIR__4).'/custom/plugins/PixelLexikonSW6/src/Resources'), 'PixelLexikonSW6');
  55881.         $a->addPath((\dirname(__DIR__4).'/vendor/store.shopware.com/acrispromotioncs/src/Resources/views'));
  55882.         $a->addPath((\dirname(__DIR__4).'/vendor/store.shopware.com/acrispromotioncs/src/Resources/views'), 'AcrisPromotionCS');
  55883.         $a->addPath((\dirname(__DIR__4).'/vendor/store.shopware.com/acrispromotioncs/src/Resources'), 'AcrisPromotionCS');
  55884.         $a->addPath((\dirname(__DIR__4).'/vendor/store.shopware.com/meteorpromotiongift/src/Resources/views'));
  55885.         $a->addPath((\dirname(__DIR__4).'/vendor/store.shopware.com/meteorpromotiongift/src/Resources/views'), 'MeteorPromotionGift');
  55886.         $a->addPath((\dirname(__DIR__4).'/vendor/store.shopware.com/meteorpromotiongift/src/Resources/views/../app/storefront/dist'), 'MeteorPromotionGift');
  55887.         $a->addPath((\dirname(__DIR__4).'/vendor/store.shopware.com/meteorpromotiongift/src/Resources'), 'MeteorPromotionGift');
  55888.         $a->addPath((\dirname(__DIR__4).'/vendor/store.shopware.com/netinextmodal/src/Resources/views'));
  55889.         $a->addPath((\dirname(__DIR__4).'/vendor/store.shopware.com/netinextmodal/src/Resources/views'), 'NetiNextModal');
  55890.         $a->addPath((\dirname(__DIR__4).'/vendor/store.shopware.com/netinextmodal/src/Resources/views/../app/storefront/dist'), 'NetiNextModal');
  55891.         $a->addPath((\dirname(__DIR__4).'/vendor/store.shopware.com/netinextmodal/src/Resources'), 'NetiNextModal');
  55892.         $a->addPath((\dirname(__DIR__4).'/vendor/store.shopware.com/cbaxmodulmanufacturers/src/Resources/views'));
  55893.         $a->addPath((\dirname(__DIR__4).'/vendor/store.shopware.com/cbaxmodulmanufacturers/src/Resources/views'), 'CbaxModulManufacturers');
  55894.         $a->addPath((\dirname(__DIR__4).'/vendor/store.shopware.com/cbaxmodulmanufacturers/src/Resources/views/../app/storefront/dist'), 'CbaxModulManufacturers');
  55895.         $a->addPath((\dirname(__DIR__4).'/vendor/store.shopware.com/cbaxmodulmanufacturers/src/Resources'), 'CbaxModulManufacturers');
  55896.         $a->addPath((\dirname(__DIR__4).'/vendor/store.shopware.com/acrissuggestedproductscs/src/Resources/views'));
  55897.         $a->addPath((\dirname(__DIR__4).'/vendor/store.shopware.com/acrissuggestedproductscs/src/Resources/views'), 'AcrisSuggestedProductsCS');
  55898.         $a->addPath((\dirname(__DIR__4).'/vendor/store.shopware.com/acrissuggestedproductscs/src/Resources/views/../app/storefront/dist'), 'AcrisSuggestedProductsCS');
  55899.         $a->addPath((\dirname(__DIR__4).'/vendor/store.shopware.com/acrissuggestedproductscs/src/Resources'), 'AcrisSuggestedProductsCS');
  55900.         $a->addPath((\dirname(__DIR__4).'/vendor/store.shopware.com/zeobvabandonedcart/src/Resources/views'));
  55901.         $a->addPath((\dirname(__DIR__4).'/vendor/store.shopware.com/zeobvabandonedcart/src/Resources/views'), 'ZeobvAbandonedCart');
  55902.         $a->addPath((\dirname(__DIR__4).'/vendor/store.shopware.com/zeobvabandonedcart/src/Resources'), 'ZeobvAbandonedCart');
  55903.         $a->addPath((\dirname(__DIR__4).'/vendor/store.shopware.com/froshtools/src/Resources/views'));
  55904.         $a->addPath((\dirname(__DIR__4).'/vendor/store.shopware.com/froshtools/src/Resources/views'), 'FroshTools');
  55905.         $a->addPath((\dirname(__DIR__4).'/vendor/store.shopware.com/froshtools/src/Resources'), 'FroshTools');
  55906.         $a->addPath((\dirname(__DIR__4).'/vendor/lds/categories/src/Resources/views'));
  55907.         $a->addPath((\dirname(__DIR__4).'/vendor/lds/categories/src/Resources/views'), 'LdsSubCategories');
  55908.         $a->addPath((\dirname(__DIR__4).'/vendor/lds/categories/src/Resources'), 'LdsSubCategories');
  55909.         $a->addPath((\dirname(__DIR__4).'/vendor/store.shopware.com/atlseourlmanager/src/Resources/views'));
  55910.         $a->addPath((\dirname(__DIR__4).'/vendor/store.shopware.com/atlseourlmanager/src/Resources/views'), 'AtlSeoUrlManager');
  55911.         $a->addPath((\dirname(__DIR__4).'/vendor/store.shopware.com/atlseourlmanager/src/Resources'), 'AtlSeoUrlManager');
  55912.         $a->addPath((\dirname(__DIR__4).'/custom/plugins/TcinnThemeWareModern/src/Resources/views'));
  55913.         $a->addPath((\dirname(__DIR__4).'/custom/plugins/TcinnThemeWareModern/src/Resources/views'), 'TcinnThemeWareModern');
  55914.         $a->addPath((\dirname(__DIR__4).'/custom/plugins/TcinnThemeWareModern/src/Resources/views/../app/storefront/dist'), 'TcinnThemeWareModern');
  55915.         $a->addPath((\dirname(__DIR__4).'/custom/plugins/TcinnThemeWareModern/src/Resources'), 'TcinnThemeWareModern');
  55916.         $a->addPath((\dirname(__DIR__4).'/custom/plugins/CbaxModulAnalytics/src/Resources'), 'CbaxModulAnalytics');
  55917.         $a->addPath((\dirname(__DIR__4).'/custom/plugins/ProxaCheckoutTemplate/src/Resources/views'));
  55918.         $a->addPath((\dirname(__DIR__4).'/custom/plugins/ProxaCheckoutTemplate/src/Resources/views'), 'ProxaCheckoutTemplate');
  55919.         $a->addPath((\dirname(__DIR__4).'/custom/plugins/ProxaCheckoutTemplate/src/Resources/views/../app/storefront/dist'), 'ProxaCheckoutTemplate');
  55920.         $a->addPath((\dirname(__DIR__4).'/custom/plugins/ProxaCheckoutTemplate/src/Resources'), 'ProxaCheckoutTemplate');
  55921.         $a->addPath((\dirname(__DIR__4).'/custom/plugins/CbaxModulExternalOrder/src/Resources/views'));
  55922.         $a->addPath((\dirname(__DIR__4).'/custom/plugins/CbaxModulExternalOrder/src/Resources/views'), 'CbaxModulExternalOrder');
  55923.         $a->addPath((\dirname(__DIR__4).'/custom/plugins/CbaxModulExternalOrder/src/Resources'), 'CbaxModulExternalOrder');
  55924.         $a->addPath((\dirname(__DIR__4).'/custom/plugins/CbaxModulOrderImportGalaxus/src/Resources/views'));
  55925.         $a->addPath((\dirname(__DIR__4).'/custom/plugins/CbaxModulOrderImportGalaxus/src/Resources/views'), 'CbaxModulOrderImportGalaxus');
  55926.         $a->addPath((\dirname(__DIR__4).'/custom/plugins/CbaxModulOrderImportGalaxus/src/Resources'), 'CbaxModulOrderImportGalaxus');
  55927.         $a->addPath((\dirname(__DIR__4).'/vendor/store.shopware.com/maxiacrossvariantdiscounts6/src/Resources'), 'MaxiaCrossVariantDiscounts6');
  55928.         $a->addPath((\dirname(__DIR__4).'/vendor/store.shopware.com/watodigitecgalaxusexport/src/Resources'), 'WatoDigitecGalaxusExport');
  55929.         $a->addPath((\dirname(__DIR__4).'/vendor/lds/custom/src/Resources/views'));
  55930.         $a->addPath((\dirname(__DIR__4).'/vendor/lds/custom/src/Resources/views'), 'LDSCustom');
  55931.         $a->addPath((\dirname(__DIR__4).'/vendor/lds/custom/src/Resources/views/../app/storefront/dist'), 'LDSCustom');
  55932.         $a->addPath((\dirname(__DIR__4).'/vendor/lds/custom/src/Resources'), 'LDSCustom');
  55933.         $instance->addLoader(($this->privates['Shopware\\Core\\Framework\\Adapter\\Twig\\EntityTemplateLoader'] ?? $this->getEntityTemplateLoaderService()));
  55934.         $instance->addLoader($a);
  55935.         return $instance;
  55936.     }
  55937.     /**
  55938.      * Gets the private 'twig.mailer.message_listener' shared service.
  55939.      *
  55940.      * @return \Symfony\Component\Mailer\EventListener\MessageListener
  55941.      */
  55942.     protected function getTwig_Mailer_MessageListenerService()
  55943.     {
  55944.         include_once \dirname(__DIR__4).'/vendor/symfony/mailer/EventListener/MessageListener.php';
  55945.         include_once \dirname(__DIR__4).'/vendor/symfony/mime/BodyRendererInterface.php';
  55946.         include_once \dirname(__DIR__4).'/vendor/symfony/twig-bridge/Mime/BodyRenderer.php';
  55947.         $a = ($this->services['.container.private.twig'] ?? $this->get_Container_Private_TwigService());
  55948.         if (isset($this->privates['twig.mailer.message_listener'])) {
  55949.             return $this->privates['twig.mailer.message_listener'];
  55950.         }
  55951.         return $this->privates['twig.mailer.message_listener'] = new \Symfony\Component\Mailer\EventListener\MessageListener(NULL, new \Symfony\Bridge\Twig\Mime\BodyRenderer($a));
  55952.     }
  55953.     /**
  55954.      * Gets the private 'twig.runtime.httpkernel' shared service.
  55955.      *
  55956.      * @return \Symfony\Bridge\Twig\Extension\HttpKernelRuntime
  55957.      */
  55958.     protected function getTwig_Runtime_HttpkernelService()
  55959.     {
  55960.         include_once \dirname(__DIR__4).'/vendor/symfony/twig-bridge/Extension/HttpKernelRuntime.php';
  55961.         include_once \dirname(__DIR__4).'/vendor/symfony/http-kernel/Fragment/FragmentHandler.php';
  55962.         include_once \dirname(__DIR__4).'/vendor/symfony/http-kernel/DependencyInjection/LazyLoadingFragmentHandler.php';
  55963.         include_once \dirname(__DIR__4).'/vendor/symfony/http-kernel/Fragment/FragmentUriGeneratorInterface.php';
  55964.         include_once \dirname(__DIR__4).'/vendor/symfony/http-kernel/Fragment/FragmentUriGenerator.php';
  55965.         $a = ($this->services['request_stack'] ?? ($this->services['request_stack'] = new \Symfony\Component\HttpFoundation\RequestStack()));
  55966.         return $this->privates['twig.runtime.httpkernel'] = new \Symfony\Bridge\Twig\Extension\HttpKernelRuntime(new \Symfony\Component\HttpKernel\DependencyInjection\LazyLoadingFragmentHandler(new \Symfony\Component\DependencyInjection\Argument\ServiceLocator($this->getService, [
  55967.             'esi' => ['privates''fragment.renderer.esi''getFragment_Renderer_EsiService'false],
  55968.             'hinclude' => ['privates''fragment.renderer.hinclude''getFragment_Renderer_HincludeService'false],
  55969.             'inline' => ['privates''fragment.renderer.inline''getFragment_Renderer_InlineService'false],
  55970.         ], [
  55971.             'esi' => '?',
  55972.             'hinclude' => '?',
  55973.             'inline' => '?',
  55974.         ]), $atrue), new \Symfony\Component\HttpKernel\Fragment\FragmentUriGenerator('/_fragment', ($this->privates['uri_signer'] ?? ($this->privates['uri_signer'] = new \Symfony\Component\HttpKernel\UriSigner($this->getEnv('APP_SECRET')))), $a));
  55975.     }
  55976.     /**
  55977.      * Gets the private 'twig.runtime.security_csrf' shared service.
  55978.      *
  55979.      * @return \Symfony\Bridge\Twig\Extension\CsrfRuntime
  55980.      */
  55981.     protected function getTwig_Runtime_SecurityCsrfService()
  55982.     {
  55983.         include_once \dirname(__DIR__4).'/vendor/symfony/twig-bridge/Extension/CsrfRuntime.php';
  55984.         return $this->privates['twig.runtime.security_csrf'] = new \Symfony\Bridge\Twig\Extension\CsrfRuntime(($this->services['.container.private.security.csrf.token_manager'] ?? $this->get_Container_Private_Security_Csrf_TokenManagerService()));
  55985.     }
  55986.     /**
  55987.      * Gets the private 'twig.runtime.serializer' shared service.
  55988.      *
  55989.      * @return \Symfony\Bridge\Twig\Extension\SerializerRuntime
  55990.      */
  55991.     protected function getTwig_Runtime_SerializerService()
  55992.     {
  55993.         include_once \dirname(__DIR__4).'/vendor/twig/twig/src/Extension/RuntimeExtensionInterface.php';
  55994.         include_once \dirname(__DIR__4).'/vendor/symfony/twig-bridge/Extension/SerializerRuntime.php';
  55995.         return $this->privates['twig.runtime.serializer'] = new \Symfony\Bridge\Twig\Extension\SerializerRuntime(($this->services['.container.private.serializer'] ?? $this->get_Container_Private_SerializerService()));
  55996.     }
  55997.     /**
  55998.      * Gets the private 'unzer_payment.logger' shared service.
  55999.      *
  56000.      * @return \Monolog\Logger
  56001.      */
  56002.     protected function getUnzerPayment_LoggerService()
  56003.     {
  56004.         return $this->privates['unzer_payment.logger'] = ($this->privates['Shopware\\Core\\Framework\\Log\\LoggerFactory'] ?? $this->getLoggerFactoryService())->createRotating('plugin_unzer_payment');
  56005.     }
  56006.     /**
  56007.      * Gets the private 'validator.builder' shared service.
  56008.      *
  56009.      * @return \Symfony\Component\Validator\ValidatorBuilder
  56010.      */
  56011.     protected function getValidator_BuilderService()
  56012.     {
  56013.         $this->privates['validator.builder'] = $instance \Symfony\Component\Validator\Validation::createValidatorBuilder();
  56014.         $a = ($this->privates['property_info'] ?? $this->getPropertyInfoService());
  56015.         $instance->setConstraintValidatorFactory(new \Symfony\Component\Validator\ContainerConstraintValidatorFactory(new \Symfony\Component\DependencyInjection\Argument\ServiceLocator($this->getService, [
  56016.             'Shopware\\Core\\Checkout\\Customer\\Validation\\Constraint\\CustomerEmailUniqueValidator' => ['privates''Shopware\\Core\\Checkout\\Customer\\Validation\\Constraint\\CustomerEmailUniqueValidator''getCustomerEmailUniqueValidatorService'false],
  56017.             'Shopware\\Core\\Checkout\\Customer\\Validation\\Constraint\\CustomerPasswordMatchesValidator' => ['privates''Shopware\\Core\\Checkout\\Customer\\Validation\\Constraint\\CustomerPasswordMatchesValidator''getCustomerPasswordMatchesValidatorService'false],
  56018.             'Shopware\\Core\\Checkout\\Customer\\Validation\\Constraint\\CustomerVatIdentificationValidator' => ['privates''Shopware\\Core\\Checkout\\Customer\\Validation\\Constraint\\CustomerVatIdentificationValidator''getCustomerVatIdentificationValidatorService'false],
  56019.             'Shopware\\Core\\Checkout\\Customer\\Validation\\Constraint\\CustomerZipCodeValidator' => ['privates''Shopware\\Core\\Checkout\\Customer\\Validation\\Constraint\\CustomerZipCodeValidator''getCustomerZipCodeValidatorService'false],
  56020.             'Shopware\\Core\\Framework\\DataAbstractionLayer\\Validation\\EntityExistsValidator' => ['privates''Shopware\\Core\\Framework\\DataAbstractionLayer\\Validation\\EntityExistsValidator''getEntityExistsValidatorService'false],
  56021.             'Shopware\\Core\\Framework\\DataAbstractionLayer\\Validation\\EntityNotExistsValidator' => ['privates''Shopware\\Core\\Framework\\DataAbstractionLayer\\Validation\\EntityNotExistsValidator''getEntityNotExistsValidatorService'false],
  56022.             'Symfony\\Component\\Validator\\Constraints\\EmailValidator' => ['privates''validator.email''getValidator_EmailService'false],
  56023.             'Symfony\\Component\\Validator\\Constraints\\ExpressionValidator' => ['privates''validator.expression''getValidator_ExpressionService'false],
  56024.             'Symfony\\Component\\Validator\\Constraints\\NotCompromisedPasswordValidator' => ['privates''validator.not_compromised_password''getValidator_NotCompromisedPasswordService'false],
  56025.             'validator.expression' => ['privates''validator.expression''getValidator_ExpressionService'false],
  56026.         ], [
  56027.             'Shopware\\Core\\Checkout\\Customer\\Validation\\Constraint\\CustomerEmailUniqueValidator' => '?',
  56028.             'Shopware\\Core\\Checkout\\Customer\\Validation\\Constraint\\CustomerPasswordMatchesValidator' => '?',
  56029.             'Shopware\\Core\\Checkout\\Customer\\Validation\\Constraint\\CustomerVatIdentificationValidator' => '?',
  56030.             'Shopware\\Core\\Checkout\\Customer\\Validation\\Constraint\\CustomerZipCodeValidator' => '?',
  56031.             'Shopware\\Core\\Framework\\DataAbstractionLayer\\Validation\\EntityExistsValidator' => '?',
  56032.             'Shopware\\Core\\Framework\\DataAbstractionLayer\\Validation\\EntityNotExistsValidator' => '?',
  56033.             'Symfony\\Component\\Validator\\Constraints\\EmailValidator' => '?',
  56034.             'Symfony\\Component\\Validator\\Constraints\\ExpressionValidator' => '?',
  56035.             'Symfony\\Component\\Validator\\Constraints\\NotCompromisedPasswordValidator' => '?',
  56036.             'validator.expression' => '?',
  56037.         ])));
  56038.         if ($this->has('translator')) {
  56039.             $instance->setTranslator(($this->services['translator'] ?? $this->getTranslatorService()));
  56040.         }
  56041.         $instance->setTranslationDomain('validators');
  56042.         $instance->enableAnnotationMapping(true);
  56043.         $instance->setDoctrineAnnotationReader(($this->privates['annotations.cached_reader'] ?? $this->getAnnotations_CachedReaderService()));
  56044.         $instance->addMethodMapping('loadValidatorMetadata');
  56045.         $instance->addObjectInitializers([]);
  56046.         $instance->addLoader(new \Symfony\Component\Validator\Mapping\Loader\PropertyInfoLoader($a$a$aNULL));
  56047.         return $instance;
  56048.     }
  56049.     /**
  56050.      * Gets the private 'validator.email' shared service.
  56051.      *
  56052.      * @return \Symfony\Component\Validator\Constraints\EmailValidator
  56053.      */
  56054.     protected function getValidator_EmailService()
  56055.     {
  56056.         include_once \dirname(__DIR__4).'/vendor/symfony/validator/ConstraintValidatorInterface.php';
  56057.         include_once \dirname(__DIR__4).'/vendor/symfony/validator/ConstraintValidator.php';
  56058.         include_once \dirname(__DIR__4).'/vendor/symfony/validator/Constraints/EmailValidator.php';
  56059.         return $this->privates['validator.email'] = new \Symfony\Component\Validator\Constraints\EmailValidator('loose');
  56060.     }
  56061.     /**
  56062.      * Gets the private 'validator.expression' shared service.
  56063.      *
  56064.      * @return \Symfony\Component\Validator\Constraints\ExpressionValidator
  56065.      */
  56066.     protected function getValidator_ExpressionService()
  56067.     {
  56068.         include_once \dirname(__DIR__4).'/vendor/symfony/validator/ConstraintValidatorInterface.php';
  56069.         include_once \dirname(__DIR__4).'/vendor/symfony/validator/ConstraintValidator.php';
  56070.         include_once \dirname(__DIR__4).'/vendor/symfony/validator/Constraints/ExpressionValidator.php';
  56071.         return $this->privates['validator.expression'] = new \Symfony\Component\Validator\Constraints\ExpressionValidator(NULL);
  56072.     }
  56073.     /**
  56074.      * Gets the private 'validator.mapping.cache_warmer' shared service.
  56075.      *
  56076.      * @return \Symfony\Bundle\FrameworkBundle\CacheWarmer\ValidatorCacheWarmer
  56077.      */
  56078.     protected function getValidator_Mapping_CacheWarmerService()
  56079.     {
  56080.         include_once \dirname(__DIR__4).'/vendor/symfony/http-kernel/CacheWarmer/CacheWarmerInterface.php';
  56081.         include_once \dirname(__DIR__4).'/vendor/symfony/framework-bundle/CacheWarmer/AbstractPhpFileCacheWarmer.php';
  56082.         include_once \dirname(__DIR__4).'/vendor/symfony/framework-bundle/CacheWarmer/ValidatorCacheWarmer.php';
  56083.         return $this->privates['validator.mapping.cache_warmer'] = new \Symfony\Bundle\FrameworkBundle\CacheWarmer\ValidatorCacheWarmer(($this->privates['validator.builder'] ?? $this->getValidator_BuilderService()), ($this->targetDir.''.'/validation.php'));
  56084.     }
  56085.     /**
  56086.      * Gets the private 'validator.not_compromised_password' shared service.
  56087.      *
  56088.      * @return \Symfony\Component\Validator\Constraints\NotCompromisedPasswordValidator
  56089.      */
  56090.     protected function getValidator_NotCompromisedPasswordService()
  56091.     {
  56092.         include_once \dirname(__DIR__4).'/vendor/symfony/validator/ConstraintValidatorInterface.php';
  56093.         include_once \dirname(__DIR__4).'/vendor/symfony/validator/ConstraintValidator.php';
  56094.         include_once \dirname(__DIR__4).'/vendor/symfony/validator/Constraints/NotCompromisedPasswordValidator.php';
  56095.         return $this->privates['validator.not_compromised_password'] = new \Symfony\Component\Validator\Constraints\NotCompromisedPasswordValidator(NULL'UTF-8'trueNULL);
  56096.     }
  56097.     /**
  56098.      * Gets the private 'var_dumper.command.server_dump' shared service.
  56099.      *
  56100.      * @return \Symfony\Bundle\DebugBundle\Command\ServerDumpPlaceholderCommand
  56101.      */
  56102.     protected function getVarDumper_Command_ServerDumpService()
  56103.     {
  56104.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/Command.php';
  56105.         include_once \dirname(__DIR__4).'/vendor/symfony/debug-bundle/Command/ServerDumpPlaceholderCommand.php';
  56106.         include_once \dirname(__DIR__4).'/vendor/symfony/var-dumper/Server/DumpServer.php';
  56107.         include_once \dirname(__DIR__4).'/vendor/symfony/var-dumper/Command/Descriptor/DumpDescriptorInterface.php';
  56108.         include_once \dirname(__DIR__4).'/vendor/symfony/var-dumper/Command/Descriptor/CliDescriptor.php';
  56109.         include_once \dirname(__DIR__4).'/vendor/symfony/var-dumper/Command/Descriptor/HtmlDescriptor.php';
  56110.         $a = new \Symfony\Bridge\Monolog\Logger('debug');
  56111.         $a->pushProcessor(($this->privates['debug.log_processor'] ?? $this->getDebug_LogProcessorService()));
  56112.         $a->pushHandler(($this->privates['monolog.handler.console'] ?? $this->getMonolog_Handler_ConsoleService()));
  56113.         $a->pushHandler(($this->privates['Shopware\\Core\\Framework\\Log\\Monolog\\ExcludeFlowEventHandler'] ?? $this->getExcludeFlowEventHandlerService()));
  56114.         \Symfony\Bundle\FrameworkBundle\DependencyInjection\Compiler\AddDebugLogProcessorPass::configureLogger($a);
  56115.         $this->privates['var_dumper.command.server_dump'] = $instance = new \Symfony\Bundle\DebugBundle\Command\ServerDumpPlaceholderCommand(new \Symfony\Component\VarDumper\Server\DumpServer(''$a), ['cli' => new \Symfony\Component\VarDumper\Command\Descriptor\CliDescriptor(($this->privates['var_dumper.contextualized_cli_dumper.inner'] ?? $this->getVarDumper_ContextualizedCliDumper_InnerService())), 'html' => new \Symfony\Component\VarDumper\Command\Descriptor\HtmlDescriptor(($this->privates['var_dumper.html_dumper'] ?? $this->getVarDumper_HtmlDumperService()))]);
  56116.         $instance->setName('server:dump');
  56117.         $instance->setDescription('Start a dump server that collects and displays dumps in a single place');
  56118.         return $instance;
  56119.     }
  56120.     /**
  56121.      * Gets the private 'var_dumper.contextualized_cli_dumper.inner' shared service.
  56122.      *
  56123.      * @return \Symfony\Component\VarDumper\Dumper\CliDumper
  56124.      */
  56125.     protected function getVarDumper_ContextualizedCliDumper_InnerService()
  56126.     {
  56127.         $this->privates['var_dumper.contextualized_cli_dumper.inner'] = $instance = new \Symfony\Component\VarDumper\Dumper\CliDumper(NULL'UTF-8'0);
  56128.         $instance->setDisplayOptions(['fileLinkFormat' => ($this->privates['debug.file_link_formatter'] ?? $this->getDebug_FileLinkFormatterService())]);
  56129.         return $instance;
  56130.     }
  56131.     /**
  56132.      * Gets the private 'var_dumper.html_dumper' shared service.
  56133.      *
  56134.      * @return \Symfony\Component\VarDumper\Dumper\HtmlDumper
  56135.      */
  56136.     protected function getVarDumper_HtmlDumperService()
  56137.     {
  56138.         $this->privates['var_dumper.html_dumper'] = $instance = new \Symfony\Component\VarDumper\Dumper\HtmlDumper(NULL'UTF-8'0);
  56139.         $instance->setDisplayOptions(['fileLinkFormat' => ($this->privates['debug.file_link_formatter'] ?? $this->getDebug_FileLinkFormatterService())]);
  56140.         return $instance;
  56141.     }
  56142.     /**
  56143.      * Gets the private 'web_profiler.csp.handler' shared service.
  56144.      *
  56145.      * @return \Symfony\Bundle\WebProfilerBundle\Csp\ContentSecurityPolicyHandler
  56146.      */
  56147.     protected function getWebProfiler_Csp_HandlerService()
  56148.     {
  56149.         return $this->privates['web_profiler.csp.handler'] = new \Symfony\Bundle\WebProfilerBundle\Csp\ContentSecurityPolicyHandler(new \Symfony\Bundle\WebProfilerBundle\Csp\NonceGenerator());
  56150.     }
  56151.     /**
  56152.      * Gets the private 'web_profiler.debug_toolbar' shared service.
  56153.      *
  56154.      * @return \Symfony\Bundle\WebProfilerBundle\EventListener\WebDebugToolbarListener
  56155.      */
  56156.     protected function getWebProfiler_DebugToolbarService()
  56157.     {
  56158.         $a = ($this->services['.container.private.twig'] ?? $this->get_Container_Private_TwigService());
  56159.         if (isset($this->privates['web_profiler.debug_toolbar'])) {
  56160.             return $this->privates['web_profiler.debug_toolbar'];
  56161.         }
  56162.         return $this->privates['web_profiler.debug_toolbar'] = new \Symfony\Bundle\WebProfilerBundle\EventListener\WebDebugToolbarListener($afalse2, ($this->services['router'] ?? $this->getRouterService()), '^/((index|app(_[\\w]+)?)\\.php/)?_wdt', ($this->privates['web_profiler.csp.handler'] ?? $this->getWebProfiler_Csp_HandlerService()), ($this->services['data_collector.dump'] ?? $this->getDataCollector_DumpService()));
  56163.     }
  56164.     /**
  56165.      * Gets the public 'cache_clearer' alias.
  56166.      *
  56167.      * @return object The ".container.private.cache_clearer" service.
  56168.      */
  56169.     protected function getCacheClearerService()
  56170.     {
  56171.         trigger_deprecation('symfony/framework-bundle''5.2''Accessing the "cache_clearer" service directly from the container is deprecated, use dependency injection instead.');
  56172.         return $this->get('.container.private.cache_clearer');
  56173.     }
  56174.     /**
  56175.      * Gets the public 'filesystem' alias.
  56176.      *
  56177.      * @return object The ".container.private.filesystem" service.
  56178.      */
  56179.     protected function getFilesystemService()
  56180.     {
  56181.         trigger_deprecation('symfony/framework-bundle''5.2''Accessing the "filesystem" service directly from the container is deprecated, use dependency injection instead.');
  56182.         return $this->get('.container.private.filesystem');
  56183.     }
  56184.     /**
  56185.      * Gets the public 'serializer' alias.
  56186.      *
  56187.      * @return object The ".container.private.serializer" service.
  56188.      */
  56189.     protected function getSerializerService()
  56190.     {
  56191.         trigger_deprecation('symfony/framework-bundle''5.2''Accessing the "serializer" service directly from the container is deprecated, use dependency injection instead.');
  56192.         return $this->get('.container.private.serializer');
  56193.     }
  56194.     /**
  56195.      * Gets the public 'security.csrf.token_manager' alias.
  56196.      *
  56197.      * @return object The ".container.private.security.csrf.token_manager" service.
  56198.      */
  56199.     protected function getSecurity_Csrf_TokenManagerService()
  56200.     {
  56201.         trigger_deprecation('symfony/framework-bundle''5.2''Accessing the "security.csrf.token_manager" service directly from the container is deprecated, use dependency injection instead.');
  56202.         return $this->get('.container.private.security.csrf.token_manager');
  56203.     }
  56204.     /**
  56205.      * Gets the public 'profiler' alias.
  56206.      *
  56207.      * @return object The ".container.private.profiler" service.
  56208.      */
  56209.     protected function getProfiler2Service()
  56210.     {
  56211.         trigger_deprecation('symfony/framework-bundle''5.4''Accessing the "profiler" service directly from the container is deprecated, use dependency injection instead.');
  56212.         return $this->get('.container.private.profiler');
  56213.     }
  56214.     /**
  56215.      * Gets the public 'twig' alias.
  56216.      *
  56217.      * @return object The ".container.private.twig" service.
  56218.      */
  56219.     protected function getTwigService()
  56220.     {
  56221.         trigger_deprecation('symfony/twig-bundle''5.2''Accessing the "twig" service directly from the container is deprecated, use dependency injection instead.');
  56222.         return $this->get('.container.private.twig');
  56223.     }
  56224.     /**
  56225.      * Gets the public 'session' alias.
  56226.      *
  56227.      * @return object The ".container.private.session" service.
  56228.      */
  56229.     protected function getSessionService()
  56230.     {
  56231.         trigger_deprecation('symfony/framework-bundle''5.3''Accessing the "session" service directly from the container is deprecated, use dependency injection instead.');
  56232.         return $this->get('.container.private.session');
  56233.     }
  56234.     /**
  56235.      * Gets the public 'validator' alias.
  56236.      *
  56237.      * @return object The ".container.private.validator" service.
  56238.      */
  56239.     protected function getValidator2Service()
  56240.     {
  56241.         trigger_deprecation('symfony/framework-bundle''5.2''Accessing the "validator" service directly from the container is deprecated, use dependency injection instead.');
  56242.         return $this->get('.container.private.validator');
  56243.     }
  56244.     /**
  56245.      * @return array|bool|float|int|string|\UnitEnum|null
  56246.      */
  56247.     public function getParameter(string $name)
  56248.     {
  56249.         if (isset($this->buildParameters[$name])) {
  56250.             return $this->buildParameters[$name];
  56251.         }
  56252.         if (!(isset($this->parameters[$name]) || isset($this->loadedDynamicParameters[$name]) || \array_key_exists($name$this->parameters))) {
  56253.             throw new InvalidArgumentException(sprintf('The parameter "%s" must be defined.'$name));
  56254.         }
  56255.         if (isset($this->loadedDynamicParameters[$name])) {
  56256.             return $this->loadedDynamicParameters[$name] ? $this->dynamicParameters[$name] : $this->getDynamicParameter($name);
  56257.         }
  56258.         return $this->parameters[$name];
  56259.     }
  56260.     public function hasParameter(string $name): bool
  56261.     {
  56262.         if (isset($this->buildParameters[$name])) {
  56263.             return true;
  56264.         }
  56265.         return isset($this->parameters[$name]) || isset($this->loadedDynamicParameters[$name]) || \array_key_exists($name$this->parameters);
  56266.     }
  56267.     public function setParameter(string $name$value): void
  56268.     {
  56269.         throw new LogicException('Impossible to call set() on a frozen ParameterBag.');
  56270.     }
  56271.     public function getParameterBag(): ParameterBagInterface
  56272.     {
  56273.         if (null === $this->parameterBag) {
  56274.             $parameters $this->parameters;
  56275.             foreach ($this->loadedDynamicParameters as $name => $loaded) {
  56276.                 $parameters[$name] = $loaded $this->dynamicParameters[$name] : $this->getDynamicParameter($name);
  56277.             }
  56278.             foreach ($this->buildParameters as $name => $value) {
  56279.                 $parameters[$name] = $value;
  56280.             }
  56281.             $this->parameterBag = new FrozenParameterBag($parameters);
  56282.         }
  56283.         return $this->parameterBag;
  56284.     }
  56285.     private $loadedDynamicParameters = [
  56286.         'kernel.runtime_environment' => false,
  56287.         'kernel.build_dir' => false,
  56288.         'kernel.cache_dir' => false,
  56289.         'APP_URL' => false,
  56290.         'shopware.routing.registered_api_prefixes' => false,
  56291.         'shopware.dbal.time_zone_support_enabled' => false,
  56292.         'shopware.dbal.token_minimum_length' => false,
  56293.         'instance_id' => false,
  56294.         'shopware_administration.path_name' => false,
  56295.         'shopware.http.cache.enabled' => false,
  56296.         'shopware.http.cache.default_ttl' => false,
  56297.         'elasticsearch.enabled' => false,
  56298.         'elasticsearch.indexing_enabled' => false,
  56299.         'elasticsearch.hosts' => false,
  56300.         'elasticsearch.index_prefix' => false,
  56301.         'shopware.cdn.strategy' => false,
  56302.         'kernel.secret' => false,
  56303.         'debug.container.dump' => false,
  56304.         'serializer.mapping.cache.file' => false,
  56305.         'validator.mapping.cache.file' => false,
  56306.         'profiler.storage.dsn' => false,
  56307.         'shopware.cdn' => false,
  56308.         'shopware.deployment' => false,
  56309.         'shopware.deployment.blue_green' => false,
  56310.         'shopware.html_sanitizer' => false,
  56311.         'shopware.html_sanitizer.cache_dir' => false,
  56312.         'shopware.cache' => false,
  56313.         'shopware.cache.redis_prefix' => false,
  56314.         'elasticsearch.indexing_batch_size' => false,
  56315.         'elasticsearch.throw_exception' => false,
  56316.         'elasticsearch.administration' => false,
  56317.         'elasticsearch.administration.hosts' => false,
  56318.         'elasticsearch.administration.enabled' => false,
  56319.         'elasticsearch.administration.refresh_indices' => false,
  56320.         'elasticsearch.administration.index_prefix' => false,
  56321.         'frosh_tools.queue_connection' => false,
  56322.     ];
  56323.     private $dynamicParameters = [];
  56324.     private function getDynamicParameter(string $name)
  56325.     {
  56326.         switch ($name) {
  56327.             case 'kernel.runtime_environment'$value $this->getEnv('default:kernel.environment:APP_RUNTIME_ENV'); break;
  56328.             case 'kernel.build_dir'$value $this->targetDir.''; break;
  56329.             case 'kernel.cache_dir'$value $this->targetDir.''; break;
  56330.             case 'APP_URL'$value $this->getEnv('string:APP_URL'); break;
  56331.             case 'shopware.routing.registered_api_prefixes'$value = [
  56332.                 => '_wdt',
  56333.                 => '_profiler',
  56334.                 => '_error',
  56335.                 => 'api',
  56336.                 => 'sw-domain-hash.html',
  56337.                 => 'store-api',
  56338.                 => $this->getEnv('resolve:SHOPWARE_ADMINISTRATION_PATH_NAME'),
  56339.                 => 'api',
  56340.             ]; break;
  56341.             case 'shopware.dbal.time_zone_support_enabled'$value $this->getEnv('bool:SHOPWARE_DBAL_TIMEZONE_SUPPORT_ENABLED'); break;
  56342.             case 'shopware.dbal.token_minimum_length'$value $this->getEnv('int:SHOPWARE_DBAL_TOKEN_MINIMUM_LENGTH'); break;
  56343.             case 'instance_id'$value $this->getEnv('INSTANCE_ID'); break;
  56344.             case 'shopware_administration.path_name'$value $this->getEnv('resolve:SHOPWARE_ADMINISTRATION_PATH_NAME'); break;
  56345.             case 'shopware.http.cache.enabled'$value $this->getEnv('default:shopware_http_cache_enabled_default:SHOPWARE_HTTP_CACHE_ENABLED'); break;
  56346.             case 'shopware.http.cache.default_ttl'$value $this->getEnv('default:shopware_http_cache_default_ttl_default:SHOPWARE_HTTP_DEFAULT_TTL'); break;
  56347.             case 'elasticsearch.enabled'$value $this->getEnv('bool:default:default_whitespace:SHOPWARE_ES_ENABLED'); break;
  56348.             case 'elasticsearch.indexing_enabled'$value $this->getEnv('bool:default:default_whitespace:SHOPWARE_ES_INDEXING_ENABLED'); break;
  56349.             case 'elasticsearch.hosts'$value $this->getEnv('string:default:default_whitespace:SHOPWARE_ES_HOSTS'); break;
  56350.             case 'elasticsearch.index_prefix'$value $this->getEnv('string:default:default_elasticsearch_prefix:SHOPWARE_ES_INDEX_PREFIX'); break;
  56351.             case 'shopware.cdn.strategy'$value $this->getEnv('default:default_cdn_strategy:SHOPWARE_CDN_STRATEGY_DEFAULT'); break;
  56352.             case 'kernel.secret'$value $this->getEnv('APP_SECRET'); break;
  56353.             case 'debug.container.dump'$value = ($this->targetDir.''.'/Shopware_Core_KernelDevDebugContainer.xml'); break;
  56354.             case 'serializer.mapping.cache.file'$value = ($this->targetDir.''.'/serialization.php'); break;
  56355.             case 'validator.mapping.cache.file'$value = ($this->targetDir.''.'/validation.php'); break;
  56356.             case 'profiler.storage.dsn'$value = ('file:'.$this->targetDir.''.'/profiler'); break;
  56357.             case 'shopware.cdn'$value = [
  56358.                 'url' => '',
  56359.                 'strategy' => $this->getEnv('string:default:default_cdn_strategy:SHOPWARE_CDN_STRATEGY_DEFAULT'),
  56360.             ]; break;
  56361.             case 'shopware.deployment'$value = [
  56362.                 'blue_green' => $this->getEnv('bool:default:defaults_bool_true:BLUE_GREEN_DEPLOYMENT'),
  56363.             ]; break;
  56364.             case 'shopware.deployment.blue_green'$value $this->getEnv('bool:default:defaults_bool_true:BLUE_GREEN_DEPLOYMENT'); break;
  56365.             case 'shopware.html_sanitizer'$value = [
  56366.                 'cache_dir' => $this->targetDir.'',
  56367.                 'cache_enabled' => true,
  56368.                 'sets' => [
  56369.                     'basic' => [
  56370.                         'tags' => [
  56371.                             => 'a',
  56372.                             => 'abbr',
  56373.                             => 'acronym',
  56374.                             => 'address',
  56375.                             => 'b',
  56376.                             => 'bdo',
  56377.                             => 'big',
  56378.                             => 'blockquote',
  56379.                             => 'br',
  56380.                             => 'caption',
  56381.                             10 => 'center',
  56382.                             11 => 'cite',
  56383.                             12 => 'code',
  56384.                             13 => 'col',
  56385.                             14 => 'colgroup',
  56386.                             15 => 'dd',
  56387.                             16 => 'del',
  56388.                             17 => 'dfn',
  56389.                             18 => 'dir',
  56390.                             19 => 'div',
  56391.                             20 => 'dl',
  56392.                             21 => 'dt',
  56393.                             22 => 'em',
  56394.                             23 => 'font',
  56395.                             24 => 'h1',
  56396.                             25 => 'h2',
  56397.                             26 => 'h3',
  56398.                             27 => 'h4',
  56399.                             28 => 'h5',
  56400.                             29 => 'h6',
  56401.                             30 => 'hr',
  56402.                             31 => 'i',
  56403.                             32 => 'ins',
  56404.                             33 => 'kbd',
  56405.                             34 => 'li',
  56406.                             35 => 'menu',
  56407.                             36 => 'ol',
  56408.                             37 => 'p',
  56409.                             38 => 'pre',
  56410.                             39 => 'q',
  56411.                             40 => 's',
  56412.                             41 => 'samp',
  56413.                             42 => 'small',
  56414.                             43 => 'span',
  56415.                             44 => 'strike',
  56416.                             45 => 'strong',
  56417.                             46 => 'sub',
  56418.                             47 => 'sup',
  56419.                             48 => 'table',
  56420.                             49 => 'tbody',
  56421.                             50 => 'td',
  56422.                             51 => 'tfoot',
  56423.                             52 => 'th',
  56424.                             53 => 'thead',
  56425.                             54 => 'tr',
  56426.                             55 => 'tt',
  56427.                             56 => 'u',
  56428.                             57 => 'ul',
  56429.                             58 => 'var',
  56430.                         ],
  56431.                         'attributes' => [
  56432.                             => 'align',
  56433.                             => 'bgcolor',
  56434.                             => 'border',
  56435.                             => 'cellpadding',
  56436.                             => 'cellspacing',
  56437.                             => 'cite',
  56438.                             => 'class',
  56439.                             => 'clear',
  56440.                             => 'color',
  56441.                             => 'colspan',
  56442.                             10 => 'dir',
  56443.                             11 => 'face',
  56444.                             12 => 'frame',
  56445.                             13 => 'height',
  56446.                             14 => 'href',
  56447.                             15 => 'id',
  56448.                             16 => 'lang',
  56449.                             17 => 'name',
  56450.                             18 => 'noshade',
  56451.                             19 => 'nowrap',
  56452.                             20 => 'rel',
  56453.                             21 => 'rev',
  56454.                             22 => 'rowspan',
  56455.                             23 => 'scope',
  56456.                             24 => 'size',
  56457.                             25 => 'span',
  56458.                             26 => 'start',
  56459.                             27 => 'style',
  56460.                             28 => 'summary',
  56461.                             29 => 'title',
  56462.                             30 => 'type',
  56463.                             31 => 'valign',
  56464.                             32 => 'value',
  56465.                             33 => 'width',
  56466.                         ],
  56467.                         'options' => [
  56468.                         ],
  56469.                     ],
  56470.                     'media' => [
  56471.                         'tags' => [
  56472.                             => 'img',
  56473.                         ],
  56474.                         'attributes' => [
  56475.                             => 'src',
  56476.                             => 'alt',
  56477.                         ],
  56478.                         'options' => [
  56479.                         ],
  56480.                     ],
  56481.                     'script' => [
  56482.                         'tags' => [
  56483.                             => 'script',
  56484.                         ],
  56485.                         'options' => [
  56486.                             'HTML.Trusted' => true,
  56487.                         ],
  56488.                         'attributes' => [
  56489.                         ],
  56490.                     ],
  56491.                     'tidy' => [
  56492.                         'options' => [
  56493.                             'Output.TidyFormat' => true,
  56494.                         ],
  56495.                         'tags' => [
  56496.                         ],
  56497.                         'attributes' => [
  56498.                         ],
  56499.                     ],
  56500.                 ],
  56501.                 'fields' => [
  56502.                     'product_translation.description' => [
  56503.                         'sets' => [
  56504.                             => 'basic',
  56505.                             => 'media',
  56506.                         ],
  56507.                     ],
  56508.                     'app_cms_block.template' => [
  56509.                         'sets' => [
  56510.                             => 'basic',
  56511.                             => 'media',
  56512.                             => 'tidy',
  56513.                         ],
  56514.                     ],
  56515.                 ],
  56516.             ]; break;
  56517.             case 'shopware.html_sanitizer.cache_dir'$value $this->targetDir.''; break;
  56518.             case 'shopware.cache'$value = [
  56519.                 'redis_prefix' => $this->getEnv('REDIS_PREFIX'),
  56520.                 'invalidation' => [
  56521.                     'delay' => 0,
  56522.                     'count' => 150,
  56523.                     'http_cache' => [
  56524.                         => 'logged-in',
  56525.                         => 'cart-filled',
  56526.                     ],
  56527.                     'product_listing_route' => [
  56528.                     ],
  56529.                     'product_detail_route' => [
  56530.                     ],
  56531.                     'product_review_route' => [
  56532.                     ],
  56533.                     'product_search_route' => [
  56534.                     ],
  56535.                     'product_suggest_route' => [
  56536.                     ],
  56537.                     'product_cross_selling_route' => [
  56538.                     ],
  56539.                     'payment_method_route' => [
  56540.                     ],
  56541.                     'shipping_method_route' => [
  56542.                     ],
  56543.                     'navigation_route' => [
  56544.                     ],
  56545.                     'category_route' => [
  56546.                     ],
  56547.                     'landing_page_route' => [
  56548.                     ],
  56549.                     'language_route' => [
  56550.                     ],
  56551.                     'currency_route' => [
  56552.                     ],
  56553.                     'country_route' => [
  56554.                     ],
  56555.                     'country_state_route' => [
  56556.                     ],
  56557.                     'salutation_route' => [
  56558.                     ],
  56559.                     'sitemap_route' => [
  56560.                     ],
  56561.                 ],
  56562.             ]; break;
  56563.             case 'shopware.cache.redis_prefix'$value $this->getEnv('REDIS_PREFIX'); break;
  56564.             case 'elasticsearch.indexing_batch_size'$value $this->getEnv('int:SHOPWARE_ES_INDEXING_BATCH_SIZE'); break;
  56565.             case 'elasticsearch.throw_exception'$value $this->getEnv('string:SHOPWARE_ES_THROW_EXCEPTION'); break;
  56566.             case 'elasticsearch.administration'$value = [
  56567.                 'hosts' => $this->getEnv('string:ADMIN_OPENSEARCH_URL'),
  56568.                 'enabled' => $this->getEnv('bool:SHOPWARE_ADMIN_ES_ENABLED'),
  56569.                 'refresh_indices' => $this->getEnv('bool:SHOPWARE_ADMIN_ES_REFRESH_INDICES'),
  56570.                 'index_prefix' => $this->getEnv('string:SHOPWARE_ADMIN_ES_INDEX_PREFIX'),
  56571.                 'index_settings' => [
  56572.                     'number_of_shards' => 3,
  56573.                     'number_of_replicas' => 3,
  56574.                     'mapping.total_fields.limit' => 50000,
  56575.                     'mapping.nested_fields.limit' => 500,
  56576.                     'mapping.nested_objects.limit' => 1000000,
  56577.                 ],
  56578.                 'analysis' => [
  56579.                     'normalizer' => [
  56580.                         'sw_lowercase_normalizer' => [
  56581.                             'type' => 'custom',
  56582.                             'filter' => [
  56583.                                 => 'lowercase',
  56584.                             ],
  56585.                         ],
  56586.                     ],
  56587.                 ],
  56588.                 'dynamic_templates' => [
  56589.                     => [
  56590.                         'keywords' => [
  56591.                             'match_mapping_type' => 'string',
  56592.                             'mapping' => [
  56593.                                 'type' => 'keyword',
  56594.                                 'normalizer' => 'sw_lowercase_normalizer',
  56595.                                 'fields' => [
  56596.                                     'text' => [
  56597.                                         'type' => 'text',
  56598.                                     ],
  56599.                                 ],
  56600.                             ],
  56601.                         ],
  56602.                     ],
  56603.                 ],
  56604.             ]; break;
  56605.             case 'elasticsearch.administration.hosts'$value $this->getEnv('string:ADMIN_OPENSEARCH_URL'); break;
  56606.             case 'elasticsearch.administration.enabled'$value $this->getEnv('bool:SHOPWARE_ADMIN_ES_ENABLED'); break;
  56607.             case 'elasticsearch.administration.refresh_indices'$value $this->getEnv('bool:SHOPWARE_ADMIN_ES_REFRESH_INDICES'); break;
  56608.             case 'elasticsearch.administration.index_prefix'$value $this->getEnv('string:SHOPWARE_ADMIN_ES_INDEX_PREFIX'); break;
  56609.             case 'frosh_tools.queue_connection'$value $this->getEnv('MESSENGER_TRANSPORT_DSN'); break;
  56610.             default: throw new InvalidArgumentException(sprintf('The dynamic parameter "%s" must be defined.'$name));
  56611.         }
  56612.         $this->loadedDynamicParameters[$name] = true;
  56613.         return $this->dynamicParameters[$name] = $value;
  56614.     }
  56615.     protected function getDefaultParameters(): array
  56616.     {
  56617.         return [
  56618.             'kernel.project_dir' => \dirname(__DIR__4),
  56619.             'kernel.environment' => 'dev',
  56620.             'kernel.debug' => true,
  56621.             'kernel.logs_dir' => (\dirname(__DIR__3).'/log'),
  56622.             'kernel.bundles' => [
  56623.                 'FrameworkBundle' => 'Symfony\\Bundle\\FrameworkBundle\\FrameworkBundle',
  56624.                 'MonologBundle' => 'Symfony\\Bundle\\MonologBundle\\MonologBundle',
  56625.                 'SensioFrameworkExtraBundle' => 'Sensio\\Bundle\\FrameworkExtraBundle\\SensioFrameworkExtraBundle',
  56626.                 'TwigBundle' => 'Symfony\\Bundle\\TwigBundle\\TwigBundle',
  56627.                 'DebugBundle' => 'Symfony\\Bundle\\DebugBundle\\DebugBundle',
  56628.                 'EnqueueBundle' => 'Enqueue\\Bundle\\EnqueueBundle',
  56629.                 'EnqueueAdapterBundle' => 'Enqueue\\MessengerAdapter\\Bundle\\EnqueueAdapterBundle',
  56630.                 'Framework' => 'Shopware\\Core\\Framework\\Framework',
  56631.                 'System' => 'Shopware\\Core\\System\\System',
  56632.                 'Content' => 'Shopware\\Core\\Content\\Content',
  56633.                 'Checkout' => 'Shopware\\Core\\Checkout\\Checkout',
  56634.                 'Administration' => 'Shopware\\Administration\\Administration',
  56635.                 'Storefront' => 'Shopware\\Storefront\\Storefront',
  56636.                 'Elasticsearch' => 'Shopware\\Elasticsearch\\Elasticsearch',
  56637.                 'Maintenance' => 'Shopware\\Core\\Maintenance\\Maintenance',
  56638.                 'WebProfilerBundle' => 'Symfony\\Bundle\\WebProfilerBundle\\WebProfilerBundle',
  56639.                 'Profiling' => 'Shopware\\Core\\Profiling\\Profiling',
  56640.                 'SwagPayPal' => 'Swag\\PayPal\\SwagPayPal',
  56641.                 'SwagExtensionStore' => 'SwagExtensionStore\\SwagExtensionStore',
  56642.                 'SwagMigrationAssistant' => 'SwagMigrationAssistant\\SwagMigrationAssistant',
  56643.                 'NimbitsArticleQuestionsNext' => 'Nimbits\\NimbitsArticleQuestionsNext\\NimbitsArticleQuestionsNext',
  56644.                 'SolidAdvancedSliderElements' => 'StudioSolid\\AdvancedSliderElements\\SolidAdvancedSliderElements',
  56645.                 'NdsRecipeManager' => 'Nds\\RecipeManager\\NdsRecipeManager',
  56646.                 'MoorlFoundation' => 'MoorlFoundation\\MoorlFoundation',
  56647.                 'MoorlFoundationUnlock' => 'MoorlFoundationUnlock\\MoorlFoundationUnlock',
  56648.                 'MoorlCreator' => 'MoorlCreator\\MoorlCreator',
  56649.                 'MoorlMagazine' => 'MoorlMagazine\\MoorlMagazine',
  56650.                 'WbmTagManagerEcomm' => 'Wbm\\TagManagerEcomm\\WbmTagManagerEcomm',
  56651.                 'CbaxModulAdcell' => 'Cbax\\ModulAdcell\\CbaxModulAdcell',
  56652.                 'mart1MwFaq' => 'mart1MwFaq\\mart1MwFaq',
  56653.                 'SwagAmazonPay' => 'Swag\\AmazonPay\\SwagAmazonPay',
  56654.                 'DreiscSeoPro' => 'DreiscSeoPro\\DreiscSeoPro',
  56655.                 'ScopPlatformRedirecter' => 'Scop\\PlatformRedirecter\\ScopPlatformRedirecter',
  56656.                 'UnzerPayment6' => 'UnzerPayment6\\UnzerPayment6',
  56657.                 'ProxaBasketCrossSellingSW6' => 'ProxaBasketCrossSellingSW6\\ProxaBasketCrossSellingSW6',
  56658.                 'RedMagnalisterSW6' => 'Redgecko\\Magnalister\\RedMagnalisterSW6',
  56659.                 'FroshPlatformAdminer' => 'Frosh\\Adminer\\FroshPlatformAdminer',
  56660.                 'MoorlCmsCategoryListing' => 'MoorlCmsCategoryListing\\MoorlCmsCategoryListing',
  56661.                 'MoorlCmsTwig' => 'MoorlCmsTwig\\MoorlCmsTwig',
  56662.                 'PixelLexikonSW6' => 'Pixel\\LexikonSW6\\PixelLexikonSW6',
  56663.                 'AcrisPromotionCS' => 'Acris\\Promotion\\AcrisPromotionCS',
  56664.                 'MeteorPromotionGift' => 'Meteor\\PromotionGift\\MeteorPromotionGift',
  56665.                 'NetiNextModal' => 'NetInventors\\NetiNextModal\\NetiNextModal',
  56666.                 'CbaxModulManufacturers' => 'Cbax\\ModulManufacturers\\CbaxModulManufacturers',
  56667.                 'AcrisSuggestedProductsCS' => 'Acris\\SuggestedProducts\\AcrisSuggestedProductsCS',
  56668.                 'ZeobvAbandonedCart' => 'Zeobv\\AbandonedCart\\ZeobvAbandonedCart',
  56669.                 'FroshTools' => 'Frosh\\Tools\\FroshTools',
  56670.                 'LdsSubCategories' => 'LdsSubCategories\\LdsSubCategories',
  56671.                 'AtlSeoUrlManager' => 'Atl\\SeoUrlManager\\AtlSeoUrlManager',
  56672.                 'TcinnThemeWareModern' => 'TcinnThemeWareModern\\TcinnThemeWareModern',
  56673.                 'CbaxModulAnalytics' => 'Cbax\\ModulAnalytics\\CbaxModulAnalytics',
  56674.                 'ProxaCheckoutTemplate' => 'ProxaCheckoutTemplate\\ProxaCheckoutTemplate',
  56675.                 'CbaxModulExternalOrder' => 'Cbax\\ModulExternalOrder\\CbaxModulExternalOrder',
  56676.                 'CbaxModulOrderImportGalaxus' => 'Cbax\\ModulOrderImportGalaxus\\CbaxModulOrderImportGalaxus',
  56677.                 'MaxiaCrossVariantDiscounts6' => 'Maxia\\MaxiaCrossVariantDiscounts6\\MaxiaCrossVariantDiscounts6',
  56678.                 'WatoDigitecGalaxusExport' => 'Wato\\DigitecGalaxusExport\\WatoDigitecGalaxusExport',
  56679.                 'LDSCustom' => 'LDSCustom\\LDSCustom',
  56680.                 'DbalKernelPluginLoader' => 'Shopware\\Core\\Framework\\Plugin\\KernelPluginLoader\\DbalKernelPluginLoader',
  56681.             ],
  56682.             'kernel.bundles_metadata' => [
  56683.                 'FrameworkBundle' => [
  56684.                     'path' => (\dirname(__DIR__4).'/vendor/symfony/framework-bundle'),
  56685.                     'namespace' => 'Symfony\\Bundle\\FrameworkBundle',
  56686.                 ],
  56687.                 'MonologBundle' => [
  56688.                     'path' => (\dirname(__DIR__4).'/vendor/symfony/monolog-bundle'),
  56689.                     'namespace' => 'Symfony\\Bundle\\MonologBundle',
  56690.                 ],
  56691.                 'SensioFrameworkExtraBundle' => [
  56692.                     'path' => (\dirname(__DIR__4).'/vendor/sensio/framework-extra-bundle/src'),
  56693.                     'namespace' => 'Sensio\\Bundle\\FrameworkExtraBundle',
  56694.                 ],
  56695.                 'TwigBundle' => [
  56696.                     'path' => (\dirname(__DIR__4).'/vendor/symfony/twig-bundle'),
  56697.                     'namespace' => 'Symfony\\Bundle\\TwigBundle',
  56698.                 ],
  56699.                 'DebugBundle' => [
  56700.                     'path' => (\dirname(__DIR__4).'/vendor/symfony/debug-bundle'),
  56701.                     'namespace' => 'Symfony\\Bundle\\DebugBundle',
  56702.                 ],
  56703.                 'EnqueueBundle' => [
  56704.                     'path' => (\dirname(__DIR__4).'/vendor/enqueue/enqueue-bundle'),
  56705.                     'namespace' => 'Enqueue\\Bundle',
  56706.                 ],
  56707.                 'EnqueueAdapterBundle' => [
  56708.                     'path' => (\dirname(__DIR__4).'/vendor/sroze/messenger-enqueue-transport/Bundle'),
  56709.                     'namespace' => 'Enqueue\\MessengerAdapter\\Bundle',
  56710.                 ],
  56711.                 'Framework' => [
  56712.                     'path' => (\dirname(__DIR__4).'/vendor/shopware/core/Framework'),
  56713.                     'namespace' => 'Shopware\\Core\\Framework',
  56714.                 ],
  56715.                 'System' => [
  56716.                     'path' => (\dirname(__DIR__4).'/vendor/shopware/core/System'),
  56717.                     'namespace' => 'Shopware\\Core\\System',
  56718.                 ],
  56719.                 'Content' => [
  56720.                     'path' => (\dirname(__DIR__4).'/vendor/shopware/core/Content'),
  56721.                     'namespace' => 'Shopware\\Core\\Content',
  56722.                 ],
  56723.                 'Checkout' => [
  56724.                     'path' => (\dirname(__DIR__4).'/vendor/shopware/core/Checkout'),
  56725.                     'namespace' => 'Shopware\\Core\\Checkout',
  56726.                 ],
  56727.                 'Administration' => [
  56728.                     'path' => (\dirname(__DIR__4).'/vendor/shopware/administration'),
  56729.                     'namespace' => 'Shopware\\Administration',
  56730.                 ],
  56731.                 'Storefront' => [
  56732.                     'path' => (\dirname(__DIR__4).'/vendor/shopware/storefront'),
  56733.                     'namespace' => 'Shopware\\Storefront',
  56734.                 ],
  56735.                 'Elasticsearch' => [
  56736.                     'path' => (\dirname(__DIR__4).'/vendor/shopware/elasticsearch'),
  56737.                     'namespace' => 'Shopware\\Elasticsearch',
  56738.                 ],
  56739.                 'Maintenance' => [
  56740.                     'path' => (\dirname(__DIR__4).'/vendor/shopware/core/Maintenance'),
  56741.                     'namespace' => 'Shopware\\Core\\Maintenance',
  56742.                 ],
  56743.                 'WebProfilerBundle' => [
  56744.                     'path' => (\dirname(__DIR__4).'/vendor/symfony/web-profiler-bundle'),
  56745.                     'namespace' => 'Symfony\\Bundle\\WebProfilerBundle',
  56746.                 ],
  56747.                 'Profiling' => [
  56748.                     'path' => (\dirname(__DIR__4).'/vendor/shopware/core/Profiling'),
  56749.                     'namespace' => 'Shopware\\Core\\Profiling',
  56750.                 ],
  56751.                 'SwagPayPal' => [
  56752.                     'path' => (\dirname(__DIR__4).'/vendor/store.shopware.com/swagpaypal/src'),
  56753.                     'namespace' => 'Swag\\PayPal',
  56754.                 ],
  56755.                 'SwagExtensionStore' => [
  56756.                     'path' => (\dirname(__DIR__4).'/vendor/store.shopware.com/swagextensionstore/src'),
  56757.                     'namespace' => 'SwagExtensionStore',
  56758.                 ],
  56759.                 'SwagMigrationAssistant' => [
  56760.                     'path' => (\dirname(__DIR__4).'/vendor/store.shopware.com/swagmigrationassistant'),
  56761.                     'namespace' => 'SwagMigrationAssistant',
  56762.                 ],
  56763.                 'NimbitsArticleQuestionsNext' => [
  56764.                     'path' => (\dirname(__DIR__4).'/vendor/store.shopware.com/nimbitsarticlequestionsnext/src'),
  56765.                     'namespace' => 'Nimbits\\NimbitsArticleQuestionsNext',
  56766.                 ],
  56767.                 'SolidAdvancedSliderElements' => [
  56768.                     'path' => (\dirname(__DIR__4).'/vendor/store.shopware.com/solidadvancedsliderelements/src'),
  56769.                     'namespace' => 'StudioSolid\\AdvancedSliderElements',
  56770.                 ],
  56771.                 'NdsRecipeManager' => [
  56772.                     'path' => (\dirname(__DIR__4).'/vendor/store.shopware.com/ndsrecipemanager/src'),
  56773.                     'namespace' => 'Nds\\RecipeManager',
  56774.                 ],
  56775.                 'MoorlFoundation' => [
  56776.                     'path' => (\dirname(__DIR__4).'/vendor/store.shopware.com/moorlfoundation/src'),
  56777.                     'namespace' => 'MoorlFoundation',
  56778.                 ],
  56779.                 'MoorlFoundationUnlock' => [
  56780.                     'path' => (\dirname(__DIR__4).'/vendor/store.shopware.com/moorlfoundationunlock/src'),
  56781.                     'namespace' => 'MoorlFoundationUnlock',
  56782.                 ],
  56783.                 'MoorlCreator' => [
  56784.                     'path' => (\dirname(__DIR__4).'/vendor/store.shopware.com/moorlcreator/src'),
  56785.                     'namespace' => 'MoorlCreator',
  56786.                 ],
  56787.                 'MoorlMagazine' => [
  56788.                     'path' => (\dirname(__DIR__4).'/vendor/store.shopware.com/moorlmagazine/src'),
  56789.                     'namespace' => 'MoorlMagazine',
  56790.                 ],
  56791.                 'WbmTagManagerEcomm' => [
  56792.                     'path' => (\dirname(__DIR__4).'/vendor/store.shopware.com/wbmtagmanagerecomm/src'),
  56793.                     'namespace' => 'Wbm\\TagManagerEcomm',
  56794.                 ],
  56795.                 'CbaxModulAdcell' => [
  56796.                     'path' => (\dirname(__DIR__4).'/vendor/store.shopware.com/cbaxmoduladcell/src'),
  56797.                     'namespace' => 'Cbax\\ModulAdcell',
  56798.                 ],
  56799.                 'mart1MwFaq' => [
  56800.                     'path' => (\dirname(__DIR__4).'/vendor/store.shopware.com/mart1mwfaq/src'),
  56801.                     'namespace' => 'mart1MwFaq',
  56802.                 ],
  56803.                 'SwagAmazonPay' => [
  56804.                     'path' => (\dirname(__DIR__4).'/vendor/store.shopware.com/swagamazonpay/src'),
  56805.                     'namespace' => 'Swag\\AmazonPay',
  56806.                 ],
  56807.                 'DreiscSeoPro' => [
  56808.                     'path' => (\dirname(__DIR__4).'/vendor/store.shopware.com/dreiscseopro/src'),
  56809.                     'namespace' => 'DreiscSeoPro',
  56810.                 ],
  56811.                 'ScopPlatformRedirecter' => [
  56812.                     'path' => (\dirname(__DIR__4).'/vendor/store.shopware.com/scopplatformredirecter/src'),
  56813.                     'namespace' => 'Scop\\PlatformRedirecter',
  56814.                 ],
  56815.                 'UnzerPayment6' => [
  56816.                     'path' => (\dirname(__DIR__4).'/vendor/store.shopware.com/unzerpayment6/src'),
  56817.                     'namespace' => 'UnzerPayment6',
  56818.                 ],
  56819.                 'ProxaBasketCrossSellingSW6' => [
  56820.                     'path' => (\dirname(__DIR__4).'/vendor/store.shopware.com/proxabasketcrosssellingsw6/src'),
  56821.                     'namespace' => 'ProxaBasketCrossSellingSW6',
  56822.                 ],
  56823.                 'RedMagnalisterSW6' => [
  56824.                     'path' => (\dirname(__DIR__4).'/vendor/store.shopware.com/redmagnalistersw6/src'),
  56825.                     'namespace' => 'Redgecko\\Magnalister',
  56826.                 ],
  56827.                 'FroshPlatformAdminer' => [
  56828.                     'path' => (\dirname(__DIR__4).'/vendor/store.shopware.com/froshplatformadminer/src'),
  56829.                     'namespace' => 'Frosh\\Adminer',
  56830.                 ],
  56831.                 'MoorlCmsCategoryListing' => [
  56832.                     'path' => (\dirname(__DIR__4).'/vendor/store.shopware.com/moorlcmscategorylisting/src'),
  56833.                     'namespace' => 'MoorlCmsCategoryListing',
  56834.                 ],
  56835.                 'MoorlCmsTwig' => [
  56836.                     'path' => (\dirname(__DIR__4).'/vendor/store.shopware.com/moorlcmstwig/src'),
  56837.                     'namespace' => 'MoorlCmsTwig',
  56838.                 ],
  56839.                 'PixelLexikonSW6' => [
  56840.                     'path' => (\dirname(__DIR__4).'/custom/plugins/PixelLexikonSW6/src'),
  56841.                     'namespace' => 'Pixel\\LexikonSW6',
  56842.                 ],
  56843.                 'AcrisPromotionCS' => [
  56844.                     'path' => (\dirname(__DIR__4).'/vendor/store.shopware.com/acrispromotioncs/src'),
  56845.                     'namespace' => 'Acris\\Promotion',
  56846.                 ],
  56847.                 'MeteorPromotionGift' => [
  56848.                     'path' => (\dirname(__DIR__4).'/vendor/store.shopware.com/meteorpromotiongift/src'),
  56849.                     'namespace' => 'Meteor\\PromotionGift',
  56850.                 ],
  56851.                 'NetiNextModal' => [
  56852.                     'path' => (\dirname(__DIR__4).'/vendor/store.shopware.com/netinextmodal/src'),
  56853.                     'namespace' => 'NetInventors\\NetiNextModal',
  56854.                 ],
  56855.                 'CbaxModulManufacturers' => [
  56856.                     'path' => (\dirname(__DIR__4).'/vendor/store.shopware.com/cbaxmodulmanufacturers/src'),
  56857.                     'namespace' => 'Cbax\\ModulManufacturers',
  56858.                 ],
  56859.                 'AcrisSuggestedProductsCS' => [
  56860.                     'path' => (\dirname(__DIR__4).'/vendor/store.shopware.com/acrissuggestedproductscs/src'),
  56861.                     'namespace' => 'Acris\\SuggestedProducts',
  56862.                 ],
  56863.                 'ZeobvAbandonedCart' => [
  56864.                     'path' => (\dirname(__DIR__4).'/vendor/store.shopware.com/zeobvabandonedcart/src'),
  56865.                     'namespace' => 'Zeobv\\AbandonedCart',
  56866.                 ],
  56867.                 'FroshTools' => [
  56868.                     'path' => (\dirname(__DIR__4).'/vendor/store.shopware.com/froshtools/src'),
  56869.                     'namespace' => 'Frosh\\Tools',
  56870.                 ],
  56871.                 'LdsSubCategories' => [
  56872.                     'path' => (\dirname(__DIR__4).'/vendor/lds/categories/src'),
  56873.                     'namespace' => 'LdsSubCategories',
  56874.                 ],
  56875.                 'AtlSeoUrlManager' => [
  56876.                     'path' => (\dirname(__DIR__4).'/vendor/store.shopware.com/atlseourlmanager/src'),
  56877.                     'namespace' => 'Atl\\SeoUrlManager',
  56878.                 ],
  56879.                 'TcinnThemeWareModern' => [
  56880.                     'path' => (\dirname(__DIR__4).'/custom/plugins/TcinnThemeWareModern/src'),
  56881.                     'namespace' => 'TcinnThemeWareModern',
  56882.                 ],
  56883.                 'CbaxModulAnalytics' => [
  56884.                     'path' => (\dirname(__DIR__4).'/custom/plugins/CbaxModulAnalytics/src'),
  56885.                     'namespace' => 'Cbax\\ModulAnalytics',
  56886.                 ],
  56887.                 'ProxaCheckoutTemplate' => [
  56888.                     'path' => (\dirname(__DIR__4).'/custom/plugins/ProxaCheckoutTemplate/src'),
  56889.                     'namespace' => 'ProxaCheckoutTemplate',
  56890.                 ],
  56891.                 'CbaxModulExternalOrder' => [
  56892.                     'path' => (\dirname(__DIR__4).'/custom/plugins/CbaxModulExternalOrder/src'),
  56893.                     'namespace' => 'Cbax\\ModulExternalOrder',
  56894.                 ],
  56895.                 'CbaxModulOrderImportGalaxus' => [
  56896.                     'path' => (\dirname(__DIR__4).'/custom/plugins/CbaxModulOrderImportGalaxus/src'),
  56897.                     'namespace' => 'Cbax\\ModulOrderImportGalaxus',
  56898.                 ],
  56899.                 'MaxiaCrossVariantDiscounts6' => [
  56900.                     'path' => (\dirname(__DIR__4).'/vendor/store.shopware.com/maxiacrossvariantdiscounts6/src'),
  56901.                     'namespace' => 'Maxia\\MaxiaCrossVariantDiscounts6',
  56902.                 ],
  56903.                 'WatoDigitecGalaxusExport' => [
  56904.                     'path' => (\dirname(__DIR__4).'/vendor/store.shopware.com/watodigitecgalaxusexport/src'),
  56905.                     'namespace' => 'Wato\\DigitecGalaxusExport',
  56906.                 ],
  56907.                 'LDSCustom' => [
  56908.                     'path' => (\dirname(__DIR__4).'/vendor/lds/custom/src'),
  56909.                     'namespace' => 'LDSCustom',
  56910.                 ],
  56911.                 'DbalKernelPluginLoader' => [
  56912.                     'path' => (\dirname(__DIR__4).'/vendor/shopware/core/Framework/Plugin/KernelPluginLoader'),
  56913.                     'namespace' => 'Shopware\\Core\\Framework\\Plugin\\KernelPluginLoader',
  56914.                 ],
  56915.             ],
  56916.             'kernel.charset' => 'UTF-8',
  56917.             'kernel.container_class' => 'Shopware_Core_KernelDevDebugContainer',
  56918.             'kernel.cache.hash' => '35c9e4fa64367e5a564f83803cfdec08',
  56919.             'kernel.shopware_version' => '6.4.20.0',
  56920.             'kernel.shopware_version_revision' => 'd5bd15a56b0f08e867f273d2c624871534195850',
  56921.             'kernel.shopware_core_dir' => (\dirname(__DIR__4).'/vendor/shopware/core'),
  56922.             'kernel.plugin_dir' => (\dirname(__DIR__4).'/custom/plugins'),
  56923.             'kernel.app_dir' => (\dirname(__DIR__4).'/custom/apps'),
  56924.             'kernel.active_plugins' => [
  56925.                 'Swag\\PayPal\\SwagPayPal' => [
  56926.                     'name' => 'SwagPayPal',
  56927.                     'path' => (\dirname(__DIR__4).'/vendor/store.shopware.com/swagpaypal/src'),
  56928.                     'class' => 'Swag\\PayPal\\SwagPayPal',
  56929.                 ],
  56930.                 'SwagExtensionStore\\SwagExtensionStore' => [
  56931.                     'name' => 'SwagExtensionStore',
  56932.                     'path' => (\dirname(__DIR__4).'/vendor/store.shopware.com/swagextensionstore/src'),
  56933.                     'class' => 'SwagExtensionStore\\SwagExtensionStore',
  56934.                 ],
  56935.                 'SwagMigrationAssistant\\SwagMigrationAssistant' => [
  56936.                     'name' => 'SwagMigrationAssistant',
  56937.                     'path' => (\dirname(__DIR__4).'/vendor/store.shopware.com/swagmigrationassistant'),
  56938.                     'class' => 'SwagMigrationAssistant\\SwagMigrationAssistant',
  56939.                 ],
  56940.                 'Nimbits\\NimbitsArticleQuestionsNext\\NimbitsArticleQuestionsNext' => [
  56941.                     'name' => 'NimbitsArticleQuestionsNext',
  56942.                     'path' => (\dirname(__DIR__4).'/vendor/store.shopware.com/nimbitsarticlequestionsnext/src'),
  56943.                     'class' => 'Nimbits\\NimbitsArticleQuestionsNext\\NimbitsArticleQuestionsNext',
  56944.                 ],
  56945.                 'StudioSolid\\AdvancedSliderElements\\SolidAdvancedSliderElements' => [
  56946.                     'name' => 'SolidAdvancedSliderElements',
  56947.                     'path' => (\dirname(__DIR__4).'/vendor/store.shopware.com/solidadvancedsliderelements/src'),
  56948.                     'class' => 'StudioSolid\\AdvancedSliderElements\\SolidAdvancedSliderElements',
  56949.                 ],
  56950.                 'Nds\\RecipeManager\\NdsRecipeManager' => [
  56951.                     'name' => 'NdsRecipeManager',
  56952.                     'path' => (\dirname(__DIR__4).'/vendor/store.shopware.com/ndsrecipemanager/src'),
  56953.                     'class' => 'Nds\\RecipeManager\\NdsRecipeManager',
  56954.                 ],
  56955.                 'MoorlFoundation\\MoorlFoundation' => [
  56956.                     'name' => 'MoorlFoundation',
  56957.                     'path' => (\dirname(__DIR__4).'/vendor/store.shopware.com/moorlfoundation/src'),
  56958.                     'class' => 'MoorlFoundation\\MoorlFoundation',
  56959.                 ],
  56960.                 'MoorlFoundationUnlock\\MoorlFoundationUnlock' => [
  56961.                     'name' => 'MoorlFoundationUnlock',
  56962.                     'path' => (\dirname(__DIR__4).'/vendor/store.shopware.com/moorlfoundationunlock/src'),
  56963.                     'class' => 'MoorlFoundationUnlock\\MoorlFoundationUnlock',
  56964.                 ],
  56965.                 'MoorlCreator\\MoorlCreator' => [
  56966.                     'name' => 'MoorlCreator',
  56967.                     'path' => (\dirname(__DIR__4).'/vendor/store.shopware.com/moorlcreator/src'),
  56968.                     'class' => 'MoorlCreator\\MoorlCreator',
  56969.                 ],
  56970.                 'MoorlMagazine\\MoorlMagazine' => [
  56971.                     'name' => 'MoorlMagazine',
  56972.                     'path' => (\dirname(__DIR__4).'/vendor/store.shopware.com/moorlmagazine/src'),
  56973.                     'class' => 'MoorlMagazine\\MoorlMagazine',
  56974.                 ],
  56975.                 'Wbm\\TagManagerEcomm\\WbmTagManagerEcomm' => [
  56976.                     'name' => 'WbmTagManagerEcomm',
  56977.                     'path' => (\dirname(__DIR__4).'/vendor/store.shopware.com/wbmtagmanagerecomm/src'),
  56978.                     'class' => 'Wbm\\TagManagerEcomm\\WbmTagManagerEcomm',
  56979.                 ],
  56980.                 'Cbax\\ModulAdcell\\CbaxModulAdcell' => [
  56981.                     'name' => 'CbaxModulAdcell',
  56982.                     'path' => (\dirname(__DIR__4).'/vendor/store.shopware.com/cbaxmoduladcell/src'),
  56983.                     'class' => 'Cbax\\ModulAdcell\\CbaxModulAdcell',
  56984.                 ],
  56985.                 'mart1MwFaq\\mart1MwFaq' => [
  56986.                     'name' => 'mart1MwFaq',
  56987.                     'path' => (\dirname(__DIR__4).'/vendor/store.shopware.com/mart1mwfaq/src'),
  56988.                     'class' => 'mart1MwFaq\\mart1MwFaq',
  56989.                 ],
  56990.                 'Swag\\AmazonPay\\SwagAmazonPay' => [
  56991.                     'name' => 'SwagAmazonPay',
  56992.                     'path' => (\dirname(__DIR__4).'/vendor/store.shopware.com/swagamazonpay/src'),
  56993.                     'class' => 'Swag\\AmazonPay\\SwagAmazonPay',
  56994.                 ],
  56995.                 'DreiscSeoPro\\DreiscSeoPro' => [
  56996.                     'name' => 'DreiscSeoPro',
  56997.                     'path' => (\dirname(__DIR__4).'/vendor/store.shopware.com/dreiscseopro/src'),
  56998.                     'class' => 'DreiscSeoPro\\DreiscSeoPro',
  56999.                 ],
  57000.                 'Scop\\PlatformRedirecter\\ScopPlatformRedirecter' => [
  57001.                     'name' => 'ScopPlatformRedirecter',
  57002.                     'path' => (\dirname(__DIR__4).'/vendor/store.shopware.com/scopplatformredirecter/src'),
  57003.                     'class' => 'Scop\\PlatformRedirecter\\ScopPlatformRedirecter',
  57004.                 ],
  57005.                 'UnzerPayment6\\UnzerPayment6' => [
  57006.                     'name' => 'UnzerPayment6',
  57007.                     'path' => (\dirname(__DIR__4).'/vendor/store.shopware.com/unzerpayment6/src'),
  57008.                     'class' => 'UnzerPayment6\\UnzerPayment6',
  57009.                 ],
  57010.                 'ProxaBasketCrossSellingSW6\\ProxaBasketCrossSellingSW6' => [
  57011.                     'name' => 'ProxaBasketCrossSellingSW6',
  57012.                     'path' => (\dirname(__DIR__4).'/vendor/store.shopware.com/proxabasketcrosssellingsw6/src'),
  57013.                     'class' => 'ProxaBasketCrossSellingSW6\\ProxaBasketCrossSellingSW6',
  57014.                 ],
  57015.                 'Redgecko\\Magnalister\\RedMagnalisterSW6' => [
  57016.                     'name' => 'RedMagnalisterSW6',
  57017.                     'path' => (\dirname(__DIR__4).'/vendor/store.shopware.com/redmagnalistersw6/src'),
  57018.                     'class' => 'Redgecko\\Magnalister\\RedMagnalisterSW6',
  57019.                 ],
  57020.                 'Frosh\\Adminer\\FroshPlatformAdminer' => [
  57021.                     'name' => 'FroshPlatformAdminer',
  57022.                     'path' => (\dirname(__DIR__4).'/vendor/store.shopware.com/froshplatformadminer/src'),
  57023.                     'class' => 'Frosh\\Adminer\\FroshPlatformAdminer',
  57024.                 ],
  57025.                 'MoorlCmsCategoryListing\\MoorlCmsCategoryListing' => [
  57026.                     'name' => 'MoorlCmsCategoryListing',
  57027.                     'path' => (\dirname(__DIR__4).'/vendor/store.shopware.com/moorlcmscategorylisting/src'),
  57028.                     'class' => 'MoorlCmsCategoryListing\\MoorlCmsCategoryListing',
  57029.                 ],
  57030.                 'MoorlCmsTwig\\MoorlCmsTwig' => [
  57031.                     'name' => 'MoorlCmsTwig',
  57032.                     'path' => (\dirname(__DIR__4).'/vendor/store.shopware.com/moorlcmstwig/src'),
  57033.                     'class' => 'MoorlCmsTwig\\MoorlCmsTwig',
  57034.                 ],
  57035.                 'Pixel\\LexikonSW6\\PixelLexikonSW6' => [
  57036.                     'name' => 'PixelLexikonSW6',
  57037.                     'path' => (\dirname(__DIR__4).'/custom/plugins/PixelLexikonSW6/src'),
  57038.                     'class' => 'Pixel\\LexikonSW6\\PixelLexikonSW6',
  57039.                 ],
  57040.                 'Acris\\Promotion\\AcrisPromotionCS' => [
  57041.                     'name' => 'AcrisPromotionCS',
  57042.                     'path' => (\dirname(__DIR__4).'/vendor/store.shopware.com/acrispromotioncs/src'),
  57043.                     'class' => 'Acris\\Promotion\\AcrisPromotionCS',
  57044.                 ],
  57045.                 'Meteor\\PromotionGift\\MeteorPromotionGift' => [
  57046.                     'name' => 'MeteorPromotionGift',
  57047.                     'path' => (\dirname(__DIR__4).'/vendor/store.shopware.com/meteorpromotiongift/src'),
  57048.                     'class' => 'Meteor\\PromotionGift\\MeteorPromotionGift',
  57049.                 ],
  57050.                 'NetInventors\\NetiNextModal\\NetiNextModal' => [
  57051.                     'name' => 'NetiNextModal',
  57052.                     'path' => (\dirname(__DIR__4).'/vendor/store.shopware.com/netinextmodal/src'),
  57053.                     'class' => 'NetInventors\\NetiNextModal\\NetiNextModal',
  57054.                 ],
  57055.                 'Cbax\\ModulManufacturers\\CbaxModulManufacturers' => [
  57056.                     'name' => 'CbaxModulManufacturers',
  57057.                     'path' => (\dirname(__DIR__4).'/vendor/store.shopware.com/cbaxmodulmanufacturers/src'),
  57058.                     'class' => 'Cbax\\ModulManufacturers\\CbaxModulManufacturers',
  57059.                 ],
  57060.                 'Acris\\SuggestedProducts\\AcrisSuggestedProductsCS' => [
  57061.                     'name' => 'AcrisSuggestedProductsCS',
  57062.                     'path' => (\dirname(__DIR__4).'/vendor/store.shopware.com/acrissuggestedproductscs/src'),
  57063.                     'class' => 'Acris\\SuggestedProducts\\AcrisSuggestedProductsCS',
  57064.                 ],
  57065.                 'Zeobv\\AbandonedCart\\ZeobvAbandonedCart' => [
  57066.                     'name' => 'ZeobvAbandonedCart',
  57067.                     'path' => (\dirname(__DIR__4).'/vendor/store.shopware.com/zeobvabandonedcart/src'),
  57068.                     'class' => 'Zeobv\\AbandonedCart\\ZeobvAbandonedCart',
  57069.                 ],
  57070.                 'Frosh\\Tools\\FroshTools' => [
  57071.                     'name' => 'FroshTools',
  57072.                     'path' => (\dirname(__DIR__4).'/vendor/store.shopware.com/froshtools/src'),
  57073.                     'class' => 'Frosh\\Tools\\FroshTools',
  57074.                 ],
  57075.                 'LdsSubCategories\\LdsSubCategories' => [
  57076.                     'name' => 'LdsSubCategories',
  57077.                     'path' => (\dirname(__DIR__4).'/vendor/lds/categories/src'),
  57078.                     'class' => 'LdsSubCategories\\LdsSubCategories',
  57079.                 ],
  57080.                 'Atl\\SeoUrlManager\\AtlSeoUrlManager' => [
  57081.                     'name' => 'AtlSeoUrlManager',
  57082.                     'path' => (\dirname(__DIR__4).'/vendor/store.shopware.com/atlseourlmanager/src'),
  57083.                     'class' => 'Atl\\SeoUrlManager\\AtlSeoUrlManager',
  57084.                 ],
  57085.                 'TcinnThemeWareModern\\TcinnThemeWareModern' => [
  57086.                     'name' => 'TcinnThemeWareModern',
  57087.                     'path' => (\dirname(__DIR__4).'/custom/plugins/TcinnThemeWareModern/src'),
  57088.                     'class' => 'TcinnThemeWareModern\\TcinnThemeWareModern',
  57089.                 ],
  57090.                 'Cbax\\ModulAnalytics\\CbaxModulAnalytics' => [
  57091.                     'name' => 'CbaxModulAnalytics',
  57092.                     'path' => (\dirname(__DIR__4).'/custom/plugins/CbaxModulAnalytics/src'),
  57093.                     'class' => 'Cbax\\ModulAnalytics\\CbaxModulAnalytics',
  57094.                 ],
  57095.                 'ProxaCheckoutTemplate\\ProxaCheckoutTemplate' => [
  57096.                     'name' => 'ProxaCheckoutTemplate',
  57097.                     'path' => (\dirname(__DIR__4).'/custom/plugins/ProxaCheckoutTemplate/src'),
  57098.                     'class' => 'ProxaCheckoutTemplate\\ProxaCheckoutTemplate',
  57099.                 ],
  57100.                 'Cbax\\ModulExternalOrder\\CbaxModulExternalOrder' => [
  57101.                     'name' => 'CbaxModulExternalOrder',
  57102.                     'path' => (\dirname(__DIR__4).'/custom/plugins/CbaxModulExternalOrder/src'),
  57103.                     'class' => 'Cbax\\ModulExternalOrder\\CbaxModulExternalOrder',
  57104.                 ],
  57105.                 'Cbax\\ModulOrderImportGalaxus\\CbaxModulOrderImportGalaxus' => [
  57106.                     'name' => 'CbaxModulOrderImportGalaxus',
  57107.                     'path' => (\dirname(__DIR__4).'/custom/plugins/CbaxModulOrderImportGalaxus/src'),
  57108.                     'class' => 'Cbax\\ModulOrderImportGalaxus\\CbaxModulOrderImportGalaxus',
  57109.                 ],
  57110.                 'Maxia\\MaxiaCrossVariantDiscounts6\\MaxiaCrossVariantDiscounts6' => [
  57111.                     'name' => 'MaxiaCrossVariantDiscounts6',
  57112.                     'path' => (\dirname(__DIR__4).'/vendor/store.shopware.com/maxiacrossvariantdiscounts6/src'),
  57113.                     'class' => 'Maxia\\MaxiaCrossVariantDiscounts6\\MaxiaCrossVariantDiscounts6',
  57114.                 ],
  57115.                 'Wato\\DigitecGalaxusExport\\WatoDigitecGalaxusExport' => [
  57116.                     'name' => 'WatoDigitecGalaxusExport',
  57117.                     'path' => (\dirname(__DIR__4).'/vendor/store.shopware.com/watodigitecgalaxusexport/src'),
  57118.                     'class' => 'Wato\\DigitecGalaxusExport\\WatoDigitecGalaxusExport',
  57119.                 ],
  57120.                 'LDSCustom\\LDSCustom' => [
  57121.                     'name' => 'LDSCustom',
  57122.                     'path' => (\dirname(__DIR__4).'/vendor/lds/custom/src'),
  57123.                     'class' => 'LDSCustom\\LDSCustom',
  57124.                 ],
  57125.             ],
  57126.             'kernel.plugin_infos' => [
  57127.                 => [
  57128.                     'name' => 'TcinnThemeWareLiving',
  57129.                     'baseClass' => 'TcinnThemeWareLiving\\TcinnThemeWareLiving',
  57130.                     'active' => false,
  57131.                     'path' => 'custom/plugins/TcinnThemeWareLiving',
  57132.                     'version' => '1.1.4',
  57133.                     'autoload' => [
  57134.                         'psr-4' => [
  57135.                             'TcinnThemeWareLiving\\' => 'src/',
  57136.                         ],
  57137.                     ],
  57138.                     'managedByComposer' => false,
  57139.                     'composerName' => 'tcinn/themeware-living',
  57140.                 ],
  57141.                 => [
  57142.                     'name' => 'SwagPayPal',
  57143.                     'baseClass' => 'Swag\\PayPal\\SwagPayPal',
  57144.                     'active' => true,
  57145.                     'path' => 'vendor/store.shopware.com/swagpaypal',
  57146.                     'version' => '6.4.0',
  57147.                     'autoload' => [
  57148.                         'psr-4' => [
  57149.                             'Swag\\PayPal\\' => 'src/',
  57150.                         ],
  57151.                     ],
  57152.                     'managedByComposer' => true,
  57153.                     'composerName' => 'store.shopware.com/swagpaypal',
  57154.                 ],
  57155.                 => [
  57156.                     'name' => 'SwagExtensionStore',
  57157.                     'baseClass' => 'SwagExtensionStore\\SwagExtensionStore',
  57158.                     'active' => true,
  57159.                     'path' => 'vendor/store.shopware.com/swagextensionstore',
  57160.                     'version' => '1.7.0',
  57161.                     'autoload' => [
  57162.                         'psr-4' => [
  57163.                             'SwagExtensionStore\\' => 'src/',
  57164.                         ],
  57165.                     ],
  57166.                     'managedByComposer' => true,
  57167.                     'composerName' => 'store.shopware.com/swagextensionstore',
  57168.                 ],
  57169.                 => [
  57170.                     'name' => 'SwagMigrationAssistant',
  57171.                     'baseClass' => 'SwagMigrationAssistant\\SwagMigrationAssistant',
  57172.                     'active' => true,
  57173.                     'path' => 'vendor/store.shopware.com/swagmigrationassistant',
  57174.                     'version' => '4.2.5',
  57175.                     'autoload' => [
  57176.                         'psr-4' => [
  57177.                             'SwagMigrationAssistant\\' => '',
  57178.                         ],
  57179.                     ],
  57180.                     'managedByComposer' => true,
  57181.                     'composerName' => 'store.shopware.com/swagmigrationassistant',
  57182.                 ],
  57183.                 => [
  57184.                     'name' => 'NimbitsArticleQuestionsNext',
  57185.                     'baseClass' => 'Nimbits\\NimbitsArticleQuestionsNext\\NimbitsArticleQuestionsNext',
  57186.                     'active' => true,
  57187.                     'path' => 'vendor/store.shopware.com/nimbitsarticlequestionsnext',
  57188.                     'version' => '1.2.16',
  57189.                     'autoload' => [
  57190.                         'psr-4' => [
  57191.                             'Nimbits\\NimbitsArticleQuestionsNext\\' => 'src/',
  57192.                         ],
  57193.                     ],
  57194.                     'managedByComposer' => true,
  57195.                     'composerName' => 'store.shopware.com/nimbitsarticlequestionsnext',
  57196.                 ],
  57197.                 => [
  57198.                     'name' => 'SolidAdvancedSliderElements',
  57199.                     'baseClass' => 'StudioSolid\\AdvancedSliderElements\\SolidAdvancedSliderElements',
  57200.                     'active' => true,
  57201.                     'path' => 'vendor/store.shopware.com/solidadvancedsliderelements',
  57202.                     'version' => '2.0.2',
  57203.                     'autoload' => [
  57204.                         'psr-4' => [
  57205.                             'StudioSolid\\AdvancedSliderElements\\' => 'src/',
  57206.                         ],
  57207.                     ],
  57208.                     'managedByComposer' => true,
  57209.                     'composerName' => 'store.shopware.com/solidadvancedsliderelements',
  57210.                 ],
  57211.                 => [
  57212.                     'name' => 'NdsRecipeManager',
  57213.                     'baseClass' => 'Nds\\RecipeManager\\NdsRecipeManager',
  57214.                     'active' => true,
  57215.                     'path' => 'vendor/store.shopware.com/ndsrecipemanager',
  57216.                     'version' => '1.0.10',
  57217.                     'autoload' => [
  57218.                         'psr-4' => [
  57219.                             'Nds\\RecipeManager\\' => 'src/',
  57220.                         ],
  57221.                     ],
  57222.                     'managedByComposer' => true,
  57223.                     'composerName' => 'store.shopware.com/ndsrecipemanager',
  57224.                 ],
  57225.                 => [
  57226.                     'name' => 'MoorlFoundation',
  57227.                     'baseClass' => 'MoorlFoundation\\MoorlFoundation',
  57228.                     'active' => true,
  57229.                     'path' => 'vendor/store.shopware.com/moorlfoundation',
  57230.                     'version' => '1.4.2012',
  57231.                     'autoload' => [
  57232.                         'psr-4' => [
  57233.                             'DeepL\\' => 'libs/vendor/deeplcom/deepl-php/src/',
  57234.                             'MoorlFoundation\\' => 'src/',
  57235.                         ],
  57236.                     ],
  57237.                     'managedByComposer' => true,
  57238.                     'composerName' => 'store.shopware.com/moorlfoundation',
  57239.                 ],
  57240.                 => [
  57241.                     'name' => 'MoorlFoundationUnlock',
  57242.                     'baseClass' => 'MoorlFoundationUnlock\\MoorlFoundationUnlock',
  57243.                     'active' => true,
  57244.                     'path' => 'vendor/store.shopware.com/moorlfoundationunlock',
  57245.                     'version' => '1.4.0',
  57246.                     'autoload' => [
  57247.                         'psr-4' => [
  57248.                             'MoorlFoundationUnlock\\' => 'src/',
  57249.                         ],
  57250.                     ],
  57251.                     'managedByComposer' => true,
  57252.                     'composerName' => 'store.shopware.com/moorlfoundationunlock',
  57253.                 ],
  57254.                 => [
  57255.                     'name' => 'MoorlCreator',
  57256.                     'baseClass' => 'MoorlCreator\\MoorlCreator',
  57257.                     'active' => true,
  57258.                     'path' => 'vendor/store.shopware.com/moorlcreator',
  57259.                     'version' => '1.4.11',
  57260.                     'autoload' => [
  57261.                         'psr-4' => [
  57262.                             'MoorlCreator\\' => 'src/',
  57263.                         ],
  57264.                     ],
  57265.                     'managedByComposer' => true,
  57266.                     'composerName' => 'store.shopware.com/moorlcreator',
  57267.                 ],
  57268.                 10 => [
  57269.                     'name' => 'MoorlMagazine',
  57270.                     'baseClass' => 'MoorlMagazine\\MoorlMagazine',
  57271.                     'active' => true,
  57272.                     'path' => 'vendor/store.shopware.com/moorlmagazine',
  57273.                     'version' => '2.4.21',
  57274.                     'autoload' => [
  57275.                         'psr-4' => [
  57276.                             'MoorlMagazine\\' => 'src/',
  57277.                         ],
  57278.                     ],
  57279.                     'managedByComposer' => true,
  57280.                     'composerName' => 'store.shopware.com/moorlmagazine',
  57281.                 ],
  57282.                 11 => [
  57283.                     'name' => 'WbmTagManagerEcomm',
  57284.                     'baseClass' => 'Wbm\\TagManagerEcomm\\WbmTagManagerEcomm',
  57285.                     'active' => true,
  57286.                     'path' => 'vendor/store.shopware.com/wbmtagmanagerecomm',
  57287.                     'version' => '2.2.5',
  57288.                     'autoload' => [
  57289.                         'psr-4' => [
  57290.                             'Wbm\\TagManagerEcomm\\' => 'src/',
  57291.                         ],
  57292.                     ],
  57293.                     'managedByComposer' => true,
  57294.                     'composerName' => 'store.shopware.com/wbmtagmanagerecomm',
  57295.                 ],
  57296.                 12 => [
  57297.                     'name' => 'CbaxModulAdcell',
  57298.                     'baseClass' => 'Cbax\\ModulAdcell\\CbaxModulAdcell',
  57299.                     'active' => true,
  57300.                     'path' => 'vendor/store.shopware.com/cbaxmoduladcell',
  57301.                     'version' => '2.0.2',
  57302.                     'autoload' => [
  57303.                         'psr-4' => [
  57304.                             'Cbax\\ModulAdcell\\' => 'src/',
  57305.                         ],
  57306.                     ],
  57307.                     'managedByComposer' => true,
  57308.                     'composerName' => 'store.shopware.com/cbaxmoduladcell',
  57309.                 ],
  57310.                 13 => [
  57311.                     'name' => 'mart1MwFaq',
  57312.                     'baseClass' => 'mart1MwFaq\\mart1MwFaq',
  57313.                     'active' => true,
  57314.                     'path' => 'vendor/store.shopware.com/mart1mwfaq',
  57315.                     'version' => '1.3.4',
  57316.                     'autoload' => [
  57317.                         'psr-4' => [
  57318.                             'mart1MwFaq\\' => 'src/',
  57319.                         ],
  57320.                     ],
  57321.                     'managedByComposer' => true,
  57322.                     'composerName' => 'store.shopware.com/mart1mwfaq',
  57323.                 ],
  57324.                 14 => [
  57325.                     'name' => 'SwagAmazonPay',
  57326.                     'baseClass' => 'Swag\\AmazonPay\\SwagAmazonPay',
  57327.                     'active' => true,
  57328.                     'path' => 'vendor/store.shopware.com/swagamazonpay',
  57329.                     'version' => '8.0.2',
  57330.                     'autoload' => [
  57331.                         'psr-4' => [
  57332.                             'Swag\\AmazonPay\\' => 'src/',
  57333.                         ],
  57334.                     ],
  57335.                     'managedByComposer' => true,
  57336.                     'composerName' => 'store.shopware.com/swagamazonpay',
  57337.                 ],
  57338.                 15 => [
  57339.                     'name' => 'PremsOnePageCheckout6',
  57340.                     'baseClass' => 'Prems\\Plugin\\PremsOnePageCheckout6\\PremsOnePageCheckout6',
  57341.                     'active' => false,
  57342.                     'path' => 'vendor/store.shopware.com/premsonepagecheckout6',
  57343.                     'version' => '2.6.10',
  57344.                     'autoload' => [
  57345.                         'psr-4' => [
  57346.                             'Prems\\Plugin\\PremsOnePageCheckout6\\' => 'src/',
  57347.                         ],
  57348.                     ],
  57349.                     'managedByComposer' => true,
  57350.                     'composerName' => 'store.shopware.com/premsonepagecheckout6',
  57351.                 ],
  57352.                 16 => [
  57353.                     'name' => 'DreiscSeoPro',
  57354.                     'baseClass' => 'DreiscSeoPro\\DreiscSeoPro',
  57355.                     'active' => true,
  57356.                     'path' => 'vendor/store.shopware.com/dreiscseopro',
  57357.                     'version' => '6.9.19',
  57358.                     'autoload' => [
  57359.                         'psr-4' => [
  57360.                             'DreiscSeoPro\\' => 'src/',
  57361.                         ],
  57362.                     ],
  57363.                     'managedByComposer' => true,
  57364.                     'composerName' => 'store.shopware.com/dreiscseopro',
  57365.                 ],
  57366.                 17 => [
  57367.                     'name' => 'ScopPlatformRedirecter',
  57368.                     'baseClass' => 'Scop\\PlatformRedirecter\\ScopPlatformRedirecter',
  57369.                     'active' => true,
  57370.                     'path' => 'vendor/store.shopware.com/scopplatformredirecter',
  57371.                     'version' => '1.2.0',
  57372.                     'autoload' => [
  57373.                         'psr-4' => [
  57374.                             'Scop\\PlatformRedirecter\\' => 'src/',
  57375.                         ],
  57376.                     ],
  57377.                     'managedByComposer' => true,
  57378.                     'composerName' => 'store.shopware.com/scopplatformredirecter',
  57379.                 ],
  57380.                 18 => [
  57381.                     'name' => 'UnzerPayment6',
  57382.                     'baseClass' => 'UnzerPayment6\\UnzerPayment6',
  57383.                     'active' => true,
  57384.                     'path' => 'vendor/store.shopware.com/unzerpayment6',
  57385.                     'version' => '5.7.0',
  57386.                     'autoload' => [
  57387.                         'psr-4' => [
  57388.                             'UnzerPayment6\\' => 'src/',
  57389.                         ],
  57390.                     ],
  57391.                     'managedByComposer' => true,
  57392.                     'composerName' => 'store.shopware.com/unzerpayment6',
  57393.                 ],
  57394.                 19 => [
  57395.                     'name' => 'ProxaBasketCrossSellingSW6',
  57396.                     'baseClass' => 'ProxaBasketCrossSellingSW6\\ProxaBasketCrossSellingSW6',
  57397.                     'active' => true,
  57398.                     'path' => 'vendor/store.shopware.com/proxabasketcrosssellingsw6',
  57399.                     'version' => '1.3.0',
  57400.                     'autoload' => [
  57401.                         'psr-4' => [
  57402.                             'ProxaBasketCrossSellingSW6\\' => 'src/',
  57403.                         ],
  57404.                     ],
  57405.                     'managedByComposer' => true,
  57406.                     'composerName' => 'store.shopware.com/proxabasketcrosssellingsw6',
  57407.                 ],
  57408.                 20 => [
  57409.                     'name' => 'RedMagnalisterSW6',
  57410.                     'baseClass' => 'Redgecko\\Magnalister\\RedMagnalisterSW6',
  57411.                     'active' => true,
  57412.                     'path' => 'vendor/store.shopware.com/redmagnalistersw6',
  57413.                     'version' => '3.2.14',
  57414.                     'autoload' => [
  57415.                         'psr-4' => [
  57416.                             'Redgecko\\Magnalister\\' => 'src/',
  57417.                         ],
  57418.                     ],
  57419.                     'managedByComposer' => true,
  57420.                     'composerName' => 'store.shopware.com/redmagnalistersw6',
  57421.                 ],
  57422.                 21 => [
  57423.                     'name' => 'FroshPlatformAdminer',
  57424.                     'baseClass' => 'Frosh\\Adminer\\FroshPlatformAdminer',
  57425.                     'active' => true,
  57426.                     'path' => 'vendor/store.shopware.com/froshplatformadminer',
  57427.                     'version' => '0.3.4',
  57428.                     'autoload' => [
  57429.                         'psr-4' => [
  57430.                             'Frosh\\Adminer\\' => 'src/',
  57431.                         ],
  57432.                     ],
  57433.                     'managedByComposer' => true,
  57434.                     'composerName' => 'store.shopware.com/froshplatformadminer',
  57435.                 ],
  57436.                 22 => [
  57437.                     'name' => 'MoorlCmsCategoryListing',
  57438.                     'baseClass' => 'MoorlCmsCategoryListing\\MoorlCmsCategoryListing',
  57439.                     'active' => true,
  57440.                     'path' => 'vendor/store.shopware.com/moorlcmscategorylisting',
  57441.                     'version' => '1.4.3',
  57442.                     'autoload' => [
  57443.                         'psr-4' => [
  57444.                             'MoorlCmsCategoryListing\\' => 'src/',
  57445.                         ],
  57446.                     ],
  57447.                     'managedByComposer' => true,
  57448.                     'composerName' => 'store.shopware.com/moorlcmscategorylisting',
  57449.                 ],
  57450.                 23 => [
  57451.                     'name' => 'MoorlCmsTwig',
  57452.                     'baseClass' => 'MoorlCmsTwig\\MoorlCmsTwig',
  57453.                     'active' => true,
  57454.                     'path' => 'vendor/store.shopware.com/moorlcmstwig',
  57455.                     'version' => '1.4.3',
  57456.                     'autoload' => [
  57457.                         'psr-4' => [
  57458.                             'MoorlCmsTwig\\' => 'src/',
  57459.                         ],
  57460.                     ],
  57461.                     'managedByComposer' => true,
  57462.                     'composerName' => 'store.shopware.com/moorlcmstwig',
  57463.                 ],
  57464.                 24 => [
  57465.                     'name' => 'PixelLexikonSW6',
  57466.                     'baseClass' => 'Pixel\\LexikonSW6\\PixelLexikonSW6',
  57467.                     'active' => true,
  57468.                     'path' => 'custom/plugins/PixelLexikonSW6',
  57469.                     'version' => '1.2.4',
  57470.                     'autoload' => [
  57471.                         'psr-4' => [
  57472.                             'Pixel\\LexikonSW6\\' => 'src/',
  57473.                         ],
  57474.                     ],
  57475.                     'managedByComposer' => false,
  57476.                     'composerName' => 'pixel/lexikon',
  57477.                 ],
  57478.                 25 => [
  57479.                     'name' => 'AcrisPromotionCS',
  57480.                     'baseClass' => 'Acris\\Promotion\\AcrisPromotionCS',
  57481.                     'active' => true,
  57482.                     'path' => 'vendor/store.shopware.com/acrispromotioncs',
  57483.                     'version' => '5.1.7',
  57484.                     'autoload' => [
  57485.                         'psr-4' => [
  57486.                             'Acris\\Promotion\\' => 'src/',
  57487.                         ],
  57488.                     ],
  57489.                     'managedByComposer' => true,
  57490.                     'composerName' => 'store.shopware.com/acrispromotioncs',
  57491.                 ],
  57492.                 26 => [
  57493.                     'name' => 'MeteorPromotionGift',
  57494.                     'baseClass' => 'Meteor\\PromotionGift\\MeteorPromotionGift',
  57495.                     'active' => true,
  57496.                     'path' => 'vendor/store.shopware.com/meteorpromotiongift',
  57497.                     'version' => '3.6.0',
  57498.                     'autoload' => [
  57499.                         'psr-4' => [
  57500.                             'Meteor\\PromotionGift\\' => 'src/',
  57501.                         ],
  57502.                     ],
  57503.                     'managedByComposer' => true,
  57504.                     'composerName' => 'store.shopware.com/meteorpromotiongift',
  57505.                 ],
  57506.                 27 => [
  57507.                     'name' => 'NetiNextModal',
  57508.                     'baseClass' => 'NetInventors\\NetiNextModal\\NetiNextModal',
  57509.                     'active' => true,
  57510.                     'path' => 'vendor/store.shopware.com/netinextmodal',
  57511.                     'version' => '4.2.12',
  57512.                     'autoload' => [
  57513.                         'psr-4' => [
  57514.                             'NetInventors\\NetiNextModal\\' => 'src/',
  57515.                         ],
  57516.                     ],
  57517.                     'managedByComposer' => true,
  57518.                     'composerName' => 'store.shopware.com/netinextmodal',
  57519.                 ],
  57520.                 28 => [
  57521.                     'name' => 'CbaxModulManufacturers',
  57522.                     'baseClass' => 'Cbax\\ModulManufacturers\\CbaxModulManufacturers',
  57523.                     'active' => true,
  57524.                     'path' => 'vendor/store.shopware.com/cbaxmodulmanufacturers',
  57525.                     'version' => '2.2.8',
  57526.                     'autoload' => [
  57527.                         'psr-4' => [
  57528.                             'Cbax\\ModulManufacturers\\' => 'src/',
  57529.                         ],
  57530.                     ],
  57531.                     'managedByComposer' => true,
  57532.                     'composerName' => 'store.shopware.com/cbaxmodulmanufacturers',
  57533.                 ],
  57534.                 29 => [
  57535.                     'name' => 'AcrisSuggestedProductsCS',
  57536.                     'baseClass' => 'Acris\\SuggestedProducts\\AcrisSuggestedProductsCS',
  57537.                     'active' => true,
  57538.                     'path' => 'vendor/store.shopware.com/acrissuggestedproductscs',
  57539.                     'version' => '3.2.0',
  57540.                     'autoload' => [
  57541.                         'psr-4' => [
  57542.                             'Acris\\SuggestedProducts\\' => 'src/',
  57543.                         ],
  57544.                     ],
  57545.                     'managedByComposer' => true,
  57546.                     'composerName' => 'store.shopware.com/acrissuggestedproductscs',
  57547.                 ],
  57548.                 30 => [
  57549.                     'name' => 'ZeobvAbandonedCart',
  57550.                     'baseClass' => 'Zeobv\\AbandonedCart\\ZeobvAbandonedCart',
  57551.                     'active' => true,
  57552.                     'path' => 'vendor/store.shopware.com/zeobvabandonedcart',
  57553.                     'version' => '1.4.4',
  57554.                     'autoload' => [
  57555.                         'psr-4' => [
  57556.                             'Zeobv\\AbandonedCart\\' => 'src/',
  57557.                         ],
  57558.                     ],
  57559.                     'managedByComposer' => true,
  57560.                     'composerName' => 'store.shopware.com/zeobvabandonedcart',
  57561.                 ],
  57562.                 31 => [
  57563.                     'name' => 'FroshTools',
  57564.                     'baseClass' => 'Frosh\\Tools\\FroshTools',
  57565.                     'active' => true,
  57566.                     'path' => 'vendor/store.shopware.com/froshtools',
  57567.                     'version' => '0.2.20',
  57568.                     'autoload' => [
  57569.                         'psr-4' => [
  57570.                             'Frosh\\Tools\\' => 'src/',
  57571.                         ],
  57572.                     ],
  57573.                     'managedByComposer' => true,
  57574.                     'composerName' => 'store.shopware.com/froshtools',
  57575.                 ],
  57576.                 32 => [
  57577.                     'name' => 'LdsSubCategories',
  57578.                     'baseClass' => 'LdsSubCategories\\LdsSubCategories',
  57579.                     'active' => true,
  57580.                     'path' => 'vendor/lds/categories',
  57581.                     'version' => '2.0.0',
  57582.                     'autoload' => [
  57583.                         'psr-4' => [
  57584.                             'LdsSubCategories\\' => 'src/',
  57585.                         ],
  57586.                     ],
  57587.                     'managedByComposer' => true,
  57588.                     'composerName' => 'lds/categories',
  57589.                 ],
  57590.                 33 => [
  57591.                     'name' => 'AtlSeoUrlManager',
  57592.                     'baseClass' => 'Atl\\SeoUrlManager\\AtlSeoUrlManager',
  57593.                     'active' => true,
  57594.                     'path' => 'vendor/store.shopware.com/atlseourlmanager',
  57595.                     'version' => '1.3.0',
  57596.                     'autoload' => [
  57597.                         'psr-4' => [
  57598.                             'Atl\\SeoUrlManager\\' => 'src/',
  57599.                         ],
  57600.                     ],
  57601.                     'managedByComposer' => true,
  57602.                     'composerName' => 'store.shopware.com/atlseourlmanager',
  57603.                 ],
  57604.                 34 => [
  57605.                     'name' => 'TcinnThemeWareModern',
  57606.                     'baseClass' => 'TcinnThemeWareModern\\TcinnThemeWareModern',
  57607.                     'active' => true,
  57608.                     'path' => 'custom/plugins/TcinnThemeWareModern',
  57609.                     'version' => '1.1.4',
  57610.                     'autoload' => [
  57611.                         'psr-4' => [
  57612.                             'TcinnThemeWareModern\\' => 'src/',
  57613.                         ],
  57614.                     ],
  57615.                     'managedByComposer' => false,
  57616.                     'composerName' => 'tcinn/themeware-modern',
  57617.                 ],
  57618.                 35 => [
  57619.                     'name' => 'CbaxModulAnalytics',
  57620.                     'baseClass' => 'Cbax\\ModulAnalytics\\CbaxModulAnalytics',
  57621.                     'active' => true,
  57622.                     'path' => 'custom/plugins/CbaxModulAnalytics',
  57623.                     'version' => '2.4.1',
  57624.                     'autoload' => [
  57625.                         'psr-4' => [
  57626.                             'Cbax\\ModulAnalytics\\' => 'src/',
  57627.                         ],
  57628.                     ],
  57629.                     'managedByComposer' => false,
  57630.                     'composerName' => 'cbax/modul-analytics',
  57631.                 ],
  57632.                 36 => [
  57633.                     'name' => 'ProxaCheckoutTemplate',
  57634.                     'baseClass' => 'ProxaCheckoutTemplate\\ProxaCheckoutTemplate',
  57635.                     'active' => true,
  57636.                     'path' => 'custom/plugins/ProxaCheckoutTemplate',
  57637.                     'version' => '1.0.9',
  57638.                     'autoload' => [
  57639.                         'psr-4' => [
  57640.                             'ProxaCheckoutTemplate\\' => 'src/',
  57641.                         ],
  57642.                     ],
  57643.                     'managedByComposer' => false,
  57644.                     'composerName' => 'proxa/checkout-template',
  57645.                 ],
  57646.                 37 => [
  57647.                     'name' => 'CbaxModulExternalOrder',
  57648.                     'baseClass' => 'Cbax\\ModulExternalOrder\\CbaxModulExternalOrder',
  57649.                     'active' => true,
  57650.                     'path' => 'custom/plugins/CbaxModulExternalOrder',
  57651.                     'version' => '2.5.3',
  57652.                     'autoload' => [
  57653.                         'psr-4' => [
  57654.                             'Cbax\\ModulExternalOrder\\' => 'src/',
  57655.                         ],
  57656.                     ],
  57657.                     'managedByComposer' => false,
  57658.                     'composerName' => 'cbax/modul-externalorder',
  57659.                 ],
  57660.                 38 => [
  57661.                     'name' => 'CbaxModulOrderImportGalaxus',
  57662.                     'baseClass' => 'Cbax\\ModulOrderImportGalaxus\\CbaxModulOrderImportGalaxus',
  57663.                     'active' => true,
  57664.                     'path' => 'custom/plugins/CbaxModulOrderImportGalaxus',
  57665.                     'version' => '2.1.6',
  57666.                     'autoload' => [
  57667.                         'psr-4' => [
  57668.                             'Cbax\\ModulOrderImportGalaxus\\' => 'src/',
  57669.                         ],
  57670.                     ],
  57671.                     'managedByComposer' => false,
  57672.                     'composerName' => 'cbax/modul-order-import-galaxus',
  57673.                 ],
  57674.                 39 => [
  57675.                     'name' => 'MaxiaCrossVariantDiscounts6',
  57676.                     'baseClass' => 'Maxia\\MaxiaCrossVariantDiscounts6\\MaxiaCrossVariantDiscounts6',
  57677.                     'active' => true,
  57678.                     'path' => 'vendor/store.shopware.com/maxiacrossvariantdiscounts6',
  57679.                     'version' => '1.2.3',
  57680.                     'autoload' => [
  57681.                         'psr-4' => [
  57682.                             'Maxia\\MaxiaCrossVariantDiscounts6\\' => 'src/',
  57683.                         ],
  57684.                     ],
  57685.                     'managedByComposer' => true,
  57686.                     'composerName' => 'store.shopware.com/maxiacrossvariantdiscounts6',
  57687.                 ],
  57688.                 40 => [
  57689.                     'name' => 'WatoDigitecGalaxusExport',
  57690.                     'baseClass' => 'Wato\\DigitecGalaxusExport\\WatoDigitecGalaxusExport',
  57691.                     'active' => true,
  57692.                     'path' => 'vendor/store.shopware.com/watodigitecgalaxusexport',
  57693.                     'version' => '1.0.1',
  57694.                     'autoload' => [
  57695.                         'psr-4' => [
  57696.                             'Wato\\DigitecGalaxusExport\\' => 'src/',
  57697.                         ],
  57698.                     ],
  57699.                     'managedByComposer' => true,
  57700.                     'composerName' => 'store.shopware.com/watodigitecgalaxusexport',
  57701.                 ],
  57702.                 41 => [
  57703.                     'name' => 'LDSCustom',
  57704.                     'baseClass' => 'LDSCustom\\LDSCustom',
  57705.                     'active' => true,
  57706.                     'path' => 'vendor/lds/custom',
  57707.                     'version' => '1.0.0',
  57708.                     'autoload' => [
  57709.                         'psr-4' => [
  57710.                             'LDSCustom\\' => 'src/',
  57711.                         ],
  57712.                     ],
  57713.                     'managedByComposer' => true,
  57714.                     'composerName' => 'lds/custom',
  57715.                 ],
  57716.             ],
  57717.             'kernel.supported_api_versions' => [
  57718.                 => 2,
  57719.                 => 3,
  57720.                 => 4,
  57721.             ],
  57722.             'defaults_bool_true' => true,
  57723.             'defaults_bool_false' => false,
  57724.             'default_whitespace' => ' ',
  57725.             'locale' => 'en-GB',
  57726.             'messenger.default_transport_name' => 'default',
  57727.             'env(MAILER_URL)' => 'null://null',
  57728.             'env(MESSENGER_TRANSPORT_DSN)' => 'enqueue://default?receiveTimeout=100',
  57729.             'default_cdn_strategy' => 'physical_filename',
  57730.             'env(APP_URL)' => '',
  57731.             'env(REDIS_PREFIX)' => '',
  57732.             'shopware.slug.config' => [
  57733.                 'regexp' => '/([^A-Za-z0-9\\.]|-)+/',
  57734.                 'lowercase' => false,
  57735.             ],
  57736.             'core.migration.directories' => [
  57737.             ],
  57738.             'migration.active' => [
  57739.                 => 1536232600,
  57740.                 => 1536232610,
  57741.                 => 1536232620,
  57742.                 => 1536232630,
  57743.                 => 1536232640,
  57744.                 => 1536232650,
  57745.                 => 1536232660,
  57746.                 => 1536232670,
  57747.                 => 1536232680,
  57748.                 => 1536232690,
  57749.                 10 => 1536232700,
  57750.                 11 => 1536232710,
  57751.                 12 => 1536232720,
  57752.                 13 => 1536232730,
  57753.                 14 => 1536232740,
  57754.                 15 => 1536232750,
  57755.                 16 => 1536232760,
  57756.                 17 => 1536232770,
  57757.                 18 => 1536232790,
  57758.                 19 => 1536232800,
  57759.                 20 => 1536232810,
  57760.                 21 => 1536232820,
  57761.                 22 => 1536232830,
  57762.                 23 => 1536232840,
  57763.                 24 => 1536232850,
  57764.                 25 => 1536232860,
  57765.                 26 => 1536232870,
  57766.                 27 => 1536232880,
  57767.                 28 => 1536232890,
  57768.                 29 => 1536232900,
  57769.                 30 => 1536232910,
  57770.                 31 => 1536232920,
  57771.                 32 => 1536232930,
  57772.                 33 => 1536232940,
  57773.                 34 => 1536232950,
  57774.                 35 => 1536232960,
  57775.                 36 => 1536232970,
  57776.                 37 => 1536232980,
  57777.                 38 => 1536232990,
  57778.                 39 => 1536233000,
  57779.                 40 => 1536233010,
  57780.                 41 => 1536233020,
  57781.                 42 => 1536233030,
  57782.                 43 => 1536233040,
  57783.                 44 => 1536233050,
  57784.                 45 => 1536233060,
  57785.                 46 => 1536233070,
  57786.                 47 => 1536233080,
  57787.                 48 => 1536233090,
  57788.                 49 => 1536233100,
  57789.                 50 => 1536233110,
  57790.                 51 => 1536233120,
  57791.                 52 => 1536233130,
  57792.                 53 => 1536233140,
  57793.                 54 => 1536233150,
  57794.                 55 => 1536233160,
  57795.                 56 => 1536233170,
  57796.                 57 => 1536233180,
  57797.                 58 => 1536233190,
  57798.                 59 => 1536233200,
  57799.                 60 => 1536233210,
  57800.                 61 => 1536233220,
  57801.                 62 => 1536233230,
  57802.                 63 => 1536233240,
  57803.                 64 => 1536233250,
  57804.                 65 => 1536233260,
  57805.                 66 => 1536233270,
  57806.                 67 => 1536233280,
  57807.                 68 => 1536233290,
  57808.                 69 => 1536233300,
  57809.                 70 => 1536233310,
  57810.                 71 => 1536233320,
  57811.                 72 => 1536233330,
  57812.                 73 => 1536233340,
  57813.                 74 => 1536233350,
  57814.                 75 => 1536233360,
  57815.                 76 => 1536233370,
  57816.                 77 => 1536233380,
  57817.                 78 => 1536233390,
  57818.                 79 => 1536233400,
  57819.                 80 => 1536233410,
  57820.                 81 => 1536233420,
  57821.                 82 => 1536233430,
  57822.                 83 => 1536233440,
  57823.                 84 => 1536233450,
  57824.                 85 => 1536233460,
  57825.                 86 => 1536233470,
  57826.                 87 => 1536233480,
  57827.                 88 => 1536233500,
  57828.                 89 => 1536233510,
  57829.                 90 => 1536233520,
  57830.                 91 => 1536233530,
  57831.                 92 => 1536233540,
  57832.                 93 => 1536233550,
  57833.                 94 => 1536233560,
  57834.                 95 => 1552360944,
  57835.                 96 => 1554199340,
  57836.                 97 => 1554200141,
  57837.                 98 => 1554203706,
  57838.                 99 => 1554900301,
  57839.                 100 => 1556809270,
  57840.                 101 => 1558082916,
  57841.                 102 => 1558105657,
  57842.                 103 => 1558443337,
  57843.                 104 => 1558505525,
  57844.                 105 => 1558594334,
  57845.                 106 => 1558938938,
  57846.                 107 => 1559050088,
  57847.                 108 => 1559050903,
  57848.                 109 => 1559134989,
  57849.                 110 => 1559306391,
  57850.                 111 => 1561370284,
  57851.                 112 => 1561377793,
  57852.                 113 => 1561442979,
  57853.                 114 => 1561452005,
  57854.                 115 => 1561712450,
  57855.                 116 => 1562228335,
  57856.                 117 => 1562240231,
  57857.                 118 => 1562306893,
  57858.                 119 => 1562324772,
  57859.                 120 => 1562579120,
  57860.                 121 => 1562684474,
  57861.                 122 => 1562841035,
  57862.                 123 => 1562933907,
  57863.                 124 => 1563180880,
  57864.                 125 => 1563288227,
  57865.                 126 => 1563518181,
  57866.                 127 => 1563805586,
  57867.                 128 => 1563949275,
  57868.                 129 => 1564475053,
  57869.                 130 => 1565007156,
  57870.                 131 => 1565079228,
  57871.                 132 => 1565270155,
  57872.                 133 => 1565270366,
  57873.                 134 => 1565346846,
  57874.                 135 => 1565705280,
  57875.                 136 => 1566293076,
  57876.                 137 => 1566460168,
  57877.                 138 => 1566817701,
  57878.                 139 => 1567431050,
  57879.                 140 => 1568120239,
  57880.                 141 => 1568120302,
  57881.                 142 => 1568645037,
  57882.                 143 => 1568901713,
  57883.                 144 => 1569403146,
  57884.                 145 => 1570187167,
  57885.                 146 => 1570459127,
  57886.                 147 => 1570621541,
  57887.                 148 => 1570622696,
  57888.                 149 => 1570629862,
  57889.                 150 => 1570684913,
  57890.                 151 => 1571059598,
  57891.                 152 => 1571210820,
  57892.                 153 => 1571660203,
  57893.                 154 => 1571724915,
  57894.                 155 => 1571981437,
  57895.                 156 => 1571990395,
  57896.                 157 => 1572193798,
  57897.                 158 => 1572264837,
  57898.                 159 => 1572273565,
  57899.                 160 => 1572421282,
  57900.                 161 => 1572425108,
  57901.                 162 => 1572957455,
  57902.                 163 => 1573049297,
  57903.                 164 => 1573569685,
  57904.                 165 => 1573729158,
  57905.                 166 => 1574063550,
  57906.                 167 => 1574082635,
  57907.                 168 => 1574258787,
  57908.                 169 => 1574258788,
  57909.                 170 => 1574258789,
  57910.                 171 => 1574520220,
  57911.                 172 => 1574672450,
  57912.                 173 => 1574695657,
  57913.                 174 => 1574925962,
  57914.                 175 => 1575010262,
  57915.                 176 => 1575021466,
  57916.                 177 => 1575034234,
  57917.                 178 => 1575036586,
  57918.                 179 => 1575039284,
  57919.                 180 => 1575197543,
  57920.                 181 => 1575274700,
  57921.                 182 => 1575293069,
  57922.                 183 => 1575451283,
  57923.                 184 => 1575626180,
  57924.                 185 => 1575883959,
  57925.                 186 => 1576488398,
  57926.                 187 => 1576590301,
  57927.                 188 => 1578042218,
  57928.                 189 => 1578044453,
  57929.                 190 => 1578470886,
  57930.                 191 => 1578475268,
  57931.                 192 => 1578485775,
  57932.                 193 => 1578491480,
  57933.                 194 => 1578590702,
  57934.                 195 => 1578648299,
  57935.                 196 => 1578650334,
  57936.                 197 => 1580202210,
  57937.                 198 => 1580218617,
  57938.                 199 => 1580743279,
  57939.                 200 => 1580746806,
  57940.                 201 => 1580808849,
  57941.                 202 => 1580819350,
  57942.                 203 => 1580827023,
  57943.                 204 => 1582011195,
  57944.                 205 => 1583142266,
  57945.                 206 => 1583416186,
  57946.                 207 => 1583756864,
  57947.                 208 => 1583844433,
  57948.                 209 => 1584002637,
  57949.                 210 => 1584953715,
  57950.                 211 => 1585056571,
  57951.                 212 => 1585126355,
  57952.                 213 => 1585490020,
  57953.                 214 => 1585744384,
  57954.                 215 => 1585816139,
  57955.                 216 => 1586158920,
  57956.                 217 => 1586173614,
  57957.                 218 => 1586260286,
  57958.                 219 => 1586334003,
  57959.                 220 => 1587039363,
  57960.                 221 => 1587109484,
  57961.                 222 => 1587111506,
  57962.                 223 => 1587461582,
  57963.                 224 => 1588143272,
  57964.                 225 => 1588144801,
  57965.                 226 => 1588153272,
  57966.                 227 => 1589178550,
  57967.                 228 => 1589357321,
  57968.                 229 => 1589359936,
  57969.                 230 => 1589379060,
  57970.                 231 => 1589447332,
  57971.                 232 => 1589458026,
  57972.                 233 => 1590408550,
  57973.                 234 => 1590409548,
  57974.                 235 => 1590566018,
  57975.                 236 => 1590566405,
  57976.                 237 => 1590579986,
  57977.                 238 => 1590758953,
  57978.                 239 => 1591052278,
  57979.                 240 => 1591167126,
  57980.                 241 => 1591253089,
  57981.                 242 => 1591259559,
  57982.                 243 => 1591272594,
  57983.                 244 => 1591361320,
  57984.                 245 => 1591683158,
  57985.                 246 => 1591817370,
  57986.                 247 => 1592466717,
  57987.                 248 => 1592837424,
  57988.                 249 => 1592978289,
  57989.                 250 => 1593698606,
  57990.                 251 => 1594650256,
  57991.                 252 => 1594885630,
  57992.                 253 => 1594886106,
  57993.                 254 => 1594886773,
  57994.                 255 => 1594886895,
  57995.                 256 => 1594887027,
  57996.                 257 => 1595160327,
  57997.                 258 => 1595321666,
  57998.                 259 => 1595422169,
  57999.                 260 => 1595480600,
  58000.                 261 => 1595489705,
  58001.                 262 => 1595492052,
  58002.                 263 => 1595492053,
  58003.                 264 => 1595499689,
  58004.                 265 => 1595553089,
  58005.                 266 => 1595578253,
  58006.                 267 => 1595919251,
  58007.                 268 => 1596091744,
  58008.                 269 => 1596441551,
  58009.                 270 => 1597391970,
  58010.                 271 => 1597394241,
  58011.                 272 => 1597657689,
  58012.                 273 => 1597762808,
  58013.                 274 => 1597830237,
  58014.                 275 => 1597930227,
  58015.                 276 => 1598280548,
  58016.                 277 => 1598520424,
  58017.                 278 => 1598885384,
  58018.                 279 => 1599112309,
  58019.                 280 => 1599134496,
  58020.                 281 => 1599463278,
  58021.                 282 => 1599570560,
  58022.                 283 => 1599720163,
  58023.                 284 => 1599806584,
  58024.                 285 => 1599806595,
  58025.                 286 => 1599822061,
  58026.                 287 => 1600072779,
  58027.                 288 => 1600156989,
  58028.                 289 => 1600253602,
  58029.                 290 => 1600330846,
  58030.                 291 => 1600338271,
  58031.                 292 => 1600349343,
  58032.                 293 => 1600676671,
  58033.                 294 => 1600769357,
  58034.                 295 => 1600778848,
  58035.                 296 => 1601388975,
  58036.                 297 => 1601451838,
  58037.                 298 => 1601539530,
  58038.                 299 => 1601543829,
  58039.                 300 => 1601891339,
  58040.                 301 => 1602062376,
  58041.                 302 => 1602146868,
  58042.                 303 => 1602153572,
  58043.                 304 => 1602494493,
  58044.                 305 => 1602494495,
  58045.                 306 => 1602745374,
  58046.                 307 => 1602822727,
  58047.                 308 => 1603179023,
  58048.                 309 => 1603293043,
  58049.                 310 => 1603970276,
  58050.                 311 => 1604056363,
  58051.                 312 => 1604056421,
  58052.                 313 => 1604475913,
  58053.                 314 => 1604499476,
  58054.                 315 => 1604568928,
  58055.                 316 => 1604669773,
  58056.                 317 => 1605103533,
  58057.                 318 => 1605530777,
  58058.                 319 => 1605609309,
  58059.                 320 => 1605609477,
  58060.                 321 => 1605861407,
  58061.                 322 => 1606310257,
  58062.                 323 => 1607415095,
  58063.                 324 => 1607500561,
  58064.                 325 => 1607514878,
  58065.                 326 => 1607581275,
  58066.                 327 => 1607581276,
  58067.                 328 => 1608624028,
  58068.                 329 => 1609125144,
  58069.                 330 => 1609857999,
  58070.                 331 => 1610531188,
  58071.                 332 => 1610965670,
  58072.                 333 => 1610974673,
  58073.                 334 => 1611155140,
  58074.                 335 => 1614240671,
  58075.                 336 => 1552899789,
  58076.                 337 => 1555406153,
  58077.                 338 => 1563785071,
  58078.                 339 => 1564385954,
  58079.                 340 => 1564385960,
  58080.                 341 => 1565640170,
  58081.                 342 => 1565640175,
  58082.                 343 => 1595492054,
  58083.                 344 => 1604502151,
  58084.                 345 => 1594104496,
  58085.                 346 => 1604585230,
  58086.                 347 => 1609140710,
  58087.                 348 => 1610337444,
  58088.                 349 => 1610439375,
  58089.                 350 => 1610448012,
  58090.                 351 => 1610523204,
  58091.                 352 => 1610523548,
  58092.                 353 => 1610616655,
  58093.                 354 => 1610621999,
  58094.                 355 => 1610625925,
  58095.                 356 => 1610634383,
  58096.                 357 => 1610904608,
  58097.                 358 => 1611732852,
  58098.                 359 => 1611817467,
  58099.                 360 => 1612184092,
  58100.                 361 => 1612442685,
  58101.                 362 => 1612442686,
  58102.                 363 => 1612442786,
  58103.                 364 => 1612851765,
  58104.                 365 => 1612865237,
  58105.                 366 => 1612970642,
  58106.                 367 => 1612980753,
  58107.                 368 => 1613665555,
  58108.                 369 => 1614249488,
  58109.                 370 => 1614691876,
  58110.                 371 => 1614765170,
  58111.                 372 => 1614765785,
  58112.                 373 => 1615359964,
  58113.                 374 => 1615366708,
  58114.                 375 => 1615452749,
  58115.                 376 => 1615802866,
  58116.                 377 => 1615819992,
  58117.                 378 => 1616076922,
  58118.                 379 => 1616496610,
  58119.                 380 => 1616555956,
  58120.                 381 => 1617000878,
  58121.                 382 => 1617356092,
  58122.                 383 => 1617784658,
  58123.                 384 => 1617864895,
  58124.                 385 => 1617868381,
  58125.                 386 => 1617877887,
  58126.                 387 => 1617896006,
  58127.                 388 => 1617935350,
  58128.                 389 => 1617953690,
  58129.                 390 => 1617960456,
  58130.                 391 => 1617974402,
  58131.                 392 => 1618218491,
  58132.                 393 => 1618389817,
  58133.                 394 => 1618476427,
  58134.                 395 => 1618569201,
  58135.                 396 => 1618900427,
  58136.                 397 => 1618989442,
  58137.                 398 => 1619070236,
  58138.                 399 => 1619428555,
  58139.                 400 => 1619604605,
  58140.                 401 => 1619703075,
  58141.                 402 => 1620146632,
  58142.                 403 => 1620147234,
  58143.                 404 => 1620201616,
  58144.                 405 => 1620215586,
  58145.                 406 => 1620374229,
  58146.                 407 => 1620376945,
  58147.                 408 => 1620632460,
  58148.                 409 => 1620634856,
  58149.                 410 => 1620733405,
  58150.                 411 => 1620733405,
  58151.                 412 => 1620820321,
  58152.                 413 => 1621845357,
  58153.                 414 => 1621845370,
  58154.                 415 => 1622010069,
  58155.                 416 => 1622104463,
  58156.                 417 => 1622782058,
  58157.                 418 => 1623305620,
  58158.                 419 => 1623391399,
  58159.                 420 => 1623828962,
  58160.                 421 => 1624262862,
  58161.                 422 => 1624884801,
  58162.                 423 => 1624967118,
  58163.                 424 => 1625304609,
  58164.                 425 => 1625465756,
  58165.                 426 => 1625505190,
  58166.                 427 => 1625554302,
  58167.                 428 => 1625569667,
  58168.                 429 => 1625583596,
  58169.                 430 => 1625583619,
  58170.                 431 => 1625816310,
  58171.                 432 => 1625819412,
  58172.                 433 => 1625831469,
  58173.                 434 => 1626241110,
  58174.                 435 => 1626442868,
  58175.                 436 => 1626696809,
  58176.                 437 => 1626785125,
  58177.                 438 => 1627292049,
  58178.                 439 => 1627540693,
  58179.                 440 => 1627541488,
  58180.                 441 => 1627562945,
  58181.                 442 => 1627650101,
  58182.                 443 => 1627929168,
  58183.                 444 => 1627983652,
  58184.                 445 => 1628519513,
  58185.                 446 => 1628749113,
  58186.                 447 => 1629204538,
  58187.                 448 => 1629700169,
  58188.                 449 => 1629877210,
  58189.                 450 => 1630074081,
  58190.                 451 => 1630485317,
  58191.                 452 => 1631625055,
  58192.                 453 => 1631703921,
  58193.                 454 => 1631790054,
  58194.                 455 => 1631863869,
  58195.                 456 => 1632111590,
  58196.                 457 => 1632215760,
  58197.                 458 => 1632721037,
  58198.                 459 => 1633347511,
  58199.                 460 => 1633358879,
  58200.                 461 => 1633422057,
  58201.                 462 => 1634735841,
  58202.                 463 => 1635147952,
  58203.                 464 => 1635230747,
  58204.                 465 => 1635237551,
  58205.                 466 => 1635388654,
  58206.                 467 => 1635936029,
  58207.                 468 => 1636014089,
  58208.                 469 => 1636018970,
  58209.                 470 => 1636362839,
  58210.                 471 => 1636449347,
  58211.                 472 => 1636964297,
  58212.                 473 => 1636971615,
  58213.                 474 => 1638195971,
  58214.                 475 => 1638365464,
  58215.                 476 => 1638514913,
  58216.                 477 => 1638993987,
  58217.                 478 => 1639122665,
  58218.                 479 => 1639139581,
  58219.                 480 => 1639992771,
  58220.                 481 => 1641289204,
  58221.                 482 => 1642517958,
  58222.                 483 => 1642732351,
  58223.                 484 => 1642757286,
  58224.                 485 => 1643366069,
  58225.                 486 => 1643386819,
  58226.                 487 => 1643724178,
  58227.                 488 => 1643878976,
  58228.                 489 => 1643892702,
  58229.                 490 => 1645019769,
  58230.                 491 => 1645453538,
  58231.                 492 => 1646125417,
  58232.                 493 => 1646397836,
  58233.                 494 => 1646817331,
  58234.                 495 => 1647260673,
  58235.                 496 => 1647443222,
  58236.                 497 => 1647511158,
  58237.                 498 => 1648031611,
  58238.                 499 => 1648031636,
  58239.                 500 => 1648543185,
  58240.                 501 => 1648709176,
  58241.                 502 => 1648803451,
  58242.                 503 => 1649040981,
  58243.                 504 => 1649315608,
  58244.                 505 => 1649858046,
  58245.                 506 => 1650249241,
  58246.                 507 => 1650444800,
  58247.                 508 => 1650548599,
  58248.                 509 => 1650620993,
  58249.                 510 => 1650872291,
  58250.                 511 => 1650981517,
  58251.                 512 => 1651118773,
  58252.                 513 => 1652166447,
  58253.                 514 => 1652345915,
  58254.                 515 => 1652441129,
  58255.                 516 => 1652864153,
  58256.                 517 => 1653376989,
  58257.                 518 => 1653385302,
  58258.                 519 => 1654839361,
  58259.                 520 => 1654839361,
  58260.                 521 => 1654839361,
  58261.                 522 => 1655730949,
  58262.                 523 => 1656397126,
  58263.                 524 => 1656928097,
  58264.                 525 => 1657011337,
  58265.                 526 => 1657027979,
  58266.                 527 => 1657173907,
  58267.                 528 => 1658786605,
  58268.                 529 => 1659256999,
  58269.                 530 => 1659257296,
  58270.                 531 => 1659257396,
  58271.                 532 => 1659257496,
  58272.                 533 => 1660814397,
  58273.                 534 => 1661759290,
  58274.                 535 => 1661771388,
  58275.                 536 => 1663238480,
  58276.                 537 => 1664512574,
  58277.                 538 => 1664541794,
  58278.                 539 => 1664894872,
  58279.                 540 => 1665064823,
  58280.                 541 => 1665267882,
  58281.                 542 => 1667731399,
  58282.                 543 => 1667806582,
  58283.                 544 => 1667983492,
  58284.                 545 => 1668677456,
  58285.                 546 => 1669316067,
  58286.                 547 => 1672164687,
  58287.                 548 => 1672743034,
  58288.                 549 => 1673001912,
  58289.                 550 => 1673966228,
  58290.                 551 => 1675218708,
  58291.                 552 => 1675827655,
  58292.                 553 => 1632281097,
  58293.                 554 => 1636121186,
  58294.                 555 => 1660813696,
  58295.                 556 => 1641476963,
  58296.                 557 => 1661505878,
  58297.                 558 => 1632281097,
  58298.                 559 => 1636121186,
  58299.                 560 => 1660813696,
  58300.                 561 => 1552899789,
  58301.                 562 => 1555406153,
  58302.                 563 => 1563785071,
  58303.                 564 => 1564385954,
  58304.                 565 => 1564385960,
  58305.                 566 => 1565640170,
  58306.                 567 => 1565640175,
  58307.                 568 => 1595492054,
  58308.                 569 => 1604502151,
  58309.                 570 => 1584005462,
  58310.                 571 => 1589800641,
  58311.                 572 => 1589800704,
  58312.                 573 => 1589882802,
  58313.                 574 => 1589905764,
  58314.                 575 => 1591365484,
  58315.                 576 => 1626082072,
  58316.                 577 => 1675420139,
  58317.                 578 => 1536765935,
  58318.                 579 => 1536765936,
  58319.                 580 => 1536765937,
  58320.                 581 => 1536765938,
  58321.                 582 => 1538046469,
  58322.                 583 => 1538985581,
  58323.                 584 => 1544535797,
  58324.                 585 => 1563456847,
  58325.                 586 => 1564041870,
  58326.                 587 => 1564053392,
  58327.                 588 => 1568882302,
  58328.                 589 => 1568882317,
  58329.                 590 => 1587476616,
  58330.                 591 => 1589448383,
  58331.                 592 => 1593494859,
  58332.                 593 => 1593508853,
  58333.                 594 => 1615794849,
  58334.                 595 => 1583231255,
  58335.                 596 => 1622019123,
  58336.                 597 => 1629896198,
  58337.                 598 => 1672845834,
  58338.                 599 => 1672846355,
  58339.                 600 => 1672846355,
  58340.                 601 => 1628172267,
  58341.                 602 => 1644922949,
  58342.                 603 => 1688378836,
  58343.                 604 => 1611585370,
  58344.                 605 => 1691677885,
  58345.                 606 => 1693553029,
  58346.                 607 => 1693915379,
  58347.                 608 => 1697704734,
  58348.                 609 => 1616141231,
  58349.                 610 => 1631631689,
  58350.                 611 => 1636082647,
  58351.                 612 => 1662306139,
  58352.                 613 => 1662757955,
  58353.                 614 => 1663039410,
  58354.                 615 => 1676830357,
  58355.                 616 => 1636082647,
  58356.                 617 => 1658850665,
  58357.                 618 => 1675748147,
  58358.                 619 => 1565395385,
  58359.                 620 => 1609325729,
  58360.                 621 => 1617134359,
  58361.                 622 => 1618606531,
  58362.                 623 => 1631529890,
  58363.                 624 => 1633446993,
  58364.                 625 => 1634667599,
  58365.                 626 => 1636082647,
  58366.                 627 => 1648504774,
  58367.                 628 => 1675748147,
  58368.                 629 => 1572257501,
  58369.                 630 => 1606378923,
  58370.                 631 => 1607952506,
  58371.                 632 => 1608034991,
  58372.                 633 => 1612945522,
  58373.                 634 => 1620808652,
  58374.                 635 => 1631192197,
  58375.                 636 => 1589963718,
  58376.                 637 => 1619069101,
  58377.                 638 => 1623656945,
  58378.                 639 => 1623820553,
  58379.                 640 => 1624275180,
  58380.                 641 => 1633436214,
  58381.                 642 => 1701353809,
  58382.                 643 => 1710946562,
  58383.                 644 => 1716986588,
  58384.                 645 => 1578586273,
  58385.                 646 => 1578586273,
  58386.                 647 => 1578586273,
  58387.                 648 => 1578586333,
  58388.                 649 => 1578586333,
  58389.                 650 => 1585666208,
  58390.                 651 => 1585666268,
  58391.                 652 => 1592834145,
  58392.                 653 => 1592834145,
  58393.                 654 => 1592834205,
  58394.                 655 => 1592834205,
  58395.                 656 => 9000000001,
  58396.                 657 => 9000000002,
  58397.                 658 => 9000000003,
  58398.                 659 => 9000000004,
  58399.                 660 => 9000000005,
  58400.                 661 => 160198215,
  58401.                 662 => 1634025013,
  58402.                 663 => 1663601206,
  58403.                 664 => 1564149494,
  58404.                 665 => 1566288547,
  58405.                 666 => 1579964350,
  58406.                 667 => 1593181803,
  58407.                 668 => 1600784048,
  58408.                 669 => 1601201837,
  58409.                 670 => 1605179799,
  58410.                 671 => 1610097866,
  58411.                 672 => 1612513284,
  58412.                 673 => 1637594171,
  58413.                 674 => 1554708925,
  58414.                 675 => 1712753987,
  58415.                 676 => 1542216332,
  58416.                 677 => 1592203994,
  58417.                 678 => 1594032695,
  58418.                 679 => 1603879926,
  58419.                 680 => 1608202292,
  58420.                 681 => 1608309668,
  58421.                 682 => 1637332400,
  58422.                 683 => 1638454341,
  58423.                 684 => 1648063953,
  58424.                 685 => 1662367938,
  58425.                 686 => 1662371097,
  58426.                 687 => 1662399200,
  58427.                 688 => 1663079896,
  58428.                 689 => 1663091429,
  58429.                 690 => 1673269541,
  58430.                 691 => 1615371170,
  58431.                 692 => 1582882123,
  58432.                 693 => 1661776106,
  58433.                 694 => 1573071430,
  58434.                 695 => 1583148629,
  58435.                 696 => 1585146659,
  58436.                 697 => 1585833961,
  58437.                 698 => 1585837662,
  58438.                 699 => 1586156662,
  58439.                 700 => 1586938692,
  58440.                 701 => 1587460618,
  58441.                 702 => 1589290626,
  58442.                 703 => 1600783309,
  58443.                 704 => 1606297970,
  58444.                 705 => 1612975704,
  58445.                 706 => 1617016975,
  58446.                 707 => 1668419014,
  58447.                 708 => 1675415964,
  58448.                 709 => 1570975206,
  58449.                 710 => 1624455544,
  58450.                 711 => 1655965736,
  58451.                 712 => 1572516630,
  58452.                 713 => 1608027541,
  58453.                 714 => 1614589470,
  58454.                 715 => 1621937029,
  58455.                 716 => 1643985460,
  58456.                 717 => 1654223780,
  58457.                 718 => 1659962090,
  58458.                 719 => 1666007247,
  58459.                 720 => 1675941088,
  58460.                 721 => 1678198528,
  58461.                 722 => 1679899712,
  58462.                 723 => 1572516630,
  58463.                 724 => 1572516634,
  58464.             ],
  58465.             'shopware.security.csp_templates' => [
  58466.                 'default' => ''."\n".'object-src \'none\';'."\n".'script-src \'none\';'."\n".'base-uri \'self\';'."\n".'            ',
  58467.                 'administration' => ''."\n".'object-src \'none\';'."\n".'script-src \'strict-dynamic\' \'nonce-%nonce%\' \'unsafe-inline\' \'unsafe-eval\' https: http:;'."\n".'base-uri \'self\';'."\n".'            ',
  58468.                 'storefront' => '',
  58469.                 'installer' => '',
  58470.             ],
  58471.             'shopware.app_dir' => (\dirname(__DIR__4).'/custom/apps'),
  58472.             'env(SHOPWARE_DBAL_TIMEZONE_SUPPORT_ENABLED)' => 0,
  58473.             'env(SHOPWARE_DBAL_TOKEN_MINIMUM_LENGTH)' => 3,
  58474.             'env(INSTANCE_ID)' => 'install',
  58475.             'shopware.store_endpoints' => [
  58476.                 'ping' => '/ping',
  58477.                 'my_extensions' => '/swplatform/licenseenvironment',
  58478.                 'my_licenses' => '/swplatform/licenses',
  58479.                 'my_plugin_licenses' => '/swplatform/pluginlicenses',
  58480.                 'my_plugin_updates' => '/swplatform/pluginupdates',
  58481.                 'environment_information' => '/swplatform/environmentinformation',
  58482.                 'updater_extension_compatibility' => '/swplatform/autoupdate',
  58483.                 'updater_permission' => '/swplatform/autoupdate/permission',
  58484.                 'plugin_download' => '/swplatform/pluginfiles/{pluginName}',
  58485.                 'app_generate_signature' => '/swplatform/generatesignature',
  58486.                 'cancel_license' => '/swplatform/pluginlicenses/%s/cancel',
  58487.                 'login' => '/swplatform/login',
  58488.                 'create_rating' => '/swplatform/extensionstore/extensions/%s/ratings',
  58489.                 'user_info' => '/swplatform/userinfo',
  58490.             ],
  58491.             'env(SHOPWARE_UPDATE_TEST)' => '',
  58492.             'shopware.media.metadata.types' => [
  58493.                 => '\\Shopware\\Core\\Content\\Media\\Metadata\\Type\\ImageMetadata',
  58494.                 => '\\Shopware\\Core\\Content\\Media\\Metadata\\Type\\DocumentMetadata',
  58495.                 => '\\Shopware\\Core\\Content\\Media\\Metadata\\Type\\VideoMetadata',
  58496.             ],
  58497.             'product_export.directory' => 'export',
  58498.             'product_export.read_buffer_size' => 100,
  58499.             'import_export.supported_entities' => [
  58500.                 => 'customer',
  58501.                 => 'product',
  58502.             ],
  58503.             'import_export.supported_file_types' => [
  58504.                 => 'text/csv',
  58505.             ],
  58506.             'import_export.read_buffer_size' => 100,
  58507.             'import_export.write_buffer_size' => 100,
  58508.             'import_export.http_batch_size' => 100,
  58509.             'env(SHOPWARE_ADMINISTRATION_PATH_NAME)' => 'admin',
  58510.             'shopware_http_cache_enabled_default' => 1,
  58511.             'shopware_http_cache_default_ttl_default' => 7200,
  58512.             'shopware.twig.app_variable.allowed_server_params' => [
  58513.                 => 'server_name',
  58514.                 => 'request_uri',
  58515.                 => 'app_url',
  58516.                 => 'http_user_agent',
  58517.                 => 'http_host',
  58518.                 => 'server_name',
  58519.                 => 'server_port',
  58520.                 => 'redirect_url',
  58521.                 => 'https',
  58522.                 => 'forwarded',
  58523.                 10 => 'host',
  58524.                 11 => 'remote_addr',
  58525.                 12 => 'http_x_forwarded_for',
  58526.                 13 => 'http_x_forwarded_host',
  58527.                 14 => 'http_x_forwarded_proto',
  58528.                 15 => 'http_x_forwarded_port',
  58529.                 16 => 'http_x_forwarded_prefix',
  58530.             ],
  58531.             'storefrontRoot' => (\dirname(__DIR__4).'/vendor/shopware/storefront'),
  58532.             'elasticsearch.index.config' => [
  58533.                 'settings' => [
  58534.                     'index' => [
  58535.                         'number_of_shards' => 3,
  58536.                         'number_of_replicas' => 3,
  58537.                         'mapping.total_fields.limit' => 50000,
  58538.                         'mapping.nested_fields.limit' => 500,
  58539.                         'mapping.nested_objects.limit' => 1000000,
  58540.                     ],
  58541.                     'analysis' => [
  58542.                         'normalizer' => [
  58543.                             'sw_lowercase_normalizer' => [
  58544.                                 'type' => 'custom',
  58545.                                 'filter' => [
  58546.                                     => 'lowercase',
  58547.                                 ],
  58548.                             ],
  58549.                         ],
  58550.                         'analyzer' => [
  58551.                             'sw_ngram_analyzer' => [
  58552.                                 'type' => 'custom',
  58553.                                 'tokenizer' => 'whitespace',
  58554.                                 'filter' => [
  58555.                                     => 'lowercase',
  58556.                                     => 'sw_ngram_filter',
  58557.                                 ],
  58558.                             ],
  58559.                         ],
  58560.                         'filter' => [
  58561.                             'sw_ngram_filter' => [
  58562.                                 'type' => 'ngram',
  58563.                                 'min_gram' => 4,
  58564.                                 'max_gram' => 5,
  58565.                             ],
  58566.                         ],
  58567.                     ],
  58568.                 ],
  58569.             ],
  58570.             'elasticsearch.index.mapping' => [
  58571.                 'dynamic_templates' => [
  58572.                     => [
  58573.                         'keywords' => [
  58574.                             'match_mapping_type' => 'string',
  58575.                             'mapping' => [
  58576.                                 'type' => 'keyword',
  58577.                                 'normalizer' => 'sw_lowercase_normalizer',
  58578.                                 'fields' => [
  58579.                                     'text' => [
  58580.                                         'type' => 'text',
  58581.                                     ],
  58582.                                 ],
  58583.                             ],
  58584.                         ],
  58585.                     ],
  58586.                 ],
  58587.             ],
  58588.             'elasticsearch.administration.index.config' => [
  58589.                 'settings' => [
  58590.                     'index' => [
  58591.                         'number_of_shards' => 3,
  58592.                         'number_of_replicas' => 3,
  58593.                         'mapping.total_fields.limit' => 50000,
  58594.                         'mapping.nested_fields.limit' => 500,
  58595.                         'mapping.nested_objects.limit' => 1000000,
  58596.                     ],
  58597.                     'analysis' => [
  58598.                         'normalizer' => [
  58599.                             'sw_lowercase_normalizer' => [
  58600.                                 'type' => 'custom',
  58601.                                 'filter' => [
  58602.                                     => 'lowercase',
  58603.                                 ],
  58604.                             ],
  58605.                         ],
  58606.                     ],
  58607.                 ],
  58608.             ],
  58609.             'elasticsearch.administration.index.mapping' => [
  58610.                 'dynamic_templates' => [
  58611.                     => [
  58612.                         'keywords' => [
  58613.                             'match_mapping_type' => 'string',
  58614.                             'mapping' => [
  58615.                                 'type' => 'keyword',
  58616.                                 'normalizer' => 'sw_lowercase_normalizer',
  58617.                                 'fields' => [
  58618.                                     'text' => [
  58619.                                         'type' => 'text',
  58620.                                     ],
  58621.                                 ],
  58622.                             ],
  58623.                         ],
  58624.                     ],
  58625.                 ],
  58626.             ],
  58627.             'default_elasticsearch_prefix' => 'sw',
  58628.             'env(SHOPWARE_ES_ENABLED)' => '',
  58629.             'env(SHOPWARE_ES_INDEXING_ENABLED)' => '',
  58630.             'env(SHOPWARE_ES_HOSTS)' => '',
  58631.             'env(SHOPWARE_ES_INDEX_PREFIX)' => 'sw',
  58632.             'env(SHOPWARE_ES_THROW_EXCEPTION)' => '',
  58633.             'env(SHOPWARE_ADMIN_ES_ENABLED)' => '',
  58634.             'env(ADMIN_OPENSEARCH_URL)' => '',
  58635.             'env(SHOPWARE_ADMIN_ES_INDEX_PREFIX)' => 'sw-admin',
  58636.             'env(SHOPWARE_ADMIN_ES_REFRESH_INDICES)' => '',
  58637.             'env(SHOPWARE_ES_INDEXING_BATCH_SIZE)' => 100,
  58638.             'env(APP_URL_CHECK_DISABLED)' => false,
  58639.             'swag_extension_store.endpoints' => [
  58640.                 'list_extensions' => '/swplatform/extensionstore/extensions',
  58641.                 'extension_detail' => '/swplatform/extensionstore/extensions/%d',
  58642.                 'filter' => '/swplatform/extensionstore/extensions/filter',
  58643.                 'reviews' => '/swplatform/extensionstore/extensions/%d/reviews',
  58644.                 'create_basket' => '/swplatform/extensionstore/baskets',
  58645.                 'order_basket' => '/swplatform/extensionstore/orders',
  58646.                 'payment_means' => '/swplatform/extensionstore/paymentmeans',
  58647.             ],
  58648.             'proxa_basket_cross_selling_s_w6.plugin_name' => 'ProxaBasketCrossSellingSW6',
  58649.             'proxa_checkout_template.plugin_name' => 'ProxaCheckoutTemplate',
  58650.             'container.dumper.inline_class_loader' => true,
  58651.             'container.dumper.inline_factories' => true,
  58652.             'jwt_private_key_passphrase_default' => 'shopware',
  58653.             'shopware.store.frw' => true,
  58654.             'event_dispatcher.event_aliases' => [
  58655.                 'Symfony\\Component\\Console\\Event\\ConsoleCommandEvent' => 'console.command',
  58656.                 'Symfony\\Component\\Console\\Event\\ConsoleErrorEvent' => 'console.error',
  58657.                 'Symfony\\Component\\Console\\Event\\ConsoleSignalEvent' => 'console.signal',
  58658.                 'Symfony\\Component\\Console\\Event\\ConsoleTerminateEvent' => 'console.terminate',
  58659.                 'Symfony\\Component\\HttpKernel\\Event\\ControllerArgumentsEvent' => 'kernel.controller_arguments',
  58660.                 'Symfony\\Component\\HttpKernel\\Event\\ControllerEvent' => 'kernel.controller',
  58661.                 'Symfony\\Component\\HttpKernel\\Event\\ResponseEvent' => 'kernel.response',
  58662.                 'Symfony\\Component\\HttpKernel\\Event\\FinishRequestEvent' => 'kernel.finish_request',
  58663.                 'Symfony\\Component\\HttpKernel\\Event\\RequestEvent' => 'kernel.request',
  58664.                 'Symfony\\Component\\HttpKernel\\Event\\ViewEvent' => 'kernel.view',
  58665.                 'Symfony\\Component\\HttpKernel\\Event\\ExceptionEvent' => 'kernel.exception',
  58666.                 'Symfony\\Component\\HttpKernel\\Event\\TerminateEvent' => 'kernel.terminate',
  58667.             ],
  58668.             'fragment.renderer.hinclude.global_template' => NULL,
  58669.             'fragment.path' => '/_fragment',
  58670.             'kernel.http_method_override' => true,
  58671.             'kernel.trusted_hosts' => [
  58672.             ],
  58673.             'kernel.default_locale' => 'en-GB',
  58674.             'kernel.enabled_locales' => [
  58675.             ],
  58676.             'kernel.error_controller' => 'error_controller',
  58677.             'debug.file_link_format' => NULL,
  58678.             'asset.request_context.base_path' => NULL,
  58679.             'asset.request_context.secure' => NULL,
  58680.             'translator.logging' => false,
  58681.             'translator.default_path' => (\dirname(__DIR__4).'/vendor/shopware/storefront/Resources/snippet'),
  58682.             'debug.error_handler.throw_at' => -1,
  58683.             'router.request_context.host' => 'localhost',
  58684.             'router.request_context.scheme' => 'http',
  58685.             'router.request_context.base_url' => '',
  58686.             'router.resource' => 'kernel::loadRoutes',
  58687.             'request_listener.http_port' => 80,
  58688.             'request_listener.https_port' => 443,
  58689.             'session.metadata.storage_key' => '_sf2_meta',
  58690.             'session.storage.options' => [
  58691.                 'cache_limiter' => '0',
  58692.                 'name' => 'session-',
  58693.                 'cookie_secure' => 'auto',
  58694.                 'cookie_httponly' => true,
  58695.                 'cookie_samesite' => 'lax',
  58696.                 'gc_probability' => 1,
  58697.             ],
  58698.             'session.save_path' => NULL,
  58699.             'session.metadata.update_threshold' => 0,
  58700.             'validator.translation_domain' => 'validators',
  58701.             'profiler_listener.only_exceptions' => false,
  58702.             'profiler_listener.only_main_requests' => false,
  58703.             'monolog.use_microseconds' => true,
  58704.             'monolog.swift_mailer.handlers' => [
  58705.             ],
  58706.             'monolog.handlers_to_channels' => [
  58707.                 'monolog.handler.business_event_handler_buffer' => [
  58708.                     'type' => 'inclusive',
  58709.                     'elements' => [
  58710.                         => 'business_events',
  58711.                     ],
  58712.                 ],
  58713.                 'monolog.handler.console' => [
  58714.                     'type' => 'exclusive',
  58715.                     'elements' => [
  58716.                         => 'event',
  58717.                         => 'doctrine',
  58718.                         => 'console',
  58719.                     ],
  58720.                 ],
  58721.                 'monolog.handler.main' => [
  58722.                     'type' => 'exclusive',
  58723.                     'elements' => [
  58724.                         => 'event',
  58725.                         => 'doctrine',
  58726.                     ],
  58727.                 ],
  58728.             ],
  58729.             'twig.form.resources' => [
  58730.                 => 'form_div_layout.html.twig',
  58731.             ],
  58732.             'twig.default_path' => (\dirname(__DIR__4).'/templates'),
  58733.             'env(VAR_DUMPER_SERVER)' => '127.0.0.1:9912',
  58734.             'enqueue.transport.default.receive_timeout' => 1000,
  58735.             'enqueue.client.default.router_processor' => 'enqueue.client.default.router_processor',
  58736.             'enqueue.client.default.router_queue_name' => 'default',
  58737.             'enqueue.client.default.default_queue_name' => 'default',
  58738.             'enqueue.transports' => [
  58739.                 => 'default',
  58740.             ],
  58741.             'enqueue.clients' => [
  58742.                 => 'default',
  58743.             ],
  58744.             'enqueue.default_transport' => 'default',
  58745.             'enqueue.default_client' => 'default',
  58746.             'shopware.feature' => [
  58747.                 'flags' => [
  58748.                     'v6.5.0.0' => [
  58749.                         'default' => false,
  58750.                         'major' => true,
  58751.                     ],
  58752.                     'PERFORMANCE_TWEAKS' => [
  58753.                         'default' => false,
  58754.                         'major' => true,
  58755.                         'description' => 'Performance improvements that include a breaking change',
  58756.                     ],
  58757.                     'FEATURE_NEXT_1797' => [
  58758.                         'default' => false,
  58759.                         'major' => true,
  58760.                         'description' => 'composer require for plugins',
  58761.                     ],
  58762.                     'FEATURE_NEXT_16710' => [
  58763.                         'default' => false,
  58764.                         'major' => true,
  58765.                         'description' => 'Do not allow empty ids provided in criteria',
  58766.                     ],
  58767.                     'FEATURE_NEXT_13810' => [
  58768.                         'default' => false,
  58769.                         'major' => true,
  58770.                         'description' => 'Deprecate old promotion module',
  58771.                     ],
  58772.                     'FEATURE_NEXT_13250' => [
  58773.                         'default' => false,
  58774.                         'major' => true,
  58775.                         'description' => 'Reduce database queries if all required data for the line items is already assign',
  58776.                     ],
  58777.                     'FEATURE_NEXT_17276' => [
  58778.                         'default' => false,
  58779.                         'major' => true,
  58780.                         'description' => 'Don\'t override languageId of SalesChannel in SalesChannelContext',
  58781.                     ],
  58782.                     'FEATURE_NEXT_16151' => [
  58783.                         'default' => false,
  58784.                         'major' => true,
  58785.                         'description' => 'Remove CheapestPriceField from product entity, to speed up entity hydration',
  58786.                     ],
  58787.                     'FEATURE_NEXT_16155' => [
  58788.                         'default' => false,
  58789.                         'major' => true,
  58790.                         'description' => 'EntityLoadedEventFactory will be required in repositories',
  58791.                     ],
  58792.                     'FEATURE_NEXT_19501' => [
  58793.                         'default' => false,
  58794.                         'major' => false,
  58795.                         'description' => 'Disables the cart.container function',
  58796.                     ],
  58797.                     'FEATURE_NEXT_15053' => [
  58798.                         'default' => false,
  58799.                         'major' => false,
  58800.                         'description' => 'Replace wrong displayed characters in number format',
  58801.                     ],
  58802.                     'FEATURE_NEXT_18215' => [
  58803.                         'default' => false,
  58804.                         'major' => true,
  58805.                         'description' => 'Rules are aware of their assignment',
  58806.                     ],
  58807.                     'FEATURE_NEXT_15815' => [
  58808.                         'default' => false,
  58809.                         'major' => true,
  58810.                         'description' => 'Remove single record handling in sync service. Only single operation should be supported',
  58811.                     ],
  58812.                     'FEATURE_NEXT_14699' => [
  58813.                         'default' => false,
  58814.                         'major' => true,
  58815.                         'description' => 'Refactoring of Storefront theme assets',
  58816.                     ],
  58817.                     'FEATURE_NEXT_15707' => [
  58818.                         'default' => false,
  58819.                         'major' => false,
  58820.                         'description' => 'Delivery notice for EU geoblocking regulation',
  58821.                     ],
  58822.                     'FEATURE_NEXT_14360' => [
  58823.                         'default' => false,
  58824.                         'major' => true,
  58825.                         'description' => 'App System 4.0 - Build action button messaging system',
  58826.                     ],
  58827.                     'FEATURE_NEXT_15172' => [
  58828.                         'default' => false,
  58829.                         'major' => true,
  58830.                         'description' => 'Sanitize html of fields with AllowHtml flag',
  58831.                     ],
  58832.                     'FEATURE_NEXT_14001' => [
  58833.                         'default' => false,
  58834.                         'major' => true,
  58835.                         'description' => 'Newsletter DOI for registered customers',
  58836.                     ],
  58837.                     'FEATURE_NEXT_7739' => [
  58838.                         'default' => false,
  58839.                         'major' => true,
  58840.                         'description' => 'Optional salutation',
  58841.                     ],
  58842.                     'FEATURE_NEXT_16200' => [
  58843.                         'default' => false,
  58844.                         'major' => false,
  58845.                         'description' => 'Register Doi Domain',
  58846.                     ],
  58847.                     'FEATURE_NEXT_13410' => [
  58848.                         'default' => false,
  58849.                         'major' => true,
  58850.                         'description' => 'Make sales channels required in seo generator',
  58851.                     ],
  58852.                     'FEATURE_NEXT_15917' => [
  58853.                         'default' => false,
  58854.                         'major' => true,
  58855.                         'description' => 'Move storefront script tags to head with defer',
  58856.                     ],
  58857.                     'FEATURE_NEXT_15957' => [
  58858.                         'default' => false,
  58859.                         'major' => true,
  58860.                         'description' => 'VAT id field for guest',
  58861.                     ],
  58862.                     'FEATURE_NEXT_13601' => [
  58863.                         'default' => false,
  58864.                         'major' => true,
  58865.                         'description' => 'Default transaction state for async app payments',
  58866.                     ],
  58867.                     'FEATURE_NEXT_16992' => [
  58868.                         'default' => false,
  58869.                         'major' => true,
  58870.                         'description' => 'Remove page_product_detail_not_available and buy_widget_not_available block',
  58871.                     ],
  58872.                     'FEATURE_NEXT_7530' => [
  58873.                         'default' => false,
  58874.                         'major' => true,
  58875.                         'description' => 'Improve orders UX in Administration',
  58876.                     ],
  58877.                     'FEATURE_NEXT_16824' => [
  58878.                         'default' => false,
  58879.                         'major' => true,
  58880.                         'description' => 'Cart merged event',
  58881.                     ],
  58882.                     'FEATURE_NEXT_16271' => [
  58883.                         'default' => false,
  58884.                         'major' => true,
  58885.                         'description' => 'Refactor `sw-simple-search-field` component to a transparent wrapper component',
  58886.                     ],
  58887.                     'FEATURE_NEXT_15381' => [
  58888.                         'default' => false,
  58889.                         'major' => true,
  58890.                         'description' => 'Save theme compilation',
  58891.                     ],
  58892.                     'FEATURE_NEXT_17275' => [
  58893.                         'default' => false,
  58894.                         'major' => true,
  58895.                         'description' => 'StorefrontRenderEvent only gets original view',
  58896.                     ],
  58897.                     'FEATURE_NEXT_17016' => [
  58898.                         'default' => false,
  58899.                         'major' => true,
  58900.                         'description' => 'Add, update or improve the selection and specification of Rule Builder Condition Fields.',
  58901.                     ],
  58902.                     'FEATURE_NEXT_16236' => [
  58903.                         'default' => false,
  58904.                         'major' => true,
  58905.                         'description' => 'Change customer creation behaviour on checkout/register page to opt in customer account.',
  58906.                     ],
  58907.                     'FEATURE_NEXT_16640' => [
  58908.                         'default' => false,
  58909.                         'major' => true,
  58910.                         'description' => 'Change ExceptionHandlerInterface by removing Command $command argument',
  58911.                     ],
  58912.                     'FEATURE_NEXT_17858' => [
  58913.                         'default' => false,
  58914.                         'major' => true,
  58915.                         'description' => 'Major feature flag for Business Event',
  58916.                     ],
  58917.                     'FEATURE_NEXT_6758' => [
  58918.                         'default' => false,
  58919.                         'major' => true,
  58920.                         'description' => 'Layout assignment for category as list',
  58921.                     ],
  58922.                     'FEATURE_NEXT_19048' => [
  58923.                         'default' => false,
  58924.                         'major' => true,
  58925.                         'description' => 'Fix media resolution in theme',
  58926.                     ],
  58927.                     'FEATURE_NEXT_19822' => [
  58928.                         'default' => false,
  58929.                         'major' => true,
  58930.                         'description' => 'Enables lazy loading components in the administration',
  58931.                     ],
  58932.                     'FEATURE_NEXT_18129' => [
  58933.                         'default' => false,
  58934.                         'major' => true,
  58935.                         'description' => 'Require positionIdentifier for some components',
  58936.                     ],
  58937.                     'FEATURE_NEXT_19163' => [
  58938.                         'default' => false,
  58939.                         'major' => true,
  58940.                         'description' => 'one to one inheritance',
  58941.                     ],
  58942.                     'FEATURE_NEXT_18187' => [
  58943.                         'default' => false,
  58944.                         'major' => true,
  58945.                         'description' => 'Move admin dashboard statistics into separate component',
  58946.                     ],
  58947.                     'FEATURE_NEXT_17978' => [
  58948.                         'default' => false,
  58949.                         'major' => true,
  58950.                         'description' => 'Change component factory to work with extension overrides in Administration',
  58951.                     ],
  58952.                     'FEATURE_NEXT_11634' => [
  58953.                         'default' => false,
  58954.                         'major' => true,
  58955.                         'description' => 'Webpack alias refactor',
  58956.                     ],
  58957.                     'FEATURE_NEXT_21547' => [
  58958.                         'default' => false,
  58959.                         'major' => true,
  58960.                         'description' => 'Change admin criteria defaults',
  58961.                     ],
  58962.                     'FEATURE_NEXT_22900' => [
  58963.                         'default' => false,
  58964.                         'major' => true,
  58965.                         'description' => 'Admin search configuration is used in Elasticsearch',
  58966.                     ],
  58967.                 ],
  58968.             ],
  58969.             'shopware.feature.flags' => [
  58970.                 'v6.5.0.0' => [
  58971.                     'default' => false,
  58972.                     'major' => true,
  58973.                 ],
  58974.                 'PERFORMANCE_TWEAKS' => [
  58975.                     'default' => false,
  58976.                     'major' => true,
  58977.                     'description' => 'Performance improvements that include a breaking change',
  58978.                 ],
  58979.                 'FEATURE_NEXT_1797' => [
  58980.                     'default' => false,
  58981.                     'major' => true,
  58982.                     'description' => 'composer require for plugins',
  58983.                 ],
  58984.                 'FEATURE_NEXT_16710' => [
  58985.                     'default' => false,
  58986.                     'major' => true,
  58987.                     'description' => 'Do not allow empty ids provided in criteria',
  58988.                 ],
  58989.                 'FEATURE_NEXT_13810' => [
  58990.                     'default' => false,
  58991.                     'major' => true,
  58992.                     'description' => 'Deprecate old promotion module',
  58993.                 ],
  58994.                 'FEATURE_NEXT_13250' => [
  58995.                     'default' => false,
  58996.                     'major' => true,
  58997.                     'description' => 'Reduce database queries if all required data for the line items is already assign',
  58998.                 ],
  58999.                 'FEATURE_NEXT_17276' => [
  59000.                     'default' => false,
  59001.                     'major' => true,
  59002.                     'description' => 'Don\'t override languageId of SalesChannel in SalesChannelContext',
  59003.                 ],
  59004.                 'FEATURE_NEXT_16151' => [
  59005.                     'default' => false,
  59006.                     'major' => true,
  59007.                     'description' => 'Remove CheapestPriceField from product entity, to speed up entity hydration',
  59008.                 ],
  59009.                 'FEATURE_NEXT_16155' => [
  59010.                     'default' => false,
  59011.                     'major' => true,
  59012.                     'description' => 'EntityLoadedEventFactory will be required in repositories',
  59013.                 ],
  59014.                 'FEATURE_NEXT_19501' => [
  59015.                     'default' => false,
  59016.                     'major' => false,
  59017.                     'description' => 'Disables the cart.container function',
  59018.                 ],
  59019.                 'FEATURE_NEXT_15053' => [
  59020.                     'default' => false,
  59021.                     'major' => false,
  59022.                     'description' => 'Replace wrong displayed characters in number format',
  59023.                 ],
  59024.                 'FEATURE_NEXT_18215' => [
  59025.                     'default' => false,
  59026.                     'major' => true,
  59027.                     'description' => 'Rules are aware of their assignment',
  59028.                 ],
  59029.                 'FEATURE_NEXT_15815' => [
  59030.                     'default' => false,
  59031.                     'major' => true,
  59032.                     'description' => 'Remove single record handling in sync service. Only single operation should be supported',
  59033.                 ],
  59034.                 'FEATURE_NEXT_14699' => [
  59035.                     'default' => false,
  59036.                     'major' => true,
  59037.                     'description' => 'Refactoring of Storefront theme assets',
  59038.                 ],
  59039.                 'FEATURE_NEXT_15707' => [
  59040.                     'default' => false,
  59041.                     'major' => false,
  59042.                     'description' => 'Delivery notice for EU geoblocking regulation',
  59043.                 ],
  59044.                 'FEATURE_NEXT_14360' => [
  59045.                     'default' => false,
  59046.                     'major' => true,
  59047.                     'description' => 'App System 4.0 - Build action button messaging system',
  59048.                 ],
  59049.                 'FEATURE_NEXT_15172' => [
  59050.                     'default' => false,
  59051.                     'major' => true,
  59052.                     'description' => 'Sanitize html of fields with AllowHtml flag',
  59053.                 ],
  59054.                 'FEATURE_NEXT_14001' => [
  59055.                     'default' => false,
  59056.                     'major' => true,
  59057.                     'description' => 'Newsletter DOI for registered customers',
  59058.                 ],
  59059.                 'FEATURE_NEXT_7739' => [
  59060.                     'default' => false,
  59061.                     'major' => true,
  59062.                     'description' => 'Optional salutation',
  59063.                 ],
  59064.                 'FEATURE_NEXT_16200' => [
  59065.                     'default' => false,
  59066.                     'major' => false,
  59067.                     'description' => 'Register Doi Domain',
  59068.                 ],
  59069.                 'FEATURE_NEXT_13410' => [
  59070.                     'default' => false,
  59071.                     'major' => true,
  59072.                     'description' => 'Make sales channels required in seo generator',
  59073.                 ],
  59074.                 'FEATURE_NEXT_15917' => [
  59075.                     'default' => false,
  59076.                     'major' => true,
  59077.                     'description' => 'Move storefront script tags to head with defer',
  59078.                 ],
  59079.                 'FEATURE_NEXT_15957' => [
  59080.                     'default' => false,
  59081.                     'major' => true,
  59082.                     'description' => 'VAT id field for guest',
  59083.                 ],
  59084.                 'FEATURE_NEXT_13601' => [
  59085.                     'default' => false,
  59086.                     'major' => true,
  59087.                     'description' => 'Default transaction state for async app payments',
  59088.                 ],
  59089.                 'FEATURE_NEXT_16992' => [
  59090.                     'default' => false,
  59091.                     'major' => true,
  59092.                     'description' => 'Remove page_product_detail_not_available and buy_widget_not_available block',
  59093.                 ],
  59094.                 'FEATURE_NEXT_7530' => [
  59095.                     'default' => false,
  59096.                     'major' => true,
  59097.                     'description' => 'Improve orders UX in Administration',
  59098.                 ],
  59099.                 'FEATURE_NEXT_16824' => [
  59100.                     'default' => false,
  59101.                     'major' => true,
  59102.                     'description' => 'Cart merged event',
  59103.                 ],
  59104.                 'FEATURE_NEXT_16271' => [
  59105.                     'default' => false,
  59106.                     'major' => true,
  59107.                     'description' => 'Refactor `sw-simple-search-field` component to a transparent wrapper component',
  59108.                 ],
  59109.                 'FEATURE_NEXT_15381' => [
  59110.                     'default' => false,
  59111.                     'major' => true,
  59112.                     'description' => 'Save theme compilation',
  59113.                 ],
  59114.                 'FEATURE_NEXT_17275' => [
  59115.                     'default' => false,
  59116.                     'major' => true,
  59117.                     'description' => 'StorefrontRenderEvent only gets original view',
  59118.                 ],
  59119.                 'FEATURE_NEXT_17016' => [
  59120.                     'default' => false,
  59121.                     'major' => true,
  59122.                     'description' => 'Add, update or improve the selection and specification of Rule Builder Condition Fields.',
  59123.                 ],
  59124.                 'FEATURE_NEXT_16236' => [
  59125.                     'default' => false,
  59126.                     'major' => true,
  59127.                     'description' => 'Change customer creation behaviour on checkout/register page to opt in customer account.',
  59128.                 ],
  59129.                 'FEATURE_NEXT_16640' => [
  59130.                     'default' => false,
  59131.                     'major' => true,
  59132.                     'description' => 'Change ExceptionHandlerInterface by removing Command $command argument',
  59133.                 ],
  59134.                 'FEATURE_NEXT_17858' => [
  59135.                     'default' => false,
  59136.                     'major' => true,
  59137.                     'description' => 'Major feature flag for Business Event',
  59138.                 ],
  59139.                 'FEATURE_NEXT_6758' => [
  59140.                     'default' => false,
  59141.                     'major' => true,
  59142.                     'description' => 'Layout assignment for category as list',
  59143.                 ],
  59144.                 'FEATURE_NEXT_19048' => [
  59145.                     'default' => false,
  59146.                     'major' => true,
  59147.                     'description' => 'Fix media resolution in theme',
  59148.                 ],
  59149.                 'FEATURE_NEXT_19822' => [
  59150.                     'default' => false,
  59151.                     'major' => true,
  59152.                     'description' => 'Enables lazy loading components in the administration',
  59153.                 ],
  59154.                 'FEATURE_NEXT_18129' => [
  59155.                     'default' => false,
  59156.                     'major' => true,
  59157.                     'description' => 'Require positionIdentifier for some components',
  59158.                 ],
  59159.                 'FEATURE_NEXT_19163' => [
  59160.                     'default' => false,
  59161.                     'major' => true,
  59162.                     'description' => 'one to one inheritance',
  59163.                 ],
  59164.                 'FEATURE_NEXT_18187' => [
  59165.                     'default' => false,
  59166.                     'major' => true,
  59167.                     'description' => 'Move admin dashboard statistics into separate component',
  59168.                 ],
  59169.                 'FEATURE_NEXT_17978' => [
  59170.                     'default' => false,
  59171.                     'major' => true,
  59172.                     'description' => 'Change component factory to work with extension overrides in Administration',
  59173.                 ],
  59174.                 'FEATURE_NEXT_11634' => [
  59175.                     'default' => false,
  59176.                     'major' => true,
  59177.                     'description' => 'Webpack alias refactor',
  59178.                 ],
  59179.                 'FEATURE_NEXT_21547' => [
  59180.                     'default' => false,
  59181.                     'major' => true,
  59182.                     'description' => 'Change admin criteria defaults',
  59183.                 ],
  59184.                 'FEATURE_NEXT_22900' => [
  59185.                     'default' => false,
  59186.                     'major' => true,
  59187.                     'description' => 'Admin search configuration is used in Elasticsearch',
  59188.                 ],
  59189.             ],
  59190.             'shopware.feature.flags.v6.5.0.0' => [
  59191.                 'default' => false,
  59192.                 'major' => true,
  59193.             ],
  59194.             'shopware.feature.flags.v6.5.0.0.default' => false,
  59195.             'shopware.feature.flags.v6.5.0.0.major' => true,
  59196.             'shopware.feature.flags.PERFORMANCE_TWEAKS' => [
  59197.                 'default' => false,
  59198.                 'major' => true,
  59199.                 'description' => 'Performance improvements that include a breaking change',
  59200.             ],
  59201.             'shopware.feature.flags.PERFORMANCE_TWEAKS.default' => false,
  59202.             'shopware.feature.flags.PERFORMANCE_TWEAKS.major' => true,
  59203.             'shopware.feature.flags.PERFORMANCE_TWEAKS.description' => 'Performance improvements that include a breaking change',
  59204.             'shopware.feature.flags.FEATURE_NEXT_1797' => [
  59205.                 'default' => false,
  59206.                 'major' => true,
  59207.                 'description' => 'composer require for plugins',
  59208.             ],
  59209.             'shopware.feature.flags.FEATURE_NEXT_1797.default' => false,
  59210.             'shopware.feature.flags.FEATURE_NEXT_1797.major' => true,
  59211.             'shopware.feature.flags.FEATURE_NEXT_1797.description' => 'composer require for plugins',
  59212.             'shopware.feature.flags.FEATURE_NEXT_16710' => [
  59213.                 'default' => false,
  59214.                 'major' => true,
  59215.                 'description' => 'Do not allow empty ids provided in criteria',
  59216.             ],
  59217.             'shopware.feature.flags.FEATURE_NEXT_16710.default' => false,
  59218.             'shopware.feature.flags.FEATURE_NEXT_16710.major' => true,
  59219.             'shopware.feature.flags.FEATURE_NEXT_16710.description' => 'Do not allow empty ids provided in criteria',
  59220.             'shopware.feature.flags.FEATURE_NEXT_13810' => [
  59221.                 'default' => false,
  59222.                 'major' => true,
  59223.                 'description' => 'Deprecate old promotion module',
  59224.             ],
  59225.             'shopware.feature.flags.FEATURE_NEXT_13810.default' => false,
  59226.             'shopware.feature.flags.FEATURE_NEXT_13810.major' => true,
  59227.             'shopware.feature.flags.FEATURE_NEXT_13810.description' => 'Deprecate old promotion module',
  59228.             'shopware.feature.flags.FEATURE_NEXT_13250' => [
  59229.                 'default' => false,
  59230.                 'major' => true,
  59231.                 'description' => 'Reduce database queries if all required data for the line items is already assign',
  59232.             ],
  59233.             'shopware.feature.flags.FEATURE_NEXT_13250.default' => false,
  59234.             'shopware.feature.flags.FEATURE_NEXT_13250.major' => true,
  59235.             'shopware.feature.flags.FEATURE_NEXT_13250.description' => 'Reduce database queries if all required data for the line items is already assign',
  59236.             'shopware.feature.flags.FEATURE_NEXT_17276' => [
  59237.                 'default' => false,
  59238.                 'major' => true,
  59239.                 'description' => 'Don\'t override languageId of SalesChannel in SalesChannelContext',
  59240.             ],
  59241.             'shopware.feature.flags.FEATURE_NEXT_17276.default' => false,
  59242.             'shopware.feature.flags.FEATURE_NEXT_17276.major' => true,
  59243.             'shopware.feature.flags.FEATURE_NEXT_17276.description' => 'Don\'t override languageId of SalesChannel in SalesChannelContext',
  59244.             'shopware.feature.flags.FEATURE_NEXT_16151' => [
  59245.                 'default' => false,
  59246.                 'major' => true,
  59247.                 'description' => 'Remove CheapestPriceField from product entity, to speed up entity hydration',
  59248.             ],
  59249.             'shopware.feature.flags.FEATURE_NEXT_16151.default' => false,
  59250.             'shopware.feature.flags.FEATURE_NEXT_16151.major' => true,
  59251.             'shopware.feature.flags.FEATURE_NEXT_16151.description' => 'Remove CheapestPriceField from product entity, to speed up entity hydration',
  59252.             'shopware.feature.flags.FEATURE_NEXT_16155' => [
  59253.                 'default' => false,
  59254.                 'major' => true,
  59255.                 'description' => 'EntityLoadedEventFactory will be required in repositories',
  59256.             ],
  59257.             'shopware.feature.flags.FEATURE_NEXT_16155.default' => false,
  59258.             'shopware.feature.flags.FEATURE_NEXT_16155.major' => true,
  59259.             'shopware.feature.flags.FEATURE_NEXT_16155.description' => 'EntityLoadedEventFactory will be required in repositories',
  59260.             'shopware.feature.flags.FEATURE_NEXT_19501' => [
  59261.                 'default' => false,
  59262.                 'major' => false,
  59263.                 'description' => 'Disables the cart.container function',
  59264.             ],
  59265.             'shopware.feature.flags.FEATURE_NEXT_19501.default' => false,
  59266.             'shopware.feature.flags.FEATURE_NEXT_19501.major' => false,
  59267.             'shopware.feature.flags.FEATURE_NEXT_19501.description' => 'Disables the cart.container function',
  59268.             'shopware.feature.flags.FEATURE_NEXT_15053' => [
  59269.                 'default' => false,
  59270.                 'major' => false,
  59271.                 'description' => 'Replace wrong displayed characters in number format',
  59272.             ],
  59273.             'shopware.feature.flags.FEATURE_NEXT_15053.default' => false,
  59274.             'shopware.feature.flags.FEATURE_NEXT_15053.major' => false,
  59275.             'shopware.feature.flags.FEATURE_NEXT_15053.description' => 'Replace wrong displayed characters in number format',
  59276.             'shopware.feature.flags.FEATURE_NEXT_18215' => [
  59277.                 'default' => false,
  59278.                 'major' => true,
  59279.                 'description' => 'Rules are aware of their assignment',
  59280.             ],
  59281.             'shopware.feature.flags.FEATURE_NEXT_18215.default' => false,
  59282.             'shopware.feature.flags.FEATURE_NEXT_18215.major' => true,
  59283.             'shopware.feature.flags.FEATURE_NEXT_18215.description' => 'Rules are aware of their assignment',
  59284.             'shopware.feature.flags.FEATURE_NEXT_15815' => [
  59285.                 'default' => false,
  59286.                 'major' => true,
  59287.                 'description' => 'Remove single record handling in sync service. Only single operation should be supported',
  59288.             ],
  59289.             'shopware.feature.flags.FEATURE_NEXT_15815.default' => false,
  59290.             'shopware.feature.flags.FEATURE_NEXT_15815.major' => true,
  59291.             'shopware.feature.flags.FEATURE_NEXT_15815.description' => 'Remove single record handling in sync service. Only single operation should be supported',
  59292.             'shopware.feature.flags.FEATURE_NEXT_14699' => [
  59293.                 'default' => false,
  59294.                 'major' => true,
  59295.                 'description' => 'Refactoring of Storefront theme assets',
  59296.             ],
  59297.             'shopware.feature.flags.FEATURE_NEXT_14699.default' => false,
  59298.             'shopware.feature.flags.FEATURE_NEXT_14699.major' => true,
  59299.             'shopware.feature.flags.FEATURE_NEXT_14699.description' => 'Refactoring of Storefront theme assets',
  59300.             'shopware.feature.flags.FEATURE_NEXT_15707' => [
  59301.                 'default' => false,
  59302.                 'major' => false,
  59303.                 'description' => 'Delivery notice for EU geoblocking regulation',
  59304.             ],
  59305.             'shopware.feature.flags.FEATURE_NEXT_15707.default' => false,
  59306.             'shopware.feature.flags.FEATURE_NEXT_15707.major' => false,
  59307.             'shopware.feature.flags.FEATURE_NEXT_15707.description' => 'Delivery notice for EU geoblocking regulation',
  59308.             'shopware.feature.flags.FEATURE_NEXT_14360' => [
  59309.                 'default' => false,
  59310.                 'major' => true,
  59311.                 'description' => 'App System 4.0 - Build action button messaging system',
  59312.             ],
  59313.             'shopware.feature.flags.FEATURE_NEXT_14360.default' => false,
  59314.             'shopware.feature.flags.FEATURE_NEXT_14360.major' => true,
  59315.             'shopware.feature.flags.FEATURE_NEXT_14360.description' => 'App System 4.0 - Build action button messaging system',
  59316.             'shopware.feature.flags.FEATURE_NEXT_15172' => [
  59317.                 'default' => false,
  59318.                 'major' => true,
  59319.                 'description' => 'Sanitize html of fields with AllowHtml flag',
  59320.             ],
  59321.             'shopware.feature.flags.FEATURE_NEXT_15172.default' => false,
  59322.             'shopware.feature.flags.FEATURE_NEXT_15172.major' => true,
  59323.             'shopware.feature.flags.FEATURE_NEXT_15172.description' => 'Sanitize html of fields with AllowHtml flag',
  59324.             'shopware.feature.flags.FEATURE_NEXT_14001' => [
  59325.                 'default' => false,
  59326.                 'major' => true,
  59327.                 'description' => 'Newsletter DOI for registered customers',
  59328.             ],
  59329.             'shopware.feature.flags.FEATURE_NEXT_14001.default' => false,
  59330.             'shopware.feature.flags.FEATURE_NEXT_14001.major' => true,
  59331.             'shopware.feature.flags.FEATURE_NEXT_14001.description' => 'Newsletter DOI for registered customers',
  59332.             'shopware.feature.flags.FEATURE_NEXT_7739' => [
  59333.                 'default' => false,
  59334.                 'major' => true,
  59335.                 'description' => 'Optional salutation',
  59336.             ],
  59337.             'shopware.feature.flags.FEATURE_NEXT_7739.default' => false,
  59338.             'shopware.feature.flags.FEATURE_NEXT_7739.major' => true,
  59339.             'shopware.feature.flags.FEATURE_NEXT_7739.description' => 'Optional salutation',
  59340.             'shopware.feature.flags.FEATURE_NEXT_16200' => [
  59341.                 'default' => false,
  59342.                 'major' => false,
  59343.                 'description' => 'Register Doi Domain',
  59344.             ],
  59345.             'shopware.feature.flags.FEATURE_NEXT_16200.default' => false,
  59346.             'shopware.feature.flags.FEATURE_NEXT_16200.major' => false,
  59347.             'shopware.feature.flags.FEATURE_NEXT_16200.description' => 'Register Doi Domain',
  59348.             'shopware.feature.flags.FEATURE_NEXT_13410' => [
  59349.                 'default' => false,
  59350.                 'major' => true,
  59351.                 'description' => 'Make sales channels required in seo generator',
  59352.             ],
  59353.             'shopware.feature.flags.FEATURE_NEXT_13410.default' => false,
  59354.             'shopware.feature.flags.FEATURE_NEXT_13410.major' => true,
  59355.             'shopware.feature.flags.FEATURE_NEXT_13410.description' => 'Make sales channels required in seo generator',
  59356.             'shopware.feature.flags.FEATURE_NEXT_15917' => [
  59357.                 'default' => false,
  59358.                 'major' => true,
  59359.                 'description' => 'Move storefront script tags to head with defer',
  59360.             ],
  59361.             'shopware.feature.flags.FEATURE_NEXT_15917.default' => false,
  59362.             'shopware.feature.flags.FEATURE_NEXT_15917.major' => true,
  59363.             'shopware.feature.flags.FEATURE_NEXT_15917.description' => 'Move storefront script tags to head with defer',
  59364.             'shopware.feature.flags.FEATURE_NEXT_15957' => [
  59365.                 'default' => false,
  59366.                 'major' => true,
  59367.                 'description' => 'VAT id field for guest',
  59368.             ],
  59369.             'shopware.feature.flags.FEATURE_NEXT_15957.default' => false,
  59370.             'shopware.feature.flags.FEATURE_NEXT_15957.major' => true,
  59371.             'shopware.feature.flags.FEATURE_NEXT_15957.description' => 'VAT id field for guest',
  59372.             'shopware.feature.flags.FEATURE_NEXT_13601' => [
  59373.                 'default' => false,
  59374.                 'major' => true,
  59375.                 'description' => 'Default transaction state for async app payments',
  59376.             ],
  59377.             'shopware.feature.flags.FEATURE_NEXT_13601.default' => false,
  59378.             'shopware.feature.flags.FEATURE_NEXT_13601.major' => true,
  59379.             'shopware.feature.flags.FEATURE_NEXT_13601.description' => 'Default transaction state for async app payments',
  59380.             'shopware.feature.flags.FEATURE_NEXT_16992' => [
  59381.                 'default' => false,
  59382.                 'major' => true,
  59383.                 'description' => 'Remove page_product_detail_not_available and buy_widget_not_available block',
  59384.             ],
  59385.             'shopware.feature.flags.FEATURE_NEXT_16992.default' => false,
  59386.             'shopware.feature.flags.FEATURE_NEXT_16992.major' => true,
  59387.             'shopware.feature.flags.FEATURE_NEXT_16992.description' => 'Remove page_product_detail_not_available and buy_widget_not_available block',
  59388.             'shopware.feature.flags.FEATURE_NEXT_7530' => [
  59389.                 'default' => false,
  59390.                 'major' => true,
  59391.                 'description' => 'Improve orders UX in Administration',
  59392.             ],
  59393.             'shopware.feature.flags.FEATURE_NEXT_7530.default' => false,
  59394.             'shopware.feature.flags.FEATURE_NEXT_7530.major' => true,
  59395.             'shopware.feature.flags.FEATURE_NEXT_7530.description' => 'Improve orders UX in Administration',
  59396.             'shopware.feature.flags.FEATURE_NEXT_16824' => [
  59397.                 'default' => false,
  59398.                 'major' => true,
  59399.                 'description' => 'Cart merged event',
  59400.             ],
  59401.             'shopware.feature.flags.FEATURE_NEXT_16824.default' => false,
  59402.             'shopware.feature.flags.FEATURE_NEXT_16824.major' => true,
  59403.             'shopware.feature.flags.FEATURE_NEXT_16824.description' => 'Cart merged event',
  59404.             'shopware.feature.flags.FEATURE_NEXT_16271' => [
  59405.                 'default' => false,
  59406.                 'major' => true,
  59407.                 'description' => 'Refactor `sw-simple-search-field` component to a transparent wrapper component',
  59408.             ],
  59409.             'shopware.feature.flags.FEATURE_NEXT_16271.default' => false,
  59410.             'shopware.feature.flags.FEATURE_NEXT_16271.major' => true,
  59411.             'shopware.feature.flags.FEATURE_NEXT_16271.description' => 'Refactor `sw-simple-search-field` component to a transparent wrapper component',
  59412.             'shopware.feature.flags.FEATURE_NEXT_15381' => [
  59413.                 'default' => false,
  59414.                 'major' => true,
  59415.                 'description' => 'Save theme compilation',
  59416.             ],
  59417.             'shopware.feature.flags.FEATURE_NEXT_15381.default' => false,
  59418.             'shopware.feature.flags.FEATURE_NEXT_15381.major' => true,
  59419.             'shopware.feature.flags.FEATURE_NEXT_15381.description' => 'Save theme compilation',
  59420.             'shopware.feature.flags.FEATURE_NEXT_17275' => [
  59421.                 'default' => false,
  59422.                 'major' => true,
  59423.                 'description' => 'StorefrontRenderEvent only gets original view',
  59424.             ],
  59425.             'shopware.feature.flags.FEATURE_NEXT_17275.default' => false,
  59426.             'shopware.feature.flags.FEATURE_NEXT_17275.major' => true,
  59427.             'shopware.feature.flags.FEATURE_NEXT_17275.description' => 'StorefrontRenderEvent only gets original view',
  59428.             'shopware.feature.flags.FEATURE_NEXT_17016' => [
  59429.                 'default' => false,
  59430.                 'major' => true,
  59431.                 'description' => 'Add, update or improve the selection and specification of Rule Builder Condition Fields.',
  59432.             ],
  59433.             'shopware.feature.flags.FEATURE_NEXT_17016.default' => false,
  59434.             'shopware.feature.flags.FEATURE_NEXT_17016.major' => true,
  59435.             'shopware.feature.flags.FEATURE_NEXT_17016.description' => 'Add, update or improve the selection and specification of Rule Builder Condition Fields.',
  59436.             'shopware.feature.flags.FEATURE_NEXT_16236' => [
  59437.                 'default' => false,
  59438.                 'major' => true,
  59439.                 'description' => 'Change customer creation behaviour on checkout/register page to opt in customer account.',
  59440.             ],
  59441.             'shopware.feature.flags.FEATURE_NEXT_16236.default' => false,
  59442.             'shopware.feature.flags.FEATURE_NEXT_16236.major' => true,
  59443.             'shopware.feature.flags.FEATURE_NEXT_16236.description' => 'Change customer creation behaviour on checkout/register page to opt in customer account.',
  59444.             'shopware.feature.flags.FEATURE_NEXT_16640' => [
  59445.                 'default' => false,
  59446.                 'major' => true,
  59447.                 'description' => 'Change ExceptionHandlerInterface by removing Command $command argument',
  59448.             ],
  59449.             'shopware.feature.flags.FEATURE_NEXT_16640.default' => false,
  59450.             'shopware.feature.flags.FEATURE_NEXT_16640.major' => true,
  59451.             'shopware.feature.flags.FEATURE_NEXT_16640.description' => 'Change ExceptionHandlerInterface by removing Command $command argument',
  59452.             'shopware.feature.flags.FEATURE_NEXT_17858' => [
  59453.                 'default' => false,
  59454.                 'major' => true,
  59455.                 'description' => 'Major feature flag for Business Event',
  59456.             ],
  59457.             'shopware.feature.flags.FEATURE_NEXT_17858.default' => false,
  59458.             'shopware.feature.flags.FEATURE_NEXT_17858.major' => true,
  59459.             'shopware.feature.flags.FEATURE_NEXT_17858.description' => 'Major feature flag for Business Event',
  59460.             'shopware.feature.flags.FEATURE_NEXT_6758' => [
  59461.                 'default' => false,
  59462.                 'major' => true,
  59463.                 'description' => 'Layout assignment for category as list',
  59464.             ],
  59465.             'shopware.feature.flags.FEATURE_NEXT_6758.default' => false,
  59466.             'shopware.feature.flags.FEATURE_NEXT_6758.major' => true,
  59467.             'shopware.feature.flags.FEATURE_NEXT_6758.description' => 'Layout assignment for category as list',
  59468.             'shopware.feature.flags.FEATURE_NEXT_19048' => [
  59469.                 'default' => false,
  59470.                 'major' => true,
  59471.                 'description' => 'Fix media resolution in theme',
  59472.             ],
  59473.             'shopware.feature.flags.FEATURE_NEXT_19048.default' => false,
  59474.             'shopware.feature.flags.FEATURE_NEXT_19048.major' => true,
  59475.             'shopware.feature.flags.FEATURE_NEXT_19048.description' => 'Fix media resolution in theme',
  59476.             'shopware.feature.flags.FEATURE_NEXT_19822' => [
  59477.                 'default' => false,
  59478.                 'major' => true,
  59479.                 'description' => 'Enables lazy loading components in the administration',
  59480.             ],
  59481.             'shopware.feature.flags.FEATURE_NEXT_19822.default' => false,
  59482.             'shopware.feature.flags.FEATURE_NEXT_19822.major' => true,
  59483.             'shopware.feature.flags.FEATURE_NEXT_19822.description' => 'Enables lazy loading components in the administration',
  59484.             'shopware.feature.flags.FEATURE_NEXT_18129' => [
  59485.                 'default' => false,
  59486.                 'major' => true,
  59487.                 'description' => 'Require positionIdentifier for some components',
  59488.             ],
  59489.             'shopware.feature.flags.FEATURE_NEXT_18129.default' => false,
  59490.             'shopware.feature.flags.FEATURE_NEXT_18129.major' => true,
  59491.             'shopware.feature.flags.FEATURE_NEXT_18129.description' => 'Require positionIdentifier for some components',
  59492.             'shopware.feature.flags.FEATURE_NEXT_19163' => [
  59493.                 'default' => false,
  59494.                 'major' => true,
  59495.                 'description' => 'one to one inheritance',
  59496.             ],
  59497.             'shopware.feature.flags.FEATURE_NEXT_19163.default' => false,
  59498.             'shopware.feature.flags.FEATURE_NEXT_19163.major' => true,
  59499.             'shopware.feature.flags.FEATURE_NEXT_19163.description' => 'one to one inheritance',
  59500.             'shopware.feature.flags.FEATURE_NEXT_18187' => [
  59501.                 'default' => false,
  59502.                 'major' => true,
  59503.                 'description' => 'Move admin dashboard statistics into separate component',
  59504.             ],
  59505.             'shopware.feature.flags.FEATURE_NEXT_18187.default' => false,
  59506.             'shopware.feature.flags.FEATURE_NEXT_18187.major' => true,
  59507.             'shopware.feature.flags.FEATURE_NEXT_18187.description' => 'Move admin dashboard statistics into separate component',
  59508.             'shopware.feature.flags.FEATURE_NEXT_17978' => [
  59509.                 'default' => false,
  59510.                 'major' => true,
  59511.                 'description' => 'Change component factory to work with extension overrides in Administration',
  59512.             ],
  59513.             'shopware.feature.flags.FEATURE_NEXT_17978.default' => false,
  59514.             'shopware.feature.flags.FEATURE_NEXT_17978.major' => true,
  59515.             'shopware.feature.flags.FEATURE_NEXT_17978.description' => 'Change component factory to work with extension overrides in Administration',
  59516.             'shopware.feature.flags.FEATURE_NEXT_11634' => [
  59517.                 'default' => false,
  59518.                 'major' => true,
  59519.                 'description' => 'Webpack alias refactor',
  59520.             ],
  59521.             'shopware.feature.flags.FEATURE_NEXT_11634.default' => false,
  59522.             'shopware.feature.flags.FEATURE_NEXT_11634.major' => true,
  59523.             'shopware.feature.flags.FEATURE_NEXT_11634.description' => 'Webpack alias refactor',
  59524.             'shopware.feature.flags.FEATURE_NEXT_21547' => [
  59525.                 'default' => false,
  59526.                 'major' => true,
  59527.                 'description' => 'Change admin criteria defaults',
  59528.             ],
  59529.             'shopware.feature.flags.FEATURE_NEXT_21547.default' => false,
  59530.             'shopware.feature.flags.FEATURE_NEXT_21547.major' => true,
  59531.             'shopware.feature.flags.FEATURE_NEXT_21547.description' => 'Change admin criteria defaults',
  59532.             'shopware.feature.flags.FEATURE_NEXT_22900' => [
  59533.                 'default' => false,
  59534.                 'major' => true,
  59535.                 'description' => 'Admin search configuration is used in Elasticsearch',
  59536.             ],
  59537.             'shopware.feature.flags.FEATURE_NEXT_22900.default' => false,
  59538.             'shopware.feature.flags.FEATURE_NEXT_22900.major' => true,
  59539.             'shopware.feature.flags.FEATURE_NEXT_22900.description' => 'Admin search configuration is used in Elasticsearch',
  59540.             'shopware.profiler' => [
  59541.                 'integrations' => [
  59542.                     => 'Symfony',
  59543.                 ],
  59544.             ],
  59545.             'shopware.profiler.integrations' => [
  59546.                 => 'Symfony',
  59547.             ],
  59548.             'shopware.profiler.integrations.0' => 'Symfony',
  59549.             'shopware.filesystem' => [
  59550.                 'private' => [
  59551.                     'type' => 'local',
  59552.                     'config' => [
  59553.                         'root' => (\dirname(__DIR__4).'/files'),
  59554.                     ],
  59555.                 ],
  59556.                 'public' => [
  59557.                     'type' => 'local',
  59558.                     'config' => [
  59559.                         'root' => (\dirname(__DIR__4).'/public'),
  59560.                     ],
  59561.                 ],
  59562.                 'temp' => [
  59563.                     'type' => 'local',
  59564.                     'config' => [
  59565.                         'root' => \dirname(__DIR__3),
  59566.                     ],
  59567.                 ],
  59568.                 'theme' => [
  59569.                 ],
  59570.                 'asset' => [
  59571.                 ],
  59572.                 'sitemap' => [
  59573.                 ],
  59574.                 'allowed_extensions' => [
  59575.                     => 'jpg',
  59576.                     => 'jpeg',
  59577.                     => 'png',
  59578.                     => 'webp',
  59579.                     => 'gif',
  59580.                     => 'svg',
  59581.                     => 'bmp',
  59582.                     => 'tiff',
  59583.                     => 'tif',
  59584.                     => 'eps',
  59585.                     10 => 'webm',
  59586.                     11 => 'mkv',
  59587.                     12 => 'flv',
  59588.                     13 => 'ogv',
  59589.                     14 => 'ogg',
  59590.                     15 => 'mov',
  59591.                     16 => 'mp4',
  59592.                     17 => 'avi',
  59593.                     18 => 'wmv',
  59594.                     19 => 'pdf',
  59595.                     20 => 'aac',
  59596.                     21 => 'mp3',
  59597.                     22 => 'wav',
  59598.                     23 => 'flac',
  59599.                     24 => 'oga',
  59600.                     25 => 'wma',
  59601.                     26 => 'txt',
  59602.                     27 => 'doc',
  59603.                     28 => 'ico',
  59604.                 ],
  59605.                 'private_allowed_extensions' => [
  59606.                     => 'jpg',
  59607.                     => 'jpeg',
  59608.                     => 'png',
  59609.                     => 'webp',
  59610.                     => 'gif',
  59611.                     => 'svg',
  59612.                     => 'bmp',
  59613.                     => 'tiff',
  59614.                     => 'tif',
  59615.                     => 'eps',
  59616.                     10 => 'webm',
  59617.                     11 => 'mkv',
  59618.                     12 => 'flv',
  59619.                     13 => 'ogv',
  59620.                     14 => 'ogg',
  59621.                     15 => 'mov',
  59622.                     16 => 'mp4',
  59623.                     17 => 'avi',
  59624.                     18 => 'wmv',
  59625.                     19 => 'pdf',
  59626.                     20 => 'aac',
  59627.                     21 => 'mp3',
  59628.                     22 => 'wav',
  59629.                     23 => 'flac',
  59630.                     24 => 'oga',
  59631.                     25 => 'wma',
  59632.                     26 => 'txt',
  59633.                     27 => 'doc',
  59634.                     28 => 'ico',
  59635.                     29 => 'zip',
  59636.                     30 => 'rar',
  59637.                 ],
  59638.                 'private_local_download_strategy' => 'php',
  59639.             ],
  59640.             'shopware.filesystem.private' => [
  59641.                 'type' => 'local',
  59642.                 'config' => [
  59643.                     'root' => (\dirname(__DIR__4).'/files'),
  59644.                 ],
  59645.             ],
  59646.             'shopware.filesystem.private.type' => 'local',
  59647.             'shopware.filesystem.private.config' => [
  59648.                 'root' => (\dirname(__DIR__4).'/files'),
  59649.             ],
  59650.             'shopware.filesystem.private.config.root' => (\dirname(__DIR__4).'/files'),
  59651.             'shopware.filesystem.public' => [
  59652.                 'type' => 'local',
  59653.                 'config' => [
  59654.                     'root' => (\dirname(__DIR__4).'/public'),
  59655.                 ],
  59656.             ],
  59657.             'shopware.filesystem.public.type' => 'local',
  59658.             'shopware.filesystem.public.config' => [
  59659.                 'root' => (\dirname(__DIR__4).'/public'),
  59660.             ],
  59661.             'shopware.filesystem.public.config.root' => (\dirname(__DIR__4).'/public'),
  59662.             'shopware.filesystem.temp' => [
  59663.                 'type' => 'local',
  59664.                 'config' => [
  59665.                     'root' => \dirname(__DIR__3),
  59666.                 ],
  59667.             ],
  59668.             'shopware.filesystem.temp.type' => 'local',
  59669.             'shopware.filesystem.temp.config' => [
  59670.                 'root' => \dirname(__DIR__3),
  59671.             ],
  59672.             'shopware.filesystem.temp.config.root' => \dirname(__DIR__3),
  59673.             'shopware.filesystem.theme' => [
  59674.                 'type' => 'local',
  59675.                 'config' => [
  59676.                     'root' => (\dirname(__DIR__4).'/public'),
  59677.                 ],
  59678.             ],
  59679.             'shopware.filesystem.asset' => [
  59680.                 'type' => 'local',
  59681.                 'config' => [
  59682.                     'root' => (\dirname(__DIR__4).'/public'),
  59683.                 ],
  59684.             ],
  59685.             'shopware.filesystem.sitemap' => [
  59686.                 'type' => 'local',
  59687.                 'config' => [
  59688.                     'root' => (\dirname(__DIR__4).'/public'),
  59689.                 ],
  59690.             ],
  59691.             'shopware.filesystem.allowed_extensions' => [
  59692.                 => 'jpg',
  59693.                 => 'jpeg',
  59694.                 => 'png',
  59695.                 => 'webp',
  59696.                 => 'gif',
  59697.                 => 'svg',
  59698.                 => 'bmp',
  59699.                 => 'tiff',
  59700.                 => 'tif',
  59701.                 => 'eps',
  59702.                 10 => 'webm',
  59703.                 11 => 'mkv',
  59704.                 12 => 'flv',
  59705.                 13 => 'ogv',
  59706.                 14 => 'ogg',
  59707.                 15 => 'mov',
  59708.                 16 => 'mp4',
  59709.                 17 => 'avi',
  59710.                 18 => 'wmv',
  59711.                 19 => 'pdf',
  59712.                 20 => 'aac',
  59713.                 21 => 'mp3',
  59714.                 22 => 'wav',
  59715.                 23 => 'flac',
  59716.                 24 => 'oga',
  59717.                 25 => 'wma',
  59718.                 26 => 'txt',
  59719.                 27 => 'doc',
  59720.                 28 => 'ico',
  59721.             ],
  59722.             'shopware.filesystem.allowed_extensions.0' => 'jpg',
  59723.             'shopware.filesystem.allowed_extensions.1' => 'jpeg',
  59724.             'shopware.filesystem.allowed_extensions.2' => 'png',
  59725.             'shopware.filesystem.allowed_extensions.3' => 'webp',
  59726.             'shopware.filesystem.allowed_extensions.4' => 'gif',
  59727.             'shopware.filesystem.allowed_extensions.5' => 'svg',
  59728.             'shopware.filesystem.allowed_extensions.6' => 'bmp',
  59729.             'shopware.filesystem.allowed_extensions.7' => 'tiff',
  59730.             'shopware.filesystem.allowed_extensions.8' => 'tif',
  59731.             'shopware.filesystem.allowed_extensions.9' => 'eps',
  59732.             'shopware.filesystem.allowed_extensions.10' => 'webm',
  59733.             'shopware.filesystem.allowed_extensions.11' => 'mkv',
  59734.             'shopware.filesystem.allowed_extensions.12' => 'flv',
  59735.             'shopware.filesystem.allowed_extensions.13' => 'ogv',
  59736.             'shopware.filesystem.allowed_extensions.14' => 'ogg',
  59737.             'shopware.filesystem.allowed_extensions.15' => 'mov',
  59738.             'shopware.filesystem.allowed_extensions.16' => 'mp4',
  59739.             'shopware.filesystem.allowed_extensions.17' => 'avi',
  59740.             'shopware.filesystem.allowed_extensions.18' => 'wmv',
  59741.             'shopware.filesystem.allowed_extensions.19' => 'pdf',
  59742.             'shopware.filesystem.allowed_extensions.20' => 'aac',
  59743.             'shopware.filesystem.allowed_extensions.21' => 'mp3',
  59744.             'shopware.filesystem.allowed_extensions.22' => 'wav',
  59745.             'shopware.filesystem.allowed_extensions.23' => 'flac',
  59746.             'shopware.filesystem.allowed_extensions.24' => 'oga',
  59747.             'shopware.filesystem.allowed_extensions.25' => 'wma',
  59748.             'shopware.filesystem.allowed_extensions.26' => 'txt',
  59749.             'shopware.filesystem.allowed_extensions.27' => 'doc',
  59750.             'shopware.filesystem.allowed_extensions.28' => 'ico',
  59751.             'shopware.filesystem.private_allowed_extensions' => [
  59752.                 => 'jpg',
  59753.                 => 'jpeg',
  59754.                 => 'png',
  59755.                 => 'webp',
  59756.                 => 'gif',
  59757.                 => 'svg',
  59758.                 => 'bmp',
  59759.                 => 'tiff',
  59760.                 => 'tif',
  59761.                 => 'eps',
  59762.                 10 => 'webm',
  59763.                 11 => 'mkv',
  59764.                 12 => 'flv',
  59765.                 13 => 'ogv',
  59766.                 14 => 'ogg',
  59767.                 15 => 'mov',
  59768.                 16 => 'mp4',
  59769.                 17 => 'avi',
  59770.                 18 => 'wmv',
  59771.                 19 => 'pdf',
  59772.                 20 => 'aac',
  59773.                 21 => 'mp3',
  59774.                 22 => 'wav',
  59775.                 23 => 'flac',
  59776.                 24 => 'oga',
  59777.                 25 => 'wma',
  59778.                 26 => 'txt',
  59779.                 27 => 'doc',
  59780.                 28 => 'ico',
  59781.                 29 => 'zip',
  59782.                 30 => 'rar',
  59783.             ],
  59784.             'shopware.filesystem.private_allowed_extensions.0' => 'jpg',
  59785.             'shopware.filesystem.private_allowed_extensions.1' => 'jpeg',
  59786.             'shopware.filesystem.private_allowed_extensions.2' => 'png',
  59787.             'shopware.filesystem.private_allowed_extensions.3' => 'webp',
  59788.             'shopware.filesystem.private_allowed_extensions.4' => 'gif',
  59789.             'shopware.filesystem.private_allowed_extensions.5' => 'svg',
  59790.             'shopware.filesystem.private_allowed_extensions.6' => 'bmp',
  59791.             'shopware.filesystem.private_allowed_extensions.7' => 'tiff',
  59792.             'shopware.filesystem.private_allowed_extensions.8' => 'tif',
  59793.             'shopware.filesystem.private_allowed_extensions.9' => 'eps',
  59794.             'shopware.filesystem.private_allowed_extensions.10' => 'webm',
  59795.             'shopware.filesystem.private_allowed_extensions.11' => 'mkv',
  59796.             'shopware.filesystem.private_allowed_extensions.12' => 'flv',
  59797.             'shopware.filesystem.private_allowed_extensions.13' => 'ogv',
  59798.             'shopware.filesystem.private_allowed_extensions.14' => 'ogg',
  59799.             'shopware.filesystem.private_allowed_extensions.15' => 'mov',
  59800.             'shopware.filesystem.private_allowed_extensions.16' => 'mp4',
  59801.             'shopware.filesystem.private_allowed_extensions.17' => 'avi',
  59802.             'shopware.filesystem.private_allowed_extensions.18' => 'wmv',
  59803.             'shopware.filesystem.private_allowed_extensions.19' => 'pdf',
  59804.             'shopware.filesystem.private_allowed_extensions.20' => 'aac',
  59805.             'shopware.filesystem.private_allowed_extensions.21' => 'mp3',
  59806.             'shopware.filesystem.private_allowed_extensions.22' => 'wav',
  59807.             'shopware.filesystem.private_allowed_extensions.23' => 'flac',
  59808.             'shopware.filesystem.private_allowed_extensions.24' => 'oga',
  59809.             'shopware.filesystem.private_allowed_extensions.25' => 'wma',
  59810.             'shopware.filesystem.private_allowed_extensions.26' => 'txt',
  59811.             'shopware.filesystem.private_allowed_extensions.27' => 'doc',
  59812.             'shopware.filesystem.private_allowed_extensions.28' => 'ico',
  59813.             'shopware.filesystem.private_allowed_extensions.29' => 'zip',
  59814.             'shopware.filesystem.private_allowed_extensions.30' => 'rar',
  59815.             'shopware.filesystem.private_local_download_strategy' => 'php',
  59816.             'shopware.cdn.url' => '',
  59817.             'shopware.increment' => [
  59818.                 'user_activity' => [
  59819.                     'type' => 'mysql',
  59820.                 ],
  59821.                 'message_queue' => [
  59822.                     'type' => 'mysql',
  59823.                 ],
  59824.             ],
  59825.             'shopware.increment.user_activity' => [
  59826.                 'type' => 'mysql',
  59827.             ],
  59828.             'shopware.increment.user_activity.type' => 'mysql',
  59829.             'shopware.increment.message_queue' => [
  59830.                 'type' => 'mysql',
  59831.             ],
  59832.             'shopware.increment.message_queue.type' => 'mysql',
  59833.             'shopware.api' => [
  59834.                 'max_limit' => 100,
  59835.                 'api_browser' => [
  59836.                     'auth_required' => false,
  59837.                 ],
  59838.                 'store' => [
  59839.                     'context_lifetime' => 'P1D',
  59840.                 ],
  59841.                 'rate_limiter' => [
  59842.                     'login' => [
  59843.                         'enabled' => true,
  59844.                         'policy' => 'time_backoff',
  59845.                         'reset' => '24 hours',
  59846.                         'limits' => [
  59847.                             => [
  59848.                                 'limit' => 10,
  59849.                                 'interval' => '10 seconds',
  59850.                             ],
  59851.                             => [
  59852.                                 'limit' => 15,
  59853.                                 'interval' => '30 seconds',
  59854.                             ],
  59855.                             => [
  59856.                                 'limit' => 20,
  59857.                                 'interval' => '60 seconds',
  59858.                             ],
  59859.                         ],
  59860.                         'lock_factory' => 'lock.factory',
  59861.                         'cache_pool' => 'cache.rate_limiter',
  59862.                     ],
  59863.                     'guest_login' => [
  59864.                         'enabled' => true,
  59865.                         'policy' => 'time_backoff',
  59866.                         'reset' => '24 hours',
  59867.                         'limits' => [
  59868.                             => [
  59869.                                 'limit' => 10,
  59870.                                 'interval' => '10 seconds',
  59871.                             ],
  59872.                             => [
  59873.                                 'limit' => 15,
  59874.                                 'interval' => '30 seconds',
  59875.                             ],
  59876.                             => [
  59877.                                 'limit' => 20,
  59878.                                 'interval' => '60 seconds',
  59879.                             ],
  59880.                         ],
  59881.                         'lock_factory' => 'lock.factory',
  59882.                         'cache_pool' => 'cache.rate_limiter',
  59883.                     ],
  59884.                     'oauth' => [
  59885.                         'enabled' => true,
  59886.                         'policy' => 'time_backoff',
  59887.                         'reset' => '24 hours',
  59888.                         'limits' => [
  59889.                             => [
  59890.                                 'limit' => 10,
  59891.                                 'interval' => '10 seconds',
  59892.                             ],
  59893.                             => [
  59894.                                 'limit' => 15,
  59895.                                 'interval' => '30 seconds',
  59896.                             ],
  59897.                             => [
  59898.                                 'limit' => 20,
  59899.                                 'interval' => '60 seconds',
  59900.                             ],
  59901.                         ],
  59902.                         'lock_factory' => 'lock.factory',
  59903.                         'cache_pool' => 'cache.rate_limiter',
  59904.                     ],
  59905.                     'reset_password' => [
  59906.                         'enabled' => true,
  59907.                         'policy' => 'time_backoff',
  59908.                         'reset' => '24 hours',
  59909.                         'limits' => [
  59910.                             => [
  59911.                                 'limit' => 3,
  59912.                                 'interval' => '30 seconds',
  59913.                             ],
  59914.                             => [
  59915.                                 'limit' => 5,
  59916.                                 'interval' => '60 seconds',
  59917.                             ],
  59918.                             => [
  59919.                                 'limit' => 10,
  59920.                                 'interval' => '90 seconds',
  59921.                             ],
  59922.                         ],
  59923.                         'lock_factory' => 'lock.factory',
  59924.                         'cache_pool' => 'cache.rate_limiter',
  59925.                     ],
  59926.                     'user_recovery' => [
  59927.                         'enabled' => true,
  59928.                         'policy' => 'time_backoff',
  59929.                         'reset' => '24 hours',
  59930.                         'limits' => [
  59931.                             => [
  59932.                                 'limit' => 3,
  59933.                                 'interval' => '30 seconds',
  59934.                             ],
  59935.                             => [
  59936.                                 'limit' => 5,
  59937.                                 'interval' => '60 seconds',
  59938.                             ],
  59939.                             => [
  59940.                                 'limit' => 10,
  59941.                                 'interval' => '90 seconds',
  59942.                             ],
  59943.                         ],
  59944.                         'lock_factory' => 'lock.factory',
  59945.                         'cache_pool' => 'cache.rate_limiter',
  59946.                     ],
  59947.                     'contact_form' => [
  59948.                         'enabled' => true,
  59949.                         'policy' => 'time_backoff',
  59950.                         'reset' => '24 hours',
  59951.                         'limits' => [
  59952.                             => [
  59953.                                 'limit' => 3,
  59954.                                 'interval' => '30 seconds',
  59955.                             ],
  59956.                             => [
  59957.                                 'limit' => 5,
  59958.                                 'interval' => '60 seconds',
  59959.                             ],
  59960.                             => [
  59961.                                 'limit' => 10,
  59962.                                 'interval' => '90 seconds',
  59963.                             ],
  59964.                         ],
  59965.                         'lock_factory' => 'lock.factory',
  59966.                         'cache_pool' => 'cache.rate_limiter',
  59967.                     ],
  59968.                     'notification' => [
  59969.                         'enabled' => true,
  59970.                         'policy' => 'time_backoff',
  59971.                         'reset' => '24 hours',
  59972.                         'limits' => [
  59973.                             => [
  59974.                                 'limit' => 10,
  59975.                                 'interval' => '10 seconds',
  59976.                             ],
  59977.                             => [
  59978.                                 'limit' => 15,
  59979.                                 'interval' => '30 seconds',
  59980.                             ],
  59981.                             => [
  59982.                                 'limit' => 20,
  59983.                                 'interval' => '60 seconds',
  59984.                             ],
  59985.                         ],
  59986.                         'lock_factory' => 'lock.factory',
  59987.                         'cache_pool' => 'cache.rate_limiter',
  59988.                     ],
  59989.                     'newsletter_form' => [
  59990.                         'enabled' => true,
  59991.                         'policy' => 'time_backoff',
  59992.                         'reset' => '24 hours',
  59993.                         'limits' => [
  59994.                             => [
  59995.                                 'limit' => 3,
  59996.                                 'interval' => '30 seconds',
  59997.                             ],
  59998.                             => [
  59999.                                 'limit' => 5,
  60000.                                 'interval' => '60 seconds',
  60001.                             ],
  60002.                             => [
  60003.                                 'limit' => 10,
  60004.                                 'interval' => '90 seconds',
  60005.                             ],
  60006.                         ],
  60007.                         'lock_factory' => 'lock.factory',
  60008.                         'cache_pool' => 'cache.rate_limiter',
  60009.                     ],
  60010.                     'cart_add_line_item' => [
  60011.                         'enabled' => true,
  60012.                         'policy' => 'system_config',
  60013.                         'reset' => '1 hours',
  60014.                         'limits' => [
  60015.                             => [
  60016.                                 'domain' => 'core.cart.lineItemAddLimit',
  60017.                                 'interval' => '60 seconds',
  60018.                             ],
  60019.                         ],
  60020.                         'lock_factory' => 'lock.factory',
  60021.                         'cache_pool' => 'cache.rate_limiter',
  60022.                     ],
  60023.                 ],
  60024.             ],
  60025.             'shopware.api.max_limit' => 100,
  60026.             'shopware.api.api_browser' => [
  60027.                 'auth_required' => false,
  60028.             ],
  60029.             'shopware.api.api_browser.auth_required' => false,
  60030.             'shopware.api.api_browser.auth_required_str' => '0',
  60031.             'shopware.api.store' => [
  60032.                 'context_lifetime' => 'P1D',
  60033.             ],
  60034.             'shopware.api.store.context_lifetime' => 'P1D',
  60035.             'shopware.api.rate_limiter' => [
  60036.                 'login' => [
  60037.                     'enabled' => true,
  60038.                     'policy' => 'time_backoff',
  60039.                     'reset' => '24 hours',
  60040.                     'limits' => [
  60041.                         => [
  60042.                             'limit' => 10,
  60043.                             'interval' => '10 seconds',
  60044.                         ],
  60045.                         => [
  60046.                             'limit' => 15,
  60047.                             'interval' => '30 seconds',
  60048.                         ],
  60049.                         => [
  60050.                             'limit' => 20,
  60051.                             'interval' => '60 seconds',
  60052.                         ],
  60053.                     ],
  60054.                     'lock_factory' => 'lock.factory',
  60055.                     'cache_pool' => 'cache.rate_limiter',
  60056.                 ],
  60057.                 'guest_login' => [
  60058.                     'enabled' => true,
  60059.                     'policy' => 'time_backoff',
  60060.                     'reset' => '24 hours',
  60061.                     'limits' => [
  60062.                         => [
  60063.                             'limit' => 10,
  60064.                             'interval' => '10 seconds',
  60065.                         ],
  60066.                         => [
  60067.                             'limit' => 15,
  60068.                             'interval' => '30 seconds',
  60069.                         ],
  60070.                         => [
  60071.                             'limit' => 20,
  60072.                             'interval' => '60 seconds',
  60073.                         ],
  60074.                     ],
  60075.                     'lock_factory' => 'lock.factory',
  60076.                     'cache_pool' => 'cache.rate_limiter',
  60077.                 ],
  60078.                 'oauth' => [
  60079.                     'enabled' => true,
  60080.                     'policy' => 'time_backoff',
  60081.                     'reset' => '24 hours',
  60082.                     'limits' => [
  60083.                         => [
  60084.                             'limit' => 10,
  60085.                             'interval' => '10 seconds',
  60086.                         ],
  60087.                         => [
  60088.                             'limit' => 15,
  60089.                             'interval' => '30 seconds',
  60090.                         ],
  60091.                         => [
  60092.                             'limit' => 20,
  60093.                             'interval' => '60 seconds',
  60094.                         ],
  60095.                     ],
  60096.                     'lock_factory' => 'lock.factory',
  60097.                     'cache_pool' => 'cache.rate_limiter',
  60098.                 ],
  60099.                 'reset_password' => [
  60100.                     'enabled' => true,
  60101.                     'policy' => 'time_backoff',
  60102.                     'reset' => '24 hours',
  60103.                     'limits' => [
  60104.                         => [
  60105.                             'limit' => 3,
  60106.                             'interval' => '30 seconds',
  60107.                         ],
  60108.                         => [
  60109.                             'limit' => 5,
  60110.                             'interval' => '60 seconds',
  60111.                         ],
  60112.                         => [
  60113.                             'limit' => 10,
  60114.                             'interval' => '90 seconds',
  60115.                         ],
  60116.                     ],
  60117.                     'lock_factory' => 'lock.factory',
  60118.                     'cache_pool' => 'cache.rate_limiter',
  60119.                 ],
  60120.                 'user_recovery' => [
  60121.                     'enabled' => true,
  60122.                     'policy' => 'time_backoff',
  60123.                     'reset' => '24 hours',
  60124.                     'limits' => [
  60125.                         => [
  60126.                             'limit' => 3,
  60127.                             'interval' => '30 seconds',
  60128.                         ],
  60129.                         => [
  60130.                             'limit' => 5,
  60131.                             'interval' => '60 seconds',
  60132.                         ],
  60133.                         => [
  60134.                             'limit' => 10,
  60135.                             'interval' => '90 seconds',
  60136.                         ],
  60137.                     ],
  60138.                     'lock_factory' => 'lock.factory',
  60139.                     'cache_pool' => 'cache.rate_limiter',
  60140.                 ],
  60141.                 'contact_form' => [
  60142.                     'enabled' => true,
  60143.                     'policy' => 'time_backoff',
  60144.                     'reset' => '24 hours',
  60145.                     'limits' => [
  60146.                         => [
  60147.                             'limit' => 3,
  60148.                             'interval' => '30 seconds',
  60149.                         ],
  60150.                         => [
  60151.                             'limit' => 5,
  60152.                             'interval' => '60 seconds',
  60153.                         ],
  60154.                         => [
  60155.                             'limit' => 10,
  60156.                             'interval' => '90 seconds',
  60157.                         ],
  60158.                     ],
  60159.                     'lock_factory' => 'lock.factory',
  60160.                     'cache_pool' => 'cache.rate_limiter',
  60161.                 ],
  60162.                 'notification' => [
  60163.                     'enabled' => true,
  60164.                     'policy' => 'time_backoff',
  60165.                     'reset' => '24 hours',
  60166.                     'limits' => [
  60167.                         => [
  60168.                             'limit' => 10,
  60169.                             'interval' => '10 seconds',
  60170.                         ],
  60171.                         => [
  60172.                             'limit' => 15,
  60173.                             'interval' => '30 seconds',
  60174.                         ],
  60175.                         => [
  60176.                             'limit' => 20,
  60177.                             'interval' => '60 seconds',
  60178.                         ],
  60179.                     ],
  60180.                     'lock_factory' => 'lock.factory',
  60181.                     'cache_pool' => 'cache.rate_limiter',
  60182.                 ],
  60183.                 'newsletter_form' => [
  60184.                     'enabled' => true,
  60185.                     'policy' => 'time_backoff',
  60186.                     'reset' => '24 hours',
  60187.                     'limits' => [
  60188.                         => [
  60189.                             'limit' => 3,
  60190.                             'interval' => '30 seconds',
  60191.                         ],
  60192.                         => [
  60193.                             'limit' => 5,
  60194.                             'interval' => '60 seconds',
  60195.                         ],
  60196.                         => [
  60197.                             'limit' => 10,
  60198.                             'interval' => '90 seconds',
  60199.                         ],
  60200.                     ],
  60201.                     'lock_factory' => 'lock.factory',
  60202.                     'cache_pool' => 'cache.rate_limiter',
  60203.                 ],
  60204.                 'cart_add_line_item' => [
  60205.                     'enabled' => true,
  60206.                     'policy' => 'system_config',
  60207.                     'reset' => '1 hours',
  60208.                     'limits' => [
  60209.                         => [
  60210.                             'domain' => 'core.cart.lineItemAddLimit',
  60211.                             'interval' => '60 seconds',
  60212.                         ],
  60213.                     ],
  60214.                     'lock_factory' => 'lock.factory',
  60215.                     'cache_pool' => 'cache.rate_limiter',
  60216.                 ],
  60217.             ],
  60218.             'shopware.api.rate_limiter.login' => [
  60219.                 'enabled' => true,
  60220.                 'policy' => 'time_backoff',
  60221.                 'reset' => '24 hours',
  60222.                 'limits' => [
  60223.                     => [
  60224.                         'limit' => 10,
  60225.                         'interval' => '10 seconds',
  60226.                     ],
  60227.                     => [
  60228.                         'limit' => 15,
  60229.                         'interval' => '30 seconds',
  60230.                     ],
  60231.                     => [
  60232.                         'limit' => 20,
  60233.                         'interval' => '60 seconds',
  60234.                     ],
  60235.                 ],
  60236.                 'lock_factory' => 'lock.factory',
  60237.                 'cache_pool' => 'cache.rate_limiter',
  60238.             ],
  60239.             'shopware.api.rate_limiter.login.enabled' => true,
  60240.             'shopware.api.rate_limiter.login.policy' => 'time_backoff',
  60241.             'shopware.api.rate_limiter.login.reset' => '24 hours',
  60242.             'shopware.api.rate_limiter.login.limits' => [
  60243.                 => [
  60244.                     'limit' => 10,
  60245.                     'interval' => '10 seconds',
  60246.                 ],
  60247.                 => [
  60248.                     'limit' => 15,
  60249.                     'interval' => '30 seconds',
  60250.                 ],
  60251.                 => [
  60252.                     'limit' => 20,
  60253.                     'interval' => '60 seconds',
  60254.                 ],
  60255.             ],
  60256.             'shopware.api.rate_limiter.login.limits.0' => [
  60257.                 'limit' => 10,
  60258.                 'interval' => '10 seconds',
  60259.             ],
  60260.             'shopware.api.rate_limiter.login.limits.0.limit' => 10,
  60261.             'shopware.api.rate_limiter.login.limits.0.interval' => '10 seconds',
  60262.             'shopware.api.rate_limiter.login.limits.1' => [
  60263.                 'limit' => 15,
  60264.                 'interval' => '30 seconds',
  60265.             ],
  60266.             'shopware.api.rate_limiter.login.limits.1.limit' => 15,
  60267.             'shopware.api.rate_limiter.login.limits.1.interval' => '30 seconds',
  60268.             'shopware.api.rate_limiter.login.limits.2' => [
  60269.                 'limit' => 20,
  60270.                 'interval' => '60 seconds',
  60271.             ],
  60272.             'shopware.api.rate_limiter.login.limits.2.limit' => 20,
  60273.             'shopware.api.rate_limiter.login.limits.2.interval' => '60 seconds',
  60274.             'shopware.api.rate_limiter.login.lock_factory' => 'lock.factory',
  60275.             'shopware.api.rate_limiter.login.cache_pool' => 'cache.rate_limiter',
  60276.             'shopware.api.rate_limiter.guest_login' => [
  60277.                 'enabled' => true,
  60278.                 'policy' => 'time_backoff',
  60279.                 'reset' => '24 hours',
  60280.                 'limits' => [
  60281.                     => [
  60282.                         'limit' => 10,
  60283.                         'interval' => '10 seconds',
  60284.                     ],
  60285.                     => [
  60286.                         'limit' => 15,
  60287.                         'interval' => '30 seconds',
  60288.                     ],
  60289.                     => [
  60290.                         'limit' => 20,
  60291.                         'interval' => '60 seconds',
  60292.                     ],
  60293.                 ],
  60294.                 'lock_factory' => 'lock.factory',
  60295.                 'cache_pool' => 'cache.rate_limiter',
  60296.             ],
  60297.             'shopware.api.rate_limiter.guest_login.enabled' => true,
  60298.             'shopware.api.rate_limiter.guest_login.policy' => 'time_backoff',
  60299.             'shopware.api.rate_limiter.guest_login.reset' => '24 hours',
  60300.             'shopware.api.rate_limiter.guest_login.limits' => [
  60301.                 => [
  60302.                     'limit' => 10,
  60303.                     'interval' => '10 seconds',
  60304.                 ],
  60305.                 => [
  60306.                     'limit' => 15,
  60307.                     'interval' => '30 seconds',
  60308.                 ],
  60309.                 => [
  60310.                     'limit' => 20,
  60311.                     'interval' => '60 seconds',
  60312.                 ],
  60313.             ],
  60314.             'shopware.api.rate_limiter.guest_login.limits.0' => [
  60315.                 'limit' => 10,
  60316.                 'interval' => '10 seconds',
  60317.             ],
  60318.             'shopware.api.rate_limiter.guest_login.limits.0.limit' => 10,
  60319.             'shopware.api.rate_limiter.guest_login.limits.0.interval' => '10 seconds',
  60320.             'shopware.api.rate_limiter.guest_login.limits.1' => [
  60321.                 'limit' => 15,
  60322.                 'interval' => '30 seconds',
  60323.             ],
  60324.             'shopware.api.rate_limiter.guest_login.limits.1.limit' => 15,
  60325.             'shopware.api.rate_limiter.guest_login.limits.1.interval' => '30 seconds',
  60326.             'shopware.api.rate_limiter.guest_login.limits.2' => [
  60327.                 'limit' => 20,
  60328.                 'interval' => '60 seconds',
  60329.             ],
  60330.             'shopware.api.rate_limiter.guest_login.limits.2.limit' => 20,
  60331.             'shopware.api.rate_limiter.guest_login.limits.2.interval' => '60 seconds',
  60332.             'shopware.api.rate_limiter.guest_login.lock_factory' => 'lock.factory',
  60333.             'shopware.api.rate_limiter.guest_login.cache_pool' => 'cache.rate_limiter',
  60334.             'shopware.api.rate_limiter.oauth' => [
  60335.                 'enabled' => true,
  60336.                 'policy' => 'time_backoff',
  60337.                 'reset' => '24 hours',
  60338.                 'limits' => [
  60339.                     => [
  60340.                         'limit' => 10,
  60341.                         'interval' => '10 seconds',
  60342.                     ],
  60343.                     => [
  60344.                         'limit' => 15,
  60345.                         'interval' => '30 seconds',
  60346.                     ],
  60347.                     => [
  60348.                         'limit' => 20,
  60349.                         'interval' => '60 seconds',
  60350.                     ],
  60351.                 ],
  60352.                 'lock_factory' => 'lock.factory',
  60353.                 'cache_pool' => 'cache.rate_limiter',
  60354.             ],
  60355.             'shopware.api.rate_limiter.oauth.enabled' => true,
  60356.             'shopware.api.rate_limiter.oauth.policy' => 'time_backoff',
  60357.             'shopware.api.rate_limiter.oauth.reset' => '24 hours',
  60358.             'shopware.api.rate_limiter.oauth.limits' => [
  60359.                 => [
  60360.                     'limit' => 10,
  60361.                     'interval' => '10 seconds',
  60362.                 ],
  60363.                 => [
  60364.                     'limit' => 15,
  60365.                     'interval' => '30 seconds',
  60366.                 ],
  60367.                 => [
  60368.                     'limit' => 20,
  60369.                     'interval' => '60 seconds',
  60370.                 ],
  60371.             ],
  60372.             'shopware.api.rate_limiter.oauth.limits.0' => [
  60373.                 'limit' => 10,
  60374.                 'interval' => '10 seconds',
  60375.             ],
  60376.             'shopware.api.rate_limiter.oauth.limits.0.limit' => 10,
  60377.             'shopware.api.rate_limiter.oauth.limits.0.interval' => '10 seconds',
  60378.             'shopware.api.rate_limiter.oauth.limits.1' => [
  60379.                 'limit' => 15,
  60380.                 'interval' => '30 seconds',
  60381.             ],
  60382.             'shopware.api.rate_limiter.oauth.limits.1.limit' => 15,
  60383.             'shopware.api.rate_limiter.oauth.limits.1.interval' => '30 seconds',
  60384.             'shopware.api.rate_limiter.oauth.limits.2' => [
  60385.                 'limit' => 20,
  60386.                 'interval' => '60 seconds',
  60387.             ],
  60388.             'shopware.api.rate_limiter.oauth.limits.2.limit' => 20,
  60389.             'shopware.api.rate_limiter.oauth.limits.2.interval' => '60 seconds',
  60390.             'shopware.api.rate_limiter.oauth.lock_factory' => 'lock.factory',
  60391.             'shopware.api.rate_limiter.oauth.cache_pool' => 'cache.rate_limiter',
  60392.             'shopware.api.rate_limiter.reset_password' => [
  60393.                 'enabled' => true,
  60394.                 'policy' => 'time_backoff',
  60395.                 'reset' => '24 hours',
  60396.                 'limits' => [
  60397.                     => [
  60398.                         'limit' => 3,
  60399.                         'interval' => '30 seconds',
  60400.                     ],
  60401.                     => [
  60402.                         'limit' => 5,
  60403.                         'interval' => '60 seconds',
  60404.                     ],
  60405.                     => [
  60406.                         'limit' => 10,
  60407.                         'interval' => '90 seconds',
  60408.                     ],
  60409.                 ],
  60410.                 'lock_factory' => 'lock.factory',
  60411.                 'cache_pool' => 'cache.rate_limiter',
  60412.             ],
  60413.             'shopware.api.rate_limiter.reset_password.enabled' => true,
  60414.             'shopware.api.rate_limiter.reset_password.policy' => 'time_backoff',
  60415.             'shopware.api.rate_limiter.reset_password.reset' => '24 hours',
  60416.             'shopware.api.rate_limiter.reset_password.limits' => [
  60417.                 => [
  60418.                     'limit' => 3,
  60419.                     'interval' => '30 seconds',
  60420.                 ],
  60421.                 => [
  60422.                     'limit' => 5,
  60423.                     'interval' => '60 seconds',
  60424.                 ],
  60425.                 => [
  60426.                     'limit' => 10,
  60427.                     'interval' => '90 seconds',
  60428.                 ],
  60429.             ],
  60430.             'shopware.api.rate_limiter.reset_password.limits.0' => [
  60431.                 'limit' => 3,
  60432.                 'interval' => '30 seconds',
  60433.             ],
  60434.             'shopware.api.rate_limiter.reset_password.limits.0.limit' => 3,
  60435.             'shopware.api.rate_limiter.reset_password.limits.0.interval' => '30 seconds',
  60436.             'shopware.api.rate_limiter.reset_password.limits.1' => [
  60437.                 'limit' => 5,
  60438.                 'interval' => '60 seconds',
  60439.             ],
  60440.             'shopware.api.rate_limiter.reset_password.limits.1.limit' => 5,
  60441.             'shopware.api.rate_limiter.reset_password.limits.1.interval' => '60 seconds',
  60442.             'shopware.api.rate_limiter.reset_password.limits.2' => [
  60443.                 'limit' => 10,
  60444.                 'interval' => '90 seconds',
  60445.             ],
  60446.             'shopware.api.rate_limiter.reset_password.limits.2.limit' => 10,
  60447.             'shopware.api.rate_limiter.reset_password.limits.2.interval' => '90 seconds',
  60448.             'shopware.api.rate_limiter.reset_password.lock_factory' => 'lock.factory',
  60449.             'shopware.api.rate_limiter.reset_password.cache_pool' => 'cache.rate_limiter',
  60450.             'shopware.api.rate_limiter.user_recovery' => [
  60451.                 'enabled' => true,
  60452.                 'policy' => 'time_backoff',
  60453.                 'reset' => '24 hours',
  60454.                 'limits' => [
  60455.                     => [
  60456.                         'limit' => 3,
  60457.                         'interval' => '30 seconds',
  60458.                     ],
  60459.                     => [
  60460.                         'limit' => 5,
  60461.                         'interval' => '60 seconds',
  60462.                     ],
  60463.                     => [
  60464.                         'limit' => 10,
  60465.                         'interval' => '90 seconds',
  60466.                     ],
  60467.                 ],
  60468.                 'lock_factory' => 'lock.factory',
  60469.                 'cache_pool' => 'cache.rate_limiter',
  60470.             ],
  60471.             'shopware.api.rate_limiter.user_recovery.enabled' => true,
  60472.             'shopware.api.rate_limiter.user_recovery.policy' => 'time_backoff',
  60473.             'shopware.api.rate_limiter.user_recovery.reset' => '24 hours',
  60474.             'shopware.api.rate_limiter.user_recovery.limits' => [
  60475.                 => [
  60476.                     'limit' => 3,
  60477.                     'interval' => '30 seconds',
  60478.                 ],
  60479.                 => [
  60480.                     'limit' => 5,
  60481.                     'interval' => '60 seconds',
  60482.                 ],
  60483.                 => [
  60484.                     'limit' => 10,
  60485.                     'interval' => '90 seconds',
  60486.                 ],
  60487.             ],
  60488.             'shopware.api.rate_limiter.user_recovery.limits.0' => [
  60489.                 'limit' => 3,
  60490.                 'interval' => '30 seconds',
  60491.             ],
  60492.             'shopware.api.rate_limiter.user_recovery.limits.0.limit' => 3,
  60493.             'shopware.api.rate_limiter.user_recovery.limits.0.interval' => '30 seconds',
  60494.             'shopware.api.rate_limiter.user_recovery.limits.1' => [
  60495.                 'limit' => 5,
  60496.                 'interval' => '60 seconds',
  60497.             ],
  60498.             'shopware.api.rate_limiter.user_recovery.limits.1.limit' => 5,
  60499.             'shopware.api.rate_limiter.user_recovery.limits.1.interval' => '60 seconds',
  60500.             'shopware.api.rate_limiter.user_recovery.limits.2' => [
  60501.                 'limit' => 10,
  60502.                 'interval' => '90 seconds',
  60503.             ],
  60504.             'shopware.api.rate_limiter.user_recovery.limits.2.limit' => 10,
  60505.             'shopware.api.rate_limiter.user_recovery.limits.2.interval' => '90 seconds',
  60506.             'shopware.api.rate_limiter.user_recovery.lock_factory' => 'lock.factory',
  60507.             'shopware.api.rate_limiter.user_recovery.cache_pool' => 'cache.rate_limiter',
  60508.             'shopware.api.rate_limiter.contact_form' => [
  60509.                 'enabled' => true,
  60510.                 'policy' => 'time_backoff',
  60511.                 'reset' => '24 hours',
  60512.                 'limits' => [
  60513.                     => [
  60514.                         'limit' => 3,
  60515.                         'interval' => '30 seconds',
  60516.                     ],
  60517.                     => [
  60518.                         'limit' => 5,
  60519.                         'interval' => '60 seconds',
  60520.                     ],
  60521.                     => [
  60522.                         'limit' => 10,
  60523.                         'interval' => '90 seconds',
  60524.                     ],
  60525.                 ],
  60526.                 'lock_factory' => 'lock.factory',
  60527.                 'cache_pool' => 'cache.rate_limiter',
  60528.             ],
  60529.             'shopware.api.rate_limiter.contact_form.enabled' => true,
  60530.             'shopware.api.rate_limiter.contact_form.policy' => 'time_backoff',
  60531.             'shopware.api.rate_limiter.contact_form.reset' => '24 hours',
  60532.             'shopware.api.rate_limiter.contact_form.limits' => [
  60533.                 => [
  60534.                     'limit' => 3,
  60535.                     'interval' => '30 seconds',
  60536.                 ],
  60537.                 => [
  60538.                     'limit' => 5,
  60539.                     'interval' => '60 seconds',
  60540.                 ],
  60541.                 => [
  60542.                     'limit' => 10,
  60543.                     'interval' => '90 seconds',
  60544.                 ],
  60545.             ],
  60546.             'shopware.api.rate_limiter.contact_form.limits.0' => [
  60547.                 'limit' => 3,
  60548.                 'interval' => '30 seconds',
  60549.             ],
  60550.             'shopware.api.rate_limiter.contact_form.limits.0.limit' => 3,
  60551.             'shopware.api.rate_limiter.contact_form.limits.0.interval' => '30 seconds',
  60552.             'shopware.api.rate_limiter.contact_form.limits.1' => [
  60553.                 'limit' => 5,
  60554.                 'interval' => '60 seconds',
  60555.             ],
  60556.             'shopware.api.rate_limiter.contact_form.limits.1.limit' => 5,
  60557.             'shopware.api.rate_limiter.contact_form.limits.1.interval' => '60 seconds',
  60558.             'shopware.api.rate_limiter.contact_form.limits.2' => [
  60559.                 'limit' => 10,
  60560.                 'interval' => '90 seconds',
  60561.             ],
  60562.             'shopware.api.rate_limiter.contact_form.limits.2.limit' => 10,
  60563.             'shopware.api.rate_limiter.contact_form.limits.2.interval' => '90 seconds',
  60564.             'shopware.api.rate_limiter.contact_form.lock_factory' => 'lock.factory',
  60565.             'shopware.api.rate_limiter.contact_form.cache_pool' => 'cache.rate_limiter',
  60566.             'shopware.api.rate_limiter.notification' => [
  60567.                 'enabled' => true,
  60568.                 'policy' => 'time_backoff',
  60569.                 'reset' => '24 hours',
  60570.                 'limits' => [
  60571.                     => [
  60572.                         'limit' => 10,
  60573.                         'interval' => '10 seconds',
  60574.                     ],
  60575.                     => [
  60576.                         'limit' => 15,
  60577.                         'interval' => '30 seconds',
  60578.                     ],
  60579.                     => [
  60580.                         'limit' => 20,
  60581.                         'interval' => '60 seconds',
  60582.                     ],
  60583.                 ],
  60584.                 'lock_factory' => 'lock.factory',
  60585.                 'cache_pool' => 'cache.rate_limiter',
  60586.             ],
  60587.             'shopware.api.rate_limiter.notification.enabled' => true,
  60588.             'shopware.api.rate_limiter.notification.policy' => 'time_backoff',
  60589.             'shopware.api.rate_limiter.notification.reset' => '24 hours',
  60590.             'shopware.api.rate_limiter.notification.limits' => [
  60591.                 => [
  60592.                     'limit' => 10,
  60593.                     'interval' => '10 seconds',
  60594.                 ],
  60595.                 => [
  60596.                     'limit' => 15,
  60597.                     'interval' => '30 seconds',
  60598.                 ],
  60599.                 => [
  60600.                     'limit' => 20,
  60601.                     'interval' => '60 seconds',
  60602.                 ],
  60603.             ],
  60604.             'shopware.api.rate_limiter.notification.limits.0' => [
  60605.                 'limit' => 10,
  60606.                 'interval' => '10 seconds',
  60607.             ],
  60608.             'shopware.api.rate_limiter.notification.limits.0.limit' => 10,
  60609.             'shopware.api.rate_limiter.notification.limits.0.interval' => '10 seconds',
  60610.             'shopware.api.rate_limiter.notification.limits.1' => [
  60611.                 'limit' => 15,
  60612.                 'interval' => '30 seconds',
  60613.             ],
  60614.             'shopware.api.rate_limiter.notification.limits.1.limit' => 15,
  60615.             'shopware.api.rate_limiter.notification.limits.1.interval' => '30 seconds',
  60616.             'shopware.api.rate_limiter.notification.limits.2' => [
  60617.                 'limit' => 20,
  60618.                 'interval' => '60 seconds',
  60619.             ],
  60620.             'shopware.api.rate_limiter.notification.limits.2.limit' => 20,
  60621.             'shopware.api.rate_limiter.notification.limits.2.interval' => '60 seconds',
  60622.             'shopware.api.rate_limiter.notification.lock_factory' => 'lock.factory',
  60623.             'shopware.api.rate_limiter.notification.cache_pool' => 'cache.rate_limiter',
  60624.             'shopware.api.rate_limiter.newsletter_form' => [
  60625.                 'enabled' => true,
  60626.                 'policy' => 'time_backoff',
  60627.                 'reset' => '24 hours',
  60628.                 'limits' => [
  60629.                     => [
  60630.                         'limit' => 3,
  60631.                         'interval' => '30 seconds',
  60632.                     ],
  60633.                     => [
  60634.                         'limit' => 5,
  60635.                         'interval' => '60 seconds',
  60636.                     ],
  60637.                     => [
  60638.                         'limit' => 10,
  60639.                         'interval' => '90 seconds',
  60640.                     ],
  60641.                 ],
  60642.                 'lock_factory' => 'lock.factory',
  60643.                 'cache_pool' => 'cache.rate_limiter',
  60644.             ],
  60645.             'shopware.api.rate_limiter.newsletter_form.enabled' => true,
  60646.             'shopware.api.rate_limiter.newsletter_form.policy' => 'time_backoff',
  60647.             'shopware.api.rate_limiter.newsletter_form.reset' => '24 hours',
  60648.             'shopware.api.rate_limiter.newsletter_form.limits' => [
  60649.                 => [
  60650.                     'limit' => 3,
  60651.                     'interval' => '30 seconds',
  60652.                 ],
  60653.                 => [
  60654.                     'limit' => 5,
  60655.                     'interval' => '60 seconds',
  60656.                 ],
  60657.                 => [
  60658.                     'limit' => 10,
  60659.                     'interval' => '90 seconds',
  60660.                 ],
  60661.             ],
  60662.             'shopware.api.rate_limiter.newsletter_form.limits.0' => [
  60663.                 'limit' => 3,
  60664.                 'interval' => '30 seconds',
  60665.             ],
  60666.             'shopware.api.rate_limiter.newsletter_form.limits.0.limit' => 3,
  60667.             'shopware.api.rate_limiter.newsletter_form.limits.0.interval' => '30 seconds',
  60668.             'shopware.api.rate_limiter.newsletter_form.limits.1' => [
  60669.                 'limit' => 5,
  60670.                 'interval' => '60 seconds',
  60671.             ],
  60672.             'shopware.api.rate_limiter.newsletter_form.limits.1.limit' => 5,
  60673.             'shopware.api.rate_limiter.newsletter_form.limits.1.interval' => '60 seconds',
  60674.             'shopware.api.rate_limiter.newsletter_form.limits.2' => [
  60675.                 'limit' => 10,
  60676.                 'interval' => '90 seconds',
  60677.             ],
  60678.             'shopware.api.rate_limiter.newsletter_form.limits.2.limit' => 10,
  60679.             'shopware.api.rate_limiter.newsletter_form.limits.2.interval' => '90 seconds',
  60680.             'shopware.api.rate_limiter.newsletter_form.lock_factory' => 'lock.factory',
  60681.             'shopware.api.rate_limiter.newsletter_form.cache_pool' => 'cache.rate_limiter',
  60682.             'shopware.api.rate_limiter.cart_add_line_item' => [
  60683.                 'enabled' => true,
  60684.                 'policy' => 'system_config',
  60685.                 'reset' => '1 hours',
  60686.                 'limits' => [
  60687.                     => [
  60688.                         'domain' => 'core.cart.lineItemAddLimit',
  60689.                         'interval' => '60 seconds',
  60690.                     ],
  60691.                 ],
  60692.                 'lock_factory' => 'lock.factory',
  60693.                 'cache_pool' => 'cache.rate_limiter',
  60694.             ],
  60695.             'shopware.api.rate_limiter.cart_add_line_item.enabled' => true,
  60696.             'shopware.api.rate_limiter.cart_add_line_item.policy' => 'system_config',
  60697.             'shopware.api.rate_limiter.cart_add_line_item.reset' => '1 hours',
  60698.             'shopware.api.rate_limiter.cart_add_line_item.limits' => [
  60699.                 => [
  60700.                     'domain' => 'core.cart.lineItemAddLimit',
  60701.                     'interval' => '60 seconds',
  60702.                 ],
  60703.             ],
  60704.             'shopware.api.rate_limiter.cart_add_line_item.limits.0' => [
  60705.                 'domain' => 'core.cart.lineItemAddLimit',
  60706.                 'interval' => '60 seconds',
  60707.             ],
  60708.             'shopware.api.rate_limiter.cart_add_line_item.limits.0.domain' => 'core.cart.lineItemAddLimit',
  60709.             'shopware.api.rate_limiter.cart_add_line_item.limits.0.interval' => '60 seconds',
  60710.             'shopware.api.rate_limiter.cart_add_line_item.lock_factory' => 'lock.factory',
  60711.             'shopware.api.rate_limiter.cart_add_line_item.cache_pool' => 'cache.rate_limiter',
  60712.             'shopware.admin_worker' => [
  60713.                 'enable_admin_worker' => false,
  60714.                 'poll_interval' => 20,
  60715.                 'transports' => [
  60716.                     => 'default',
  60717.                 ],
  60718.                 'memory_limit' => '128M',
  60719.             ],
  60720.             'shopware.admin_worker.enable_admin_worker' => false,
  60721.             'shopware.admin_worker.poll_interval' => 20,
  60722.             'shopware.admin_worker.transports' => [
  60723.                 => 'default',
  60724.             ],
  60725.             'shopware.admin_worker.transports.0' => 'default',
  60726.             'shopware.admin_worker.memory_limit' => '128M',
  60727.             'shopware.auto_update' => [
  60728.                 'enabled' => false,
  60729.             ],
  60730.             'shopware.auto_update.enabled' => false,
  60731.             'shopware.store' => [
  60732.                 'frw' => false,
  60733.             ],
  60734.             'shopware.sitemap' => [
  60735.                 'batchsize' => 100,
  60736.                 'custom_urls' => [
  60737.                 ],
  60738.                 'excluded_urls' => [
  60739.                 ],
  60740.             ],
  60741.             'shopware.sitemap.batchsize' => 100,
  60742.             'shopware.sitemap.custom_urls' => [
  60743.             ],
  60744.             'shopware.sitemap.excluded_urls' => [
  60745.             ],
  60746.             'shopware.media' => [
  60747.                 'enable_url_upload_feature' => true,
  60748.                 'enable_url_validation' => false,
  60749.                 'url_upload_max_size' => 0,
  60750.             ],
  60751.             'shopware.media.enable_url_upload_feature' => true,
  60752.             'shopware.media.enable_url_validation' => false,
  60753.             'shopware.media.url_upload_max_size' => 0,
  60754.             'shopware.dal' => [
  60755.                 'batch_size' => 125,
  60756.                 'max_rule_prices' => 100,
  60757.                 'versioning' => [
  60758.                     'expire_days' => 30,
  60759.                 ],
  60760.             ],
  60761.             'shopware.dal.batch_size' => 125,
  60762.             'shopware.dal.max_rule_prices' => 100,
  60763.             'shopware.dal.versioning' => [
  60764.                 'expire_days' => 30,
  60765.             ],
  60766.             'shopware.dal.versioning.expire_days' => 30,
  60767.             'shopware.mail' => [
  60768.                 'update_mail_variables_on_send' => true,
  60769.             ],
  60770.             'shopware.mail.update_mail_variables_on_send' => true,
  60771.             'shopware.cart' => [
  60772.                 'compress' => false,
  60773.                 'expire_days' => 30,
  60774.                 'redis_url' => false,
  60775.             ],
  60776.             'shopware.cart.compress' => false,
  60777.             'shopware.cart.expire_days' => 30,
  60778.             'shopware.cart.redis_url' => false,
  60779.             'shopware.number_range' => [
  60780.                 'increment_storage' => 'SQL',
  60781.                 'redis_url' => false,
  60782.             ],
  60783.             'shopware.number_range.increment_storage' => 'SQL',
  60784.             'shopware.number_range.redis_url' => false,
  60785.             'shopware.sales_channel_context' => [
  60786.                 'expire_days' => 120,
  60787.             ],
  60788.             'shopware.sales_channel_context.expire_days' => 120,
  60789.             'shopware.html_sanitizer.cache_enabled' => true,
  60790.             'shopware.html_sanitizer.sets' => [
  60791.                 'basic' => [
  60792.                     'tags' => [
  60793.                         => 'a',
  60794.                         => 'abbr',
  60795.                         => 'acronym',
  60796.                         => 'address',
  60797.                         => 'b',
  60798.                         => 'bdo',
  60799.                         => 'big',
  60800.                         => 'blockquote',
  60801.                         => 'br',
  60802.                         => 'caption',
  60803.                         10 => 'center',
  60804.                         11 => 'cite',
  60805.                         12 => 'code',
  60806.                         13 => 'col',
  60807.                         14 => 'colgroup',
  60808.                         15 => 'dd',
  60809.                         16 => 'del',
  60810.                         17 => 'dfn',
  60811.                         18 => 'dir',
  60812.                         19 => 'div',
  60813.                         20 => 'dl',
  60814.                         21 => 'dt',
  60815.                         22 => 'em',
  60816.                         23 => 'font',
  60817.                         24 => 'h1',
  60818.                         25 => 'h2',
  60819.                         26 => 'h3',
  60820.                         27 => 'h4',
  60821.                         28 => 'h5',
  60822.                         29 => 'h6',
  60823.                         30 => 'hr',
  60824.                         31 => 'i',
  60825.                         32 => 'ins',
  60826.                         33 => 'kbd',
  60827.                         34 => 'li',
  60828.                         35 => 'menu',
  60829.                         36 => 'ol',
  60830.                         37 => 'p',
  60831.                         38 => 'pre',
  60832.                         39 => 'q',
  60833.                         40 => 's',
  60834.                         41 => 'samp',
  60835.                         42 => 'small',
  60836.                         43 => 'span',
  60837.                         44 => 'strike',
  60838.                         45 => 'strong',
  60839.                         46 => 'sub',
  60840.                         47 => 'sup',
  60841.                         48 => 'table',
  60842.                         49 => 'tbody',
  60843.                         50 => 'td',
  60844.                         51 => 'tfoot',
  60845.                         52 => 'th',
  60846.                         53 => 'thead',
  60847.                         54 => 'tr',
  60848.                         55 => 'tt',
  60849.                         56 => 'u',
  60850.                         57 => 'ul',
  60851.                         58 => 'var',
  60852.                     ],
  60853.                     'attributes' => [
  60854.                         => 'align',
  60855.                         => 'bgcolor',
  60856.                         => 'border',
  60857.                         => 'cellpadding',
  60858.                         => 'cellspacing',
  60859.                         => 'cite',
  60860.                         => 'class',
  60861.                         => 'clear',
  60862.                         => 'color',
  60863.                         => 'colspan',
  60864.                         10 => 'dir',
  60865.                         11 => 'face',
  60866.                         12 => 'frame',
  60867.                         13 => 'height',
  60868.                         14 => 'href',
  60869.                         15 => 'id',
  60870.                         16 => 'lang',
  60871.                         17 => 'name',
  60872.                         18 => 'noshade',
  60873.                         19 => 'nowrap',
  60874.                         20 => 'rel',
  60875.                         21 => 'rev',
  60876.                         22 => 'rowspan',
  60877.                         23 => 'scope',
  60878.                         24 => 'size',
  60879.                         25 => 'span',
  60880.                         26 => 'start',
  60881.                         27 => 'style',
  60882.                         28 => 'summary',
  60883.                         29 => 'title',
  60884.                         30 => 'type',
  60885.                         31 => 'valign',
  60886.                         32 => 'value',
  60887.                         33 => 'width',
  60888.                     ],
  60889.                     'options' => [
  60890.                     ],
  60891.                 ],
  60892.                 'media' => [
  60893.                     'tags' => [
  60894.                         => 'img',
  60895.                     ],
  60896.                     'attributes' => [
  60897.                         => 'src',
  60898.                         => 'alt',
  60899.                     ],
  60900.                     'options' => [
  60901.                     ],
  60902.                 ],
  60903.                 'script' => [
  60904.                     'tags' => [
  60905.                         => 'script',
  60906.                     ],
  60907.                     'options' => [
  60908.                         'HTML.Trusted' => true,
  60909.                     ],
  60910.                     'attributes' => [
  60911.                     ],
  60912.                 ],
  60913.                 'tidy' => [
  60914.                     'options' => [
  60915.                         'Output.TidyFormat' => true,
  60916.                     ],
  60917.                     'tags' => [
  60918.                     ],
  60919.                     'attributes' => [
  60920.                     ],
  60921.                 ],
  60922.             ],
  60923.             'shopware.html_sanitizer.sets.basic' => [
  60924.                 'tags' => [
  60925.                     => 'a',
  60926.                     => 'abbr',
  60927.                     => 'acronym',
  60928.                     => 'address',
  60929.                     => 'b',
  60930.                     => 'bdo',
  60931.                     => 'big',
  60932.                     => 'blockquote',
  60933.                     => 'br',
  60934.                     => 'caption',
  60935.                     10 => 'center',
  60936.                     11 => 'cite',
  60937.                     12 => 'code',
  60938.                     13 => 'col',
  60939.                     14 => 'colgroup',
  60940.                     15 => 'dd',
  60941.                     16 => 'del',
  60942.                     17 => 'dfn',
  60943.                     18 => 'dir',
  60944.                     19 => 'div',
  60945.                     20 => 'dl',
  60946.                     21 => 'dt',
  60947.                     22 => 'em',
  60948.                     23 => 'font',
  60949.                     24 => 'h1',
  60950.                     25 => 'h2',
  60951.                     26 => 'h3',
  60952.                     27 => 'h4',
  60953.                     28 => 'h5',
  60954.                     29 => 'h6',
  60955.                     30 => 'hr',
  60956.                     31 => 'i',
  60957.                     32 => 'ins',
  60958.                     33 => 'kbd',
  60959.                     34 => 'li',
  60960.                     35 => 'menu',
  60961.                     36 => 'ol',
  60962.                     37 => 'p',
  60963.                     38 => 'pre',
  60964.                     39 => 'q',
  60965.                     40 => 's',
  60966.                     41 => 'samp',
  60967.                     42 => 'small',
  60968.                     43 => 'span',
  60969.                     44 => 'strike',
  60970.                     45 => 'strong',
  60971.                     46 => 'sub',
  60972.                     47 => 'sup',
  60973.                     48 => 'table',
  60974.                     49 => 'tbody',
  60975.                     50 => 'td',
  60976.                     51 => 'tfoot',
  60977.                     52 => 'th',
  60978.                     53 => 'thead',
  60979.                     54 => 'tr',
  60980.                     55 => 'tt',
  60981.                     56 => 'u',
  60982.                     57 => 'ul',
  60983.                     58 => 'var',
  60984.                 ],
  60985.                 'attributes' => [
  60986.                     => 'align',
  60987.                     => 'bgcolor',
  60988.                     => 'border',
  60989.                     => 'cellpadding',
  60990.                     => 'cellspacing',
  60991.                     => 'cite',
  60992.                     => 'class',
  60993.                     => 'clear',
  60994.                     => 'color',
  60995.                     => 'colspan',
  60996.                     10 => 'dir',
  60997.                     11 => 'face',
  60998.                     12 => 'frame',
  60999.                     13 => 'height',
  61000.                     14 => 'href',
  61001.                     15 => 'id',
  61002.                     16 => 'lang',
  61003.                     17 => 'name',
  61004.                     18 => 'noshade',
  61005.                     19 => 'nowrap',
  61006.                     20 => 'rel',
  61007.                     21 => 'rev',
  61008.                     22 => 'rowspan',
  61009.                     23 => 'scope',
  61010.                     24 => 'size',
  61011.                     25 => 'span',
  61012.                     26 => 'start',
  61013.                     27 => 'style',
  61014.                     28 => 'summary',
  61015.                     29 => 'title',
  61016.                     30 => 'type',
  61017.                     31 => 'valign',
  61018.                     32 => 'value',
  61019.                     33 => 'width',
  61020.                 ],
  61021.                 'options' => [
  61022.                 ],
  61023.             ],
  61024.             'shopware.html_sanitizer.sets.basic.tags' => [
  61025.                 => 'a',
  61026.                 => 'abbr',
  61027.                 => 'acronym',
  61028.                 => 'address',
  61029.                 => 'b',
  61030.                 => 'bdo',
  61031.                 => 'big',
  61032.                 => 'blockquote',
  61033.                 => 'br',
  61034.                 => 'caption',
  61035.                 10 => 'center',
  61036.                 11 => 'cite',
  61037.                 12 => 'code',
  61038.                 13 => 'col',
  61039.                 14 => 'colgroup',
  61040.                 15 => 'dd',
  61041.                 16 => 'del',
  61042.                 17 => 'dfn',
  61043.                 18 => 'dir',
  61044.                 19 => 'div',
  61045.                 20 => 'dl',
  61046.                 21 => 'dt',
  61047.                 22 => 'em',
  61048.                 23 => 'font',
  61049.                 24 => 'h1',
  61050.                 25 => 'h2',
  61051.                 26 => 'h3',
  61052.                 27 => 'h4',
  61053.                 28 => 'h5',
  61054.                 29 => 'h6',
  61055.                 30 => 'hr',
  61056.                 31 => 'i',
  61057.                 32 => 'ins',
  61058.                 33 => 'kbd',
  61059.                 34 => 'li',
  61060.                 35 => 'menu',
  61061.                 36 => 'ol',
  61062.                 37 => 'p',
  61063.                 38 => 'pre',
  61064.                 39 => 'q',
  61065.                 40 => 's',
  61066.                 41 => 'samp',
  61067.                 42 => 'small',
  61068.                 43 => 'span',
  61069.                 44 => 'strike',
  61070.                 45 => 'strong',
  61071.                 46 => 'sub',
  61072.                 47 => 'sup',
  61073.                 48 => 'table',
  61074.                 49 => 'tbody',
  61075.                 50 => 'td',
  61076.                 51 => 'tfoot',
  61077.                 52 => 'th',
  61078.                 53 => 'thead',
  61079.                 54 => 'tr',
  61080.                 55 => 'tt',
  61081.                 56 => 'u',
  61082.                 57 => 'ul',
  61083.                 58 => 'var',
  61084.             ],
  61085.             'shopware.html_sanitizer.sets.basic.tags.0' => 'a',
  61086.             'shopware.html_sanitizer.sets.basic.tags.1' => 'abbr',
  61087.             'shopware.html_sanitizer.sets.basic.tags.2' => 'acronym',
  61088.             'shopware.html_sanitizer.sets.basic.tags.3' => 'address',
  61089.             'shopware.html_sanitizer.sets.basic.tags.4' => 'b',
  61090.             'shopware.html_sanitizer.sets.basic.tags.5' => 'bdo',
  61091.             'shopware.html_sanitizer.sets.basic.tags.6' => 'big',
  61092.             'shopware.html_sanitizer.sets.basic.tags.7' => 'blockquote',
  61093.             'shopware.html_sanitizer.sets.basic.tags.8' => 'br',
  61094.             'shopware.html_sanitizer.sets.basic.tags.9' => 'caption',
  61095.             'shopware.html_sanitizer.sets.basic.tags.10' => 'center',
  61096.             'shopware.html_sanitizer.sets.basic.tags.11' => 'cite',
  61097.             'shopware.html_sanitizer.sets.basic.tags.12' => 'code',
  61098.             'shopware.html_sanitizer.sets.basic.tags.13' => 'col',
  61099.             'shopware.html_sanitizer.sets.basic.tags.14' => 'colgroup',
  61100.             'shopware.html_sanitizer.sets.basic.tags.15' => 'dd',
  61101.             'shopware.html_sanitizer.sets.basic.tags.16' => 'del',
  61102.             'shopware.html_sanitizer.sets.basic.tags.17' => 'dfn',
  61103.             'shopware.html_sanitizer.sets.basic.tags.18' => 'dir',
  61104.             'shopware.html_sanitizer.sets.basic.tags.19' => 'div',
  61105.             'shopware.html_sanitizer.sets.basic.tags.20' => 'dl',
  61106.             'shopware.html_sanitizer.sets.basic.tags.21' => 'dt',
  61107.             'shopware.html_sanitizer.sets.basic.tags.22' => 'em',
  61108.             'shopware.html_sanitizer.sets.basic.tags.23' => 'font',
  61109.             'shopware.html_sanitizer.sets.basic.tags.24' => 'h1',
  61110.             'shopware.html_sanitizer.sets.basic.tags.25' => 'h2',
  61111.             'shopware.html_sanitizer.sets.basic.tags.26' => 'h3',
  61112.             'shopware.html_sanitizer.sets.basic.tags.27' => 'h4',
  61113.             'shopware.html_sanitizer.sets.basic.tags.28' => 'h5',
  61114.             'shopware.html_sanitizer.sets.basic.tags.29' => 'h6',
  61115.             'shopware.html_sanitizer.sets.basic.tags.30' => 'hr',
  61116.             'shopware.html_sanitizer.sets.basic.tags.31' => 'i',
  61117.             'shopware.html_sanitizer.sets.basic.tags.32' => 'ins',
  61118.             'shopware.html_sanitizer.sets.basic.tags.33' => 'kbd',
  61119.             'shopware.html_sanitizer.sets.basic.tags.34' => 'li',
  61120.             'shopware.html_sanitizer.sets.basic.tags.35' => 'menu',
  61121.             'shopware.html_sanitizer.sets.basic.tags.36' => 'ol',
  61122.             'shopware.html_sanitizer.sets.basic.tags.37' => 'p',
  61123.             'shopware.html_sanitizer.sets.basic.tags.38' => 'pre',
  61124.             'shopware.html_sanitizer.sets.basic.tags.39' => 'q',
  61125.             'shopware.html_sanitizer.sets.basic.tags.40' => 's',
  61126.             'shopware.html_sanitizer.sets.basic.tags.41' => 'samp',
  61127.             'shopware.html_sanitizer.sets.basic.tags.42' => 'small',
  61128.             'shopware.html_sanitizer.sets.basic.tags.43' => 'span',
  61129.             'shopware.html_sanitizer.sets.basic.tags.44' => 'strike',
  61130.             'shopware.html_sanitizer.sets.basic.tags.45' => 'strong',
  61131.             'shopware.html_sanitizer.sets.basic.tags.46' => 'sub',
  61132.             'shopware.html_sanitizer.sets.basic.tags.47' => 'sup',
  61133.             'shopware.html_sanitizer.sets.basic.tags.48' => 'table',
  61134.             'shopware.html_sanitizer.sets.basic.tags.49' => 'tbody',
  61135.             'shopware.html_sanitizer.sets.basic.tags.50' => 'td',
  61136.             'shopware.html_sanitizer.sets.basic.tags.51' => 'tfoot',
  61137.             'shopware.html_sanitizer.sets.basic.tags.52' => 'th',
  61138.             'shopware.html_sanitizer.sets.basic.tags.53' => 'thead',
  61139.             'shopware.html_sanitizer.sets.basic.tags.54' => 'tr',
  61140.             'shopware.html_sanitizer.sets.basic.tags.55' => 'tt',
  61141.             'shopware.html_sanitizer.sets.basic.tags.56' => 'u',
  61142.             'shopware.html_sanitizer.sets.basic.tags.57' => 'ul',
  61143.             'shopware.html_sanitizer.sets.basic.tags.58' => 'var',
  61144.             'shopware.html_sanitizer.sets.basic.attributes' => [
  61145.                 => 'align',
  61146.                 => 'bgcolor',
  61147.                 => 'border',
  61148.                 => 'cellpadding',
  61149.                 => 'cellspacing',
  61150.                 => 'cite',
  61151.                 => 'class',
  61152.                 => 'clear',
  61153.                 => 'color',
  61154.                 => 'colspan',
  61155.                 10 => 'dir',
  61156.                 11 => 'face',
  61157.                 12 => 'frame',
  61158.                 13 => 'height',
  61159.                 14 => 'href',
  61160.                 15 => 'id',
  61161.                 16 => 'lang',
  61162.                 17 => 'name',
  61163.                 18 => 'noshade',
  61164.                 19 => 'nowrap',
  61165.                 20 => 'rel',
  61166.                 21 => 'rev',
  61167.                 22 => 'rowspan',
  61168.                 23 => 'scope',
  61169.                 24 => 'size',
  61170.                 25 => 'span',
  61171.                 26 => 'start',
  61172.                 27 => 'style',
  61173.                 28 => 'summary',
  61174.                 29 => 'title',
  61175.                 30 => 'type',
  61176.                 31 => 'valign',
  61177.                 32 => 'value',
  61178.                 33 => 'width',
  61179.             ],
  61180.             'shopware.html_sanitizer.sets.basic.attributes.0' => 'align',
  61181.             'shopware.html_sanitizer.sets.basic.attributes.1' => 'bgcolor',
  61182.             'shopware.html_sanitizer.sets.basic.attributes.2' => 'border',
  61183.             'shopware.html_sanitizer.sets.basic.attributes.3' => 'cellpadding',
  61184.             'shopware.html_sanitizer.sets.basic.attributes.4' => 'cellspacing',
  61185.             'shopware.html_sanitizer.sets.basic.attributes.5' => 'cite',
  61186.             'shopware.html_sanitizer.sets.basic.attributes.6' => 'class',
  61187.             'shopware.html_sanitizer.sets.basic.attributes.7' => 'clear',
  61188.             'shopware.html_sanitizer.sets.basic.attributes.8' => 'color',
  61189.             'shopware.html_sanitizer.sets.basic.attributes.9' => 'colspan',
  61190.             'shopware.html_sanitizer.sets.basic.attributes.10' => 'dir',
  61191.             'shopware.html_sanitizer.sets.basic.attributes.11' => 'face',
  61192.             'shopware.html_sanitizer.sets.basic.attributes.12' => 'frame',
  61193.             'shopware.html_sanitizer.sets.basic.attributes.13' => 'height',
  61194.             'shopware.html_sanitizer.sets.basic.attributes.14' => 'href',
  61195.             'shopware.html_sanitizer.sets.basic.attributes.15' => 'id',
  61196.             'shopware.html_sanitizer.sets.basic.attributes.16' => 'lang',
  61197.             'shopware.html_sanitizer.sets.basic.attributes.17' => 'name',
  61198.             'shopware.html_sanitizer.sets.basic.attributes.18' => 'noshade',
  61199.             'shopware.html_sanitizer.sets.basic.attributes.19' => 'nowrap',
  61200.             'shopware.html_sanitizer.sets.basic.attributes.20' => 'rel',
  61201.             'shopware.html_sanitizer.sets.basic.attributes.21' => 'rev',
  61202.             'shopware.html_sanitizer.sets.basic.attributes.22' => 'rowspan',
  61203.             'shopware.html_sanitizer.sets.basic.attributes.23' => 'scope',
  61204.             'shopware.html_sanitizer.sets.basic.attributes.24' => 'size',
  61205.             'shopware.html_sanitizer.sets.basic.attributes.25' => 'span',
  61206.             'shopware.html_sanitizer.sets.basic.attributes.26' => 'start',
  61207.             'shopware.html_sanitizer.sets.basic.attributes.27' => 'style',
  61208.             'shopware.html_sanitizer.sets.basic.attributes.28' => 'summary',
  61209.             'shopware.html_sanitizer.sets.basic.attributes.29' => 'title',
  61210.             'shopware.html_sanitizer.sets.basic.attributes.30' => 'type',
  61211.             'shopware.html_sanitizer.sets.basic.attributes.31' => 'valign',
  61212.             'shopware.html_sanitizer.sets.basic.attributes.32' => 'value',
  61213.             'shopware.html_sanitizer.sets.basic.attributes.33' => 'width',
  61214.             'shopware.html_sanitizer.sets.basic.options' => [
  61215.             ],
  61216.             'shopware.html_sanitizer.sets.media' => [
  61217.                 'tags' => [
  61218.                     => 'img',
  61219.                 ],
  61220.                 'attributes' => [
  61221.                     => 'src',
  61222.                     => 'alt',
  61223.                 ],
  61224.                 'options' => [
  61225.                 ],
  61226.             ],
  61227.             'shopware.html_sanitizer.sets.media.tags' => [
  61228.                 => 'img',
  61229.             ],
  61230.             'shopware.html_sanitizer.sets.media.tags.0' => 'img',
  61231.             'shopware.html_sanitizer.sets.media.attributes' => [
  61232.                 => 'src',
  61233.                 => 'alt',
  61234.             ],
  61235.             'shopware.html_sanitizer.sets.media.attributes.0' => 'src',
  61236.             'shopware.html_sanitizer.sets.media.attributes.1' => 'alt',
  61237.             'shopware.html_sanitizer.sets.media.options' => [
  61238.             ],
  61239.             'shopware.html_sanitizer.sets.script' => [
  61240.                 'tags' => [
  61241.                     => 'script',
  61242.                 ],
  61243.                 'options' => [
  61244.                     'HTML.Trusted' => true,
  61245.                 ],
  61246.                 'attributes' => [
  61247.                 ],
  61248.             ],
  61249.             'shopware.html_sanitizer.sets.script.tags' => [
  61250.                 => 'script',
  61251.             ],
  61252.             'shopware.html_sanitizer.sets.script.tags.0' => 'script',
  61253.             'shopware.html_sanitizer.sets.script.options' => [
  61254.                 'HTML.Trusted' => true,
  61255.             ],
  61256.             'shopware.html_sanitizer.sets.script.options.HTML.Trusted' => true,
  61257.             'shopware.html_sanitizer.sets.script.attributes' => [
  61258.             ],
  61259.             'shopware.html_sanitizer.sets.tidy' => [
  61260.                 'options' => [
  61261.                     'Output.TidyFormat' => true,
  61262.                 ],
  61263.                 'tags' => [
  61264.                 ],
  61265.                 'attributes' => [
  61266.                 ],
  61267.             ],
  61268.             'shopware.html_sanitizer.sets.tidy.options' => [
  61269.                 'Output.TidyFormat' => true,
  61270.             ],
  61271.             'shopware.html_sanitizer.sets.tidy.options.Output.TidyFormat' => true,
  61272.             'shopware.html_sanitizer.sets.tidy.tags' => [
  61273.             ],
  61274.             'shopware.html_sanitizer.sets.tidy.attributes' => [
  61275.             ],
  61276.             'shopware.html_sanitizer.fields' => [
  61277.                 'product_translation.description' => [
  61278.                     'sets' => [
  61279.                         => 'basic',
  61280.                         => 'media',
  61281.                     ],
  61282.                 ],
  61283.                 'app_cms_block.template' => [
  61284.                     'sets' => [
  61285.                         => 'basic',
  61286.                         => 'media',
  61287.                         => 'tidy',
  61288.                     ],
  61289.                 ],
  61290.             ],
  61291.             'shopware.html_sanitizer.fields.product_translation.description' => [
  61292.                 'sets' => [
  61293.                     => 'basic',
  61294.                     => 'media',
  61295.                 ],
  61296.             ],
  61297.             'shopware.html_sanitizer.fields.product_translation.description.sets' => [
  61298.                 => 'basic',
  61299.                 => 'media',
  61300.             ],
  61301.             'shopware.html_sanitizer.fields.product_translation.description.sets.0' => 'basic',
  61302.             'shopware.html_sanitizer.fields.product_translation.description.sets.1' => 'media',
  61303.             'shopware.html_sanitizer.fields.app_cms_block.template' => [
  61304.                 'sets' => [
  61305.                     => 'basic',
  61306.                     => 'media',
  61307.                     => 'tidy',
  61308.                 ],
  61309.             ],
  61310.             'shopware.html_sanitizer.fields.app_cms_block.template.sets' => [
  61311.                 => 'basic',
  61312.                 => 'media',
  61313.                 => 'tidy',
  61314.             ],
  61315.             'shopware.html_sanitizer.fields.app_cms_block.template.sets.0' => 'basic',
  61316.             'shopware.html_sanitizer.fields.app_cms_block.template.sets.1' => 'media',
  61317.             'shopware.html_sanitizer.fields.app_cms_block.template.sets.2' => 'tidy',
  61318.             'shopware.logger' => [
  61319.                 'file_rotation_count' => 14,
  61320.                 'exclude_exception' => [
  61321.                     => 'League\\OAuth2\\Server\\Exception\\OAuthServerException',
  61322.                 ],
  61323.                 'exclude_events' => [
  61324.                     => 'user.recovery.request',
  61325.                     => 'customer.recovery.request',
  61326.                 ],
  61327.             ],
  61328.             'shopware.logger.file_rotation_count' => 14,
  61329.             'shopware.logger.exclude_exception' => [
  61330.                 => 'League\\OAuth2\\Server\\Exception\\OAuthServerException',
  61331.             ],
  61332.             'shopware.logger.exclude_exception.0' => 'League\\OAuth2\\Server\\Exception\\OAuthServerException',
  61333.             'shopware.logger.exclude_events' => [
  61334.                 => 'user.recovery.request',
  61335.                 => 'customer.recovery.request',
  61336.             ],
  61337.             'shopware.logger.exclude_events.0' => 'user.recovery.request',
  61338.             'shopware.logger.exclude_events.1' => 'customer.recovery.request',
  61339.             'shopware.cache.invalidation' => [
  61340.                 'delay' => 0,
  61341.                 'count' => 150,
  61342.                 'http_cache' => [
  61343.                     => 'logged-in',
  61344.                     => 'cart-filled',
  61345.                 ],
  61346.                 'product_listing_route' => [
  61347.                 ],
  61348.                 'product_detail_route' => [
  61349.                 ],
  61350.                 'product_review_route' => [
  61351.                 ],
  61352.                 'product_search_route' => [
  61353.                 ],
  61354.                 'product_suggest_route' => [
  61355.                 ],
  61356.                 'product_cross_selling_route' => [
  61357.                 ],
  61358.                 'payment_method_route' => [
  61359.                 ],
  61360.                 'shipping_method_route' => [
  61361.                 ],
  61362.                 'navigation_route' => [
  61363.                 ],
  61364.                 'category_route' => [
  61365.                 ],
  61366.                 'landing_page_route' => [
  61367.                 ],
  61368.                 'language_route' => [
  61369.                 ],
  61370.                 'currency_route' => [
  61371.                 ],
  61372.                 'country_route' => [
  61373.                 ],
  61374.                 'country_state_route' => [
  61375.                 ],
  61376.                 'salutation_route' => [
  61377.                 ],
  61378.                 'sitemap_route' => [
  61379.                 ],
  61380.             ],
  61381.             'shopware.cache.invalidation.delay' => 0,
  61382.             'shopware.cache.invalidation.count' => 150,
  61383.             'shopware.cache.invalidation.http_cache' => [
  61384.                 => 'logged-in',
  61385.                 => 'cart-filled',
  61386.             ],
  61387.             'shopware.cache.invalidation.http_cache.0' => 'logged-in',
  61388.             'shopware.cache.invalidation.http_cache.1' => 'cart-filled',
  61389.             'shopware.cache.invalidation.product_listing_route' => [
  61390.             ],
  61391.             'shopware.cache.invalidation.product_detail_route' => [
  61392.             ],
  61393.             'shopware.cache.invalidation.product_review_route' => [
  61394.             ],
  61395.             'shopware.cache.invalidation.product_search_route' => [
  61396.             ],
  61397.             'shopware.cache.invalidation.product_suggest_route' => [
  61398.             ],
  61399.             'shopware.cache.invalidation.product_cross_selling_route' => [
  61400.             ],
  61401.             'shopware.cache.invalidation.payment_method_route' => [
  61402.             ],
  61403.             'shopware.cache.invalidation.shipping_method_route' => [
  61404.             ],
  61405.             'shopware.cache.invalidation.navigation_route' => [
  61406.             ],
  61407.             'shopware.cache.invalidation.category_route' => [
  61408.             ],
  61409.             'shopware.cache.invalidation.landing_page_route' => [
  61410.             ],
  61411.             'shopware.cache.invalidation.language_route' => [
  61412.             ],
  61413.             'shopware.cache.invalidation.currency_route' => [
  61414.             ],
  61415.             'shopware.cache.invalidation.country_route' => [
  61416.             ],
  61417.             'shopware.cache.invalidation.country_state_route' => [
  61418.             ],
  61419.             'shopware.cache.invalidation.salutation_route' => [
  61420.             ],
  61421.             'shopware.cache.invalidation.sitemap_route' => [
  61422.             ],
  61423.             'shopware.twig' => [
  61424.                 'allowed_php_functions' => [
  61425.                 ],
  61426.             ],
  61427.             'shopware.twig.allowed_php_functions' => [
  61428.             ],
  61429.             'shopware.dompdf' => [
  61430.                 'options' => [
  61431.                     'isRemoteEnabled' => true,
  61432.                     'isHtml5ParserEnabled' => true,
  61433.                 ],
  61434.             ],
  61435.             'shopware.dompdf.options' => [
  61436.                 'isRemoteEnabled' => true,
  61437.                 'isHtml5ParserEnabled' => true,
  61438.             ],
  61439.             'shopware.dompdf.options.isRemoteEnabled' => true,
  61440.             'shopware.dompdf.options.isHtml5ParserEnabled' => true,
  61441.             'storefront.csrf' => [
  61442.                 'enabled' => true,
  61443.                 'mode' => 'twig',
  61444.             ],
  61445.             'storefront.csrf.enabled' => true,
  61446.             'storefront.csrf.mode' => 'twig',
  61447.             'storefront.reverse_proxy' => [
  61448.                 'enabled' => false,
  61449.                 'ban_method' => 'BAN',
  61450.                 'hosts' => [
  61451.                     => 'http://varnish',
  61452.                 ],
  61453.                 'max_parallel_invalidations' => 2,
  61454.                 'redis_url' => 'redis://redis',
  61455.                 'purge_all' => [
  61456.                     'ban_method' => 'BAN',
  61457.                     'ban_headers' => [
  61458.                     ],
  61459.                     'urls' => [
  61460.                         => '/',
  61461.                     ],
  61462.                 ],
  61463.                 'fastly' => [
  61464.                     'enabled' => false,
  61465.                     'api_key' => '',
  61466.                     'instance_tag' => '',
  61467.                     'service_id' => '',
  61468.                     'soft_purge' => '0',
  61469.                     'tag_prefix' => '',
  61470.                 ],
  61471.                 'use_varnish_xkey' => false,
  61472.                 'ban_headers' => [
  61473.                 ],
  61474.             ],
  61475.             'storefront.reverse_proxy.enabled' => false,
  61476.             'storefront.reverse_proxy.ban_method' => 'BAN',
  61477.             'storefront.reverse_proxy.hosts' => [
  61478.                 => 'http://varnish',
  61479.             ],
  61480.             'storefront.reverse_proxy.hosts.0' => 'http://varnish',
  61481.             'storefront.reverse_proxy.max_parallel_invalidations' => 2,
  61482.             'storefront.reverse_proxy.redis_url' => 'redis://redis',
  61483.             'storefront.reverse_proxy.purge_all' => [
  61484.                 'ban_method' => 'BAN',
  61485.                 'ban_headers' => [
  61486.                 ],
  61487.                 'urls' => [
  61488.                     => '/',
  61489.                 ],
  61490.             ],
  61491.             'storefront.reverse_proxy.purge_all.ban_method' => 'BAN',
  61492.             'storefront.reverse_proxy.purge_all.ban_headers' => [
  61493.             ],
  61494.             'storefront.reverse_proxy.purge_all.urls' => [
  61495.                 => '/',
  61496.             ],
  61497.             'storefront.reverse_proxy.purge_all.urls.0' => '/',
  61498.             'storefront.reverse_proxy.fastly' => [
  61499.                 'enabled' => false,
  61500.                 'api_key' => '',
  61501.                 'instance_tag' => '',
  61502.                 'service_id' => '',
  61503.                 'soft_purge' => '0',
  61504.                 'tag_prefix' => '',
  61505.             ],
  61506.             'storefront.reverse_proxy.fastly.enabled' => false,
  61507.             'storefront.reverse_proxy.fastly.api_key' => '',
  61508.             'storefront.reverse_proxy.fastly.instance_tag' => '',
  61509.             'storefront.reverse_proxy.fastly.service_id' => '',
  61510.             'storefront.reverse_proxy.fastly.soft_purge' => '0',
  61511.             'storefront.reverse_proxy.fastly.tag_prefix' => '',
  61512.             'storefront.reverse_proxy.use_varnish_xkey' => false,
  61513.             'storefront.reverse_proxy.ban_headers' => [
  61514.             ],
  61515.             'storefront.http_cache' => [
  61516.                 'ignored_url_parameters' => [
  61517.                     => 'pk_campaign',
  61518.                     => 'piwik_campaign',
  61519.                     => 'pk_kwd',
  61520.                     => 'piwik_kwd',
  61521.                     => 'pk_keyword',
  61522.                     => 'mtm_campaign',
  61523.                     => 'matomo_campaign',
  61524.                     => 'mtm_cid',
  61525.                     => 'matomo_cid',
  61526.                     => 'mtm_kwd',
  61527.                     10 => 'matomo_kwd',
  61528.                     11 => 'mtm_keyword',
  61529.                     12 => 'matomo_keyword',
  61530.                     13 => 'mtm_source',
  61531.                     14 => 'matomo_source',
  61532.                     15 => 'mtm_medium',
  61533.                     16 => 'matomo_medium',
  61534.                     17 => 'mtm_content',
  61535.                     18 => 'matomo_content',
  61536.                     19 => 'mtm_group',
  61537.                     20 => 'matomo_group',
  61538.                     21 => 'mtm_placement',
  61539.                     22 => 'matomo_placement',
  61540.                     23 => 'pixelId',
  61541.                     24 => 'kwid',
  61542.                     25 => 'kw',
  61543.                     26 => 'chl',
  61544.                     27 => 'dv',
  61545.                     28 => 'nk',
  61546.                     29 => 'pa',
  61547.                     30 => 'camid',
  61548.                     31 => 'adgid',
  61549.                     32 => 'utm_term',
  61550.                     33 => 'utm_source',
  61551.                     34 => 'utm_medium',
  61552.                     35 => 'utm_campaign',
  61553.                     36 => 'utm_content',
  61554.                     37 => 'cx',
  61555.                     38 => 'ie',
  61556.                     39 => 'cof',
  61557.                     40 => 'siteurl',
  61558.                     41 => '_ga',
  61559.                     42 => 'adgroupid',
  61560.                     43 => 'campaignid',
  61561.                     44 => 'adid',
  61562.                     45 => 'gclsrc',
  61563.                     46 => 'gclid',
  61564.                     47 => 'fbclid',
  61565.                     48 => 'fb_action_ids',
  61566.                     49 => 'fb_action_types',
  61567.                     50 => 'fb_source',
  61568.                     51 => 'mc_cid',
  61569.                     52 => 'mc_eid',
  61570.                     53 => '_bta_tid',
  61571.                     54 => '_bta_c',
  61572.                     55 => 'trk_contact',
  61573.                     56 => 'trk_msg',
  61574.                     57 => 'trk_module',
  61575.                     58 => 'trk_sid',
  61576.                     59 => 'gdfms',
  61577.                     60 => 'gdftrk',
  61578.                     61 => 'gdffi',
  61579.                     62 => '_ke',
  61580.                     63 => 'redirect_log_mongo_id',
  61581.                     64 => 'redirect_mongo_id',
  61582.                     65 => 'sb_referer_host',
  61583.                     66 => 'mkwid',
  61584.                     67 => 'pcrid',
  61585.                     68 => 'ef_id',
  61586.                     69 => 's_kwcid',
  61587.                     70 => 'msclkid',
  61588.                     71 => 'dm_i',
  61589.                     72 => 'epik',
  61590.                     73 => 'pp',
  61591.                 ],
  61592.                 'stale_while_revalidate' => NULL,
  61593.                 'stale_if_error' => NULL,
  61594.             ],
  61595.             'storefront.http_cache.ignored_url_parameters' => [
  61596.                 => 'pk_campaign',
  61597.                 => 'piwik_campaign',
  61598.                 => 'pk_kwd',
  61599.                 => 'piwik_kwd',
  61600.                 => 'pk_keyword',
  61601.                 => 'mtm_campaign',
  61602.                 => 'matomo_campaign',
  61603.                 => 'mtm_cid',
  61604.                 => 'matomo_cid',
  61605.                 => 'mtm_kwd',
  61606.                 10 => 'matomo_kwd',
  61607.                 11 => 'mtm_keyword',
  61608.                 12 => 'matomo_keyword',
  61609.                 13 => 'mtm_source',
  61610.                 14 => 'matomo_source',
  61611.                 15 => 'mtm_medium',
  61612.                 16 => 'matomo_medium',
  61613.                 17 => 'mtm_content',
  61614.                 18 => 'matomo_content',
  61615.                 19 => 'mtm_group',
  61616.                 20 => 'matomo_group',
  61617.                 21 => 'mtm_placement',
  61618.                 22 => 'matomo_placement',
  61619.                 23 => 'pixelId',
  61620.                 24 => 'kwid',
  61621.                 25 => 'kw',
  61622.                 26 => 'chl',
  61623.                 27 => 'dv',
  61624.                 28 => 'nk',
  61625.                 29 => 'pa',
  61626.                 30 => 'camid',
  61627.                 31 => 'adgid',
  61628.                 32 => 'utm_term',
  61629.                 33 => 'utm_source',
  61630.                 34 => 'utm_medium',
  61631.                 35 => 'utm_campaign',
  61632.                 36 => 'utm_content',
  61633.                 37 => 'cx',
  61634.                 38 => 'ie',
  61635.                 39 => 'cof',
  61636.                 40 => 'siteurl',
  61637.                 41 => '_ga',
  61638.                 42 => 'adgroupid',
  61639.                 43 => 'campaignid',
  61640.                 44 => 'adid',
  61641.                 45 => 'gclsrc',
  61642.                 46 => 'gclid',
  61643.                 47 => 'fbclid',
  61644.                 48 => 'fb_action_ids',
  61645.                 49 => 'fb_action_types',
  61646.                 50 => 'fb_source',
  61647.                 51 => 'mc_cid',
  61648.                 52 => 'mc_eid',
  61649.                 53 => '_bta_tid',
  61650.                 54 => '_bta_c',
  61651.                 55 => 'trk_contact',
  61652.                 56 => 'trk_msg',
  61653.                 57 => 'trk_module',
  61654.                 58 => 'trk_sid',
  61655.                 59 => 'gdfms',
  61656.                 60 => 'gdftrk',
  61657.                 61 => 'gdffi',
  61658.                 62 => '_ke',
  61659.                 63 => 'redirect_log_mongo_id',
  61660.                 64 => 'redirect_mongo_id',
  61661.                 65 => 'sb_referer_host',
  61662.                 66 => 'mkwid',
  61663.                 67 => 'pcrid',
  61664.                 68 => 'ef_id',
  61665.                 69 => 's_kwcid',
  61666.                 70 => 'msclkid',
  61667.                 71 => 'dm_i',
  61668.                 72 => 'epik',
  61669.                 73 => 'pp',
  61670.             ],
  61671.             'storefront.http_cache.ignored_url_parameters.0' => 'pk_campaign',
  61672.             'storefront.http_cache.ignored_url_parameters.1' => 'piwik_campaign',
  61673.             'storefront.http_cache.ignored_url_parameters.2' => 'pk_kwd',
  61674.             'storefront.http_cache.ignored_url_parameters.3' => 'piwik_kwd',
  61675.             'storefront.http_cache.ignored_url_parameters.4' => 'pk_keyword',
  61676.             'storefront.http_cache.ignored_url_parameters.5' => 'mtm_campaign',
  61677.             'storefront.http_cache.ignored_url_parameters.6' => 'matomo_campaign',
  61678.             'storefront.http_cache.ignored_url_parameters.7' => 'mtm_cid',
  61679.             'storefront.http_cache.ignored_url_parameters.8' => 'matomo_cid',
  61680.             'storefront.http_cache.ignored_url_parameters.9' => 'mtm_kwd',
  61681.             'storefront.http_cache.ignored_url_parameters.10' => 'matomo_kwd',
  61682.             'storefront.http_cache.ignored_url_parameters.11' => 'mtm_keyword',
  61683.             'storefront.http_cache.ignored_url_parameters.12' => 'matomo_keyword',
  61684.             'storefront.http_cache.ignored_url_parameters.13' => 'mtm_source',
  61685.             'storefront.http_cache.ignored_url_parameters.14' => 'matomo_source',
  61686.             'storefront.http_cache.ignored_url_parameters.15' => 'mtm_medium',
  61687.             'storefront.http_cache.ignored_url_parameters.16' => 'matomo_medium',
  61688.             'storefront.http_cache.ignored_url_parameters.17' => 'mtm_content',
  61689.             'storefront.http_cache.ignored_url_parameters.18' => 'matomo_content',
  61690.             'storefront.http_cache.ignored_url_parameters.19' => 'mtm_group',
  61691.             'storefront.http_cache.ignored_url_parameters.20' => 'matomo_group',
  61692.             'storefront.http_cache.ignored_url_parameters.21' => 'mtm_placement',
  61693.             'storefront.http_cache.ignored_url_parameters.22' => 'matomo_placement',
  61694.             'storefront.http_cache.ignored_url_parameters.23' => 'pixelId',
  61695.             'storefront.http_cache.ignored_url_parameters.24' => 'kwid',
  61696.             'storefront.http_cache.ignored_url_parameters.25' => 'kw',
  61697.             'storefront.http_cache.ignored_url_parameters.26' => 'chl',
  61698.             'storefront.http_cache.ignored_url_parameters.27' => 'dv',
  61699.             'storefront.http_cache.ignored_url_parameters.28' => 'nk',
  61700.             'storefront.http_cache.ignored_url_parameters.29' => 'pa',
  61701.             'storefront.http_cache.ignored_url_parameters.30' => 'camid',
  61702.             'storefront.http_cache.ignored_url_parameters.31' => 'adgid',
  61703.             'storefront.http_cache.ignored_url_parameters.32' => 'utm_term',
  61704.             'storefront.http_cache.ignored_url_parameters.33' => 'utm_source',
  61705.             'storefront.http_cache.ignored_url_parameters.34' => 'utm_medium',
  61706.             'storefront.http_cache.ignored_url_parameters.35' => 'utm_campaign',
  61707.             'storefront.http_cache.ignored_url_parameters.36' => 'utm_content',
  61708.             'storefront.http_cache.ignored_url_parameters.37' => 'cx',
  61709.             'storefront.http_cache.ignored_url_parameters.38' => 'ie',
  61710.             'storefront.http_cache.ignored_url_parameters.39' => 'cof',
  61711.             'storefront.http_cache.ignored_url_parameters.40' => 'siteurl',
  61712.             'storefront.http_cache.ignored_url_parameters.41' => '_ga',
  61713.             'storefront.http_cache.ignored_url_parameters.42' => 'adgroupid',
  61714.             'storefront.http_cache.ignored_url_parameters.43' => 'campaignid',
  61715.             'storefront.http_cache.ignored_url_parameters.44' => 'adid',
  61716.             'storefront.http_cache.ignored_url_parameters.45' => 'gclsrc',
  61717.             'storefront.http_cache.ignored_url_parameters.46' => 'gclid',
  61718.             'storefront.http_cache.ignored_url_parameters.47' => 'fbclid',
  61719.             'storefront.http_cache.ignored_url_parameters.48' => 'fb_action_ids',
  61720.             'storefront.http_cache.ignored_url_parameters.49' => 'fb_action_types',
  61721.             'storefront.http_cache.ignored_url_parameters.50' => 'fb_source',
  61722.             'storefront.http_cache.ignored_url_parameters.51' => 'mc_cid',
  61723.             'storefront.http_cache.ignored_url_parameters.52' => 'mc_eid',
  61724.             'storefront.http_cache.ignored_url_parameters.53' => '_bta_tid',
  61725.             'storefront.http_cache.ignored_url_parameters.54' => '_bta_c',
  61726.             'storefront.http_cache.ignored_url_parameters.55' => 'trk_contact',
  61727.             'storefront.http_cache.ignored_url_parameters.56' => 'trk_msg',
  61728.             'storefront.http_cache.ignored_url_parameters.57' => 'trk_module',
  61729.             'storefront.http_cache.ignored_url_parameters.58' => 'trk_sid',
  61730.             'storefront.http_cache.ignored_url_parameters.59' => 'gdfms',
  61731.             'storefront.http_cache.ignored_url_parameters.60' => 'gdftrk',
  61732.             'storefront.http_cache.ignored_url_parameters.61' => 'gdffi',
  61733.             'storefront.http_cache.ignored_url_parameters.62' => '_ke',
  61734.             'storefront.http_cache.ignored_url_parameters.63' => 'redirect_log_mongo_id',
  61735.             'storefront.http_cache.ignored_url_parameters.64' => 'redirect_mongo_id',
  61736.             'storefront.http_cache.ignored_url_parameters.65' => 'sb_referer_host',
  61737.             'storefront.http_cache.ignored_url_parameters.66' => 'mkwid',
  61738.             'storefront.http_cache.ignored_url_parameters.67' => 'pcrid',
  61739.             'storefront.http_cache.ignored_url_parameters.68' => 'ef_id',
  61740.             'storefront.http_cache.ignored_url_parameters.69' => 's_kwcid',
  61741.             'storefront.http_cache.ignored_url_parameters.70' => 'msclkid',
  61742.             'storefront.http_cache.ignored_url_parameters.71' => 'dm_i',
  61743.             'storefront.http_cache.ignored_url_parameters.72' => 'epik',
  61744.             'storefront.http_cache.ignored_url_parameters.73' => 'pp',
  61745.             'storefront.http_cache.stale_while_revalidate' => NULL,
  61746.             'storefront.http_cache.stale_if_error' => NULL,
  61747.             'storefront.theme' => [
  61748.                 'config_loader_id' => 'Shopware\\Storefront\\Theme\\ConfigLoader\\DatabaseConfigLoader',
  61749.                 'theme_path_builder_id' => 'Shopware\\Storefront\\Theme\\MD5ThemePathBuilder',
  61750.                 'available_theme_provider' => 'Shopware\\Storefront\\Theme\\ConfigLoader\\DatabaseAvailableThemeProvider',
  61751.             ],
  61752.             'storefront.theme.config_loader_id' => 'Shopware\\Storefront\\Theme\\ConfigLoader\\DatabaseConfigLoader',
  61753.             'storefront.theme.theme_path_builder_id' => 'Shopware\\Storefront\\Theme\\MD5ThemePathBuilder',
  61754.             'storefront.theme.available_theme_provider' => 'Shopware\\Storefront\\Theme\\ConfigLoader\\DatabaseAvailableThemeProvider',
  61755.             'elasticsearch.administration.index_settings' => [
  61756.                 'number_of_shards' => 3,
  61757.                 'number_of_replicas' => 3,
  61758.                 'mapping.total_fields.limit' => 50000,
  61759.                 'mapping.nested_fields.limit' => 500,
  61760.                 'mapping.nested_objects.limit' => 1000000,
  61761.             ],
  61762.             'elasticsearch.administration.index_settings.number_of_shards' => 3,
  61763.             'elasticsearch.administration.index_settings.number_of_replicas' => 3,
  61764.             'elasticsearch.administration.index_settings.mapping.total_fields.limit' => 50000,
  61765.             'elasticsearch.administration.index_settings.mapping.nested_fields.limit' => 500,
  61766.             'elasticsearch.administration.index_settings.mapping.nested_objects.limit' => 1000000,
  61767.             'elasticsearch.administration.analysis' => [
  61768.                 'normalizer' => [
  61769.                     'sw_lowercase_normalizer' => [
  61770.                         'type' => 'custom',
  61771.                         'filter' => [
  61772.                             => 'lowercase',
  61773.                         ],
  61774.                     ],
  61775.                 ],
  61776.             ],
  61777.             'elasticsearch.administration.analysis.normalizer' => [
  61778.                 'sw_lowercase_normalizer' => [
  61779.                     'type' => 'custom',
  61780.                     'filter' => [
  61781.                         => 'lowercase',
  61782.                     ],
  61783.                 ],
  61784.             ],
  61785.             'elasticsearch.administration.analysis.normalizer.sw_lowercase_normalizer' => [
  61786.                 'type' => 'custom',
  61787.                 'filter' => [
  61788.                     => 'lowercase',
  61789.                 ],
  61790.             ],
  61791.             'elasticsearch.administration.analysis.normalizer.sw_lowercase_normalizer.type' => 'custom',
  61792.             'elasticsearch.administration.analysis.normalizer.sw_lowercase_normalizer.filter' => [
  61793.                 => 'lowercase',
  61794.             ],
  61795.             'elasticsearch.administration.analysis.normalizer.sw_lowercase_normalizer.filter.0' => 'lowercase',
  61796.             'elasticsearch.administration.dynamic_templates' => [
  61797.                 => [
  61798.                     'keywords' => [
  61799.                         'match_mapping_type' => 'string',
  61800.                         'mapping' => [
  61801.                             'type' => 'keyword',
  61802.                             'normalizer' => 'sw_lowercase_normalizer',
  61803.                             'fields' => [
  61804.                                 'text' => [
  61805.                                     'type' => 'text',
  61806.                                 ],
  61807.                             ],
  61808.                         ],
  61809.                     ],
  61810.                 ],
  61811.             ],
  61812.             'elasticsearch.administration.dynamic_templates.0' => [
  61813.                 'keywords' => [
  61814.                     'match_mapping_type' => 'string',
  61815.                     'mapping' => [
  61816.                         'type' => 'keyword',
  61817.                         'normalizer' => 'sw_lowercase_normalizer',
  61818.                         'fields' => [
  61819.                             'text' => [
  61820.                                 'type' => 'text',
  61821.                             ],
  61822.                         ],
  61823.                     ],
  61824.                 ],
  61825.             ],
  61826.             'elasticsearch.administration.dynamic_templates.0.keywords' => [
  61827.                 'match_mapping_type' => 'string',
  61828.                 'mapping' => [
  61829.                     'type' => 'keyword',
  61830.                     'normalizer' => 'sw_lowercase_normalizer',
  61831.                     'fields' => [
  61832.                         'text' => [
  61833.                             'type' => 'text',
  61834.                         ],
  61835.                     ],
  61836.                 ],
  61837.             ],
  61838.             'elasticsearch.administration.dynamic_templates.0.keywords.match_mapping_type' => 'string',
  61839.             'elasticsearch.administration.dynamic_templates.0.keywords.mapping' => [
  61840.                 'type' => 'keyword',
  61841.                 'normalizer' => 'sw_lowercase_normalizer',
  61842.                 'fields' => [
  61843.                     'text' => [
  61844.                         'type' => 'text',
  61845.                     ],
  61846.                 ],
  61847.             ],
  61848.             'elasticsearch.administration.dynamic_templates.0.keywords.mapping.type' => 'keyword',
  61849.             'elasticsearch.administration.dynamic_templates.0.keywords.mapping.normalizer' => 'sw_lowercase_normalizer',
  61850.             'elasticsearch.administration.dynamic_templates.0.keywords.mapping.fields' => [
  61851.                 'text' => [
  61852.                     'type' => 'text',
  61853.                 ],
  61854.             ],
  61855.             'elasticsearch.administration.dynamic_templates.0.keywords.mapping.fields.text' => [
  61856.                 'type' => 'text',
  61857.             ],
  61858.             'elasticsearch.administration.dynamic_templates.0.keywords.mapping.fields.text.type' => 'text',
  61859.             'elasticsearch.product' => [
  61860.                 'custom_fields_mapping' => [
  61861.                 ],
  61862.             ],
  61863.             'elasticsearch.product.custom_fields_mapping' => [
  61864.             ],
  61865.             'elasticsearch.ssl' => [
  61866.                 'verify_server_cert' => true,
  61867.             ],
  61868.             'elasticsearch.ssl.verify_server_cert' => true,
  61869.             'elasticsearch.index_settings' => [
  61870.                 'number_of_shards' => 3,
  61871.                 'number_of_replicas' => 3,
  61872.                 'mapping.total_fields.limit' => 50000,
  61873.                 'mapping.nested_fields.limit' => 500,
  61874.                 'mapping.nested_objects.limit' => 1000000,
  61875.             ],
  61876.             'elasticsearch.index_settings.number_of_shards' => 3,
  61877.             'elasticsearch.index_settings.number_of_replicas' => 3,
  61878.             'elasticsearch.index_settings.mapping.total_fields.limit' => 50000,
  61879.             'elasticsearch.index_settings.mapping.nested_fields.limit' => 500,
  61880.             'elasticsearch.index_settings.mapping.nested_objects.limit' => 1000000,
  61881.             'elasticsearch.analysis' => [
  61882.                 'normalizer' => [
  61883.                     'sw_lowercase_normalizer' => [
  61884.                         'type' => 'custom',
  61885.                         'filter' => [
  61886.                             => 'lowercase',
  61887.                         ],
  61888.                     ],
  61889.                 ],
  61890.                 'analyzer' => [
  61891.                     'sw_ngram_analyzer' => [
  61892.                         'type' => 'custom',
  61893.                         'tokenizer' => 'whitespace',
  61894.                         'filter' => [
  61895.                             => 'lowercase',
  61896.                             => 'sw_ngram_filter',
  61897.                         ],
  61898.                     ],
  61899.                 ],
  61900.                 'filter' => [
  61901.                     'sw_ngram_filter' => [
  61902.                         'type' => 'ngram',
  61903.                         'min_gram' => 4,
  61904.                         'max_gram' => 5,
  61905.                     ],
  61906.                 ],
  61907.             ],
  61908.             'elasticsearch.analysis.normalizer' => [
  61909.                 'sw_lowercase_normalizer' => [
  61910.                     'type' => 'custom',
  61911.                     'filter' => [
  61912.                         => 'lowercase',
  61913.                     ],
  61914.                 ],
  61915.             ],
  61916.             'elasticsearch.analysis.normalizer.sw_lowercase_normalizer' => [
  61917.                 'type' => 'custom',
  61918.                 'filter' => [
  61919.                     => 'lowercase',
  61920.                 ],
  61921.             ],
  61922.             'elasticsearch.analysis.normalizer.sw_lowercase_normalizer.type' => 'custom',
  61923.             'elasticsearch.analysis.normalizer.sw_lowercase_normalizer.filter' => [
  61924.                 => 'lowercase',
  61925.             ],
  61926.             'elasticsearch.analysis.normalizer.sw_lowercase_normalizer.filter.0' => 'lowercase',
  61927.             'elasticsearch.analysis.analyzer' => [
  61928.                 'sw_ngram_analyzer' => [
  61929.                     'type' => 'custom',
  61930.                     'tokenizer' => 'whitespace',
  61931.                     'filter' => [
  61932.                         => 'lowercase',
  61933.                         => 'sw_ngram_filter',
  61934.                     ],
  61935.                 ],
  61936.             ],
  61937.             'elasticsearch.analysis.analyzer.sw_ngram_analyzer' => [
  61938.                 'type' => 'custom',
  61939.                 'tokenizer' => 'whitespace',
  61940.                 'filter' => [
  61941.                     => 'lowercase',
  61942.                     => 'sw_ngram_filter',
  61943.                 ],
  61944.             ],
  61945.             'elasticsearch.analysis.analyzer.sw_ngram_analyzer.type' => 'custom',
  61946.             'elasticsearch.analysis.analyzer.sw_ngram_analyzer.tokenizer' => 'whitespace',
  61947.             'elasticsearch.analysis.analyzer.sw_ngram_analyzer.filter' => [
  61948.                 => 'lowercase',
  61949.                 => 'sw_ngram_filter',
  61950.             ],
  61951.             'elasticsearch.analysis.analyzer.sw_ngram_analyzer.filter.0' => 'lowercase',
  61952.             'elasticsearch.analysis.analyzer.sw_ngram_analyzer.filter.1' => 'sw_ngram_filter',
  61953.             'elasticsearch.analysis.filter' => [
  61954.                 'sw_ngram_filter' => [
  61955.                     'type' => 'ngram',
  61956.                     'min_gram' => 4,
  61957.                     'max_gram' => 5,
  61958.                 ],
  61959.             ],
  61960.             'elasticsearch.analysis.filter.sw_ngram_filter' => [
  61961.                 'type' => 'ngram',
  61962.                 'min_gram' => 4,
  61963.                 'max_gram' => 5,
  61964.             ],
  61965.             'elasticsearch.analysis.filter.sw_ngram_filter.type' => 'ngram',
  61966.             'elasticsearch.analysis.filter.sw_ngram_filter.min_gram' => 4,
  61967.             'elasticsearch.analysis.filter.sw_ngram_filter.max_gram' => 5,
  61968.             'elasticsearch.dynamic_templates' => [
  61969.                 => [
  61970.                     'keywords' => [
  61971.                         'match_mapping_type' => 'string',
  61972.                         'mapping' => [
  61973.                             'type' => 'keyword',
  61974.                             'normalizer' => 'sw_lowercase_normalizer',
  61975.                             'fields' => [
  61976.                                 'text' => [
  61977.                                     'type' => 'text',
  61978.                                 ],
  61979.                             ],
  61980.                         ],
  61981.                     ],
  61982.                 ],
  61983.             ],
  61984.             'elasticsearch.dynamic_templates.0' => [
  61985.                 'keywords' => [
  61986.                     'match_mapping_type' => 'string',
  61987.                     'mapping' => [
  61988.                         'type' => 'keyword',
  61989.                         'normalizer' => 'sw_lowercase_normalizer',
  61990.                         'fields' => [
  61991.                             'text' => [
  61992.                                 'type' => 'text',
  61993.                             ],
  61994.                         ],
  61995.                     ],
  61996.                 ],
  61997.             ],
  61998.             'elasticsearch.dynamic_templates.0.keywords' => [
  61999.                 'match_mapping_type' => 'string',
  62000.                 'mapping' => [
  62001.                     'type' => 'keyword',
  62002.                     'normalizer' => 'sw_lowercase_normalizer',
  62003.                     'fields' => [
  62004.                         'text' => [
  62005.                             'type' => 'text',
  62006.                         ],
  62007.                     ],
  62008.                 ],
  62009.             ],
  62010.             'elasticsearch.dynamic_templates.0.keywords.match_mapping_type' => 'string',
  62011.             'elasticsearch.dynamic_templates.0.keywords.mapping' => [
  62012.                 'type' => 'keyword',
  62013.                 'normalizer' => 'sw_lowercase_normalizer',
  62014.                 'fields' => [
  62015.                     'text' => [
  62016.                         'type' => 'text',
  62017.                     ],
  62018.                 ],
  62019.             ],
  62020.             'elasticsearch.dynamic_templates.0.keywords.mapping.type' => 'keyword',
  62021.             'elasticsearch.dynamic_templates.0.keywords.mapping.normalizer' => 'sw_lowercase_normalizer',
  62022.             'elasticsearch.dynamic_templates.0.keywords.mapping.fields' => [
  62023.                 'text' => [
  62024.                     'type' => 'text',
  62025.                 ],
  62026.             ],
  62027.             'elasticsearch.dynamic_templates.0.keywords.mapping.fields.text' => [
  62028.                 'type' => 'text',
  62029.             ],
  62030.             'elasticsearch.dynamic_templates.0.keywords.mapping.fields.text.type' => 'text',
  62031.             'elasticsearch.logger_level' => 100,
  62032.             'web_profiler.debug_toolbar.intercept_redirects' => false,
  62033.             'web_profiler.debug_toolbar.mode' => 2,
  62034.             'frosh_tools.elasticsearch' => [
  62035.                 'product_fields' => [
  62036.                 ],
  62037.                 'product_minimum_should_match' => 1,
  62038.             ],
  62039.             'frosh_tools.elasticsearch.product_fields' => [
  62040.             ],
  62041.             'frosh_tools.elasticsearch.product_minimum_should_match' => 1,
  62042.             'frosh_tools.file_checker.exclude_files' => [
  62043.             ],
  62044.             'frosh_tools.file_checker' => [
  62045.                 'exclude_files' => [
  62046.                 ],
  62047.             ],
  62048.             'frosh_tools.storefront' => [
  62049.                 'lightningcss' => [
  62050.                     'enabled' => false,
  62051.                     'api_url' => 'https://27uhytumuulrysydgmak3tlsgu0giwff.lambda-url.eu-central-1.on.aws',
  62052.                     'browserlist' => [
  62053.                         => 'defaults',
  62054.                     ],
  62055.                 ],
  62056.             ],
  62057.             'frosh_tools.storefront.lightningcss' => [
  62058.                 'enabled' => false,
  62059.                 'api_url' => 'https://27uhytumuulrysydgmak3tlsgu0giwff.lambda-url.eu-central-1.on.aws',
  62060.                 'browserlist' => [
  62061.                     => 'defaults',
  62062.                 ],
  62063.             ],
  62064.             'frosh_tools.storefront.lightningcss.enabled' => false,
  62065.             'frosh_tools.storefront.lightningcss.api_url' => 'https://27uhytumuulrysydgmak3tlsgu0giwff.lambda-url.eu-central-1.on.aws',
  62066.             'frosh_tools.storefront.lightningcss.browserlist' => [
  62067.                 => 'defaults',
  62068.             ],
  62069.             'frosh_tools.storefront.lightningcss.browserlist.0' => 'defaults',
  62070.             'data_collector.templates' => [
  62071.                 'data_collector.request' => [
  62072.                     => 'request',
  62073.                     => '@WebProfiler/Collector/request.html.twig',
  62074.                 ],
  62075.                 'data_collector.time' => [
  62076.                     => 'time',
  62077.                     => '@WebProfiler/Collector/time.html.twig',
  62078.                 ],
  62079.                 'data_collector.memory' => [
  62080.                     => 'memory',
  62081.                     => '@WebProfiler/Collector/memory.html.twig',
  62082.                 ],
  62083.                 'data_collector.validator' => [
  62084.                     => 'validator',
  62085.                     => '@WebProfiler/Collector/validator.html.twig',
  62086.                 ],
  62087.                 'data_collector.ajax' => [
  62088.                     => 'ajax',
  62089.                     => '@WebProfiler/Collector/ajax.html.twig',
  62090.                 ],
  62091.                 'data_collector.exception' => [
  62092.                     => 'exception',
  62093.                     => '@WebProfiler/Collector/exception.html.twig',
  62094.                 ],
  62095.                 'data_collector.logger' => [
  62096.                     => 'logger',
  62097.                     => '@WebProfiler/Collector/logger.html.twig',
  62098.                 ],
  62099.                 'data_collector.events' => [
  62100.                     => 'events',
  62101.                     => '@WebProfiler/Collector/events.html.twig',
  62102.                 ],
  62103.                 'data_collector.router' => [
  62104.                     => 'router',
  62105.                     => '@WebProfiler/Collector/router.html.twig',
  62106.                 ],
  62107.                 'data_collector.cache' => [
  62108.                     => 'cache',
  62109.                     => '@WebProfiler/Collector/cache.html.twig',
  62110.                 ],
  62111.                 'data_collector.translation' => [
  62112.                     => 'translation',
  62113.                     => '@WebProfiler/Collector/translation.html.twig',
  62114.                 ],
  62115.                 'data_collector.twig' => [
  62116.                     => 'twig',
  62117.                     => '@WebProfiler/Collector/twig.html.twig',
  62118.                 ],
  62119.                 'data_collector.dump' => [
  62120.                     => 'dump',
  62121.                     => '@Debug/Profiler/dump.html.twig',
  62122.                 ],
  62123.                 'Shopware\\Core\\Profiling\\Doctrine\\ConnectionProfiler' => [
  62124.                     => 'app.connection_collector',
  62125.                     => '@Profiling/Collector/db.html.twig',
  62126.                 ],
  62127.                 'data_collector.messenger' => [
  62128.                     => 'messenger',
  62129.                     => '@WebProfiler/Collector/messenger.html.twig',
  62130.                 ],
  62131.                 'Shopware\\Core\\Framework\\Script\\Debugging\\ScriptTraces' => [
  62132.                     => 'Shopware\\Core\\Framework\\Script\\Debugging\\ScriptTraces',
  62133.                     => '@Profiling/Collector/script_traces.html.twig',
  62134.                 ],
  62135.                 'Shopware\\Elasticsearch\\Profiler\\DataCollector' => [
  62136.                     => 'elasticsearch',
  62137.                     => '@Elasticsearch/Collector/elasticsearch.html.twig',
  62138.                 ],
  62139.                 'Shopware\\Core\\Profiling\\Subscriber\\ActiveRulesDataCollectorSubscriber' => [
  62140.                     => 'Shopware\\Core\\Profiling\\Subscriber\\ActiveRulesDataCollectorSubscriber',
  62141.                     => '@Profiling/Collector/rules.html.twig',
  62142.                 ],
  62143.                 'mailer.data_collector' => [
  62144.                     => 'mailer',
  62145.                     => '@WebProfiler/Collector/mailer.html.twig',
  62146.                 ],
  62147.                 'enqueue.profiler.message_queue_collector' => [
  62148.                     => 'enqueue.message_queue',
  62149.                     => '@Enqueue/Profiler/panel.html.twig',
  62150.                 ],
  62151.                 'data_collector.config' => [
  62152.                     => 'config',
  62153.                     => '@WebProfiler/Collector/config.html.twig',
  62154.                 ],
  62155.             ],
  62156.             'shopware.filesystem.theme.url' => '',
  62157.             'shopware.filesystem.theme.type' => 'local',
  62158.             'shopware.filesystem.theme.config' => [
  62159.                 'root' => (\dirname(__DIR__4).'/public'),
  62160.             ],
  62161.             'shopware.filesystem.asset.url' => '',
  62162.             'shopware.filesystem.asset.type' => 'local',
  62163.             'shopware.filesystem.asset.config' => [
  62164.                 'root' => (\dirname(__DIR__4).'/public'),
  62165.             ],
  62166.             'shopware.filesystem.sitemap.url' => '',
  62167.             'shopware.filesystem.sitemap.type' => 'local',
  62168.             'shopware.filesystem.sitemap.config' => [
  62169.                 'root' => (\dirname(__DIR__4).'/public'),
  62170.             ],
  62171.             'shopware.filesystem.public.url' => '',
  62172.             'frosh_tools.mail_over_queue' => false,
  62173.             'frosh_tools.elasticsearch.enabled' => true,
  62174.             'console.command.ids' => [
  62175.                 => 'DreiscSeoPro\\Command\\BulkGenerator\\CategoryCommand',
  62176.                 => 'DreiscSeoPro\\Command\\BulkGenerator\\ProductCommand',
  62177.                 => 'console.command.public_alias.UnzerPayment6\\Commands\\RegisterWebhookCommand',
  62178.                 => 'console.command.public_alias.UnzerPayment6\\Commands\\SendShippingNotificationCommand',
  62179.                 => 'console.command.public_alias.Zeobv\\AbandonedCart\\Command\\AbandonedCart\\Collect',
  62180.                 => 'console.command.public_alias.Frosh\\Tools\\Command\\DevRobotsTxtCommand',
  62181.             ],
  62182.         ];
  62183.     }
  62184.     protected function throw($message)
  62185.     {
  62186.         throw new RuntimeException($message);
  62187.     }
  62188. }